/* ---------------------------------------------------
	common
------------------------------------------------------ */
body {
  letter-spacing: 0;
}

#footer .f_info .info_map {
  letter-spacing: 0;
}
#footer .f_nav {
  width: 54%;
}
#footer .f_nav .nav_list {
  margin-bottom: 40px;
  letter-spacing: 0;
}
#footer .f_reserve .reserve_tel {
  letter-spacing: 0;
  line-height: 1.3;
}
#footer .f_reserve .reserve_tel .big {
  color: #fcfaf2;
  font-size: 2.4rem;
}
#footer .f_reserve .reserve_tel .time {
  display: inline-block;
  margin-top: 8px;
}

#nav_box .nav_list {
  letter-spacing: 0;
}
#nav_box .nav_reserve .reserve_tel {
  letter-spacing: 0;
  line-height: 1.3;
}
#nav_box .nav_reserve .reserve_tel .tel .big {
  color: #fcfaf2;
  font-size: 2.4rem;
}
#nav_box .nav_reserve .reserve_tel .tel .time {
  display: inline-block;
  margin-top: 8px;
}

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

.sec_tit {
  letter-spacing: 0;
}

.sec_tit02 {
  letter-spacing: 0;
}

.home_tit {
  margin-bottom: 56px;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
}
.home_tit .color {
  display: block;
  margin-bottom: 24px;
  color: #bc9f77;
  font-size: 1.6rem;
}
.home_tit .color .en {
  display: inline-block;
  margin-left: 8px;
  letter-spacing: 0.05em;
}
.home_tit .color .icon {
  margin-right: 8px;
}

.home_lead {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 56px;
  padding-top: 52px;
  gap: 48px;
  align-items: center;
  justify-content: center;
}
.home_lead .bg {
  position: absolute;
  left: -56px;
  top: 0px;
}
.home_lead .lead_tit {
  position: relative;
  padding-left: 48px;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.home_lead .lead_txt {
  position: relative;
}
.home_lead .lead_txt .en {
  position: absolute;
  left: -24px;
  top: -56px;
  color: #bc9f77;
  font-size: 8.8rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.15;
  pointer-events: none;
}
.home_lead .lead_txt .en + p {
  position: relative;
  line-height: 2.25;
}

.bg_tit {
  font-size: 2rem;
  line-height: 1.5;
}
.bg_tit .bg {
  display: inline-block;
  padding: 2px 8px 3px 8px;
  background: linear-gradient(to right, rgba(19, 27, 36, 0.8) 0%, rgba(28, 28, 28, 0.8) 47%, rgba(67, 67, 67, 0.8) 100%);
}
.bg_tit br + .bg {
  margin-top: 4px;
}
.bg_tit .small {
  font-size: 1.6rem;
}

@media screen and (max-width: 810px) {
  #nav_box .nav_list {
    font-size: 1.5rem;
  }
  #nav_box .nav_list li a {
    padding-left: calc(50% - 9em);
  }
  .sec_tit02 {
    margin-bottom: 28px;
    font-size: 1.75rem;
  }
  .table:not(.sp_table) {
    border-top: none;
  }
  .table:not(.sp_table) th,
  .table:not(.sp_table) td {
    padding: 8px 12px;
  }
  .home_tit {
    margin-bottom: 32px;
    font-size: 1.75rem;
  }
  .home_tit .color {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .home_lead {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 24px;
    padding: 48px 24px 0;
    gap: 16px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .home_lead .bg {
    position: absolute;
    left: 32px;
    top: 0;
    width: 75px;
    height: auto;
  }
  .home_lead .lead_tit {
    width: 100%;
    padding-left: 0;
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .home_lead .lead_txt {
    width: 100%;
  }
  .home_lead .lead_txt .en {
    left: -16px;
    top: -64px;
    font-size: clamp(6.5rem, 18.8vw, 10.5rem);
  }
  .home_lead .lead_txt .en + p {
    line-height: 2.25;
  }
  .bg_tit {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .bg_tit br + .bg {
    margin-top: 4px;
  }
  .bg_tit .small {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------
	prologue
------------------------------------------------------ */
#prologue {
  padding: 128px 0;
  background: url(../img/home/prologue_bg_01.png) no-repeat center top 300px;
  overflow: hidden;
}
#prologue .prologue_col {
  width: 100%;
}
#prologue .prologue_col .col_img {
  width: calc(50% + 100px);
}
#prologue .prologue_col .col_txt {
  position: relative;
  width: calc(50% - 100px);
}
#prologue .prologue_col .col_txt .txt_container {
  max-width: 460px;
  margin-left: auto;
}
#prologue .prologue_col .col_txt .home_tit {
  margin-bottom: 48px;
  text-align: left;
}
#prologue .prologue_col .col_txt .home_tit.big {
  font-size: 2.6rem;
  line-height: 1.9375;
  white-space: nowrap;
}
#prologue .prologue_col .col_txt .home_tit.big .main {
  text-shadow: 0 0 8px #000;
}
#prologue .prologue_col + .prologue_col {
  margin-top: 128px;
}
#prologue .prologue_col + .prologue_col .col_txt {
  margin-left: 8%;
  margin-right: auto;
  margin-top: 8px;
}
#prologue .prologue_col + .prologue_col .col_txt .txt_container {
  margin-left: 0;
}
#prologue .prologue_col + .prologue_col .col_img {
  width: calc(50% - 60px);
}
#prologue .prologue_col + .prologue_col .col_img .img01 {
  width: 38%;
  max-width: 220px;
  margin-top: -72px;
}
#prologue .prologue_col + .prologue_col .col_img .img02 {
  width: 55.2%;
  max-width: 320px;
  margin-top: 24px;
  transition-delay: 500ms;
}

