/* ---------------------------------------------------
	common
------------------------------------------------------ */
.en_tit {
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.095em;
  text-align: center;
}
.en_tit .en {
  display: inline-block;
  margin-right: 32px;
  color: #99bbe0;
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 810px) {
  #search {
    display: block;
  }
  .en_tit {
    margin-bottom: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.095em;
  }
  .en_tit .en {
    margin-right: 20px;
    font-size: 5rem;
    letter-spacing: 0.12em;
  }
}
/* ---------------------------------------------------
	bnr
------------------------------------------------------ */
#bnr{
	padding: 40px 0;
}
.bnr_container{
	width: 96%;
    max-width: 1080px;
    margin: 0 auto;
}
@media screen and (max-width: 810px) {
	#bnr{
		padding: 32px 0;
	}
	.bnr_container{
		width: calc(100% - 48px);
	}
}
/* ---------------------------------------------------
	news
------------------------------------------------------ */
#news {
  padding: 40px 0;
  background: #e5eef7;
}
#news .en_tit {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.095em;
}
#news .en_tit .en {
  margin-right: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
}
#news .news_list {
  gap: 0 29px;
  justify-content: center;
}
#news .news_list .list_item {
  position: relative;
  width: calc(25% - 22px);
  max-width: 248px;
}
#news .news_list .list_item:nth-of-type(n + 5) {
  display: none;
}
#news .news_list .list_item a {
  display: block;
}
@media (any-hover: hover) {
  #news .news_list .list_item a:hover {
    opacity: 1;
  }
  #news .news_list .list_item a:hover .more {
    opacity: 1;
  }
}
#news .news_list .list_item .item_pic {
  position: relative;
}
#news .news_list .list_item .item_pic img {
  width: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: 248/168;
  object-fit: cover;
}
#news .news_list .list_item .more {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 86, 177, 0.6);
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s;
}
#news .news_list .list_item .item_tit {
  margin-top: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#news .news_btn {
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #news {
    padding: 32px 0;
    background: #e5eef7;
  }
  #news .en_tit {
    margin-bottom: 16px;
    font-size: 1.8rem;
    letter-spacing: 0.095em;
  }
  #news .en_tit .en {
    margin-right: 24px;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
  }
  #news .news_list {
    gap: 0;
    border-top: 1px solid #80aad8;
  }
  #news .news_list .list_item {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #80aad8;
  }
  #news .news_list .list_item a {
    display: flex;
    width: 100%;
    padding: 10px 0;
    align-items: center;
  }
  #news .news_list .list_item .item_pic {
    width: 94px;
  }
  #news .news_list .list_item .item_pic img {
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: 248/168;
    object-fit: cover;
  }
  #news .news_list .list_item .item_tit {
    width: calc(100% - 94px);
    margin-top: 0;
    padding-left: 10px;
  }
  #news .news_btn {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------
		intro
------------------------------------------------------ */
#intro {
  padding: 96px 0 0;
  background: url(../img/home/intro_bg_01.webp) no-repeat left calc(50vw - 360px) top 160px;
}
#intro .intro_col .col_txt {
  position: relative;
  width: 23%;
  z-index: 1;
}
#intro .intro_col .col_txt .txt_tit {
  margin: 0 0 40px;
  color: #0056b1;
  font-size: 2.8rem;
  letter-spacing: 0.095em;
  line-height: 1.75;
}
#intro .intro_col .col_txt .txt_tit .en {
  display: block;
  margin-bottom: 32px;
  font-size: 94px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  white-space: nowrap;
}
#intro .intro_col .col_txt .txt_tit .en .color04 {
  color: #fff;
}
#intro .intro_col .col_txt .txt_btn {
  margin-top: 48px;
}
#intro .intro_col .col_pic01 {
  width: 19.825%;
  order: -1;
}
#intro .intro_col .col_pic02 {
  width: 50%;
}

