@charset "UTF-8";
body {
  font-family: "Noto Serif", serif;
  font-weight: 300;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #555;
}
a:hover {
  color: rgb(183, 160, 14);
}

p {
  padding: 15px;
}

h2 {
  font-weight: 300;
}

.font-freehand {
  font-family: "Nothing You Could Do", cursive;
}

.font-freehand2 {
  font-family: "Yellowtail", cursive;
}

.title-freehand {
  font-size: 50px;
  text-align: center;
  padding: 10px 25px;
}

@media screen and (max-width: 640px) {
  .title-freehand {
    font-size: 36px;
    text-align: center;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 390px) {
  .title-freehand {
    font-size: 30px;
    text-align: center;
    padding: 10px 25px;
  }
}
.fullwidth_image {
  width: 100%;
  line-height: 0;
}

.width80 {
  width: 80%;
}

.block {
  margin-bottom: 50px;
}

.gme-center {
  text-align: center;
}

.btn_contactus {
  text-align: center;
  margin-top: 50px;
}
.btn_contactus a {
  display: inline-block;
  padding: 20px 50px;
  font-size: 24px;
  font-weight: normal;
  border-radius: 100px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1333333333);
  text-decoration: none;
}
.btn_contactus a:hover {
  background-color: rgba(0, 0, 0, 0.0666666667);
}

@media screen and (max-width: 640px) {
  .btn_contactus {
    margin: 30px 0;
  }
  .btn_contactus a {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.logo_full {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.logo_full .logomark {
  background-size: contain;
  background-repeat: no-repeat;
  width: 15%;
  aspect-ratio: 600/512;
  margin-right: 20px;
}
.logo_full .logotype {
  width: 85%;
}
.logo_full .logotype .logotype1 {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1334/71;
}
.logo_full .logotype .logotype2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  aspect-ratio: 864/51;
}

@media screen and (max-width: 640px) {
  .logo_full {
    width: 90%;
  }
}
body {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: 22px;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: #555;
}
a:visited {
  color: #555;
}
a:hover {
  color: rgb(183, 160, 14);
}

.site-branding {
  margin-top: 20px;
}
.site-branding .logo_full .logomark {
  margin-top: -15px;
}

.post-password-form {
  padding: 30px;
}
.post-password-form p {
  margin: 15px 0;
}

.page {
  margin-bottom: 0;
}

.block {
  padding: 40px 15px;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 1100px) {
  .block {
    width: 100%;
  }
  .site-branding .logo_full .logomark {
    margin-right: 5px;
    margin-top: -15px;
  }
}
.page_header_container {
  aspect-ratio: 1512/371;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./images/common/title_bg.jpg");
  background-size: cover;
  box-sizing: border-box;
}
.page_header_container h1 {
  font-size: 60px;
  font-weight: 300;
  font-family: Georgia, "Times New Roman", Times, serif;
}

@media screen and (max-width: 640px) {
  .page_header_container h1 {
    font-size: 24px;
  }
}
#masthead {
  padding: 15px 0;
  padding-bottom: 0;
}
#masthead .menu-menu-1-container #primary-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
#masthead .menu-menu-1-container #primary-menu .menu-item {
  margin: 3px;
  width: 100px;
}
#masthead .menu-menu-1-container #primary-menu .menu-item a {
  font-size: 14px;
  display: block;
  padding: 7px 10px;
  border: 1px solid #777;
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 110%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  #masthead .menu-menu-1-container #primary-menu .menu-item {
    margin: 3px;
    width: 175px;
  }
}
@media screen and (max-width: 720px) {
  #masthead .menu-menu-1-container #primary-menu .menu-item {
    margin: 2px;
    width: 140px;
  }
  #masthead .menu-menu-1-container #primary-menu .menu-item a {
    border: 1px solid #777;
    border-radius: 2px;
  }
}
@media screen and (max-width: 580px) {
  #masthead .menu-menu-1-container #primary-menu .menu-item {
    margin: 2px;
    width: 130px;
  }
  #masthead .menu-menu-1-container #primary-menu .menu-item a {
    border: 1px solid #777;
    border-radius: 2px;
  }
}
@media screen and (max-width: 550px) {
  #masthead .menu-menu-1-container #primary-menu .menu-item {
    margin: 2px;
    width: 115px;
  }
  #masthead .menu-menu-1-container #primary-menu .menu-item a {
    border: 1px solid #777;
    border-radius: 2px;
  }
}
@media screen and (max-width: 480px) {
  #masthead .menu-menu-1-container #primary-menu .menu-item {
    margin: 2px;
    width: 106px;
  }
  #masthead .menu-menu-1-container #primary-menu .menu-item a {
    font-size: 13px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 430px) {
  #masthead .menu-menu-1-container #primary-menu .menu-item {
    margin: 2px;
    width: 100px;
  }
  #masthead .menu-menu-1-container #primary-menu .menu-item a {
    font-size: 13px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 390px) {
  #masthead .menu-menu-1-container #primary-menu .menu-item {
    margin: 2px;
    width: 90px;
  }
  #masthead .menu-menu-1-container #primary-menu .menu-item a {
    font-size: 13px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 360px) {
  #masthead .menu-menu-1-container #primary-menu .menu-item {
    margin: 2px;
    width: 85px;
  }
  #masthead .menu-menu-1-container #primary-menu .menu-item a {
    font-size: 13px;
    border-radius: 2px;
  }
}

