@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
@font-face {
  font-family: 'myWebFont'; /* お好きな名前にしましょう */
  src: url('font/MutsukiNmin-L DSP.eot'); /* IE9以上用 */
  src: url('font/MutsukiNmin-L DSP.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */ url('font/MutsukiNmin-L DSP.woff') format('woff'), /* モダンブラウザ用 */ url('font/MutsukiNmin-L DSP.ttf') format('truetype'); /* iOS, Android用 */
  font-weight: normal; /* 念の為指定しておきます */
  font-style: normal;
}
@font-face {
  font-family: 'myWebFonttate'; /* お好きな名前にしましょう */
  src: url('font/MutsukiNmin-L DSP tate.eot'); /* IE9以上用 */
  src: url('font/MutsukiNmin-L DSP tate.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */ url('font/MutsukiNmin-L DSP tate.woff') format('woff'), /* モダンブラウザ用 */ url('font/MutsukiNmin-L DSP tate.ttf') format('truetype'); /* iOS, Android用 */
  font-weight: normal; /* 念の為指定しておきます */
  font-style: normal;
}
/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/***************************
** ヘッダー
****************************/
.siteHeader .container {
  width: 100%;
  padding: 59px 0 0 0;
  position: relative;
}
.navbar-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 10px 20px 15px -10px rgba(0, 0, 0, 0.2);
}
.navbar-header h1 {
  margin: 0;
}
.navbar-header-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.catchcopy-header {
  position: absolute;
  top: 33px;
  left: 215px;
  z-index: 100;
}
.catchcopy-header h2 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 80%;
  font-weight: normal;
}
.contact-header {
  position: absolute;
  top: 23px;
  right: 20px;
  z-index: 100;
}
.contact-header .contact_btn {
  margin-top: 5px;
  text-align: right;
}
.navbar {
  border: none;
}
#gMenu_outer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
ul.gMenu {
  width: 100%;
  float: none;
}
.navbar ul.gMenu > li {
  /*width: 20%;*/
  width: calc(100% / 9);
  border-left: none;
}
ul.gMenu > li a {
  background: rgba(64, 34, 15, 0.70);
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  padding: 10px 12px;
}
ul.gMenu > li a:hover {
  background: rgba(64, 34, 15, 1.0);
  cursor: pointer;
}
ul.gMenu > li a:after {
  position: absolute;
  bottom: 5px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  content: '';
  width: 70% !important;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
ul.gMenu > li a:hover:after {
  transform: scale(1, 1);
}
ul.gMenu .gMenu_name, ul.gMenu .gMenu_description {
  display: block;
  vertical-align: baseline;
}
ul.gMenu .gMenu_name {
  font-family: TBUDGothic R;
  font-weight: normal;
  color: #fff;
  padding-right: 5px;
  letter-spacing: 2px;
}
ul.gMenu .gMenu_description {
  color: #c69c6d;
  letter-spacing: 2px;
}
@media screen and (min-width:1200px) {
  body {
    /*overflow-x: scroll !important;*/
    min-width: 1200px;
  }
  .siteHeader, .siteHeader .container {
    min-width: 1140px;
  }
  .container {
    width: 100%;
    padding: 0 59px;
    max-width: 1200px;
    box-sizing: border-box;
  }
  .menuBtn {
    display: none;
  }
  .gMenu_outer, .gMenu_outer.itemClose {
    display: block;
    height: auto;
    overflow: auto;
  }
  ul.gMenu {
    border: none;
  }
  ul.gMenu > li {
    float: left;
  }
  ul.gMenu .current-menu-item > a, ul.gMenu a:active, ul.gMenu a:hover {
    background: rgba(64, 34, 15, 0.70);
  }
}
@media screen and (max-width:1200px) {
  body {
    overflow-x: scroll !important;
    /*min-width: 1200px;*/
  }
  .siteHeader, .siteHeader .container {
    /*min-width: 1140px;*/
  }
  .container {
    /*width: 1200px;*/
    width: 100%;
    padding: 0 20px;
  }
  .menuBtn {
    display: none;
  }
  .gMenu_outer, .gMenu_outer.itemClose {
    display: block;
    height: auto;
    overflow: auto;
  }
  ul.gMenu {
    border: none;
  }
  ul.gMenu > li {
    float: left;
  }
  ul.gMenu .current-menu-item > a, ul.gMenu a:active, ul.gMenu a:hover {
    background: rgba(64, 34, 15, 0.70);
  }
}
@media screen and (max-width:1024px) {
  body.admin-bar .vk-mobile-nav-menu-btn {
    top: 44px;
  }
  .vk-mobile-nav-menu-btn {
    background: #c69c6d;
    text-indent: 0;
    width: 128px;
    height: auto;
    border: none;
    color: #fff;
    padding: 7px 10px 4px;
    top: -2px;
    left: 50%;
    margin-left: calc(-124px/2);
    font-size: 14px;
  }
  .vk-mobile-nav-menu-btn:after {
    content: " OPEN ▼";
  }
  .vk-mobile-nav-menu-btn.menu-open {
    background: #c69c6d;
    text-indent: 0;
    border: none;
    padding: 7px 10px 4px;
    width: 136px;
    margin-left: calc(-146px/2);
  }
  .vk-mobile-nav-menu-btn.menu-open:after {
    content: " CLOSE ▲";
  }
  .navbar-header {
    width: 150px;
  }
  .contact-header {
    width: 200px;
    top: 10px;
    right: 10px;
  }
  .navbar-header-background {
    width: 210px;
  }
  .catchcopy-header {
    left: 150px;
  }
  .menuBtn {
    left: 13px;
  }
}
@media screen and (max-width:570px) {
  .vk-mobile-nav-menu-btn {
    right: 0;
    left: auto;
  }
  .contact-header {
    display: none;
  }
  .container > .navbar-header {
    margin-left: -8px;
    margin-right: -8px;
    width: 110px;
  }
  .navbar-header-background {
    width: 140px;
  }
  .catchcopy-header {
    left: 120px;
  }
}
/***************************
** 共通
****************************/
.vertical_text {
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}
/*縦中横*/
.vertical_text .combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.horizontal_text {
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.textbox .title {
  background: none;
  font-family: 'myWebFont';
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.orange {
  color: #f39800;
}
.gold {
  color: #b28200;
}
@media screen and (max-width:575px) {
  .textbox .title {
    letter-spacing: 0.1em;
    font-size: 20px;
  }
}
/***************************
** 自然と共生する家
****************************/
.section1 {
  background: url(images/lpback_01.png) no-repeat;
  background-position: 190px 0px;
  padding: 20px 0;
}
.section1 h4.title {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  float: right;
}
.section1 .sub_title {
  float: right;
  margin-right: 23px;
}
.section1 .box01 {
  float: right;
  margin-right: 49px;
  min-width: 154px;
}
.section1 .box02 {
  margin-top: 60px;
  float: left;
}
@media screen and (max-width:768px) {
  .section1 {
    background-position: 0px 0px;
  }
  .section1 .sub_title {
    margin-right: 0px;
    clear: both;
  }
  .section1 .box01 {
    margin-top: 20px;
    margin-right: 20px;
  }
  .section1 .box02 {
    margin-top: 20px;
  }
}
.section1.sp h4.title {
  width: 45px;
}
.section1.sp {
  background: none;
}
.section1.sp .sub_title {
  margin-right: 20px;
  clear: none;
}
.section1.sp .box01 {
  margin-top: 20px;
  margin-right: 20px;
}
.section1.sp .box02 {
  margin-top: 20px;
}
.section1.sp .sozai {
  float: right;
  width: 40%;
}
/***************************
** casas 自然とご家族と寄り添う暮らし方
****************************/
.section2 {
  margin-bottom: 10px;
}
.section2 .title_logo {
  margin-bottom: 15px;
  display: flex;
}
.section2 .title_logo:after {
  border-top: 1px solid #c69c6d;
  content: "";
  flex-grow: 1;
  margin-left: 2rem;
  margin-top: 40px;
}
.section2 .box01 {
  float: left;
}
.section2 .box02 {
  float: left;
  margin-top: 160px;
  margin-left: 10px;
  width: 366px;
}
.section3 {
  margin-bottom: 10px;
}
.section3 .photo {
  float: left;
  position: relative;
}
.section3 .box02, .section3 .box03 {
  margin-left: 8px;
}
.section3 .text {
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.section3 .box03 .text {
  bottom: 42px;
}
.section3 .circle {
  position: absolute;
  bottom: -20px;
  right: 15px;
}
@media screen and (max-width:768px) {
  .section2 .box02 {
    width: auto;
    margin: 0;
  }
  .section2 .textbox .title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .section2 .textbox .title br {
    display: none;
  }
  .section3 .photo {
    float: none;
    margin: 0 auto 15px;
    max-width: 500px;
  }
  .section3 .photo img {
    width: 100%;
  }
  .section3 .circle {
    bottom: -10px;
  }
}
@media screen and (max-width:575px) {
  .section3 .circle {
    width: 100px;
  }
}
/***************************
** カーサス第一棟目
****************************/
.section4 {
  background: url(images/lpback_02.png) no-repeat;
  background-position: 0px 63px;
  margin-top: 60px;
  margin-left: -59px;
  padding-left: 59px;
  margin-bottom: 5px;
}
.section4-01 {
  margin-bottom: 5px;
}
.section4-01 .sub_title {
  float: left;
}
.section4-01 .title {
  float: right;
}
.section4-02 {
  float: left;
  width: 307px;
  margin-left: 20px;
}
.section4-02 .textbox {
  padding: 10px 15px;
}
.section4-02 .textbox .title {
  margin-bottom: 10px;
}
.section4-03 {
  float: right;
  margin-bottom: 5px;
}
.section4-04 {
  float: left;
}
.section4-05 {
  float: right;
  width: 250px;
}
.section4-05 .textbox {
  margin-top: 20px;
}
.section4-05 .textbox .title {
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .section4-01 .title {
    margin-top: 15px;
  }
  .section4-02 {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }
  .section4-02 .box01 {
    float: left;
    width: 50%;
  }
  .section4-02 .box02 {
    float: right;
    width: 50%;
  }
  .section4-05 {
    float: none;
    width: auto;
  }
  .section4 .textbox .title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .section4 .textbox .title br {
    display: none;
  }
}
@media screen and (max-width:575px) {
  .section4-02 .box01, .section4-02 .box02 {
    width: auto;
    float: none;
  }
  .section4-02 .textbox {
    padding: 0;
  }
}
/***************************
** 子育て世代〜
****************************/
.section5 {
  margin-bottom: 40px;
}
.section5-01 {
  float: left;
  width: 568px;
  margin-bottom: 20px;
}
.section5-01 .box01 {
  float: left;
}
.section5-01 .box02 {
  float: left;
  margin-left: 15px;
}
.section5-01 .box03 {
  float: right;
  width: 504px;
  margin-top: 30px;
}
.section5-02 {
  float: right;
}
@media screen and (max-width:768px) {
  .section5 {}
  .section5-01 {
    width: auto;
    margin-bottom: 10px;
  }
  .section5-01 .box01 {
    width: 50%;
    padding-right: 5px;
    text-align: right;
    height: 173px;
  }
  .section5-01 .box02 {
    width: 50%;
    padding-left: 5px;
    margin-left: 0;
    height: 173px;
  }
  .section5-01 .box03 {
    float: none;
    width: auto;
    margin-top: 5px;
  }
  .section5-02 {
    float: none;
  }
  .section5-02 img {
    width: 100%;
  }
}
/***************************
** 設計図
****************************/
.section6 {
  margin-bottom: 40px;
}
.section6-01 {
  float: left;
  margin-left: 40px;
}
.section6-02 {
  float: right;
}
.section6-02 table, .section6-02 table th, .section6-02 table td {
  border: none;
  vertical-align: top;
  padding: 0px 20px;
}
.section6-02 table th {
  width: 100px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding-left: 0;
}
.section6-02 table span.pleft {
  padding-left: 29px;
}
.section6-02 .box02 {
  margin-top: 160px;
}
.section6-02 .box03 {
  margin-top: 25px;
}
@media screen and (max-width:768px) {
  .section6-01 {
    float: none;
    margin: 0 40px;
  }
  .section6-02 {
    float: none;
  }
  .section6-02 .box01, .section6-02 .box02, .section6-02 .box03 {
    float: left;
    width: 50%;
  }
  .section6-02 .box02 {
    margin-top: 0;
  }
}
@media screen and (max-width:575px) {
  .section6-02 .box01, .section6-02 .box02, .section6-02 .box03 {
    width: 80%;
    float: none;
    margin: 0 auto 25px;
  }
}
/***************************
** 仕様・メンテナンス
****************************/
.section7 {
  margin-bottom: 25px;
}
.section7 .title_logo {
  margin-bottom: 15px;
  display: flex;
}
.section7 .title_logo:before {
  border-top: 1px solid #c69c6d;
  content: "";
  flex-grow: 1;
  margin-right: 2rem;
  margin-top: 40px;
}
.section7-01 .texttitlebox .vertical_text {
  font-family: 'myWebFonttate';
  font-size: 120%;
  border-right: 1px solid #404040;
}
.section7-01 .box01 {
  float: right;
  margin: 20px 50px 20px 100px;
}
.section7-01 .box02, .section7-01 .box03, .section7-01 .box04 {
  float: right;
  width: 250px;
  margin-right: 35px;
  margin-top: 20px;
}
.section7-01 .box02 .box02-01, .section7-01 .box03 .box03-01, .section7-01 .box04 .box04-01 {
  float: right;
}
.section7-01 .box02 .box02-02, .section7-01 .box03 .box03-02, .section7-01 .box03 .box03-02 {
  text-align: center;
}
.section7-01 .box02 .box02-03, .section7-01 .box03 .box03-03, .section7-01 .box04 .box04-03 {
  text-align: center;
}
.section7-01 .textbox .vertical_text {
  margin-top: 15px;
}
.section7-01 .box04 .box04-03 .vertical_text {
  margin-right: 36px;
}
@media screen and (max-width:768px) {
  .section7-01 {
    text-align: center;
  }
  .section7-01 .box01 {
    float: none;
    margin: 20px 0px 20px 0px;
    display: inline-block;
    vertical-align: top;
  }
  .section7-01 .box02, .section7-01 .box03, .section7-01 .box04 {
    float: none;
    display: inline-block;
    width: 250px;
    margin-right: 0px;
    margin-top: 20px;
    vertical-align: top;
  }
}
@media screen and (max-width:575px) {
  .section7-01 .box04 .box04-03 .vertical_text {
    margin-right: 0;
  }
}
.section7-01.sp .box02, .section7-01.sp .box03, .section7-01.sp .box04 {
  width: 220px;
}
.section7-01.sp .texttitlebox {
  width: 35px;
}
.section7-01 .box01.sp {
  display: block;
}
/***************************
** CASASの安心
****************************/
.section8 {}
.section8-01 {
  margin-bottom: 25px;
}
.section8-01 .box01, .section8-03 .box01, .section8-05 .box01 {
  float: left;
  width: 625px;
  margin-top: 100px;
}
.section8-01 .title_logo, .section8-03 .title_logo, .section8-05 .title_logo {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c69c6d;
}
.section8-01 .box02, .section8-03 .box02, .section8-05 .box02 {
  float: right;
}
.section8-01 .box03, .section8-03 .box03, .section8-05 .box03 {
  float: right;
  margin-right: 5px;
}
.section8-01 .texttitlebox .vertical_text, .section8-03 .texttitlebox .vertical_text, .section8-05 .texttitlebox .vertical_text {
  font-family: 'myWebFonttate';
  font-size: 120%;
  border-right: 1px solid #404040;
}
.section8-02 {
  background: #f4f2ec;
  padding: 20px;
  margin-bottom: 25px;
}
.section8-02 .texttitlebox {
  font-weight: bold;
}
.section8-02 .box04 {
  float: left;
  margin: 13px 26px;
  width: 120px;
  text-align: center;
}
.section8-02 .box04 .sub_title {
  text-align: center;
  padding: 10px 0 0px;
  font-family: 'myWebFont';
  font-size: 120%;
}
.section8-03 {
  margin-bottom: 25px;
}
.section8-03 .box03 {
  margin-right: 50px;
}
.section8-04 .box01 {
  float: left;
}
.section8-04 .box02 {
  float: left;
  width: 640px;
  margin-left: 40px;
}
.section8-04 .textbox, .section8-06 .textbox {
  margin-bottom: 30px;
}
.section8-04 .textbox .title, .section8-06 .textbox .title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section8-06 .box01 {
  float: left;
}
.section8-06 .box02 {
  float: left;
  width: 610px;
  margin-left: 40px;
}
.section8-07 .box01 {
  margin: 20px 0 40px;
}
.section8-07 .photo {
  float: left;
  margin-left: 50px;
}
.section8-07 .box02 {
  float: left;
  margin-top: 23px;
  margin-left: 30px;
  text-align: center;
}
.section8-07 .box02 .gold {
  font-size: 80%;
}
.section8-07 .box03 {
  float: left;
  margin-left: 30px;
  margin-top: 30px;
  width: 660px;
}
.section8-07 .last .box02 {
  margin-top: 8px;
}
.section8-07 .last .box03 {
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .section8-01 .box01, .section8-03 .box01, .section8-05 .box01 {
    width: 100%;
    margin-top: 0;
  }
  .section8-04 .box01 {
    float: none;
    width: 100%;
  }
  .section8-04 .box01 img {
    width: 100%;
  }
  .section8-04 .box02 {
    width: auto;
    margin: 0;
    float: none;
  }
  .section8-05 {
    margin-bottom: 25px;
  }
  .section8-06 .box01 {
    width: 50%;
    margin-top: -200px;
  }
  .section8-06 .box02 {
    width: auto;
    margin: 0;
    float: none;
  }
  .section8-07 .photo {
    margin-left: 0;
    width: 40%;
    text-align: right;
  }
  .section8-07 .box03 {
    float: none;
    width: auto;
    margin-left: 0;
    clear: both;
    text-align: center;
  }
}
@media screen and (max-width:575px) {
  .section8-01 .box03, .section8-03 .box03, .section8-05 .box03 {
    width: 85%;
    margin-right: 5px;
    text-align: right;
  }
  .section8-01 .box02, .section8-03 .box02, .section8-05 .box02 {
    width: 30px;
  }
  .section8-02 .box04 {
    width: 50%;
    margin: 13px 0;
  }
  .section8-06 .box01 {
    margin-top: 0;
    width: 100%;
    margin-bottom: 25px;
  }
}
/***************************
** ご相談の流れ
****************************/
.section9 {
  margin-bottom: 25px;
}
.section9 .title_logo {
  margin-bottom: 15px;
  display: flex;
}
.section9 .title_logo:before {
  border-top: 1px solid #c69c6d;
  content: "";
  flex-grow: 1;
  margin-right: 2rem;
  margin-top: 40px;
}
.section9 .photo {
  margin-top: 35px;
  text-align: center;
}
/***************************
** お問い合わせ
****************************/
.section10 {
  margin-bottom: 25px;
}
.section10 .title_logo {
  margin-bottom: 15px;
  display: flex;
}
.section10 .title_logo:before {
  border-top: 1px solid #c69c6d;
  content: "";
  flex-grow: 1;
  margin-right: 2rem;
  margin-top: 40px;
}
/***************************
** フッター
****************************/
.pagetop {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pagetop:before {
  border-top: 1px solid #c69c6d;
  content: "";
  flex-grow: 1;
  margin-right: 3rem;
  margin-top: 11px;
}
.pagetop:after {
  border-top: 1px solid #c69c6d;
  content: "";
  flex-grow: 1;
  margin-left: 3rem;
  margin-top: 11px;
}
footer {
  border: none;
  background: none;
  position: relative;
}
@media screen and (min-width: 1200px) {
  footer .logoSection, footer .naviSection {
    width: 1200px;
    padding: 0 59px;
    margin: 40px auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  footer .logoSection, footer .naviSection {
    width: 100%;
    padding: 0 59px;
    margin: 40px auto;
  }
}
footer .logoSection .logo {
  float: left;
  position: relative;
}
footer .logoSection .contact {
  float: right;
}
footer .sub_title {
  position: absolute;
  top: -25px;
  left: 108px;
}
footer .sub_title h2 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 80%;
  font-weight: normal;
}
footer .naviSection ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
footer .naviSection li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  list-style: none;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
footer .copySection {
  position: absolute;
  bottom: 300px;
  left: 0px;
  margin: 0;
  padding: 0;
  border: none;
  width: auto;
}
footer .copySection p {
  letter-spacing: 0.2em;
}
@media screen and (max-width:768px) {
  footer .copySection p {
    margin: 0;
  }
  footer .logoSection .logo {
    float: none;
    width: 300px;
    margin: 20px auto 50px;
  }
  footer .logoSection .contact {
    float: none;
    margin: 20px;
    text-align: center;
  }
}
@media screen and (max-width:575px) {
  footer .logoSection .logo {
    max-width: 200px;
  }
  footer .sub_title {
    left: 8px;
  }
}
/************************************
** エントリーフォーム
*************************************/
/*span.wpcf7-not-valid-tip{
	color: #fff;
}*/
.wpcf7-form form table table {
  margin: 0;
}
.wpcf7-form table.mobile-block th {
  text-align: right;
}
.wpcf7-form table.mobile-block th, .wpcf7-form table.mobile-block td {
  vertical-align: middle;
}
.wpcf7-form .alert {
  font-size: 0.8em;
  color: red;
}
.wpcf7-form form .pledge {
  font-weight: bold;
  padding: 15px;
  display: block;
}
.wpcf7-form form .checkbox .come {
  text-align: center;
  font-weight: bold;
  padding: 15px;
  display: block;
}
.wpcf7-form form .checkbox .wpcf7-list-item-label {
  font-weight: bold;
}
.contact_btn {
  text-align: center;
  margin: 50px 0;
}
.contact_btn input.btn {
  font-size: 120%;
  width: auto;
}
.contact_btn input.wpcf7-back {
  margin-bottom: 20px;
}
span.messagebox {
  display: block;
  margin: 40px 0;
  position: relative;
  background: #e9e9e9;
  padding: 40px;
}
span.messagebox:before {
  content: '';
  z-index: 1;
  position: absolute;
  border: 1px dashed #bbb;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  -moz-box-shadow: 0 0 0 1px #eee;
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
}
/***************************
** コンセプト
****************************/
.concept .section2 {
  margin-top: 100px;
  margin-bottom: 40px;
}
.concept .section2 .title_logo {
  border-bottom: 1px solid #c69c6d;
  position: relative;
  z-index: -1;
}
.concept .section2 .title_logo img {
  position: absolute;
  bottom: -6px;
}
.concept .section2 .title_logo::after {
  border: none;
}
.concept .section2 .leftbox {
  position: relative;
  float: left;
  width: 41%;
}
.concept .section2 .rightbox {
  float: left;
  width: 632px;
}
.concept .section2 .box01 {
  position: absolute;
  top: -40px;
  right: 0px;
}
.concept .section2 .box02 {
  width: auto;
  float: none;
  margin-top: 80px;
  margin-left: 0px;
}
.concept .section2 .box03 {
  margin-top: 20px;
}
.concept .section2 .box04 {
  margin-top: -100px;
}
.concept .section3 .leftbox {
  position: relative;
  float: left;
  width: 54%;
}
.concept .section3 .rightbox {
  float: left;
  width: 491px;
}
.concept .section3 .photo {
  float: none;
}
.concept .section3 .box02 {
  margin: 20px 0;
}
.concept .section3 .box03 {
  margin-left: 0;
  margin-bottom: 20px;
  padding-right: 20px;
}
.concept .section3 .box04 {
  float: left;
  width: 40%;
  margin-top: 20px;
}
.concept .section3 .box05 {
  float: left;
  width: 60%;
  padding-right: 30px;
  text-align: right;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.concept .section3 .box06 {
  clear: both;
  margin: 20px 0;
  padding-right: 20px;
}
.concept .section4 {
  background: none;
  margin-top: 100px;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.concept .section4 .title_logo {
  border-bottom: 1px solid #c69c6d;
  position: relative;
  z-index: -1;
}
.concept .section4 .title_logo img {
  position: absolute;
  bottom: -6px;
}
.concept .section4 .leftbox {
  position: relative;
  float: left;
  width: 41%;
}
.concept .section4 .rightbox {
  float: left;
  width: 638px;
  text-align: right;
}
.concept .section4 .box02 {
  position: absolute;
  top: -40px;
  right: 0px;
}
.concept .section4 .box01 {
  width: auto;
  float: none;
  margin-top: 50px;
  margin-left: 10px;
}
.concept .section4 .box03 {
  margin: 20px 0 0 10px;
}
.concept .section4 .leftbox .box04 {
  margin: 20px 0 0 10px;
}
.concept .section4 .rightbox .box04 {
  margin-top: -80px;
}
.concept .section5 {
  margin-bottom: 100px;
}
.concept .section5 .leftbox {
  position: relative;
  float: left;
  width: 41%;
  margin-top: 40px;
}
.concept .section5 .rightbox {
  float: left;
  width: 638px;
  text-align: right;
  margin-top: -65px;
}
.concept .section5 .box01 {
  margin-left: 10px;
}
.concept .section5 .box02 {
  margin: 40px 0 20px 10px;
}
.concept .section5 .box03 {
  padding-right: 20px;
}
.concept .section5 .box04, .concept .section5 .box05, .concept .section5 .box06 {
  float: left;
}
.concept .section5 .box05 {
  margin-left: 5px;
}
.concept .section5 .box06 {
  margin-top: 40px;
  margin-left: 10px;
}
.concept .section5 .box07 {
  float: right;
  width: 320px;
  margin-bottom: 20px;
}
.concept .section6 .titlebox {
  position: relative;
}
.concept .section6 .titlebox .come {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #C59B6B;
}
.concept .section6 .titlebox .title {
  background: none;
  color: #C59B6B;
  text-align: center;
  font-family: 'myWebFont';
  font-size: 36px;
  letter-spacing: 9px;
  display: flex;
  align-items: center;
}
.concept .section6 .titlebox .title:before, .concept .section6 .titlebox .title:after {
  border-top: 1px solid #C59B6B;
  content: "";
  flex-grow: 1;
}
.concept .section6 .titlebox .title:before {
  margin-right: 2rem;
}
.concept .section6 .titlebox .title:after {
  margin-left: 2rem;
}
.concept .section6 .sub_titlebox .title {
  background: none;
  color: #231815;
  text-align: center;
  font-family: 'myWebFont';
  font-size: 36px;
  letter-spacing: 1px;
  align-items: center;
}
.concept .section6 .sub_titlebox .title img {
  margin-right: 15px;
  margin-top: -45px;
}
.concept .section6 .box {
  margin-bottom: 30px;
}
.concept .section6 .box .photo {
  float: left;
}
.concept .section6 .box .text {
  float: left;
  margin-left: 40px;
  width: 600px;
}
.concept .section6 .box .text .title {
  background: none;
  font-family: 'myWebFont';
  font-size: 36px;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 00px;
}
@media screen and (max-width:768px) {
  .section .concept .leftbox, .section .concept .rightbox {
    float: none;
    width: 100%;
  }
  .concept .section2 .box02 {
    margin-top: 33px;
  }
  .concept .section2 .box04 {
    margin-top: 20px;
  }
  .concept .section2 .box04 img {
    width: 100%;
  }
  .concept .section3 .photo {
    max-width: none;
    text-align: center;
  }
  .concept .section3 .photo img {
    width: auto;
  }
  .concept .section3 .box02 {
    text-align: left;
  }
  .concept .section3 .box03, .concept .section3 .box05, .concept .section3 .box06 {
    padding-right: 0;
  }
  .concept .section4 .rightbox .box04 {
    margin-top: 20px;
    text-align: center;
  }
  .concept .section5 .box01 {
    margin-left: 0;
    text-align: center;
  }
  .concept .section5 .rightbox {
    margin-top: 20px;
  }
  .concept .section5 .box04 {
    margin-bottom: 20px;
  }
  .concept .section5 .box07 {
    clear: both;
    float: none;
    width: auto;
    margin-top: 20px;
    text-align: left;
  }
  .concept .section5 .box08 {
    text-align: center;
  }
  .concept .section6 .box .photo {
    float: none;
    text-align: center;
  }
  .concept .section6 .box .text {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .concept .section6 .box .text .title {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width:575px) {
  .concept .section2 .box01 {
    width: 35%;
  }
  .concept .section2 .box02 {
    width: 80%;
  }
  .concept .section3 .photo img {
    width: 95%;
  }
  .concept .section4 .box02 {
    width: 35%;
  }
  .concept .section5 .box04 {
    width: 45%;
  }
  .concept .section5 .box05 {
    width: 45%;
    float: right;
  }
  .concept .section5 .box06 {
    float: none;
    width: 100%;
    clear: both;
    text-align: center;
  }
  .concept .section6 .titlebox .title {
    letter-spacing: 5px;
    font-size: 24px;
    padding: 10px 0px 8px;
  }
  .concept .section6 .titlebox .come {
    bottom: -6px;
  }
  .concept .section6 .sub_titlebox .title {
    font-size: 24px;
  }
  .concept .section6 .sub_titlebox .title img {
    display: block;
    margin: 0 auto;
  }
  .concept .section6 .box .text .title {
    font-size: 24px;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 25px;
  }
}
/***************************
** ご相談の流れ
****************************/
.flow {
  margin-bottom: 100px;
  background: url(images/lpback_02.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 0px 0px;
  margin-left: -150px;
  padding-left: 150px;
}
.flow .title_logo {
  background-image: linear-gradient(to right, #c69c6d, #c69c6d 6px, transparent 6px, transparent 12px);
  background-size: 12px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 13px;
}
.flow .box .title_box {
  float: left;
  width: 440px;
  position: relative;
}
.flow .box .title_box:before {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  top: 40px;
  left: 40px;
}
.flow .box:nth-child(2) .title_box:before {
  background: url(images/1.png) no-repeat;
}
.flow .box:nth-child(3) .title_box:before {
  background: url(images/2.png) no-repeat;
}
.flow .box:nth-child(4) .title_box:before {
  background: url(images/3.png) no-repeat;
}
.flow .box:nth-child(5) .title_box:before {
  background: url(images/4.png) no-repeat;
}
.flow .box:nth-child(6) .title_box:before {
  background: url(images/5.png) no-repeat;
}
.flow .box:nth-child(7) .title_box:before {
  background: url(images/6.png) no-repeat;
}
.flow .box:nth-child(8) .title_box:before {
  background: url(images/7.png) no-repeat;
}
.flow .box .title_box:after {
  position: absolute;
  content: "";
  background: url(images/sankaku.png) no-repeat;
  width: 38px;
  height: 38px;
  bottom: -30px;
  left: 200px;
}
.flow .box:nth-last-child(2) .title_box:after {
  background: none;
}
.flow .box:nth-last-child(2) {
  margin-bottom: 50px;
}
.flow .box:nth-last-child(1) {
  text-align: center;
}
.flow .box .text {
  float: left;
  margin-left: 40px;
  margin-top: 60px;
  width: 490px;
}
.flow .box .title {
  text-align: center;
  background: none;
  font-family: 'myWebFont';
  font-size: 36px;
  letter-spacing: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width:768px) {
  .flow .box .title_box {
    float: none;
    margin: 0 auto;
  }
  .flow .box .title_box:before {
    top: 0;
  }
  .flow .box .text {
    float: none;
    margin: 0 auto 50px;
    position: relative;
    width: 440px;
  }
  .flow .box .title_box:after {
    background: none;
  }
  .flow .box .text:after {
    position: absolute;
    content: "";
    background: url(images/sankaku.png) no-repeat;
    width: 38px;
    height: 38px;
    bottom: -50px;
    left: 45%;
  }
  .flow .box:nth-last-child(2) .text:after {
    background: none;
  }
}
@media screen and (max-width:575px) {
  .flow .box .text, .flow .box .title_box {
    width: 100%;
  }
  .flow .box .title {
    font-size: 24px;
  }
  .flow .box .title_box:before {
    left: 0;
  }
}
/************************************
** お問い合わせ
*************************************/
.contact .textbox {
  margin-bottom: 50px;
  text-align: center;
}
.contact .textbox .title {
  text-align: center;
  margin-bottom: 50px;
}
/************************************
** カテゴリページ共通設定
*************************************/
.archive .postList {
  text-align: center;
}
.archive .postList .cf {
  text-align: left;
}
.archive .siteContent {
  padding-top: 0;
}
.archive .title h2 {
  background: none;
  border: none;
  display: flex;
}
.archive .media {
  border: none;
  width: calc(100% / 3);
  padding: 0;
  float: left;
}
.archive .postList_thumbnail {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.archive .postList_thumbnail a {
  border: none;
}
.archive .postList_thumbnail a img {
  border: none;
}
.archive .media-body {
  padding: 15px 15px;
  background: #E0CDB6;
}
.archive .media:nth-child(odd) .media-body {
  background: #EFE7E1;
}
.archive .media .media-body .media-heading a {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #000;
  font-weight: bold;
}
.archive h1.entry-title::first-letter {
  color: #000;
}
.archive .media .media-body .media-body_excerpt {
  font-weight: bold;
  color: #1F110C;
}
@media screen and (max-width:768px) {
  .archive .media {
    width: 50%;
  }
}
/************************************
** NEWS・EVENT共通設定
*************************************/
.archive .title.news {
  margin-top: 40px;
}
.archive .title.news h2:after, .archive .title.event h2:after {
  border-top: 1px solid #C59B6B;
  content: "";
  margin-left: 2rem;
  flex-grow: 1;
}
.archive .title.news h2:after {
  margin-top: 30px;
}
.archive .title.news h2 .title_img_01 {
  max-height: 56px;
}
.archive .title.news h2 .title_img_02 {
  max-height: 110px;
  margin-top: -40px;
}
.archive .title.event h2:after {
  margin-top: 60px;
}
.archive .title.event h2 .title_img_01 {
  max-height: 110px;
}
.archive .title.event h2 .title_img_02 {
  max-height: 56px;
}
@media screen and (max-width:575px) {
  .archive .title.news h2 .title_img_01 {
    max-height: 40px;
  }
  .archive .title.news h2 .title_img_02 {
    max-height: 85px;
  }
  .archive .title.event h2 .title_img_01 {
    max-height: 85px;
  }
  .archive .title.event h2 .title_img_02 {
    max-height: 40px;
  }
}
/************************************
** WORKS・INTERVEW共通設定
*************************************/
.archive .title.intervew {
  margin-top: 40px;
}
.archive .title.intervew h2:before, .archive .title.works h2:before {
  border-top: 1px solid #C59B6B;
  content: "";
  margin-right: -10rem;
  flex-grow: 1;
}
.archive .title.intervew h2:before {
  margin-top: 25px;
  margin-right: 2rem;
}
.archive .title.intervew h2 .title_img_01 {
  max-height: 110px;
  margin-top: -40px;
}
.archive .title.intervew h2 .title_img_02 {
  max-height: 60px;
  margin-top: -40px;
}
.archive .title.works h2:before {
  margin-top: 60px;
}
.archive .title.works h2 .title_img_01 {
  max-height: 110px;
}
.archive .title.works h2 .title_img_02 {
  max-height: 56px;
}
@media screen and (max-width:575px) {
  .archive .title.intervew h2 .title_img_01 {
    max-height: 70px;
    margin-top: -30px;
  }
  .archive .title.intervew h2 .title_img_02 {
    max-height: 30px;
    margin-left: -150px;
  }
  .archive .title.intervew h2:before {
    margin-top: 0px;
  }
  .archive .title.works h2 .title_img_01 {
    max-height: 65px;
  }
  .archive .title.works h2 .title_img_02 {
    max-height: 30px;
  }
  .archive .title.works h2:before {
    margin-top: 40px;
  }
}
/************************************
** 投稿ページ共通設定
*************************************/
.single h1.entry-title {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #000;
  font-weight: bold;
}
.single h2 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #000;
  background: none;
  border: none;
  padding: 0;
}
.single .entry-body p {
  line-height: 2.5em;
}
.single .media {
  border: none;
  width: calc(100% / 3);
  padding: 0;
  float: left;
}
.single .media.next {
  float: right;
}
.single .postList_thumbnail {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  position: relative;
}
.single .next .postList_thumbnail:after {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  content: ">";
  position: absolute;
  color: #C69C6D;
  font-weight: bold;
  font-size: 24px;
  right: 10px;
  top: 50%;
  z-index: 100;
  line-height: 12px;
}
.single .prev .postList_thumbnail:before {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  content: "<";
  position: absolute;
  color: #C69C6D;
  font-weight: bold;
  font-size: 24px;
  left: 10px;
  top: 50%;
  z-index: 100;
  line-height: 12px;
}
.single .postList_thumbnail a {
  border: none;
}
.single .postList_thumbnail a img {
  border: none;
}
.single .media-body {
  padding: 15px 15px;
  background: #E0CDB6;
}
.single .media:nth-child(odd) .media-body {
  background: #EFE7E1;
}
.single .media .media-body .media-heading a {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #000;
  font-weight: bold;
}
.single h1.entry-title::first-letter {
  color: #000;
}
.single .media .media-body .media-body_excerpt {
  font-weight: bold;
  color: #1F110C;
}
@media screen and (max-width:575px) {
  .single .media {
    width: 50%;
  }
}
/************************************
** TOPページ共通設定
*************************************/
.top .title h2 {
  background: none;
  border: none;
  display: flex;
}
.top .media {
  border: none;
  width: calc(100% / 3);
  padding: 0;
  float: left;
}
.top .postList_thumbnail {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.top .postList_thumbnail a {
  border: none;
}
.top .postList_thumbnail a img {
  border: none;
}
.top .media-body {
  padding: 15px 15px;
  background: #E0CDB6;
}
.top .media:nth-child(odd) .media-body {
  background: #EFE7E1;
}
.top .media .media-body .media-heading a {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #000;
  font-weight: bold;
}
.top h1.entry-title::first-letter {
  color: #000;
}
.top .media .media-body .media-body_excerpt {
  font-weight: bold;
  color: #1F110C;
}
.top .casas_section {
  margin-top: 40px;
}
.top .casas_section .leftbox {
  float: left;
  max-width: 600px;
}
.top .casas_section .rightbox {
  float: right;
  width: 370px;
}
.top .casas_section .leftbox .photo {
  margin-bottom: 30px;
}
.top .casas_section .rightbox .casas_logo {
  float: left;
}
.top .casas_section .rightbox .textbox {
  float: left;
  clear: both;
  margin-top: 50px;
}
.top .casas_section .rightbox .texttitlebox {
  float: left;
  margin-top: -60px;
  margin-left: 50px;
}
.top .casas_section .rightbox .texttitlebox .vertical_text {
  font-family: 'myWebFonttate';
  font-size: 24px;
  border-right: 1px solid #404040;
  letter-spacing: 6px;
}
@media screen and (max-width:1024px) {
  .top .casas_section .leftbox {
    width: 50%;
  }
  .top .casas_section .rightbox {
    width: 320px;
    margin-left: 5%;
  }
}
@media screen and (max-width:768px) {
  .top .media {
    float: none;
    width: 100%;
  }
  .top .casas_section .leftbox {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .top .casas_section .rightbox {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  .top .casas_section .rightbox .casas_logo {
    width: 220px;
  }
  .top .casas_section .rightbox .texttitlebox {
    float: right;
    margin-left: 0;
  }
}
@media screen and (max-width:350px) {
  .top .casas_section .rightbox .texttitlebox {
    margin-right: -20px;
  }
}
/************************************
** NEWS・EVENT共通設定
*************************************/
.top .news .title {
  margin-top: 40px;
}
.top .news .title h2:after {
  border-top: 1px solid #C59B6B;
  content: "";
  margin-left: 2rem;
  flex-grow: 1;
}
.top .event .title h2:before {
  border-top: 1px solid #C59B6B;
  content: "";
  margin-right: -10rem;
  flex-grow: 1;
}
.top .news .title h2:after {
  margin-top: 30px;
}
.top .news .title h2 .title_img_01 {
  max-height: 56px;
}
.top .news .title h2 .title_img_02 {
  max-height: 110px;
  margin-top: -40px;
}
.top .event .title h2:before {
  margin-top: 60px;
}
.top .event .title h2 .title_img_01 {
  max-height: 110px;
}
.top .event .title h2 .title_img_02 {
  max-height: 56px;
}
@media screen and (max-width:575px) {
  .top .news .title h2:after {
    margin-right: -2rem;
  }
  .top .news .title h2 .title_img_01 {
    max-height: 36px;
  }
  .top .news .title h2 .title_img_02 {
    max-height: 80px;
  }
  .top .event .title h2 .title_img_01 {
    max-height: 80px;
  }
  .top .event .title h2 .title_img_02 {
    max-height: 36px;
  }
}
/************************************
** WORKS・INTERVEW共通設定
*************************************/
.top .intervew .title {
  margin-top: 70px;
}
.top .intervew .title h2:after {
  border-top: 1px solid #C59B6B;
  content: "";
  margin-left: -30rem;
  flex-grow: 1;
}
.top .works .title h2:before {
  border-top: 1px solid #C59B6B;
  content: "";
  margin-right: -10rem;
  flex-grow: 1;
}
.top .intervew .title h2:after {
  margin-top: 25px;
}
.top .intervew .title h2 .title_img_01 {
  max-height: 110px;
  margin-top: -40px;
}
.top .intervew .title h2 .title_img_02 {
  max-height: 60px;
  margin-top: -40px;
}
.top .works .title h2:before {
  margin-top: 60px;
}
.top .works .title h2 .title_img_01 {
  max-height: 110px;
}
.top .works .title h2 .title_img_02 {
  max-height: 56px;
}
@media screen and (max-width:575px) {
  .top .intervew .title h2 .title_img_01 {
    max-height: 60px;
    margin-top: -30px;
  }
  .top .intervew .title h2 .title_img_02 {
    max-height: 33px;
    margin-left: -146px;
    margin-top: -46px;
  }
  .top .intervew .title h2:after {
    margin-top: 5px;
    margin-left: -3rem;
  }
  .top .works .title h2 .title_img_01 {
    max-height: 65px;
  }
  .top .works .title h2 .title_img_02 {
    max-height: 30px;
  }
  .top .works .title h2:before {
    margin-top: 40px;
    margin-right: -7rem;
  }
}
/*17インチ iPadPro 微調整*/
@media screen and (min-width:769px) and (max-width:1200px) {
  nav {
    font-size: 11px;
  }
  ul.gMenu .gMenu_description {
    font-size: 8px;
    letter-spacing: -1px;
  }
  .concept .section2 .rightbox {
    width: 59%;
    margin-top: 70px;
  }
  .concept .section2 .box01 {
    width: 150px;
  }
  .concept .section3 .leftbox, .concept .section4 .leftbox, .concept .section5 .leftbox, .concept .section6 .box .photo {
    width: 45%;
    margin-right: 5%;
  }
  .concept .section3 .rightbox, .concept .section4 .rightbox, .concept .section5 .rightbox, .concept .section6 .box .text {
    width: 50%;
    margin-left: 0;
  }
  .concept .section6 .sub_titlebox .title {
    font-size: 26px;
  }
  .section7-01 .box01 {
    margin: 20px 10px 20px 10px;
  }
  .section7-01 .box02, .section7-01 .box03, .section7-01 .box04 {
    margin-right: 25px;
  }
  .section8-01 .box01, .section8-03 .box01, .section8-05 .box01 {
    width: 400px;
    margin-top: 0;
  }
  .section8-02 .box04 {
    width: 27%;
  }
  .section8-04 .box01 {
    width: 40%;
    margin-top: 80px;
  }
  .section8-04 .box02, .section8-06 .box02 {
    width: 55%;
    margin-left: 5%;
  }
  .section8-06 .box01 {
    width: 40%;
    margin-top: 40px;
  }
  .section8-07 .box03 {
    width: 440px;
  }
  .flow .box .text {
    width: 380px;
  }
}
@media screen and (max-width:768px) {
  .section8-02 .box04 {
    width: 24%;
  }
}
.top .casas_section .rightbox .texttitlebox {
  float: right;
}
/*2026/1/13 バージョンアップ調整*/
@media (min-width: 992px) {
  #gMenu_outer {
    top: auto;
    bottom: -1px;
    transition: none;
    background-color: transparent;
  }
}
.siteHeader .container {
  position: static;
}
.navbar {
  padding: 0;
}
.navbar .gMenu_outer nav {
  display: block;
}
@media (min-width: 992px) {
  .header_scrolled .navbar .gMenu_outer nav {
    display: block;
    width: 960px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header_scrolled .navbar .gMenu_outer nav {
    width: 100%;
  }
  ul.gMenu > li.current-menu-ancestor > a:after, ul.gMenu > li.current-menu-item > a:after, ul.gMenu > li.current-menu-parent > a:after, ul.gMenu > li.current-post-ancestor > a:after, ul.gMenu > li.current_page_ancestor > a:after, ul.gMenu > li.current_page_parent > a:after, ul.gMenu > li > a:hover:after {
    content: ".";
    line-height: 0;
    border-bottom: 1px solid #337ab7;
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  #gMenu_outer {
    display: none;
  }
}
@media (min-width: 768px) {
  ul.gMenu > li > a:hover:after, ul.gMenu > li.current-post-ancestor > a:after, ul.gMenu > li.current-menu-item > a:after, ul.gMenu > li.current-menu-parent > a:after, ul.gMenu > li.current-menu-ancestor > a:after, ul.gMenu > li.current_page_parent > a:after, ul.gMenu > li.current_page_ancestor > a:after {
    border-bottom-color: #c69c6d;
  }
}
.siteFooter {
  border-top: none;
  background-color: #fff;
}
.scrolled .page_top_btn {
  display: none;
}
a {
  color: #5a2c15;
}
.siteFooter .copySection:before {
  display: table;
  content: "";
}
*, ::after, ::before {
  box-sizing: content-box;
}
#gMenu_outer > * ::after, #gMenu_outer > * ::before {
  box-sizing: border-box;
}
#gMenu_outer * {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  *, ::after, ::before {
    box-sizing: border-box;
  }
}
.siteFooter {
  overflow: initial;
}
.contact_btn .row {
  display: block;
}
div.wpcf7cp-btns {
  text-align: center;
}
.wpcf7cp-cfm-submit-btn {
  background: #c69c6d;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}
.wpcf7cp-cfm-edit-btn {
  border-radius: 5px;
  padding: 5px 10px;
}
/* 確認画面でthの内容を表示 */
.wpcf7-confirm-view th {
  display: table-cell;
  vertical-align: top;
}
h4 {
  padding: 10px 15px 8px;
  background-color: #efefef;
  border-radius: 4px
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.mainSection header {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.entry-body, .widget .entry-body {
  padding: 2em 0 2.5em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}
.breadcrumb {
  padding: .75rem 1rem !important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.siteContent .container .row {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width:1024px){
div#gMenu_outer {
  display:none;
}
  body.device-mobile .vk-mobile-nav-menu-btn{
    display:block;
  }
}
.media{
  display: block;
}