@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.ttl-style1 {
  font-family: "Playfair Display", serif;
  font-size: 5.8vw;
  line-height: 9vw;
  letter-spacing: 0.12em;
}

.ttl-eng {
  font-family: "Yeseva One", serif;
  font-size: 10vw;
  line-height: 10vw;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .ttl-style1 {
    font-size: 40px;
    line-height: 55px;
  }

  .ttl-eng {
    font-size: 84px;
    line-height: 80px;
  }
}

#keyvisual h2 {
  position: absolute;
  top: 12vw;
  right: 4%;
  z-index: 1;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 6.67vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  #keyvisual h2 {
        top: 225px;
    right: 152px;
    font-size: 40px;
    line-height: 55px;
  }
}

#sec1 {
  padding: 6vw 4%;
}

#sec1 .s1-js {
  background-image: url("../img/room/sec1_bg.jpg");
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 16vw 0;
  position: relative;
  z-index: 0;
}

#sec1 .s1-js .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

#sec1 .s1-js .wrap {
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

#sec1 .s1-js .wrap.active {
  opacity: 1;
}

#sec1 .s1-js h2 {
  text-align: center;
  margin-bottom: 10vw;
}

#sec1 .s1-js h2 small {
  display: block;
  font-size: 3vw;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 20px;
  }

  #sec1 .s1-js {
    padding: 204px 0 186px;
  }

  #sec1 .s1-js h2 {
    margin-bottom: 47px;
  }

  #sec1 .s1-js h2 small {
    font-size: 16px;
    margin-top: -1px;
  }

  #sec1 .s1-js .txt {
    text-align: center;
  }
}

#sec2 {
  color: #000;
  position: relative;
  padding-top: 16vw;
}

#sec2:before {
  content: '';
  height: 50vw;
  background-image: url("../img/room/sec2_deco1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 4%;
  right: 4%;
  top: 0vw;
  z-index: -1;
}

#sec2:after {
  content: '';
  width: 36%;
  height: 50vw;
  background-image: url("../img/room/sec2_deco2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 90vw;
  z-index: -2;
}

#sec2 .blk1 {
  padding: 0 6% 15vw;
}

#sec2 .blk1 h2 {
  text-align: center;
  font-size: 12vw;
  line-height: 12vw;
  letter-spacing: -0.015em;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 6vw;
}

#sec2 .blk1 h2 span {
  font-style: italic;
  font-size: 14vw;
  letter-spacing: -0.015em;
}

#sec2 .ttl-eng {
  position: relative;
}

#sec2 .ttl-eng:before {
  content: '';
  height: 1px;
  background: #000;
  position: absolute;
  top: 8.2vw;
}

#sec2 .ttl-eng small {
  display: block;
  font-size: 4vw;
  letter-spacing: 0.12em;
  line-height: 8vw;
}

#sec2 .blk2 {
  margin-bottom: 15vw;
}

#sec2 .blk2 .ttl-eng {
  margin: 0 0 6vw 38vw;
}

#sec2 .blk2 .ttl-eng:before {
  left: 0;
  right: -30vw;
}

#sec2 .blk2 .img {
  margin-bottom: 6vw;
}

#sec2 .blk3 {
  position: relative;
  padding-bottom: 16vw;
}

#sec2 .blk3:before {
  content: '';
  width: 50%;
  height: 54vw;
  background-image: url("../img/room/sec2_deco3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec2 .blk3 .ttl-eng {
  text-align: right;
  margin: 0 50vw 6vw 0;
}

#sec2 .blk3 .ttl-eng:before {
  right: 0;
  left: -30vw;
}

#sec2 .blk3 .img1 {
  width: 90%;
  margin: 0 0 6vw auto;
  position: relative;
}

#sec2 .blk3 .img1:before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  left: 1.5vw;
  right: -1.5vw;
  top: -1.5vw;
  bottom: 1.5vw;
  z-index: 1;
}

