@charset "utf-8";

@import url(common.css);

@import url(slide.css);



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

    /*top*/

    #top {
        position: relative;
        height: 100vh;
        background: url(../img/p_service_02.jpg);
        background-size: cover;
        background-position: 80%;
    }

    /*svgアニメ*/
    .svganimeblock {
        position: absolute;
        width: 35%;
        /* 画面幅の50% */
        max-width: 200px;
        /* 大きすぎないよう制限 */
        left: 2%;
        top: 70%;
    }

    .svganimeblock svg {
        width: 100%;
        /* 親要素に合わせて拡縮 */
        height: auto;
        /* アスペクト比維持 */
        display: block;
    }


    /*アニメーション前のパスの指定*/
    .svganimeblock svg path {
        fill-opacity: 0;
        /*最初は透過0で見えない状態*/
        transition: fill-opacity .5s;
        /*カラーがつく際のアニメーション0.5秒で変化*/
        fill: none;
        /*塗りがない状態*/
        stroke: #147002;
        /*線の色*/
    }

    /*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
    .svganimeblock svg.done .st1 {
        fill: #a5dbf7;
        /*塗りの色*/
        fill-opacity: 1;
        /*透過1で見える状態*/
        stroke: none;
        /*線の色なし*/
        width: 50vh;
        filter: drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 5px #ffffff) drop-shadow(0px 0px 10px #ffffff);
    }

    .svganimeblock svg.done .st5 {
        fill: #e84c95;
        /*塗りの色*/
        fill-opacity: 1;
        /*透過1で見える状態*/
        stroke: none;
        /*線の色なし*/
        width: 50vh;
        filter: drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 5px #ffffff) drop-shadow(0px 0px 10px #ffffff);
    }

    /*about_doula*/

    #about_doula,
    #worries,
    #service,
    #price,
    #flow,
    #contact {
        position: relative;
        width: 90%;
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25%;
    }

    #flow {
        margin-bottom: 20%;
    }

    .h1_02,
    .h1_03,
    .h1_06 {
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10%;
    }

    .bold {
        width: 100%;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        font-weight: 800;
    }

    .middle {
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .img_none {
        display: none;
    }

    /*worries*/

    #worries .flex div {
        width: 100%;
    }

    .h1_04 {
        height: 30px;
        margin-bottom: 10%;
    }

    .onayami {
        font-family: "BIZ UDGothic";
        font-size: 12px;
        color: #581e02;
        margin-top: 10%;
        margin-left: 2%;
    }

    .onayami li {
        list-style: '✓';
        margin-bottom: 18px;
    }

    #worries .flex .profile_img {
        width: 50%;
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
    }

    .big {
        margin-top: 10%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /*service*/

    .h1_05 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10%;
    }

    .container {
        width: 100%;
        padding: 20px;
        margin-bottom: 5%;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 5px 5px 15px#af87aa, -5px -5px 10px#feeaff;
    }

    .container h2 {
        margin-top: 25px;
        font-size: 20px;
    }

    .textbox {
        display: flex;
        height: 120px;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .textbox p {
        font-size: 14px;
    }

    .caution {
        margin-top: 8%;
        text-align: center;
        font-size: 10px;
    }

    #service .caution {
        text-align: left;
    }

    /*price*/

    .h2_01 {
        color: #e84c95;
        margin-bottom: 5%;
    }

    .h2_02 {
        margin: 0;
    }

    .h2_03 {
        color: #e84c95;
        margin-top: 10%;
    }

    #price h2 {
        font-size: 24px;
    }

    #price p {
        margin-top: 5%;
        font-size: 14px;
    }

    #price .flex {
        width: 100%;
    }

    .flex_time div {
        margin-bottom: 10%;
    }

    table {
        width: 100%;
        text-align: center;
        margin-top: 5%;
        border-spacing: 0;
        border-collapse: collapse;
        color: #581e02;
        background-color: #fff1f7;
        border: none;
        font-family: "BIZ UDGothic";
        font-size: 18px;
    }

    th,
    td {
        width: 50%;
        padding: 10px;
        border: solid 2px #ffffff;
    }

    th {
        font-size: 14px;
    }

    td {
        font-size: 12px;
    }

    .none {
        text-align: center;
        border: solid 2px #ffffff;
        background-color: #ffffff;
        font-weight: 400;
        font-size: 12px;
    }

    /*flow*/

    #flow .flex {
        margin-top: 15%;
    }

    .container_02 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 80%;
        height: 80px;
        padding: 5px;
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 5px 5px 15px#af87aa, -5px -5px 10px#feeaff;
        margin-left: auto;
        margin-right: auto;
    }

    .container_02 p {
        font-size: 15px;
    }

    .key {
        width: 20px;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(90deg);
    }

    /*contact*/

    #contact .flex a {
        width: 40%;
    }

    .container_03,
    .container_04 {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100px;
        padding: 50px;
        background-image: url(../img/p_sv_co_03.jpeg);
        background-size: cover;
        background-position: bottom;
        border-radius: 15px;
    }

    .container_04 {
        background-image: url(../img/p_sv_co_02.jpeg);
        background-size: cover;
        background-position: center;
        margin-top: 10%;
    }

    .container_03 h2,
    .container_04 h2 {
        width: 100%;
        padding-left: auto;
        padding-right: auto;
        color: #ffffff;
        font-size: 15px;
    }

    .service_img {
        width: 80%;
        border-radius: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
    }

    h2 {
        color: #581e02;
        text-align: center;
        font-family: "Kosugi Maru";
        font-size: 30px;
    }

    .btn {
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
    }

    #contact {
        margin-top: -100px;
        padding-top: 150px;
        padding-bottom: 50px;
    }


}

