@charset "UTF-8";

/* --------------------
room detail
-------------------- */

/* --------------------
detail-header-section
-------------------- */
.detail-header-section .room-tab {
  margin-top: 23px;
}
.detail-header-section .room-tab-item {
  display: inline-block;
  border-radius: 6px 6px 0 0;
  background: #e3e3e3;
  list-style: none;
}
.detail-header-section .room-tab-item.tab-active {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-bottom: none;
}
.detail-header-section .room-tab-link {
  display: inline-block;
  color: #000;
  font-weight: 600;
  padding: 19px 50px 14px;
}
.detail-header-section .tab-active .room-tab-link {
  color: #2acbb5;
}

/* --------------------
school-data-section
-------------------- */
.school-data-section .school-detail-area .room-target-age-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

/* --------------------
external-app-link-section
-------------------- */
.external-app-link-section .external-app-link-area {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

/* --------------------
inquiry-plan-title-section
-------------------- */
.inquiry-plan-title-section .inquiry-plan-title-list {
  padding-left: 25px;
  margin-bottom: 10px;
}
.inquiry-plan-title-section .inquiry-plan-title-item {
  line-height: 2.5;
}

/* --------------------
inquiry-plan-section
-------------------- */
.inquiry-plan-section .inquiry-plan-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inquiry-plan-section .inquiry-plan-area {
  width: 353px;
  border: 1px solid #aaa;
  padding: 18px;
  color: initial;
  margin-bottom: 18px;
}
.inquiry-plan-section .inquiry-plan-title {
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: 11px;
}
.inquiry-plan-section .inquiry-plan-body {
  font-size: .9rem;
  line-height: 1.2;
  overflow: hidden;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.inquiry-plan-section .inquiry-plan-attr-area {
  margin-bottom: 16px;
  width: 100%;
}
.inquiry-plan-section .inquiry-plan-attr {
  font-size: .8rem;
}
.inquiry-plan-section .inquiry-plan-attr th {
  background: #2acbb5;
  padding: 8px;
  color: #fff;
  border: 1px solid #e8e8e8;
  width: 90px;
}
.inquiry-plan-section .inquiry-plan-attr td {
  padding: 8px;
  border: 1px solid #e8e8e8;
}
.inquiry-plan-section .inquiry-plan-btn-area {
  text-align: center;
}
.inquiry-plan-section .inquiry-plan-btn {
  background: #1f49bf;
  padding: 14px 35px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
}

/* --------------------
pr-section
-------------------- */
.pr-section .pr-title {
  padding: 6px 12px;
  color: #191919;
  border-left: 7px solid #78319f;
  font-size: 1.1rem;
}

/* --------------------
.course-section,
.guidance-section,
.safety-measure-section
-------------------- */
.course-section .course-wrap,
.price-section .price-wrap,
.guidance-section .guidance-wrap,
.safety-measure-section .safety-measure-wrap {
  line-height: 1.7;
}

/* --------------------
map-access-section
-------------------- */
.map-access-section .map-access-wrap {
  display: flex;
  justify-content: space-between;
}
.map-access-section .map-access-wrap .map-wrap {
  width: 600px;
}
.map-access-section .map-access-wrap .access-wrap {
  width: 460px;
  line-height: 1.5;
}
.map-access-section .map-access-wrap dt {
  font-weight: 700;
  margin-bottom: 10px;
}
.map-access-section .map-access-wrap dd {
  margin-bottom: 30px;
}

/* --------------------
ad-free-contract-modal-section
-------------------- */
.ad-free-contract-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  opacity: 1;
  transition: opacity 0.5s;
  scale: 1;
}
.ad-free-modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.ad-free-contract-modal-wrapper {
  position: relative;
  width: 80%;
  max-width: 400px;
  max-height: 70%;
  padding: 20px;
  background-color: #FEFEFE;
  border-radius: 5px;
}
.ad-free-contract-modal-content
{
  text-align: center;
}

.external-site-url{
  margin: 10px;
}