/* CSS Document */

/*====================================================

　アクセス

====================================================*/

/*メインビジュアル　タイトル
-------------------------------------------------- */
.mv_title_sub{
	background-image: url(../images/access/mv_img.png);
}

/*====================================================
　マップ
====================================================*/
/*Googleマップ
-------------------------------------------------- */
.map{
	border: none;
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*Googleマップ下部の住所
-------------------------------------------------- */
#G_MAP .bgg_in{
	background-image: none;
}
.bg_in_accessbox{
	padding: 70px 15px;
}
.accessbox_logo{
	float: left;
	width: 282px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.accessbox_logo img{
	width: 282px;
	height: auto;
}
.accessbox_text{
	float: left;
	width: calc(100% - 282px);
	padding: 0 0 0 40px;
	vertical-align: top;
}
.accessbox_name{
	margin: 0 0 .5em;
	font-size: 1.5em;
	font-weight: normal;
}
.accessbox_address{
	font-size: 1.15em;
	line-height: 1.7em;
}



/*====================================================
　アクセス情報
====================================================*/
#ACCSESS .w_img{
	margin: 2em 0;
}
.access_section{
	/*margin-bottom: 100px;*/
}

/*====================================================
　無料シャトルバス
====================================================*/
.strong_text{
	margin-bottom: 2em;
}
.border_p .th01{
	border: #CD6447 1px solid;
}
.th01.shion{
	background-color: #49436A;
}
.th01.aishinkan{
	background-color: #589065;
}
.th01.eki{
	background-color: #fff;
	color: #CD6447;
}
.th01.ion{
	background-color: #E2B251;
}




/*====================================================
　2カラム　スタイル　PC設定
====================================================*/
@media screen and (min-width:737px){
	.column_02_wrap{
		width: 100%;
	}
	.column_02_wrap .column{
		float: left;
		width: 50%;
		padding: 0 30px 60px 0;
	}
	.column_02_wrap .column.right{
		float: right;
		padding: 0 0 60px 30px;
	}
}

