html{
   min-width: auto !important;
}
footer{
    overflow: scroll;
}
main{
    background-color: #E6E6E6;

}
.jizokuka_container{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    container-type: inline-size;
}
.jizokuka_container a {
    color: #0e357f;
    text-decoration: underline;
}
.white_inner{
    background-color: white;
    border-radius: 2cqw;
    margin-bottom: 4cqw;
    padding: 5cqw;
}
.h2_area{
    padding-bottom: 3cqw;
}
.h2_area img{
    display: inline-block;
    width: 0.5cqw;
    vertical-align: middle;
}
.h2_area h2 {
    font-size: 2.6cqw;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.8em;
}
.h2_area h2 span{
    font-size: 80%;
}
.white_inner_p{
    font-size: 1.7cqw;
    line-height: 1.8;
    padding-left: 0.6em;
    white-space: nowrap;
}
.white_inner_p_strong{
    font-weight: bold;
}
.white_inner_p_sprstrong{
    font-weight: bold;
    font-size: 110%;
    color: #C1272D;
}
.white_inner_p_red{
    color: #C1272D;
}
.white_inner_p_blue{
    color: #1B357A;
}



.contact_fixed{
    position: fixed;
    width: 65px;
    right: 0;
    top: 30%;
    z-index: 20;
}
.contact_fixed img{
    display: block;
    width: 100%;
}
@media screen and (min-width:768px) and (max-width: 1088px){
    .contact_fixed{
        width: 5.97vw;
    }
}




.top_wrapper{
    background-color: #80C9F0;
}
.top_flex{
    display: flex;
    justify-content: start;
    align-items: center;
}
.top_flex_left{
    width: 61%;
    color: white;
}
.top_flex_left h1 {
    font-size: 3.8cqw;
    line-height: 1.2;
    padding-bottom: 0.2em;
}
.top_flex_left p {
    font-size: 1.7cqw;
    line-height: 1.8;
}
.top_flex_right{
    padding: 3cqw 0;
}
.top_flex_right_inner{
    border: solid 0.3cqw #1B357A;
    background-color: white;
    border-radius: 1cqw;
    padding: 1.4cqw 3cqw;
    text-align: center;
}
.top_flex_right h5{
    font-size: 1.5cqw;
    line-height: 1.3;
    padding-bottom: 0.4em;
}
.top_flex_right h4{
    font-size: 2.4cqw;
    line-height: 1.2;
    color: #1B357A;
}
.top_flex_right p{
    font-size: 1.32cqw;
    line-height: 1.3;
    padding-top: 0.4em;
    padding-bottom: 1em;
}
.top_flex_right p span{
    opacity: 0;
}
.top_flex_right h6{
    font-size: 1.8cqw;
    line-height: 1.3;
    color: #1B357A;
}
.top01_img{
    position: absolute;
    width: 16.15%;
    top: 47%;
    left: 44%;
}
.top02_img{
    position: absolute;
    width: 4.75%;
    top: 40%;
    right: 0%;
}



.navi_wrapper{
    position: relative;
    height: 140px;
}
.navi_container{
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 90%;
    max-width: 980px;
    z-index: 10;
    background-color: #E6E6E6;
}
.navi_container_fixed{
    position: fixed;
}
.navi_flex{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 20px;
}
.navi_flex a {
    width: 23.8%;
    background-color: white;
    border: solid 2px #CCCCCC;
    border-radius: 9px;
}
.navi_flex a p {
    font-size: 14px;
    line-height: 1;
    color: #1B357A;
    text-align: center;
    padding-top: 0.7em;
    padding-bottom: 0.6em;
font-weight: bold;
}
.navi_flex a img {
    display: block;
    width: 8%;
    margin: 0 auto;
    padding-bottom: 5px;
}
@media screen and (min-width:768px) and (max-width: 1088px) {
.navi_wrapper{
    height: calc(140vw / 980 * 90);
}
.navi_flex{
    padding-top: calc(40vw / 980 * 90);
    padding-bottom: calc(20vw / 980 * 90);
}
.navi_flex a {
    border: solid calc(2vw / 980 * 90) #CCCCCC;
    border-radius: calc(9vw / 980 * 90);
}
.navi_flex a p {
    font-size: calc(17vw / 980 * 90);
}
.navi_flex a img {
    padding-bottom: calc(5vw / 980 * 90);
}
}




