@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.secTitle {
  font-size: 1.6rem;
}

@media (max-width: 989px) {
  .secTitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 989px) {
  .secTitle span {
    font-size: 3.5rem;
  }
}
.lead {
  font-size: 1.9rem;
  font-feature-settings: initial;
}

@media (max-width: 989px) {
  .lead {
    font-size: 1.4rem;
  }
}
.breadcrumbs {
  padding: 20px 0;
  color: #666;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0;
  }
}
.breadcrumbsList {
  padding: 4px 0;
  font-size: 1.3rem;
  border-bottom: none !important;
}

@media (max-width: 767px) {
  .breadcrumbsList {
    padding: 10px 0;
    padding-left: 20px;
    line-height: 1.6;
  }
}
.breadcrumbsList li {
  display: inline;
}

@media (max-width: 767px) {
  .breadcrumbsList li:first-child {
    margin-left: -18px;
  }
}
.breadcrumbsList li a {
  color: inherit;
}

.breadcrumbsList li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  color: #4D4D4D;
  margin: 0 10px 1px 8px;
  transform: rotate(45deg);
}

.breadcrumbsList li a .icon_home {
  fill: #666;
  width: 12px;
  height: 13px;
  vertical-align: middle;
  margin: 0 7px 3px 0;
}

.btnS.toTop a .icon {
  margin: 0;
  margin-left: 8px;
  margin-bottom: 2px;
}

.toTop {
  padding: initial;
  width: initial;
  border-bottom: initial;
  margin: 0;
}

