/* ---------------------------------------------------
	common
------------------------------------------------------ */
.small_tit {
  margin-bottom: 112px;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  line-height: 1.5;
}

@media screen and (max-width: 810px) {
  .small_tit {
    margin-bottom: 50px;
    font-size: 2.16rem;
    letter-spacing: 0.3em;
  }
}
/* ---------------------------------------------------
		tayori
------------------------------------------------------ */
#tayori {
  padding: 152px 0 160px;
}
#tayori .sec_tit {
  margin-bottom: 16px;
}
#tayori .tayori_list {
  line-height: 2;
  letter-spacing: 0.2em;
}
#tayori .tayori_list li {
  border-bottom: 1px solid #d8dde2;
}
#tayori .tayori_list li a {
  position: relative;
  display: flex;
  padding: 25px 50px;
}
#tayori .tayori_list li .time {
  width: 200px;
}
#tayori .tayori_list li .tit {
  width: calc(100% - 200px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tayori .tayori_list li .icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
#tayori .tayori_btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  #tayori {
    padding: 72px 0 80px;
  }
  #tayori .sec_tit {
    margin-bottom: 0;
  }
  #tayori .tayori_list {
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  #tayori .tayori_list li a {
    flex-wrap: wrap;
    padding: 12px 50px 12px 0;
  }
  #tayori .tayori_list li .time {
    width: 100%;
    margin-bottom: 2px;
  }
  #tayori .tayori_list li .tit {
    width: 100%;
  }
  #tayori .tayori_list li .icon {
    top: auto;
    bottom: 16px;
    margin-top: auto;
  }
  #tayori .tayori_btn {
    position: static;
    margin-top: 48px;
    text-align: right;
  }
}
/* ---------------------------------------------------
		story
------------------------------------------------------ */
#story {
  padding: 72px 0 96px;
  background: url(../img/home/story_bg_01.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}
#story .story_col .sec_tit {
  margin-top: 24px;
}
#story .story_col02 {
  margin-top: 48px;
}
#story .story_col02 .col_txt {
  position: relative;
  width: 50%;
}
#story .story_col02 .col_txt .txt_container {
  max-width: 574px;
  max-height: 1080px;
  margin-left: auto;
  padding-left: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
#story .story_col02 .col_txt .txt_container::-webkit-scrollbar {
  display: none;
}
#story .story_col02 .col_txt .txt_scroll {
  position: absolute;
  right: 570px;
  bottom: 0;
  width: 1em;
}
#story .story_col02 .col_txt .txt_scroll .icon {
  top: auto;
  margin-right: 8px;
  margin-top: 8px;
}
#story .story_col02 .col_txt .txt_btn {
  margin-top: -48px;
  text-align: right;
}
#story .story_col02 .col_txt .txt_btn .btn {
  color: currentColor;
}
#story .story_col02 .col_img {
  width: 50%;
}
#story .story_col02 .col_img .img01 {
  position: relative;
  width: calc(100% + 160px);
  margin-left: -80px;
}
#story .story_col02 .col_img .img02 {
  margin-top: 48px;
  padding-left: 30px;
  gap: 20px;
  justify-content: flex-start;
}
#story .story_col02 .col_img .img02 > div {
  max-width: calc(50% - 25px);
}
#story .story_col02 .col_img .img02 > div:nth-of-type(2) {
  margin-top: 15.106%;
}
#story .intro_txt {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  transform: translateY(-50%);
}
#story .intro_txt .time {
  display: inline-block;
  width: 240px;
  font-size: 88px;
  font-family: "Aboreto", system-ui !important;
  line-height: 1;
}
#story .intro_txt .odometer-digit {
  display: inline-block;
  width: 60px;
}
#story .intro_txt .odometer-value {
  text-align: left;
}
#story .intro_txt .odometer-formatting-mark {
  display: none;
}
#story .intro_txt .txt {
  margin-top: 24px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
