@charset "UTF-8";

html,
body {
    font-size: 62.5%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
}

.c-sp {
    display: none;
}

/* fadeUp */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpTrigger {
    opacity: 0;
}

/* fadeLeft */
.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeLeftTrigger {
    opacity: 0;
}

/* fadeRight */
.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeRightTrigger {
    opacity: 0;
}

/* Delay */
.delay-1 {
    animation-delay: 0.3s;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpTrigger {
    opacity: 0;
}

/* header */
header {
    width: 100%;
    height: 15rem;
    padding: 0 5rem;
    position: relative;
    z-index: 9998;
}

header h1 {
    width: 22.2rem;
}

header h1 img {
    width: 100%;
}

.h-box {
    position: absolute;
    top: 3rem;
    right: 5rem;
    display: flex;
    align-items: center;
    gap: 2vw;
}

.h-box img {
}

.h-menu {
    color: #333;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.h-menu li {
    padding: 0 1vw;
    border-right: 1px #fe383a solid;
}

.h-menu li a {
    position: relative;
    padding: 0 0 0 3.5rem;
    line-height: 2.4rem;
}

.h-menu li:nth-of-type(1) a::before {
    position: absolute;
    content: "";
    background: url(../images/icon-store.png) no-repeat;
    width: 2.5rem;
    height: 2.4rem;
    top: 0;
    left: 0;
}

.h-menu li:nth-of-type(2) a::before {
    position: absolute;
    content: "";
    background: url(../images/icon-menu.png) no-repeat;
    width: 2.5rem;
    height: 2.4rem;
    top: 0;
    left: 0;
}

.bt-shop a {
    background: #fe383a;
    font-size: 1.8rem;
    color: #fceabc;
    border-radius: 5rem;
    padding: 1.5rem 6rem 1.5rem 7rem;
    position: relative;
    box-shadow: 1px 1px 6px #ccc;
}

.bt-shop a::before {
    position: absolute;
    content: "";
    background: url(../images/icon-cart.png) no-repeat;
    width: 3rem;
    height: 3.1rem;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
}

.bt-shop a::after {
    position: absolute;
    content: "";
    width: 4rem;
    height: 1px;
    background: #fceabc;
    top: 50%;
    right: 0;
}

/* Navigation */
.head-nav {
    font-size: 2rem;
    color: #333;
    line-height: 1.3;
    display: inline-block;
    position: absolute;
    right: 5rem;
    top: 10rem;
}

.head-nav-menu {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 3vw;
}

.head-nav-menu li {
    text-align: center;
}

.head-nav-menu li a {
    position: relative;
    padding: 1rem 0;
}

.head-nav-menu > li:not(:last-child) a::before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 1px;
    background: #fe383a;
    top: 50%;
    right: -1.5vw;
    transform: rotate(-70deg);
}

.head-nav-menu > li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fe383a;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

.head-nav-menu li a:hover::after {
    width: 100%;
}

/* Toggle */
.nav-toggle {
    display: none;
}

.sub-nav {
    display: none;
}

.sp-on {
    height: 100%;
    overflow: hidden;
}

/* Floating */
.fix-nav{
    position:fixed;
    right: 5rem;
    bottom: 5rem;
    z-index: 3;
    opacity: 0;
    transition: .5s;
    width: 70px;
    height: 70px;
    background-color: #FE383A;
    border-radius: 50%;
}

.fix-nav a{
    width: 7rem;
    height: 7rem;
    display: block;
    border-radius: 50%;
}

.fix-nav a::after{
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(-20%,-50%);
}

.active{
    opacity: 1;
}

/* footer */
footer{
    margin: auto;
    padding: 2vw 0 0;
    text-align: center;
}

footer img{
    margin: 0 0 5rem;
}

/* Map */
footer iframe {
    width: 100%;
    min-width: initial;
    height: 49.5rem;
    aspect-ratio: 16/9;
    margin: 0 0 5rem;
}

.copy{
    background: #fe383a;
    line-height: 4rem;
    color: #fff;
    font-size: 1.6rem;
}

