section#hoikuen {
  background-color: #ffc100;
  padding: 20px 10%;
}
.section_logo {
  border-bottom: 1px solid #fcf1cc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.link_button a::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffc100;
}
section#gakudo {
  background-color: #ffda66;
  padding: 20px 10%;
}
p#banner_title {
  font-size: 24px;
  font-weight: 600;
  color: #ffc100;
}

@media only screen and (min-width: 701px){
  #header_logo_sp, #hoikuen_img_sp, #gakudo_img_sp, #hoikuen_logo_sp, #baby_hoikuen_logo_sp, #gakudo_logo_sp, .link_icon_sp {
    display: none;
  }
  header {
    width: 100%;
    text-align: center;
  }
  #header_logo_pc {
    width: 100%;
  }
  .homepage_link {
    background-color: #ffffff;
    padding: 20px;
    margin: 50px 0;
    border-radius: 1em;
    position: relative;
  }
  .homepage_link a {
    font-size: 18pt;
    text-decoration: underline;
    color: #000000;
  }
  .link_icon_pc {
    display: inline-block;
    margin-bottom: 8px;
  }
  #hoikuen_img_pc {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 10px;
    top: -50px;
  }
  .link_button {
    background-color: #ffffff;
    width: 18%;
    height: 50px;
    border-radius: 1.5em;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin: 0 10px 30px 0;
  }
  .link_button a {
    font-size: 14pt;
    text-decoration: underline;
    color: #000000;
  }
  #gakudo_img_pc {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 10px;
    top: -60px;
  }
  section#banners {
    background-color: #ffffff;
    padding: 3% 10%;
    text-align: center;
  }
  .banner {
    /* width: 500px; */
    width: 29%;
    display: inline-block;
    margin: 10px;
  }
  #dummy_banner {
    /* width: 500px; */
    display: inline-block;
  }
  footer {
    color: #ffffff;
    background-color: #ffc100;
    padding: 3px;
    text-align: center;
  }
}

@media only screen and (max-width: 700px){
  #header_logo_pc, #hoikuen_img_pc, #gakudo_img_pc, #hoikuen_logo_pc, #baby_hoikuen_logo_pc, #gakudo_logo_pc, .link_icon_pc {
    display: none;
  }
  header {
    width: 100%;
  }
  #header_logo_sp {
    width: 100%;
  }
  .homepage_link {
    background-color: #ffffff;
    padding: 20px;
    margin: 30px 0 90%;
    border-radius: 1em;
    position: relative;
  }
  .homepage_link a {
    font-size: 15pt;
    text-decoration: underline;
    color: #000000;
  }
  .link_icon_sp {
    display: inline-block;
    height: 30px;
    margin-bottom: 8px;
  }
  #hoikuen_img_sp {
    width: 80%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 100px;
  }
  #hoikuen_logo_sp {
    width: 80%;
  }
  .link_button {
    background-color: #ffffff;
    width: 46%;
    height: 50px;
    border-radius: 1.5em;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin: 0 3px 30px 3px;
  }
  .link_button a {
    font-size: 14pt;
    text-decoration: underline;
    color: #000000;
  }
  #baby_hoikuen_logo_sp {
    width: 90%;
  }
  #gakudo_img_sp {
    width: 80%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 100px;
  }
  #gakudo_logo_sp {
    width: 80%;
  }
  section#banners {
    background-color: #ffffff;
    padding: 5% 10%;
    text-align: center;
  }
  .banner {
    /* width: 100%; */
    width: 60%;
    display: inline-block;
    margin: 10px 0;
  }
  footer {
    color: #ffffff;
    background-color: #ffc100;
    padding: 8px;
    text-align: center;
  }
}