#story .story_list {
  position: relative;
  max-width: 402px;
  padding-top: 16px;
  padding-left: 50px;
  padding-bottom: 112px;
}
#story .story_list::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid currentColor;
}
#story .story_list .list_row {
  margin-top: 94px;
}
#story .story_list dt {
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
#story .story_list dt::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 4px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
#story .story_list dd {
  margin-top: 18px;
}

@media screen and (max-width: 1280px) {
  #story .story_col02 .txt_scroll {
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 810px) {
  #story {
    padding: 32px 0 60px;
    background: url(../img/home/story_bg_01.webp) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  #story .wide_container {
    width: calc(100% - 32px);
  }
  #story .story_col {
    display: block;
  }
  #story .story_col .sec_tit {
    margin-top: 24px;
  }
  #story .story_col02 {
    margin-top: 0;
  }
  #story .story_col02 .col_txt {
    width: 100%;
  }
  #story .story_col02 .col_txt .txt_container {
    max-width: 100%;
    max-height: 280px;
    padding-left: 0;
    margin-left: 0;
  }
  #story .story_col02 .col_txt .txt_scroll {
    left: 20px;
    right: auto;
  }
  #story .story_col02 .col_img {
    width: 100%;
    margin-top: 24px;
  }
  #story .story_col02 .col_img .img01 {
    width: 100%;
    margin-left: 0;
  }
  #story .story_col02 .col_img .img02 {
    margin-top: 24px;
    padding-left: 0;
    gap: 16px;
    justify-content: space-between;
  }
  #story .story_col02 .col_img .img02 > div {
    max-width: calc(50% - 8px);
  }
  #story .story_col02 .col_img .img02 > div:nth-of-type(2) {
    margin-top: 15.106%;
  }
  #story .story_col02 .col_btn {
    width: 100%;
    margin-top: 48px;
    line-height: 1;
    text-align: right;
  }
  #story .story_col02 .col_btn .btn {
    color: currentColor;
  }
  #story .intro_txt .time {
    font-size: 79.2px;
    letter-spacing: 0.05em;
  }
  #story .intro_txt .odometer-digit {
    width: 52px;
  }
  #story .intro_txt .txt {
    margin-top: 24px;
    letter-spacing: 0.2em;
  }
  #story .story_list {
    margin-top: 8px;
    padding-top: 16px;
    padding-left: 30px;
    padding-bottom: 112px;
  }
  #story .story_list::before {
    left: 9px;
  }
  #story .story_list .list_row {
    margin-top: 32px;
  }
  #story .story_list .list_row:nth-of-type(1) {
    margin-top: 0;
  }
  #story .story_list dt {
    font-size: 2.52rem;
    line-height: 1.2;
    letter-spacing: 0.3em;
  }
  #story .story_list dt::before {
    left: -30px;
    top: 6px;
    width: 18px;
    height: 18px;
  }
  #story .story_list dd {
    margin-top: 8px;
  }
}
/* ---------------------------------------------------
		stay
------------------------------------------------------ */
.onsen_bg {
  position: relative;
}

.onsen_bg_img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.onsen_bg_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 810px) {
  .onsen_bg {
    padding: 80px 0 44px;
  }
}
/* ---------------------------------------------------
		onsen
------------------------------------------------------ */
#onsen {
  padding: 190px 0 350px;
}
#onsen .onsen_col {
  max-width: 1440px;
  margin-top: 72px;
}
#onsen .onsen_col .col_img {
  width: 55.6%;
  max-width: 800px;
}
#onsen .onsen_col .col_txt {
  position: relative;
  width: 44.4%;
  padding: 0 50px;
}
#onsen .onsen_col .col_txt .txt_container {
  max-width: 414px;
}
#onsen .onsen_col .col_txt .txt_btn {
  position: absolute;
  left: 50px;
  bottom: 0;
}

.onsen_slide {
  width: 100%;
  max-width: 1280px;
  margin: -190px auto 0;
}
.onsen_slide .slide_item img {
  width: 100%;
}

