@media screen and (min-width: 0px) {
  html {
    font-size: 1vw;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2em;
    line-height: 1.75;
    font-weight: 400;
    width: 100%;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    width: 100%;
    vertical-align: bottom;
  }
  .contents-width {
    width: 90%;
    margin: 0 auto;
  }
  .large {
    display: none;
  }
  #header {
    position: relative;
    margin-bottom: 10vw;
  }
  #header .logo {
    width: 70vw;
    margin: 0 auto;
  }
  #header .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .link .accessGuide {
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    font-size: 1.8em;
    text-align: center;
    line-height: 10vw;
    background-color: #F5F5F5;
  }
  #header .link .tel,
  #header .link .line {
    width: 50%;
  }
  #front_page .contact {
    position: relative;
  }
  #front_page .contact .line {
    position: absolute;
    top: 129vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 88vw;
  }
  #front_page .part_nth6 {
    position: relative;
  }
  #front_page .part_nth6 .tel {
    position: absolute;
    top: 84vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 88vw;
  }
  #front_page .part_nth6 .line {
    position: absolute;
    top: 112vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 88vw;
  }
  #front_page .part_nth7 {
    background-color: #FFFCF5;
  }
  #front_page .part_nth7 .kids h2 {
    text-align: center;
    font-size: 25px;
    padding-top: 1em;
  }
  #front_page .part_nth7 .kids img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 300px;
    margin: 20px auto;
    display: block;
  }
  #front_page .part_nth7 img {
    margin-top: 12vw;
  }
  #front_page .part_nth7 .gm {
    margin-top: 10vw;
    height: 50vw;
  }
}

@media screen and (min-width: 600px) {
  .large {
    display: block;
  }
  body {
    font-size: 1em;
  }
  .contents-width {
    width: 90%;
    margin: 0 auto;
  }
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-left: 1vw;
  }
  #header .logo {
    width: 26.25vw;
    margin: 0;
  }
  #header .link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .link .accessGuide {
    width: auto;
    height: auto;
    background-color: #ffffff;
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: left;
    line-height: 1.75;
    margin-right: 1.5vw;
    padding-top: 0.5vw;
  }
  #header .link .tel,
  #header .link .line {
    width: 21vw;
  }
  #front_page .part_nth5 {
    position: relative;
  }
  #front_page .part_nth5 .line {
    position: absolute;
    top: 75vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70vw;
  }
  #front_page .part_nth6 .tel {
    top: 32vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70vw;
  }
  #front_page .part_nth6 .line {
    position: absolute;
    top: 55vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70vw;
  }
  #front_page .part_nth7 .kids h2 {
    text-align: center;
    font-size: 2.5rem;
    padding-top: 1em;
  }
  #front_page .part_nth7 .kids img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50vw;
    height: 30vw;
    margin: 20px auto;
    display: block;
  }
  #front_page .part_nth7 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #front_page .part_nth7 .flex .korona {
    width: 45%;
  }
  #front_page .part_nth7 .flex .insta {
    width: 100%;
  }
  #front_page .part_nth7 img {
    margin-top: 5vw;
  }
  #front_page .part_nth7 .gm {
    margin-top: 5vw;
    height: 30vw;
  }
}

@media screen and (min-width: 1100px) {
  #header {
    padding-left: 20px;
  }
  #header .logo {
    width: 262.5px;
  }
  #header .link .accessGuide {
    margin-right: 15px;
    font-size: 16px;
    padding-top: 5px;
  }
  #header .link .tel,
  #header .link .line {
    width: 210px;
  }
  #front_page .contact {
    position: relative;
  }
  #front_page .contact .line {
    position: absolute;
    top: 61vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50vw;
  }
  #front_page .part_nth6 .tel {
    top: 30vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50vw;
  }
  #front_page .part_nth6 .line {
    position: absolute;
    top: 45vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50vw;
  }
  #front_page .part_nth7 .kids h2 {
    text-align: center;
    font-size: 2.5rem;
    padding-top: 1em;
  }
  #front_page .part_nth7 .kids img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50vw;
    height: 30vw;
    margin: 20px auto;
    display: block;
  }
  #front_page .part_nth7 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #front_page .part_nth7 .flex .korona {
    width: 30%;
  }
  #front_page .part_nth7 .flex .insta {
    width: 100%;
    margin-left: 5vw;
  }
  #front_page .part_nth7 img {
    margin-top: 5vw;
  }
  #front_page .part_nth7 .gm {
    width: 70vw;
    height: 30vw;
    display: block;
    margin: 0 auto;
    margin-top: 5vw;
  }
}
/*# sourceMappingURL=style.css.map */