@charset "UTF-8";

/* facility.css
-------------------------------------- */
.btn_area ul li {
  width: 24%;
}
@media all and (max-width: 767px) {
  .btn_area ul li {
    width: 90%;
  }
}
.page_ttl_area img {
  position: absolute;
  top: 23%;
  right: 0;
}

@media all and (max-width: 1020px) {
  .page_ttl_area img {
    width: 25%;
    top: 40%;
  }
}

@media all and (max-width: 850px) {
  .page_ttl_area img {
    top: 45%;
  }
}

@media all and (max-width: 767px) {
  .page_ttl_area img {
    display: none;
  }
}

.content_area_l {
  margin: 80px auto 0;
}

/* アコーディオン */

.content_area_l dl {
  width: 100%;
  margin: 0 auto 40px;
}

.content_area_l dl::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  vertical-align: top;
}

.content_area_l dl dt.ac {
  width: 100%;
  padding: 5px 0;
  background-color: #b9e4f7;
  background-image: url(../img/facility/ac_bg_01.png),
    url(../img/facility/ac_bg_02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 0 bottom 0;
  background-size: auto 100%, auto 100%;
  cursor: pointer;
  position: relative;
  font-size: 3.6rem;
  text-align: center;
}

.content_area_l dl dt.ac:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 40%;
  right: 3%;
}

.content_area_l dl:nth-of-type(1) dt.ac:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 20%;
  right: 3%;
}

.content_area_l dl dt.ac.active:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 20%;
  right: 3%;
}

.content_area_l dl:nth-of-type(1) dt.active:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 40%;
  right: 3%;
}

.content_area_l dl dd {
  display: none;
  width: 100%;
  background-color: #fff;
}

.content_area_l dl:nth-of-type(1) dd {
  display: block;
}

.content_area_l dl dd > div {
  margin: 40px 0;
}

.content_area_l dl dd div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.content_area_l dl dd > div > div,
.content_area_l dl dd > div > div > div {
  width: 49%;
  margin-bottom: 20px;
}

.content_area_l dl dd div h3 {
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 10px;
}

.content_area_l dl dd div h4 {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 10px;
  line-height: 1.3;
}
.content_area_l dl dd div h4.f-pink {
  color: var(--class-kids);
}

.content_area_l dl dd div h4 span {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}

.content_area_l dl dd div figure {
  width: 100%;
  text-align: center;
}

.ck_01 {
  margin-top: -50px;
  margin-bottom: 20px;
}

.ck_08 {
  margin-top: -90px;
}

