/* ---------------------------------------------------
	common
------------------------------------------------------ */
#loading {
  display: none;
}

#header .h_nav li a.btn_reserve {
  width: 180px;
}

#footer a.btn_reserve {
  display: block;
  margin-left: auto;
}

#nav_box .nav_nav {
  max-width: 330px;
}
#nav_box .nav_nav .nav_list {
  width: 60%;
  letter-spacing: 0;
}
#nav_box .nav_nav .nav_list:nth-of-type(2) {
  width: 40%;
}
#nav_box .nav_nav .nav_tel .tel {
  padding-left: 4px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
#nav_box .nav_nav .nav_tel br + span {
  display: inline-block;
  margin-top: 8px;
}

.table .table_list li::after {
  content: ",";
  padding-right: 6px;
}
.table .table_list li:last-of-type::after {
  content: none;
}

.vertical_tit {
  display: flex;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.vertical_tit .icon {
  display: block;
  top: auto;
  margin: 0 auto 40px;
}
.vertical_tit .en {
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  #header .h_nav {
    font-size: 1.5rem;
    gap: 4px;
  }
}
@media screen and (max-width: 810px) {
  .vertical_tit {
    font-size: 16vw;
  }
  .vertical_tit .icon {
    width: auto;
    height: 11.2vw;
    margin-bottom: 2.66vw;
    object-fit: cover;
  }
}
/* ---------------------------------------------------
		totonoi
------------------------------------------------------ */
#totonoi {
  margin-top: -1px;
  background: url(../img/common/bg_logo.svg) no-repeat left calc(50vw - 20px) top 28px;
  background-size: 639px;
}
#totonoi .totonoi_col {
  position: relative;
  z-index: 1;
}
#totonoi .totonoi_col .col_img {
  position: relative;
  width: 50%;
  background: #faf7f7;
}
#totonoi .totonoi_col .col_img .img_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #faf7f7;
}
#totonoi .totonoi_col .col_img .img_txt .txt_tit {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#totonoi .totonoi_col .col_img .img_txt .txt_tit .num {
  font-size: 6rem;
  font-weight: bold;
}
#totonoi .totonoi_col .col_txt {
  width: 50%;
  color: #9a6e24;
}
#totonoi .totonoi_col .col_txt .txt_container {
  width: 90%;
  max-width: 490px;
  margin: 0 auto;
}
#totonoi .totonoi_col .col_txt .txt_tit {
  margin-bottom: 48px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
#totonoi .totonoi_col .col_txt .txt_btn {
  margin-top: 24px;
}
#totonoi .totonoi_col .col_txt .txt_btn .btn {
  color: #9a6e24;
}
@media (any-hover: hover) {
  #totonoi .totonoi_col .col_txt .txt_btn .btn:hover {
    background: #9a6e24;
    color: #faf7f7;
    opacity: 1;
  }
}
#totonoi .totonoi_slide .slide_item img {
  width: 100%;
}
#totonoi .totonoi_slide_nav {
  color: #faf7f7;
  font-size: 1.8rem;
  text-align: center;
  white-space: nowrap;
}
#totonoi .totonoi_slide_nav .slick-track {
  transform: unset !important;
  display: flex;
  justify-content: center;
}
#totonoi .totonoi_slide_nav .slick-slide {
  width: max-content !important;
}
#totonoi .totonoi_slide_nav .slide_item {
  cursor: pointer;
  margin: 0 20px;
  padding: 16px;
  line-height: 1.2;
  opacity: 0.5;
  transition: opacity 0.5s;
}
#totonoi .totonoi_slide_nav .slick-current .slide_item {
  opacity: 1;
}

