﻿@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------


  main visual

---------------------------------------------------------------------------------------------------- */
.mv {
  width: 100%;
  height: 810px;
  position: relative;
  overflow: hidden;
}
.mv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 760px) {
.mv {
  height: 350px;
}
}

/* .mv__slider
----------------------------------------*/
.mv__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 64 / 27;
  z-index: 1;
}
figure.mv__slider_item {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure.mv__slider_item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 64 / 27;
  object-fit: cover;
}
figure.mv__slider_item figcaption {
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}
figure.mv__slider_item figcaption p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--ff-min);
  -webkit-text-stroke: 2px #cccccc;
  text-stroke: 2px #cccccc;
  paint-order: stroke;
  padding: 0 20px;
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
figure.mv__slider_item figcaption p:nth-of-type(2) {
  margin-top: 20px;
}
figure.mv__slider_item figcaption p strong {
  font-size: 85px;
  font-weight: 500;
  line-height: 1.1;
}
figure.mv__slider_item figcaption p strong span {
  font-size: 70%;
  line-height: 1.3;
}
figure.mv__slider_item figcaption p br.sp {
  display: none;
}
@media (max-width: 760px) {
  figure.mv__slider_item img {
    height: 100%;
    aspect-ratio: 64 / 27;
  }
  figure.mv__slider_item figcaption {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  figure.mv__slider_item figcaption p {
    font-size: 20px;
  }
  figure.mv__slider_item figcaption p strong {
    font-size: 40px;
  }
  figure.mv__slider_item figcaption p br.sp {
    display: inline;
  }
}

/* .reserve
----------------------------------------*/
.l-reserve {
  margin: -162px 0 0 0;
}
@media (max-width: 760px) {
.l-reserve {
  margin: -7px 0 0 0;
}
}


/* ----------------------------------------------------------------------------------------------------

  catch

---------------------------------------------------------------------------------------------------- */
.catch {
  background: #f3f3f3;
  margin: calc(var(--main-pdt, var(--space-l)) * -1) 0 0 0;
  padding: 84px 0;
}
.catch p {
  display: block;
  color: #122266;
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  background: transparent url("../img/top/catch.png") right top / auto 100% no-repeat;
  padding: 84px 0;
}
@media (max-width: 760px) {
  .catch {
    padding: 0 0 15px 0;
  }
  .catch p {
    background: transparent url("../img/top/catch.png") center bottom 84px / 100% auto no-repeat;
    padding: 75px 0 504px 0;
  }
}
@media (max-width: 530px) {
  .catch p {
    font-size: var(--fs-3l);
    text-align: left;
    background: transparent url("../img/top/catch.png") center bottom 84px / 100% auto no-repeat;
    padding: 75px 0 404px 0;
  }
}


/* ----------------------------------------------------------------------------------------------------

  point

---------------------------------------------------------------------------------------------------- */
.point {
  padding: 84px 0;
}
ol.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 36px;
}
ol.point-list > li {
  width: calc((100% - 72px) / 3);
}
ol.point-list > li dl {
}
ol.point-list > li dl dt {
  position: relative;
}
ol.point-list > li dl dt figure {
}
ol.point-list > li dl dt figure picture {
}
ol.point-list > li dl dt figure picture img {
  width: 100%;
  height: auto;
}
ol.point-list > li dl dt figure picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0,0,0,65%) 10%, rgba(0,0,0,0) 30%);
}
ol.point-list > li dl dt figure figcaption {
}
ol.point-list > li dl dt figure figcaption b {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #ffffff;
  font-size: 70px;
  font-weight: normal;
  font-family: var(--ff-min);
  line-height: 1;
}
ol.point-list > li dl dt figure figcaption span {
  position: absolute;
  left: 90px;
  bottom: 7px;
  color: #ffffff;
  font-weight: normal;
  font-family: var(--ff-min);
}
ol.point-list > li dl dd {
  margin-top: 1rem;
}
@media (max-width: 760px) {
  ol.point-list > li {
    width: calc((100% - 36px) / 2);
  }
}
@media (max-width: 640px) {
  ol.point-list > li {
    width: 100%;
  }
}


