@charset "UTF-8";
/* 
Theme Name:suqsuq_barakinakayama
Description:すくすく株式会社様 原木中山園用テンプレート
Version:1.0
Author:Aya.Tsuchiya
*/
/*共通-------------------------------------------------------*/
html {
    scroll-behavior: smooth;
    height: 100vh;
    font-family: "Noto Sans JP", sans-serif;
}

section {
    width: 100%;
    padding: 50px;
    text-align: center;
}

section:nth-child(odd) {
    background-color: rgba(235, 84, 5, 0.2);
}

.inner {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

#sec2,
#sec6 {
    border-top-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 100px;
}

#sec4 {
    border-top-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 0px;
}

.facility h1,
.childcare h1,
.features h1,
.forparents h1 {
    position: absolute;
    color: #eb5405;
    font-size: 72px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

h2 {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    color: #6b3906;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}

h3 {
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
    font-size: 24px;
    color: #eb5405;
    text-align: center;
    margin: 15px 0;
}


.slick-prev:before {
    content: "<";
}

.slick-next:before {
    content: ">";
}

.slick-dots li button:before {
    content: '●';
}

#sec1 h2::before,
#sec1 h2::after,
#sec2 h2::before,
#sec2 h2::after,
#sec3 h2::before,
#sec3 h2::after,
#sec4 h2::before,
#sec4 h2::after,
#sec5 h2::before,
#sec5 h2::after,
#sec6 h2::before,
#sec6 h2::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

#sec1 h2::before {
    background-image: url(img/h1_1.png);
    width: 51px;
    height: 35px;
}

#sec1 h2::after {
    width: 51px;
    height: 35px;
}

#sec2 h2::before {
    width: 98px;
    height: 34px;
}

#sec2 h2::after {
    background-image: url(img/h1_2.png);
    width: 98px;
    height: 34px;

}

#sec3 h2::before {
    background-image: url(img/h1_3.png);
    width: 74px;
    height: 34px;
}

#sec3 h2::after {
    width: 74px;
    height: 34px;
}

#sec4 h2::before {
    width: 57px;
    height: 36px;
}

#sec4 h2::after {
    background-image: url(img/h1_4.png);
    width: 57px;
    height: 36px;
}

#sec5 h2::before {
    background-image: url(img/h1_5.png);
    width: 63px;
    height: 33px;
}

#sec5 h2::after {
    width: 63px;
    height: 33px;
}

#sec6 h2::before,
#sec6 h2::after {
    background-image: url(img/h1_6.png);
    width: 89px;
    height: 31px;
}

p,
table {
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
    font-size: 18px;
    color: #6b3906;
    display: block;
}

em {
    background: linear-gradient(transparent 70%, #b5e237 60%);
}

header {
    height: 100px;
    padding: 0 150px;
    display: flex;
    justify-content: space-between;
}

header .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

header img {
    margin-right: 15px;
}

.tel {
    height: 80px;
    width: 300px;
    background-color: #fff;
    border: 2px solid #eb5405;
    border-radius: 20px;
    text-align: center;
    padding-top: 5px;
}

.tel p:nth-child(1) {
    font-size: 36px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #b5e237;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.tel p:nth-child(2) {
    font-size: 18px;
}

nav {
    position: absolute;
    height: 60px;
    width: 95%;
    border-top-right-radius: 100px;
    padding-top: 15px;
    z-index: 2;
}

nav .inner {
    width: 900px;
}

.snav {
    display: none;
}

.main {
    width: 100%;
    height: 100%;
}

.main div {
    height: auto;
    width: 95%;
    background-color: #eb5405;
    border-top-right-radius: 100px;
    aspect-ratio: 5 / 2;
}

.main img {
    position: absolute;
    width: 95%;
    top: 100px;
    margin-top: 60px;
    margin-left: 5%;
}

.main img:nth-child(2) {
    border-bottom-left-radius: 150px;
}

li a {
    font-size: 24px;
    color: #fff;
    transition: .5s;
}

li a.current {
    color: #b5e237;
    text-decoration: underline;
    transition: .5s;
}

button.more {
    display: block;
    font-size: 25px;
    color: #eb5405;
    text-align: center;
    width: 300px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #eb5405;
    border-radius: 30px;
    box-shadow: 3px 3px #a5a5a5;
    margin: 50px auto 0 auto;
    transition: .5s;
}

button.more:hover {
    color: #fff;
    background-color: #eb5405;
    border: 2px solid #fff;
    transform: transition(3px, 3px);
    box-shadow: none;
    transition: .5s;
}

.contents {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.no-wrap {
    position:relative ;
    bottom:2px;
}

a.current {
    cursor: pointer;
}

.slick-prev:before,
.slick-next:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #a4a4a4;
    font-weight: 1000;
    padding-top: 3px;
}

.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}

