/* CSS Document */
/* ベース（style.cssより） */
:root{
	--max: 1300px;
	/* フォントサイズ (1300pxで最大値になる設定) */
	--fs14: 14px;
	--fs15: clamp(14px, 1.154dvw, 15px);
	--fs16: clamp(14px, 1.231dvw, 16px);
	--fs18: clamp(15px, 1.385dvw, 18px);
	--fs20: clamp(16px, 1.538dvw, 20px);
	--fs22: clamp(16px, 1.692dvw, 22px);
	--fs24: clamp(18px, 1.846dvw, 24px);
	--fs25: clamp(18px, 1.923dvw, 25px);
	--fs26: clamp(18px, 2.000dvw, 26px);
	--fs28: clamp(20px, 2.154dvw, 28px);
	--fs30: clamp(22px, 2.308dvw, 30px);
	--fs32: clamp(22px, 2.462dvw, 32px);
	--fs33: clamp(22px, 2.539dvw, 33px);
	--fs34: clamp(22px, 2.615dvw, 34px);
	--fs35: clamp(23px, 2.692dvw, 35px);
	--fs36: clamp(24px, 2.769dvw, 36px);
	--fs38: clamp(24px, 2.923dvw, 38px);
	--fs40: clamp(30px, 3.077dvw, 40px);
	--fs44: clamp(30px, 3.385dvw, 44px);
	--fs48: clamp(30px, 3.692dvw, 48px);
	--fs50: clamp(32px, 3.846dvw, 50px);
	--fs53: clamp(32px, 4.077dvw, 53px);
	--fs60: clamp(36px, 4.615dvw, 60px);
	--fs70: clamp(42px, 5.385dvw, 70px);
	--fs78: clamp(44px, 6.000dvw, 78px);
	--fs80: clamp(50px, 6.154dvw, 80px);
	
	/*色*/
	--white:white;
	--gray:#999999;
	--black:#1a1a1a;
    --red:#ab1a28;
    --gray-border: #b3b3b3;
    --gray-usui: #f2f2f2;
	
	/*フォント*/
	--joly-text:"Joly Text", serif;
	--zen-old-mincho:"Zen Old Mincho",serif;
	--ZenKakuGothicNew: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
}
html{
    /* font-size: 20px; */
	font-size: clamp(16px, calc(3.0769vw + 0.6155px), 20px);
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-h);
}
html.is-no-smooth{
	scroll-behavior: auto !important;
}
#card .card-inner .item h3{
	font-size:var(--fs30);
}
#concept .text p,.btn-pc,.btn-sp,#recipe .item .text p,.item p{
	font-family: var(--ZenKakuGothicNew);
}
.wrapper *,.wrapper *::before,.wrapper *::after{
    margin: 0;
    box-sizing: border-box;
    transition: all 0.3s;
}
a{
    display: block;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
}
/* iPhoneのChromeで電話番号にリンクは残しつつ下線が入るのを消す */
a[href^="tel"]{
    text-decoration:none !important;
    color:inherit !important;
}
.top-img a:hover{
	background: var(--white);
}
.red{
    color: var(--red);
}
.gray{
    color: var(--gray);
}
.shop-card-btn{
    color: var(--white);
    aspect-ratio: 5 / 1;
    width: min(300px, 70%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
    background-color: var(--black);
    border-radius: 35px;
}


#firstview{
    width: 100%;
    /*height: 100dvh;*/
	height: 640px;
	position:relative;
    margin-bottom: 4rem;


    img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        min-width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

main{
    width: 100%;

    h3{
        font-size: var(--fs40);
        font-weight: bold;
        font-family: var(--ZenOldMincho);
    }
    h4{
        font-size: var(--fs26);
        font-weight: bold;
        font-family: var(--ZenOldMincho);
        color: var(--gray);
    }
    p,th,td{
        font-size: var(--fs20);
        font-weight: 500;
        font-family: var(--ZenKakuGothicNew);
        color: var(--black);
    }

    #concept{
        width: 80%;
        margin: 0 auto 7.5rem;
        display: flex;
        justify-content: space-between;
        
        .text{
            width: 100%;
            padding: 0;

            .red-rabel{
                width: fit-content;
                padding: 0;
                font-size: var(--fs30);
                font-family: var(--joly-text);
                color: var(--red);
                font-weight: 700;
                line-height: 2.4rem;
                letter-spacing: 0;
                margin-bottom: 1rem;
            }
            
            h2{
                font-size: var(--fs44);
                font-family: var(--ZenOldMincho);
                letter-spacing: 0;
                line-height: 1.2;
                margin-bottom: 3rem;
                
                br{display: none;}
            }
            
            h3{
                font-size: var(--fs30);
                font-family: var(--ZenOldMincho);
                color: var(--black);
                margin-bottom: 3rem;
                position: relative;

                .border{
                    display: inline-block;
                    width: 2.5rem;
                    height: 0.1rem;
                    background: var(--black);
                    margin: 0 0 0.4rem 0;
                }
            }
            p{
                font-size: var(--fs26);
                font-family: var(--ZenOldMincho);
                text-align: justify;
                margin: 0;
            }
        }
    }

    #takeout{
        width: 80%;
        margin: 0 auto 7rem;

        hgroup{
            height: 8.5rem;
            text-align: center;
        }
        .takeout-img{
            width: 100%;
            display: flex;
            justify-content: space-between;

            picture{
                display: block;
                width: 49%;
                aspect-ratio: 630/405;
                margin: 0 auto 3rem;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
        p{
            width: 100%;
            font-size: var(--fs20);
            font-family: var(--ZenKakuGothicNew);
        }
    }

    #delivery{
        width: 100%;
        margin-bottom: 7rem;

        hgroup{
            height: 8.5rem;
            text-align: center;
            h3{
                font-size: var(--fs40);
                font-weight: 700;
                font-family: var(--ZenOldMincho);
            }
            h4{
                font-size: var(--fs26);
                font-weight: 700;
            }
        }
        picture{
            width: 80%;
            display: block;
            aspect-ratio: 2601/1021;
            margin: 0 auto 2.5rem;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .solo{
            width: 80%;
            margin: 0 auto 2.5rem;
            a{
                display: inline;
                color: var(--gray);
                text-decoration: underline;
                white-space: nowrap;
            }
        }
        .card{
            width: 80%;
            margin: 0 auto 4rem;
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            flex-wrap: wrap;

            .item{
                width: 48%;
                min-width: 340px;
                padding: 1.5rem 1.5rem 0;
                background: var(--gray-usui);
                border-radius: 20px;
                display: flex;
                flex-direction: column;
                text-align: left;
                margin-bottom: 2.5rem;

                h4{
                    width: 100%;
                    font-size: var(--fs30);
                    color: var(--black);
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    white-space: nowrap;

                    img{
                        width: 1.75rem;
                        height: auto;
                        margin-right: 0.5rem;
                    }
                }

                .border{
                    width: 100%;
                    height: 2px;
                    background: var(--gray-border);
                    margin: .5rem 0 1.5rem;
                }

                p{
                    width: 100%;
                    flex: 1;
                    margin-bottom: 2rem;
                    font-size: var(--fs18);
                    br{display: none;}
                }
                .p2{
                    br{display: block;}
                    .phone-br{display: none;}
                }
                .nowrap{
                    white-space: nowrap;
                }
                .text-center{
                    text-align: left;
                    margin-bottom: 1rem;
                    span{
                        font-size: var(--fs33);
                        font-weight: 500;
                        color: var(--black);
                    }
                }
                .text-center2{
                    text-align: left;
                    margin-bottom: 1rem;
                    br{display: none;}
                }
                .shop-card-btn{
                    width: min(380px,100%);
                    max-height: 3rem;
                    margin: 0 auto 1.5rem;
                }
            }
        }
        .non-area{
            width: 80%;
            margin: 0 auto;
            h4{
                width: 100%;
                font-size: var(--fs30);
                color: var(--black);
            }
            .dotlines{
                width: 100%;
                margin: 0;
                text-align: left;

                span{
                    display: block;
                    padding-left: 0.8rem;
                    text-indent: -0.8rem;
                }
            }
        }
    }

    /* カード中の電話番号、iPhone Chromeで下線が入らないように */
    #delivery a[href^="tel"]{
        display:inline !important;
        text-decoration:none !important;
        color:inherit;
    }

    #pop-up{
        width: 80%;
        margin: 0 auto;

        hgroup{
            text-align: center;
            h4{
                margin-bottom: 3rem;
            }
            p{
                text-align: left;
                padding-bottom: 3rem;
            }
        }
        .gcal-embed{
            width: 100%;
            margin-bottom: 3rem;
        }
    }

    /* 公開前に追加。総合topから持ってきて改変 */
    #news{
        padding: 64px 0 48px;
        border-radius: 20px;
        margin-bottom: 8rem;
        min-height: 160px;
        .news-inner{
            margin: 0 auto;
            .news-section-header h2{
                font-size: var(--fs36);
                br{display: none;}
            }
            .news-list{
                margin: 0 auto;
                .news-card{ 
                    margin-bottom: 2rem;
                }
            }
        }
    }

    #detailes{
        width: 100%;
        background: var(--gray-usui);
        padding-top: 6rem;

        hgroup{
            width: 80%;
            margin: 0 auto;
            text-align: center;
            h4{
                margin-bottom: 4rem;
            }
            p{
                display: block;
                text-align: left;
                margin: 0 auto;
                padding-bottom: 3.5rem;
                a{
                    display: inline;
                    white-space: nowrap;
                    color: var(--gray);
                    text-decoration: underline;
                }
            }
        }

        .shop-table__scroll{
            width: 80%;
            margin: 0 auto;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            border-bottom: 0.05rem solid var(--gray-border);
        }
        /* Chrome / Edge / Safari */
        .shop-table__scroll::-webkit-scrollbar{
            height: 0.6rem;
        }
        .shop-table__scroll::-webkit-scrollbar-track{
            background: transparent;
        }
        .shop-table__scroll::-webkit-scrollbar-thumb{
            background: #cfcfcf;
            border-radius: 0.3rem;
        }

        /* スクロールヒント */
        .shop-table__scroll{
            position: relative;
        }

        .shop-table__scroll > img.scroll-hint{
            position: sticky;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 120px;
            height: auto;
            z-index: 2;
            pointer-events: none;
            opacity: .85;
            transition: opacity .25s;
        }

        .shop-table__scroll > img.scroll-hint.is-hidden{
            opacity: 0;
        }

        .shop-table__scroll > img.scroll-hint.is-disabled{
            display: none;
        }

        .shop-table__table{
            width: 100%;
            min-width: 52rem;
            border-collapse: collapse;
            background: var(--white);
        }

        .shop-table__table th{
            padding: 0.9rem 0.9rem;
            vertical-align: top;
            white-space: nowrap;
            font-weight: 500;
        }

        .shop-table__table td{
            padding: 0.9rem 0.9rem;
            vertical-align: top;
            white-space: nowrap;
            border-bottom: 0.05rem solid #e6e6e6;
            color: var(--black);
        }

        .shop-table__table thead th{
            white-space: nowrap;
            position: relative;
            text-align: left;
        }

        .shop-table__table thead th::after{
            content: "";
            position: absolute;
            left: 0.5rem;
            right: 0.5rem;
            bottom: 0;
            height: 0.1rem;
            background: var(--red);
        }

        .shop-table__table tbody tr:last-child td{
            border-bottom: 0;
        }

        /* カラム幅 */
        .shop-table__table th:nth-child(1),
        .shop-table__table td:nth-child(1){ width: 13rem; }

        .shop-table__table th:nth-child(2),
        .shop-table__table td:nth-child(2){ width: 16rem; }

        .shop-table__table th:nth-child(3),
        .shop-table__table td:nth-child(3){ width: 7rem; white-space: nowrap; }

        .shop-table__table th:nth-child(4),
        .shop-table__table td:nth-child(4){ width: 5rem; }

        .shop-table__table th:nth-child(5),
        .shop-table__table td:nth-child(5){ width: 5rem; }

        .shop-table__table .is-center{
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
        }
    }

    /* 取扱店テーブル内：a を block にしない（崩れ防止）＋下線消す */
    #detailes .shop-table__table td a,
    #detailes .shop-table__table th a{
        display: inline;
        color: inherit;
        text-decoration: none !important;
        -webkit-text-decoration: none !important;
    }

    /* iOS自動検出の装飾も潰す（電話/住所） */
    #detailes .shop-table__table a[x-apple-data-detectors],
    #detailes .shop-table__table a[x-apple-data-detectors]:hover,
    #detailes .shop-table__table a[x-apple-data-detectors]:active{
        color: inherit !important;
        text-decoration: none !important;
        -webkit-text-decoration: none !important;
    }

    #entry{
        width: 100%;
        background: var(--gray-usui);
        padding: 6rem 0 8rem;

        h3{
            text-align: center;
        }
        h4{
            text-align: center;
            margin-bottom: 3rem;
        }

        .entry-inner{
            width: 80%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;

            .text{
                width: 48%;
                p{
                    margin-bottom: 2rem;
                }
                .shop-card-btn{
                    color: var(--white);
                    aspect-ratio: 5/1;
                    width: 68%;
                    height: 3rem;
                    display: flex;
                    justify-content: space-around;
                    align-items: center;
                    text-decoration: none;
                    transition: all 0.3s;
                    background-color: var(--black);
                    border-radius: 35px;
                }
                a:hover{
                    background: #AB1A28;
                }
            }

            picture{
                width: 46.5%;
                aspect-ratio: 630/405;
            }
        }
    }
}