@media screen and (min-width:768px) and (max-width:1400px) {

    /*top*/

    #top {
        position: relative;
        height: 100vh;
        background: url(../img/p_service_02.jpg);
        background-size: cover;
        background-position: 80%;
    }

    /*svgアニメ*/
    .svganimeblock {
        position: absolute;
        width: 30%;
        /* 画面幅の50% */
        max-width: 500px;
        /* 大きすぎないよう制限 */
        left: 5%;
        top: 70%;
    }

    .svganimeblock svg {
        width: 100%;
        /* 親要素に合わせて拡縮 */
        height: auto;
        /* アスペクト比維持 */
        display: block;
    }


    /*アニメーション前のパスの指定*/
    .svganimeblock svg path {
        fill-opacity: 0;
        /*最初は透過0で見えない状態*/
        transition: fill-opacity .5s;
        /*カラーがつく際のアニメーション0.5秒で変化*/
        fill: none;
        /*塗りがない状態*/
        stroke: #147002;
        /*線の色*/
    }

    /*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
    .svganimeblock svg.done .st1 {
        fill: #a5dbf7;
        /*塗りの色*/
        fill-opacity: 1;
        /*透過1で見える状態*/
        stroke: none;
        /*線の色なし*/
        width: 50vh;
        filter: drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 5px #ffffff) drop-shadow(0px 0px 10px #ffffff);
    }

    .svganimeblock svg.done .st5 {
        fill: #e84c95;
        /*塗りの色*/
        fill-opacity: 1;
        /*透過1で見える状態*/
        stroke: none;
        /*線の色なし*/
        width: 50vh;
        filter: drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 5px #ffffff) drop-shadow(0px 0px 10px #ffffff);
    }

    /*about_doula*/

    #about_doula,
    #worries,
    #service,
    #price,
    #flow,
    #contact {
        position: relative;
        width: 80%;
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15%;
    }

    .h1_02,
    .h1_03,
    .h1_06 {
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10%;
    }

    .bold {
        width: 100%;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        font-weight: 800;
    }

    .middle {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .img_none {
        display: none;
    }

    .spbr {
        display: none;
    }

    /*worries*/

    #worries .flex {
        display: flex;
    }

    #worries .flex div {
        width: 70%;
    }

    .h1_04 {
        height: 30px;
        margin-bottom: 10%;
    }

    .onayami {
        font-family: "BIZ UDGothic";
        font-size: 14px;
        color: #581e02;
        margin-top: 10%;
        margin-left: 2%;
    }

    .onayami li {
        list-style: '✓';
        margin-bottom: 18px;
    }

    #worries .flex .profile_img {
        width: 30%;
        object-fit: contain;
    }

    .big {
        margin-top: 10%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /*service*/

    .h1_05 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10%;
    }

    #service .flex {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .container {
        width: 45%;
        padding: 25px;
        margin-bottom: 5%;
        background-color: #ffffff;
        border-radius: 5%;
        box-shadow: 5px 5px 15px#af87aa, -5px -5px 10px#feeaff;
    }

    .container h2 {
        margin-top: 25px;
        font-size: 20px;
    }

    .textbox {
        display: flex;
        height: 150px;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .textbox p {
        font-size: 14px;
    }

    .caution {
        margin-top: 3%;
        text-align: center;
    }

    /*price*/

    .h2_01 {
        color: #e84c95;
        margin-bottom: 5%;
    }

    .h2_02 {
        margin: 0;
    }

    .h2_03 {
        color: #e84c95;
        margin-top: 10%;
    }

    #price h2 {
        font-size: 24px;
    }

    #price p {
        margin-top: 5%;
        font-size: 14px;
    }

    #price .flex_time {
        display: flex;
        justify-content: space-around;
    }

    #price .flex {
        width: 100%;
    }

    table {
        width: 100%;
        text-align: center;
        margin-top: 5%;
        border-spacing: 0;
        border-collapse: collapse;
        color: #581e02;
        background-color: #fff1f7;
        border: none;
        font-family: "BIZ UDGothic";
        font-size: 18px;
    }

    th,
    td {
        width: 50%;
        padding: 10px;
        border: solid 2px #ffffff;
    }

    .none {
        text-align: center;
        border: solid 2px #ffffff;
        background-color: #ffffff;
        font-weight: 400;
    }

    /*flow*/

    #flow .flex {
        margin-top: 10%;
    }

    .container_02 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 80%;
        height: 100px;
        padding: 5px;
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 5px 5px 15px#af87aa, -5px -5px 10px#feeaff;
        margin-left: auto;
        margin-right: auto;
    }

    .key {
        width: 20px;
        margin-top: 3%;
        margin-bottom: 3%;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(90deg);
    }

}

