/*
Theme Name: kdcs-closed
Theme URI: http://
Description: HTML5
Author: kdesign cs
memo: GSAPアニメーション
*/

/* style.css @charset "utf-8";
--------------------------------------------------*/
body {
    margin: 0;
    text-align: center;
    color: #666;
    background-color: #fff;
    font-family:
      "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
}
#wrapper {
    text-align: left;
}
.inner {
    max-width: 1080px;
    margin: 0 auto;
}

/* ヘッダーエリア
--------------------------------------------------*/
#header #headerArea h1 {
    padding-left: 25px;
    position: absolute;
    top: 15px;
    font-size: 220%;
    color: #fff;
    z-index: 5;
}
#header #headerArea h1 span {
    display: block;
    font-size: 12px;
    line-height: 1.8;
}
#logo img { display: none; }
#sitemap {
    position: absolute;
    top: 45px; right: 0;
}
div#spHeadHome {
    display: none;
    font-size: 18px;
    color: #fff;
}
/* グローバルナビゲーション
--------------------------------------------------*/
#nav {
    text-align: center;
    background: var(--nav-color);
}
#nav.topNav {
    opacity: 0; /* GSAP対応 */
}
#nav #navArea {
    height: 50px;
    margin: 0 auto;
}
#nav #navArea ul {
display: flex;
justify-content: space-around;
    width: 100%;
}
#nav #navArea ul li {
    width: calc( 100% / 6);
}
#nav #navArea ul li a {
display: block;
    width: 100%;
    padding: 16px 0 13px 0;
    font-size: 130%;
    color: #fff;
    text-decoration: none;
    transition: background-color 500ms ease-out;
}
#nav #navArea ul li a span {
    display: block;
    font-size: 65%;
}
#nav #navArea ul li a:hover {
    background-color: #5b79bf;
}
#nav #navArea ul li.sp_block {
    display: none;
}
.slicknav_menu {
    display: none;
}
/* スクロールnav固定 css -------------------------*/
.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    transition: .2s;
    transform: translateY(-100%);
    opacity: 0.9;
}
.is-show {
    transform: translateY(0) !important;
    opacity: 0.9 !important;
}
/* コンテンツはここから
--------------------------------------------------*/
#content { margin-top: 40px; }
#content.single { margin-top: 30px; }
#pageTitle {
height: 350px;
    margin-top: 0px;
    background-size: cover;
    background-position: center;
    background-image: url(images/slick/slick_img01.jpg);
    overflow: hidden;
    position: relative;
}
#pageTitle h2 {
    width: 600px;
    font-size: 300%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* メインセクション
--------------------------------------------------*/
#main, .main { float: left; width: 75%; }
#mainFull, .mainFull { width: 100%; }
#main p,#mainFull p {
    padding: 0px 0px 10px 0px;
    font-size: 130%;
    line-height: 1.5;
}
/* サイドセクション
--------------------------------------------------*/
#aside, .aside {
    float: right;
    width: 23%;
    margin-left: 2%;
    background-color: transparent;
    position: relative;
    }
#aside h3 {
    margin: 0 0 12px 0;
    padding: 6px 0px 6px 0px;
    text-align: center;
    font-size: 114%;
    color: #ffffff;
    background-color: #8293bb;
    border-radius: 5px;
    }
#aside p {
    padding: 0px 0px 5px 0px;
    line-height: 1.5;
    font-size: 100%;
    color: #333333;
    }
#aside ul {
    margin: 0px 0px 10px 5px;
    padding: 0px;
    }
#aside ul li {
    font-size: 115%;
    line-height: 1.7;
    }
#aside select,#footerBlogNav select {
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid 
    #ccc;
    background: #eee;
    background: url(images/arrow01.png) right 50% no-repeat;
    background-size: auto;
    background-size: auto auto;
    background-size: 20px, 100%;
}
/* フッターセクション
--------------------------------------------------*/
#footer {
    clear: both;
    width: 100%;
    text-align: center;
    border-bottom: 85px solid #3c3c95;
    background: #fdf7eb;
    margin-top: 80px;
    }
#footer #footerArea {
    padding: 30px 0 20px 0;
    text-align: left;
    }
#footer #footerLeft {
    float: left;
    width: 65%;
}
#footer #footerRight {
    float: right;
    width: 35%;
    text-align: right;
}
#footer #footerRight img {
    width: 85%;
    height:auto;
}
#footer p {
    padding: 0 0 3px 10px;
    font-style: normal;
    font-size: 100%;
    line-height: 1.5;
    color: #333333;
    }
#footer .footernav {
    float: left;
    width: 100%;
    }
