@charset "utf-8";

/* 価格改定 */

.notice-wrap{
    text-align: center;
    align-items: center;
    width: 100%;
    background-color: #A01616;
}
.notice-link{

    color: #fff;
    display: inline-flex;
    position: relative;
    padding: 6px 0;
    gap: 6px;
    text-decoration:none;
}

.notice-link::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    margin: auto;
}

body{
    display: none;
    font-family: 'ヒラギノ角ゴ ProN','游ゴシック','Noto Sans JP', sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 2;
    font-weight: 200;
    letter-spacing: 0.1em;
    Background-color:#F8F6EF
}


.wrapper{
    max-width:1260px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.wrapper2{
    width: 80%;
    max-width:1100px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper3{
    width: 75%;
    max-width:950px;
    margin-right: auto;
    margin-left: auto;

}

.flex{
    display: flex;
}



h2{
    display: inline-block;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2em;
    position: relative;
    padding: 0 1em;
    margin-bottom: 1em;
    font-weight: 500;
}

h2::before{
    content: "";
    display: inline-block;
    width:1px;
    height:1em;
    background-color:#222;
    position:absolute;
    top:30%;
    left: 0%;
    transform: rotate(30deg);
}


h2::after{
    content: "";
    display: inline-block;
    width:1px;
    height:1em;
    background-color:#222;
    position:absolute;
    top:30%;
    right: 0%;
    transform: rotate(30deg);

}


h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 2.2;
    letter-spacing: 0.1em;
    font-family: "源ノ角ゴシック JP",sans-serif;
}


.title_center{
    text-align: center;
}

/* 下層ページタイトル */
.page_titlebox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.page_title{
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.page_text{
    text-align: center;
}
.page_mv{
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.page_mvimage{
    width: 100%;

}

/* ボタン */

.button_area{
    position: relative;
    display: inline-block;
}
.button_text{
    border:1px solid #222;
    letter-spacing: 0.2em;
    padding: 0.5em 4em;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    transition: .5s;
    font-weight: 300;
}

.button_area::after{
    content: "";
    display: inline-block;
    width:1px;
    height:1.8em;
    background-color:#222;
    position:absolute;
    top:20%;
    right: 0;
    transform: rotate(90deg);
    transition: .5s;
}

.button_area:hover::after{
    right: -5%;
    

} 

.button_text:hover{
    letter-spacing: 0.15em;
}

.button_right{
    display: flex;
    justify-content: flex-end;
    margin-top: 75px;
    
}



/* インスタアイコン */

.follow_text{
    position: fixed;
    right: 3%;
    bottom: 33%;
    z-index: 1000;

}
.followus{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    font-size: 13px;
    letter-spacing: 0.2em;
    font-weight: 300;
    font-family: 'Poppins', sans-serif; 
    position: relative;
    z-index: 100;
}

.instagram_icon{
    width: 25px;
    position: fixed;
    right: 3%;
    bottom: 28%;
    z-index: 1000;


}
/* ページトップボタン */
.pagetop{
    background-image: url(../image/pizza_illust1.png);
    width: 200px;
    height: 200px;
    background-repeat:no-repeat;
    background-size: contain;
    position: fixed;
    bottom: 0;
    right: -2%;
    z-index: 10000;
}
.pagetop_illust{
    width: 100%;
}

/* スクロールで画像入れ替え */

.pagetop.pagescroll1{
    background-image: url(../image/pizza_illust2.png);

}


.pagetop.pagescroll2{
    background-image: url(../image/pizza_illust3.png);

}

.pagetop.pagescroll3{
    background-image: url(../image/pizza_illust4.png);

}

/* ヘッダー */
.header{
    width: 100%;
    height: 80px;
}

.header_inner{
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.logo_box{
    width: 20%;
    position: absolute;
    top:0%;
    left: -6%;
    z-index: 1000;
    background-color: #fff;

}

.logo{
    width: 100%;
    padding: 20px;
    background-color: #F8F6EF;
}
.header_nav li{
    margin-left:15%;
    font-family: 'Poppins', sans-serif; 
    font-weight: bold;
    letter-spacing: 0.2em;
}

.header_nav a{
    transition: .5s;
}

.header_nav a:hover{
    opacity: 0.5;
}

.tel{
    line-height: 1.5;
    padding: 0 2em;
    position: relative;
    margin-left: 25%;

}


.tel::before{
    content: "";
    display: inline-block;
    width:1px;
    height:2.5em;
    background-color:#222;
    position:absolute;
    top:10%;
    left: 5%;
    transform: rotate(30deg);
}

.tel::after{
    content: "";
    display: inline-block;
    width:1px;
    height:2.5em;
    background-color:#222;
    position:absolute;
    top:10%;
    right: 5%;
    transform: rotate(30deg);
}

.tel_text{
    font-size: 12px;
    text-align: center;
}

.tel_number{
    font-family: 'Poppins', sans-serif;
    letter-spacing:0.15em;
    font-weight: 400;
}


/* フッター */
footer{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_copyright{
    color:#fff;
    background-color: #222;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    margin-top: 1em;
}

/* フェードイン */

.fadein {
	opacity : 0.1;
	transform : translate(0, 60px);
	transition : 1.5s;
	}

.fadeinspnone{
    opacity : 0.1;
	transform : translate(0, 60px);
	transition : 1.5s;

}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.fadeinright{
    opacity : 0.1;
	transform : translate(40px, 0px);
	transition : 1.5s;
}

.fadeinspnone.scrollin{
	opacity : 1;
	transform : translate(0, 0);
	}

.fadeinright.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


.fadeinleft{
    opacity : 0.1;
	transform : translate(-60px, 0px);
	transition : 1.5s;
}

.fadeinleft.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}



/* タブレットサイズ */
@media (max-width:1100px) {
    .header_nav{
        display: none;
    }
    .tel{
        display: none;
    }

    h2{
    font-size: 30px;
    }
    h3{
        font-size: 22px;
    }
    .sp_none {
        display: none;
    }



/* ハンバーガーナビ */

.humburger_fixed{
    position: fixed;
    top: 20px;
    right: 5%;
    z-index:3000;

}
    .nav_toggle{
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2rem;
    margin-top: 10px;
    z-index: 3000;
    transition: 1s;
}
.nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: 1s;
}
.nav_toggle span:nth-child(1) {
    top: 0;
    width: 100%;
}
.nav_toggle span:nth-child(2) {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
}


.nav_toggle.show span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);   
    width: 100%;


}
.nav_toggle.show span:nth-child(2) {
    transform: translateY(-6px) rotate(45deg);

}
    /* ハンバーガーメニュー内容 */
    .hamburger_nav{
    position:fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    color: #222;
    background:#f4f4f4;
    z-index: 2000;
    transition: 1s;
    padding: 6em;
}
.hamburger_nav a{
    transition: .5s;
}
.hamburger_nav a:hover{
    opacity: 0.5;


}

    .hamburger_tel{
    color: #222;
    text-align: left;
    margin-top: 4em;
    font-size: 18px;

}
.hamburger_tel_text{
    font-size: 15px;
}
    .hamburger_tel_number{
        font-family: 'Poppins', sans-serif;
        line-height: 0.5;
        margin-top: 0.5em;
        font-weight: 400;
    }
    .hamburger_nav li{
        margin-bottom: 1.5em;
        text-align: left;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }


    }

    .show.hamburger_nav{
        right: 0%;
        }
    


        /* スマホサイズ */

        @media (max-width:750px) {



            body{
                font-size: 13px;
            }
            h2{
                font-size: 18px;
            }
            h3{
                font-size: 16px;
            }
    
            .sp_insta{
                position: fixed;
                top:18px;
                right: 80px;
                width: 26px;
                z-index: 90000;
            }
            .sp_insta_icon{
                width: 100%;
            }

            .flex{
                flex-direction: column;
            }
            .header{
                position: initial;
                height: 68px;
            }

            .header_inner{
                flex-direction: row;
            }
    
            .followus{
                display: none;
            }
            .instagram_icon{
                display: none;
            }
            .logo_box{
                width: 30%;
            }
            .logo{
                width: 150%;
                height: auto;
                background-color: #F8F6EF;
            }
            .humburger_fixed{
                top:12.5px
            }
            .hamburger_nav{
                width: 85%;
                right: -100%;
            }
        
            .wrapper2{
                width: 80%;
            }
            .wrapper3{
                width: 80%;
            }

            .sp_none{
                display: none;
            }
            .pagetop{
                display: none;
                background-image: none;
            }
            .pagetop.pagescroll1{
                background-image:none;

            }


            .pagetop.pagescroll2{
                background-image: none;

            }

            .pagetop.pagescroll3{
                background-image: none;

            }
            footer{
                margin-top: 60px;
            }

            /* 下層ページタイトル */
            .page_titlebox{
                margin-top: 50px;
            }
            .page_title{
                font-size: 26px;
            }
            .page_mv{
                margin-top: 50px;
                overflow: hidden;

            }
            .page_mvimage{
                width: 145%;
            }
        }


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