@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');*/

body {
    font-size: 1.23vw;
    line-height: 1;
    color: #333;
/*    font-family: "Hannari"; */
    font-family: "Hiragino Kaku Gothic ProN";
    text-align: center;
    background-color: #F8F5F0;
}

.only-sp {
        display: none;
}
   

.only-pc {
        display: block;
}
img {
    width: 100%;
    display: block;
}

section {
    width: 100%;
}

.section_title {
    margin: 0 auto 30px;
}

.inner {
/*    width: 76.92%;*/
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
li{
    list-style: none;
}

/*横並び*/
.flex_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.order01 {
    order: 1;
}

.order02 {
    order: 2;
}

.mt57 {
    margin-top: 57px;
}

.mb57 {
    margin-bottom: 57px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt24 {
    margin-top: 24px;
}

.mb24 {
    margin-bottom: 24px;
}

.mt120 {
    margin-top: 120px;
}

.mb120 {
    margin-bottom: 120px;
}

.mt47 {
    margin-top: 47px;
}
.mb47 {
    margin-bottom: 47px;
}


/*header*/
#header {
    background-color: #F8F5F0;
    width: 100%;
    position: fixed;
  top: 0;
  left: 0;
    z-index: 999;

}

#header .inner {
    width: 42.92vw;
    margin: 1% auto 0 2%;
    position: fixed;
    top: 0;
    left: 0;
}



#header .inner .logo {
    width: 17.67%;
}

#header .inner ul {
    width: 73.98%;
    margin-top: 3%;
}

#header .inner ul li {
    width: 25.38%;
}

#header .inner ul li:nth-child(2) {
    width: 33.5%;
}

#header .inner ul li:nth-child(3) {
    width: 27%;
}

/*mv*/
#mv {
    background-color: #F8F5F0;
    width: 100%;
}

#mv .inner {
    width: 100%;
    margin: 0;
    padding: 0!important;
}

#mv .inner .h1Box {
    padding-top: 13%;
width: 50%;
}
#mv .inner h1 {
    width: 90%;
    margin: auto;
    /* transform: translateX(-11%); */
}

#mv .inner .main_img {
    width: 50%;
}

#mv .inner .main_img .loopSlide01, 
#mv .inner .main_img .loopSlide02 {
    width: 50%;
}





.effect_contents{
    width: 100%;
    max-width: 640px;
    height: 113%;
    margin: 0 auto;
    background: url("../images/slide_l.jpg") ;
    background-position: center;
    /*画像のサイズを指定する*/
    -webkit-background-size: 100%;
     background-size: 100%;
     /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
     -webkit-animation: bgscroll 20s linear infinite;
     animation: bgscroll 20s linear infinite;

}
/*アニメーションの指定
background-position: x軸 , y軸;
今回は縦にスクロールする
背景画像のサイズ分移動させる
*/
@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 256px;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 256px;}
}


.effect_contents02{
    width: 100%;
    max-width: 640px;
    height: 113%;
    margin: 0 auto;
    background: url("../images/slide_r.jpg") ;
    background-position: center;
    /*画像のサイズを指定する*/
    -webkit-background-size: 100%;
     background-size: 100%;
     /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
     -webkit-animation: bgscroll2 20s linear infinite;
     animation: bgscroll2 20s linear infinite;

}
/*アニメーションの指定
background-position: x軸 , y軸;
今回は縦にスクロールする
背景画像のサイズ分移動させる
*/
@-webkit-keyframes bgscroll2 {
 0% {background-position: 0 0;}
 100% {background-position: 0 -256px;}
}

@keyframes bgscroll2 {
 0% {background-position: 0 0;}
 100% {background-position: 0 -256px;}
}


/*lead*/
.inner.flex_box.irastWrap {
  padding-top: 7%;
  max-width: none;
  width: 100%;
}

.irast {
  width: 30.5%;
}

.hikaku.flex_box {
  width: 60%;
    margin-top: 10%;
}

.leadWrap .inner {
    margin-right: 5.2%;
}