#footer #footerArea h3 {
    margin: 0 0 5px 0;
    color: #646046;
    font-size: 130%;
    font-weight: bold;
    text-indent: 0px;
}
#footer #footerArea h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
#footerArea .pageMenu {
    margin-top: 10px;
}
#footerArea .pageMenu ul {

}
#footerArea .pageMenu ul li {
    float: left;
    font-size: 115%;
    padding-right: 15px;
line-height: 1.6;
}
#footerArea .pageMenu ul li:last-child {
    padding-right: 0;
}
.sp_catNav1,.sp_catNav2,.sp_catNav3 {
    float: left;
    font-size: 115%;
    line-height: 1.5;
}
.sp_catNav1,.sp_catNav2 {
    padding-right: 15px;
}
/* トップページ
--------------------------------------------------*/
#mainFull.toppage {
    margin-top: 50px;
}

/* メニュー１
--------------------------------------------------*/

/* メニュー２
--------------------------------------------------*/

/* 会社概要
--------------------------------------------------*/
div.company h3 {
    margin-top: 30px;
    font-size: 200%;
    text-align: center;
}

/* シングルページ（共通）
--------------------------------------------------*/
#single {
    margin: 0;
}
#single h2 {
    margin-bottom: 10px;
    font-size: 177%;
}
#single h2 span {
    font-size: 77%;
}
#single h2 span i {
    color: #f2396d;
}
#single h3 {
    margin: 40px 0px 0px 0px;
    font-size: 154%;
    color: #666;
    text-align: center;
}
#singlepost {
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 20px 10px;
    border: solid 1px #b8c9d9;
    background: #fff;
}
#singlepost h2 {
    border: none;
    font-size: 154%;
}
#singlepost h3 {
    background: none;
    font-size: 130%;
}
#singlepost p {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}
#singlepost ol,#singlepost ul {
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#singlepost ol li {
    display: none;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    background-image: url(images/mark.gif);
    background-repeat: no-repeat;
}
#singlepost ul li {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    background-image: url(images/mark.gif);
    background-repeat: no-repeat;
}
#single .meta {
    margin: 3px 0px 0px 20px;
    font-size: 12px;
}
#single .gallery img {
    max-width: 100%;
    height: auto;
}

/* 問い合わせ メールフォーム(contactform7)
--------------------------------------------------*/
#main.contact h3 {
    margin-bottom: 15px;
    font-size: 154%;
}
#main.contact p {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
#main.contact input,#main.contact textarea,
#main.contact select {
    margin-top: 5px;
    padding: 2px 12px;
    font-size: 123%;
    color: #666;
    border: 1px solid #ccc;
}
#main.contact input[type="submit"] {
    width: 100px;
    margin: 0 auto;
    display: block;
    font-size: 100%;
}
#main.contact textarea {
    font-family: "メイリオ",Meiryo,Verdana,Arial,Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
    width: 100%;
}
#main.contact form span.required,
#singleContact form span.required {
    margin-right: 5px;
    padding: 1px 5px;
    font-size: 83%;
    color: #fff;
    border-radius: 5px;
    background-color: #e68dba;
    position: relative;
    top: -2px;
}
.wpcf7-not-valid-tip {
    margin-left: 5px;
    color: #ff0000;
}
.wpcf7-acceptance {
    display: block;
    margin-top: 5px;
}

input[type="checkbox"] {
display: none;
}
span.wpcf7-list-item {
  position: relative;
}
.wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #3584b3;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    top: 3px;
    left: 8px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #3584b3;
}


/* 個人情報の取り扱い
--------------------------------------------------*/
.privacy dt {
    margin-bottom: 20px;
    font-size: 139%;
    font-weight: bold;
    text-decoration: underline;
}
.privacy dd {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-size: 130%;
    line-height: 1.5;
}
/* カテゴリーページ
--------------------------------------------------*/
#category h3 {
    margin: 8px;
    padding: 3px 8px;
    font-size: 139%;
    color: #fff;
    background-color: #eca5a5;
    border-radius: 5px;
}
#category h3 span {
    text-decoration: underline;
    color: #9d4141;
    font-size: 93%;
}

