@charset "UTF-8";

#facility h2 {
  background: #fff;
  text-align: center;
  margin-top: 60px;
  padding: 22px 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  #facility h2 {
    padding: 17px 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .facilityBlock {
    margin-top: 30px;
  }
}

.facilityBlock:last-of-type {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 60px;
}

.facilityBlock p.secTitle02 {
  margin-bottom: 20px;
}

.facilityBlock .slideList {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .facilityBlock .slideList {
    margin-top: 25px;
  }
}

.facilityBlock .slideList+.arrows+p {
  margin-bottom: 30px;
}

.facilityBlock .slideList .slick-slide img {
  aspect-ratio: 1250/511;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1024px) {
  .facilityBlock .slideList .slick-slide img {
    aspect-ratio: 375/230;
  }
}

.facilityBlock .slideList .slick-slide p {
  text-align: center;
  margin-top: 10px;
}

.facilityBlock .slideList .slick-counter {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
  width: 305px;
  margin: 10px auto 30px;
}

@media (max-width: 1024px) {
  .facilityBlock .slideList .slick-counter {
    width: 70%;
    max-width: 305px;
    margin: 15px auto 20px;
  }
}

.facilityBlock .slideList .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #CACACA;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}

.facilityBlock .slideList .slick-counter .bar::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 70px;
  height: 1px;
  animation: borderAnim 3.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@keyframes borderAnim {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.facilityBlock .tableWrap {
  display: flex;
  font-feature-settings: "palt";
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .facilityBlock .tableWrap {
    flex-direction: column;
  }
}

.facilityBlock .tableWrap dl {
  display: flex;
  width: 48.3%;
}

@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl {
    width: 100%;
    display: block;
  }
}

.facilityBlock .tableWrap dl dt,
.facilityBlock .tableWrap dl dd {
  padding: 26px 0;
}

@media (max-width: 1024px) {

  .facilityBlock .tableWrap dl dt,
  .facilityBlock .tableWrap dl dd {
    padding: 12px 0;
  }
}

.facilityBlock .tableWrap dl dt {
  color: #142335;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #142335;
  border-bottom: 1px solid #142335;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl dt {
    width: 100%;
    text-align: center;
    background: #F7F7F5;
    border-bottom: none;
  }
}

.facilityBlock .tableWrap dl dd {
  width: 75%;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl dd {
    width: 100%;
    padding-left: 0;
  }
}

.facilityBlock .tableWrap dl:nth-of-type(n+3) dt {
  border-top: none;
}

@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl:nth-of-type(n+3) dt {
    border-top: 1px solid #142335;
  }
}

.facilityBlock .tableWrap dl:nth-of-type(n+3) dd {
  border-top: none;
}

@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl:nth-of-type(n+3) dd {
    border-top: 1px solid #c2c2c2;
  }
}

.facilityBlock .tableWrap+.btn {
  text-align: center;
}

@media (max-width: 1024px) {
  .facilityBlock .tableWrap+.btn {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ドッグフレンドリー */
.petfriendly-bnr {
  background-color: #ff997f;
  display: flex;
  justify-content: space-between;
  padding: 0 25px 0 15px;
  margin-bottom: 50px;
  text-decoration: none !important;
  margin-top: 30px;
}

.petfriendly-bnr .img01 {
  width: 188px;
  height: auto;
}

.petfriendly-text {
  color: #fff;
  align-self: center;
  margin-left: 20px;
}

.petfriendly-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-transform: capitalize;
}

.petfriendly-bnr .img02 {
  width: 221px;
  height: auto;
  align-self: center;
  margin-left: 30px;
}

@media (max-width: 989px) {
  .petfriendly-bnr {
    background-color: #ff997f;
    display: block;
    padding: 0 25px 40px 20px;
    text-align: center;
    margin-bottom: 0px;
  }

  .petfriendly-bnr .img01 {
    width: 65%;
    height: auto;
  }

  .petfriendly-text {
    margin-left: 0;
  }

  .petfriendly-text h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .petfriendly-text p {
    text-align: left;
    margin-bottom: 25px;
  }

  .petfriendly-bnr .img02 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

/* =========================================================
  stay
  ========================================================= */
#stay .wide {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #C2C2C2;
  padding: 50px;
}

@media (max-width: 1024px) {
  #stay .wide {
    flex-direction: column;
    margin-bottom: 0;
    border: none;
    padding: 0;
  }
}

#stay .wide .photo {
  width: 43.5%;
  margin-right: 50px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #stay .wide .photo {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
}

#stay .wide .textBox {
  width: 50%;
}

@media (max-width: 1024px) {
  #stay .wide .textBox {
    width: 100%;
    max-width: inherit;
  }
}

#stay .wide .textBox h3 {
  text-align: left;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  #stay .wide .textBox h3 {
    margin-bottom: 5px;
  }
}

