@charset "UTF-8";

.exterior_main {
  background-image: url(../img/exterior_main.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35% 0;
  position: relative;
}


.exterior_main .textpos {
  position: absolute;
    left: 7%;
    top: 20%;
}

.exterior_ttl {
  font-size: 40px;
  margin-bottom: 20px;
}

.exterior_txt {
  font-size: 16px;
  line-height: 2.2;
}

.content_ttl,
.content_ttl02 {
  text-align: center;
  margin-bottom: 40px;
}

.content_ttl img {
  width: auto;
  height: 80px;
}

.content_ttl02 img {
  width: auto;
  height: 40px;
}

.subttl {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}

.txt {
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
}

small {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.small_txt {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 6px;
}

.caption {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}

[class*="box"] {
  padding: 100px 0;
}

.big_image {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.designner_flex {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin: 80px auto 0;
}

.designner_flex .detail {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 36%;
}

.designner_flex .detail .image {
  width: 48%;
}

.designner_flex .detail .text {
  width: 48%;
}

.designner_flex .text {
  width: 60%;
}

.designner_flex .text p {
  font-size: 14px;
  line-height: 2.2
}

.designner_flex .text p.name {
  margin-bottom: 10px;
}

.designner_flex .text p.history {
  font-size: 12px;
  line-height: 1.4;
}

.graceful_box {
  color: #fff;
  background: #231815;
}

.graceful_box .big_image {
  margin-top: 40px;
}

.room_flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 80px auto 0;
}

.room_flex .main {
  width: 56%;
}

.room_flex .sub {
  width: 36%;
}

.room_flex .sub .image {
  width: 80%;
  margin-bottom: 40px;
}

.roomttl {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.roomttl .en {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 20px;
}

.roomtxt {
  font-size: 14px;
  line-height: 2.2;
  text-align: left;
}

.exterior_flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
}

.exterior_flex li {
  width: 48%;
}

.equip_flex {
  flex-wrap: wrap;
  gap: 2%;
  margin: 60px auto 0;
}

.equip_flex li {
  width: 23.5%;
}

.equip_flex li.dobble {
  width: 49%;
}

.equip_flex li:nth-of-type(n+5) {
  margin-top: 40px;
}

.itemttl {
  font-size: 18px;
  font-weight: 600;
  color: #76320c;
  margin-top: 10px;
}

.itemttl.mini {
  font-size: 18px;
  letter-spacing: 0;
}

.item_txt {
  font-size: 14px;
  margin-top: 10px;
}

.shikihai_box {
  background: #eceaea;
}

.shikihai {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.shikihai_sub {
  flex-wrap: wrap;
  justify-content: space-between;
    gap: 2%;
      width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
}

.shikihai_sub li {
width: 48%;
}

.shikihai_subttl {
  text-align: center;
  margin-top: 10px;
}


/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1024px) {
  .subttl {
    font-size: 20px;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {
    .exterior_main {
      background: none;
      padding: 0;
    }
  .exterior_main .textpos {
    width: 90%;
    margin: 30px auto 0;
    position: static;
  }
 .exterior_ttl {
  font-size: 24px;
  text-align: center;
 }

 .exterior_txt {
  font-size: 14px;
  text-align: center;
 }

 [class*="box"] {
  padding: 60px 0;
 }

 .subttl {
  font-size: 18px;
  margin-bottom: 20px;
 }

 .content_ttl, .content_ttl02 {
  margin-bottom: 20px;
 }

 .content_ttl img {
  height: 50px;
 }

 .content_ttl02 img {
  height: 24px;
 }

 .designner_flex {
  margin-top: 40px;
 }

 .designner_flex .detail {
  width: 100%;
 }

 .designner_flex .text {
  width: 100%;
 }

 .designner_flex .detail .image {
  width: 44%;
 }

 .designner_flex .detail .text {
  width: 52%;
  margin-bottom: 20px;
 }

 .designner_flex .text p.name {
  width: 80%;
 }

 .designner_flex .text p {
  line-height: 1.8;
 }

 .graceful_box .big_image {
  margin-top: 20px;
 }

 .room_flex {
  margin-top: 80px;
 }

  .room_flex.reverse .sub {
    order: 2;
  }

    .room_flex.reverse .main {
    order: 1;
  }

 .room_flex .main {
  width: 100%;
 }

 .room_flex .sub {
  width: 100%;
  margin-top: 20px;
 }

 .room_flex .sub .image {
  width: 100%;
 }

 .exterior_flex {
  margin-top: 20px;
 }

 .exterior_flex li {
  display: flex;
  width: 100%;
 }

  .exterior_flex li:nth-of-type(n+2) {
    margin-top: 5px;
  }

  .equip_flex {
    margin-top: 30px;
  }

  .equip_flex li {
    width: 100%;
  }

  .equip_flex li:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .equip_flex li.dobble {
    width: 100%;
  }

    .equip_flex li.dobble figure {
      width: 100%;
    }

    .equip_flex li.dobble .itemttl {
      width: 100%;
    }

     .equip_flex li.dobble .small_txt {
      width: 100%;
    }

  .shikihai_sub li {
    width: 100%;
  }

   .shikihai_sub li:nth-of-type(n+2) {
    margin-top: 40px;
   }

      .js-scrollable {
        overflow-y: hidden!important;
      }

   .js-scrollable img {
    width: 700px;
    max-width: initial;
    height: auto;
   }
}


