@charset "utf-8";

/* ======================
active
========================= */
.content_wrap {
  padding-top: clamp(30px, 6.88vw, 110px);
}
.active_cont {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.active_cont .active_cont__right {
  width: 50%;
}
.active_cont .slick-prev,
.active_cont .slick-next {
  display: none !important;
}
.active_cont .fileBox.pc {
  padding-top: 70px;
}
.active_cont .fileBox.sp {
  display: none;
}

.fileBox__img {
  margin-bottom: 15px;
  border: 1px solid #bababa;
}
.fileBox__link {
  font-size: 15px;
  color: red;
  text-align: right;
  text-decoration: underline;
}
.active_cont .active_cont__left {
  width: calc(50% - 20px);
  max-width: 550px;
}
.active_cont .txtbk_head {
  padding-bottom: clamp(30px, 5.1vw, 50px);
}
.active_cont .txtbk .activename {
  font-size: clamp(30px, 3.91vw, 35px);
  margin-bottom: clamp(14px, 3.26vw, 20px);
}
.active_cont .txtbk .activename img {
  width: auto;
  height: 100%;
}
.active_ttlbk .active_txt {
  line-height: 1.94;
  padding-bottom: 0;
  margin-bottom: 0;
}

.active_cont .txtbk .morebtn {
  text-align: left;
  width: 100%;
  border-color: #00bdcc;
}
.active_cont .txtbk .morebtn::before {
  background-image: url(../imgs/active/ct_canoe.png);
}
.active_cont .txtbk .morebtn:hover::before {
  background-image: url(../imgs/active/ct_canoe_hv.png);
}

.active_cont .txtbk .day-time_blk li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px 10px;
  padding: clamp(10px, 2.04vw, 20px) 0;
  position: relative;
}
.active_cont .txtbk .day-time_blk li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #bababa, #bababa 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.active_cont .txtbk .day-time_lavel {
  font-size: clamp(15px, 4.19vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-height: 30px;
  padding: 5px 10px;
  background-color: #e5e2df;
  border-radius: 5px;
}
.active_cont .txtbk .day-time_txt {
  font-size: clamp(15px, 4.19vw, 18px);
  width: calc(100% - 110px);
}
.active_cont .txtbk .day-time_txt a {
  display: inline-block;
  color: #0165bf;
  text-decoration: underline;
}
.active_cont .txtbk .day-time_txt p .note {
  font-size: 15px;
  display: block;
}
.active_cont .txtbk .day-time_txt table {
  width: 100%;
  margin: 20px 0 30px;
}
.active_cont .txtbk .day-time_txt table tr {
  border-top: 1px dashed #bababa;
}
.active_cont .txtbk .day-time_txt table tr:last-child {
  border-bottom: 1px dashed #bababa;
}
.active_cont .txtbk .day-time_txt table tr.insurance {
  background-color: rgba(0, 189, 204, 0.1);
}
.active_cont .txtbk .day-time_txt table th {
  font-weight: 400;
  width: 139px;
  padding: 10px;
  border-right: 1px solid #bababa;
}
.active_cont .txtbk .day-time_txt table td {
  padding: 10px 15px;
}

.active_cont .txtbk .remarks_wrap {
  padding: 30px 0 0;
  position: relative;
}
.active_cont .txtbk .remarks_wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #bababa, #bababa 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.active_cont .txtbk .remarks_ttlbk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: clamp(9px, 2.09vw, 20px);
}

.active_cont .txtbk .remarks_ttl {
  color: #00bdcc;
  font-size: clamp(18px, 4.65vw, 20px);
  font-weight: 700;
  height: 30px;
  padding-left: 40px;
}
.active_cont .txtbk .remarks_ttl.ic_info {
  flex-shrink: 0;
  background: url(../imgs/active/ic_info.png) left center no-repeat;
  background-size: contain;
}

