@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

/*--------------------------------------------------------------------------------
	composition
--------------------------------------------------------------------------------*/

html { font-size: 62.5% /*10px*/; }
body {
	color: #2e3033;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Open Sans", Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.3333; /* 20px */
	text-align: center;
}


/*----------------------------------------
	description
----------------------------------------*/

#description {
	height: 20px;
	padding: 2px;
	color: #fff;
	font-size: 11px;
	background: #333;
	text-align: center;
	margin-bottom: 15px;
}


/*----------------------------------------*----------------------------------------
header
----------------------------------------*----------------------------------------*/

#header { 
	width: 100%;
	height: 210px;
	padding: 0;
	border-top: solid 10px #000;
	position: relative;
	z-index: 1000;
	}
#header .header-inner { 
	width: 100%;
	height: 200px;
	padding: 0;
	background: #76000d;
	}
#header .container { 
	position: relative;
	}

/*----------------------------------------
logo
----------------------------------------*/

#header .logo-area {
	width: 370px;
	height: 163px;
	background: url(../img/header-logo.gif?ver=250327) no-repeat left top;
	background-size: contain;
	margin-top: 25px;
	float: left;
}
#header .logo a { height: 72px; }


/*----------------------------------------
tel / mail
----------------------------------------*/

#header .info-area {
	width: 257px;
	padding-top: 45px;
	position: absolute;
	top: 0;
	left: 685px;
	text-align: right;
	}
#header .info-area .tel {
	margin-bottom: 12px;
	}
#header .info-area .mail a:hover {
	opacity: 0.8;
	}

/*----------------------------------------
toggleNav-open
----------------------------------------*/

	#header .toggleNav-open { display: none; }

/*----------------------------------------*----------------------------------------
globalNav
----------------------------------------*----------------------------------------*/

#toggleNav {
	width: 349px; 
	margin: 15px 0;
	float: right;
}
#globalNav li a {
	display: block;
	text-decoration: none;
	position: relative;
}

#globalNav ul.clearfix > li { 
	float: left;
	height: 170px;
	background: rgba(255, 255, 255, 0);
	transition: background-color 0.4s ease-out;
		-o-transition: background-color 0.4s ease-out; /* opera */
		-moz-transition: background-color 0.4s ease-out; /* firefox */
		-webkit-transition: background-color 0.4s ease-out; /* chrome, safari */
		-ms-transition: background-color 0.4s ease-out; /* ie */
	}
