@charset "UTF-8";
/* =========================================================
lounge
========================================================= */
/*------------------------------------------
head
------------------------------------------*/
@media (min-width: 769px) {
  .lounge-head {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .lounge-head .c-cont__in {
    display: flex;
    align-items: center;
    gap: 64px;
  }
}
.lounge-head__ttl > * + * {
  margin: 24px auto 0;
}

@media (min-width: 769px) {
  .lounge-head__ttl {
    width: 397px;
  }
}
.lounge-head__floor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 1;
}

.lounge-head__floor::before, .lounge-head__floor::after {
  content: "";
  width: clamp(10px, 22.66vw, 120px);
  height: 1px;
  background: #000;
}

.lounge-head__txt {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .lounge-head__img {
    margin: 64px auto 0;
  }
}
@media (min-width: 769px) {
  .lounge-head__img {
    flex: 1;
  }
}
/*------------------------------------------
detail
------------------------------------------*/
@media (max-width: 768px) {
  .lounge-detail {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .lounge-detail {
    padding-top: 112px;
    padding-bottom: 120px;
  }
}
.lounge-detail__block {
  font-size: 14px;
  line-height: 1.5;
}

.lounge-detail__block + .lounge-detail__block {
  margin: 64px auto 0;
}

.lounge-detail__head {
  margin: 0 auto 24px;
  padding: 0 0 8px;
  border-bottom: 1px solid #B7B7B7;
  font-size: 24px;
  line-height: 1.5;
}

.lounge-detail__bottom > * + * {
  margin: 24px auto 0;
}

.lounge-detail__list > * {
  padding: 0 0 0 24px;
  position: relative;
}

.lounge-detail__list.check > *::before {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../images/lounge/ico_check.svg) no-repeat center/contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.lounge-detail__list.check > * + * {
  margin: 8px auto 0;
}

.lounge-detail__list.circle > *::before {
  content: "●";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 2px;
}

.lounge-detail__note {
  color: #B7B7B7;
}

.lounge-detail__note.small {
  font-size: 12px;
}