@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

html {
 overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/



/* 会社概要リンクリスト
***************************************************************/
.companyMenuBox {
  padding-top: 74px;
}

.companyMenuList {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.companyMenuList li {
  width: calc(100% / 6);
}

.companyMenuList li a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}

.companyMenuList li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #335167;
}

.companyMenuList li.ls0 a {
  letter-spacing: 0;
}

@media all and (min-width: 681px) {
  .companyMenuList li.act a::before {
    width: 100%;
  }
  .companyMenuList li a::before {
    -webkit-transition: right 0.3s, left 0.3s, width 0.3s;
    transition: right 0.3s, left 0.3s, width 0.3s;
  }
  .companyMenuList li a:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
}

@media all and (max-width: 680px) {
  .companyMenuBox {
    padding-top: 0;
  }
  .companyMenuList {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #DEDEDE;
  }
  .companyMenuList li {
    width: calc(100% / 2);
    height: 50px;
    border-bottom: 1px solid #DEDEDE;
  }
  .companyMenuList li:nth-child(odd) {
    border-right: 1px solid #DEDEDE;
  }
  .companyMenuList li.act {
    background: #335167;
  }
  .companyMenuList li.act a {
    color: #fff;
  }
  .companyMenuList li.act a::before {
    content: none;
  }
  .companyMenuList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 0;
  }
  .companyMenuList li a::before {
    content: '';
    position: absolute;
    bottom: auto;
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    background: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

/* 会社概要リンクリスト
***************************************************************/



/* 共通タイトル
***************************************************************/
.profileTitle {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #335167;
  text-align: center;
  margin-bottom: 1%;
  border-bottom: 1px solid #ccc;
}

.profileTitle span {
  display: inline-block;
  padding-bottom: 19px;
  position: relative;
}

.profileTitle span::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #335167;
}

@media all and (max-width: 680px) {
  .profileTitle {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
  }
  .profileTitle span {
    padding-bottom: 15px;
  }
  .profileTitle span::before {
    height: 2px;
  }
}

/* 共通タイトル
***************************************************************/




/* mv
***************************************************************/
.mv img{width:100%;}

/* mv
***************************************************************/



/* tochi
***************************************************************/
.tochi_bg{
   background:#F7F7F7; 
}
.secTochi .bottomsen{
    border-bottom: 1px solid gray;
    padding-bottom: 5%;
}


.secTochi {
 
  padding: 80px 0 20px;
}

.secTochi .inner {
  width: 1000px;
  margin: auto;
}


.secTochi h1{
  font-size:20px;
  margin-bottom: 2%;
  text-align: left;   
}
.secTochi h4{
  font-size:16px;
  margin-bottom: 0.1%;
  padding: 1% 0 1.5% 0;
  color: #fff;
  background:#191970 ;
  text-align: center;    
}

.secTochi .tochi_text {
  width: 100%;
 /* margin:2% auto;*/
}

.secTochi .tochi_text p{
  font-size:15px;
  line-height: 2;
  margin:0 auto 0 auto;    
}
.secTochi .tochi_text2 p{
  font-size:15px;
  line-height:1;
 /* margin:5% auto 0 auto;  */
  font-weight: 500;    
  text-align: right;
  color:red;
}
.secTochi .tochi_text3 p{
  font-size:20px;
  line-height: 2;
  margin:0 auto 2% auto;    
  text-align: center;    
}


.secTochi .table1{
   width:1000px;
  margin-top: 1%;
    border:thin solid gray ;
}
.secTochi .table1 tr{
    width: 100%;   

}
.secTochi .table1 th{
    width: 0%;
    /*display: inline-block;
    margin-bottom: 1.5%;*/
    padding: 1%;
    border-right:thin solid gray ;
    background: #f5f5f5;
    vertical-align: middle;
}
.secTochi .table1 td{
    width: 100%;
    /*margin: 0 3% 0 3%;
    display: inline-block;
    margin-bottom: 1.5%;*/
    padding: 2% ;
}


