@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) {
  body {
    padding-top: 0;
  }
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  background: #fff;
}
.kv::before {
  content: none;
}
.kv .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100dvh;
  padding-bottom: 0;
}
@media screen and (min-width: 1301px) {
  .kv .wrapper {
    max-width: 1300px;
  }
}
@media (max-width: 1024px) {
  .kv .wrapper {
    justify-content: flex-start;
    height: calc(100dvh - 80px);
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .kv .wrapper {
    height: initial;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .kv .wrapper {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .kv .hotelName {
    text-align: center;
    margin: 0 0 8px;
  }
}
@media (max-width: 1024px) {
  .kv .hotelName img {
    width: 221px;
    height: auto;
  }
}
.kvTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin: auto 0 0;
  font-family: "Minion Variable Concept";
  font-size: 5.3rem;
  line-height: 1.66;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .kvTitle {
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 3.7rem;
  }
}
.kvTitle span.x {
  position: relative;
  width: 70px;
  height: 70px;
}
@media (max-width: 1024px) {
  .kvTitle span.x {
    width: 48px;
    height: 48px;
    margin-block: -10px;
  }
}
.kvTitle span.x::before, .kvTitle span.x::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 70px;
  height: 1px;
  background: #231815;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .kvTitle span.x::before, .kvTitle span.x::after {
    width: 48px;
  }
}
.kvTitle span.x::after {
  transform: rotate(-45deg);
}
.kv .lead {
  font-size: 2rem;
  line-height: 1.7;
  margin: 0 0 40px;
  color: #4d4d4d;
}
@media (max-width: 1024px) {
  .kv .lead {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 72px;
  }
}
.kv .swiperSec {
  margin-inline: calc(50% - 50vw);
}
.kv .photo {
  height: auto !important;
}
.kv .photo img {
  aspect-ratio: 1442/349 !important;
}
@media (max-width: 1024px) {
  .kv .photo img {
    aspect-ratio: 375/200 !important;
  }
}