#globalNav ul.clearfix > li:hover{
	background: rgba(255, 255, 255, .9);
	}
	#globalNav ul.clearfix > li:hover:before{
		color:#242b33;
		position: relative;
		top: 3px;
	}

	
	/* li */
	
	#globalNav .nav00 { width: 59px; }
	#globalNav .nav01 { width: 58px; }
	#globalNav .nav02 { width: 58px; }
	#globalNav .nav03 { width: 58px; }
	#globalNav .nav04 { width: 58px; }
	#globalNav .nav05 { width: 58px; }
	
	/* a */
	
	#globalNav ul.clearfix > li > a {
		background: url(../img/globalNav.png) no-repeat top left;
		height: 170px;
	}
	#globalNav ul.clearfix .nav00 > a { background-position: 0 0; }
	#globalNav ul.clearfix .nav01 > a { background-position: -59px 0; }
	#globalNav ul.clearfix .nav02 > a { background-position: -117px 0; }
	#globalNav ul.clearfix .nav03 > a { background-position: -175px 0; }
	#globalNav ul.clearfix .nav04 > a { background-position: -233px 0; }
	#globalNav ul.clearfix .nav05 > a { background-position: -291px 0; }
	
	#globalNav ul.clearfix .nav00 > a:hover,
	#globalNav ul.clearfix .nav00 > a.is-active { background-position: 0 -170px; }
	#globalNav ul.clearfix .nav01 > a:hover,
	#globalNav ul.clearfix .nav01 > a.is-active { background-position: -59px -170px; }
	#globalNav ul.clearfix .nav02 > a:hover,
	#globalNav ul.clearfix .nav02 > a.is-active { background-position: -117px -170px; }
	#globalNav ul.clearfix .nav03 > a:hover,
	#globalNav ul.clearfix .nav03 > a.is-active { background-position: -175px -170px; }
	#globalNav ul.clearfix .nav04 > a:hover,
	#globalNav ul.clearfix .nav04 > a.is-active { background-position: -233px -170px; }
	#globalNav ul.clearfix .nav05 > a:hover,
	#globalNav ul.clearfix .nav05 > a.is-active { background-position: -291px -170px; }
	#globalNav ul.clearfix .nav06 > a:hover,

	#globalNav ul.clearfix > li.is-active { background: rgba(255, 255, 255, .3); }
	
	/* dropdown/2nd */
	
	#globalNav .dropdown {
		position: relative;
		z-index: 10;
		}
	#globalNav .dropdownNav {
		display: none !important;
		position: absolute;
		top: 160px;
		left: 0;
		z-index: 11;
		font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		background: rgba(255, 255, 255, .5);
		transition: background-color 0.5s ease-out;
			-o-transition: background-color 0.5s ease-out; /* opera */
			-moz-transition: background-color 0.5s ease-out; /* firefox */
			-webkit-transition: background-color 0.5s ease-out; /* chrome, safari */
			-ms-transition: background-color 0.5s ease-out; /* ie */
	}
	#globalNav .dropdown:hover > .dropdownNav { 
		display: block;
	}
	#globalNav .dropdownNav li:first-child { border-top: none; }
	#globalNav .dropdownNav a {
		width: 50px;
		height: 160px;
		position: relative;
		padding: 22px 17px 15px 12px;
		color: #2F3842;
		transition: all .1s linear;
		writing-mode: tb-rl;
		line-height: 1;
		font-size: 1.6rem;
	}
	#globalNav .dropdownNav a:hover { 
		color: #242b33;
		background: rgba(255, 255, 255, .7);
	}
	
	/* dropdown/3rd */
	
	#globalNav .dropdownNav .dropdownNav {
		top: 0;
		left: 250px;
		z-index: 12;
	}
	
/*----------------------------------------*----------------------------------------
toggleNav
----------------------------------------*----------------------------------------*/
	/*----------------------------------------
	スティッキーヘッダー
	----------------------------------------

@media screen and (min-width: 768px) {
		#toggleNav {
			position: absolute;
			top: 95px;
			left: 0;
			z-index: 888;
			width: 100%;
			}
		#toggleNav.sticky {
			position: fixed;
			top: 0;
		}
		#globalNav {
			margin: auto;
			width: 100%;
		}
}

	#toggleNav .toggleNav-container { display: none; }
	#toggleNav .visible-sp .container {
		padding-top: 10px;
		padding-bottom: 10px;
		background: #fff;
		border-bottom: 1px solid #eee;
	}
	#toggleNav .visible-sp .container:last-child { border-bottom: none; }
*/
	/*----------------------------------------
	subNav
	----------------------------------------

	#toggleNav .subNav ul { margin-bottom: 0; }
	#toggleNav .subNav {  text-align: left; }
	#toggleNav .subNav li { border-bottom: 1px solid #333; }
	#toggleNav .subNav a {
		display: block;
		text-decoration: none;
		background: #4d4d4d;
		position: relative;
		padding: 10px 15px;
		color: #fff;
		font-size: 1.4rem;
	}
	#toggleNav .subNav .sub {
		display: block;
		font-size: 1.1rem;
	}
	#toggleNav .subNav a:before {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -.5em;
		font-family: "FontAwesome";
		line-height: 1;
		content: "\f105";
	}
*/
	/*----------------------------------------
	btnArea
	----------------------------------------*/

	#toggleNav .btnArea {
		font-size: 1.3rem;
		border-bottom: 1px solid #d9d9d9;
	}
	
	/* btn-group */
	
	#toggleNav .btnArea .btn-group { margin-bottom: 10px; }
	#toggleNav .btnArea .btn-group:last-child { margin-bottom: 0; }
	#toggleNav .btnArea .btn-group .btn {
		border-right: 1px solid #fff;
		padding-right: 25px;
	}
	#toggleNav .btnArea .btn-group .btn:last-child { border-right: none; }
	
	/* btn */
	
	#toggleNav .btnArea ul { margin-bottom: 0; }
	#toggleNav .btnArea li { margin-bottom: 10px; }
	#toggleNav .btnArea li:last-child { margin-bottom: 0; }

	/*----------------------------------------
	infoArea
	----------------------------------------*/

	#toggleNav .infoArea { border-bottom: 1px solid #d9d9d9; }
	#toggleNav .infoArea .info-item {
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 1;
	}
	#toggleNav .infoArea .info-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#toggleNav .infoArea .name {
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
	#toggleNav .infoArea .tel {
		position: relative;
		font-family: "Montserrat", sans-serif;
		font-size: 1.3rem;
		line-height: 1;
		color: #c33;
	}
	#toggleNav .infoArea .tel a { color: #c33; }
	#toggleNav .infoArea .tel:before {
		font-family: "FontAwesome";
		content: "\f095";
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -13px;
		border: 1px solid #e5e5e5;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 26px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		background: -moz-linear-gradient(top, #fff, #eee);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	}
	#toggleNav .infoArea .tel span { font-size: 2.6rem; }
	#toggleNav .infoArea .help {
		font-size: 1.3rem;
		margin-top: 5px;
		line-height: 1;
	}

	/*----------------------------------------
	socialArea
	----------------------------------------*/

	#toggleNav .socialArea,
	#toggleNav .socialArea .container { text-align: center; }

	#toggleNav .socialArea { border-bottom: 1px solid #d9d9d9; }

	/*----------------------------------------
	toggleNav-open
	----------------------------------------*/
	#toggleNav .toggleNav-open {
		display: none;
	}
	