@media screen and (max-width: 2000px) {
  #intro .intro_col .col_txt .txt_tit .en .color03 {
    color: #fff;
  }
}
@media screen and (max-width: 1800px) {
  #intro .intro_col .col_txt .txt_tit .en {
    font-size: 88px;
  }
  #intro .intro_col .col_txt .txt_tit .en .color02 {
    color: #fff;
  }
}
@media screen and (max-width: 1760px) {
  #intro .intro_col .col_txt .txt_tit .en {
    font-size: 80px;
  }
  #intro .intro_col .col_txt .txt_tit .en .color02 {
    color: currentColor;
  }
}
@media screen and (max-width: 1500px) {
  #intro .intro_col .col_txt .txt_tit {
    font-size: 2.6rem;
  }
  #intro .intro_col .col_txt .txt_tit .en {
    margin-bottom: 16px;
    font-size: 70px;
  }
}
@media screen and (max-width: 1400px) {
  #intro .intro_col .col_pic01 {
    display: none;
  }
  #intro .intro_col .col_txt {
    width: 37%;
    padding: 0 4%;
  }
  #intro .intro_col .col_txt .txt_tit {
    font-size: 2.6rem;
  }
  #intro .intro_col .col_txt .txt_tit .en {
    margin-bottom: 16px;
    font-size: 74px;
  }
  #intro .intro_col .col_txt .txt_tit .en .color02 {
    color: currentColor;
  }
  #intro .intro_col .col_txt .txt_tit .en .color03 {
    color: currentColor;
  }
  #intro .intro_col .col_pic02 {
    width: 63%;
  }
}
@media screen and (max-width: 1300px) {
  #intro .intro_col .col_txt .txt_tit {
    margin-bottom: 24px;
  }
  #intro .intro_col .col_txt .txt_tit .en {
    font-size: 64px;
  }
  #intro .intro_col .col_txt .txt_btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 810px) {
  #intro {
    padding: 44px 0 0;
    background: url(../img/home/intro_bg_01.webp) no-repeat right 16px top 80px;
    background-size: 220px;
  }
  #intro .intro_col .col_txt {
    width: 100%;
    padding: 0 24px 40px;
  }
  #intro .intro_col .col_txt .txt_tit {
    margin-bottom: 14px;
    font-size: 2.4rem;
    letter-spacing: 0.095em;
    line-height: 1.75;
  }
  #intro .intro_col .col_txt .txt_tit .en {
    margin-bottom: 4px;
    font-size: 4.5rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }
  #intro .intro_col .col_txt .txt_tit .en .color04 {
    color: currentColor;
  }
  #intro .intro_col .col_txt .txt_btn {
    margin-top: 28px;
  }
  #intro .intro_col .col_pic01 {
    width: 100%;
    order: 0;
  }
  #intro .intro_col .col_pic02 {
    width: 100%;
  }
}
/* ---------------------------------------------------
		point
------------------------------------------------------ */
#point {
  margin-top: -40px;
  padding: 128px 0 0;
  background: url(../img/home/point_bg_01.webp) no-repeat center top;
}
#point .point_tit {
  margin-bottom: 48px;
  color: #0056b1;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.095em;
  text-align: center;
}
#point .point_tit .num {
  font-size: 6.4rem;
  line-height: 1;
}
#point .point_tit02 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.095em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
  text-align: center;
}
#point .point_tit02 .en {
  display: block;
  margin-bottom: 48px;
  font-size: 6.4rem;
  letter-spacing: 0.12em;
  line-height: 1;
  opacity: 0.8;
}