#sec2 .blk3 .img2 {
  width: 80%;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    margin-top: 0;
    padding-top: 111px;
  }

  #sec2:before {
    height: 360px;
    left: 20px;
    right: 20px;
    top: 0;
  }

  #sec2:after {
    width: 441px;
    height: 613px;
    top: 175px;
  }

  #sec2 .blk1 {
    max-width: 1380px;
    width: 96%;
    margin: 0 auto 87px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  #sec2 .blk1 h2 {
    text-align: left;
    font-size: 150px;
    line-height: 180px;
    margin: 80px 0 0;
    position: relative;
    z-index: 1;
  }

  #sec2 .blk1 h2 span {
    font-size: 180px;
  }

  #sec2 .blk1 .floor {
    width: 660px;
    margin: 0 72px 0 -250px;
  }

  #sec2 .blk1 .floor img {
    width: 100%;
    height: auto;
  }

  #sec2 .ttl-eng:before {
    top: 69px;
  }

  #sec2 .ttl-eng small {
    font-size: 24px;
    line-height: 40px;
    margin: 9px 2px 0;
  }

  #sec2 .blk2 {
    margin-bottom: 80px;
  }

  #sec2 .blk2 .ttl-eng {
    width: 362px;
    float: right;
    margin: 112px -47px 37px 0;
    white-space: nowrap;
  }

  #sec2 .blk2 .ttl-eng:before {
    left: 8px;
  }

  #sec2 .blk2 .img {
    width: 733px;
    float: left;
    margin: 0 0 0 -163px;
  }

  #sec2 .blk2 .txt {
    width: 362px;
    float: right;
    margin-right: -49px;
  }

  #sec2 .blk3 {
    padding-bottom: 235px;
  }

  #sec2 .blk3:before {
    width: calc(50% + 156px);
    height: 745px;
    top: auto;
    bottom: 0;
  }

  #sec2 .blk3 .ttl-eng {
    margin: 0;
    position: absolute;
    top: 84px;
    left: 0;
  }

  #sec2 .blk3 .ttl-eng:before {
    right: 0;
    left: -30vw;
  }

  #sec2 .blk3 .ttl-eng small {
    margin-top: 13px;
  }

  #sec2 .blk3 .img1 {
    width: 681px;
    margin: 0 -183px 54px auto;
  }

  #sec2 .blk3 .img1:before {
    left: 14px;
    right: -11px;
    top: -15px;
    bottom: 16px;
  }

  #sec2 .blk3 .img2 {
    width: 557px;
    position: absolute;
    top: 287px;
    left: -100px;
    margin-bottom: 0;
  }

  #sec2 .blk3 .txt {
    color: #fff;
    width: 424px;
    margin: 0 7px 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #sec2 .blk1 h2 {
    font-size: 10vw;
  }

  #sec2 .blk1 h2 span {
    font-size: 12vw;
  }

  #sec2 .blk1 .floor {
    max-width: 660px;
    width: 55vw;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .blk2 .ttl-eng {
    margin-right: -7px;
  }

  #sec2 .blk2 .txt {
    margin-right: -9px;
  }
}

#sec3 {
  z-index: 0;
}

#sec3 .blk1 {
  padding: 20vw 0 0;
}

#sec3 .blk1 h2 {
  width: 70vw;
  margin-bottom: 20vw;
}

#sec3 .blk1 .col-text {
  padding: 0 4%;
}

#sec3 .blk1 .col-text h3 {
  font-size: 8vw;
  line-height: 10vw;
  letter-spacing: -0.03em;
  margin-bottom: 6vw;
}

#sec3 .blk1 .col-text h3 span {
  font-size: 12vw;
  letter-spacing: -0.03em;
}

#sec3 .overlay {
  background: rgba(101, 77, 51, 0.81);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

#sec3 .blk2 {
  padding: 40vw 4% 20vw;
}

#sec3 .blk2 h3 {
  text-align: center;
  margin-bottom: 8vw;
}

#sec3 .blk2 .box-info dl {
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 13px 5px;
}

#sec3 .blk2 .box-info dl dt {
  font-weight: 700;
}

#sec3 .blk2 .box-info dl dd span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 7px;
  margin-right: 5px;
}

#sec3 .blk2 .box-info dl:first-child {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  #sec3 .blk1 {
    padding: 37px 0 125px;
  }

  #sec3 .blk1 h2 {
    width: 429px;
    margin-bottom: 337px;
  }

  #sec3 .blk1 .col-text {
    width: 554px;
    padding: 0;
    margin: 0 0 0 auto;
  }

  #sec3 .blk1 .col-text h3 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 25px;
  }

  #sec3 .blk1 .col-text h3 span {
    font-size: 84px;
    margin-right: -8px;
  }

  #sec3 .blk1 .col-text .txt {
    padding: 0 114px 0 8px;
  }

  #sec3 .blk2 {
    padding: 118px 0 173px;
  }

  #sec3 .blk2 h3 {
    margin-bottom: 44px;
  }

  #sec3 .blk2 .box-info {
    width: 700px;
    margin: 0 auto;
  }

  #sec3 .blk2 .box-info dl {
    width: 100%;
    display: table;
    padding: 18px 30px;
  }

  #sec3 .blk2 .box-info dl dt {
    width: 225px;
    display: table-cell;
    font-size: 17px;
  }

  #sec3 .blk2 .box-info dl dd {
    display: table-cell;
  }

  #sec3 .blk2 .box-info dl dd span {
    padding: 0 9px;
    margin-right: 8px;
  }

  #sec3 .blk2 .box-info dl dd ul li+li {
    margin-top: 9px;
  }
}

