@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ヘッダー
-------------------------------------------------------- */
@media print, screen and (min-width : 960px) { /* PC */
  
    /* スクロール前 店舗情報
    -------------------------- */
    .l-header .l-container {
        position: relative;
    }
    .l-header__gnav .c-gnav li.tel {
        display: none;
    }
    .l-header__inner .w-header.pc_ {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding-right: var(--swl-pad_container, 0);
    }
    .w-header__inner {
        margin-left: auto;
    }
    .-series .l-header__logo {
        padding-bottom: 0;
    }
    .l-header__gnav.c-gnavWrap {
        margin-top: 1.25rem;
    }
    .shopinfo ul {
        display: flex;
    }
    .shopinfo ul li {
        display: flex;
        align-items: center;
        padding: 0.35rem 1rem 0.5rem 1rem;
        text-align: center;
    }
    .shopinfo .phone {
        border-radius: 0 0 0 1rem;
    }
    .shopinfo .hours {
        border-radius: 0 0 1rem 0;
    }
    .shopinfo ul li span {
        display: block;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.25em;
    }
    .shopinfo .hours > span {
        display: flex;
        align-items: center;
    }
    .shopinfo .hours > span span.title {
        font-size: 0.85rem;
    }
    .shopinfo .hours > span span.time {
        padding-left: 1em;
        font-size: 0.85rem;
        text-align: left;
    }
    .shopinfo .phone {
        color: #f3ede4;
        background-color: #4e3b30;
    }
    .shopinfo .phone span {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .shopinfo .phone span::before {
        content: "";
        display: block;
        margin-right: 5px;
        width: 0.9em;
        height: 0.9em;
        background: url(images/icon-phone.svg) no-repeat center center / contain;
    }
    .shopinfo .hours {
        color: #4e3b30;
        background-color: #f3ede4;
    }
  
    /* スクロール後 ヘッダー電話ボタン
    -------------------------- */
    .l-fixHeader__inner .w-header.pc_{
        display: none;
    }
    .l-fixHeader__inner .c-gnav li.tel a {
        cursor: default !important;
    }
    .l-fixHeader__inner .c-gnav li.tel a span {
        display: flex;
        align-items: center;
        padding: 0.65rem 1em;
        color: #f3ede4;
        background-color: #4e3b30;
        font-size: 0.95rem;
        border-radius: 3em;
    }
    .l-fixHeader__inner .c-gnav li.tel a span::before {
        content: "";
        display: block;
        margin-right: 5px;
        width: 0.8em;
        height: 0.8em;
        background: url(images/icon-phone.svg) no-repeat center center / contain;
    }
    .l-fixHeader__inner .c-gnav li.tel:hover a::after {
        content: none;
    }

    /* スマホフッター固定
    -------------------------- */
    .sp_footernav {
        display: none;
    }
    
}

@media print, screen and (min-width : 1200px) { /* PC */
    .shopinfo .hours > span span.title {
        font-size: 1rem;
    }
    .shopinfo .hours > span span.title br {
        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;
        padding-top: 7rem;
    }
    .p-spMenu__inner {
        width: 100vw;
    }

    /* 問合せボタン */
    .p-spMenu__body {
        position: relative;
        padding: 0 1rem 10vw;
    }
    #sp_menu_bottom .contact {
        position: absolute;
        left: 2rem;
        margin: 1.5rem auto 0 auto;
        width: calc(100% - 4rem);
    }
    #sp_menu_bottom .contact p a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 3rem;
        padding: 1rem; 
        color: #4e3b30;
        background-color: #a3b18a;
        font-weight: 600;
        font-size: 1.125rem;
        letter-spacing: 0.1em;
        text-align: center;
    }
    #sp_menu_bottom .contact p a:after {
        position: absolute;
        right: 1.5em;
        display: block;
        transform: rotate(45deg);
        width: 0.5rem;
        height: 0.5rem;
        margin-left: 3em;
        border-top: 2px solid #f3ede4;
        border-right: 2px solid #f3ede4;
        content: "";
    }
    
    /* information */
    .p-spMenu__body .info {
        margin: 0 auto;
        width: calc(100% - 4rem);
    }
    .p-spMenu__body .info p a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 3rem;
        padding: 1rem; 
        color: #4e3b30;
        background-color: #f3ede4;
        font-weight: 600;
        font-size: 1.125rem;
        letter-spacing: 0.1em;
        text-align: center;
    }
    .p-spMenu__body .info p a:after {
        position: absolute;
        right: 1.5em;
        display: block;
        transform: rotate(45deg);
        width: 0.5rem;
        height: 0.5rem;
        margin-left: 3em;
        border-top: 2px solid #a3b18a;
        border-right: 2px solid #a3b18a;
        content: "";
    }

    /* スマホフッター固定
    -------------------------- */
    .sp_footernav {
        position: fixed;
        z-index: 100;
        left: 0;
        bottom: 0;
        width: 100%;
        box-shadow: 0 -4px 8px -4px rgba(0,0,0,0.15);
    }
    .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: #4e3b30;
        background-color: #f3ede4;
    }
    .sp_footernav ul li:nth-child(2) a {
        color: #4e3b30;
        background-color: #a3b18a;
    }
    .sp_footernav ul li:nth-child(1) a:before {
        content: "";
        display: block;
        width: 1.35rem;
        height: 1.35rem;
        margin-right: 0.5rem;
    }
    .sp_footernav ul li:nth-child(1) a:before {
        background: url(images/icon-phone.svg) no-repeat center center / contain;
    }
    .sp_footernav ul li:nth-child(2) a i {
        font-size: 1.5rem;
        margin-right: 0.25rem;
    }
    .sp_footernav ul li a div span {
        display: block;
        font-weight: 600;
        font-size: 1.1rem;
        line-height: 1.25em;
    }
    .sp_footernav ul li:nth-child(2) a div span {
        font-size: 1rem;
    }
}