/* =========================================================
common
========================================================= */
/* =========================================================
kv
========================================================= */
.kvBenefits + .wrapper {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .kvBenefits + .wrapper {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .detail .flex {
    margin-top: 0;
  }
}

.kv {
  height: 90vh;
}
@media (max-width: 767px) {
  .kv {
    min-height: 750px;
  }
}
.kv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 60%;
}
@media (max-width: 767px) {
  .kv::after {
    content: none;
  }
}
.kv::before {
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1024px) {
  .kv::before {
    height: 100%;
  }
}
.kv .textBlock {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: initial;
  text-align: center;
  width: 100%;
  z-index: 3;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.kv .textBlock h2 {
  font-size: 5.5rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
@media (max-width: 1024px) {
  .kv .textBlock h2 {
    font-size: 2.8rem;
  }
}
.kv .textBlock h1 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .kv .textBlock h1 {
    font-size: 1.5rem;
  }
}
.kv .textBlock p {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .kv .textBlock p {
    font-size: 1.5rem;
  }
}
.kv .textBlock p.open {
  margin: 125px 0 30px;
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  .kv .textBlock p.open {
    font-size: 1.8rem;
    margin-top: 215px;
  }
}
@media (max-width: 1024px) {
  .kv .textBlock {
    height: auto;
  }
}
.kv .photo {
  height: 90vh;
}
@media (max-width: 767px) {
  .kv .photo {
    min-height: 750px;
  }
}
.kv .bookModuleOuter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0;
  z-index: 3;
}
.kv .bookModuleOuter #bookModule {
  display: block;
}
.kv .bookModuleOuter #bookModule .bookTitle {
  display: none;
}
.kv .bookModuleOuter #bookModule .tabList {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .kv .bookModuleOuter #bookModule .tabList {
    display: none;
  }
}
.kv .bookModuleOuter #bookModule .tabList li.active {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: none;
}
.kv .bookModuleOuter #bookModule .tabList li a {
  color: #fff;
  border-color: #fff;
  border: none;
}
.kv .bookModuleOuter #bookModule .tabList li a svg {
  fill: #fff;
}
.kv .bookModuleOuter #bookModule .tabList li + li {
  margin-top: 0;
}
.kv .bookModuleOuter #bookModule .tabContentsWrap {
  width: 100%;
}
.kv .bookModuleOuter #bookModule .tabContentsWrap .form_area,
.kv .bookModuleOuter #bookModule .tabContentsWrap .form_hotel {
  display: none;
}
.kv .bookModuleOuter #bookModule.book .formList > li > input, .kv .bookModuleOuter #bookModule.book .formList > li > select, .kv .bookModuleOuter #bookModule.book .formList > li .hotelSelectText {
  color: #fff;
}
.kv .bookModuleOuter #bookModule.book .formList > li > input option, .kv .bookModuleOuter #bookModule.book .formList > li > select option, .kv .bookModuleOuter #bookModule.book .formList > li .hotelSelectText option {
  color: #000;
}
.kv .bookModuleOuter #bookModule.book .formList .icon {
  fill: #fff;
}
.kv .bookModuleOuter #bookModule.book .formList > li {
  border-color: #fff;
}
.kv .bookModuleOuter #bookModule.book .formList > li > select {
  color: #fff;
  filter: brightness(0) invert(1);
}
.kv .bookModuleOuter #bookModule.book .formList li:last-child input.submitBtn {
  color: #142335;
  background: #fff url(/img/common/icon_search.svg) no-repeat 20px center;
}
.kv .bookModuleOuter #bookModule.book .formList li:last-child input.reloadBtn {
  background-color: rgba(255, 255, 255, 0.3);
  filter: brightness(0) invert(1);
}
.kv .bookModuleOuter #bookModule .link {
  margin-left: 0;
}
.kv .bookModuleOuter #bookModule .link a {
  color: #fff;
}
.kv .bookModuleOuter #bookModule .link a svg {
  fill: #fff;
}
.kv .bookModuleOuter #bookModule .spBlock .bookBtn a {
  background-color: #fff;
  color: #142335;
}
.kv .bookModuleOuter #bookModule .spBlock .bookBtn a svg {
  fill: #142335;
}
.kv .swiper-pagination-fraction {
  display: none;
}

