/* ---------------------------------------------------
	common
------------------------------------------------------ */
body {
  background: none;
}

#footer {
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../img/common/bg_nami_02.png) no-repeat center top;
  background-size: 1999px;
  width: 100%;
  height: 1560px;
  pointer-events: none;
  z-index: 1;
}
#footer .container {
  position: relative;
  z-index: 10;
}

.en_tit {
  margin-bottom: 64px;
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
.en_tit .en {
  display: block;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 810px) {
  #footer::before {
    top: auto;
    bottom: 2%;
    background: url(../img/common/bg_nami_02_sp.png) no-repeat center top;
    background-size: 145.6vw;
    width: 100%;
    height: 120%;
  }
  .en_tit {
    margin-bottom: 28px;
    font-size: 2.4rem;
    letter-spacing: 0.14em;
  }
  .en_tit .en {
    margin-bottom: 8px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
/* ---------------------------------------------------
		intro
------------------------------------------------------ */
#intro {
  position: relative;
}
#intro::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/intro_bg_01.png) no-repeat center top;
  z-index: 1;
}
@media screen and (min-width: 2001px) {
  #intro::before {
    background-size: 100%;
  }
}
#intro .intro_movie {
  position: absolute;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
#intro .intro_movie video {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 432px);
  min-height: 100vh;
  object-fit: cover;
}
#intro .intro_col {
  position: relative;
  align-items: flex-start;
  margin-top: -1040px;
  padding-bottom: 432px;
  z-index: 10;
}
#intro .intro_col .col_left {
  width: 50%;
  padding: 140px 0 0;
}
#intro .intro_col .col_img {
  position: relative;
  margin-top: 184px;
  margin-bottom: 144px;
}
#intro .intro_col .col_img .img_txt {
  position: absolute;
  left: calc(100% - 548px);
  top: -116px;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
#intro .intro_col .col_img .img_txt .big {
  font-size: 10.2rem;
  letter-spacing: 0.075em;
}
#intro .intro_col .col_img img {
  float: right;
  width: 100%;
  min-height: 540px;
  height: auto;
  object-fit: cover;
}
#intro .intro_col .col_right {
  padding: 132px 48px 0 8%;
  width: 50%;
}
#intro .intro_col .col_right > p {
  max-width: 408px;
}
#intro .intro_col .col_tit {
  max-width: 540px;
  margin-left: auto;
  font-size: 3.2rem;
  line-height: 2.25;
  letter-spacing: 0.14em;
}
#intro .intro_col .col_btn {
  margin-top: 72px;
}
#intro .intro_col .col_img02 {
  margin-top: 400px;
  max-width: 90%;
}
#intro .intro_col .col_img03 {
  width: max-content;
  max-width: 60%;
  margin: 0 10% 0 auto;
}

@media screen and (max-height: 1024px) {
  #intro .intro_col {
    margin-top: -900px;
  }
}
@media screen and (max-height: 840px) {
  #intro .intro_col {
    margin-top: -800px;
  }
}
@media screen and (max-height: 740px) {
  #intro .intro_col {
    margin-top: -700px;
  }
}
@media screen and (max-height: 640px) {
  #intro .intro_col {
    margin-top: -600px;
  }
}
@media screen and (max-width: 810px) {
  #intro::before {
    background: url(../img/home/intro_bg_01_sp.png) no-repeat center top;
    background-size: 100%;
  }
  #intro .intro_movie video {
    height: calc(100% + 60vw + 72px);
  }
  #intro .intro_col {
    margin-top: -300px;
    padding-bottom: calc(60vw + 72px);
  }
  #intro .intro_col .col_left {
    width: 100%;
    padding: 0 0;
  }
  #intro .intro_col .col_img {
    position: relative;
    margin-top: 30vw;
    margin-bottom: 0;
  }
  #intro .intro_col .col_img .img_txt {
    left: 4%;
    top: -80px;
    font-size: 7.7vw;
    line-height: 1.2;
    opacity: 0.5;
  }
  #intro .intro_col .col_img .img_txt .big {
    font-size: 16.4vw;
  }
  #intro .intro_col .col_img img {
    width: 100%;
    height: auto;
  }
  #intro .intro_col .col_right {
    padding: 50px 20px 0;
    width: 100%;
  }
  #intro .intro_col .col_tit {
    max-width: calc(100% - 40px);
    margin: 0 auto 32px;
    font-size: 2.6rem;
    line-height: 2.25;
    letter-spacing: 0.14em;
  }
  #intro .intro_col .col_btn {
    margin-top: 32px;
    text-align: center;
  }
  #intro .intro_col .col_img02 {
    margin-top: 60px;
    max-width: 70%;
    margin-left: auto;
  }
  #intro .intro_col .col_img03 {
    width: 70.4%;
    max-width: none;
    margin: 6% auto 0 0;
  }
}
@media screen and (max-width: 810px) and (orientation: portrait) {
  #intro .intro_col {
    margin-top: -164vw;
  }
}
/* ---------------------------------------------------
		room
------------------------------------------------------ */
#room {
  position: relative;
  padding-bottom: 144px;
  z-index: 1;
}
#room .room_mv {
  position: relative;
  top: -282px;
  width: 90%;
  max-width: 1282px;
  margin: 0 auto -140px;
  z-index: 10;
}
#room .room_mv .en_tit {
  position: absolute;
  left: 7%;
  top: 50%;
  margin-top: -40px;
  margin-bottom: 0;
}
#room .container {
  position: relative;
  z-index: 10;
}
#room .room_bg {
  position: relative;
  padding-bottom: 392px;
  background: url(../img/home/room_bg_01.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}
