@charset "UTF-8";
/* ::::::::::  ギャラリー  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.gallery .wrapper {
  padding-top: 50px;
  padding-bottom: 90px;
  border-top: 1px solid #CACACA;
}
@media (max-width: 767px) {
  .gallery .wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.gallery .anchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gallery .anchorList {
    margin-bottom: 5px;
    gap: 5px 10px;
  }
}
.gallery .anchorList li {
  width: calc(25% - 10px);
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 767px) {
  .gallery .anchorList li {
    width: calc(50% - 5px);
  }
  .gallery .anchorList li:nth-of-type(1) {
    width: 100%;
  }
}
.gallery .anchorList li a {
  position: relative;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .gallery .anchorList li a {
    padding: 5px 0;
  }
}
.gallery .anchorList li .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 5px;
  margin-top: -2px;
}
.gallerySec {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .gallerySec {
    padding-top: 40px;
  }
}
.gallerySec .btn a + a {
  margin-top: 10px;
}
.galleryTitle {
  margin-bottom: 45px;
  padding: 24px;
  background: #fff;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .galleryTitle {
    margin-bottom: 30px;
    padding: 18px;
    font-size: 1.5rem;
  }
}
.galleryLogo {
  margin-bottom: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .galleryLogo {
    margin-top: 30px;
  }
}
.galleryLogo .logo_gatestay {
  height: auto;
}
.galleryLogo:has(.logo_gatestay) {
  padding: 20px 0;
}
.galleryListWrap + .galleryListWrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .galleryListWrap + .galleryListWrap {
    margin-top: 40px;
  }
}
.galleryList .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  justify-content: center;
}
@media (max-width: 767px) {
  .galleryList .row {
    gap: 8px 0;
  }
}
.galleryList .galleryListItem {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 1024px) {
  .galleryList .galleryListItem {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .galleryList .galleryListItem {
    width: 100%;
  }
}
.galleryList .galleryListItem a {
  display: flex;
  padding: 24px;
  background: #fff;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
@media (max-width: 767px) {
  .galleryList .galleryListItem a {
    padding: 20px;
  }
}
.galleryList .galleryListItem img {
  display: block;
  width: 106px;
  height: auto;
}
@media (max-width: 767px) {
  .galleryList .galleryListItem img {
    width: 89px;
  }
}
.galleryList .galleryListItem .name {
  display: block;
  width: calc(100% - 106px);
  text-align: center;
}
@media (max-width: 767px) {
  .galleryList .galleryListItem .name {
    width: calc(100% - 99px);
  }
}
.galleryList .galleryListItem .name.jaExc {
  padding-left: 10px;
}
.gallery .btnS {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  .gallery .btnS {
    margin-top: 25px;
  }
}
.gallery .btnS a {
  padding: 2px 4px 5px;
  border-bottom: 1px solid #CACACA;
  text-decoration: none;
}
.gallery .btnS a .icon {
  width: 8px;
  height: 5px;
  margin-left: 8px;
  margin-bottom: 2px;
  transform: rotate(180deg);
  vertical-align: middle;
}

/* =========================================================
ホテル詳細
========================================================= */
.hoteldetail .wrapper {
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .hoteldetail .wrapper {
    padding-bottom: 80px;
  }
}
.hoteldetailTitle {
  margin-bottom: 50px;
  padding: 24px;
  background: #fff;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .hoteldetailTitle {
    padding: 18px;
    font-size: 1.5rem;
  }
}
.hoteldetail .wide-gallery-list {
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .hoteldetail .wide-gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hoteldetail .wide-gallery-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.hoteldetail .wide-gallery-list::after {
  content: "";
  display: block;
  clear: both;
}
.hoteldetail .wide-gallery-list li {
  transition: 0.5s;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hoteldetail .wide-gallery-list li {
    width: 100%;
  }
}
.hoteldetail .wide-gallery-list li:nth-of-type(3n) {
  margin-right: 0;
}
.hoteldetail .wide-gallery-list li a {
  color: #000;
  text-decoration: none;
}
.hoteldetail .wide-gallery-list li .img-box {
  width: 100%;
  aspect-ratio: 394/246;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: 0.5s;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hoteldetail .wide-gallery-list li .img-box {
    margin-bottom: 15px;
  }
}
.hoteldetail .wide-gallery-list li .img-box img {
  object-fit: cover;
  aspect-ratio: 394/246;
  width: 100%;
  height: 100%;
}
.hoteldetail .btn {
  margin-top: 0;
}
.hoteldetail.other .wrapper {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .hoteldetail.other .wrapper {
    padding: 0 0 80px;
  }
}
.hoteldetail.other .hoteldetailTitle {
  margin-bottom: 80px;
  padding: 0;
  background: none;
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .hoteldetail.other .hoteldetailTitle {
    margin-bottom: 60px;
    font-size: 1.7rem;
  }
}

.pano-wrap.pnlm-container {
  height: 500px !important;
}

/* =========================================================
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 60px;
}
.amenity .wrapper {
  padding: 80px 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;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .amenityTitle:first-child {
    margin-bottom: 5px;
  }
  .amenityTitle:first-child + .disc {
    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: rgba(240, 240, 235, 0.5);
  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.starList {
  margin-bottom: 70px;
  gap: 30px 10px;
}
@media (max-width: 767px) {
  .amenityList.starList {
    margin-bottom: 50px;
    gap: 30px 10px;
  }
}
.amenityList + .note {
  margin-top: 20px;
}
.amenity .disc {
  display: flex;
  gap: 0 1em;
  margin: 20px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .amenity .disc {
    display: block;
  }
}
.amenity + .hoteldetail.other {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .amenity + .hoteldetail.other {
    padding-top: 60px;
  }
}

/* =========================================================
多言語
========================================================= */
body.lang_de .amenityList li .name {
  word-break: break-all;
}

body.lang_en .amenityList li:has(.fz1rem),
body.lang_fr .amenityList li:has(.fz1rem),
body.lang_de .amenityList li:has(.fz1rem),
body.lang_es .amenityList li:has(.fz1rem),
body.lang_vi .amenityList li:has(.fz1rem),
body.lang_th .amenityList li:has(.fz1rem),
body.lang_it .amenityList li:has(.fz1rem),
body.lang_ms .amenityList li:has(.fz1rem),
body.lang_id .amenityList li:has(.fz1rem),
body.lang_ar .amenityList li:has(.fz1rem),
body.lang_ru .amenityList li:has(.fz1rem) {
  padding: 0 3px;
}

body.lang_en .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_fr .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_de .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_es .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_vi .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_th .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_it .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_ms .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_id .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_ar .amenityList li:has(.fz1rem) .name.fz1rem,
body.lang_ru .amenityList li:has(.fz1rem) .name.fz1rem {
  font-size: 1rem;
  height: auto;
  margin-top: 2px;
}

/* =========================================================
追加　2025.03.03 　MONday Apart Premium 上野御徒町
========================================================= */
.secTitle01 {
  margin: 0 0 20px;
  color: #142335;
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .secTitle01 {
    font-size: 1.7rem;
    margin: 0 0 10px;
  }
}
.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;
}

body.lang_de .amenityList li .price_02 span,
body.lang_vi .amenityList li .price_02 span,
body.lang_ru .amenityList li .price_02 span {
  font-size: 1rem;
}/*# sourceMappingURL=hotel360.css.map */