@media screen and (min-width:1401px) {

    /*top*/

    #top {
        position: relative;
        height: 100vh;
        background: url(../img/p_service_02.jpg);
        background-size: cover;
        background-position: center;
    }


    /*svgアニメ*/
    .svganimeblock {
        position: absolute;
        width: 50%;
        /* 画面幅の50% */
        max-width: 500px;
        /* 大きすぎないよう制限 */
        left: 5%;
        top: 55%;
    }

    .svganimeblock svg {
        width: 100%;
        /* 親要素に合わせて拡縮 */
        height: auto;
        /* アスペクト比維持 */
        display: block;
    }


    /*アニメーション前のパスの指定*/
    .svganimeblock svg path {
        fill-opacity: 0;
        /*最初は透過0で見えない状態*/
        transition: fill-opacity .5s;
        /*カラーがつく際のアニメーション0.5秒で変化*/
        fill: none;
        /*塗りがない状態*/
        stroke: #147002;
        /*線の色*/
    }

    /*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
    .svganimeblock svg.done .st1 {
        fill: #a5dbf7;
        /*塗りの色*/
        fill-opacity: 1;
        /*透過1で見える状態*/
        stroke: none;
        /*線の色なし*/
        width: 50vh;
        filter: drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 5px #ffffff) drop-shadow(0px 0px 10px #ffffff);
    }

    .svganimeblock svg.done .st5 {
        fill: #e84c95;
        /*塗りの色*/
        fill-opacity: 1;
        /*透過1で見える状態*/
        stroke: none;
        /*線の色なし*/
        width: 50vh;
        filter: drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 5px #ffffff) drop-shadow(0px 0px 10px #ffffff);
    }

    /*about_doula*/

    #about_doula,
    #worries,
    #service,
    #price,
    #flow,
    #contact {
        position: relative;
        width: 80%;
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15%;
    }

    #flow {
        margin-bottom: 15%;
    }

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

    .h1_02 {
        width: 80%;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 10%;
    }

    .bold {
        width: 80%;
        text-align: left;
        font-size: 22px;
        font-weight: 800;
        margin-left: auto;
        margin-right: 0;
    }

    .middle {
        width: 80%;
        margin-left: auto;
        margin-right: 0;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .profile_img {
        width: 35%;
        border-radius: 50%;
    }

    .spbr {
        display: none;
    }

    /*worries*/

    #worries .flex div {
        width: 80%;
    }

    .h1_04 {
        width: 80%;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 10%;
    }

    .onayami {
        font-family: "BIZ UDGothic";
        font-size: 18px;
        color: #581e02;
        margin-top: 10%;
        margin-left: 2%;
    }

    .onayami li {
        list-style: '✓';
        margin-bottom: 18px;
    }

    #worries .flex .profile_img {
        width: 40%;
    }

    .big {
        margin-top: 10%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    /*service*/

    .h1_05 {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
    }

    #service .flex {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .container {
        width: 30%;
        padding: 25px;
        margin-bottom: 3%;
        background-color: #ffffff;
        border-radius: 5%;
        box-shadow: 5px 5px 15px#af87aa, -5px -5px 10px#feeaff;
    }

    .container h2 {
        margin-top: 25px;
    }

    .textbox {
        display: flex;
        height: 150px;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .caution {
        margin-top: 3%;
        text-align: center;
    }

    /*price*/

    .h2_01 {
        color: #e84c95;
        margin-bottom: 5%;
    }

    .h2_02 {
        margin: 0;
    }

    .h2_03 {
        color: #e84c95;
        margin-top: 10%;
    }

    #price .flex div {
        width: 45%;
    }

    table {
        width: 100%;
        margin: 3%;
        text-align: center;
        border-spacing: 0;
        border-collapse: collapse;
        color: #581e02;
        background-color: #fff1f7;
        border: none;
        font-family: "BIZ UDGothic";
        font-size: 18px;
    }

    th,
    td {
        width: 50%;
        padding: 10px;
        border: solid 2px #ffffff;
    }

    .none {
        text-align: left;
        border: solid 2px #ffffff;
        background-color: #ffffff;
    }

    /*flow*/

    #flow .flex {
        margin-top: 10%;
    }

    .h1_06 {
        width: 18%;
        margin-left: auto;
        margin-right: auto;
    }

    .container_02 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 12%;
        height: 100px;
        padding: 5px;
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 5px 5px 15px#af87aa, -5px -5px 10px#feeaff;
    }

    .key {
        width: 20px;
    }


    /*contact*/

    .h1_03 {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8%;
    }

    #contact .flex a {
        width: 40%;
    }

    .container_03,
    .container_04 {
        display: flex;
        align-items: center;
        width: 100%;
        height: 200px;
        padding: 50px;
        background-image: url(../img/p_sv_co_03.jpeg);
        background-size: cover;
        background-position: bottom;
        border-radius: 15px;
    }

    .container_04 {
        background-image: url(../img/p_sv_co_02.jpeg);
        background-size: cover;
        background-position: center;
    }

    .container_03 h2,
    .container_04 h2 {
        width: 100%;
        padding-left: auto;
        padding-right: auto;
        color: #ffffff;
    }

    .service_img {
        width: 80%;
        border-radius: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
    }

    h2 {
        color: #581e02;
        text-align: center;
        font-family: "Kosugi Maru";
        font-size: 30px;
    }

    .btn {
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
    }

    #contact {
        margin-top: -150px;
        padding-top: 300px;
    }

}