@charset "UTF-8";
/* ::::::::::  宿泊プラン  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 1025px) {
  .stayPlan .wrapper {
    max-width: 1100px;
  }
}
.stayPlan .tabList {
  position: relative;
  gap: 0 4px;
  margin-top: 36px;
}
@media (max-width: 1024px) {
  .stayPlan .tabList {
    flex-wrap: wrap;
    gap: 10px;
    padding-inline: 0;
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .stayPlan .tabList::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #5faec5;
  }
}
.stayPlan .tabList li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.stayPlan .tabList li a {
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  border-radius: 28px 28px 0 0;
  border: none;
  width: 180px;
  height: auto;
  min-height: 48px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .stayPlan .tabList li a {
    border-radius: 6px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .stayPlan .tabList li a {
    width: auto;
  }
}
.stayPlan .tabList li.active a {
  background: #5faec5;
  color: #fff;
  border: none;
}
.stayPlanTitle {
  font-size: 2rem;
  color: #4d4d4d;
  margin: 80px 0 0;
}
@media (max-width: 1024px) {
  .stayPlanTitle {
    font-size: 1.6rem;
    margin: 40px 0 0;
  }
}
.stayPlanTitle::before {
  content: none;
}
.stayPlanTitle span {
  background: none;
  padding: 0;
}
.stayPlan .planList {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 33px;
  margin: 24px 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .stayPlan .planList {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 15px;
  }
}
@media (max-width: 767px) {
  .stayPlan .planList {
    display: block;
    padding-right: 0;
    margin: 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem {
    margin: 0 15px;
  }
}
.stayPlan .planList .listItem a,
.stayPlan .planList .listItem .noLink {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  padding: 16px 16px 16px;
  text-decoration: none;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.4);
  letter-spacing: -0.03em;
  border-radius: 0;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem a,
  .stayPlan .planList .listItem .noLink {
    padding: 12px 10px 12px;
  }
}
.stayPlan .planList .listItem a:hover {
  color: #231815;
}
.stayPlan .planList .listItem .photo {
  overflow: visible;
  aspect-ratio: 250/180;
  border-radius: 0;
  margin: -16px -16px 16px;
  position: relative;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo {
    margin: -12px -10px 12px;
  }
}
.stayPlan .planList .listItem .textBlock {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  font-size: 1.7rem;
  line-height: 1.7;
  flex-grow: 1;
  min-height: 148px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .stayPlan .planList .listItem .textBlock {
    min-height: 134px;
  }
}
@media (max-width: 1024px) {
  .stayPlan .planList .listItem .textBlock {
    font-size: 1.3rem;
    min-height: 103px;
  }
}
.stayPlan .planList .listItem .textBlock h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .stayPlan .planList .listItem .textBlock h3 {
    font-size: 1.3rem;
  }
}
.stayPlan .planList .listItem .textBlock h4 {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .stayPlan .planList .listItem .textBlock h4 {
    font-size: 1.3rem;
  }
}
.stayPlan .planList .listItem .textBlock p {
  margin-top: auto;
}
.stayPlan .planList .listItem .textBlock .planDetail {
  display: block;
  font-weight: 700;
}
.stayPlan .planList .listItem .textBlock .planDetail.stayOnly {
  color: #467ba1;
}
.stayPlan .planList .listItem .textBlock .planDetail.morning, .stayPlan .planList .listItem .textBlock .planDetail.lunch, .stayPlan .planList .listItem .textBlock .planDetail.dinner {
  color: #f09869;
}
.stayPlan .arrows {
  justify-content: center;
  margin: 30px auto 0;
  margin-top: 10px;
  gap: 80px;
  background: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .stayPlan .arrows {
    margin-top: 20px;
    gap: 35px;
  }
}
.stayPlan .arrows::after {
  content: none;
}
.stayPlan .arrows .slick-arrow {
  border: none;
  background: url(../img/stayplan/slick_arrow.svg) no-repeat center;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background-size: 16px 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .stayPlan .arrows .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 10px 10px;
  }
}
.stayPlan .areaLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 24px;
  background: #fffeee;
  padding: 20px 32px;
  text-decoration: none;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
  margin: 80px 0 0;
}
@media (min-width: 1025px) {
  .stayPlan .areaLink {
    max-width: 816px;
  }
}
@media (max-width: 1024px) {
  .stayPlan .areaLink {
    display: block;
    padding: 1.5em 1.5em;
    margin: 40px 0 0;
  }
}
.stayPlan .areaLink::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #5faec5;
  pointer-events: none;
}
.stayPlan .areaLinkTitle {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #5faec5;
  flex: 20;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .stayPlan .areaLinkTitle {
    font-size: 2.6rem;
    margin: 0 0 16px;
  }
}
.stayPlan .areaLink p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4d4d4d;
  flex: 38;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .stayPlan .areaLink p {
    font-size: 1.1rem;
    margin: 0 0 16px;
  }
}
.stayPlan .areaLink .mapImg {
  display: block;
  margin: -20px -32px -20px 0;
  flex: 30;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .stayPlan .areaLink .mapImg {
    margin: 0 -1.5em -1.5em -1.5em;
    flex: 100;
  }
}
.stayPlan .areaLink .mapImg img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 250/129;
}/*# sourceMappingURL=resort_stayplan.css.map */