#room .room_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -282px;
  display: block;
  background: url(../img/common/bg_nami_01.png) no-repeat center top;
  background-size: 1999px;
  width: 100%;
  height: 4500px;
  pointer-events: none;
  z-index: 1;
}
#room .room_bg h3.en_tit {
  margin-bottom: 16px;
}
#room .room_bg h3.en_tit .en {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 24px;
}
#room .room_bg p {
  max-width: 540px;
}
#room .room_bg .bg_lead {
  margin-bottom: 60px;
  font-size: 2.8rem;
  letter-spacing: 0.14em;
  line-height: 2;
}
#room .room_bg .bg_btn {
  margin-top: 64px;
  line-height: 1;
}
#room .room_slide_wrap {
  position: relative;
  margin-top: -346px;
  padding: 96px 0;
  overflow: hidden;
  z-index: 1;
}
#room .room_slide .slick-list {
  overflow: visible;
}
#room .room_slide .slide_item {
  position: relative;
  padding: 0 12px;
}
@media (any-hover: hover) {
  #room .room_slide .slide_item:hover {
    z-index: 1;
  }
}
#room .room_slide .slide_item a {
  display: block;
  background: #fff;
  transition: all 0.8s;
}
@media (any-hover: hover) {
  #room .room_slide .slide_item a:hover {
    opacity: 1;
    scale: 1.2;
  }
  #room .room_slide .slide_item a:hover .item_img {
    opacity: 0.2;
  }
  #room .room_slide .slide_item a:hover .item_img img {
    filter: blur(4px);
    scale: 1.04;
  }
  #room .room_slide .slide_item a:hover .item_hover {
    opacity: 1;
  }
  #room .room_slide .slide_item a:hover .item_tit {
    transform: translateY(-15px);
    opacity: 0;
    scale: 0.95;
  }
}
#room .room_slide .slide_item .item_img {
  transition: all 0.8s;
  overflow: hidden;
}
#room .room_slide .slide_item .item_img img {
  width: 100%;
  transition: all 0.8s;
}
#room .room_slide .slide_item .item_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.8s;
  text-align: center;
}
#room .room_slide .slide_item .item_hover .hover_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
#room .room_slide .slide_item .item_hover .hover_tit {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
#room .room_slide .slide_item .item_hover .type {
  display: inline-block;
  width: max-content;
  margin: 10px auto;
  padding: 4px 8px 5px;
  border: 1px solid #afafaf;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
#room .room_slide .slide_item .item_hover .more {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#room .room_slide .slide_item .item_hover .more::after {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 7px;
  margin: 10px auto 0;
}
#room .room_slide .slide_item .item_hover .hover_img {
  width: 100%;
  height: auto;
}
#room .room_slide .slide_item .item_tit {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 24px;
  line-height: 1.75;
  text-align: center;
  transition: all 0.3s;
}
#room .room_slide .slide_item .item_tit .type {
  display: inline-block;
  margin-left: 16px;
  padding: 4px 8px 5px;
  border: 1px solid #afafaf;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
