@charset "UTF8";

:root{
    --text-color: #414141;
    --white-color: #F5F5F5;
    --line-color: #C0C0C0;
    --width: 1440;
    --font-size: 19px;
    --pad-min: calc(70 / var(--width)* 100vw);
    --pad-big: calc(100 / var(--width)* 100vw);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .15rem;
    line-height: 170%;
}
body{
    background-image: url(../img/background.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}
html{
    scroll-behavior: smooth;
}
.sp,
.humberger{
    display: none;
}
img{
    width: 100%;
}
a:hover{
    opacity: 0.5;
    transition: .3s;
}
.flex{
    display: flex;
}

/* ===== テキストのスタイル ===== */

.title-txt{
    font-size: calc(40 / var(--width)* 100vw);
    line-height: 150%;
    letter-spacing: .1rem;
    font-weight: 600;
}
.midashi-txt{
    font-size: calc(30 / var(--width)* 100vw);
    line-height: 150%;
    letter-spacing: .1rem;
    font-weight: 600;
}
.midashi-sub-txt{
    font-size: calc(20 / var(--width)* 100vw);
    letter-spacing: .1rem;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}
.tate{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.midashi-w-{
    width: fit-content;
}


/* =============
header 
===============*/

header nav{
    align-items: center;
    justify-content: space-between;
    padding: 1rem 7%;
}
header nav .link-w-{
    gap: 3rem;
}
header nav .link-w- a{
    font-size: calc(20 / var(--width)* 100vw);
    color: var(--text-color);
}

/* =============
MV 
===============*/
#mv{
    position: relative;
    overflow: hidden;
}
#mv .mv-text{
    position: absolute;
    top: 5%;
    left: 5%;
}
#mv .mv-text p{
    font-size: calc(40 / var(--width)* 100vw);
    letter-spacing: .3rem;
    line-height: 150%;
    background: var(--white-color);
    padding: 2rem .5rem;
    height: fit-content;
}
#mv .mv-text p:nth-of-type(1){
    margin-left: 1rem;
}
#mv .kumo{
    position: absolute;
    bottom: 2%;
    right: -9%;
}

/* =============
info 
===============*/

#info{
    padding: var(--pad-big) var(--pad-min);
}
#info .flex{
    align-items: center;
    justify-content: space-around;
}
#info .flex .cont-2 .cont{
    gap: 2rem;
    padding: 1rem .5rem;
    border-bottom: 1px solid var(--line-color);
}
#photo{
    position: relative;
}
#photo img:nth-of-type(2){
    position: absolute;
    bottom: 2%;
    left: -12%;
    width: 30%;
}

/* =============
about 
===============*/

#about .about-cont{
    padding: var(--pad-big) var(--pad-min);
    justify-content: center;
    gap: 5%;
}
#about .about-cont .cont-1{
    padding-top: 1.5rem;
}
#about .about-cont .cont-1 p{
    line-height: 250%;
    letter-spacing: .2rem;
}
#about .about-cont .cont-2 .midashi-w-{
    margin-left: 60%;
    margin-bottom: -3rem;
    position: relative;
}
#about .about-cont .cont-2 .midashi-txt{
    order: 1;
}
/* こだわり部分 */
#about .about-2{
    padding: 0 var(--pad-min) var(--pad-big);
    display: flex;
    flex-direction: column;
    gap: calc(70 / var(--width)* 100vw);
}
#about .about-2 .flex{
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
}
#about .about-2 .flex .text{
    width: 40%;
}
#about .about-2 .flex .text .midashi-w-{
    margin: 0 auto;
    padding-bottom: .5rem;
}
#about .about-2 .flex .text .midashi-txt{
    text-align: center;
}
#about .about-2 .flex .text .content_txt{
    padding-top: 1rem;
    border-top: 1px solid var(--line-color);
}
#about .about-2 .flex:nth-of-type(2) .img{
    order: 1;
}

/* =============
menu 
===============*/

#menu .title{
    padding: var(--pad-big) var(--pad-min) calc(50 / var(--width)* 100vw);
}
#menu .title img{
    width: 30%;
}
#menu .lunch{
    padding: 0 var(--pad-min) var(--pad-big);
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}
#menu .lunch .txt-cont{
    width: 50%;
}
#menu .lunch .txt-cont .onigiri_txt{
    padding-top: 1rem;
}
#menu .lunch .txt-cont .flex{
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--line-color);
}