/* =========================================================
kv
========================================================= */
.kv {
  background-image: url(../img/pool/kv.jpg);
  align-items: center;
  background-position: center;
}
.kv .text {
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  .kv .text {
    width: 90%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .kv .text {
    margin-top: 0;
  }
}
.kv .text h1 {
  color: #faff50;
  font-size: 8.1rem;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-family: "acumin-variable", sans-serif;
  line-height: 1.2;
  filter: drop-shadow(0 0 8px #0068bc) drop-shadow(0 0 5px #0068bc);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .kv .text h1 {
    font-size: 5.53rem;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.kv .text h2 {
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  word-break: break-word;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: center;
  filter: drop-shadow(0 0 8px #0068bc) drop-shadow(0 0 8px #0068bc) drop-shadow(0 0 5px #0068bc);
}
@media (max-width: 767px) {
  .kv .text h2 {
    font-size: 1.5rem;
  }
}
.kv .text p.fukidashi {
  filter: drop-shadow(0 0 8px #0068bc) drop-shadow(0 0 5px #0068bc) drop-shadow(0 0 5px rgba(0, 104, 188, 0.5));
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  width: 400px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .kv .text p.fukidashi {
    font-size: 1.5rem;
    width: 235px;
    margin-bottom: 0;
  }
}
.kv .text p.fukidashi::after {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background-image: url(../img/pool/fukidashi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 8px;
}
.kv .text .circle {
  position: absolute;
  right: -77px;
  top: -85px;
  background-image: url(../img/pool/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 173px;
  height: 173px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .kv .text .circle {
    right: -150px;
  }
}
@media (max-width: 767px) {
  .kv .text .circle {
    width: 138px;
    height: 138px;
    top: -150px;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
}
.kv .text .circle p {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
.kv .text .circle .text {
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 auto;
  line-height: 1.3;
  padding: 0 10px 8px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .kv .text .circle .text {
    font-size: 1.2rem;
    max-width: 120px;
  }
}
.kv .text .circle .date {
  color: #faff50;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .kv .text .circle .date {
    font-size: 1.2rem;
  }
}
.kv .text .rsvText {
  filter: drop-shadow(0 0 8px #0068bc) drop-shadow(0 0 5px #0068bc) drop-shadow(0 0 5px #0068bc);
  margin-top: 12%;
  width: 100%;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .kv .text .rsvText {
    margin-top: 7%;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .kv .text .rsvText {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

/* =========================================================
concept
========================================================= */
.concept .shareBtn {
  background: none;
}

.concept .lead {
  letter-spacing: 0;
}

@media (max-width: 989px) {
  .photoSlideWrap .photoSlide img {
    height: 150px;
    width: auto;
  }
}
.photoSlideWrap .photoSlide .slick-list {
  overflow: visible;
}

/* =========================================================
photoBlock
========================================================= */
.photoBlock .photoList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .photoBlock .photoList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.photoBlock .photoList li {
  height: 33vw;
}

@media (max-width: 767px) {
  .photoBlock .photoList li {
    height: 50vw;
  }
}
.photoBlock .photoList li .photo {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0;
}

.photoBlock .photoList li .photo img {
  height: 33vw;
}

@media (max-width: 767px) {
  .photoBlock .photoList li .photo img {
    height: 50vw;
  }
}
.photoBlock .photoList li .photo .textBlock p.picTitle {
  position: absolute;
  left: 25px;
  top: 20px;
  color: #fff;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .photoBlock .photoList li .photo .textBlock p.picTitle {
    left: 14px;
    top: 13px;
  }
}
.photoBlock .photoList li .photo .textBlock p.circle {
  background: rgba(20, 35, 53, 0.8);
  position: absolute;
  right: 25px;
  bottom: 17px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .photoBlock .photoList li .photo .textBlock p.circle {
    right: 10px;
    bottom: 10px;
  }
}
.photoBlock .photoList li .photo .textBlock p.circle .icon_photo {
  width: 14px;
  height: 10px;
}

.photoBlock .photoBlockPhotoModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.photoBlock .photoBlockPhotoModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.photoBlock .photoBlockPhotoModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
}

@media (max-width: 767px) {
  .photoBlock .photoBlockPhotoModal_content {
    width: 90%;
  }
}
.photoBlock .photoBlockPhotoModal .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.photoBlock .photoBlockPhotoModal .slick-num {
  position: absolute;
  right: 30px;
  bottom: 28px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(20, 35, 53, 0.8);
  border-radius: 20px;
  height: 25px;
  width: 10%;
  line-height: 22px;
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .photoBlock .photoBlockPhotoModal .slick-num {
    font-size: 1.2rem;
    height: 20px;
    line-height: 17px;
    width: 14%;
    right: 23px;
    bottom: 18px;
  }
}
.photoBlock .slick-slide img {
  aspect-ratio: 970/590;
  -o-object-fit: cover;
  object-fit: cover;
}

.photoBlock .photoBlockPhotoModal .slider {
  padding: 20px 20px 14px;
}

.photoBlock .photoBlockPhotoModal .slider .slick-img {
  margin-bottom: 5px;
}

.photoBlock .photoBlockPhotoModal .slider .slick-img .textBlock p.picTitle {
  position: absolute;
  left: 0;
  bottom: -48px;
  text-transform: capitalize;
  color: #4d4d4d;
}

@media (max-width: 767px) {
  .photoBlock .photoBlockPhotoModal .slider .slick-img .textBlock p.picTitle {
    font-size: 1.4rem;
    bottom: -37px;
  }
}
.photoBlock .photoBlockPhotoModal .thumbnail {
  padding: 0 14px 20px;
}

.photoBlock .photoBlockPhotoModal .thumbnail.slick-initialized .slick-slide {
  padding: 0 7px;
}

@media (max-width: 767px) {
  .photoBlock .photoBlockPhotoModal .slider {
    padding: 9px 9px 6px;
  }
  .photoBlock .photoBlockPhotoModal .thumbnail {
    padding: 0 9px 9px;
  }
  .photoBlock .photoBlockPhotoModal .thumbnail.slick-initialized .slick-slide {
    padding: 0 2.5px;
  }
}
.photoBlock .photoBlockPhotoModal .slick-current {
  opacity: 1;
}

.photoBlock .photoBlockPhotoModal .slick-slider .slick-arrow {
  width: 30px;
  height: 35px;
}

.photoBlock .photoBlockPhotoModal .slick-slider .slick-arrow.prev-arrow {
  position: absolute;
  left: 35px;
  transform: rotate(180deg);
}

.photoBlock .photoBlockPhotoModal .slick-slider .slick-arrow.next-arrow {
  position: absolute;
  right: 35px;
}

.photoBlock .photoBlockPhotoModal .slick-arrow svg {
  fill: #fff;
  width: 16px;
  height: 31px;
  filter: drop-shadow(1px 1px 2px #000);
}

@media (max-width: 767px) {
  .photoBlock .photoBlockPhotoModal .slick-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .photoBlock .photoBlockPhotoModal .slick-slider .slick-arrow.prev-arrow {
    left: 12px;
  }
  .photoBlock .photoBlockPhotoModal .slick-slider .slick-arrow.next-arrow {
    right: 15px;
  }
  .photoBlock .photoBlockPhotoModal .slick-arrow svg {
    width: 7px;
    height: 13px;
  }
}
.photoBlock .photoBlockPhotoModal .slick-slider .slick-track,
.photoBlock .photoBlockPhotoModal .slick-slider .slick-list {
  width: 700px;
}

.photoBlock .photoBlockPhotoModal .thumbnail.slick-slider .slick-list {
  width: 714px;
}

@media (max-width: 767px) {
  .photoBlock .photoBlockPhotoModal .slick-slider .slick-track,
  .photoBlock .photoBlockPhotoModal .slick-slider .slick-list {
    width: 85vw;
  }
  .photoBlock .photoBlockPhotoModal .thumbnail.slick-slider .slick-list {
    width: 85vw;
  }
}
.photoBlock .photoBlockPhotoModal .thumbnail-img {
  cursor: pointer;
}

.photoBlock .photoBlockPhotoModal .thumbnail-img img {
  aspect-ratio: 164.5/100.5;
}

.photoBlock .photoBlockPhotoModal_bg .js-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 35px;
  height: 35px;
}

.photoBlock .photoBlockPhotoModal_bg .js-modal-close::before,
.photoBlock .photoBlockPhotoModal_bg .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.photoBlock .photoBlockPhotoModal_bg .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .photoBlock .photoBlockPhotoModal_bg .js-modal-close {
    width: 20px;
    height: 20px;
  }
  .photoBlock .photoBlockPhotoModal_bg .js-modal-close::before,
  .photoBlock .photoBlockPhotoModal_bg .js-modal-close::after {
    width: 20px;
  }
}
.photoBlock .photoBlockPhotoModal + .wrapper {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .photoBlock .photoBlockPhotoModal + .wrapper {
    padding-top: 45px;
  }
}
.slideList {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .slideList {
    margin-top: 25px;
  }
}
.slideList + .arrows + p {
  margin-bottom: 30px;
}

.slideList .slick-slide img {
  aspect-ratio: 1250/511;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1024px) {
  .slideList .slick-slide img {
    aspect-ratio: 375/230;
  }
}
.slideList .slick-slide p {
  text-align: center;
  margin-top: 10px;
}

.slideList .slick-counter {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
  width: 305px;
  margin: 30px auto 70px;
}

@media (max-width: 1024px) {
  .slideList .slick-counter {
    width: 70%;
    max-width: 305px;
    margin: 15px auto 20px;
  }
}
.slideList .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #CACACA;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}

.slideList .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;
}

@keyframes borderAnim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/* =========================================================
.feature
========================================================= */
.feature {
  background-color: #fff;
}
.feature .lead {
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .feature .lead {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.detailOuter {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .detailOuter {
    margin-bottom: 25px;
  }
}
.detailOuter .detailList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 33px;
}
@media (max-width: 767px) {
  .detailOuter .detailList {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.detailOuter .detailList .secTitle02 {
  margin-bottom: 8px;
  text-transform: capitalize;
}

/* =========================================================
PLAN
========================================================= */
.plan h2 {
  background: #fff;
  text-align: center;
  margin-top: 60px;
  padding: 22px 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .plan h2 {
    padding: 17px 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.plan .tableWrap {
  display: flex;
  font-feature-settings: "palt";
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 50px;
}

@media (max-width: 1024px) {
  .plan .tableWrap {
    flex-direction: column;
    margin: 30px 0;
  }
}
.plan .tableWrap dl {
  display: flex;
  width: 48.3%;
}
.plan .tableWrap dl.w100 {
  width: 100%;
}
.plan .tableWrap dl.w100 dt {
  width: 12%;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl.w100 dt {
    width: 100%;
    justify-content: center;
  }
}
.plan .tableWrap dl.w100 dd {
  width: 88%;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl.w100 dd {
    width: 100%;
  }
}
.plan .tableWrap dl dd ul li + li {
  margin-top: 15px;
}
.plan .tableWrap dl dd ul.flex {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl dd ul.flex {
    display: block;
  }
}
.plan .tableWrap dl dd ul.flex li {
  margin-top: 0;
  width: 425px;
}
.plan .tableWrap dl dd ul.flex li + li {
  margin-left: 5.5%;
}
@media (max-width: 1024px) {
  .plan .tableWrap dl dd ul.flex li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 1024px) {
  .plan .tableWrap dl {
    width: 100%;
    display: block;
  }
}
.plan .tableWrap dl dt,
.plan .tableWrap dl dd {
  padding: 26px 0;
}

@media (max-width: 1024px) {
  .plan .tableWrap dl dt,
  .plan .tableWrap dl dd {
    padding: 12px 0;
  }
}
.plan .tableWrap dl dt {
  color: #142335;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #142335;
  border-bottom: 1px solid #142335;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .plan .tableWrap dl dt {
    width: 100%;
    text-align: center;
    background: #F7F7F5;
    border-bottom: none;
  }
}
.plan .tableWrap dl dd {
  width: 75%;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .plan .tableWrap dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.plan .tableWrap dl:nth-of-type(n+3) dt {
  border-top: none;
}

@media (max-width: 1024px) {
  .plan .tableWrap dl:nth-of-type(n+3) dt {
    border-top: 1px solid #142335;
  }
}
.plan .tableWrap dl:nth-of-type(n+3) dd {
  border-top: none;
}

@media (max-width: 1024px) {
  .plan .tableWrap dl:nth-of-type(n+3) dd {
    border-top: 1px solid #c2c2c2;
  }
}
.plan .note ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.map {
  background-color: #fff;
  padding: 55px 75px 65px;
}
@media (max-width: 767px) {
  .map {
    padding: 25px;
  }
}
.map h3 {
  margin-bottom: 20px;
}
.map .js-modal-open span {
  font-size: 2.5rem;
  position: absolute;
  right: 4%;
}

/* MAPモーダル ----------------------------------------- */
.mapModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.mapModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.mapModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
  max-height: 90vh;
  padding: 15px;
}
.mapModal_content .imgOuter {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
  max-height: 85vh;
  -webkit-overflow-scrolling: touch;
}
.mapModal_content .imgOuter img {
  width: 1000px;
  display: inline-block;
  max-width: initial;
  max-height: 85vh;
}

.imgOuter::-webkit-scrollbar {
  height: 8px;
}

.imgOuter::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .mapModal_content {
    width: 90%;
  }
}
.mapModal_content .js-modal-close {
  position: absolute;
  top: -50px;
  right: -5px;
  display: block;
  width: 35px;
  height: 35px;
}

.mapModal_content .js-modal-close::before,
.mapModal_content .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.mapModal_content .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .mapModal_content .js-modal-close {
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .mapModal_content .js-modal-close::before,
  .mapModal_content .js-modal-close::after {
    width: 20px;
  }
}
/*# sourceMappingURL=pool_maihama_common.css.map */