@charset "utf-8";

.catchcopy{
	font-size: 41px;
	color: #372817;
	text-align: center;
	margin: 40px 0;
	font-weight: bold;
}


.frameGaiyou{
	width: 100%;
	color: #372817;
	background: url(../../about/img/illust.png) no-repeat center bottom;
	padding-bottom: 0;
}

#page_about .ttl{
	position: relative;
	top: -300px;
	width: 507px;
	height: 43px;
	margin-bottom: 25px;
	display: block;
	/*background: url(../../img/common/tag.svg) no-repeat;*/
	background: url("../../img/common/bg_sectionTitle.png") no-repeat;
	line-height: 41px;
	font-size: 21px;
	text-align: center;
	color: #372817;
}
#page_about .frameGaiyou .illust{
	position: relative;
	top: 0px;
	right: 0;
	width: 453px;
	z-index: 100;
	margin-left: auto;
}
#page_about .frameGaiyou .illust img{
	max-width: 100%;
	height: auto;
}
#page_about .frameGaiyou table{
	z-index: 10;
	position: relative;
	top: -300px;
}

#page_about .frameGaiyou td .btn_acc{
	display: inline-block;
	margin: 0 0 0 1em;
	background: #3b292a;
	padding-right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	z-index: 200;
	line-height: 30px;
}
#page_about .frameGaiyou td .btn_acc a{
	background: url(../../about/img/ico_map_white.svg) no-repeat right center;
	-moz-background-size: 13px auto;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
	padding: 7px 30px 7px 15px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

/**/
table{
	width: 100%;
	margin: 10px auto 0 auto;
	border-collapse:collapse;
	border-top: 1px solid #b39980;
}

th{
	padding: 0 15px;
	width: 120px;
	text-align: left;
	border-bottom: 1px solid #b39980;
	background: url(../../about/img/tape.png) no-repeat right bottom,url(../../about/img/tape2.png) repeat-y right;
	line-height: 46px;
	vertical-align: top;
}

td{
	padding: 0px 15px;
	border-bottom: 1px solid #b39980;
	line-height: 46px;
}

td.height{
	line-height: normal;
	padding: 7px 15px;
}

/**/


/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
	#page_about .frameGaiyou .illust{
		width: 40%;
	}
	#page_about .ttl,
	#page_about .frameGaiyou table{
		top: -200px;
	}
}
@media screen and (max-width: 768px){
	.catchcopy{
		margin: 20px 0 0 0;
		font-size: 32px;
		text-align: left;
	}
	#page_about .ttl,
	#page_about .frameGaiyou table{
		top: -100px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#page_about .ttl{
		padding-left: 50px;
		text-align: left;
	}
}
@media screen and (max-width: 620px){
	.catchcopy{
		margin: 20px 0;
		font-size: 26px;
	}
	.frameGaiyou{
		padding-bottom: 100px;
	}
	#page_about .frameGaiyou .illust{
		width: 50%;
	}
	#page_about .ttl,
	#page_about .frameGaiyou table{
		top: -30px;
	}
	.frameGaiyou table,
	.frameGaiyou table tbody,
	.frameGaiyou table tr,
	.frameGaiyou table th,
	.frameGaiyou table td{
		margin: 0;
		padding: 0;
		width: 100%;
		border: none;
		display: block;
	}
	.frameGaiyou table tr{
		padding: 5px 0;
		border-bottom: 1px solid #b39980;
	}
	.frameGaiyou table th{
		padding: 15px;
		width: 90%;
		background: url(../../about/img/tape.png) no-repeat left bottom,url(../../about/img/tape2.png) repeat-y left;
		line-height: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 480px){
	#page_about .ttl,
	#page_about .frameGaiyou table{
		top: -100px;
	}
	.frameGaiyou table th{
		background: url(../../about/img/tape.png) no-repeat right bottom,url(../../about/img/tape2.png) repeat-y right;
		background-size: 100% auto,100% auto;
	}
}
/*--------------------▲--------------------*/

/*page_acc
************************************************************************************/
#page_acc{}

#page_acc .map{
	width: 100%;
	height: 500px;
	margin: 0 0 20px 0;
}
#page_acc .map iframe{
	width: 100%;
	height: 100%;
}

#page_acc .frameGaiyou{
	padding-bottom: 150px;
}