@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75;
	background-color: #e5f5f5;
	color: #333333;

    height: 100%;
}
img
{
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

p
{
	margin: 15px 10px;
}
a
{
	color: #3333CC;
	text-decoration: none;
}
a:hover, a:focus
{
	color: #CC3333;
	cursor: pointer;
	text-decoration: underline;
}


.header
{
	position: fixed;
	z-index: 100;
	padding: 15px 0;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 0;
}
.header_wrapper
{
	max-width: 1000px;
	margin: 0 auto;
}
.logo
{
	max-width: 110px;
	margin: 0 10px;
}

.topimg
{
	position: fixed;
	z-index: 0;
	width: 100%;
	margin-top: 48px;
	background-image: url(../images/topimg.jpg);
	background-position: top center;
	background-size: cover;
	height: 650px;
}
.title
{
	position: absolute;
	z-index: 10;
	text-align: center;
	width: 100%;
	top: 20px;
}
.title span
{
	display: inline-block;
	max-width: 500px;
}
@media all and (min-width: 768px)
{
	.topimg
	{
		background-position: top 30% center;
	}
}
@media all and (min-width: 1000px)
{
	.title span
	{
		max-width: 600px;
	}
}

.main
{
	position: relative;
	z-index: 20;
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	padding-top: 48px;
}
.maintop
{
	position: relative;
	margin-top: -26%;
	font-size: 0;
}
.mainbg
{
	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e5f5f5;
/*
	opacity: 0.9;
*/
}
.main_inner
{
	position: relative;
	z-index: 30;
	width: 94%;
	max-width: 640px;
	margin: 600px auto 0 auto;
	padding: 20px 0 50px 0;
}
@media all and (max-width: 639px)
{
	.mainbg
	{
		top: 500px;
	}
	.main_inner
	{
		margin-top: 500px;
	}
}
@media all and (max-width: 499px)
{
	.mainbg
	{
		top: 350px;
	}
	.main_inner
	{
		margin-top: 350px;
	}
}

.about
{
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	padding: 5px 10px;
}
.about sup
{
	position: relative;
	top: -2px;
	font-size: 12px;
}
.about_note
{
	margin: 10px auto 30px auto;
	font-size: 12px;
}

.secthd
{
	background-color: #009e9f;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1;
	margin-top: 30px;
	padding: 4px 0 4px 20px;
	border-radius: 13px 0 0 13px;
	overflow: hidden;
}
.sectbd
{
	margin: 10px auto;
}
.sectbd_imgtxt .imgbox
{
	margin: 10px;
}
.sectbd_imgtxt .txtbox
{
	margin: 10px 0 10px 10px;
}
ul li
{
	list-style: disc;
	line-height: 1.25;
	margin: 10px 0 10px 20px;
}
@media all and (min-width: 768px)
{
	.sectbd_imgtxt
	{
		display: flex;
	}
}

.route:hover
{
	opacity: 0.75;
}

.dia
{
}
.dia_hd
{
	color: #008a92;
	margin: 20px 10px 5px 10px;
}
.dia table
{
	margin: 5px;
}
.dia th
{
	background-color: #009e9f;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.25;
	padding: 4px 8px;
	border: 1px solid #66CCCC;
	text-align: right;
}
.dia td
{
	background-color: #ffffff;
	color: #e3007f;
	font-size: 12px;
	padding: 4px 8px;
	border: 1px solid #66CCCC;
}
.dia thead td
{
	background-color: #CCF0F0;
	color: #006666 !important;
	text-align: center;
}
.dia tbody > tr:nth-child(2n) td
{
	background-color: #ccecec;
}
@media all and (min-width: 640px)
{
	.dia th
	{
		width: 200px;
	}
}
@media all and (max-width: 639px)
{
	.dia > div
	{
		display: block !important;
	}
	.dia table
	{
		width: 100%;
		margin: 5px auto;
	}
	.dia th
	{
		width: 50%;
	}
}

.stops
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.stop
{
	max-width: 220px;
	margin: 5px;
}
.stop_acc
{
	font-size: 12px;
	line-height: 1.25;
	margin: 10px 0;
}


.linkbtn a
{
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 8px 32px;
	color: #009e9f;
	background-color: #FFFFFF;
	border: 2px solid #009e9f;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	margin: 10px;
}
.linkbtn a:hover
{
	opacity: 0.75;
}

footer
{
	margin-top: 100px;
	text-align: center;
}
.contact
{
	font-size: 18px;
	margin: 10px;
}
.contact_addr
{
	font-size: 14px;
	margin: 10px;
}





.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;
	}
}