/* おにぎり */
#menu .img-ttl{
    position: relative;
}
#menu .img-ttl .color{
    background: var(--text-color);
    width: 100%;
    height: calc(100% - 8px);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: .5;
}
#menu .img-ttl .midashi-w-{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50% - 1rem);
    color: var(--white-color);
}
#menu .onigiri-menu{
    padding: var(--pad-big) 0;
    justify-content: center;
    gap: 10%;
}
#menu .onigiri-menu .menu{
    width: 30%;
}
#menu .onigiri-menu .menu li{
    justify-content: space-between;
}
#menu .onigiri-menu .menu li:not(:last-child),
#menu .yaki-onigiri-menu li:not(:last-child){
    margin-bottom: 1rem;
}
#menu .yaki-onigiri-menu{
    padding: var(--pad-big) 0;
}
#menu .yaki-onigiri-menu li{
    width: 40%;
    margin: 0 auto;
    gap: 30%;
    justify-content: space-between;
}

/* =============
guidance
===============*/

#guidance .title{
    padding: var(--pad-big) var(--pad-min) calc(50 / var(--width)* 100vw);
}
#guidance .title img{
    width: 30%;
}
#guidance .table-w-{
    padding: var(--pad-big);
}
#guidance table{
    background: rgba(245, 245, 245, 0.45);
    border-collapse: collapse;
    width: 100%;
}
#guidance table th,
#guidance table td{
    padding: 1.5rem;
    border-bottom: 1px solid var(--line-color);
    
}
#guidance table th{
    width: 20%;
}
#guidance table td iframe{
    width: 100%;
}
#guidance .column_img{
    padding: 0 var(--pad-big) var(--pad-big);
    gap: 5%;
}
#guidance .column_img img{
    width: calc(95% / 2);
}

/* ===== footer ===== */
footer{
    padding: var(--pad-min) var(--pad-big);
    background: var(--white-color);
}
footer nav{
    justify-content: space-between;
}
footer nav .gaid img{
    width: 60%;
}
footer nav .gaid small{
    display: block;
    margin-top: 2rem;
}
footer nav .link{
    gap: 1rem;
    flex-direction: column;
}
footer nav .link a{
    color: var(--text-color);
}

