/* CSS Document */

main{
	color: #000;
	fill: #000;
	}
	main article{
		position: relative;
		padding: 2em 0;
		}
	main h2,
	main h3,
	main h4{
		font-weight: bold;
		}
	main svg{
		width: 1em;
		height: 1em;
		}

#main{}
	#main .linkBut{
		display: block;
		padding: 1em 1.5em;
		background: #371494;
		border: 0.2em solid #371494;
		color: #fff;
		fill: #fff;
		font-weight: 600;
		line-height: 1em;
		text-decoration: none;
		}
		#main .linkBut:hover{
			background: #fff;
			color: #371494;
			fill: #371494;
			}

#hero{
	overflow: hidden;
	position: relative;
	padding-top: 41.6%;
	background: #000;
	}
	#hero > svg{
		position: absolute;
		top: 0;
		left: -50%;
		width: 200%;
		height: 100%;
		}
	#hero > div{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		align-content: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		}
	#hero i{
		position: absolute;
		top: 0;
		left: 0;
		width: 12%;
		padding-top: 12%;
		}
		#hero i img{
			position: absolute;
			top: 15%;
			left: 15%;
			width: 85%;
			height: 85%;
			}
	#hero h1{
		position: relative;
		width: 100%;
		padding-top: 18%;
		}
		#hero h1 svg{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}
	#hero p{
		position: relative;
		margin-top: -4%;
		width: 100%;
		padding-top: 14%;
		}
		#hero p svg{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}
	#hero div+span{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 30%;
		height: 70%;
		}
		#hero div+span svg{
			position: absolute;
			right: 10%;
			bottom: 10%;
			width: 90%;
			height: 90%;
			}

#linkMenu{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #00348d;
	}
	#linkMenu a{
		position: relative;
		width: 50%;
		padding: 0.5em 0;
		color: #fff;
		background: none;
		border-bottom: 1px solid rgba(0,0,0,0.5);
		font-size: 0.8em;
		line-height: 1.4em;
		text-align: center;
		text-decoration: none;
		}
		#linkMenu a:hover,
		#linkMenu a:active{
			background: rgba(0,0,0,0.5);
			}
		#linkMenu a:nth-child(1),
		#linkMenu a:last-child{
			line-height: 2.8em;
			}
		#linkMenu a:nth-child(odd){
			border-right: 1px solid rgba(0,0,0,0.5);
			}
	#linkMenu span{
		display: none;
		}

#schedule{
	position: relative;
	border-bottom: 0.3em solid #000;
	}
	#schedule > svg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		fill: rgba(255,255,255,0.1);
		background: #f29600;
		z-index: -1;
		}
	#schedule .wrap{
		position: relative;
		padding: 1em;
		padding-top: 2em;
		background: #fff;
		border: 0.2em solid #000;
		box-shadow: 0.2em 0.2em 0 #000;
		}
	#schedule h2{
		position: absolute;
		top: -1em;
		padding: 0.5em 1em;
		background: #f29600;
		border: 0.15em solid #000;
		font-size: 1.2em;
		line-height: 1em;
		}
	#schedule p+div{
		margin-top: 2em;
		}

#gMap{
	height: 100vw;
	margin-top: 2em;
	border: 0.2em solid #000;
	box-shadow: 0.2em 0.2em 0 #000;
	}
	#gMap .infoWinMap{
		text-align: center;
		}
		#gMap .infoWinMap p+p{
			margin-top: 0.5em;
			}
		#gMap .linkBut{
			padding: 0.5em;
			}