.youtube01_area{
    text-align: center;
    padding-bottom: 4cqw;
}
.youtube01_btn{
    display: inline-block;
    width: 100%;
}
.youtube01_btn img{
    display: block;
    width: 100%;
}



.about_flex{
    display: flex;
    justify-content: space-between;
    padding-top: 3cqw;
    padding-bottom: 2.5cqw;
}
.about_flex a {
    font-size: 1.86cqw;
    line-height: 1.2;
    font-weight: bold;
    color: black;
    text-decoration: none;
    text-align: center;
    width: 49%;
    border-radius: 1.2cqw;
    padding-top: 1em;
    padding-bottom: 1em;
}
.about_flex a:nth-of-type(1){
    background-color: #F4BAC1;
}
.about_flex a:nth-of-type(2){
    background-color: #FDE9C4;
}
.about_tel_area {
    border: solid 0.3cqw #808080;
    border-radius: 1.5cqw;
    padding: 1.6cqw 3.5cqw;
    margin: 0 auto;
    width: 81%;
}
.about_tel_img {
    display: inline-block;
    width: 4.4cqw;
    vertical-align: middle;
    padding-left: 1.5cqw;
    padding-right: 3cqw;
    padding-bottom: 2cqw;
    box-sizing: content-box;
}
.about_tel_right{
    display: inline-block;
    vertical-align: middle;
}
.about_tel_area h5 {
    font-size: 1.8cqw;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
padding-bottom: 10px;
}
.about_tel_area h4{
    font-size: 2.4cqw;
    line-height: 1;
    color: #1B357A;
    display: inline-block;
    vertical-align: bottom;
}
.about_tel_area p {
    font-size: 0.93rem;
    line-height: 1.3;
    padding-top: 0.5em;
    padding-bottom: 1.6cqw;
}
.about_tel_area h6{
    font-size: 1.8cqw;
    line-height: 1;
    color: #C1272D;
    display: inline-block;
    vertical-align: bottom;
}
.about_not_p{
    font-size: 1.8cqw;
    line-height: 1;
    font-weight: bold;
    color: #C1272D;
    text-align: center;
    padding-top: 2.3em;
}



.flow_img{
    display: block;
    width: 100%;
    padding-top: 4cqw;
}



.faq_wrapper .white_inner{
    padding-bottom: 1cqw;
}
.faq_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faq_flex > div{
    width: 43cqw;
    background-color: #89BBE4;
    border-radius: 2cqw;
    margin-bottom: 4cqw;
    padding-bottom: 1.3cqw;
}
.faq_q_area{
    width: 39.3cqw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding-top: 1.5cqw;
    padding-bottom: 1.2cqw;
}
.faq_img{
    width: 55px;
    box-sizing: content-box;
    padding-left: 10px;
    padding-right: 10px;
}
.faq_q_p{
    font-size: 1.55cqw;
    color: white;
    line-height: 1.4;
    font-weight: bold;
}
.faq_a_area{
    width: 39.3cqw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-radius: 1cqw;
    padding-top: 1cqw;
    padding-bottom: 1.2cqw;
    padding-right: 1cqw;
}
.faq_a_p{
    font-size: 1.5cqw;
    line-height: 1.6;
}



