@charset "utf-8";
/* CSS Document */

/*全デバイス共通のスタイル*/
*{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
html, body, #wrapper{
	width: 100%;
	height: 100%;
	font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	max-width: 100%;
	height: auto;
}

/*ここからPCのスタイル*/
@media screen and (min-width:768px){
	.tab, .sp{
		display: none;
	}
/*ここからヘッダー*/
header{
	position: relative;
    height: 500px;
    background: url("../img/header-bg.jpg") no-repeat center / cover;
}
.h-logo{
	position: absolute;
    top: 50%;
    left: 46%;
    margin: -110px 0 0 0;
}
/*ここまでヘッダー*/

/*ここからグローバルナビゲーション*/
.pc_nav{
	width: 100%;
	height: 60px;
	background-color: #e82d00;
}
.pc_nav ul{
	width: 1000px;
	margin: auto auto;
	display: flex;
}
.pc_nav ul li a{
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: large;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.pc_nav ul li a:hover{
	color: #e82d00;
	background-color: #fff;
	border: 1px solid #e82d00;
}
.pc_nav ul li a:last-child{
	border-right: 1px solid #fff;
}
/*ここまでグローバルナビゲーション*/


/*ここからマインコンテンツ*/
.sec{
	width: 1000px;
	margin: auto;
}
.ttl__wrap{
	margin: 100px 0 20px;
	text-align: center;
	color: #E82D00;
	letter-spacing: 0.3rem;
}
.ttl__jp{
	font-weight: 600;
}
h2{
	font-size: 1.8rem;
}

/*ここからスリックスライド*/
.slick-slide{
	margin: 0;
}
.slick-slide img{
	width: 100%;
}
.slick-prev:before, .slick-next:before{
	color: #000;
}
.slick-slide{
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-slide img:hover{
	opacity: .7;
}
.slick-active{
	opacity: 1;
}
.slick-current{
	opacity: 1;
}
/*ここまでスリックスライド*/

/*ここからラインアップ*/
.line-up__sub ul li p{
	text-align: center;
	color: #000;
	margin-top: 10px;
}
.btn-wrap{
	text-align: center;
	margin-top: 20px;
}
.btn-wrap{
	text-align: center;
}
.btn-basic{
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-weight: bold;
	border-radius: 3rem;
	min-width: 250px;
	background-color: #E82D00;
	border: 2px solid #E82D00;
	transition: .3s ease-in-out;
	position: relative;
}
.btn-basic:hover{
	text-decoration: none;
	color: #E82D00;
	background-color: #fff;
}
.btn-basic.btn-arrow-r:before,
.btn-basic.btn-arrow-r:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	transition: .3s ease-in-out;
}
.btn-basic.btn-arrow-r:before{
	width: 30px;
	height: 1px;
	background-color: #fff;
	transform: translateY(-50%);
}

.btn-basic.btn-arrow-r:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 8px;
	border-color: transparent transparent transparent #fff;
	transform: translateY(-100%);
}

.btn-basic.btn-arrow-r:hover:before{
	background-color: #E82D00;
}
.btn-basic.btn-arrow-r:hover:after{
	border-color: transparent transparent transparent #E82D00;
}
/*ここまでラインアップ*/

/*ここから商品一覧*/
.new-items__sub, .recipe__sub, .info__sub{
	display: flex;
	align-items: center;
}
	.new-items__sub{
		flex-direction: row-reverse;
	}
.new-items__cnt{
	flex: 1 0 0%;
    margin-right: -10%;
    background-color: rgba(240, 238, 233,.9);
    padding: 40px 55px 0;
    position: relative;
}
h4{
	font-size: 1.2rem;
    margin-bottom: 1em;
}
.new-items__cnt p, .recipe__cnt p{
	margin-bottom: -1.2rem;
}
.new-items__sub .btn-wrap, .recipe__cnt .btn-wrap{
	margin-top: 50px;
}
/*ここまで商品一覧*/

/*ここから特集*/
#pick-up{
	background: url(../img/bg-pickup-01.png) no-repeat 0 50%, url(../img/bg-pickup-02.png) no-repeat 102% 0;
    background-size: auto 100%,auto 100%;
    padding: 108px 0 130px;
    margin-top: 100px;
}
.pick-up__sub{
	display: flex;
}
.pick-up__cnt{
	max-width: 500px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: 60px;
}
.pick-up__cnt .ttl__jp{
	margin-bottom: 20px;
	font-weight: 600;
	color: #E82D00;
}
.pick-up__cnt h2{
	color: #E82D00;
	letter-spacing: 0.3rem;
	font-size: 1.8rem;
}
.pick-up__sub .btn-wrap{
	float: left;
	margin-top: 10px;
}
.pick-up__sub img{
	margin-top: 40px;
}
/*ここまで特集*/

