@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

article, aside, dialog, figure, footer, header, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a {
	color: #E94435;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #E94435;
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
	-webkit-appearance: none;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
.alignleft { text-align: left !important; }
.aligncenter { text-align: center !important; }
.alignright { text-align: right !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb20 { margin-bottom: 30px !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
	min-width: 1000px;
	line-height: 1.5;
	text-align: center;
}

#container {
	margin: 0 auto 40px;
	text-align: left;
}

#main {
	width: 1000px;
	margin: 0 auto 65px;
	font-size: 1.6em;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.pc_area {
	display: block;
}

.sp_area {
	display: none;
}

@media screen and (max-width:480px) {
/*	img{
	width: 100%;
	height: auto;
	}
	body {
		min-width: initial;
		min-width: auto;
		background: #FFF url(../img/common/template/body_bg.jpg) repeat-x left top;
		background-size: 1px 135px;
	}
	#container {
		width: 100%;
	}
	.pc_area {
		display: none;
	}
	.sp_area {
		display: block;
	}*/
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header .inner {
	margin: 0 auto;
	width: 1000px;
	height: 147px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#header .inner h1 {
	color: #B2B2B2;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 7px;
	left: 0;
	letter-spacing: -0.03em;
}

#header .inner .logos {
	padding-top: 46px;
	width: 615px;
	float: left;
	overflow: hidden;
}

#header .inner .logos .logo {
	float: left;
}

#header .inner .logos .since {
	padding-top: 0;
	width: 266px;
	font-size: 13px;
	float: right;
	letter-spacing: -0.03em;
}

#header .inner .logos .since .since_t {
	font-size: 16px;
	color: #956134;
}

#header .inner .details {
	width: 385px;
	float: right;
	text-align: right;
	position: relative;
}

#header .inner .details .h_image01 {
	position: absolute;
	left: 0;
	top: 13px;
}

#header .inner .details .h_text01 {
	margin-bottom: 7px;
}

#header .inner .details .h_text02 {
	padding: 0 10px 5px 0;
}

#header .inner .details .h_tel {
	font-size: 31px;
	font-weight: bold;
	color: #E94435;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	line-height: 1.2;
}

#header .inner .details .h_tel:before {
	content: "";
	width: 21px;
	height: 21px;
	margin-top: -10px;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/common/icon/icon_tel.png);
	-webkit-background-size: 21px 21px;
	        background-size: 21px 21px;
}

#header .inner .details .h_tel a {
	text-decoration: none;
	cursor: default;
}

#header .inner .details .time {
	font-size: 14px;
	letter-spacing: -0.03em;
}

@media screen and (max-width:480px) {
	#header {
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 30px;
}

.navi {
	border: 1px solid #EAE5D2;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eae5d2+100&0.8+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(234,229,210,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(234,229,210,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(234,229,210,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#eae5d2',GradientType=0 ); /* IE6-9 */
}

.navi ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.navi ul li {
	float: left;
	width: 135px;
	height: 70px;
	position: relative;
}

.navi ul li:after {
	content: "";
	margin-top: -28px;
	width: 2px;
	height: 56px;
	background: url(../img/common/template/nav_bg.png);
	position: absolute;
	right: 0;
	top: 50%;
}

.navi ul li:nth-child(1) {
	text-align: left;
}

.navi ul li:nth-child(2) {
	width: 250px;
}

.navi ul li:nth-child(3) {
	width: 210px;
}

.navi ul li:nth-child(4) {
	width: 203px;
}

.navi ul li:nth-child(5) {
	width: 200px;
}

.navi ul li:nth-child(4):after,
.navi ul li:nth-child(5):after {
	display: none;
}

.navi ul li a {
	display: block;
	height: 50px;
	padding-top: 20px;
}

.navi ul li:nth-child(2) a {
}

.navi ul li:nth-child(5) a {
	padding-top: 15px;
	height: 55px;
	background: rgba(233,68,53,0.8);
}

