@charset "UTF-8";

#topImgArea {
	background: url(images/bg_top_new.jpg) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
}
#footerImgArea {
	background: url(images/bg_footer_new.jpg) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
}
#container {
	padding-bottom: 0;
}
h2 {
	background: url(images/ttl_about.svg) no-repeat center;
}
h3 {
	margin-bottom: 35px;
}
#introduction {
	overflow: hidden;
	margin-bottom: 55px;
	width: 960px;
}
#introduction p {
	margin: 50px 0;
	text-align: center;
}
#introduction ul {
	margin-right: -30px;
	width: 990px;
}
#introduction ul li {
	float: left;
	margin-right: 30px;
}
p#subcopy {
	width: 100%;
	height: 145px;
	background: url(images/subcopy_new.svg) no-repeat center;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;	
}

/*営業のご案内*/
table.information {
	margin-bottom: 35px;
	width: 464px;
	border-top: 1px solid #666666;
}
th, td {
	padding: 20px 5px 19px 0;
	border-bottom: 1px solid #666666;
	vertical-align: middle;
}
colgroup:nth-of-type(1) {
	width: 95px;
}
#inquiry {
	clear: both;
	display: table;
	padding: 30px 45px;
	width: 960px;
	border: solid 3px #444444;
	box-sizing: border-box;
}
#inquiry p, #inquiry ul {
	display: table-cell;
	vertical-align: middle;
}
#inquiry p {
	width: 370px;
}
#inquiry ul {
	line-height: 2;
}
#inquiry li {
	text-indent: -1em;
	padding-left: 1em;
}

/*アクセスマップ*/
#gmap {
	width: 100%;
	height: 425px;
}
#map_fukidashi {
	margin: 5px;
	padding: 0 0 2px 20px;
}
#map_fukidashi p {
	margin-bottom: 5px;
	text-align: center;
	font-family:'Hiragino Mincho ProN',serif;
	font-weight: bold;
	color: #333333;
}
/*Google Maps 情報ウィンドウの縦スクロール防止*/
.gm-style-iw {
    overflow: hidden!important;
}
.gm-style-iw div {
    overflow: hidden!important;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 960px) {
	#introduction {
		width: 100%;
	}
	#introduction ul {
		margin-right: 0;
		width: 100%;
	}
	#introduction ul li {
		width: 31.2%;
		margin-right: 3.1%;
	}
	#introduction ul li:last-child {
		margin-right: 0;
	}
	table.information {
		margin: 0 auto;
		width: 450px;
		text-align: left;
	}
	table.information:nth-of-type(2) {
		margin-bottom: 35px;
		border-top: none;
	}
	table.fl, table.fr {
		float: none;
	}
	p#subcopy {
		padding-top: 15.7%;
		height: 0;
		background-size: 98%;
	}
	#inquiry, #inquiry p {
		width: 100%;
	}
	#inquiry {
		display: inherit;
		padding: 25px 20px 23px;
	}
	#inquiry p, #inquiry ul {
		display: inherit;
		text-align: center;
	}
	#inquiry p {
		margin-bottom: 15px;
		line-height: 1;
	}
	#inquiry ul {
		line-height: 1.5;
	}
	#inquiry li .br {
		display: inline-block;
	}
}
@media screen and (max-width: 840px) {
	h2 {
		padding-top: 3.5%;
		height: 0;
		background-size: 90% auto;
	}
}
@media screen and (max-width: 768px) {
	h2 {
		padding-top: 0;
		height: 74px;
		background: url(images/ttl_about2.svg) no-repeat center;
		background-size: 420px auto;
	}
	p#subcopy {
		padding-top: 34.5%;
		background: url(images/subcopy_new2.svg) no-repeat center;
		background-size: 85%;
	}
}
@media screen and (max-width: 640px) {
	p#subcopy {
		padding-top: 38.5%;
		background: url(images/subcopy_new2.svg) no-repeat center;
		background-size: 95%;
	}
	h3 {
		margin-bottom: 25px;
	}
	h3 img {
		width: auto;
		height: 24px;
	}
	#introduction p {
		margin: 40px 0;
	}
}
@media screen and (max-width: 480px) {
	h2 {
		padding-top: 16%;
		height: 0;
		background-size: 90% auto;
	}
	p#subcopy {
		padding-top: 63.5%;
		background: url(images/subcopy_new3.svg) no-repeat center;
		background-size: 92%;
	}
	table.information {
		width: 100%;
	}
	table.information:nth-of-type(2) {
		margin-bottom: 25px;
	}
	th, td {
		padding: 10px;
	}
	#inquiry {
		padding: 5% 5% 4%;
		font-size: 93%;
	}
	#inquiry img {
		width: 300px;
	}
	#gmap {
		height: 350px;
	}
}
@media screen and (max-width: 375px) {
	h2 {
		padding-top: 17%;
		background-size: 95% auto;
	}
	p#subcopy {
		padding-top: 68%;
		background-size: 98%;
	}
	h3 img {
		width: auto;
		height: 22px;
	}
	#introduction ul {
		text-align: center;
		font-size: 0;
	}
	#introduction ul li {
		display: inline-block;
		float: none;
		margin: 0 10px;
		width: 43%;
	}
	#introduction ul:nth-of-type(2) li:not(:last-child) {
		margin-bottom: 20px;
	}
	#introduction p {
		margin: 30px 0;
	}
	colgroup:nth-of-type(1) {
		width: 80px;
	}
	#inquiry li {
		text-align: left;	
	}
	#inquiry li .br {
		display: inline;
	}
}