#stay .wide .textBox .btn {
  margin-top: 25px;
}

.facilityList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 33px;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .facilityList {
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .facilityList li+li {
    margin-top: 20px;
  }
}

.facilityList li .secTitle02 {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.facilityList li .photo img {
  aspect-ratio: 197/124;
}

.facilityList li p span {
  color: #A9884A;
}

.facilityList li .table01 {
  border-top: 1px solid #c9c9c9;
  margin: 15px 0;
}

.facilityList li .table01 tr:first-child th {
  border-top: 1px solid #142335;
}

.facilityList li .table01 tr th,
.facilityList li .table01 tr td {
  border-bottom: 1px solid #c9c9c9;
  vertical-align: middle;
  padding: 2rem 1rem;
}

@media (max-width: 767px) {

  .facilityList li .table01 tr th,
  .facilityList li .table01 tr td {
    padding: 12px 0;
  }
}

.facilityList li .table01 tr th {
  border-bottom: 1px solid #142335;
  color: #142335;
  font-weight: 400;
  width: 30%;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .facilityList li .table01 tr th {
    width: 100%;
    background: #F7F7F5;
    border-top: 1px solid #142335;
  }
}

.facilityList li p.photo {
  position: relative;
}

.facilityList li p.photo span {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: block;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-weight: bold;
  color: #4D4D4D;
}

.facilityList > li.others {
  display: flex;
  flex-direction: column;
}
.facilityList > li.others .textBlock {
  position: relative;
  margin-left: 2em;
}
@media (max-width: 767px) {
  .facilityList > li.others .textBlock {
    margin-left: 0;
  }
}
.facilityList > li.others .textBlock::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 197/124;
}
@media (max-width: 767px) {
  .facilityList > li.others .textBlock::before {
    content: none;
  }
}
.facilityList > li.others .textBlock .secTitle02,
.facilityList > li.others .textBlock .secTitle02 p {
  margin-top: -1lh;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .facilityList > li.others .textBlock .secTitle02,
  .facilityList > li.others .textBlock .secTitle02 p {
    margin-top: 4px;
  }
}
.facilityList > li.others:nth-child(3n+1) .textBlock {
  margin-left: 0;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .facilityList > li.others:nth-child(3n+1) .textBlock {
    margin-bottom: 0;
  }
}
.facilityList > li.others:nth-child(3n+1) .textBlock::before {
  content: none;
}
.facilityList > li.others:nth-child(3n+1) .textBlock .secTitle02,
.facilityList > li.others:nth-child(3n+1) .textBlock .secTitle02 p {
  margin-top: 4px;
}
.facilityList > li.others .textBlock .othersList {
  column-count: 2;
}
@media screen and (max-width: 1200px) {
  .facilityList > li.others .textBlock .othersList {
    column-count: auto;
  }
}
.facilityList > li.others .textBlock .othersList > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #000;
}
@media (max-width: 767px) {
  .facilityList > li.others .textBlock .othersList > li {
    font-size: 1.3rem;
  }
}
.facilityList > li.others .textBlock .othersList > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
:lang(ja) .facilityList > li.others .textBlock .othersList > li:nth-child(n+3) {
  margin-left: -1em;
}
@media screen and (max-width: 1200px) {
  :lang(ja) .facilityList > li.others .textBlock .othersList > li:nth-child(n+3) {
    margin-left: 0;
  }
}
:lang(en) .facilityList > li.others .textBlock .othersList > li:nth-child(-n+2) {
  margin-right: -1em;
}
@media screen and (max-width: 1200px) {
  :lang(en) .facilityList > li.others .textBlock .othersList > li:nth-child(-n+2) {
    margin-right: 0;
  }
}
.facilityList > li.others .textBlock .othersList > li.pc::before {
  content: none;
}
.facilityList > li.others .textBlock .othersList > li + li {
  margin-top: 0;
}

/* =========================================================
amenity
========================================================= */
.amenityBtn {
  display: none;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  background: #fff;
  padding: 20px 5%;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .amenityBtn {
    display: flex;
    align-items: center;
  }
}

.amenityBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #AB8D4B;
  width: 25px;
  height: 25px;
  margin-left: auto;
  color: #AB8D4B;
}

.amenityBtn.on span {
  padding-bottom: 3px;
  font-size: 1.8rem;
}

.amenityBtn.on+.wrapper {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .amenity .wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: all 0.2s;
  }
}

.amenityTitle {
  margin: 50px 0 20px;
}

@media (max-width: 767px) {
  .amenityTitle {
    margin: 30px 0 15px;
  }
}

.amenityTitle:first-child {
  margin-top: 0;
}

.amenityTitle a {
  color: #4D4D4D;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .amenityTitle a {
    display: block;
    font-size: 1.3rem;
  }
}

.amenityList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 10px;
}

@media (max-width: 767px) {
  .amenityList {
    grid-template-columns: repeat(3, 1fr);
  }
}