.menu-toggle {
	display: none;
}

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

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	padding-left: 35px;
	margin-bottom: 17px;
	font-size: 16px;
	position: relative;
}
#pagePath:before {
	content: "";
	width: 24px;
	height: 21px;
	position: absolute;
	margin-top: -11px;
	top: 50%;
	left: 0;
	background: url(../img/common/icon/icon_house.png);
	-webkit-background-size: 24px 21px;
	     -o-background-size: 24px 21px;
	        background-size: 24px 21px;
}
#pagePath li {
	margin-right: 2px;
	display: inline;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	#conts
------------------------------------------------------------*/
#conts {
	line-height: 2.0;
	width: 670px;
	float: left;
}

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

}

/*------------------------------------------------------------
	side
------------------------------------------------------------*/
#side {
	width: 300px;
	float: right;
	line-height: 1.8;
}

#side .side_ttl {
	margin-bottom: 15px;
	padding: 8px 0 4px;
	border-bottom: 3px solid #A5CCB0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #357A68;
	color: #fff;
}

#side .side_info {
	margin-bottom: 40px;
}

#side .side_info p {
	font-size: 16px;
	line-height: 1.75;
}

#side .side_info p span {
	color: #357A68;
	font-weight: bold;
}

#side .side_info .ttl {
	font-weight: bold;
	padding-bottom: 170px;
	background: url(../img/common/template/s_bg01.png) no-repeat 0 50px;
	line-height: 1.6;
}

#side .side_info .ttl span {
	font-size: 18px;
}

#side .side_bn_list {
}

#side .side_bn_list li {
	margin-bottom: 15px;
}

#side .side_bn_list li:nth-child(2),
#side .side_bn_list li:nth-child(3),
#side .side_bn_list li:nth-child(4) {
	background: #E5E5E5;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#side .side_box {
	margin-bottom: 20px;
}

#side .side_box li {
	margin-bottom: 15px;
	font-size: 13px;
}

#side .side_box li:last-child {
	margin-bottom: 0;
}

#side .side_box li a {
	color: #999;
}

#side .side_box li a p {
	padding-top: 10px;
}

#side .s_btn_list {
	margin-bottom: 30px;
	overflow: hidden;
}

#side .s_btn_list li {
	float: left;
	width: 143px;
	border: 1px solid #EAE5D2;
	margin-bottom: 10px;
}

#side .s_btn_list li:nth-child(even) {
	float: right;
}

#side .s_btn_list li a {
	background: #F7F5EE;
	height: 100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #956134;
	text-decoration: none;
}

#side .s_btn_list li a:hover {
	opacity: 0.7;
}

#side .s_btn_list li a:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/common/icon/icon02.png);
	-webkit-background-size: 15px 15px;
	     -o-background-size: 15px 15px;
	        background-size: 15px 15px;
}

#side .s_btn_list li a p {
	padding-top: 38px;
}

#side .s_btn_list .double a p {
	padding-top: 26px;
}

@media screen and (max-width:480px) {
}

/*------------------------------------------------------------
	共通パーツ
------------------------------------------------------------*/
#conts .ttl01 {
	padding: 15px 0 10px;
	border-bottom: 6px solid #A5CCB0;
	background: #357A68;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}

#conts .ttl01 span {
	padding-left: 43px;
	position: relative;
}


#conts .ttl01 span:before {
	content: '';
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: 18px;
	width: 15px;
	height: 15px;
	background: url(../img/common/icon/icon01.png);
	-webkit-background-size: 15px 15px;
	     -o-background-size: 15px 15px;
	        background-size: 15px 15px;
}

#conts .ttl02 {
	padding-left: 20px;
	border-left: 7px solid #357A68;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
}

.cm_text {
	margin: 25px 0 10px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.8;
}

.cm_text span {
	color: #ed5f46;
}

.cm_catch01 {
	font-size: 21px;
	font-weight: bold;
	color: #357A68;
}

.cm_bn01 {
	margin: 0 auto;
	padding: 20px 15px 20px 20px;
	border: 15px solid #F6F0E9;
	background: #fff;
	overflow: hidden;
}