#room .room_col {
  margin-top: 88px;
}
#room .room_col .col_img {
  width: calc(50% + 28px);
  text-align: center;
}
#room .room_col .col_img > div {
  width: calc(50% - 4px);
}
#room .room_col .col_img .img_txt {
  margin-top: 16px;
}
#room .room_col .col_img .img_txt .en {
  display: inline-block;
  margin-right: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
#room .room_col .col_txt {
  width: calc(50% - 88px);
  padding-top: 48px;
}
#room .room_col .col_txt .txt_tit {
  margin-bottom: 32px;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.75;
}
#room .room_col .col_txt .txt_btn {
  margin-top: 48px;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  #room {
    padding-bottom: 72px;
  }
  #room .room_mv {
    position: relative;
    top: -60vw;
    width: calc(100% - 40px);
    margin: 0 auto -10vw;
  }
  #room .room_mv .en_tit {
    left: 9%;
    top: 60px;
    margin-top: 0;
  }
  #room .room_bg {
    padding-bottom: 240px;
    background: url(../img/home/room_bg_01_sp.webp) no-repeat center top;
    background-size: cover;
  }
  #room .room_bg::before {
    top: 0;
    background: url(../img/common/bg_nami_sp.png) no-repeat center top;
    background-size: 145.6vw;
    width: 100%;
    height: 450.5494%;
  }
  #room .room_bg h3.en_tit {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
  #room .room_bg h3.en_tit .en {
    display: inline-block;
    margin-right: 24px;
  }
  #room .room_bg p {
    max-width: 100%;
  }
  #room .room_bg .bg_lead {
    margin-bottom: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.14em;
  }
  #room .room_bg .bg_btn {
    margin-top: 32px;
    text-align: center;
  }
  #room .room_slide_wrap {
    margin-top: -228px;
    padding: 48px 0;
  }
  #room .room_slide .slide_item {
    padding: 0 8px;
  }
  #room .room_slide .slide_item .item_hover {
    position: static;
    display: block;
    margin-top: 8px;
    opacity: 1;
  }
  #room .room_slide .slide_item .item_hover .hover_txt {
    display: none;
  }
  #room .room_slide .slide_item .item_hover .hover_tit {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.14em;
  }
  #room .room_slide .slide_item .item_hover .more {
    display: block;
    margin-top: 16px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  #room .room_slide .slide_item .item_hover .hover_img {
    width: 100%;
    height: auto;
  }
  #room .room_slide .slide_item .item_tit {
    margin-top: 20px;
    line-height: 1.75;
  }
  #room .room_slide .slide_item .item_tit .type {
    margin-left: 8px;
    padding-right: 6px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  #room .room_col {
    margin-top: 48px;
  }
  #room .room_col .col_img {
    width: 100%;
    margin-top: 32px;
    text-align: center;
  }
  #room .room_col .col_img > div {
    width: calc(50% - 2px);
  }
  #room .room_col .col_img .img_txt {
    margin-top: 10px;
    line-height: 1.5;
  }
  #room .room_col .col_img .img_txt .en {
    display: block;
    margin-right: 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #room .room_col .col_txt {
    width: 100%;
    padding-top: 0;
  }
  #room .room_col .col_txt .txt_tit {
    margin-bottom: 16px;
    font-size: 1.8rem;
    letter-spacing: 0.14em;
  }
  #room .room_col .txt_btn {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
/* ---------------------------------------------------
		onsen
------------------------------------------------------ */
#onsen {
  padding-bottom: 144px;
}
#onsen .onsen_bg {
  position: relative;
  height: 616px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/home/onsen_bg_01.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}
