
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
body {
    line-height:1;
	color: #000;
	font-size: 14px;
	font-family:"Helvetica Neue",Helvetica,Arial, Verdana,Roboto,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	line-height: 1.6;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul,ol {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
a:hover{
	opacity: 0.6;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img{
	max-width: 100%;
	vertical-align: bottom;
	line-height: 0;
}
ul{
	list-style: none;
}
sup{
	font-size: 0.5em;
	vertical-align: 1em;
}

.pc_only{display: inherit;}
.sp_only{display: none!important;}
@media screen and (max-width:768px){
	.pc_only{display: none!important;}
	.sp_only{display: inherit!important;}
}

#chatplusview.chatplusview-modern{width: 400px !important;}

/* header
--------------------------------------------------------*/
header{
	margin: auto auto 55px;
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
}
header #header_bg{
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
}
header #header_bg li{
	width: 100%;
	height:100vh;
}
header #header_bg li span{
	display: block;
	width: 100%;
	height: 100vh;
	transition: background-size 6s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
	overflow: hidden;
}

header #header_bg li:nth-child(1) span{
	background: url(../images/kv01.jpg) center no-repeat;
	background-size: 100% auto;
}
header #header_bg li:nth-child(2) span{
	background: url(../images/kv02.jpg) center no-repeat;
	background-size: 100% auto;
}
header #header_bg li:nth-child(3) span{
	background: url(../images/kv03.jpg) center no-repeat;
	background-size: 100% auto;
}
header #header_bg li.slick-current span{
	background-size: 120% auto;
}

header #header_bg.bg_v li:nth-child(1) span{
	background: url(../images/kv01.jpg) center no-repeat;
	background-size: auto 100%;
}
header #header_bg.bg_v li:nth-child(2) span{
	background: url(../images/kv02.jpg) center no-repeat;
	background-size: auto 100%;
}
header #header_bg.bg_v li:nth-child(3) span{
	background: url(../images/kv03.jpg) center no-repeat;
	background-size: auto 100%;
}
header #header_bg.bg_v li.slick-current span{
	background-size: auto 120%;
}


header nav{
	position: absolute;
	right: 3.0788vw;
	top: 2.1555vw;
}
header #nav_btn{display: none;}
header nav > img{display: none;}
header nav ul{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
header nav ul li{
	margin: 0 auto 0 1.85vw;
}
header nav ul li a{
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 0.862vw;
	text-decoration: none;
}
header nav ul li a span{
	margin: auto;
	display: block;
	font-size: 0.66vw;
	line-height: 1;
	font-weight: normal;
}
header nav ul li a:hover span{opacity: 0.6;}
header h1{
	margin: auto;
	width: 24.630vw;
	height: 100vh;
	position: absolute;
	left: 3.694vw;
	top: 0;
	display: flex;
	align-items: center;
}
header#page h1{
	top: 20px;
    bottom: inherit;
	left: 50px;
	display: block;
	height: auto;
}
header#page h1 img{
	height: auto;
	max-width: 204px;
}
header > div{
	position: absolute;
	width: 16.2561vw;
	height: 8vw;
	bottom: 0;
	right: 3.7vw;
	display: none;
}
body#top header > div{display: block;}
header > div a{
	padding-top: 4.61vw;
	display: block;
	height: 8vw;
	text-align: center;
	font-size: 0.862vw;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-radius: 8vw 8vw 0 0;
	background: url(../images/top_icon_catering.png)center 2vw no-repeat #fff;
	background-size: auto 2vw;
}
header > div a:hover{opacity: 1;}
header #breadcrumb{
	margin: auto;
	width: 1024px;
	text-align: left;
	line-height: 1;
	position: absolute;
	top: 115px;
	left: 0;
	right: 0;
}
header #breadcrumb li{
	display: inline-block;
	font-size: 12px;
}
header #breadcrumb a{
	text-decoration: none;
	font-size: 12px;
	color: #ccc;
}
header #breadcrumb a:after{
	margin: auto 0.6em;
	content: ">";
	display: inline-block;
	vertical-align: 1px;
}
header#page nav{
	top:35px;
	right: 50px;
}
header#page{
	margin: auto;
	width: 100%;
	height: 150px;
	text-align: left;
	position: relative;
	background: none;
}
header#page nav ul li{margin: 0 auto 0 30px;}
header#page nav ul li a{
	color: #000;
	font-size: 15px;
}
header#page nav ul li a span{
	font-size: 11px;
}