@media screen and (max-width: 810px) {
  #point {
    margin-top: 0;
    padding: 40px 0 0;
    background: url(../img/home/point_bg_01_sp.webp) no-repeat center top;
    background-size: 538px;
  }
  #point .point_tit {
    margin-bottom: 32px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.095em;
  }
  #point .point_tit .num {
    font-size: 5.6rem;
  }
  #point .point_tit02 {
    font-size: 2.4rem;
    letter-spacing: 0.095em;
  }
  #point .point_tit02 .en {
    margin-bottom: 12px;
    font-size: 5.4rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }
}
/* ---------------------------------------------------
		foodspa
------------------------------------------------------ */
#foodspa {
  padding: 112px 0 0;
  background: url(../img/home/foodspa_bg_01.webp) no-repeat center top;
}
@media screen and (min-width: 2001px) {
  #foodspa {
    background-size: 100%;
  }
}
#foodspa .foodspa_col {
  margin-top: 240px;
}
#foodspa .foodspa_col .col_txt {
  width: calc(50% - 72px);
  padding: 90px 50px 192px;
}
#foodspa .foodspa_col .col_txt .txt_container {
  max-width: 404px;
  margin-left: auto;
}
#foodspa .foodspa_col .col_txt .txt_btn {
  margin-top: 48px;
}
#foodspa .foodspa_col .col_pic {
  width: calc(50% + 72px);
}
#foodspa .foodspa_col .col_pic img {
  width: 100%;
  min-height: 580px;
  object-fit: cover;
}
#foodspa .foodspa_col02 {
  margin-top: -96px;
  align-items: center;
}
#foodspa .foodspa_col02 .col_txt {
  width: calc(50% - 72px);
  padding: 120px 50px 0;
}
#foodspa .foodspa_col02 .col_txt .txt_container {
  max-width: 404px;
}
#foodspa .foodspa_col02 .col_txt .txt_btn {
  margin-top: 48px;
}
#foodspa .foodspa_col02 .col_pic {
  width: calc(50% + 72px);
}
#foodspa .foodspa_col02 .col_pic img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}