/*ここからレシピ*/
.recipe__cnt{
	flex: 1 0 0%;
    margin-left: -10%;
    background-color: rgba(240, 238, 233,.9);
    padding: 40px 55px 0;
    position: relative;
}
/*ここまでレシピ*/

/*ここからお知らせ*/
.news__list{
	border-top: 1px solid #e5e1df;
    margin-bottom: 40px;
}
.news__list li{
	border-bottom: 1px solid #e5e1df;
	display: flex;
    align-items: flex-start;
    padding: 18px;
}
.news__list li a{
	color: #000;
}
.news__list-day{
	width: 130px;
    padding-right: 10px;
    box-sizing: border-box;
}
.news__list-sub{
	flex: 1 0 0%;
}
.news__list li:hover{
	background-color: #f8f6f1;
	transition: .3s ease-in-out;
}
.news__list li a:hover{
	text-decoration: underline;
}
/*ここまでお知らせ*/

/*ここからページトップ*/
#page-top{
	background-color: #f7f6f1;
	padding-bottom: 50px;
}
.page-top{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    transition: .3s ease-in-out;
}
.page-top:before{
	width: 1px;
    background-color: #E82D00;
    height: 30px;
}
.page-top:after{
	transform: translateX(-100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 5px;
    border-color: transparent transparent #E82D00 transparent;
}
.page-top:before, .page-top:after{
	content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    transition: .3s ease-in-out;
}
.page-top:hover:before, .page-top:hover:after{
	top: -20px;
}
.page-top span{
	display: inline-block;
    padding-top: 15px;
	color: #E82D00;
}
.page-top__sub{
	display: flex;
	justify-content: space-between;
}
.page-top__sub a:hover{
	opacity: .5;
}
/*ここまでページトップ*/

/*ここから店舗情報*/
.info__sub{
	justify-content: space-between;
}
.info__sub-list{
	width: 45%;
}
.info__sub h3, .info__sub .ttl__jp{
	color: #E82D00;
	margin: 0 0 10px 30px;
}
.info__sub-list ul li{
    display: flex;
    margin-left: 30px;
	padding: 0 0 5px 0;
}
.info__sub-list ul li:last-child{
	padding: 0 0 25px 0;
}
.info__ttl{
	width: 100px;
    padding-right: 10px;
    box-sizing: border-box;
}
.info__sub{
	flex: 1 0 0%;
}
	.info__map{
		width: 459px;
		height: 222px;
	}
/*ここから店舗情報*/
/*ここまでマインコンテンツ*/


/*ここからフッター*/
footer{
	color: #fff;
	background: #E82D00;
	margin-top: 100px;
}
.copy-right, .ft__sns{
	width: 1000px;
	margin: auto;
}
.ft__sns{
	display: flex;
	justify-content: flex-end;
}
.ft__sns a img{
	padding: 20px 0 20px 20px;
}
.ft__sns a:hover{
	opacity: .8;
}
.site-map{
	width: 800px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.site-map a{
	color: #fff;
}
.site-map dt{
	font-size: 1.2rem;
}
.site-map dd{
	padding: 10px 0 0 15px;
}
.site-map dd a:hover{
	text-decoration: underline;
	opacity: .9;
}
.copy-right{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 20px 0 5px 0;
}
/*ここまでフッター*/
}
/*ここまでPCのスタイル*/

/*ここからタブレット*/
@media screen and (min-width:768px) and (max-width:999px){
	.tab{
		display: inherit;
	}
	.sp{
		display: none;
	}
/*ここからヘッダー*/
header{
	width: 100%;
	position: relative;
    height: 300px;
    background: url("../img/header-bg.jpg") no-repeat center / cover;
}
.h-logo{
	position: absolute;
    top: 50%;
    left: 46%;
    margin: -50px 0 0 0;
}
/*ここまでヘッダー*/

/*ここからグローバルナビゲーション*/
.pc_nav ul{
	width: 100%;
}
.pc_nav ul li{
	width: 20%;
}
	.pc_nav ul li a{
		width: 100%;
	}
/*ここまでグローバルナビゲーション*/


/*ここからマインコンテンツ*/
.sec{
	width: 95%;
	margin: auto;
}
	.line-up__sub ul li p{
		padding: 0 10px;
	}
/*ここから特集*/
#pick-up{
	background: url(../img/bg-pickup-01.png) no-repeat 0 50%, url(../img/bg-pickup-02.png) no-repeat 102% 0;
    background-size: auto 80%,auto 100%;
    padding: 108px 0 130px;
    margin-top: 100px;
}
.pick-up__cnt{
	max-width: 400px;
}
/*ここまで特集*/

/*ここからお知らせ*/
.news__list li {
	padding: 20px 50px;
}
/*ここまでお知らせ*/

/*ここからページトップ*/
	.page-top__sub{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: auto;
	}
	.page-top__sub a{
		padding: 20px;
	}
/*ここまでページトップ*/
	
/*ここから店舗情報*/
	#page-top{
		padding-bottom: 20px;
	}
