@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

.c-ancLnk {
  width: 90%;
  margin-inline: auto;
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-ancLnk {
    margin-top: 3.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-ancLnk {
    margin-top: 2.3333333333rem;
  }
}
.c-ancLnk {
  margin-bottom: 1.3333333333rem;
}

.p-roomItem {
  margin-top: 6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-roomItem {
    margin-top: 4.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-roomItem {
    margin-top: 4.3333333333rem;
  }
}
.p-roomItem__inner {
  padding-top: 2.3333333333rem;
}
@media only screen and (max-width: 767px) {
  .p-roomItem__inner {
    padding-top: 2rem;
  }
}
.p-roomItem__inner {
  display: flex;
  gap: 6.1333333333rem;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-roomItem__inner {
    max-width: 88.5416666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-roomItem__inner {
    gap: 2.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-roomItem__inner {
    max-width: 96.3541666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-roomItem__inner {
    gap: 1.3333333333rem;
    flex-direction: column-reverse;
  }
}
.p-roomItem__txt {
  width: 26.6666666667rem;
}
@media only screen and (max-width: 767px) {
  .p-roomItem__txt {
    width: 82.0512820513%;
    margin-inline: auto;
  }
}
.p-roomItem__txt .smokeBox {
  display: flex;
  gap: 1rem 0.6666666667rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-roomItem__txt .smokeBox {
    justify-content: center;
  }
}
.p-roomItem__txt .smokeBox p {
  border: 1px solid #efefef;
  padding: 6px 15px;
  border-radius: 2px;
}
@media only screen and (min-width: 1200px) {
  .p-roomItem__txt .smokeBox p {
    font-size: 1rem;
  }
}
@media print {
  .p-roomItem__txt .smokeBox p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-roomItem__txt .smokeBox p {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-roomItem__txt .smokeBox p {
    font-size: 1rem;
  }
}
.p-roomItem__txt .smokeBox p {
  letter-spacing: 0.04em;
  line-height: 1.75;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .p-roomItem__txt .smokeBox p {
    font-size: 0.8666666667rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-roomItem__txt .smokeBox p {
    font-size: 0.8666666667rem;
  }
}
.p-roomItem__txt .smokeBox .nonsmoke::before {
  content: "";
  display: block;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  background-color: var(--color-cv);
  -webkit-mask-image: url("../images/icons/smoke_free.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../images/icons/smoke_free.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-roomItem__txt .smokeBox .nonsmoke {
  gap: 0.6666666667rem;
  display: flex;
}
.p-roomItem__txt .smokeBox .smoke::before {
  content: "";
  display: block;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  background-color: var(--color-cv);
  -webkit-mask-image: url("../images/icons/smoking_rooms.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../images/icons/smoking_rooms.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-roomItem__txt .smokeBox .smoke {
  display: flex;
  gap: 0.6666666667rem;
}
.p-roomItem__txt .c-txt {
  margin-top: 1.3333333333rem;
}
.p-roomItem__txt ul {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-border01);
  border-bottom: 1px solid var(--color-border01);
  gap: 1rem 0;
  padding: 1.6666666667rem 0;
}
@media only screen and (max-width: 767px) {
  .p-roomItem__txt ul {
    padding: 0.6666666667rem 0;
  }
}
.p-roomItem__txt ul li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0.5333333333rem;
}
@media only screen and (min-width: 1200px) {
  .p-roomItem__txt ul li {
    font-size: 1rem;
  }
}
@media print {
  .p-roomItem__txt ul li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-roomItem__txt ul li {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-roomItem__txt ul li {
    font-size: 1rem;
  }
}
.p-roomItem__txt ul li {
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.p-roomItem__txt .c-btn_basic01 {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-roomItem__txt .c-btn_basic01 {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-roomItem__txt .c-btn_basic01 {
    width: fit-content;
    margin-inline: auto;
  }
}
.p-roomItem__txt .c-rsvBtn {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-roomItem__txt .c-rsvBtn {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-roomItem__txt .c-rsvBtn {
    width: fit-content;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .p-roomItem__txt .c-rsvBtn a {
    width: 22.6666666667rem;
  }
}
@media print {
  .p-roomItem__txt .c-rsvBtn a {
    width: 22.6666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-roomItem__txt .c-rsvBtn a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-roomItem__txt .c-rsvBtn {
    width: 18.6666666667rem;
  }
  .p-roomItem__txt .c-rsvBtn a {
    width: 100%;
    padding: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-roomItem__img {
    max-width: 70.5882352941%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-roomItem__img {
    max-width: 58.8235294118%;
  }
}
@media only screen and (max-width: 767px) {
  .p-roomItem__img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-roomItem__img .splide-controls {
    margin-left: 70%;
  }
}
.p-roomItem__img .splide-controls .splide__pagination {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .p-roomItem__img .splide__arrows .prev {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .p-roomItem__img .splide__arrows .next {
    right: 13% !important;
  }
}
@media print {
  .p-roomItem__img .splide__arrows .next {
    right: 13% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-roomItem__img .splide__arrows .next {
    right: 5% !important;
  }
}
.p-roomItem__img .splide__arrows .button {
  width: 3.3333333333rem !important;
  height: 3.3333333333rem !important;
}

.p-rentalItem {
  position: relative;
  margin-top: 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-rentalItem {
    margin-top: 7.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rentalItem {
    margin-top: 7.3333333333rem;
  }
}
.p-rentalItem:before {
  content: "";
  background: url(../images/common/bg_gra.webp) no-repeat;
  width: 100%;
  position: absolute;
  height: 4rem;
  display: block;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  opacity: 0.5;
}
.p-rentalItem .list {
  position: relative;
  max-width: 80rem;
  margin-inline: auto;
  padding-top: 2.6666666667rem;
  margin-top: 1.3333333333rem;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .p-rentalItem .list {
    padding-top: 2rem;
  }
}
.p-rentalItem .list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-rentalItem .list ul {
    max-width: 91.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rentalItem .list ul {
    padding: 1.2rem 0;
  }
}
.p-rentalItem .list ul li {
  width: calc(25% - 1.5em);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-rentalItem .list ul li {
    width: calc(33.3333333333% - 1.5em);
  }
}
@media only screen and (max-width: 767px) {
  .p-rentalItem .list ul li {
    width: calc(50% - 2em);
  }
}
@media only screen and (max-width: 767px) {
  .p-rentalItem .list ul li {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .p-rentalItem .list ul li {
    font-size: 0.8666666667rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-rentalItem .list ul li {
    font-size: 0.8666666667rem;
  }
}
.p-rentalItem .list .deco01,
.p-rentalItem .list .deco02 {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--color-key01);
  padding-bottom: 1.0666666667rem;
}
@media only screen and (max-width: 767px) {
  .p-rentalItem .list .deco01,
  .p-rentalItem .list .deco02 {
    padding-bottom: 0.6666666667rem;
  }
}
.p-rentalItem .list .deco01:before,
.p-rentalItem .list .deco02:before {
  content: "";
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  background: var(--color-key01);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.p-rentalItem .list .deco01:after,
.p-rentalItem .list .deco02:after {
  content: "";
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  background: var(--color-key01);
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.p-rentalItem .list .deco02 {
  position: absolute;
  top: 0;
}

dialog:not([open]) {
  display: none !important;
}

dialog::backdrop {
  background: rgba(242, 241, 237, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0rem;
  padding: 0;
  background: none;
}
@media only screen and (min-width: 768px) {
  dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  dialog {
    margin-top: 1em;
  }
}
dialog .p-amenity {
  position: relative;
  background: #fff;
  max-width: 93.3333333333rem;
  margin-inline: auto;
  width: 90%;
  box-sizing: border-box;
  padding: 5.3333333333rem 6.6666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  dialog .p-amenity {
    padding: 2rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  dialog .p-amenity {
    padding: 2rem 1.3333333333rem;
    width: 95%;
  }
}
dialog .p-amenity .amenity {
  margin-top: 4rem;
}
@media only screen and (max-width: 1199px) {
  dialog .p-amenity .amenity {
    margin-top: 2rem;
  }
}
dialog .p-amenity .close {
  position: absolute;
  right: 2.6666666667rem;
  top: 2.6666666667rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  dialog .p-amenity .close {
    right: 1rem;
    top: 1rem;
  }
}
dialog .p-amenity ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
dialog .p-amenity ul li {
  width: calc(25% - 1.7em);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  dialog .p-amenity ul li {
    width: calc(33.3333333333% - 2em);
  }
}
@media only screen and (max-width: 767px) {
  dialog .p-amenity ul li {
    width: calc(50% - 2em);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  dialog .p-amenity ul li {
    font-size: 0.8666666667rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  dialog .p-amenity ul li {
    font-size: 0.8666666667rem;
  }
}
dialog .p-amenity .c-txt {
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  dialog .p-amenity .c-txt {
    font-size: 0.8666666667rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  dialog .p-amenity .c-txt {
    font-size: 0.8666666667rem;
  }
}
dialog .p-amenity .imgBox {
  display: flex;
  justify-content: space-between;
  margin-top: 4.3333333333rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  dialog .p-amenity .imgBox {
    margin-top: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  dialog .p-amenity .imgBox {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  dialog .p-amenity .imgBox {
    flex-wrap: wrap;
  }
}
dialog .p-amenity .imgBox img {
  display: block;
  max-width: calc(16.6666666667% - 5px);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  dialog .p-amenity .imgBox img {
    max-width: calc(16.6666666667% - 5px);
  }
}
@media only screen and (max-width: 767px) {
  dialog .p-amenity .imgBox img {
    max-width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 767px) {
  dialog .p-amenity .imgBox img {
    margin-bottom: 10px;
  }
}

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