@charset "utf-8";

body {
	display: none;
}


/* mvスライドショー */

.main_imgBox {
    height: 680px;
    overflow: hidden;
    position: relative; 
}
.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; 
}

.main_img:nth-of-type(2) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s; 
    }

    .main_img:nth-of-type(3) {
        -webkit-animation-delay: 12s;
        animation-delay: 12s; 
    }

    .main_img:nth-of-type(4) {
        -webkit-animation-delay: 18s;
        animation-delay: 18s; 
    }

    .main_img:nth-of-type(5) {
        -webkit-animation-delay: 24s;
        animation-delay: 24s; 
    }

    .main_img:nth-of-type(6) {
        -webkit-animation-delay: 30s;
        animation-delay: 30s; 
    }
@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.15) ;
        z-index:9;
    }
    100% { opacity: 0 }
}


/* スクロールダウン */
.scroll{
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0.15em;
    z-index: 100;
}
.scroll::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 70px;
    background: #222;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}


@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/* schedule */
/* .schedule{
    margin-top: 80px;
    width: 60%;
    text-align: center;
}
.schedule_jpg{
    width: 100%;
} */

.schedule {
    margin-top: 80px;
    width: 80%;
    text-align: center;
}

.schedule_jpg {
    width: 95%;
}



/* about */
.about{
    margin-top: 150px;
}

.about_box{
    justify-content: space-between;
    align-items: center;
}

.about_textbox{
    width: 40%;
}
.about_text{
    letter-spacing: 0.1em;
    line-height: 2.5;
    margin-top: 3em;
    
}
.about_images{
    display: flex;
    flex-direction: column;
    width: 42%;
}

.about_imagebox01{
    width: 90%;
}
.about_imageleft{
    margin-top:-30px;
    margin-left: -100px;
    width: 160%;
}

.about_imageright{
    width: 110%;
    margin-top: 50px;
    margin-left: 100px;
}

.about_image{
    width: 110%;
} 
/* 料理 */
.cook{
    margin-top: 250px;
}

.cook_box{
    align-items: center;
    justify-content: space-between;

}
.cook_imagebox{
    width: 50%;
    margin-left: -16%;
}

.cook_image{
    width: 100%;
}
.cookimage01{
    width: 85%;
}

.cookimage02{
    position: relative;
    z-index: -10;
    margin-top: -45%;
    margin-left: 60px;
}
.cookimage03{
    width: 70%;
    margin-top:-32%;
    margin-left: 50%;
}

.cook_textbox{
    width: 40%;
}
.cook_text{
    letter-spacing: 0.1em;
    line-height: 2.5;
    margin-top: 3em;
}


/* お知らせ */
.news{
    margin-top: 250px;
}

.news_title{
    display: flex;
    justify-content: center;
}
.newsbox{
    display: flex;
    justify-content: center;
}



/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #222;
    font-size: 11px;
    padding: 2px 6px 1px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px 1px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/* メニュー */
.menu{
    margin-top: 100px;
}

.menu_textbox{
    width: 45%;
}
.menu_text{
    letter-spacing: 0.1em;
    line-height: 2.5;
    margin-bottom: 2em;
}

.menu_list{
    margin-top: 4em;
}
.menu_box {
    justify-content: space-between;
    align-items: center;
}


.menu_listbox{
    align-items: center;
    justify-content: space-between;
}
.menu_pizzaimage{
    width: 50%;
    margin-right: -26%;
    margin-top: 60px;
}
.menu_miniimagebox01{
    width: 85%;
}

.menu_miniimage01{
    width: 100%;
}
.menu_miniimagebox02{
    width: 70%;
    margin-top: -16%;
    margin-left: -30%;

}

.menu_miniimage02{
    width: 100%;
}

.menu_pastabox{
    justify-content: space-between;
    align-items: end;

}
.menu_pastaimage{
    width: 50%;
    margin-left: -10%;
}
.menu_spoonimagebox{
    width: 50%;
    margin-top: -10%;
    margin-left: -10%;
}
.menu_pastaimage01{
    width: 170%;
}
.menu_pastaimagebox{
    width: 200%;
    margin-left: 10%;
}
.menu_pastaimage02{
    width: 110%;
}