.amenityList li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  padding: 20px 5px 10px;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .amenityList li {
    border-radius: 10px;
    padding: 15px 3px 7px;
    font-size: 1.2rem;
  }
}

.amenityList li .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.amenityList li .icon img {
  max-height: 45px;
}

.amenityList li .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3em;
  text-align: center;
  line-height: 1.2;
  text-transform: capitalize;
}

.amenityList li .star {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  color: #AB8D4B;
}

.amenityList li .price {
  position: absolute;
  bottom: -2.2em;
  left: 0;
  right: 0;
  text-align: center;
}




.amenityList li .price_02 {
  position: absolute;
  bottom: -3.4em;
  left: 0;
  right: 0;
  text-align: center;
}

.amenityList li .price_02 span {
  margin-top: -3px;
  display: block;
  line-height: 1.5;
  letter-spacing: -1px;
}

.amenityList.starList {
  margin-bottom: 70px;
  gap: 30px 10px;
}

@media (max-width: 767px) {
  .amenityList.starList {
    margin-bottom: 50px;
  }
}

.amenityList+.note {
  margin-top: 20px;
}

.amenityList+.note+.amenityTitle {
  margin-top: 30px;
}

.amenity .disc {
  display: flex;
  gap: 1em;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .amenity .disc {
    display: block;
  }
}

body.lang_en .facility .tabArea.pageTop ul li {
  min-width: 370px;
}

@media (max-width: 1024px) {
  body.lang_en .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_en .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_fr .facility .tabArea.pageTop ul li {
  min-width: 525px;
}

@media (max-width: 1024px) {
  body.lang_fr .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_fr .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_de .facility .tabArea.pageTop ul.hotel li {
  min-width: 530px;
}

@media (max-width: 1024px) {
  body.lang_de .facility .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_de .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_de .facility .tabArea.pageTop ul li {
  min-width: 410px;
}

@media (max-width: 1024px) {
  body.lang_de .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_de .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_de .amenityList li .name {
  word-break: break-all;
}

body.lang_es .facility .tabArea.pageTop ul.hotel li {
  min-width: 495px;
}

@media (max-width: 1024px) {
  body.lang_es .facility .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_es .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_es .facility .tabArea.pageTop ul li {
  min-width: 400px;
}

@media (max-width: 1024px) {
  body.lang_es .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_es .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_th .facility .tabArea.pageTop ul.hotel li {
  min-width: 405px;
}

@media (max-width: 1024px) {
  body.lang_th .facility .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_th .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_th .facility .tabArea.pageTop ul li {
  min-width: 365px;
}

@media (max-width: 1024px) {
  body.lang_th .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_th .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_vi .facility .tabArea.pageTop ul.hotel li {
  min-width: 405px;
}

@media (max-width: 1024px) {
  body.lang_vi .facility .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_vi .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_vi .facility .tabArea.pageTop ul li {
  min-width: 370px;
}

@media (max-width: 1024px) {
  body.lang_vi .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_vi .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_it .facility .tabArea.pageTop ul.hotel li {
  min-width: 485px;
}

@media (max-width: 1024px) {
  body.lang_it .facility .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_it .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_it .facility .tabArea.pageTop ul li {
  min-width: 440px;
}

@media (max-width: 1024px) {
  body.lang_it .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_it .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

/* MSマレー語、IDインドネシア語追加 */

body.lang_ms .facility .tabArea.pageTop ul.hotel li {
  min-width: 530px;
}

@media (max-width: 1024px) {
  body.lang_ms .facility .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_ms .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_ms .facility .tabArea.pageTop ul li {
  min-width: 390px;
}

@media (max-width: 1024px) {
  body.lang_ms .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_ms .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_id .facility .tabArea.pageTop ul.hotel li {
  min-width: 395px;
}

@media (max-width: 1024px) {
  body.lang_id .facility .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_id .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_id .facility .tabArea.pageTop ul li {
  min-width: 360px;
}

@media (max-width: 1024px) {
  body.lang_id .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_id .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}



@media (max-width: 1024px) {
  body.lang_ar .facility .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_ar .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}


@media (max-width: 1024px) {
  body.lang_ar .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_ar .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_ru .facility .tabArea.pageTop ul.hotel li:first-of-type {
  min-width: 714px;
}

@media (max-width: 1024px) {

  body.lang_ru .facility .tabArea.pageTop ul.hotel li,
  body.lang_ru .facility .tabArea.pageTop ul.hotel li:first-of-type {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_ru .facility .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_ru .facility .tabArea.pageTop ul li {
  min-width: 360px;
}

@media (max-width: 1024px) {
  body.lang_ru .facility .tabArea.pageTop ul li {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  body.lang_ru .facility .tabArea.pageTop ul li {
    width: 100%;
  }
}

/*# sourceMappingURL=facility.css.map */