@charset "utf-8";
/* CSS Document */


#content_box h3{
	border-bottom:#e83828 solid 3px;
}

#content_box h4{
	/*font-size:13px;*/
	font-size:92.8%;
	font-weight:bold;
}

/*
#page_title_bg,
#sp_page_title_bg{
	background:url(../images/access_img/access_page_title_bg.gif) 0 bottom repeat-x;
}
*/

#page_title_bg{
	background:url(../images/access_img/access_page_title_bg.gif) 0 bottom repeat-x;
}


dl.notice dd{
	margin-bottom:10px;
	padding:0 0 0 1em;
}

/*---------- 交通アクセス ----------*/

.address{
	/*font-size:12px;*/
	font-size:85.7%;
}

.address span{
	/*font-size:20px;*/
	font-size:166.7%;
	line-height:1.5;
	font-weight:bold;
}

#googlemap_area{
	margin:15px 0 40px;
}

#googlemap_area iframe{
	width:100%;
	height:292px;
}

#access_subway_bus{
	margin-bottom:40px;
}

#access_subway_bus h4, #access_car h4{
	font-size:100%;
	font-weight:bold;
}

#access_subway_bus p{
	font-weight:bold;
}

.access_map{
	float:left;
	width:56%;
	/*margin-right:22px;*/
	/*margin-right:3.1%;*/
}

.access_map img{
	width:100%;
	height:auto;
}

.subway_bus_txt{
	padding-left:59.1%;
}

#access_car{
	margin-bottom:20px;
}

#access_car dt{
	clear:both;
	float:left;
}

#access_car dd{
	/*line-height:28px;*/
	font-weight:bold;
	padding:0 0 0 140px;
	margin-bottom:10px;
}

.parking_btn{
	background-color:#e83828;
	width:356px;
	text-align:center;
	margin:0 auto;
}

.parking_btn a{
	display:block;
	width:356px;
	height:auto;
	color:#fff;
	font-size:107%;
	font-weight:bold;
	padding:15px 0;
}

.parking_btn a:hover{
	background-color:rgba(255,255,255,0.2);
}

.parking_btn a img{
	vertical-align:middle;
	margin:0 7px 5px 0;
}

/*---------- 駐車場のご案内 ----------*/

.parking_telno{
	/*font-size:20px;*/
	font-size:166.7%;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:5px;
}

.parking_img01{
	margin:30px 0 40px;
}

.parking_img01 img{
	width:100%;
	max-width:720px;
	height:auto;
}

table.parking{
	border-collapse:collapse;
	border:#727171 solid 1px;
	/*font-size:13px;*/
	font-size:92.8%;
	margin-bottom:15px;
}

table.parking th{
	border:#727171 solid 1px;
	background-color:#c5dd8a;
	font-weight:normal;
	line-height:1.4;
	padding:4px 20px;
}

table.parking td{
	border:#727171 solid 1px;
	text-align:center;
	padding:8px 20px;
}








@media screen and (max-width:640px){

}


@media screen and (max-width:480px){

/*---------- 交通アクセス ----------*/

.access_map{
	float:none;
	width:100%;
	max-width:405px;
	margin-bottom:15px;
}


dl.notice dd{
	margin-bottom:10px;
	padding:0 0 0 1em;
}

.subway_bus_txt{
	padding-left:0;
}

#access_car dt{
	float:none;
	margin-bottom:10px;
}

#access_car dd{
	padding-left:0;
}

/*---------- 駐車場のご案内 ----------*/

table.parking{
	border-collapse:collapse;
	border:#727171 solid 1px;
	/*font-size:12px;*/
	font-size:85.7%;
	margin-bottom:15px;
}

table.parking th{
	border:#727171 solid 1px;
	background-color:#c5dd8a;
	font-weight:normal;
	line-height:1.4;
	padding:4px 5px;
}

table.parking td{
	border:#727171 solid 1px;
	text-align:center;
	padding:8px 5px;
}

}


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

/*---------- 交通アクセス ----------*/

.parking_btn{
	width:100%;
}

.parking_btn a{
	width:100%;
}

}






