@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {
}

.design {
    background : #000;
    color : #fff;
    padding-bottom : 100px;
}

.mv-sub {
    min-height:300px;
}

@media screen and (max-width: 767px) {
  .mv-sub {
      min-height:160px;
  }
}

.sec-ttls {
    text-align : center;
    padding : 40px 15px 100px;
    max-width : 800px;
    margin : 0 auto;
}

.sec-copy {
  text-align : center;
    padding : 0 15px 100px;
    max-width : 800px;
    margin : 0 auto;
  font-size:40px;
}

.sec-ttl {
    position : absolute;
    left:5%;
    top:5%;
    font-size: clamp(18px,4vw,22px);
  font-size:22px;
}

@media screen and (max-width: 767px) {
  .sec-ttls {
    padding-bottom:40px;
  }
  .sec-ttl {
    position:static;
    padding:30px 0 0;
    text-align:center;
    font-size: 18px;
  }
  .sec-copy {
    padding : 0 15px 40px;
    font-size:28px;
  }
}

.sec-enttl {
    font-size : 26px;
    text-align:center;
}

.sec-enttl span {
    font-size : 18px;
    margin-left : 20px;
}

@media screen and (max-width: 767px) {
    .sec-enttl {
        font-size : 26px;
    }
    
    .sec-enttl span {
        font-size : 18px;
        margin-left : 0;
        display : block;
    }
}

.sec-txt {
    font-size : 15px;
    margin : 0;
    text-align : left;
    padding: 20px 0 0;
    max-width : 800px;
    margin : 0 auto;
    line-height :1.8;
}

@media screen and (max-width: 767px) {
  .sec-txt {
    font-size : 14px;
  }
}

.intro {
    position :relative;
}

.hall {
    width: 100%;
    max-width:100%;
    margin: 60px auto 0;
    position:relative;
}

.sec-img {
    position:relative;
}

@media screen and (max-width: 767px) {
  .hall {
    margin :40px auto;
  }
}

.landscape {
    width : 800px;
    max-width : calc(100% - 30px);
    margin : 0 auto;
}

.landscape__img{
  display:block;
  width :500px;
  max-width:calc(100% - 30px);
  margin:0 auto;
}

.landscape__ttl {
  font-size: 20px;
  margin-top:40px;
}

.landscape__img .cap {
  position:static;
  text-align:right;
  margin-top:10px;
}

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

.landscape__row .cap-image {
    margin-bottom : 20px;
}

.landscape__row .landscape__item {
    width : calc((100% - 40px) / 3);
    /* max-width : 160px; */
    margin-bottom : 30px;
}

@media screen and (max-width: 767px) {
  .landscape__row .landscape__item {
    width:100%;
  }
}

.landscape__item-ttl {
    font-size: 15px;
    display : flex;
    align-items: center;
    line-height: 1.2;
    margin-bottom:15px;
}

.landscape__item-ttl span {
    padding : 8px 10px;
    background: #6d1a1b;
    margin-right : 8px;
    line-height : 1;
    font-size : 21px;
    align-self: baseline;
}

@media screen and (max-width: 767px) {
    .landscape__item-ttl {
        margin-bottom : 10px;
    }
    .landscape__item-ttl span {
        padding : 4px 6px;
        font-size : 14px;
    }
}

.landscape__item-txt {
    font-size : 13px;
    margin : 0;
}

.landscape__enttl {
    position : absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .landscape__enttl {
        font-size : 26px;
    }
    .ttl2 {
        margin-top : 20px;
    }
    .landscape__row .ttl2 {
        margin-top : 0
    }
}

.hotellike {
  background:#685750;
  margin-top:40px;
  padding:20px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.hotellike__con {
  flex:1;
  margin-right:40px;
}

.hotellike__img {
  width:330px;
  max-width:100%;
}

.hotellike__img .cap {
  position:static;
  text-align:right;
  margin-top:10px;
}

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

.hotellike__txt {
  line-height:1.6;
}

.navigation {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hotellike__ttl {
    font-size:16.5px;
    margin-bottom:20px;
  }
  .hotellike__txt {
    font-size:14px;
  }
  .hotellike {
    margin-top:10px;
  }
  .hotellike__con {
    margin:0 0 20px;
  }
}

.balcony__copy {
  writing-mode: vertical-rl;
  font-fauture-settings:initial;
  -webkit-font-feature-settings: initial;
  -moz-font-feature-settings: initial;
  font-size: clamp(18px,6vw,38px);
  line-height:2em;
  text-align:left;
}

.undercap {
  background:#000;
  color:#fff;
  padding:3px 5px 0;
  text-align:right;
  font-size:10px;
}