@media screen and (max-width: 1620px) {
  #foodspa .foodspa_col02 .col_txt {
    padding-top: 40px;
  }
}
@media screen and (max-width: 810px) {
  #foodspa {
    padding: 56px 0 0;
    background: url(../img/home/foodspa_bg_01_sp.webp) no-repeat center top;
    background-size: 100%;
  }
  #foodspa .point_tit02 .en {
    text-shadow: none;
  }
  #foodspa .foodspa_col {
    margin-top: 64px;
  }
  #foodspa .foodspa_col .col_txt {
    width: 100%;
    padding: 0 24px 0;
  }
  #foodspa .foodspa_col .col_txt .txt_container {
    max-width: 100%;
    margin-left: auto;
  }
  #foodspa .foodspa_col .col_txt .txt_btn {
    margin-top: 48px;
  }
  #foodspa .foodspa_col .col_pic {
    width: 100vw;
    margin: 32px -24px 32px;
  }
  #foodspa .foodspa_col .col_pic img {
    min-height: 0;
  }
  #foodspa .foodspa_col02 {
    margin-top: 44px;
  }
  #foodspa .foodspa_col02 .col_txt {
    width: 100%;
    padding: 0 24px 0;
  }
  #foodspa .foodspa_col02 .col_txt .txt_container {
    max-width: 100%;
  }
  #foodspa .foodspa_col02 .col_txt .txt_btn {
    margin-top: 40px;
  }
  #foodspa .foodspa_col02 .col_pic {
    width: 100vw;
    margin: 32px -24px 32px;
  }
  #foodspa .foodspa_col02 .col_pic img {
    min-height: 0;
  }
}
@media screen and (max-width: 500px) {
  #foodspa {
    background: url(../img/home/foodspa_bg_01_sp.webp) no-repeat center top;
    background-size: 500px;
  }
}
/* ---------------------------------------------------
	room
------------------------------------------------------ */
#room {
  padding: 96px 0;
}
#room .point_tit02 {
  text-align: left;
}
#room .point_tit02 .en {
  text-shadow: none;
}
#room .room_main {
  width: 90%;
  height: 736px;
  margin-left: auto;
  padding: 120px 0 0 4%;
  background: url(../img/home/room_img_01.webp) no-repeat center top;
  background-size: cover;
}
#room .room_slide_wrap {
  position: relative;
  margin-top: -132px;
}
#room .room_slide_tit {
  position: relative;
  margin-bottom: -20px;
  color: #fff;
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  opacity: 0.8;
  z-index: 10;
}
#room .room_slide {
  max-width: 880px;
  margin: 0 auto;
}
#room .room_slide .slick-list {
  overflow: visible;
}
#room .room_slide .slick-slide {
  padding: 0 20px;
}
#room .room_slide .slide_item {
  position: relative;
}
#room .room_slide .slide_item a {
  display: block;
}
@media (any-hover: hover) {
  #room .room_slide .slide_item a:hover {
    opacity: 1;
  }
  #room .room_slide .slide_item a:hover .more {
    opacity: 1;
  }
}
#room .room_slide .slide_item .item_tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 8px;
  background: rgba(0, 86, 177, 0.6);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.095em;
  text-align: center;
  z-index: 10;
}
#room .room_slide .slide_item .item_tit .en {
  display: inline-block;
  margin-right: 32px;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.095em;
  opacity: 0.8;
}
#room .room_slide .slide_item .more {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 86, 177, 0.6);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.095em;
  line-height: 1;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s;
}
#room .room_slide .slide_item .more::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 16px;
  margin-bottom: 2px;
}
#room .room_list_tit {
  position: relative;
  margin-top: 40px;
  margin-bottom: 32px;
  color: #4abfd4;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  opacity: 0.8;
  z-index: 10;
}
#room .room_list {
  margin-bottom: 56px;
}
#room .room_list .list_item {
  position: relative;
  width: 32.6%;
  max-width: 352px;
  margin-right: 1.1%;
}
#room .room_list .list_item:nth-of-type(3n) {
  margin-right: 0;
}
#room .room_list .list_item a {
  display: block;
}
@media (any-hover: hover) {
  #room .room_list .list_item a:hover {
    opacity: 1;
  }
  #room .room_list .list_item a:hover .more {
    opacity: 1;
  }
}
#room .room_list .list_item .item_tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background: rgba(74, 191, 212, 0.6);
  color: #fff;
  line-height: 1.5;
  text-align: center;
  z-index: 10;
}
#room .room_list .list_item .more {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(74, 191, 212, 0.6);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.095em;
  line-height: 1;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s;
}
#room .room_list .list_item .more::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 16px;
}
#room .room_list + .caption {
  margin-bottom: 16px;
}
#room .room_btn {
  margin-top: 56px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #room {
    padding: 48px 0;
  }
  #room .point_tit02 {
    text-align: left;
  }
  #room .room_main {
    width: 100%;
    height: auto;
    padding: 56px 24px 240px;
    background: url(../img/home/room_img_01_sp.webp) no-repeat center top;
    background-size: cover;
  }
  #room .room_slide_wrap {
    margin-top: -160px;
  }
  #room .room_slide_tit {
    margin-bottom: -32px;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 0.095em;
  }
  #room .room_slide {
    max-width: 880px;
    margin: 0 auto;
  }
  #room .room_slide .slick-list {
    width: 92%;
    margin: 0 auto;
  }
  #room .room_slide .slick-slide {
    padding: 0 6px;
  }
  #room .room_slide .slide_item picture img {
    aspect-ratio: 654/465;
    object-fit: cover;
  }
  #room .room_slide .slide_item .item_tit {
    padding: 16px 8px;
    font-size: 1.6rem;
    letter-spacing: 0.095em;
  }
  #room .room_slide .slide_item .item_tit:has(.en.sp_block) {
    padding-top: 5px;
    padding-bottom: 4px;
  }
  #room .room_slide .slide_item .item_tit .en {
    margin-right: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }
  #room .room_slide .slide_item .item_tit .en.sp_block {
    display: block;
    margin-right: 0;
  }
  #room .room_slide .slide_item .more {
    display: none;
  }
  #room .room_list_tit {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 3.2rem;
    letter-spacing: 0.095em;
  }
  #room .room_list {
    margin-bottom: 40px;
  }
  #room .room_list .list_item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  #room .room_list .list_item + .list_item {
    margin-top: 10px;
  }
  #room .room_list .list_item .item_tit {
    width: 100%;
    padding: 5px;
  }
  #room .room_list .list_item .more {
    display: none;
  }
  #room .room_btn {
    margin-top: 32px;
  }
}
/* ---------------------------------------------------
		location
------------------------------------------------------ */
#location {
  padding: 112px 0 92px;
  background: url(../img/home/location_bg_01.webp) no-repeat center top;
}
@media screen and (min-width: 2001px) {
  #location {
    background-size: 100%;
  }
}
#location .point_tit02 {
  text-shadow: none;
}
#location .location_col {
  position: relative;
  margin-top: 424px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 72%, rgba(255, 255, 255, 0) 100%);
}
#location .location_col .col_txt {
  position: relative;
  width: calc(50% - 212px);
  padding: 92px 50px 96px;
  z-index: 1;
}
#location .location_col .col_txt .txt_container {
  max-width: 330px;
  margin-left: auto;
}
#location .location_col .col_txt .txt_btn {
  margin-top: 40px;
}
#location .location_col .col_map {
  position: relative;
  width: calc(50% + 172px);
  margin-top: -560px;
  z-index: 1;
}
#location .location_col .col_map img {
  max-width: none;
}
#location .location_col02 {
  position: relative;
  margin-top: -280px;
  align-items: flex-end;
}
#location .location_col02 .col_box .box_pic {
  margin-bottom: 8px;
}
#location .location_col02 .col_box .box_pic img {
  width: 100%;
  height: auto;
}
#location .location_col02 .col_box + .col_box {
  margin-top: auto;
}
#location .location_col02 .col_box p {
  line-height: 1.5;
}
#location .location_col02 .col_left {
  width: calc(50% - 190px);
}
#location .location_col02 .col_left .col_box {
  max-width: 737px;
  margin-left: auto;
}
#location .location_col02 .col_right {
  width: calc(50% + 172px);
}
#location .location_col02 .col_right .right_top {
  max-width: 1103px;
}
#location .location_col02 .col_right .right_top .top_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34.64%;
  max-width: 382px;
}
#location .location_col02 .col_right .right_top .top_right {
  width: 63.9%;
}
#location .location_col02 .col_right .right_btm {
  max-width: 664px;
  margin-top: 12px;
}

