@charset "UTF-8";
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../../../fonts/ZenKakuGothicNew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../../../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/ShipporiMincho-Regular.woff2") format("woff2"), url("../fonts/ShipporiMincho-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../fonts/ShipporiMincho-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/ShipporiMincho-Bold.woff2") format("woff2"), url("../fonts/ShipporiMincho-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contents {
    padding-top: 56px;
  }
}
.contents section {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #231815;
}
body.lang_zh-CHT .contents section, body.lang_zh-CHS .contents section {
  font-family: "Zen Kaku Gothic New", "Yuanti SC", "Microsoft Yahei", "微软雅黑", sans-serif;
}
.contents section .wrapper {
  padding: 96px 0;
}
@media (max-width: 1024px) {
  .contents section .wrapper {
    padding: 32px 0;
  }
}

/* =========================================================
fv
========================================================= */
.fv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 720px;
}
@media (max-width: 1024px) {
  .fv {
    min-height: 430px;
  }
}
.fv_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.fv_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv .wrapper {
  width: 60.4%;
  max-width: 755px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .fv .wrapper {
    width: 76.6%;
  }
}
@media (max-width: 1024px) {
  .fv .wrapper {
    width: 76.6%;
  }
}
.fv_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 2em 78px;
  background: #f9f1e9;
  border: 1px solid #40220f;
  width: 100%;
}
@media (max-width: 1024px) {
  .fv_inner {
    padding: 24px 1.5em 16px;
  }
}
.fv_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 4.5rem;
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .fv_title {
    font-size: 2rem;
    margin: 0 0 16px;
  }
}
.fv_sub {
  font-size: 3rem;
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .fv_sub {
    font-size: 1.4rem;
    margin: 0 0 16px;
  }
}
.fv p {
  font-size: 1.7rem;
  line-height: 1.88;
}
@media (max-width: 1024px) {
  .fv p {
    font-size: 1.1rem;
    text-align: left;
  }
}

