@charset "utf-8";

.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

/*ROOM PLAN*/

.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head {
    padding: 35px 0;
  }
}

.sec-roomplan {
  padding: 80px 0 20px;
}
.titles {
  margin-bottom: 100px;
}
.titles h3 {
  color: #960000;
  font-size: 42px;
  font-weight: 600;
}
.titles h4 {
  font-size: 28px;
  font-weight: 400;
}

.plan_cont .flo_r {
  max-width: 610px;
  width: 60%;
  margin: auto;
  }
.flo_r {
  width: 60%;
  margin: auto;
  }
.thum_wrap .thumbnail {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  }
@media screen and (max-width: 767px) {
  .plan_cont .flo_r {
    width: 100%;
    }
  .flo_r {
    width: 100%;
    margin: auto;
    }
  .thum_wrap .thumbnail {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    }
  }

.thumbnail a {
  display: block;
  /*background: #231f1d;*/
  position: relative;
  font-weight: 400;
  transition: 0.3s opacity ease-in-out 0s; }
.thumbnail a:hover {
  opacity: 0.6; }

.navs-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.navs-btn ul li {
  width: calc(100% / 6 - 20px * 5 / 6);
  min-width: 190px;
  transition: opacity ease-in-out 0.4s;
}
.navs-btn ul li:hover {
  opacity: 0.4;
}
.navs-btn ul li.is-current {
  opacity: 0.4;
  pointer-events: none;
}
.is-current {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width:1023px) {
  .titles {
    margin-bottom: 50px;
  }
  .titles h3 {
    font-size: 38px;
  }
  .titles h4 {
    font-size: 22px;
  }
}
@media screen and (max-width:767px) {
  .sec-roomplan {
    padding: 45px 0 20px;
  }
  .titles h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .titles h4 {
    font-size: 18px;
  }
  .navs-btn ul {
    column-gap: 15px;
    row-gap: 20px;
    padding: 0 10px;
  }
  .navs-btn ul li {
    width: calc(100% / 2 - 15px * 1 / 2);
    min-width: inherit;
  }
}

.building_block {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
}
.building_block > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.building_block > div > a {
  display: block;
  position: absolute;
  opacity: 0;
  transition: 0.3s opacity ease-in-out 0s;
}
.building_block > div > a:hover { opacity: 1; }
.building_block > div > a.active { opacity: 1; }
.building_block > div > a.type_a {
  left: calc(118 / 700 * 100%);
  top: calc(79 / 440 * 100%);
  width: calc(74 / 700 * 100%);
}
.building_block > div > a.type_b {
  left: calc(197 / 700 * 100%);
  top: calc(79 / 440 * 100%);
  width: calc(70 / 700 * 100%);
}
.building_block > div > a.type_c {
  left: calc(269 / 700 * 100%);
  top: calc(79 / 440 * 100%);
  width: calc(73 / 700 * 100%);
}
.building_block > div > a.type_d {
  left: calc(342 / 700 * 100%);
  top: calc(79 / 440 * 100%);
  width: calc(73 / 700 * 100%);
}
.building_block > div > a.type_e {
  left: calc(416 / 700 * 100%);
  top: calc(79 / 440 * 100%);
  width: calc(73 / 700 * 100%);
}
.building_block > div > a.type_f {
  left: calc(490 / 700 * 100%);
  top: calc(79 / 440 * 100%);
  width: calc(89 / 700 * 100%);
}
.building_block > div > a > img { width: 100%;}

@media screen and (max-width:767px) {
  .building_block { margin: 0 -15px 50px; }
}

/*ROOM PLAN DETAILS */

.floor-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
  position: relative;
  text-align: left;
}
.floor-detail .floor-info {
  width: 33%;
}
.floor-detail .floor-image {
  width: 60%;
}
.floor-detail .name {
  border-bottom: 1px solid #8c7d5a;
  color: #8c7d5a;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}
.floor-detail .name::first-letter {
  font-size: calc(90 / 70 *100%);
  line-height: 1.2;
}
.floor-detail .ldk {
  font-size: 44px;
  font-weight: 300;
}
.floor-detail .ldk::first-letter {
  font-size: calc(70 / 50 *100%);
  line-height: 1.2;
}
.floor-detail .spec {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
}
.floor-detail .size {
  display: inline-block;
}
.floor-detail .num {
  color: #8c7d5a;
  display: inline-block;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: -1px;
}
.floor-detail .m2 {
  color: #8c7d5a;
  font-size: 40px;
  line-height: 1.2;
}
.floor-detail .num,
.floor-detail .m2,
.floor-detail .spec small {
  display: inline-block;
}
.floor-detail .return {
  margin-top: -55px;
  max-width: 33%;
  width: 100%;
}
.floor-detail .return a {
  border: 1px solid #8c7d5a;
  color: #8c7d5a;
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width:1023px) {
  .floor-detail .floor-info { width: 38%;}
  .floor-detail .name { font-size: 36px;}
  .floor-detail .ldk { font-size: 30px;}
  .floor-detail .spec { font-size: 14px;}
  .floor-detail .num { font-size: 44px;}
  .floor-detail .m2 { font-size: 35px;}
  .floor-detail .return a { font-size: 14px; padding: 12px;}
}
@media screen and (max-width:767px) {
  .floor-detail { margin-bottom: 80px;}
  .floor-detail .floor-info, .floor-detail .floor-image { margin-bottom: 60px; width: 100%;}
  .floor-detail .return {
    margin: 0 auto;
    max-width: 260px;
  }
}