.leadWrap .inner h2 {
    font-size: 36px;
}

.leadWrap .inner .list {
 /*   width:auto;*/
    flex-wrap: wrap;
  width: 100%;
 /*   max-width: 700px;*/
    justify-content: center;
    margin-top: 2%;
}

.leadWrap .inner .list li {
width: 12.5%;
    max-width: 125px;
    margin: 7px;
}

h5 {
  font-size: 21px;
  font-weight: bold;
}
.cap {
    font-size: 13px;
    margin-top: 10px;
}

/*list*/
.listWrap .inner {
    width: 1000px;
}

.listWrap .inner .imgWrap_r {
    width: 65.7%;
    max-width: 657px;
}

.listWrap .inner .imgWrap_l {
    width: 31.7%;
    max-width: 317px;
}

/*about*/
#about {
    background-color: #F8F5F0;
}

#about .section_title {
    width: 350px;
}

#about .lead {
    font-size: 21px;
    margin-bottom: 27px;
    line-height: 1.5;
}

#about .body_copy {
    line-height: 1.75;

}



/*standard*/
#standard {
    background-color: #F8F5F0;
}

#standard .section_title {
    width: 447px;
}

.flex_box.pointBox {
  flex-wrap: wrap;
}

.point {
  width: 311px;
}

/*padkages*/
#packages {
    background-color: #FFF;
    padding-bottom: 57px;
}

#packages .inner .section_title{
    width: 453px;
}

.lead_txt {
    background-image: url("../images/package_bg.jpg");
    background-size: cover;
    background-position: center center;
    padding-top: 15%;
}

.lead_txt p {
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.75;
}

#packages .inner .btnWrap01 {
    width: 390px;
    margin: 57px auto 0;
}

#packages .inner .btnWrap {
  width: 98%;
}

.fixed {
      position: fixed;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

#packages .inner .btnWrap li {
    width: 143px;
}

/*reserve*/
#reserve {
    background-color: #F8F5F0;
}

#reserve .section_title {
    width: 450px;
}

#reserve .lead {
    font-size: 21px;
    margin-bottom: 27px;
}

#reserve .body_copy {
    line-height: 1.75;

}


/*オプション共通項目*/
.option .inner {
    padding: 57px 0 57px 0;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    font-feature-settings: 'palt';
}

.option .inner .option_title {
    width: 100%;
    padding: 57px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    line-height: 1;
}

.option .inner .option_title .logoWrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
}

.option .inner .option_title p {
    font-size: 40px;
}

.option .inner .lead_copy {
    color: #333;
}

.option .inner h3 {
    width: 100%;
}

.option h4 {
    font-size: 28px;
}


.list001 {
    width: 1000px;
    margin: auto;
    margin-top: 6%;
}

.readmore-wrap {
  position: relative;
padding-bottom: 140px;
padding-top: 50px;
    background-color: #FFF;
}

.readmore-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  width: 160px;
  margin: 0 auto 50px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  z-index:10;
    background-image: url("../images/btn_more.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 390px;
height: 87px;
    
}
.readmore-text {
  position: relative;
  overflow: hidden;
  height: 25px;
}
.readmore-check {
  display: none;
}
.readmore-check:checked + .readmore-btn{
  display: none;
}
.readmore-check:checked ~ .readmore-text {
  height: auto;
}


/*ボタンで表示するフローティングボタン*/
#p2 {
    position: fixed;
    bottom: 500px;
    left: 200px;
    z-index: 999;
}


.button{
    width: 98%;
    max-width: 1000px;
  position: fixed;
  left: 50%;
    transform: translateX(-50%);
  bottom: 0;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
    z-index: 999;
  
  /*デフォルトで非表示にする*/
/*  opacity: 0;
  visibility: hidden;*/
}

.button li {
    width: 15%;
    max-width: 143px;
}

/*このクラスが付与されると表示する*/
/*.active{
  opacity: 1;
  visibility: visible;
}
*/

/*ボタンで表示するフローティングボタンここまで*/