.secTochi .table2{
  width:100%;
  margin-bottom: 1%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.secTochi .table2 tr{
    width: 100%;   
  
}
.secTochi .table2 th{
    width: 21%;
    /*display: inline-block;*/
    padding: 2%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-bottom:dotted thin gray; 
    border-right:dotted thin gray;
    background: #fff;
}
.secTochi .table2 td{
    width: 75%;
    /* display: inline-block;*/
    padding:2%;
    font-size: 14px;
    border-bottom:dotted thin gray; 
}


.secTochi .leftside{
    float:left;
    width:48%;
    margin:0 1% 0 0;
    
}

.secTochi .rightside{
    float: right;
    width:50%;
    margin:0 0 0 1%;
   
}

.secTochi .tochiList {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
    
}

.secTochi .tochiList li {
  width: 100%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList li img {
  width: 100%;
}

.secBusiness .tochiList li p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
}

.secTochi .tochiList2 li {
  width: 100%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList2 li img {
  width: 100%;
}

.secBusiness .tochiList2 li p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.secTochi .tochiList3 li {
  width: 49%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList3 li img {
  width: 100%;
}

.secBusiness .tochiList3 li p {
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.secTochi .tochiList4 li {
  width: 100%;
  margin:0 0 2% 0;
  display: inline-block;
}

.secTochi .tochiList4 li img {
  width: 100%;
}

.secTochi .tochiList4 li p {
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
}


#lightbox  { 
    margin-top: 2%;
}
/*#lightbox .lb-container { padding: 3px; }*（lb-containerは白い枠線）*/



.price-2{ width:80%;
  margin:0 10% 2% 10%;
   }

.title-2{
    margin:1% 0 0.5% 5%;
    border: solid 1px;
    padding:5px 4px;
    width:235px;
    text-align: center;
    float:left;
    font-size:85%!important;
    background: #000000;
    color:#ffffff;
 
 }

.nijiu{
  position: relative;
}
.nijiu::before,
.nijiu::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: red;
  width: 100%;
  height: 2px;
  left: 0;
}
.nijiu::before {
  top: 55%;
}
.nijiu::after {
  top: 42%;
}

.old_price{
    font-size:100%!important;
    display: inline-block;
    text-align: center;
    margin:0 2% 1% 2%;
    position: relative;
}

.old_price span{
    font-size:200%;  
}

.new_price::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.7em 0 0;
  border:11px solid transparent;
  border-right: 0 solid transparent;
  border-left: 15px solid #000;
  vertical-align: middle;  
}


.new_price{
    color:red;
    font-size:250%!important;
    display: inline-block;
    line-height:0.4;
    margin-bottom: 2%;
    padding-top: 1%;
}

.new_price span{
    color:#000000;
    font-size:37%;
    margin-bottom: 1%;
}


@media all and (min-width: 681px) {
    
    
}

@media all and (max-width: 680px) {
.secTochi {
  padding: 2% 0 10% 0;
}

.secTochi .inner {
  width: 98%;
  padding: 0 1%;
}

.secTochi h1{
  font-size:16px;
  margin-bottom: 2%;
  text-align: left;   
}
.secTochi h4{
  font-size:12px;
  margin-bottom: 2%; 
}
.secTochi .tochi_text {
  width: 100%;
  margin:0 auto 4% auto;
}
.secTochi .tochi_text p{
  font-size:14px;
  line-height: 2;
}
.secTochi .tochi_text2 {
  width: 100%;
}
.secTochi .tochi_text2 p{
  font-size:11px!important;
  line-height: 1;
  text-align: right;    
}
.secTochi .tochi_text3 p{
  font-size:14px;
  line-height: 1;
  margin:0 auto 5% auto;    
  text-align: center;    
} 
    


.secTochi .table1{
   width:100%;
   margin-top: 1%;
   border:thin solid gray ;
   font-size: 14px;
}
.secTochi .table1 tr{
    width: 100%;   

}
.secTochi .table1 th{
    width: 100%;
    display: inline-block;
    /*margin-bottom: 1.5%;*/
    padding: 2% 0 1% 2%;
    border-right:thin solid gray ;
    vertical-align: middle;
     font-size: 16px;
}
.secTochi .table1 td{
    width: 100%;
    /*margin: 0 3% 0 3%;*/
    display: inline-block;
    /*margin-bottom: 1.5%;*/
    padding: 2%;
}
  
.secTochi .table2{
  width:100%;
  margin-bottom: 1%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.secTochi .table2 tr{
    width: 100%;   
  
}
.secTochi .table2 th{
    width: 100%;
    display: inline-block;
    padding: 1%;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    border-bottom:none; 
    border-right:none;
}
.secTochi .table2 td{
    width: 100%;
    display: inline-block;
    padding:2%;
    font-size: 13px;
    border-bottom:dotted thin gray; 
}
    
    
    
    
    
    
    
.secTochi .leftside{
    float:center;
    width:100%;
    margin:0 0 2% 0;
}
.secTochi .rightside{
   float:center;
    width:100%;
    margin:0 0 2% 0;
}

.secTochi .tochiList li{
  width:100%;
  margin:0 auto 3% auto;
  display: inline-block;
}

.secTochi .tochiList li img {
  width: 100%;
}
.secTochi .tochiList li p {
    font-size: 14px;
}  
   

.secTochi .tochiList2 li {
  width: 100%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList2 li img {
  width: 100%;
}

.secBusiness .tochiList2 li p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
}    
 
.secTochi .tochiList3 li {
  width: 49%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList3 li img {
  width: 100%;
}    
    
    
.secTochi .tochiList4 li {
  width: 100%;
  margin:0 0 3% 0;
  display: inline-block;
}

.secTochi .tochiList4 li p {
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
}    
    
    
.price-2{ 
    width:100%!important;
    margin:5% 0 5% 0;
 }

.title-2{
    border: solid 1px;
    padding:3px 4px;
    text-align: center;
    float:left;
    font-size:75%!important;
    margin:0 0 2% 0;
 
 }


.nijiu{
  position: relative;
}
.nijiu::before,
.nijiu::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: red;
 /* width: 100%;*/
  height: 1px;
  left: 0;
}
.nijiu::before {
  top: 55%;
}
.nijiu::after {
  top: 42%;
}


.old_price{
    font-size:80%!important;
    display: inline-block;
    text-align: center;
    margin:1% 0 1% 0;    
}



.new_price::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border:5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #000;
  vertical-align: middle;  
}


.new_price{
    font-size:200%!important;
    display: inline-block;
    line-height:0.4;
    margin: 2% 0 0 0;
    
}

.new_price span{
    font-size:40%!importanat;
    margin-bottom:10%;
}      
        
    
    
    
}



/* tochi
***************************************************************/



/*kakaku
****************************************************************/

.kakaku{
    width:80%;
    margin:5% auto;
    box-sizing: border-box;
    border:solid 1px;
    padding: 2%;
    background:#fffaf0;
}

 .price{
    width:34%;
    margin:0 0 0 3%;
    display: inline-block;
    vertical-align: top;
}

 .price dt{
    width:100%;
    font-size:110%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 10%;
    border: thin solid gray;
     padding: 3% 0 3% 0;
}


.price dd{
    width:100%;
    font-size:110%;
    display: inline-block;
    text-align:center;
    padding: 1%;
}

 .price dd span{
    font-size:200%;
    font-weight: 500;
}
 .price dd span2{
    font-size:80%;
}

 .price_right{
    width:62%;
    display: inline-block ;
}
 .price_ex{
    width:100%;
    margin:0 auto 3% auto;
    background: #000000;
    color:#ffffff;
    font-size: 120%;
    text-align: center;
	padding:2% 0 2% 0;
}

 .kingaku{
    width:100%;
    margin:0 auto;
}

 .kingaku dl{
    border-bottom: thin dashed gray;
    margin-bottom: 5%;
}

.kingaku dt{
    width:35%;
    font-size:140%;
    display:inline-block;
    text-align: right;
    line-height: 1.2;
    vertical-align: bottom;
}

 .kingaku dd{
    width:64%;
    font-size:140%;
    display:inline-block;
     text-align: right;
    line-height: 1.2;
    vertical-align: bottom;
}
 .kingaku dd span{
   font-size:250%;
    color:red;
}
 .kingaku dd span2{
   font-size:150%;
}
 .ka_tx{
    margin-top:3%;
    font-size:90%;
    line-height:1.5;
}



@media all and (max-width: 680px) {
	
.kakaku{
    width:100%;
    margin:5% auto;
    padding: 2%;    
}
   
.price{
    width:100%;
    margin:3% 0% 3% 0%;
    display: inline-block;
}

.price dt{
    width:38%;
    margin:0 2% 4% 0;
    font-size:110%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
  
 .price dd{
    width:55%;
    padding: 1%;
    font-size:110%;
    display: inline-block;
    text-align:left;
}
    
 .price dd span{
    font-size:200%;
    font-weight: 500;
}

 .price dd span2{
    font-size:80%;
}
  
.price_right{
    width:100%; 
}
 .price_ex{
    width:100%;
    margin:0 auto 3% auto;
    text-align: center;
    font-size: 110%;
}
    
 .kingaku{
    width:100%;
    margin:0 auto;
}
 
 .kingaku dl{
    border-bottom: thin dashed gray;
    margin-bottom: 5%;
}    
    
 .kingaku dt{
    width:32%;
    font-size:90%;
    display:inline-block;
    text-align: right;
    line-height: 1.2;
}

 .kingaku dd{
    width:64%;
    font-size:120%;
    display:inline-block;
     text-align: right;
    line-height: 1.2;
    vertical-align: bottom;
}

.kingaku dd span{
   font-size:240%;
}

 .ka_tx{
    margin-top:3%;
    font-size:70%;
    line-height:1.5;
}    


}


/*
****************************************************************/





/* photo
***************************************************************/

.base{
    position: relative;
    margin: 0 auto;
    padding: 0.5em 1em 2em 1em;
    background: #ffffff;/*背景色*/
    top:-50px;
    width:600px;
    opacity:0.95;
    border-top: solid 6px #726250;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/  
}
    
.base h1{
   font-size:24px ;
   text-align: center;
   font-weight: bold; 
}       
.base p{
   font-size:16px ;
   text-align: center;
   line-height: 1.6;
}   

.photo{
    width:100%;
    margin: 1% 0 3% 0;
}
.photo img{
    width:100%;
    margin-bottom: 1%;
}
.photo h1{
    font-size: 18px;
    font-weight: 600;
    line-height: 0.5 !important;
}
.photo p{
    font-size: 15px;
   
}
.photo2{
    width:47%;
    margin: 1% 1% 3% 1%;
    display: inline-block;
}
.photo2 img{
    width:100%;
    margin-bottom: 1%;
}
.photo2 h1{
    font-size: 18px;
    font-weight: 600;
}
.photo2 p{
    font-size: 15px;
    line-height: 1.2!important;
}


@media all and (max-width: 680px) {
    
.base{
    position: relative;
    padding: 0.5em;
    top:-20px;
    width:90%;

}    
    
  
.base h1{
   font-size:16px ;
   text-align: center;
   font-weight: bold; 
}       
.base p{
   font-size:3.5vw;
   text-align: center;
   line-height: 1.2;
}     
    
    
.photo{
    width:100%;
    margin: 1% 0 3% 0;
}
.photo img{
    width:100%;
    margin-bottom: 1%;
}
.photo h1{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1 !important;
}
.photo p{
    font-size: 14px;
    line-height: 1.2!important;
}  
    
.photo2{
    width:100%;
    margin: 1% 0 3% 0;
}
.photo2 img{
    width:100%;
    margin-bottom: 1%;
}
.photo2 h1{
    font-size: 16px;
    font-weight: 600;
}
.photo2 p{
    font-size: 14px;
    line-height: 1.2!important;
}      
    
    
    
}



/* photo
***************************************************************/







/* arrow
***************************************************************/





.arrowbun .inner {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-top: 5%;    
}

.arrowbun .listTextBox{
    width:44%;
    margin:0 2% 0 2%;
    display: inline-block;
}




.arrowbun .listTextBox a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 50px;
    background: #335167;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
    border-radius: 10px;
    
}


.arrowbun .listTextBox a::after {
    border: 1px solid #335167;
    background: #fff;
}







.arrowbun .listTextBox4{
    width:100%;
    margin:0 ;
    display: inline-block;
}




.arrowbun .listTextBox4 a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 50px;
    background: #335167;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
     
}


.arrowbun .listTextBox4 a::after {
    border: 1px solid #335167;
    background: #fff;
}



.arrowbun .listTextBox2{
    width:44%;
    margin:0 2% 0 2%;
    display: inline-block;
}

.arrowbun .listTextBox2 a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 50px;
    background: #8B845E;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
    border-radius: 10px;
    
}


.arrowbun .listTextBox2 a::after {
    border: 1px solid #8B845E;
    background: #fff;
}



.arrowbun .listTextBox3{
    width:100%;
    margin-top:1%;
}

.arrowbun .listTextBox3 a{
  /*padding: 20px 18px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    /*width: 330px;*/
    height: 40px;
    background: #335167;
    padding: 1px 0 1px 0;
    -webkit-transition: background 0.3s;
  transition: background 0.3s;
    /*margin: 2% auto;*/
    border-radius: 10px;
    
}


.arrowbun .listTextBox3 a::after {
    border: 1px solid #335167;
    background: #fff;
}




.arrowbun .arrow {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  /*border-radius: 50%;*/
  background: #335167;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow::before, .arrowbun .arrow::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle {
  width: calc(100% - 0px);
  padding-left: 0px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
/*  margin-bottom: 6px;*/    
}

.arrowbun .listTitle::after {

  color: #335167;
  
}



.arrowbun .arrow2 {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  /*border-radius: 50%;*/
  background: #8B845E;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow2::before, .arrowbun .arrow2::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow2::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow2::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle2 {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
/*  margin-bottom: 6px;    */
}

.arrowbun .listTitle2::after {

  color: #8B845E;
  
}



.arrowbun .arrow3 {
  display: block;
  position: relative;
  width: 58px;
  height: 38px;
  /*border-radius: 50%;*/
  background: #335167;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
    border-radius: 15px;
}

.arrowbun .arrow3::before, .arrowbun .arrow3::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.arrowbun .arrow3::before {
  width: 18px;
  top: 50%;
  right: calc((100% - 18px)/2);
   
}

