*{
    margin: 0;
    padding: 0;
}


/* google fonts */

body { 
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 25px;
    font-size: 16px;
    color: #313232;
}

@media screen and (max-width: 480px) {
    body{
        font-size: 16px;
        line-height: 32px;
    }



}

/* ハンバーガーメニュー */

nav {
    width: 350px;
    background-color: #79C7C3;
    height: 100vh;
    position: fixed;
    z-index: 100;
    right: 0;
    display: none;

}



nav ul {
    list-style-type:none;
    margin-top: 30px;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: fixed;
    z-index: 200;
    right: 0;
    
}

button img {
    width: 100px;
}

.active {
    display: block;
}

.move {
    right: 349px;
}


.close {
    display: none;
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 1.55rem;
    text-decoration: none;
    color: #fff;
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    line-height: 0px;
    font-size: 16px;
    box-sizing: border-box;
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 1.35rem;
    text-decoration: none;
    color: #fff;
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    line-height: 0px;
    font-size: 16px;
    box-sizing: border-box;
    margin-left: 30px;
}



.insta_icon {
    width: 100px;
    padding-left: 68px;
    padding-top: 12px;
}

@media screen and (max-width: 480px) {
    nav {
        width: 250px;
        background-color: #79C7C3;
        height: 100vh;
        position: fixed;
        z-index: 100;
        right: 0;
        display: none;
    
    }
    
    
    
    nav ul {
        list-style-type:none;
        margin-top: 30px;
    }
    
    button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: fixed;
        z-index: 200;
        right: 0;
        
    }
    
    button img {
        width: 100px;
    }
    
    .active {
        display: block;
    }
    
    .move {
        right: 249px;
    }
    
    
    .close {
        display: none;
    }
    
    .drawer-menu-item {
        font-size: 1rem;
        display: block;
        padding: 1.35rem;
        text-decoration: none;
        color: #fff;
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        line-height: 0px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .drawer-menu-item {
        font-size: 1rem;
        display: block;
        padding: 1.35rem;
        text-decoration: none;
        color: #fff;
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        line-height: 0px;
        font-size: 16px;
        box-sizing: border-box;
    }



    .insta_icon {
        width: 100px;
        padding-left: 25px;
        padding-top: 12px;
    }
    
    

}




/* ファーストビュー */
.first_view_sp {
    display: none;
}