@media screen and (max-width: 810px) {
  #totonoi {
    margin-top: 0;
    background: url(../img/common/bg_logo.svg) no-repeat left calc(50vw - 188px) top 28px;
    background-size: 375px;
  }
  #totonoi .totonoi_col .col_img {
    width: 100%;
  }
  #totonoi .totonoi_col .col_img .img_txt .txt_tit {
    font-size: 2.25rem;
  }
  #totonoi .totonoi_col .col_img .img_txt .txt_tit .num {
    font-size: 4.5rem;
  }
  #totonoi .totonoi_col .col_txt {
    width: 100%;
    padding: 60px 0 32px;
  }
  #totonoi .totonoi_col .col_txt .txt_container {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
  #totonoi .totonoi_col .col_txt .txt_tit {
    margin-bottom: 28px;
    font-size: 2.25rem;
  }
  #totonoi .totonoi_col .col_txt .txt_btn {
    margin-top: 28px;
  }
  #totonoi .totonoi_slide .slide_item img {
    width: 100%;
  }
  #totonoi .totonoi_slide_nav {
    font-size: 1.35rem;
  }
  #totonoi .totonoi_slide_nav .slide_item {
    margin: 0 0;
    padding: 4px 16px 12px;
  }
}
/* ---------------------------------------------------
	onsen
------------------------------------------------------ */
#onsen {
  position: relative;
  margin-top: -48px;
}
#onsen .onsen_bg {
  padding: 160px 0 112px;
  background: #e1d3bd;
}
#onsen .vertical_tit {
  position: absolute;
  right: 2%;
  top: 48px;
}
#onsen .onsen_mv {
  text-align: center;
}
#onsen .onsen_mv img {
  min-width: 70%;
}
#onsen .onsen_col {
  margin-top: 48px;
}
#onsen .onsen_col .col_img {
  width: 50%;
  text-align: right;
}
#onsen .onsen_col .col_img img {
  width: 80%;
}
#onsen .onsen_col .col_txt {
  width: 40%;
  max-width: 440px;
  margin: 0 auto 0 6%;
}
#onsen .onsen_col .col_txt .txt_btn {
  margin-top: 32px;
  line-height: 1;
}

#public {
  padding: 108px 0 112px;
}
#public .common_slide {
  margin-bottom: 48px;
}
#public .common_slide.wide_container {
  max-width: none;
}
#public .common_slide img {
  width: 100%;
}
#public .table {
  margin-top: 48px;
}
#public .public_col {
  margin-top: 96px;
}
#public .public_col .col_img {
  width: 50%;
}
#public .public_col .col_img .common_slide {
  margin-bottom: 0;
}
#public .public_col .col_txt {
  width: 44.6%;
}
#public .public_col + .public_col {
  margin-top: 96px;
}