#colophon .footer_container .footer_info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 15px;
}
#colophon .footer_container .footer_info .branch .name {
  font-weight: 300;
  font-size: 120%;
  color: #000;
}
#colophon .footer_container .footer_info .branch .address, #colophon .footer_container .footer_info .branch .phone {
  font-size: 90%;
}
#colophon .footer_container .footer_info .branch:first-child {
  margin-bottom: 10px;
}
#colophon .footer_container .footer_info .menu_and_snsicons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 500px;
  margin-left: 20px;
}
#colophon .footer_container .footer_info .menu_and_snsicons ul {
  background-color: rgba(0, 0, 0, 0.0666666667);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
#colophon .footer_container .footer_info .menu_and_snsicons ul li a {
  display: block;
  padding: 10px 20px;
}
#colophon .footer_container .footer_info .menu_and_snsicons .snsicons {
  display: flex;
  justify-content: right;
}
#colophon .footer_container .footer_info .menu_and_snsicons .snsicons a {
  font-size: 30px;
  padding: 15px;
}
#colophon .footer_container .copyright {
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  #colophon .footer_container .footer_info {
    display: block;
  }
  #colophon .footer_container .footer_info .menu_and_snsicons {
    display: block;
    width: 100%;
    margin: 0px;
  }
  #colophon .footer_container .footer_info .menu_and_snsicons ul {
    margin: 15px 0;
    padding: 5px 10px;
  }
  #colophon .footer_container .footer_info .menu_and_snsicons ul li a {
    padding: 5px 8px;
    font-size: 12px;
  }
  #colophon .footer_container .footer_info .menu_and_snsicons .snsicons {
    justify-content: center;
  }
  #colophon .footer_container .footer_info .menu_and_snsicons .snsicons a {
    font-size: 24px;
    padding: 5px 15px;
  }
  #colophon .footer_container .copyright {
    font-size: 10px;
  }
}

#page_top .logotype {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #page_top .logotype {
    width: 100%;
  }
}
#page_top .teacherimg {
  text-align: center;
}
#page_top .teacherimg img {
  width: 500px;
  margin-bottom: 10px;
}
#page_top .introduce {
  padding: 40px 80px;
  box-sizing: border-box;
}
#page_top .introduce .line1 {
  margin-bottom: 50px;
}
#page_top .introduce .line1 h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}
#page_top .introduce .line1 .logotype {
  width: 80%;
  margin: 0 auto;
}
#page_top .introduce .line1 .logotype .logotype1 {
  background-image: url("./images/common/logotype1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1334/71;
}
#page_top .introduce .line1 .logotype .logotype2 {
  background-image: url("./images/common/logotype2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  aspect-ratio: 864/51;
}
#page_top .introduce .line2 {
  margin: 0 auto;
}
#page_top .introduce .line2 img {
  width: 100%;
}
#page_top .introduce .line3 {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  #page_top .introduce {
    padding: 10px;
    margin-top: 50px;
  }
  #page_top .introduce .line1 {
    margin-bottom: 10px;
  }
  #page_top .introduce .line1 h2 {
    font-size: 20px;
  }
}
#page_top .butterfly {
  position: relative;
  height: 0;
  width: 280px;
  bottom: 70px;
  left: -485px;
}
#page_top .announcement {
  padding: 40px 60px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page_top .announcement .line1 {
  text-align: center;
  font-size: 45px;
}
#page_top .announcement .line2 {
  margin-top: 20px;
  width: 900px;
}
#page_top .announcement .line2 .items {
  height: 300px;
  overflow: scroll;
}
#page_top .announcement .line2 .items a {
  cursor: pointer;
  text-decoration: none;
}
#page_top .announcement .line2 .items .item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-top: dashed 1px #71C0F4;
}
#page_top .announcement .line2 .items .item:last-child {
  border-bottom: dashed 1px #71C0F4;
}
#page_top .announcement .line2 .items .item .date {
  background-color: #9DC9DA;
  width: 140px;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  border-radius: 15px;
  line-height: 1;
  font-weight: bold;
}
#page_top .announcement .line2 .items .item .title {
  width: calc(100% - 140px);
}
@media screen and (max-width: 1000px) {
  #page_top .butterfly {
    position: relative;
    height: 0;
    width: 220px;
    bottom: 40px;
    left: -440px;
  }
  #page_top .announcement {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  #page_top .announcement .line2 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  #page_top .announcement .line2 .items {
    position: relative;
  }
  #page_top .announcement .line2 .items .item {
    display: block;
    padding: 10px;
  }
}
#page_top .event01 {
  margin-bottom: -25px;
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page_top .event01 h2 {
  text-align: center;
  font-size: 45px;
}
#page_top .schedule {
  background-size: contain;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #b8e0f0;
  margin: 30px 30px 100px 30px;
}
#page_top .schedule .line2 {
  margin: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}