.arrowbun .arrow3::after {
  width: 7px;
  top: calc((100% - 5px)/2);
  right: calc((100% - 21px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}

.arrowbun .listTitle3 {
  width: calc(100% - 58px);
  padding-left: 18px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
/*  margin-bottom: 6px;*/    
}

.arrowbun .listTitle3::after {

  color: #335167;
  
}





@media all and (min-width: 681px) {
  .arrowbun {
    margin: 0 0px 10px 0;
  }
    
 .arrowbun .listTextBox a:hover{
    border: 1px solid #335167;
    background: #fff;
    }    
.arrowbun .listTextBox a:hover::before, .arrowbun a:hover .listTextBox::after {
    background: #335167;
}  
    
.arrowbun .listTextBox4 a:hover{
    border: 1px solid #335167;
    background: #ffffff;
    }    
.arrowbun .listTextBox4 a:hover::before, .arrowbun a:hover .listTextBox::after {
    background: #335167;
}
    
.arrowbun .listTextBox2 a:hover{
    border: 1px solid #8B845E;
    background: #fff;
    }    
.arrowbun .listTextBox2 a:hover::before, .arrowbun a:hover .listTextBox::after {
    background: #8B845E;
}    
    
.arrowbun .listTextBox3 a:hover{
    border: 1px solid #335167;
    background: #fff;
    }    
.arrowbun .listTextBox3 a:hover::before, .arrowbun a:hover .listTextBox::after {
    background: #335167;
}    
    
  .arrowbun a:hover .arrow {
    background: #fff;
  }
  .arrowbun a:hover .arrow::before, .arrowbun a:hover .arrow::after {
    background: #335167;
  }
  .arrowbun  a:hover .arrow::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow::after {
    right: calc((100% - 40px)/2);
  }
    
    
  .arrowbun a:hover .arrow2 {
    background: #fff;
  }
  .arrowbun a:hover .arrow2::before, .arrowbun a:hover .arrow2::after {
    background:#8B845E;
  }
  .arrowbun  a:hover .arrow2::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow2::after {
    right: calc((100% - 40px)/2);
  }    
    
    
  .arrowbun a:hover .arrow3 {
    background: #fff;
  }
  .arrowbun a:hover .arrow3::before, .arrowbun a:hover .arrow3::after {
    background: #335167;
  }
  .arrowbun  a:hover .arrow3::before {
    right: calc((100% - 37px)/2);
  }
  .arrowbun  a:hover .arrow3::after {
    right: calc((100% - 40px)/2);
  }    
    
    
    
.arrowbun a:hover .listTitle{
  color: #335167;
}    
.arrowbun a:hover .listTitle::before, .arrowbun a:hover .listTitle::after {
  color: #fff;
}   
    
.arrowbun a:hover .listTitle2{
  color: #8B845E;
}    
.arrowbun a:hover .listTitle2::before, .arrowbun a:hover .listTitle2::after {
  color: #fff;
}    
    
  
.arrowbun a:hover .listTitle3{
  color: #335167;
}    
.arrowbun a:hover .listTitle3::before, .arrowbun a:hover .listTitle3::after {
  color: #fff;
}       
    
    
}

@media all and (max-width: 680px) {
  .arrowbun {
    padding: 0 0 2%;
  }

  .arrowbun .inner {
   width: 93.75%;
  }

.arrowbun .listTextBox{
    width:80%;
    margin:2% 10% 2% 10%;
    display: inline-block;
}     
    
    
  .arrowbun .listTextBox a{
    /*width: 80%; */
    height:40px;    
  }
    
.arrowbun .listTextBox2{
    width:80%;
    margin:2% 10% 2% 10%;
    display: inline-block;
}     
    
.arrowbun .listTextBox2 a{
    /*width: 80%; */
    height:40px;    
  }    
    
    
.arrowbun .listTextBox3{
    width:80%;
    margin:2% 10% 2% 10%;
    display: inline-block;
}     
    
    
  .arrowbun .listTextBox3 a{
    /*width: 80%; */
    height:40px;    
  }    
    
    
.arrowbun .arrow {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle {
    width: calc(100% - 38px);
    padding-left: 10px;
    font-size: 14px;
  }
.arrowbun .listTitle .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }

    
.arrowbun .arrow2 {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow2::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow2::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle2 {
    width: calc(100% - 38px);
    padding-left: 10px;
    font-size: 14px;
  }
.arrowbun .listTitle2 .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }    
    
    
.arrowbun .arrow3 {
    width: 38px;
    height: 38px;
    /*background: #fff;
    border-radius: 50%;*/
  }
.arrowbun .arrow3::before {
    width: 10px;
    right: calc((100% - 10px)/2);
  }
.arrowbun .arrow3::after {
    width: 5px;
    top: calc((100% - 3px)/2);
    right: calc((100% - 11px)/2);
  }
.arrowbun .listTitle3 {
    width: calc(100% - 38px);
    padding-left: 10px;
    font-size: 14px;
  }
.arrowbun .listTitle3 .jp {
    font-size: 14px;
    margin-bottom: 4px;
  }    
    
    
    
}

/* arrow
***************************************************************/




/*アコーディオンCSS
***************************************************************/

.secCreate {
  padding: 20px 0 100px;
}

.secCreate .inner {
  width: 1000px;
  margin: auto;
}


.secCreate h1{
  font-size:20px;
  margin-bottom: 2%;
  text-align: left;   
}

.secCreate .create_text {
  width: 100%;
 /* margin:2% auto;*/
}

.secCreate .create_text p{
  font-size:15px;
  line-height: 2;
  margin:0 auto 0 auto;    
}

.secCreate .mimodel{
  width:47.5%;
  margin: 1% 1% 2% 1%;
  display: inline-block;
  border: 1px gray solid;
  padding: 1%;
}

.secCreate .mimodel h1{
    font-size: 18px;
    line-height: 1.5;
}
.secCreate .mimodel h2{
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    text-align: center;
}
.secCreate .mimodel p{
    font-size: 15px;
}
.secCreate .mimodel .day{
    font-size: 15px;
    color: red;
    line-height: 1.5;
}
.secCreate .mimodel .day span{
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    background: #0b419b;
    margin-left: 1%;
    padding:0.5% 2% 1% 2%;
}
.secCreate .mimodel dl{
    width: 100%;
}
.secCreate .mimodel dt{
    width: 25%;
    padding: 1% 0 1% 0;
    text-align: center;
    display: inline-block;
    font-size:15px;
    border-bottom:1px gray dotted ;
    border-right:1px gray dotted ;
}
.secCreate .mimodel dd{
    width: 72%;
    padding: 1% 0 1% 2%;
    display: inline-block;
    font-size:15px;
    border-bottom:1px gray dotted ;
}


.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  border-top: none;
  outline: 0;
  /*cursor: pointer；*/
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-align: center;    
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #335167;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding:1.5% 0 1.5% 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}




@media all and (min-width: 681px) {
    
    
}

@media all and (max-width: 680px) {
.secCreate {
  padding: 2% 0 10% 0;
}

.secCreate .inner {
  width: 94%;
  padding: 0 3% 0 3%;
}

.secCreate h1{
  font-size:16px;
  margin-bottom: 2%;
  text-align: left;   
}

.secCreate .create_text {
  width: 100%;
  margin:0 auto 4% auto;
}
.secCreate .create_text p{
  font-size:14px;
  line-height: 2;
}

    
    
.secCreate .mimodel{
  width:100%;
  margin: 1% 0 2% 0;
  display: inline-block;
}

.secCreate .mimodel h1{
    font-size: 16px;
    line-height: 1.5;
}
.secCreate .mimodel h2{
    font-size: 3vw;
    line-height: 2;
    font-weight: 600;
    text-align: center;
}
.secCreate .mimodel p{
    font-size: 14px;
}
.secCreate .mimodel .day{
    font-size: 14px;
    line-height: 1.5;
}
.secCreate .mimodel .day span{
    font-size: 14px;
    line-height: 1.5;
    margin-left: 1%;
    padding:0.5% 2% 1% 2%;
}
.secCreate .mimodel dl{
    width: 100%;
}
.secCreate .mimodel dt{
    width: 25%;
    padding: 1% 0 1% 0;
    text-align: center;
    display: inline-block;
    font-size:14px;
}
.secCreate .mimodel dd{
    width: 72%;
    padding: 1% 0 1% 2%;
    display: inline-block;
    font-size:14px;
}


.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;*/
  border-top: none;
  outline: 0;
  /*cursor: pointer；*/
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 0.625em;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
  text-align: left;    
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #335167;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding:1.5% 0 1.5% 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}    
    
    
    
    
    
    
    
    
}



/*アコーディオン
***************************************************************/

/* model
***************************************************************/

.secModel .bottomsen{
    border-bottom: 1px solid gray;
    padding-bottom: 5%;
}


.secModel {
 font-family: '游明朝体';
 padding: 50px 0 20px;  
 /*font-family: 'ＭＳ 明朝', 'MS Mincho',sans-serif;*/
}

.secModel .inner {
  width: 1000px;
  margin: auto;
}


.secModel h1{
  font-size:20px;
  margin-bottom: 2%;
  text-align: left;   
}


.secModel .model_text {
  width: 100%;
 /* margin:2% auto;*/
}

.secModel .model_text p{
  font-size:15px;
  line-height: 2;
  margin:0 auto 0 auto;    
}
.secModel .model_text2 p{
  font-size:20px;
  line-height:1.5;
 /* margin:5% auto 0 auto;  */
  font-weight:600;    
  text-align: center;
  font-weight: 700;
}
.secModel .model_text3 p{
  font-size:20px;
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #ffff00;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  margin:3% 0 1% 0;
  font-weight: 550;
}
.secModel .model_text3 p:before {
  content: '●';
  color: white;
  margin-right: 8px;
}


.secModel .boxbox{
   align-items: stretch;
    display: flex;
}

.secModel .twin{
    width: 47%;
    margin: 2% 1.3% 3% 1.2%; 
    padding: 1%;
    display: inline-block;
 /*   border: thin gray solid;*/
}
.secModel .twin h1{
   font-size: 100%;
   text-align: center;
   font-weight: 600;
   line-height: 1.5;
    margin-bottom: 0;
}
.secModel .twin h2{
   font-size: 100%;
   text-align: center;
   line-height: 1.5;
   margin: 1% 0 1% 0;
   background:#fafad2 ;
    
}


.secModel .twin p{
  font-size:100%;
  line-height:1.2;  
  text-align: left;
}
.secModel .twin dl{
  width:100%;
  margin: 1% 0 1% 0;
  line-height: 1.5;
  border-bottom:thin gray dotted;
}
.secModel .twin dt{
  width:23%;
  margin: 0 1% 0 0;
  line-height: 1.5;
  background:#335167 ;
  color:white;
  font-size:90%;
  text-align: center;
  display: inline-block;
}
.secModel .twin dd{
  width:73%;
  line-height: 1.5;
  font-size:90%;
  display: inline-block;
}
.secModel .twin dd span{
  font-size: 180%;
  color:red;

}

.secModel .twin .point{
    width: 47%;
    margin: 1% 1.1% 1.5% 1.1%; 
    padding: 1%;
    display: inline-block;
    border: thin gray solid;
}

.secModel .twin .point p{
    font-size: 90%;
    text-align: center;
}



.secModel .area01{
    width:18.2%;
    margin: 2% 0.5% 2% 0.5%;
    display: inline-block;
    background: #191970;
    padding: 1% 0 1% 0;
    border: thin solid #191970;
}
.secModel .area01:hover{
    background: #fff;
}
.secModel .area01 p{
    text-align: center;
    color:#fff;
    font-size: 100%;
}
.secModel .area01 p:hover{
   color:#191970; 
}





@media all and (min-width: 681px) {
    
    
}

@media all and (max-width: 680px) {
.secModel {
  padding: 2% 0 10% 0;
}

.secModel .inner {
  width: 94%;
  padding: 0 3% 0 3%;
}

.secModel h1{
  font-size:16px;
  margin-bottom: 2%;
  text-align: left;   
}

.secModel .model_text {
  width: 100%;
  margin:0 auto 4% auto;
}
.secModel .model_text p{
  font-size:14px;
  line-height: 2;
}
.secModel .model_text2 {
  width: 100%;
}
.secModel .model_text2 p{
  font-size:110%;
  line-height: 1.5;
  text-align: center;    
}
.secModel .model_text3 p{
  width:100%;
  font-size:100%;
  line-height: 1.5;
  margin:0 auto 5% auto;    
  text-align: center;    
} 
    
.secModel .boxbox{
    align-items: stretch;
    display: block;
}      
  
.secModel .twin{
    width: 80%;
    margin: 2% 9%;
    border: thin gray solid;
    
}
.secModel .twin h1{
   font-size:90%;
   text-align: center;
}
   
.secModel .twin p{
  font-size:90%;
  line-height: 1.5;
  margin:0 auto 2% auto;    
  text-align: center;
}
.secModel .twin dl{

}
.secModel .twin dt{
  font-size:80%;
}
.secModel .twin dd{
  font-size:80%;
}
    
.secModel .twin .point{
    width: 46.5%;
    margin: 1% 1.1% 1.5% 1.1%; 
    padding: 2% 0 1% 0;
    display: inline-block;
    border: thin gray solid;
}

.secModel .twin .point p{
    font-size: 70%;
    text-align: center;
}
    

.secModel .area01{
    width:47.5%;
    margin: 2% 0.5% 2% 0.5%;
    display: inline-block;
    padding: 1.5% 0 1.5% 0;
}

.secModel .area01 p{
    text-align: center;
    font-size: 80%;
}

    
    
    
}     



/* model
***************************************************************/


/*注釈
***************************************************************/
.kome{
    font-size: 80%!important;
    line-height: 1;
}

@media screen and (max-width:737px){
.kome{
    font-size: 80%!important;
    }
}

/*注釈
***************************************************************/



/*透過
***************************************************************/
.hover{-webkit-transition: .3s;
	transition: .3s;}
.hover:hover {
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
 	}

.hover img:hover {
 	filter: alpha(opacity=60);/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
 	}
/*透過
***************************************************************/

/*iframe スマホ対応
***************************************************************/
@media screen and (max-width:737px){
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

}
/*iframe map
***************************************************************/

  :root{
    --navy:#002a5c;
    --red:#e43d30;
    --beige:#f6f1ea;
    --light:#fbfaf8;
    --line:#e5ddd2;
    --text:#1c2940;
    --muted:#6b7485;
    --gold:#b49458;
  }
.model-house-detail-inner {
  max-width: 1180px;
  width: calc(100% - 48px);
  margin: 0 auto;
}
  .section-title{
    text-align:center;
    color:var(--navy);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-weight:700;
    letter-spacing:.12em;
    font-size:32px;
    margin:0 0 28px;
  }
  .catch-area{text-align:center;margin-bottom:22px}
  .catch{
    display:inline-block;
    margin:0;
    color:var(--navy);
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:34px;
    line-height:1.45;
    letter-spacing:.08em;
    font-weight:800;
    position:relative;
    padding:0 20px 12px;
  }
  .catch:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:90px;
    height:2px;
    transform:translateX(-50%);
    background:var(--gold);
  }
  .summary-card{
    display:grid;
    grid-template-columns:390px 1fr;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 42px rgba(0,42,92,.07);
    margin-bottom:28px;
  }
  .price-box{
    background:linear-gradient(135deg,#fff 0,#fff7f5 100%);
    border-right:1px solid #efd4ce;
    padding:26px 28px 24px;
  }
  .badge{
    display:inline-block;
    background:var(--red);
    color:#fff;
    font-weight:800;
    letter-spacing:.05em;
    border-radius:999px;
    padding:8px 16px;
    font-size:13px;
    margin-bottom:14px;
  }
  .price-caption{
    font-weight:700;
    color:#3b4556;
    font-size:14px;
    margin-bottom:8px;
  }
  .old-price{
    color:#7f8793;
    font-size:16px;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:4px;
  }
  .old-price strong{
    text-decoration:line-through;
    font-size:22px;
  }
  .arrow{color:#a0a7b2;font-weight:700}
  .new-price{
    color:var(--red);
    font-family:Georgia,"Times New Roman","Yu Mincho",serif;
    font-weight:800;
    letter-spacing:.02em;
    line-height:1;
    margin:6px 0 12px;
  }
  .new-price .num{font-size:58px}
  .new-price .unit{font-size:28px;margin-left:3px}
  .down{
    display:inline-block;
    border:1px solid #f0bab2;
    background:#fff;
    color:var(--red);
    font-weight:800;
    border-radius:10px;
    padding:8px 12px;
    font-size:14px;
  }
  .note{
    color:var(--muted);
    font-size:12px;
    margin-top:12px;
    line-height:1.7;
  }
  .detail-box{
    padding:24px 28px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:18px;
  }
  .property-label{
    color:var(--gold);
    font-weight:800;
    letter-spacing:.07em;
    font-size:13px;
    display:flex;
    align-items:center;
    gap:12px;
  }
  .property-label:before{
    content:"";
    width:34px;
    height:1px;
    background:var(--gold);
  }
  .spec-grid{
    display:grid;
    grid-template-columns:1.15fr 1fr 1fr;
    gap:12px;
  }
  .spec{
    border:1px solid var(--line);
    background:var(--light);
    border-radius:14px;
    padding:18px 18px 16px;
    min-height:118px;
  }
  .spec.plan{
    background:#f8fbff;
    border-color:#d8e4f2;
  }
  .spec-title{
    color:#667085;
    font-size:13px;
    font-weight:800;
    margin-bottom:7px;
  }
  .spec-main{
    color:var(--navy);
    font-weight:900;
    line-height:1.1;
    font-size:31px;
    letter-spacing:.02em;
    white-space:nowrap;
  }
  .spec-main .small{font-size:22px}
  .spec-sub{
    margin-top:9px;
    color:#747d8c;
    font-size:12px;
    line-height:1.6;
  }
  .mini-copy{
    border-top:1px solid var(--line);
    padding-top:16px;
    color:#3d4657;
    font-size:14px;
    line-height:1.8;
  }
  .mini-copy strong{color:var(--navy)}

  .floorplan-area{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:22px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:24px;
    margin:24px 0 28px;
    box-shadow:0 18px 42px rgba(0,42,92,.06);
  }
  .floorplan-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .floorplan-label{
    display:inline-block;
    color:var(--gold);
    font-weight:900;
    letter-spacing:.08em;
    font-size:13px;
    margin-bottom:10px;
  }
  .floorplan-title{
    margin:0 0 12px;
    color:var(--navy);
    font-size:24px;
    font-weight:900;
    line-height:1.5;
  }
  .floorplan-text{
    margin:0;
    color:#596273;
    font-size:14px;
    line-height:1.9;
  }
  .floorplan-image{
    min-height:330px;
    border:1px solid #d8e4f2;
    border-radius:14px;
    background:#f8fbff;
    display:grid;
    place-items:center;
    position:relative;
    overflow:hidden;
  }
  .floorplan-placeholder{
    width:min(86%,520px);
    aspect-ratio:1.35/1;
    background:#fff;
    border:3px solid var(--navy);
    position:relative;
  }
  .room{
    position:absolute;
    border:2px solid var(--navy);
    display:grid;
    place-items:center;
    color:var(--navy);
    font-weight:900;
    font-size:13px;
    background:#fff;
  }
  .room.ldk{left:5%;top:8%;width:48%;height:50%;background:#fffaf2}
  .room.kitchen{left:5%;top:58%;width:25%;height:34%}
  .room.bed{right:5%;top:8%;width:36%;height:26%}
  .room.kids{right:5%;top:34%;width:36%;height:26%}
  .room.storage{right:5%;bottom:8%;width:36%;height:25%;background:#f3f6fa}
  .room.entrance{left:30%;bottom:8%;width:23%;height:34%;background:#f3f6fa}
  .floorplan-note{
    position:absolute;
    right:18px;
    bottom:14px;
    color:#7b8491;
    font-size:12px;
  }

  .gallery-placeholder{
    height:500px;
    border-radius:18px;
    overflow:hidden;
    background:
      linear-gradient(rgba(0,42,92,.02),rgba(0,42,92,.02)),
      url('/mnt/data/b8380547-a45f-4430-9cf0-c41b52bf6d74.png') center 55%/cover no-repeat;
    border:1px solid var(--line);
    position:relative;
    box-shadow:0 18px 42px rgba(0,42,92,.08);
  }
  .slide-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    border-radius:50%;
    background:var(--navy);
    color:#fff;
    display:grid;
    place-items:center;
    font-size:28px;
    font-weight:800;
  }
  .slide-btn.left{left:18px}
  .slide-btn.right{right:18px}
  .gallery-caption{
    position:absolute;
    left:28px;
    bottom:24px;
    background:rgba(255,255,255,.94);
    color:var(--navy);
    border-radius:12px;
    padding:16px 20px;
    font-weight:900;
    box-shadow:0 12px 25px rgba(0,0,0,.08);
  }
  .point-area{
    background:var(--beige);
    border:1px solid var(--line);
    border-radius:18px;
    padding:26px 28px 28px;
    margin-top:24px;
  }
  .point-title{
    display:flex;
    align-items:center;
    gap:12px;
    color:var(--navy);
    font-weight:900;
    font-size:20px;
    margin:0 0 18px;
  }
  .point-title:before{
    content:"";
    width:6px;
    height:26px;
    background:var(--gold);
    border-radius:999px;
  }
  .points{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
  }
  .point{
    background:#fff;
    border:1px solid #e8dfd2;
    border-radius:14px;
    padding:18px 16px 16px;
    min-height:116px;
    position:relative;
  }
  .point:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:4px;
    background:var(--navy);
    border-radius:14px 14px 0 0;
  }
  .point h3{
    margin:0 0 8px;
    color:var(--navy);
    font-size:16px;
    line-height:1.35;
  }
  .point p{
    margin:0;
    color:#596273;
    font-size:13px;
    line-height:1.65;
  }
  @media(max-width:1000px){
    .summary-card{grid-template-columns:1fr}
    .price-box{border-right:none;border-bottom:1px solid #efd4ce}
  }
  @media(max-width:760px){
    .points{grid-template-columns:repeat(2,1fr)}
    .spec-grid{grid-template-columns:1fr}
    .catch{font-size:27px;letter-spacing:.04em}
  
  .floorplan-area{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:22px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:24px;
    margin:24px 0 28px;
    box-shadow:0 18px 42px rgba(0,42,92,.06);
  }
  .floorplan-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .floorplan-label{
    display:inline-block;
    color:var(--gold);
    font-weight:900;
    letter-spacing:.08em;
    font-size:13px;
    margin-bottom:10px;
  }
  .floorplan-title{
    margin:0 0 12px;
    color:var(--navy);
    font-size:24px;
    font-weight:900;
    line-height:1.5;
  }
  .floorplan-text{
    margin:0;
    color:#596273;
    font-size:14px;
    line-height:1.9;
  }
  .floorplan-image{
    min-height:330px;
    border:1px solid #d8e4f2;
    border-radius:14px;
    background:#f8fbff;
    display:grid;
    place-items:center;
    position:relative;
    overflow:hidden;
  }
  .floorplan-placeholder{
    width:min(86%,520px);
    aspect-ratio:1.35/1;
    background:#fff;
    border:3px solid var(--navy);
    position:relative;
  }
  .room{
    position:absolute;
    border:2px solid var(--navy);
    display:grid;
    place-items:center;
    color:var(--navy);
    font-weight:900;
    font-size:13px;
    background:#fff;
  }
  .room.ldk{left:5%;top:8%;width:48%;height:50%;background:#fffaf2}
  .room.kitchen{left:5%;top:58%;width:25%;height:34%}
  .room.bed{right:5%;top:8%;width:36%;height:26%}
  .room.kids{right:5%;top:34%;width:36%;height:26%}
  .room.storage{right:5%;bottom:8%;width:36%;height:25%;background:#f3f6fa}
  .room.entrance{left:30%;bottom:8%;width:23%;height:34%;background:#f3f6fa}
  .floorplan-note{
    position:absolute;
    right:18px;
    bottom:14px;
    color:#7b8491;
    font-size:12px;
  }

  .gallery-placeholder{height:360px}
  }
  @media(max-width:520px){
    .wrap{width:min(100% - 24px,1156px);padding-top:36px}
    .section-title{font-size:26px}
    .catch{font-size:23px}
    .detail-box{padding:22px 18px}
    .price-box{padding:24px 18px}
    .new-price .num{font-size:48px}
    .points{grid-template-columns:1fr}
  }

/* model house renewal
***************************************************************/
.model-house-page {
  padding:0 0 0;
  background: #ffffff;
  color: #1f2933;
  padding-top:0;  
  overflow-x: hidden;
}

.model-house-page .model-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.model-house-page h1,
.model-house-page h2,
.model-house-page h3,
.model-house-page p,
.model-house-page dd,
.model-house-page li,
.model-house-page td,
.model-house-page a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.model-summary,
.model-price-card,
.model-summary-list div,
.model-point-list li,
.model-gallery-card,
.model-plan-section,
.model-plan-copy,
.model-plan-image,
.model-spec-section,
.model-spec-box,
.model-reservation-cta {
  min-width: 0;
}

.model-house-page .noneSP {
  /*display: block;*/
}

.model-house-page .nonePC {
  display: none;
}

.model-hero {
  position: relative;
  min-height: 100px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #132a3f;
}

.model-hero__image,
.model-hero__image img,
.model-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.model-hero__image img {
  object-fit: cover;
}

.model-hero__shade {
  background: linear-gradient(90deg, rgba(10, 32, 52, 0.86) 0%, rgba(10, 32, 52, 0.58) 44%, rgba(10, 32, 52, 0.18) 100%);
}

.model-hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0 78px;
  color: #fff;
}

.model-label {
  margin: 0 0 16px;
  color: #b49458;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
}

.model-hero__content h1 {
  max-width: 740px;
  margin: 0 0 20px;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 44px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}

.model-hero__lead {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.9;
}

.model-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.model-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.model-btn:hover {
  opacity: 0.82;
}

.model-btn--primary {
  background: #d93228;
  color: #fff;
}

.model-btn--secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.7);
  color: #102a43;
}

.model-summary {
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  margin: -44px 0 46px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #e2d8ce;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 36, 52, 0.12);
}

.model-price-card {
  padding: 26px 28px;
  background: #fff7f4;
  border-right: 1px solid #efd8d2;
}

.model-price-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  background: #d93228;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.model-price-card__label {
  margin: 0 0 12px;
  color: #454f5f;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.model-price-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  color: #d93228;
}

.model-price-card__old {
  color: #747d8a;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: #d93228;
  text-decoration-thickness: 2px;
}

.model-price-card__arrow {
  color: #9aa3ad;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.model-price-card__price strong {
  color: #d93228;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 48px;
  line-height: 0.95;
  font-weight: 700;
}

.model-price-card__price strong span {
  margin-left: 2px;
  font-family: "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.model-price-card__note {
  margin: 12px 0 0;
  color: #6d7682;
  font-size: 10px;
  line-height: 1.7;
}

.model-summary-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.model-summary-list div {
  min-height: 124px;
  padding: 24px 20px;
  border-right: 1px solid #e9e1d8;
}

.model-summary-list div:nth-child(4) {
  border-right: 0;
}

.model-summary-list__location {
  grid-column: 1 / -1;
  min-height: 88px !important;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 18px;
  border-right: 0 !important;
  border-bottom: 1px solid #e9e1d8;
}

.model-summary-list__location dt {
  grid-row: 1 / span 2;
  align-self: center;
  margin-bottom: 0;
}

.model-summary-list__location dd {
  font-size: 26px;
}

.model-summary-list dt {
  margin: 0 0 12px;
  color: #687281;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.model-summary-list dd {
  margin: 0;
  color: #0b2d4d;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
}

.model-summary-list dd.sub {
  margin-top: 8px;
  color: #616b78;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

.model-section-heading {
  margin-bottom: 24px;
  text-align: center;
}

.model-section-heading--left {
  text-align: left;
}

.model-section-heading p {
  margin: 0 0 8px;
  color: #b49458;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.model-section-heading h2 {
  margin: 0;
  color: #0b2d4d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0;
}

.model-point-section,
.model-gallery-section,
.model-plan-section,
.model-spec-section,
.model-reservation-cta {
  margin-bottom: 48px;
}

.model-point-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.model-point-list li {
  min-height: 190px;
  padding: 24px 22px;
  border: 1px solid #e3d9cf;
  border-radius: 8px;
  background: #fff;
}

.model-point-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #0b2d4d;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
}

.model-point-list h3,
.model-gallery-card h3 {
  margin: 0 0 10px;
  color: #0b2d4d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0;
}

.model-point-list p,
.model-gallery-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.8;
}

.model-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.model-gallery-card {
  overflow: hidden;
  border: 1px solid #e3d9cf;
  border-radius: 8px;
  background: #fff;
}

.model-gallery-card--wide {
  grid-column: span 2;
}

.model-gallery-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.model-gallery-card--wide img {
  height: 330px;
}

.model-gallery-card div {
  padding: 18px 18px 20px;
}

.model-plan-section {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
/*  border: 1px solid #e3d9cf;
  border-radius: 8px;
  background: #fff;*/
}

.model-plan-copy h2 {
  margin: 0 0 10px;
  color: #0b2d4d;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}

.model-plan-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  margin-bottom:10px;
}

.model-plan-copy li {
  position: relative;
  padding-left: 18px;
  color: #44505f;
  font-size: 14px;
  line-height: 1.7;
}

.model-plan-copy li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d93228;
}

.model-plan-image {
  margin: 0;
  padding: 8px;
 /* border: 1px solid #e7edf3;
  border-radius: 8px;
  background: #fbfdff;*/
}

.model-plan-image img {
  width: 100%;
  height: auto;
}

.model-spec-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.model-exterior {
  display: block;
  overflow: hidden;
  border: 1px solid #e3d9cf;
  border-radius: 8px;
  background: #fff;
}

.model-exterior img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.model-spec-box {
  padding: 26px;
  border: 1px solid #e3d9cf;
  border-radius: 8px;
  background: #fff;
}

.model-spec-box table {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: collapse;
}

.model-spec-box th,
.model-spec-box td {
  padding: 14px 0;
  border-bottom: 1px solid #ebe4dd;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.model-spec-box th {
  width: 94px;
  color: #0b2d4d;
  font-weight: 800;
}

.model-spec-box td {
  color: #475261;
}

.model-spec-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 24px;
}

.model-spec-header .model-section-heading {
  margin-bottom: 0;
  flex-shrink: 0;
}

.model-spec-body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.model-spec-body table {
  flex: 1;
  margin-bottom: 0;
}

.model-spec-body .model-quality-list {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}


.model-quality-list li {
  padding: 12px 14px;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  background: #f6f9fc;
  color: #0b2d4d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
}

.model-reservation-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 30px;
  border-radius: 8px;
  background: #0b2d4d;
  color: #fff;
}