@media screen and (max-width: 1550px) {
  #location .location_col {
    margin-top: 30%;
    align-items: flex-end;
  }
  #location .location_col .col_txt {
    width: calc(50% - 190px);
    padding-right: 3%;
    padding-left: 3%;
  }
  #location .location_col .col_map {
    width: calc(50% + 172px);
    padding-bottom: 22%;
  }
  #location .location_col .col_map img {
    width: 136%;
  }
  #location .location_col02 {
    margin-top: -20%;
  }
  #location .location_col02 .col_box {
    font-size: 1.6rem;
  }
  #location .location_col02 .col_right .right_top .top_right img {
    aspect-ratio: 19/12;
    object-fit: cover;
  }
}
@media screen and (max-width: 1366px) {
  #location .location_col {
    margin-top: 25%;
  }
  #location .location_col .col_txt {
    width: calc(50% - 120px);
  }
  #location .location_col .col_txt .txt_container {
    max-width: 100%;
  }
  #location .location_col .col_map {
    width: calc(50% + 100px);
    padding-bottom: 22%;
  }
  #location .location_col .col_map img {
    width: 136%;
  }
  #location .location_col02 .col_box {
    letter-spacing: 0;
  }
  #location .location_col02 .col_left {
    width: calc(50% - 120px);
  }
  #location .location_col02 .col_right {
    width: calc(50% + 100px);
  }
  #location .location_col02 .col_right .right_top .top_right img {
    aspect-ratio: 19/12;
  }
}
@media screen and (max-width: 1180px) {
  #location .location_col02 .col_box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 810px) {
  #location {
    padding: 56px 0 48px;
    background: url(../img/home/location_bg_01_sp.webp) no-repeat center top, rgba(255, 255, 255, 0.85);
    background-size: 100%;
  }
  #location .point_tit02 {
    padding-bottom: 200px;
  }
  #location .location_col {
    margin-top: 40px;
    background: none;
  }
  #location .location_col .col_txt {
    width: 100%;
    padding: 32px 24px 32px;
    z-index: 1;
  }
  #location .location_col .col_txt .txt_container {
    max-width: 100%;
    margin-left: auto;
  }
  #location .location_col .col_txt .txt_btn {
    margin-top: 32px;
  }
  #location .location_col .col_map {
    width: 100%;
    margin-top: -200px;
    padding-bottom: 0;
    order: -10;
  }
  #location .location_col .col_map img {
    max-width: 100%;
  }
  #location .location_col02 {
    margin-top: 0;
    align-items: flex-end;
  }
  #location .location_col02 .col_box {
    letter-spacing: 0.075em;
  }
  #location .location_col02 .col_box .box_pic {
    margin-bottom: 8px;
  }
  #location .location_col02 .col_box .box_pic img {
    width: 100%;
    height: auto;
  }
  #location .location_col02 .col_box + .col_box {
    margin-top: auto;
  }
  #location .location_col02 .col_box p {
    line-height: 1.4;
    text-align: center;
  }
  #location .location_col02 .col_box p.taR {
    text-align: center;
  }
  #location .location_col02 .col_left {
    width: 100%;
    margin-bottom: 4vw;
    padding-right: 24px;
  }
  #location .location_col02 .col_left .col_box {
    max-width: 100%;
    margin-left: auto;
    text-align: center;
  }
  #location .location_col02 .col_right {
    width: 100%;
  }
  #location .location_col02 .col_right .right_top {
    max-width: 1103px;
  }
  #location .location_col02 .col_right .right_top .top_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    max-width: 100%;
  }
  #location .location_col02 .col_right .right_top .top_right {
    width: 50%;
  }
  #location .location_col02 .col_right .right_top .top_right img {
    aspect-ratio: auto;
  }
  #location .location_col02 .col_right .right_btm {
    max-width: 100%;
    margin-top: 4vw;
    padding-left: 24px;
  }
  #location .location_btn {
    margin-top: 32px;
    text-align: center;
  }
}
/* ---------------------------------------------------
	stay
------------------------------------------------------ */
#stay {
  padding: 96px 0;
  background: rgba(204, 221, 239, 0.4);
}
#stay .en_tit {
  margin-bottom: 56px;
  text-align: left;
}
#stay .en_tit .en {
  display: block;
  margin-right: 0;
  margin-bottom: 24px;
}
#stay .stay_col {
  align-items: center;
}
#stay .stay_col .col_pic {
  position: relative;
  width: calc(50% + 110px);
}
#stay .stay_col .col_pic picture img {
  width: 100%;
  min-height: 656px;
  object-fit: cover;
}
#stay .stay_col .col_pic .pic_txt01 {
  position: absolute;
  bottom: 50%;
  left: 39%;
}
#stay .stay_col .col_pic .pic_txt02 {
  position: absolute;
  left: 67%;
  bottom: 0;
}
#stay .stay_col .col_txt {
  width: calc(50% - 110px);
  padding: 0 56px;
}
#stay .stay_col .col_txt .txt_container {
  max-width: 368px;
}
#stay .stay_col .col_txt .txt_btn {
  margin-top: 48px;
}