.bg_02 {
  background-image: url(../img/facility/honkan_bg.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 40%;
}

.bg_03 {
  background-image: url(../img/facility/honkan_bg_02.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 50%;
}

.deg_bg {
  background: repeating-linear-gradient(
    -50deg,
    #f6f7f7,
    #f6f7f7 20px,
    rgba(0, 120, 195, 0.1) 0,
    rgba(0, 120, 195, 0.1) 40px
  );
  padding: 25px;
  box-sizing: border-box;
}

.honkan_menu {
  margin-top: -23px;
}

.content_area_l dl dd div figure figcaption {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
  position: relative;
}

.content_area_l dl dd .block_kihs {
  position: relative;
}

/* .content_area_l dl dd div figure figcaption.kihs_link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-image: url(../img/facility/honkan_25_sd.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom 20px;
  background-size: 38%;
} */

.content_area_l dl dd .block_kihs .ab_img {
  width: 38%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.content_area_l dl dd div figure figcaption.kihs_link p {
  display: block;
  width: 60%;
  margin-right: 20px;
  margin-bottom: 30px;
}

.content_area_l dl dd div figure figcaption.kihs_link a {
  display: block;
  width: 60%;
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
  background-color: #b9e4f7;
  background-image: url(../img/facility/ac_bg_02.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: auto 100%;
  font-weight: 600;
}

.bt_27 {
  width: 40%;
  position: absolute;
  right: 0;
  top: -60px;
}

@media all and (max-width: 767px) {
  .sub_ttl_area p {
    text-align: left;
  }
  .sub_ttl_area p br {
    display: none;
  }
  .content_area_l dl dt.ac {
    background-position: -100px 0, right -100px bottom 0;
    font-size: 2.3rem;
  }

  .content_area_l dl dd div {
    flex-direction: column;
  }

  .content_area_l dl dd > div > div {
    width: 100%;
    flex-direction: row;
  }

  .content_area_l dl dd > div > div > div {
    width: 48%;
  }

  .content_area_l dl dd div h3 {
    font-size: 1.5rem;
  }

  .content_area_l dl dd div h4 {
    font-size: 1.7rem;
  }

  .content_area_l dl dd div figure figcaption {
    font-size: 1.4rem;
  }

  .content_area_l dl dd .block_kihs .ab_img {
    width: 50%;
    position: relative;
    /* position: absolute;
  right: 0;
  bottom: 0;
  margin: auto; */
  }

  .content_area_l dl dd div figure figcaption.kihs_link p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .content_area_l dl dd div figure figcaption.kihs_link a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0;
  }

  .bg_01 {
    background-image: none;
  }

  .bg_02 {
    background-image: none;
  }

  .bg_03 {
    background-size: 40%;
  }

  .bt_27 {
    width: 30%;
    position: absolute;
    right: 0;
    top: -100px;
  }
}

@media all and (max-width: 456px) {
  .bt_27 {
    width: 30%;
    position: absolute;
    right: 0;
    top: -80px;
  }
}

.kid_area {
  width: 100%;
  padding: 80px 0;
  background: repeating-linear-gradient(
    -50deg,
    #f6f7f7,
    #f6f7f7 20px,
    rgba(0, 120, 195, 0.1) 0,
    rgba(0, 120, 195, 0.1) 40px
  );
}
.kid_area .inner_base {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;
  width: 90%;
}

.learning_set {
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.learning_set > li:first-child {
  width: 68%;
  margin: 0 0 0 0;
  padding: 30px 0 0;
  line-height: 1.5;
}

.learning_set > li:nth-of-type(2) {
  position: absolute;
  top: -40px;
  left: -20px;
}

.learning_set > li:nth-of-type(3) {
  width: 12.67%;
  position: absolute;
  top: 20px;
  left: 55%;
}

.learning_set > li:last-child {
  width: 28%;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.5;
}

.learning_set > li .ttl {
  font-size: 2.1rem;
  color: #0078c3;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .learning_set {
    padding: 30px 20px;
    width: 100%;
  }
  .learning_set > li:first-child {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.5;
  }
  .learning_set > li:last-child {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1.5;
  }
  .learning_set > li .ttl {
    font-size: 1.8rem;
    color: #0078c3;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.5;
  }
}
.learning_btn a {
  background: url(../img/recruit/recruit_bg_01.png) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333;
  font-weight: bold;
  background-color: #b9e4f7;
  position: relative;
  line-height: 53px;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.learning_btn a:hover {
  background: url(../img/recruit/recruit_bg_02.png) no-repeat;
  color: #333;
  background-color: #efefef;
  background-position: right center;
  background-size: auto 100%;
  transition-property: all;
  transition: 0s linear;
}

/*-- 2021/03/22追記 -------------------*/
.dayservice {
  width: 100%;
}
.dayservice th {
  width: 23%;
  padding-right: 1em;
  text-align: justify;
  text-align-last: justify;
  position: relative;
}
.dayservice caption {
  font-size: 2rem;
}
.dayservice th::after {
  content: "／";
  position: absolute;
  right: 0;
}
.dayservice td {
  padding-left: 0.5em;
}
.dayservice small {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .dayservice caption {
    font-size: 1.6rem;
  }
  .dayservice {
    margin-top: 10px;
  }
  .dayservice td,
  .dayservice th {
    font-size: 1.4rem;
  }
}

.content_area_l dl dd .kids_link_btn {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  text-align: center;
  background-color: #b9e4f7;
  background-image: url(../img/facility/ac_bg_02.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: auto 100%;
  font-weight: 600;
  margin-top: 20px;
}