.model-reservation-cta p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.model-reservation-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
}

.model-note-frame {
  display: block;
  margin-top: -18px;
  border: 0;
}

@media all and (max-width: 760px) {
  .model-spec-body {
    display: block;
  }

  .model-spec-body table {
    margin-bottom: 18px;
  }

  .model-spec-body .model-quality-list {
    width: 100%;
  }
}




@media all and (max-width: 1000px) {
  .model-summary {
    grid-template-columns: 1fr;
  }

  .model-price-card {
    border-right: 0;
    border-bottom: 1px solid #efd8d2;
  }

  .model-plan-section,
  .model-spec-section {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 760px) {
  .model-house-page {
    padding-bottom: 38px;
  }

  .model-house-page .model-inner,
  .model-hero__content {
    width: calc(100% - 40px);
  }

  .model-hero {
  /* min-height: 560px;*/
  }

  .model-hero__shade {
    background: linear-gradient(180deg, rgba(10, 32, 52, 0.26) 0%, rgba(10, 32, 52, 0.84) 66%, rgba(10, 32, 52, 0.92) 100%);
  }

  .model-hero__content {
    padding: 84px 0 42px;
  }

  .model-house-page .noneSP {
    display: none;
  }

  .model-house-page .nonePC {
    display: block;
  }

  .model-hero__content h1 {
    font-size: 28px;
    line-height: 1.5;
  }

  .model-hero__lead {
    font-size: 14px;
    line-height: 1.85;
  }

  .model-label,
  .model-hero__content h1,
  .model-hero__lead,
  .model-point-list p,
  .model-gallery-card p,
  .model-plan-copy li {
    line-break: anywhere;
    word-break: break-all;
  }

  .model-hero__actions,
  .model-reservation-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .model-btn {
    width: 100%;
  }

  .model-summary {
    margin: -24px 0 36px;
  }

  .model-summary-list {
    grid-template-columns: 1fr;
  }

  .model-summary-list__location {
    grid-column: auto;
    min-height: auto !important;
    display: block;
    border-bottom: 1px solid #e9e1d8;
  }

  .model-summary-list__location dd {
    font-size: 22px;
  }

  .model-summary-list div,
  .model-summary-list div:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #e9e1d8;
  }

  .model-summary-list div:last-child {
    border-bottom: 0;
  }

  .model-point-list,
  .model-gallery-grid,
  .model-quality-list {
    grid-template-columns: 1fr;
  }

  .model-gallery-card--wide {
    grid-column: auto;
  }

  .model-gallery-card img,
  .model-gallery-card--wide img {
    height: 230px;
  }

  .model-section-heading h2 {
    font-size: 24px;
  }

  .model-point-section,
  .model-gallery-section,
  .model-plan-section,
  .model-spec-section,
  .model-reservation-cta {
    margin-bottom: 36px;
  }

  .model-plan-section,
  .model-spec-box {
    padding: 20px;
  }

  .model-plan-copy h2 {
    font-size: 22px;
  }

  .model-exterior img {
    min-height: 230px;
  }

  .model-reservation-cta {
    padding: 24px 20px;
  }
}

