/*
Theme Name: oranger
Author: tokka
Author URI: http://tokkaweb.jp/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */

/* ------------------------------------- /
/   footer
/* ------------------------------------- */
.footer {
    padding: 60px 0 0;
    font-size: 15px;
    letter-spacing: 0.1em;
    background-color: #ccb195;
    color: #4c5933;
}
.footer .inner{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer .footer_logo {
    width: 100px;
    margin: 0 auto 30px;
}
.footer .footer_logo img{
    width: 100px;
}
.footer .sns {
    margin-bottom: 40px;
    background: none;
}
.footer .sns ul{
    text-align: center;
}
.footer .sns ul li{
    display: inline-block;
    width: 23px;
    margin: 0 5px;
}
.footer .sns ul li img{
    width: 100%;
}

.footer .footer_menu{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.footer .footer_menu .menu_box{
    width: 20%;
}
.footer .footer_menu .menu_box ul{
    margin-bottom: 30px;
}
.footer .footer_menu .menu_box ul li a{
    display: block;
    font-size: 12px;
    line-height: 2;
    color: #fff;
}
.footer .footer_menu .menu_box ul li.main a{
    font-size: 16px;
    margin-bottom: 20px;
}
.footer .footer_menu .menu_box ul li a:hover{
    color: #929292;
    transition: 0.3s;
}

.footer .copy {
    padding: 10px 0;
    background-color: #fff;
}
.footer .copy p{
    font-size: 10px;
    color: #1e1e1e;
    text-align: center;
}
.footer .copy p a{
    color: #1e1e1e;
}
.footer .copy p a:hover{
    color: #929292;
    transition: 0.3s;
}
@media (max-width: 768px){
.footer .inner{
    width: 100%;
}
.footer .footer_menu .menu_box{
    width: 33%;
    padding: 0 10px;
}
.footer .footer_menu .menu_box ul li.main a{
    border-bottom: 1px solid #42665B;
}
}
@media (max-width: 480px){
.footer {
    padding: 40px 0 125px 0;
    background-color: #AF8969;
}
/*.footer {
    margin-bottom: 50px;
}*/
.footer .footer_menu{
    margin-bottom: 10px;
}
.footer .footer_menu .menu_box{
    width: 100%;
    padding: 0;
}
.footer .footer_menu .menu_box ul li.main a{
    font-size: 15px;
}
}

/*---------------------------------  /
/*   sp_reservation
/*--------------------------------- */
    .sp_reservation {
        display: none;
    }
    .sp_reservation_mb {
        display: none;
    }
    @media (max-width: 480px){
    .sp_reservation {
        position: fixed;
        display: block;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 52px;
        border-top: 1px solid #929292;
        border-bottom: 1px solid #929292;
        z-index: 9999;
    }
    .sp_reservation ul{
        display: flex;
        justify-content: space-between;
    }
    .sp_reservation ul li{
        position: relative;
        border-right: 1px solid #fff;
    }
    .sp_reservation ul li.icon {
        width: 19vw;
        height: 52px;
    }
    .sp_reservation ul li.icon2,
    .sp_reservation ul li.icon3 {
        width: 42.5vw;
        height: 52px;
    }
    .sp_reservation ul li.icon3{
        border-right: none;
    }
    .sp_reservation ul li.icon3:before {
        position: absolute;
        content: '1分で\A完了';
        top: 50%;
        left: 20px;
        width: 40px;
        height: 40px;
        padding-top: 6px;
        font-size: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #333;
        background-color: #fff;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        box-sizing: border-box;
    }
    .sp_reservation ul li.icon2:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 20px;
        width: 40px;
        height: 40px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        background-image: url(../img/top/line_icon.jpg);
        background-size: cover;
        background-position: center;
    }
    .sp_reservation ul li a{
        display: block;
        padding: 7px 0 7px 70px;
        font-size: 11px;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.5;
        color: #fff;
        background-color: #333;
    }
    .sp_reservation ul li.icon a{
        position: relative;
        height: 52px;
        box-sizing: border-box;
    }
    .sp_reservation ul li.icon a img{
        position: absolute;top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 30px;
    }
    .sp_reservation ul li a span{
        font-size: 15px;
    }
    .sp_reservation ul li.icon3 {
        letter-spacing: 1.5px;
    }
    .sp_reservation_mb {
        display: block;
        margin-bottom: 52px;
    }
    }
@media (max-width: 390px){
    .sp_reservation ul li.icon3:before {
        left: 10px;
    }
    .sp_reservation ul li.icon2:before {
        left: 10px;
    }
    .sp_reservation ul li.icon3 a {
        padding-left: 60px;
    }
}
@media (max-width: 320px){
    .sp_reservation {
        height: 48px;
    }
    .sp_reservation ul li.icon {
        width: 18vw;
        height: 48px;
    }
    .sp_reservation ul li a{
        padding: 7px 0 7px 50px;
        font-size: 10px;
    }
    .sp_reservation ul li a span{
        font-size: 13px;
    }
    .sp_reservation ul li.icon2:before {
        left: 10px;
        width: 35px;
        height: 35px;
        padding-top: 3px;
        font-size: 10px;
    }
    .sp_reservation ul li.icon3:before {
        left: 10px;
        width: 35px;
        height: 35px;
        padding-top: 3px;
        font-size: 10px;
    }
}

#footer_cta_btn {
    font-size: 10px;
    background-color: #f7efea;
    border-radius: 9px;
    color: #111;
    padding: 35px 35px 25px;
    width: max-content;
    margin: auto auto 50px
}