@media screen and (max-width: 810px) {
  #onsen {
    padding: 80px 0 44px;
  }
  #onsen .onsen_col {
    width: calc(100% - 20px);
    margin-top: 40px;
  }
  #onsen .onsen_col .col_img {
    width: 100%;
    max-width: 100%;
  }
  #onsen .onsen_col .col_txt {
    width: 100%;
    padding: 16px 16px 0;
  }
  #onsen .onsen_col .col_txt .txt_container {
    max-width: 100%;
  }
  #onsen .onsen_col .col_txt .txt_btn {
    position: absolute;
    left: 50px;
    bottom: 0;
  }
  .onsen_slide {
    margin-top: 0;
  }
  .onsen_slide .slide_item img {
    width: 100%;
  }
  .onsen_btn {
    margin-top: 72px;
    line-height: 1;
    text-align: right;
  }
}
/* ---------------------------------------------------
		wellness
------------------------------------------------------ */
#wellness {
  position: relative;
  padding: 152px 0 80px;
}
/*#wellness::before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: -120px;*/
/*  width: 100%;*/
/*  height: 1438px;*/
/*  background: url(../img/home/wellness_bg_01.png) no-repeat center top;*/
/*}*/
#wellness > * {
  position: relative;
}
#wellness > .wellness_bg_img {
  position: absolute;
  top: -120px;
  height: 1438px;
  right: 0;
  left: 0;
}
#wellness > .wellness_bg_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#wellness .sec_tit {
  margin-bottom: 24px;
  text-align: center;
}
#wellness .sec_tit .en {
  display: block;
  margin-right: 0;
}
#wellness .wellness_img {
  width: 96%;
  max-width: 1440px;
  margin: 0 auto;
}
#wellness .wellness_img > div {
  width: 50%;
}
#wellness .wellness_container {
  width: 96%;
  max-width: 1440px;
  margin: 0 auto;
}
#wellness .wellness_container.scroll .wellness_img02 .img_big,
#wellness .wellness_container.scroll .wellness_img02 .img_small {
  transform: translate(0, 0);
  opacity: 1;
}
#wellness .wellness_container.scroll .wellness_img03 .img_big,
#wellness .wellness_container.scroll .wellness_img03 .img_small {
  transform: translate(0, 0);
  opacity: 1;
}
#wellness .wellness_container.scroll .wellness_txt {
  transform: translate(0, 0);
  opacity: 1;
}
#wellness .wellness_container.scroll .wellness_btn {
  transform: translate(0, 0);
  opacity: 1;
}
#wellness .wellness_txt {
  margin-top: 56px;
  text-align: center;
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
  transform: translate(0, 30px);
}
#wellness .wellness_btn {
  margin-top: 160px;
  text-align: center;
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
  transition-delay: 1400ms;
  transform: translate(0, 30px);
}

