/* clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}

/* common
-------------------------------------------------------------*/
body {
	font-family: "MS PMincho", "MS 明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	background-color: #260e03;
	color: #fff;
}
a {
	color: #fff;
}
.inner {
	width: 100%;
	max-width: 1200px;
	min-width: 1030px;
	margin: 0 auto;
	position: relative;
}
body .en_font {
	font-family: "Meiryo", "メイリオ", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "Osaka", 'MS PGothic', arial, helvetica, sans-serif;
}

/* header
-------------------------------------------------------------*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header h1 {
	margin-top: 29px;
	margin-left: 21px;
}
.header nav {
	position: absolute;
	top: 24px;
	right: 81px;
}
.header nav ul li {
	float: left;
	margin-left: 43px;
	position: relative;
}
.header nav ul li a {
	color: #fff;
}
.header nav ul li a span {
	display: block;
	position: absolute;
	height: 1px;
	bottom: -4px;
	width: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	transition: all .3s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
	-webkit-transition: all .3s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
	-moz-transition: all .3s cubic-bezier(0.145, 0.700, 0.275, 0.935);
}
.header nav ul li a:hover span {
	width: 100%;
}
.header.fix_nav {
	position: fixed;
	top: -74px;
	left: 0;
	width: 100%;
	background-color: #260e03;
	padding: 10px 0;
	transition: all .3s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
	-webkit-transition: all .3s cubic-bezier(0.145, 0.700, 0.275, 0.935); 
	-moz-transition: all .3s cubic-bezier(0.145, 0.700, 0.275, 0.935);
}
.header.fix_nav.active {
	top: 0;
}
.header.fix_nav h1 {
	margin-top: 0;
	margin-left: 33px;
}
.header.fix_nav h1 img {
	width: 90px;
}
.header.fix_nav nav {
	top: 21px;
}

/* main_img
-------------------------------------------------------------*/
#main_img {
	position: relative;
}
#main_img .inner {
	height: 100%;
	z-index: 10;
}
#main_img .scroll_icon {
	background: url("../images/scroll_icon.png");
	position: absolute;
	height: 57px;
	width: 33px;
	bottom: 55px;
	left: 50%;
	margin-left: -11px;
	cursor: pointer;
}

@keyframes scrollIcon {
0% {bottom: 35px; opacity: 0;}
50% {opacity: 1;}
100% {bottom: 11px; opacity: 0;}
}

@-moz-keyframes scrollIcon {
0% {bottom: 35px; opacity: 0;}
50% {opacity: 1;}
100% {bottom: 11px; opacity: 0;}
}

@-webkit-keyframes scrollIcon {
0% {bottom: 35px; opacity: 0;}
50% {opacity: 1;}
100% {bottom: 11px; opacity: 0;}
}

@-ms-keyframes scrollIcon {
0% {bottom: 35px; opacity: 0;}
50% {opacity: 1;}
100% {bottom: 11px; opacity: 0;}
}
#main_img .scroll_icon p {
	position: absolute;
	bottom: 11px;
	left: 10px;
	animation: scrollIcon 2s ease infinite;
	-moz-animation: scrollIcon 2s ease infinite;
	-webkit-animation: scrollIcon 2s ease infinite;
	-ms-animation: scrollIcon 2s ease infinite;
}
#main_img .scroll_icon:hover {
	opacity: 0.6;
}
@keyframes scrollLine {
0% {background-position-y: -24px;}
100% {background-position-y: 24px;}
}

@-moz-keyframes scrollLine {
0% {background-position-y: -24px;}
100% {background-position-y: 24px;}
}

@-webkit-keyframes scrollLine {
0% {background-position-y: -24px;}
100% {background-position-y: 24px;}
}

@-ms-keyframes scrollLine {
0% {background-position-y: -24px;}
100% {background-position-y: 24px;}
}
#main_img .scroll_icon .scroll_line {
	background: url(../../common/images/scroll_icon_line.png) no-repeat;
	height: 24px;
	width: 1px;
	display: block;
	position: absolute;
	top: 74px;
	left: 16px;
	animation: scrollLine 2s ease infinite;
	-moz-animation: scrollLine 2s ease infinite;
	-webkit-animation: scrollLine 2s ease infinite;
	-ms-animation: scrollLine 2s ease infinite;
}

/* reservation
-------------------------------------------------------------*/
#reservation {
	background-color: #cb9717;
	padding: 25px 0 32px;
	margin-top: 43px;
	text-align: center;
}
#reservation h3 {
	font-size: 23px;
}
#reservation .reservation_subtit {
	font-size: 16px;
	margin: 18px 0 36px;
}
#reservation .reservation_tel {
	width: 277px;
	margin: 0 auto;

	padding: 10px 0;
	font-size: 30px;
}

/*#information_tel_yoyaku {
	width: 277px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 30px;
	text-decoration:underline;
}*/

/* footer
-------------------------------------------------------------*/
.footer {
	text-align: center;
	margin-top: 60px;
	color: #fff;
	padding-bottom: 80px;
}
.footer .share_txt {
	margin-top: 70px;
	font-size: 14px;
}
.footer .sns_block {
	width: 120px;
	margin: 15px auto 49px;
}
.footer .sns_block .facebook {
	float:left;
}
.footer .sns_block .facebook:hover {
	opacity: 0.8;
}
.footer .sns_block .twitter {
	float: right;
}
.footer .sns_block .twitter:hover {
	opacity: 0.8;
}
.footer .copyright {
	font-size: 14px;
}