@charset "utf-8";

#active .top_bg {
  background-color: #00bdcc;
}

#active.low .pagettl_wrap .page_imgbk .mv_icon {
  width: 45.56%;
  max-width: 248px;
  min-width: 168px;
  left: 0;
  bottom: 0;
  transform: translateX(-7%);
  transition: all 0.5s;
}
#active.low .pagettl_wrap .page_txtbk .page_txt {
  margin-bottom: 29px;
}
#active.low .pagettl_wrap .reserv_btn {
  color: #00bdcc;
  max-width: 350px;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 0.62em 1em;
}

.content_wrap {
  padding-top: clamp(50px, 11.63vw, 70px);
}
/* ======================
active_item
========================= */
.active__list-item {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  padding: clamp(50px, 13.02vw, 100px) 0;
}
.active__list-item:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.active_cont__right {
  width: 50%;
}
.active_cont__left {
  width: calc(50% - 20px);
  max-width: 550px;
  position: relative;
  padding-bottom: 70px;
}

.active__list .active_imgbk {
  width: 100%;
  aspect-ratio: 60 / 42;
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
}
.active_ttlbk .activename {
  font-size: clamp(30px, 3.91vw, 35px);
  margin-bottom: clamp(14px, 3.26vw, 20px);
}

.active_ttlbk .active_txt {
  line-height: 1.94;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.day-time_blk li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px 10px;
  padding: 7px 0;
  position: relative;
}

.day-time_lavel {
  font-size: clamp(15px, 4.19vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-height: 30px;
  background-color: #e5e2df;
  padding: 5px 10px;
  border-radius: 5px;
}
.day-time_txt {
  font-size: clamp(15px, 4.19vw, 18px);
  width: calc(100% - 110px);
}
.day-time_txt a {
  display: inline-block;
  color: #0165bf;
  text-decoration: underline;
}
.active__list .morebtn {
  width: 100%;
  max-width: 350px;
  height: 50px;
  padding: 0 9.3% 0 11.19%;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

.active__list .morebtn::before {
  content: none;
}
.active__list .morebtn:hover {
  color: #fff;
  border-color: #00bdcc;
  background-color: #00bdcc;
}
#active .active__list .morebtn > span::after {
  background-image: url(../imgs/common/arrow_bk.svg);
}
#active .active__list .morebtn:hover > span::after {
  background-image: url(../imgs/common/arrow_wh.svg);
  right: 8px;
}

@media screen and (max-width: 768px) {
  img[src*="_pc"] {
    display: none;
  }
  #active.low .pagettl_wrap .reserv_btn {
    margin: 0 auto;
  }
  #active.low .pagettl_wrap .page_imgbk .mv_icon {
    transform: translate(-7%, 23%);
  }
  .top_bg {
    height: calc(90vh - 20px);
  }
  /* ======================
	active_item
	========================= */

  .active__list-item {
    flex-direction: column;
  }
  .active_cont__right {
    width: 100%;
  }
  .active_cont__left {
    width: 100%;
    max-width: 550px;
  }
  .active_ttlbk .activename {
    font-size: clamp(18px, 4.65vw, 30px);
  }

  .active_ttlbk .active_txt {
    line-height: 1.46;
  }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 500px) {
}