@media screen and (max-width: 810px) {
  #wellness {
    padding: 80px 0 16px;
  }
  #wellness > .wellness_bg_img {
    top: 0;
    width: 100%;
    height: 100%;
  }
  #wellness > .wellness_bg_img img {
    object-fit: cover;
  }
  #wellness .sec_tit {
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  #wellness .wellness_img {
    width: calc(100% - 20px);
  }
  #wellness .wellness_img > div {
    width: 100%;
  }
  #wellness .wellness_container {
    width: calc(100% - 20px);
    min-height: 0;
  }
  #wellness .wellness_img02 {
    position: static;
    width: calc(100% - 20px);
    margin: 64px auto -24px;
    display: flex;
    align-items: flex-end;
  }
  #wellness .wellness_img02 .img_big {
    position: static;
    width: 62%;
    margin-bottom: 8%;
  }
  #wellness .wellness_img02 .img_small {
    position: static;
    width: 32%;
  }
  #wellness .wellness_img03 {
    position: relative;
    width: 96%;
    margin: 24px auto 0;
    padding-bottom: 17%;
  }
  #wellness .wellness_img03 .img_big {
    position: static;
    width: 80%;
    margin-left: auto;
  }
  #wellness .wellness_img03 .img_small {
    right: auto;
    left: 0;
    bottom: 0;
    width: 45%;
  }
  #wellness .wellness_txt {
    margin-top: 16px;
    padding: 0 12px;
    text-align: left;
  }
  #wellness .wellness_btn {
    margin-top: -2%;
    padding: 0 14px;
    text-align: right;
  }
}
/* ---------------------------------------------------
	room
------------------------------------------------------ */
#room {
  padding: 80px 0;
}
#room .room_img {
  max-width: 96%;
  margin: 0 auto 32px;
  text-align: center;
}
#room .room_slide {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}
#room .room_slide:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: space-between;
}
#room .room_slide:not(.slick-initialized) .slide_item {
  display: block;
  width: 32.5%;
}
#room .room_slide .slide_item .item_body {
  position: relative;
  padding: 24px 24px 0;
}
#room .room_slide .slide_item .en_tit {
  margin-bottom: 24px;
  letter-spacing: 0.3em;
  line-height: 1.5;
}
#room .room_slide .slide_item p {
  line-height: 1.75;
}
#room .room_slide .slide_item .item_tit {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#room .room_slide .slide_item .item_icons {
  margin-top: 16px;
  gap: 4px;
  justify-content: flex-start;
}
#room .room_slide .slide_item .icon {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 10px;
}
#room .room_slide .slide_item .item_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 20px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#room .room_col {
  margin-top: 60px;
  gap: 56px;
  align-items: flex-end;
}

@media screen and (max-width: 810px) {
  #room {
    padding: 60px 0 16px;
  }
  #room .sec_tit {
    margin-bottom: 20px;
  }
  #room .room_img {
    max-width: 100%;
    margin: 0 auto 16px;
  }
  #room .room_slide {
    width: calc(100% - 20px);
  }
  #room .room_slide .slick-prev,
  #room .room_slide .slick-next {
    top: 50vw;
  }
  #room .room_slide .slide_item .item_body {
    padding: 16px 16px 0;
  }
  #room .room_slide .slide_item .en_tit {
    margin-bottom: 16px;
    letter-spacing: 0.3em;
  }
  #room .room_slide .slide_item .item_tit {
    margin-bottom: 8px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  #room .room_slide .slide_item .item_icons {
    margin-top: 16px;
  }
  #room .room_slide .slide_item .icon {
    right: 16px;
  }
  #room .room_col {
    display: block;
    margin-top: 48px;
    gap: 0;
    align-items: flex-end;
  }
  #room .room_col .col_btn {
    margin-top: 40px;
    text-align: right;
  }
}
/* ---------------------------------------------------
		cuisine
------------------------------------------------------ */
#cuisine {
  padding: 80px 0;
}
#cuisine .cuisine_img {
  position: relative;
  max-width: 800px;
  margin: 0 auto 44px;
}
#cuisine .cuisine_img .img02 {
  position: absolute;
  top: -207px;
  left: calc(100% + 16px);
  width: 300px;
}
#cuisine .cuisine_img .img03 {
  position: absolute;
  bottom: -210px;
  right: calc(100% + 16px);
  width: 304px;
}
#cuisine .cuisine_txt {
  max-width: 752px;
  margin: 0 auto;
}
#cuisine .cuisine_btn {
  max-width: 752px;
  margin: 24px auto 0;
  text-align: right;
}