.info__sub-list{
	width: 45%;
}
.info__ttl{
	width: 80px;
}
	.info__sub h3, .info__sub .ttl__jp, .info__sub-list ul li{
		margin-left: 0;
	}
	.info__map{
		width: 100%;
		height: auto;
	}
/*ここから店舗情報*/
/*ここまでマインコンテンツ*/


/*ここからフッター*/
.copy-right, .ft__sns{
	width: 95%;
	margin: auto;
}
	.site-map{
		width: 80%;
	}
/*ここまでフッター*/
}
/*ここまでタブレット*/

/*ここからスマホ*/
@media screen and (max-width:767px){
	.tab{
		display: none;
	}
	.sp{
		display: inherit;
	}
/*ここからヘッダー*/
header{
	position: relative;
    height: 300px;
    background: url("../img/header-bg.jpg") no-repeat center / cover;
}
.h-logo{
	position: absolute;
    top: 30%;
    left: 35%;
}
/*ここまでヘッダー*/

/*ここからグローバルナビゲーション*/
.pc_nav{
	display: none;
}
#g-nav.panelactive{
	position:fixed;
	z-index: 999;
	top: 0;
	width:100%;
	height: 100vh;
}
.circle-bg{
	position: fixed;
	z-index:3;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #999;
	transform: scale(0);
	top:calc(50% - 50px);
	left:calc(50% - 50px);
	transition: all .6s;
	background-color: #fff;
}
.circle-bg.circleactive{
	transform: scale(50);
}
#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list{
	display: block; 
}
#g-nav ul {
	opacity: 0;
	position: absolute;
	z-index: 999;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
#g-nav.panelactive ul {
	opacity:1;
}
#g-nav.panelactive ul li{
	animation-name:gnaviAnime;
	animation-duration:1s;
	animation-delay:.2s;
	animation-fill-mode:forwards;
	opacity:0;
}
#g-nav li{
	text-align: center; 
	list-style: none;
}
#g-nav li a{
	color: #E82D00;
	text-decoration: none;
	padding:20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;
	cursor: pointer;
	width: 50px;
	height:50px;
}  
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #E82D00;
	width: 45%;
  }
.openbtn span:nth-of-type(1){
  top:15px; 
}
.openbtn span:nth-of-type(2){
  top:23px;
}
.openbtn span:nth-of-type(3){
  top:31px;
}
.openbtn.active span:nth-of-type(1){
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2){
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*ここまでグローバルナビゲーション*/

/*ここからマインコンテンツ*/
.sec{
	width: 95%;
	margin: auto;
}
.ttl__wrap{
	margin: 50px 0 10px;
	text-align: center;
	color: #E82D00;
	letter-spacing: 0.3rem;
}
.ttl__jp{
	font-weight: 600;
}
h2{
	font-size: 1.4rem;
}

/*ここからスリックスライド*/
.slick-slide{
	margin: 0;
}
.slick-slide img{
	width: 100%;
}
.slick-prev:before, .slick-next:before{
	color: #000;
}
.slick-slide{
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-slide img:hover{
	opacity: .7;
}
.slick-active{
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
/*ここまでスリックスライド*/

/*ここからラインアップ*/
.line-up__sub ul li p{
	text-align: center;
	color: #000;
	margin-top: 10px;
}
.btn-wrap{
	text-align: center;
}
	.line-up__sub .btn-wrap{
		margin-top: 20px;
	}
.btn-basic{
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-weight: bold;
	border-radius: 3rem;
	min-width: 250px;
	background-color: #E82D00;
	border: 2px solid #E82D00;
	transition: .3s ease-in-out;
	position: relative;
}
.btn-basic:hover{
	text-decoration: none;
	color: #E82D00;
	background-color: #fff;
}
.btn-basic.btn-arrow-r:before,
.btn-basic.btn-arrow-r:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	transition: .3s ease-in-out;
}
.btn-basic.btn-arrow-r:before{
	width: 30px;
	height: 1px;
	background-color: #fff;
	transform: translateY(-50%);
}

.btn-basic.btn-arrow-r:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 8px;
	border-color: transparent transparent transparent #fff;
	transform: translateY(-100%);
}

.btn-basic.btn-arrow-r:hover:before{
	background-color: #E82D00;
}
.btn-basic.btn-arrow-r:hover:after{
	border-color: transparent transparent transparent #E82D00;
}
/*ここまでラインアップ*/

/*ここから商品一覧*/
.new-items__cnt{
    background-color: rgba(240, 238, 233,.9);
    padding: 20px 20px 0;
	}
h4{
	font-size: 1.2rem;
    margin-bottom: 1em;
	text-align: center;
}
.new-items__sub .btn-wrap, .recipe__cnt .btn-wrap{
	margin-bottom: 0;
	position: relative;
	bottom: -20px;
}
/*ここまで商品一覧*/

/*ここから特集*/
#pick-up{
	background: url(../img/bg-pickup-01.png) no-repeat 0 50%;
    background-size: auto 90%;
    padding: 100px 0;
    margin-top: 50px;
}
.pick-up__cnt{
	max-width: 90%;
	margin: auto;
    box-sizing: border-box;
    margin-right: auto;
}
.pick-up__cnt .ttl__jp{
	margin-bottom: 20px;
	font-weight: 600;
	color: #E82D00;
	text-align: center;
}
.pick-up__cnt h2{
	color: #E82D00;
	letter-spacing: 0.3rem;
	font-size: 1.4rem;
	text-align: center;
	margin-top: 20px;
}
.pick-up__sub .btn-wrap{
	margin-top: 20px;
	align-items: center;
}

