@charset "UTF-8";
/* ------ container ------ */
.container {
	width: 90% !important;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}
/* ------ topArea ------ */
.topArea {}
.topArea h1 {
	font-size: 160%;
	line-height: 110%;
	padding-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 639px) {
	.topArea h1 {
		font-size: 130%;
	}
}
.topArea h1 span {
	font-size: 60%;
	display: contents;
}
.topArea p {
	padding-bottom: 1em;
}
/* ------ mainArea ------ */
.pageTit {
	padding: 20px 0 20px;
}
.pageTit h1 {
	font-size: 200%;
	line-height: 140%;
	color: #e9607c;
	padding-bottom: 10px;
	border-bottom: #e9607c solid 6px;
}
/* ------ txtBox ------ */
.txtBox h2 {
	font-size: 160%;
	font-weight: bold;
	color: #EA607C;
	padding-bottom: 10px;
	border-bottom: #EA607C solid 6px;
	margin-bottom: 30px;
}
.green {
	color: #EA607C;
}
.txtBox dl {
	margin-bottom: 20px;
	padding: 10px 1em 0;
}
.txtBox dl.bgGreen {
	background-color: #EBF4EF;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.txtBox dl.boder {
	padding: 0 1em 10px;
	border-bottom: dotted #ccc 1px;
	margin-bottom: 20px;
}
.txtBox dt {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}
@media screen and (max-width: 639px) {
	.txtBox dt {
		font-size: 100%;
	}
}
.txtBox dd {
	padding-bottom: 10px;
}
.txtBox p {
	padding-bottom: 1em;
}
.txtBox p.txtPoint {
	font-size: 160%;
	line-height: 160%;
	font-weight: bold;
	color: #CF5924;
	padding: 20px 0;
}
.txtBox h3 {
	font-weight: bold;
}
.txtBox p.data {
	font-size: 80%;
}
.txtBox p.bold {
	font-weight: bold;
}
.sTxt {
	font-size: 80%;
}
.bold {
	font-weight: bold;
	clear: both;
}
.txtBox dl.bottomtel {
	margin-bottom: 0;
	padding: 0;
}
.txtBox dl.bottomtel dd {
	font-size: 200%;
	line-height: 100%;
	font-weight: 700;
	color: #EA607C;
	padding-bottom: 5px;
}
@media screen and (max-width: 639px) {
	.txtBox dl.bottomtel dd {
		font-size: 160%;
	}
}
.txtBox dl.bottomtel dt.freedial {
	width: 60px;
	float: left;
}
.txtBox dl.bottomtel dd.telNo {
	padding: 0 0 0 66px;
}
@media screen and (max-width: 639px) {
	.txtBox dl.bottomtel dt.freedial {
		width: 50px;
	}
	.txtBox dl.bottomtel dd.telNo {
		padding: 0 0 0 56px;
	}
}
/* ------ mapArea ------ */
.mapArea {
	margin: 0 auto;
	margin: 20px 0;
}
.mapArea p {
	padding-top: 5px;
}
.mapBlock {
	height: 480px;
}
.map {
	width: 100%;
	height: 100%;
}
/* ------ google-maps ------ */
.google-maps {
	position: relative;
	padding-bottom: 0; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 639px) {
	.pageTit h1 {
		font-size: 130%;
		font-weight: bold;
	}
	.txtBox .fLeft {
		float: none;
		width: 100%;
	}
	.txtBox .fRight {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.txtBox h2 {
		font-size: 120%;
	}
	.txtBox ol li {
		font-size: 120%;
		line-height: 160%;
		padding: 20p 0;
	}
	.txtBox ol li br {
		display: block;
	}
	.txtBox ul li {
		font-size: 80%;
	}
	.txtBox ul li br {
		display: block;
	}
	.txtBox p.txtPoint {
		font-size: 100%;
		line-height: 160%;
		padding: 20p 0;
	}
	.txtBox img {
		width: 100%;
	}
	/* ------ infoBan ------ */
	.infoBan {
		width: 100%;
		margin: 0;
	}
}
/* inArea
================================================== */
.inArea {}
.inBoxL {
	float: left;
	width: 48%;
}
.inBoxR {
	float: right;
	width: 48%;
}
@media screen and (max-width: 639px) {
	.inBoxL {
		float: none;
		width: 100%;
	}
	.inBoxR {
		float: none;
		width: 100%;
	}
}