#page_top .schedule .line2 .container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#page_top .schedule .line2 .container h2 {
  background-color: #b8e0f0;
  color: #FFF;
  text-align: center;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  font-weight: 500;
  font-size: 35px;
}
#page_top .schedule .line2 .container .item {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  padding: 10px;
}
#page_top .schedule .line2 .container .item:last-child {
  border: none;
}
#page_top .schedule .line2 .container .item .date {
  padding: 3px;
  width: 250px;
  font-weight: bold;
  padding-bottom: 0;
}
#page_top .schedule .line2 .container .item .title {
  padding-left: 3px;
  box-sizing: border-box;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  width: calc(100% - 150px);
}
#page_top .schedule .line2 .container .icon {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -30px;
  bottom: -18px;
}
@media screen and (max-width: 1000px) {
  #page_top .event01 {
    padding: 20px 0px 0px 0px;
  }
  #page_top .schedule {
    background-size: cover;
    background-position: bottom;
    padding: 10px;
  }
  #page_top .schedule .line2 {
    margin: 0px 0px;
  }
  #page_top .schedule .line2 .container .icon {
    width: 80px;
    height: 80px;
  }
  #page_top .schedule .line2 .container h2 {
    font-size: 25px;
  }
  #page_top .schedule .line2 .container .item {
    font-size: 16px;
    display: block;
  }
  #page_top .schedule .line2 .container .item .date {
    width: 100%;
  }
  #page_top .schedule .line2 .container .item .title {
    width: 100%;
    border-left: solid 0px rgba(0, 0, 0, 0.2);
  }
}
#page_top .affiliate {
  margin-top: 80px;
}
#page_top .affiliate .line1 {
  overflow: hidden;
}
#page_top .affiliate .line1 .item {
  display: flex;
  margin: 20px 0;
}
#page_top .affiliate .line1 .item a {
  display: block;
}
#page_top .affiliate .line1 .item a img {
  width: 100%;
}
#page_top .affiliate .line1 .item .right {
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 910px) {
  #page_top .butterfly {
    bottom: 50px;
    left: -400px;
  }
}
@media screen and (max-width: 830px) {
  #page_top .butterfly {
    left: -360px;
  }
}
@media screen and (max-width: 745px) {
  #page_top .butterfly {
    left: -300px;
  }
  #page_top .announcement .line2 .items .item .title {
    width: calc(100% - 20px);
  }
  #page_top .affiliate {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  #page_top .butterfly {
    left: -210px;
    bottom: 70px;
  }
}
@media screen and (max-width: 580px) {
  #page_top .butterfly {
    width: 180px;
    left: -210px;
    bottom: 50px;
  }
  #page_top .schedule .line2 .container .icon {
    width: 65px;
    height: 65px;
  }
  #page_top .affiliate {
    margin-top: 40px;
  }
}
@media screen and (max-width: 430px) {
  #page_top .butterfly {
    width: 130px;
    left: -160px;
    bottom: 30px;
    margin-top: -20px;
  }
  #page_top .affiliate {
    margin-top: 20px;
  }
}
#page_top .contacts .line1 {
  margin: 40px 80px;
  box-sizing: border-box;
}
#page_top .contacts .line1 .item {
  display: flex;
  margin: 20px 0;
}
#page_top .contacts .line1 .item a {
  display: block;
}
#page_top .contacts .line1 .item a img {
  width: 100%;
}
#page_top .contacts .line1 .item .left {
  width: 70%;
  margin-right: 20px;
  background-color: #fff9c8;
}
#page_top .contacts .line1 .item .right {
  background-color: rgba(0, 0, 0, 0.2);
  width: calc(30% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #page_top .contacts {
    padding: 0px;
  }
  #page_top .contacts .line1 {
    margin: 10px;
  }
  #page_top .contacts .line1 .item .left {
    margin-right: 0px;
  }
  #page_top .contacts .line1 .item .right {
    font-size: 12px;
    width: calc(30% - 0px);
  }
}
#page_top .block_contactus {
  margin: 65px 0px 30px 0px;
}