/*ここまで特集*/

/*ここからレシピ*/
.recipe__cnt{
	flex: 1 0 0%;
    margin: -25px 0 0;
    background-color: rgba(240, 238, 233,.9);
    padding: 20px 20px 0;
    position: relative;
}
/*ここまでレシピ*/

/*ここからお知らせ*/
.news__list{
	border-top: 1px solid #e5e1df;
    margin-bottom: 40px;
}
.news__list li{
	border-bottom: 1px solid #e5e1df;
    padding: 18px;
}
.news__list li a{
	color: #000;
}
.news__list-day{
    margin-bottom: 7px;
}
.news__list li:hover{
	background-color: #f8f6f1;
	transition: .3s ease-in-out;
}
.news__list li a:hover{
	text-decoration: underline;
}
/*ここまでお知らせ*/

/*ここからページトップ*/
#page-top{
	background-color: #f7f6f1;
	padding-bottom: 20px;
}
.page-top{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    transition: .3s ease-in-out;
}
.page-top:before{
	width: 1px;
    background-color: #E82D00;
    height: 30px;
}
.page-top:after{
	transform: translateX(-100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 5px;
    border-color: transparent transparent #E82D00 transparent;
}
.page-top:before, .page-top:after{
	content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    transition: .3s ease-in-out;
}
.page-top:hover:before,　.page-top:hover:after{
	top: -20px;
}
.page-top span{
	display: inline-block;
    padding-top: 15px;
	color: #E82D00;
}
.page-top__sub{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	.page-top__sub a img{ 
		padding: 10px 0;
	}
	.page-top__sub a img:last-child{
		padding-bottom: 0;
	}
.page-top__sub a:hover{
	opacity: .5;
}
/*ここまでページトップ*/

/*ここから店舗情報*/
.info__sub-list{
	width: 95%;
	margin: 30px auto;
}
.info__sub h3, .info__sub .ttl__jp{
	color: #E82D00;
	text-align: center;
}
	.info__sub .ttl__jp{
		margin-bottom: 10px;
	}
.info__sub-list ul li{
    display: flex;
	padding: 0 0 5px 0;
}
.info__ttl{
	width: 100px;
    padding-right: 10px;
    box-sizing: border-box;
}
.info__sub{
	flex: 1 0 0%;
}
/*ここから店舗情報*/
/*ここまでマインコンテンツ*/


/*ここからフッター*/
footer{
	color: #fff;
	background: #E82D00;
	margin-top: 50px;
}
.copy-right, .ft__sns{
	width: 90%;
	margin: auto;
}
.ft__sns{
	display: flex;
	justify-content: flex-end;
}
.ft__sns a img{
	padding: 20px 0 20px 20px;
}
.ft__sns a:hover{
	opacity: .8;
}
.site-map{
	width: 90%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.site-map dl:first-child{
		width: 80%;
		text-align: center;
		margin-bottom: 20px;
	}
	.site-map .sm-home{
		margin-left: 15px;
		padding: 10px 0 0 15px;
	}
.site-map a{
	color: #fff;
}
.site-map dt{
	font-size: 1.2rem;
}
.site-map dd{
	padding: 10px 0 0 15px;
}
.site-map dd a:hover{
	text-decoration: underline;
	opacity: .9;
}
.copy-right{
	text-align: center;
	padding-top: 10px;
}
/*ここまでフッター*/
}
/*ここまでスマホ*/
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}