@media screen and (max-width:968px ) {
    .c-sp {
        display: block;
    }

    main{
        width: 100%;
        overflow: hidden;
    }

    /* header */
    header {
        width: 100%;
        height: 8rem;
        padding: 0 0 0 2rem;
        position: relative;
        z-index: 9998;
    }

    header h1 {
        width: 10rem;
    }

    header h1 img {
        width: 100%;
    }

    .h-box {
        display:none;
    }

    /* Navigation */
    .head-nav {
        display:none;
    }

    /* Toggle */
    .nav-toggle {
        width: 8rem;
        height: 8rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        display: block;
        background: #fe383a;
    }

    .nav-toggle span {
        position: absolute;
        font-size: 0.9em;
        color: #fff;
        bottom: 5px;
        left: 13px;
    }

    .nav-toggle ul {
        display: flex;
    }

    .nav-toggle ul li {
        position: relative;
        width: 100%;
    }

    .nav-toggle ul li span {
        display: inline-block;
        position: absolute;
        height: 2px;
        background: #fff;
        width: 50%;
        left: 2rem;
        transition: all 0.4s;
    }
    .nav-toggle ul li span:nth-child(1) {
        top: 2.5rem;
    }
    .nav-toggle ul li span:nth-child(2) {
        top: 4rem;
    }
    .nav-toggle ul li span:nth-child(3) {
        top: 5.5rem;
    }

    .sp-active span:nth-child(1) {
        transform: translateY(1.5rem) rotate(-45deg);
    }
    .sp-active span:nth-child(2) {
        opacity: 0;
    }
    .sp-active span:nth-child(3) {
        transform: translateY(-1.5rem) rotate(45deg);
    }

    .head-l-sp {
        width: 50px;
        height: 8rem;
    }

    .sub-nav {
        background: rgba(0, 0, 0, 0.9);
        width: 100vw;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
        opacity: 0;
        transition: all 0.4s;
        display: flex;
        align-items: center;
        visibility: hidden;
    }

    .sub-disp {
        opacity: 1;
        visibility: visible;
    }

    .sp-menu {
        width: 80%;
        margin: auto;
        font-size: 2rem;
        font-weight: 500;
        font-style: normal;
        color: #fff;
    }

    .sp-menu li {
        width: 100%;
        text-align: center;
        margin: 0 0 2rem;
    }

    .sp-menu li a {
        padding: 1.5rem 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    .sp-menu > li:last-of-type > a:nth-of-type(1){
        background: #FE383A;
        border-radius: 5rem;
        position:relative;
        color: #FCEABC;
        margin: 0 auto 2rem;
        width: 35rem;
        max-width: 100%;
    }

    .sp-menu > li:last-of-type > a:nth-of-type(1)::after{
        position: absolute;
        content:"";
        background: url(../images/icon-cart.png) no-repeat;
        width: 3rem;
        height: 3.1rem;
        top: 50%;
        left: 3rem;
        transform: translateY(-50%);
    }

    .sp-menu > li:last-of-type > a:nth-of-type(2) img{
    width: 5rem;
}

    .shop-nav{
        display: flex;
        gap: 2vw;
        font-size: 1.6rem;
        width: 35rem;
        max-width: 100%;
        margin: auto;
    }

    .shop-nav li{
        background: #fff;
        color: #333;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shop-nav li:nth-of-type(1){
        padding: 0 0 0 2rem;
    }

    .shop-nav li:nth-of-type(2){
        padding: 0 0 0 3rem;
    }

    .shop-nav li:nth-of-type(1)::before{
        position: absolute;
        content: "";
        background: url(../images/icon-store.png) no-repeat;
        width: 2.5rem;
        height: 2.4rem;
        top: 50%;
        left: 1rem;
        transform: translateY(-50%);
    }

    .shop-nav li:nth-of-type(2)::before{
        position: absolute;
        content: "";
        background: url(../images/icon-menu.png) no-repeat;
        width: 2.5rem;
        height: 2.4rem;
        top: 50%;
        left: 1rem;
        transform: translateY(-50%);
    }

    .sp-on {
        height: 100%;
        overflow: hidden;
    }

    /* Floating */
    .fix-nav{
        position:fixed;
        right: 3rem;
        bottom: 3rem;
        z-index: 3;
        opacity: 0;
        transition: .5s;
        width: 5rem;
        height: 5rem;
        background-color: #FE383A;
        border-radius: 50%;
    }
    
    .fix-nav a{
        width: 5rem;
        height: 5rem;
        display: block;
        border-radius: 50%;
    }
    
    .fix-nav a::after{
        content: '';
        width: 20px;
        height: 20px;
        border: 0;
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotate(-45deg) translate(-20%,-50%);
    }
    
    .active{
        opacity: 1;
    }

    /* footer */
    footer{
        margin: auto;
        padding: 2vw 0 0;
        text-align: center;
    }

    footer img{
        margin: 0 0 5rem;
    }

    /* Map */
    footer iframe {
        width: 100%;
        min-width: initial;
        height: 49.5rem;
        aspect-ratio: 16/9;
        margin: 0 0 5rem;
    }

    .copy{
        background: #fe383a;
        line-height: 4rem;
        color: #fff;
        font-size: 1.6rem;
    }
}

/*-------------------------------------

下層ページ

--------------------------------------*/

.h2_ttl
{
    background: url("../images/h2_bg.png")no-repeat center / cover;
    height: max(30vw , 350px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: max(3vw , 3rem);
    color: #FFFFFF;
}
.mb3
{
    margin-bottom: 3%;
}
.mb6
{
    margin-bottom: 6%;
}
/*------------MENU-------------*/

.menu
{
    padding: 7vw 3% 7vw;
}
.inner1200
{
   max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.menu h2 {
  font-size: max(1.2vw , 1.8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 3vw;
}
.menu h2 span {
  font-size: max(3vw , 3rem);
  font-family: ff-angie-pro, serif;
  font-weight: 700;
}

.menu .h3_ttl
{
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
    font-size: max(2vw , 2rem);
    font-weight: 700;
}
.menu .h3_ttl::before
{
    content: "";
    height: 2px;
    width: 5rem;
    background: #FE383A;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.menu_list_inner
{
    display: flex;
    padding: 0 10px;
    border-bottom: 1px dashed #333333;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.menu_list_inner .img
{
    /*text-align: center;*/
    width: 32%;
}
.menu_list_inner .img img
{
    max-width: 100%;
}
.menu_list_inner .txt
{
    padding: 20px 0;
    width: 65%;
}
.menu_ttl_inner
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
    font-size: max(1.2vw , 1.8rem);
    font-weight: 700;
    flex-wrap: wrap;
    width: 100%;
}
.menu_ttl
{
    width: 70%
}
.menu_price
{
    width: 28%;
    color: #FE383A;
    text-align: right;
}
.menu p
{
   font-size: max(1vw , 1.6rem); 
    letter-spacing: 0.06em;
    line-height: 1.6;
}
.menu .inner1200
{
    margin-bottom: 6vw;
}

@media screen and (max-width:968px ) {
    .menu_price {
  width: 100%;
}
    .menu_ttl {
  width: 1000%;
}
}