@media screen and (max-width: 768px){
    :root{
    --width: 375;
    --font-size: 15px;
    --pad-min: calc(35 / var(--width)* 100vw);
    --pad-big: calc(50 / var(--width)* 100vw);
    }
    *{
        font-size: 15px;
    }
    .pc-nav,
    .sp-menu,
    header .humberger input[type="checkbox"]{
        display: none;
    }
    .humberger{
        display: block;
    }
    .midashi-txt{
        font-size: 2rem;
    }
    .midashi-sub-txt{
        font-size: 1rem;
    }
    /* =======================
    🍔
    ======================= */
        header .humberger label .flex{
        gap: 1rem;
        flex-direction: column;
        cursor: pointer;
    }
    header .humberger label .flex span{
        width: 4rem;
        height: 3px;
        background: var(--text-color);
        border-radius: 100vh;
        transition: .3s ease-in-out;
    }
    header .humberger .warap{
        align-items: center;
        justify-content: space-between;
        padding: 3%;
    }
    #menu-toggle:checked ~ .sp-menu {
        display: block;
        width: 50vw;
        height: 100vh;
        background-image: url(../img/background.jpg);
        background-size: 100%;
        z-index: 2;
        margin: 0 0 0 auto;
    }
    #menu-toggle:checked + .flex span:nth-of-type(2){
        display: none;
    }
    #menu-toggle:checked + .flex span:nth-of-type(1){
        transform: rotate(45deg);
    }
    #menu-toggle:checked + .flex span:nth-of-type(3){
        transform: rotate(-45deg);
        position: absolute;
    }
    .humberger .sp-menu .link-w-{
        flex-direction: column;
        width: fit-content;
        margin: 0 0 0 auto;
    }
    .humberger .sp-menu .link-w- a{
        font-size: 1.5rem;
    }
    /*メニュー開いている間スクロール禁止（制御はjs）*/
    .no-scroll.execution {
        overflow: hidden;
        height: 100vh;
    }
    /* =======================
    MV
    ======================= */
    #mv .mv-text p{
        font-size: 2rem;
    }
    #mv .kumo{
        width: 40%;
    }
    /* =======================
    about
    ======================= */
    #about .about-2 .flex .text{
        width: 65%;
    }
    #about .about-2{
        gap: calc(30 / var(--width)* 100vw);
    }
    /* =======================
    メニュー
    ======================= */
    #menu .title{
        padding: 0 var(--pad-min) var(--pad-min);
    }
    #menu .img-ttl .midashi-w-{
        top: calc(50% - 1.5rem);
    }
    #menu .lunch .txt-cont .flex{
        display: block;
    }
    #menu .lunch .txt-cont{
        width: 75%;
    }
}
/* sp */
@media screen and (max-width: 480px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .midashi-txt{
        font-size: 1.8rem;
    }
    /* =======================
    header
    ======================= */
    header .logo{
        width: 40%;
    }
    header .humberger label .flex{
        gap: .8rem;
    }
    header .humberger label .flex span{
        width: 3rem;
        height: 2px;
    }
    #menu-toggle:checked ~ .sp-menu{
        width: 100vw;
    }
    /* =======================
    MV
    ======================= */
    #mv .mv-text p{
        font-size: 1.5rem;
    }
    #mv .kumo{
        width: 60%;
    }
    /* =======================
    お知らせ
    ======================= */
    #info .flex{
        flex-direction: column;
    }
    #info .flex .cont-1{
    display: flex;
    justify-content: space-between;
    }
    #info .flex .cont-1 .kumo-2{
        width: 50%;
    }
    #info .flex .cont-2 .cont{
    align-items: flex-start;
    gap: .5rem;
    }
    /* =======================
    当店について
    ======================= */
    #photo img:nth-of-type(2){
        width: 38%;
    }
    #about .about-cont{
        flex-direction: column;
    }
    #about .about-cont .cont-1{
        order: 2;
    }
    #about .about-cont .cont-2 .midashi-w-{
        margin-bottom: -4rem;
        margin-left: 70%;
    }
    #about .about-cont .cont-2 img{
        width: 70%;
    }
    #about .about-2 .flex{
        flex-direction: column;
    }
    #about .about-2 .flex .text{
        width: 100%;
    }
    #about .about-2 .flex:nth-of-type(2) .img{
        order: 0;
    }
    #about .about-2{
        gap: calc(70 / var(--width)* 100vw);
    }
    /* =======================
    お品書き
    ======================= */
    #menu .title{
        justify-content: space-between;
    }
    #menu .title img{
        width: 45%;
    }
    #menu .lunch{
        flex-direction: column;
    }
    #menu .lunch .txt-cont .kakaku{
        text-align: right;
    }
    #menu .img-ttl .midashi-w-{
        top: calc(50% - 2rem);
    }
    #menu .img-ttl .color{
        height: calc(100% - 6px);
    }
    #menu .onigiri-menu{
        flex-direction: column;
        gap: 1rem;
        padding: var(--pad-big) var(--pad-min);
    }
    #menu .lunch .txt-cont,
    #menu .onigiri-menu .menu,
    #menu .yaki-onigiri-menu li{
        width: 100%;
    }
    #menu .yaki-onigiri-menu{
        padding: var(--pad-big) var(--pad-min);
    }
    /* =======================
    店舗
    ======================= */
    #guidance .title{
        justify-content: space-between;
    }
    #guidance .title img{
        width: 45%;
    }
    #guidance .column_img{
        flex-direction: column;
        gap: 1rem;
    }
    #guidance .column_img img{
        width: 100%;
    }
    /* =======================
    footer
    ======================= */
    footer nav{
        flex-direction: column;
        gap: 2rem;
    }
    footer nav .gaid{
        order: 1;
    }
}
/*アニメーション*/
.fadeIn.in-view{
    animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn{
    0%{
        opacity: 0;
        transform: translateY(10%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}