@charset "UTF-8";
/*--------------------------------------------
  common
-------------------------------------------- */
.txt--ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 300 !important;
  color: #745f49;
  font-size: clamp(30.4px, 2.738vw, 45.6px);
  letter-spacing: 0.05em;
  line-height: 1.26;
}
@media screen and (max-width: 768px) {
  .txt--ttl {
    font-size: clamp(24px, 8vw, 36px);
  }
}

.txt--main {
  font-family: "Zen Old Mincho", serif;
  color: #2b2b2b;
  font-size: clamp(20px, 1.801vw, 30px);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .txt--main {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}

.txt--sub {
  font-family: "Zen Old Mincho", serif;
  color: #2b2b2b;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .txt--sub {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    letter-spacing: 0.05em;
    line-height: 2.15;
  }
}

img {
  width: 100%;
}

/*--------------------------------------------
  テンプレ
-------------------------------------------- */
.plan .l-content {
  overflow: visible;
}
.plan .hanrei {
  margin-top: min(3.602vw, 60px);
}
.plan .hanrei ul li {
  font-weight: 400;
  font-size: min(0.865vw, 14.4px);
  line-height: 2;
  letter-spacing: 0.06em;
}
.plan .hanrei ul li img {
  height: 1.4em;
}
@media screen and (max-width: 768px) {
  .plan .hanrei ul li {
    font-size: min(2.667vw, 12px);
  }
}
.plan .hanrei__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .plan .hanrei__icon {
    gap: min(4vw, 18px);
  }
}
.plan .hanrei__icon > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.36vw, 6px);
}
@media screen and (max-width: 768px) {
  .plan .hanrei__icon > * {
    gap: min(1.333vw, 6px);
  }
}
.plan .hanrei__icon > *::before {
  content: "";
  display: block;
  width: min(1.801vw, 30px);
  height: min(0.72vw, 12px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .plan .hanrei__icon > *::before {
    width: min(6.667vw, 30px);
    height: min(2.667vw, 12px);
  }
}
.plan .hanrei__icon > *::after {
  font-size: min(0.865vw, 14.4px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .plan .hanrei__icon > *::after {
    font-size: min(2.667vw, 12px);
  }
}
.plan .hanrei__icon > *[data-hanrei1]::before {
  background-image: url(/asset/img/plan/i-yukadan.svg);
}
.plan .hanrei__icon > *[data-hanrei1]::after {
  content: attr(data-hanrei1);
}
.plan .hanrei__icon > *[data-hanrei2]::before {
  background-image: url(/asset/img/plan/i-shuno.svg);
}
.plan .hanrei__icon > *[data-hanrei2]::after {
  content: attr(data-hanrei2);
}
.plan .hanrei__icon > *[data-hanrei3]::before {
  background-image: url(/asset/img/plan/i-tsufu.svg);
}
.plan .hanrei__icon > *[data-hanrei3]::after {
  content: attr(data-hanrei3);
}
.plan .hanrei__icon > *[data-hanrei4]::before {
  background-image: url(/asset/img/plan/i-saiko.svg);
}
.plan .hanrei__icon > *[data-hanrei4]::after {
  content: attr(data-hanrei4);
}
.plan .bnr {
  margin-top: min(3.602vw, 60px);
  padding: 0 min(14.409vw, 240px);
}
.plan .bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.plan .bnr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
}

.t-madori__drawing__info {
  margin-top: 0;
  padding: 0.2em 1em;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .t-madori__drawing__info {
    padding: 0.5em 1em;
  }
}

/*
.u-textlink--download {
  opacity: 0;
  pointer-events: none;
}
*/
.plan.detail #zoom.c-modal__container .c-modal__contents > p {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .plan.detail #zoom.c-modal__container .c-modal__contents > p {
    width: 100%;
    padding: clamp(16px, 5.333vw, 24px) 0;
  }
}
.plan.detail .leaflet-container {
  background-color: rgb(255, 255, 255);
}
.plan.detail .leaflet-control-container > * {
  left: auto;
  top: auto;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .plan.detail .leaflet-control-container > * {
    bottom: 5px;
    right: 5px;
  }
}
.plan.detail .leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.plan.detail .leaflet-bar a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