/* =========================================================
.detail
========================================================= */
.disney_shuttlebus {
  border: 1px solid #cbc9c4;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .disney_shuttlebus {
    margin-top: 30px;
  }
}
.disney_shuttlebus a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .disney_shuttlebus a {
    flex-direction: column;
    padding: 25px;
    gap: 15px;
  }
}
.disney_shuttlebus a:hover {
  color: #4d4d4d;
}
.disney_shuttlebus .pic {
  width: 21%;
}
@media (max-width: 1024px) {
  .disney_shuttlebus .pic {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .disney_shuttlebus .pic {
    width: 100%;
  }
}
.disney_shuttlebus .text {
  padding: 1% 50px 1% 0;
  width: 75%;
}
@media (max-width: 767px) {
  .disney_shuttlebus .text {
    width: 100%;
    padding: 0;
  }
}
.disney_shuttlebus .text h3 {
  text-decoration: underline;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .disney_shuttlebus .text h3 {
    margin-bottom: 0;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .disney_shuttlebus .text p {
    display: none;
  }
}
.disney_shuttlebus .btn {
  display: none;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .disney_shuttlebus .btn {
    position: relative;
    border-radius: 4px;
    background: #142335;
    max-width: 100%;
    width: 335px;
    height: 65px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    line-height: 1.2;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: 0;
    width: 100%;
    height: 55px;
    padding: 10px 20px 10px 20px;
  }
}
.disney_shuttlebus .btn .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  width: 15px;
  height: 15px;
  margin: auto;
}

/* =========================================================
hotelDetailsLink
========================================================= */
.hotelDetailsLink .hotelDetailsLinkList li {
  height: 645px;
  position: relative;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li {
    height: 425px;
    text-align: left;
  }
}
.hotelDetailsLink .hotelDetailsLinkList li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.1) 100%);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.3) 100%);
  }
}
.hotelDetailsLink .hotelDetailsLinkList li.roomLink {
  background-image: url(../img/top/pic_room.jpg);
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li.roomLink {
    background-image: url(../img/top/pic_room_sp.jpg);
  }
}
.hotelDetailsLink .hotelDetailsLinkList li.restaurantLink {
  background-color: #000;
}
@media (max-width: 1024px) {
  .hotelDetailsLink .hotelDetailsLinkList li.restaurantLink .text h2 {
    text-align: center;
    margin-top: 42px;
  }
}
.hotelDetailsLink .hotelDetailsLinkList li.restaurantLink .text .btn {
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .hotelDetailsLink .hotelDetailsLinkList li.restaurantLink .text .btn {
    margin-top: 50px;
  }
}
.hotelDetailsLink .hotelDetailsLinkList li.publicbathLink {
  background-image: url(../img/top/pic_publicbath.jpg);
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li.publicbathLink {
    background-image: url(../img/top/pic_publicbath_sp.jpg);
  }
}
.hotelDetailsLink .hotelDetailsLinkList li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li .text {
    top: 25px;
    left: 5%;
    transform: initial;
    width: 90%;
    margin: 0 auto;
  }
}
.hotelDetailsLink .hotelDetailsLinkList li .text .secTitle01 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li .text .secTitle01 {
    margin-bottom: 15px;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li .text .secTitle01 .enExc {
    display: block;
    margin-top: 8px;
  }
}
.hotelDetailsLink .hotelDetailsLinkList li .text .lead {
  font-size: 2.4rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li .text .lead {
    font-size: 1.8rem;
  }
}
.hotelDetailsLink .hotelDetailsLinkList li .text .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hotelDetailsLink .hotelDetailsLinkList li .text .btn {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .apart .wrapper {
    margin: 0;
    max-width: 100%;
    padding-bottom: 0 !important;
    padding-top: 0;
  }
}
.apart .wrapper .secTitle01 {
  margin-bottom: 10px;
  font-size: 4.8rem;
  line-height: 1.1;
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
@media (max-width: 767px) {
  .apart .wrapper .secTitle01 {
    font-size: 3.4rem;
  }
}
.apart .wrapper .btn {
  margin-bottom: 5px;
}
.apart .wrapper .btn + p {
  text-align: center;
}

.shuttlebuLink {
  display: flex;
  background-color: #f7f7f5;
}
@media (max-width: 1024px) {
  .shuttlebuLink {
    display: block;
    padding: 0 5%;
    background-color: #fff;
    margin-bottom: 40px;
  }
}
.shuttlebuLink .image {
  width: 50%;
}
@media (max-width: 1024px) {
  .shuttlebuLink .image {
    width: 100%;
  }
}
.shuttlebuLink .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: right;
     object-position: right;
}
.shuttlebuLink .text {
  width: 50%;
  padding: 85px;
}
@media (max-width: 1024px) {
  .shuttlebuLink .text {
    width: 100%;
    padding: 20px 0 0;
  }
}
.shuttlebuLink .text .secTitle01 {
  margin-bottom: 10px;
  font-size: 4.8rem;
  line-height: 1.1;
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
@media (max-width: 1024px) {
  .shuttlebuLink .text .secTitle01 {
    font-size: 3.4rem;
  }
}
.shuttlebuLink .text h3 {
  margin-bottom: 10px;
  color: #142335;
  font-size: 2.3rem;
}
@media (max-width: 1024px) {
  .shuttlebuLink .text h3 {
    font-size: 1.7rem;
  }
}
.shuttlebuLink .text .btn {
  margin-bottom: 5px;
}
.shuttlebuLink .text .btn a {
  margin: 0;
}
@media (max-width: 767px) {
  .shuttlebuLink .text .btn + p {
    text-align: center;
  }
}/*# sourceMappingURL=top_maihama_common.css.map */