@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #fdfcfc;
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}

#loading {
  align-items: center;
  background-color: #005679;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 1s;
  width: 100vw;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader {
  animation: load4 1.3s infinite linear;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  height: 1em;
  margin: 50px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 1em;
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.mute-btn {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .mute-btn {
    display: block;
  }
}
.mute-btn .on,
.mute-btn .off {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
  font-size: 14px;
  height: 50px;
  justify-content: center;
  padding: 10px;
  transition: all 0.3s ease;
  width: 50px;
}
@media screen and (max-width: 560px) {
  .mute-btn .on,
  .mute-btn .off {
    font-size: 12px;
    height: 40px;
    width: 40px;
  }
}
.mute-btn .on:hover,
.mute-btn .off:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease;
}
.mute-btn .on.is-hidden,
.mute-btn .off.is-hidden {
  display: none;
}

.main_visual {
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .main_visual {
    background-color: #005679;
    height: 100%;
  }
}
@media screen and (max-width: 560px) {
  .main_visual {
    aspect-ratio: 1280/900;
    background-color: #005679;
  }
}
.main_visual .main-visual-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.main_visual .movie_area {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .main_visual .movie_area {
    padding-top: 55px;
  }
}
.main_visual .movie_area iframe {
  aspect-ratio: 560/315;
  width: 100%;
}
.main_visual .movie_area video {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.main_visual .fv_image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main_visual .fv_image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.main_visual .main_copy {
  color: #fff;
  left: 12%;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .main_visual .main_copy {
    left: 10%;
    top: 82%;
  }
}
.main_visual .main_copy h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 959px) {
  .main_visual .main_copy h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 560px) {
  .main_visual .main_copy h2 {
    font-size: 20px;
  }
}
.main_visual .main_copy p {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .main_visual .main_copy p {
    font-size: 11px;
    line-height: 1.1;
  }
}
.main_visual .open_info {
  bottom: 60px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .main_visual .open_info {
    align-items: center;
    bottom: 39px;
    display: flex;
    justify-content: center;
    width: 90%;
  }
}
.main_visual .open_info p {
  border: 1px solid #fff;
  color: #fff;
  font-size: 23px;
  font-weight: 200;
  letter-spacing: 0.2em;
  padding: 10px 52px;
}
@media screen and (max-width: 959px) {
  .main_visual .open_info p {
    font-size: 14px;
    font-size: 25px;
    padding: 16px 30px;
  }
}
@media screen and (max-width: 560px) {
  .main_visual .open_info p {
    font-size: 23px;
    font-size: 14px;
    padding: 14px 21px;
  }
}
.main_visual .scroll_down {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 157px;
  left: 7%;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .main_visual .scroll_down {
    height: 138px;
    left: 5%;
  }
}
.main_visual .line {
  background-color: rgba(255, 255, 255, 0.3);
  height: 157px;
  position: relative;
  width: 2px;
}
@media screen and (max-width: 959px) {
  .main_visual .line {
    height: 138px;
  }
}
.main_visual .line::after {
  animation: moveLine 2s infinite;
  background-color: rgb(255, 255, 255);
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .main_visual .line::after {
    height: 38px;
  }
}
@keyframes moveLine {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(107px);
    @media screen and (max-width: 959px) {
      .main_visual {
        transform: translateY(53px);
      }
    }
  }
}

