@charset "utf-8";

/* ========================================================
*
*					header
*
* ======================================================== */
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /* .g-header__main-language-menu.is-active{
    height: 150px;
  } */
  .g-header__main-bottom.is-active{
    max-height: 100vh;
  }
}

/* ========================================================
*
*					宿泊top、配下(簡体字)
*
* ======================================================== */
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .stay-house__main-list-body--zhcn {
    height: 86px;
    box-sizing: border-box;
  }

}

/* ========================================================
*
*					宿泊top(簡体字)
*
* ======================================================== */
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .stay-facility__main-list--zhcn {
    justify-content: space-between;
  }
  .stay-facility__main-list-item--zhcn {
    margin: 0 !important;
  }
}

/* ========================================================
*
*					美術館予約
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .mr-main__info--zhcn {
    max-width: 25%;
    margin: auto;
  }
  .mr-sec__building--zhcn {
    display: block !important;
  }
  .mr-sec__facility-txt--zhcn {
    min-height: 22% !important;
  }
}

/* ========================================================
*
*					カレンダー
*
* ======================================================== */
.days ul li.today-clr div.ico:after {
  content: "今天" !important;
}

/* ========================================================
*
*					お問い合わせ
*
* ======================================================== */
/* 簡体字 */
html:lang(zh-cmn-Hans) .is-zhtw{
  display: none;
}

/* 繁体字 */
html:lang(zh-cmn-Hant) .is-zhcn{
  display: none;
}