@charset "UTF-8";

/* company */

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ 共通設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.intro p {
	font-size: 1.8rem;
}
.map_container {
	position: relative;
}
#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.gm-style-iw {
	overflow: hidden ! important;
}
.gm-style-iw div {
	overflow: hidden ! important;
}
.gm-style-iw h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.gm-style-iw p {
	font-size: 1.1rem;
	white-space: nowrap;
}
.addr_text {
	margin-bottom: 15px;
	line-height: 1.4em;
}
.access_heading {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.6rem;
}
.icon_train {
	padding: 10px 0 10px 40px;
	background: url(../../_images/_common/icons/icon_train.png) left center no-repeat;
	background-size: 30px;
}
.icon_car {
	padding: 10px 0 10px 40px;
	background: url(../../_images/_common/icons/icon_car.png) left center no-repeat;
	background-size: 30px;
}
@media screen and ( min-width: 1024px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ デスクトップ専用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*==================================================
	$pc_
==================================================*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ タブレット（縦）用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*==================================================
	$tb_
==================================================*/



/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

@media screen and ( max-width: 599px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ モバイル用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*==================================================
	$sp_
==================================================*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

/*==================================================

	[ utility ] $clearfix

==================================================*/

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}