@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital@1&family=EB+Garamond:ital,wght@1,400..800&display=swap");
/* ----------------------------------------

  ルームプラン
  /roomplan/index.html

---------------------------------------- */
body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

header {
  z-index: 9;
}

.m2 sup {
  font-size: 55%;
}

.no-hover {
  pointer-events: none;
  opacity: 0.5;
}

.-w960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .-w960 {
    width: 90%;
  }
}

.-w860 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .-w860 {
    width: 90%;
  }
}

.-w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .-w800 {
    width: 90%;
  }
}

.sec_subttl {
  text-align: center;
  font-size: 28px;
  margin: 0 0 2em;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.01em;
}

.flexBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1%;
}
@media (max-width: 768px) {
  .flexBox {
    flex-wrap: wrap;
    width: 100%;
  }
}

.mainBox {
  margin: 0 auto;
}

/*
roonplanBtn
-------------------------------*/
.roomplanBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .roomplanBtn {
    gap: 3vw;
  }
}
.roomplanBtn a {
  position: relative;
  width: 100%;
  max-width: 206px;
  background: #808078;
  display: block;
  color: #ffffff;
  border: 0;
  padding: 19px 2%;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 768px) {
  .roomplanBtn a {
    padding: 14px 2%;
    font-size: 0.9em;
  }
}
.roomplanBtn a:hover {
  background: #797977;
}
.roomplanBtn a::after {
  content: "";
  padding: 4px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 10%;
  top: 40%;
}
@media (max-width: 768px) {
  .roomplanBtn a::after {
    padding: 3px;
  }
}

/*
  nav-tab
------------------------------------*/
.nav-tab {
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.nav-tab .nav-btn {
  border: 2px solid #beb186;
  font-size: 15px;
  line-height: 1.2;
  padding: 25px 1%;
  letter-spacing: 0.2em;
  display: flex;
  width: 100%;
  max-width: 300px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.nav-tab .nav-btn:hover, .nav-tab .nav-btn.active {
  opacity: 1;
}
.nav-tab .nav-btn.disable {
  pointer-events: none;
}

#nav-01 {
  background: rgb(49, 53, 124);
  background: linear-gradient(90deg, rgb(49, 53, 124) 0%, rgb(46, 48, 110) 22%, rgb(42, 40, 84) 70%, rgb(41, 38, 75) 100%);
}

#nav-02 {
  background: rgb(172, 41, 47);
  background: linear-gradient(90deg, rgb(172, 41, 47) 0%, rgb(158, 38, 44) 9%, rgb(99, 28, 32) 52%, rgb(62, 21, 24) 83%, rgb(49, 19, 22) 100%);
}

.tab-content .tit {
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
  margin: 100px 0;
}
.icon-load {
  text-align: center;
  margin-bottom: 60px;
}

/* lounge
---------------------------------------- */
.lounge {
  padding-bottom: 10px;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .lounge {
    margin: 2rem 0;
  }
}
.lounge .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.lounge .row:not(:last-child) {
  margin-bottom: 10px;
}
.lounge .row > .lounge-item:nth-child(1) {
  border: none;
  width: 70px;
  flex-shrink: 0;
}
.lounge .row > .lounge-item:nth-child(1) .num {
  font-size: 18px;
  letter-spacing: 4px;
  text-align: center;
  font-style: italic;
}
.lounge .num {
  font-size: min(24px, 2vw);
  font-family: "EB Garamond", serif;
  font-style: italic;
}
.lounge .type {
  font-style: italic;
  font-size: 48px;
  font-size: min(48px, 4vw);
}

/* lounge-item
---------------------------------------- */
.lounge-item {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1;
  height: 83px;
  padding: 3px 1%;
  letter-spacing: 2px;
  font-family: "Cormorant", serif;
  color: inherit;
  position: relative;
}
@media (max-width: 768px) {
  .lounge-item {
    padding: 8% 1%;
    gap: 5px;
  }
}

.lounge-item-full {
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 2.6;
  padding: 8px 1%;
  font-style: italic;
  font-family: "Cormorant", serif;
  letter-spacing: 2px;
}

