@charset "UTF-8";


/*! title ============================================== */

main h1 {
	width: calc(100% + 40px);
	margin-left: -20px;
	padding: 15px 20px 13px;
	background-color: #7e839a;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 0px #555555 inset;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	}

main h1 + * {
	margin-top: 30px !important;
	}

main h2 {
	position: relative;
	margin-top: 50px;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	color: #4a6b99;
	overflow: hidden;
	}

main h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 2px solid #4a6b99;
	z-index: 0;
	}

main h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 9999px;
	border-bottom: 2px solid #d9d9d9;
	z-index: 1;
	}

main h3 {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 10px 4px;
	background-color: #6b96cf;
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	}

main h4 {
	margin-top: 20px;
	font-size: 14px;
	color: #6b96cf;
	}

main h2 + * {
	margin-top: 20px !important;
	}

main h3 + *,
main h4 + * {
	margin-top: 15px !important;
	}


/* smt（title） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	main h1 {
		width: 100%;
		margin-left: 0;
	}

	main h1 + * {
		margin-top: 20px !important;
	}

	main h2 {
		margin-top: 40px;
	}

	main h3 {
		display: block;
		margin-top: 15px;
	}

	main h4 {
		margin-top: 15px;
	}

	main h2 + *,
	main h3 + *,
	main h4 + * {
		margin-top: 15px !important;
	}
}


/*! lead ============================================== */

main p.lead {
	margin: -20px 0 -15px;
	font-size: 28px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	text-shadow:
		0 2px 2px #e48f00,
		2px 0 2px #e48f00,
		0 -2px 2px #e48f00,
		-2px 0 2px #e48f00,
		2px 2px 2px #e48f00,
		-2px 2px 2px #e48f00,
		2px -2px 2px #e48f00,
		-2px -2px 2px #e48f00;
	color: #ffffff;
	}


/* smt（lead） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	main p.lead {
		font-size: 24px;
	}
}


/*! address ============================================== */

main address {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: #696969;
	}

main address b {
	font-size: 14px;
	color: #6b96cf;
	}

/* smt（address） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	main address br {
		display: block;
	}
}


/*! map ============================================== */

/* gmap */
main .maparea {
	width: 100%;
	height: 500px;
	margin: 15px auto 0;
	padding: 10px;
	border: 1px solid #cccccc;
	}

main #gmap-park,
main #gmap-car,
main #gmap-car2 {
	width: 100%;
	height: 100%;
	border: none;
	vertical-align: bottom;
	}


/* smt（map） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	main .maparea {
		height: 400px;
		padding: 5px;
	}
}


/*! route ============================================== */

main .route {
	margin-top: 50px;
	text-align: center;
	}

main .route img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	}


/* smt（route） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	main .route {
		margin-top: 20px;
	}
}


/*! caution ============================================== */

main ul.caution {
	margin-top: 50px;
	padding: 20px 30px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	}

main ul.caution li {
	padding: 2px 0 2px 1em;
	font-size: 12px;
	}

main ul.caution li:before {
	content: "※";
	margin-left: -1em;
	font-size: 12px;
	}

main ul.caution li.non:before {
	content: "";
	}

/* smt（menu） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	main ul.caution {
		margin-top: 20px;
		padding: 15px;
	}

	main ul.caution li br {
		display: block;
	}
}


/*! box ============================================== */

main table.box {
	margin-bottom: 5px;
	}

main table.box td {
	padding: 10px 15px;
	border: 1px solid #cccccc;
	}

main table.box td:first-child {
	background-color: #eeeeee;
	border-right: 3px double #c0c0c0;
	font-weight: bold;
	}

/* smt（course） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	main table.box {
		width: 100%;
		border-top: 1px solid #cccccc;
	}

	main table.box tr,
	main table.box td {
		display: block;
		background-color: transparent;
	}

	main table.box td {
		padding: 5px 10px;
	}

	main table.box td:first-child {
		border: 1px solid #cccccc;
		border-bottom: none;
		border-top: none;
	}
}


/*! info ============================================== */

main p.info b {
	font-size: 18px;
	color: #cf1220;
	}


/*! menu ============================================== */

main menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

main menu dl {
	display: flex;
	flex-direction: column;
	width: 49%;
	padding: 10px;
	background: url("../gfx/menu_back.png");
	}

main menu dl:nth-child(n+3) {
	margin-top: 15px;
	}

main menu dt {
	min-height: calc(100% - 70px);
	padding: 20px 20px 15px 105px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 20px 20px;	
	font-size: 16px;
	font-weight: bold;
	color: #6b96cf;
	}

main menu dl:nth-child(1) dt { background-image: url("../gfx/menu_icon01.png");}
main menu dl:nth-child(2) dt { background-image: url("../gfx/menu_icon02.png");}
main menu dl:nth-child(3) dt { background-image: url("../gfx/menu_icon03.png");}
main menu dl:nth-child(4) dt { background-image: url("../gfx/menu_icon04.png");}

main menu dt p {
	font-weight: normal;
	color: #4d4d4d;
	}

main menu dd {
	height: 70px;
	padding: 0 20px 20px;
	background-color: #ffffff;	
	}

main menu dd a,
main menu dd a:visited {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 10px;
	background-color: #5fbb9c;
	border: 2px solid #ffffff;
	box-shadow : 0 0 0 1px #cccccc;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	z-index: 2;
	}

main menu dd a:hover {
	color: #ffffff;
	}

main menu dd a::after {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(.6);
	z-index: -1;
	transition: all 0.3s ease;
	}

main menu dd a:hover::after {
	background-color: #398a6e;
	transform: scale(1);
	}


/* smt（menu） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	main menu {
		display: block;
	}

	main menu dl {
		width: 100%;
	}

	main menu dl:nth-child(n+2) {
		margin-top: 15px;
	}

	main menu dt {
		min-height: auto;
		padding-bottom: 25px;
		background-position: 20px 15px;	
	}

	main menu dd {
		height: auto;
	}

	main menu dd a::after {
		content: none;
	}
}