/*家時短*/
#kaji {
    background-color: #FFF6F2;
    width: 100%;
}

#kaji .inner .option_title {
    background-image: url("../images/kaji_mv.jpg");
}

#kaji .inner h3 .imgWrap {
    width: 531px;
    margin-right: auto;
    margin-left: auto;
}

#kaji .inner .detailBox {
    margin-bottom: 24px;
}

#kaji .inner .detailBox .txtWrap {
    width: 472px;
    color: #333;
    text-align: left;
}

#kaji .inner .detailBox .txtWrap h4 {
    color: #FFAEA4;
    order: 1;
}

#kaji .inner .detailBox .imgWrap {
    width: 469px;
    order: 2;
}

#kaji .inner .numberBox {
    width: 782px;
    margin-left: 0;
    margin-right: auto;
}

#kaji .inner .numberBox li {
    width: 228px;
    color: #333;
    font-size: 10px;
}

#kaji .inner .zumenWrap {
    position: absolute;
    bottom: 57px;
    right: 27px;
    width: 143px;
}



/*すまいふ*/
#sumaifu  {
    background-color: #E1F5F1;
    width: 100%;
}

#sumaifu .inner .option_title {
    background-image: url("../images/sumaifu_mv.jpg");
}



/*スイージ*/
#suiji {
    background-color: #F8F5EC;
    width: 100%;  
}

#suiji .inner .option_title {
    background-image: url("../images/suiji_mv.jpg");   
}

#suiji .inner .detailBox01 {
    width: 100%;
}

#suiji .inner .detailBox01 .txtWrap {
    width: 609px;
    text-align: left;
    color: #333;
}

#suiji .inner .detailBox01 .txtWrap li:nth-child(1),
#suiji .inner .detailBox01 .txtWrap li:nth-child(2) {
    margin-bottom: 28px;
}

#suiji .inner .detailBox01 .txtWrap li h4 {
    margin-bottom: 7px;
    color: #C59969;
}

#suiji .inner .detailBox01 .imgWrap {
    width: 352px;
}



/*クラッシュゲイト*/
#cg {
    background-color: #EEF8FB;
    width: 100%;
}

#cg .inner .option_title {
    background-image: url("../images/cg_mv.jpg");
}

#cg .inner h3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    padding: 24px 0;
    background-color: #000;
    font-size: 28px;
}

#cg .inner .numberBox {
    justify-content: center;
    flex-wrap: wrap;
}

#cg .inner .numberBox li {
    width: 306px;
}

#cg .inner .numberBox li:nth-child(1),
#cg .inner .numberBox li:nth-child(2),
#cg .inner .numberBox li:nth-child(4) {
    margin-right: 40px;
}

#cg .inner .numberBox li .txtWrap {
    padding: 20px 23px; 
    text-align: left;
    color: #FFF;
}

#cg .inner .numberBox li .txtWrap h4 {
    margin-bottom: 5px;
}

#cg .inner .numberBox li .kana {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}

#cg .inner .numberBox li:nth-child(1) .txtWrap {
    background-color: #828C75;
}

#cg .inner .numberBox li:nth-child(2) .txtWrap {
    background-color: #233952;
}

#cg .inner .numberBox li:nth-child(3) .txtWrap {
    background-color: #6BA7A3;
}

#cg .inner .numberBox li:nth-child(4) .txtWrap {
    background-color: #99887A;
}

#cg .inner .numberBox li:nth-child(5) .txtWrap {
    background-color: #3E86A0;
    padding-bottom: 45px;
}

#cg .inner .numberBox li:nth-child(1) .txtWrap h4 {
    width: 192px;
}

#cg .inner .numberBox li:nth-child(2) .txtWrap h4 {
    width: 171px;
}

#cg .inner .numberBox li:nth-child(3) .txtWrap h4 {
    width: 181px;
}

#cg .inner .numberBox li:nth-child(4) .txtWrap h4 {
    width: 204px;
}

#cg .inner .numberBox li:nth-child(5) .txtWrap h4 {
    width: 104px;
}



