@charset "utf-8";
/* CSS Document */

/*ナビゲーションエリア*/

.main_logo{
	position:absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

header nav{
	text-align: center;
	max-width: 1920px;
	height: 85px;
	border-bottom: 1.5px solid #6c6c6c;
	background-color: #212121;
	display: flex;
	justify-content: right;
	align-items:center;
}

header nav ul:nth-child(2){
	margin-left: auto;
}

header a{
	text-decoration: none;
	color: #fff;
	/*font-family: "Shrikhand", serif;
  	font-weight: 400;
  	font-style: normal;*/

	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

header ul{
	display: flex;
}



/*ファーストビュー画像エリア*/
.firstview{
	height:100vh;
	background-image: url("../img/menu_top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*コンテンツエリア全体*/
#contents{
	background-color: #212121;
}


/*導入文MNUEエリア*/
.top{
	text-align: center;
	padding-top: 100px;
}

.top h2 {
	color: #fff;
	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	margin-top: 70px;
	margin-bottom: 20px;
}

.top p:first-of-type{
	color: #fff;
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 15px;
	margin-bottom: 100px;
}

/*ハンバーガーエリア*/

.burger,.sidemenu,.drink{
	display: flex;
	flex-wrap:wrap;
	text-align: center;
	padding-left: 80px;
	padding-right: 80px;
}


.burger h2,.sidemenu h2,.drink h2{
	font-family: "ab-lineboard-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	margin-top: 30px;
}

.burger h3,.sidemenu h3,.drink h3{
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.burger p,.sidemenu p,.drink p{
	text-align: left;
	font-family: "BIZ UDGothic", sans-serif;
 	font-weight: 700;
 	font-style: normal;
	font-size: 20px;
	line-height: 25px;
}

.hb_01,.hb_02,.hb_03,.hb_04
,.hb_05,.hb_06,.hb_07,.hb_08{
	margin: 0 auto;
	margin-bottom: 50px;
	color: #eee;
	width: 381px;
	height: 616px;
	border: 2px solid #eee;
	padding: 20px 15px;
}

.sm_01,.dk_01{
	margin: 0 auto;
	margin-bottom: 50px;
	color: #eee;
	width: 381px;
	height: 445px;
	border: 2px solid #eee;
	padding: 20px 15px;
}


/*フッターエリア*/

footer{
	text-align: center;
	max-width: 1920px;
	height: 400px;
	border-top: 1.5px solid #6c6c6c;
	background-color: #212121;
	padding-top: 60px;
}

footer nav ul{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

footer a{
	text-decoration: none;
	color: #fff;
	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.copyright{
	color: #ffff;
}