@media screen and (max-width: 1366px) {
  #onsen .onsen_mv {
    width: 80%;
    margin: 0 auto 0 5%;
  }
  #onsen .onsen_mv img {
    width: 100%;
  }
  #onsen .onsen_col {
    width: 96%;
  }
  #onsen .onsen_col .col_img img {
    width: 90%;
  }
  #onsen .onsen_col .col_txt {
    margin-left: 4%;
  }
}
@media screen and (max-width: 810px) {
  #onsen {
    margin-top: 0;
  }
  #onsen .onsen_bg {
    padding: 82px 0 70px;
  }
  #onsen .vertical_tit {
    right: 3%;
    top: 82px;
  }
  #onsen .onsen_mv {
    width: 75%;
  }
  #onsen .onsen_col {
    width: 100%;
    margin-top: 36px;
  }
  #onsen .onsen_col .col_img {
    width: 72%;
    margin-left: -16px;
  }
  #onsen .onsen_col .col_img img {
    width: 100%;
  }
  #onsen .onsen_col .col_txt {
    width: 100%;
    max-width: 100%;
    margin: 60px 0 0 16px;
  }
  #onsen .onsen_col .col_txt .txt_btn {
    margin-top: 24px;
  }
  #public {
    padding: 80px 0 72px;
  }
  #public .common_slide {
    margin-bottom: 40px;
  }
  #public .common_slide.sp_wide {
    width: 100%;
    margin-bottom: 48px;
  }
  #public .table {
    margin-top: 32px;
  }
  #public .public_col {
    margin-top: 48px;
  }
  #public .public_col .col_img {
    width: 100%;
  }
  #public .public_col .col_img .common_slide {
    margin-bottom: 16px;
  }
  #public .public_col .col_txt {
    width: 100%;
    margin-top: 36px;
  }
  #public .public_col + .public_col {
    margin-top: 64px;
  }
}
/* ---------------------------------------------------
		room
------------------------------------------------------ */
#room {
  position: relative;
}
#room .room_bg {
  padding: 112px 0;
  background: #e1d3bd;
}
#room .vertical_tit {
  position: absolute;
  left: 2%;
}
#room .room_slide_wrap {
  width: 85%;
  margin-left: 15%;
  overflow: hidden;
}
#room .room_slide {
  position: relative;
  padding-bottom: 20px;
}
#room .room_slide .slick-list {
  max-width: 844px;
  overflow: visible;
}
#room .room_slide .slick-dots {
  left: -6px;
  bottom: 0;
  text-align: left;
}
#room .room_slide .slide_item {
  position: relative;
}
#room .room_slide .slide_item a {
  display: inline-block;
}
@media (any-hover: hover) {
  #room .room_slide .slide_item a {
    overflow: hidden;
  }
  #room .room_slide .slide_item a:hover {
    opacity: 1;
  }
  #room .room_slide .slide_item a:hover .item_img img {
    transform: scale(1.075);
  }
}
#room .room_slide .slide_item .item_img {
  position: relative;
  max-width: 400px;
}
#room .room_slide .slide_item .item_img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#room .room_slide .slide_item .item_img img {
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#room .room_slide .slide_item .item_tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
#room .room_col {
  align-items: flex-end;
  max-width: 760px;
  margin: 80px auto 0;
}
#room .room_col .col_txt {
  width: 100%;
}

#nonsmoking {
  padding: 112px 0;
  background: #ecdee0;
}
#nonsmoking .nonsmoking_col .col_img {
  width: 50%;
}
#nonsmoking .nonsmoking_col .col_txt {
  width: 44.6%;
}
#nonsmoking .nonsmoking_col .col_txt .sec_tit {
  text-align: left;
}

#amenity {
  padding: 112px 0 0;
}
#amenity .table {
  margin-bottom: 24px;
}
#amenity .table th {
  width: 30%;
}

#room_info {
  padding: 96px 0 112px;
}
#room_info .table th {
  width: 30%;
}