/*ライフ*/
#life {
    background-color: #E9EEE0;
    width: 100%;
}

#life .inner .option_title {
    background-image: url("../images/cg_mv.jpg");
    padding-bottom: 20px;
}

#life .inner .option_title p span {
    display: block;
    font-size: 22px;
    margin-top: 6px;
}

#life .inner h3 {
    font-size: 28px;
    color: #333;
    
}

#life .inner .flex_box {
    width: 100%;
    flex-wrap: wrap;
}

#life .inner .flex_box li {
    width: 303px;
    text-align: left;
}

#life .inner .flex_box li .body_copy {
    color: #333;
}




/*モデルハウス*/
#model_house {
    background-color: #FFF;
    width: 100%;
    padding-top: 50px;
}

#model_house .inner .title {
    width: 524px;
    margin-left: auto;
    margin-right: auto;
}

#model_house .inner .imgWrap {
    width: 100%;
}

#model_house .inner .detailBox01 .txtWrap {
    text-align: left;
    color: #333;
    width: 465px;
}

#model_house .inner .detailBox01 .txtWrap h4 {
    margin-top: 40px;
    margin-bottom: 26px;
}

#model_house .inner .model_house01 .zumenWrap {
    width: 417px;
}

#model_house .inner .model_house02 .zumenWrap {
    width: 417px;
}

#model_house .inner .model_house03 .zumenWrap {
    width: 267px;
    margin-right: 118px;
}

#model_house .inner .gallary {
    width: 100%;
}

#model_house .inner .gallary li {
    width: 306px;
}




/*ボタン*/
.btnArea {
    width: 100%;
    background-color: #FFF; 
    padding-bottom: 160px;
}

.btnWrap03 {
    width:674px; 
    margin-left: auto;
    margin-right: auto;

}
/* 追加分 */
header .header-menu{
    display: none;
}
.contact-intro {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
dd.datepic{
    display: flex;
}
#day-first,
#day-second{
    width: 230px;
    margin-right: 32px;
    font-size: 16px;
}
.contact {
    width: 750px;
    margin: 0 auto 40px;
}
  #mw_wp_form_mw-wp-form-342 .contact,
  #mw_wp_form_mw-wp-form-237 .contact{
      width: 1000px;
  }
  dl {
    display: flex;
    border-bottom: 1px dotted #999;
    text-align: left;
    flex-wrap: wrap;
  }
  
  dl:first-child {
    border-top: 1px dotted #999;
  }
  #mw_wp_form_mw-wp-form-342 dl:first-child,
  #mw_wp_form_mw-wp-form-237 dl:first-child{
    border-top: none;
  }
  
  dl.last {
    margin-bottom: 40px;
  }
  
  dl dt {
    width: 28%;
    padding:20px 10px;
    font-weight: bold;
    font-size: 16px;
  }
  #mw_wp_form_mw-wp-form-342 dl dt{
      width: 30%
  }
  
  dl dt span {
    padding: 1px 5px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
  }
  
  dl dt span.required {
    background: #982B2B;
  }
  
  dl dt span.any {
    background: #aaa;
  }
  
  dl dd {
    width: 72%;
    padding: 20px 10px;
    line-height: 1.5;
    font-size: 16px;
  }
   dl dd{
      width: 70%
  }
  
  dl dd input[type="text"],
  dl dd input[type="email"] {
    width: 100%;
    padding: 13px 5px;
  }
  
  dl dd input.tel {
    width: 24%;
  }
  
  dl dd input.zip {
    width: 20%;
    margin-bottom: 10px;
    padding: 13px 5px;
  }
  
  dl dd textarea {
    width: 100%;
    height: 200px;
    padding: 13px 5px;
    font-size: 16px;
  }
  
  p .mwform-checkbox-field-text {
    color: #982B2B;
  }
  
  .contact p {
    text-align: center;
    margin-bottom: 32px;
  }
  
  .placeholder {
    text-align: left;
    color: #aaa;
    font-size: 13px;
  }
  
  .submit-area {
    text-align: center;
  }
  
  .submit-area input[type="submit"] {
    width: 280px;
    border: none;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    background: #000;
    margin: 0 auto 40px;
    border-radius: 10px;
    transition: 0.3s;
  
  }
  
  .submit-area input[type="submit"]:hover {
    background: #043868;
    transform: translateY(-10px);
  }
  
  .submit-area input.return {
    width: 200px;
    border: none;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    background: #aaa;
    margin: 0 auto 40px;
    border-radius: 10px;
  
  }
  
  .mw_wp_form_preview .placeholder {
    display: none;
  }
  input,textarea,select{
    background-color: #fff;
    border: 1px solid #ccc;
  border-bottom: 1px dotted rgb(153, 153, 153);
}
  /*受付完了*/
  p.thanks-txt {
    Width: 90%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    Margin: 0 auto 24px;
  }
  
  p.thanks-sub {
    Width: 90%;
    text-align: center;
    font-size: 16px;
    Margin: 0 auto 16px;
  }
  
  .for-top {
    margin: 60px auto;
    text-align: center;
  }
  
  .for-top a {
    display: block;
    width: 280px;
    padding: 15px 0;
    text-align: center;
    background: #043868;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 40px;
  }
  
  .for-top a:hover {
    background: #CCC;
  }
  
  /*資料請求*/
  .page-id-280 section.first {
    /*padding-top: 60px;*/
    text-align: center;
  }
  
  .page-id-280 section.first img {
    margin: 0 auto 32px;
  }
  
  .document {
    padding: 60px 0;
  }
