/* ////////////////////////////////// */
/* トップイメージ画像 */
/* ////////////////////////////////// */
.lower_top_howtouse {
    background-image: url(../images/howtouse/topimg.jpg);
    background-size: cover;
    background-position: center 30%;
}


/* ////////////////////////////////// */
/* 対象となる方 */
/* ////////////////////////////////// */
#menu1 {
    margin-top: 130px;
}
.m1_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
    max-width: 1000px;
}
.m1_block {
    display: block;
    width: calc(100% / 2 - 20px);
    border-radius: 20px;
    padding: 30px;
}
.block_left {
    border: solid 1px #FF8E25;
}
.block_right {
    border: solid 1px #31C521;
}
.m1_block h4 {
    font-size: 28px;
    margin-bottom: 10px;
}
.block_left h4 {
    color: #FF8E25;
}
.block_right h4 {
    color: #31C521;
}
.m1_block p {
    line-height: 1.8;
    height: 110px;
}
.m1_block table {
    width: 100%;
}
.m1_block table th {
    text-align: left;
    vertical-align: top;
    width: 80px;
}
.block_left table th {
    color: #FF8E25;
}
.block_right table th {
    color: #31C521;
}
.m1_block table td {

}


/* ////////////////////////////////// */
/* ご利用までの流れ */
/* ////////////////////////////////// */
.m2_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 130px;
    max-width: 750px;
}
.m2_block_left {
    display: block;
    width: 150px;
}
.m2_block_left img {
    width: 130px;
}
.m2_block_left .img2_1 {

}
.m2_block_left .img2_2 {
    
}
.m2_block_left .img2_3 {
    
}
.m2_block_left .img2_4 {
    
}

.m2_block_right {
    display: block;
    width: calc(100% - 150px - 50px);
}
.m2_block_right p {

}
.m2_subtitle {
    display: inline-block;
    border-bottom: solid 5px #fef0ac;
    margin-bottom: 15px;
    font-size: 20px;
}
.m2_subtitle span {
    display: block;
    font-size: 14px;
}
.m2_1_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #FF6644;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 20px;
}
.m2_1_flex img {
    width: 140px;
}
.m2_1_flex h4 {
    color: #FF6644;
    font-size: 40px;
}
.m2_1_flex h4 span {
    font-size: 14px;
    display: block;
}
.m2_hr {
    margin: 30px 0;
}

.tate_line {
    display: block;
    width: 10px;
    background: #fef0ac;
    border-radius: 20px;
    margin: 10px 0;
    margin-left: calc(125px / 2);
}
.m2_block_left .line1 {
    height: 133px;
}
.m2_block_left .line2 {
    height: 25px;
}
.m2_block_left .line3 {
    height: 118px;
}