/* 店舗一覧 */
header#page nav .gnavi__list{position: relative;}
header#page nav .dropdown__lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 150px;
    position: absolute;
    top: 30px;
    left: 0;
	display: block;
    background: #fff;
    border: 1px solid #ccc;
	z-index: 2;
}
header#page nav .gnavi__list:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}
header#page nav .dropdown__lists .dropdown__list{
	position: unset;
	margin: 0;
	padding: 0;
}
header#page nav .dropdown__lists .dropdown__list a{
    display: block;
    padding: 10px 0 10px 10px;
    width: 100%;
    text-align: left;
    line-height: 1;
}
@media screen and (max-width:768px){
header#page nav .dropdown__lists{visibility:visible;opacity: 1;width: 100%;background: unset; border: none;position: unset;text-align: center;}
header#page nav .dropdown__lists .dropdown__list a{text-align: center;line-height: 1.5;}

}

/*新店舗OPEN 期間限定表示20231117 start*/
header .newopen .pconly{display: block;}
header .newopen .sponly{display: none;}
@media screen and (max-width:768px){
header .newopen{margin-bottom: 0;}
header .newopen .pconly{display: none;}
header .newopen .sponly{display: block;}
header .newopen a{
	position: relative;
	display: block;
	width:100%;
	height: 100vh;
	z-index: 2;
}
}
/*新店舗OPEN 期間限定表示20231117 end*/

@media screen and (max-width:768px){

	header{
		margin: auto auto 17.333vw;
		width: 100%;
		height: 100vh;/*height: 95vh;*/
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	header #header_bg{
		margin: auto;
		padding: 0;
		width: 100%;
		height: 100vh;
		position: absolute;
		left: 0;
		top: 0;
	}
	header #header_bg li{
		width: 100%;
		height: 100vh;
	}
	header #header_bg li span{
		height: 100vh;
	}
	header #header_bg li:nth-child(1) span{
		background: url(../images/kv01.jpg) center no-repeat;
		background-size: auto 100%;
	}
	header #header_bg li:nth-child(2) span{
		background: url(../images/kv02.jpg) center no-repeat;
		background-size: auto 100%;
	}
	header #header_bg li:nth-child(3) span{
		background: url(../images/kv03.jpg) center no-repeat;
		background-size: auto 100%;
	}
	header #header_bg li.slick-current span{
		background-size: auto 120%;
	}
	header h1{
		left: 0;
		right: 0;
		top: 0;
		width: 77vw;
	}
	header#page h1{
		top: 0;
		bottom: inherit;
		left: 0;
	}
	header#page h1 img{
		width: 34.4vw;
	}
	header nav,header#page nav{
		width: 100vw;
		height: 100vh;
		position: fixed;
		right: -100vw;
		background: #000;
		top: 0;
		z-index: 2147483646;
		transition: opacity 0.5s linear;
	}
	header nav.open,header#page nav.open{
		right: 0;
	}
	header #nav_btn{
		margin: auto;
		display: block;
		position: absolute;
		width: 7.5vw;
		height: 7.5vw;
		left: -11vw;
		top: 3vw;
		opacity: 1;
		cursor: pointer;
		background: url(../images/icon_menuopen.png) center no-repeat;
		background-size: 100% auto;
	}
	header#page #nav_btn{
		background: url(../images/icon_menuopen_page.png) center no-repeat;
		background-size: 100% auto;
	}
	header nav.open #nav_btn,
	header#page nav.open #nav_btn{
		left: inherit;
		right: 3vw;
		background: url(../images/icon_menuclose.png) center no-repeat;
		background-size: 100% auto;
	}
	header nav > img{
		margin: 12vw auto 12.6666vw;
		display: block;
		width: 53.3333vw;
	}
	header nav ul{
		padding: 0;
		display: block;
		width: 100vw;
		text-align: center;
	}
	header nav ul li,header#page nav ul li{
		width: 100%;
		margin: auto;
	}
	header nav ul li a,header#page nav ul li a{
		padding: 0.5em 0;
		display: block;
		font-size: 5vw;
	}
	header nav ul li a span,header#page nav ul li a span{
		font-size: 2.5vw;
	}
	header > div{
		margin: auto;
		position: absolute;
		width: 49.3333vw;
		height: 24.6666vw;
		bottom: 0;
		right: 0;
		left: 0;
	}
	header > div a{
		padding-top: 13.3333vw;
		height: 24.6666vw;
		font-size: 14px;
		border-radius: 24.6666vw 24.6666vw 0 0;
		background: url(../images/top_icon_catering.png)center 6vw no-repeat #fff;
		background-size: 11vw auto;
	}
	header#page{
		height: auto;
	}
	header#page nav ul li a{
		color: #fff;
	}
	header#page h1{
		margin: 0 auto 2.4vw 3.3333vw;
		padding-top: 2.6666vw;
		position: static;
		height: 12vw;
	}

	header #breadcrumb{
		margin: auto auto 0.5em;
		position: static;
		width: 93vw;
		top: 14.1333vw;
	}
	header #breadcrumb li{
		font-size: 3vw;
	}
	header #breadcrumb a{
		font-size: 3vw;
	}


}


