﻿@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:#f1f1f1; 
}
.secTochi .bottomsen{
    border-bottom: 1px solid gray;
    padding-bottom: 5%;
}


.secTochi {
  padding: 50px 0 0;
}



.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は白い枠線）*/


@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;
}    
    
    
    
}



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



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

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

 .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:70%;
    margin:3% 15% 3% 15%;
    display: inline-block;
}

.price dt{
    width:70%;
    margin:0 30% 4% 0;
    font-size:110%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
  
 .price dd{
    width:120%;
    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{
  width:100%;
  font-size:120%;  
  text-align: center;
  margin:10% 0 5% 0;    
  font-weight: 500;
  padding: 1em 1.5em 1em 0.5em;/*文字の上下 左右の余白*/
  color: #ffffff;/*文字色*/
  background:#335167;/*背景色*/
  border-left: solid 5px #335167;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/  
  display: inline-block;
}



.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
***************************************************************/

/* property-card restore
   Add this block at the very bottom of modelhouse.css. */

.secModel,
.secModel * {
  box-sizing: border-box;
}

.secModel {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

.secModel .inner {
  width: min(1100px, 94vw);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.secModel .property-list-heading {
  width:/* min(1100px, 94vw)*/100%;
  /*max-width: 1100px;*/
  margin: 42px auto 24px;
  color: #08214a;
  text-align: center;
}

.secModel .property-list-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding: 0 56px;
  color: #08214a;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
}

.secModel .property-list-heading h2::before,
.secModel .property-list-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: #8b7f72;
}

.secModel .property-list-heading h2::before {
  left: 0;
}

.secModel .property-list-heading h2::after {
  right: 0;
}

.secModel .property-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;    
  /*width: min(1100px, 94vw);
  max-width: 1100px;*/
  margin: 0 auto 32px;
  padding: 0;
  list-style: none;
}

.secModel .property-card {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #111827;
  background: #fff;
  border: 1px solid #f7f7f7/*#ece6de*/;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(22, 32, 52, 0.10);
}

.secModel .property-card__visual {
  position: relative;
  display: block;
  width: 100%;
  /*height: 224px;*/
  overflow: hidden;
  background: #f4f0eb;
}

.secModel .property-card__visual img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
  transition: transform 0.45s ease;
}

.secModel .property-card__visual:hover img {
  transform: scale(1.04);
}

  /* 右寄せ */
  .secModel .property-card__visual img[src*="sv_harimakoentori.jpg"],
  .secModel .property-card__visual img[src*="higashikakogawagr.jpg"],
  .secModel .property-card__visual img[src*="fsnoguchicho_kitano.jpg"],
  .secModel .property-card__visual img[src*="higashikankicho_nishiinokuchi.jpg"],
  .secModel .property-card__visual img[src*="sg_houdenekimae3_1.png"],
  .secModel .property-card__visual img[src*="sg_houdenekimae3_5.png"],
  .secModel .property-card__visual img[src*="sg_himejiyasiromidorigaoka_1.jpg"],
  .secModel .property-card__visual img[src*="sg_himejiyasiromidorigaoka_2.jpg"],
  .secModel .property-card__visual img[src*="sg_himejiyasiromidorigaoka_3.jpg"],
  .secModel .property-card__visual img[src*="sg_himejiidei.jpg"]{
    object-position: right center;
  }


.secModel .property-card__badges {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.secModel .property-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 21px;
  padding: 4px 10px 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.secModel .property-card__badge--price {
  background: #ef3b35;
}

.secModel .property-card__badge--done {
  background: #06285f;
}

.secModel .property-card__badge--ready {
  background: #3fb157;
}

.secModel .property-card__badge--note {
  background: #f39822;
}

.secModel .property-card__body {
  padding: 14px 16px 15px;
}

.secModel .property-card__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 12px;
  align-items: start;
}

.secModel .property-card__title {
  margin: 0 0 7px;
  padding: 0;
  color: #111827;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 105%;
  line-height: 1.42;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0;
}

.secModel .property-card__title font {
  font-size: 0.72em;
}

.secModel .property-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.secModel .property-card__meta-item {
  position: relative;
  margin: 0;
  padding-left: 17px;
  color: #1f2937;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
}

.secModel .property-card__meta-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 11px;
  height: 11px;
  border: 2px solid #111827;
}