@media screen and (max-width: 1280px) {
  #prologue .prologue_col .col_txt {
    padding-left: 4%;
    padding-right: 24px;
  }
  #prologue .prologue_col .col_txt .home_tit {
    margin-bottom: 32px;
  }
  #prologue .prologue_col .col_txt .home_tit.big {
    font-size: 2.1rem;
  }
  #prologue .prologue_col .col_txt p br {
    display: none;
  }
  #prologue .prologue_col + .prologue_col .col_txt {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 810px) {
  #prologue {
    padding: 64px 0;
    background: url(../img/home/prologue_bg_01.png) no-repeat center top 300px;
    overflow: hidden;
  }
  #prologue .prologue_col {
    width: 100%;
  }
  #prologue .prologue_col .col_img {
    width: 100vw;
    margin: 0 -24px 24px;
  }
  #prologue .prologue_col .col_txt {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0;
  }
  #prologue .prologue_col .col_txt .txt_container {
    max-width: 100%;
  }
  #prologue .prologue_col .col_txt .home_tit {
    margin: 0 -24px 24px;
    margin-bottom: 24px;
    text-align: center;
  }
  #prologue .prologue_col .col_txt .home_tit.big {
    padding: 0 8px;
    font-size: 1.6rem;
    line-height: 1.77;
    white-space: wrap;
  }
  #prologue .prologue_col .col_txt .home_tit.big .main {
    text-shadow: 0 0 8px #000;
  }
  #prologue .prologue_col + .prologue_col {
    margin-top: 128px;
  }
  #prologue .prologue_col + .prologue_col .col_txt {
    margin-left: 8%;
    margin-right: auto;
    margin-top: 8px;
    padding: 0;
  }
  #prologue .prologue_col + .prologue_col .col_img {
    width: calc(100% - 48px);
    margin: 0 auto 32px;
  }
  #prologue .prologue_col + .prologue_col .col_img .img01 {
    width: 38%;
    max-width: 220px;
    margin-top: -72px;
  }
  #prologue .prologue_col + .prologue_col .col_img .img02 {
    width: 55.2%;
    max-width: 320px;
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
	point
------------------------------------------------------ */
#point {
  padding: 92px 0 128px;
}
#point .point_slide {
  gap: 20px 0;
  justify-content: flex-start;
}
#point .point_slide .slick-prev,
#point .point_slide .slick-next {
  width: 32px;
  height: 91px;
  margin-top: -45px;
  background: url(../img/en/icon_slide_sp.svg) no-repeat;
  background-size: 100%;
}
#point .point_slide .slide_item {
  width: 32.1%;
  max-width: 346px;
  margin-right: 1.85%;
  padding: 40px 33px 32px;
  background: #fcfaf2;
  line-height: 2.25;
}
#point .point_slide .slide_item:nth-of-type(3n) {
  margin-right: 0;
}
#point .point_slide .slide_item .item_tit {
  margin-bottom: 8px;
  font-size: 1.7rem;
  line-height: 1.66;
  text-align: left;
}
#point .point_slide .slide_item .item_tit .color {
  color: #78c2c4;
  font-size: 1.6rem;
}
#point .point_slide .slide_item .item_img {
  margin-bottom: 16px;
}
#point .point_slide .slick-dots {
  bottom: -16px;
}
#point .point_slide .slick-dots li button {
  width: 40px;
  background: #434343;
}
#point .point_slide_nav {
  text-align: center;
}
#point .point_slide_nav .slick-track {
  display: flex;
  gap: 1px;
  transform: unset !important;
}
#point .point_slide_nav .slick-track:before, #point .point_slide_nav .slick-track::after {
  content: none;
}
#point .point_slide_nav > .slide_item:not(:first-child) {
  display: none;
}
#point .point_slide_nav .slide_item {
  padding: 8px;
  background: #bbe0e1;
  color: #78c2c4;
  flex-grow: 1;
}
#point .point_slide_nav .slick-current .slide_item {
  background: #78c2c4;
  color: #fcfaf2;
}

@media screen and (max-width: 810px) {
  #point {
    padding: 40px 0 64px;
  }
  #point .point_slide {
    gap: 0;
    display: flex;
    background: #fcfaf2;
  }
  #point .point_slide > .slide_item:not(:first-child) {
    display: none;
  }
  #point .point_slide .slide_item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 24px 32px 24px;
    line-height: 2.25;
  }
  #point .point_slide .slide_item .item_tit {
    margin-bottom: 8px;
    font-size: 1.75rem;
  }
  #point .point_slide .slide_item .item_tit .color {
    font-size: 1.4rem;
  }
  #point .point_slide .slide_item .item_img {
    margin-bottom: 16px;
  }
}
/* ---------------------------------------------------
	about
------------------------------------------------------ */
#about {
  padding-top: 128px;
}
#about .home_tit:has(.logo) {
  margin-bottom: 0;
}
#about .home_tit .logo {
  display: block;
  margin: 8px auto 0;
}

@media screen and (max-width: 810px) {
  #about {
    padding-top: 64px;
  }
  #about .home_tit .logo {
    width: 148px;
    height: auto;
  }
}
/* ---------------------------------------------------
	room
------------------------------------------------------ */
#room {
  padding: 72px 0 128px;
  background: url(../img/home/room_bg_01.png) no-repeat left calc(50vw - 260px) top 500px;
}
#room .room_slide_wrap {
  max-width: 1280px;
  margin: 0 auto;
}
#room .room_slide_wrap .bg_tit {
  position: absolute;
  left: 8%;
  top: 36px;
  z-index: 10;
}
#room .room_slide {
  max-width: 1280px;
  margin: 0 auto;
}
#room .room_slide .slide_item .item_txt {
  position: absolute;
  right: 8%;
  top: 48px;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.5;
  z-index: 10;
}
#room .room_slide_thumb {
  position: absolute;
  right: calc(50% - 540px);
  top: calc(100% - 48px);
  width: max-content;
  max-width: 100%;
}
#room .room_slide_thumb .slide_item {
  padding-left: 12px;
}
#room .room_slide_thumb .slide_item img {
  cursor: pointer;
}
#room .room_col {
  margin-top: 44px;
  align-items: flex-end;
}
#room .room_col .col_txt {
  max-width: calc(100% - 360px);
}
#room .room_col .col_btn {
  width: 280px;
}
#room .room_bg {
  margin-top: 128px;
  padding: 80px 0;
  background: url(../img/home/room_bg_03.webp) no-repeat center;
  background-size: cover;
  text-align: center;
}
#room .room_detail .detail_tit {
  font-size: 2.6rem;
  line-height: 1.75;
}
#room .room_detail .detail_tit .small {
  display: block;
  font-size: 2rem;
}
#room .room_detail .detail_tit .color {
  color: #bc9f77;
}
#room .room_detail .detail_col {
  margin-top: 96px;
}
#room .room_detail .detail_col .col_txt {
  width: 50%;
  padding: 0 64px;
}
#room .room_detail .detail_col .col_txt .txt_container {
  max-width: 476px;
}
#room .room_detail .detail_col .col_img {
  width: 50%;
}
#room .room_detail .detail_col .col_img > .flexbox {
  max-width: 640px;
  margin-left: auto;
}
#room .room_detail .detail_col .col_img .img_wide {
  width: 100%;
}
#room .room_detail .detail_col .col_img .img_min {
  width: 50%;
}
#room .room_detail .detail_col.reverse .col_txt .txt_container {
  margin-left: auto;
}
#room .room_detail .detail_col.reverse .col_img > .flexbox {
  margin-left: 0;
}
#room .room_detail .detail_col .room_icons {
  margin-top: 44px;
  gap: 20px;
  font-size: 1.2rem;
  line-height: 1.2;
  justify-content: flex-start;
  text-align: center;
}
#room .room_detail .detail_col .room_icons .icon {
  min-height: 37px;
  line-height: 37px;
}
#room .room_detail .detail_col .room_icons .icon img {
  vertical-align: middle;
}
#room .room_detail .detail_col .room_icons .txt {
  margin-top: 8px;
}
#room .room_detail .detail_col .table {
  margin-top: 48px;
  border-top: 1px solid #d0d0d0;
}
#room .room_detail .detail_col .table th,
#room .room_detail .detail_col .table td {
  padding: 12px 16px;
}
#room .room_detail .detail_col .table th {
  width: 140px;
}
#room .room_detail .bg_box {
  margin-top: 96px;
  padding-top: 24px;
  color: #1c1c1c;
}
#room .room_detail .bg_box .table th,
#room .room_detail .bg_box .table td {
  border-bottom-color: #d0d0d0;
}
#room .room_detail .bg_box .table th {
  color: #78c2c4;
}
#room .room_detail .amenity_img {
  margin-top: 48px;
}
#room .room_detail .amenity_img .img {
  width: 32%;
  max-width: 313px;
}