.reserve_inner{
    border-radius: 1cqw;
    overflow: hidden;
}
.reserve_inner01{
    margin-top: 4cqw;
}
.reserve_inner02{
    margin-top: 2cqw;
}
.reserve_inner_title_area{
    background-color: #80C8EF;
    display: flex;
    align-items: center;
}
.reserve_inner_title_area img{
    width: 7.55cqw;
    padding-top: 0.7cqw;
    padding-bottom: 0.7cqw;
    padding-left: 2.7cqw;
    padding-right: 1cqw;
    box-sizing: content-box;
}
.reserve_inner_title_area h5{
    font-size: 2cqw;
    line-height: 1;
    color: white;
    font-weight: bold;
}
.reserve_inner_main_area{
    background-color: #F7F7E3;
    padding: 2.7cqw;
}
.reserve_inner_p{
    font-size: 1.7cqw;
    line-height: 1.4;
}
.reserve_time_flex{
    display: flex;
    justify-content: center;
}
.reserve_time_flex:nth-of-type(1){
    padding-top: 2.5cqw;
}
.reserve_time_flex:nth-of-type(2){
    padding-top: 0.4cqw;
}
.reserve_time_flex p{
    font-size: 1.7cqw;
    line-height: 3;
    width: 45cqw;
    padding-left: 2.3em;
    margin-right: 0.4cqw;
    background-color: #E9EFF8;
    border-top-left-radius: 0.7cqw;
    border-bottom-left-radius: 0.7cqw;
}
.reserve_time_flex h6 {
    font-size: 2.1cqw;
    font-weight: bold;
    line-height: calc(5.1 / 2.1);
    background-color: white;
    padding: 0 2.4em;
    border-top-right-radius: 0.7cqw;
    border-bottom-right-radius: 0.7cqw;
}
.reserve_inner_p_pdl{
    padding-left: 2.1em;
}
.reserve_check_flex{
    display: flex;
    align-items: center;
    padding-bottom: 3cqw;
}
.reserve_check_flex img{
    width: 30px;
    padding-right: 10px;
    box-sizing: content-box;
}
.reserve_btn_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.reserve_btn_flex a{
    width: 48.5%;
    margin-top: 6cqw;
}
.reserve_btn_flex a:nth-of-type(1){
    margin-right: 3%;
}
.reserve_btn_flex a img{
    display: block;
    width: 100%;
}
.reserve_not_p{
    font-size: 1.7cqw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding-top: 2em;
}




.youtube02_area{
    text-align: center;
    padding-bottom: 6cqw;
}
.youtube02_btn{
    display: inline-block;
    width: 100%;
}
.youtube02_btn img{
    display: block;
    width: 100%;
}