@media screen and (max-width: 810px) {
  #cuisine {
    padding: 60px 0;
  }
  #cuisine .cuisine_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 28px);
    max-width: 100vw;
    margin: 0 -14px 16px;
  }
  #cuisine .cuisine_img .img01 {
    margin-bottom: 24px;
  }
  #cuisine .cuisine_img .img02 {
    position: static;
    width: calc(50% - 6px);
    order: 10;
  }
  #cuisine .cuisine_img .img03 {
    position: static;
    width: calc(50% - 6px);
    margin-top: 16%;
  }
  #cuisine .cuisine_txt {
    max-width: 752px;
    margin: 0 auto;
  }
  #cuisine .cuisine_btn {
    max-width: 752px;
    margin: 24px auto 0;
    text-align: right;
  }
}
/* ---------------------------------------------------
		facilities
------------------------------------------------------ */
#facilities {
  padding: 80px 0 160px;
}
#facilities .facilities_bg {
  height: 600px;
  padding-top: 124px;
  background: url(../img/home/facility_bg_01.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}
#facilities .facilities_bg .sec_tit {
  margin-bottom: 64px;
}
#facilities .facilities_bg .bg_btn {
  margin-top: 88px;
}
#facilities .facilities_bg .bg_btn .btn {
  color: currentColor;
}
#facilities .facilities_img {
  margin-top: 32px;
}
#facilities .facilities_img > div {
  width: 50%;
}

@media screen and (max-width: 810px) {
  #facilities {
    padding: 40px 0 108px;
  }
  #facilities .facilities_bg {
    width: 100%;
    height: auto;
    padding-top: 68vw;
    padding-bottom: 56px;
    background: url(../img/home/facility_bg_01_sp.webp) no-repeat center top, #000;
    background-size: 100%;
  }
  #facilities .facilities_bg .sec_tit {
    margin-bottom: 24px;
  }
  #facilities .facilities_bg .bg_btn {
    margin-top: 40px;
    text-align: right;
  }
  #facilities .facilities_img {
    width: calc(100% - 20px);
    margin-top: 16px;
  }
  #facilities .facilities_img > div {
    width: 100%;
  }
}
/* ---------------------------------------------------
		location
------------------------------------------------------ */
#location .location_bg {
  padding: 190px 0 192px;
  background: url(../img/home/location_bg_01.webp) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  #location .location_bg {
    padding: 96px 0 96px;
  }
}
/* ---------------------------------------------------
		around
------------------------------------------------------ */
#around .around_bg {
  margin-top: 80px;
  padding: 96px 0 128px;
  background: url(../img/home/around_bg_01.webp) no-repeat center;
  background-size: cover;
}
#around .around_col .col_img {
  width: 50%;
}
#around .around_col .col_txt {
  position: relative;
  width: 50%;
  max-height: 350px;
  padding-left: 48px;
}
#around .around_col .col_txt .txt_btn {
  position: absolute;
  left: 48px;
  bottom: 0;
}
#around .around_col .col_txt .txt_btn .btn .arrow {
  background: #fff;
}
#around .around_slide .slide_item {
  position: relative;
}
#around .around_slide .slide_item .item_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 12px 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#around .around_slide .slick-dots .num {
  color: #fff;
}
#around .around_slide .slick-dots .slick-active .num {
  color: #63768d;
}
#around .around_slide + .append_arrow .slick-prev::after,
#around .around_slide + .append_arrow .slick-next::after {
  background: url(../img/common/icon_slide_02_white.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 810px) {
  #around .around_bg {
    margin-top: 40px;
    padding: 24px 0 48px;
    background: url(../img/home/around_bg_01.webp) no-repeat center;
    background-size: cover;
  }
  #around .around_col {
    width: calc(100% - 32px);
  }
  #around .around_col .col_img {
    width: 100%;
    margin-bottom: 48px;
  }
  #around .around_col .col_txt {
    width: 100%;
    max-height: none;
    padding-left: 0;
  }
  #around .around_col .col_txt .txt_btn {
    position: static;
    margin-top: 40px;
    line-height: 1;
    text-align: right;
  }
  #around .around_col .col_txt .txt_btn .btn .arrow {
    background: #eff1f4;
  }
  #around .around_slide .slide_item img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  #around .around_slide .slide_item .item_caption {
    padding: 24px 12px 8px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  #around .around_slide .slick-dots {
    right: -16px;
  }
  #around .around_slide .slick-dots .num {
    padding: 0 12px;
    color: #fff;
  }
  #around .around_slide .slick-dots .slick-active .num {
    color: #63768d;
  }
}
/* ---------------------------------------------------
		sightseeing
------------------------------------------------------ */
#sightseeing {
  padding: 140px 0 80px;
}
#sightseeing .sightseeing_slide {
  width: 98%;
  max-width: 1312px;
  margin: 60px auto 0;
}
#sightseeing .sightseeing_slide .slick-track {
  display: flex;
  gap: 16px;
}
#sightseeing .sightseeing_slide .slide_item a {
  display: block;
}
@media (any-hover: hover) {
  #sightseeing .sightseeing_slide .slide_item a:hover {
    opacity: 1;
  }
  #sightseeing .sightseeing_slide .slide_item a:hover .item_img img {
    transform: scale(1.08);
    filter: brightness(90%);
  }
  #sightseeing .sightseeing_slide .slide_item a:hover .icon {
    transform: translateX(5px);
  }
}
#sightseeing .sightseeing_slide .slide_item .item_img {
  position: relative;
  overflow: hidden;
}
#sightseeing .sightseeing_slide .slide_item .item_img img {
  filter: brightness(76%);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sightseeing .sightseeing_slide .slide_item .item_img .img_caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  line-height: 1;
  transform: translateY(-50%);
  text-align: center;
}
#sightseeing .sightseeing_slide .slide_item .item_tit {
  position: relative;
  margin-top: 28px;
  padding: 0 72px 0 24px;
  line-height: 1.75;
}
#sightseeing .sightseeing_slide .slide_item .item_tit .icon {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 810px) {
  #sightseeing {
    padding: 80px 0 100px;
  }
  #sightseeing .sec_tit .en {
    letter-spacing: 0.05em;
  }
  #sightseeing .sightseeing_slide {
    width: calc(100% - 20px);
    margin-top: 24px;
  }
  #sightseeing .sightseeing_slide .slick-track {
    display: block;
    gap: 0;
  }
  #sightseeing .sightseeing_slide .slick-prev,
  #sightseeing .sightseeing_slide .slick-next {
    margin-top: -44px;
  }
  #sightseeing .sightseeing_slide .slide_item .item_img .img_caption {
    font-size: 2.16rem;
    letter-spacing: 0.15em;
  }
  #sightseeing .sightseeing_slide .slide_item .item_tit {
    margin-top: 12px;
    padding: 0 60px 0 8px;
    line-height: 1.75;
  }
  #sightseeing .sightseeing_slide .slide_item .item_tit .icon {
    right: 8px;
  }
}
/* ---------------------------------------------------
		reserve
------------------------------------------------------ */
#reserve {
  padding-top: 184px;
  background: url(../img/home/plan_bg_01.webp) no-repeat center top;
}
#reserve .small_tit {
  color: #fff;
}

