@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: '游明朝 Medium', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
  background-color: #f8f8f8;
}
body, td, th {
  color: #333;
}
a:link, a:visited {
  color: #333;
}
a:hover {
  color: #ac5c32;
}
a:active {
  color: #333;
}
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.font_mincho {
  font-family: '游明朝 Medium', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
  color: #444;
}
.font_gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #222;
}
.text_comment {
  font-size: small;
  line-height: 1.4em;
}
.text_S {
  font-size: small;
}
.text_M {
  font-size: medium;
}
.text_L {
  font-size: large;
}
.center {
  text-align: center;
}
.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
@media (min-width: 800px) { /* PC用 */
  .contents {
    max-width: 800px;
    margin: 0 auto;
  }
  .display_none_pc {
    display: none;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .contents {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
  .display_none_mobile {
    display: none;
  }
}
@media (min-width: 800px) { /* PC用 */
  .header_logo_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
  .header_logo {
    max-width: 500px;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .header_logo_flex {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
  .header_logo {
    width: 100%;
    max-width: 500px;
  }
}
.header_tel {
  width: 100%;
  background-image: url(images/header_bg.png);
  background-size: cover;
  padding-top: 5px;
  text-align: center;
}
@media (min-width: 800px) { /* PC用 */
  .menu_flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 10px;
  }
  .menu {
    padding: 0px 30px 0px 30px;
    border-left: 1px solid #ccc;
  }
  .menu_end {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .menu_flex {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin: 20px 30px 0px 30px;
    background-image: url(images/mikochan.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
  .menu {
    padding-top: 10px;
  }
}
.top_comment {
  background-color: #ffffff;
  box-shadow: 0px 3px 5px #aaaaaa;
  margin: 50px 0px 50px 0px;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  color: #484848;
}
.news {
  border: 1px solid #c7d56f;
  margin-top: 30px;
  padding: 0px;
  line-height: 1.25em;
}
.news_header {
	margin: 20px 20px 0px 20px;
  color: #4d7630;
  line-height: 1.75em;
  border-bottom: 1px dashed #c7d56f;
}
@media (min-width: 800px) { /* PC用 */
  .greeting_flex {
    display: flex;
    width: 100%;
    line-height: 1.7em;
  }
  .greeting_image {
    max-height: 400px;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .greeting_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    line-height: 1.7em;
  }
  .greeting_image {
    max-width: 80%;
  }
}
.profile {
  width: 100%;
}
.profile_text {
  padding: 15px 30px 15px 30px;
  background-image: url(images/profile_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
.profile_border_top {
  border-top: 1px solid #c7d56f;
}
.profile_border_right {
  border-right: 1px solid #c7d56f;
}
.profile_border_bottom {
  border-bottom: 1px solid #c7d56f;
}
.profile_border_left {
  border-left: 1px solid #c7d56f;
}
.schoolname {
  margin-bottom: -1rem;
}
.kids {
  width: 100%;
  border: 1px solid #e1b3b3;
  box-shadow: 0px 0px 20px 0px #ccc;
  background-color: #fff;
}
.bimoji {
  width: 100%;
  border: 1px solid #c7d56f;
  box-shadow: 0px 0px 20px 0px #ccc;
  background-color: #fff;
}
.tensaku {
  width: 100%;
  border: 1px solid #aabde2;
  box-shadow: 0px 0px 20px 0px #ccc;
  background-color: #fff;
}
.tensaku_advantages {
  border: 1px solid #a3bee4;
  padding: 10px;
  border-radius: 10px;
}
.tensaku_advantages, li {
  line-height: 1.2em;
  padding-top: 8px;
}
.tensaku_flow {
  margin: 20px auto 0px auto;
  background-color: #839ed4;
  padding: 1px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
}
.tensaku_flow li {
  line-height: 1.2em;
  padding-bottom: 10px;
}
.tensaku_flow label {
  display: block;
  cursor: pointer;
}
.tensaku_flow input {
  display: none;
}
.tensaku_flow div {
  height: 0;
  overflow-y: hidden;
  transition: 0.8s;
  opacity: 0;
}
.tensaku_flow input:checked + label + div {
  height: auto;
  opacity: 1;
}
.tensaku_flow label::before {
  content: '▽';
  padding-right: 3px;
}
.tensaku_flow input:checked + label::before {
  content: '△';
}
.tensaku_flow_contents {
  background-color: #f8f8f8;
  padding: 0px 10px 0px 10px;
  border-radius: 0px 0px 10px 10px;
  text-align: left;
  color: #333;
}
.tensaku_flow_contents img {
  box-shadow: 0px 0px 3px #888888;
}
@media (min-width: 800px) { /* PC用 */
  .kids_bimoji_tensaku_flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .kids_bimoji_tensaku_title {
    width: 100%;
    height: 114px;
    object-fit: cover;
    object-position: left top;
  }
  .kids_image {
    width: 425px;
    position: relative;
    top: -110px;
    left: -10px;
    margin-bottom: -110px;
  }
  .bimoji_image {
    width: 425px;
    position: relative;
    left: -10px;
  }
  .kids_image_bg, .bimoji_image_bg {
    width: 100%;
    margin-bottom: -107px;
    position: relative;
    top: -100px;
    z-index: 10;
  }
  .culture_image {
    width: 400px;
    margin-right: 20px;
  }
  .tensaku_image {
    width: 425px;
    position: relative;
    top: -90px;
    left: -20px;
    margin-bottom: -80px;
  }
  .culture_image {
    max-width: 425px;
    margin: 0px 20px 15px 0px;
    text-align: center;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .kids_bimoji_tensaku_flex {
    display: flex;
    flex-direction: column;
  }
  .kids_bimoji_tensaku_title {
    width: 100%;
    height: 75px;
    object-fit: cover;
    object-position: left center;
  }
  .kids_image, .bimoji_image, .tensaku_image {
    width: 90%;
    margin: -15px 0px 15px 0px;
    text-align: center;
  }
  .kids_image_bg, .bimoji_image_bg {
    width: 100%;
    margin-bottom: -7px;
    position: relative;
    z-index: 10;
  }
  .culture_image {
    width: 90%;
    margin: 0px 0px 15px 0px;
    text-align: center;
  }
  .tensaku_image {
    width: 90%;
    margin: 0px 0px 15px 0px;
    text-align: center;
  }
}
.kids_bimoji_tensaku_flex blockquote {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 800px) { /* PC用 */
  .link_flex {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .link_flex img {
    margin: 20px;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .link_flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .link_flex img {
    margin-bottom: 20px;
  }
}
.tokimeite {
  width: 100%;
  line-height: 1.7em;
}
@media (min-width: 800px) { /* PC用 */
  .tokimeite_spacer {
    float: right;
    height: 7em;
  }
  .tokimeite_image {
    float: right;
    clear: both;
    margin: 10px 0 0 10px;
  }
  .tokimeite_image_mobile {
    display: none;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .tokimeite_spacer {
    display: none;
  }
  .tokimeite_image {
    display: none;
  }
}
@media (min-width: 800px) { /* PC用 */
  .sample_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sample_flex img {
    width: 49%;
  }
  .sample_spacer_H {
    width: 2%;
  }
  .sample_spacer_V {
    padding-bottom: 15px;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .sample_flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .sample_flex img {
    width: 100%;
  }
  .sample_spacer_V {
    padding-bottom: 15px;
  }
}
.contact_header_footer {
  max-width: 100%;
  text-align: center;
  color: #888;
}
.contact_header_footer a:link, a:visited {
  text-decoration: none;
  color: #888;
}
.contact_header_footer a:hover {
  text-decoration: none;
  color: #ac5c32;
}
.contact_header_footer a:active {
  text-decoration: none;
  color: #888;
}
@media (min-width: 800px) { /* PC用 */
  .contact_title {
    width: 100%;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .contact_title {
    width: 100%;
    height: 75px;
    object-fit: cover;
  }
}
.contact {
  line-height: 1.2em;
}
.contact_spacer {
  margin-left: 20px;
}
@media (min-width: 800px) { /* PC用 */
  .contact_form {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    font-size: medium;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .contact_form {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    font-size: medium;
  }
}
.contact_submit {
  border: 0px;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 10px;
  letter-spacing: 0.2em;
  background-color: #c7d56f;
  color: #fff;
}
@media (min-width: 800px) { /* PC用 */
  .contact_line {
    display: flex;
    border: 1px solid #c7d56f;
    margin: 40px 0px 40px 0px;
    padding: 10px;
  }
}
@media (max-width: 800px) { /* スマホ・タブレット用 */
  .contact_line {
    display: flex;
    flex-direction: column;
    border: 1px solid #c7d56f;
    margin: 40px 0px 40px 0px;
    padding: 10px;
  }
}