.sp_only{
    display: none !important;
}
@media screen and (max-width:767px) {
    .pc_only{
        display: none !important;
    }
    .sp_only{
        display: block !important;
    }

.white_inner{
    border-radius: 3cqw;
    margin-bottom: 6cqw;
    padding: 6.5cqw;
}
.h2_area{
    padding-bottom: 4.5cqw;
}
.h2_area img{
    width: 0.75cqw;
}
.h2_area h2 {
    font-size: 1.3rem;
}
.white_inner_p{
    font-size: 0.93rem;
    white-space: wrap;
}
.contact_fixed {
    width: 8vw;
    top: 39%;
}
    .top_wrapper .jizokuka_container{
        width: 81%;
    }
    .top_flex {
        flex-direction: column;
    }
    .top_flex_left {
        width: 100%;
        text-align: center;
    }
    .top_flex_left h1 {
        font-size: 4.9vw;
        padding-top: 1em;
        padding-bottom: 0.4em;
    }
    .top_flex_left p {
        font-size: 2.1vw;
    }
    .top_flex_right {
        padding: 4cqw 0 7cqw;
    }
.top_flex_right_inner{
    border: solid 0.575cqw #1B357A;
    border-radius: 1.917cqw;
    padding: 2.683cqw 5.75cqw;
}
.top_flex_right h5{
    font-size: 2.875cqw;
}
.top_flex_right h4{
    font-size: 4.6cqw;
}
.top_flex_right p{
    font-size: 2.53cqw;
}
.top_flex_right h6{
    font-size: 3.45cqw;
}
    .top01_img {
        width: 31%;
        top: 63%;
        left: -11%;
    }
    .top02_img {
        width: 9%;
        top: 56%;
        right: 4%;
    }
    .navi_wrapper{
        height: 32vw;
    }
    .navi_container{
        width: 100%;
    }
    .navi_flex{
        flex-wrap: wrap;
        padding-top: 6vw;
        padding-bottom: 0;
        width: 70%;
        margin: 0 auto;
    }
    .navi_flex a {
        width: 48%;
        margin-bottom: 3vw;
        border: solid 0.5vw #CCCCCC;
        border-radius: 1.3vw;
    }
    .navi_flex a p{
        font-size: 2.4vw;
    }
    .navi_flex a img {
        padding-bottom: 1vw;
    }
.youtube01_area {
    padding-bottom: 10cqw;
}
.youtube01_btn {
    width: 84%;
}
.about_flex {
    flex-direction: column;
    padding-top: 3vw;
    padding-bottom: 3.4vw;
}
.about_flex a {
    width: 100%;
    margin: auto;
    font-size: 1rem;
}
.about_flex a:nth-of-type(1){
    margin-bottom: 3.5vw;
}
.about_tel_area {
    padding: 2.6cqw 3.5cqw;
    width: 100%;
}
.about_tel_img{
    width: 12cqw;
}
.about_tel_area h4{
    font-size: 1.1rem;
font-weight: bold;
}
.about_tel_pdl{
    padding-left: 0.7em;
}
.about_tel_area p{
    font-size: 2.1cqw;
}
.about_tel_area h5 {
    font-size: 1rem;
    text-align: center;
    padding-top: 1.1em;
    line-height: 2.2;
    display: block;
}
.about_tel_area h6{
    font-size: 1rem;
}
.about_not_p {
    font-size: 1rem;
    padding-top: 1.5em;
}
.flow_img {
    width: 67%;
    padding-top: 7cqw;
    margin: 0 auto;
}
.faq_flex > div {
    width: 100%;
    border-radius: 3cqw;
    margin-bottom: 5cqw;
    padding-bottom: 2.4vw;
}
.faq_q_area {
    width: 93%;
    padding-top: 2cqw;
    padding-bottom: 2cqw;
}
.faq_a_area {
    width: 93%;
    border-radius: 1.8cqw;
    padding-top: 2cqw;
    padding-bottom: 2cqw;
    padding-right: 4cqw;
}
.faq_img {
    width: 8cqw;
    padding-left: 2cqw;
    padding-right: 3cqw;
}
.faq_q_p{
    font-size: 2.6vw;
}
.faq_a_p{
    font-size: 2.4vw;
}
.reserve_wrapper .h2_area{
    position: relative;
}
.reserve_h2_absolute{
    position: absolute;
    transform: translateY(-50%);
    top: 26%;
    left: 52vw;
    white-space: nowrap;
}
.reserve_h2_absolute p:nth-of-type(1), .reserve_h2_absolute p:nth-of-type(3){
    display: inline-block;
    font-size: 5vw;
    line-height: 1;
    vertical-align: middle;
}
.reserve_h2_absolute p:nth-of-type(2){
    display: inline-block;
    font-size: 2.4vw;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.reserve_inner {
    border-radius: 1.5cqw;
}
.reserve_inner02 {
    margin-top: 5cqw;
}
.reserve_inner_title_area img {
    width: 9.5cqw;
    padding-top: 1cqw;
    padding-bottom: 1cqw;
    padding-left: 3cqw;
    padding-right: 1.5cqw;
}
.reserve_inner_title_area h5 {
    font-size: 2.9cqw;
}
.reserve_inner_main_area {
    padding: 4.7cqw;
    padding-top: 3cqw;
}
.reserve_inner_p {
    font-size: 2.5cqw;
}
.reserve_time_flex p {
    font-size: 2.4cqw;
    width: 53cqw;
}
.reserve_time_flex h6 {
    font-size: 3.4cqw;
    line-height: calc(7.2 / 3.4);
    padding: 0 1.1em;
}
.reserve_check_flex img {
    width: 4.1cqw;
    padding-right: 1.5cqw;
    padding-bottom: 3vw;
}
.reserve_btn_flex a {
    width: 90%;
}
.reserve_btn_flex a:nth-of-type(1) {
    margin-right: 0;
    margin-top: 9cqw;
}
.reserve_not_p {
    font-size: 2cqw;
}
.youtube02_area {
    padding-bottom: 15cqw;
    padding-top: 2cqw;
}
}