@media screen and (max-width: 810px) {
  #reserve {
    padding-top: 80px;
    background: url(../img/home/plan_bg_01.webp) no-repeat center top;
    background-size: auto 281px;
  }
}
/* ---------------------------------------------------
	plan
------------------------------------------------------ */
#plan {
  position: relative;
  padding-bottom: 192px;
}
#plan .sec_tit {
  margin-bottom: 68px;
  color: #fff;
}
#plan .plan_slide:not(.slick-initialized) {
  display: flex;
}
#plan .plan_slide:not(.slick-initialized) .slide_item {
  width: 20%;
}
#plan .plan_slide:not(.slick-initialized) .slide_item .item_img img {
  width: 100%;
}
#plan .plan_slide .slide_item .item_img {
  margin-bottom: 16px;
}
#plan .plan_slide .slide_item .item_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#plan .plan_slide .slide_item .item_tit {
  padding: 0 24px;
  line-height: 2.25;
}
#plan .plan_slide .slide_item .item_btn {
  margin-top: 8px;
  padding: 0 24px;
  line-height: 1;
  text-align: right;
}
#plan .plan_slide .slide_item .item_btn .btn_nolink .arrow {
  background: #223b52;
}
#plan .plan_slide .slide_item .item_btn .btn_nolink .arrow::after {
  background: url(../img/common/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
}
#plan .plan_bnr {
  position: relative;
  display: flex;
  height: 150px;
  margin: 64px auto 0;
  align-items: center;
  justify-content: center;
  background: #223b52;
  color: #fff;
  text-align: center;
}
#plan .plan_bnr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 5px;
  pointer-events: none;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#plan .plan_bnr .bnr_tit {
  margin: 0;
  line-height: 1.75;
}
#plan .plan_bnr .bnr_tit .en {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}
#plan .plan_bnr .bnr_tit .tit {
  display: inline-block;
  margin: 0 24px;
}
#plan .plan_bnr .bnr_tit .txt {
  display: inline-block;
}
#plan .plan_bnr .bnr_tit .icon {
  margin-right: 8px;
}
#plan .plan_bnr .bnr_arrow {
  margin-top: 8px;
  margin-left: 48px;
  line-height: 1;
  letter-spacing: 0.2em;
}
#plan .plan_bnr .bnr_arrow .icon {
  margin-left: 20px;
}
#plan .btn_list {
  margin-top: 48px;
  line-height: 1.5;
  text-align: center;
}
#plan .btn_list li {
  width: calc(33.33% - 10px);
}
#plan .btn_list li a {
  position: relative;
  display: block;
  padding: 17px 30px;
  border: 1px solid #63768d;
  border-radius: 5px;
}
@media (any-hover: hover) {
  #plan .btn_list li a:hover {
    background: #d4e1e8;
    opacity: 1;
  }
}
#plan .btn_list li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  width: 27px;
  height: 15px;
}