#sec4 {
  position: relative;
  padding: 18vw 0;
  color: #000;
}

#sec4:before {
  content: '';
  width: 28vw;
  height: 50vw;
  background-image: url("../img/room/sec4_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#sec4 .ttl-group {
  margin-bottom: 8vw;
      text-align: center;
}

#sec4 .ttl-group .ttl-eng {
  margin-bottom: 4vw;
}

#sec4 .ttl-group .ttl-style1 small {
  font-size: 4vw;
}

#sec4 .blk .img {
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
  margin-bottom: 8vw;
}

#sec4 .blk .box {
  background-image: url("../img/shared/bg3.jpg");
  color: #fff;
  padding: 10vw 4%;
}

#sec4 .blk .box .ttl {
  font-size: 4.8vw;
  line-height: 6vw;
  letter-spacing: 0.12em;
  margin-bottom: 3vw;
}

#sec4 .blk .box .note {
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#sec4 .blk .box .list {
  line-height: 22px;
  text-align: left;
}

#sec4 .blk .box .list dl {
  width: 100%;
  display: table;
}

#sec4 .blk .box .list dl dt {
  display: table-cell;
  width: 105px;
}

#sec4 .blk .box .list dl dd {
  display: table-cell;
}

#sec4 .blk .box .list dl+dl {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 123px 0 147px;
  }

  #sec4:before {
    width: 330px;
    height: 370px;
  }

  #sec4 .ttl-group {
    margin: 0 0 -158px 21px;
    text-align: left;
  }

  #sec4 .ttl-group .ttl-eng {
    margin-bottom: 34px;
  }

  #sec4 .ttl-group .ttl-style1 {
    line-height: 50px;
    margin-left: 4px;
  }

  #sec4 .ttl-group .ttl-style1 small {
    font-size: 30px;
  }

  #sec4 .blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #sec4 .blk .img {
    width: 708px;
    box-shadow: 18px 18px 10px rgba(0, 0, 0, 0.35);
    margin: 221px -200px 0 -137px;
  }

  #sec4 .blk .box {
    width: 687px;
    margin-right: -176px;
    padding: 70px 75px 72px 120px;
  }

  #sec4 .blk .box .ttl {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 2px 13px;
  }

  #sec4 .blk .box .note {
    padding: 0 0 18px 17px;
    margin-bottom: 26px;
  }

  #sec4 .blk .box .list {
    line-height: 27px;
    padding-left: 17px;
  }

  #sec4 .blk .box .list dl dt {
    width: 109px;
  }

  #sec4 .blk .box .list dl+dl {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec4 .ttl-group {
    margin-left: -15px;
  }

  #sec4 .blk .img {
    margin-left: -185px;
  }

  #sec4 .blk .box {
    margin-right: -100px;
  }
}

#sec5 {
  width: 92%;
  margin: 0 auto;
  background-image: url("../img/room/sec5_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 15vw 0 12vw;
}

#sec5 h2 {
  text-align: center;
  margin-bottom: 8vw;
}

#sec5 h2 img {
  width: 55vw;
  margin: 0 auto 3vw;
}

#sec5 h2 small {
  display: block;
  font-size: 5vw;
  letter-spacing: 0.12em;
  line-height: 7vw;
}

#sec5 .blk .col-contact {
  text-align: center;
  margin-bottom: 8vw;
}

#sec5 .blk .col-contact .s5-tel {
  font-size: 8vw;
  line-height: 10vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 5vw;
}

#sec5 .blk .col-contact .s5-tel a {
  letter-spacing: 0.06em;
}

#sec5 .blk .col-contact .s5-tel small {
  display: block;
  opacity: 0.6;
  font-size: 2.8vw;
  letter-spacing: 0.12em;
  line-height: 5vw;
  font-weight: 400;
}

#sec5 .blk .col-contact .s5-reserve a {
  display: block;
  font-size: 4vw;
  line-height: 6vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #fff;
  color: #000;
  position: relative;
  padding: 4.5vw 0 4.5vw 5vw;
}

#sec5 .blk .col-contact .s5-reserve a:after {
  content: '';
  border: 1px solid #000;
  position: absolute;
  left: 1vw;
  right: 1vw;
  top: 1vw;
  bottom: 1vw;
  z-index: 1;
}

#sec5 .blk .col-contact .s5-reserve a:before {
  content: '';
  width: 4vw;
  background-image: url("../img/room/icon_calendar.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  left: 8vw;
  top: 0;
  bottom: 0;
}

