/*________________________________________________________

ヘッダー
________________________________________________________*/

header {
	padding-top: 16px;
}
h1 { margin: 0;}
p.tel_time a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 160%;
	font-weight: bold;
}
p.tel_time span {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 16px;
	background-color: #a6ce39;
	color: #FFF;
}

/*________________________________________________________

フッター
________________________________________________________*/
footer {
	background: #48483e;
	color: #FFF;
}
footer h2 {
	margin: 0;
}
.copyright {
	display: block;
	color: #b6b6b6;
}

/*________________________________________________________

00 cmn
________________________________________________________*/

/* ブロック
---------------------------------------- */
.subpage .contents p {
	margin: 32px 0;
}
section {
    padding-top: 32px;
	padding-bottom: 32px;
}

/* 見出し2
---------------------------------------- */
section h2 {
	text-align: center;
	color: #000;
}
.subpage .contents h2 {
	margin: 0;
	padding: 24px;
	letter-spacing: .2em;
	background: #48483e;
	color: #FFF;
	text-align: center;
}
.subpage .contents h2::before,
.subpage .contents h2::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	background-color: #a6ce39;
	height: 3px;
}


/* 見出し3
---------------------------------------- */
.subpage h3 {
	text-align: center;
	font-size: 200%;
}


/* 見出し4
---------------------------------------- */
.subpage h3 span {
	display: block;
	font-size: 50%;
}
.subpage h4 {
	margin-bottom: 0;
	background-color: #48483e;
	color: #FFF;
	font-size: 120%;
	text-align: center;
	padding: 8px;
	letter-spacing: .5em;
}


/*________________________________________________________

01 index
________________________________________________________*/


/* メインビジュアル
---------------------------------------- */
.mainImg {
	position: relative;
}
.swiper-container,
.swiper-slide img {
	width: 100%;
	height: auto;
}
.mainImg h2 {
	position: absolute;
	width: 100%;
	bottom: 1.2%;
	margin: 0;
	text-align: center;
	background: url("../img/top/bg_main.png");
	z-index: 10;
}


/* メッセージ
---------------------------------------- */
.message {
	text-align: center;
}

/* サービス
---------------------------------------- */
.service a {
	display: block;
	padding: 10px;
	background: #f3f3f3;
	text-align: center;
}
.service a img {
	display: block;
	margin: 0 auto;
}
.service a strong {
	display: block;
	margin: -32px auto 0 auto;
}


/* ニュース
---------------------------------------- */

.feed li {
	border-bottom: 1px dotted #c1c1c1;
	color: #000;
	padding: 8px 32px;
}
.feed li a {
	display: inline-block;
	margin-left: 16px;
	color: #000;
}


/* 地図
---------------------------------------- */
.mapArea {
	background: url("../img/cmn/bg_mapArea.jpg") center center no-repeat;
	background-size: cover;
}
.mapArea li {
	background: #FFF;
}
.mapArea img, .mapArea span {
	display: inline-block;
	vertical-align: middle;
}
.mapArea img {width: 88px;}
.mapArea span {
	font-size: 80%;
}
.mapArea strong {
	display: block;
	font-size: 120%;
}


/*________________________________________________________

	下層ページ
________________________________________________________*/

.subpage .contents {

}

.subpage .contents .inner {
	margin-bottom: 40px;
	padding-top: 16px;
}

.subpage .contents p.leadTxt {
	text-align: center;
	line-height: 2;
	font-weight: bold;
	color: #00a651;
}


/* 会社概要
---------------------------------------- */
.history tr {
	border-bottom: 1px dashed #555;
}
.history th {
	font-weight: bold;
}

.mapBox {
	margin-bottom: 32px;
	border: 1px solid #48483e;
}
.subpage .contents .mapBox p {
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
}

/* 事業内容
---------------------------------------- */
.serviceBox {
	background-color: #f3f3f3;
	text-align: center;
}
.tbl th.year {
	background-color: #a6ce39;
	border-bottom: 1px solid #FFF;
}
td.place {
	background-color: #f3f3f3;
	text-align: center;
}

/* お問い合わせ
---------------------------------------- */
.contactBox {
	text-align: center;
	font-weight: bold;
	border: 3px solid #a6ce39;
}
.subpage .contents p.number {
	margin: 0 0 16px 0;
}
.subpage .contents p.time {
	margin: 0 auto;
	font-weight: normal;
	background-color: #FFF;
}

