@charset "utf-8";

*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*{
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height:100%;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

img{
	vertical-align: bottom;
}


body{
	font-family: 'Batang','Hiragino kaku Gothic Pro',serif;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 auto;
	//background-color: #E2A03F;
}


/* header */
header{
	font-family: 'Aparajita','Hiragino kaku Gothic Pro',serif;
	z-index: 2;
	position:fixed;
	width:100%;
	margin: 0 auto;
	text-align: center;
}


/* navgation */
#nav{
	height: 78px;
	margin: 0 auto;
	-webkit-transition: all 700ms ease-in-out;
}

#nav li{
	display:inline-block;
	font-size: 18px;
	line-height:100px;
	margin-right: 60px;
	font-weight:lighter;
}

#nav li a{
	text-decoration: none;
	color:white;
}

#nav li:nth-child(3){
	margin-right: 100px;
}

#nav li:nth-child(5){
	margin-left: -100px;
}

#brown{
	display: none;
	width: 110px;
	height: 110px;
	margin-left:-100px;
	margin-right: 100px;
	border-radius: 0 0 50px 50px/0 0 50px 50px;
}


/* background-images */
#first-img{
	text-align: center;
	padding-top: 400px;
}

.back-img1{
	background:url("images/coffee-1-2.jpg");
	background-size: cover;
	background-position:left top;
	background-repeat: no-repeat;
	height: 960px;
	width: 100%;
	text-align: center;
}

#back-img2{
	background: url("images/bar.jpg");
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	height: 960px;
	width: 100%;
}

#back-img3{
	background: url("images/dinner-3.jpg");
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	height: 960px;
	width: 100%;
}


/* main content */
.content{
	background: url("images/texture.jpg");
	width: 100%;
	margin:0 auto;
	position:relative;
	background-color: #B07430;
	//outline: solid 3px black;
}

.inner{
	width: 1280px;
	margin: 0 auto;
}


/* CONEPT */
#concept-left{
	width: 620px;
	float: left;
}

#concept-img{
	margin: 130px 0 0 180px;
	padding-top: 10px;
	height: 80px;
}

#c-text-1{
	font-size: 26px;
	line-height: 40px;
	text-align: center;
}

#c-text-2{
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	margin-top: 15px;
}


#concept-right{
	width: 660px;
	margin-bottom: 50px;
	float: left;
}

#concept-right img{
	margin: 77px 0 0 20px;
	//border: solid 2px black;
}



/* MENU */
#menu-left{
	width: 700px;
	margin-bottom: 30px;
	float: left;
}

.list{
	margin:30px 0 10px 30px;
	//border: solid 2px black;
	float: left;
	position: relative;
	overflow: hidden;
	width: 280px;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}

figcaption h3, figcaption p{
	position: absolute;
	width: 260px;
	color: white;
	-webkit-transition: .3s;
	transition: .3s;
}

figcaption h3{
	font-size: 20px;
	top: 80px;
	left: 280px;
}

.size-set{
	font-size: 14px
}

#d-d{
	top: 60px;
}

#dessert{
	top: 150px;
}

figcaption p{
	font-size: 14px;
	top: 130px;
	left: -100%;
}

figcaption p a{
	text-decoration: none;
	color: white;
}

figure:hover figcaption{
	opacity: 1;
}

figure:hover figcaption h3{
	left: 64px;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

figure:hover figcaption p {
	left: 88px;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

#menu-right{
	width: 580px;
	margin-bottom: 50px;
	float: left;
}

#menu-img{
	width: 120px;
	height: 60px;
	margin: 100px 50px 0 160px;
}

.m-about{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 10px;
}

.asterisk{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

#m-text-1{
}

#m-text-2{
	margin-top: 10px;
}

#m-text-3{
	margin-top: 35px;
}

#m-text-4{
	margin-top: 10px;
}


/* ACCESS */
#access-left{
	width: 620px;
	float: left;
}

#access-img{
	height: 70px;
	margin: 90px 0 0 180px;
}

.info h3{
	width: 380px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: solid 1px black;
}

.info dl{
	font-weight: bold;
}

.info dt{
	width: 85px;
	float: left;
	margin-left:190px;
	margin-right: 10px;
}

.info dd{
	margin: 20px auto;
	padding-right: 140px;
}

#tel{
	padding-left: 288px;
}

#access-right{
	width: 660px;
	margin-bottom: 50px;
	float: left;
}

#map{
	width: 640px;
	margin: 70px 0 0 20px;
}


/* footer */
footer{
	width: 100%;
	background-color: black;
	padding-bottom: 30px;
}

footer ul{
	text-align: center;
	padding-top: 10px;
}

footer ul li{
	color: white;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px white;
}

footer ul li:last-child{
	border: none;
}

footer ul li a{
	color: white;
	text-decoration: none;
}

footer p{
	color: white;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	padding-top: 15px;
}

/********** PC表示でのみ背景画像を固定 **********/
@media(min-width: 1280px){
	.back-img1,#back-img2,#back-img3{
		background-attachment: fixed;
	}
}


/*########## 1280px以下の時に各コンテンツをpx指定 ##########*/
@media(max-width: 1280px){
	#nav{
		width: 1280px;
	}

	.content{
		width: 1280px
	}

	.back-img1{
		width: 1280px
	}

	#back-img2{
		width: 1280px
	}

	#back-img3{
		width: 1280px
	}

	footer{
		width: 1280px;
	}
}


