/* =========================================================
common
========================================================= */
@font-face {
  font-family: "AcuminVariableConcept";
  src: url("../../../fonts/AcuminVariableConcept.woff") format("woff"), url("../../../fonts/AcuminVariableConcept.woff2") format("woff2");
  font-weight: 400 500 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Symbols";
  src: url("../fonts/NotoSansSymbols-VariableFont_wght.woff") format("woff"), url("../fonts/NotoSansSymbols.woff2") format("woff2");
  font-weight: 400 500 600 700;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 767px) {
  body {
    font-weight: 400;
  }
}

.secTitle01 {
  margin-bottom: 30px;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .secTitle01 {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.secTitle01 span {
  display: block;
}
.secTitle01 .en {
  margin-bottom: -5px;
  letter-spacing: 0.02em;
  font-family: "AcuminVariableConcept";
  font-weight: 500;
  font-style: italic;
  font-variation-settings: "ital" 1;
  font-synthesis: none;
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .secTitle01 .en {
    margin-bottom: 0;
    font-size: 2.7rem;
  }
}

.book .tabList li + li {
  display: none;
}

.contents {
  overflow: visible;
}
@media (max-width: 767px) {
  .contents {
    overflow-x: clip;
  }
}

@media (max-width: 1300px) {
  .wrapper {
    padding-inline: 5%;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-inline: 0;
  }
}

/* =========================================================
kv
========================================================= */
.kv {
  height: calc(100vh - 80px + 56px);
}
@media (max-width: 767px) {
  .kv {
    height: auto;
  }
}
.kv::before {
  content: none;
}
.kv .wrapper {
  position: relative;
  padding-block: 0 0;
}
@media (max-width: 767px) {
  .kv .wrapper {
    padding-bottom: 20px;
  }
}
.kvPhotoList {
  display: flex;
  gap: 10px;
  margin-inline: 110px calc(50% - 50vw);
}
@media (max-width: 767px) {
  .kvPhotoList {
    flex-direction: column;
    margin-inline: -5.5%;
  }
}
.kvPhotoList .listItem {
  overflow: hidden;
  flex-shrink: 0;
  width: calc(25% - 7.5px);
  height: 100%;
}
@media (max-width: 767px) {
  .kvPhotoList .listItem {
    width: initial;
    height: auto;
  }
}
.kvPhotoList .listItem picture {
  display: block;
  height: 100%;
}
.kvPhotoList .listItem img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .kvPhotoList .listItem img {
    width: 100%;
    height: 100%;
  }
}
.kvPhotoList .listItem a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 0 0 100vmax 100vmax;
}
@media (max-width: 767px) {
  .kvPhotoList .listItem a {
    height: auto;
  }
}
@media (min-width: 1025px) {
  .kvPhotoList .listItem:nth-child(1) {
    height: calc(100vh - 250px);
  }
  .kvPhotoList .listItem:nth-child(2) {
    height: calc(100vh - 350px);
  }
  .kvPhotoList .listItem:nth-child(3) {
    height: calc(100vh - 150px);
  }
  .kvPhotoList .listItem:nth-child(4) {
    height: calc(100vh - 250px);
  }
}
@media (max-width: 767px) {
  .kvPhotoList .listItem:nth-child(odd) {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .kvPhotoList .listItem:nth-child(odd) a {
    border-radius: 0 100vmax 100vmax 0;
  }
}
@media (max-width: 767px) {
  .kvPhotoList .listItem:nth-child(even) {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .kvPhotoList .listItem:nth-child(even) a {
    border-radius: 100vmax 0 0 100vmax;
  }
}
@media (max-width: 767px) {
  .kvPhotoList .listItem:nth-child(2) {
    margin-top: 30px;
  }
}
.kvPhotoList .listItem .text {
  position: absolute;
  top: 12vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .kvPhotoList .listItem .text {
    top: 0;
    height: fit-content;
    font-size: 1.2rem;
  }
}
.kvPhotoList .listItem .text h2 {
  margin-top: 15px;
  font-family: "AcuminVariableConcept";
  font-weight: 800;
  font-style: italic;
  font-variation-settings: "ital" 1;
  font-synthesis: none;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .kvPhotoList .listItem .text h2 {
    margin-top: 5px;
    font-size: 2.4rem;
  }
}
.kv .fukidashi {
  position: absolute;
  top: 10%;
  left: -20px;
  background: url(../img/top/fukidashi.svg) no-repeat center/100% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 184px;
  padding-top: 10px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "AcuminVariableConcept";
  font-weight: 700;
  font-style: italic;
  font-variation-settings: "ital" 1;
  font-synthesis: none;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .kv .fukidashi {
    top: 200px;
    left: 14px;
    width: 80px;
    height: 80px;
    padding-top: 5px;
    font-size: 1rem;
  }
}
.kv .fukidashi span {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 2.9rem;
}
@media (max-width: 767px) {
  .kv .fukidashi span {
    margin-top: 3px;
    font-size: 1.4rem;
  }
}
.kv .fukidashi small {
  margin-left: 3px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .kv .fukidashi small {
    font-size: 0.9rem;
  }
}
.kv .textBlock {
  position: static;
  margin-top: -80px;
  color: #000;
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .kv .textBlock {
    position: absolute;
    top: 110px;
    left: 10px;
    width: 60%;
    margin-top: 0;
    line-height: 1.5;
    font-size: 1.1rem;
  }
}
.kv .textBlock h2 {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Noto Sans Symbols";
  font-size: 3.7rem;
  font-weight: 700;
}
.kv .textBlock h2 .roman-one {
  font-family: inherit;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .kv .textBlock h2 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .kv .textBlock h1 {
    width: 65%;
  }
}
.kv .textBlock h1 .roman-one {
  font-family: "Noto Sans Symbols";
}

@media (max-width: 767px) {
  .breadcrumbsList {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .kvBenefits {
    padding: 15px 15px;
  }
  .kvBenefits .icon {
    display: none;
  }
  .kvBenefits span {
    text-align: center;
  }
}

/* =========================================================
.bookArea
========================================================= */
.bookArea {
  background: #fafbfc;
}
.bookArea .wrapper {
  padding-bottom: 40px;
  padding-inline: 150px;
}
@media (max-width: 767px) {
  .bookArea .wrapper {
    padding-inline: 0;
  }
}
.bookArea .bookModule {
  display: block;
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 767px) {
  .bookArea .bookModule {
    width: 75%;
    margin: 0 auto;
  }
}
.bookArea .bookModule .bookTitle {
  border-top-color: #333;
  color: inherit;
  font-weight: 500;
}
.bookArea .bookModule .bookTitle span {
  background: #fafbfc;
}
.bookArea .bookModule .tabList {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 15px;
}
.bookArea .bookModule .tabList li,
.bookArea .bookModule .tabList .shinkansen {
  display: none !important;
}
.bookArea .bookModule .tabList li:first-child {
  display: block !important;
  width: 33%;
  height: calc(100% - 45px);
}
.bookArea .bookModule .tabList li:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #333;
  border-bottom: none;
  background: #e5e5e5;
  width: 100%;
  height: 100%;
  color: #000;
}
.bookArea .bookModule .tabList li:first-child a .icon_bed {
  display: none;
  fill: currentColor;
}
.bookArea .bookModule .tabContentsWrap {
  width: 100%;
}
@media (min-width: 1025px) {
  .bookArea .bookModule .formList {
    grid-template-columns: repeat(5, 1fr);
  }
}
.bookArea .bookModule .form_area,
.bookArea .bookModule .form_hotel {
  display: none;
}
.bookArea .bookModule .form_area,
.bookArea .bookModule .form_hotel,
.bookArea .bookModule .form_date,
.bookArea .bookModule .form_room,
.bookArea .bookModule .form_person {
  border-bottom-color: #333;
  background: no-repeat 15px center;
}
.bookArea .bookModule .form_area .icon,
.bookArea .bookModule .form_hotel .icon,
.bookArea .bookModule .form_date .icon,
.bookArea .bookModule .form_room .icon,
.bookArea .bookModule .form_person .icon {
  display: none;
}
.bookArea .bookModule .form_area {
  background-image: url(../img/top/icon_map.svg);
}
.bookArea .bookModule .form_hotel {
  background-image: url(../img/top/icon_hotel.svg);
}
.bookArea .bookModule .form_date {
  background-image: url(../img/top/icon_cal.svg);
}
.bookArea .bookModule .form_room {
  background-image: url(../img/top/icon_bed.svg);
}
.bookArea .bookModule .form_person {
  background-image: url(../img/top/icon_person.svg);
}
.bookArea .bookModule .formList li:last-child input.submitBtn {
  width: 100%;
}
.bookArea .bookModule .reloadBtn {
  display: none;
}
.bookArea .bookModule .link {
  margin-left: 0;
}
.bookArea .bookModule .link a {
  display: block !important;
}
@media (max-width: 767px) {
  .bookArea .spBlock {
    padding-inline: 20px;
  }
}
.bookArea .spBlock .bookBtn a {
  border-radius: 0;
  border: 1px solid;
  background: #e5e5e5;
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
}
.bookArea .spBlock .bookBtn a .icon_bed {
  fill: currentColor;
}
@media (max-width: 767px) {
  .bookArea .spBlock .bookBtn.gold {
    display: none;
  }
  .bookArea .spBlock .bookBtn.gold + .link {
    display: none;
  }
}

.fixedMenu {
  position: sticky;
  top: 80px;
  right: 0;
  z-index: 2;
  width: 45px;
  margin-left: auto;
  margin-block: -275px -95px;
}
@media (max-width: 767px) {
  .fixedMenu {
    width: 35px;
    margin-block: -190px -60px;
  }
}
.fixedMenuList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixedMenuList > li > a {
  writing-mode: vertical-rl;
}
.fixedMenuList > li > a,
.fixedMenuList > li button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0 0 8px;
  width: 45px;
  height: 150px;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .fixedMenuList > li > a,
  .fixedMenuList > li button {
    width: 35px;
    height: 100px;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.fixedMenuList .member a {
  display: flex !important;
  border: 2px solid;
  background: #fff;
  color: #850e29;
}
@media (max-width: 767px) {
  .fixedMenuList .member a {
    border-width: 1px;
  }
}
.fixedMenuList .plan a {
  background: #009bb1;
  color: #fff;
}
.fixedMenuList .insta {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .fixedMenuList .insta {
    margin-top: 10px;
  }
}
.fixedMenuList .insta button {
  border: none;
  background: #a77c45;
  height: 45px;
  color: #fff;
}
@media (max-width: 767px) {
  .fixedMenuList .insta button {
    height: 40px;
  }
  .fixedMenuList .insta button img {
    width: 20px;
    height: 20px;
  }
}
.fixedMenuList .insta button.on {
  border-radius: 0;
}
.fixedMenuList .insta .nestList {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 8px 0 0 8px;
  background: #a77c45;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .fixedMenuList .insta .nestList {
    padding-inline: 15px 10px;
  }
}
.fixedMenuList .insta .nestList a {
  color: #fff;
}
.fixedMenuList .insta:has(button.on) .nestList {
  opacity: 1;
  visibility: visible;
}

/* =========================================================
.stayPlan
========================================================= */
.stayPlan .tabList {
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .stayPlan .tabList {
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .stayPlan .tabList li {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
.stayPlan .tabList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 6px;
  width: 150px;
  height: 40px;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .stayPlan .tabList li a {
    width: 100%;
    height: 25px;
  }
}
.stayPlan .tabList li:last-child {
  margin-left: auto;
}
@media (max-width: 767px) {
  .stayPlan .tabList li:last-child {
    margin-left: 0;
  }
}
.stayPlan .tabList li:last-child a {
  border: none;
  background: #009bb1;
  color: #fff;
}

.stayPlan .planList {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .stayPlan .planList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .stayPlan .planList {
    padding-right: 115px;
    margin: 30px -10px -10px;
  }
  .stayPlan .planList .slick-list,
  .stayPlan .planList .slick-track {
    display: flex;
  }
}
.stayPlan .planList .slick-list {
  overflow: visible;
}

.stayPlan .planList .listItem {
  position: relative;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem {
    margin: 0 10px;
  }
}
.stayPlan .planList .listItem a,
.stayPlan .planList .listItem .noLink {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background: #f3f3f3;
  height: 100%;
  padding: 15px;
  line-height: 1.5;
  font-size: 1.2rem;
  text-decoration: none;
  color: #000;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem a,
  .stayPlan .planList .listItem .noLink {
    padding: 10px;
  }
}

.stayPlan .planList .listItem .photo {
  overflow: visible;
  aspect-ratio: 300/187;
  border-radius: 0;
  margin: -15px -15px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo {
    margin: -10px -10px 10px;
  }
}

.stayPlan .planList .listItem .photo p {
  position: absolute;
  color: #fff;
  line-height: 1;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo p {
    letter-spacing: initial;
    font-size: 1.1rem;
  }
}
.stayPlan .planList .listItem .photo p.tag {
  left: 0;
  bottom: -13px;
  width: 80px;
  height: 25px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo p.tag {
    width: 70px;
    font-size: 1.1rem;
  }
}
.stayPlan .planList .listItem .photo p.tag.blue {
  background-color: #2F60AC;
}

.stayPlan .planList .listItem .photo p.tag.red {
  background-color: #CF351A;
}

.stayPlan .planList .listItem .photo:has(p.tag) {
  border-bottom: 4px solid #000;
}

.stayPlan .planList .listItem .photo:has(p.tag.blue) {
  border-bottom-color: #2F60AC;
}

.stayPlan .planList .listItem .photo:has(p.tag.red) {
  border-bottom-color: #CF351A;
}

.stayPlan .planList .listItem .photo p.img {
  right: 8px;
  bottom: 8px;
  letter-spacing: 0.3px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.stayPlan .planList .listItem .photo .bg_white {
  position: absolute;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  top: 0;
  right: 0;
  height: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo .bg_white {
    font-size: 1.2rem;
    height: 25px;
  }
}
.stayPlan .planList .listItem .photo .bg_white p {
  color: #21100b;
}

.stayPlan .planList .listItem .photo .circle {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #a97c45;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1250px) {
  .stayPlan .planList .listItem .photo .circle {
    top: 35px;
  }
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo .circle {
    top: 25px;
    width: 52px;
    height: 52px;
  }
}
.stayPlan .planList .listItem .photo .circle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo .circle::before {
    width: 50px;
    height: 50px;
  }
}
.stayPlan .planList .listItem .photo .circle p {
  position: initial;
}

.stayPlan .planList .listItem .photo .circle p.yellow {
  color: #efe009;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo .circle p.yellow {
    font-size: 1.1rem;
    margin-top: 2px;
  }
}
.stayPlan .planList .listItem .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stayPlan .planList .listItem .title {
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .title {
    margin-top: 10px;
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
  }
}
.stayPlan .planList .listItem .title + p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .title + p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
  }
}

.stayPlan .planList .listItem .member {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .member {
    display: none;
  }
}

.stayPlan .planList .listItem .btnS {
  position: relative;
  margin-top: auto;
  padding-right: 20px;
  text-align: right;
  color: #4d4d4d;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .btnS {
    font-size: 1.1rem;
  }
}
.stayPlan .planList .listItem .btnS::before, .stayPlan .planList .listItem .btnS::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.stayPlan .planList .listItem .btnS::before {
  content: "";
  background: #4d4d4d;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.stayPlan .planList .listItem .btnS::after {
  right: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 5px;
  height: 5px;
  rotate: 45deg;
}
.stayPlan .planList .listItem .btnS .icon_link {
  display: none;
}

