@charset "UTF-8";
/* CSS Document */

/***** 入園案内　*****/

p {
  line-height: 1.8;
}

.cont_h_kv {
  width: 100%;
  /* background: url(assets/images/parents/parents_kv.jpg) no-repeat;
  background-size: cover;*/
  position: relative;
}

.cont_h_kv img {
  width: 100%;
}

#parents .cont_h_kv h2 {
  color: #fff;
  width: 100%;
  *text-shadow: 1px 2px 8px #333;
  */
}

.ttl_h3 {
  padding: 10px 0;
  margin: 10px 0;
  font-size: 2rem;
}

.ttl_h3 {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 6px solid #eedce1;
}

.ttl_h3::after {
  position: absolute;
  content: " ";
  border-bottom: solid 6px #7c2342;
  bottom: -6px;
  left: 0;
  width: 10%;
  display: block;
}

@media screen and (max-width: 768px) {
  .ttl_h3 {
    font-size: 1.8rem;
  }
}

#parents .exam_table {
  width: 100%;
  margin-top: 30px;
}

#parents .exam_table th.w02 {
  width: 20%;
}

#parents .exam_table th {
  background-color: #eedce1;
  text-align: center;
  font-size: 2.0rem;
}

#parents .exam_table th, #parents .exam_table td {
  padding: 15px 20px;
  vertical-align: middle;
  border: 1px #404040 solid;
}

#parents .exam_table td {
  text-align: left;
  font-size: 1.8rem;
}

#parents .notice {
  display: flex;
  margin-top: 50px;
}

#parents #section02 .exam_table td {
  text-align: center;
}

.hd_h2_inner {
  text-shadow: 1px 1px #898989, -1px 1px #898989, 1px -1px #898989, -1px -1px #898989;
}

.mt20 {
  margin-top: 20px;
}

.pdf_dl {
  text-decoration: underline;
  display: inline-block;
}

.img_box {
  margin-top: 30px;
}

.f_container {
  display: flex;
}

.f_item {
  width: 48%;
}

/************************************/

#section01, #section02, #section03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2vw;
}

#section00 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 5vw;
}

#parents main {
  padding-bottom: 70px;
}

.f_container {
  display: flex;
}

/*h4見出し*/

.ttl_h4 {
  position: relative;
  padding: .1em .3em .1em 1.3em;
  margin: 40px 0 10px 0;
  padding-left: 28px;
  font-weight: bold;
  line-height: 0.8;
}

.ttl_h4::before {
  position: absolute;
  content: "□";
  width: 5px;
  height: 5px;
  font-size: 12.5px;
  color: #76213f;
  font-weight: lighter;
}

.ttl_h4::after {
  position: absolute;
  content: "□";
  width: 5px;
  height: 5px;
  color: #dbabb8;
  font-size: 12px;
  font-weight: lighter;
}

.ttl_h4::before {
  left: 5px;
  top: 5px;
}

.ttl_h4::after {
  left: 9px;
  top: 9px;
}

@media screen and (max-width:768px) {
  .ttl_h4 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .ttl_h4::before {
    position: absolute;
    content: "□";
    width: 5px;
    height: 5px;
    font-size: 14px;
    color: #76213f;
    font-weight: lighter;
  }
  .ttl_h4::after {
    position: absolute;
    content: "□";
    width: 5px;
    height: 5px;
    color: #dbabb8;
    font-size: 14px;
    font-weight: lighter;
  }
  .ttl_h4::before {
    left: 5px;
    top: 0;
  }
  .ttl_h4::after {
    left: 9px;
    top: 4px;
  }
}

.movie {
  width: 100%;
  height: 300px;
  border: 5px dashed #ccc;
  margin: 30px 0 5px 0;
  text-align: center;
  font-size: 38px;
}

@media screen and (min-width: 767px) {
  .mla {
    margin-left: auto;
  }
  .mra {
    margin-right: auto;
  }
}

/************************************/

@media screen and (max-width: 768px) {
  /************************************/
  main {
    padding-top: 0;
  }
  .sp-none {
    display: none;
  }
  #parents .exam_table th, #parents .exam_table td {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  #parents .notice {
    margin-top: 25px;
  }
  .f_container {
    display: block;
  }
  .f_item {
    width: 100%;
  }
  .mt15sp {
    margin-top: 15px;
  }
  /************************************/
}

#parents .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 30px 0 0;
}

iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#parents .ttl_h3 {
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width:768px) {
  #parents p {
    font-size: 1.4rem;
  }
  #parents .address p {
    font-size: 1.2rem;
  }
  #parents .copyright {
    font-size: 1.0rem;
  }
}