/*--------------------------------------------
  VIEW
-------------------------------------------- */
.c-box--swipe::before {
  z-index: 1;
}
.c-box--swipe__wrap {
  position: relative;
}
.c-box--swipe__wrap .figcaption {
  padding-inline: 1em;
  padding-block: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-box--swipe__wrap .figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-box--swipe__wrap .figcaption {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: transparent !important;
    color: #2b2b2b;
  }
}
.c-box--swipe[data-position] {
  position: static;
  overflow-x: auto;
}
.c-box--swipe[data-position] figure {
  display: table;
  position: relative;
  overflow-x: scroll;
  margin-inline: auto;
}
.c-box--swipe[data-position] figure img {
  margin-inline: auto;
  width: auto;
  max-width: none;
}
@media screen and (min-width: 769px) {
  .c-box--swipe[data-position] figure img {
    max-height: clamp(400px, 36.023vw, 600px);
  }
}
@media screen and (max-width: 768px) {
  .c-box--swipe[data-position] figure img {
    max-height: 50vh;
  }
}

/*--------------------------------------------
  ROOM PLAN 01
-------------------------------------------- */
.roomplan01 .wrap {
  background-color: rgba(43, 43, 43, 0.1);
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap {
    padding-block: min(3.818vw, 63.6px) min(4.179vw, 69.6px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap {
    padding-block: min(12vw, 54px) min(16vw, 72px);
  }
}
.roomplan01 .wrap .txt--ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap .l-inner {
    padding-inline: min(3.2vw, 14.4px);
  }
}
.roomplan01 .wrap ul {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap ul {
    max-width: clamp(623.2px, 56.124vw, 934.8px);
    -ms-grid-columns: 1fr min(2.378vw, 39.6px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.378vw, 39.6px);
    -webkit-margin-before: min(2.882vw, 48px);
            margin-block-start: min(2.882vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(4.8vw, 21.6px);
    -webkit-margin-before: min(10.4vw, 46.8px);
            margin-block-start: min(10.4vw, 46.8px);
    max-width: min(93.333vw, 420px);
  }
}
.roomplan01 .wrap ul a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  background-color: #fff;
  width: 100%;
}
.roomplan01 .wrap ul p:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -ms-grid;
  display: grid;
  background-color: #745f49;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.33;
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap ul p:nth-child(1) {
    padding: min(0.72vw, 12px) min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap ul p:nth-child(1) {
    padding: min(2.667vw, 12px) min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap ul p:nth-child(1) > span:nth-child(1) {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap ul p:nth-child(1) > span:nth-child(1) {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap ul p:nth-child(1) > span:nth-child(2) {
    font-size: clamp(16px, 1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap ul p:nth-child(1) > span:nth-child(2) {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.roomplan01 .wrap ul p:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -ms-grid;
  display: grid;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.33;
  -webkit-border-after: 1px solid #745f49;
          border-block-end: 1px solid #745f49;
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap ul p:nth-child(2) {
    padding: min(0.72vw, 12px) min(1.153vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap ul p:nth-child(2) {
    padding: min(2.667vw, 12px) min(4.267vw, 19.2px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap ul p:nth-child(2) > span:nth-child(1),
  .roomplan01 .wrap ul p:nth-child(2) > span:nth-child(2) span {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap ul p:nth-child(2) > span:nth-child(1),
  .roomplan01 .wrap ul p:nth-child(2) > span:nth-child(2) span {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap ul p:nth-child(2) > span:nth-child(2) {
    font-size: clamp(20.8px, 1.873vw, 31.2px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap ul p:nth-child(2) > span:nth-child(2) {
    font-size: clamp(20.8px, 6.933vw, 31.2px);
  }
}
.roomplan01 .wrap ul p:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .roomplan01 .wrap ul p:nth-child(3) {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
    padding: min(0.72vw, 12px) min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .wrap ul p:nth-child(3) {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(2.667vw, 12px) min(5.333vw, 24px);
  }
}
.roomplan01 .wrap ul p:nth-child(3) i {
  font-weight: 300;
}
.roomplan01 .box01 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box01 {
    -ms-grid-columns: 1fr min(2.882vw, 48px) min(24.856vw, 414px);
    grid-template-columns: 1fr min(24.856vw, 414px);
    gap: 0 min(2.882vw, 48px);
    -webkit-margin-before: min(7.061vw, 117.6px);
            margin-block-start: min(7.061vw, 117.6px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box01 {
    -webkit-margin-before: min(14.667vw, 66px);
            margin-block-start: min(14.667vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box01 .item01 .txt--main {
    text-align: center;
    width: calc(100% + min(2.667vw, 12px));
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box01 .item01 .txt--sub {
    -webkit-margin-before: min(2.738vw, 45.6px);
            margin-block-start: min(2.738vw, 45.6px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box01 .item01 .c-list--notice {
    -webkit-margin-before: min(0.865vw, 14.4px);
            margin-block-start: min(0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box01 .item01 .c-list--notice {
    -webkit-margin-before: min(1.6vw, 7.2px);
            margin-block-start: min(1.6vw, 7.2px);
  }
}
.roomplan01 .box01 .item02 {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box01 .item02 {
    -webkit-padding-before: min(0.432vw, 7.2px);
            padding-block-start: min(0.432vw, 7.2px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box01 .item02 {
    -webkit-margin-before: min(7.467vw, 33.6px);
            margin-block-start: min(7.467vw, 33.6px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box01 .item02 img {
    padding-inline: min(8.8vw, 39.6px) min(5.867vw, 26.4px);
  }
}
.roomplan01 .box01 .item02 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .roomplan01 .box01 .item02 figcaption {
    top: 100%;
    bottom: auto;
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box02 {
    -webkit-margin-before: max(-6.34vw, -105.6px);
            margin-block-start: max(-6.34vw, -105.6px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box02 {
    -webkit-margin-before: min(14.133vw, 63.6px);
            margin-block-start: min(14.133vw, 63.6px);
  }
}
.roomplan01 .box02 .item01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box02 .item01 img {
    width: 100% !important;
    max-height: unset !important;
  }
}
.roomplan01 .box02 .item01 figcaption {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box02 .item01 figcaption {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box02 .item01 figcaption {
    right: 0;
    padding-inline: 1em;
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box02 .js-modal {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box02 .js-modal {
    width: clamp(131.2px, 43.733vw, 196.8px);
    background-color: #707070;
    color: #fff;
    text-decoration: none;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    padding-block: clamp(8px, 2.667vw, 12px);
    margin-inline: auto;
    -webkit-margin-before: min(5.333vw, 24px);
            margin-block-start: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  #modal1 .c-modal__close-btn {
    padding: 0;
  }
  #modal1 .c-modal__close-btn::before {
    color: #fff;
    font-size: clamp(24px, 8vw, 36px);
  }
  #modal1 img {
    max-height: 60vh;
  }
  #modal1 figcaption {
    padding-inline: 1em;
    padding-block: 0.5em;
    text-align: right;
  }
}
.roomplan01 .box03 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box03 {
    -ms-grid-columns: 1.1fr 1fr;
    grid-template-columns: 1.1fr 1fr;
    -webkit-margin-before: min(2.522vw, 42px);
            margin-block-start: min(2.522vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box03 {
    -webkit-margin-before: min(13.333vw, 60px);
            margin-block-start: min(13.333vw, 60px);
  }
}
.roomplan01 .box03 .item01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .roomplan01 .box03 .item01 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-margin-before: min(10.4vw, 46.8px);
            margin-block-start: min(10.4vw, 46.8px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box03 .item01 img {
    padding-inline: min(5.067vw, 22.8px) 0;
    padding-block: 0 clamp(16px, 5.333vw, 24px);
  }
}
.roomplan01 .box03 .item01 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}
.roomplan01 .box03 .item02 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box03 .item02 {
    -webkit-padding-before: 49px;
            padding-block-start: 49px;
    padding-inline: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box03 .item02 .txt--main {
    text-align: center;
    width: calc(100% + min(4vw, 18px));
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box03 .item02 .txt--sub {
    -webkit-margin-before: min(2.738vw, 45.6px);
            margin-block-start: min(2.738vw, 45.6px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box03 .item02 .txt--sub {
    -webkit-margin-before: min(5.333vw, 24px);
            margin-block-start: min(5.333vw, 24px);
  }
}
.roomplan01 .box04 dl {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dl {
    -ms-grid-columns: 1fr min(2.522vw, 42px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(4.971vw, 82.8px) min(2.522vw, 42px);
    -webkit-margin-before: min(6.7vw, 111.6px);
            margin-block-start: min(6.7vw, 111.6px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dl {
    -webkit-margin-before: min(6.667vw, 30px);
            margin-block-start: min(6.667vw, 30px);
    gap: min(12.267vw, 55.2px);
  }
}
.roomplan01 .box04 dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #745f49;
  -webkit-border-after: 1px solid #745f49;
          border-block-end: 1px solid #745f49;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.45;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: clamp(17.6px, 1.585vw, 26.4px);
    padding-block: 0 min(1.153vw, 19.2px);
    -webkit-margin-after: min(0.432vw, 7.2px);
            margin-block-end: min(0.432vw, 7.2px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dt {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    padding-block: 0 min(4vw, 18px);
  }
}
.roomplan01 .box04 dd {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd {
    -ms-grid-columns: 1fr min(1.513vw, 25.2px) min(10.014vw, 166.8px);
    grid-template-columns: 1fr min(10.014vw, 166.8px);
    -ms-grid-rows: auto min(1.513vw, 25.2px) 1fr;
    grid-template-rows: auto 1fr;
    gap: min(1.513vw, 25.2px);
  }
  .roomplan01 .box04 dd > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .roomplan01 .box04 dd > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .roomplan01 .box04 dd > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .roomplan01 .box04 dd > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd .item01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd .item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(2.133vw, 9.6px);
  }
}
.roomplan01 .box04 dd .item01 span:nth-of-type(1) {
  font-family: "futura-pt", sans-serif;
  font-weight: 300 !important;
  color: #745f49;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd .item01 span:nth-of-type(1) {
    font-size: clamp(24px, 2.161vw, 36px);
    -webkit-margin-end: 1em;
            margin-inline-end: 1em;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd .item01 span:nth-of-type(1) {
    font-size: clamp(21.6px, 7.2vw, 32.4px);
    text-align: center;
  }
}
.roomplan01 .box04 dd .item01 span:nth-of-type(2) {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #745f49;
  letter-spacing: 0.15em;
  line-height: 1.36;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd .item01 span:nth-of-type(2) {
    font-size: clamp(17.6px, 1.585vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd .item01 span:nth-of-type(2) {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.roomplan01 .box04 dd .item03 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #2b2b2b;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd .item03 {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
    letter-spacing: 0.1em;
    line-height: 1.92;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd .item03 {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    letter-spacing: 0.06em;
    line-height: 1.67;
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd div.item03 {
    display: -ms-grid;
    display: grid;
    grid-column: auto 1fr;
    gap: min(0.72vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd .c-list--notice {
    margin-block: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd .c-list--notice {
    -webkit-margin-before: min(1.6vw, 7.2px);
            margin-block-start: min(1.6vw, 7.2px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd .item02 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.roomplan01 .box04 dd div.item02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd div.item02 {
    gap: min(0.432vw, 7.2px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd div.item02 {
    gap: min(1.333vw, 6px);
  }
}
.roomplan01 .box04 dd div.item02 figure {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.roomplan01 .box04 dd div.item02 figure::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #fff;
  background-color: #745f49;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd div.item02 figure::before {
    height: min(2.522vw, 42px);
    font-size: min(1.297vw, 21.6px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd div.item02 figure::before {
    height: min(7.467vw, 33.6px);
    font-size: min(3.733vw, 16.8px);
  }
}
.roomplan01 .box04 dd div.item02 figure:nth-of-type(1)::before {
  content: "OPEN";
}
.roomplan01 .box04 dd div.item02 figure:nth-of-type(2)::before {
  content: "CLOSED";
}
.roomplan01 .box04 dd figure {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.roomplan01 .box04 dd figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-block: 0.5em;
}
@media screen and (min-width: 769px) {
  .roomplan01 .box04 dd figure figcaption {
    padding-inline: 0 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .roomplan01 .box04 dd figure figcaption {
    padding-inline: 1em;
  }
}

/*--------------------------------------------
  ROOM PLAN 02
-------------------------------------------- */
@media screen and (min-width: 769px) {
  .roomplan02 {
    background: url(/asset/img/common/bg.webp) repeat top center;
    background-size: max(100%, 1388px) auto;
    padding-block: min(8.141vw, 135.6px) min(9.222vw, 153.6px);
    -webkit-margin-before: min(9.942vw, 165.6px);
            margin-block-start: min(9.942vw, 165.6px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 {
    background: url(/asset/img/common/bg_sp.webp) repeat top center;
    background-size: 100% auto;
    padding-block: min(12.267vw, 55.2px) min(12.267vw, 55.2px);
    -webkit-margin-before: min(20.533vw, 92.4px);
            margin-block-start: min(20.533vw, 92.4px);
  }
}
.roomplan02 .txt--ttl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .roomplan02 .t-madori__list--mini {
    -webkit-margin-before: min(6.484vw, 108px);
            margin-block-start: min(6.484vw, 108px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 .t-madori__list--mini {
    -webkit-margin-before: min(12vw, 54px);
            margin-block-start: min(12vw, 54px);
    padding-inline: min(2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan02 .t-madori__list {
    max-width: clamp(652px, 58.718vw, 978px);
    margin-inline: auto;
  }
}
.roomplan02 .t-madori__list__grid__item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .roomplan02 .t-madori__list__grid__item {
    margin-inline: min(1.225vw, 20.4px);
    margin-block: 0 min(2.45vw, 40.8px);
    width: calc(50% - min(2.45vw, 40.8px));
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 .t-madori__list__grid__item {
    margin-block: 0 min(11.2vw, 50.4px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 .t-madori__list__grid__item:last-of-type {
    margin-block: 0 min(5.6vw, 25.2px);
  }
}
.roomplan02 .t-madori__list__grid__head__data {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #745f49;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.33;
}
@media screen and (min-width: 769px) {
  .roomplan02 .t-madori__list__grid__head__data {
    padding: min(0.72vw, 12px) min(1.441vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 .t-madori__list__grid__head__data {
    padding-block: min(1.867vw, 8.4px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan02 .t-madori__list__grid__head__data__type {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan02 .t-madori__list__grid__head__data__name {
    font-size: clamp(16px, 1.441vw, 24px);
  }
}
.roomplan02 .t-madori__list__grid__head__area {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.33;
  -webkit-border-after: 1px solid #745f49;
          border-block-end: 1px solid #745f49;
}
@media screen and (min-width: 769px) {
  .roomplan02 .t-madori__list__grid__head__area {
    padding: min(0.72vw, 12px) min(1.153vw, 19.2px);
    font-size: clamp(11.2px, 1.009vw, 16.8px);
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 .t-madori__list__grid__head__area {
    padding-block: min(1.867vw, 8.4px);
  }
}
@media screen and (min-width: 769px) {
  .roomplan02 .t-madori__list__grid__head__area__em {
    font-size: clamp(20.8px, 1.873vw, 31.2px);
  }
}
.roomplan02 .hanrei {
  margin-inline: auto;
  margin-block: 0;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .roomplan02 .hanrei {
    max-width: clamp(624.8px, 56.268vw, 937.2px);
  }
}
.roomplan02 .hanrei__icon [data-hanrei1]::before,
.roomplan02 .hanrei__icon [data-hanrei2]::before {
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .roomplan02 .hanrei__icon [data-hanrei1]::before,
  .roomplan02 .hanrei__icon [data-hanrei2]::before {
    width: clamp(27.2px, 2.45vw, 40.8px) !important;
    height: clamp(9.6px, 0.865vw, 14.4px) !important;
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 .hanrei__icon [data-hanrei1]::before,
  .roomplan02 .hanrei__icon [data-hanrei2]::before {
    width: clamp(23.2px, 7.733vw, 34.8px) !important;
    height: clamp(8px, 2.667vw, 12px) !important;
  }
}
.roomplan02 .hanrei__icon [data-hanrei4]::before {
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .roomplan02 .hanrei__icon [data-hanrei4]::before {
    width: clamp(36.8px, 3.314vw, 55.2px) !important;
    height: clamp(8px, 0.72vw, 12px) !important;
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 .hanrei__icon [data-hanrei4]::before {
    width: clamp(32px, 10.667vw, 48px) !important;
    height: clamp(6.4px, 2.133vw, 9.6px) !important;
  }
}
.roomplan02 .hanrei__icon [data-hanrei3]::before {
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .roomplan02 .hanrei__icon [data-hanrei3]::before {
    width: clamp(38.4px, 3.458vw, 57.6px) !important;
    height: clamp(8px, 0.72vw, 12px) !important;
  }
}
@media screen and (max-width: 768px) {
  .roomplan02 .hanrei__icon [data-hanrei3]::before {
    width: clamp(31.2px, 10.4vw, 46.8px) !important;
    height: clamp(7.2px, 2.4vw, 10.8px) !important;
  }
}
/*# sourceMappingURL=plan.css.map */