#page_aboutus {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
#page_aboutus .block1 {
  margin-top: 40px;
}
#page_aboutus .block1 .line1, #page_aboutus .block1 .line2, #page_aboutus .block1 .line3 {
  margin-bottom: 50px;
}
#page_aboutus .block1 .line1 .body, #page_aboutus .block1 .line2 .body, #page_aboutus .block1 .line3 .body {
  display: flex;
  justify-content: space-between;
}
#page_aboutus .block1 .line1 .body .thumbnail, #page_aboutus .block1 .line2 .body .thumbnail, #page_aboutus .block1 .line3 .body .thumbnail {
  position: relative;
  margin-top: 8px;
  background-image: url("https://dummyimage.com/500x500/555/fff.jpg&text=1:");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 350px;
  height: 304.6153846154px;
}
#page_aboutus .block1 .line1 .body .thumbnail .icon, #page_aboutus .block1 .line2 .body .thumbnail .icon, #page_aboutus .block1 .line3 .body .thumbnail .icon {
  width: 100px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
#page_aboutus .block1 .line1 .body .content, #page_aboutus .block1 .line2 .body .content, #page_aboutus .block1 .line3 .body .content {
  width: calc(100% - 370px);
}
#page_aboutus .block1 .line1 .body .content h3, #page_aboutus .block1 .line2 .body .content h3, #page_aboutus .block1 .line3 .body .content h3 {
  font-weight: 400;
  font-size: 30px;
  margin-top: -15px;
}
#page_aboutus .block1 .line2 .body {
  flex-direction: row-reverse;
}
#page_aboutus .block1 .line1 .body .thumbnail {
  background-image: url("./images/aboutus/Our Mission.jpg");
}
#page_aboutus .block1 .line1 .icon {
  background-image: url("./images/aboutus/image_fish.png");
  bottom: -50px;
  left: -50px;
}
#page_aboutus .block1 .line2 .body .thumbnail {
  background-image: url("./images/aboutus/Our Philosophy.jpg");
}
#page_aboutus .block1 .line2 .icon {
  background-image: url("./images/aboutus/image_whale.png");
  bottom: -80px;
  right: -20px;
}
#page_aboutus .block1 .line3 .body .thumbnail {
  background-image: url("./images/aboutus/Our Goal.jpg");
}
#page_aboutus .block1 .line4 .body {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
#page_aboutus .block1 .line4 .body .thumbnail {
  position: relative;
  background-image: url("./images/aboutus/image_turip.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  aspect-ratio: 130/135;
  margin-right: 15px;
}
#page_aboutus .block1 .line4 .body .content {
  font-size: 30px;
}
#page_aboutus .curriculum .line1 {
  margin: 30px 0px 50px 0px;
}
#page_aboutus .curriculum .line1 .container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#page_aboutus .curriculum .line1 .container .box-container .box {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  margin: 5px;
  transform: 1s;
}
#page_aboutus .curriculum .line1 .container .box-container .box :hover {
  transform: scale(1.3);
  z-index: 2;
}
#page_aboutus .curriculum .line1 .container .box-container .box .img {
  display: block;
  width: 260px;
  border-radius: 2px;
}
#page_aboutus .montessori_curriculum .line1 {
  margin-bottom: 50px;
}
#page_aboutus .montessori_curriculum .line1 .thumbnail {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 780/229;
  margin-top: 20px;
}
#page_aboutus .montessori_curriculum .line2, #page_aboutus .montessori_curriculum .line3, #page_aboutus .montessori_curriculum .line4, #page_aboutus .montessori_curriculum .line5, #page_aboutus .montessori_curriculum .line6 {
  margin-bottom: 60px;
}
#page_aboutus .montessori_curriculum .line2 h3, #page_aboutus .montessori_curriculum .line3 h3, #page_aboutus .montessori_curriculum .line4 h3, #page_aboutus .montessori_curriculum .line5 h3, #page_aboutus .montessori_curriculum .line6 h3 {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 15px 0px 5px;
  line-height: 1;
  margin-bottom: 15px;
}
#page_aboutus .montessori_curriculum .line2 .body, #page_aboutus .montessori_curriculum .line3 .body, #page_aboutus .montessori_curriculum .line4 .body, #page_aboutus .montessori_curriculum .line5 .body, #page_aboutus .montessori_curriculum .line6 .body {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_aboutus .montessori_curriculum .line2 .body .thumbnail_container, #page_aboutus .montessori_curriculum .line3 .body .thumbnail_container, #page_aboutus .montessori_curriculum .line4 .body .thumbnail_container, #page_aboutus .montessori_curriculum .line5 .body .thumbnail_container, #page_aboutus .montessori_curriculum .line6 .body .thumbnail_container {
  width: calc(50% - 15px);
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.0666666667);
  padding: 20px;
}
#page_aboutus .montessori_curriculum .line2 .body .thumbnail_container .thumbnail, #page_aboutus .montessori_curriculum .line3 .body .thumbnail_container .thumbnail, #page_aboutus .montessori_curriculum .line4 .body .thumbnail_container .thumbnail, #page_aboutus .montessori_curriculum .line5 .body .thumbnail_container .thumbnail, #page_aboutus .montessori_curriculum .line6 .body .thumbnail_container .thumbnail {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#page_aboutus .montessori_curriculum .line2 .body .content, #page_aboutus .montessori_curriculum .line3 .body .content, #page_aboutus .montessori_curriculum .line4 .body .content, #page_aboutus .montessori_curriculum .line5 .body .content, #page_aboutus .montessori_curriculum .line6 .body .content {
  width: calc(50% - 15px);
}
#page_aboutus .montessori_curriculum .line2 .body, #page_aboutus .montessori_curriculum .line4 .body {
  flex-direction: row-reverse;
}
#page_aboutus .montessori_curriculum .line6 {
  margin-bottom: 0px;
}
#page_aboutus .montessori_curriculum .line6 .body {
  display: block;
  width: 100%;
}
#page_aboutus .montessori_curriculum .line6 .body .thumbnail {
  aspect-ratio: 654/461;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  margin: 0 auto;
}
#page_aboutus .montessori_curriculum .line6 .body .content {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #page_aboutus .block1 {
    margin: 0px;
    margin-top: 50px;
    padding: 10px;
    overflow: hidden;
  }
  #page_aboutus .block1 .line1 .body, #page_aboutus .block1 .line2 .body, #page_aboutus .block1 .line3 .body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
  }
  #page_aboutus .block1 .line1 .body .thumbnail, #page_aboutus .block1 .line2 .body .thumbnail, #page_aboutus .block1 .line3 .body .thumbnail {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    background-size: contain;
    margin-bottom: 30px;
  }
  #page_aboutus .block1 .line1 .body .content, #page_aboutus .block1 .line2 .body .content, #page_aboutus .block1 .line3 .body .content {
    margin-top: 10px;
    width: calc(100% - 0px);
  }
  #page_aboutus .block1 .line1 .body .content .mission, #page_aboutus .block1 .line2 .body .content .mission, #page_aboutus .block1 .line3 .body .content .mission {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #page_aboutus .block1 .line1 .icon {
    top: -25px;
  }
  #page_aboutus .curriculum {
    margin-top: 50px;
    padding: 10px;
    box-sizing: border-box;
  }
  #page_aboutus .curriculum .line1 .container {
    display: flex;
    flex-wrap: wrap;
  }
  #page_aboutus .curriculum .line1 .container .box-container {
    display: flex;
    justify-content: center;
  }
  #page_aboutus .curriculum .line1 .container .box-container .disable {
    pointer-events: none;
    cursor: default;
  }
  #page_aboutus .curriculum .line1 .container .box-container .box {
    width: 100%;
  }
  #page_aboutus .montessori_curriculum {
    margin-top: 80px;
    padding: 10px;
    box-sizing: border-box;
  }
  #page_aboutus .montessori_curriculum h2 {
    line-height: 1;
  }
  #page_aboutus .montessori_curriculum .line1 .thumbnail {
    width: 100%;
  }
  #page_aboutus .montessori_curriculum .line2 .body, #page_aboutus .montessori_curriculum .line3 .body, #page_aboutus .montessori_curriculum .line4 .body, #page_aboutus .montessori_curriculum .line5 .body, #page_aboutus .montessori_curriculum .line6 .body {
    display: block;
  }
  #page_aboutus .montessori_curriculum .line2 .body .thumbnail_container, #page_aboutus .montessori_curriculum .line3 .body .thumbnail_container, #page_aboutus .montessori_curriculum .line4 .body .thumbnail_container, #page_aboutus .montessori_curriculum .line5 .body .thumbnail_container, #page_aboutus .montessori_curriculum .line6 .body .thumbnail_container {
    width: 100%;
    margin-bottom: 15px;
  }
  #page_aboutus .montessori_curriculum .line2 .body .content, #page_aboutus .montessori_curriculum .line3 .body .content, #page_aboutus .montessori_curriculum .line4 .body .content, #page_aboutus .montessori_curriculum .line5 .body .content, #page_aboutus .montessori_curriculum .line6 .body .content {
    width: 100%;
  }
  #page_aboutus .montessori_curriculum .line6 .body .thumbnail {
    width: 100%;
  }
}
#page_schedule .daily_schedule .line1 {
  background-color: #FFFDF1;
  box-sizing: border-box;
  padding: 20px 100px;
  margin-top: 20px;
}
#page_schedule .daily_schedule .line1 h3 {
  text-align: center;
}
#page_schedule .daily_schedule .line1 .body h3 {
  margin: 20px;
  font-size: 24px;
  font-weight: bold;
}
#page_schedule .daily_schedule .line1 .body .timetable {
  position: relative;
}
#page_schedule .daily_schedule .line1 .body .timetable .vline {
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #CEEECC;
  left: 64px;
  top: 0;
  z-index: 0;
}
#page_schedule .daily_schedule .line1 .body .timetable .time-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
  z-index: 200;
}
#page_schedule .daily_schedule .line1 .body .timetable .time-container .time {
  width: 100px;
  background-color: #CEEECC;
  text-align: center;
  border-radius: 30px;
  margin: auto 20px;
}
#page_schedule .daily_schedule .line1 .body .timetable .time-container .content {
  text-align: center;
}
#page_schedule .daily_schedule .line1-1 {
  background-color: #FFFDF1;
  box-sizing: border-box;
  padding: 20px 100px;
  margin-top: 20px;
}
#page_schedule .daily_schedule .line1-1 h3 {
  text-align: center;
}
#page_schedule .daily_schedule .line1-1 .body h3 {
  margin: 20px;
  font-size: 30px;
  font-weight: bold;
}
#page_schedule .daily_schedule .line1-1 .body .timetable .time-container {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1333333333);
}
#page_schedule .daily_schedule .line1-1 .body .timetable .time-container .time {
  width: 110px;
  background-color: #CEEECC;
  text-align: center;
  border-radius: 30px;
  font-size: 24px;
  padding: 3px 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6666666667);
}
#page_schedule .daily_schedule .line1-1 .body .timetable .time-container .content {
  text-align: right;
}
#page_schedule .daily_schedule .line1-1 .body .timetable .time-container:last-child {
  border: none;
}
#page_schedule .yearly_calendar .guide {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 12px;
}
#page_schedule .yearly_calendar .guide div {
  margin: 10px;
}
#page_schedule .yearly_calendar .guide .event {
  color: rgb(25, 142, 192);
}
#page_schedule .yearly_calendar .guide .holiday {
  color: #f00;
}
#page_schedule .yearly_calendar .line1 {
  margin-top: 20px;
}
#page_schedule .yearly_calendar .line1 .months .month {
  border-top: 1px solid #aaa;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
