@charset "UTF-8";
/* --------------------------------------------------

共通

-------------------------------------------------- */
.content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	*zoom: 1;
	padding-top: 40px;
}
@media screen and (max-width: 736px) {
	.content-wrapper {
		width: auto;
		margin-left: 25px;
		margin-right: 25px;
		padding-top: 20px;
	}
}

/* コンテンツエリア */
.content {
	float: right;
	width: 680px;
}
@media screen and (max-width: 736px) {
	.content {
		float: none;
		width: auto;
	}
}

/* ローカルメニュー */
/* #localnav {
	float: left;
	width: 240px;
}
@media screen and (max-width: 736px) {
	#localnav {
		float: none;
		width: auto;
		margin-top: 30px;
	}
}
#localnav li {
	display: block;
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid #ab915d;
}
#localnav a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #595959;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 10px 15px;
}
@media screen and (max-width: 736px) {
	#localnav a {
		font-size: 13px;
	}
}
#localnav li.page a:hover, #localnav li.base a:hover {
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	color: #fff;
	background-color: #e90000;	
}
#localnav a.current {
	background-color: #e90000;
	color: #fff;
	cursor: default;
}
#localnav .third {
	display: none;
	border-top: 1px solid #ab915d;
}
#localnav .third.active {
	display: block;
}
#localnav .third li:last-child {
	border-bottom: none;
}
#localnav .third a {
	padding-left: 2em;
} */

figure {
	display: block;
}
figure img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

/* 見出しと本文*/
/* section > header {
	margin-top: 0px;
} */

section > header:first-child {
	margin-top: 0;
}

section p+header, section figure+header, header {
	margin-top: 36px;
}
#gheader {
	margin-top: 0;
}

section > header h3 {
	color: #ab915d;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
section p {
	color: #595959;
	font-size: 14px;
	line-height: 2.14286;
}

header + p, p + p, div + p {
	margin-top: 18px;
}
/* #localnav li.base {
	border-top: 4px solid #e90000;
}
#localnav li.base a {
	font-weight: bold;
	padding: 25px 10px;
}
#localnav li.folder.depth_2 {
    border: none;
}
#localnav li.page.depth_3 {
    border: none;
	text-indent: 15px;
}
#localnav li.page.depth_3:last-child {
    border-bottom: 1px solid #AB915D !important;
}
#localnav .page.depth_3 a.current, #localnav .page.depth_3 a:hover {
    background-color: #f7f7f7;
    color: #595959;
}
#localnav li.page.depth_3+li.folder {
    border-top: 1px solid #ab915d;
} */

/* left img right text*/
.tr-fl figure {
	width: 49% !important;
	/* display: inline-block; */
	/* float: none; */
}
.tr-fl .text {
	width: 49% !important;
	/* float: right; */
}
@media screen and (max-width: 736px){
	.tr-fl figure {
		width: 100% !important;
	}
	.tr-fl .text {
		width: 100% !important;
	}
	.tr-fl figure img {
		width: 100% !important;
	}
}

@media screen and (max-width: 736px) {
	.dyn-img.wrap {
		padding: 0;
	}
	.content p + .dyn-img.wrap {
		margin-top: 10px;
	}
}

.tr-fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-bottom: 36px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.tr-fl~header {
	clear: both;
}
table td {
	height: 1em;
	padding: 5px;
	border: 1px solid black;
}

/* company index */
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.left, .right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.buttonBox {
	width: 70%;
	padding: 30px;
	border: 1px solid black;
	position: relative;
}
.buttonBox a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
a p+span {
	padding-left: 30%;
}

.content .wrap.dyn-img {
	width: 100%;
	margin-bottom: 0px;
}

.map {
	margin-top: 36px;
}

.dyn-img + .map {
	margin-top: 0;
}

/* Freedial css */
.customercenter {
	padding-top: 70px;
	clear: left;
	width: 240px;
	letter-spacing: 1.5px;
}
 
.customercenter .cccontent {
	width: 100%;
	padding: 20px;
	background-color: #e90000;
	color: #fff;
}
 
.customercenter .cccontent p {
	font-size: 0.8em;
	margin-top: 24px;
}
 
.customercenter .cccontent p#cctitle {
	font-weight: 700;
	border-bottom: double;
	line-height: 1.8;
	font-size: 0.9em;
	margin-top: 0;
}
 
.customercenter .cccontent p.ccinfo {
	font-size: 1em;
	margin-top: 10px;
}

.tel_btn_sp {
	width: 100%;
	z-index: 1000;
	background-color: rgba(233, 0, 0, 0.91);
	color: #fff;
	height: 135px;
	padding: 20px;
	position: fixed;
	bottom: 0px;
}

.tel_icon {
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

.tel_btn_sp a {
	text-decoration: none;
	color: #fff;
}

.tel_text_box {
	width: 100%;
	height: 50px;
	letter-spacing: 1.5px;
}

.tel_btn_sp .text {
	font-size: 1.2em;
	text-align: center;
}

.tel_btn_sp .number {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}



/* #localnav .page.depth_3 a:hover {
	background-color: #f7f7f7;
	color: #e90000;
} */