@media screen and (max-width: 810px) {
  #room .room_bg {
    padding: 84px 0 70px;
  }
  #room .vertical_tit {
    left: 2%;
  }
  #room .room_slide_wrap {
    width: 80%;
    margin-left: 20%;
  }
  #room .room_slide {
    padding-bottom: 16px;
  }
  #room .room_slide .slick-list {
    max-width: 84%;
  }
  #room .room_slide .slick-dots {
    left: -5px;
  }
  #room .room_slide .slick-slide {
    padding-right: 16px;
  }
  #room .room_slide .slide_item::before {
    height: 72px;
  }
  #room .room_slide .slide_item .item_img {
    max-width: 100%;
  }
  #room .room_slide .slide_item .item_tit {
    padding: 10px;
    font-size: 1.08rem;
  }
  #room .room_col {
    width: 80%;
    max-width: 100%;
    margin: 44px 0 0 auto;
    padding-right: 16px;
  }
  #room .room_col .col_txt {
    width: 100%;
  }
  #room .room_col .col_btn {
    width: 100%;
    margin-top: 32px;
  }
  #nonsmoking {
    padding: 40px 0;
  }
  #nonsmoking .sec_tit {
    font-size: 2.2rem;
  }
  #nonsmoking .nonsmoking_col .col_img {
    width: 100%;
    margin-bottom: 32px;
  }
  #nonsmoking .nonsmoking_col .col_txt {
    width: 100%;
  }
  #nonsmoking .nonsmoking_col .col_txt .sec_tit {
    text-align: center;
  }
  #amenity {
    margin-top: 0;
    padding: 40px 0 0;
  }
  #amenity .table {
    margin-bottom: 16px;
  }
  #amenity .table th {
    width: 100%;
  }
  #amenity .taC {
    text-align: left;
  }
  #room_info {
    padding: 48px 0 84px;
  }
  #room_info .table th {
    width: 100%;
  }
}
/* ---------------------------------------------------
		breakfast
------------------------------------------------------ */
#breakfast {
  position: relative;
}
#breakfast .breakfast_bg {
  padding: 112px 0 112px;
  background: #e1d3bd;
}
#breakfast .vertical_tit {
  position: absolute;
  right: 2%;
  top: 108px;
}
#breakfast .breakfast_img {
  width: 85%;
  margin: 0 auto;
}
#breakfast .breakfast_img img {
  width: 100%;
}
#breakfast .breakfast_img .img_left {
  width: 40.8%;
  margin-top: 120px;
}
#breakfast .breakfast_img .img_right {
  width: 46.7%;
  margin: 0 auto 0 7%;
}
#breakfast .breakfast_col {
  width: 90%;
  max-width: 1168px;
  margin: 16px auto 0;
}
#breakfast .breakfast_col .col_txt {
  width: 45.625%;
  margin-top: 48px;
}
#breakfast .breakfast_col .col_txt .txt_container {
  max-width: 456px;
  margin-left: auto;
}
#breakfast .breakfast_col .col_txt .table {
  margin-top: 40px;
}
#breakfast .breakfast_col .col_img {
  width: 27%;
  margin: 0 auto 0 6%;
}
#breakfast .breakfast_col .col_img img {
  width: 100%;
}
#breakfast .breakfast_col03 {
  margin-top: 96px;
  margin-bottom: 40px;
  gap: 32px 0;
}
#breakfast .breakfast_col03 .col_img {
  width: 31.6%;
  max-width: 368px;
}

#producer {
  padding: 112px 0;
  background: url(../img/breakfast/producer_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #c7af87;
}
#producer .producer_col {
  margin-top: 48px;
}
#producer .producer_col .col_img {
  width: 40%;
  max-width: 456px;
  margin-left: 6%;
}
#producer .producer_col .col_txt {
  width: 45%;
}
#producer .producer_col .col_txt .txt_name {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
#producer .producer_col .col_txt .txt_name .en {
  display: inline-block;
  margin-left: 16px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

@media screen and (max-width: 1366px) {
  #breakfast .breakfast_img {
    width: 85%;
    margin-left: 5%;
  }
  #breakfast .breakfast_col {
    width: 90%;
  }
}
@media screen and (max-width: 810px) {
  #breakfast .breakfast_bg {
    padding: 84px 0 44px;
  }
  #breakfast .vertical_tit {
    right: 3%;
    top: 84px;
  }
  #breakfast .breakfast_img {
    width: 100%;
    margin: 0;
  }
  #breakfast .breakfast_img .img_left {
    width: 60%;
    max-width: 100%;
    margin-top: 0;
    margin: 48px auto 0 16px;
  }
  #breakfast .breakfast_img .img_right {
    width: 70%;
    max-width: 100%;
    margin: 0 auto 0 10%;
  }
  #breakfast .breakfast_col {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 64px auto 0;
    padding-left: 16px;
  }
  #breakfast .breakfast_col .col_txt {
    width: 60%;
    margin: 0;
  }
  #breakfast .breakfast_col .col_txt .txt_container {
    max-width: 100%;
    margin-left: 0;
  }
  #breakfast .breakfast_col .col_img {
    width: 36%;
    margin: 0 0 0 auto;
  }
  #breakfast .breakfast_col .col_table {
    width: calc(100% - 16px);
    margin-top: 32px;
  }
  #breakfast .breakfast_col03 {
    margin-top: 70px;
    margin-bottom: 32px;
    gap: 16px;
  }
  #breakfast .breakfast_col03 .col_img {
    width: calc(50% - 8px);
  }
  #producer {
    padding: 40px 0 88px;
  }
  #producer .producer_col {
    margin-top: 32px;
  }
  #producer .producer_col .col_img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #producer .producer_col .col_img img {
    max-width: 70%;
  }
  #producer .producer_col .col_txt {
    width: 100%;
    margin-top: 40px;
  }
  #producer .producer_col .col_txt .txt_name {
    margin-bottom: 24px;
    font-size: 2.6rem;
  }
  #producer .producer_col .col_txt .txt_name .en {
    display: inline-block;
    margin-left: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
