/* CSS Document */

html{
	scroll-behavior: smooth;
	}

body{
	color: #2b2926;
	fill: currentColor;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	font-feature-settings: "palt";
	text-align: justify; /*英文では解除*/
	line-height: 1em;
	}
	_::content, _:future, body:not(*:root) {
		/* Chromeのハック */
		/*フォント細いって言われたとき
		font-weight: 500;
		*/
		}
	_::-webkit-full-page-media, _:future, :root body{
		/* safariのハック */
		}
	body *{
		line-height: inherit;
		}

a{
	color: inherit;
	fill: currentColor;
	transition-property: color,text-decoration,background,background-color,background-size,border,border-color,box-shadow,fill,filter,opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	}

main{}
	main a{
		color: #0068b6;
		text-decoration: underline;
		}
		main a:hover{
			color: #e50012;
			}
		main a i{
			display: inline-flex;
			align-content: center;
			}

article{}
	article p{
		line-height: 1.6em;
		}
	article p+p{
		margin-top: 1em;
		}

input,
textarea,
select{}
	input:focus,
	textarea:focus,
	select:focus{
		border: 1px solid #0068b6;
		}

input[type="radio"],
input[type="checkbox"]{}
	input[type="radio"]:checked+label,
	input[type="checkbox"]:checked+label{}
		input[type="radio"]:checked+label:before,
		input[type="checkbox"]:checked+label:before{
			border-color: #0068b6;
			background-color: #0068b6;
			-webkit-animation: checked 0.2s forwards;
			animation: checked 0.2s forwards;
			}
		@-webkit-keyframes checked{
			30% {box-shadow: 0 0 0 1em rgba(0,104,183,0.5);}
			}
		@keyframes checked{
			30% {box-shadow: 0 0 0 1em rgba(0,104,183,0.5);}
			}

#wrapper{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	min-height: 100vh;
	}

#header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: env(safe-area-inset-right);
	padding-left: env(safe-area-inset-left);
	background: #fff;
	order: 0;
	}

#siteName{
	position: relative;
	padding-top: 1.2em;
	display: inline-flex;
	align-content: center;
	flex-wrap: wrap;
	font-weight: bold;
	}
	#siteName span{
		font-size: 0.8em;
		}
		#siteName span:nth-of-type(1){
			position: absolute;
			top: 0;
			left: 0;
			}
		#siteName span:nth-of-type(2){
			margin-left: 0.2em;
			}

#nav{}
	#nav ul{
		list-style: none;
		}

#navGlobal{}
	#navGlobal li{}
		#navGlobal li > a{
			display: flex;
			align-items: center;
			height: 2em;
			font-weight: bold;
			}
	#navGlobal dl{
		height: calc(2em * 7);
		overflow: hidden;
		transition: height 0.2s ease-out;
		cursor: pointer;
		}
		#navGlobal dl.open{}
			#navGlobal dl.open dt{}
				#navGlobal dl.open dt svg{
					transform: rotate(-90deg) !important;
					}
	#navGlobal dt{
		display: flex;
		align-items: center;
		height: 2em;
		}
		#navGlobal dt i{
			fill: currentColor;
			}
	#navGlobal dd{
		display: flex;
		height: 2em;
		}
		#navGlobal dd a{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			color: #fff;
			text-align: center;
			font-size: 0.8em;
			}
			#navGlobal dd a:hover{
				background: rgba(255,255,255,0.2);
				}
	#navGlobal dd+dd{
		border-top: 1px solid rgba(0,0,0,0.2);
		}
	#navGlobal [data-area="ise"]{}
		#navGlobal [data-area="ise"] dt{
			color: #2a7ea6;
			}
		#navGlobal [data-area="ise"] dd{
			background: #2a7ea6;
			}
	#navGlobal [data-area="yoshino"]{}
		#navGlobal [data-area="yoshino"] dt{
			color: #a8992c;
			}
		#navGlobal [data-area="yoshino"] dd{
			background: #a8992c;
			}
	#navGlobal [data-area="suzuka"]{}
		#navGlobal [data-area="suzuka"] dt{
			color: #a8422a;
			}
		#navGlobal [data-area="suzuka"] dd{
			background: #a8422a;
			}
	#navGlobal [data-area="murou"]{}
		#navGlobal [data-area="murou"] dt{
			color: #628c42;
			}
		#navGlobal [data-area="murou"] dd{
			background: #628c42;
			}