@media screen and (max-width: 810px) {
  #stay {
    padding: 48px 0;
  }
  #stay .en_tit {
    margin-bottom: 20px;
    text-align: left;
  }
  #stay .en_tit .en {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
  }
  #stay .stay_col {
    align-items: flex-start;
  }
  #stay .stay_col .col_pic {
    width: 100%;
    margin-top: 32px;
  }
  #stay .stay_col .col_pic picture img {
    min-height: 0;
  }
  #stay .stay_col .col_pic .pic_txt01 {
    bottom: 49%;
    left: 24%;
    width: 194px;
    height: auto;
  }
  #stay .stay_col .col_pic .pic_txt02 {
    left: auto;
    right: 8%;
    bottom: 0;
    width: 170px;
    height: auto;
  }
  #stay .stay_col .col_txt {
    width: 100%;
    padding: 0 24px;
  }
  #stay .stay_col .col_txt .txt_container {
    max-width: 100%;
  }
  #stay .stay_col .col_txt .txt_btn {
    margin-top: 40px;
  }
  #stay .stay_btn {
    margin-top: 40px;
    text-align: center;
  }
}
/* ---------------------------------------------------
	facility
------------------------------------------------------ */
#facility {
  padding: 96px 0;
}
#facility .facility_pic {
  max-width: 1278px;
  margin: 60px auto 0;
  flex-wrap: nowrap;
}
#facility .facility_btn {
  margin-top: 56px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #facility {
    padding: 48px 0;
  }
  #facility .en_tit {
    text-align: left;
  }
  #facility .en_tit .en {
    display: block;
    margin-right: 0;
  }
  #facility .caption {
    margin-bottom: 8px;
    letter-spacing: 0.05em;
  }
  #facility .facility_pic {
    margin-top: 32px;
  }
  #facility .facility_pic .pic img {
    aspect-ratio: 250/456;
    object-fit: cover;
  }
  #facility .facility_btn {
    margin-top: 40px;
  }
}