


/* PC スマホ 共通 ******************************************************************************************* */

h2{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	line-height: 2em;
	letter-spacing: 6px;
}

.globalNav{
	margin: 20px 0 0 0;
	/*border-bottom-style: none;*/
}

.topBar{
	text-align: center;
	font-size: 14px;
	background-color: #F2F2F2;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	height: 19px;
	padding: 10px 0;
}

.topBar a{
	color: #000;
	padding: 0 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.topBar a ~ a{
	border-left-style: none;
}

.slideShow{
	float: left;
	width: 391px;
	height: 251px;
	overflow: hidden;
}
.slideShow .swiper-slide img{
	width: 100%;
}
.slideShow img[src*="arrowL"]{
	margin: 0 0 0 50px;
	opacity: 0;
	transition: 0.2s linear;
}

.slideShow img[src*="arrowR"]{
	margin: 0 50px 0 0;
	opacity: 0;
	transition: 0.2s linear;
}
.slideShow:hover img[src*="arrowL"],
.slideShow:hover img[src*="arrowR"]{
	opacity: 1;
}
html.sp .slideShow:hover img[src*="arrowL"],
html.sp .slideShow:hover img[src*="arrowR"]{
	display: none;
}
.slideShow .swiper-button-next:after,
.slideShow .swiper-button-prev:after{
	display: none;
}

.col_img{
	width: auto;
	margin: 0 30px;
}

.col_text{
	line-height: 24px;
	width: 420px;
	margin: 0 30px;
}

ul.enkaku{
	border-top: 1px dotted #CCCCCC;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.enkaku li{
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px 0 8px 10px;
}

div.dotBorder{
	margin: 50px 0;
}

div#map{
	margin: 0;
	width: 100%;
	height: 500px;
}

iframe.map{
	margin: 0;
	width: 100%;
}

/* PC ******************************************************************************************* */

@media (min-width: 651px) {
	ul.enkaku .left{
		float: left;
		width: 110px;
		margin: 0;
	}

	ul.enkaku .right{
		float: left;
		padding: 0;
		width: 520px;
		margin: 0;
	}
}



/* スマホ ******************************************************************************************* */

@media (max-width: 650px) {

	.col_img,
	.col_text{
		width: 100%;
		margin: 0 auto;
	}

	img{
		max-width: 100%;
	}

	.slideShow{
		float: left;
		width: 100%;
		height: 291px;
		overflow: hidden;
	}

	.slideShow img[src*="arrowL"]{
		display: none;
	}

	.slideShow img[src*="arrowL"]{
		display: none;
	}

	.slideShow img[src*="arrowR"]{
		display: none;
	}

	ul.enkaku li{
		/*text-align: center;*/
		padding: 8px 0;
	}

	ul.enkaku .left{
		display: block;
		/*text-align: center;*/
		width: 100%;
	}

	ul.enkaku .right{
		display: block;
		padding: 0 0 0 15px;
	}

	div#map{
		width: 100%;
		height: 300px;
	}

	iframe.map{
		height: 300px;
	}

}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