#navExtra{}
	#navExtra [href="/"]{
		display: flex;
		align-items: center;
		}
		#navExtra [href="/"] i{
			position: relative;
			top: 0.2em;
			}
		#navExtra [href="/"] svg{
			transform: scale(0.6);
			}
	#navExtra span{
		height: 20px !important;
		}

#main{
	margin-bottom: auto;
	order: 2;
	}

#pageTop{
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 0;
	z-index: 100;
	text-align: center;
	}
	#pageTop a{
		position: relative;
		top: -4em;
		width: 3em;
		height: 3em;
		margin: 0 1em 0 0;
		background: #1a1a1a;
		fill: #fff;
		}
		#pageTop a:hover{
			opacity: 0.7;
			}
	#pageTop svg{
		position: absolute;
		top: 20%;
		left: 20%;
		width: 60%;
		height: 60%;
		}

#footer{
	padding-bottom: env(safe-area-inset-bottom);
	background: #bda58a;
	color: #fff;
	order: 4;
	}

#fNav{}
	#fNav ul{
		display: flex;
		flex-wrap: wrap;
		}
	#fNav a{
		display: flex;
		align-items: center;
		grid-gap: 0.5em;
		font-weight: bold;
		line-height: 1.4em;
		}
	#fNav a i{
		display: flex;
		align-items: center;
		}

#fSubNav{}
	#fSubNav ul{
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 1.5em 0;
		}
		#fSubNav ul:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border-top: 1px solid currentColor;
			border-bottom: 1px solid currentColor;
			opacity: 0.4;
			pointer-events: none;
			}

#copyright{
	margin-bottom: 2em;
	}
	#copyright p{
		margin: 0;
		padding: 0;
		font-size: 0.8em;
		line-height: 1.2em;
		text-align: center;
		}

#pagenation{
	overflow: hidden;
	}
	#pagenation ul,
	#pagenation ol{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		list-style: none;
		margin: -0.5em;
		}
	#pagenation li{
		margin: 0.5em;
		}
	#pagenation a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 2.6em;
		text-decoration: none;
		}
		#pagenation a:not([rel]){
			min-width: 2.6em;
			padding: 0 0.3em;
			background: #0068b6;
			color: #fff;
			}
		#pagenation a[rel]{
			color: inherit;
			}
		#pagenation a:hover{
			opacity: 0.7;
			}
	#pagenation [rel="prev"]{}
		#pagenation [rel="prev"] i{
			margin-right: 0.5em;
			transform: scale(-1, 1);
			}
	#pagenation [rel="next"]{}
		#pagenation [rel="next"] i{
			margin-left: 0.5em;
			}
	#pagenation .lsc-current-page{
		background: #ccc;
		color: #fff;
		}

.wrap{
	max-width: calc(100% - 3em);
	margin: 0 auto;
	}

.headline{
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4em;
	}
	.headline+div{
		margin-top: 2em;
		}

.title{
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4em;
	}
	.title+div{
		margin-top: 1em;
		}

.subTitle{
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4em;
	}
	.subTitle+div{
		margin-top: 1em;
		}

.buttonSet{
	display: flex;
	grid-gap: 1em;
	}
	.buttonSet li{
		display: flex;
		}
		.buttonSet li a,
		.buttonSet li button{
			width: 100%;
			}

.linkBut{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 0.5em;
	padding: 0.8em 1em;
	background: #0068b6;
	border: none;
	color: #fff;
	font-family: inherit;
	font-size:  inherit;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
	}
	.linkBut:hover{
		background: #e50012;
		color: #fff;
		}

.linkText{
	display: inline-flex;
	align-items: center;
	grid-gap: 0.5em;
	}

