@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
	min-width:1200px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing:0.1em;
	color: #333333;
	text-align: left;
}
a img:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
	transition: all 0.5s ease 0s;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}
.hd,
.drawer-toggle,
.drawer-nav {
	display: none;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
/*=============================================================
#header
=============================================================*/
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-color: #841515;
	min-width:1200px;
}
#header .body {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 15px;
}
#header ul {
	overflow: hidden;
	position: relative;
}
#header li {
	float: left;
}
#header li.logo {
	padding-right: 20px;
}
#header li p {
	color: #FFF;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 5px;
}
/*=============================================================
#NAVI
=============================================================*/
.mainnavi {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #000;
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	display: block;
}
.mainnavi ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.mainnavi ul.navi {
	display: flex;
	justify-content: center;
}
.mainnavi li {
	line-height: 0px;
	display: inline-block;
}
.mainnavi li:after {
	content:"／";
	color: #cecece;
	margin-right: 1.5em;
	padding-left: 1.5em;
	font-size: 13px;
}
.mainnavi li:last-child:after {
	content:none;
}
.mainnavi a {
	font-size: 15px;
	line-height: 1.5em;
	color: #cecece;
	text-decoration: none;
	letter-spacing: 0em;
	display: inline-block;
}
.mainnavi a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*=============================================================
#contents
=============================================================*/
#mainimage {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 300px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:cover;
}
#mainimage .body {
	display: table;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 300px;
	text-align: right;
}
#mainimage p {
	display: table-cell;
  vertical-align: middle;
}
#mainbody {
	padding-bottom: 50px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	min-width:1200px;
}
.breadcrumb-list {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
.breadcrumb-list ul {
	overflow: hidden;
	position: relative;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #000;
}
.breadcrumb-list a {
	color: #5CA73C;
	text-decoration: none;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
#mainbody h1,
#mainbody h2 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	color: #163072;
	text-align: center;
	letter-spacing: 0em;
	padding: 0px;
	display: flex;
	align-items: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#mainbody h2 {
	padding-top: 50px;
}
#mainbody h1:before,
#mainbody h1:after,
#mainbody h2:before,
#mainbody h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #C4C4C4;
	display: block;
}
#mainbody h1:before,
#mainbody h2:before {
	margin-right: 1em;
}
#mainbody h1:after,
#mainbody h2:after {
	margin-left: 1em;
}
#mainbody p {
	font-size: 1em;
	line-height: 1.7em;
	color: #333;
	margin-bottom: 2.2em;
	padding: 0px;
}
#contents {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	overflow: hidden;
}
/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #8a969e;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	padding-top: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#footer .body {
	text-align: center;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer .body .logo {
}
#footer .body p {
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
	padding-top: 20px;
	letter-spacing: 0em;
}
#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 150%;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #841515;
	letter-spacing: 0em;
	display: block;
}