/* ブログ一覧ページ
---------------------------------------------*/
h3.postTitle {
    font-size: 176%;
    border-bottom: 1px solid #ccc;
}
h3.postTitle a {
    text-decoration: none;
    color: #1a1a1a;
}
h3.postTitle a:hover {
    color: #007acc;
}
.post {
    margin-bottom: 30px;
}
.postMeta {
    margin-top: 5px;
}
.new {
    color: #ff0000;
}
.postContent h1,.postContent h2,.postContent h3,
.postContent h4,.postContent h5 {
    margin-bottom: 5px;
    font-weight: bold;
}
.postContent h1 { font-size: 146%; }
.postContent h2 { font-size: 130%; }
.postContent h3 { font-size: 115%; }
.postContent {
    margin-top: 20px;
    font-size: 100%;
}
.postContent p {
    margin-bottom: 10px;
}
.postContent img {
    margin-bottom: 20px;
    max-width: 640px;
    width: 90%;
    height: auto;
}
.postThumb {
    float: left;
    position: relative;
}
.postThumb img {
    width: 150px;
    height: 150px;
    margin: 0;
    margin-right: 20px;
}
.postContent ul,.postContent ol {
    margin-bottom: 5px;
}
.postContent ul li {
    margin-left: 1.2em;
    list-style-type: disc;
}
.postContent ol li {
    margin-left: 1.4em;
    list-style-type: decimal;
}
.postContent strong { font-weight: bold; }
.postContent em { font-style: italic; }

.postContent blockquote {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background-color: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
.postContent blockquote p {
    margin: 0;
}
.youtube {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#single .wp-video, video {
    width: 100% !important;
    height: auto !important;
}
#aside.blog ul li a {
    text-decoration: none;
}
#aside.blog ul li a .listImg {
    float: left;
}
#aside.blog ul li a img {
    margin-right: 5px;
    width: 60px;
    height: 60px;
}
#aside.blog ul li a span.categorys {
    text-decoration: none;
    color: #333;
background-color: #ff0000;
}
/* ブログnewマーク リボン
---------------------------------------------*/
.ribbonNew {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 5px;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: white;
  background: #ee5782;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
.ribbonNew:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #ee5782;
  border-radius: 5px 0 0 5px;
}
.ribbonNew:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #aa4f68;
  border-radius: 5px 0 0 5px;
}
/* ブログアーカイブページ
---------------------------------------------*/

/* 404ページ
---------------------------------------------*/
#page404 {
    margin: 50px 0 300px 0;
    text-align: center;
}
#page404 h2 {
    font-size: 154%;
}
#page404 p {
    margin-top: 20px;
    font-size: 130%;
}
#page404 .list404 {
    width: 300px;
    margin: 10px auto 0 auto;
    position: relative;
    left: 30px;
}
#page404 .list404 ul {
    text-align: left;
}
#page404 .list404 ul li {
    list-style-type: disc;
    margin-left: 15px;
}

/* シングルページ
---------------------------------------------*/
#single h3.blogTitle {
    font-size: 154%;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

/* スマホ対応
---------------------------------------------*/
@media screen and (max-width: 780px) {
  body { font-size: 14px; }
.pc_block { display: none; }
.sp_block { display: block; }
.sp_none { display: none; }
.sp_inline { display: inline; }
.spbr { display: block; }
.alignleft,.alignright { float: none; margin: 0; }
#header #headerarea,#topinformation #topinformationarea,
#contentarea,#main,#main.toppage,#mainFull,.main,#aside.toppage,
#footer #footerArea,#footer #footerLeft,#footer #footerRight {
  float: none;
  width: 100%;
  }

/*
#wrapper {
  min-width: initial;
  margin-top: 48px;
  }
*/
.slicknav_menu {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0.95;
  }
div#spHeadHome {
  display: block;
  position: fixed;
  top: 8px;
  left: 15px;
  z-index: 400;
opacity: 0;
  }
div#spHeadHome a {
  color: #fff;
  text-decoration: none;
  }
div#spHeadHome a span {
  display: block;
  font-size: 55%;
  }

.alignright,.alignleft {
  display: block;
  margin: 0 auto;
  }
#pageHeader {
  font-size: 154%;
  }
div.slicknav_menu ul.slicknav_nav li a span {
  display: none;
  }
img {
  max-width: 100%;
  height: auto;
  }
#pageTitle h2 {
  width: 100%;
  font-size: 200%;
  }
#content {
  margin: 20px 5px;
  }
#content.toppage {
  margin: 25px 5px 20px 5px;
  }
#header #headerArea {
  background: none;
  height: auto;
  }
#header #headerArea h1 {
  display: none;
  }
#nav {
  display: none;
  }
#aside {
  display: none;
  }
#footer {
  height: auto;
  border-top: none;
  background: #fff;
  }
#footer #footerArea h3 {
  text-align: center;
  }
#footer #footerRight {
  text-align: center;
  }
#footer #footerArea ul {
  width: 100%;
  }
#page404 {
  margin: 10px 0 0 0;
  }
.sp_br {
  display: block;
  }