.first_view {
    width: auto;
    height: 105vh;
    background-image: url(/images/firstview_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


h1 {
    text-align: center;
    
}

h1 img {
    width: 35%;
    margin-top: 15%;
    /* background-color: #313232; */
}
.first_view_subtitle1 {
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    line-height: 70px;
    font-size: 30px;
    position: absolute;
    right: 15%;
    bottom: -80px;
    display: block;
    /* background-color: pink; */
    height: 390px;
}

body .container .first_view_subtitle2 {
    display: block;
    /* background-color: #f0e6cc; */
    height: 245px;
    margin-top: 150px;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */

    .first_view {
        display: none;
    }
    .first_view_sp {
        display: block;
        width: auto;
        height: 100vh;
        padding-bottom: 42%;
        background-color: #595959;
        background-image: url(/images/firstviwe_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    h1 {
        position: relative;
        height: 100vh;
    }
    
    h1 img {
        width: 80%;

        position: absolute;
        left: 10%;
        top: 32%;
    }

    .first_view_subtitle1 {
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
        writing-mode: vertical-rl;
        letter-spacing: 10px;
        line-height: 32px;
        font-size: 16px;
        position: absolute;
        right: 12%;
        bottom: 17%;
        display: block;
        /* background-color: pink; */
        height: 215px;
    }

    .container .first_view_subtitle2 {
        display: block;
        /* background-color: #f0e6cc; */
        height: 316px;
        margin-top: 150px;
    }
    body .container .first_view_subtitle2 {
        display: block;
        /* background-color: #f0e6cc; */
        height: 282px;
        margin-top: 108px;
    }
}
    


/* きらりことは？ */

.about_kirariko {
    width: 1025px;
    margin: 0 auto;
    /* background-color: pink; */
    margin-top: 150px;
}

h2 {
    font-family: "Kaisei Opti", serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 10px;
    line-height: 45px;
    font-size: 58px;
    /* background-color: #595959; */
    text-align: center;
    margin-bottom: 130px;
}

.orange {
    color: #E77D10;
}
.green {
    color: #6DB230;
}
.pink {
    color: #EB8E96;
}
.blue {
    color: #79C7C3;
}
.yellow {
    color: #F7C720;
}

.about_box {
    /* background-color: #595959; */
    display: flex;
}

.about_box p {
    display: block;
    margin-bottom: 100px;
}

.about_box p {
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 10px;
    line-height: 45px;
    font-size: 24px;
    width: 48%;
    /* background-color: #f0e6cc; */
}

.about_box_img {
    /* background-color: aqua; */
}

.about_box span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 25px;
    font-size: 16px;
    color: #313232;
}

.about_box img {
    width: 512px;
    opacity: 70%;
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 25px;
        margin-bottom: 50px;
    }

    body .about_box_sp {
        flex-direction: column-reverse;
    }

    .about_box {
        flex-direction: column;
    }


    .about_kirariko {
        width: 87%;
        margin: 0 auto;
        /* background-color: pink; */
        margin-top: 0px;
    }

    .about_box p {
        font-family: "Kaisei Opti", serif;
        font-weight: 900;
        font-style: normal;
        letter-spacing: 5px;
        line-height: 41px;
        font-size: 18px;
        margin-bottom: 50px;
        width: auto;
        /* background-color: #f0e6cc; */
    }

    .about_box span {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 3px;
        line-height: 25px;
        font-size: 16px;
        color: #313232;
    }

    .about_box_img {
        margin: 0 auto;
    }
    .about_box_img img {
        width: 86%;
    }

    .about_img_2 {
        padding-left: 10%;
    }


}



/* お悩み */

.onayami_title {
    font-size: 30px;
    margin-bottom: 0px;
    /* background-color: #79C7C3; */
    width: 454px;
    position: absolute;
    top: 120px;
    
}

.shienhoushin {
    background-color: #FFD663;
    padding-bottom: 50px;
}

.shienhoushin::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 400px;
    background-image: url(/images/onayami_background_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFD663;
}

.shienhoushin_wrap {
    /* background-color: #EB8E96; */
    width: 1025px;
    margin: 0 auto;
}

.shienhoushin_box {
    display: flex;
    position: relative;
    margin-bottom: 100px;
}

.onayami_flexbox {
    display: flex;
    /* background-color: yellow; */
    height: 454px;
    width: 100%;
}

.onayami_people {
    width: 454px;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
}

.shienhoushin_box ul {
    /* background-color: #595959; */
    width: 80%;
}
.shienhoushin_box ul li {
    list-style: none;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 64px;
    font-size: 16px;
    display: block;
    border-bottom: solid 2px #E77D10;
}



.shienhoushin_box2 p {
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    line-height: 60px;
    font-size: 25px;
    display: block;
    /* background-color: #313232; */
    margin: 0 auto;
}

.onayami_flexbox2 {
    display: flex;
    justify-content: space-between;
}

.onayami_flexbox2 dl {
    /* background-color: white; */
    border-radius: 31px;
    width: 504px;
    position: relative;
    box-shadow: 9px 8px 15px -6px #777777;
}


.onayami_flexbox2 dd::before {
    content: "";
    display: block;
    width: 150px;
    height: 55px;
    background-color: #fff;
    position: absolute;
    border-radius: 50% / 100% 100% 0 0;
    bottom: 573px;
    left: 174px;
       
}

.onayami_flexbox2 img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
}

.onayami_text {
    /* padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px; */
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 25px;
    font-size: 16px;
    color: #313232;
    padding-left: 40px;
    padding-right: 40px;


}

.onayami_flexbox2 dl dd img {
    width: 69px;
    height: 69px;
    margin-bottom: 0;
}

.onayami_flexbox2 dd {
    text-align: center;
}

.onayami_flexbox2 h3 {
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 64px;
    font-size: 30px;
    color: #E77D10;
    margin-bottom: 20px;
}

.icon_box {
    /* background-color: #595959; */
    height: 20px;
}

.textbox_wrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background-color:#fff;
    border-radius: 31px;

}