.active_cont .txtbk .remarks_ttl.ic_notes {
  background: url(../imgs/active/ic_notes.png) left center no-repeat;
  background-size: contain;
}
.active_cont .txtbk .remarks_note {
  font-size: clamp(15px, 3.72vw, 16px);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 124px);
  max-width: 400px;
  min-height: 35px;
  padding: 5px 10px;
  background-color: #e5e2df;
  border-radius: 10px;
}
.active_cont .txtbk .remarks_txt {
  font-size: 15px;
  line-height: 1.66;
  padding-bottom: clamp(26px, 6.05vw, 30px);
}
.active_cont .txtbk .remarks_txt a {
  display: inline-block;
  text-decoration: underline;
}
.active_cont .txtbk .remarks_txt a.sptel {
  text-decoration: none;
}
.btm_menu_wrap_in {
  display: flex;
  justify-content: center;
  gap: calc(100% - 1100px);
}
.btm_menu_wrap .morebtn_b {
  font-size: clamp(17px, 2.6vw, 20px);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 550px;
  height: 80px;
  margin: 0 auto;
  padding: 0 6%;
  border: 2px solid #000000;
  border-radius: 10px;
  transition: 0.2s;
  position: relative;
}
.btm_menu_wrap .morebtn_b.toplan {
  color: #fff;
  background-color: #00bdcc;
  border-color: #00bdcc;
}
.btm_menu_wrap .tolist::after {
  content: "";
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.btm_menu_wrap .tolist::after {
  background-image: url(../imgs/common/arrow_bk.svg);
  left: 11.43%;
  transform: translateY(-50%) rotate(180deg);
}

.btm_menu_wrap .toplan::after {
  background-image: url(../imgs/common/arrow_wh.svg);
  right: 11.43%;
}

.btm_menu_wrap .morebtn_b > span {
  text-align: center;
  display: block;
  width: 100%;
}

/* hover */

.btm_menu_wrap .morebtn_b.tolist:hover {
  color: #fff;
  background-color: #000;
}
.btm_menu_wrap .morebtn_b.toplan:hover {
  opacity: 0.7;
}
.btm_menu_wrap .tolist:hover::after {
  background-image: url(../imgs/common/arrow_wh.svg);
  left: 8%;
}
.btm_menu_wrap .toplan:hover::after {
  right: 8%;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background: #bababa;
}

.modal .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
}

.modal .modal-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.modal .white_box {
  width: 88vw;
  max-width: 800px;
  height: 80vh;
  max-height: 600px;
  /*padding: 55px 30px clamp(30px, 6.98vw, 60px);*/
  background-color: #fff;
  border-radius: 30px;
  overflow-y: auto;
}
.modal .white_box .page {
  width: 100%;
  /* max-width: 700px;*/
  margin: 0 auto;
  position: relative;
}
.modal .pbtn.close {
  width: 53px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  top: 10px;
  right: 20px;
  z-index: 5;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .btm_menu_wrap_in {
    display: flex;
    justify-content: center;
    gap: 25px 2.33vw;
  }
  .btm_menu_wrap .morebtn_b {
    width: calc((100% - 2.33vw) / 2);
  }
}
@media screen and (max-width: 980px) {
  .active_cont .txtbk .day-time_blk li {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
  .active_cont .txtbk .day-time_txt {
    width: 100%;
  }
  .active_cont .txtbk .remarks_note {
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .active_cont {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 550px;
    margin: 0 auto;
  }
  .active_cont .active_cont__right {
    width: 100%;
  }
  .active_cont .fileBox.pc {
    display: none;
  }
  .active_cont .fileBox.sp {
    display: block;
    padding: clamp(10px, 2.04vw, 20px) 0;
  }
  .active_cont .active_cont__left {
    width: 100%;
    max-width: 550px;
  }
  .txtbk_head::after {
    content: none;
  }
  .active_cont .txtbk .activename {
    font-size: clamp(18px, 4.65vw, 30px);
  }
  .active_cont .txtbk .day-time_txt {
    line-height: 1.1;
  }
  .active_cont .txtbk .day-time_txt p .note {
    padding-top: 0.9em;
  }
  /* .active_cont .txtbk .day-time_blk li.item_fee {
    padding-bottom: 0;
  } */
  .active_cont .txtbk .day-time_blk li.item_fee:after {
    content: none;
  }
  .active_cont .txtbk .day-time_txt table {
    margin-bottom: 0;
  }
  .btm_menu_wrap {
    padding-top: 30px;
  }

  .btm_menu_wrap .morebtn_b {
    font-size: clamp(15px, 3.95vw, 20px);
    letter-spacing: 0;
  }
  .btm_menu_wrap .tolist {
    padding: 0 5px 0 25px;
  }
  /* .btm_menu_wrap .toplan {
    padding: 0 25px 0 5px;
  } */
  .btm_menu_wrap .tolist::after,
  .btm_menu_wrap .tolist:hover::after {
    left: 10px;
  }
  .btm_menu_wrap .toplan::after,
  .btm_menu_wrap .toplan:hover::after {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .btm_menu_wrap_in {
    flex-direction: column-reverse;
  }
  .btm_menu_wrap .morebtn_b {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
}
