@charset "UTF-8";
@font-face {
  font-family: "Bakerie Rough Bold";
  src: url("../fonts/BakerieRoughBold.woff") format("woff"), url("../fonts/BakerieRoughBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/AcuminVariableConcept.woff") format("woff"), url("../../fonts/AcuminVariableConcept.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
/* ::::::::::  宿泊プラン  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
.stayPlan
========================================================= */
.stayPlan .tabList {
  justify-content: center;
}
@media (max-width: 767px) {
  .stayPlan .tabList {
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    margin-top: 10px;
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .stayPlan .tabList li {
    width: calc(50% - 6.6666666667px);
  }
}
.stayPlan .tabList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 6px;
  background: #fff;
  width: 150px;
  height: 40px;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .stayPlan .tabList li a {
    width: 100%;
    height: 32px;
  }
}
.stayPlanTitle {
  position: relative;
  margin: 60px 0 0;
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .stayPlanTitle {
    margin: 30px 0 0;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.stayPlanTitle span {
  background: #F7F4ED;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .stayPlanTitle span {
    padding-right: 20px;
  }
}
.stayPlanTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 1px;
  margin: auto;
}

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

@media (min-width: 768px) {
  .stayPlan .planList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 15px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .stayPlan .planList {
    padding-right: 115px;
    margin: 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.6;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
  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;
    font-size: 1.1rem;
  }
}

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

.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: -20px;
  width: 110px;
  height: 35px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo p.tag {
    bottom: -12px;
    width: 70px;
    height: 21px;
    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;
  top: 0;
  right: 0;
  height: 43px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}

@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: 88px;
  height: 88px;
  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: 82px;
  height: 82px;
  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: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

@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.7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .title {
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
  }
}
.stayPlan .planList .listItem .title + p {
  margin-bottom: 15px;
}
@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;
  text-align: right;
  color: #4d4d4d;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .btnS {
    font-size: 1.1rem;
  }
}
.stayPlan .planList .listItem .btnS::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #4d4d4d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .btnS::before {
    width: 14px;
    height: 14px;
  }
}
.stayPlan .planList .listItem .btnS .icon_link {
  position: relative;
  z-index: 1;
  fill: #fff;
  width: 5px;
  height: 9px;
  margin: 0 8px 0 13px;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .btnS .icon_link {
    margin: 0 5px 0 8px;
  }
}

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

@media (min-width: 768px) {
  .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 {
    margin-top: -32px;
  }
  .stayPlan .arrows:empty {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .stayPlan .arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100vmax;
    background: #fff;
    width: 135px;
    margin: 20px 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;
  }
}
.contents {
  overflow: clip;
}

.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/maihama_stayplan.css.map */
