@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ------------------------------------------------------
スマホ版メニューカスタマイズ / 2025.8
------------------------------------------------------ */
@media print, screen and (min-width : 960px) { /* PC */
    .sp_footernav {
        display: none;
    }
}
@media screen and (max-width : 959px) {
    .-right .p-spMenu__inner {
        transform: translate(0,-100vh);
        transition: .3s;
    }
    [data-spmenu=opened] .p-spMenu__inner {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        transition: .5s;
    }
    .p-spMenu__body {
        padding: 0 0 10vw;
    }
    .p-spMenu__nav {
        position: relative;
        width: 85%;
        margin: 0 auto;
        padding-top: 6rem;
    }
    .p-spMenu__inner {
        width: 100vw;
    }
    .p-spMenu__nav .c-listMenu a {
        display: flex;
        align-items: center;
        padding-top: 1.275rem;
        padding-bottom: 1.25rem;
        line-height: 1;
    }
    .p-spMenu__nav .c-listMenu .sub-menu a {
        position: relative;
        padding-top: 1.275rem;
        padding-bottom: 1.25rem;
    }
    .c-gnav .sub-menu a:before {
        right: 1rem;
    }

    /* 問合せボタン */
    .p-spMenu__body {
        position: relative;
    }
    #sp_menu_bottom .contact {
        position: absolute;
        left: 7.5%;
        margin: 2.5rem auto 0 auto;
        width: 85%;
    }
    #sp_menu_bottom .contact p {
        position: relative;
    }
    #sp_menu_bottom .contact p:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0.25rem;
        bottom: 0;
        display: block;
        width: 6.5em;
        height: 6em;
        background: url(images/contact.svg) no-repeat center bottom / contain;
    }
    #sp_menu_bottom .contact p a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 1.25rem 0 1.25rem 2rem;
        color: #ffffff;
        background-color: #e669a3;
        font-weight: 600;
        font-size: 1.125rem;
        letter-spacing: 0.1em;
        text-align: center;
    }
    #sp_menu_bottom .contact p a::before {
        content: "";
        position: absolute;
        right: 1rem;
        display: block;
        width: 2rem;
        height: 2rem;
        background-color: #ffffff;
        border-radius: 100%;
    }
    #sp_menu_bottom .contact p a:after {
        content: "";
        position: absolute;
        right: 1.8rem;
        display: block;
        transform: rotate(45deg);
        width: 0.6rem;
        height: 0.6rem;
        margin-left: 3em;
        border-top: 2px solid #e669a3;
        border-right: 2px solid #e669a3;
    }


    /* SNSリンク */
    .p-spMenu__body .sns {
        padding: 0 2rem;
    }
    .p-spMenu__body .sns ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .p-spMenu__body .sns ul li {
        width: 3rem;
        margin: 0 0.5rem;
    }
    .p-spMenu__body .sns ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .p-spMenu__body .sns ul li a img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* スマホフッター固定
    -------------------------- */
    .sp_footernav {
        position: fixed;
        z-index: 100;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .sp_footernav ul {
        display: flex;
    }
    .sp_footernav ul li {
        width: 50%;
    }
    .sp_footernav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.75rem 0;
        width: 100%;
        height: 100%;
        color: #000000;
        background-color: rgba(230, 105, 163, 0.9)
    }
    .sp_footernav ul li:nth-child(2) a {
        color: #000000;
        background-color: rgba(249, 217, 76, 0.9);
    }
    .sp_footernav ul li:nth-child(1) a:before,
    .sp_footernav ul li:nth-child(2) a:before {
        content: "";
        display: block;
        width: 2.25rem;
        height: 2.25rem;
        margin-right: 0.5rem;
    }
    .sp_footernav ul li:nth-child(1) a:before {
        background: url(images/icon-mail.svg) no-repeat center center / contain;
    }
    .sp_footernav ul li:nth-child(2) a:before {
        background: url(images/icon-phone.svg) no-repeat center center / contain;
    }
    .sp_footernav ul li a div span {
        display: block;
        font-size: 1rem;
        line-height: 1.25em;
    }

}