@charset "UTF-8";
body{
	background: #191919;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	font-family: Hiragino Kaku Gothic ProN;
	width: 375px;
	border: solid 2px #ffffff;
}
/*-------カルーセルはじめ------------ */


/*-------カルーセル終わり------------ */
.header{
	height: 80px;
	width: 100%;
	border-bottom: solid 4px #ffffff;
	
	
}
.header h1{
	text-align: center;
	font-size: 50px;
	margin-top:20px ;
	
	
}
.top-img{
	background-size:cover;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.container{
}
.contents-wrapper a {
	font-size:30px;
	text-decoration: none;
	color:white;
}
.menu{
	text-align:right;
}
.menu a{
	padding: 5px 100px 5px 100px;
	border:solid 1px #ffffff;
}

.reservation{
	text-align:left;
	margin-top: -30px;
}
.reservation a{
	padding: 5px 30px 5px 30px;
	border: solid 1px #ffffff;
}
.information{
	text-align:right;
	margin-top: -30px;
}
.information a{
	padding: 5px 30px 5px 30px;
	border:solid 1px #ffffff;
}
.about{
	text-align:left;
	margin-top: -30px;
}
.about a{
	padding: 5px 50px 5px 50px;
	border: solid 1px #ffffff;
}

.sns-icon{
	width:100%;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	
}

/*-------二段目------------ */
/*-------menu------------ */
.menu2{
	margin-left: 10px;
}
.cocktail{
}
.stair-shake p{
	margin-left: 10px;
	text-align: center;
} 
.cocktail h1{
	color: #ffffff;
	border-bottom: none;
}
.stair{
	float: left;
	
}

.food{
	margin-left: 10px;
}
.event-menu{
	margin-left: 10px;
	width: 100%;
}
.event-menu a{
	margin: 0 auto;
}
/*-------menu------------ */

/*-------reservation------------ */
.reservation2 h1{
	color: #ffffff;
	margin: 50px 0 0 10px;
}
.reservation2 p{
	margin-left: 30px;
}
.rsv-left{
	float: left;
}
.rsv-right{
	margin-top:40px;
}
/*-------reservation------------ */
/*-------about------------ */
.about2{
	margin: 50px 0 0 10px;
	
}
.about2 h1{
	color: #ffffff;
}
.about2-detail{
	margin: 30px;
}
.about2 p{
	margin-left: 10px
}
/*-------about------------ */
/*-------infomation------------ */
.information2{
	margin: 50px 0 0 10px;
	
}
.information2 h1{
	color: #ffffff;
}
.information2-detail{
	margin-left: 30px;
}

.info2-map{
	margin-right: 80px;
		float: right;
}