main{
    padding-top: 2em;
}
header .header-inner{
    display: none;
}
footer .footer-inner-cont{
    text-align: left;
}
footer .footer-inner-cont div ul li a{
    font-size: 12px;
    line-height: 2;
}
#soudankai{
    width: fit-content;
    padding-top: 4em;
}
.s-title h2{
    font-size: 2em;
    font-weight: bold;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: .5em;
    margin-bottom: 1em;
}
#soudankai p{
    line-height: 1.5;
}
/****************************
タブレット
****************************/
@media screen and (max-width:1100px) {
    .inner{
        padding: 0 50px;
        width: auto;
    }
    
    .option .inner{
        padding: 50px 50px;
        width: auto;
    }
    
    .mt40 {
    margin-top: 5%;
    }
    
    
    /*about*/
    #about .section_title {
        width: 35%;
    }
    
    
    /*standard*/
    #standard .section_title {
        width: 44.7%;
    }
    
    .point {
  width: 32.15%;
}
    #packages .inner .btnWrap01 {
        width: 39%;
    }
       
    #packages .inner .section_title {
        width: 45.3%;
    }
    
    #packages .inner .btnWrap li {
        width: 14.3%;
    }
    
    
    /*pakages*/
    
    
    /*option*/
    .option .inner .option_title .logoWrap {
        width: 27%;
    }
    
    #kaji .inner h3 .imgWrap {
        width: 53.1%;
    }
    
    .option h4,
    #suiji .inner .detailBox01 .txtWrap li h4{
        font-size: 2.92vw!important;
    }
    
    #kaji .inner .detailBox .txtWrap {
        width: 47.2%;
    }
    
    #kaji .inner .detailBox .imgWrap {
        width: 46.9%;
    }
    
    .body_copy_op {
        font-size: 1.7vw;
    }
    
    #kaji .inner .numberBox {
        width: 78.2%;
    }
    
    #kaji .inner .numberBox li {
        width: 29%;
    }
    
    #kaji .inner .zumenWrap {
      bottom: 4%;
      right: 50px;
      width: 14.3%;
    }
    
    #suiji .inner .detailBox01 .txtWrap {
        width: 60.9%;
    }
    
    #suiji .inner .detailBox01 .imgWrap {
        width: 35.2%;
    }
    
    #cg .inner .numberBox li {
        width: 30.6%;
    }
    
    #cg .inner .numberBox li:nth-child(1), 
    #cg .inner .numberBox li:nth-child(2), 
    #cg .inner .numberBox li:nth-child(4) {
        margin-right: 3.8%;
    }
    
    #model_house .inner .title {
        width: 52.4%;
    }
    
    #model_house .inner .model_house01 .zumenWrap {
        width: 41.7%;
    }
    
    #model_house .inner .detailBox01 .txtWrap {
        width: 46.5%;
    }
    
    #model_house .inner .detailBox01 .txtWrap h4 {
        margin-top: 0;
    }
    
    #model_house .inner .gallary li {
        width: 30.6%;
    }
    
    #model_house .inner .model_house02 .zumenWrap {
        width: 41.7%;
    }
    
    .btnWrap03 {
        width: 67%;
    }
    
    .btnWrap03 li {
        width: 100%;
    }
    
    .listWrap .inner {
  width: auto;
}
    
}