.concept {
  background: #f0f0f0;
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
}
.concept .concept_wrapper {
  background: url(../image/concept_image.jpg?20250707) no-repeat top center/cover;
  height: 100%;
  position: relative;
  top: 0;
  transition: background-size 0.2s cubic-bezier(0.77, 0, 0.18, 1);
  width: 100%;
}
@media screen and (max-width: 959px) {
  .concept .concept_wrapper {
    aspect-ratio: 375/758;
    background: url(../image/concept_image_sp.jpg?20250707) no-repeat center center/cover;
  }
}
.concept .concept_inner {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .concept .concept_inner {
    padding: 60px 0 20px;
  }
}
.concept .concept_inner h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  left: 3%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 100px;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 959px) {
  .concept .concept_inner h2 {
    font-size: 12px;
    left: auto;
    position: relative;
    text-orientation: mixed;
    top: auto;
    writing-mode: horizontal-tb;
  }
}
.concept .concept_inner h2 span {
  display: inline;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 20px;
  text-orientation: sideways;
}
@media screen and (max-width: 959px) {
  .concept .concept_inner h2 span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
}
.concept .concept_inner .concept_copy {
  color: #fff;
  position: absolute;
  right: 10%;
  top: 30%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .concept .concept_inner .concept_copy {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
  }
}
.concept .concept_inner .concept_copy .title {
  font-size: 28px;
  letter-spacing: 0.22em;
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .concept .concept_inner .concept_copy .title {
    font-size: 24px;
    letter-spacing: 0.35em;
    line-height: 2.5;
    margin-bottom: 20px;
    margin-bottom: 200px;
    margin-top: 50px;
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 560px) {
  .concept .concept_inner .concept_copy .title {
    font-size: 20px;
    letter-spacing: 0.35em;
    line-height: 2.5;
    margin-bottom: 20px;
    margin-bottom: 200px;
    margin-top: 50px;
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}
.concept .concept_inner .concept_copy .title span {
  display: inline-block;
}
.concept .concept_inner .concept_copy .text {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.3em;
  line-height: 2.1;
}
@media screen and (max-width: 959px) {
  .concept .concept_inner .concept_copy .text {
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 2.1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .concept .concept_inner .concept_copy .text {
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 2.1;
    margin-bottom: 20px;
  }
}

.concept_wave_container {
  position: relative;
  top: -80px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .concept_wave_container {
    top: -80px;
  }
}
@media screen and (max-width: 560px) {
  .concept_wave_container {
    top: -79px;
  }
}

.spend_section {
  background: #fdfcfc;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.spend_section .spend_wrapper {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .spend_section .spend_wrapper {
    padding-bottom: 110px;
  }
}
.spend_section .spend_title_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .spend_section .spend_title_wrapper {
    margin: 0 auto;
    width: 90%;
  }
}
.spend_section .spend_title_wrapper::after {
  background-image: url(../image/logo_br.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 227px;
  position: absolute;
  right: 0;
  top: -50px;
  width: 227px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .spend_section .spend_title_wrapper::after {
    height: 113px;
    right: -20px;
    top: -25px;
    width: 113px;
  }
}
.spend_section h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .spend_section h2 {
    font-size: 22px;
    letter-spacing: 0.3em;
  }
}
.spend_section .sub_title {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 15px;
}
.spend_section .swiper_container {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper_container {
    width: 100%;
  }
}
.spend_section .spend_swiper {
  height: 100%;
  margin: 0 0 0 10%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .spend_section .spend_swiper {
    margin: 0 auto;
  }
}
.spend_section .spend_swiper_wrapper {
  display: flex;
  gap: 0px;
  position: relative;
}
.spend_section .swiper-slide {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper-slide {
    width: 100%;
  }
}
.spend_section .swiper-slide .spend_image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper-slide .spend_image {
    aspect-ratio: 375/340;
  }
}
.spend_section .swiper-slide .spend_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.spend_section .swiper-slide .info {
  border-left: 1px solid #d5d5d5;
  margin-top: 15px;
  padding: 15px 28px;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper-slide .info {
    border-left: none;
  }
}
.spend_section .swiper-slide .info .time {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.spend_section .swiper-slide .info .title {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper-slide .info .title {
    font-size: 14px;
  }
}
.spend_section .swiper-slide .info .text {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 15px;
}
.spend_section .swiper_button_wrapper {
  bottom: 100px;
  left: 3% !important;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper_button_wrapper {
    bottom: -50px;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.spend_section .swiper_button_wrapper .swiper-button {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper_button_wrapper .swiper-button {
    bottom: -40px !important;
    height: 52px;
    width: 52px;
  }
}
.spend_section .swiper_button_wrapper .swiper-button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  width: 9px;
}
.spend_section .swiper_button_wrapper .spend-swiper-button-next {
  background-color: #e6d6ca;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper_button_wrapper .spend-swiper-button-next {
    bottom: 0;
    left: 10px;
  }
}
.spend_section .swiper_button_wrapper .spend-swiper-button-next::after {
  background-image: url(../image/swiper_btn_arrow_right.svg);
}
.spend_section .swiper_button_wrapper .spend-swiper-button-prev {
  background-color: #f5f1ee;
  bottom: -65px;
}
@media screen and (max-width: 959px) {
  .spend_section .swiper_button_wrapper .spend-swiper-button-prev {
    bottom: 0;
    left: -60px;
  }
}
.spend_section .swiper_button_wrapper .spend-swiper-button-prev::after {
  background-image: url(../image/swiper_btn_arrow_left.svg);
}

.room_section {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.room_section .room_inner {
  margin: 0 auto;
  width: 100%;
}
.room_section .room_head_contents {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .room_section .room_head_contents {
    flex-direction: column;
  }
}
.room_section .room_head_contents .room_head_image {
  position: relative;
  width: 100%;
}
.room_section .room_head_contents .room_head_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.room_section .room_head_contents .room_title_sp {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.4em;
  line-height: 2.8;
  position: absolute;
  text-align: center;
  text-orientation: mixed;
  top: 102px;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .room_section .room_head_contents .room_title_sp {
    font-size: 22px;
    left: 50%;
    top: 267px;
    transform: translateX(-50%);
  }
}
.room_section .room_head_contents .room_title_sp span {
  font-size: 10px;
  font-weight: 200;
}
.room_section .room_head_contents .room_title_sp::before {
  background-color: #fff;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: -38px;
  transform: translateX(-50%);
  width: 1px;
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .room_section .room_head_contents .room_title_sp::before {
    height: 110px;
    top: -130px;
  }
}
.room_section .room_head_contents .room_head_text {
  background-color: rgba(23, 57, 75, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  left: 70%;
  letter-spacing: 0.3em;
  line-height: 2.4;
  padding: 40px 50px;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .room_section .room_head_contents .room_head_text {
    font-size: 20px;
    left: 50%;
    letter-spacing: 0.4em;
    line-height: 2.8;
    padding: 40px 30px;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
@media screen and (max-width: 560px) {
  .room_section .room_head_contents .room_head_text {
    font-size: 16px;
    left: 50%;
    letter-spacing: 0.4em;
    line-height: 2.8;
    text-align: center;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.room_section .room_flex {
  align-items: flex-start;
  background-color: #f7f7f8;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 959px) {
  .room_section .room_flex {
    flex-direction: column;
  }
}
.room_section .room_title {
  display: flex;
  justify-content: flex-end;
  min-width: 165px;
  padding: 120px 0 370px;
  position: sticky;
  top: 70px;
  width: 16.6%;
}
@media screen and (max-width: 959px) {
  .room_section .room_title {
    padding: 40px 0 55px;
    position: relative;
    top: 70px;
    width: 100%;
  }
}
.room_section .room_title h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.35em;
  line-height: 1;
  position: relative;
  text-orientation: mixed;
  width: 27px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 959px) {
  .room_section .room_title h2 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1;
    margin: 0 auto;
    text-orientation: normal;
    width: 90%;
    writing-mode: horizontal-tb;
  }
}
.room_section .room_title h2 span {
  font-size: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .room_section .room_title h2 span {
    margin-top: 8px;
  }
}
.room_section .room_title h2::before {
  background-color: #d5d5d5;
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  top: -90px;
  transform: translateX(-50%);
  width: 1px;
}
.room_section .room_content {
  width: 83.3%;
}
@media screen and (max-width: 959px) {
  .room_section .room_content {
    width: 100%;
  }
}
.room_section .room_content .room_item {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .room_item {
    margin-bottom: 70px;
    margin-top: 0;
  }
}
.room_section .room_content .room_item_flex {
  align-items: flex-start;
  align-items: stretch;
  display: flex;
  height: auto;
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .room_item_flex {
    flex-direction: column;
  }
}
.room_section .room_content .room_image_sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .room_image_sp {
    display: block;
    height: 100%;
    margin-bottom: 30px;
    width: 100%;
  }
}
.room_section .room_content .text_area {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 70px 0 10px 90px;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .text_area {
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}
.room_section .room_content .text_area h3 {
  display: flex;
  flex-direction: column;
  font-size: 2.1vw;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .text_area h3 {
    align-items: center;
    font-size: 30px;
  }
}
.room_section .room_content .text_area h3 span {
  font-size: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .text_area h3 span {
    margin-top: 8px;
  }
}
.room_section .room_content .text_area .room_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 20px;
  margin-top: 40px;
  width: 70%;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .text_area .room_text {
    margin-top: 30px;
    width: 100%;
  }
}
.room_section .room_content .text_area .room_btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-top: 30px;
  width: 70%;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .text_area .room_btn {
    width: 100%;
  }
}
.room_section .room_content .text_area .room_btn .more_link_room {
  border: 1px solid #000;
  color: #36454d;
  display: inline-block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.room_section .room_content .text_area .room_btn .more_link_room:hover {
  background-color: #36454d;
  color: #fff;
}
.room_section .room_content .text_area .room_images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 360px;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .text_area .room_images {
    display: none;
  }
}
.room_section .room_content .text_area .room_images .room_image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.room_section .room_content .text_area .room_images .room_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.room_section .room_content .main_image_area {
  display: flex;
  flex: 1;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .room_section .room_content .main_image_area {
    display: none;
  }
}

.meal_section {
  background-color: #fdfcfc;
  height: 100%;
  padding-top: 100px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal_section {
    margin-top: 0px;
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
.meal_section .meal_inner {
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner {
    padding-bottom: 10px;
    width: 100%;
  }
}
.meal_section .meal_inner .meal_title {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_title {
    text-align: left;
  }
}
.meal_section .meal_inner .meal_title h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_title h2 {
    font-size: 26px;
  }
}
.meal_section .meal_inner .meal_title h2 span {
  display: block;
  font-size: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_title h2 span {
    margin-top: 8px;
  }
}
.meal_section .meal_inner .meal_head {
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_head {
    height: auto;
  }
}
.meal_section .meal_inner .meal_head img {
  -o-object-fit: cover;
  -o-object-position: bottom;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}
.meal_section .meal_inner .meal_content {
  height: 100%;
  margin: 50px auto 150px;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_content {
    margin: 50px auto 50px;
  }
}
.meal_section .meal_inner .meal_content .tag {
  background-color: #e6d6ca;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 4px 14px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_content .tag {
    font-size: 11px;
  }
}
.meal_section .meal_inner .meal_content .meal_flex {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_content .meal_flex {
    flex-direction: column;
  }
}
.meal_section .meal_inner .meal_content .meal_images {
  margin-bottom: 160px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_content .meal_images {
    gap: 0px;
    margin-bottom: 100px;
  }
}
.meal_section .meal_inner .meal_content .meal_images:last-child {
  margin-bottom: 50px;
}
.meal_section .meal_inner .meal_content .meal_images .dinner_swiper_wrapper,
.meal_section .meal_inner .meal_content .meal_images .morning_swiper_wrapper {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_content .meal_images .dinner_swiper_wrapper,
  .meal_section .meal_inner .meal_content .meal_images .morning_swiper_wrapper {
    gap: 0px;
  }
}
.meal_section .meal_inner .meal_content .meal_images .meal_image {
  height: 100%;
  max-width: 370px;
  overflow: hidden;
  position: relative;
  width: 33.3333333333%;
}
.meal_section .meal_inner .meal_content .meal_images .meal_image img {
  width: 100%;
}
.meal_section .meal_inner .meal_content .meal_item {
  height: 100%;
  padding: 0 20px 0 0;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_content .meal_item {
    padding: 0 0 30px;
    width: 100%;
  }
}
.meal_section .meal_inner .meal_content .meal_item .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_content .meal_item .title {
    font-size: 22px;
  }
}
.meal_section .meal_inner .meal_content .meal_item .title span {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
.meal_section .meal_inner .meal_content .meal_item .text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.meal_section .meal_inner .meal_content .meal_menu {
  align-items: center;
  border-left: 1px solid #d5d5d5;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .meal_content .meal_menu {
    border-left: none;
    border-top: 1px solid #d5d5d5;
    display: block;
    padding: 30px 0 0;
    width: 100%;
  }
}
.meal_section .meal_inner .meal_content .meal_menu .menu_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.meal_section .meal_inner .supervision_section {
  margin: 80px auto;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .supervision_section {
    width: 90%;
  }
}
.meal_section .meal_inner .supervision_section .supervision_inner {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .supervision_section .supervision_inner {
    flex-direction: column;
  }
}
.meal_section .meal_inner .supervision_section .image_area {
  max-width: 376px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .supervision_section .image_area {
    max-width: 100%;
    width: 100%;
  }
}
.meal_section .meal_inner .supervision_section .image_area img {
  height: 100%;
  width: 100%;
}
.meal_section .meal_inner .supervision_section .supervision_text_area {
  padding-left: 90px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .supervision_section .supervision_text_area {
    padding-left: 0;
    width: 100%;
  }
}
.meal_section .meal_inner .supervision_section .supervision_text_area .tag {
  background-color: #e6d6ca;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 4px 14px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .supervision_section .supervision_text_area .tag {
    font-size: 11px;
    margin-top: 32px;
  }
}
.meal_section .meal_inner .supervision_section .supervision_text_area .title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .supervision_section .supervision_text_area .title {
    font-size: 22px;
  }
}
.meal_section .meal_inner .supervision_section .supervision_text_area .title span {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
.meal_section .meal_inner .supervision_section .supervision_text_area .text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
}
.meal_section .meal_inner .morning {
  margin: 0 auto;
  max-width: 1140px;
  width: 70%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning {
    width: 90%;
  }
}
.meal_section .meal_inner .morning .morning_inner {
  align-items: flex-start;
  background-color: #f8f5f2;
  border: 2px solid #e6d6ca;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 24px;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning .morning_inner {
    flex-direction: column;
    padding: 10px;
  }
}
.meal_section .meal_inner .morning .morning_text_area {
  margin-top: 50px;
  padding-left: 23px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning .morning_text_area {
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
}
.meal_section .meal_inner .morning .morning_text_area .tag {
  background-color: #e6d6ca;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 4px 14px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning .morning_text_area .tag {
    font-size: 11px;
    margin-top: 32px;
  }
}
.meal_section .meal_inner .morning .morning_text_area .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning .morning_text_area .title {
    font-size: 22px;
  }
}
.meal_section .meal_inner .morning .morning_text_area .title span {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
.meal_section .meal_inner .morning .morning_text_area .text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning .morning_text_area .text {
    margin-bottom: 16px;
  }
}
.meal_section .meal_inner .morning .morning_text_area .morning_menu {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning .morning_text_area .morning_menu {
    border-top: 1px solid #d5d5d5;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 16px;
  }
}
.meal_section .meal_inner .morning .morning_image {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning .morning_image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.meal_section .meal_inner .morning .morning_image .morning_image_item {
  height: 100%;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .morning .morning_image .morning_image_item {
    height: auto;
    margin-bottom: 10px;
  }
}
.meal_section .meal_inner .morning .morning_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.meal_section .meal_inner .link_btn {
  height: 56px;
  margin: 50px auto 0;
  width: 318px;
}
@media screen and (max-width: 959px) {
  .meal_section .meal_inner .link_btn {
    margin: 30px auto 0;
  }
}
.meal_section .meal_inner .link_btn a {
  align-items: center;
  background-color: #e6d6ca;
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.meal_section .meal_inner .link_btn a::after {
  background-image: url(../image/right_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  margin-left: 10px;
  transition: all 0.3s ease;
  width: 9px;
}
.meal_section .meal_inner .link_btn a:hover::after {
  transform: translateX(3px);
  transition: all 0.3s ease;
}

.meal_swiper_container {
  height: 100%;
  margin: 80px auto 140px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .meal_swiper_container {
    margin: 20px auto 100px;
  }
}

.meal_swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.meal_swiper .swiper-wrapper {
  align-items: center;
  display: flex;
}
.meal_swiper .swiper-slide {
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.meal_swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: all 0.3s ease;
}
.meal_swiper .swiper-slide .meal_image {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.swiper_button_wrapper {
  bottom: -30px;
  display: block;
  left: 50% !important;
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
}
.swiper_button_wrapper .swiper-button {
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  position: static;
  position: absolute;
  width: 40px;
}
@media screen and (max-width: 959px) {
  .swiper_button_wrapper .swiper-button {
    bottom: -25px !important;
    height: 25px;
    width: 40px;
  }
}
.swiper_button_wrapper .swiper-button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  width: 9px;
}
.swiper_button_wrapper .meal-swiper-button-next {
  background-color: #e6d6ca;
  right: -110px;
}
@media screen and (max-width: 959px) {
  .swiper_button_wrapper .meal-swiper-button-next {
    right: -110px;
  }
}
.swiper_button_wrapper .meal-swiper-button-next::after {
  background-image: url(../image/swiper_btn_arrow_right.svg);
}
.swiper_button_wrapper .meal-swiper-button-prev {
  background-color: #f5f1ee;
  left: -110px;
}
@media screen and (max-width: 959px) {
  .swiper_button_wrapper .meal-swiper-button-prev {
    left: -110px;
  }
}
.swiper_button_wrapper .meal-swiper-button-prev::after {
  background-image: url(../image/swiper_btn_arrow_left.svg);
}

.meal-swiper-pagination {
  align-items: center;
  bottom: -17px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .meal-swiper-pagination {
    gap: 10px;
  }
}

.swiper-pagination-bullet {
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  width: 10px;
}

.swiper-pagination-bullet-active {
  border: 1px solid #36454d;
}

.activity_section {
  background-color: #f7f7f8;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .activity_section {
    margin-top: 0px;
  }
}
.activity_section .activity_inner {
  margin: 0 auto;
  max-width: 1140px;
  padding-bottom: 100px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_inner {
    width: 100%;
  }
}
.activity_section .activity_title {
  padding-top: 90px;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_title {
    margin: 0 auto;
    padding-top: 50px;
    width: 90%;
  }
}
@media screen and (max-width: 560px) {
  .activity_section .activity_title {
    margin: 0 auto;
    padding-top: 50px;
    width: 90%;
  }
}
.activity_section .activity_title h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_title h2 {
    font-size: 22px;
    letter-spacing: 0.35em;
    line-height: 1.6;
    text-align: left;
  }
}
.activity_section .activity_title h2 span {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_title h2 span {
    text-align: left;
  }
}
.activity_section .activity_text_block {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_text_block {
    text-align: left;
  }
}
.activity_section .activity_content {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_content {
    margin-top: 0;
  }
}
.activity_section .activity_map_title {
  font-size: 34px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_map_title {
    font-size: 22px;
    margin: 50px auto 0;
    text-align: left;
    width: 90%;
  }
}
.activity_section .activity_map_title span {
  display: none;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_map_title span {
    display: block;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.2em;
    line-height: 1.3;
  }
}
.activity_section .activity_image {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_image {
    width: 100%;
  }
}
.activity_section .activity_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.activity_section .activity_text_area {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin-top: 46px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_text_area {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
}
.activity_section .activity_text_area .activity_contents_title {
  border-right: 1px solid #d5d5d5;
  display: flex;
  flex-direction: column;
  font-size: 34px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-right: 90px;
  white-space: nowrap;
  width: 345px;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_text_area .activity_contents_title {
    border-right: none;
    margin-bottom: 20px;
    margin-top: 45px;
  }
}
.activity_section .activity_text_area .activity_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 90px;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_text_area .activity_text {
    padding-left: 0;
  }
}
.activity_section .activity_list {
  margin-top: 108px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list {
    margin: 50px auto 0;
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list .activity_swiper {
    position: relative;
    z-index: 1;
  }
}
.activity_section .activity_list .activity_swiper_wrapper {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list .activity_swiper_wrapper {
    display: flex;
  }
}
.activity_section .activity_list .activity_swiper_slide {
  background-color: #fff;
  min-height: 0px;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list .activity_swiper_slide {
    width: 100%;
  }
}
.activity_section .activity_list .activity_swiper_slide .list_image {
  aspect-ratio: 357/193;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.activity_section .activity_list .activity_swiper_slide .list_image img {
  height: 100%;
  width: 100%;
}
.activity_section .activity_list .activity_swiper_slide .list_text_wrap {
  background-color: #fff;
  color: #101010;
  height: 160px;
  padding: 20px;
}
.activity_section .activity_list .activity_swiper_slide .list_text_wrap .list_title {
  border-bottom: 1px solid #101010;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.activity_section .activity_list .activity_swiper_slide .list_text_wrap .list_text {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list .activity_swiper_slide .list_text_wrap .list_text {
    line-height: 1.6;
  }
}
.activity_section .activity_list .swiper_button_wrapper {
  display: none;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list .swiper_button_wrapper {
    bottom: -30px;
    display: block;
    left: 50% !important;
    position: absolute;
    transform: translateX(-50%);
    z-index: 10;
  }
}
.activity_section .activity_list .swiper_button_wrapper .swiper-button {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list .swiper_button_wrapper .swiper-button {
    bottom: -40px !important;
    height: 52px;
    width: 52px;
  }
}
.activity_section .activity_list .swiper_button_wrapper .swiper-button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  width: 9px;
}
.activity_section .activity_list .swiper_button_wrapper .activity-swiper-button-next {
  background-color: #e6d6ca;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list .swiper_button_wrapper .activity-swiper-button-next {
    bottom: 0;
    left: 10px;
  }
}
.activity_section .activity_list .swiper_button_wrapper .activity-swiper-button-next::after {
  background-image: url(../image/swiper_btn_arrow_right.svg);
}
.activity_section .activity_list .swiper_button_wrapper .activity-swiper-button-prev {
  background-color: #f5f1ee;
  bottom: -65px;
}
@media screen and (max-width: 959px) {
  .activity_section .activity_list .swiper_button_wrapper .activity-swiper-button-prev {
    bottom: 0;
    left: -60px;
  }
}
.activity_section .activity_list .swiper_button_wrapper .activity-swiper-button-prev::after {
  background-image: url(../image/swiper_btn_arrow_left.svg);
}
.activity_section .link_btn {
  height: 56px;
  margin: 50px auto 0;
  width: 318px;
}
@media screen and (max-width: 959px) {
  .activity_section .link_btn {
    margin: 100px auto 0;
  }
}
.activity_section .link_btn a {
  align-items: center;
  background-color: #e6d6ca;
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.activity_section .link_btn a::after {
  background-image: url(../image/right_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  margin-left: 10px;
  transition: all 0.3s ease;
  width: 9px;
}
.activity_section .link_btn a:hover::after {
  transform: translateX(3px);
  transition: all 0.3s ease;
}

.spot_section {
  background: #fdfcfc;
  height: 100%;
  padding-bottom: 70px;
  padding-top: 100px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.spot_section .spot_wrapper {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .spot_section .spot_wrapper {
    padding-bottom: 50px;
  }
}
.spot_section .spot_title_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .spot_section .spot_title_wrapper {
    margin: 0 auto;
    width: 90%;
  }
}
.spot_section .spot_title_wrapper .more_link {
  align-items: center;
  border-bottom: 1px solid #101010;
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  padding-bottom: 11px;
  position: relative;
  width: 140px;
}
@media screen and (max-width: 959px) {
  .spot_section .spot_title_wrapper .more_link {
    align-items: center;
    background-color: #e6d6ca;
    border: none;
    border-radius: 100%;
    height: 53px;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 53px;
  }
}
.spot_section .spot_title_wrapper .more_link::after {
  background-image: url(../image/right_arrow_bk.svg);
  content: "";
  height: 9px;
  transition: all 0.3s ease;
  width: 9px;
}
.spot_section .spot_title_wrapper .more_link:hover::after {
  transform: translateX(3px);
  transition: all 0.3s ease;
}
.spot_section h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .spot_section h2 {
    font-size: 22px;
    letter-spacing: 0.3em;
  }
}
.spot_section .sub_title {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 15px;
}
.spot_section .swiper_container {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper_container {
    width: 100%;
  }
}
.spot_section .spot_swiper {
  height: 100%;
  margin: 0 0 0 10%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .spot_section .spot_swiper {
    margin: 0 auto;
  }
}
.spot_section .spot_swiper_wrapper {
  display: flex;
  gap: 0px;
  position: relative;
}
.spot_section .swiper-slide {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper-slide {
    width: 100%;
  }
}
.spot_section .swiper-slide .spot_image {
  aspect-ratio: 394/281;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper-slide .spot_image {
    aspect-ratio: 394/281;
  }
}
.spot_section .swiper-slide .spot_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.spot_section .swiper-slide .info {
  border-left: 1px solid #d5d5d5;
  margin-top: 15px;
  padding: 15px 28px;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper-slide .info {
    border-left: none;
  }
}
.spot_section .swiper-slide .info .time {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.spot_section .swiper-slide .info .title {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper-slide .info .title {
    font-size: 14px;
  }
}
.spot_section .swiper-slide .info .text {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 15px;
}
.spot_section .swiper_button_wrapper {
  bottom: 100px;
  left: 3% !important;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper_button_wrapper {
    bottom: -50px;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.spot_section .swiper_button_wrapper .swiper-button {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper_button_wrapper .swiper-button {
    bottom: -40px !important;
    height: 52px;
    width: 52px;
  }
}
.spot_section .swiper_button_wrapper .swiper-button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  width: 9px;
}
.spot_section .swiper_button_wrapper .spot-swiper-button-next {
  background-color: #e6d6ca;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper_button_wrapper .spot-swiper-button-next {
    bottom: 0;
    left: 10px;
  }
}
.spot_section .swiper_button_wrapper .spot-swiper-button-next::after {
  background-image: url(../image/swiper_btn_arrow_right.svg);
}
.spot_section .swiper_button_wrapper .spot-swiper-button-prev {
  background-color: #f5f1ee;
  bottom: -65px;
}
@media screen and (max-width: 959px) {
  .spot_section .swiper_button_wrapper .spot-swiper-button-prev {
    bottom: 0;
    left: -60px;
  }
}
.spot_section .swiper_button_wrapper .spot-swiper-button-prev::after {
  background-image: url(../image/swiper_btn_arrow_left.svg);
}

.instagram_section {
  background-color: #f7f7f8;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.instagram_section .instagram_inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 100px 0;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .instagram_section .instagram_inner {
    padding: 64px 0 60px;
  }
}
.instagram_section .instagram_title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.instagram_section .instagram_title h2 {
  font-size: 34px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .instagram_section .instagram_title h2 {
    font-size: 30px;
  }
}
.instagram_section .instagram_title .more_link {
  align-items: center;
  border-bottom: 1px solid #101010;
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  padding-bottom: 11px;
  position: relative;
  width: 140px;
}
@media screen and (max-width: 959px) {
  .instagram_section .instagram_title .more_link {
    align-items: center;
    background-color: #e6d6ca;
    border: none;
    border-radius: 100%;
    height: 53px;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 53px;
  }
}
.instagram_section .instagram_title .more_link::after {
  background-image: url(../image/right_arrow_bk.svg);
  content: "";
  height: 9px;
  transition: all 0.3s ease;
  width: 9px;
}
.instagram_section .instagram_title .more_link:hover::after {
  transform: translateX(3px);
  transition: all 0.3s ease;
}
.instagram_section .instagram_contents {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 100%;
  justify-content: flex-start;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .instagram_section .instagram_contents {
    gap: 5px;
  }
}
.instagram_section .instagram_contents .instagram_item {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: calc(25% - 7.5px);
}
@media screen and (max-width: 959px) {
  .instagram_section .instagram_contents .instagram_item {
    width: calc(50% - 2.5px);
  }
}
.instagram_section .instagram_contents .instagram_item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.resort_map_section {
  background-color: #fdfcfc;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.resort_map_section .resort_map_inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 100px 0;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .resort_map_section .resort_map_inner {
    padding: 60px 0;
  }
}
.resort_map_section .resort_map_title h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
.resort_map_section .resort_map_title h2 span {
  display: block;
  font-size: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 959px) {
  .resort_map_section .resort_map_title h2 span {
    margin-top: 4px;
  }
}
.resort_map_section .resort_map_title .resort_map_image {
  height: 100%;
  margin-top: 45px;
  width: 100%;
}
.resort_map_section .resort_map_title .resort_map_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.news_section {
  background-color: #f8f8f8;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.news_section .news_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1280px;
  padding: 50px 0 70px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .news_section .news_inner {
    flex-direction: column;
  }
}
.news_section .news_title_wrapper {
  position: relative;
  width: 260px;
}
@media screen and (max-width: 959px) {
  .news_section .news_title_wrapper {
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
  }
}
.news_section .news_title_wrapper h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .news_section .news_title_wrapper h2 {
    font-size: 22px;
    letter-spacing: 0.3em;
  }
}
.news_section .news_title_wrapper h2 span {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .news_section .news_title_wrapper h2 span {
    font-size: 10px;
  }
}
.news_section .news_list {
  height: 100%;
  width: 100%;
}
.news_section .news_list .news_item {
  align-items: center;
  border-top: 1px solid #d5d5d5;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: 15px 0;
  width: 100%;
}
.news_section .news_list .news_item:last-child {
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 959px) {
  .news_section .news_list .news_item {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 0;
  }
}
.news_section .news_list .news_item .news_item_date {
  border-right: 1px solid #000;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-right: 15px;
}
@media screen and (max-width: 959px) {
  .news_section .news_list .news_item .news_item_date {
    border-right: none;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 0;
  }
}
.news_section .news_list .news_item .news_item_title {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-left: 15px;
}
.news_section .news_list .news_item .news_item_link {
  color: #2e3eff;
  text-decoration: underline;
  transition: 0.3s;
}
.news_section .news_list .news_item .news_item_link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.access_section {
  background-color: #fdfcfc;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.access_section .access_inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 100px 0 0;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .access_section .access_inner {
    padding: 60px 0 0;
    width: 100%;
  }
}
.access_section .access_title {
  text-align: center;
}
.access_section .access_title h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
.access_section .access_title h2 span {
  display: block;
  font-size: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 959px) {
  .access_section .access_title h2 span {
    margin-top: 4px;
  }
}
.access_section .google_maps {
  aspect-ratio: 1000/532;
  height: 100%;
  margin-top: 45px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .access_section .google_maps {
    aspect-ratio: 375/260;
    margin-top: 15px;
  }
}
.access_section .google_maps iframe {
  height: 100%;
  width: 100%;
}
.access_section .access_route {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .access_section .access_route {
    margin: 50px auto 0;
    width: 90%;
  }
}
.access_section .access_route .access_route_item {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .access_section .access_route .access_route_item:last-child {
    margin-bottom: 0;
  }
}
.access_section .access_route .access_route_item h3 {
  border-bottom: 1px solid #101010;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.3;
  padding-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .access_section .access_route .access_route_item h3 {
    font-size: 18px;
  }
}
.access_section .access_route .access_route_item .route_image {
  height: 100%;
  margin-top: 26px;
  width: 100%;
}
.access_section .access_route .access_route_item .route_flex {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-top: 31px;
}
@media screen and (max-width: 959px) {
  .access_section .access_route .access_route_item .route_flex {
    flex-direction: column;
  }
}
.access_section .access_route .access_route_item .route_flex .route_car {
  align-items: center;
  border-right: 1px solid #101010;
  display: flex;
  gap: 10px;
  height: 100px;
  justify-content: flex-start;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .access_section .access_route .access_route_item .route_flex .route_car {
    align-items: flex-start;
    border-right: none;
    flex-direction: column;
    height: auto;
    padding-bottom: 26px;
    width: 100%;
  }
}
.access_section .access_route .access_route_item .route_flex .car_navi {
  border: 1px solid #101010;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 5px 12px;
}
.access_section .access_route .access_route_item .route_flex .car_navi .car_navi_title {
  display: flex;
  flex-direction: column-reverse;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
}
.access_section .access_route .access_route_item .route_flex .car_navi_text {
  font-size: 14px;
}
.access_section .access_route .access_route_item .route_flex .route_parking {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .access_section .access_route .access_route_item .route_flex .route_parking {
    align-items: center;
    background-color: #f7f7f8;
    border-right: none;
    height: auto;
    justify-content: center;
    padding-bottom: 34px;
    padding-top: 30px;
    width: 100%;
  }
}
.access_section .access_route .access_route_item .route_flex .route_parking .parking_title {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-end;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .access_section .access_route .access_route_item .route_flex .route_parking .parking_title {
    justify-content: center;
  }
}
.access_section .access_route .access_route_item .route_flex .route_parking .parking_title::before {
  background-image: url(../image/parking_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  margin-right: 7px;
  width: 18px;
}
.access_section .access_route .access_route_item .route_flex .route_parking .parking_text {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: flex-end;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 3px;
}
.access_section .ferry_time_btn {
  margin: 40px auto 0;
  text-align: center;
  width: 318px;
}
@media screen and (max-width: 959px) {
  .access_section .ferry_time_btn {
    margin: 0 auto;
    width: 100%;
  }
}
.access_section .ferry_time_btn .more_link_ferry {
  align-items: center;
  background-color: #e6d6ca;
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 18px 24px;
  width: 100%;
}
.access_section .ferry_time_btn .more_link_ferry::after {
  background-image: url(../image/right_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  margin-left: 10px;
  transition: all 0.3s ease;
  width: 9px;
}
.access_section .ferry_time_btn .more_link_ferry:hover::after {
  transform: translateX(3px);
}
/*# sourceMappingURL=sourcemaps/index.css.map */