/* css */
.max-width-lg{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.max-width-md{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.max-width-sm{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
@media (max-width: 560px) {
    .max-width-lg{
        padding: 0 5%;
        box-sizing: border-box;
    }
    .max-width-md{
        padding: 0 5%;
        box-sizing: border-box;
    }
    .max-width-sm{
        padding: 0 5%;
        box-sizing: border-box;
    }
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    background-size: contain;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.05rem;
    line-height: 2;
    scroll-behavior: smooth;
    color: #fff;
    background-color: #000;
    line-height: 2.3;
}
h1,h2,h3{
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: normal;
}
img{
    width: 100%;
}
a{
    text-decoration: none;
    color: #fff;
}
a:visited{
    color: #fff;
}
.a-link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sp{
    display: none!important;
}
.btn:hover{
    opacity: 0.7;
    transition: 0.3s
}
.fade-in{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.fade-in-delay {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 1s ease-in-out, transform 2s ease-in-out;
}

.fade-in.visible, .fade-in-delay.visible {
    opacity: 1;
    transform: translateY(0);
}
.section-title{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-title h2{
    font-size: 26px;
    margin-bottom: 5px;
}
.section-title div{
    font-size: 12px;
}
@media (max-width: 560px) {
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
    body{
        display: block;
        min-height: auto;
    }
}


/* header */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5%;
    padding: 20px 3%;
    box-sizing: border-box;
    font-family: "ta-fuga-fude", sans-serif;
}
.header-logo{
    position: fixed;
    top: 0;
    left: 0;
    margin-right: auto;
    /* width: 120px; */
    margin-top: 10px;
    z-index: 1001;
    display: flex;
    align-items: center;
}
header .logo-img{
    width: 80px;
}
header .logo-text{
    width: 120px;
}
/* .shop-btn{
    cursor: pointer;
    border: 1px solid #64625D;;
    color: #64625D;
    background-color: transparent;
    position: relative;
    padding: 10px 30px;
    font-size: 18px;
    font-family: "century-old-style-std", serif;
    font-style: italic;
}
.header-shop-sp{
    display: none;
} */
@media (max-width: 560px) {
    .header{
        display: none;
    }
}
/* top */
#top{
    position: relative;
}
.top-bg{
    height: 100vh;
    min-height: 500px;
    width: 100%;
    background-image: url(../img/top-bg.jpg);
    background-size: cover;
    background-position: center;
}
.top-titles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-img{
    width: 250px;
}
.top-subtitle-2{
    font-size: 20px;
}
@media (max-width: 560px) {
    #top{
        background-image: url(../img/bg-sp.jpg);
        background-size: contain;
        /* transform: rotate(180deg); */
        /* background-position: center; */
    }
    .top-titles{
        position: relative;
        height: 60vh;
        min-height: 350px;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .top-img{
        width: 200px;
    }
    .top-subtitle-1{
        font-size: 18px;
    }
    .top-subtitle-2{
        font-size: 18px;
        margin-top: -5px;
    }
    .top-bg-sp{
        background-image: url(../img/top-bg-sp.jpg);
        background-size: cover;
        background-position: center;
        height: 40vh;
        min-height: 200px;
    }
}
/* about */
#about{
    /* background-color: #64625D; */
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
}
.about p{
    font-weight: 300;
    font-size: 14px;
}
@media (max-width: 560px) {
    .about{
        flex-direction: column;
    }
    .about p{
        padding: 0 5%;
        text-align: left;
        font-size: 12px;
        margin: 0;
    }
}

/* mainの背景 */
.main-bg{
    background-image: url(../img/bg.jpg);
    background-size: contain;
}
@media (max-width: 560px) {
    .main-bg{
        background-image: url(../img/bg-sp.jpg);
    }
}

/* menu */
.menu{
    position: relative;
}
.image-container {
    display: flex;
    align-items: center;
    width: 100%;  /* ビューポート幅全体 */
    height: 500px; /* ビューポート高さ全体 */
    position: relative;
    overflow: hidden;
}

.image {
    width: 450px;
    height: auto;
    cursor: pointer;
    position: absolute;
}

.menu-texts{
    position: absolute;
    top: 0;left:0;
    width: 100%;
}
.menu-text-wrap {
    opacity: 0;
    position:absolute;
    transform: translateY(50%);
    top: -50%;
    left: 0;
    padding-left: 35%;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.menu-text-wrap h3{
    font-size: 40px;
    margin-bottom: 0;
}
.menu-text-wrap .menu-text{
    margin-top: 0px;
    font-size: 12px;
}
@media (max-width: 560px) {
    .menu-sp{
        text-align: center;
    }
    .menu-img-sp{
        width: 80%;
        max-width: 300px;
        margin: 60px auto 0;
    }
    .menu-sp h3{
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .menu-text-sp{
        font-size: 11px;
    }
}


/* topping */
.toppings{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding-top: 50px;
    padding-bottom: 100px;
    flex-wrap: wrap;
}
.topping{
    text-align: center;
}
.topping img{
    width: 120px;
}
.topping-5 img{
    width: 150px; /*のりだけ150px*/
}
.topping div{
    font-size: 12px;
}
@media (max-width: 560px) {
    .toppings{
        grid-template-columns: repeat(2, 1fr);
        padding-top: 20px;
        gap: 50px 0;
    }
}

/* side */
.sides{
    display: flex;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 25px 10px;
    padding-top: 50px;
    padding-bottom: 100px;
    flex-wrap: wrap;
    justify-content: center;
}
.side{
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.side img{
    width: 200px;
}
.side-text{
    font-size: 12px;
    margin-top: 20px;
}
@media (max-width: 560px) {
    .sides{
        justify-content: start;
        padding-top: 20px;
        gap: 50px 0;
    }
    .side{
        flex-basis: 50%;
    }
    .side img{
        width: 120px;
    }
}

/* setmenu */
.setmenus{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 50px;
    padding-bottom: 100px;
    flex-wrap: wrap;
}
.setmenu{
    text-align: center;
}
.setmenu-texts{
    font-size: 16px;
    margin-top: 10px;
    font-size: 20px;
}
.setmenu-texts div:nth-child(2){
    font-size: 12px;
    margin-top: -10px;
    gap: 10px;
}
@media (max-width: 560px) {
    .setmenus{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 0;
    }
}

/* access */
#access{
    background-color: #404040;
    padding: 50px 0;
}
.access{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.access-1{
    text-align: center;
}
.access-1-1{
    text-decoration: underline;
}
.access-1-1, .access-1-2{
    font-size: 20px;
}
.access-1-3{
    margin-top: 30px;
    font-size: 12px;
}
.access-1-4, .access-1-5{
   font-size: 12px;
   margin-top: 10px;
}
.access-2{
    /* padding-top: 25px; */
    padding-bottom: 25px;
}
@media (max-width: 560px) {
    .access{
        grid-template-columns: repeat(1, 1fr);
    }
    .access-1{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .access-1-1{
        font-size: 18px;
    }
    .access-1-2{
        font-size: 18px;
        margin-top: 10px;
    }
    .access-2{
        padding: 0;
    }
    .access-2 iframe{
        height: 250px
    }
}

/* insta */
#instagram{
    padding-top: 20px;
    margin-bottom: -12px;
    background-color: #404040;
}
#instagram h2{
    text-align:center;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "hiragino-mincho-pron", sans-serif;
    text-decoration: underline;
}
@media (max-width: 560px) {
    #instagram{
        margin-bottom: 0;
    }
}

/* recruit */
#recruit{
    padding: 50px 3% 0;
    background-color: #404040;
}
.recruit{
    display: grid;
    grid-template-columns: 1fr 3fr; /* 横に2つに分ける */
    align-items: center;
    border: 1px solid #fff;
    padding: 30px 0 80px;
}
.recruit-1{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.recruit-2{
    /* display: grid;
    grid-template-rows: 1fr 1fr; 縦に２つに分ける */
}
.recruit-2-1 h3{
    font-family: "hiragino-mincho-pron", sans-serif;
    font-size: 22px;
}
.recruit-2-2{
    display: grid;
    grid-template-columns: 1fr 1fr; /* 横に2つに分ける */
    align-items: center;;
}
.recruit-2-2-1{
    font-size: 12px;
}
.recruit-2-2-2{
    text-align: center;
}
.recruit .logo-img{
    width: 200px;
    margin: 0 auto;
}
.recruit .logo-text{
    width: 200px;
    margin: -20px auto 0;
}
.recruit-btn{
    background-color: #D32222;
    display: grid;
    grid-template-columns: 2fr 8fr;
    align-items: center;
    padding: 15px 0;
    border-radius: 15px;
    position: relative;
    margin: 30px auto 0;
    max-width: 300px;
}
.recruit-btn .tel-img{
    width: 20px;
    margin: 0 auto;
    line-height: 0;
    align-items: center;

}
.recruit-btn .btn-texts{
    text-align: left;
    font-weight: bold;
}
.recruit-btn .btn-text{
    font-size: 12px;
}
.recruit-btn .btn-tel{
    margin-top: -10px;
    margin-bottom: -5px;
    font-size: 18px;
}
@media (max-width: 560px) {
    .recruit{
        grid-template-columns: 1fr;
        border: 0;
        padding: 0 5%;
    }
    .recruit-2-1{
        text-align: center;
        line-height: 1.8;
    }
    .recruit-2-2{
        grid-template-columns: 1fr;
    }
    .recruit-2-2-2{
        margin-top: 40px;
    }
    .recruit-btn{
        max-width: 400px;
        padding: 20px 0;
    }
    .recruit .logo-img{
        margin-top: 50px;
    }
}

/* footer */
footer{
    background-color: #404040;
    padding-top: 10px;
}
footer .logo-text{
    width: 200px;
    margin: 150px auto 0;
}
.contact{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    max-width: 300px;
    justify-items: center;
    margin: 80px auto 0;
}
.contact img{
    width: 30px;
}
.copyright{
    text-align: center;
    font-size: 10px;
    margin-top: 30px;
}
