/*===========================

ボタン設定

===========================*/
.reservation_button_area {
    background-color: #e6f4f1;
    padding: 40px;
    margin: 50px 0 50px;
    text-align: center;
}

.reservation_button_area h3 {
    text-align: center;
    font-size: 24px;
    font-family: "NotoSerifJP-VariableFont", serif;
    color: #3d99a3;
    font-weight: 500;
}

.reservation_button_area span {
    font-size: 16px;
    display: block;
    margin: 20px;
    color: #636363;
    font-family: "NotoSansJP-Regular", sans-serif;
}

.reservation_button_area a {
    font-size: 4rem;
    font-weight: bold;
    text-decoration: none;
    color: #62bec9;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation_button_area img {
    max-width: 65px;
    padding-bottom: 0;
    margin-right: 10px;
}

.reservation_button_area p {
    color: #62bec9;
}

.reservation_box_grid {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    align-items: center;
    gap: 20px;
}

.tel_box_r {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}



.reserve_f_btn_area_b .button_arrowy02 {
    display: block;
    position: relative;
    background: #EE7948;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 1.4rem 5.5rem 1.4rem 2.0rem;
    transition: all 0.3s;
    text-decoration: none;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 500;
}


.button_arrowy02 {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #62bec9;
    padding: 1.0rem 5.5rem 1.0rem 1.0rem;
    transition: all 0.3s;
}

.button_arrowy02:after {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.3s;
    width: 7px;
    height: 28px;
    top: 50%;
    right: 3.5rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}

.button_arrowy02:hover:after {
    right:30px;
}

.reserve_f_btn_area_b img {
    max-width: 35px;
}

.color_b{
    font-size: 16px;
    display: block;
    margin: 20px;
    color: #636363!important;
    font-family: "NotoSansJP-Regular", sans-serif;
}

@media screen and (max-width:1185px){
    .tel_box_r{
        width: 100%;
        height: 100%;
    }
    .tel_icon_a a{
        font-size: 3.6rem;
    }
}

@media screen and (max-width:895px){
    .tel_box_r{
        width: 100%;
        height: 100%;
    }
    .tel_icon_a a{
        font-size: 3.2rem;
    }
    .reservation_button_area img {
        max-width: 40px;
    }
}

@media screen and (max-width:787px){
    .reservation_box_grid {
        display: grid;
        grid-template-columns: 100%;
    }
}
@media screen and (max-width:560px){
    .reservation_button_area {
        padding: 40px 20px;
    }
    .reservation_button_area h3{
        font-size: 18px;
    }
    .reservation_button_area img {
        max-width: 25px;
    }
    .reserve_f_btn_area_b .button_arrowy02{
        font-size: 1.6rem;
        padding: 1.4rem 4.5rem 1.4rem 1.6rem;
    }
    .tel_icon_a a {
        font-size: 2rem;
    }
    .button_arrowy02:after{
        height: 20px;
        right: 2.5rem;
    }
    .button_arrowy02:hover:after {
        right:20px;
    }
}