@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: "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;
}
/* =========================================================
maihamahotels_bnr
========================================================= */
.maihamahotels_bnr {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #231815;
}
body.lang_zh-CHT .maihamahotels_bnr, body.lang_zh-CHS .maihamahotels_bnr {
  font-family: "Zen Kaku Gothic New", "Yuanti SC", "Microsoft Yahei", "微软雅黑", sans-serif;
}
.maihamahotels_bnr .wrapper {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .maihamahotels_bnr .wrapper {
    max-width: 780px;
  }
}
@media (max-width: 1024px) {
  .maihamahotels_bnr .wrapper {
    padding-top: 40px;
  }
}
.maihamahotels_bnr a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .maihamahotels_bnr a {
    min-height: 280px;
  }
}
.maihamahotels_bnr a:hover {
  color: inherit;
}
.maihamahotels_bnr a:hover .bnr_inner::after {
  bottom: 16px;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .maihamahotels_bnr a:hover .bnr_inner::after {
    bottom: 10px;
  }
}
.maihamahotels_bnr .bnr_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.maihamahotels_bnr .bnr_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.maihamahotels_bnr .bnr_inner_wrap {
  position: relative;
  width: 60.4%;
  max-width: 475px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .maihamahotels_bnr .bnr_inner_wrap {
    width: 76%;
  }
}
.maihamahotels_bnr .bnr_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 38px 2em 60px;
  background: #f9f1e9;
  border: 1px solid #40220f;
  width: 100%;
}
@media (max-width: 1024px) {
  .maihamahotels_bnr .bnr_inner {
    padding: 24px 1.5em 40px;
  }
}
.maihamahotels_bnr .bnr_inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  border-right: 1px solid #40220f;
  border-bottom: 1px solid #40220f;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .maihamahotels_bnr .bnr_inner::after {
    bottom: 13px;
    width: 8px;
    height: 8px;
  }
}
.maihamahotels_bnr .bnr_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .maihamahotels_bnr .bnr_title {
    font-size: 1.7rem;
    margin: 0 0 16px;
  }
}
.maihamahotels_bnr .bnr_sub {
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .maihamahotels_bnr .bnr_sub {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=maihamahotels_bnr.css.map */