@media screen and (max-width: 810px) {
  #room {
    padding: 0 0 64px;
    background: url(../img/home/room_bg_01.png) no-repeat left -22vw top calc(107vw + 260px);
    background-size: 120%;
  }
  #room .room_slide_wrap .bg_tit {
    position: absolute;
    left: 4%;
    top: 6%;
    z-index: 10;
  }
  #room .room_slide {
    margin: 0 auto;
  }
  #room .room_slide .slide_item img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  #room .room_slide .slide_item .item_txt {
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 24px 16px 14px;
    background: linear-gradient(to bottom, rgba(19, 27, 36, 0) 0%, rgba(19, 27, 36, 0.6) 100%);
    line-height: 1.2;
    font-size: 1.225rem;
    text-align: left;
    line-height: 1.5;
  }
  #room .room_slide_thumb {
    position: relative;
    right: auto;
    top: auto;
    width: 220px;
    max-width: 100%;
    margin: 16px auto 0;
  }
  #room .room_slide_thumb .slide_item {
    padding-left: 8px;
  }
  #room .room_slide_thumb .slide_item img {
    aspect-ratio: 120/160;
    object-fit: cover;
  }
  #room .room_col {
    margin-top: 32px;
  }
  #room .room_col .col_txt {
    max-width: 100%;
  }
  #room .room_col .col_btn {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  #room .room_bg {
    margin-top: 64px;
    padding: 64px 0;
    background: url(../img/home/room_bg_03_sp.webp) no-repeat center;
    background-size: cover;
  }
  #room .room_bg .bg_img {
    width: 50%;
    margin: 0 auto;
  }
  #room .room_detail .detail_tit {
    width: 100%;
    padding: 48px 16px 16px;
    font-size: 2rem;
  }
  #room .room_detail .detail_tit .small {
    font-size: 1.6rem;
  }
  #room .room_detail .detail_col {
    margin-top: 0;
  }
  #room .room_detail .detail_col .col_txt {
    width: 100%;
    padding: 0;
  }
  #room .room_detail .detail_col .col_txt .txt_container {
    width: calc(100% - 48px);
    max-width: 100%;
    margin: 0 auto;
  }
  #room .room_detail .detail_col .col_img {
    width: 96%;
    margin: 0 auto;
  }
  #room .room_detail .detail_col .col_img > .flexbox {
    max-width: 100%;
    margin-left: auto;
  }
  #room .room_detail .detail_col .col_img .img_wide {
    width: 100%;
  }
  #room .room_detail .detail_col .col_img .img_min {
    width: 50%;
  }
  #room .room_detail .detail_col .room_icons {
    margin-top: 24px;
    gap: 16px;
    font-size: 1.2rem;
  }
  #room .room_detail .detail_col .room_icons .icon {
    transform: scale(0.8);
  }
  #room .room_detail .detail_col .table {
    margin-top: 24px;
    border-bottom-color: #d0d0d0;
  }
  #room .room_detail .detail_col .table th,
  #room .room_detail .detail_col .table td {
    padding: 8px 16px;
  }
  #room .room_detail .detail_col .table th {
    width: 100%;
  }
  #room .room_detail .detail_col .table td {
    border-bottom-color: #d0d0d0;
  }
  #room .room_detail .bg_box {
    width: calc(100% + 24px);
    margin: 48px -12px 0;
    padding: 16px 16px 32px;
  }
  #room .room_detail .amenity_img {
    margin-top: 24px;
  }
  #room .room_detail .amenity_img .img {
    width: 32%;
    max-width: 313px;
  }
  #room .room_detail .amenity_img .img img {
    aspect-ratio: 207/240;
    object-fit: cover;
  }
}
/* ---------------------------------------------------
	healing
------------------------------------------------------ */
#healing {
  padding: 72px 0 0;
  background: url(../img/home/healing_bg_01.png) no-repeat left calc(50vw - 700px) bottom -240px, linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
}
#healing .home_lead .bg {
  left: 0;
}
#healing .healing_img {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
}
#healing .healing_img .img01,
#healing .healing_img .img02 {
  width: 50%;
}
#healing .healing_img .img01 img,
#healing .healing_img .img02 img {
  width: 100%;
}
#healing .healing_img .img02 {
  transition-delay: 500ms;
}
#healing .healing_img .bg_tit {
  position: absolute;
  left: 7%;
  top: 50px;
}
#healing .healing_col {
  margin-top: 40px;
}
#healing .healing_col .col_txt {
  width: 50%;
  letter-spacing: 0;
}
#healing .healing_col .col_txt .txt_btn {
  margin-top: 88px;
  line-height: 1;
  text-align: right;
}
#healing .healing_col .col_img {
  width: 46%;
  max-width: 480px;
}
#healing .healing_col02 {
  margin-top: 92px;
  margin-bottom: 96px;
}
#healing .healing_col02 .col_item {
  width: 46.7%;
  max-width: 504px;
}
#healing .healing_col02 .col_item .item_img {
  margin-bottom: 32px;
}
#healing .healing_col02 .col_item .item_img.flexbox .img {
  position: relative;
  width: 50%;
}
#healing .healing_col02 .col_item .item_img .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 16px 14px;
  background: linear-gradient(to bottom, rgba(19, 27, 36, 0) 0%, rgba(19, 27, 36, 0.6) 100%);
  line-height: 1.2;
}
#healing .healing_col02 .col_item .item_tit {
  margin-bottom: 32px;
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: center;
}
#healing .healing_col02 .col_item .item_tit .small {
  display: inline-block;
  margin-left: 8px;
  font-size: 2rem;
}
#healing .healing_col02 .col_item .txt_color {
  display: inline-block;
  padding: 4px 16px;
  background: #b9272d;
  line-height: 1.5;
}
#healing .healing_col02 .col_item .item_btn {
  margin-top: 56px;
  line-height: 1;
}
#healing #onsen_info {
  padding: 96px 0 0;
}
#healing #onsen_info .bg_box {
  padding-top: 24px;
}
#healing #manner {
  padding: 96px 0 128px;
  line-height: 2.25;
}
#healing #manner .manner_tit {
  font-size: 2rem;
  line-height: 1.75;
}
#healing #manner .manner_list {
  margin-top: 40px;
  margin-bottom: 40px;
}
#healing #manner .manner_list > li {
  position: relative;
  padding: 24px 36px 32px;
  border: 1px solid #d0d0d0;
}
#healing #manner .manner_list > li::after {
  content: "";
  position: absolute;
  left: 104px;
  top: calc(100% - 20px);
  display: block;
  background: url(../img/en/manner_icon_01.svg) no-repeat;
  background-size: 100%;
  width: 90px;
  height: 40px;
}
#healing #manner .manner_list > li:last-of-type::after {
  content: none;
}
#healing #manner .manner_list > li + li {
  margin-top: 8px;
}
#healing #manner .manner_list > li .list_tit {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.5;
}
#healing #manner .manner_list > li .list_tit .color {
  display: inline-block;
  margin-right: 24px;
  color: #78c2c4;
  font-size: 1.6rem;
}
#healing #manner .manner_list > li .list_col .col_img {
  width: 240px;
}
#healing #manner .manner_list > li .list_col .col_txt {
  width: calc(100% - 240px - 32px);
}
#healing #manner .manner_list > li .list_col02 {
  margin-top: 32px;
  margin-bottom: 24px;
  line-height: 1.5;
}
#healing #manner .manner_list > li .list_col02 .col_item {
  padding: 0 16px;
  text-align: center;
}
#healing #manner .manner_list > li .list_col02 .col_item + .col_item {
  border-left: 1px solid #d0d0d0;
}

