@charset "utf-8";
/* ------------------------------------------------------------ common */

body#top {
	min-width: 1160px;
}

a:link {
	color: #111;
	text-decoration: none;
}

a:visited {
	color: #111;
	text-decoration: none;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
	color: #111;
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

input[type="text"],
select,
textaera {
	border: 1px solid #b5b5b5;
}

input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	padding: 0;
	border: none;
}

h1 {
	font-size: 12px;
	padding: 5px 0;
	color: #646262;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 0 0 20px;
	width: 226px;
}

.SP {
	display: none;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

div#body {
	padding: 0 30px;
}


@font-face {
	font-family: 'geo';
	src: url('../fonts/geo.eot');
	src:
		/* url('../fonts/geo.eot?#iefix') format('embedded-opentype'), */
		url('../fonts/geo.woff') format('woff'),
		url('../fonts/geo.ttf') format('truetype'),
		url('../fonts/geo.svg') format('svg');
	;
}


h3.h3-common {
	font-weight: bold;
	text-align: center;
	line-height: 270%;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

h3.h3-common span {
	display: block;
	font-family: 'geo';
	font-size: 36px;
	padding: 0 0 5px;
}

h3.h3-common.cl-blue span {
	background: url(../img/icn_04.gif) no-repeat center bottom;
	background-size: auto 3px;
}

h3.h3-common.cl-white {
	color: #fff;
}

h3.h3-common.cl-white span::after {
	content: "";
	background: #fff;
	height: 3px;
	width: 50px;
	display: block;
	margin: 0 auto;
}

h3.h3-common.cl-red {
	color: #222;
}

h3.h3-common.cl-red span::after {
	content: "";
	background: #a70808;
	height: 3px;
	width: 50px;
	display: block;
	margin: 0 auto;
}

h3.h3-common.cl-green {
	color: #222;
}

h3.h3-common.cl-green span {
	background: url(../img/icn_03.gif) no-repeat center bottom;
	background-size: auto 3px;
}

h3.h3-common.cl-yellow {
	color: #f7eb3a;
}

h3.h3-common.cl-yellow span {
	background: url(../img/icn_02.gif) no-repeat center bottom;
	background-size: auto 3px;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 0 10px;
}


.btn {
	background: #a70808;
	color: #fff;
	line-height: 48px;
	height: 48px;
	width: 246px;
	font-size: 14px;
	margin: 40px auto 0;
	text-align: center;
}

.btn a {
	color: #fff;
}



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

#header {
	padding: 25px 0;
	background: #fff;
	width: 100%
}

#header .logo {
	float: left;
}

#header .logo img {
	vertical-align: top;
	margin-top: 4px;
}

#header ul.nav {
	float: right;
	margin-right: -18px;
}

#header ul.nav li {
	float: left;
	padding: 0 5px;
}

#header ul.nav li a {
	display: block;
	padding: 0 15px;
	line-height: 47px;
	height: 47px;
	font-family: 'geo';
	font-weight: bold;
}

/* ------------------------------------------------------------ contact */

#contact {
	background: url(../img/bg_01.jpg) no-repeat center center;
	background-size: cover;
	padding: 85px 0 60px;
	margin: 0 0 30px;
}

#contact h3 {
	padding: 0 0 10px;
}

.contact-inner {
	background: #fff;
	width: 850px;
	margin: 0 auto;
}

.contact-inner .contact-no {
	padding: 18px 0 28px;
	border-bottom: 1px solid #a70808;
}

.contact-inner .contact-no div {
	float: left;
	padding: 15px 0;
	text-align: center;
}

.contact-inner .contact-no div h4 {
	color: #a70808;
	font-size: 18px;
	font-weight: bold;
}

.contact-inner .contact-no div p.num {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Helvetica';
}

.contact-inner .contact-no div p.num a,
.contact-inner .contact-no div p.num span {
	font-size: 38px;
	font-weight: bold;
}

.contact-inner .contact-no div p.hours {
	font-weight: bold;
	font-size: 14px;
	color: #412111;
}

.contact-inner .contact-no div.tel {
	width: 100%;
}

.contact-inner .contact-no div.fax {
	width: 425px;
}

.contact-inner .form {
	text-align: center;
	padding: 35px 82px 45px;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "MS P Gothic", "Arial", sans-serif;
}

.contact-inner .form span {
	color: #f0000e;
}

.contact-inner .form p.caution {
	text-align: center;
	font-size: 14px;
	background: #f3f3f3;
	padding: 25px 0 30px;
}

.contact-inner .form form {
	padding: 60px 0 0;
}

.contact-inner .form dl {
	width: 100%;
	font-size: 14px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.contact-inner .form dl dt {
	width: 30%;
	font-weight: bold;
	vertical-align: text-top;
	padding: 12px 0 0;
	text-align: left;
}

.contact-inner .form dl dd {
	width: 70%;
	padding: 11px 0;
}

.contact-inner .form dl dd input[type="text"],
.contact-inner .form dl dd input[type="email"],
.contact-inner .form dl dd input[type="tel"],
.contact-inner .form dl dd textarea {
	border: none;
	width: 94%;
	padding: 8px 3%;
	background: #f3f3f3;
}

.contact-inner .form table tr textarea {
	resize: vertical;
}

.contact-inner .form p {
	padding: 35px 0;
}

.contact-inner .form p input[type="button"] {
	background: #a70808;
	color: #fff;
	line-height: 48px;
	height: 48px;
	width: 246px;
	font-size: 14px;
	-webkit-appearance: none;
	border-radius: 0;
}

.contact-inner .form p a {
	background: #ababab;
	color: #fff;
	line-height: 48px;
	height: 48px;
	width: 260px;
	vertical-align: top;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contact-inner .form p.alert {
	padding: 30px 0 0;
}

.contact-inner .form p.alert span {
	display: block;
}

.contact-inner .form h4 {
	color: #00a8e7;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 20px;
}

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

#footer {
	padding: 65px 0 0;
	background: #fafafa;
	text-align: center;
}

#footer p {
	padding: 18px 0 50px;
	line-height: 200%;
	font-size: 14px;
}