#page_schedule .yearly_calendar .line1 .months .month:last-child {
  border-bottom: 1px solid #aaa;
}
#page_schedule .yearly_calendar .line1 .months .month .label {
  font-weight: bold;
  width: 160px;
  border-right: 1px dashed rgba(0, 0, 0, 0.1333333333);
}
#page_schedule .yearly_calendar .line1 .months .month .events {
  width: calc(100% - 180px);
  word-break: break-all;
}
#page_schedule .yearly_calendar .line1 .months .month .events .item {
  line-height: 100%;
  margin-bottom: 7px;
  line-height: 110%;
  color: rgb(25, 142, 192);
}
#page_schedule .yearly_calendar .line1 .months .month .events .item:last-child {
  margin-bottom: 0px;
}
#page_schedule .yearly_calendar .line1 .months .month .events .holiday {
  color: #f00;
  font-size: 90%;
}
#page_schedule .yearly_calendar .calendar_container {
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#page_schedule .yearly_calendar .calendar_container a {
  display: flex;
  align-items: center;
  color: #f00;
  padding: 10px 20px;
  border: 1px solid #f00;
  border-radius: 5px;
}
#page_schedule .yearly_calendar .calendar_container a:hover {
  background-color: rgba(255, 0, 0, 0.3333333333);
}
#page_schedule .yearly_calendar .calendar_container img {
  width: 40px;
  margin-right: 10px;
}
#page_schedule .block_contactus {
  margin: -15px 0px 50px 0px;
}

