.main {
  overflow: hidden;
}

.rooms {
  background-image: url(../images/honkan/rooms_bg.jpg);
}

.pagelink .buttons {
  row-gap: 15px;
}
@media screen and (max-width: 850px) {
  .pagelink {
    width: 100%;
  }
}
@media screen and (max-width: 767.8px) {
  .pagelink {
    width: 96%;
  }
  .pagelink .btn-pagelink {
    width: 46%;
  }
}
@media screen and (max-width: 767.8px) {
  .pagelink .buttons .btn-pagelink {
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.25rem;
    letter-spacing: 0;
  }
}

.bg-light-pink {
  margin: 0 15px 0 0;
}

.section-honkan {
  padding: 90px 0 96px;
}
@media screen and (max-width: 767.8px) {
  .section-honkan {
    padding: 50px 0 70px;
  }
}
.section-honkan .bg-right {
  top: -80px;
  left: 62%;
  z-index: -1;
}
.section-honkan .top .catch {
  margin-bottom: 44px;
  margin-top: 15px;
}
@media screen and (max-width: 767.8px) {
  .section-honkan .top {
    padding: 0 5%;
  }
  .section-honkan .honkan-slider {
    margin-bottom: 0;
  }
}
.section-honkan .info {
  padding: 48px 0;
  background: url(../images/honkan/info_bg.png) no-repeat;
  background-size: 80% auto;
  background-position: top center;
}
@media screen and (max-width: 767.8px) {
  .section-honkan .info {
    background-size: auto 200px;
  }
}
.section-honkan .info .text {
  width: 50%;
}
.section-honkan .info .text .catch {
  margin-top: 35px;
}
.section-honkan .info .text .button {
  margin-top: 50px;
}
.section-honkan .info .data {
  width: 48.5%;
  padding: 48px 3%;
}
.section-honkan .info .data .table th {
  width: 32%;
  padding: 16px 0 16px 6%;
}
.section-honkan .info .data .table td {
  width: 68%;
}
.section-honkan .bottom .images {
  margin-top: 24px;
  gap: 0.8%;
}
.section-honkan .bottom .images .img {
  width: 32.8%;
}
.section-honkan .sp {
  display: none;
}

.content-title {
  font-size: 18px;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Batang, serif;
  border-bottom: 1px solid #343434;
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (max-width: 767.8px) {
  .section-honkan .info .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-honkan .info .data {
    width: 100%;
  }
  .section-honkan .info .data .table th {
    width: 100%;
    padding: 16px 0 16px 6%;
  }
  .section-honkan .info .data .table td {
    width: 100%;
  }
  .section-honkan .info .button.sp {
    display: block;
    margin: 40px auto 0;
  }
}
.sakura {
  padding-top: 186px;
  overflow: hidden;
}
.sakura .bg-right {
  top: 20px;
  left: 62%;
  z-index: -1;
}
@media screen and (max-width: 767.8px) {
  .sakura {
    padding-top: 80px;
  }
}

.ayame,
.akebi {
  background: center/auto repeat url(../images/honkan/ayame_bg.png);
}

.kaede .info {
  padding-bottom: 0;
}

#room-information {
  margin-bottom: 96px;
}
@media screen and (max-width: 767.8px) {
  #room-information {
    margin-bottom: 50px;
  }
}

#information .data-list dt {
  width: 190px;
  font-weight: normal;
}
@media screen and (max-width: 767.8px) {
  #information .data-list dt {
    width: 110px;
  }
}
#information .data-list dd {
  margin-left: 0;
}