.scroll-up {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 1s;
}

.scroll-up.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/*共通_footer-------------------------------------------------------*/
.gotop {
    display: block;
    font-size: 24px;
    color: #eb5405;
    text-align: center;
    height: 100px;
    width: 100px;
    padding-top: 23px;
    background-color: #fff;
    border: 1px solid #eb5405;
    position: fixed;
    right: 50px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
    border-radius: 100px;
    box-shadow: 3px 3px #a5a5a5;

}

.gotop:hover {
    color: #fff;
    background-color: #eb5405;
    border: 2px solid #fff;
    transform: transition(3px, 3px);
    box-shadow: none;
    transition: .5s;
}

footer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 50px 165px;
    background-color: #eb5405;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

#page-top.UpMove {
    animation: UpAnime 1s forwards;
    bottom: -20px;
    scroll-behavior: auto;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(120px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#page-top.DownMove {
    animation: DownAnime 1s forwards;
    scroll-behavior: auto;
    bottom: 0px;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(120px);
    }
}

footer p,
small {
    font-size: 18px;
    color: #fff;
}

footer .name {
    font-size: 36px;
}

footer .block {
    padding: 30px 0;
    line-height: 31.5px;
}

footer .block2 {
    padding: 20px 0 50px 20px;
    line-height: 31.5px;
}

footer .kinds {
    font-size: 21px;
}

.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}

/*03原木中山_TOP-------------------------------------------------------*/
.top .mainbox {
    position: relative;
}

.top .main.inner h1 img {
    border-bottom-left-radius: 0px;
}

.top .main.inner h1 img:nth-child(1) {
    width: 25%;
    position: absolute;
    top: 150px;
    left: 30px;
}

.top .main h1 img:nth-child(2) {
    width: 45%;
    position: absolute;
    margin-top: 0px;
    top: 45vw;
    right: 10px;
}

.top #sec1 {
    margin-top: 15vw;
}

.top #sec1 img {
    position: relative;
    margin-top: -150px;
    left: 450px;
}


.top #sec2 .item {
    background-color: #fff;
    width: 240px;
    height: 22em;
    margin: 30px 7.5px 0 7.5px;
}

.top #sec2 img {
    width: 100%;
}

.top #sec2 p {
    width: 90%;
    margin: 0 auto 15px auto;
    line-height: 31.5px;
}

.top #sec2 em {
    padding-bottom: 0em;
    position:relative ;
}

.top #sec3 .contents {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #eb5405;
    border-radius: 20px;
    padding: 15px 0;
    margin-bottom: 15px;

}

.top #sec3 .item {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top #sec3 img {
    width: 175px;
}

.top #sec3 p {
    width: 675px;
    text-align: left;
    margin-left: 50px;
    margin-bottom: 10px;
}

.top #sec3 .star {
    font-size: 26px;
    color: #e5d900;
    text-align: right;
    position: absolute;
    margin: -30px 0 0 -235px;
}

.top #sec4 img {
    position: relative;
    margin-top: -150px;
    left: 400px;
}

.top #sec5 .inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.top tr {
    border-bottom: 1px solid #eb5405;
    padding: 5px 0;
}

.top th {
    font-size: 24px;
    font-weight: 500;
    padding: 10px 10px;
}

.top td {
    text-align: left;
    padding: 10px 10px;
}

.top tr:nth-child(3) {
    border-bottom: none;
}

.top #sec6 .tel {
    margin: 30px auto 0 auto;
}

.top #sec6 img {
    position: relative;
    margin-top: -200px;
    left: -400px;
}

/*03原木中山_02施設概要-------------------------------------------------------*/
.facility h1 {
    top: 24vw;
    right: 62vw;
}

.facility #sec1 {
    padding-top: 16vw;
}

.facility th {
    height: 60px;
    width: 350px;
    color: #eb5405;
    font-weight: 400;
    text-align: center;
    background-color: rgba(235, 84, 5, 0.2);
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.facility td {
    height: 60px;
    width: 600px;
    line-height: 2em;
    vertical-align: middle;
    border-top: 1px solid #6b3906;
    border-bottom: 1px solid #6b3906;

}

.facility #sec2 {
    background-color: #fff;
}

.facility #sec2 h3{
    height: 60px;
    width: 300px;
    background-color: rgba(235, 84, 5, 0.2);
    border-radius: 100px;
    font-weight: 300;
    padding: 15px 0;
}

