@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CSS for INDEX
//////////////////////////////////////////////////////////*/


/*----------------------------------------------------------
  - MAINVISUAL
----------------------------------------------------------*/

#index #mainvisual {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 710px;
	margin: -88px 0 0 0;
}

#index #mainvisual h3 {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -150px;
	z-index: 5;
}
#index #mainvisual h3 img { width: 300px; }

#index #mainvisual .slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 710px;
	z-index: 1;
}

#index #mainvisual .slider li {
	position: absolute;
	left: 0;
	top: 0;
	height: 710px;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1400px) {
	#index #mainvisual .slider li {
		-webkit-background-size: 100% auto;
		   -moz-background-size: 100% auto;
			    background-size: 100% auto;
	}
}


/*----------------------------------------------------------
  - NEWS / BLOG
----------------------------------------------------------*/

#index #news {}
#index #blog {}

#index #news .innerblock { padding: 80px 0 80px 0; }
#index #blog .innerblock { padding: 0 0 80px 0; }

#index #news .articles,
#index #blog .articles {
	position: relative;
	padding: 20px 0 60px 0;
	_zoom: 1;
	overflow: hidden;
}
#index #news .articles { padding: 20px 0 20px 0; }
#index #blog .articles { padding: 20px 0 80px 0; }

#index #news .articles ul,
#index #blog .articles ul {
	margin: 0 -35px 0 0;
	padding: 0;
}

#index #news .articles li,
#index #blog .articles li {
	float: left;
	width: 310px;
	margin: 0 35px 0 0;
}

#index #news .articles li .pict,
#index #blog .articles li .pict {
	background-color: #fff;
	margin: 0 0 10px 0;
	padding: 5px;
}

#index #news .articles li .pict img,
#index #blog .articles li .pict img {
	width: 100%;
}

#index #news .articles li span,
#index #blog .articles li span {
	margin: 0 0 5px 0;
	padding: 2px 0 3px 0;
}

#index #news .articles li h4,
#index #blog .articles li h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
	_zoom: 1;
	overflow: hidden;
}

#index #news .articles li p,
#index #blog .articles li p {
	font-size: small;
	line-height: 150%;
}

#index #news .sns,
#index #blog .sns {
	position: relative;
	_zoom: 1;
	overflow: hidden;
}

#index #news .sns h3,
#index #blog .sns h3 {
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0;
}

#index #news .sns ul,
#index #blog .sns ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#index #news .sns li,
#index #blog .sns li {
	position: relative;
	left: -50%;
	float: left;
}

#index #news .sns li a,
#index #blog .sns li a {
	display: block;
	margin: 0 15px;
	padding: 0;
}

#index #news .sns li a i,
#index #blog .sns li a i {
	font-size: 50px;
}
#index #news .sns li a i.fa-facebook,
#index #blog .sns li a i.fa-facebook  { color: #3b5998; }
#index #news .sns li a i.fa-twitter,
#index #blog .sns li a i.fa-twitter   { color: #1da1f2; }
#index #news .sns li a i.fa-instagram,
#index #blog .sns li a i.fa-instagram { color: #bc2a8d; }
#index #news .sns li a i.fa-line,
#index #blog .sns li a i.fa-line      { color: #00c300; }


/*----------------------------------------------------------
  - INTRODUCTION
----------------------------------------------------------*/

#index #introduction {}

#index #introduction .innerblock { padding: 60px 0 80px 0; }

#index #introduction .profile {
	text-align: center;
	padding: 20px 0 40px 0;
}

#index #introduction .profile .pict {
	width: 200px;
	margin: 0 auto 10px auto;
}
#index #introduction .profile .pict img { width: 100%; }

#index #introduction .profile h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}

#index #introduction .profile h3 a {
	position: relative;
	top: -5px;
	color: #35220e;
	font-size: 14px;
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-weight: 400;
	border: 1px solid #35220e;
	margin: 0 0 0 20px;
	padding: 5px 10px;
}

#index #introduction .profile h3 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #35220e;
}

/* #index #introduction .profile p { text-align: center; } */

