@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
*/


/* ------------------------------------------------------
PC追従サイドSNSバナー / 2025.6
------------------------------------------------------ */
.sns-link {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7rem;
}
.sns-link figure {
    margin: 0.5rem 0;
}
.sns-link figure img {
    width: 100%;
}


/* ------------------------------------------------------
スマホ版メニューカスタマイズ / 2025.6
------------------------------------------------------ */
.-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;
    padding-top: 7rem;
}
.p-spMenu__inner {
    width: 100vw;
}
.p-spMenu__nav .c-listMenu a {
    display: flex;
    align-items: center;
    padding: 1.275rem 2rem 1.25rem 2rem;
    line-height: 1;
}
.p-spMenu__nav .c-listMenu .sub-menu a {
    position: relative;
    padding: 1.25rem 2rem 1rem 4.5rem;
}
.c-gnav .sub-menu a:before,
.p-spMenu__nav .c-listMenu a:before {
    left: initial !important;
    right: 2rem;
    font-size: 1.25rem;
    color: #F9BD01;
}
.c-gnav .sub-menu a:before {
    right: 1rem;
}
.p-spMenu__nav .c-listMenu .sub-menu a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3rem;
    display: block;
    width: 1rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

/* 問合せボタン */
.p-spMenu__body {
    position: relative;
}
#sp_menu_bottom .contact {
    position: absolute;
    left: 2rem;
    margin: 2.5rem auto 0 auto;
    width: calc(100% - 4rem);
}
#sp_menu_bottom .contact p {
    position: relative;
}
#sp_menu_bottom .contact p:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0.5em;
    bottom: 0;
    display: block;
    width: 4.5em;
    height: 5.5em;
    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;
    color: #333333;
    background-color: #F9BD01;
    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: #333333;
    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 #ffffff;
    border-right: 2px solid #ffffff;
}

/* 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;
}