.facility #sec2 div.contents {
    flex-wrap: wrap;
    align-items: flex-end;
}

.facility #sec2 img {
    padding-bottom: 20px;
}

.facility #sec2.item {
    width: 450px;
}

/*03原木中山_03すくすくの療育--------------------------------------------------*/
.childcare h1 {
    top: 33vw;
    right: 6vw;
}

.childcare section {
    background-color: #fff;
}

.childcare #sec0 {
    padding-top: 13vw;
    text-align: center;
}

.childcare #sec0 p{
    padding: 20px 0;
}

.childcare #sec0 p:nth-child(2) {
    padding-top: 40px;
}

.childcare #sec0 p:nth-child(4) {
    padding: 40px 0;
}

.childcare #sec0 img:first-of-type{
    bottom: 240px;
    right: 400px;
}

.childcare #sec0 img:last-of-type{
    bottom: 240px;
    left: 400px;
}

.childcare h3 {
    color: #6b3906;
}

.childcare #sec1 .inner,
.childcare #sec2 .inner,
.childcare #sec3 .inner {
    border: 2px solid #eb5405;
    border-radius: 10px;
    padding: 50px;
    position: relative;
}

.childcare h2 {
    position: absolute;
    background-color: #fff;
    top: -16px;
}

.childcare #sec1 h2 {
    width: 340px;
    left: 320px;
}

.childcare #sec2 h2 {
    width: 340px;
    left: 355px;
}

.childcare #sec3 h2 {
    width: 340px;
    left: 355px;
}

.childcare section .index {
    padding-bottom: 25px;
    line-height: 1.5em;
}

.childcare section p.box {
    border: 3px solid #b5e237;
    border-radius: 10px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.childcare #sec1 .item:nth-child(3) {
    width: 90%;
    justify-content: space-between;
}

.childcare #sec1 p.box {
    height: 140px;
    width: 480px;
    padding-top: 25px;
}

.childcare section#sec1 p.box:last-child {
    margin-bottom: 0;
}

.childcare #sec2 p.box{
    height: auto;
    width: 490px;
    padding: 15px 10px;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;/*-------18まで戻したい----------*/
}

.childcare #sec2 div.contents.wrap{
    flex-wrap: wrap;
}
.childcare #sec2 div.item{
    margin: 0 auto;
}

/*03原木中山_04施設の特色--------------------------------------------------*/
.features h1 {
    top: 30vw;
    left: 55vw;
}

.features #sec1 {
    margin-top: 13vw;
    padding: 0;
    text-align: left;
}

.features #sec1 .contents .inner {
    display: flex;
}

.features #sec1 .contents .inner.reverse {
    flex-direction: row-reverse;
}

.features #sec1 .contents:nth-child(odd),
.bgc {
    background-color: rgba(235, 84, 5, 0.2);
}

.features #sec1 .contents:nth-child(3) {
    border-top-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 100px;
}

.features #sec1 .contents:nth-child(5),
.bgc{
    border-top-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 0px;
}

.features #sec1 .inner {
    padding: 50px 0;
}

.features #sec1 h3 {
    font-size: 32px;
    margin: 0 0 30px 0;
    text-align: left;
}

.features #sec1 .mobile_view {
    display: none;
}

.features #sec1 .item:nth-child(2) {
    padding: 0 50px;
}

.features #sec1 .flex{
    display: flex;
    align-items: flex-start;
}

.features #sec1 a {
    display: block;
    text-align: center;
    font-size: 21px;
    margin-top: 45px;
    height: 50px;
    width: 80%;
    margin-left: 10%;
    color: #FFF;
    background-color: #b5e237;
    border-radius: 50px;
    padding-top: 15px;
}

.features #sec1 .flex a{
    width: 35%;
    margin-top: 0;
    margin-bottom: 30px;
} 

.features #sec3 {
    background-color: rgba(235, 84, 5, 0.2);
    border-top-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 100px;
}

.features #sec3 img {
    position: relative;
}

.features #sec3 table {
    border-collapse: separate;
    border-spacing: 8px;
    font-size: 16px;
}

.features #sec3 td {
    width: 278px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #6b3906;
    line-height: 1.5em
}

.features #sec3 .none {
    border-bottom: none;
    text-align: right;
}

.features #sec3 th {
    width: 120px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    background-color: #eb5405;
    color: #FFF;
    border-radius: 10px;
    margin: 10px 0;
}
.features #sec3 tr:nth-of-type(2n) th {
    background-color: #fff;
    color: #eb5405;
}

.features #sec3 table,
.features #sec3 .item{
    width: 45%;
}