#modelCourse{
	position: relative;
	border-bottom: 0.3em solid #000;
	}
	#modelCourse > svg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		fill: rgba(255,255,255,0.4);
		background: #f3ea2b;
		z-index: -1;
		}
	#modelCourse h2{
		position: relative;
		padding-top: 2em;
		font-size: 1.4em;
		text-align: center;
		line-height: 1.2em;
		}
		#modelCourse h2 span{
			position: absolute;
			top: 0;
			left: 50%;
			width: 12em;
			margin-left: -6em;
			padding: 0.5em;
			background: #ff280d;
			border-radius: 1em;
			color: #fff;
			font-weight: 600;
			font-size: 0.6em;
			line-height: 1em;
			}
			#modelCourse h2 span:before{
				content: "";
				position: absolute;
				left: 50%;
				bottom: -1em;
				border: 0.5em solid transparent;
				border-top: 0.8em solid #ff280d;
				margin-left: -0.4em;
				}
	#modelCourse section{
		position: relative;
		margin-top: 2em;
		padding: 1em;
		background: #fff;
		border: 0.2em solid #000;
		box-shadow: 0.2em 0.2em 0 #000;
		}
		#modelCourse section > div{
			padding-top: 1em;
			}
		#modelCourse section > div+div{
			margin-top: 1em;
			border-top: 0.2em solid #000;
			}
	#modelCourse h3{
		position: absolute;
		top: -1em;
		padding: 0.5em 1em;
		background: #f3ea2b;
		border: 0.15em solid #000;
		font-size: 1.2em;
		line-height: 1em;
		}
	#modelCourse h4{
		position: relative;
		padding-left: 1.5em;
		font-size: 1.1em;
		line-height: 1.4em;
		}
		#modelCourse h4 i{
			position: absolute;
			top: 0;
			left: 0;
			font-size: 1.4em;
			}
	#modelCourse figure{
		margin-top: 1em;
		}
	#modelCourse ol{
		counter-reset: sample;
		margin-top: 1em;
		margin-left: 0.35em;
		list-style: none;
		}
	#modelCourse li{
		position: relative;
		padding-left: 1.8em;
		line-height: 1.4em;
		}
		#modelCourse li:before{
			counter-increment: sample;
			content: counter(sample);
			position: absolute;
			top: 0;
			left: 0;
			width: 1.4em;
			height: 1.4em;
			background: #000;
			color: #fff;
			font-weight: bold;
			text-align: center;
			line-height: 1.4em;
			}
	#modelCourse li+li{
		margin-top: 1em;
		}
		#modelCourse li+li:after{
			content: "";
			position: absolute;
			top: -1em;
			left: 0.7em;
			height: 1em;
			border-left: 0.2em dotted #000;
			}
	#modelCourse dl{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		position: relative;
		margin-top: 5em;
		padding: 1em;
		padding-top: 5em;
		border: 0.2em solid #000;
		}
	#modelCourse dt,
	#modelCourse dd{
		width: 100%;
		line-height: 1.4em;
		}
	#modelCourse dt{
		margin-top: 0.5em;
		}
		#modelCourse dt i{
			position: absolute;
			top: -4em;
			left: calc(50% - 4em);
			width: 8em;
			height: 8em;
			border-radius: 100%;
			background: #000;
			border: 0.2em solid #000;
			overflow: hidden;
			}
			#modelCourse dt i svg{
				position: absolute;
				bottom: 0;
				left: 5%;
				width: 90%;
				height: 90%;
				fill: #fff;
				}
	#modelCourse dt+dd{
		order: 1;
		margin-bottom: 0.5em;
		font-weight: bold;
		}
		#modelCourse dt+dd i{
			font-size: 1.2em;
			vertical-align: middle;
			}
	#modelCourse .center{
		clear: both;
		padding-top: 1em;
		}
	#modelCourse .linkBut{
		padding: 0.8em 1.5em;
		font-size: 1em;
		}
	#modelCourse .thumbBox{
		padding-top: 100%;
		}

