@charset "UTF-8";
main p {
	font-size: 14px;
	text-align: left;
}

#sitemap a {
	display: inline-block;
}

#mapList {
    max-width: 1000px;
    margin: 0 auto;
}
#mapList li {
	float:left;
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
	padding: 0 4% 0 0%;
	margin: 4% 0 0;
	min-height: 25rem;
}
#mapList li:nth-child(2n) {
	float:right;
	border-right: none;
	padding: 0 0 0 4%;
}

#mapList li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 8%;
	height: inherit;
	border-bottom: 1px solid #ffffff;
}
#mapList li:after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: 0;
	width: 1px;
	height: 8%;
	border-right: 1px solid #fff;
}
#mapList li:nth-child(2n):before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 8%;
	height: inherit;
	border-bottom: 1px solid #ffffff;
}
#mapList li.borderNone{
	border-bottom: none;
}

#mapList li .innerBox {
	width: 92%;
	margin: 0 auto;
}

#mapList li:nth-child(2n) .innerBox {
	width: 92%;
	margin: 0 auto;
}
#mapList h3 {
	color: #333;
	font-size: 120%;
	margin: 0 0 .8em;
	padding: 0 0 0 1.5em;
	background: url(../../image/common/maru.png)no-repeat 0 2px;
	background-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
#mapList h3 a {
	color: #333;
	font-size: 100%;
	font-weight: bold;
}
#mapList p.caption {
	margin: 0 0 .8em;
	min-height: 5.5em;
}
#mapList a.tel {
	font-size: 100%;
}
#mapList address {
	margin: 0 0 10%;
}
p.telephone {
    font-size: 180%;
    color: #666;
    font-weight: bold;
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Avenir Next Condensed','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
p.telephone a {
    color: #666;
}



@media screen and (min-width:768px) and ( max-width:1120px) {

}

@media screen and (min-width:320px) and ( max-width:767px) { 

h2 {
	padding: 1% 0 6%;
	margin: 0 auto 3%;
}

main .inner {
	padding: 2% 0 0 0;
}

#mapList {
    max-width: auto;
}
#mapList li {
	float:none;
	width: 100%;
	border-right: none;
	padding: 4%;
	min-height: auto;
}
#mapList li:nth-child(2n) {
	float:none;
	padding: 4%;
}
#mapList li:before {
    border-bottom: none;
}
#mapList li:nth-child(2n):before {
    border-bottom: none;
}
#mapList li:nth-child(3){
	border-bottom: 1px solid #ccc;
}
p.telephone {
    font-family: 'Impact','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','DIN Condensed','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

#mapList li:nth-child(9){
	border-bottom: 1px solid #ccc;
}

#mapList li.borderNone{
	border-bottom: 1px solid #ccc;
}

	#mapList li:last-child {
	border-bottom: none;
}





















}