.features #sec3 h3{
    color: #6b3906;
}
.features #sec3 .box{
    width: 90%;
    border: 1px solid #b5e237;
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}

.features #sec3 .box p
{
    line-height:1.7em
}

.features #sec3 img:first-of-type{
    bottom: 200px;
    right: 450px;
}

.features #sec3 img:last-of-type{
    bottom: 200px;
    left: 450px;
}


/*03原木中山_05保護者の方へ------------------------------------------------*/
.forparents h1 {
    top: 35vw;
    left: 10vw;
}

.forparents p{
    text-align: left;
}
.forparents #sec1 {
    margin-top: 11vw;
}

.forparents #sec1 h2{
    margin-top: 50px;
}

.forparents #sec1 h3 {
    color: #6b3906;
    font-weight: 400;
    margin-top: -20px;
    padding-bottom: 10px;
}

.forparents #sec1 .contents {
    align-items: stretch;
}

.forparents #sec1 .item {
    border: 1px solid #eb5405;
    width: 23%;
    margin-top: 50px;
    padding-bottom:20px;
}

.forparents #sec1 .contents p {
    width: 80%;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 25px;
    margin: 0 auto;
}

.forparents #sec1 p.number {
    color: #FFF;
    font-size: 32px;
    text-align: center;
    padding-top: 5px;
    width: 70px;
    height: 70px;
    background-color: #eb5405;
    border-radius: 50px;
    position: relative;
    top: -30px;
    margin: 0 auto;
}

.forparents #sec1 a {
    color: #eb5405;
    text-decoration: underline;
}

.forparents #sec1 a:hover {
    opacity: 0.5;
}

.forparents #sec2,
.forparents #sec4 {
    background-color: #FFF;
}


.forparents #sec2 .item {
    text-align: left;
    padding-top: 30px;
    border-bottom: 1px solid #b5e237;
}

.forparents #sec2 .question,
.forparents #sec2 .answer {
    width: 76px;
    height: 76px;
    border-radius: 40px;
    font-size: 32px;
    padding-top: 17px;
    text-align: center;
    margin-right: 50px;
}

.forparents #sec2 .question {
    color: #fff;
    background-color: #eb5405;
    margin-bottom: 40px;

}

.forparents #sec2 .answer {
    color: #eb5405;
    background-color: rgba(235, 84, 5, 0.2);
}

.forparents #sec2 .close {
    display: none;
    padding-bottom: 30px;
}

.forparents #sec2 .close p:last-child {
    width: 70%;
}

.forparents #sec2 h3 {
    display: inline;
    font-size: 24px;
    color: #6b3906;
    font-weight: 400;
    flex: 1;
    text-align: left;
    padding-top: 10px;
}

.forparents #sec2 .close p:last-child {
    flex: 1;
}

.forparents #sec2 .accordion-area {
    display: flex;
}

.forparents #sec2 .accordion-area span {
    height: 50px;
    width: 50px;
    background-color: rgba(235, 84, 5, 0.2);
    border-radius: 30px;
    margin-top: 10px;
}

.forparents #sec2 .accordion-area .plus::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #eb5405;
    position: absolute;
    margin-top: 25px;
    margin-left: 10px;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.forparents #sec2 .accordion-area .plus::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #eb5405;
    position: absolute;
    margin-top: 25px;
    margin-left: 10px;

    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

.forparents #sec2 .accordion-area.show .plus::before {
    opacity: 0;
}

.forparents #sec2 .accordion-area.show .plus::after {
    transform: translateY(-50%) rotate(180deg);
}

.forparents #sec3 h2 {
    margin-bottom: 50px;
}

.forparents #sec3 img {
    position: relative;
}

.forparents #sec3 img:first-of-type {
    left: -400px;
    bottom: 100px;
}

.forparents #sec3 img:last-of-type {
    right: -400px;
    bottom: 100px;
}

/*03原木中山_06NotFound-------------------------------------------------------*/
.nav .main div{
    height: 60px;
}

.nav section{
    margin-top: 5vw;
}
.nav section:nth-child(odd){
    background-color: transparent;
}

.nav h1{
    color: #6b3906;
    font-size: 36px;
    margin-bottom: 30px;
}

.nav section a{
    text-decoration: underline; 
}
.nav .main a:hover{
    color: #83ad27;
}


.notfound .main div{
    height: 50px;
}

.notfound section:nth-child(odd){
    background-color: #FFF;
}

.notfound h1{
    color: #6b3906;
    font-size: 32px;
    margin-bottom: 20px;
}