/* ////////////////////////////////// */
/* ご利用料金 */
/* ////////////////////////////////// */
.m3_midashi_p {
    text-align: center;
    margin-bottom: 30px;
}
.m3_flex1 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
}
.m3_block {
    display: block;
    width: calc(100% / 3 - 10px);
    text-align: center;
}
/*
.m3_flex1 .block1 {
    border: solid 1px  #FA7EB5;
}
.m3_flex1 .block2 {
    border: solid 1px  #31C521;
}
.m3_flex1 .block3 {
    border: solid 1px  #D473DC;
}
*/
.m3_block_head {
    height: 100px;
    padding: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m3_block_head p {
    color: #fff;
    font-size: 24px;
}
.m3_block_head span {
    color: #fff;
    display: block;
    font-size: 18px;
}
.block1 .m3_block_head {
    background: #FA7EB5;
    border: solid 1px  #FA7EB5;
}
.block2 .m3_block_head {
    background: #31C521;
    border: solid 1px  #31C521;
}
.block3 .m3_block_head {
    background: #D473DC;
    border: solid 1px  #D473DC;
}
.m3_block_body {
    height: 100px;
    padding: 20px;
    padding-top: 15px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block1 .m3_block_body {
    border: solid 1px  #FA7EB5;
}
.block2 .m3_block_body {
    border: solid 1px  #31C521;
}
.block3 .m3_block_body {
    border: solid 1px  #D473DC;
}
.m3_block_body p {
    font-size: 36px;
}
.m3_block_body p .getsu {
    font-size: 20px;
    margin-right: 7px;
}
.m3_block_body p .yen {
    font-size: 28px;
    margin-left: 3px;
}

.plus {
    text-align: center;
    margin: 10px 0 15px;
    font-size: 48px;
}
.m3_flex2 {
    margin: 0 auto 130px;
    max-width: 750px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border: solid 1px #B5B5B5;*/
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 20px;
    flex-wrap: wrap;
    background: #fef0ac;
}
.m3_flex2 .subtitle {
    color: #FF6644;
    text-align: center;
    width: 200px;
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
}
.m3_flex2 .lefttxt {
    /*width: calc(100% - 250px);*/
    width: 100%;
    text-align: center;
}
.m3_flex2 .lefttxt span {
    display: block;
    font-size: 14px;
}



/* ////////////////////////////////// */
/* 利用時間 */
/* ////////////////////////////////// */
.m4_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 130px;
    max-width: 1000px;
    flex-wrap: wrap;
}
.m4_block {
    display: block;
    width: calc(100% / 2 - 20px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}
.m4_flex .block1 {
    border: solid 1px #FF8E25;
}
.m4_flex .block2 {
    border: solid 1px #469CFF;
}
.m4_block h4 {
    font-size: 28px;
    margin-bottom: 10px;
}
.block1 h4 {
    color: #FF8E25;
}
.block2 h4 {
    color: #469CFF;
}
.m4_block h4 span {
    font-size: 20px;
    color: #FF8E25;
}
.m4_block table {
    width: 100%;
}
.m4_block table th {
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.block1 table th {
    color: #FF8E25;
}
.block2 table th {
    color: #469CFF;
}
.m4_block table td {
    padding-bottom: 20px;
}
.m4_btn {
    display: block;
    margin: 0 auto;
    width: 270px;
    background: #ECEEF1;
    color: #4C4C4C;
    border-radius: 30px;
    padding: 15px 20px;
    text-align: center;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m4_btn img {
    width: 16px;
    margin-left: 10px;
}
/*
.m4_btn:hover {
    background: #4C4C4C;
    color: #ECEEF1;
}
*/
.m4_btn:hover {
    background: #cccccc;
}


/* ////////////////////////////////// */
/* 送迎について */
/* ////////////////////////////////// */
.m5_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 130px;
    max-width: 1000px;
}
.m5_block_txt {
    display: block;
    width: calc(100% / 2 - 20px);
    line-height: 2.0;
}
.m5_block_img {
    display: block;
    width: calc(100% / 2 - 20px);
    height: 320px;
    position: relative;
    background-image: url(../images/howtouse/img5.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}



/* ////////////////////////////////// */
/* 見学・体験のご案内 */
/* ////////////////////////////////// */
.m6_area {
    background: #fef0ac;
    padding: 30px;
    margin-bottom: 130px;
}
.m6_area .midashi {
    color: #fc0d1b;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.m6_area .footer_logo_flex {
    max-width: 750px;
    margin-bottom: 0;
    justify-content: center;
}
.m6_area .footer_logo_flex .footer_tel {
    padding-left: 0;
}
.m6_area .footer_logo_flex a {
    /*width: 320px;*/
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
}
.m6_area .footer_logo_flex a i {

}


/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
/*
@media screen and (min-width:1350px){
    .m3_back {
        height: 1200px;
    }
}
@media screen and (min-width:1450px){
    .m3_back {
        height: 1300px;
    }
}
*/

/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    .m1_flex {
        max-width: 750px; 
    }
    .m1_block {
        width: calc(100% / 2 - 10px);
        padding: 20px;
    }

    .m2_block_right {
        width: calc(100% - 150px - 0px);
    }
    .m2_1_flex img {
        width: 170px;
    }

    .m3_flex1 {
        max-width: 750px;
    }
    .m3_block_head span {
        font-size: 16px;
    }
    .m3_block_head {
        height: 80px;
        padding: 10px;
    }
    .m3_block_body {
        height: 80px;
    }
    .m3_flex2 {
        max-width: 550px;
        padding: 10px 10px;
    }
    /*
    .m3_flex2 .subtitle {
        width: 120px;
    }
    .m3_flex2 .lefttxt {
        width: calc(100% - 150px);
    }
    */

    .m4_flex {
        max-width: 750px;
    }
    .m4_block {
        width: calc(100% / 2 - 10px);
        padding: 20px;
    }
    .m4_block h4 span {
        font-size: 16px;
    }
    .m4_block table th {
        width: 85px;
    }

    .m5_flex {
        max-width: 750px;
    }

    .m6_area .footer_logo_flex {
        max-width: 600px;
    }
    .m6_area .footer_logo_flex a {
        /*width: 285px;*/
        width: 270px;
    }
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:767px){
    #menu1 {
        margin-top: 50px;
    }
    .m1_flex {
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .m1_block {
        width: calc(100% - 30px);
        margin: 0 auto 20px;
    }
    .m1_block p {
        height: unset;
        margin-bottom: 20px;
    }

    .m2_flex {
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .m2_block_left {
        display: none;
    }
    .m2_block_right {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .m2_hr {
        margin: 20px 0;
    }
    .m2_1_flex {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 20px 10px;
    }
    .m2_1_flex h4 {
        font-size: 36px;
    }

    .m3_flex1 {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .m3_block {
        width: calc(100% - 30px);
        margin: 0 auto 20px;
    }
    .m3_flex2 {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 20px 10px;
        width: calc(100% - 30px);
        margin-bottom: 80px;
    }
    .m3_flex2 .subtitle {
        width: 100%;
        margin-bottom: 15px;
    }
    .m3_flex2 .lefttxt {
        width: 100%;
    }
    .plus {
        margin-top: 0;
    }

    .m4_flex {
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .m4_block {
        width: calc(100% - 30px);
        margin: 0 auto 20px;
    }
    .m4_block h4 span {
        display: block;
    }

    .m5_flex {
        flex-wrap: wrap;
        margin-bottom: 80px;
        width: calc(100% - 30px);
    }
    .m5_block_txt {
        width: 100%;
        margin-bottom: 20px;
    }
    .m5_block_img {
        width: 100%;
        height: 250px;
    }


    .m6_area {
        padding: 20px;
        margin-bottom: 80px;
    }
    .m6_area .midashi {
        font-size: 18px;
    }
    .m6_area .footer_logo_flex a {
        width: 100%;
        /*margin-bottom: 0;*/
    }
    .m6_area .footer_tel {
        margin-bottom: 0;
    }
}