.menu_group{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
/* .menu_group p{
    padding: 0.1em;
} */

.menu_name p{
    margin-top: 1em;
    margin-bottom: -0.75em;
}

.ingredients{
    font-size: 10px;
    color:#A01616;
}

.menu_pastalist{
    width: 45%;
}
.menu_price p{
    margin-top: 1.5em;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing:0.15em;
    width: 4em;
}
.menu_price p::before{
    content: "";
    display: inline-block;
    width:0.5px;
    height:8em;
    background-color:rgb(0, 0, 0);
    position:absolute;
    top: -150%;
    left: -77px;
    transform: rotate(90deg);

}


/* テイクアウト */
.takeout{
    margin-top: 250px;
}

.takeout_box{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.takeout:hover{
    opacity: 0.5;
}
.takeouttext{
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    color:#fff;

}
.takeouttitle{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.1em;
}
.takeout_image{
    width: 100%;
}
/* アクセス */
.access{
    margin-top: 250px;
}
.access_root{
    margin-top: 2em;
    line-height: 1.25em;
}
.access h2{
    text-align: center;
}

.access_box{
    align-items: flex-start;
    justify-content: space-between;
}

.map{
    width: 600px;
    height: 650px;
}

.time{
    margin-top: 2em;
}
.time_red{
        color:#A01616;
    }


.access_textbox{
    width: 40%;
}

.small {
    font-size: 12px;
}

.indent{
    margin-left: 6em;
    text-indent: -6em;
}
.payment{
    width: 100%;
    text-align: center;
    margin: 1em 0;
}

/* タブレットサイズ */
@media (max-width:1100px) {

    .about_imagebox{
    max-width: 180px; 

}
.menu{
    margin-top: -100px;
}
.menu_bigimagebox{
    transform: scale(0.7);

}
.menu_listbox{
    margin-top:-150px;
    margin-bottom:-150px;
}

.menu_miniboxes{
    transform: scale(0.7);
}
.menu_price p::before {
    height: 6em;
    top: -98%;
    left: -65px;
}
.takeout_text02{
    font-size: 14px;
}
.takeout_image_sp{
    display: none;
}

.map{
        width:400px;}
}

/* スマホサイズ */

@media (max-width:750px) {

    .schedule_box{
        width: 100%;
        margin: 0 auto;
    }

    .schedule01{
        margin-bottom: 15px;
    }

    .pagetop_illust {
        display: none;
    }

    .header_inner{
        flex-direction: row;
    }
    .humburger_fixed{
        top:12.5px
    }
    .main_imgBox{
        height: 450px;
        width: 100%;
        margin: 0 auto;
    }

    .mv{
        width: 100%;
        margin: 0 auto;
    }
    .main_imgBox{
        height: 360px;    
    }
    .main_img{
        height: 100%;
        margin-top: 0;
    }
    .scroll{
    display: none;
    }
    /* ボタン */
    .button_right{
        margin-top: 30px;
    }
    /* アバウト */
    .about{
        margin-top: 50px;
    }
    .about_textbox{
        width: 100%;
    }
    .about_images{
        width: 100%;
    }
    .about_image{
        width: 100%;
    }

    .about_imagebox01{
    width: 100%;
    margin-top: 50px;
}

    .about_imageleft{
        width: 70%;
        margin-left: -70px;
    }
    .about_imageright {
        width: 60%;
    margin-top: -90px;
    margin-left: 52.5%;
}


    /* 料理 */

    .cook{
        margin-top: 100px;
    }

    .cook_imagebox{
        margin-top: 50px;
        margin-left: -25%;
        width: 100%;
    }
    .cookimage02{
        margin-top: -130px;
    }

    .cookimage03{
        margin-top: -20%;
        margin-left: 48%;
    }


    .cook_box{
        flex-direction: column-reverse;
    }
    .cook_textbox{
        width: 100%;
    }

    .news{
        margin-top: 100px;
    }

    /* メニュー */

    .menu{
        margin-top: 100px;
    }

    .menu_textbox{
        width: 100%;
    }
    .menu_pizzaimage{
        width: 100%;
        margin-top: -88px;
        margin-left: 12%;
        margin-right: 0;
    }
    .menu_miniimagebox01 {
        width: 85%;
        position: relative;
        z-index: -100;
    }

    .menu_miniimage01 {
        margin-left: 25%;
        margin-top: 10%;
        margin-top: 28%;
    }


    .menu_miniimagebox02 {

        margin-top: -21%;
        margin-left: -7%;
    }
    .menu_list{
        width: 100%;
    }

    .menu_price p::before{
        display: none;
    }

    .menu_pastalist{
        width: 100%;
    }
    .menu_pastabox{
        flex-direction: column-reverse;
    }

    .menu_pastaimage{
        width: 100%;
    }
    .menu_spoonimagebox{
        width: 12%;
    }
    .menu_pastaimagebox {
        width: 50%;
        margin-top: -35%;
    }
    .menu_spoonimagebox {
    width: 22%;
    margin-left: -21%;
}

    .menu_pastaimage02 {
    width: 188%;
}
.menu_price p::before {
    top: -92%;
    width: 0.5px;
}
    /* テイクアウト */
    .takeout{
        margin-top: 10px;
        width: 90%;
    }
    .takeouttext{
        white-space: nowrap;
        font-size: 13px;
    }
    .takeouttitle{
        font-size: 30px;
    }
    .takeout_image{
        display: none;
    }
    
    .takeout_box{
        width: 100%;
    }
    .takeout_image_sp{
        display: block;
        width: 100%;
    }
    /* アクセス */
    .access{
        margin-top: 100px;
    }
    .access_textbox{
        width: 100%;
    }

    .map{
        width: 100%;
        margin-top: 30px;
        height: 400px;
    }
    .access_box{
        flex-direction: column-reverse;
    }

    .access_textbox{
        width: 100%;
    }

    .indent{
            margin-left: 6em;
            text-indent: -6em;
    }

}

@media (min-width:1101px) {
        .pc_none{
            display: none;
            width: 0;
        }
    }