@media screen and (max-width:1100px) {

    /*レスポンシブ_1100_共通------------------------------------*/
    section {
        padding: 50px 10px;
    }

    .inner {
        width: 550px;
    }

    h1,
    .facility h1,
    .childcare h1,
    .features h1,
    .forparents h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 30px;
        padding-bottom: 25px;
    }

    h3 {
        font-size: 21px;
        margin: 15px 0;
    }

    header {
        padding: 0 50px;
    }

    header img.logo {
        width: 150px;
    }

    .tel {
        height: 70px;
        width: 250px;
        padding-top: 5px;
    }

    .tel p:nth-child(1) {
        font-size: 30px;
    }

    .tel p:nth-child(2) {
        font-size: 16px;
    }

    nav {
        padding-top: 20px;
    }

    nav .inner {
        width: 550px;
    }

    .main {
        width: 100%;
        height: auto;
    }

    li a {
        font-size: 16px;
    }

    button.more {
        font-size: 21px;
        width: 250px;
        height: 60px;
    }

    footer {
        padding: 50px;
    }

    footer p,
    small {
        font-size: 16px;
    }

    footer .name {
        font-size: 24px;
    }

    footer .kinds {
        font-size: 18px;
    }

    .gotop {
        font-size: 18px;
        height: 80px;
        width: 80px;
        padding-top: 18px;
        bottom: 50px;
        right: 15px;
    }

    /*レスポンシブ_1100_03原木中山_01TOP-----------------------------*/

    .top .main h1 img:nth-child(2) {
        top: 48vw;
    }

    .top #sec1 img {
        height: 150px;
        margin-top: -130px;
        left: 250px;
    }

    .top #sec2 .contents {
        display: flex;
        flex-wrap: wrap;
    }

    .top #sec2 .item {
        background-color: #fff;
        width: 250px;
        margin: 30px auto 0 auto;
    }


    .top #sec3 .contents {
        position: relative;
        margin: 0 10px 0 20px;
    }

    .top #sec3 .item {
        height: 450px;
        flex-direction: column;

    }

    .top #sec3 p {
        width: 90%;
        margin: 10px auto;
        line-height: 1.3em
    }

    .top #sec3 .star {
        right: 25px;
    }

    .top #sec4 img {
        height: 150px;
        left: 210px;
    }

    .top #sec5 .inner {
        flex-wrap: wrap;
    }

    .top #sec5 table {
        margin-top: 20px;
    }

    .top #sec6 img {
        height: 150px;
        margin-top: -140px;
        left: -230px;
    }

    /*レスポンシブ_1100_03原木中山_02施設概要--------------------------*/

    .facility th {
        font-size: 16px;
        width: 150px;
    }

    .facility td {
        font-size: 16px;
        width: 400px;
        line-height: 1.8em;

    }

    .facility #sec2 h3 {
        font-size: 18px;
        height: 40px;
        width: 150px;
        padding: 10px 0;
    }

    .facility #sec2 img {
        width: 250px;
    }

    .facility #sec2 div.contents {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .facility #sec2.item {
        width: 250px;
    }

    /*レスポンシブ_1100_03原木中山_03すくすくの療育--------------------------*/

    .childcare #sec0 {
        margin-top: 60px;
    }

    .childcare #sec0 div.inner {
        position: relative;
    }

    .childcare #sec0 img:first-of-type{
        position: relative;
        height: 140px;
        bottom: 215px;
        right: 230px;
    }
    
    .childcare #sec0 img:last-of-type{
        position: relative;
        height: 140px;
        bottom: 215px;
        left: 230px;
    }


    .childcare #sec1 .inner,
    .childcare #sec2 .inner,
    .childcare #sec3 .inner {
        width: 100%;
    }

    .childcare #sec1 .contents {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .childcare #sec2 .contents {
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .childcare #sec1 h2,
    .childcare #sec2 h2,
    .childcare #sec3 h2 {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .childcare #sec1 h2 {
        width: 230px;
    }

    .childcare #sec2 h2 {
        width: 350px;
    }

    .childcare #sec3 h2 {
        width: 270px;
    }

    .childcare section p.box {
        line-height: 1.5em;
        justify-content: space-between;
        margin-top: 30px;
    }

    .childcare #sec1 .contents img,
    .childcare #sec2 .contents img {
        width: 90%;
        margin: 0 auto;
    }

    .childcare #sec3 .contents img {
        width: 47%;
    }

    .childcare #sec3 .contents {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
    }

    .childcare #sec3 p.box.item {
        margin-top: 20px;
    }

    /*レスポンシブ_1100_03原木中山_04施設の特色--------------------------*/

    .features #sec1 h3 {
        font-size: 21px;
        margin: 0 0 30px 0;
    }

    .features #sec1 p {
        font-size: 16px;
    }

    .features #sec1 div.contents,
    .features #sec1 div.contents .inner {
        width: 100%;
    }

    .features #sec1 .item {
        width: 100%;
        padding: 0 30px;
    }

    .features #sec1 .item img,
    .features #sec2 .inner {
        width: 100%;
    }

    .features #sec1 .item:nth-child(2) {
        padding: 0 30px;
    }

    .features #sec2 .inner .item {
        height: 30%;
        width: 30%;
    }

    .features #sec2 .inner .item img.photo {
        width: 80%;
    }

    .features #sec2 .inner .item p {
        font-size: 21px;
        margin-bottom: 15px;
        line-height: 1em
    }

    .features #sec2 .inner .item p.big {
        font-size: 21px;
        margin: 25px 0 35px 0;
    }

    .features #sec2 .inner .item p.small {
        font-size: 21px;
    }

    .features #sec2 .inner .item .ribbon {
        width: 80%;
    }

    .features #sec2 .inner .item .ribbon.center {
        left: 10px;
    }

    .features #sec2 .inner .item .ribbon.right {
        left: 40px;
    }

    .features #sec2 .inner .item p.big .flower {
        margin-bottom: 5px;
    }

    .features #sec2 .inner p.right {
        margin-left: 0;
    }

    .features #sec3 .inner {
        width: 600px;

    }

    .features #sec3 table{
        margin-left: 0;
    }
    .features #sec3 img {
        z-index: 2;
    }

    .features #sec3 .age {
        width: 225px;
    }

    .features #sec3 .age:first-child {
        left: 0px;
    }
    
    .features #sec3 .age:last-child {
        left: 0px;
    }

    /*レスポンシブ_1100_03原木中山_05保護者の方へ--------------------------*/

    .forparents #sec1 .inner,
    .forparents #sec2 .inner,
    .forparents #sec3 .inner,
    .forparents #sec4 .inner {
        width: 90%;
    }

    .forparents #sec4 a {
        font-size: 18px;
    }
    .forparents #sec3 img:first-of-type {
        left: -200px;
        bottom: 320px;
    }
    
    .forparents #sec3 img:last-of-type {
        right: -200px;
        bottom: 50px;
    }
    
}