/* ---------------------------------------------------
		facilities
------------------------------------------------------ */
#facilities {
  padding: 112px 0 0;
}
#facilities .sec_tit {
  text-align: left;
}
#facilities .sec_tit .en {
  font-size: 6rem;
  line-height: 1;
}
#facilities .facilities_col {
  width: 90%;
  margin: 0 auto;
}
#facilities .facilities_col .col_img {
  width: 60.3%;
}
#facilities .facilities_col .col_img img {
  width: 100%;
}
#facilities .facilities_col .col_img .slick-dots {
  left: 4px;
  text-align: right;
}
#facilities .facilities_col .col_txt {
  width: calc(39.7% - 64px);
  max-width: 480px;
  margin-right: 64px;
  margin-left: auto;
}
#facilities .facilities_col .col_txt .txt_btn {
  margin-top: 28px;
}
#facilities .sec_wrap section {
  width: 46%;
  max-width: 536px;
  padding: 92px 0 0;
}
#facilities .sec_wrap .common_slide {
  margin-bottom: 60px;
}
#facilities .sec_wrap .sec_tit {
  margin-bottom: 28px;
  text-align: left;
}

#other {
  padding-top: 88px;
}
#other .flexbox:has(.other_sec) {
  gap: 64px 0;
  justify-content: flex-start;
}
#other .other_sec {
  width: 31.6%;
  max-width: 368px;
  margin-right: 2.6%;
}
#other .other_sec:nth-of-type(3n), #other .other_sec:last-of-type {
  margin-right: 0;
}
#other .other_sec .other_mv {
  margin-bottom: 40px;
}
#other .other_sec .sec_tit {
  margin-bottom: 28px;
  text-align: left;
}
#facilities_info {
  padding: 108px 0 112px;
}
#facilities_info .sec_tit {
  text-align: center;
}
#facilities_info .table {
  margin-top: 40px;
}

@media screen and (max-width: 1280px) {
  #facilities .facilities_col {
    width: 95%;
    margin-right: 0;
  }
}
@media screen and (max-width: 810px) {
  #facilities {
    padding: 80px 0 0;
  }
  #facilities .sec_tit {
    width: 100%;
    margin-bottom: 28px;
  }
  #facilities .sec_tit .en {
    font-size: 4.5rem;
  }
  #facilities .facilities_col .col_img {
    width: calc(100% + 16px);
    margin-right: -16px;
    max-width: 100vw;
  }
  #facilities .facilities_col .col_img .slick-dots {
    left: 0px;
    text-align: center;
  }
  #facilities .facilities_col .col_txt {
    width: 100%;
    max-width: none;
    margin: 60px 0 0;
  }
  #facilities .facilities_col .col_txt .txt_btn {
    margin-top: 32px;
  }
  #facilities .sec_wrap section {
    width: 100%;
    max-width: 100%;
    padding: 72px 0 0;
  }
  #facilities .sec_wrap section + .section {
    padding-top: 88px;
  }
  #facilities .sec_wrap .common_slide {
    margin-bottom: 40px;
  }
  #facilities .sec_wrap .sec_tit {
    margin-bottom: 24px;
    text-align: center;
  }
  #other {
    padding-top: 48px;
  }
  #other .flexbox:has(.other_sec) {
    gap: 40px 0;
    justify-content: space-between;
  }
  #other .other_sec {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  #other .other_sec .other_mv {
    margin-bottom: 20px;
  }
  #other .other_sec .sec_tit {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  #other .other_sec .sec_tit .en {
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 1.3rem;
  }
  #facilities_info {
    padding: 80px 0 80px;
  }
  #facilities_info .table {
    margin-top: 32px;
  }
}
/* ---------------------------------------------------
		access
------------------------------------------------------ */
#access {
  padding: 104px 0 104px;
  background: #2e3826;
  color: #c7af87;
}
#access .sec_tit {
  margin-bottom: 36px;
}
#access .sec_tit .en {
  margin-bottom: 0;
  font-size: 6rem;
  line-height: 1;
}
#access .access_col {
  max-width: 880px;
  margin: 88px auto 0;
  align-items: flex-end;
}
#access .access_col .col_txt {
  width: calc(100% - 250px);
}
#access .access_col .col_btn {
  width: 240px;
  padding-bottom: 8px;
}
#access .access_col .col_btn .btn {
  color: #c7af87;
}
@media (any-hover: hover) {
  #access .access_col .col_btn .btn:hover {
    background: #c7af87;
    color: #2e3826;
    opacity: 1;
  }
}