@media all and (max-width: 480px) {
  .model-price-card__price strong {
    font-size: 42px;
  }

  .model-summary-list dd {
    font-size: 22px;
  }

  .model-gallery-card img,
  .model-gallery-card--wide img {
    height: 210px;
  }
}

/* model house requested layout
***************************************************************/
.model-house-page .model-inner {
  display: flex;
  flex-direction: column;
}

.model-hero.model-hero--text {
  min-height: 0;
  display: block;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 62%, #f7f4ef 100%);
  border-bottom: 1px solid #e2d8ce;
}

.model-hero--text .model-hero__content {
  padding: 40px 0 30px;
  color: #1f2933;
}

.model-hero--text .model-label {
  margin-bottom: 10px;
}

.model-hero--text .model-hero__content h1 {
  max-width: 860px;
  color: #0b2d4d;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.35;
}

.model-hero--text .model-hero__lead {
  max-width: 760px;
  color: #44505f;
  font-size: 15px;
  line-height: 1.7;
}

.model-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 26px;
  align-items: center;
}

.model-hero--text .model-hero__actions {
  margin-top: 18px;
}

.model-price-card--hero {
  padding: 20px 22px;
  border: 1px solid #efd8d2;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(20, 36, 52, 0.08);
}

.model-price-card--hero .model-price-card__badge {
  margin-bottom: 8px;
}