.secModel .property-card__meta-item--place::before {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
/*
.secModel .property-card__meta-item--access::before {
  top: 0.38em;
  width: 12px;
  height: 10px;
  border-radius: 2px;
}

.secModel .property-card__meta-item--access::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1.06em;
  width: 8px;
  height: 2px;
  background: #111827;
  border-radius: 999px;
}
*/
.secModel .property-card__meta-item--access {
  padding-left: 18px;
}

.secModel .property-card__meta-item--access::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 13px;
  height: 11px;
  border: 2px solid #111827;
  border-radius: 3px 4px 3px 3px;
  background:
    linear-gradient(#111827 0 0) 3px 3px / 2px 3px no-repeat,
    linear-gradient(#111827 0 0) 7px 3px / 2px 3px no-repeat,
    #fff;
  transform: none;
}

.secModel .property-card__meta-item--access::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1em;
  width: 10px;
  height: 3px;
  border: none;
  background:
    radial-gradient(circle, #111827 0 1.3px, transparent 1.4px) 0 0 / 3px 3px no-repeat,
    radial-gradient(circle, #111827 0 1.3px, transparent 1.4px) 7px 0 / 3px 3px no-repeat;
  transform: none;
}

.secModel .property-card__price {
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #4b5563;
  text-align: right;
}

.secModel .property-card__price > span {
  display: block;
  margin: 0 0 2px;
  color: #111827;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.secModel .property-card__price strong {
  display: block;
  margin: 0;
  color: #e43d36;
  /*font-family: Georgia, "Times New Roman", serif;*/
  /*font-family: "Cormorant Garamond", "Times New Roman", serif; */   
   font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;    
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13rem;
  white-space: nowrap;
}

.secModel .property-card__price strong span {
  display: inline;
  margin: 0 0 0 2px;
  color: inherit;
  font-family: "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 0.52em;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.secModel .property-card__price small {
  display: block;
  margin-top: 4px;
  color: #4b5563;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0;
}

.secModel .property-card__point {
  display: grid;
  /*grid-template-columns: minmax(0, 1fr) 176px;*/
  gap: 12px;
/*  min-height: 124px;*/
  margin-top: 13px;
  padding: 10px 12px;
 /* background: #fffdfb;
  border: 1px solid #f0e7df;
 border-radius: 6px;*/
}


.secModel .property-card__point h2{
  color: #a26031;
  font-size: 15px;
}



.secModel .property-card__point-copy p {
  margin: 0 0 7px;
  color: #a26031;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
}

.secModel .property-card__point-copy ul,
.secModel .property-card__tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.secModel .property-card__point-copy li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 18px;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}

.secModel .property-card__point-copy li:last-child {
  margin-bottom: 0;
}

.secModel .property-card__point-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 13px;
  height: 13px;
  background: #e43d36;
  border-radius: 50%;
}

.secModel .property-card__point-copy li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.53em;
  width: 5px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.secModel .property-card__tags {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 7px;
  align-items: flex-start;
  justify-content: center;
}

.secModel .property-card__tags br {
  display: none;
}

.secModel .property-card__tags li {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 0;
  padding: 5px 10px;
  color: #244466;
  background: #eef3f9;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.secModel .property-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.secModel .property-card__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 34px 9px 14px;
  color: inherit;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.secModel .property-card__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.secModel .property-card__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(22, 32, 52, 0.12);
}

.secModel .property-card__button--outline {
  color: #0b2455;
  background: #fff;
  border: 2px solid #0b2455;
}

.secModel .property-card__button--accent {
  color: #fff;
  background: #ffB40F;
  border: 2px solid #ffB40F;
}

.property-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
}

.property-card__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.property-card__visual .cg {
  position: absolute;
  right: 8px;
  bottom: 0;
  margin: 0;
  padding: 4px 8px;
 background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  z-index: 2;
}






@media all and (max-width: 900px) {
  .secModel .property-list {
    grid-template-columns: 1fr;
    width: min(94vw, 560px);
  }
}