/*レスポンシブ_890_main_h1調整-----------------------------------*/
@media screen and (max-width:890px) {

    h1,
    .forparents h1 {
        font-size: 50px;
    }

    .main img:nth-child(2) {
        border-bottom-left-radius: 100px;
    }

    .top .main h1 img:nth-child(2){
        top:54vw;
    }

    .facility h1 {
        top: 30vw;
        right: 58vw;
    }
    .childcare h1 {
        top: 49vw;
    }
    .forparents #sec4 img{
        right: 200px;
    }
    .features h1{
        top: 40vw;
    }
    .features #sec3 img:first-of-type{
        right: 250px;
    }
    
    .features #sec3 img:last-of-type{
        left: 250px;
    }
}

/*レスポンシブ_700_main_h1調整-----------------------------------*/
@media screen and (max-width: 700px) {


    h1,
    .forparents h1 {
        font-size: 40px;
    }
    
    .top .main h1 img:nth-child(2){
        top:57vw;
    }

    .features #sec1 .contents .inner {
        display: block;
    }

    .features #sec1 .item :first-child {
        margin-bottom: 30px;
        width: 100%;
    }

    .features #sec1 h3 {
        text-align: center;
    }

    .features #sec1 .item img {
        width: 90%;
        margin-left: 5%;
        text-align: center;
        margin-bottom: 30px;
    }

    .features #sec1 .mobile_view {
        display: block;
    }

    .features #sec1 .pc_view {
        display: none;
    }
}
@media (min-width: 600px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
    }