.textbox1 {
    height: 177px;
}

.onayami_icon {
    position: relative;
    bottom: 40px;
    z-index: 1;
}

.onayami_child {
    width: 648px;
    display: block;
    margin: 0 auto;
}

.onayami_img{
    height: 295px;
}

.onayami_img img {
    opacity: 70%;
}

.katsudounaiyou_wrap::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 400px;
    background-image: url(/images/onayami_background_end.png);
    background-size: contain;
    background-repeat: no-repeat;
}



@media screen and (max-width: 480px) {
    .shienhoushin_wrap {
        width: 87%;
        margin: 0 auto;
    }

    .shienhoushin::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 150px;
        background-image: url(/images/onayami_background_pc.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #FFD663;
    }
    .shienhoushin_box {
        display: block;
        margin-bottom: 50px;
    }

    .onayami_circle {
        margin: 0 auto;
    }

    .onayami_people {
        width: 70%;
        left: 16%;
        top: -2%;
    }

    .onayami_title {
        font-size: 16px;
        margin-bottom: 0px;
        /* background-color: #79C7C3; */
        width: 100%;
        position: absolute;
        top: 5%;
        line-height: 35px;
        left: 2%;
        letter-spacing: 7px;
    }
    .shienhoushin_box ul {
        /* text-align: center; */
        /* background-color: #595959; */
        width: 100%;
        /* margin-left: 10%; */
        margin-top: 0px;
    }

    .shienhoushin_box ul li {
        list-style: none;
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        line-height: 54px;
        display: block;
        border-bottom: solid 2px #E77D10;
    }

    .shienhoushin_box2 p {
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
        writing-mode: vertical-rl;
        letter-spacing: 9px;
        line-height: 57px;
        font-size: 21px;
        display: block;
        /* background-color: #313232; */
        margin: 0 auto;
    }

    .onayami_flexbox {
        display: flex;
        /* background-color: yellow; */
        height: 230px;
        width: 100%;
    }

    .onayami_flexbox2 {
        display: block;
        margin-top: 50px;
    }

    .onayami_flexbox2 dl {
        /* background-color: white; */
        border-radius: 31px;
        width: 100%;
        position: relative;
        box-shadow: 9px 8px 15px -6px #777777;
        margin-bottom: 100px;
        margin: 0 100;
    }

    .onayami_flexbox2 dd::before {
        content: "";
        display: block;
        width: 150px;
        height: 55px;
        background-color: #fff;
        position: absolute;
        border-radius: 50% / 100% 100% 0 0;
        /* bottom: 629px; */
        left: 88px;
        top: -53px;
    }

    .onayami_flexbox2 h3 {
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        line-height: 10px;
        font-size: 21px;
        color: #E77D10;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .onayami_text {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 3px;
        color: #313232;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
    }

    .textbox1{
        height: auto;
    }

    .onayami_img {
        height: auto;
    }

    .onayami_flexbox2 dl dd img {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
    }

    .katsudounaiyou_wrap::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 110px;
        background-image: url(/images/onayami_background_end.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .onayami_child {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

}

/* 活動内容 */
.katsudounaiyou_sp {
    display: none;
}

.naiyou_icon {
    width:46px
}

.katsudounaiyou {
    width: 1025px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.katsudounaiyou h3 {
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 64px;
    font-size: 30px;
    color: #595959;
    margin-bottom: 10px;
}

.katsudounaiyou_box:nth-child(odd) {
    background-color: #79C7C3;
    border-radius: 31px;
    margin-bottom: 30px;
    display: flex;
    height: 348px;
}

.katsudounaiyou_box:nth-child(even) {
    background-color: #79C7C3;
    border-radius: 31px;
    margin-bottom: 30px;
    display: flex;
    height: 348px;
    flex-direction: row-reverse;
}

.katsudounaiyou_flexbox1 {
    padding: 60px;
    box-sizing: border-box;
}

.katsudounaiyou_box dd {
    background-color: #fff;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 31px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #79C7C3;
    margin-bottom: 30px;   
}

.katsudounaiyou dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 30px;   

}

.katsudounaiyou_flexbox2 img {
    height: 348px;
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
}

.img_pattarn2 {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
}

@media screen and (max-width: 480px) {
    .katsudounaiyou {
        width: auto;
        margin: 0 auto;
        margin-bottom: 150px;
    }


    .naiyou_icon {
        width: 30px;
        margin-right: 10px;
    }

    .katsudounaiyou h3 {
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        line-height: 30px;
        font-size: 21px;
        color: #595959;
        margin-left: 20px;
        margin-top: 30px;
    }

    .katsudounaiyou_pc {
        display: none;
    }

    .katsudounaiyou_sp {
        display: block;
    }

    .mameasobi_box {
        width: 300px;
        background-color: #79C7C3;
        border-radius: 31px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .katsudounaiyou_sp div img {
        border-radius: 31px;
        width: 300px;
    }
    .katsudounaiyou_sp div dd {
        width: 180px;
        background-color: #fff;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 31px;
        font-weight: 500;
        color: #79C7C3;
        margin: 10px 10px;
    }
    .katsudounaiyou_sp div dt {
        margin: 0 17px;
    }

    .swiper-wrapper {
        /* wrapperのサイズを調整 */
        width: 200px;
      }
      
      .swiper-slide {
        color: #fff;
        width: 300px;
        height: 450px;
        background-color: black;
        margin-bottom: 30px;
        border-radius: 31px;
        background-color: #79C7C3;
    }
      
      .swiper-slide img {
          border-top-left-radius: 31px;
          border-top-right-radius: 31px;
          width: 100%;
      }
      .swiper-button-next, .swiper-button-prev {

        color: #FFD663;
    }
}
/* 活動室 */
.katsudoushitsu_sp {
    display: none;
}

.katsudoushitsu_pc {
    width: 1025px;
    margin: 0 auto;
    /* background-color: #FFE9EB; */
}

.katsudoushitsu_wrap {
    background-color: #FFE9EB;
}

.katsudoushitsu_wrap::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 150px;
    background-image: url(/images/katsudoushitsu_background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFE9EB;
}
.ichinichinonagare::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 150px;
    background-image: url(/images/katsudoushitu_background_end.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 100px;

}

.katsudoushitsu_background {
    background-color: #FFE9EB;
}

.room_flexbox {
    display: flex;
    justify-content: space-between;
}

.room1,.room2 {
    background-color: #fff;
    border-radius: 31px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}
.room1 img, .room2 img {
    width: 330px;
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
    opacity: 70%;
}

.room_flexbox p {
    height: 50px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 3px;
    color: #595959;
    line-height: 50px;
}

@media screen and (max-width: 480px) {
    .katsudoushitsu_pc {
        display: none;
    }

    .katsudoushitsu_sp {
        display: block;
    }

    body .katsudoushitsu_slide {
        background-color: #fff;
        width: 300px;
        height: 290px;
    }
    body .katsudoushitsu_slide p {
        color: #313232;
        text-align: center;
        font-size: 21px;
        line-height: 40px;
    }

    .katsudoushitsu_wrap::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 70px;
        background-image: url(/images/katsudoushitsu_background.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #FFE9EB;
    }
}


/* 1日の流れ */

.ichinichinonagare {
    background-image: url(../images/background-strip_pc.png);
    padding-bottom: 150px;
}

.ichinichinonagare h2 span {
    font-weight: 900;
}

.nagare_flexbox {
    width: 1025px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.pattern_1, .pattern_2 {
    background-color: #fff;
    border-radius: 31px;
    width: 480px;
    padding-top: 30px;
    box-shadow: 9px 8px 15px -6px #777777;
}

.ichinichinonagare h3 {
    background-color: #6DB230;
    width: 400px;
    height: 91px;
    border-radius: 31px;
    line-height: 91px;
    text-align: center;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
}

.ichinichinonagare p {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 3px;
    color: #595959;
}

.ichinichinonagare ol {
    list-style-type: none;
}

.pattern_wrap {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.ichinichinonagare h4 {
    border: #6DB230 1px solid;
    border-radius: 31px;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    color: #6DB230;
    margin-bottom: 20px;

}

.ichinichinonagare li {
    font-weight: 700;
    margin-bottom: 20px;
}

.ichinichinonagare span {
    font-weight: 300;
    margin-top: 20px;
}

.ichinichinonagare img {
    width: 100%;
    border-radius: 31px;
}

.long_vacation {
    margin-top: 40px;
    margin-bottom: 10px;
    margin-bottom: 0px;
}

body .container .long_vacation_p {

    padding-top: 0px;
    padding-bottom: 20px;
    text-align: left;
}

.pattern_1_SP {
    display: none;
}

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

    .pattern_wrap {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-bottom: 0px;
    }

    .pattern_1_PC {
        display: none;
    }
    .pattern_1_SP {
        display: block;
    }

    .ichinichinonagare::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 39px;
        background-image: url(/images/katsudoushitu_background_end.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 100px;
    }
    .nagare_flexbox {
        display: block;
        width: auto;
        margin: 0 auto;
    }

    .pattern_1, .pattern_2 {
        background-color: #fff;
        border-radius: 31px;
        width: 87%;
        padding-top: 42px;
        box-shadow: 9px 8px 15px -6px #777777;
        margin: auto auto 30px auto;
        padding-bottom: 20px;
    }

    .ichinichinonagare h3 {
        background-color: #6DB230;
        width: 280px;
        height: 62px;
        border-radius: 31px;
        line-height: 62px;
        text-align: center;
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        font-size: 21px;
        color: #fff;
        margin: 0 auto;
    }

    .ichinichinonagare p {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 3px;
        color: #595959;
    }
    .ichinichinonagare h4 {
        border: #6DB230 1px solid;
        border-radius: 31px;
        width: 177px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        color: #6DB230;
        margin-bottom: 20px;
    }

    .ichinichinonagare img {
        width: 245px;
        border-radius: 31px;
    }

    body .container .long_vacation_p {

        padding-top: 0px;
        padding-bottom: 20px;
        text-align: left;
    }

}

/* ご利用案内 */

.container {
    position: absolute;
}
.goriyouannai::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 150px;
    background-image: url(/images/riyouannai_background.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -38px;
}

.goriyouannai {
    width: 1025px;
    margin: 0 auto;
    margin-bottom: 150px;

}
table , td, th {
	border: 1px solid #FFF;
	border-collapse: collapse;
    background-color: #FFD663;
    border-radius: 31px;
    width: 700px;
    margin: 0 auto;
}

.td_title {
    text-align: center;
}


td, th {
	padding: 30px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #E77D10;
}
.odd {
	background: #6DB230;
}

@media screen and (max-width: 480px) {
    .goriyouannai::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 41px;
        background-image: url(/images/riyouannai_background.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        top: -28px;
    }
    .goriyouannai {
        width: auto;
        margin: 0 auto;
        margin-bottom: 150px;
    }

    table, td, th {
        border: 1px solid #FFF;
        border-collapse: collapse;
        background-color: #FFD663;
        border-radius: 31px;
        margin: 0 auto;
    }

    table {
        width: 87%;
    }

    td, th {
        width: 25%;
        padding: 10px;
    }


}

/* ご利用までの流れ */
.goriyounonagare {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.flow_wrap {
    position: relative;
}

.flow_wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 4%;
    width: 2px;
    height: calc(100% - 100px);
    background-color: #FFD663;
    opacity: 70%;
}
.flow_flexbox {
    display: flex;
    margin-bottom: 30px;
    /* background-color: #595959; */
    height: 100px;
}

.flow_innner_num_box {
    /* background-color: #79C7C3; */
}

.flow_innner_num {
    font-size: 20px;
    font-family: "Kaisei Opti", serif;
    color: #fff;
    background-color: #FFD663;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    margin-right: 20px;
}

.flow_innner_desc {
    /* background-color: #E77D10; */
}

.flow_innner_desc h3 {
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .goriyounonagare {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .flow_innner_num {
        font-size: 21px;
        font-family: "Kaisei Opti", serif;
        color: #fff;
        background-color: #FFD663;
        width: 60px;
        height: 60px;
        text-align: center;
        border-radius: 50%;
        line-height: 60px;
        margin-right: 20px;
    }

    .flow_flexbox {
        display: flex;
        margin-bottom: 0px;
        /* background-color: #595959; */
        height: 200px;
    }
    .flow_wrap::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 20px;
        left: 7%;
        width: 2px;
        height: calc(100% - 208px);
        background-color: #FFD663;
        opacity: 70%;
    }
}

/* 支援方針 */
.therapy_program_wrap {
    padding-bottom: 100px;
}

/* 利用者の声 */
.riyousyanokoe {
    background-color: #FFE9EB;
    padding-bottom: 150px;
}

.riyousyanokoe_wrap, .therapy_program_wrap {
    width: 900px;
    margin: 0 auto;
}

.riyousyanokoe::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 150px;
    background-image: url(/images/katsudoushitsu_background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFE9EB;
}

.riyousya_flexbox, .program_flexbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.riyousyanokoe a {
    display: block;
    background-color: #fff;
    height: 77px;
    width: 400px;
    border-radius: 31px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #313232;
    text-decoration: none;
    padding: 16px;
    text-align: center;
    box-shadow: 9px 8px 15px -6px #777777;
    transition: 0.5s;
}
.riyousyanokoe a:hover {
    display: block;
    background-color: #EB8E96;
    height: 77px;
    width: 400px;
    border-radius: 31px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #FFF;
    text-decoration: none;
    padding: 16px;
    text-align: center;
    box-shadow: 9px 8px 15px -6px #777777;
}

@media screen and (max-width: 480px) {
    .riyousyanokoe::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 70px;
        background-image: url(/images/katsudoushitsu_background.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #FFE9EB;
    }

    .riyousya_flexbox {
        display: block
    }

    .riyousyanokoe_wrap,.therapy_program_wrap {
        width: 80%;
        margin: 0 auto;
    }

    .riyousyanokoe a {
        display: block;
        background-color: #fff;
        height: 88px;
        width: 300px;
        border-radius: 31px;
        box-sizing: border-box;
        margin-bottom: 20px;
        color: #313232;
        text-decoration: none;
        /* padding: 40px 40px 44px 5px; */
        padding-top: 22px;
        text-align: center;
        line-height: 28px;
        box-shadow: 9px 8px 15px -6px #777777;
        transition: 0.5s;
        box-sizing: border-box;
    }
    .riyousyanokoe a:hover {
        display: block;
        background-color: #EB8E96;
        height: 88px;
        width: 300px;
        border-radius: 31px;
        box-sizing: border-box;
        margin-bottom: 20px;
        color: #fff;
        text-decoration: none;
        /* padding: 40px 40px 44px 5px; */
        padding-top: 22px;
        text-align: center;
        line-height: 28px;
        box-shadow: 9px 8px 15px -6px #777777;
        transition: 0.5s;
        box-sizing: border-box;
    }

    .riyousyanokoe {
        background-color: #FFE9EB;
        padding-bottom: 60px;
    }
}
/* アクセス */

.access {
    background-color: #FFD663;
    padding-bottom: 150px;
    
}
.access::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 400px;
    background-image: url(/images/background_access_pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFD663;
}

.access_flexbox_wrap {
    width: 950px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 50px;
}

.access_flexbox02 dd {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    line-height: 30px;
    font-size: 20px;
    color: #E77D10;
}
.access_flexbox02 dt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 5px;
    line-height: 30px;
    font-size: 16px;
    color: #E77D10;
}
.access_flexbox02 span {
    display: block;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    color: #595959;
}

.access img {
    width: 554px;
    border-radius: 31px;
}

.access_flexbox01 {
    margin-right: 50px;
}

.map {
    width: 950px;
    margin: 0 auto;
}

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

    .access {
        background-color: #FFD663;
        padding-bottom: 100px;
    }
    .access::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 150px;
        background-image: url(/images/background_access_pc.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #FFD663;
    }
    .access img {
        width: 100%;
        border-radius: 31px;
        margin-left: 20px;
    }
    .access_flexbox_wrap {
        width: 80%;
        display: block;
        justify-content: space-between;
        margin: 0 auto;
    }
    .access_flexbox02 dd {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        line-height: 43px;
        font-size: 21px;
        color: #E77D10;
    }
    .access_flexbox02 dd span{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        line-height: 43px;
        font-size: 21px;
        color: #E77D10;
    }

    .access_flexbox02 dt {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 5px;
        line-height: 30px;
        font-size: 12px;
        color: #E77D10;
    }

    .access_flexbox02 span {
        display: block;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 3px;
        color: #595959;
    }

    .map {
        width: 87%;
        margin: 0 auto;
    }


}


/* フッター */
footer {
    background-color: #E77D10;
    height: 40px;
    position: relative;

}

.contact_bottan a {
    display: block;
    background-color: #E77D10;
    width: 250px;
    height: 60px;
    text-decoration: none;
    color: #fff;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 60px;
    font-size: 20px;
    position: fixed;
    right: 13%;
    top: 10px;
    text-align: center;
    border-radius: 31px;
    transition: 0.5s;
}
.contact_bottan a:hover {
    display: block;
    background-color: #fff;
    border: #E77D10 solid 2px;
    width: 250px;
    height: 60px;
    text-decoration: none;
    color: #E77D10;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 60px;
    font-size: 20px;;
    position: fixed;
    right: 13%;
    top: 10px;
    text-align: center;
    border-radius: 31px;
    

}

footer p {
    color: #fff;
    text-align: center;
    line-height: 40px;
}

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

    .contact_bottan a {
        display: block;
        background-color: #E77D10;
        width: 230px;
        height: 50px;
        text-decoration: none;
        color: #fff;
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        line-height: 50px;
        font-size: 21px;
        position: fixed;
        left: 31px;
        bottom: 50px;
        text-align: center;
        border-radius: 80px;
        transition: 0.5s;
        z-index: 90;
        box-shadow: 0px 0px 15px -5px #777777;
        border-radius: 80px;
    }

    footer span {
        text-decoration: none;
    }

}


/* 求人情報 */

.recruit {

    margin-bottom: 150px;
}

.recruit_title {
    margin-bottom: 50px;
}

.recruit_ex_pc {
    width: 980px;
    margin: auto;
    margin-bottom: 50px;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
}

.recruit_ex_sp {
    display: none;
}

.recruit h3 {
    background-color: #6DB230;
    width: 400px;
    height: 91px;
    border-radius: 31px;
    line-height: 91px;
    text-align: center;
    font-family: "Kaisei Opti", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
}

.recruit dl {
    width: 400px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.recruit dt {
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    letter-spacing: 3px;
    color: #6DB230;
}

.recruit dd {
    margin-bottom: 15px;
}

.recruit a {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 221px;
    border: solid 2px #6DB230;
    border-radius: 30px;
    color: #6DB230;
    font-family: "Kaisei Opti", serif;
    text-align: center;
    text-decoration: none;
    margin-left: 219px;
    margin-bottom: 30px;
    transition: 0.5s;
}
.recruit a:hover {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 221px;
    border: solid 2px #6DB230;
    border-radius: 30px;
    background-color: #6DB230;
    color: #fff;
    font-family: "Kaisei Opti", serif;
    text-align: center;
    text-decoration: none;
    margin-left: 219px;
    margin-bottom: 30px;

}

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

    .recruit_ex_sp {
        display: block;
        width: 87%;
        margin: auto;
        margin-bottom: 50px;
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        line-height: 43px;
        font-size: 16px;
        text-align: center;
    }
    .recruit_ex_pc{
        display: none;
    }

    .recruit h3 {
        background-color: #6DB230;
        width: 280px;
        height: 62px;
        border-radius: 31px;
        line-height: 62px;
        text-align: center;
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 3px;
        font-size: 21px;
        color: #fff;
        margin: 0 auto;
    }

    .recruit dl {
        width: 280px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .recruit a {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 214px;
        border: solid 2px #6DB230;
        border-radius: 30px;
        color: #6DB230;
        font-family: "Kaisei Opti", serif;
        text-align: center;
        text-decoration: none;
        margin-left: 91px;
        margin-bottom: 30px;
        transition: 0.5s;
    }
.recruit a:hover {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 214px;
    border: solid 2px #6DB230;
    border-radius: 30px;
    color: #fff;
    font-family: "Kaisei Opti", serif;
    text-align: center;
    text-decoration: none;
    margin-left: 91px;
    margin-bottom: 30px;
    transition: 0.5s;
    background-color: #6DB230;
}

}
