@charset "utf-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

html{
	min-height: 100%;
	position: relative;
}

.pc_parts{
	display: block;
}

.sp_parts,
.navi-logo{
	display: none;
}

body{
	line-height: 1;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000
}

a{
	color: #000;
	text-decoration: none;
}

li{
	list-style: none;
}

.inner,
.box{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#news.third #contents a,
#company #contents a,
#contact label a{
	text-decoration: underline;
}

/* ===================================================================
 header and navigation
=================================================================== */

header{
	background: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	height: 100px;
	transition: .3s;
}

#g-navi{
	height: 100px;
	position: relative;
}


#g-navi h1{
	position: absolute;
	width: 158px;
	height: auto;
	margin-top: 30px;
	left: 50%;
	margin-left: -79px
}

#g-navi ul{
	overflow: hidden;
}

#g-navi ul#navi,
ul.sns #follow{
	float: left;
	font-weight: 900;
}

ul.sns{
	float: right;
}

#g-navi h1 img{
	width: 158px;
	height: auto;
}

#g-navi ul li{
	float: left;
}

#g-navi ul#navi li{
	margin-right: 30px;
	font-size: 16px;
	line-height: 90px;
}

#g-navi ul#navi li a{
	padding-bottom: 4px
}

#g-navi ul#navi li a:hover,
#about.pc li.about a,
#menu.pc li.menu a,
#location.pc li.location a{
	border-bottom: 2px solid #000
}

ul.sns li{
	margin-left: 20px;
	line-height: 100px;
}

ul.sns #follow{
	line-height: 90px;
	font-size: 12px;
}

ul.sns img{
	width: 20px;
	height: 20px;	
}

/* ===================================================================
 btn base
=================================================================== */

.ghost-btn{
	display: block;
	width: 300px;
	height: 40px;
	line-height: 36px;
	margin: 0 auto;
	border: 2px solid #000;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	box-sizing:border-box;
}

/* ===================================================================
 seconde parallax & contents
=================================================================== */

#inner-wrap,
.inner-wrap{
	position: relative;
	background: #fff;
	z-index: 99
}

.seconde #slide,
.third #slide{
	background-repeat:no-repeat;
	background-position: center top;
	width: 100%;
	height: 460px;
	top: 0;
	position: fixed;
	z-index: -1;
	background-size: auto
}

@media only screen and (min-width: 1400px){
	.seconde #slide,
	.third #slide{
		background-size: cover;
		background-position: center bottom;
	}
}

.seconde #contents,
.third #contents{
	margin-top: 460px;
	padding-top: 60px;
	padding-bottom: 170px
}

.seconde #contents:before,
.third #contents:before {
	background: url(/img/common/img_arrow_top.png) no-repeat;
	background-size:contain;
    content: " ";
    left: 50%;
    margin-left: -15px;
    margin-top: -76px;
    width: 30px;
    height: 16px;
    position: absolute;
    z-index: 99;
}

.seconde #contents h1,
.third #contents h1,
.seconde #contents h2,
.third #contents h2,
.seconde #contents h3,
.third #contents h3,
.seconde #contents h4,
.third #contents h4{
	text-align: center;
	font-weight: 900
}

.seconde #contents h1,
.third #contents h1{
	font-size: 30px;
	margin-bottom: 70px
}

/* ===================================================================
 Blead crumb
=================================================================== */

#bc{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: -340px;
	position: absolute;
	overflow: hidden;
}

#bc li{
	float: left;
	font-weight: 900;
	color: #fff;
	line-height: 14px;
}

#bc li a{
	color: #fff;
	text-decoration: underline;
	font-weight: 500
}

#bc li+li:before{
    content: ">";
    margin: 0 10px;
    font-weight: 500
}

/* ===================================================================
 Table style
=================================================================== */

#contents table{
	border: 1px solid #E6E6E6;
	width: 100%
}

#contents table tr{
	border-bottom: 1px solid #E6E6E6;
}

#contents table th{
	background: #f7f7f7;
	width: 200px
}

#contents table th,
#contents table td{
	padding: 8px 20px;
	text-align: left;
	line-height: 24px;
	font-size: 14px
}

/* ===================================================================
 List UI
=================================================================== */

#menu-list{
	text-align: center;
	margin-bottom: 52px
}

#menu-list li{
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	height: 24px;
	vertical-align: top;
}

#menu-list li:hover:after,
#menu-list li.select:after,
body.thick #menu-list li.thick:after,
body.burgers #menu-list li.burgers:after,
body.chicken #menu-list li.chicken:after,
body.breakfast #menu-list li.breakfast:after,
body.side #menu-list li.side:after,
body.dessert #menu-list li.dessert:after,
body.akihabara #menu-list li.akihabara:after,
body.shonan #menu-list li.shonan:after,
body.jiyugaoka #menu-list li.jiyugaoka:after,
body.part #menu-list li.part:after,
body.staff #menu-list li.staff:after{
	content: "▲";
	font-size: 8px;
}

#menu-list li a,
#menu-list li span{
	border-left: 1px solid #000;
	display: block;
	padding: 0 36px;
	box-sizng:border-box;
	cursor: pointer;
}

#menu-list li:last-child a,
#menu-list li:last-child span{
	border-right: 1px solid #000;	
}

/* ===================================================================
 map
=================================================================== */

#map{
	margin-bottom: 90px;
	overflow: hidden;
}

#map #map-canvas{
	width: 100%;
	height: 540px
}

#map a{
	float: right;
	font-size: 12px;
	display: block;
	margin-top: 10px
}

/* ===================================================================
 footer and navigation
=================================================================== */

footer {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 54px;
}

footer h1{
	margin-bottom: 40px
}

footer h1 a img{
	width: 172px;
	height: auto
}

footer li{
	display: inline-block;
	font-weight: 900;
	font-size: 16px;
	margin: 0 15px
}

footer li a span{
	display: block;
	padding-top: 6px;
	font-size: 10px;
	font-weight: 500
}

footer .inner{
	height: 20px;
	padding-top: 6px;
	line-height: 14px;
	margin-top: 80px;
}

footer .inner div{
	float: left;
	width: 340px
}

#copyright{
	font-size: 10px;
	text-align: left;
	font-weight: 900
}

footer #footlink{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	width: 520px;
	box-sizing:border-box;
}

footer #footlink li{
	font-size: 12px;
}


footer ul.sns{
	margin-top: -6px
}

footer ul.sns #follow,
footer ul.sns li{
	line-height: 20px;
	margin: 0 0 0 20px
}