/* lounge-item
---------------------------------------- */
.lounge-type {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.lounge-type .type-item {
  color: #414042;
  padding: 18px 12%;
  padding: 8% 10%;
  border: 1px solid rgb(229, 229, 229);
  background: linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(200, 200, 200) 100%);
  background: linear-gradient(90deg, #e3e3e3 0%, #b6b7b7 100%);
  position: relative;
  display: block;
  font-family: "Cormorant", serif;
  overflow: hidden;
  /* &:not(:last-child) {
    margin-bottom: 10px;
  } */
}
.lounge-type .type-item::before {
  content: "";
  position: absolute;
  inset: 0;
}
.lounge-type .type-item .p1 {
  font-size: min(71px, 6vw);
  line-height: 1.2;
  margin-bottom: min(20%, 25px);
  font-style: italic;
  letter-spacing: 3px;
  position: relative;
}
@media (max-width: 768px) {
  .lounge-type .type-item .p1 {
    font-size: min(116px, 16vw);
    margin-bottom: 0;
  }
}
.lounge-type .type-item .p1 .type {
  font-size: min(30px, 3vw);
  margin-left: 4px;
}
@media (max-width: 768px) {
  .lounge-type .type-item .p1 .type {
    font-size: min(40px, 5vw);
  }
}
.lounge-type .type-item .p2,
.lounge-type .type-item .p3 {
  line-height: 1.2;
  letter-spacing: 3px;
  font-style: italic;
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: baseline;
  position: relative;
}
.lounge-type .type-item .p2 .m2,
.lounge-type .type-item .p3 .m2 {
  font-size: 28px;
}
.lounge-type .type-item .p2 .wic,
.lounge-type .type-item .p3 .wic {
  font-size: 16px;
}
.lounge-type .type-item .p2 {
  font-size: min(36px, 4vw);
}
@media (max-width: 768px) {
  .lounge-type .type-item .p2 {
    font-size: min(40px, 6vw);
  }
}
.lounge-type .type-item .p3 {
  font-size: min(28px, 2.8vw);
}
@media (max-width: 768px) {
  .lounge-type .type-item .p3 {
    font-size: min(40px, 6vw);
  }
}
.lounge-type .caption {
  font-size: 10px;
  text-align: right;
}

/* title
---------------------------------------- */
.roomplan .copy {
  margin-bottom: 2em;
  text-align: center;
  font-size: 2em;
}
@media (max-width: 768px) {
  .roomplan .copy {
    font-size: 1.2em;
  }
}

/* roomplan
---------------------------------------- */
.roomplan .pageTit {
  font-size: 50px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
.roomplan #tab-01 .type-item::before {
  opacity: 0.15;
  /* background: rgb(230, 230, 230);
  background: linear-gradient(90deg, rgb(194, 39, 50) 0, rgb(194, 39, 50) 22%, rgb(128, 33, 38) 71%, rgb(128, 33, 38) 100%);
  background: linear-gradient(90deg, rgb(194, 39, 50) 0%, rgb(128, 33, 38) 100%); */
}
.roomplan #tab-01 .type-item::after {
  content: url("../../roomplan/images/img-roomplan__arrow02.svg");
  width: 2.35em;
  height: 1.27em;
  display: block;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.roomplan #tab-01 .type-item:hover, .roomplan #tab-01 .type-item.is-hover {
  color: #fff !important;
  background: rgb(255, 255, 255);
  /* background: linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(200, 200, 200) 100%); */
  background: linear-gradient(90deg, rgb(194, 39, 50) 0%, rgb(128, 33, 38) 100%);
  background: linear-gradient(90deg, #c90933 0%, #7a1000 100%);
}
.roomplan #tab-01 .type-item:hover::before, .roomplan #tab-01 .type-item.is-hover::before {
  opacity: 1;
}
.roomplan #tab-01 .type-item:hover::after, .roomplan #tab-01 .type-item.is-hover::after {
  content: url("../../roomplan/images/img-roomplan__arrow01.svg");
  color: #fff !important;
}
.roomplan #tab-01 .disable-item {
  position: relative;
  color: #000 !important;
}
.roomplan #tab-01 .disable-item::after {
  content: "Coming soon";
  position: absolute;
  top: 3%;
  right: 35%;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-style: italic;
  transform: translateX(calc(100% - 2em));
  transform-origin: right center;
  font-size: clamp(14px, 4.2vw, 20px);
  letter-spacing: 0.04em;
  pointer-events: none;
  z-index: 20;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .roomplan #tab-01 .disable-item::after {
    top: 3%;
    right: 18%;
    font-size: min(3.5vw, 2rem);
  }
}
.roomplan #tab-01 .disable-item.border {
  background: #ececec;
}
.roomplan #tab-01 .disable-item:hover, .roomplan #tab-01 .disable-item.is-hover {
  background: rgb(255, 255, 255);
  /* background: linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(200, 200, 200) 100%); */
  background: rgba(0, 0, 0, 0.5);
  color: #000;
}
.roomplan #tab-01 .disable-item:hover::after, .roomplan #tab-01 .disable-item.is-hover::after {
  content: "Coming soon";
  position: absolute;
  top: 3%;
  right: 35%;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-style: italic;
  transform: translateX(calc(100% - 2em));
  transform-origin: right center;
  font-size: clamp(14px, 4.2vw, 20px);
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .roomplan #tab-01 .disable-item:hover::after, .roomplan #tab-01 .disable-item.is-hover::after {
    top: 3%;
    right: 18%;
    font-size: min(3.5vw, 2rem);
  }
}
.roomplan #tab-01 .item-not::before {
  background: rgb(230, 230, 230);
  opacity: 0.15;
}
.roomplan #tab-01 .lounge-item {
  border: 2px solid rgb(200, 200, 200);
}
.roomplan #tab-01 .lounge-item.no-border, .roomplan #tab-01 .lounge-item.border {
  border: none;
}
.roomplan #tab-01 .lounge-item.no-border {
  width: 8%;
}
.roomplan #tab-01 .lounge-item.border {
  background: linear-gradient(90deg, #e3e3e3 0%, #b6b7b7 100%);
}
.roomplan #tab-01 .lounge-item.border-nobackground {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  font-family: "Cormorant", serif;
  font-style: italic;
  letter-spacing: 0px !important;
  font-size: min(30px, 2vw);
}
@media (max-width: 768px) {
  .roomplan #tab-01 .lounge-item.border-nobackground {
    font-size: clamp(5px, 2.85vw, 24px);
  }
}
.roomplan #tab-01 .lounge-item.is-hover, .roomplan #tab-01 .lounge-item.hover {
  background: linear-gradient(90deg, #c90933 0%, #7a1000 100%);
  color: #ffffff;
}
.roomplan #tab-01 .lounge-item.is-hover::before, .roomplan #tab-01 .lounge-item.hover::before {
  color: #fff;
}
.roomplan #tab-01 .disable-type {
  pointer-events: auto;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
}
.roomplan #tab-01 .disable-type.is-hover, .roomplan #tab-01 .disable-type.hover {
  color: #000;
  background: rgba(0, 0, 0, 0.5);
}
.roomplan #tab-01 .disable-type.is-hover::before, .roomplan #tab-01 .disable-type.hover::before {
  content: "Coming soon";
  position: absolute;
  bottom: 10%;
  right: 5%;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: min(1em, 1.7vw);
  letter-spacing: 0.14em;
  pointer-events: none;
  z-index: 20;
  white-space: nowrap;
}
.roomplan #tab-01 .disable-type.is-hover::before::before, .roomplan #tab-01 .disable-type.hover::before::before {
  background: #000;
}
@media (max-width: 768px) {
  .roomplan #tab-01 .disable-type.is-hover::before, .roomplan #tab-01 .disable-type.hover::before {
    transform: translateY(-50%);
    right: inherit;
  }
}
.roomplan #tab-02 .lounge {
  width: 40%;
  border-bottom: 2px solid #952d58;
}
.roomplan #tab-02 .type-item::before {
  background: rgb(172, 41, 47);
  /* background: linear-gradient(90deg, rgba(172, 41, 47, 1) 0%, rgba(158, 38, 44, 1) 9%, rgba(99, 28, 32, 1) 52%, rgba(62, 21, 24, 1) 83%, rgba(49, 19, 22, 1) 99%); */
  background: linear-gradient(90deg, rgb(194, 39, 50) 0, rgb(133, 34, 41) 22%, rgb(127, 29, 34) 71%, rgb(128, 33, 38) 100%);
  opacity: 0.15;
}
.roomplan #tab-02 .type-item.is-hover, .roomplan #tab-02 .type-item:hover {
  color: #ffffff;
}
.roomplan #tab-02 .type-item.is-hover .p1, .roomplan #tab-02 .type-item:hover .p1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.roomplan #tab-02 .type-item.is-hover::before, .roomplan #tab-02 .type-item:hover::before {
  opacity: 1;
}
.roomplan #tab-02 .lounge-item.border {
  border: 2px solid rgb(229, 229, 229);
}
.roomplan #tab-02 .lounge-item.is-hover, .roomplan #tab-02 .lounge-item.hover {
  background: rgb(172, 41, 47);
  /* background: linear-gradient(90deg, rgba(172, 41, 47, 1) 0%, rgba(158, 38, 44, 1) 9%, rgba(99, 28, 32, 1) 52%, rgba(62, 21, 24, 1) 83%, rgba(49, 19, 22, 1) 99%); */
  background: linear-gradient(90deg, rgb(194, 39, 50) 0, rgb(133, 34, 41) 22%, rgb(127, 29, 34) 71%, rgb(128, 33, 38) 100%);
  color: #ffffff;
}