.list{
	list-style: none;
	}
	.list > li{
		line-height: 1.4em;
		text-indent: 0;
		}
		.list > li > .list{
			margin-top: 0.5em;
			}
			.list > li:not(:last-child){}
				.list > li:not(:last-child) > .list:last-child{
					margin-bottom: 1em;
					}
		.list > li > .list.count{}
			.list > li > .list.count > li{
				padding-left: 2.8em;
				}
				.list > li > .list.count > li:before{
					content: "（"counter(count)"）";
					}
	.list > li+li{
		margin-top: 0.5em;
		}
	.list.point{}
		.list.point > li{
			position: relative;
			padding-left: 1.5em;
			}
			.list.point > li:before{
				position: absolute;
				top: 0.2em;
				left: 0;
				content: "●";
				color: #0068b7;
				transform: scale(0.7);
				}
	.list.notes{}
		.list.notes > li{
			padding-left: 1em;
			text-indent: -1em;
			}
	.list.count{
		counter-reset: count;
		}
		.list.count > li{
			position: relative;
			padding-left: 1.5em;
			}
			.list.count > li:before{
				counter-increment: count;
				content: counter(count)".";
				position: absolute;
				left: 0;
				}
	.list+*,
	*+.list{
		margin-top: 1em;
		}

.table{}
	table.table{
		width: 100%;
		border-collapse: collapse;
		}
		table.table thead{
			background: rgba(0, 104, 182, 0.1);
			}
		table.table th,
		table.table td{
			padding: 0.8em;
			border: 1px solid #ccc;
			line-height: 1.4em;
			vertical-align: middle;
			}
		table.table th{
			background: rgba(0, 0, 0, 0.05);
			}
	dl.table{
		display: flex;
		}
		dl.table > dt,
		dl.table > dd{
			padding: 0.8em;
			line-height: 1.4em;
			}
		dl.table > dt{
			background: rgba(0, 104, 182, 0.1);
			}
		dl.table > dd{
			background: rgba(0, 0, 0, 0.05);
			}
	.table+*,
	*+.table{
		margin-top: 1em;
		}

.googlemap{
	position: relative;
	}
	.googlemap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}
	.googlemap div+div{
		margin-top: auto;
		}

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

.anchor{
	position: absolute;
	opacity: 0;
	}

.none{
	display: none!important;
	}



/* for all */
@media (max-width: 1199.98px) {
/*1199px以下*/
}
@media (max-width: 991.98px) {
/*991px以下*/
body{}
	body:not(.nav){}
		body:not(.nav) #nav{
			left: 100vw;
			}
#header{
	height: 4em;
	padding-left: 1em;
	justify-content: space-between;
	z-index: 120;
	}
#navButton{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 4em;
	height: 4em;
	margin: 0;
	padding: 0.5em;
	background: none;
	border: none;
	color: inherit;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	}
	.nav #navButton{}
		.nav #navButton i:nth-child(1){
			top: 35%;
			transform: rotate(-45deg);
			}
		.nav #navButton i:nth-child(2){
			left: 100%;
			}
		.nav #navButton i:nth-child(3){
			top: 35%;
			transform: rotate(45deg);
			}
	#navButton span{
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1em;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		transform: scale(0.6);
		}
	#navButton i{
		position: absolute;
		display: block;
		left: 25%;
		width: 50%;
		height: 2px;
		margin-top: -1px;
		background: currentColor;
		transition: all 0.2s ease-out;
		z-index: 1;
		}
		#navButton i:nth-child(1){
			top: 20%;
			}
		#navButton i:nth-child(2){
			top: 35%;
			}
		#navButton i:nth-child(3){
			top: 50%;
			}
#nav{
	position: fixed;
	top: 4em;
	left: calc(100% - 15em);
	width: 15em;
	height: 100%;
	padding: 1.5em;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	background: #1a1a1a;
	color: #fff;
	transition: left 0.2s ease-out;
	overflow-y: scroll;
	z-index: 110;
	}
	#nav li+li{
		margin-top: 1em;
		}