@media screen and (max-width: 640px) {
  #page_schedule .daily_schedule {
    margin: 0;
    margin-top: 50px;
    padding: 0;
  }
  #page_schedule .daily_schedule h2 {
    line-height: 1;
  }
  #page_schedule .daily_schedule .line1 {
    padding: 0;
  }
  #page_schedule .daily_schedule .line1 .body h3 {
    padding-top: 20px;
    font-size: 20px;
  }
  #page_schedule .daily_schedule .line1-1 {
    margin: 0;
    margin-top: 50px;
    padding: 0;
  }
  #page_schedule .daily_schedule .line1-1 .body h3 {
    padding-top: 20px;
    font-size: 20px;
  }
  #page_schedule .daily_schedule .line1-1 .body .timetable .time-container {
    display: block;
    padding: 15px;
  }
  #page_schedule .daily_schedule .line1-1 .body .timetable .time-container:first-child {
    border-top: 1px dashed rgba(0, 0, 0, 0.1333333333);
  }
  #page_schedule .yearly_calendar {
    margin: 0;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 0;
  }
  #page_schedule .yearly_calendar .line1 {
    margin-top: 20px;
  }
  #page_schedule .yearly_calendar .line1 .months .month {
    display: block;
  }
  #page_schedule .yearly_calendar .line1 .months .month .events {
    margin-top: 15px;
    width: 100%;
    font-size: 90%;
  }
}
#page_classes .line1 {
  margin-top: 30px;
  margin-bottom: 50px;
}
#page_classes .line2 .classes .class {
  margin-top: 50px;
}
#page_classes .line2 .classes .class h2 {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 15px;
  font-size: 45px;
  text-align: center;
  line-height: 1.2;
}
#page_classes .line2 .classes .class h2 .sub {
  display: block;
  font-size: 75%;
}
#page_classes .line2 .classes .class .image {
  margin-top: 20px;
  width: 70%;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
}
#page_classes .line2 .classes .class h3 {
  font-size: 30px;
  text-align: center;
  margin: 15px auto;
}
#page_classes .line2 .classes .class .timetables {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2666666667);
  width: 700px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 0px;
}
#page_classes .line2 .classes .class .timetables h3 {
  text-decoration: underline;
}
#page_classes .line2 .classes .class .timetables .timetable {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_classes .line2 .classes .class .timetables .timetable .left, #page_classes .line2 .classes .class .timetables .timetable .right {
  margin: 10px 30px;
}
#page_classes .line2 .classes .class .timetables .timetable .left {
  font-size: 24px;
}
#page_classes .line2 .classes .class .timetables .timetable .right {
  font-size: 20px;
}
#page_classes .line3 {
  margin-top: 50px;
}
#page_classes .line3 .extraclasses {
  margin-top: 50px;
}
#page_classes .line3 .extraclasses .item {
  margin-bottom: 50px;
}
#page_classes .line3 .extraclasses .item .image {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 5px;
  overflow: hidden;
}
#page_classes .line3 .extraclasses .item .image img {
  width: 100%;
}
#page_classes .block_contactus {
  margin: -50px 0px 50px 0px;
}