.stayPlan .planList .slick-counter {
  display: flex;
  align-items: center;
  margin: 20px 0 0 4%;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
}

.stayPlan .planList .slick-counter {
  display: none !important;
}

.stayPlan .planList .slick-counter.slick-slide {
  display: none;
}

.stayPlan .planList .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #CACACA;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}

.stayPlan .planList .slick-counter .bar::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 70px;
  height: 1px;
  animation: borderAnim 3.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@media (min-width: 768px) {
  .stayPlan .topics .arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .stayPlan .topics .arrows {
    position: relative;
    z-index: 0;
    margin-top: -22px;
  }
}
@keyframes borderAnim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.stayPlan .planList02 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .stayPlan .planList02 {
    margin-top: 45px;
  }
}
.stayPlan .planList02 .listItem {
  background-color: #f6f3ee;
  padding: 0 25px;
  height: 87px;
  color: #000;
}

@media (max-width: 767px) {
  .stayPlan .planList02 .listItem {
    height: auto;
    padding: 30px 20px;
  }
}
.stayPlan .planList02 .listItem:nth-child(even) {
  background-color: #fff;
}

.stayPlan .planList02 .listItem .noLink span {
  font-size: 1.7rem;
  line-height: 87px;
  display: inline-block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .stayPlan .planList02 .listItem .noLink span {
    line-height: 1.7;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: initial;
  }
}
.stayPlan .planList02 .listItem a {
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 87px;
  display: inline-block;
  display: flex;
  align-items: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 767px) {
  .stayPlan .planList02 .listItem a {
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
.stayPlan .planList02 .listItem a span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .stayPlan .planList02 .listItem a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: initial;
  }
}
@media (max-width: 767px) {
  .stayPlan .arrows {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100vmax;
    width: 135px;
    margin: 40px auto 0;
    padding: 0 15px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .stayPlan .arrows .slick-arrow {
    border: none;
    width: 16px;
    height: 16px;
    margin: 0;
    z-index: 0;
  }
  .stayPlan .arrows .slick-arrow svg {
    width: 5px;
    height: 10px;
  }
  .stayPlan .arrows .slick-prev {
    order: -1;
  }
  .stayPlan .arrows::after {
    content: "";
    display: block;
    order: -1;
    background: #000;
    width: 100px;
    height: 1px;
  }
}
.stayPlan .arrows .slick-arrow.slick-prev + .slick-arrow.slick-prev {
  display: none;
}

.stayPlan .arrows .slick-arrow.slick-prev + .slick-arrow.slick-next {
  display: none;
}
@media (max-width: 767px) {
  .stayPlan .arrows .slick-arrow.slick-prev + .slick-arrow.slick-next {
    display: flex !important;
  }
}

/* =========================================================
facility
========================================================= */
.facility .wrapper {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .facility .wrapper {
    padding-bottom: 20px;
  }
}
.facilityBlock {
  width: 50%;
  color: #333;
}
@media (max-width: 767px) {
  .facilityBlock {
    width: 100%;
    font-size: 1.2rem;
  }
}
.facilityBlockWrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .facilityBlockWrap {
    display: block;
  }
}
.facilityBlock a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 0 80px 40px;
}
@media (max-width: 767px) {
  .facilityBlock a {
    padding: 0 12% 15px;
  }
}
.facilityBlock a:hover {
  color: inherit;
}
.facilityBlock .facilityPhoto {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .facilityBlock .facilityPhoto {
    margin-bottom: 15px;
  }
}
.facilityBlock .facilityPhoto picture {
  display: block;
  overflow: hidden;
  width: calc(100% - 20px);
  aspect-ratio: 550/280;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .facilityBlock .facilityPhoto picture {
    width: 100%;
  }
}
.facilityBlock .facilityPhoto picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.facilityBlock .facilityPhoto h3 {
  position: absolute;
  bottom: 0;
  width: 12vw;
  height: 2.2vw;
  line-height: 2.2vw;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .facilityBlock .facilityPhoto h3 {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.1rem;
  }
}
.facilityBlock .facilityPhoto .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
}
.facilityBlock h4 {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  font-family: "AcuminVariableConcept";
  font-weight: 100;
  font-style: italic;
  font-variation-settings: "ital" 1;
  font-synthesis: none;
  line-height: 1.2;
  font-size: 6rem;
}
@media (max-width: 767px) {
  .facilityBlock h4 {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}
.facilityBlock h5 {
  line-height: 1;
  font-family: "AcuminVariableConcept";
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "ital" 1;
  font-synthesis: none;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .facilityBlock h5 {
    font-size: 1.2rem;
  }
}
.facilityBlock h5 span {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .facilityBlock h5 span {
    font-size: 1.8rem;
  }
}
.facilityBlock:nth-child(odd) .facilityPhoto picture {
  -webkit-clip-path: url(#photoL);
  clip-path: url(#photoL);
  margin-left: auto;
  margin-right: -81px;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(odd) .facilityPhoto picture {
    -webkit-clip-path: url(#photoR_SP);
    clip-path: url(#photoR_SP);
    margin-left: -16%;
    margin-right: 0;
  }
}
.facilityBlock:nth-child(odd) .facilityPhoto h3 {
  right: -80px;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(odd) .facilityPhoto h3 {
    right: auto;
    left: 0;
  }
}
.facilityBlock:nth-child(odd) .facilityPhoto .logo {
  left: 0;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(odd) .facilityPhoto .logo {
    left: auto;
    right: -10px;
  }
}
.facilityBlock:nth-child(even) .facilityPhoto picture {
  -webkit-clip-path: url(#photoR);
  clip-path: url(#photoR);
  margin-right: auto;
  margin-left: -81px;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(even) .facilityPhoto picture {
    -webkit-clip-path: url(#photoR_SP);
    clip-path: url(#photoR_SP);
    margin-left: -16%;
    margin-right: 0;
  }
}
.facilityBlock:nth-child(even) .facilityPhoto h3 {
  left: -80px;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(even) .facilityPhoto h3 {
    left: 0;
  }
}
.facilityBlock:nth-child(even) .facilityPhoto .logo {
  right: 0;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(even) .facilityPhoto .logo {
    right: -10px;
  }
}
.facilityBlock:first-child {
  background: #edd8a7;
}
.facilityBlock:nth-child(2) {
  background: #ea9984;
}
.facilityBlock:nth-child(2) .facilityPhoto .logo {
  right: -30px;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(2) .facilityPhoto .logo {
    right: -20px;
    width: 45px;
  }
}
.facilityBlock:nth-child(3) {
  background: #aec8a7;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(3) .facilityPhoto .logo {
    width: 30px;
  }
}
.facilityBlock:nth-child(4) {
  background: #b5d5f4;
}
/* =========================================================
sightseeing
========================================================= */
.sightseeingBlock {
  gap: 5%;
  align-items: center;
}
@media (max-width: 767px) {
  .sightseeingBlock {
    display: flex;
    flex-direction: column;
    font-size: 1.15rem;
  }
}
.sightseeingBlock + .sightseeingBlock {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .sightseeingBlock + .sightseeingBlock {
    margin-top: 40px;
  }
}
.sightseeingBlock .photo {
  display: block;
  border-radius: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sightseeingBlock .photo {
    margin-bottom: 20px;
  }
}
.sightseeingBlock .photo img {
  width: 100%;
  height: auto;
}
.sightseeingBlock .textBlock {
  position: relative;
}
.sightseeingBlock .textBlock h3 {
  margin-bottom: 25px;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .sightseeingBlock .textBlock h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.sightseeingBlock .textBlock h3::after {
  content: "";
  display: block;
  background: #000;
  width: 30px;
  height: 1px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .sightseeingBlock .textBlock h3::after {
    width: 20px;
    margin-top: 10px;
  }
}
.sightseeingBlock .textBlock h4 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sightseeingBlock .textBlock h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .sightseeingBlock .textBlock .btn {
    position: absolute;
  }
}
.sightseeingBlock .textBlock .btn a {
  border-radius: 100vmax;
  border: 2px solid #dcbf4c;
  background: #fff;
  width: 240px;
  height: 50px;
  color: inherit;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  margin: 0;
}
@media (max-width: 767px) {
  .sightseeingBlock .textBlock .btn a {
    width: 100px;
    height: 25px;
    padding: 0;
  }
}
.sightseeingBlock:nth-of-type(odd) .photo {
  width: 75%;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .sightseeingBlock:nth-of-type(odd) .photo {
    border-radius: 0;
    width: 90%;
    margin-right: auto;
  }
}
.sightseeingBlock:nth-of-type(odd) .textBlock {
  flex-shrink: 0;
  width: 30%;
}
@media (max-width: 767px) {
  .sightseeingBlock:nth-of-type(odd) .textBlock {
    width: 100%;
    padding-left: 7%;
  }
  .sightseeingBlock:nth-of-type(odd) .textBlock .btn {
    right: 0;
    bottom: 0;
  }
}
.sightseeingBlock:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .sightseeingBlock:nth-of-type(even) {
    flex-direction: column;
  }
}
.sightseeingBlock:nth-of-type(even) .photo {
  border-radius: 100vmax 0 0 100vmax;
  width: 65%;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .sightseeingBlock:nth-of-type(even) .photo {
    width: 85%;
    margin-left: auto;
  }
}
.sightseeingBlock:nth-of-type(even) .photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sightseeingBlock:nth-of-type(even) .photo img {
    max-height: none;
  }
}
.sightseeingBlock:nth-of-type(even) .textBlock {
  flex-shrink: 0;
  width: 45%;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .sightseeingBlock:nth-of-type(even) .textBlock {
    width: 100%;
    padding-left: 20%;
  }
}
.sightseeingBlock:nth-of-type(even) .textBlock .bus {
  position: absolute;
  top: -70px;
  right: 0;
}
@media (max-width: 767px) {
  .sightseeingBlock:nth-of-type(even) .textBlock .btn {
    top: 0;
    right: 0;
    margin: 0;
  }
}

/* =========================================================
snsArea
========================================================= */
.snsArea {
  display: flex;
  align-items: center;
  background: url(../img/top/bg_sns.svg) no-repeat center/100% 100%;
  height: 30vw;
}
@media (max-width: 767px) {
  .snsArea {
    background: url(../img/top/bg_sns_sp.svg) no-repeat center/contain;
    height: 60vw;
  }
}
.snsArea .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 10%;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .snsArea .wrapper {
    align-items: center;
    padding: 30px 0;
  }
}
.snsArea h2 {
  margin-right: 30px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .snsArea h2 {
    margin-right: 20px;
    font-size: 1.3rem;
  }
}
.snsArea .snsList {
  gap: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .snsArea .snsList {
    gap: 5px;
    margin-block: 0;
  }
}
.snsArea .snsPhotoList {
  display: flex;
  gap: 15px;
  width: calc(100% - 100px);
  margin-top: 30px;
}
@media (max-width: 767px) {
  .snsArea .snsPhotoList {
    gap: 10px;
    width: auto;
    overflow-x: auto;
    margin-top: 10px;
    margin-inline: -5.5%;
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .snsArea .snsPhotoList li {
    flex-shrink: 0;
  }
}
.snsArea .snsPhotoList li .photo {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .snsArea .snsPhotoList li .photo {
    width: 83px;
    height: 83px;
  }
}
.snsArea .fukidashi {
  margin: 30px -50px 0 50px;
}
@media (max-width: 767px) {
  .snsArea .fukidashi {
    position: absolute;
    top: -5px;
    right: 30px;
    width: 60px;
    margin: 0;
  }
}

/* =========================================================
topics
========================================================= */
@media (max-width: 767px) {
  .topics .secTitle01.spLeft {
    text-align: center;
  }
}
.topicsList {
  display: block;
  margin-inline: -35px;
}
@media (max-width: 767px) {
  .topicsList {
    width: auto;
    padding-right: 0;
    margin-inline: -12px;
  }
}
.topicsList .slick-list {
  overflow: hidden;
}
.topicsList .listItem {
  margin-inline: 35px;
}
@media (max-width: 767px) {
  .topicsList .listItem {
    margin-inline: 12px;
  }
}
.topicsList .listItem.overlay .photo {
  position: relative;
}
.topicsList .listItem.overlay .photo::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  margin: auto;
}
.topicsList .listItem .photo {
  box-shadow: none;
  height: auto;
}
@media (max-width: 767px) {
  .topicsList .listItem .photo {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .topicsList .listItem:nth-child(odd) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .topicsList .listItem .title {
    font-size: 1.2rem;
  }
}
.topicsList .listItem .title::after {
  content: "";
  display: block;
  background: #000;
  width: 10px;
  height: 1px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .topicsList .listItem .btnS {
    display: block;
    margin-top: 10px;
  }
}
.topics .arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100vmax;
  width: 345px;
  margin: 30px auto 0;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .topics .arrows {
    width: 135px;
    height: 16px;
    padding: 0 10px;
  }
}
.topics .arrows .slick-arrow {
  border: none;
  width: 40px;
  height: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .topics .arrows .slick-arrow {
    width: 16px;
    height: 16px;
  }
}
.topics .arrows .slick-arrow svg {
  width: 10px;
  height: 20px;
}
@media (max-width: 767px) {
  .topics .arrows .slick-arrow svg {
    width: 5px;
    height: 10px;
  }
}
.topics .arrows .line {
  background: #000;
  width: 200px;
  height: 1px;
}
@media (max-width: 767px) {
  .topics .arrows .line {
    width: 100px;
  }
}

/* =========================================================
recommend
========================================================= */
.recommend {
  background: #f0f3f5;
}
@media (max-width: 767px) {
  .recommend .secTitle01.spLeft {
    text-align: center;
  }
}
.recommend .wrapper {
  padding-inline: 10%;
}
@media (max-width: 767px) {
  .recommend .wrapper {
    padding-inline: 20%;
  }
}
.recommendList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .recommendList {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .recommendList .listItem + .listItem {
    margin-top: 20px;
  }
}
.recommendList .listItem a {
  height: auto;
  box-shadow: none;
  text-decoration: none;
}
.recommendList .listItem .textBlock {
  position: static;
  background: none;
  height: auto;
  color: #000;
}
.recommendList .listItem .textBlock .title {
  color: inherit;
  text-align: center;
}
.recommendList .listItem .textBlock .btnS {
  display: none;
}
.recommendList .listItem, .recommendList .listItem:first-child {
  grid-row: 1/1;
  width: auto;
}
.recommendList .listItem .photo, .recommendList .listItem:first-child .photo {
  border-radius: 20%;
  aspect-ratio: 414/360;
}
@media (max-width: 767px) {
  .recommendList .listItem .photo, .recommendList .listItem:first-child .photo {
    border-radius: 5%;
  }
}
.recommendList .listItem .textBlock, .recommendList .listItem:first-child .textBlock {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .recommendList .listItem .textBlock, .recommendList .listItem:first-child .textBlock {
    width: auto;
    padding: 10px 0 0;
    margin-inline: -20px;
  }
}
.recommendList .listItem .textBlock .title, .recommendList .listItem:first-child .textBlock .title {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .recommendList .listItem .textBlock .title, .recommendList .listItem:first-child .textBlock .title {
    font-size: 1.2rem;
  }
}

/* =========================================================
news
========================================================= */
@media (max-width: 767px) {
  .news .secTitle01.spLeft {
    text-align: center;
  }
}
.news .wrapper {
  padding-inline: 75px;
}
@media (max-width: 767px) {
  .news .wrapper {
    padding-inline: 0;
  }
}
.newsList {
  border-top: 1px solid #000;
  border-bottom: none;
  padding-inline: 0;
  padding-bottom: 0;
  margin-top: -10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .newsList {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .newsList li a,
  .newsList li .noLink {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .newsList li a .title,
  .newsList li .noLink .title {
    font-size: 1.2rem;
  }
}
.newsList li a .icon_link,
.newsList li .noLink .icon_link {
  display: none;
}
.news .btn {
  position: absolute;
  top: 90px;
  right: 75px;
}
@media (max-width: 767px) {
  .news .btn {
    position: static;
  }
}
.news .btn a {
  width: 150px;
  height: 40px;
  padding-inline: 0;
}
.news .btn a .mark {
  display: none;
}

/* =========================================================
detail
========================================================= */
.detail {
  background: #fafbfc;
}
.detail .wrapper:first-of-type {
  padding-bottom: 70px;
}
.detail .flex {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .detail .flex {
    margin-top: 0;
  }
}
.detail .taBlock .photo {
  border-radius: 0;
  margin-bottom: 0;
}
.detail .detailHotel {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .detail .detailHotel {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .detail .detailHotel .hotelName {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.3rem;
  }
}
.detail .detailHotel .hotelName img {
  display: block;
  width: 250px;
  height: 54px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .detail .detailHotel .hotelName img {
    width: 165px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .detail .detailHotel .address {
    text-align: left;
  }
}

.lpPagetop,
.pagetop {
  right: 70px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  margin: -50px 0 0 auto;
}
@media (max-width: 767px) {
  .lpPagetop,
  .pagetop {
    right: 20px;
    width: 32px;
    height: 32px;
    margin: -32px 0 0 auto;
  }
}
@media (min-width: 1025px) {
  body:has(#cookie[style="display: block;"]) .lpPagetop,
  body:has(#cookie[style="display: block;"]) .pagetop {
    bottom: 90px;
  }
}
.lpPagetop a,
.pagetop a {
  background: #b2b2b2 url(../img/top/icon_top.svg) no-repeat center;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .lpPagetop a img,
  .pagetop a img {
    width: 10px;
  }
}
/*# sourceMappingURL=map/top_maihama_common2.css.map */