#navGlobal{}
	#navGlobal dl{}
		#navGlobal dl:not(.open){
			height: 2em;
			}
	#navGlobal dt{
		justify-content: space-between;
		color: #fff !important;
		}
#navExtra{
	position: relative;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid currentColor;
	}
	#navExtra [href="/"]{
		font-size: 0.8em;
		}
		#navExtra [href="/"] i{
			margin-right: 0.2em;
			}
}


/* for mobile */
@media (max-width: 767.98px) {
/*767px以下*/
main > *,
article,
article section,
article header,
article footer{
	padding-top: 2em;
	padding-bottom: 2em;
	}
#navGlobal{}
	#navGlobal li,
	#navGlobal li.sub dt{
		text-align: left;
		}
	#navGlobal li.sub a{
		padding: 0 1em;
		justify-content: flex-start;
		background: #333;
		}
#pagePath{
	display: none;
	}
#footer{}
	#footer > div{
		margin-top: 2em;
		}
#fNav{}
	#fNav ul{
		justify-content: space-between;
		}
	#fNav li{}
		#fNav li:nth-of-type(n+3){
			margin-top: 1em;
			}
#fSubNav{}
	#fSubNav a{
		font-size: 0.8em;
		}
.headline{
	font-size: 1.6em;
	}
.title{
	font-size: 1.3em;
	}
.subTitle{
	font-size: 1.1em;
	}
.anchor{
	margin-top: calc(-2em - 4em);
	}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下縦向き*/
body{
	font-size: 3.85vw;
	}
#fNav{}
	#fNav li{
		width: calc(50% - 0.5em);
		}
#fSubNav{}
	#fSubNav ul{
		flex-wrap: wrap;
		}
	#fSubNav li{
		width: calc(50% - 0.5em);
		}
		#fSubNav li:nth-of-type(n+3){
			margin-top: 1em;
			}
.buttonSet{
	flex-direction: column;
	align-items: stretch;
	padding: 0 1em;
	}
.table{}
	dl.table{
		flex-direction: column;
		align-items: stretch;
		}
		dl.table > dt+dd{
			margin-top: 0;
			}
.googlemap{
	height: 100vw;
	}
}
@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下横向き*/
body{
	font-size: 2.2vw;
	}
#fNav{}
	#fNav li{
		width: calc(50% - 1em);
		}
.googlemap{
	height: 70vh;
	}
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*767px以下 横向き, 768px以上,*/
#fSubNav{}
	#fSubNav ul{
		}
.buttonSet{
	justify-content: center;
	}
.table{}
	dl.table{
		flex-wrap: wrap;
		}
		dl.table > dt,
		dl.table > dd{
			margin-top: 1px;
			}
		dl.table > dt{
			width: 10em;
			}
		dl.table > dd{
			width: calc(100% - 10em);
			}
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*767px以下 横向き, 768px～991px*/
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
html{
	font-size: 62.5%;
	}
#pagePath{
	padding: 1em 0;
	order: 3;
	}
	#pagePath a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		}
		#pagePath a:hover{
			text-decoration: none;
			}
	#pagePath ul{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		}
	#pagePath li{
		display: flex;
		align-items: center;
		min-width: 1em;
		line-height: 1em;
		}
		#pagePath li:last-child{
			font-weight: bold;
			}
	#pagePath i{
		display: flex;
		align-content: center;
		margin: 0 0.3em;
		opacity: 0.5;
		}
#fNav{}
	#fNav ul{
		height: 10em;
		flex-direction: column;
		align-content: space-between;
		margin-top: -1em;
		}
	#fNav li{
		margin-top: 1em;
		}
		#fNav li:nth-of-type(1){
			margin-bottom: 8em;
			}
		#fNav li:nth-of-type(4),
		#fNav li:nth-of-type(7){
			margin-bottom: 2em;
			}
	#fNav a{}
		#fNav a i{
			margin-left: auto;
			order: 1;
			}
.headline{
	font-size: 1.8em;
	}