/* ----------------------------------------------------------------------------------------------------

  information

---------------------------------------------------------------------------------------------------- */
.information {
  background: #f3f3f3;
  padding: 84px 0;
}
.information ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 48px;
}
.information ul > li {
  width: calc((100% - 48px) / 2);
}
.information ul > li a {
  color: inherit;
  text-decoration: none;
}
.information ul > li a figure {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 24px;
}
.information ul > li a figure picture {
  position: relative;
  width: calc(50% - 24px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.information ul > li a figure picture img {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width:100%;
  min-height:100%;
  margin: auto;
  object-fit: cover;
  transform: translate(-50%,-50%);
  transition: all .5s ease;
}
.information ul > li a:hover figure picture img {
  opacity: 0.75;
  transform: translate(-50%,-50%) scale(1.25);
}
.information ul > li a figure figcaption {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  width: 50%;
}
.information ul > li a figure figcaption dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0.5em;
}
.information ul > li a figure figcaption dl dt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500;
  margin-top: -7px;
  overflow: hidden;
}
.information ul > li a figure figcaption dl dd {
  margin-top: -5px;
}
.information ul > li a figure figcaption dl dd p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 85%;
  overflow: hidden;
}
.information ul > li a figure figcaption dl dd p time {
}
.information ul > li a figure figcaption dl dd p time::after {
  content: " / ";
}
.information ul > li a figure figcaption span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  font-size: 85%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 1em;
  transition: all .5s ease;
}
.information ul > li a:hover figure figcaption span {
  color: var(--color-red);
}
.information ul > li a figure figcaption span::after {
  content: "";
  display: inline-block;
  color: var(--color-red);
  width: 0.5rem;
  height: 0.5rem;
  background: currentColor;
  margin-top: 2px;
  margin-left: 0.5em;
  mask-image: var(--icon-redtriangle);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transition: var(--hover-trans);
}
.information ul > li a:hover figure figcaption span::after {
  right: -1em;
}
.information-button {
  width: 260px;
  height: 50px;
  margin: 84px auto 0 auto;
}
.information-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  font-family: var(--ff-min);
  text-decoration: none;
  background: #084e18;
  margin: 48px auto 0;
}

@media (max-width: 760px) {
.information {
  background: #f3f3f3;
  padding: 42px 0;
}
.information ul {
  flex-direction: column;
}
.information ul > li {
  width: 100%;
}
.information ul > li a:hover figure picture img {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}
.information ul > li a > figure figcaption dl dt {
  -webkit-line-clamp: 1;
}
.information ul > li a:hover figure figcaption span {
  color: var(--txt-color);
}
.information-button {
  margin: 42px auto 0 auto;
}
}


/* ----------------------------------------------------------------------------------------------------

  room

---------------------------------------------------------------------------------------------------- */
.room {
  padding: 84px 0;
}

.room ul.room-navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px 24px;
  margin: 42px auto 0 auto;
  list-style: none;
}
.room ul.room-navi > li {
  display: block;
  width: calc((100% - 48px) / 3);
}
.room ul.room-navi > li a {
  color: var(--txt-color);
  text-decoration: none;
}
.room ul.room-navi > li a figure {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--txt-color);
  text-decoration: none;
}
.room ul.room-navi > li a figure picture {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 384 / 241;
  overflow: hidden;
}
.room ul.room-navi > li a figure picture img {
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
.room ul.room-navi > li a:hover figure picture img {
  opacity: 0.75;
  transform: scale(1.25);
}
.room ul.room-navi > li a figure figcaption {
}
.room ul.room-navi > li a figure figcaption dl {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.room ul.room-navi > li a figure figcaption dl dt {
  font-size: var(--fs-2l);
  font-family: var(--ff-min);
  font-weight: 400;
}
.room ul.room-navi > li a figure figcaption dl dd {
  height: calc(36px * 3);
}
.room ul.room-navi > li a figure figcaption span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  font-size: 85%;
  margin-top: 1em;
  transition: all .5s ease;
}
.room ul.room-navi > li a:hover figure figcaption span {
  color: var(--color-red);
}
.room ul.room-navi > li a figure figcaption span::after {
  content: "";
  display: inline-block;
  color: var(--color-red);
  width: 0.5rem;
  height: 0.5rem;
  background: currentColor;
  margin-top: 2px;
  margin-left: 0.5em;
  mask-image: var(--icon-redtriangle);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transition: var(--hover-trans);
}
.room ul.room-navi > li a:hover figure figcaption span::after {
  right: -1em;
}

@media (max-width: 760px) {
.room {
  padding: 42px 0;
}

.room ul.room-navi {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.room ul.room-navi > li {
  width: 100%;
}
.room ul.room-navi > li a {
  gap: 12px;
}
.room ul.room-navi > li a:hover figure picture img {
  opacity: 1;
  transform: scale(1);
}
.room ul.room-navi > li a figure figcaption dl {
  gap: 6px;
}
.room ul.room-navi > li a figure figcaption dl dd {
  height: auto;
}
.room ul.room-navi > li a:hover figure figcaption span {
  color: var(--txt-color);
}
}


/* ----------------------------------------------------------------------------------------------------

  access

---------------------------------------------------------------------------------------------------- */
.access {
  background-color: #f3f3f3;
  padding: 84px 0;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
}
.access-map {
  width: calc(100% / 2);
}
.access-cover {
  position: relative;
  width: calc(100% / 2);
  text-align: left;
  padding: 0 0 0 48px;
}
.access-cover .access-catch {
  display: block;
  color: #122266;
  font-size: var(--fs-3l);
  font-family: var(--ff-min);
  margin-bottom: 10px;
}
.access-cover .access-img {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 10px;
}
.access-cover .asccess-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  background-color: #084e18;
  color: #fff;
  font-size: 20px;
  font-family: var(--ff-min);
  text-decoration: none;
  margin: 48px auto 0;
}
@media (max-width: 760px) {
.access {
  padding: 42px 0;
}
.flex-container {
  flex-direction: column;
}
.access-map {
  width: 100%;
  height: 450px;
}
.access-cover {
  width: 100%;
  padding: 0 20px;
}
}
