body.top .sec-hero {
  margin-top: 0px;
  margin-bottom: 80px;
  height: auto;
  overflow: hidden;
}

body.top .sec-hero .inner {
  max-width: inherit;
  height: 100%;
}

@media (max-width: 959px) {
  body.top .sec-hero {
    margin-top: 0px;
    margin-bottom: 60px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 639px) {
  body.top .sec-hero {
    aspect-ratio: auto;
    height: calc(100vh - 100px);
  }
}

body.top .sec-hero .hero-container {
  height: calc(100vh - 120px);
  position: relative;
}

@media (max-width: 959px) {
  body.top .sec-hero .hero-container {
    height: 100%;
  }
}

body.top .sec-hero .hero-container .video-container {
  height: 100%;
  opacity: 0.7;
}

body.top .sec-hero .hero-container .video-container video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.top .sec-hero .hero-container .video-container:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.1);
}

body.top .sec-hero .hero-container .video-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.top .sec-hero .hero-container .topics {
  position: absolute;
  bottom: 20px;
  right: 0px;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: #EFEBE2;
  border-radius: 20px 0 0 20px;
  padding: 10px 10px 10px 20px;
}

@media (max-width: 959px) {
  body.top .sec-hero .hero-container .topics {
    max-width: 80%;
  }
}