.cm_bn01 a {
	text-decoration: none;
	color: #1A1A1A;
	display: block;
}

.cm_bn01 a:hover,
.cm_bn01 a:hover img {
	opacity: 0.8;
}

.cm_bn01 .inquiry {
	width: 320px;
	float: left;
}

.cm_bn01 .inquiry ul {
	margin-bottom: 10px;
	overflow: hidden;
}

.cm_bn01 .inquiry ul li {
	float: left;
	margin-right: 13px;
}

.cm_bn01 .inquiry ul li:last-child {
	margin-right: 0;
}

.cm_bn01 .inquiry .ttl {
	margin-bottom: 20px;
}

.cm_bn01 .inquiry .tel {
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	color: #E94435;
	position: relative;
	letter-spacing: -0.05em;
	line-height: 1;
}

.cm_bn01 .inquiry .tel:before {
	content: "";
	width: 25px;
	height: 26px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	left: 2px;
	background: url(../img/common/template/bn_icon01.png);
	-webkit-background-size: 25px 26px;
	     -o-background-size: 25px 26px;
	        background-size: 25px 26px;
}

.cm_bn01 .inquiry .time {
	margin-bottom: 13px;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 1.3;
}

.cm_bn01 .inquiry .btn {
	padding: 7px 0 7px 40px;
	text-align: left;
	background: #E94435;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
	letter-spacing: -0.03em;
}

.cm_bn01 .inquiry .btn:before {
	opacity: 0.7;
	margin-top: -6px;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	box-sizing: border-box;
	width: 10px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
}

.cm_bn01 .detail {
	width: 275px;
	float: right;
	position: relative;
}

.cm_bn01 .detail .image01 {
	text-align: center;
	margin: -5px 0 10px;
}

.cm_bn01 .detail .image02 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.cm_bn01 .detail .inner {
	letter-spacing: -0.05em;
	font-size: 13px;
	line-height: 1.65;
}

.cm_bn01 .detail .inner p:first-child {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: bold;
	color: #E94435;
}

.cm_cap01 {
	color: #357A68;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.6;
}

.cm_box01 {
	width: 1000px;
	margin: 0 auto;
}

.cm_box02 {
	padding: 25px;
	border: 10px solid #D4E3DF;
}

.cm_dl {
	font-size: 16px;
}

.cm_dl dt {
	font-size: 22px;
	font-weight: bold;
}

.cm_dl dt span {
	color: #E94435;
}

.cm_dl dd {
	margin-bottom: 15px;
}

.cm_dl dd:last-child {
	margin-bottom: 0;
}

.c01 {
	color: #ED5F46;
}

.cm_btn01 {
	text-align: center;
}

.cm_btn01 a {
	display: block;
	padding: 7px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #e94435;
	text-decoration: none;
}

.cm_btn01 a:hover {
	opacity: 0.8;
}

.cm_btn01 span {
	position: relative;
	padding-left: 10px;
}

.cm_btn01 span:before {
	opacity: 0.7;
	margin-top: -6px;
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	box-sizing: border-box;
	width: 10px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
}


/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	padding: 25px 0 0;
	font-size: 16px;
	background: #F6F0E9;
}

#footer .add {
	margin-bottom: 15px;
	padding-top: 10px;
}

#footer .f_inner {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#footer .f_inner p {
	margin-bottom: 20px;
}

#footer .f_inner p span {
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}

#footer small {
	padding: 15px 0;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	display: block;
	text-align: center;
	background: #56C5C1;
}


/* 404 */
.not_found .ttl {
	margin-bottom: 30px;
	color: #357A68;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.not_found .not_text {
	margin-bottom: 20px;
}

.not_found .icon_not {
	position: relative;
	padding-left: 20px;
}
.not_found .icon_not:before {
	content: '';
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../img/common/icon/icon01.png);
	-webkit-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
}



@media screen and (max-width:480px) {
	.not_found {
		padding: 0 5%;
	}

	.not_found .ttl {
		margin-bottom: 5%;
		font-size: 20px;
	}
	.not_found .not_text {
		margin-bottom: 5%;
	}
}