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

  room(list)

---------------------------------------------------------------------------------------------------- */
.room .catch {
  background: #f3f3f3;
  margin: calc(var(--main-pdt, var(--space-l)) * -1) 0 0 0;
  padding: 84px 0;
}
.room .catch figure {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
}
.room .catch figure picture {
  display: block;
  width: 100%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 580 / 327;
  overflow: hidden;
}
.room .catch figure picture img {
  width: 100%;
  height: auto;
}
.room .catch figure figcaption {
  
}
.room .catch figure figcaption p {
  display: block;
  margin: 30px 0 0 0;
}
.room .catch figure figcaption p:first-child {
  margin: 0;
}
.room .catch figure figcaption p strong {
  color: #122266;
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  line-height: 1.6;
}

@media (max-width: 760px) {
.room .catch {
  padding: 42px 0;
}
.room .catch figure {
  flex-direction: column-reverse;
}
.room .catch figure img {
  width: 100%;
  max-width: initial;
  height: auto;
  aspect-ratio: 580 / 327;
}
.room .catch figure figcaption p {
  margin: 15px 0 0 0;
}
.room .catch figure figcaption p strong {
  font-size: calc(var(--fs-5l) * 0.75);
}
.room .catch figure figcaption p strong br.pc {
  display: none;
}
}

.room .room-box {
  border-bottom: 1px solid #cccccc;
  padding: 84px 0;
}

.room .room-box 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 .room-box ul.room-navi > li {
  display: block;
  width: calc((100% - 48px) / 3);
}
.room .room-box ul.room-navi > li a {
  color: var(--txt-color);
  text-decoration: none;
}
.room .room-box ul.room-navi > li a figure {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--txt-color);
  text-decoration: none;
}
.room .room-box ul.room-navi > li a figure picture {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 384 / 241;
  overflow: hidden;
}
.room .room-box ul.room-navi > li a figure picture img {
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
.room .room-box ul.room-navi > li a:hover figure picture img {
  opacity: 0.75;
  transform: scale(1.25);
}
.room .room-box ul.room-navi > li a figure figcaption {
}
.room .room-box ul.room-navi > li a figure figcaption dl {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.room .room-box ul.room-navi > li a figure figcaption dl dt {
  font-size: var(--fs-2l);
  font-family: var(--ff-min);
  font-weight: 400;
}
.room .room-box ul.room-navi > li a figure figcaption dl dd {
  height: calc(36px * 3);
}
.room .room-box 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 .room-box ul.room-navi > li a:hover figure figcaption span {
  color: var(--color-red);
}
.room .room-box 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 .room-box ul.room-navi > li a:hover figure figcaption span::after {
  right: -1em;
}

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

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


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

  room(detail)

---------------------------------------------------------------------------------------------------- */
.room-detail .catch {
  background: #f3f3f3;
  margin: calc(var(--main-pdt, var(--space-l)) * -1) 0 0 0;
  padding: 84px 0;
}
.room-detail .catch figure {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  gap: 20px;
}
.room .catch figure picture {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 512 / 341;
  overflow: hidden;
}
.room .catch figure picture img {
  width: 100%;
  height: auto;
}
.room-detail .catch figure figcaption {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 1em;
  width: calc(45% - 20px);
}
.room-detail .catch figure figcaption h2 {
  display: block;
  width: 100%;
  color: #122266;
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  font-weight: 400;
  line-height: 1.6;
}
.room-detail .catch figure figcaption h2 span {
  font-size: 75%;
}
.room-detail .catch figure figcaption ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  column-gap: 10px;
  list-style: none;
}
.room-detail .catch figure figcaption ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  font-size: .8125rem;
  font-weight: 400;
  border: 1px solid #1a1a1a;
  margin: 0 0 0.5em 0;
  padding: 0 1.125rem;
}

@media (max-width: 760px) {
.room-detail .catch {
  padding: 42px 0;
}
.room-detail .catch figure {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.room-detail .catch figure figcaption {
  align-items: flex-start;
  width: 100%;
}
.room-detail .catch figure figcaption h2 {
  font-size: calc(var(--fs-5l) * 0.75);
}
}

.room-detail .room-guide-box {
  border-bottom: 1px solid #cccccc;
  padding: 84px 0;
}
.room-detail .room-guide-box .c-heading {
  margin-bottom: 24px;
}
.room-detail .room-guide-box table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 42px 0 0 0;
}
.room-detail .room-guide-box table tbody {
}
.room-detail .room-guide-box table tbody tr {
}
.room-detail .room-guide-box table tbody tr th,
.room-detail .room-guide-box table tbody tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1em 1.5em;
}
.room-detail .room-guide-box table tbody tr th {
  width: 30%;
  font-weight: 500;
  text-align: center;
  background: #f6f6f6;
}

.room-detail .room-guide-box .description {
  padding: 63px 0 0 0;
}
.room-detail .room-guide-box .description h4 {
  font-size: var(--fs-2l);
  font-family: var(--ff-min);
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 21px 0;
  padding: 0 0 0.5em 0;
}
.room-detail .room-guide-box .description ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.room-detail .room-guide-box .description ul > li::before {
  content: "・";
  flex-shrink: 0;
  display: block;
  width: 1em;
}

@media (max-width: 760px) {
.room-detail .room-guide-box {
  padding: 42px 0;
}
.room-detail .room-guide-box table,
.room-detail .room-guide-box table tbody,
.room-detail .room-guide-box table tbody tr,
.room-detail .room-guide-box table tbody tr th,
.room-detail .room-guide-box table tbody tr td {
  display: block;
  width: 100%;
}
.room-detail .room-guide-box table tbody tr th {
  text-align: left;
  padding: 0.5em 1.5em;
}

.room-detail .room-guide-box .description {
  padding: 42px 0 0 0;
}
}

ul.caution {
  color: #d62121;
  font-size: 90%;
  margin: 0.5em 0 0 0;
  list-style: none;
}
ul.caution > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
ul.caution > li::before {
  content: "※" !important;
  flex-shrink: 0;
  display: block;
  width: 1.25em;
}