/* =========================================================
menu
========================================================= */
.menu .wrapper {
  max-width: 978px;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .menu .wrapper {
    max-width: 86%;
    padding: 56px 0;
  }
}
.menuList {
  display: flex;
  justify-content: space-between;
  gap: 0 150px;
}
@media (max-width: 1024px) {
  .menuList {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
@media (max-width: 1024px) {
  .menuList li {
    width: 50%;
  }
}
.menuList li a {
  display: block;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .menuList li a {
    text-align: center;
  }
}
.menuList li a .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 4px;
}
@media (max-width: 1024px) {
  .menuList li a .icon {
    width: 100%;
    align-items: center;
    scale: 0.84;
    margin: 0;
  }
}
.menuList li a .secTitle2 {
  font-size: 2.3rem;
  color: #000;
}
@media (max-width: 1024px) {
  .menuList li a .secTitle2 {
    font-size: 1.9rem;
  }
}
.menuList li a .ja {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.58;
  letter-spacing: 0.04em;
  color: #4d4d4d;
}
@media (max-width: 1024px) {
  .menuList li a .ja {
    font-size: 1.1rem;
  }
}

/* =========================================================
detailBlock
========================================================= */
.detailBlock {
  background: #f1f1f1;
}
.detailBlock .wrapper {
  display: flex;
  gap: 0 60px;
}
@media (max-width: 1024px) {
  .detailBlock .wrapper {
    display: block;
    padding: 60px 0 108px;
  }
}
.detailBlock .photoBlock {
  width: 59%;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .detailBlock .photoBlock {
    width: 100%;
    margin: 0 0 16px;
  }
}
.detailBlock .photo {
  display: block;
  border-radius: 0;
  margin: 0;
  border: 1px solid #231815;
}
.detailBlock .photo img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 680/450;
}
@media (max-width: 1024px) {
  .detailBlock .photo img {
    aspect-ratio: 293/193;
  }
}
.detailBlock .textBlock {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 72px 0 0;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .detailBlock .textBlock {
    margin: 0;
  }
}
.detailBlock .textBlock .secTitle2 {
  margin: 0 0 8px;
}
.detailBlock .textBlock p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: #000;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .detailBlock .textBlock p {
    font-size: 1.1rem;
    padding-bottom: 0;
  }
}
.detailBlock .textBlock .btnList {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .detailBlock .textBlock .btnList {
    padding-bottom: 0;
  }
}
.detailBlock .movie {
  margin-top: auto;
  margin-left: auto;
  width: 154px;
  height: 154px;
  overflow: hidden;
  border: 1px solid #231815;
}
@media (max-width: 1024px) {
  .detailBlock .movie {
    position: static;
    margin: 40px 0 0 auto;
    width: 110px;
    height: 110px;
  }
}
.detailBlock .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detailBlock.rooms .wrapper {
  flex-direction: row-reverse;
  gap: 0 78px;
}
@media (min-width: 1025px) {
  .detailBlock.rooms .wrapper {
    padding-bottom: 176px;
  }
}
@media (max-width: 1024px) {
  .detailBlock.rooms .wrapper {
    padding-top: 8px;
  }
}
.detailBlock.rooms .textBlock {
  padding-left: 120px;
  width: calc(41% - 78px);
}
@media (max-width: 1200px) {
  .detailBlock.rooms .textBlock {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .detailBlock.rooms .textBlock {
    padding-left: 0;
    width: 100%;
  }
}
.detailBlock.rooms .textBlock .btnList {
  flex-wrap: wrap;
  gap: 6px;
  text-transform: capitalize;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .detailBlock.rooms .textBlock .btnList {
    margin-top: 24px;
  }
}
@media (min-width: 1025px) {
  .detailBlock.rooms .movie {
    margin-bottom: -80px;
    margin-left: -120px;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  .detailBlock.rooms .movie {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .detailBlock.rooms .movie {
    margin: 40px 0 0 auto;
  }
}

/* =========================================================
activity
========================================================= */
.activity .wrapper {
  padding: 152px 0;
}
@media (max-width: 1024px) {
  .activity .wrapper {
    max-width: 59%;
    padding: 125px 0 80px;
  }
}
@media (max-width: 1024px) {
  .activity .lead {
    margin-inline: calc(50% - 50vw);
    padding-inline: 2em;
  }
}
.activityList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 30px;
  margin: 64px 0 0;
}
@media (max-width: 1024px) {
  .activityList {
    margin: 48px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .activityList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .activityList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.activityList .listItem a {
  display: block;
  text-decoration: none;
}
.activityList .listItem a:hover {
  color: #000;
}
.activityList .listItem .photo {
  display: block;
  border-radius: 0;
  margin: 0;
  border: 1px solid #231815;
}
.activityList .listItem .photo img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 260/180;
}
.activityList .listItem .cat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  padding: 3px 1.5em;
  border-radius: 10px;
  width: 70%;
  margin: -10px auto 16px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .activityList .listItem .cat {
    border-radius: 8px;
    margin: -8px auto 12px;
  }
}
@media (max-width: 1024px) {
  .activityList .listItem .cat img {
    scale: 0.84;
  }
}
.activityList .listItem .text {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.64;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 1024px) {
  .activityList .listItem .text {
    font-size: 1.4rem;
  }
}
.activityList .listItem .arrow {
  text-align: center;
  margin: 16px 0 0;
}
@media (max-width: 1024px) {
  .activityList .listItem .arrow {
    margin: 8px 0 0;
  }
}
@media (max-width: 1024px) {
  .activityList .listItem .arrow img {
    width: 20px;
    height: 20px;
  }
}
.activity .roundText {
  position: absolute;
  left: 0;
  right: 0;
  top: -64px;
  text-align: center;
}
@media (max-width: 1024px) {
  .activity .roundText {
    top: -45px;
  }
}
.activity .roundText img {
  animation: roundText 40s linear infinite;
  transform-origin: center;
}
@media (max-width: 1024px) {
  .activity .roundText img {
    width: 88px;
    height: 90px;
  }
}

@keyframes roundText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* =========================================================
location
========================================================= */
.location {
  background: #142335;
  color: #fff;
  font-weight: 400;
}
.location .wrapper {
  display: flex;
}
@media (min-width: 1025px) {
  .location .wrapper {
    max-width: 909px;
  }
}
@media (max-width: 1024px) {
  .location .wrapper {
    display: block;
    padding: 72px 0;
  }
}
.location .detailHotel {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .location .detailHotel {
    align-items: center;
    margin: 0 0 30px;
  }
}
.location .detailHotel a:hover {
  color: #fff;
}
.location .detailHotel .hotelName {
  font-size: 2rem;
  margin: auto 0 8px;
}
@media (max-width: 1024px) {
  .location .detailHotel .hotelName {
    font-size: 1.5rem;
    margin: 16px 0 8px;
  }
}
.location .detailHotel .address {
  line-height: 1.33;
  margin: 0 0 8px;
}
@media (max-width: 1024px) {
  .location .detailHotel .address {
    font-size: 1.2rem;
    text-align: center;
  }
}
.location .detailHotel .btn2 {
  margin: 12px 0 0;
}
.location .detailHotel .btn2 a {
  width: 128px;
}
@media (max-width: 1024px) {
  .location .detailHotel .btn2 a {
    width: 90px;
  }
}
@media (max-width: 1024px) {
  .location .detailHotel .btn2 a img {
    width: 51px;
    height: auto;
  }
}
.location .mapBlock {
  width: 56%;
}
@media (max-width: 1024px) {
  .location .mapBlock {
    width: 100%;
  }
}
.location .mapBlock .mapWrap {
  aspect-ratio: 507/293;
  height: 100%;
}
@media (max-width: 1024px) {
  .location .mapBlock .mapWrap {
    aspect-ratio: 293/190;
  }
}
.location .mapBlock iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(50%);
}

/* =========================================================
news
========================================================= */
.newsSecWrap {
  background: #f1f1f1;
}
@media (min-width: 1025px) {
  .newsSecWrap > .wrapper {
    max-width: 896px;
  }
}
@media (max-width: 1024px) {
  .newsSecWrap > .wrapper {
    padding: 56px 0;
  }
}
.news > .wrapper {
  display: contents !important;
}
.news .secTitle01 {
  display: none;
}
.newsList {
  padding: 0;
  border: none;
  margin: 60px 0 30px;
}
@media (max-width: 1024px) {
  .newsList {
    margin: 30px 0 0;
  }
}
.newsList li a,
.newsList li .noLink {
  padding: 2px 0;
  color: #231815;
}
@media (max-width: 1024px) {
  .newsList li a,
  .newsList li .noLink {
    padding: 8px 0;
  }
}
.newsList li a .date,
.newsList li .noLink .date {
  font-family: "Zen Kaku Gothic New";
}
@media (max-width: 1024px) {
  .newsList li a .date,
  .newsList li .noLink .date {
    font-size: 1.2rem;
  }
}
.newsList li a .title,
.newsList li .noLink .title {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .newsList li a .title,
  .newsList li .noLink .title {
    font-size: 1.2rem;
  }
}
.newsList li a .icon_link,
.newsList li .noLink .icon_link {
  display: none;
}
.newsList li a:hover {
  color: #231815;
}
.news .btn {
  display: none;
}

/* =========================================================
otoku
========================================================= */
.otoku .wrapper {
  display: flex;
  gap: 0 48px;
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .otoku .wrapper {
    display: block;
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  .otoku .wrapper {
    max-width: 896px;
  }
}
.otoku .textBlock {
  position: relative;
}
@media (max-width: 1024px) {
  .otoku .textBlock .secTitle3 {
    margin: 0 0 8px;
  }
}
.otoku .btn2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .otoku .btn2 {
    position: static;
    display: inline-block;
    margin: 16px 0 0;
  }
}
.otokuList li {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.86;
  letter-spacing: 0.045em;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1024px) {
  .otokuList li {
    font-size: 1.4rem;
  }
}
.otokuList li::before {
  content: "● ";
}/*# sourceMappingURL=top.css.map */