@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width: 741px) {
	
.inner {
	width: 1024px;
	margin: 0 auto;
}
.sp_cont {
	display: none!important;
}
section {
	padding: 40px 0;
}
.subpage section {
	width: 1024px;
	margin: 0 auto;
}

/*________________________________________________________

ヘッダー
________________________________________________________*/
header::after {
	content: '';
	clear: both;
	display: block;
}
h1 {
	display: block;
    float: left;
}
p.tel_time {
	margin: 0;
	text-align: right;
}



/* グローバルナビゲーション
---------------------------------------- */
.headerWrap {
	margin-right: 40px;
    float: right;
}
nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
	margin-top: 0;
}
nav li {
	position: relative;
    text-align: center;
    margin-left: 16px;
	font-weight: bold;
}
nav li a::after {
	display: inline-block;
	margin-left: 16px;
	content: '|';
	color: #00a651;
}
nav li:last-child a::after {
	content: "";
}
nav a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #4a4a4a;
}


/*________________________________________________________

フッター
________________________________________________________*/

footer {
	padding: 24px 0;
}
footer .inner {
	display: flex;
	justify-content: space-between;
}
.fNav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
	margin: 0;
}
.fNav li {
	position: relative;
    text-align: center;
    margin-left: 4px;
}
.fNav a {
	color: #FFF;
	font-size: 80%;
}
.fNav li a::after {
	display: inline-block;
	margin: 0 10px;
	content: '|';
}
nav li:last-child a::after {
	content: "";
}
.copyright {
	margin: 8px 8px 0 0;
	text-align: right;
}


/* レイアウト
----------------------------- */

.imgL:after {
	content: "";
	clear: both;
	display: block;
}
.imgL img {
	float: left;
	margin: 0 32px 0 0;
}
.imgR:after {
	content: "";
	clear: both;
	display: block;
}
.imgR img {
	float: right;
	margin: 0 0 24px 32px;
}
.imgL p,
.imgR p {
	overflow: hidden;
}

/* コンテンツ
---------------------------------------- */
section h2 {
	font-size: 200%;
}
.subpage .contents h2 {
	font-size: 200%;
}
.subpage .contents h2::before,
.subpage .contents h2::after {
	width: 120px;
}
.subpage .contents h2::before {
	margin-right: 32px;
}
.subpage .contents h2::after {
	margin-left: 32px;
}

/* メインビジュアル
---------------------------------------- */
.mainImg h2 {
	padding: 32px 0;
}


/* サービス
---------------------------------------- */
.service {
	display: flex;
	justify-content: space-between;
}
.service span {
	position: relative;
	display: block;
	width: 305px;
	height: 230px;
	overflow: hidden;
	z-index: 1;
}
.service span img {
	transition: .7s;
}
.service a:hover span img {
	transform:scale(1.1,1.1);
}
.service strong {
	position: relative;
	z-index: 5;
}

/* ニュース
---------------------------------------- */
.news {
	width: 560px;
	margin: 0 auto;
}

.link {
	text-align: center;
}
.link li {
	display: inline-block;
	margin: 8px;
}


/* 地図
---------------------------------------- */
.mapArea {
	padding: 56px 0;
}
.mapArea ul {
	display: flex;
	justify-content: space-between;
}
.mapArea li {
	width: 320px;
}

/*________________________________________________________

	下層ページ
________________________________________________________*/

.subpage .contents p.leadTxt {
	font-size: 130%;
	margin: 0 0 56px 0;
}

/* 会社概要
---------------------------------------- */
.history {
	width: 70%;
	margin: 40px auto;
}
.history th, .history td {
	padding: 8px 0;
}
.history th {
	width: 35%;
}

.mapBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mapBox p, .mapBox iframe {
	width: 49%;
}
.subpage .contents .mapBox p {
	font-size: 110%;
}

/* 事業内容
---------------------------------------- */
.serviceBox {
	padding: 32px 40px;
	margin-bottom: 40px;
}

/* お問い合わせ
---------------------------------------- */
.contactBox {
	padding: 32px;
	font-size: 130%;
}
.subpage .contents p.time {
	width: 55%;
	font-size: 80%;
}


/*________________________________________________________

	blog
	________________________________________________________
*/
.blogMain {
	display: inline-block;
	vertical-align: top;
	width: 660px;
	margin-right: 32px;
}
.blogMain .entry {
	margin-bottom: 32px;
	padding: 8px 16px;
}
.subpage .contents section .blogMain p {
	margin: 0;
	line-height: 1.3;
}
.blogMain p.entry-date {
	margin-bottom: 0;
}
.blogMain .entryNavi {
	text-align: center;
	color: #FFF;
}
.blogMain .entryNavi p {
	color: #FFF;
}
.side {
	display: inline-block;
	vertical-align: top;
	width: 240px;
}

h3.entry-title {
	width: 100%;
	margin: 16px 0;
	padding: 8px;
    font-size: 130%;
	letter-spacing: 0;
	line-height: 1.4;
	text-align: left;
	color: #000;
	border-bottom: 1px dotted #000000;
}
h3.entry-title a {
	color: #000;
}
.subpage .side section {
	width: inherit;
}
.side section {
	margin-bottom: 32px;
	padding: 0;
}
.side h3 {
	width: 100%;
	margin: 0 0 8px 0;
	font-size: 100%;
}
.side ul {
	margin-top: 0;
}
.side li {
	padding: 16px 0;
	border-bottom: 1px dotted #c3e4cd;
	line-height: 1.3;
}
.side .archive li {
	border-bottom: none;
}
.side .archive li ul li {
	border-bottom: 1px dotted #c3e4cd;
}
.side li a {
	font-size: 85%;
	transition: .3s;
}
.side li a:hover {
	color: #ef7317;
}

form#mail_form dl {
	background: -moz-linear-gradient(left,  #ececec 0%, #ececec 32%, #ffffff 32%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ececec 0%,#ececec 32%,#ffffff 32%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ececec 0%,#ececec 32%,#ffffff 32%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


}