.model-price-card--hero .model-price-card__label {
  margin-bottom: 8px;
}

.model-price-card--hero .model-price-card__price strong {
  font-size: 42px;
}

.model-price-card--hero .model-price-card__note {
  margin-top: 8px;
}

.model-hero--text .model-btn--secondary {
  background: #ffffff;
  border-color: #0b2d4d;
  color: #0b2d4d;
}

.model-price-section,
.model-map-section {
  min-width: 0;
}

.model-price-section {
  order: 1;
  margin: 40px 0 42px;
}

.model-price-section .model-price-card {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #efd8d2;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20, 36, 52, 0.1);
}

.model-plan-section {
  order: 2;
}

.model-gallery-section {
  order: 3;
}

.model-map-section {
  order: 4;
  margin-bottom: 48px;
}

.model-spec-section {
  order: 5;
  display: block;
}

.model-reservation-cta {
  order: 6;
}

.model-note-frame {
  order: 7;
}

.model-gallery-grid {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  border: 1px solid #e3d9cf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 36, 52, 0.08);
  -webkit-overflow-scrolling: touch;
}

.model-gallery-grid::-webkit-scrollbar {
  height: 8px;
}

.model-gallery-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b9c2cd;
}

.model-gallery-card,
.model-gallery-card--wide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);
  border: 0;
  border-radius: 0;
}

