@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: 45%;
}

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

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

.flexBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  /* gap: 3%; */
}
@media (max-width: 768px) {
  .flexBox {
    display: block;
    width: 100%;
  }
}

.mainBox {
  margin: 0 auto;
}

/*
roonplanBtn
-------------------------------*/
.roomplanBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .roomplanBtn {
    margin-top: 3rem;
    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: 18px;
  font-family: "EB Garamond", serif;
  font-style: italic;
}
.lounge .type {
  font-style: italic;
  font-size: 30px;
}

/* 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;
}

.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%;
  border: 1px solid rgb(229, 229, 229);
  background: linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(200, 200, 200) 100%);
  position: relative;
  display: block;
  font-family: "Cormorant", serif;
  /* &:not(:last-child) {
    margin-bottom: 10px;
  } */
}
.lounge-type .type-item::before {
  content: "";
  position: absolute;
  inset: 0;
}
.lounge-type .type-item .p1 {
  font-size: 28px;
  line-height: 1.2;
  font-style: italic;
  letter-spacing: 4px;
  padding-bottom: 10px;
  position: relative;
}
.lounge-type .type-item .p1 .type {
  font-size: 24px;
  margin-left: 4px;
}
.lounge-type .type-item .p2,
.lounge-type .type-item .p3 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 5px;
  font-style: italic;
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: center;
  position: relative;
}
.lounge-type .type-item .p2 .m2,
.lounge-type .type-item .p3 .m2 {
  font-size: 28px;
  margin-right: 10px;
}
.lounge-type .type-item .p2 .wic,
.lounge-type .type-item .p3 .wic {
  font-size: 16px;
}
.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;
  }
}

/* #room-plan 
---------------------------------------- */
#room-plan .pageTit {
  font-size: 50px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