@media screen and (max-width: 599px) {
    p{
        margin-bottom: 0;
        font-size: 8px;
    }
    dl dd, dl dt{
        width: 100%;
    }
    .only-sp {
        display: block;
    }
    
    .only-pc {
        display: none;
    }
    
    .wrapper {
        width: 100vw;
        overflow: hidden;
    }
    
    .inner{
        padding: 0 20px;
        width: auto;
    }
    
    .option .inner{
        padding: 50px 20px;
        width: auto;
        font-size: 14px;
    }
    
    .flex_box {
        display: block;
    }
    
    .mt120 {
        margin-top: 60px;
    }
    
    .mb120 {
        margin-bottom: 60px;
    }
    
    .mb57 {
        margin-bottom: 35px;
    }
    
    .mt57 {
        margin-top: 35px;
    }
    
    
    #header .inner {
      width: 100%;
      padding: 0 20px;
    }
    
    #header .inner .flex_box {
        display: flex;
    }
    
    #mv .flex_box {
        display: flex;
    }
    
    #mv .inner {
  width: 100%;
  margin: 0;
  padding: 0 20px!important;
    }
    
    #mv .inner .h1Box {
      padding-top: 2em;
      width: 60.26%;
    }
    
    #mv .inner .main_img {
      width: 38%;
        padding-top: 0;
    }
    

    .effect_contents,
    .effect_contents02{
        width: 100%;
        max-width: 640px;
        height: 120%;
      margin: 0 auto;
        background-size: auto;
      background-position: 50px;
      -webkit-background-size: 100%;
      background-size: cover;

}
    
    .irast {
      width: 27.5%;
      margin-left: 10%;
    }
    
    .hikaku.flex_box {
  width: auto;
    }
    