.model-gallery-card img,
.model-gallery-card--wide img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.model-gallery-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.model-photo-slider-section {
  margin-bottom: 48px;
}

.model-photo-slider {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  border: 1px solid #e3d9cf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 36, 52, 0.08);
  -webkit-overflow-scrolling: touch;
}

.model-photo-slider::-webkit-scrollbar {
  height: 8px;
}

.model-photo-slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b9c2cd;
}

.model-photo-slider .photo,
.model-photo-slider .photo2 {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  scroll-snap-align: start;
}

.model-photo-slider .photo img,
.model-photo-slider .photo2 img {
  width: 100%;
  height: 520px;
  margin: 0;
  object-fit: cover;
}

.model-photo-slider .photo h1,
.model-photo-slider .photo p,
.model-photo-slider .photo2 h1,
.model-photo-slider .photo2 p {
  display: none;
}

.model-plan-wide {
  margin: 0 0 48px;
  padding: 12px;
  border: 1px solid #e7edf3;
  border-radius: 8px;
  background: #fbfdff;
}

.model-plan-wide img {
  width: 100%;
  margin: 0;
}

.model-gallery-card {
  grid-template-columns: 1fr;
}

.model-gallery-card div {
  display: none;
}

.model-map-section .ggmap {
  overflow: hidden;
  border: 1px solid #e3d9cf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 36, 52, 0.08);
}

.model-map-section .ggmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

#create_model {
  padding-top: 44px;
}

@media all and (max-width: 760px) {
  .model-hero--text .model-hero__content {
    padding: 28px 0 24px;
  }

  .model-hero--text .model-hero__content h1 {
    font-size: 25px;
  }

  .model-hero__top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .model-price-card--hero {
    padding: 18px;
  }

  .model-price-section {
    margin: 28px 0 34px;
  }

  .model-price-section .model-price-card {
    max-width: none;
    padding: 24px 20px;
  }

  .model-gallery-card,
  .model-gallery-card--wide {
    grid-template-columns: 1fr;
  }

  .model-gallery-card img,
  .model-gallery-card--wide img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .model-photo-slider-section {
    margin-bottom: 36px;
  }

  .model-photo-slider .photo img,
  .model-photo-slider .photo2 img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .model-plan-wide {
    margin-bottom: 36px;
    padding: 8px;
  }

  .model-gallery-card div {
    padding: 22px 20px 24px;
  }

  .model-map-section {
    margin-bottom: 36px;
  }

  #create_model {
    padding-top: 32px;
  }
}

/* compact fallback for the original model section markup */
#model_photo.model-house-page > .profileTitle {
  margin: 0;
  padding: 34px 20px 0;
  border-bottom: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}

#model_photo.model-house-page > .profileTitle span {
  padding-bottom: 0;
}

#model_photo.model-house-page > .profileTitle span::before {
  content: none;
}

#model_photo.model-house-page > .inner:first-of-type {
  width: min(1120px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 24px;
  align-items: center;
  padding: 20px 0 30px;
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f4ef 100%);
}

#model_photo.model-house-page > .inner:first-of-type .tochi_text3 p {
  margin: 0;
  color: #0b2d4d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
}

#model_photo.model-house-page .price-2 {
  width: 100%;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #efd8d2;
  border-radius: 8px;
  background: #fff7f4;
  box-shadow: 0 14px 28px rgba(20, 36, 52, 0.08);
}

#model_photo.model-house-page .price-2 .title-2 {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0 0 8px;
  border: 0;
  border-radius: 999px;
  background: #d93228;
  color: #fff;
  font-size: 12px !important;
  font-weight: 700;
}

#model_photo.model-house-page .price-2 .old_price {
  margin: 0 10px 0 0;
  font-size: 16px !important;
  vertical-align: baseline;
}

#model_photo.model-house-page .price-2 .new_price {
  margin: 0;
  padding-top: 0;
  font-size: 38px !important;
  line-height: 1;
  vertical-align: baseline;
}

#model_photo.model-house-page .price-2 .new_price span {
  font-size: 12px;
  line-height: 1.5;
}

#model_photo.model-house-page > .mv,
#model_photo.model-house-page > .base {
  display: none;
}