#index #introduction .pancake {
	display: table;
	padding: 0 0 20px 0;
	_zoom: 1;
	overflow: hidden;
}

#index #introduction .pancake img,
#index #introduction .pancake p {
	display: table-cell;
	vertical-align: middle;
}

#index #introduction .pancake img {
	width: 570px;
}


/*----------------------------------------------------------
  - MENU
----------------------------------------------------------*/

#index #menu {
	position: relative;
}

#index #menu .parallax {
	height: 360px;
	background:url(../../images/Pancake/Pancake_1.jpg) no-repeat center center fixed;
	background-size:100% auto;
	margin: 0 0 30px 0;
	padding: 0;
}

@media screen and (min-width: 1400px) {
	#index #menu .parallax {
		-webkit-background-size: 100% auto;
		   -moz-background-size: 100% auto;
			    background-size: 100% auto;
	}
}

#index #menu .innerblock { padding: 50px 0; }

#index #menu .body {
	position: relative;
	padding: 50px 0;
	_zoom: 1;
	overflow: hidden;
}
#index #menu .body img{
	width: 100%;
}
#index #menu ul.navi {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0 0 50px 0;
}

#index #menu .body ul.navi li {
	position: relative;
	left: -50%;
	float: left;
}

#index #menu .body ul.navi li a {
	display: block;
	color: #35220e;
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	line-height: 100%;
	border-right: 3px solid #35220e;
	padding: 0 10px;
}
#index #menu .body ul.navi li.last a { border: none; }

#index #menu .body ul.navi li a i { display: none; }

#index #menu .body .contents {
	clear: both;
	_zoom: 1;
	overflow: hidden;
}

#index #menu .body .contents h3 {
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
	margin: 20px 0 50px 0;
	padding: 0;
}

#index #menu .body .contents h3 > span {
	display: inline-block;
	border: 2px solid #35220e;
	margin: 0;
	padding: 15px 30px;
}

#index #menu .body .contents h3 > span small {
	font-size: small;
	line-height: 100%;
}

#index #menu .body .contents .items {
	margin: 20px 0 60px 0;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}

#index #menu .body .contents .items h4 {
	color: #35220e;
	font-size: 20px;
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
}

#index #menu .body .contents .items p {
	margin: 5px 0 10px 0;
	padding: 0;
}

#index #menu .body .contents .items .products {
	margin: 20px 0 40px 0;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}

#index #menu .body .contents .items .products ul {
	margin: 0 -60px 0 0;
	padding: 0;
}

#index #menu .body .contents .items .products li {
	float: left;
	width: 470px;
	margin: 0 60px 10px 0;
	padding: 0;
}

#index #menu .body .contents .items .products dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#index #menu .body .contents .items .products dt,
#index #menu .body .contents .items .products dd {
	display: table-cell;
	line-height: 120%;
	margin: 0;
	padding: 1px 0;
}

#index #menu .body .contents .items .products dt { width: 380px; font-weight: 700; }
#index #menu .body .contents .items .products dd { text-align: right; }

#index #menu .body #dinner.contents .salad .products dt { width: auto; }
#index #menu .body #dinner.contents .salad .products dd { width: 150px; }

#index #menu .body .contents .items .products dd small {
	font-size: xx-small;
}

#index #menu .body #dinner.contents .pasta h5 {
	color: #35220e;
	font-size: 16px;
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
}

#index #menu .body .contents .items .pict {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}

#index #menu .body .contents .items .pict ul {
	display: block;
	position: relative;
	left: 50%;
	float: left;
	margin: 0 -30px 0 0;
	padding: 0;
}

#index #menu .body .contents .items .pict li {
	position: relative;
	left: -50%;
	float: left;
	width: 235px;
	margin: 0 10px;
	padding: 0;
}

#index #menu .body .contents .items .pict li img {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}

#index #menu .body .contents .items .pict li span {
	display: block;
	font-size: small;
	margin: 0;
	padding: 0;
}


/*----------------------------------------------------------
  - DRINK
----------------------------------------------------------*/

#index #drink .innerblock { padding: 60px 0 80px 0; }