/* main
--------------------------------------------------------*/
section{
	margin: auto auto 100px;
	width: 100%;
}
section h2{
	margin: auto auto 55px;
	text-align: center;
	font-weight: bolder;
	font-size: 50px;
	line-height: 1;
	font-family:"Helvetica Neue",Helvetica,Arial, Verdana,Roboto,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
section h3{
	margin: auto auto 55px;
	text-align: center;
	font-weight: bolder;
	font-size: 28px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}

section a.more{
	margin: auto;
	padding-bottom: 1em;
	display: block;
	width: 150px;
	font-size: 11px;
	line-height: 1;
	text-align: left;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #000;
	position: relative;
}
section a.more:before,
section a.more:after{
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0.3em;
}
section a.more:after{
	right: 0.4em;
}

@media screen and (max-width:768px){
	section{
		margin: auto auto 18vw;
		overflow-x: hidden;
	}
	section h2{
		margin: auto auto 9.3333vw;
		font-size: 10vw;
	}
	section h3{
		margin: auto auto 9.3333vw;
		font-size: 5.3333vw;
	}
	section a.more{
		width: 40vw;
		font-size: 2.6666vw;
	}
	section a.more:before,
	section a.more:after{
		content: "";
		width: 1.2333vw;
		height: 1.2333vw;
	}
}

/* fotter
--------------------------------------------------------*/
footer{
	position: relative;
	padding-top: 60px;
	width: 100%;
	height: 320px;
	color: #fff;
	background: #000;
	z-index: 10;
}
footer nav ul{
	margin: auto auto 43px;
	width: 600px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer nav ul li{
	margin: 0 auto;
}
footer nav ul li:first-child{margin-left: 0;}
footer nav ul li:last-child{margin-right: 0;}
footer nav ul li a{
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
footer nav ul li a span{
	margin: auto;
	display: block;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
}
footer nav ul li a:hover span{
	opacity: 0.6;
}
footer .contact{
	margin: auto auto 15px;
	text-align: center;
}
footer .contact a{
	margin: auto;
	display: block;
	width: 220px;
	height: 40px;
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	border:solid 1px #fff;
	text-decoration: none;
}
footer .privacypolicy{
	margin: auto auto 15px;
	text-align: center;
} 
footer .privacypolicy a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}
footer .company{
	margin: auto auto 50px;
	text-align: center;
}
footer .company a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}
footer .company a:after{
	margin-left: 6px;
	content: "";
	width: 17px;
	height: 14px;
	display: inline-block;
	background: url(../images/footer_company_icon.png) center no-repeat;
	background-size: cover;
}
footer .copyright{
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 1;
}
#sns{
	margin: auto;
	width: 100%;
	height: 100px;
	background: #f3f3f3;
	display: flex;
	justify-content: space-around;
	align-content: center;
}
#sns dl{
	margin: auto;
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
#sns dl dt{
	margin: auto 45px auto 0;
	height: 1em;
}
#sns dl dd{
	margin: auto 19px auto 0;
	width: 30px;
	height: 30px;
}
#sns dl dd:last-child{margin-right: 0;}
@media screen and (max-width:768px){
	
	footer{
		padding-top: 8vw;
		padding-bottom: 4.8vw;
		height: auto;
	}
	footer nav ul{
		margin: auto auto 5.3333vw;
		width: 80%;
		flex-wrap: wrap;
	}
	footer nav ul li{
		margin: 0 auto 1em;
		text-align: center;
		width: 50%;
	}
	footer nav ul li:first-child{margin-left: auto;}
	footer nav ul li:last-child{margin-right: auto;}
	footer nav ul li a{
		font-size: 3.8666vw;
	}
	footer nav ul li a span{
		font-size: 2.4vw;
	}
	footer .contact{
		margin: auto auto 5.3333vw;
		text-align: center;
	}
	footer .contact a{
		width: 66.6666vw;
		height: 10.6666vw;
		font-size: 4vw;
		line-height: 10.6666vw;
	}
	footer .privacypolicy a{
		font-size: 3.4666vw;
	}
	footer .company{
		margin: auto auto 15.3333vw;
	}
	footer .company a{
		font-size: 3.4666vw;
	}
	footer .company a:after{
		margin-left: 0.5em;
		width: 4.1333vw;
		height: 3.4666vw;
		background-size: cover;
	}
	footer .copyright{
		font-size: 1.6vw;
	}
	#sns{
		height: 20vw;
	}
	#sns dl{
		width: 60vw;
	}
	#sns dl dt{
		margin: auto 18vw auto 0;
		font-size: 3.7vw;
	}
	#sns dl dd{
		margin: auto 5.3333vw auto 0;
		width: 8vw;
		height: 8vw;
	}

}