/*
	#toggleNav .toggleNav-open {
		background: -moz-linear-gradient(top, #fff, #eceff1);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eceff1));
		color: #333;
		position: relative;
		padding: 15px;
		text-align: left;
	}
	#toggleNav .toggleNav-open:before {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -.5em;
		font-family: "FontAwesome";
		line-height: 1;
		content: "\f0c9";
	}

	/* opened */

	#toggleNav .toggleNav-opened:before { content: "\f00d"; }

	/*----------------------------------------
	toggleNav-close
	----------------------------------------*/

	#toggleNav .toggleNav-close {
		background: #249763;
		color: #fff;
		position: relative;
		padding: 15px;
		text-align: left;
	}
	#toggleNav .toggleNav-close:before {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -.5em;
		font-family: "FontAwesome";
		line-height: 1;
		content: "\f00d";
	}

/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/

#footer {
	background: #000;
	height: 230px;
	padding-top: 27px;
}
#footer a { 
	color: #fff !important;
	text-decoration: none;
}

/*----------------------------------------
	footer-nav
----------------------------------------*/

#footer .footer-nav {
	width: 50%;
	float: right;
}
#footer .main-nav{ 
	position: relative;
	overflow: hidden;
}
#footer .main-nav li{ 
	width: 47%;
	margin-left: 13px;
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	position:relative;
	float: left;
}
#footer .main-nav li a:hover{ 
	color: #76000D !important;
}
#footer .main-nav li a:before{ 
	margin-right: .5em;
	font-family: "FontAwesome";
	line-height: 1;
	content: "\f105";
}
#footer .main-nav li:last-child { 
	padding-right: 0;
	border-right: none;
}
#footer .main-nav .is-active {
	color: #9F4D56 !important;
}


/*----------------------------------------
	info
----------------------------------------*/

/* info */
#footer .info { 
	width: 50%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	float: left;
}
#footer .info .logo {
	width: 370px;
	height: 163px;
	background: url(../img/footer-logo.gif?ver=250327) no-repeat left top;
	background-size: contain;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
#footer .info .logo a {
	height: 72px; 
	position: relative;
	z-index: 50;
}

/*--------------------------------------------------------------------------------
	copyright
--------------------------------------------------------------------------------*/

#copyright { 
	height: 40px; 
	background: #76000d; 
	line-height: 40px;
}
#copyright p { 
	color: #fff;
	font-size: 1.4rem;
}
#copyright .address { 
	width: 50%; 
	float: left;
}
#copyright .copy { 
	width: 50%; 
	float: right; 
	text-align: right;
}

/*--------------------------------------------------------------------------------
	back-to-top
--------------------------------------------------------------------------------*/

#back-to-top {
	bottom: 20px;
	position: fixed;
	right: 20px;
}
#back-to-top a {
	background: url(../img/back_to_top.png) no-repeat left top;
	height: 50px;
	width: 50px;
}