@media screen and (max-width: 810px) {
  #healing {
    padding: 16px 0 64px;
    background: url(../img/home/healing_bg_01.png) no-repeat center top calc(160vw + 200px), linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
    background-size: 110%;
  }
  #healing .home_lead {
    padding-top: 40px;
  }
  #healing .home_lead .bg {
    left: 32px;
    width: 67px;
    height: auto;
  }
  #healing .healing_img {
    width: 100%;
    margin: 0 auto 16px;
  }
  #healing .healing_img .img01,
  #healing .healing_img .img02 {
    width: 100%;
  }
  #healing .healing_img .img01 img,
  #healing .healing_img .img02 img {
    width: 100%;
  }
  #healing .healing_img .bg_tit {
    position: absolute;
    left: 4%;
    top: 50%;
    max-width: 96%;
    transform: translateY(-50%);
  }
  #healing .healing_col {
    margin-top: 40px;
  }
  #healing .healing_col .col_txt {
    width: 100%;
  }
  #healing .healing_col .col_txt .txt_btn {
    margin-top: 48px;
    text-align: center;
  }
  #healing .healing_col .col_img {
    width: 100%;
    max-width: 100%;
    margin: 96px auto 0;
  }
  #healing .healing_col02 {
    margin-top: 48px;
    margin-bottom: 48px;
    gap: 40px 0;
  }
  #healing .healing_col02 .col_item {
    width: 100%;
    max-width: 100%;
  }
  #healing .healing_col02 .col_item .item_img {
    width: calc(100% + 24px);
    max-width: 100vw;
    margin: 0 -12px 16px;
  }
  #healing .healing_col02 .col_item .item_img .img_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px 8px 8px;
    background: linear-gradient(to bottom, rgba(19, 27, 36, 0) 0%, rgba(19, 27, 36, 0.6) 100%);
    line-height: 1.2;
  }
  #healing .healing_col02 .col_item .item_tit {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
  #healing .healing_col02 .col_item .item_tit .small {
    font-size: 1.8rem;
  }
  #healing .healing_col02 .col_item .item_btn {
    margin-top: 32px;
    text-align: center;
  }
  #healing #onsen_info {
    padding: 48px 0 0;
  }
  #healing #onsen_info .bg_box {
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 8px 16px 24px;
  }
  #healing #manner {
    padding: 48px 0 64px;
    line-height: 1.9;
  }
  #healing #manner .bg_box {
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 24px 16px 24px;
  }
  #healing #manner .manner_tit {
    font-size: 1.75rem;
    line-height: 1.75;
  }
  #healing #manner .manner_list {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #healing #manner .manner_list > li {
    padding: 24px 20px 32px;
  }
  #healing #manner .manner_list > li::after {
    left: calc(50% - 40px);
    top: calc(100% - 16px);
    width: 79px;
    height: 35px;
  }
  #healing #manner .manner_list > li:last-of-type {
    padding-bottom: 24px;
  }
  #healing #manner .manner_list > li:last-of-type::after {
    content: none;
  }
  #healing #manner .manner_list > li + li {
    margin-top: 8px;
  }
  #healing #manner .manner_list > li .list_tit {
    margin-bottom: 16px;
    font-size: 1.75rem;
    line-height: 1.5;
  }
  #healing #manner .manner_list > li .list_tit .color {
    margin-right: 20px;
    font-size: 1.4rem;
  }
  #healing #manner .manner_list > li .list_col .col_img {
    width: 100%;
    text-align: center;
  }
  #healing #manner .manner_list > li .list_col .col_img img {
    width: 75%;
  }
  #healing #manner .manner_list > li .list_col .col_txt {
    width: 100%;
    margin-top: 16px;
  }
  #healing #manner .manner_list > li .list_col02 {
    margin-top: 0px;
    margin-bottom: 0;
  }
  #healing #manner .manner_list > li .list_col02 .col_item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 0;
  }
  #healing #manner .manner_list > li .list_col02 .col_item img {
    width: 44%;
    height: auto;
  }
  #healing #manner .manner_list > li .list_col02 .col_item img + p {
    width: 56%;
  }
  #healing #manner .manner_list > li .list_col02 .col_item + .col_item {
    border-top: 1px solid #d0d0d0;
    border-left: none;
  }
}
/* ---------------------------------------------------
	omotenashi
------------------------------------------------------ */
#omotenashi {
  position: relative;
  padding: 72px 0 0;
  background: url(../img/home/omotenashi_bg_01.png) no-repeat left calc(50vw - 96px) top 420px, linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
  z-index: 10;
}
#omotenashi .home_lead .bg {
  top: 100px;
  left: -64px;
}
#omotenashi .home_lead .en {
  left: -196px;
}
#omotenashi .home_lead .lead_tit {
  letter-spacing: 0;
}
#omotenashi .home_lead .lead_tit .small {
  display: block;
  margin-top: 8px;
  font-size: 0.5em;
  letter-spacing: 0;
}
#omotenashi .omotenashi_slide_wrap {
  margin-bottom: 64px;
}
#omotenashi .omotenashi_slide_wrap .bg_tit {
  position: absolute;
  left: 0;
  top: 44%;
}
#omotenashi .omotenashi_slide {
  max-width: 800px;
  margin: 0 auto;
}
#omotenashi .omotenashi_col {
  align-items: flex-end;
}
#omotenashi .omotenashi_slide02 {
  margin-top: 64px;
}
#omotenashi .omotenashi_slide02 .slick-list {
  width: calc(100% + 40px);
}
#omotenashi .omotenashi_slide02 .slide_item {
  padding-right: 36px;
}
#omotenashi .lunch_col {
  align-items: flex-start;
  margin: 96px auto -132px;
}
#omotenashi .lunch_col .col_img {
  width: calc(50% + 50px);
  overflow: hidden;
}
#omotenashi .lunch_col .col_img .common_slide {
  margin-bottom: 24px;
}
#omotenashi .lunch_col .col_img .slick-list {
  max-width: 556px;
  margin-left: auto;
  overflow: visible;
}
#omotenashi .lunch_col .col_img .slide_item {
  padding-left: 16px;
}
#omotenashi .lunch_col .col_img .slick-dots {
  text-align: right;
}
#omotenashi .lunch_col .col_img .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 16px 14px;
  background: linear-gradient(to bottom, rgba(19, 27, 36, 0) 0%, rgba(19, 27, 36, 0.6) 100%);
  line-height: 1.2;
}
#omotenashi .lunch_col .col_txt {
  width: calc(50% - 50px);
  padding: 0 56px 0;
}
#omotenashi .lunch_col .col_txt .txt_container {
  max-width: 420px;
}
#omotenashi .lunch_col .col_txt .bg_tit {
  margin-bottom: 56px;
}
#omotenashi .lunch_col .col_txt .txt_btn {
  margin-top: 88px;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 810px) {
  #omotenashi {
    padding: 16px 0 48px;
    background: url(../img/home/omotenashi_bg_01.png) no-repeat center top calc(50vw + 360px), linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
    background-size: 85%;
  }
  #omotenashi .home_lead {
    padding-top: 40px;
  }
  #omotenashi .home_lead .bg {
    top: 0;
    left: 64px;
  }
  #omotenashi .home_lead .lead_txt .en {
    left: -26px;
    font-size: clamp(5.5rem, 16.4vw, 10.5rem);
  }
  #omotenashi .omotenashi_slide_wrap {
    width: calc(100% - 24px);
    margin: 0 auto 24px;
  }
  #omotenashi .omotenashi_slide_wrap .bg_tit {
    position: static;
    padding: 0 8px;
  }
  #omotenashi .omotenashi_slide {
    width: 100%;
    margin: 0 auto 40px;
  }
  #omotenashi .omotenashi_col {
    align-items: flex-end;
  }
  #omotenashi .omotenashi_col .col_btn {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  #omotenashi .omotenashi_slide02 {
    width: 100%;
    margin-top: 108px;
  }
  #omotenashi .omotenashi_slide02 .slick-list {
    width: 100%;
  }
  #omotenashi .omotenashi_slide02 .slide_item {
    padding: 0 12px;
  }
  #omotenashi .lunch_col {
    width: 100%;
    margin: 48px auto 0;
  }
  #omotenashi .lunch_col .col_img {
    width: 100%;
    overflow: hidden;
  }
  #omotenashi .lunch_col .col_img .common_slide {
    margin-bottom: 16px;
  }
  #omotenashi .lunch_col .col_img .slick-list {
    max-width: 88%;
    margin: 0 auto;
  }
  #omotenashi .lunch_col .col_img .slide_item {
    padding: 0 4px;
  }
  #omotenashi .lunch_col .col_img .slick-dots {
    text-align: center;
  }
  #omotenashi .lunch_col .col_txt {
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 32px 0 0;
  }
  #omotenashi .lunch_col .col_txt .txt_container {
    max-width: 100%;
  }
  #omotenashi .lunch_col .col_txt .bg_tit {
    margin-bottom: 24px;
  }
  #omotenashi .lunch_col .col_txt .txt_btn {
    margin-top: 40px;
    text-align: center;
  }
}
/* ---------------------------------------------------
	facility
------------------------------------------------------ */
#facility {
  position: relative;
  padding-bottom: 128px;
  z-index: 5;
}
#facility .facility_bg {
  position: relative;
  height: 616px;
  overflow: hidden;
  z-index: 0;
}
#facility .facility_bg img {
  position: relative;
  left: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 110%;
  object-fit: cover;
  transform: translateX(-50%);
}
#facility .facility_col {
  position: relative;
  align-items: flex-start;
  margin: -120px auto 0;
}
#facility .facility_col .col_img {
  width: calc(50% + 50px);
  overflow: hidden;
}
#facility .facility_col .col_img .common_slide {
  margin-bottom: 24px;
}
#facility .facility_col .col_img .slick-list {
  max-width: 556px;
  margin-right: auto;
  overflow: visible;
}
#facility .facility_col .col_img .slide_item {
  position: relative;
  padding-right: 16px;
}
#facility .facility_col .col_img .slide_item .item_caption {
  position: absolute;
  right: 16px;
  bottom: 0;
  padding: 24px 16px 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