.hikaku_r {
  margin-top: 50px;
  margin: 30px 11% 0 auto;
  width: 80%;
}
  
    #about .section_title {
        width: 55%;
    }
    
    #about .lead {
        font-size: 18px;
    }
    
    #about .body_copy {
        font-size: 14px;
        text-align: left;
    }
    
    #standard .section_title {
        width: 64.7%;
    }
    
    .point {
        width: auto;
        margin-bottom: 57px;
    }
    
    .lead_txt {
        background-size: 180%;
        padding-top: 23%;
    }
    
    .lead_txt p {
        font-size: 5vw;
    }
    
    #packages .inner .btnWrap01 {
        width: 59%;
    }
    
    #packages .inner .btnWrap01 {
        width: 59%;
        margin-top: 30px;
    }
    
    #packages .inner .section_title {
        width: 65.3%;
    }
    
    #packages .inner .btnWrap {
        display: flex;
        justify-content: center;
        width: auto;
        flex-wrap: wrap;
    }
    
    #packages .inner .btnWrap li {
        width: 33.3%;
        padding: 5px;
    }
    
    .option .inner .option_title {
        width: 100%;
        padding: 30px 0;
    }
    
    .option .inner .option_title .logoWrap {
        width: 32%;
        margin-bottom: 20px;
    }
    
    .option .inner .option_title p {
        font-size: 18px;
    }
    
    #kaji .inner h3 .imgWrap {
        width: 93.1%;
    }
    
    #kaji .inner .detailBox .txtWrap {
        width: auto;
    }
    
    .option h4, #suiji .inner .detailBox01 .txtWrap li h4 {
        font-size: 18px!important;
    }
    
    .body_copy_op {
        font-size: 14px;
    }
    
    #kaji .inner .detailBox .imgWrap {
        width: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    #kaji .inner .numberBox {
        width: auto;
    }
    
    #kaji .inner .numberBox li {
        width: 80%;
        margin: 20px auto;
    }
    
    #kaji .inner .numberBox li {
        font-size: 13px;
    }

    #suiji .inner .detailBox01 .txtWrap {
        width: auto;
    }
    
    #suiji .inner .detailBox01 .imgWrap {
        width: auto;
        margin-bottom: 20px;
    }

    #cg .inner h3 {
        padding: 24px 5px;
        font-size: 17px;
    }
    
    #cg .inner .numberBox li {
        width: auto;
        margin: 35px 0!important;
    }
    
    #cg .inner .numberBox li:nth-child(1), 
    #cg .inner .numberBox li:nth-child(2), 
    #cg .inner .numberBox li:nth-child(4) {
        margin-right: 0;
    }
    
    #life .inner .option_title p span {
      font-size: 18px;
    }
    
    #life .inner .flex_box li {
        width: auto;
    }
    
    #model_house .inner .title {
      width: 72.4%;
    }
    
    #model_house .inner .detailBox01 .txtWrap {
        width: auto;
    }
    
    #model_house .inner .model_house01 .zumenWrap {
      width: auto;
      margin: 20px auto;
    }
    
    #model_house .inner .gallary li {
      width: auto;
      margin: 20px 0;
    }
    
    #model_house .inner .model_house02 .zumenWrap {
      width: auto;
    }
    
    #model_house .inner .model_house03 .zumenWrap {
      width: auto;
      margin-right: 0;
    }
    
    .btnWrap03 {
        width: auto;
        display: flex!important;
        padding: 0 20px
    }
    
    .btnArea {
        padding-bottom: 120px;
    }
    
    
    
    .readmore-btn {
  width: 198px;
  height: 50px;
}
    
    .readmore-wrap {
  position: relative;
  padding-bottom: 100px;
  padding-top: 10px;
    }
    
    .flex_box.list {
  display: flex;
        justify-content: center;
        margin: 5px;
}
    
    .listWrap .inner .list li {
  width: 27.5%;
}
    
    .listWrap .inner h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
    
    .leadWrap .inner .list {
  width: 100%;
    }
    
    .listWrap .inner {
  width: auto;
}
    .listWrap .inner .imgWrap_l {
  width: 50%;
  margin: 0 auto 20px;
}
    .listWrap .inner .imgWrap_r {
  width: auto;

}
    
    .button {
        display: flex!important;
        flex-wrap: wrap;
    }
    
    .button li {
        width: 27%;
    }
    
    .button li:nth-child(1),
    .button li:nth-child(2),
    .button li:nth-child(3){
        margin-bottom: 10px;
    }
    .leadWrap .inner {
  margin-right: auto;
}
    
    .leadWrap .inner .list {

  justify-content: start;
    }
    
    .inner.flex_box.irastWrap {
  width: 100%;
  padding-top: 12%;
    }
    
    .list001 {
  width: 100%;
  margin-top: 6%;
}
    
    h5 {
  font-size: 15px;
    }
    
    .cap {
  font-size: 10px;
    }

.leadWrap .inner .list li{
    margin: .2em;
}
#reserve .section_title {
    width: 65%;
}
.footer-menu-cont li {
    text-align: left;
}
.footer-logo-cont img{
    width: auto;
}
form p{
    font-size: 3vw;
margin-bottom: 1em;
}
dl dt{
    padding: 20px 10px 0;
}
dd.datepic{
    flex-wrap: wrap;
}
.contact{
    width: 100%;
}
.contact dl dt{
    width: 100%;
}
}
#page-778 .wide-cont, #page-778 .section--to-contact, #page-778 footer{
    display: none!important;
}