@media screen and (max-width:1380px){
    main{
        #detailes{
            hgroup{
                p{
                    padding-bottom: 0;
                }
            }
            .shop-table__scroll{
                margin: -2rem auto 0;
            }
        }
    }
}
@media screen and (max-width:1360px){
    main #delivery .card .item .p2 .phone-br{
        display: block;
    }
}
@media screen and (max-width:1100px){
    main{
        #entry{
            padding: 6rem 0 4rem;
            .entry-inner{
                flex-direction: column-reverse;
                .text{
                    width: 100%;
                    margin: 0 auto 2rem;
                    p{
                        margin-bottom: 2rem;
                    }
                    .shop-card-btn{
                        width: 100%;
                    }
                }
                picture{
                    width: 100%;
                    margin-bottom: 2rem;
                }
            }
        }
    }
}
@media screen and (max-width:901px){
    main{
        #delivery{
            width: 100%;
            margin-bottom: 6rem;

            .solo{
                margin: 0 auto 2.5rem;
                    }

            .card{
                flex-wrap: wrap;
                justify-content: center;
                margin-bottom: 3rem;
                row-gap: 2rem;
                column-gap: clamp(32px,3.23dvw,48px);

                .item{
                    width: 76%;
                    min-width: 0;
                    margin-bottom: 2rem;
                    h4{
                        justify-content: center;
                    }
                    p{
                        br{display: block;}
                    }
                    .card1{
                        width: fit-content !important;
                        margin:  0 auto 1.5rem !important;
                    }
                    .text-center{
                        text-align: center;
                    }
                    .text-center2{
                        text-align: center;
                        br{display: block;}
                    }
                    .shop-card-btn{
                        width: 66%;
                        max-height: 2.5rem;
                        margin: 0 auto 1.5rem;
                        white-space: nowrap;
                    }
                }
            }
        }
    }
}
@media screen and (max-width:767px){
    main{
        h3,h4{line-height: 1.6;}
        #firstview{
            width: 100%;
            height: auto;
            aspect-ratio: 787/593;
            margin-bottom: 3rem;

            picture{
                width: 100%;
                height: 100%;
                overflow: hidden;
                img{
                    position: static;
                    top: auto;
                    left: auto;
                    transform: none;
                    width: auto;
                    min-width: 0;
                    height: 100%;
                }
            }
        }

        #concept{
            margin: 0 auto 5rem;
            .text{
                .red-rabel{
                    width: fit-content;
                    padding: 0;
                    font-size: var(--fs30);
                    font-family: var(--joly-text);
                    color: var(--red);
                    font-weight: 700;
                    line-height: 2.4rem;
                    letter-spacing: 0;
                    margin-bottom: 0;
                    h3{
                        margin-bottom: 2rem;
                    }
                }
            }
        }

        #takeout{
            width: 80%;
            margin: 0 auto 4.5rem;
            hgroup{
                height: 7.5rem;
                text-align: center;
            }
            .takeout-img{
                display: block;
                width: 100%;
                aspect-ratio: 630/405;
                margin: 0 auto 1.5rem;
                picture{
                    width: 100%;
                    margin: 0 auto;
                    img{
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        #delivery{
            hgroup{
                height: 7.5rem;
            }
            picture{
                width: 100%;
                aspect-ratio: 787/511;
                margin-bottom: 3rem;
            }
            .solo{
                width: 80%;
            }
            .card{
                .item{
                    width: 100%;
                    .shop-card-btn{
                        width: 78%;
                        max-height: 2.5rem;
                        margin: 1rem auto 2rem;
                        white-space: nowrap;
                    }
                }
                .non-area{
                    h4{
                        font-family: var(--zen-old-mincho);
                        font-size: var(--fs30);
                    }
                    p{
                        padding-left: 1em;
                        text-indent: -1em;
                    }
                }
            }
        }

        #detailes{
            padding-top: 5rem;

            hgroup{
                width: 80%;
                margin: 0 auto;
                h4{
                    margin-bottom: 3.5rem;
                }
                p{
                    padding-bottom: 0;

                }
            }
            .shop-table__scroll{
                width: min(573px,90%);
                margin: -3rem auto 0;
            }
        }
    }
}
@media screen and (max-width:725px){
    main #history .item .top h3{
        font-size: 5dvw;
    }
    main #history .item .top h3 img{
        margin-left: 2dvw;
    }
    main #news{
        padding: 64px 0 0;
    }
    main #news .news-inner{
        width: 1005;
        position: relative;
    }
    main #news .news-inner .news-section-header{
        width: 100%;
        position: absolute;
        /* top: -275%; */
        top: -30%;
        left: 0;
        transform: translateY(0);
    }
    main #news .news-inner .news-section-header h2{
        display: block;
        width: 100%;
        line-height: 1;
        text-align: center;
    }

    main #news .news-inner .news-section-header h2 br{
        display: block;
    }

    main #news .news-inner .news-section-header h2 .en{
        display: inline;
    }
}
@media screen and (max-width:631px){
    html{
        font-size: clamp(16px, calc(3.0769vw + 0.6155px), 20px);
    }
}
@media screen and (max-width:500px){
    main{
        #concept{
            flex-direction: column;
            .text{
                padding-right: 0;

                .red-rabel{
                    font-size: 1.41rem;
                }

                h2{
                    font-size: 2rem;
                    br{display: block;}
                }
                h3{
                    font-size: 1.5rem;
                    letter-spacing: 0;
                }
            }
        }
    }
}
@media screen and (max-width:441px){
    main{
        #concept{
            margin: 0 auto 5rem;
        }
        #delivery{
            .card{
                .item{
                    padding: 1.5rem 1rem 0.5rem;
                    margin-bottom: 1rem;
                    .text-center2{
                        white-space: nowrap;
                    }
                    .shop-card-btn{
                        width: 97%;
                        margin: 0rem auto 2rem;
                    }
                }
            }
        }
    }
}
@media screen and (max-width:430px){
    main{
        #delivery{
            .card{
                .item{
                    p{
                        font-size: 14px;
                    }
                }
            }
        }
    }
}