@media screen and (max-width: 810px) {
  #plan {
    padding-bottom: 96px;
  }
  #plan .sec_tit {
    margin-bottom: 24px;
  }
  #plan .plan_slide .slick-prev,
  #plan .plan_slide .slick-next {
    width: 19px;
    height: 40px;
    top: 40%;
    background: url(../img/common/icon_slide_03_blue.svg) no-repeat;
    background-size: 100%;
  }
  #plan .plan_slide .slick-prev {
    left: 10px;
  }
  #plan .plan_slide .slick-next {
    right: 10px;
  }
  #plan .plan_slide .slide_item {
    padding: 0 40px;
  }
  #plan .plan_slide .slide_item .item_img {
    margin-bottom: 12px;
  }
  #plan .plan_slide .slide_item .item_tit {
    padding: 0;
    max-height: 6.75em;
    line-height: 2.25;
  }
  #plan .plan_slide .slide_item .item_btn {
    margin-top: 8px;
    padding: 0;
    text-align: right;
  }
  #plan .container:has(.plan_bnr) {
    width: calc(100% - 20px);
  }
  #plan .plan_bnr {
    display: block;
    height: auto;
    margin-top: 72px;
    padding: 64px 0;
  }
  #plan .plan_bnr::after {
    content: none;
  }
  #plan .plan_bnr .bnr_tit .en {
    font-size: 2.16rem;
    letter-spacing: 0.15em;
  }
  #plan .plan_bnr .bnr_tit .tit {
    margin: 0 0 0 24px;
  }
  #plan .plan_bnr .bnr_tit .txt {
    display: block;
    margin-top: 4px;
  }
  #plan .plan_bnr .bnr_tit .icon {
    margin-right: 8px;
  }
  #plan .plan_bnr .bnr_arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  #plan .plan_bnr .bnr_arrow .icon {
    margin-left: 16px;
  }
  #plan .btn_list {
    margin-top: 24px;
    gap: 10px 0;
    font-size: 1.4rem;
  }
  #plan .btn_list li {
    width: 100%;
  }
  #plan .btn_list li a {
    padding: 15px 30px;
  }
  #plan .btn_list li a::after {
    right: 12px;
  }
}