#onsen .onsen_bg .en_tit {
  position: relative;
  z-index: 10;
}
#onsen .onsen_col {
  position: relative;
  align-items: flex-start;
  z-index: 10;
}
#onsen .onsen_col .col_item {
  width: calc(50% - 28px);
}
#onsen .onsen_col .col_item:nth-of-type(1) {
  margin-top: -70px;
}
#onsen .onsen_col .col_item:nth-of-type(2) {
  margin-top: -220px;
}
#onsen .onsen_col .col_item .item_tit {
  margin-bottom: 32px;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.75;
}
#onsen .onsen_col .col_item .item_btn {
  margin-top: 40px;
  line-height: 1;
}
#onsen .onsen_col .col_btn {
  width: calc(50% - 28px);
  margin-top: -80px;
  margin-left: auto;
}
#onsen .onsen_slide .slide_item {
  position: relative;
  margin-bottom: 32px;
}
#onsen .onsen_slide .slide_item .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  padding: 16px 20px;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 810px) {
  #onsen {
    padding-bottom: 72px;
  }
  #onsen .onsen_bg {
    height: 544px;
    padding-top: 60px;
    display: block;
    background: url(../img/home/onsen_bg_01_sp.webp) no-repeat center;
    background-size: cover;
  }
  #onsen .onsen_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url(../img/common/bg_nami_sp.png) no-repeat center top;
    background-size: 145.6vw;
    width: 100%;
    height: 450.5494%;
    z-index: 1;
  }
  #onsen .onsen_bg .en_tit {
    margin-left: 4%;
    margin-bottom: 0;
  }
  #onsen .onsen_col .col_item {
    width: 100%;
  }
  #onsen .onsen_col .col_item:nth-of-type(1) {
    margin-top: -186px;
    margin-left: -20px;
  }
  #onsen .onsen_col .col_item:nth-of-type(1) > * {
    padding-left: 20px;
  }
  #onsen .onsen_col .col_item:nth-of-type(1) .onsen_slide {
    padding-left: 0;
  }
  #onsen .onsen_col .col_item:nth-of-type(2) {
    margin-top: 40px;
    margin-left: auto;
    margin-right: -20px;
  }
  #onsen .onsen_col .col_item .item_tit {
    margin-bottom: 8px;
    font-size: 1.8rem;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }
  #onsen .onsen_col .col_item .item_btn {
    margin-top: 24px;
  }
  #onsen .onsen_col .col_btn {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    text-align: center;
  }
  #onsen .onsen_slide .slide_item {
    margin-bottom: 32px;
  }
  #onsen .onsen_slide .slide_item .img_caption {
    padding: 12px 16px;
  }
}
/* ---------------------------------------------------
		facility
------------------------------------------------------ */
#facility {
  position: relative;
  padding-bottom: 144px;
  z-index: 1;
}
#facility .facility_bg {
  position: relative;
  height: 616px;
  display: flex;
  background: url(../img/home/facility_bg_01.webp) no-repeat center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
#facility .facility_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -82px;
  display: block;
  background: url(../img/common/bg_nami_02.png) no-repeat center top;
  background-size: 1999px;
  width: 100%;
  height: 4500px;
  pointer-events: none;
  z-index: 1;
}
#facility .facility_bg .en_tit {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  z-index: 10;
}
#facility .facility_bg .en_tit .en {
  margin-bottom: 24px;
}
#facility .facility_col {
  position: relative;
  align-items: flex-start;
  z-index: 10;
}
#facility .facility_col .col_img {
  width: 56%;
  margin-top: -84px;
  gap: 24px;
  justify-content: flex-start;
}
#facility .facility_col .col_txt {
  width: 44%;
  padding: 72px 64px 0;
}
#facility .facility_col .col_txt .txt_container {
  max-width: 350px;
}
#facility .facility_col .col_txt .txt_btn {
  margin-top: 64px;
  line-height: 1;
}
#facility .facility_slide {
  width: calc(33.333% - 18px);
  max-width: 288px;
}
#facility .facility_slide .slick-dots {
  bottom: 0;
  left: 16px;
  text-align: right;
}
#facility .facility_slide .slick-slide.add-animation {
  z-index: 1001 !important;
  animation: slideIn 2.4s cubic-bezier(0.7, 0, 0.3, 1) 0s 1 forwards;
}
#facility .facility_slide .slick-slide.remove-animation {
  opacity: 1 !important;
  z-index: 1000 !important;
}
#facility .facility_slide .slick-slide.remove-animation img {
  opacity: 0;
}
#facility .facility_slide .slick-slide.active-slide {
  z-index: 10;
  display: block;
  animation: slideIn 2.4s cubic-bezier(0.7, 0, 0.3, 1) 0s 1 forwards;
}
#facility .facility_slide .slick-slide.prev-slide {
  display: block;
}
#facility .facility_slide .slick-slide img {
  transition: opacity 0.4s;
  transition-delay: 0.3s;
}
#facility #facility_slide02 {
  margin-top: 64px;
}

