/*■■■■■■■■■■■■ PC用 ■■■■■■■■■■■■*/

/*common*/
.pc- {
  display: block;
}
.pc-inline{
  display: inline-block;
}
.sp- {
  display: none;
}

:root{
  --fontColor:#3B4043;
  --mainColor:#3F7AC3;
  --subColor:#B2CFF2;
  --bg-blue:#F2F8FF;
  --bg-gray:#F8F8F8;
  --red: #CD4848;
  --white:#fff;
  --blue:#003399;
}

.l-page {
  padding: 80px 0 40px;
  color: var(--fontColor);
  background: linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.3)), url(/img/freepage/SEKKISEI_COOLING_LOUNGE/main_bg.jpg) center left / cover;
}
.l-page img {
  width: 100%;
}
.l-page a {
  transition: .7s;
}
.l-page a:hover {
  opacity: .7;
  transition: .7s;
}

.l-section {
  margin: -200px auto 100px;
  max-width: 1000px;
  padding-top: 200px;
}

.l-2col {
  display: flex;
  gap: 40px;
  justify-content: space-around;
  padding: 24px;
}

.c-title {
  color: var(--mainColor);
  font-size: 48px;
  text-align: center;
  line-height: 1.5em;
}

/*p-top*/
.p-top {
  margin-bottom: 160px;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;

}
.p-top__lead {
  font-size: 32px;
  margin-bottom: 24px;
}
.p-top__title {
  margin-bottom: 56px;
}
.p-top__text {
  font-size: 24px;
  line-height: 2em;
}
.p-mv {
  margin: 56px auto;
  max-width: 1400px;
}
.p-top-notice {
  max-width: 1000px;
  margin: 40px auto 0 auto;
  padding: 25px 15px;
  border: 1px solid var(--blue);
  border-radius: 4px;
}
.p-top-notice h3 {
  font-size: 16px;
  font-weight: bold;
  color: var(--blue);
  margin: 0 0 15px 0;
  border-bottom: 1px solid var(--blue);
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.5;
}
.p-top-notice__text {
  margin-bottom: 24px;
  font-size: 14px;
}
.p-top-notice__main {
  max-width: 1000px;
  margin: 0 auto;
}
.p-top-notice__detail {
  margin-bottom: 20px;
}
.p-top-notice__detail dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 24px;
}
.p-top-notice__detail dd {
  font-size: 14px; margin: 0;
  padding-left: 10px;
}
.p-top-notice__list {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.p-top-notice__btn {
  border-top: 1px solid #CFCDCD;
  max-width: 400px;
  margin: 0 auto 24px;
  padding-top: 24px;
}
.p-top-notice__bottom {
  padding: 16px;
  background-color: var(--bg-blue);
  border-radius: 4px;
}
.p-top-notice__bottom__head {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--blue);
}
.p-top-notice__bottom__text {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/*p-eventMenu*/
.p-eventMenu__title {
  margin-bottom: 80px;
}
.p-eventMenu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.p-eventMenu__item {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.c-card {
  background: var(--bg-blue);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 40px 24px;
}
.c-card--gray {
  background: var(--bg-gray);
}
.c-card-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.c-card__title {
  border-bottom: 1px solid var(--fontColor) ;
  font-size: 16px;
  padding-bottom: 16px;
  position: relative;
}
.c-card__img img {
  border-radius: 10px;
}
.c-card__img--bg {
  background: url(/img/freepage/SEKKISEI_COOLING_LOUNGE/eventMenu_img06.jpg) top center / contain no-repeat;
  background-position: center;
  border-radius: 10px;
  aspect-ratio: 450 / 263;
}
.c-card--text {
  font-size: 18px;
  text-align: center;
}
.c-card--text small {
  font-size: 10px;
}
.c-card--icon {
  display: inline-block;
  background: var(--white);
  border: 1px solid var(--red);
  color: var(--red);
  font-size: 12px;
  padding: 10px;
  margin-left: 16px;
  position: absolute;
  top: -10px;
}
.c-card--btn {
  background: var(--subColor);
  border-radius: 30px;
  color: var(--fontColor);
  display: block;
  font-size: 16px;
  margin-top: auto;
  padding: 16px;
  text-align: center;
  position: relative;
}
.c-card--btn::after {
  display: block;
  content: "+";
  position: absolute;
  right: 16px;
  top: 16px;
}

/*p-event*/
.p-event {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-eventTitle {
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
  font-size: 32px;
  padding: 0 0 24px 24px;
  line-height: 1.5em;
}
.l-2col__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.l-2col__img {
  max-width: 450px;
  width: 50%;
}
.l-2col__img--bg {
  background: url("/img/freepage/SEKKISEI_COOLING_LOUNGE/event03.png") center / cover;
  position: relative;
  min-height: 500px;
}
.l-2col__img-caption {
  font-size: 12px;
  margin-top: 16px;
  text-align: center;
}
.p-event__lead {
  font-size: 16px;
}
.c-event-subTitle {
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.l-2col__topText {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.p-event__textBox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-event__text {
  font-size: 16px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.p-caption-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-detail-list__item {
  text-indent: -1em;
  padding-left: 1em;
}

/*p-eventBottom*/
.p-eventBottom {
  background: rgba(248,248,248,.7);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 24px;
}

.c-bottom-title {
  border-bottom: 1px solid #CFCDCD;
  font-size: 16px;
  padding-bottom: 16px;
  line-height: 1.5em;
}
.p-eventBottom__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 24px;
}
.p-eventBottom__item {
  width: calc((100% - 24px) / 3);
}
.p-eventBottom__item--full {
  border-top: 1px solid #CFCDCD;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.c-bottom-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-bottom-card__img {
  max-width: 275px;
}
.c-bottom-card__text {
  font-size: 12px;
  padding: 8px;
}

.c-card-arrow {
  color: var(--subColor);
  font-size: 12px;
}
.c-card-arrow--pc {
  display: flex;
  align-items: center;
}
.c-card-arrow--sp {
  display: none;
}
.c-btn {
  display: block;
  background: var(--mainColor);
  box-sizing: border-box;
  color: var(--white);
  font-size: 16px;
  max-width: 400px;
  padding: 16px;
  text-align: center;
  text-shadow: none;
}
.c-btn--gray {
  background: var(--fontColor);
}
.p-eventBottom .c-btn {
  width: 80%;
}


.c-bottom-label {
  font-size: 24px;
  font-weight: bold;
}
.c-bottom-heading {
  font-size: 24px;
}
.c-bottom__text {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-notes__text {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

/*p-store*/
.p-store {
  background: rgba(248,248,248,.7);
  box-sizing: border-box;
  padding: 80px 40px;
  margin-bottom: 80px;
}
.p-store__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-store__title {
  margin-bottom: 80px;
}

/*swiper*/
.p-slider {
  width: 160px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-button-next, .swiper-button-prev {
  color: var(--white);
  z-index: 10;
  width: 30px;
  height: 30px;
}
.swiper-button-next {
  right: -50px !important;
}
.swiper-button-prev {
  left: -50px !important;
}
.swiper-pagination {
  display: none;
}


/*■■■■■■■■■■■■ SP用 ■■■■■■■■■■■■*/

@media screen and (max-width: 759px) {

  /*common*/
  .pc- , .pc-inline {
    display: none;
  }
  .sp- {
    display: block;
  }

  .l-section {
    margin: -100px auto 100px;
    padding-top: 100px;
  }

  .l-2col {
    flex-direction: column;
  }

  .c-title {
    font-size: 32px;
  }

  /*p-top*/
  .p-top {
    margin-bottom: 100px;
  }
  .p-top__lead {
    font-size: 18px;
  }
  .p-top__text {
    font-size: 14px;
    padding: 0 16px;
  }
  .p-top-notice {
    max-width: 80%;
  }
  .p-top-notice__text {
    text-align: left;
  }
  .p-top-notice__detail dt , .p-top-notice__detail dd {
    font-size: 14px;
    text-align: left;
  }
  .p-top-notice__btn {
    max-width: 80%;
  }
  .p-top-notice__bottom {
    text-align: left;
  }
  .p-top-notice__bottom__head {
    font-size: 14px;
  }


  /*p-eventMenu*/
  .p-eventMenu__title {
    margin-bottom: 40px;
  }
  .p-eventMenu__item {
    width: 80%;
  }

  /*p-event*/
  .p-event {
    gap: 24px;
  }
  .c-eventTitle {
    width: 90%;
  }
  .l-2col__img {
    width: 100%;
    margin: 0 auto;
  }
  .l-2col__text {
    width: 100%;
  }

  /*p-eventBottom*/
  .p-eventBottom {
    width: 80%;
    margin: 0 auto;
  }

  .c-bottom-title {
    font-size: 14px;
  }

  .p-eventBottom__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .p-eventBottom__item {
    width: 100%;
  }

  .c-bottom-card__img {
    max-width: 100%;
  }

  .c-card-arrow--pc {
  display: none;
  }
  .c-card-arrow--sp {
    display: block;
  }

  /*p-store*/
  .p-store {
    padding: 40px 16px;
  }
  .p-store__title {
    margin-bottom: 16px;
  }

}
