/* =========================================================
TOP
  ========================================================= */
/* ROOM 客室スライド画像追加 ----------------------------------------- */
/* スライダーが5枚以下の場合下記のCSSを追加してください（各施設ごと） */
.roomPhotoModal .thumbnail01 .slick-track,
.roomPhotoModal .thumbnail03 .slick-track,
.roomPhotoModal .thumbnail04 .slick-track,
.roomPhotoModal .thumbnail06 .slick-track,
.roomPhotoModal .thumbnail09 .slick-track,
.roomPhotoModal .thumbnail10 .slick-track {
  display: flex;
  justify-content: center;
  width: 100% !important;
  transform: unset !important;
}

/* =========================================================
  breakfast
  ========================================================= */
.breakfast #modal {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1239px) {
  .breakfast #modal {
    z-index: 2050;
  }
}

.breakfast #modal.is_show {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  height: 100%;
}

@media screen and (max-width: 1239px) {
  .breakfast #modal.is_show {
    height: 100%;
  }
}

.breakfast #modal div.base {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 40px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1239px) {
  .breakfast #modal div.base {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 20px 15px;
  }
}

.breakfast .popup {
  color: #4d4d4d;
  text-decoration: underline;
  cursor: pointer;
}

.breakfast .popup:hover {
  color: #AB8D4B;
}

.breakfast #popup {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 20px;
}

.breakfast #popup .popup-top {
  padding: 20px 0;
  background: rgba(247, 244, 237, 0.95);
  text-align: center;
}

.breakfast #popup .popup-top .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  top: -18px;
  cursor: pointer;
}

.breakfast #popup .popup-top h2 {
  margin-bottom: 16px;
  display: inline-block;
  color: #AB8D4B;
  font-size: 18px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.breakfast #popup .popup-top h2 img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.breakfast #popup .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breakfast #popup .text-wrap p {
  width: 400px;
  border: 1px solid #AB8D4B;
  padding: 8px 0;
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .breakfast #popup {
    width: 95%;
    height: 100%;
    top: 55%;
  }

  .breakfast #popup .text-wrap {
    flex-direction: column;
  }

  .breakfast #popup .text-wrap p {
    width: 90%;
  }
}

.breakfast #popup .text-wrap p:first-of-type {
  color: #AB8D4B;
}

.breakfast #popup .text-wrap p:last-of-type {
  background-color: #fff;
  color: #AB8D4B;
  border-left: none;
}

@media (max-width: 1024px) {
  .breakfast #popup .text-wrap p:last-of-type {
    border: 1px solid #AB8D4B;
    border-top: none;
  }
}

.breakfast #popup .popup-bottom {
  position: relative;
  padding: 10px 0 20px;
  background-color: #fff;
}

.breakfast #popup .arrow-r,
.breakfast #popup .arrow-l {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  fill: #AB8D4B !important;
  width: 20px !important;
  height: 20px !important;
  stroke-width: 0.2px;
}

.breakfast #popup .arrow-l {
  left: 38px;
  transform: rotate(-180deg);
}

.breakfast #popup .arrow-r {
  right: 38px;
}

.breakfast #popup .popup-bottom p.update {
  margin: 0 80px 10px 0;
  text-align: right;
}

.breakfast #popup .table-wrap {
  display: flex;
  justify-content: space-between;
  height: 250px;
  width: 790px;
  margin: 0 auto;
}

.breakfast #popup .popup-bottom p {
  margin-top: 50px;
  margin-left: 100px;
  line-height: 2.8rem;
  font-size: 1.3rem;
  text-transform: capitalize;
}

.breakfast #popup .popup-bottom p img {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.breakfast #popup table {
  font-size: 12px;
  width: 31%;
}

.breakfast #popup .note span {
  color: #AB8D4B;
}

@media (max-width: 1024px) {
  .breakfast #popup .popup-bottom {
    padding: 0;
    font-size: 13px;
    height: 490px;
  }

  .breakfast #popup .table-wrap {
    flex-direction: column;
    width: 100%;
  }

  .breakfast #popup .arrow-l {
    left: 5px;
  }

  .breakfast #popup .arrow-r {
    right: 0;
  }

  .breakfast #popup table {
    margin-right: 0;
    font-size: 14px;
    margin: 15px auto 0;
    width: 77%;
  }

  .breakfast #popup .popup-bottom p {
    margin-top: 0;
    margin-left: 0;
    line-height: inherit;
    margin-left: 30px;
  }

  .breakfast #popup .popup-bottom p.update {
    margin: 0 10% 10px 0;
  }
}

.breakfast .cellTableHead {
  padding-bottom: 16px;
  color: #AB8D4B;
}

.breakfast #popup th {
  padding-bottom: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .breakfast #popup th {
    padding-bottom: 8px;
  }
}

.breakfast #popup td {
  text-align: center;
  color: #152435;
  vertical-align: middle;
  height: 34px;
}

@media (max-width: 1024px) {
  .breakfast #popup td {
    padding: 11px 9px;
  }
}

.breakfast #popup td.dantai {
  color: #fff;
  position: relative;
  z-index: 1;
}

.breakfast #popup td.dantai::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #AB8D4B;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 1024px) {
  .breakfast #popup td.dantai::before {
    width: 35px;
    height: 35px;
  }
}

body.lang_fr .breakfast #popup .text-wrap p {
  width: 475px;
}

@media (max-width: 767px) {
  body.lang_fr .breakfast #popup .text-wrap p {
    width: 90%;
  }
}

body.lang_de .breakfast #popup .text-wrap p {
  width: 490px;
}

@media (max-width: 767px) {
  body.lang_de .breakfast #popup .text-wrap p {
    width: 90%;
  }
}

body.lang_es .breakfast #popup .text-wrap p,
body.lang_th .breakfast #popup .text-wrap p {
  width: 450px;
}

@media (max-width: 767px) {

  body.lang_es .breakfast #popup .text-wrap p,
  body.lang_th .breakfast #popup .text-wrap p {
    width: 90%;
  }
}

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