@media screen and (max-width: 640px) {
  #page_classes .block {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
  }
  #page_classes h2 {
    line-height: 1;
  }
  #page_classes .description {
    margin: 0 10px;
  }
  #page_classes .line1 {
    margin: 0 10px;
    margin-top: 30px;
  }
  #page_classes .line2 .classes .class h2 .sub {
    font-size: 60%;
  }
  #page_classes .line2 .classes .class .timetables {
    width: 95%;
  }
  #page_classes .line2 .classes .class .timetables .timetable {
    flex-direction: column;
  }
  #page_classes .block_contactus {
    margin: 10px 0px 0px 0px;
  }
}
#page_facilities .facility-navi {
  margin-top: 50px;
  margin-bottom: -50px;
  display: flex;
  justify-content: center;
}
#page_facilities .facility-navi a {
  margin: 5px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1333333333);
}
#page_facilities .line {
  margin-top: 50px;
  margin-bottom: 50px;
}
#page_facilities .line h2 {
  margin-bottom: 10px;
}
#page_facilities .block_contactus {
  margin: 100px 0;
}
@media screen and (max-width: 640px) {
  #page_facilities .block_contactus {
    margin: -40px 0px 0px 0px;
  }
}
@media screen and (max-width: 430px) {
  #page_facilities .facility-navi a {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  #page_facilities .facility-navi a {
    font-size: 18px;
  }
}

#page_contactus h2 {
  margin: 20px 0;
}
#page_contactus .line1 {
  margin-bottom: 50px;
}
#page_contactus .line1 div {
  margin-bottom: 20px;
}
#page_contactus .line2 {
  margin-bottom: 50px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 50px 30px;
}
#page_contactus .line2 .item {
  margin-bottom: 10px;
}
#page_contactus .line2 .item:last-child {
  margin-bottom: 0;
}
#page_contactus .line2 .submit {
  margin-top: 20px;
}
#page_contactus .line2 input, #page_contactus .line2 textarea {
  margin-top: 5px;
  font-size: 20px;
  padding: 10px 15px;
}
#page_contactus .line2 input[type=text], #page_contactus .line2 input[type=email] {
  width: 45%;
  margin-right: 15px;
}
#page_contactus .line2 input[name=text-child-age] {
  width: 100px;
}
#page_contactus .line2 textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#page_contactus .line3 .branch {
  margin-top: 50px;
}
#page_contactus .line3 .branch h2 {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 15px;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
}
#page_contactus .line3 .branch .branch-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#page_contactus .line3 .branch .branch-container .left {
  width: 300px;
}
#page_contactus .line3 .branch .branch-container .left .item {
  margin-bottom: 15px;
}
#page_contactus .line3 .branch .branch-container .left .item .label {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.0666666667);
  padding: 5px 8px;
  line-height: 1;
  margin-bottom: 3px;
}
#page_contactus .line3 .branch .branch-container .left .item .data {
  font-size: 16px;
  padding: 0 10px;
}
#page_contactus .line3 .branch .branch-container .left .contact {
  display: flex;
  justify-content: center;
  border: 1px solid #aaa;
  align-items: center;
}
#page_contactus .line3 .branch .branch-container .left .contact a {
  display: block;
  font-size: 30px;
  padding: 5px;
  line-height: 1;
}
#page_contactus .line3 .branch .branch-container .left .contact div {
  margin-right: 15px;
}
#page_contactus .line3 .branch .branch-container .left .map {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.0666666667);
  aspect-ratio: 1;
}
#page_contactus .line3 .branch .branch-container .right {
  width: calc(100% - 320px);
}
#page_contactus .line3 .branch .branch-container .right .image {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #page_contactus .facility-navi a {
    font-size: 20px;
  }
  #page_contactus .block {
    padding: 10px;
    box-sizing: border-box;
  }
  #page_contactus .line2 {
    padding: 0px;
  }
  #page_contactus .line2 input[type=text], #page_contactus .line2 input[type=email] {
    width: 100%;
    margin-right: 15px;
  }
  #page_contactus .line3 .branch .branch-container {
    display: flex;
    flex-direction: column-reverse;
  }
  #page_contactus .line3 .branch .branch-container .left {
    width: 100%;
  }
  #page_contactus .line3 .branch .branch-container .right {
    width: 100%;
  }
}
#page_parentportal_menu .block h3 {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 15px 0px 5px;
  line-height: 1;
  margin-bottom: 15px;
}
#page_parentportal_menu .block .line1 {
  text-align: center;
}
#page_parentportal_menu .block .line2 {
  margin-top: 20px;
}
#page_parentportal_menu .block .line2 h3 {
  margin: 50px auto;
}
#page_parentportal_menu .block .line2 h3 a {
  display: block;
  padding: 20px;
}