#footer address {
	font-size: 12px;
	padding: 30px 0;
}

/* ------------------------------------------------------------ mobile */

@media only screen and (max-width:640px) {

	/* ------------------------------------------------------------ common */
	body#top {
		min-width: inherit;
	}

	.inner {
		width: 94%;
	}

	div#body {
		padding: 0 3%;
	}

	h1 {
		width: 58%;
		margin: 0 auto;
		padding: 0 0 0 2%;
		font-size: 11px;
		max-height: 36px;
		overflow: hidden;
		vertical-align: middle;
	}

	h3.h3-common {
		font-size: 14px;
	}

	h3.h3-common span {
		font-size: 24px;
	}


	/* ------------------------------------------------------------ header */
	#header {
		padding: 15px 0;
		width: 100%;
	}

	#header .logo {
		float: none;
		width: 100%;
	}

	#header .logo img {
		width: 65px;
		height: auto;
	}

	/* ------------------------------------------------------------ contact */
	#contact {
		padding: 90px 0 30px;
	}

	#contact h3 {
		padding: 0 0 30px;
	}

	.contact-inner {
		width: 94%;
	}

	.contact-inner .contact-no {
		padding: 0;
	}

	.contact-inner .contact-no div {
		width: 80% !important;
		float: none;
		margin: 0 auto;
		padding: 20px 0;
	}

	.contact-inner .contact-no div h4 {
		font-size: 14px;
		line-height: 120%;
	}

	.contact-inner .contact-no div p.num {
		font-size: 16px;
	}

	.contact-inner .contact-no div p.num a,
	.contact-inner .contact-no div p.num span {
		font-size: 25px;
	}

	.contact-inner .contact-no div p.hours {
		font-size: 12px;
		line-height: 120%;
	}

	.contact-inner .form {
		padding: 20px 6%;
	}

	.contact-inner .form form {
		padding: 30px 0 0;
	}

	.contact-inner .form p.caution {
		padding: 15px 6%;
		text-align: left;
		font-size: 12px;
	}

	.contact-inner .form dl dt {
		width: 100%;
		display: block;
	}

	.contact-inner .form dl dd {
		width: 100%;
		display: block;
		padding: 8px 0 11px;
	}

	.contact-inner .form p input[type="submit"],
	.contact-inner .form p a {
		height: 40px;
		line-height: 40px;
		width: 80%;
		max-width: 240px;
		margin-bottom: 10px;
	}

	.contact-inner .form h4 {
		padding: 20px 0;
		font-size: 24px;
	}

	.contact-inner .form p.alert span {
		font-size: 14px;
		text-align: center;
	}

	.contact-inner .form p.alert {
		font-size: 14px;
		text-align: left;
	}

	/* ------------------------------------------------------------ footer */
	#footer {
		padding: 30px 0 0;
	}

	#footer p {
		font-size: 12px;
		padding: 15px 0 25px;
	}

	#footer address {
		font-size: 10px;
		padding: 15px 0;
	}

	#footer a img {
		width: 120px;
		height: auto;
	}

	/* ------------------------------------------------------------ global nav */
	#menu-btn {
		display: block;
		position: absolute;
		bottom: 15px;
		z-index: 999;
		right: 0;
	}

	#menu-btn img {
		width: 40px !important;
		height: auto;
		display: inline !important;
	}

	#open_modal {
		cursor: pointer;
		display: block;
	}

	.fixed {
		position: fixed;
		top: 0;
	}

	#mask {
		display: none;
		height: 100%;
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: #acacac;
		position: fixed;
		opacity: 0.7;
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}


	/* #open_modal                 { cursor: pointer; right: 10px; top: 10px; z-index: 999; position: fixed; } */
	#navigation {
		text-align: center;
		margin: 0 auto;
		top: 0;
		right: 0;
		left: 0;
		margin: 0;
		z-index: 100;
		position: relative;
		display: none;
		background: #ffffff;
	}

	#menu-header {
		padding: 30px 0;
		background: url(../img/fv_00.jpg) no-repeat center center;
		background-size: 100% auto;
	}

	#navigation #menu-header a img {
		height: auto;
		padding: 0 0 5px;
	}

	#navigation #menu-header a {
		color: #000;
	}

	#navigation ul {
		font-size: 11px;
		z-index: 999;
		width: 100%;
		padding: 0;
	}

	#navigation ul li {
		width: inherit;
		border-bottom: 1px solid #00a8e7;
		text-align: left;
	}

	#navigation ul li a {
		color: #000;
		text-align: left;
		display: block;
		padding: 12px 2px;
		font-size: 12px;
	}

	#navigation ul li a img {
		height: 30px;
		width: auto;
		margin-right: 20px;
	}

	#navigation ul li a span {
		font-family: 'geo', serif;
		font-size: 18px;
		padding: 0 10px 0;
	}

	#navigation p#close {
		background: #000;
		color: #fff;
		padding: 15px 0;
		cursor: pointer;
	}

	#header-close {
		position: absolute;
		top: 20px;
		right: 10px;
	}

}

@media only screen and (orientation: portrait) {
	#navigation {
		position: absolute;
		top: 0;
		margin: 0 0 0;
		right: 0;
		left: 0;
	}
}