#recommendedSpot{
	position: relative;
	border-bottom: 0.3em solid #000;
	}
	#recommendedSpot > svg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		fill: rgba(255,255,255,0.15);
		background: #4de0dd;
		z-index: -1;
		}
	#recommendedSpot h2{
		position: relative;
		padding-top: 2em;
		font-size: 1.4em;
		text-align: center;
		line-height: 1.2em;
		}
		#recommendedSpot h2 span{
			position: absolute;
			top: 0;
			left: 50%;
			width: 12em;
			margin-left: -6em;
			padding: 0.5em;
			background: #ff280d;
			border-radius: 1em;
			color: #fff;
			font-weight: 600;
			font-size: 0.6em;
			line-height: 1em;
			}
			#recommendedSpot h2 span:before{
				content: "";
				position: absolute;
				left: 50%;
				bottom: -1em;
				border: 0.5em solid transparent;
				border-top: 0.8em solid #ff280d;
				margin-left: -0.4em;
				}
	#recommendedSpot section{
		position: relative;
		margin-top: 2em;
		padding: 1em;
		background: #fff;
		border: 0.2em solid #000;
		box-shadow: 0.2em 0.2em 0 #000;
		}
		#recommendedSpot section > div{
			margin-top: 1.5em;
			}
		#recommendedSpot section > div+div{
			padding-top: 1.5em;
			border-top: 0.2em solid #000;
			}
	#recommendedSpot h3{
		position: absolute;
		top: -1em;
		padding: 0.5em 1em;
		background: #4de0dd;
		border: 0.15em solid #000;
		font-size: 1.2em;
		line-height: 1em;
		}
	#recommendedSpot h4{
		position: relative;
		padding-left: 1.5em;
		font-size: 1.2em;
		line-height: 1.4em;
		text-align: left;
		}
		#recommendedSpot h4 i{
			position: absolute;
			top: 0;
			left: 0;
			color: #4de0dd;
			fill: #4de0dd;
			font-size: 1.4em;
			}
	#recommendedSpot h4+ul{
		margin-top: 0.5em;
		margin-bottom: 1em;
		list-style: none;
		}
	#recommendedSpot h4+ul li{
		position: relative;
		padding-left: 1em;
		line-height: 1.4em;
		}
		#recommendedSpot h4+ul li:before{
			content: "";
			position: absolute;
			top: 0.5em;
			left: 0;
			width: 0.5em;
			height: 0.5em;
			background: #ccc;
			border-radius: 100%;
			}
	#recommendedSpot h4+ul li+li{
		margin-top: 0.5em;
		}
	#recommendedSpot ul+h4{
		margin-top: 1em;
		}
	#recommendedSpot figure{
		margin: 1em 0;
		}
	#recommendedSpot figure+div{}
	#recommendedSpot p{
		margin: 1em 0;
		}
	#recommendedSpot h5{
		font-size: 1.1em;
		font-weight: normal;
		}
	#recommendedSpot footer{
		margin-top: 1em;
		}
	#recommendedSpot .information{
		margin-top: 1em;
		border: 1px solid #ccc;
		}
		#recommendedSpot .information dt,
		#recommendedSpot .information dd{
			padding: 0.5em;
			line-height: 1.4em;
			}
		#recommendedSpot .information dt{
			background: #f2f2f2;
			}
		#recommendedSpot .information dd+dt{
			border-top: 1px solid #ccc;
			}
	#recommendedSpot .comment{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		position: relative;
		margin-top: 5em;
		padding: 1em;
		padding-top: 5em;
		border: 0.2em solid #000;
		}
		#recommendedSpot .comment .thumbBox{
			padding-top: 100%;
			}
	#recommendedSpot .comment dt,
	#recommendedSpot .comment dd{
		width: 100%;
		line-height: 1.4em;
		}
	#recommendedSpote .comment dt{
		margin-top: 0.5em;
		}
	#recommendedSpot .comment dd{
		margin-bottom: 0.5em;
		}
	#recommendedSpot .comment i{
		position: absolute;
		top: -4em;
		left: calc(50% - 4em);
		width: 8em;
		height: 8em;
		border-radius: 100%;
		background: #000;
		border: 0.2em solid #000;
		overflow: hidden;
		}
	#recommendedSpot .thumbBox{
		padding-top: 66.66%;
		}

#passport{
	position: relative;
	border-bottom: 0.3em solid #000;
	}
	#passport > svg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		fill: rgba(255,255,255,0.15);
		background: #ff667f;
		z-index: -1;
		}
	#passport h2{
		position: absolute;
		top: -1em;
		padding: 0.5em 1em;
		background:  #ff667f;
		color: #000;
		font-weight: bold;
		border: 0.15em solid #000;
		font-size: 1.2em;
		line-height: 1.2em;
		}
	#passport figure{
		margin: 2em 0 1em 0;
		padding: 0em 5em;
		}
	#passport h3{
		color: #ff280d;
		font-size: 1.2em;
		}
	#passport h4{
		margin-top: 0.5em;
		}
	#passport p{
		margin-top: 1em;
		}
		#passport p span{
			color: #ff280d;
			}
	#passport footer{
		margin-top: 2em;
		}
	#passport .wrap{
		position: relative;
		padding: 1em;
		padding-top: 2em;
		background: #fff;
		border: 0.2em solid #000;
		box-shadow: 0.2em 0.2em 0 #000;
		}

#access{
	position: relative;
	border-bottom: 0.3em solid #000;
	}
	#access > svg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		fill: rgba(255,255,255,0.15);
		background: #acff1a;
		z-index: -1;
		}
	#access h2{
		position: absolute;
		top: -1em;
		padding: 0.5em 1em;
		background: #acff1a;
		border: 0.15em solid #000;
		font-size: 1.2em;
		line-height: 1em;
		}
	#access p{
		text-align: center;
		}
	#access .wrap{
		position: relative;
		padding: 1em;
		padding-top: 2em;
		background: #fff;
		border: 0.2em solid #000;
		box-shadow: 0.2em 0.2em 0 #000;
		}
	#access .center{
		margin-top: 2em;
		}

.hokusei{}
	.hokusei h3{
		background: #ff7bac !important;
		}
	.hokusei svg{
		fill: #ff7bac;
		}

.cyunansei{}
	.cyunansei h3{
		background: #7ac943 !important;;
		}
	.cyunansei svg{
		fill: #7ac943;
		}

.iga{}
	.iga h3{
		background: #8c5ab1 !important;;
		}
	.iga svg{
		fill: #8c5ab1;
		}

.iseshima{}
	.iseshima h3{
		background: #ff931e !important;;
		}
	.iseshima svg{
		fill: #ff931e;
		}

.higashikisyu{}
	.higashikisyu h3{
		background: #3fa9f5 !important;;
		}
	.higashikisyu svg{
		fill: #3fa9f5;
		}

