@charset "UTF-8";


@media (min-width: 320px) {
/* ページタイトル */
section .titlearea {
	background: url(../access/images/head_img.jpg) no-repeat center top;
	margin-top: 0px;
}


section article.googlemap {
	text-align: center;
}
article.googlemap p strong {
	font-size: 112.5%;
	color: #e23980;
}
article.googlemap div div {
	margin: 20px 0px 10px;
	position: relative;
}
article.googlemap div div > iframe {
	margin-bottom: 164px;
}
article.googlemap div div .image01 {
	display: none;
}
article.googlemap div div .image02 {
	display: none;
}
article.googlemap div div .image03 {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: visible;
}
article.googlemap div div .image03 > div {
	width: 200px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	overflow: visible;
	margin: 0px 0px 0px -100px;
	padding: 0px;
}
article.googlemap div div .image03 .slick-list {
	width: 210px;
	padding: 10px;
	overflow: hidden;
}
article.googlemap div div .image03 img {
	border: 5px solid #FFF;
	transform: rotate(5deg);
	box-shadow: 5px 8px 0px rgba(0,0,0,0.1);

}
article.googlemap dl {
	display: table;
	background: bottom;
	margin: auto auto 20px;
}
article.googlemap dl dd {
	border-top: 1px dotted #8a8a8a;
	margin-top: 1em;
	padding-top: 1em;
}
article.googlemap .phone {
	background: #eef3f9 url(../images/line_ladder.gif) repeat-x left bottom;
	display: table;
	margin: auto;
	padding: 0.5em 2em;
}
article.googlemap .phone * {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
article.googlemap .phone p {
	font-size: 133%;
	font-weight: bold;
	color: #3d638e;
}
article.googlemap iframe {
	max-width: 100%;
}





}

@media (min-width: 360px) {
}

@media (min-width: 400px) {
}

@media (min-width: 520px) {
}

@media (min-width: 768px) {
/* ページタイトル */
section .titlearea {
	background-position: center center;
}
article.googlemap div div {
	margin: 30px 0px 50px;
}
article.googlemap div div > iframe {
	margin-bottom: 0px;
}
article.googlemap div div .image01 {
	display: block;
	position: absolute;
	left: -30px;
	bottom: 70px;
	width: 22%;
}
article.googlemap div div .image01 img {
	border: 5px solid #FFF;
	transform: rotate(-10deg);
	box-shadow: 5px 8px 0px rgba(0,0,0,0.1);
}
article.googlemap div div .image02 {
	display: block;
	position: absolute;
	right: 0px;
	top: 5px;
	width: 22%;
}
article.googlemap div div .image02 img {
	border: 5px solid #FFF;
	transform: rotate(15deg);
	box-shadow: 5px 8px 0px rgba(0,0,0,0.1);
}
article.googlemap div div .image03 {
	display: none;
}
article.googlemap .phone {
	padding: 0.8em 1em;
	margin-top: 50px;
}
article.googlemap .phone p {
	display: inline-block;
	margin: 0em 0.5em;
}
}


@media (min-width: 1160px) {
}


@media (min-width: 1200px) {
}