@media all and (max-width: 760px) {
  #model_photo.model-house-page > .profileTitle {
    padding-top: 24px;
  }

  #model_photo.model-house-page > .inner:first-of-type {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 0 24px;
  }

  #model_photo.model-house-page > .inner:first-of-type .tochi_text3 p {
    font-size: 24px;
    text-align: center;
  }

  #model_photo.model-house-page .price-2 {
    padding: 16px;
  }

  #model_photo.model-house-page .price-2 .old_price {
    display: block;
    margin-bottom: 8px;
  }

  #model_photo.model-house-page .price-2 .new_price {
    font-size: 34px !important;
  }
}
    .model-house-page {
      overflow-x: hidden;
    }
    .model-inner,
    .model-hero__content {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
    }
    .model-hero {
      background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 62%, #f7f4ef 100%);
      border-bottom: 1px solid #e2d8ce;
    }
    .model-hero__content {
      padding: 40px 0 30px;
    }
    .model-label,
    .model-section-heading p {
      margin: 0 0 10px;
      color: #b49458;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.4;
    }
    .model-hero h1 {
      max-width: 860px;
      margin: 0 0 10px;
      color: #0b2d4d;
      font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
      font-size: 36px;
      line-height: 1.35;
      font-weight: 700;
    }
    .model-hero__lead {
      max-width: 760px;
      margin: 0;
      color: #44505f;
      font-size: 15px;
      line-height: 1.7;
    }
    .model-hero__top {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 390px;
      gap: 26px;
      align-items: center;
    }
    .model-hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 18px;
    }
    .model-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 24px;
      border: 1px solid transparent;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 700;
    }
    .model-btn--primary { background: #d93228; color: #fff; }
    .model-btn--secondary { background: #fff; border-color: #0b2d4d; color: #0b2d4d; }
    .model-price-section {
      margin: 40px 0 42px;
    }
    .model-price-card {
      max-width: 760px;
      min-width: 0;
      margin: 0 auto;
      padding: 26px 28px;
      border: 1px solid #efd8d2;
      border-radius: 8px;
      background: #fff7f4;
      box-shadow: 0 16px 34px rgba(20, 36, 52, 0.1);
    }
    .model-price-card--hero {
      max-width: none;
      padding: 20px 22px;
      box-shadow: 0 14px 28px rgba(20, 36, 52, 0.08);
    }
    .model-price-card--hero .model-price-card__badge,
    .model-price-card--hero .model-price-card__label {
      margin-bottom: 8px;
    }
    .model-price-card--hero .model-price-card__price strong {
      font-size: 42px;
    }
    .model-price-card--hero .model-price-card__note {
      margin-top: 8px;
    }
    .model-price-card__badge {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      margin-bottom: 12px;
      padding: 0 12px;
      border-radius: 999px;
      background: #d93228;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
    }
    .model-price-card__label {
      margin: 0 0 12px;
      color: #454f5f;
      font-size: 13px;
      font-weight: 700;
    }
    .model-price-card__price {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 8px;
      color: #d93228;
    }
    .model-price-card__old {
      color: #747d8a;
      font-size: 18px;
      font-weight: 700;
      text-decoration: line-through;
      text-decoration-color: #d93228;
      text-decoration-thickness: 2px;
    }
    .model-price-card__arrow {
      color: #9aa3ad;
      font-size: 18px;
      font-weight: 700;
    }
    .model-price-card__price strong {
      color: #d93228;
      font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
      font-size: 48px;
      line-height: 0.95;
    }
    .model-price-card__price strong span {
      margin-left: 2px;
      font-family: "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
      font-size: 22px;
    }
    .model-price-card__note {
      margin: 12px 0 0;
      color: #6d7682;
      font-size: 10px;
    }
    .model-section-heading {
      margin-bottom: 24px;
      text-align: center;
    }
    .model-section-heading h2 {
      margin: 0;
      color: #0b2d4d;
      font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
      font-size: 30px;
      line-height: 1.45;
    }
    .model-section-heading--left {
      text-align: left;
    }
    .model-plan-section,
    .model-gallery-section,
    .model-map-section,
    .model-spec-section,
    .model-reservation-cta {
      margin-bottom: 48px;
    }
.model-plan-section {
  display: block;
  padding: 20px;
}

.model-plan-copy {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: left;
}

.model-plan-copy .model-label {
  text-align: left;
}

.model-plan-copy h2 {
  margin: 0 0 14px;
  color: #0b2d4d;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.model-plan-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.model-plan-copy li {
  position: relative;
  padding-left: 20px;
  color: #0b2d4d;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.model-plan-copy li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b49458;
}

.model-plan-image {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.model-plan-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
    .model-plan-copy h2 {
      margin: 0 0 10px;
      color: #0b2d4d;
      font-size: 22px;
      line-height: 1.4;
    }
    .model-plan-copy ul {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .model-plan-copy li {
      position: relative;
      padding-left: 18px;
      color: #44505f;
      font-size: 14px;
      line-height: 1.7;
    }
    .model-plan-copy li::before {
      content: "";
      position: absolute;
      top: 0.78em;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #d93228;
    }

    .model-gallery-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      border: 1px solid #e3d9cf;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 16px 34px rgba(20, 36, 52, 0.08);
      -webkit-overflow-scrolling: touch;
    }
    .model-gallery-grid::-webkit-scrollbar { height: 8px; }
    .model-gallery-grid::-webkit-scrollbar-thumb { border-radius: 999px; background: #b9c2cd; }
    .model-gallery-card {
      flex: 0 0 100%;
      scroll-snap-align: start;
      display: grid;
      grid-template-columns: 1fr;
      background: #fff;
    }
    .model-gallery-card img {
      width: 100%;
      height: 480px;
      object-fit: cover;
    }
    .model-gallery-card div {
      display: none;
    }
    .model-gallery-card h3 {
      margin: 0 0 10px;
      color: #0b2d4d;
      font-size: 18px;
      line-height: 1.5;
    }
    .model-gallery-card p {
      margin: 0;
      color: #4b5563;
      font-size: 14px;
      line-height: 1.8;
    }
    .model-map-section .ggmap {
      overflow: hidden;
      border: 1px solid #e3d9cf;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 16px 34px rgba(20, 36, 52, 0.08);
    }
    .model-map-section iframe {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 450px;
      border: 0;
    }
    .model-spec-section {
      display: block;
    }
    .model-spec-box {
      padding: 26px;
      border: 1px solid #e3d9cf;
      border-radius: 8px;
      background: #fff;
    }
    .model-spec-box table {
      width: 100%;
      margin: 0 0 18px;
      border-collapse: collapse;
    }
    .model-spec-box th,
    .model-spec-box td {
      padding: 14px 0;
      border-bottom: 1px solid #ebe4dd;
      font-size: 14px;
      line-height: 1.65;
      text-align: left;
      vertical-align: top;
    }
    .model-spec-box th {
      width: 120px;
      color: #0b2d4d;
      font-weight: 800;
    }
    .model-spec-box td { color: #475261; }
    .model-quality-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .model-quality-list li {
      padding: 12px 14px;
      border: 1px solid #dce7f1;
      border-radius: 8px;
      background: #f6f9fc;
      color: #0b2d4d;
      font-size: 13px;
      font-weight: 800;
      text-align: center;
    }
    .model-reservation-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 26px 30px;
      border-radius: 8px;
      background: #0b2d4d;
      color: #fff;
    }
    .model-reservation-cta p {
      margin: 0 0 8px;
      color: rgba(255,255,255,0.78);
      font-size: 14px;
    }
    .model-reservation-cta h2 {
      margin: 0;
      color: #fff;
      font-size: 22px;
      line-height: 1.45;
    }


#slider1 div p{
    position: absolute;
    bottom:0px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail1 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail1 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail1 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider2 div p{
    position: absolute;
    bottom:0px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail2 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail2 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail2 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}


#slider3 div p{
    position: absolute;
    bottom:0px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail3 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail3 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail3 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}













    @media (max-width: 760px) {
      .model-inner,
      .model-hero__content {
        width: calc(100% - 40px);
      }
      .model-hero__content {
        padding: 28px 0 24px;
      }
      .model-hero h1 {
        font-size: 25px;
        line-height: 1.5;
      }
      .model-hero__top {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .model-hero__actions,
      .model-reservation-cta {
        flex-direction: column;
        align-items: stretch;
      }
      .model-btn {
        width: 100%;
      }
      .model-price-section {
        margin: 28px 0 34px;
      }
      .model-price-card {
        padding: 24px 20px;
      }
      .model-price-card--hero {
        padding: 18px;
      }
      .model-plan-section,
      .model-gallery-card {
        grid-template-columns: 1fr;
      }
      .model-gallery-card img {
        height: auto;
        aspect-ratio: 4 / 3;
      }
      .model-gallery-card div,
      .model-plan-section,
      .model-spec-box {
        padding: 16px;
      }
      .model-section-heading h2 {
        font-size: 24px;
      }
      .model-quality-list {
        grid-template-columns: 1fr;
      }
      .model-map-section iframe {
        height: 320px;
      }
    }
/* 上段の説明エリア：左にPLAN/3LDK、右におすすめポイント */
#model_plan .model-plan-copy {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 48px;
  row-gap: 12px;
  align-items: center;
 /* padding: 34px 42px 30px;
  /*background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);*/
  border-bottom: 1px solid #e9e1d8;
}

/* PLANは左上 */
#model_plan .model-label {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: #b49458;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  position: relative;
}

#model_plan .model-label::after {
  content: "";
  display: block;
  width: 84px;
  height: 1px;
  margin-top: 10px;
  background: #b49458;
}

/* 3LDKは左下 */
#model_plan .model-plan-copy h2 {
  grid-column: 1;
  grid-row:1.5;
  margin: 0;
  color: #0b2d4d;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* おすすめポイントは右側いっぱい */
#model_plan .model-plan-copy ul {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 12px;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
   margin-bottom: 15px;  
}

#model_plan .model-plan-copy ul::before {
  content: "おすすめポイント";
  display: inline-block;
  width: fit-content;
  margin-bottom: 4px;
  padding: 8px 18px;
  border-radius: 4px;
  background: #0b2d4d;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

#model_plan .model-plan-copy li {
  position: relative;
  padding-left: 24px;
  color: #0b2d4d;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#model_plan .model-plan-copy li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b49458;
}
/* 下段：間取り図を100%表示 */
#model_plan .model-plan-image {

  /*padding: 20px;
  background: #fff;*/
}

#model_plan .model-plan-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
}

@media all and (max-width: 760px) {
  #model_plan .model-plan-copy {
    display: block;
    padding: 24px 20px 22px;
  }

  #model_plan .model-plan-copy h2 {
    margin: 0 0 22px;
    font-size: 52px;
  }

  #model_plan .model-plan-copy ul {
    display: grid;
    gap: 10px;
  }

  #model_plan .model-plan-copy li {
    font-size: 14px;
    line-height: 1.7;
  }
}
    
   @media(max-width:520px) {
  .model-plan-section {
    padding: 12px 0;
  }

  .model-plan-copy {
    max-width: 100%;
    margin: 0 auto 18px;
  }

  .model-plan-copy h2 {
    font-size: 42px;
  }

  .model-plan-copy li {
    font-size: 14px;
    line-height: 1.7;
  }

  .model-plan-image {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .model-plan-image img {
    margin: 0 auto;
  }
    
    
    
    

    
    
#slider1 div p{
    position: absolute;
    bottom:0;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail1 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail1 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail1 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider2 div p{
    position: absolute;
    bottom:0;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail2 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail2 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail2 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider3 div p{
    position: absolute;
    bottom:0;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail3 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail3 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail3 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

    
    }
    
.model-clear {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
#model_plan {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  margin-bottom: 48px !important;
  overflow: visible !important;
}

#model_plan .model-plan-copy {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 48px;
  row-gap: 12px;
  align-items: center;
  width: 100%;
  margin: 0 auto 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e9e1d8;
  visibility: visible !important;
  opacity: 1 !important;
}

#model_plan .model-label {
  grid-column: 1;
  grid-row: 1;
  display: block !important;
  color: #b49458 !important;
  font-size: 15px;
  font-weight: 800;
}

#model_plan .model-plan-copy h2 {
  grid-column: 1;
  grid-row: 2;
  display: block !important;
  margin: 0;
  color: #0b2d4d !important;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
}

#model_plan .model-plan-copy ul {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid !important;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#model_plan .model-plan-copy li {
  display: block !important;
  position: relative;
  padding-left: 24px;
  color: #0b2d4d !important;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

#model_plan .model-plan-copy li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b49458;
}

#model_plan .model-plan-image {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  clear: both;
}

#model_plan .model-plan-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media all and (max-width: 760px) {
  #model_plan .model-plan-copy {
    display: block !important;
    padding: 24px 20px 22px;
  }

  #model_plan .model-label {
    margin-bottom: 12px;
  }

  #model_plan .model-plan-copy h2 {
    margin-bottom: 22px;
    font-size: 42px;
  }

  #model_plan .model-plan-copy ul {
    display: grid !important;
    gap: 10px;
  }

  #model_plan .model-plan-copy li {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* 地図上の住所表示：所在地の横に住所 */
.map-address-simple {
  max-width: 940px;
  margin: 0 auto 18px;
  padding: 0 4px 10px;
  display: flex !important;
  align-items: center;
  gap: 14px;
 /* border-bottom: 1px solid #d8d8d8;*/
  box-sizing: border-box;
}

/* 「所在地」 */
.map-address-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 5px 14px;
  background: #12364f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* 住所 */
.map-address-text {
  display: block;
  width: auto !important;
  margin: 0 !important;
  color: #12364f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  flex: 1 1 auto;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .map-address-simple {
    margin: 0 20px 16px;
    padding: 0 0 10px;
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
  }

  .map-address-label {
    display: inline-flex !important;
    width: auto !important;
    padding: 5px 10px;
    font-size: 13px;
    flex: 0 0 auto;
  }

  .map-address-text {
    font-size: 15px;
    line-height: 1.6;
  }
}