/* PC right-column stability fix */
@media all and (min-width: 901px) {
  .secModel .property-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  .secModel .property-card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .secModel .property-card__body {
   /* display: flex !important;*/
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .secModel .property-card__summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 142px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .secModel .property-card__copy,
  .secModel .property-card__meta,
  .secModel .property-card__point-copy {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .secModel .property-card__title {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  .secModel .property-card__price {
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;
    overflow: visible !important;
  }

  .secModel .property-card__price strong {
    font-size: 29px !important;
    max-width: 100% !important;
    text-align: right !important;
  }
/*
  .secModel .property-card__price strong span {
    font-size: 0.46em !important;
  }
*/
  .secModel .property-card__point {
    /*grid-template-columns: minmax(0, 1fr) 128px !important;*/
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }


  .secModel .property-card__tags {
    min-width: 0 !important;
    max-width: 132px !important;
    overflow: hidden !important;
  }

  .secModel .property-card__tags li {
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  .secModel .property-card__actions {
    margin-top: auto !important;
    padding-top: 12px !important;
  }
}

/* PC hard fix: keep the second column from clipping price/content */
@media all and (min-width: 901px) {
  .secModel .property-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, calc((100% - 16px) / 2))) !important;
    column-gap: 16px !important;
    row-gap: 16px !important;
    overflow: visible !important;
  }

  .secModel .property-card {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .secModel .property-card__visual {
    overflow: hidden !important;
    border-radius: 8px 8px 0 0 !important;
  }

  .secModel .property-card__body {
    overflow: visible !important;
  }

  .secModel .property-card__summary {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .secModel .property-card__copy {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .secModel .property-card__price {
    flex: 0 0 138px !important;
    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;
    text-align: right !important;
  }

  .secModel .property-card__price strong {
    font-size: 28px !important;
    transform: none !important;
  }

  .secModel .property-card__price small {
    white-space: normal !important;
  }


  .secModel .property-card__tags {
    max-width: 128px !important;
  }
}

@media all and (max-width: 680px) {
  .secModel .inner,
  .secModel .property-list-heading,
  .secModel .property-list {
    width: 94vw;
  }

  .secModel .property-list-heading {
    margin-top: 28px;
  }

  .secModel .property-card__visual {
    height: auto;
    aspect-ratio: 16 / 8.8;
  }

  .secModel .property-card__body {
    padding: 12px;
  }

  .secModel .property-card__summary,
  .secModel .property-card__point,
  .secModel .property-card__actions {
    grid-template-columns: 1fr;
  }

  .secModel .property-card__price {
    text-align: left;
  }

  .secModel .property-card__tags {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .secModel .property-card__actions {
    gap: 8px;
  }
     
    .secModel .property-card__price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    text-align: left;
    flex-wrap: wrap;
  }

  .secModel .property-card__price > span {
    display: inline-block;
    margin: 0;
    font-size: 11px;
    line-height: 1;
  }

  .secModel .property-card__price strong {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap;
  }

  .secModel .property-card__price small {
    display: inline-block;
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
  }    
    
}

.map-frame-common {
    height: 500px; /* SP用の高さをデフォルトに */
}
@media (min-width: 768px) {  /* サイトの既存のPC/SP切り替えブレークポイントに合わせて調整してください */
    .map-frame-common {
        height: 450px; /* PC用の高さ */
    }
}



/* パンくずリスト
***************************************************************/
.breadcrumb_wrap {
  width: 100%;
  padding: 15px 0;
  /* 背景色が必要な場合は指定してください（例: background: #f1f1f1;） */
  background: #ffffff; 
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

.breadcrumb_wrap .inner {
  width: 90%;
  margin: 0 auto 0 10%;
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px; /* PCサイズのフォント */
}

.breadcrumb_item {
  display: flex;
  align-items: center;
  color: #555; /* 現在のページ（リンクなし）の文字色 */
}

.breadcrumb_item a {
  color: #335167; /* サイトのメインカラーに合わせています */
  text-decoration: none;
  transition: opacity 0.3s;
}

.breadcrumb_item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* 区切り文字 (>) の設定 */
.breadcrumb_item:not(:last-child)::after {
  content: ">"; /* スラッシュ (/) が良い場合は変更してください */
  display: inline-block;
  margin: 0 10px;
  color: #999;
  font-size: 11px;
}

/* スマホ対応 */
@media all and (max-width: 680px) {
  .breadcrumb_wrap {
    padding: 10px 0;
  }
  .breadcrumb_wrap .inner {
    width: 94%; /* サイト共通のスマホ幅に合わせています */
    padding: 0 3%;
    margin: 0 auto;
  }
  .breadcrumb_list {
    font-size: 11px; /* スマホ用に少し小さく */
  }
  .breadcrumb_item:not(:last-child)::after {
    margin: 0 6px;
  }
}
/* パンくずリスト
***************************************************************/