/* ======================================================
pc
====================================================== */
/* common
---------------------------------------------------------------------- */
#htlSide-A {
  top: 630px;
}

.lead {
  max-width: 900px;
  margin: 0 auto 45px;
}

.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*max-width: 880px;*/
  margin: 0 auto;
}
.navi li {
  text-align: center;
  width: 20%;
  margin-bottom: 45px;
  position: relative;
  border-left: 1px solid #898989;
  font-weight: 500;
}
.navi li:nth-of-type(4) {
  border-right: 1px solid #898989;
}
.navi li:last-of-type {
  border-right: 1px solid #898989;
}
.navi li::after {
  content: "";
  border-top: solid 1px #898989;
  border-right: solid 1px #898989;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
}
.navi li:hover::after {
  bottom: -5px;
}
.navi li a {
  display: block;
  padding: 0 0 20px;
  line-height: 1.4;
}

#RthCustomizeW .navi a {
  color: #333;
}

/* about
---------------------------------------------------------------------- */
.about {
  padding: 60px 0 0;
  position: relative;
  z-index: 10;
}

.about .ctitle2 {
  text-align: center;
  margin-bottom: 30px;
}

/* facility
---------------------------------------------------------------------- */
.facility__Wrap {
  position: relative;
  padding: 70px 0 70px;
  margin-top: -70px;
}

.facility__content {
  padding: 18px 50px 0 0;
}

.facility__contentInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.facility__txt {
  width: 73%;
  padding: 0 70px 0 0;
}

.facility__ttl {
  color: #416290;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 3px;
}

.facility__remodelDate {
  font-size: 19px;
  font-weight: bold;
  color: #416290;
  border: 1px solid #416290;
  padding: 8px 32px;
  display: inline-block;
  line-height: 1;
}

.facility__Wrap--west .facility__remodelDate {
  color: #81648C;
  border: 1px solid #81648C;
}

.facility__limitedWrap {
  position: relative;
}

.facility__limited {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  width: 125px;
  height: 37px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #E5A6B6;
  font-weight: bold;
}

#donki.facility__Wrap .facility__txt {
  width: 100%;
}

#donki.facility__Wrap .facility__link {
  display: block;
  margin-top: 10px;
}
#donki.facility__Wrap .facility__link a {
  color: #416290;
}

/* detail
---------------------------------------------------------------------- */
.detail {
  background-color: #F1EEE3;
  padding-bottom: 90px;
}

.detail .ctitle2 {
  margin-bottom: 7px;
}

.detail__layout {
  padding: 65px 0 65px;
}

.detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 15px;
}
.detail__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail__img {
  margin-bottom: 10px;
}
.detail__img img {
  width: 100%;
  aspect-ratio: 1/0.7;
}

.detail__txt {
  line-height: 1.43;
  font-weight: 500;
}
.detail__txt span {
  font-size: 13px;
  display: block;
}

/* fee table
---------------------------------------------------------------------- */
.fee {
  border-top: 1px solid #fff;
  padding: 65px 0 0;
}

.fee .ctitle2 {
  margin-bottom: 25px;
}

.fee__tableoverflow {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}

.fee__table {
  width: 100%;
  margin-bottom: 10px;
}

.fee__table th {
  background-color: #D5CBAB;
  border: 1px solid #B9A873;
  vertical-align: middle;
  line-height: 1.43;
  font-weight: bold;
  padding: 5px 10px;
}

.fee__table td {
  background-color: #fff;
  border: 1px solid #B9A873;
  vertical-align: middle;
  line-height: 1.43;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
}

.fee__tableWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 15px;
}

.fee__tableWrap .fee__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fee__tableWrap .fee__table tr th {
  padding: 15px 10px;
}

.fee__tableWrap .fee__table tr th:first-of-type {
  width: 50%;
}

.fee__tableNote {
  line-height: 1.4;
}

/* fee table
---------------------------------------------------------------------- */
#donki.facility__Wrap {
  margin-top: 0;
}

/* other
---------------------------------------------------------------------- */
.other {
  padding: 75px 0 75px;
  background-color: #DBE5E7;
}

.other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 50px;
}

.other__list li {
  width: 45%;
}

.other__img {
  margin-bottom: 5px;
}

/* modal
---------------------------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.modal > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 50px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal > p > img {
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
}/*# sourceMappingURL=facility.css.map */