#facility .facility_col .col_img .slick-dots {
  text-align: left;
}
#facility .facility_col .col_txt {
  width: calc(50% - 50px);
  padding: 0 56px 0;
}
#facility .facility_col .col_txt .txt_container {
  max-width: 420px;
  margin-left: auto;
}
#facility .facility_col .col_txt .bg_tit {
  margin-bottom: 72px;
}
#facility .facility_col .col_txt .txt_btn {
  margin-top: 88px;
  line-height: 1;
  text-align: right;
}
#facility .facility_slide02 {
  margin-top: 64px;
}
#facility .facility_slide02 .slick-list {
  width: calc(100% + 40px);
}
#facility .facility_slide02 .slide_item {
  padding-right: 36px;
}
#facility .facility_col02 {
  margin-top: 92px;
  gap: 96px 0;
}
#facility .facility_col02 .col_item {
  width: 46.7%;
  max-width: 504px;
}
#facility .facility_col02 .col_item .item_img {
  margin-bottom: 32px;
}
#facility .facility_col02 .col_item .item_img.flexbox .img {
  position: relative;
  width: 50%;
}
#facility .facility_col02 .col_item .item_img .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 16px 14px;
  background: linear-gradient(to bottom, rgba(19, 27, 36, 0) 0%, rgba(19, 27, 36, 0.6) 100%);
  line-height: 1.2;
}
#facility .facility_col02 .col_item .item_tit {
  margin-bottom: 32px;
  font-size: 2.6rem;
  line-height: 1.75;
  text-align: center;
}
#facility .facility_col02 .col_item .item_tit .small {
  display: inline-block;
  margin-left: 20px;
  font-size: 2rem;
}
#facility .facility_box {
  margin-top: 96px;
  padding: 20px 20px 56px;
  background: url(../img/home/facility_bg_02.webp) center top, #1c1c1c;
  background-size: cover;
}
#facility .facility_box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  border: 1px solid #bc9f77;
  pointer-events: none;
}
#facility .facility_box .box_img {
  width: 57.7%;
  max-width: 600px;
}
#facility .facility_box .box_txt {
  width: 42.3%;
  padding: 0 36px 0;
  line-height: 2;
}
#facility .facility_box .box_txt .txt_tit {
  margin-bottom: 32px;
  line-height: 1.75;
}
#facility .facility_box .box_txt .txt_tit .big {
  display: inline-block;
  margin-top: 8px;
  font-size: 2rem;
}
#facility .facility_box .table {
  width: 100%;
  max-width: 980px;
  margin: 48px auto 0;
  border-top: 1px solid #d0d0d0;
}
#facility .facility_col03 {
  margin-top: 96px;
  gap: 56px 0;
  line-height: 2.25;
  justify-content: flex-start;
}
#facility .facility_col03 .col_item {
  width: 32%;
  max-width: 345px;
  margin-right: 2%;
}
#facility .facility_col03 .col_item:nth-of-type(3n) {
  margin-right: 0;
}
#facility .facility_col03 .col_item .item_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 810px) {
  #facility {
    padding-bottom: 48px;
  }
  #facility .facility_bg {
    height: 113vw;
  }
  #facility .facility_bg img {
    min-width: 120%;
    height: 140%;
    object-fit: cover;
  }
  #facility .facility_col {
    margin: -88px auto 0;
  }
  #facility .facility_col .col_img {
    width: 100%;
    margin-top: 48px;
  }
  #facility .facility_col .col_img .common_slide {
    margin-bottom: 16px;
  }
  #facility .facility_col .col_img .slick-list {
    width: 88%;
    max-width: 100%;
    margin: 0 auto;
  }
  #facility .facility_col .col_img .slide_item {
    padding: 0 4px;
  }
  #facility .facility_col .col_img .slide_item .item_caption {
    right: 8px;
    width: calc(100% - 16px);
    padding: 8px 8px;
    font-size: 1.15rem;
    text-align: right;
  }
  #facility .facility_col .col_img .slick-dots {
    text-align: center;
  }
  #facility .facility_col .col_txt {
    width: 100%;
    padding: 0 0;
  }
  #facility .facility_col .col_txt .txt_container {
    width: calc(100% - 48px);
    max-width: 100%;
    margin: 0 auto;
  }
  #facility .facility_col .col_txt .bg_tit {
    margin-bottom: 40px;
  }
  #facility .facility_col .col_txt .txt_btn {
    margin-top: 40px;
    text-align: center;
  }
  #facility .facility_slide02 {
    width: 100%;
    margin-top: 48px;
  }
  #facility .facility_slide02 .slick-list {
    width: 100%;
  }
  #facility .facility_slide02 .slide_item {
    padding: 0 8px;
  }
  #facility .facility_col02 {
    margin-top: 48px;
    gap: 48px 0;
  }
  #facility .facility_col02 .col_item {
    width: 100%;
    max-width: 100%;
  }
  #facility .facility_col02 .col_item .item_img {
    width: calc(100% + 24px);
    margin: 0 -12px 16px;
  }
  #facility .facility_col02 .col_item .item_img.flexbox .img {
    position: relative;
    width: 50%;
  }
  #facility .facility_col02 .col_item .item_img .img_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px 16px 14px;
    background: linear-gradient(to bottom, rgba(19, 27, 36, 0) 0%, rgba(19, 27, 36, 0.6) 100%);
    line-height: 1.2;
  }
  #facility .facility_col02 .col_item .item_tit {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  #facility .facility_col02 .col_item .item_tit .small {
    font-size: 1.6rem;
  }
  #facility .facility_box {
    width: calc(100% - 24px);
    margin-top: 48px;
    padding: 12px 12px 40px;
    background: url(../img/home/facility_bg_02.webp) center top, #1c1c1c;
    background-size: cover;
  }
  #facility .facility_box::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  #facility .facility_box .box_img {
    width: 100%;
    max-width: 100%;
  }
  #facility .facility_box .box_txt {
    width: 100%;
    padding: 28px 8px 0;
  }
  #facility .facility_box .box_txt .txt_tit {
    margin-bottom: 24px;
  }
  #facility .facility_box .box_txt .txt_tit .big {
    font-size: 1.75rem;
  }
  #facility .facility_box .box_txt .txt_btn {
    margin-top: 32px;
    padding: 0 24px;
  }
  #facility .facility_box .table {
    margin-top: 24px;
  }
  #facility .facility_col03 {
    width: calc(100% + 24px);
    margin: 48px -12px 0;
    gap: 16px 0;
    line-height: 1.6;
    justify-content: space-between;
  }
  #facility .facility_col03 .col_item {
    width: calc(50% - 6px);
    max-width: 100%;
    margin-right: 0;
  }
  #facility .facility_col03 .col_item .item_img {
    margin-bottom: 8px;
  }
  #facility .facility_col03 .col_item .item_tit {
    padding: 0 8px;
  }
}
/* ---------------------------------------------------
	stay
------------------------------------------------------ */
#stay {
  position: relative;
  padding: 128px 0 0;
  background: url(../img/home/stay_bg_01.png) no-repeat center top 220px, linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
  z-index: 5;
}
#stay .stay_col {
  position: relative;
}
#stay .stay_col .col_img01,
#stay .stay_col .col_img02 {
  width: calc(50% - 142px);
}
#stay .stay_col .col_img01 img,
#stay .stay_col .col_img02 img {
  width: 100%;
  min-height: 490px;
  object-fit: cover;
}
#stay .stay_col .col_img01 {
  order: -10;
}
#stay .stay_col .col_img01 img {
  object-position: right;
}
#stay .stay_col .col_img02 {
  margin-left: 284px;
}
#stay .stay_col .col_txt {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 480px;
  height: 100%;
  margin: 0 auto;
  text-shadow: 0 0 8px #000;
  text-align: center;
  z-index: 5;
}