/* =========================================================
anchorListWrap
========================================================= */
.contents .anchorListWrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.54;
  background: #fff;
}
@media (max-width: 1024px) {
  .contents .anchorListWrap {
    padding: 13px 20px 13px;
  }
}
@media (max-width: 1024px) {
  .contents .anchorListWrap .anchorList {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contents .anchorListWrap .anchorList li {
    width: 100%;
    margin: 0;
  }
}
.contents .anchorListWrap .anchorList li::before, .contents .anchorListWrap .anchorList li::after {
  content: none;
}
.contents .anchorListWrap .anchorList li a {
  font-size: 2.2rem;
  padding-block: 24px;
}
@media (max-width: 1024px) {
  .contents .anchorListWrap .anchorList li a {
    display: block;
    font-size: 1.1rem;
    padding-block: 4px;
    min-height: auto;
  }
}
.contents .anchorListWrap .anchorList li a > span {
  display: inline-block;
  max-width: 12em;
}
@media (max-width: 1024px) {
  .contents .anchorListWrap .anchorList li a > span {
    display: contents;
  }
}
@media (max-width: 767px) {
  .contents .anchorListWrap .anchorList li span {
    padding: 0;
  }
}

/* =========================================================
hotelDetail
========================================================= */
.hotelDetail {
  background: #dae5f5;
}
.hotelDetail .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 96px;
  max-width: 1208px;
}
@media (max-width: 1024px) {
  .hotelDetail .wrapper {
    display: block;
    max-width: 78%;
  }
}
@media (min-width: 1025px) {
  .hotelDetail:nth-of-type(even) .photoBlock {
    order: -1;
  }
}
.hotelDetail .photoBlock {
  width: 48.6%;
}
@media (max-width: 1024px) {
  .hotelDetail .photoBlock {
    width: 100%;
    margin: 0 0 32px;
  }
}
.hotelDetail .photoBlock figure {
  position: relative;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .hotelDetail .photoBlock figure {
    margin: 0;
  }
}
.hotelDetail .photoBlock figure figcaption {
  position: absolute;
  bottom: 0.5em;
  left: 1em;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2.3rem;
}
@media (max-width: 1024px) {
  .hotelDetail .photoBlock figure figcaption {
    position: static;
    color: inherit;
    font-size: 1.5rem;
    text-align: center;
    margin-block: 10px;
  }
}
.hotelDetail .photoBlock figure img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 587/358;
}
@media (max-width: 1024px) {
  .hotelDetail .photoBlock p {
    font-size: 1.1rem;
  }
}
.hotelDetail .textBlock {
  width: calc(51.4% - 96px);
}
@media (max-width: 1024px) {
  .hotelDetail .textBlock {
    width: 100%;
    margin: 0 0 32px;
  }
}
.hotelDetail .textBlock p {
  font-size: 1.9rem;
}
@media (max-width: 1024px) {
  .hotelDetail .textBlock p {
    font-size: 1.2rem;
  }
}
.hotelDetail_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1.3;
  margin: 0 0 24px;
  max-width: 12em;
}
@media (max-width: 1024px) {
  .hotelDetail_title {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 16px;
  }
}
.hotelDetail_title img {
  display: block;
  margin: -24px 0 32px;
  width: 195px;
  height: auto;
}
@media (max-width: 1024px) {
  .hotelDetail_title img {
    margin: 0 auto 16px;
    width: 97px;
  }
}
.hotelDetail_sub {
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 0 0 8px;
}
@media (max-width: 1024px) {
  .hotelDetail_sub {
    font-size: 1.4rem;
    text-align: center;
  }
}
.hotelDetail .featureList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 34px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hotelDetail .featureList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hotelDetail .featureList {
    display: flex;
    flex-direction: column;
    gap: 32px 0;
  }
}
@media (max-width: 1024px) {
  .hotelDetail .featureList {
    margin: 0 0 32px;
  }
}
@media (max-width: 1024px) {
  .hotelDetail .featureList .listItem p {
    font-size: 1.1rem;
  }
}
@media (min-width: 1025px) {
  body.lang_ja .hotelDetail .featureList .listItem p:has(.dot) {
    margin-right: -0.6em;
  }
  body.lang_ja .hotelDetail .featureList .listItem p .dot {
    letter-spacing: -1px;
  }
}
.hotelDetail .featureList figure figcaption {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.4;
  text-align: center;
  margin-block: 20px;
}
@media (max-width: 1024px) {
  .hotelDetail .featureList figure figcaption {
    font-size: 1.5rem;
    margin-block: 10px;
  }
}
.hotelDetail .featureList figure img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/175;
}
.hotelDetail .website_link {
  position: relative;
  display: inline-block;
  background: #9bb2cf;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.57;
  font-weight: 700;
  padding: 0.5em 1.5em;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .hotelDetail .website_link {
    font-size: 1.2rem;
    padding: 0.5em 1em;
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hotelDetail .website_link {
    width: calc(50% - 20px);
  }
}
.hotelDetail .website_link:hover {
  color: #fff;
}
.hotelDetail .website_link::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 40px;
  height: 100%;
  background: #9bb2cf;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: -0.5px;
}
@media (max-width: 1024px) {
  .hotelDetail .website_link::before {
    width: 20px;
  }
}
.hotelDetail.maihama2 {
  background: #d2e2e2;
}
@media screen and (min-width: 1201px) {
  .hotelDetail.maihama2 .wrapper {
    padding-bottom: 140px;
  }
}
.hotelDetail.maihama2 .hotelDetail_title img {
  width: 192px;
}
@media (max-width: 1024px) {
  .hotelDetail.maihama2 .hotelDetail_title img {
    width: 96px;
  }
}
.hotelDetail.maihama2 .website_link {
  background-color: #98aeac;
  position: absolute;
  bottom: 96px;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  .hotelDetail.maihama2 .website_link {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.hotelDetail.maihama2 .website_link::before {
  background-color: #98aeac;
}
.hotelDetail.maihama2 .featureList .listItem.campaign {
  grid-column: span 2;
  padding: 32px 7vw;
}
@media (max-width: 1024px) {
  .hotelDetail.maihama2 .featureList .listItem.campaign {
    padding: 16px 6vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hotelDetail.maihama2 .featureList .listItem.campaign {
    grid-column: auto;
    padding-inline: 0;
  }
}
.hotelDetail.maihama2 .featureList .listItem.campaign h5 {
  margin: 0 0 8px;
}
.hotelDetail.maihama2 .featureList .listItem.campaign h5 img {
  display: block;
  width: 155px;
  margin: 0 0 8px;
}
@media (max-width: 1024px) {
  .hotelDetail.maihama2 .featureList .listItem.campaign h5 img {
    width: 76px;
  }
}
.hotelDetail.maihama2 .featureList .listItem.campaign h5 span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #000;
  padding: 0 0.5em;
}
@media (max-width: 1024px) {
  .hotelDetail.maihama2 .featureList .listItem.campaign h5 span {
    font-size: 1.2rem;
  }
}
.hotelDetail.maihama2 .featureList .listItem.campaign p {
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .hotelDetail.maihama2 .featureList .listItem.campaign p {
    font-size: 1.2rem;
  }
}
.hotelDetail.maihama2 .featureList .listItem.campaign p.term {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .hotelDetail.maihama2 .featureList .listItem.campaign p.term {
    font-size: 1.1rem;
  }
}
.hotelDetail.resort {
  background: #f3e9e1;
}
.hotelDetail.resort .hotelDetail_title {
  max-width: 13em;
}
.hotelDetail.resort .hotelDetail_title img {
  width: 275px;
}
@media (max-width: 1024px) {
  .hotelDetail.resort .hotelDetail_title img {
    width: 137px;
  }
}
.hotelDetail.resort .hotelDetail_sub {
  line-height: 1.66;
  margin: 0 0 16px;
}
.hotelDetail.resort .website_link {
  background-color: #d6baa3;
}
.hotelDetail.resort .website_link::before {
  background-color: #d6baa3;
}

/* =========================================================
shuttleBus
========================================================= */
.shuttleBus {
  position: relative;
  border-top: 24px solid #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .shuttleBus {
    border-top: 8px solid #fff;
  }
}
.shuttleBus_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.shuttleBus_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.shuttleBus .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 36px;
  z-index: 1;
}
@media (min-width: 1025px) {
  .shuttleBus .wrapper {
    max-width: 1216px;
  }
}
@media (max-width: 1024px) {
  .shuttleBus .wrapper {
    flex-direction: column;
    max-width: 78%;
    gap: 24px 0;
  }
}
.shuttleBus_title {
  width: 100%;
  text-align: center;
}
.shuttleBus_title span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #d5dff1;
  border: 1px solid #40220f;
  border-radius: 100vmax;
  padding: 16px 29px;
}
@media (max-width: 1024px) {
  .shuttleBus_title span {
    padding: 7px 14px;
  }
}
.shuttleBus_title span img {
  width: 186px;
  height: auto;
}
@media (max-width: 1024px) {
  .shuttleBus_title span img {
    width: 93px;
  }
}
.shuttleBus .imgBlock {
  width: 54%;
}
@media (max-width: 1024px) {
  .shuttleBus .imgBlock {
    width: 92%;
    margin-inline: auto;
  }
}
.shuttleBus .imgBlock img {
  width: 100%;
  height: auto;
}
.shuttleBus .imgBlock p {
  font-size: 2.1rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .shuttleBus .imgBlock p {
    font-size: 1.1rem;
  }
}
.shuttleBus .textBlock {
  width: calc(46% - 36px);
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .shuttleBus .textBlock {
    width: 100%;
    margin-bottom: 8px;
  }
}
.shuttleBus_detail {
  background: #fff;
  margin: 0 0 20px;
  padding: 32px 26px;
}
@media (max-width: 1024px) {
  .shuttleBus_detail {
    margin: 0 0 16px;
    padding: 16px 14px;
  }
}
.shuttleBus_detail dt {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .shuttleBus_detail dt {
    font-size: 1.3rem;
  }
}
.shuttleBus_detail dd {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .shuttleBus_detail dd {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=maihamahotels.css.map */