@media (max-width: 768px) {
  .roomplan #tab-01 .disable-item:hover::before, .roomplan #tab-01 .disable-item.is-hover::before {
    opacity: 1;
    background: #000;
  }
  .sec_subttl {
    font-size: min(5vw, 42px);
    margin: 0;
  }
  #room-plan .pageTit {
    font-size: min(8vw, 35px);
  }
  #room-plan .type-item::after {
    width: min(9vw, 66px);
    right: 6%;
  }
  .nav-tab {
    margin: 30px 0;
    gap: 10px;
  }
  .nav-tab .nav-btn {
    font-size: 12px;
    padding: 20px 1%;
  }
  .icon-load {
    margin-bottom: 30px;
  }
  .tab-content .tit {
    margin: 40px 0;
    font-size: min(4.8vw, 24px);
  }
  .lounge {
    width: 100% !important;
    padding-right: 0;
  }
  .lounge .num {
    font-size: min(3.7vw, 26px);
  }
  .lounge .row {
    gap: 5px;
  }
  .lounge .row:not(:last-child) {
    margin-bottom: 5px;
  }
  .lounge .row > .lounge-item:nth-child(1) {
    width: 30px;
  }
  .lounge .row > .lounge-item:nth-child(1) .num {
    font-size: min(4vw, 17px);
  }
  .lounge .lounge-item {
    flex-direction: column;
    justify-content: center;
    gap: 2%;
  }
  .lounge .lounge-item::before {
    bottom: -7px;
    height: 5px;
  }
  .lounge .type {
    font-size: min(6vw, 40px);
  }
  .lounge-type {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .lounge-type .type-item {
    position: relative;
    padding: 6%;
    width: 100%;
    height: auto;
  }
  .lounge-type .type-item::before {
    content: "";
    position: absolute;
    left: 40%;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: #000;
    transition: background 0.3s ease;
  }
  .lounge-type .type-item:hover::before, .lounge-type .type-item.is-hover::before {
    opacity: 1;
    background: #fff;
  }
  .lounge-type .type-item .p1 {
    padding-right: 58%;
  }
  .lounge-type .type-item .p-wap {
    position: absolute;
    left: calc(42% + 2.165em);
    top: 50%;
    transform: translateY(-50%);
  }
  .lounge-type .type-item .p2 {
    font-size: min(6.3vw, 27px);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .lounge-type .type-item .p2 {
    font-size: min(8vw, 61px);
  }
}
@media (max-width: 768px) {
  .lounge-type .type-item .p2 .m2 {
    font-size: min(5.2vw, 22px);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .lounge-type .type-item .p2 .m2 {
    font-size: min(8vw, 49px);
  }
}
@media (max-width: 768px) {
  .lounge-type .type-item .p2 .wic {
    font-size: 12px;
  }
  .lounge-type .disable-item:hover::before {
    background: #000;
  }
  .lounge-item-full {
    font-size: 14px;
  }
}
/* roomType 
---------------------------------------- */
.roomType {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.roomType-info {
  width: 285px;
}
.roomType-info .p1 {
  font-size: min(9vw, 90px);
  line-height: 1;
  padding: 3% 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.04em;
  background: #683927;
}
.roomType-info .p1 .type {
  font-size: 32%;
}
.roomType-info .p1 .alphabet {
  margin-right: 10px;
}
.roomType-info .p1 .alphabet sub {
  font-size: 60%;
  vertical-align: baseline;
  bottom: 0;
}
.roomType-info .p2 {
  line-height: 1.1;
  margin-top: 15px;
}
.roomType-info .p2 .ldk {
  font-size: 31px;
}
.roomType-info .p3 {
  font-size: 15px;
  line-height: 1.1;
  margin-top: 8px;
  text-align: left;
  border-bottom-width: 2px;
  border-color: #683927;
  padding: 0 0 5px;
  border-style: solid;
}
.roomType-info .ul01 {
  margin: 20px 0 35px;
}
.roomType-info .ul01 li {
  font-size: 13px;
  line-height: 1.1;
  padding: 5px 0;
  letter-spacing: -0.03em;
}
.roomType-info .ul01 li:last-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.roomType-info .ul01 li .num {
  font-size: 40px;
  margin-top: 10px;
}
.roomType-info .ul01 li .num .m2 {
  font-size: 80%;
}
.roomType-info .ul01 li .num .txt {
  font-size: 48%;
}
.roomType-info .ul01 .dot {
  font-size: 14px;
  margin-right: 1px;
  color: rgba(89, 87, 87, 0.6);
}
.roomType-info .ul02 li.first-child {
  font-size: 20px;
  background: transparent;
  color: #683927;
}
.roomType-info .ul02 li {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  background: #eae0c0;
  margin-bottom: 8px;
}
.roomType-info .ul02 li span {
  font-size: 60%;
}
.roomType-info .ul02 li:last-child {
  margin-bottom: 0;
}
.roomType.color02-info .p1 .alphabet {
  color: #952d58;
}
.roomType.color02-info .p2 {
  border-color: rgba(149, 45, 88, 0.5);
}
.roomType.color02-info .ul01 .dot {
  color: rgba(149, 45, 88, 0.5);
}
.roomType-img {
  width: calc(100% - 285px);
  text-align: right;
}
.roomType-note {
  margin: 60px 0;
}
.roomType-note .flexBox {
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.roomType-note li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  line-height: 1.6;
}
.roomType-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.roomType-btn .item {
  width: 100%;
  max-width: 250px;
  background: #000100;
  color: #ffffff;
  border: 0;
  padding: 15px 2%;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  display: block;
  border-radius: 6px;
  position: relative;
}
.roomType-btn .item::after {
  content: "";
  padding: 4px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 10%;
  top: 40%;
}
.roomType-btn .item:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .roomType {
    padding: 45px 0;
    padding: 15% 0 8%;
  }
  .roomType .info-inner01 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .roomType .info-inner02 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .roomType-info .p1 {
    font-size: min(12vw, 81px);
  }
  .roomType-info .p1 .type {
    font-size: 55%;
  }
  .roomType-info .p2 .ldk {
    font-size: 20px;
    font-size: min(6vw, 54px);
  }
  .roomType-info .ul01 li .num {
    font-size: min(7.7vw, 32px);
  }
  .roomType-info .ul01 .dot {
    font-size: 10px;
    font-size: min(3.5vw, 22px);
  }
  .roomType-info .p3 {
    font-size: min(4.25vw, 27px);
  }
  .roomType-info .ul01 {
    margin: 20px 0 35px;
  }
  .roomType-info .ul01 li {
    font-size: min(3.5vw, 22px);
    line-height: 1.1;
    padding: 5px 0;
    letter-spacing: -0.03em;
  }
  .roomType-info .ul01 li:last-child {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .roomType-info .ul01 li .num {
    font-size: min(7.7vw, 57px);
    margin-top: 10px;
  }
  .roomType-info .ul01 li .num .m2 {
    font-size: min(90%, 41px);
  }
  .roomType-info .ul01 li .num .txt {
    font-size: 48%;
    font-size: min(65%, 32px);
  }
  .roomType-info .ul01 .dot {
    font-size: min(3.5vw, 22px);
    margin-right: 1px;
    color: rgba(89, 87, 87, 0.6);
  }
  .roomType-info .ul02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .roomType-info .ul02 li.first-child {
    width: 100%;
  }
  .roomType-info .ul02 li {
    margin-bottom: 5px;
    width: 49%;
    line-height: 1.5;
    min-height: min(13vw, 80px);
    font-size: min(3.5vw, 22px);
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .roomType-img {
    width: 100%;
    text-align: center;
    padding: min(5vw, 50px) 0;
  }
  .roomType-note {
    margin: 0 0 10%;
  }
  .roomType-note li {
    font-size: 10px;
    gap: 2px;
  }
  .roomType-btn {
    gap: 10px;
  }
}
@media screen and (min-width: 960px), print {
  .text-letter-spacing {
    letter-spacing: -0.2em;
  }
}
.btnModelRoom {
  display: block;
  transition: 0.2s;
  margin-bottom: 60px;
}
.btnModelRoom:hover {
  opacity: 0.8;
}

/* flex
---------------------------------------- */
.flex .area {
  position: relative;
}
.flex .area figure {
  opacity: 0;
}
.flex .area figure:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}
.flex .area figure.visible {
  opacity: 1;
}
.flex .area_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex .area_link a {
  position: absolute;
  display: block;
}
.flex .area_link a.link_a {
  top: 0;
  left: 8%;
  width: 29%;
  height: 87.4%;
}
.flex .area_link a.link_b {
  top: 0;
  left: 39.4%;
  width: 29%;
  height: 87.4%;
}
.flex .area_link a.link_c {
  top: 0;
  left: 70.6%;
  width: 29.4%;
  height: 87.4%;
}
.flex .area_link a[href="#"] {
  pointer-events: none;
}
.flex .button ul li:not(:last-child) {
  margin-bottom: 2em;
}
.flex .button ul li a {
  position: relative;
  display: block;
  background-color: #e6e6e6;
  padding: 5% 15% 7%;
  font-family: "Cormorant", serif;
  color: #101010;
}
.flex .button ul li a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background-image: url("../../roomplan/images/box_decoration__gray.png");
  background-position: left bottom;
  background-size: auto 80%;
  background-repeat: no-repeat;
}
.flex .button ul li a::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.4em);
  right: 8%;
  width: 2.6em;
  height: 0.8em;
  border: solid #101010;
  border-width: 0 1px 1px 0;
  transform: skewX(35deg);
}
.flex .button ul li a[href="#"] {
  pointer-events: none;
  color: #c8c8c8;
}
.flex .button ul li a[href="#"]::after {
  border-color: #c8c8c8;
}
.flex .button ul li a p {
  line-height: 1;
  font-family: "Cormorant Infant", serif;
  font-size: 1.66em;
  letter-spacing: 0.05em;
}
.flex .button ul li a p em {
  font-size: 2em;
}
.flex .button ul li a p:nth-child(2) {
  margin: 0.25em 0;
}
.flex .button ul li a p:nth-child(3) small {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.7em;
}
.flex .button ul li a p:nth-child(4) {
  position: absolute;
  top: calc(50% - 1.4em);
  right: 4em;
  line-height: 1.4;
  font-size: 1.2em;
  color: #a40000;
}
.flex .button ul li a.on {
  background-color: #a40000;
  color: #fff;
}
.flex .button ul li a.on::before {
  background-image: url("../../roomplan/images/box_decoration__white.png");
}
.flex .button ul li a.on::after {
  border-color: #fff;
}
@media (min-width: 769px) {
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex .area {
    width: 54%;
  }
  .flex .button {
    width: 40%;
  }
  .flex .button ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .flex .button ul li a {
    transition: 0.3s;
  }
  .flex .button ul li a:hover {
    background-color: #a40000;
    color: #fff;
  }
  .flex .button ul li a:hover::before {
    background-image: url("../../roomplan/images/box_decoration__white.png");
  }
  .flex .button ul li a:hover::after {
    border-color: #fff;
  }
}
@media (max-width: 768px) {
  .flex .button {
    width: 90%;
    margin: 10% auto 0;
  }
  .flex .button ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  .flex .button ul li a {
    padding: 5% 15%;
  }
  .flex .button ul li a p {
    font-size: 1.4em;
  }
  .flex .button ul li a p em {
    font-size: 1.6em;
  }
  .flex .button ul li a p:last-child {
    margin-bottom: 0.1em;
  }
}