#room-plan #tab-01 .type-item::before {
  /* 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%); */
  opacity: 0.15;
}
#room-plan #tab-01 .type-item::after {
  content: url("../../roomplan/images/img-roomplan__arrow02.svg");
  width: 36px;
  height: 18px;
  display: block;
  position: absolute;
  right: 10%;
  top: 52%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #room-plan #tab-01 .type-item::after {
    right: 7%;
  }
}
#room-plan #tab-01 .type-item:hover, #room-plan #tab-01 .type-item.is-hover {
  color: #fff;
  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%);
}
#room-plan #tab-01 .type-item:hover::before, #room-plan #tab-01 .type-item.is-hover::before {
  opacity: 1;
}
#room-plan #tab-01 .type-item:hover::after, #room-plan #tab-01 .type-item.is-hover::after {
  content: url("../../roomplan/images/img-roomplan__arrow01.svg");
  color: #fff;
}
#room-plan #tab-01 .item-not::before {
  background: rgb(230, 230, 230);
  opacity: 0.15;
}
#room-plan #tab-01 .lounge-item {
  border: 2px solid rgb(200, 200, 200);
}
#room-plan #tab-01 .lounge-item.no-border, #room-plan #tab-01 .lounge-item.border {
  border: none;
}
#room-plan #tab-01 .lounge-item.border {
  background: linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(200, 200, 200) 100%);
}
#room-plan #tab-01 .lounge-item.is-hover, #room-plan #tab-01 .lounge-item.hover {
  background: linear-gradient(90deg, rgb(194, 39, 50) 0%, rgb(128, 33, 38) 100%);
  color: #ffffff;
}
#room-plan #tab-02 .lounge {
  width: 40%;
  border-bottom: 2px solid #952d58;
}
#room-plan #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;
}
#room-plan #tab-02 .type-item.is-hover, #room-plan #tab-02 .type-item:hover {
  color: #ffffff;
}
#room-plan #tab-02 .type-item.is-hover .p1, #room-plan #tab-02 .type-item:hover .p1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#room-plan #tab-02 .type-item.is-hover::before, #room-plan #tab-02 .type-item:hover::before {
  opacity: 1;
}
#room-plan #tab-02 .lounge-item.border {
  border: 2px solid rgb(229, 229, 229);
}
#room-plan #tab-02 .lounge-item.is-hover, #room-plan #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) {
  .sec_subttl {
    font-size: min(5vw, 42px);
  }
  #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, 16px);
  }
  .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(5.5vw, 24px);
  }
  .lounge-type {
    grid-template-columns: 1fr;
    width: 100%;
    /* margin-top: 30px; */
  }
  .lounge-type .type-item {
    padding: 6%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .lounge-type .type-item {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .lounge-type .type-item .p2 {
    font-size: min(6.3vw, 27px);
  }
  .lounge-type .type-item .p2 .m2 {
    font-size: min(5.2vw, 22px);
  }
  .lounge-type .type-item .p2 .wic {
    font-size: 12px;
  }
  .lounge-item-full {
    font-size: 14px;
  }
}
/* roomType 
---------------------------------------- */
.roomType {
  padding: 90px 0;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.roomType-info {
  /* width: 285px;
  margin-top: -10px; */
}
.roomType-info .p1 {
  font-size: 90px;
  line-height: 1;
  text-align: center;
  font-family: "EB Garamond", serif;
}
.roomType-info .p1 .type {
  font-size: 32%;
}
.roomType-info .p1 .alphabet {
  color: #211d70;
  margin-right: 10px;
}
.roomType-info .p1 .alphabet sub {
  font-size: 60%;
  vertical-align: baseline;
}
.roomType-info .p2 {
  font-size: 12px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(33, 29, 112, 0.5);
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding: 5px 0;
}
.roomType-info .p2 .ldk {
  font-size: 26px;
  font-family: "EB Garamond", serif;
}
.roomType-info .ul01 {
  margin: 15px 0 30px;
}
.roomType-info .ul01 li {
  font-size: 13px;
  line-height: 1.1;
  padding: 5px 0;
  letter-spacing: -0.01em;
}
.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;
  padding-left: 12px;
}
.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(33, 29, 112, 0.5);
}
.roomType-info .ul02 li {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  background: rgba(108, 88, 44, 0.18);
  margin-bottom: 5px;
}
.roomType-info .ul02 li.first-child {
  font-size: 20px;
  background: transparent;
  color: #231f20;
}
.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: 80px 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-note .cap {
  font-size: 75%;
}
.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;
  }
  .roomType-info {
    /* min-width: 300px;
    width: max-content;
    max-width: 500px; */
    margin: 0 auto;
  }
  .roomType-info .p1 {
    font-size: min(17vw, 76px);
  }
  .roomType-info .p2 .ldk {
    font-size: 20px;
  }
  .roomType-info .ul01 li .num {
    font-size: min(7.7vw, 32px);
  }
  .roomType-info .ul01 .dot {
    font-size: 10px;
  }
  .roomType-info .ul02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .roomType-info .ul02 li {
    font-size: min(3vw, 13px);
    width: 49%;
  }
  .roomType-info .ul02 li.first-child {
    font-size: min(3.3vw, 18px);
    width: 100%;
  }
  .roomType-img {
    width: 100%;
    text-align: center;
    padding: min(10vw, 50px) 0;
  }
  .roomType-note {
    margin: 40px 0;
  }
  .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;
}
@inlude sp {
  .btnModelRoom {
    margin-bottom: 40px;
  }
}

/* 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: 1.5; */
  font-weight: 600;
  text-align: center;
  font-size: 0.9em;
  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 10%;
    text-align: center;
  }
}

@media screen and (min-width: 769px), print {
  .detail {
    display: flow-root;
  }
  .detail_txt1,
  .detail_txt2 {
    float: left;
    width: 30%;
  }
  .detail_img {
    float: right;
    width: 67%;
  }
  .detail_btn {
    clear: both;
    text-align: center;
    padding-top: 2%;
  }
}
@media screen and (max-width: 768px) {
  .detail_txt1,
  .detail_txt2,
  .detail_img {
    float: none;
    width: 100%;
    margin: 0 auto 10%;
  }
  .detail_txt2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .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 */