@keyframes slideIn {
  0% {
    transform: translate(10vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 810px) {
  #facility {
    padding-bottom: 70px;
  }
  #facility .facility_bg {
    height: 492px;
    padding-top: 60px;
    display: block;
    background: url(../img/home/facility_bg_01_sp.webp) no-repeat center;
    background-size: cover;
  }
  #facility .facility_bg::before {
    top: 200%;
    background: url(../img/common/bg_nami_sp.png) no-repeat center top;
    background-size: 145.6vw;
    width: 100%;
    height: 450.5494%;
  }
  #facility .facility_bg .en_tit {
    margin-left: 4%;
  }
  #facility .facility_bg .en_tit .en {
    margin-bottom: 8px;
  }
  #facility .facility_col {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #facility .facility_col .col_img {
    width: 100%;
    margin-top: -112px;
    gap: 16px;
    justify-content: space-between;
  }
  #facility .facility_col .col_txt {
    width: 100%;
    padding: 56px 0 0;
  }
  #facility .facility_col .col_txt .txt_container {
    max-width: 100%;
  }
  #facility .facility_col .col_txt .txt_btn {
    margin-top: 32px;
    text-align: center;
  }
  #facility .facility_slide {
    width: 76%;
    max-width: 100%;
  }
  #facility .facility_slide .slick-dots {
    left: -14px;
    bottom: -32px;
    text-align: left;
  }
  #facility #facility_slide02 {
    margin-top: 0;
    margin-left: auto;
  }
}
/* ---------------------------------------------------
		cuisine
------------------------------------------------------ */
#cuisine {
  padding-bottom: 140px;
}
#cuisine .cuisine_col {
  position: relative;
  z-index: 10;
}
#cuisine .cuisine_col .col_img {
  width: 56%;
}
#cuisine .cuisine_col .col_txt {
  width: 44%;
  padding: 0 64px;
}
#cuisine .cuisine_col .col_txt .txt_container {
  max-width: 384px;
  margin-left: auto;
}
#cuisine .cuisine_col .col_txt .txt_btn {
  margin-top: 64px;
  line-height: 1;
}
#cuisine .restaurant_col {
  position: relative;
  margin-top: 156px;
  z-index: 10;
}
#cuisine .restaurant_col .en_tit {
  position: absolute;
  left: 50%;
  top: -56px;
  width: 50%;
  max-width: 540px;
  text-align: right;
}
#cuisine .restaurant_col .en_tit .en {
  padding-right: 24px;
}
#cuisine .restaurant_col .col_item {
  width: 47.8125%;
}
#cuisine .restaurant_col .col_item.item02 {
  margin-top: 104px;
}
#cuisine .restaurant_col .col_item .item_img {
  margin-bottom: 40px;
}
#cuisine .restaurant_col .col_item .item_tit {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
#cuisine .restaurant_col .col_item .item_btn {
  margin-top: 40px;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  #cuisine {
    padding-bottom: 70px;
  }
  #cuisine .cuisine_col > .en_tit {
    width: calc(100% - 40px);
    margin: 0 auto 32px;
  }
  #cuisine .cuisine_col .col_img {
    width: 100%;
    padding-left: 20px;
  }
  #cuisine .cuisine_col .col_txt {
    width: 100%;
    margin-top: 28px;
    padding: 0 20px;
  }
  #cuisine .cuisine_col .col_txt .txt_container {
    max-width: 100%;
    margin-left: auto;
  }
  #cuisine .cuisine_col .col_txt .txt_btn {
    margin-top: 32px;
    text-align: center;
  }
  #cuisine .restaurant_col {
    position: relative;
    margin-top: 70px;
  }
  #cuisine .restaurant_col .en_tit {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    text-align: left;
  }
  #cuisine .restaurant_col .en_tit .en {
    padding-right: 0;
  }
  #cuisine .restaurant_col .col_item {
    width: 100%;
    margin-left: -20px;
  }
  #cuisine .restaurant_col .col_item.item02 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: -20px;
  }
  #cuisine .restaurant_col .col_item.item02 > * {
    padding-left: 0;
  }
  #cuisine .restaurant_col .col_item > * {
    padding-left: 20px;
  }
  #cuisine .restaurant_col .col_item p {
    line-height: 1.9;
  }
  #cuisine .restaurant_col .col_item .item_img {
    padding-left: 0;
    margin-bottom: 24px;
  }
  #cuisine .restaurant_col .col_item .item_tit {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.14em;
  }
  #cuisine .restaurant_col .col_item .item_btn {
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
		stay
