@charset "UTF-8";
.contents {
  padding-top: 0;
}

.contents .wrapper {
  width: 840px;
}

@media (max-width: 1024px) {
  .contents .wrapper {
    width: auto;
  }
}
.breadcrumbsList.wrapper {
  width: 1250px;
}

.logoSvg {
  text-align: center;
  margin: 30px 0;
  line-height: 1;
}

@media (max-width: 1024px) {
  .logoSvg {
    margin: 25px 0;
  }
}
.logo_monday {
  width: 530px;
  height: 93px;
  fill: #a28137;
}

@media (max-width: 1024px) {
  .logo_monday {
    width: 250px;
    height: 44px;
  }
}
h2 {
  font-size: 2.4rem;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  margin-bottom: 25px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.navy {
  color: #121b27;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .navy {
    font-size: 1.3rem;
  }
}
.ta2022 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .ta2022 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    justify-content: center;
  }
}
.ta2022:last-of-type {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .ta2022:last-of-type {
    margin-top: 45px;
  }
}
.ta-logo2022_best {
  width: 100px;
  height: auto;
  border: 1px solid #E6E6E6;
  margin-right: 50px;
}

@media (max-width: 1024px) {
  .ta-logo2022_best {
    width: 65px;
    height: auto;
    margin-right: 10px;
  }
}
.ta-logo2022 {
  width: 100px;
  height: auto;
  border: 1px solid #E6E6E6;
  margin-right: 50px;
}

@media (max-width: 1024px) {
  .ta-logo2022 {
    width: 65px;
    height: auto;
    margin-right: 10px;
  }
}
.ta2022_Ttl {
  color: #000;
  font-size: 1.9rem;
  text-decoration: underline;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .ta2022_Ttl {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 20px;
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.5rem;
  }
}
h3.gold {
  color: #a28137;
  border-bottom: 1px solid #a28137;
}

.logo_gatestay {
  width: 160px;
  height: 18px;
}

@media (max-width: 1024px) {
  .logo_gatestay {
    width: 177px;
    height: 20px;
  }
}
.imgBlock {
  margin-bottom: 15px;
  text-align: center;
}

.imgBlock img {
  width: 100%;
  height: auto;
  aspect-ratio: 270/204;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgBlock.many {
  display: flex;
}

@media (max-width: 1024px) {
  .imgBlock.many {
    flex-wrap: wrap;
  }
}
.imgBlock.many p {
  width: 280px;
}

@media (max-width: 1024px) {
  .imgBlock.many p {
    width: 50%;
  }
  .imgBlock.many p:first-child {
    width: 100%;
  }
}
.imgBlock.many p img {
  width: 100%;
  height: auto;
}

.imgBlock.many + .hotelAbout {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .imgBlock.many + .hotelAbout {
    display: block;
  }
}
.imgBlock.many + .hotelAbout .btn {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .imgBlock.many + .hotelAbout .btn {
    margin-top: 15px;
  }
}
.imgBlock.many + .hotelAbout .btn a {
  width: 280px;
  min-width: 280px;
}

@media (max-width: 1024px) {
  .imgBlock.many + .hotelAbout .btn a {
    width: 100%;
    min-width: 100%;
  }
}
.hotelAbout + .imgBlock.many {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .hotelAbout + .imgBlock.many {
    margin-top: 25px;
  }
}
.hotelName {
  font-size: 1.6rem;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .hotelName {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.logo_hotel {
  width: 242px;
  height: 40px;
  fill: #a28137;
}

.logo_apart {
  width: 242px;
  height: 40px;
  fill: #a28137;
}

.hotelList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .hotelList {
    display: block;
    margin-bottom: 50px;
  }
}
.hotelList.left {
  justify-content: flex-start;
}

.hotelList li {
  width: 270px;
  margin-right: 15px;
  margin-bottom: 30px;
  display: block !important;
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .hotelList li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.hotelList li .hotelName {
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .hotelList li .hotelName {
    font-size: 1.5rem;
  }
}
.hotelList li .btn {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .hotelList li .btn {
    margin-top: 15px;
  }
}
.hotelList li .btn a {
  width: 100%;
  min-width: 100%;
}

.hotelList li:nth-child(3n),
.hotelList li:last-child {
  margin-right: 0;
}

.contents .wrapper > .btn {
  text-align: center;
}

@media (max-width: 1024px) {
  .contents .wrapper > .btn {
    margin-top: 40px;
  }
  .contents .wrapper > .btn a {
    width: 100%;
    min-width: 100%;
  }
}
.copyright {
  margin-top: 60px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "PT Serif", serif;
  font-style: italic;
}

@media (max-width: 1024px) {
  .copyright {
    font-size: 1rem;
    margin-top: 35px;
  }
}
.pdfLink {
  font-size: 2rem;
  border: 1px solid #121b27;
  color: #121b27;
  padding: 30px 0;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .pdfLink {
    font-size: 1.5rem;
    padding: 15px;
    margin-bottom: 25px;
  }
}
.tripadvisor2023 h2 {
  padding-bottom: 0;
  border: none;
}

.tripadvisor2024 .hotel {
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}

.tripadvisor2024 .hotel .ici .logoSvg {
  margin: 10px 0;
}

@media (max-width: 1024px) {
  .tripadvisor2024 .hotel {
    display: block;
    padding-top: 0;
  }
  .tripadvisor2024 .hotel .ici .logoSvg {
    margin: 25px 0;
  }
}
/* =========================================================
多言語
========================================================= */
/*# sourceMappingURL=tripadvisor.css.map */