@charset "utf-8";
#header_title { max-width: 2400px; min-width: 1400px; margin: 0 auto;}
/*.head_img_area { display: flex; justify-content: center; align-items: center; width: 100%; height: 300px; background: url("../../img/top_sub_img.jpg") no-repeat center bottom / cover; overflow: hidden;}*/
.head_title { display: inline-block; font-size: 30px; color: #088f5e; line-height: 110px; padding: 0 50px; background: #fff;}
/*所在地*/
#syozaichi { margin-top: 100px; margin-bottom: 100px;}
#syozaichi2 { margin-top: 100px; margin-bottom: 100px;}
#syozaichi3 { margin-top: 100px; margin-bottom: 100px;}
.address_area { width: 1000px; margin: 50px auto 0;}
.address_area dl { display: flex; font-size: 16px; font-weight: 500;}
.address_area dt { display: flex; justify-content: center; align-items: center; width: 230px; padding: 35px 0; text-align: center; }
.address_area dd { padding: 35px 0 35px 50px;}
.address_area dd img { margin-right: 10px;}
.name { font-size: 18px; margin-bottom: 20px;}
.tel a { font-size: 37px; line-height: 100%; color: #098f5d; font-weight: 700; text-decoration: none;}
.tel a:hover {text-decoration: underline;}
.fax { font-size: 37px; line-height: 100%; color: #098f5d; font-weight: 700; margin-top: 40px;}
.mail { margin-top: 40px;}
.mail a { font-size: 22px; line-height: 100%; color: #098f5d; font-weight: 700; text-decoration: none;}
.mail a:hover {text-decoration: underline;}
.time { margin: 25px 0 65px;}
/*ライン設定*/
.address_area dl { border-top: solid 1px #222;}
.address_area dl:last-child { border-bottom: solid 1px #222;}
.address_area dd { border-left: solid 1px #222;}

@media screen and (max-width: 768px) {
	#header_title { max-width: none; min-width: auto; margin: 0;}
/*	.head_img_area { width: 100%; height: 400px; background: url("../../img/top_sub_img.jpg") no-repeat center bottom / cover;}*/
	.head_title { font-size: 25px; line-height: 80px; padding: 0 30px; }
	/*所在地*/
	#syozaichi { margin-top: 50px; margin-bottom: 50px; }
	#syozaichi2 { margin-top: 50px; margin-bottom: 50px; }
	#syozaichi3 { margin-top: 50px; margin-bottom: 50px; }
	.address_area { width: 100%; margin: 0 auto;}
	.address_area dl { flex-wrap: wrap; }
	.address_area dt { width: 100%; padding: 35px 0 15px; text-align: center;}
	.address_area dd { padding: 15px 3% 35px; margin: 0 auto;}
	.name { margin-bottom: 10px; text-align: center;}
	.tel { margin-top: 15px;}
	.fax {  }
	.mail { margin-top: 35px;}
	.time { margin: 10px 0 20px;}
	/*ライン設定*/
	.address_area dl { border-top: none;}
	.address_area dl:last-child { border-bottom: none;}
	.address_area dt { border-bottom: solid 1px #222;}
	.address_area dd { border-left: none;}
	
	
}