------------------------------------------------------ */
.bg_parallax {
  position: relative;
  height: 36vw;
  overflow: hidden;
  z-index: 0;
}
.bg_parallax img {
  position: relative;
  left: 50%;
  margin: 0 auto;
  max-width: none;
  min-width: 100%;
  min-height: 110%;
  object-fit: cover;
  transform: translateX(-50%);
}

#stay {
  position: relative;
}
#stay .container {
  position: relative;
  z-index: 10;
}
#stay .stay_col {
  margin-top: 96px;
}
#stay .stay_col .col_link {
  width: 62%;
  max-width: 667px;
}
#stay .stay_col .col_link .link_item {
  width: 47.7%;
  max-width: 318px;
}
#stay .stay_col .col_link .link_item.item02 {
  margin-top: 96px;
}
#stay .stay_col .col_link .link_item .item_img {
  margin-bottom: 40px;
}
#stay .stay_col .col_link .link_item .item_tit {
  margin-bottom: 24px;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.75;
}
#stay .stay_col .col_link .link_item .item_btn {
  margin-top: 40px;
  line-height: 1;
}
#stay .stay_col .col_txt {
  width: 32.6%;
  padding-top: 48px;
}
#stay .stay_col .col_txt .txt_btn {
  margin-top: 64px;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  .bg_parallax {
    height: 79vw;
  }
  .bg_parallax img {
    min-height: 170%;
  }
  #stay {
    padding-bottom: 70px;
  }
  #stay::before {
    content: "";
    position: absolute;
    left: 0;
    top: -18%;
    display: block;
    background: url(../img/common/bg_nami_sp.png) no-repeat center top;
    background-size: 145.6vw;
    width: 100%;
    height: 450.5494%;
    z-index: 1;
  }
  #stay .stay_col {
    margin-top: 70px;
  }
  #stay .stay_col .col_link {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  #stay .stay_col .col_link .link_item {
    width: 47.7%;
    max-width: 318px;
  }
  #stay .stay_col .col_link .link_item.item02 {
    margin-top: 40px;
  }
  #stay .stay_col .col_link .link_item .item_img {
    margin-bottom: 24px;
  }
  #stay .stay_col .col_link .link_item p {
    line-height: 1.9;
  }
  #stay .stay_col .col_link .link_item .item_tit {
    margin-bottom: 8px;
    font-size: 1.8rem;
    letter-spacing: 0.14em;
    line-height: 1.75;
  }
  #stay .stay_col .col_link .link_item .item_btn {
    margin-top: 24px;
  }
  #stay .stay_col .col_txt {
    width: 100%;
    padding-top: 0;
  }
  #stay .stay_col .col_txt .txt_btn {
    margin-top: 24px;
  }
  #stay .stay_btn {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
/* ---------------------------------------------------
		location
------------------------------------------------------ */
#location {
  margin-bottom: -720px;
  padding: 140px 0 720px;
}
#location .location_bg {
  position: relative;
  padding: 144px 0;
  background: url(../img/home/location_bg_01.webp) no-repeat center;
  background-size: cover;
  color: #fff;
  z-index: 10;
  min-height: 770px;
}
#location .location_bg .bg_img {
  position: absolute;
  top: -308px;
  left: 50%;
  margin-left: -842px;
  pointer-events: none;
  z-index: 5;
}
#location .location_bg .bg_img img {
  max-width: none;
}
#location .location_bg .bg_txt {
  position: relative;
  max-width: 432px;
  z-index: 10;
}
#location .location_bg .bg_txt .txt_btn {
  position: relative;
  z-index: 10;
  margin-top: 64px;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  #location {
    margin-bottom: 0;
    padding: 0;
  }
  #location .location_bg {
    padding: 56px 0 180px;
    background: url(../img/home/location_bg_01_sp.webp) no-repeat center;
    background-size: cover;
  }
  #location .location_bg .en_tit {
    margin-bottom: 0;
  }
  #location .location_bg .bg_img {
    position: static;
    width: 100vw;
    margin: -140px -20px 32px;
  }
  #location .location_bg .bg_img img {
    width: 100%;
    height: auto;
  }
  #location .location_bg .bg_txt {
    max-width: 100%;
  }
  #location .location_bg .bg_txt .txt_btn {
    margin-top: 32px;
  }
}