#footer_cta_btn .footer_cta_btn_container {
    display: flex;
    justify-content: center
}

#footer_cta_btn h2 {
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 21px;
    margin-bottom: 5px
}

#footer_cta_btn .footer_cta_red_btn,
#footer_cta_btn .footer_cta_green_btn {
    color: #fff;
    font-weight: 500;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px
}

#footer_cta_btn .footer_cta_red_btn {
    font-size: 14px;
    background: #C4967F;
    margin-right: 5px
}

#footer_cta_btn .footer_cta_green_btn {
    font-size: 24px;
    background: #D0B09D;
}

#footer_cta_btn .footer_cta_red_btn i,
#footer_cta_btn .footer_cta_green_btn i {
    margin-right: 5px
}

@media(max-width:834px) {

    #footer_cta_btn {
        position: fixed;
        bottom: 0;
        z-index: 10000;
        margin-bottom: 0;
        width: 100%;
        padding: 20px 15px
    }

    #footer_cta_btn h2 {
        font-size: 15px;
        margin-bottom: 13px
    }

    #footer_cta_btn .footer_cta_red_btn,
    #footer_cta_btn .footer_cta_green_btn {
        margin: 0
    }

    #footer_cta_btn .footer_cta_red_btn {
        font-size: clamp(12.5px, 1vw + 8px, 18px);
        margin-right: 12.5px
    }

    #footer_cta_btn .footer_cta_green_btn {
        font-size: clamp(14px, 1vw + 10px, -18px)
    }

    #footer_cta_btn .footer_cta_btn_container .footer_cta_red_btn a,
    #footer_cta_btn .footer_cta_btn_container .footer_cta_green_btn a {
        color: #fff;
    }
}

@media(max-width:449px) {
    #footer_cta_btn .footer_cta_btn_container {
        justify-content: space-between;
        font-family: 'YO GOTHICー700';
        align-items: center
    }

    #footer_cta_btn .footer_cta_red_btn {
        padding: 12px 10px;
        width: 60%
    }

    #footer_cta_btn .footer_cta_green_btn {
        padding: 12px 10px;
        width: 40%
    }
}

.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879"
}

@media (min-width: 768px){
    #footer_cta_btn {
        display: none !important;
    }
}