@media screen and (max-width:600px) {

    /*レスポンシブ_600_共通-------------------------------------*/
    section {
        padding: 30px 14px;
    }

    .inner {
        width: 100%;
    }

    h1,
    .facility h1,
    .childcare h1,
    .features h1,
    .forparents h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3,
    .features#sec0 h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    p,
    .top #sec5 td,
    .features#sec0 p,
    .features#sec2 table {
        font-size: 14px;
    }

    header {
        padding: 0 25px;
    }

    .contents {
        flex-wrap: wrap;
    }

    .main img:nth-child(2) {
        border-bottom-left-radius: 70px;
        margin-top: 30px;
    }

    header .item .tel,
    header img {
        display: none;
    }

    header img.logo {
        display: block;
        width: 150px;
    }

    /* ----------ナビゲーション---------- */
    nav ul {
        display: none;
    }

    .snav {
        display: contents;
        text-align: center;
    }

    nav .tel {
        margin: 0 auto;
    }

    .snav img {
        text-align: center;
        margin: 30px 10px;
    }

    nav .contents {
        z-index: 1;
        display: none;
        width: 100%;
        padding: 50px;
        position: fixed;
        top: 100px;
    }

    nav li,
    nav a {
        display: block;

    }

    nav ul,
    nav li {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    nav a {
        margin-bottom: 0.5em;
        padding: 0.5em;
        text-decoration: none;
        color: #eb5405;
    }

    nav ul {
        background-color: #fff;
    }

    nav li a {
        border-bottom: 1px solid #b5e237;
    }

    #nav-toggle {
        z-index: 2;
        height: 50px;
        width: 60px;
        position: relative;
        right: -20px;
        background-color: #fff;
        border: #fff;
    }

    #nav-toggle span {
        height: 2px;
        width: 30px;
        display: block;
        background-color: #6b3906;
        position: absolute;
        left: 15px;
    }

    #nav-toggle span:nth-child(1) {
        top: 12px;
    }

    #nav-toggle span:nth-child(2) {
        top: 23px;
    }

    #nav-toggle span:nth-child(3) {
        top: 34px;
    }

    #nav-toggle.open span:nth-child(1) {
        top: 23px;
        transform: rotate(315deg);
    }

    #nav-toggle.open span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    #nav-toggle.open span:nth-child(3) {
        top: 23px;
        transform: rotate(-315deg);
    }

    #nav-toggle span {
        transition: 0.3s;
    }

    .main {
        width: 100%;
        height: auto;
    }

    button.more {
        font-size: 18px;
        width: 60%;
        height: 40px;
    }

    footer {
        padding: 30px 25px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    footer p,
    small {
        font-size: 14px;
    }

    footer .name {
        font-size: 21px;
    }

    footer .kinds {
        font-size: 16px;
    }

    footer .block,
    footer .block2 {
        padding: 10px 0 25px 0px;
        line-height: 20px;
    }

    footer .block2 {
        padding: 10px 0 25px 20px;
        line-height: 20px;
    }

    .gotop {
        font-size: 16px;
        height: 70px;
        width: 70px;
    }

    /*レスポンシブ_600_03原木中山_01TOP-------------------------------------*/

    .top .main.inner h1 img:nth-child(1) {
        top: 19vw;
        margin-left: 8px;
    }

    .top .main h1 img:nth-child(2) {
        top: 59vw;
    }

    .top #sec1 img {
        height: 100px;
        margin-top: -80px;
        left: 150px;
    }

    .top #sec2 .item {
        width: 40%;
        height: auto;
        margin: 30px auto 0 auto;
    }


    .top #sec2 h3 {
        font-size: 4vw;
    }

    .top #sec2 p {
        font-size: 12px;
        line-height: 20px;
        min-height: 80px;
    }

    
    .top #sec3 {
        width: 80%;
        margin: 0 30px;
    }

    .top #sec3 .item {
        height: auto;
    }

    .top #sec3 img {
        width: 70%;
    }

    .top #sec3 p {
        margin-bottom: 30px;
    }

    .top #sec4 img {
        height: 100px;
        top: 0px;
        left: 140px;
    }

    .top #sec3 .star {
        font-size: 16px;
    }

    .top #sec6 img {
        height: 1３0px;
        margin-top: -110px;
        left: -115px;
        top: 100px;
    }
    .slick-dots{
        position:relative;
        bottom: 10px;
    }

    /*レスポンシブ_600_03_02施設概要-------------------------------------*/
    .facility h1 {
        right: 64vw;
        top: 34vw;
    }
    .facility #sec1 {
        padding-top: 25vw;
        ;
    }

    .facility table {
        width: 100%;
    }

    .facility tr {
        border-top: 1px solid #6b3906;
        border-bottom: 1px solid #6b3906;
    }

    .facility th {
        height: 40px;
        padding: 10px 0;
        width: 30%;
    }

    .facility td {
        font-size: 16px;
        height: auto;
        padding: 10px 0;
        border-top: none;
        border-bottom: none;
        width: 70%;
    }

    .facility #sec2 h3 {
        font-size: 18px;
    }

    .facility #sec2 img {
        width: 100%;
        padding-top:0;
    }

    /*レスポンシブ_600_03_03すくすくの療育-------------------------------------*/
    .childcare h1 {
        top: 49vw;
        right: 8vw;
    }

    .childcare #sec0 {
        padding-top: 30px;
    }

    .childcare #sec0 p:nth-child(2) {
        padding-top: 20px;
    }

    .childcare #sec0 p:nth-child(4) {
        padding: 20px 0;
    }

    .childcare #sec0 div.inner img:nth-child(3) {
        height: 100px;
        top: 140px;
        left: -160px;
    }

    .childcare #sec0 img:first-of-type{
        bottom: 240px;
        right: 400px;
    }
    
    .childcare #sec0 img:last-of-type{
        bottom: 240px;
        left: 400px;
    }
    
    .childcare #sec0 img:first-of-type,
    .childcare #sec0 img:last-of-type  {
        height: 100px;
        bottom: 0;
        left: 0;
    }

    .childcare #sec1 h2 {
        width: 190px;
        padding-bottom: 0;
    }

    .childcare #sec2 h2 {
        width: 220px;
        padding-bottom: 0;
    }

    .childcare #sec2 h2 .space {
        width: 75px;
    }

    .childcare #sec2 h2::before,
    .childcare #sec2 h2::after {
        width: 66px;
    }

    .childcare #sec3 h2 {
        width: 240px;
        padding-bottom: 0;
    }

    .childcare #sec3 h2 .space {
        width: 60px;
    }

    .childcare #sec3 h2::after {
        width: 60px;
    }

    .childcare #sec1 div.inner,
    .childcare #sec2 div.inner,
    .childcare #sec3 div.inner {
        padding: 30px 10px 30px 10px;
    }

    .childcare #sec1 p.box,
    .childcare #sec2 p.box,
    .childcare #sec3 p.box {
        height: auto;
        width: 200px;
        margin: 5px auto;
        padding: 10px;
        font-size: 12px;
    }


    /*レスポンシブ_600_03原木中山_04施設の特色----------------------------------*/
    .features h1 {
        font-size: 24px;
        top: 50vw;
        left: 55vw;
    }

    .features #sec1 {
        margin-top: 30vw;
    }

    .features #sec1 .inner.reverse {
        padding-top: 0;
    }

    .features #sec1 .contents:nth-child(4) {
        padding-top: 50px;
    }

    .features #sec1 a {
        font-size: 18px;
    }

    .features#sec1 .inner .item {
        margin: 20px 0;
        padding: 0 10%;
        }

    .features #sec1 .flex{
        display: block;
    }

    .features #sec1 .flex a{
        width: 70%;
        margin-left: 15%;
    }

    .features #sec3 .contents{
        display: block;
    }

    .features #sec3 .inner,
    .features #sec3 table,
    .features #sec3 .item {
        width: 100%;
        font-size: 12px;
    }

    .features #sec3 h2 .space {
        width: 75px;
    }

    .features #sec3 h2::after {
        width: 75px;
    }

    .features #sec3 img:first-of-type,
    .features #sec3 img:last-of-type{
        bottom: 0;
        right: 0;
        left: 0;
    }
    

    /*レスポンシブ_600_03原木中山_05----------------------------------*/
    .forparents h1 {
        top: 45vw;
        left: 10vw;
    }

    .forparents #sec1 .contents,
    .forparents #sec4 .contents {
        display: block;
        margin: 0 auto;
    }

    .forparents #sec1 .item {
        width: 100%;
    }

    .forparents #sec2 h2 .space,
    .forparents #sec2 h2::after {
        width: 75px;
    }

    .forparents #sec2 h3 {
        font-size: 18px;
    }

    .forparents #sec2 .close p:last-child{
        margin-left: 0;
    }
    .forparents #sec2 .question,
    .forparents #sec2 .answer {
        width: 50px;
        height: 50px;
        font-size: 21px;
        padding-top: 9px;
        margin-right: 15px;
    }

    .forparents #sec2 .question {
        margin-top: 10px;
        margin-bottom: 20px;
    }


    .forparents #sec2 .accordion-area .plus::before,
    .forparents #sec2 .accordion-area .plus::after {
        width: 25px;
        margin-left: 13px;
    }
    
    .forparents #sec3 img:first-of-type,
    .forparents #sec3 img:last-of-type {
        right: 0;
        left: 0;
        bottom: 0;
    }

/*03原木中山_06NotFound-------------------------------------------------------*/
.nav .main div{
    height: 20px;
}

.nav h1{
    font-size: 28px;
}
}

/*レスポンシブ_440_main_h1調整-----------------------------------*/
@media screen and (max-width: 440px) {
    .top .main h1 img:nth-child(1) {
        top: 23vw;
    }
    .top .main h1 img:nth-child(2) {
        top: 68vw;
    }

    .childcare h1 {
        top: 45vw;
    }

    .features h1 {
        top: 56vw;
    }

    .facility h1 {
        right: 61vw;
        top: 43vw;
    }
}