.modelroom_banner {
  margin-top: 7%;
  text-align: center;
}
@media (min-width: 769px) {
  .modelroom_banner a {
    transition: opacity 0.3s;
  }
  .modelroom_banner a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .modelroom_banner a {
    display: block;
    width: 90%;
    margin: 10% auto 0;
  }
}

.banner_360 {
  margin-top: 3%;
  text-align: center;
}
@media (min-width: 769px) {
  .banner_360 a {
    transition: opacity 0.3s;
  }
  .banner_360 a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .banner_360 a {
    display: block;
    width: 90%;
    margin: 10% auto 0;
  }
}

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

  詳細ページ
  /roomplan/room-plan-*.html

---------------------------------------- */
.detail_txt2 ul {
  margin-top: 16%;
}
.detail_txt2 ul li {
  margin-top: 0.75em;
  padding: 0.25em 0;
  text-align: center;
  max-width: 259px;
  background-color: #eae0c0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 2;
  font-weight: 600;
  text-align: center;
  font-size: min(2.6vw, 13px);
  color: #3e3a39;
}
.detail_btn {
  /* clear: both;
  padding-top: max(10%, 5em); */
}
.detail_btn ul {
  display: flex;
  justify-content: center;
}
.detail_btn ul li a {
  position: relative;
  display: block;
  width: 260px;
  margin: 0 1em;
  padding: 0.75em 0;
  border-radius: 0.4em;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.detail_btn ul li a::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.2828em);
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  border: solid currenColor;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
@media (min-width: 769px) {
  .detail {
    display: flow-root;
  }
  .detail_btn ul li a {
    transition: opacity 0.3s;
  }
  .detail_btn ul li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .detail_btn ul li {
    width: 60%;
    max-width: 260px;
  }
  .detail_btn ul li:first-child {
    display: none;
  }
  .detail_btn ul li a {
    width: 100%;
    margin: 0;
  }
  .detail img {
    margin: 0% auto;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .detail {
    display: flow-root;
  }
  .detail_txt1,
  .detail_txt2 {
    float: left;
    width: 30%;
    width: 285px;
  }
  .roomType-img {
    width: calc(100% - 285px);
    text-align: right;
  }
  .detail_btn {
    clear: both;
    text-align: center;
    padding-top: 2%;
  }
}
@media screen and (max-width: 768px) {
  .detail_txt1,
  .detail_txt2,
  .roomType-img {
    display: flex;
    float: none;
    width: 100%;
    margin: 5% auto;
  }
  .detail_txt2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 300px;
    /* width: max-content; */
    max-width: 500px;
    margin: 0 auto;
  }
  .detail_txt2 ul li {
    flex: 0 0 49%;
    width: 49%;
    margin: 0 0 2%;
  }
}
/* @media print {

  html, body {
    width: 100%;
    max-width: 100%;
  }

  .only_sp {
    display: none !important;
  }

  .only_pc {
    display: block !important;
  }

  header,
  .menu-btn,
  .menu-icon,
  .gnav,
  .pagetop,
  .roomplanBtn,
  .footer__button,
  .footer__bottom,
  .copyright,
  .sec_subttl,
  #room-plan .pageTit,
  .nav-tab,
  .roomType-info.only_sp {
    display: none;
  }

  .sec_subttl {
    margin-bottom: 0px;
  }

  .roomplan-a,
  .flexBox,
  .page_section,
  #room-plan,
  .roomType {
    border: none;
    padding: 0;
    margin: 0;
  }

  .footer {
    margin-top: 2%;
  }

  .flexBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    margin: 0 auto 20px;
    padding: 0;
  }

  .roomType-note {
    margin: 20px 0 0;
  }

  .roomType-img {
    padding-left: 60px;
  }

  .detail_txt1,
  .detail_txt2 {
    padding: 0;
    margin: 0;
  }

  .text-letter-spacing {
    letter-spacing: -0.2em;
  }

  .roomplan-a {
    width: 210mm;
    height: 297mm;
  }

}

@page {
  size: A4 portrait;
  margin: 0mm 5mm;
} */
.fancybox-slide--iframe .fancybox-content {
  background-color: transparent;
}

/*# sourceMappingURL=style_roomplan.css.map */