/* lang追加 / 飛行機でお越しの方 */
.fromair {
  width: 720px;
  margin: 0 0 0 auto;
  background-color: rgba(255, 255, 255, .9);
  padding: 2em 2.6em;
  position: relative;
  z-index: 10;
  margin-top: -70px;
  margin-bottom: 3em;
  letter-spacing: .14em;
}
.fromair-ttl {
  font-size: 2.2rem;
}
.fromair-list {
  border-bottom: 1px solid #afafaf;
  padding: 1em 0 1em 1.8em;
}
.fromair-list dt {
  position: relative;
  line-height: 1.7;
}
.fromair-list dt::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  background-image: url(../img/home/fromair-pin.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -1.4em;
  top: .2em;
}
.fromair-list dd {
  line-height: 1.7;
}
@media screen and (max-width: 810px) {
  .fromair {
    width: 100%;
    margin: -150px 0 3em 0;
    padding: 1em 1.3em;
  }
  .fromair-list dt::before {
    width: 12px;
    height: 15px;
  }
  .fromair-ttl {
    font-size: 1.7rem;
  }
}


/* lang追加 / 無料送迎のご案内 */
.freetransfer {
  position: relative;
  z-index: 10;
  letter-spacing: .14em;
}
.freetransfer-ttl {
  text-align: center;
  font-size: 2.8rem;
}
.freetransfer-box {
  background-color: #ebf3f6;
  padding: 1.8em 2.2em;
  margin-bottom: 2em;
}
.freetransfer-box-ttl {
  border-bottom: 1px solid #afafaf;
  margin-bottom: 1.8em;
}
.freetransfer-box-ttl span:nth-of-type(1) {
  font-size: 2.2rem;
}
.freetransfer-box-reser {
  display: inline-block;
  background-color: #4f4f4f;
  color: #fff;
  padding: 0 .8em;
  margin-bottom: 0.8em;
}
.freetransfer-box-desc {
  line-height: 1.7;
  margin-bottom: 2em;
}
.freetransfer-box-tbl {
  width: 100%;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 1.5em;
}
.freetransfer-box-tbl th {
  vertical-align: middle;
  width: 16.2%;
  background-color: #dbe9ef;
  border-top: 1px solid #afafaf;
  padding: .6em 1em;
}
.freetransfer-box-tbl td {
  vertical-align: middle;
  width: 83.8%;
  border-top: 1px solid #afafaf;
  padding: .6em 1em;
}
.freetransfer-box-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9f7224;
  color: #fff;
}
.freetransfer-box-tel span {
  margin-right: 2em;
}
.freetransfer-box-tel a {
  font-size: 2.8rem;
}
.freetransfer-box-tel a small {
  font-size: 2.0rem;
}
@media screen and (max-width: 810px) {
  .freetransfer-ttl {
    font-size: 2.4rem;
  }
  .freetransfer-box-ttl {
    line-height: 1.6;
  }
  .freetransfer-box-ttl span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .freetransfer-box-ttl span:nth-of-type(2) {
    font-size: 1.4rem;
  }
  .freetransfer-box-reser {
    line-height: 1.4;
    padding: .5em 1em;
  }
  .freetransfer-box-tbl th,
  .freetransfer-box-tbl td {
    display: block;
    width: 100%;
  }
  .freetransfer-box-tel {
    flex-direction: column;
    padding: .5em 0 1em;
  }
  .freetransfer-box-tel span {
    margin-right: 0;
  }
  .freetransfer-box-tel a {
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .freetransfer-box-tel a small {
    font-size: 1.5rem;
  }
}


/* lang追加 / アクセスマップ */
.langmap {
  position: relative;
  margin-top: 3em;
  z-index: 10;
}
.langmap iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: none;
  margin-bottom: 2em;
}
.langmap .map_btn {
  display: flex;
  justify-content: center;
}
.langmap .map_col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4em;
  margin-top: 2em;
}
.langmap .map_col .col_txt p {
  line-height: 1.7;
}