#index #drink .body {
	padding: 50px 0;
	_zoom: 1;
	overflow: hidden;
}

#index #drink .body ul {
	margin: 0 -35px 0 0;
	padding: 0;
}

#index #drink .body ul li {
	float: left;
	width: 310px;
	margin: 0 35px 0 0;
}

#index #drink .block {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px dotted #35220e;
}

#index #drink .block h3 {
	color: #35220e;
	font-size: 22px;
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
}

#index #drink .block dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#index #drink .block dt,
#index #drink .block dd {
	display: table-cell;
	line-height: 120%;
	margin: 0;
	padding: 1px 0;
}

#index #drink .block dt { width: 220px; }
#index #drink .block dd { text-align: right; }

#index #drink .block dd small {
	font-size: xx-small;
}


/*----------------------------------------------------------
  - ACCESS
----------------------------------------------------------*/

#index #access {
	position: relative;
}

#index #access .parallax {
	height: 360px;
	background:url(../../images/Pancake/Pancake_2.jpg) no-repeat fixed;
	margin: 0 0 30px 0;
	padding: 0;
}

@media screen and (min-width: 1400px) {
	#index #access .parallax {
		-webkit-background-size: 100% auto;
		   -moz-background-size: 100% auto;
			    background-size: 100% auto;
	}
}

#index #access .innerblock { padding: 40px 0; }

#index #access .detail {
	width: 580px;
	margin: 0 auto;
	padding: 20px 0;
}

#index #access .detail h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

#index #access .detail dl {
	display: table;
	width: 100%;
}

#index #access .detail dt,
#index #access .detail dd {
	display: table-cell;
	padding: 5px 0;
}

#index #access .detail dt { width: 120px; }
#index #access .detail dd { width: 460px; }


#index #access .iframe {
	height: 400px !important;
	margin: 0;
	padding: 0;
}

#index #access .banner {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

#index #access .banner img {
	width: 100%;
}


/*----------------------------------------------------------
  - CONTACT
----------------------------------------------------------*/

#index #contact .innerblock { padding: 80px 0 40px 0; }

#index #contact .form {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	_zoom: 1;
	overflow: hidden;
}

#index #contact .column-l,
#index #contact .column-r { width: 480px; }
#index #contact .column-l { float: left; }
#index #contact .column-r { float: right; }

#index #contact .column-l .group {
	display: table;
	width: 480px;
	margin: 0 0 10px 0;
}

#index #contact .column-l .group .label,
#index #contact .column-l .group .control {
	display: table-cell;
}

#index #contact .column-l .group .label {
	position: relative;
	color: #fff;
	width: 140px;
	background-color: #35220e;
	padding: 12px 10px;
}

#index #contact .column-l .group .control {
	position: relative;
	width: 300px;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 11px 10px;
}

#index #contact .column-l .group .control input {
	font-size: 14px;
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 160%;
	width: 300px;
	background-color: #fff;
	border: none;
}

#index #contact .column-r .group { width: 480px; }

#index #contact .column-r .group .label {
	position: relative;
	color: #fff;
	background-color: #35220e;
	padding: 12px 10px;
}

#index #contact .column-r .group .control {
	position: relative;
	width: 458px;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 11px 10px;
}

#index #contact .column-r .group .control textarea {
	font-size: 14px;
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 160%;
	width: 460px;
	height: 150px;
	background-color: #fff;
	border: none;
	resize: none;
}

#index #contact .label .require {
	display: block;
	position: absolute;
	right: 10px;
	top: 15px;
/*	color: #fff;*/
	font-size: 8px;
	line-height: 100%;
/*	background-color: #fff;*/
	border: 1px solid #fff;
	padding: 5px 5px;
}

#index #contact .group .control span.error {
	display: block;
	color: #ff0000;
	font-size: 86%;
}

#index #contact .button {
	clear: both;
	text-align: center;
	padding: 30px 0 20px 0;
}

#index #contact .button input[type="image"][disabled]{
/*	background: #6a5947;
	cursor: not-allowed;*/
}

#index #access .detail h3, div#contact .innerblock h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}



