@charset "utf-8";

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

* { 
	margin: 0;
	padding: 0;
}

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

body {
	color: #35220e;
	font-size: 12px;
	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%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}
#wrapper.fixed {
}

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 {
	position: relative;
	max-width: 798px;
	height: auto;
	margin: 0 auto;
	padding: 0 15px;
	_zoom: 1;
	overflow: hidden;
}

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

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

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


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

#header {
/*	display: none;*/
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
/*	background-color: rgba(255, 255, 255, 0.75);*/
	z-index: 1111;
}

#header.fixed,
#header.fixed #gnavi {
	background-color: rgba(53, 34, 14, 0.2);
}

#header .innerblock {
	height: 55px;
	_zoom: 0;
	overflow: visible;
}

#header h1 { position: absolute; top: 9999px; }

#header h2 {
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 1111;
}

#header h2,
#header h2 img { width: 137px; height: auto; }

#header .btn-menu a {
	position: absolute;
	display: block;
	top: 15px;
	right: 5px;
	text-decoration: none;
	width: 30px;
	height: 10px;
	padding: 3px 5px 13px 3px;
}
#header .btn-menu a:hover  { }
#header .btn-menu a.active { }

#header .btn-menu .icon-bar {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

#header .btn-menu .icon-bar + .icon-bar { margin-top: 5px; }

#header .btn-menu a.active:before {
	position: absolute;
	top: 0;
	left: 10px;
	content: "\f057";
	color: #fff;
	font-size: 20px;
/*	font-family: 'FontAwesome';*/
	font-family: 'Font Awesome 5 Free';
	padding: 2px 0 0 0;
}
#header .btn-menu .active .icon-bar { display: none; }

#header #gnavi {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
/*	background-color: rgba(255, 255, 255, 0.70);*/
	margin: 0;
	padding: 0;
	z-index: 1111;
}

#header #gnavi ul {
	margin: 0;
	padding: 5px 0;
}

header #gnavi li a {
	display: block;
	color: #fff;
	font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Tahoma', sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 15px;
}
header #gnavi li a span { display: none; }


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

#banner {
	margin: 0 auto;
	padding: 20px 5px 40px 5px;
}

#banner ul,
#banner li,
#banner li a {
	line-height: 0;
	margin: 0;
	padding: 0;
}

#banner li a img { width: 100%; }

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

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

#banner .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 15px;
	height: 30px;
	margin: -12px 0 0 0;
	position: absolute;
	top: 50%;
	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 30px;
	   -moz-background-size: auto 30px;
		    background-size: auto 30px;
}


/*----------------------------------------------------------
  - FOOTER
----------------------------------------------------------*/
#footer .footer__logo{
	width: 180px;
    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;
	margin: 0 auto;
	padding: 20px 15px 80px 15px;
	_zoom: 1;
	overflow: hidden;
}

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

#footer .footer-navi ul {
	margin: 0;
	padding: 0;
}

#footer .footer-navi li {
	margin: 0;
	padding: 0;
}

#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 0;
}

#footer .location {
	text-align: center;
	margin: 0;
	padding: 10px 0;
}

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

#footer-banner {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background-color: #35220e;
	z-index: 1111;
}

#footer-banner ul {
	width: 310px;
	margin: 9px auto 0 auto;
}

#footer-banner ul li.number a { float: left; width: 195px; }
#footer-banner ul li.inquiry a { float: right; width: 108px; }
#footer-banner ul li a img { height: 38px; }

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

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

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

#pagetop a,
#pagetop a:hover {
	-webkit-background-size: 35px auto;
	   -moz-background-size: 35px auto;
		    background-size: 35px auto;
}


/*----------------------------------------------------------
  - 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) {
}