#beppu {
  position: relative;
  padding: 108px 0 0;
}
#beppu .sec_tit {
  margin-bottom: 32px;
}
#beppu .sec_lead {
  text-shadow: 0 0 8px #000;
  text-align: center;
}
#beppu .beppu_col {
  width: 96%;
  max-width: 1440px;
  margin: 56px auto 0;
}
#beppu .beppu_col .col_box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 516px;
  padding: 64px 48px 64px;
  background: url(../img/en/beppu_img_01.webp) no-repeat center;
  background-size: cover;
}
#beppu .beppu_col .col_box.box02 {
  background: url(../img/en/beppu_img_02.webp) no-repeat center;
  background-size: cover;
}
#beppu .beppu_col .col_box .box_img {
  position: relative;
}
#beppu .beppu_col .col_box .box_img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(19, 27, 36, 0.6) 0%, rgba(19, 27, 36, 0) 140px);
}
#beppu .beppu_col .col_box .box_txt {
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  min-height: 300px;
}
#beppu .beppu_col .col_box .box_txt .bg_tit {
  margin-bottom: 40px;
  letter-spacing: 0;
}
#beppu .beppu_col .col_box .box_txt .bg_tit .time {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #ddcfbb;
  font-size: 1.6rem;
  vertical-align: middle;
}
#beppu .beppu_col .col_box .box_txt p {
  margin-bottom: auto;
  text-shadow: 0 0 8px #000;
}
#beppu .beppu_col .col_box .box_txt .txt_btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 48px;
  text-align: left;
}
#beppu .beppu_col .col_box .box_txt .txt_btns .btn {
  display: block;
  width: 280px;
  background: none;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: #fcfaf2;
}
#beppu .ss_list {
  margin-top: 96px;
  justify-content: flex-start;
  gap: 64px 0;
}
#beppu .ss_list .list_item {
  width: 30.6%;
  max-width: 330px;
  margin-right: 4.1%;
  line-height: 2.3125;
}
#beppu .ss_list .list_item:nth-of-type(3n) {
  margin-right: 0;
}
#beppu .ss_list .list_item .item_tit {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
#beppu .ss_list .list_item .item_tit.row02 {
  padding: 0.65em 0;
}
#beppu .ss_list .list_item .item_tit .small {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.6rem;
}
#beppu .ss_list .list_item .item_time {
  margin-bottom: 28px;
  color: #bc9f77;
  line-height: 1.3;
  text-align: center;
}
#beppu .ss_list .list_item .item_time.ls00 {
  letter-spacing: 0;
}
#beppu .ss_list .list_item .item_img {
  margin-bottom: 24px;
}
#beppu .ss_list .list_item .item_btns {
  margin-top: 24px;
}
#beppu .ss_list .list_item .item_btns .btn {
  display: block;
  width: 280px;
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
  background: none;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: #fcfaf2;
  letter-spacing: 0;
}
#beppu .ss_list .list_item .item_btns .btn + .btn {
  margin-top: 8px;
}
#beppu .beppu_bg {
  position: relative;
  top: 96px;
  margin-top: 32px;
  z-index: 5;
}
#beppu .beppu_bg .bg_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 50px 24px;
  text-shadow: 0 0 8px #000;
  z-index: 5;
}

