@charset "UTF-8";

.inner_850 {
  max-width: 850px;
  width: 94%;
  margin: 0 auto;
}
.inner_1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
.inner_1060 {
  max-width: 1060px;
  width: 94%;
  margin: 0 auto;
}


.cap_Txt_02 {
  position: absolute;
  bottom: -10px;
  font-size: 11px;
}


.all_Wrap {
}
/*
#title_Box {
  width: 100%;
  margin-top: 83px;
  aspect-ratio: 7/4;
  z-index: 0;
  background: url("../img/plan/title_bg.jpg") center top no-repeat;
  background-size: cover;
}

.page_Ttl {
  color:#fff;
  font-size: 56px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top:12%;
  right:4%;
  opacity: .8;
  z-index: 2;
}*/

.contents {
  background: url("../img/plan/bg.jpg") center top no-repeat;
  background-size: cover;
  /* padding: 80px 0 0; */
}



/*
.all_Wrap.details .contents {
  background: url("../img/plan/bg.jpg") center top no-repeat;
  background-size: cover;
  margin-top: 83px;
}
.all_Wrap.details #title_Box {
  display: none;
}*/




/* sec01
--------------------------- */
.sec01 {
  padding: 200px 0 100px;
}
.sec01 h4 {
  color:#FFF;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-family: 'Oswald', sans-serif;
  vertical-align: baseline;
  /* max-width: 52px; */
  margin: 0 auto 20px;
}
.sec01 h4 small {
  padding-top: 0.3em;
  font-size:75%;
}

.side_Border {
  display: flex;
  align-items:center;
}
.side_Border:before,
.side_Border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #FFF;
}

.side_Border:before {
  margin-right: 1rem;
}

.side_Border:after {
  margin-left: 1rem;
}

.sec01 .btn_List {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.sec01 .btn_List li {
  max-width: 336px;
  width:31.6981132%;
  margin-right: 2.4%;
  margin-bottom: 3%;
}
.sec01 .btn_List li.special a{
  position: relative;
	display: block;
}
.sec01 .btn_List li.special a::before {
    content: "MENU PLAN1（一部住戸限定）";
    display: block;
    width: auto;
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #f2e6cb;
    background: #950000;
    border: 1px solid #d6c8a6;
    padding: 5px 10px 5px 10px;
    position: absolute;
    top: -13px;
    left: 0;
}
.sec01 .btn_List li:nth-child(3n) {
  margin-right: 0px;
}
.sec01 .btn_List li a.noLink {
  cursor:default;
}
.sec01 .btn_List li a.noLink:hover {
  opacity: 1;
  pointer-events: none;
  cursor:default;
}

.sec01 .btn_List li a.jsHover { opacity: 0.6; }
/*
.sec01 .hanrei {
  max-width: 336px;
}*/
.sec01 .notes_Block {
  padding: 10px 0 0;
}
.sec01 .notes_Block .notes {
  color:#FFF;
}



.tab {
    max-width: 531px;
    width: 100%;
    margin: 20px auto 20px;
    display: flex;
    justify-content: center;
}
.tab li.select {
    color: #fff;
    border: 2px solid #bbaf89;
    background: #bbaf89;
    background: linear-gradient(to right, #bbaf89 0%, #9a874c 100%);
}
.tab li {
    text-align: center;
    padding: 10px 15px;
    width: auto;
    color: #948954;
    background: #FFFFFF;
    border: 2px solid #948954;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 10px;
    font-size: 14px;
}
/* -------------------------------
  調整
------------------------------- */
@media only screen and (min-width: 831px) and (max-width: 1350px) {

  .tab_sp { display: block;}

}


/* -------------------------------
  SP
------------------------------- */
@media only screen and (max-width: 830px) {

  .tab_sp { display: block;}

  .inner_1000,
  .inner_1060 {
    width: 88%;
  }
/*
  #title_Box {
    width: 100%;
    margin-top: 74px;
    padding: 120px 0 120px;
    background: url("../img/sss/title_bg_sp.jpg") top 25% center no-repeat;
    background-size: cover;
    z-index: 0;
  }

  .page_Ttl {
    font-size: 26px;
    margin: 0 auto;
    z-index: 1;
  }
    */

  .contents {
    /* padding: 40px 0 0; */
  }

  .all_Wrap.details .contents {
    margin-top: 74px;
  }



  /* sec01
  --------------------------- */
  .sec01 {
    padding: 100px 0 20px;
  }
  .sec01 h4 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .sec01 .btn_List {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .sec01 .btn_List li {
    max-width: 100%;
    width:48.5%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .sec01 .btn_List li.special a::before {
    font-size: 2vw;
    letter-spacing: 0.8px;
    padding: 5px 7px 5px 7px;
    position: absolute;
    top: -13px;
  }
/*    
  .sec01 .hanrei {
    max-width: 100%;;
  }
*/


}

@media only screen and (min-width: 831px) and  (max-width: 928px) {
  .sec01 .btn_List li.special a::before {
    font-size: 1.5vw;
    letter-spacing: 0.8px;
    padding: 5px 7px 5px 7px;
    position: absolute;
    top: -13px;
  }
}

@media only screen and (min-width: 750px) and (max-width: 830px) {

  /* ===========================
    間取り一覧
  =========================== */

/*
  .sec01 .hanrei {
    max-width: 336px;
  }*/



}



/*=============================
print
=============================*/
@media print {
body {
  padding-top: 0;
}

header,
nav,
#title_Box,
.ttl,
ul.icn_Box,
ul.plan_btn,
.notes_Block,
.hanrei,
footer,
#pageTop,
#pageTop a {
  display: none;
  height:0;
}
#contentWrap,
.detail_Box {
  margin: 0;
}
.detail_Box .ttl_print {
  display: block;
  max-width: 580px;
  zoom:0.5;
  margin: 0 auto 30px;
}
.madori {
  zoom:0.5;
  padding: 0 0;
}
.madori.p {
  zoom:0.4;
  padding: 0 0;
}
/* .hanrei {
  zoom:0.7;
  margin: 0 auto;
  padding: 0 0;
} */

}
