@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CSS for HTML
//////////////////////////////////////////////////////////*/

* { 
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #35220e;
	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;
/*	font-family: 'Montserrat', sans-serif; */
	line-height: 180%;
	background: url(../../images/base.jpg) repeat 0 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	position: relative;
	width: 100%;
/*	max-width: 1400px;*/
	height: 100%;
	margin: 0 auto;
	padding: 0;
/*	-webkit-box-shadow: 0px 0px 10px #fff;
	   -moz-box-shadow: 0px 0px 10px #fff;
	        box-shadow: 0px 0px 10px #fff;*/
	_zoom: 1;
	overflow: hidden;
}
#wrapper.fixed {
	padding-top: 78px;
		*padding-top: 0;
}

body > #wrapper { height: auto; }

a 			{ color: #03bae8; text-decoration: none; }
a:link		{ color: #03bae8; text-decoration: none; }
a:visited	{ color: #03bae8; text-decoration: none; }
a:active	{ color: #03bae8; text-decoration: none; }
a:hover		{ color: #35220e; text-decoration: underline; }
a.disabled	{ color: #555; text-decoration: none; cursor: default; }


/*----------------------------------------------------------
  - SHARE
----------------------------------------------------------*/

.innerblock {
	width: 1000px;
	margin: 0 auto;
	_zoom: 1;
	overflow: hidden;
}

.innerblock h2.title {
	position: relative;
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
/*	background: url(../../images/sect_title_underline.png) no-repeat center bottom;*/
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}

.innerblock h2.title:after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	width: 60px;
	height: 6px;
	background-color: #35220e;
	margin: 0 0 0 -30px;
}

#fancybox-content {
	-webkit-overflow-scrolling: touch !important;
}


/*----------------------------------------------------------
  - HEADER
----------------------------------------------------------*/

#header {
	position: relative;
	width: 100%;
	z-index: 1000;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#header.fixed {
	position: fixed !important;
	top: -20px;
		*position: relative;
		*top: -20px;
	background-color: rgba(53, 34, 13, 0.15);
	z-index: 931;
}

#header .innerblock {
	position: relative;
	line-height: 100%;
	width: 1000px;
	min-width: 769px;
	height: 88px;
	margin: 0 auto;
}

#header h2 {
	position: absolute;
	left: 0;
	top: 30px;
	width: 171px;
    height: auto;
}
#header h2 img { width: 100%; }

#header h1 {
	position: absolute;
	left: 0px;
	top: 8px;
	color: #fff;
	font-size: 10px;
}

#header #gnavi {
	position: absolute;
	right: 0px;
	top: 30px;
	_zoom: 1;
	overflow: hidden;
}

#header #gnavi ul {
	position: relative;
	float: right;
}

#header #gnavi ul li {
	position: relative;
	float: left;
}

#header #gnavi li a {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 38px;
	height: 38px;
	padding: 0;
}
#header #gnavi li a:hover { text-decoration: none; }

#header #gnavi li.navi1 a { width: 145px; }
#header #gnavi li.navi2 a { width: 60px; margin: 0 0 0 30px; }
#header #gnavi li.navi3 a { width: 60px; margin: 0 0 0 30px; }
#header #gnavi li.navi4 a { width: 80px; margin: 0 0 0 30px; }
#header #gnavi li.navi5 a { width: 80px; margin: 0 10px 0 30px; }

#header #gnavi li a em {
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-size: 17px;
	font-weight: 700;
}
#header #gnavi li a:hover em { display: none; }

#header #gnavi li a span,
#header #gnavi li a i { display: none; }
#header #gnavi li a:hover span {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

#header #gnavi li a::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	background-color: #ffffff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#header #gnavi li a:hover::after {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}


/*----------------------------------------------------------
  - BANNER
----------------------------------------------------------*/

#banner {
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

#banner .flexslider {
	display: none;
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 30px;
}

#banner .flexslider .slides li { margin: 0 20px 0 0; }

#banner .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 32px;
	margin: -20px 0 0 0;
	position: absolute;
	top: 55%;
	opacity: 1;
	cursor: pointer;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	z-index: 100;
}

#banner .flex-direction-nav .flex-prev { left: 0; }
#banner .flex-direction-nav .flex-next { right: 0; }
#banner .flexslider:hover .flex-prev { opacity: 1; left: 0; }
#banner .flexslider:hover .flex-next { opacity: 1; right: 0; }
#banner .flex-direction-nav a.flex-prev { background: url(../../images/bnr_btn_prev.png) no-repeat 0 0; }
#banner .flex-direction-nav a.flex-next { background: url(../../images/bnr_btn_next.png) no-repeat 0 0; }
#banner .flex-direction-nav a.flex-prev,
#banner .flex-direction-nav a.flex-next {
	-webkit-background-size: auto 32px;
	   -moz-background-size: auto 32px;
		    background-size: auto 32px;
}


/*----------------------------------------------------------
  - FOOTER
----------------------------------------------------------*/

#footer .footer__logo{
	width: 200px;
    margin:50px auto 0;
}

#footer {
	width: 100%;
	background-color: #35220e;
}

#footer,
#footer a { color: #fff; }
#footer a:hover { text-decoration: none }

#footer .innerblock {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	_zoom: 1;
	overflow: hidden;
}

#footer .footer-navi {
	position: relative;
	margin-bottom: 20px;
	_zoom: 1;
	overflow: hidden;
}

#footer .footer-navi ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#footer .footer-navi li {
	position: relative;
	left: -50%;
	float: left;
}

#footer .footer-navi li a {
	display: block;
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-weight: 700;
	padding: 5px 15px;
}

#footer .footer-navi li a i { display: none; }

#footer .location {
	font-size: small;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	_zoom: 1;
	overflow: hidden;
}

#footer address {
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0 20px;
}

#footer-banner { display: none; }

#pagetop {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 20px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	z-index: 1111;
}

#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../images/btn_pagetop_out.png) no-repeat 0 0;
	-webkit-background-size: 50px auto;
	   -moz-background-size: 50px auto;
		    background-size: 50px auto;
}

#pagetop a:hover { background: url(../../images/btn_pagetop_over.png) no-repeat 0 0; }


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