#page_parentportal {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
#page_parentportal .block {
  padding: 20px 10px 0px 10px;
}
#page_parentportal .block h3 {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 15px 0px 5px;
  line-height: 1;
  margin-bottom: 30px;
}
#page_parentportal .block .line1, #page_parentportal .block .line6 {
  text-align: center;
}
#page_parentportal .block .line {
  margin-top: 50px;
}
#page_parentportal .block .line2 .items, #page_parentportal .block .line3 .items, #page_parentportal .block .line4 .items, #page_parentportal .block .line5 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#page_parentportal .block .line2 .items .item, #page_parentportal .block .line3 .items .item, #page_parentportal .block .line4 .items .item, #page_parentportal .block .line5 .items .item {
  padding: 10px 25px;
  background-color: #CEEECC;
  border-radius: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}
#page_parentportal .block .line2 .items .item a, #page_parentportal .block .line3 .items .item a, #page_parentportal .block .line4 .items .item a, #page_parentportal .block .line5 .items .item a {
  text-decoration: none;
}
#page_parentportal .block .line7 .items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}
#page_parentportal .block .line7 .items .item {
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 30px;
  width: calc(33.3333333333% - 15px);
}
#page_parentportal .block .line7 .items .item .thumbnail_container {
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#page_parentportal .block .line7 .items .title {
  word-break: break-all;
}
#page_parentportal .block .line7 .branches {
  display: flex;
  justify-content: center;
}
#page_parentportal .block .line7 .branches a {
  display: block;
  font-size: 30px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 10px;
  border: 1px solid #777;
  border-radius: 5px;
}
#page_parentportal .block .book_refference .items {
  justify-content: center;
}
#page_parentportal .gallery_container .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-left: 20px;
}
#page_parentportal .gallery_container .items .item {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-bottom: 40px;
}
#page_parentportal .gallery_container .items .item img {
  width: 100%;
}
#page_parentportal .gallery_container .items .item a {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  #page_parentportal .block h2 {
    font-size: 40px;
  }
  #page_parentportal .line h3 {
    font-size: 45px;
  }
  #page_parentportal .line2 {
    padding: 0px;
  }
  #page_parentportal .line3 .branch .branch-container {
    display: flex;
    flex-direction: column-reverse;
  }
  #page_parentportal .line3 .branch .branch-container .left {
    width: 100%;
  }
  #page_parentportal .line3 .branch .branch-container .right {
    width: 100%;
  }
  #page_parentportal .gallery_container .items {
    display: block;
    padding-left: 0px;
  }
  #page_parentportal .gallery_container .items .item {
    width: 100%;
  }
}
#page_parentportal_menu .GMA_pdf_button_container {
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#page_parentportal_menu .GMA_pdf_button_container a {
  display: flex;
  align-items: center;
  color: #f00;
  padding: 15px 10px;
  padding-left: 70px;
  padding-right: 20px;
  border: 1px solid #f00;
  border-radius: 5px;
  background-image: url("/wp-content/themes/golden-mind-achievers_child/images/common/icon_pdf.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 40px; /* アイコン画像の高さを90pxに調整し、比率を保つ */
}
#page_parentportal_menu .GMA_pdf_button_container a:hover {
  background-color: rgba(255, 0, 0, 0.3333333333);
}
#page_parentportal_menu .default-view a,
#page_parentportal_menu .ngg-imagebrowser a,
#page_parentportal_menu .ngg-galleryoverview a {
  display: block;
  background: none;
  border: none;
  padding: 0;
  align-items: normal;
}
#page_parentportal_menu .cat-6 {
  display: block;
}

#slick {
  background-color: #ff0;
}

.slider .slide {
  width: 100%;
  aspect-ratio: 16/9;
}
.slider .bg_cover {
  background-size: cover;
}