.title{
	font-size: 1.6em;
	}
	.title+div{
		margin-top: 1.5em;
		}
.subTitle{
	font-size: 1.2em;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
/*768px～1199px*/
body{
	font-size: 1.4rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
main > *,
article,
article section,
article header,
article footer{
	padding-top: 3em;
	padding-bottom: 3em;
	}
#footer{}
	#footer > div{
		margin-top: 3em;
		}
#fSubNav{}
	#fSubNav a{
		font-size: 0.9em;
		}
.wrap{
	max-width: 720px;
	}
.googlemap{
	height: 30em;
	}
.anchor{
	margin-top: calc(-3em - 4em);
	}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
main > *,
article,
article section,
article header,
article footer{
	padding-top: 4em;
	padding-bottom: 4em;
	}
#header{
	align-items: flex-start;
	padding: 1em;
	height: 9em;
	background: #fff;
	z-index: 110;
	}
#navButton{
	display: none;
	}
#nav{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 9em;
	margin-top: -9em;
	padding: 1em;
	padding-right: 2em;
	z-index: 120;
	pointer-events: none;
	}
	#nav ul{
		display: flex;
		}
	#nav li{
		pointer-events: all;
		}
#navGlobal{
	order: 1;
	}
	#navGlobal ul{
		align-items: flex-start;
		width: 100%;
		height: 2em;
		}
	#navGlobal li{
		width: 50%;
		}
		#navGlobal li:not(:hover){}
			#navGlobal li:not(:hover) dl{
				height: 2em;
				}
		#navGlobal li:not(.active){}
			#navGlobal li:not(.active) dt{
				color: inherit;
				}
		#navGlobal li:nth-of-type(1){
			display: none;
			}
	#navGlobal li > a{
		justify-content: center;
		}
	#navGlobal dt{
		justify-content: center;
		}
		#navGlobal dt i{
			display: none;
			}
	#navGlobal dd{
		margin: 0 1em;
		}
#navExtra{
	align-self: flex-end;
	position: relative;
	padding-bottom: 0.8em;
	}
	#navExtra:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		border-bottom: 1px solid currentColor;
		opacity: 0.4;
		}
	#navExtra ul{
		align-items: center;
		}
	#navExtra li+li{
		margin-left: 1em;
		}
	#navExtra [href="/"]{
		font-size: 0.8em;
		}
		#navExtra [href="/"] i{
			margin-left: 0.2em;
			order: 1;
			}
#footer{}
	#footer > div{
		margin-top: 4em;
		}
.googlemap{
	height: 40em;
	}
.anchor{
	margin-top: calc(-4em - 6em);
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992px～1199px*/
#header{
	padding-left: 2em;
	}
#siteName{
	font-size: 1.5em;
	}
.wrap{
	max-width: 940px;
	}
}
@media (min-width: 1200px) {
/*1200px以上*/
body{
	font-size: 1.6rem;
	}
#header{
	padding-left: 4em;
	}
#siteName{
	font-size: 1.6em;
	}
.wrap{
	max-width: 1140px;
	}
}



/* ie */
@media all and (-ms-high-contrast: none) {
body{
	text-justify: inter-cluster;
	}
.buttonSet{}
	.buttonSet > *{
		margin: 0.5em;
		}
.linkBut{}
	.linkBut i{
		display: none;
		}
.linkText{}
	.linkText i{
		display: none;
		}
}




/* --------------------------------------------- */
/* 　　　　　　　　　　LSC用　　　　　　　　　　 */
/* --------------------------------------------- */
.display-no{
	display: none !important;
	}




/* for all */
@media (max-width: 1199.98px) {
/*1199px以下*/
}
@media (max-width: 991.98px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767.98px) {
/*767px以下*/
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下縦向き*/
}
@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下横向き*/
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*767px以下 横向き, 768px以上,*/
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*767px以下 横向き, 768px～991px*/
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
}
@media (min-width: 768px) and (max-width: 1199.98px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
}


/* ie */
@media all and (-ms-high-contrast: none) {
}