@media screen and (max-width: 810px) {
  #access {
    padding: 80px 0 84px;
  }
  #access .sec_tit {
    margin-bottom: 28px;
  }
  #access .sec_tit .en {
    font-size: 4.5rem;
  }
  #access .access_col {
    margin-top: 60px;
  }
  #access .access_col .col_txt {
    width: 100%;
  }
  #access .access_col .col_btn {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 0;
  }
}
/* ---------------------------------------------------
		sightseeing
------------------------------------------------------ */
#sightseeing {
  padding: 112px 0 104px;
}
#sightseeing .wide_container {
  max-width: none;
}
#sightseeing .sec_tit {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
#sightseeing .sec_tit .en {
  margin-bottom: 0;
  font-size: 6rem;
  line-height: 1;
}
#sightseeing .sightseeing_img .img_item {
  width: 30.83%;
}
#sightseeing .sightseeing_img .img_item:nth-of-type(2) {
  margin-top: 64px;
}
#sightseeing .sightseeing_img .img_item:nth-of-type(3) {
  margin-top: 128px;
}
#sightseeing .sightseeing_img .img_item img {
  width: 100%;
}
#sightseeing .sightseeing_col {
  max-width: 760px;
  margin: 16px auto 0;
  align-items: flex-end;
}
#sightseeing .sightseeing_col .col_txt {
  width: calc(100% - 250px);
}
#sightseeing .sightseeing_col .col_btn {
  width: 240px;
  padding-bottom: 8px;
}

.sightseeing_bg {
  height: 440px;
  background: url(../img/en/sightseeing_bg_01.webp) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  #sightseeing {
    padding: 80px 0 84px;
  }
  #sightseeing .sec_tit {
    position: static;
    margin-bottom: 8px;
    text-align: right;
  }
  #sightseeing .sec_tit .en {
    font-size: 4.5rem;
  }
  #sightseeing .sightseeing_img .img_item {
    width: calc(50% - 11px);
    max-width: 100%;
  }
  #sightseeing .sightseeing_img .img_item:nth-of-type(2) {
    margin-top: 32px;
  }
  #sightseeing .sightseeing_img .img_item:nth-of-type(3) {
    display: none;
    margin-top: 64px;
  }
  #sightseeing .sightseeing_col {
    max-width: 100%;
    margin-top: 60px;
  }
  #sightseeing .sightseeing_col .col_txt {
    width: 100%;
  }
  #sightseeing .sightseeing_col .col_btn {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 0;
  }
  .sightseeing_bg {
    height: 58.66vw;
    background: url(../img/en/sightseeing_bg_01_sp.webp) no-repeat center;
    background-size: cover;
  }
}