@media screen and (max-width: 810px) {
  #stay {
    padding: 64px 0 0;
    background: url(../img/home/stay_bg_01.png) no-repeat center top 72px;
    background-size: 400px;
  }
  #stay .home_tit {
    margin-bottom: 56px;
  }
  #stay .stay_col .col_img01,
  #stay .stay_col .col_img02 {
    width: calc(50% - 2px);
  }
  #stay .stay_col .col_img01 img,
  #stay .stay_col .col_img02 img {
    width: 100%;
    min-height: 0;
    aspect-ratio: 370/460;
    object-fit: cover;
  }
  #stay .stay_col .col_img01 {
    order: 0;
  }
  #stay .stay_col .col_img01 img {
    object-position: center;
  }
  #stay .stay_col .col_img02 {
    margin-left: 0;
  }
  #stay .stay_col .col_txt {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 28px;
  }
  #stay .stay_btn {
    margin-top: 32px;
  }
  #stay .stay_col02 {
    width: 94%;
    top: 48px;
  }
  #stay .stay_col02 .col_box {
    width: 100%;
  }
  #stay .stay_col02 .col_box .box_img {
    position: relative;
  }
  #stay .stay_col02 .col_box .box_img::after {
    height: 100%;
    background: linear-gradient(to top, rgba(19, 27, 36, 0.6) 0%, rgba(19, 27, 36, 0) 100%);
  }
  #stay .stay_col02 .col_box .box_img img {
    aspect-ratio: 700/850;
    object-fit: cover;
  }
  #stay .stay_col02 .col_box .box_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 32px 16px;
  }
  #stay .stay_col02 .col_box .box_txt p {
    text-shadow: none;
  }
  #stay .stay_col02 .col_box .box_txt .txt_btn {
    margin-top: 8px;
    text-align: center;
  }
  #beppu {
    padding: 64px 0 0;
  }
  #beppu .sec_tit {
    margin-bottom: 24px;
  }
  #beppu .sec_lead {
    text-shadow: 0 0 8px #000;
    text-align: center;
  }
  #beppu .beppu_col {
    width: 96%;
    margin: 24px auto 0;
  }
  #beppu .beppu_col .col_box {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #beppu .beppu_col .col_box .box_txt {
    width: 100%;
    margin: 0 auto;
    min-height: 345px;
    padding: 32px 24px;
  }
  #beppu .beppu_col .col_box .box_txt .bg_tit {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  #beppu .beppu_col .col_box .box_txt .bg_tit .time {
    display: block;
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  #beppu .beppu_col .col_box .box_txt .txt_btns {
    margin-top: 40px;
  }
  #beppu .beppu_col .col_box .box_txt .txt_btns .btn {
    width: 250px;
    margin: 0 auto;
    letter-spacing: 0;
  }
  #beppu .ss_list {
    display: block;
    width: 100%;
    margin-top: 48px;
    gap: 0;
    line-height: 2.3125;
    letter-spacing: 0;
  }
  #beppu .ss_list .list_item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 12px;
  }
  #beppu .ss_list .list_item .item_tit {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  #beppu .ss_list .list_item .item_tit.row02 {
    padding: 0;
  }
  #beppu .ss_list .list_item .item_tit .small {
    font-size: 1.2rem;
  }
  #beppu .ss_list .list_item .item_time {
    margin-bottom: 24px;
  }
  #beppu .ss_list .list_item .item_img {
    margin-bottom: 20px;
  }
  #beppu .ss_list .list_item .item_btns {
    margin-top: 16px;
  }
  #beppu .ss_list .list_item .item_btns .btn {
    width: 250px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #beppu .ss_list .slick-dots {
    bottom: -32px;
  }
  #beppu .beppu_bg {
    top: 48px;
    width: calc(100% - 24px);
    margin-top: 48px;
  }
  #beppu .beppu_bg .bg_txt {
    padding: 24px 20px 20px;
  }
}
/* ---------------------------------------------------
	access_map
------------------------------------------------------ */
#access_map {
  padding: 128px 0 0;
  text-align: center;
  overflow: hidden;
}
#access_map img {
  display: block;
  position: relative;
  left: 50%;
  max-width: none;
  margin-left: -766px;
}