#sec5 .blk .txt span {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #sec5 {
    width: calc(100% - 40px);
    padding: 87px 0;
  }

  #sec5 h2 {
    margin-bottom: 49px;
  }

  #sec5 h2 img {
    width: auto;
    margin: 0 auto 20px;
  }

  #sec5 h2 small {
    font-size: 30px;
    line-height: 40px;
  }

  #sec5 .blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #sec5 .blk .col-contact {
    width: 430px;
    margin: 14px 0 0 -3px;
  }

  #sec5 .blk .col-contact .s5-tel {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 21px;
  }

  #sec5 .blk .col-contact .s5-tel small {
    font-size: 12px;
    line-height: 20px;
    margin: 9px 0 0 7px;
  }

  #sec5 .blk .col-contact .s5-reserve a {
    font-size: 19.22px;
    line-height: 30px;
    padding: 21px 0 21px 3px;
    transition: 0.3s all ease;
  }

  #sec5 .blk .col-contact .s5-reserve a:after {
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    transition: 0.3s all ease;
  }

  #sec5 .blk .col-contact .s5-reserve a:before {
    width: 27px;
    left: 36px;
    bottom: 1px;
    transition: 0.3s all ease;
  }

  #sec5 .blk .col-contact .s5-reserve a:hover {
    background: #000;
    color: #fff;
  }

  #sec5 .blk .col-contact .s5-reserve a:hover:after {
    border-color: #fff;
  }

  #sec5 .blk .col-contact .s5-reserve a:hover:before {
    filter: brightness(0) invert(1);
  }

  #sec5 .blk .txt {
    width: 500px;
    text-align: center;
    border-left: 1px solid #fff;
    padding: 4px 0 5px 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec5 .blk .col-contact {
    margin-left: 20px;
  }
}

#sec6 {
  padding: 18vw 0;
  color: #000;
}

#sec6 .s6-slider .inner {
  display: flex;
}

#sec6 .s6-slider .inner .col1 {
  width: 85.34vw;
}

#sec6 .s6-slider .inner .col1 h2 {
  font-size: 18.68vw;
  line-height: 12.8vw;
  letter-spacing: -0.015em;
  font-weight: bold;
  margin-bottom: 7.5vw;
}

#sec6 .s6-slider .inner .col1 .img1 {
  width: 77.34vw;
}

#sec6 .s6-slider .inner .img2 {
  width: 49.6vw;
  margin-right: 8vw;
}

#sec6 .s6-slider .inner .col3 {
  margin-right: 8vw;
}

#sec6 .s6-slider .inner .col3 .col3-row1 {
  display: flex;
  align-items: center;
  margin-bottom: 6.267vw;
}

#sec6 .s6-slider .inner .col3 .col3-row1 .txt {
  width: 69.2vw;
  text-align: center;
  font-size: 3.2vw;
  line-height: 4.934vw;
  letter-spacing: 0.03em;
}

#sec6 .s6-slider .inner .col3 .col3-row1 .img4 {
  width: 64.67vw;
}

#sec6 .s6-slider .inner .col3 .col3-row2 {
  display: flex;
  align-items: center;
}

#sec6 .s6-slider .inner .col3 .col3-row2 .img3 {
  width: 90.267vw;
  margin-right: 12.534vw;
}

#sec6 .s6-slider .inner .col3 .col3-row2 .icon-logo {
  width: 22vw;
}

#sec6 .s6-slider .inner .img5 {
  width: 49.067vw;
  margin-right: 8vw;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 98px 0;
  }

  #sec6 .s6-slider .inner .col1 {
    width: 640px;
  }

  #sec6 .s6-slider .inner .col1 h2 {
    font-size: 140px;
    line-height: 95.48px;
    margin-bottom: 50px;
  }

  #sec6 .s6-slider .inner .col1 .img1 {
    width: 580px;
  }

  #sec6 .s6-slider .inner .img2 {
    width: 372px;
    margin-right: 60px;
  }

  #sec6 .s6-slider .inner .col3 {
    margin-right: 60px;
  }

  #sec6 .s6-slider .inner .col3 .col3-row1 {
    margin-bottom: 47px;
  }

  #sec6 .s6-slider .inner .col3 .col3-row1 .txt {
    width: 519px;
    font-size: 24px;
    line-height: 37px;
  }

  #sec6 .s6-slider .inner .col3 .col3-row1 .img4 {
    width: 485px;
  }

  #sec6 .s6-slider .inner .col3 .col3-row2 .img3 {
    width: 677px;
    margin-right: 94px;
  }

  #sec6 .s6-slider .inner .col3 .col3-row2 .icon-logo {
    width: 165px;
  }

  #sec6 .s6-slider .inner .img5 {
    width: 368px;
    margin-right: 60px;
  }
}