@media (max-width: 639px) {
  body.top .sec-hero .hero-container .topics {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

body.top .sec-hero .hero-container .topics__heading {
  font-size: 1.4rem !important;
  line-height: 2.0;
}

@media (max-width: 959px) {
  body.top .sec-hero .hero-container .topics__heading {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 639px) {
  body.top .sec-hero .hero-container .topics__heading {
    font-size: 1.2rem !important;
  }
}

body.top .sec-hero .hero-container .topics__link {
  font-size: 1.4rem !important;
  line-height: 2.0;
  color: #3E4536;
}

@media (max-width: 959px) {
  body.top .sec-hero .hero-container .topics__link {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 639px) {
  body.top .sec-hero .hero-container .topics__link {
    font-size: 1.2rem !important;
  }
}

body.top .sec-lead {
  padding-bottom: 120px;
}

@media (max-width: 1599px) {
  body.top .sec-lead {
    padding-bottom: 100px;
  }
}

@media (max-width: 1279px) {
  body.top .sec-lead {
    padding-bottom: 80px;
  }
}

@media (max-width: 959px) {
  body.top .sec-lead {
    padding-bottom: 70px;
  }
}

@media (max-width: 639px) {
  body.top .sec-lead {
    padding-bottom: 60px;
  }
}

body.top .sec-lead .lead {
  position: relative;
  aspect-ratio: 1200 / 860;
}

@media (max-width: 639px) {
  body.top .sec-lead .lead {
    aspect-ratio: auto;
  }
}

body.top .sec-lead .lead__text {
  position: absolute;
  z-index: 1;
  left: 40%;
  top: 10%;
}

body.top .sec-lead .lead__text p {
  line-height: 2;
}

body.top .sec-lead .lead__text .btn-link {
  margin-top: 20px;
}

@media (max-width: 1279px) {
  body.top .sec-lead .lead__text {
    top: 0;
    left: 35%;
  }
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__text {
    position: static;
  }
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__button {
    text-align: center;
  }
}

body.top .sec-lead .lead__heading {
  font-size: 2.4rem !important;
  line-height: 1.75;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  body.top .sec-lead .lead__heading {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__heading {
    font-size: 2.0rem !important;
  }
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__heading {
    text-align: center;
  }
}

body.top .sec-lead .lead__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__image {
    position: relative;
    margin-top: 40px;
    aspect-ratio: 4 / 5;
  }
}

body.top .sec-lead .lead__image .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(373 / 1200 * 100%);
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__image .img1 {
    left: -20px;
    width: 46%;
  }
}

body.top .sec-lead .lead__image .img2 {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: calc(339 / 1200 * 100%);
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__image .img2 {
    left: auto;
    bottom: auto;
    top: 12%;
    right: -20px;
    width: 64%;
  }
}

body.top .sec-lead .lead__image .img3 {
  position: absolute;
  bottom: 10%;
  left: 39%;
  width: calc(435 / 1200 * 100%);
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__image .img3 {
    left: -20px;
    width: 65%;
  }
}

body.top .sec-lead .lead__image .img4 {
  position: absolute;
  bottom: 20%;
  left: 76%;
  width: calc(287 / 1200 * 100%);
}

@media (max-width: 639px) {
  body.top .sec-lead .lead__image .img4 {
    left: auto;
    right: -20px;
    width: 45%;
    bottom: 0;
  }
}

body.top .sec-stay {
  padding-bottom: 120px;
  background: #8E9D7E;
}

@media (max-width: 1599px) {
  body.top .sec-stay {
    padding-bottom: 100px;
  }
}

@media (max-width: 1279px) {
  body.top .sec-stay {
    padding-bottom: 80px;
  }
}

@media (max-width: 959px) {
  body.top .sec-stay {
    padding-bottom: 70px;
  }
}

@media (max-width: 639px) {
  body.top .sec-stay {
    padding-bottom: 60px;
  }
}

body.top .sec-stay .stay__heading {
  color: #EFEBE2;
}

body.top .sec-stay .stay__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}

@media (max-width: 959px) {
  body.top .sec-stay .stay__content {
    gap: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 639px) {
  body.top .sec-stay .stay__content {
    gap: 40px;
    margin-top: 40px;
  }
}

body.top .sec-stay .stay-lead {
  padding-bottom: 40px;
}

@media (max-width: 959px) {
  body.top .sec-stay .stay-lead {
    padding-bottom: 30px;
  }
}

@media (max-width: 639px) {
  body.top .sec-stay .stay-lead {
    padding-bottom: 20px;
  }
}

body.top .sec-stay .stay-lead__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

body.top .sec-stay .stay-lead__heading .jp {
  font-size: 2.4rem !important;
  line-height: 1.75;
  color: #EFEBE2;
}

@media (max-width: 959px) {
  body.top .sec-stay .stay-lead__heading .jp {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 639px) {
  body.top .sec-stay .stay-lead__heading .jp {
    font-size: 2.0rem !important;
  }
}

body.top .sec-stay .stay-lead__heading .en2 {
  color: #997252;
}

body.top .sec-stay .stay-lead__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #EFEBE2;
}

body.top .sec-stay .stay-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

body.top .sec-stay .stay-slide .swiper-slide .image {
  aspect-ratio: 3 / 4;
}

body.top .sec-stay .stay-slide .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.top .sec-stay .block-text-image .text__lead .jp {
  color: #EFEBE2;
}

body.top .sec-rooms {
  padding-bottom: 120px;
}

@media (max-width: 1599px) {
  body.top .sec-rooms {
    padding-bottom: 100px;
  }
}

@media (max-width: 1279px) {
  body.top .sec-rooms {
    padding-bottom: 80px;
  }
}

@media (max-width: 959px) {
  body.top .sec-rooms {
    padding-bottom: 70px;
  }
}

@media (max-width: 639px) {
  body.top .sec-rooms {
    padding-bottom: 60px;
  }
}

body.top .sec-news {
  padding-bottom: 120px;
  background: #A6A398;
}

@media (max-width: 1599px) {
  body.top .sec-news {
    padding-bottom: 100px;
  }
}

@media (max-width: 1279px) {
  body.top .sec-news {
    padding-bottom: 80px;
  }
}

@media (max-width: 959px) {
  body.top .sec-news {
    padding-bottom: 70px;
  }
}

@media (max-width: 639px) {
  body.top .sec-news {
    padding-bottom: 60px;
  }
}

body.top .sec-news .news__heading {
  color: #EFEBE2;
}

body.top .sec-news .news__content .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

body.top .sec-news .news__content .btn-tab {
  color: #EFEBE2;
  padding: 5px 20px;
}

body.top .sec-news .news__content .btn-tab.is-selected {
  color: #AA3917;
  border-bottom: 1px solid #AA3917;
}

body.top .sec-news .news__content .panel-list {
  margin-top: 40px;
}

body.top .sec-news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

body.top .sec-news .news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #EFEBE2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}

@media (max-width: 639px) {
  body.top .sec-news .news__link {
    gap: 0 20px;
  }
}

body.top .sec-news .news__date {
  display: block;
  width: 70px;
}

body.top .sec-news .news__category {
  display: block;
  width: 70px;
}

body.top .sec-news .news__title {
  font-weight: normal;
  width: calc(100% - 220px);
}

@media (max-width: 639px) {
  body.top .sec-news .news__title {
    width: 100%;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=top.css.map */