/* sp div Box スタイル
---------------------------------------------*/
#topTopicsArea1,#topTopicsArea2 {
  margin: 0 2px;
  }
.topicBox {
  width: 49.5%;
  }
div.moreButton {
  bottom: 15px;
  }
.divBoxTitle {
  font-size: 146%;
}
.divBoxTitleA {
  font-size: 123%;
  }
/* sp リストナビ
---------------------------------------------*/
#footer #footerArea h3 {
  margin-bottom: 15px;
  padding: 8px 0;
  font-size: 146%;
  color: #666;
  font-weight: normal;
  background-color: #e4e4e4;
  }
.sp_catNav1,.sp_catNav2,.sp_catNav3 {
  float: none;
  width: 100%;
  padding-right: 0;
  }
.sp_search h4 {
    margin-top: 15px;
    font-size: 107%;
    color: #b64977;
}
.sp_search,.pageMenu { margin: 0 5px 20px 5px; }
.sp_search ul {
  border: 1px solid #ccc;
  border-radius: 5px;
  }
.sp_search ul li {
  background-image: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
  }
.sp_search ul li:last-child {
  border-bottom: none;
  }
.sp_search ul li a {
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  font-size: 107%;
  color: #666;
  display: block;
  padding: 15px 0 12px 15px;
  text-decoration: none;
  }
.sp_search ul li a:hover {
  background-color: #f2f2f2;
  }
/* sp トップページ
---------------------------------------------*/

#mainFull.toppage h2 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 139%;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  }
.topicBox {
  margin-bottom: 35px;
  padding-bottom: 30px;
  }
span.more a {
  clear: both;
  color: #666;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
  padding: 8px 15px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  }
 #newsList {
  background: none;
  margin: 0 0 30px 0;
  padding: 0;
  }
#newsList ul.topNews li {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 107%;
  border-bottom: 1px dotted #999;
  }
#newsList ul.topNews li:last-child {
  border: none;
  }
#newsList ul.topNews li a {
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  color: #666;
  display: block;
  padding: 10px 20px 5px 5px;
  text-decoration: none;
  }
#newsList ul.topNews li a:hover {
  background-color: #f4f4f4;
  }
#newsList ul.topNews li span.guide,
#newsList ul.topNews li span.tips,
#newsList ul.topNews li span.property,
#newsList ul.topNews li span.open-house,
#newsList ul.topNews li span.diary {
  float: none;
  margin: 0 0 5px 0;
  }
span.infoData {
  display: block;
  font-size: 85%;
  }
img.newmark {
  display: block;
  margin: -10px auto 5px auto;
  }
.divBoxContent1 {
  margin-bottom: 30px;
  }
.contentBanner {
  padding: 0 5px;
  }
.akiya {
  padding: 0 5px;
  }
.videoIcon {
  z-index: 1;
  }
/* トップページ スライダー height auto→430px
----------------------------------------*/
.slider-item::before {
  content: "";
  display: block;
  padding-top: 430px;
  }
.slick-box img,.slick-box Video {
  max-width: initial;
  width: auto;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  }
.slick-box .catch,.slick-box .catch3 {
  font-size: 32px;
  }
.slick-box .catch2 {
  font-size: 20px;
  }
#newsSlider {
  margin-bottom: 30px;
  }
div.menuBanner {
  width: 80%
  }
div.bbsTitle {
  top: 35%;
  }
div.menuCaption {
  bottom: 0;
  }
.slickslider-frame {
  bottom: -4px;
  }
/* sp メニュー１
---------------------------------------------*/

/* sp メニュー２
---------------------------------------------*/

/* sp メニュー３
---------------------------------------------*/

/* sp 会社案内
---------------------------------------------*/

/* sp お問い合わせ
---------------------------------------------*/
#main.contact input, #main.contact textarea, #main.contact select {
  width: 100%;
  }
/* sp ブログ
---------------------------------------------*/

/* sp ブログアーカイブページ
---------------------------------------------*/

/* sp 個人情報の取り扱い
---------------------------------------------*/
.privacy {
    margin: 0 5px;
}
/* sp カテゴリーページ
---------------------------------------------*/
#category {
  padding: 0;
  }
.categoryData {
  padding-bottom: 5px;
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  }
}
/* sp 640px以下
---------------------------------------------*/
@media screen and (max-width: 640px) {
.spbr640 {
  display: block;
  }
}
/* sp 380px以下
--------------------------------------------------*/
@media screen and (max-width: 380px) {
.spbr380 {
  display: block;
  }
}
/* sp 360px以下
--------------------------------------------------*/
@media screen and (max-width: 360px) {
.spbr360 {
  display: block;
  }
}