@media screen and (max-width: 810px) {
  #access_map {
    padding: 80px 0 0;
  }
  #access_map .container {
    width: 95%;
  }
  #access_map img {
    display: block;
    position: relative;
    left: auto;
    max-width: 100%;
    margin-left: 0;
  }
}
/* ---------------------------------------------------
	news
------------------------------------------------------ */
#news {
  position: relative;
  margin-top: -96px;
  z-index: 10;
}
#news .news_instagram {
  margin-top: 48px;
  background: #fcfaf2;
}
#news .news_instagram .instagram_body {
  width: calc(100% - 216px);
}
#news .news_instagram .instagram_body.flexbox > div {
  width: 25%;
}
#news .news_instagram .instagram_body.flexbox > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .news_instagram .instagram_head {
  display: flex;
  width: 216px;
  padding: 32px 16px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
}
#news .news_instagram .instagram_head .head_img {
  margin-bottom: 16px;
}
#news .news_instagram .instagram_head .btn_instagram {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
#news .news_instagram .instagram_head .btn_instagram .icon {
  margin-right: 8px;
}
#news .news_instagram .instagram_head .btn_instagram .more {
  top: auto;
  bottom: 0;
  color: currentColor;
  letter-spacing: 0;
}

@media screen and (max-width: 810px) {
  #news {
    margin-top: -56px;
    padding: 0 0;
  }
  #news .container {
    width: calc(100% - 20px);
  }
  #news .news_instagram {
    margin-top: 48px;
  }
  #news .news_instagram .instagram_body {
    width: 100%;
  }
  #news .news_instagram .instagram_head {
    display: flex;
    width: 100%;
    padding: 16px 16px;
    gap: 0 32px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  #news .news_instagram .instagram_head .head_img {
    margin-bottom: 0;
  }
  #news .news_instagram .instagram_head .head_img img {
    width: 90px;
    height: auto;
  }
  #news .news_instagram .instagram_head .btn_instagram {
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
  #news .news_instagram .instagram_head .btn_instagram .icon {
    width: 26px;
    height: auto;
    margin-right: 8px;
  }
  #news .news_instagram .instagram_head .btn_instagram .more {
    top: auto;
    bottom: 0;
    color: currentColor;
    letter-spacing: 0;
  }
}
/* ---------------------------------------------------
	facility_info
------------------------------------------------------ */
#facility_info {
  padding: 96px 0 0;
}
#facility_info .table + .sec_tit02 {
  margin-top: 64px;
}
#facility_info .info_map {
  width: calc(100% + 7px);
}

@media screen and (max-width: 810px) {
  #facility_info {
    padding: 48px 0 0;
  }
  #facility_info .bg_box {
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 16px 16px 24px;
  }
  #facility_info .table + .sec_tit02 {
    margin-top: 32px;
  }
  #facility_info .info_map {
    width: 100%;
  }
}
/* ---------------------------------------------------
	stay_info
------------------------------------------------------ */
#stay_info {
  padding: 96px 0 0;
}
#stay_info .bg_box {
  padding-top: 24px;
}
#stay_info .table th {
  width: 28%;
}
#stay_info .cancel_list .list_row {
  display: flex;
}
#stay_info .cancel_list .list_row dt {
  display: flex;
  align-items: center;
  max-width: 260px;
  margin-right: 8px;
  flex-grow: 1;
}
#stay_info .cancel_list .list_row dt::after {
  content: "";
  display: block;
  background: url(../img/common/icon_dots_02.png) repeat-x left top;
  width: 11px;
  height: 3px;
  background-size: auto 3px;
  margin-left: 8px;
  flex-grow: 1;
}
@media screen and (max-width: 810px) {
  #stay_info {
    padding: 48px 0 0;
  }
  #stay_info .bg_box {
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 16px 16px 24px;
  }
  #stay_info .table th {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #stay_info .cancel_list {
    margin: 16px 0;
  }
  #stay_info .cancel_list .list_row {
    flex-wrap: wrap;
  }
  #stay_info .cancel_list .list_row dt {
    max-width: 100%;
  }
  #stay_info .cancel_list .list_row dd {
    width: 100%;
    padding-left: 14px;
  }
}
/* ---------------------------------------------------
	faq
------------------------------------------------------ */
#faq {
  padding: 96px 0 192px;
}
#faq .faq_list {
  counter-reset: faq-q;
}
#faq .faq_list .list_row {
  background: #fff;
}
#faq .faq_list .list_row + .list_row {
  margin-top: 24px;
}
#faq .faq_list dt {
  position: relative;
  background: #fcfaf2;
  padding: 20px 24px 20px 128px;
  cursor: pointer;
  line-height: 1.75;
}
#faq .faq_list dt::before, #faq .faq_list dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  height: 1px;
  background: #bc9f77;
}
#faq .faq_list dt::after {
  transform: rotate(90deg);
}
#faq .faq_list dt.open::after {
  opacity: 0;
}
#faq .faq_list dd {
  position: relative;
  display: none;
  padding: 16px 50px 32px 128px;
  border-bottom: 1px solid #bc9f77;
}
#faq .faq_list .q,
#faq .faq_list .a {
  position: absolute;
  left: 50px;
  top: 20px;
  color: #bc9f77;
  font-size: 2.4rem;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#faq .faq_list .q::after {
  counter-increment: faq-q;
  content: counter(faq-q, decimal-leading-zero);
  margin-left: 0.2em;
}
#faq .faq_list .a {
  left: 78px;
  top: 28px;
  color: #78c2c4;
}

@media screen and (max-width: 810px) {
  #faq {
    padding: 48px 0 96px;
  }
  #faq .faq_list {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
  #faq .faq_list .list_row + .list_row {
    margin-top: 8px;
  }
  #faq .faq_list dt {
    padding: 20px 32px 20px 60px;
  }
  #faq .faq_list dt::before, #faq .faq_list dt::after {
    right: 16px;
  }
  #faq .faq_list dd {
    padding: 16px 16px 16px 40px;
  }
  #faq .faq_list .q,
  #faq .faq_list .a {
    left: 16px;
    top: 22px;
    font-size: 1.6rem;
  }
  #faq .faq_list .q::after {
    margin-left: 0.2em;
  }
  #faq .faq_list .a {
    left: 16px;
    top: 24px;
  }
}