/* ---------------------------------------------------
		sightseeing
------------------------------------------------------ */
#sightseeing {
  position: relative;
  padding-top: 144px;
}
#sightseeing::before {
  content: "";
  position: absolute;
  left: 0;
  top: -692px;
  display: block;
  background: url(../img/common/bg_nami_01.png) no-repeat center top;
  background-size: 1999px;
  width: 100%;
  height: 4500px;
  pointer-events: none;
  z-index: 1;
}
#sightseeing .sightseeing_col {
  position: relative;
  z-index: 10;
}
#sightseeing .sightseeing_col .col_txt {
  width: 42.9%;
  padding: 0 5%;
}
#sightseeing .sightseeing_col .col_txt .txt_container {
  max-width: 378px;
}
#sightseeing .sightseeing_col .col_txt .txt_btn {
  margin-top: 72px;
  line-height: 1;
}
#sightseeing .sightseeing_col .col_img {
  position: relative;
  width: 57.1%;
  max-width: 730px;
  padding-bottom: 144px;
}
#sightseeing .sightseeing_col .col_img .img02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 810px) {
  #sightseeing {
    padding-top: 70px;
  }
  #sightseeing::before {
    top: 67%;
    background: url(../img/common/bg_nami_sp.png) no-repeat center top;
    background-size: 145.6vw;
    width: 100%;
    height: 450.5494%;
  }
  #sightseeing .sightseeing_col .col_txt {
    width: 100%;
    padding: 0;
  }
  #sightseeing .sightseeing_col .col_txt .txt_container {
    max-width: 100%;
  }
  #sightseeing .sightseeing_col .col_txt .txt_btn {
    margin-top: 40px;
    text-align: center;
  }
  #sightseeing .sightseeing_col .col_img {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    padding-bottom: 20%;
  }
  #sightseeing .sightseeing_col .col_img .img01 {
    width: 73%;
  }
  #sightseeing .sightseeing_col .col_img .img02 {
    width: 40%;
  }
}



/* lang追加 / スポット2件 */
.spots {
  position: relative;
  z-index: 10;
  margin-top: 5em;
}
.spots-list {
  display: flex;
  justify-content: space-between;
}
.spots-list-cap {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 810px) {
  .spots-list {
    flex-direction: column;
  }
  .spots-list li + li {
    margin-top: 2em;
  }
  .spots-list-img img {
    width: 100%;
    height: 210;
    object-fit: cover;
  }
}


/* ---------------------------------------------------
		daytrip
------------------------------------------------------ */
#daytrip {
  padding: 144px 0;
}
#daytrip .daytrip_col {
  position: relative;
  z-index: 10;
  max-width: 1560px;
}
#daytrip .daytrip_col .col_txt {
  width: 44%;
  padding: 0 4.1%;
}
#daytrip .daytrip_col .col_txt .txt_container {
  max-width: 384px;
  margin-left: auto;
}
#daytrip .daytrip_col .col_txt .txt_btn {
  margin-top: 64px;
  line-height: 1;
}
#daytrip .daytrip_col .col_img {
  width: 56%;
}

@media screen and (max-width: 810px) {
  #daytrip {
    padding: 70px 0 72px;
  }
  #daytrip .daytrip_col .col_txt {
    width: 100%;
    padding: 0;
  }
  #daytrip .daytrip_col .col_txt .txt_container {
    max-width: 100%;
    margin-left: auto;
  }
  #daytrip .daytrip_col .col_txt .txt_btn {
    margin-top: 40px;
    text-align: center;
  }
  #daytrip .daytrip_col .col_img {
    width: 100%;
    margin-top: 32px;
  }
}




/* ---------------------------------------------------
    stay_info
------------------------------------------------------ */
#stay_info {
  padding: 140px 0;
}
/*#stay_info .cancel_list::after {
  content: "";
  display: block;
  clear: both;
}
#stay_info .cancel_list dt {
  clear: left;
  float: left;
  width: 15.5em;
}
#stay_info .cancel_list dd {
  margin-left: 15.5em;
}*/

@media screen and (max-width: 810px) {
  #stay_info {
    padding: 0 0 70px;
  }
  /*#stay_info .cancel_list dt {
    width: 10em;
  }
  #stay_info .cancel_list dt.sp_wide {
    width: 100%;
  }
  #stay_info .cancel_list dd {
    margin-left: 10em;
  }
  #stay_info .cancel_list dd.sp_wide {
    margin-left: 1em;
  }*/
}







