@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #edf4f4;
	color: #ed1c24;

	font-size: 16px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}

#wrapper {
	max-width: 680px;
	padding: 20px 10px 40px 10px;
	margin: 0 auto;
}

.header
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( left, rgba(59,146,255,1) 0%, rgba(86,213,244,1) 75% );
	/*For Modern Browser*/
	background: linear-gradient( to right, rgba(59,146,255,1) 0%, rgba(86,213,244,1) 75% );
}
h1
{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 14px 0 14px 40px;
	max-width: 760px;
	margin: 0px auto;
	background-image: url(../images/carmark.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( left, rgba(59,146,255,1) 0%, rgba(86,213,244,1) 75% );
	/*For Modern Browser*/
	background: linear-gradient( to right, rgba(59,146,255,1) 0%, rgba(86,213,244,1) 75% );
}
.footer p
{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 18px 10px;
	margin: 0px auto;
}

@media all and (max-width: 767px)
{
	h1
	{
		padding: 20px 0 20px 40px;
		margin: 0px 20px;
	}
	.footer p
	{
		padding: 40px 10px;
	}
}

.title
{
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
}

.map
{
	background-color: #FFFFFF;
	padding: 12px;
}
.closurewarn
{
	text-align: center;
	font-weight: bold;
}
.closure_hd
{
	font-size: 20px;
	line-height: 1;
	padding: 20px 0;
}
.closure_bx
{
	font-size: 16px;
	border: 1px solid #e50012;
	max-width: 480px;
	padding: 10px;
	margin: 0px auto;
}
.closure_bx_hd
{
	float: left;
	width: 100%;
	text-align: left;
	margin: 10px 0 0 0;
}
.closure_bx_bd
{
	float: left;
	text-align: left;
	margin: 10px 0 0 40px;
}
.closure_bx_bd p
{
	line-height: 1.25;
	margin-bottom: 10px;
}
.closure_bx_bd li
{
	list-style: disc;
	font-size: 14px;
	line-height: 1.25;
	margin: 4px 0 4px 25px;
}
.closure_tx
{
	font-size: 16px;
	padding: 20px;
	text-align: left;
}
@media all and (min-width: 640px)
{
	.closure_bx_hd
	{
		width: 90px;
	}
	.closure_bx_bd
	{
		width: calc(100% - 90px);
		text-align: left;
		margin-left: 0;
	}
}


.guidebox
{
	float: left;
	background-color: #009ea6;
	margin: 20px 10px;
	width: 320px;
}
.guidebox h2
{
}
.guidebox h2 a
{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 16px 50px 16px 15px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #ffff00;
	text-align: left;
	box-shadow: 4px 4px 2px 1px rgba(0,0,0,0.35);
	background-image: url(../images/guidearrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.guidebox h2 a span
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.guidebox:hover
{
	opacity: 0.75;
}
@media all and (max-width: 767px)
{
	.guidebox
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.guidenote
{
	font-size: 13px;
	margin: 10px 0 30px 0;
}


.routes
{
	padding: 10px;
}
.routes_hd
{
	font-weight: bold;
	color: #009ea6;
	background-color: #F0FFFF;
	padding: 20px;
	margin-bottom: 30px;
	line-height: 2;
}
.routes_hd_e
{
	color: #FF7C14;
	background-color: #FFFCEF;
}
.routes_hd a
{
	color: #009ea6;
	text-decoration: underline;
}
.routes_hd_e a
{
	color: #FF7C14;
}

.routes_hd a:hover
{
	color: #ed1c24;
}
.route
{
	margin: 30px auto;
	text-align: center;
}
.route h3
{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
.route .gmap
{
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}
.route .gmap iframe
{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.movie
{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.enq
{
	margin: 20px auto;
	color: #323232;
	background-color: #FFFFFF;
	padding: 12px;
}
.enq h2
{
	color: #00ccff;
	font-weight: bold;
}
.enq p
{
	margin: 10px 10px 30px 10px;
}
.enq ul
{
	margin: 10px 10px 30px 25px;
	list-style: disc;
}
.enq li
{
	line-height: 1.25;
	margin: 15px 0;
}

.enqbox
{
	max-width: 500px;
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	background-color: #FFFFFF;
}
.enqbox:hover
{
	opacity: 0.75;
}
.enqbox a
{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}
.enqbox .imgbox
{
	max-width: 120px;
	margin-right: 15px;
}
.enqbox h2
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
}
.enqbox p
{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	margin: 15px 0;
	color: #323232;
}
.enqbox .warn
{
	color: #ed1c24;
}


.enqbtn
{
	position: fixed;
	right: 0;
	bottom: 10%;
}
.enqbtn:hover
{
	opacity: 0.75;
}
.enqbtn a
{
	display: inline-block;
	width: 18px;
	text-align: center;
	padding: 40px 15px 20px 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	writing-mode: vertical-rl;
	text-decoration: none !important;
	color: #FFFFFF;
	background-color: #56d5f4;
	background-image: url(../images/enqbtn.png);
	background-repeat: no-repeat;
	background-position: top 10px center;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}






.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}
@media all and (max-width: 767px)
{
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


