/* CSS Document */

html{
	scroll-behavior: smooth;
	}

body{
	background: url("../images/bodyBg.png");
	background-size: 50% auto;
	color: #4d596a;
	fill: currentColor;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
	text-align: justify;
	line-height: 1em;
	}
	body *{
		line-height: 1em;
		}
		body *::selection {
			background: #1696ac;
			color: #fff;
			}
		body *::-moz-selection {
			background: #1696ac;
			color: #fff;
			}
	body:not(.nav){}
		body:not(.nav) #nav{
			pointer-events: none;
			opacity: 0;
			}
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;
	}

dt{
	font-weight: inherit;
	}

main{}
	main a{
		color: #1A0DAB;
		}
		main a:hover{
			text-decoration: underline;
			}
		main a:visited{
			color: #660099;
			}

input,
textarea,
select{}
	input:focus,
	textarea:focus,
	select:focus{
		border: 1px solid #1696ac;
		}

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: #1696ac;
			background-color: #1696ac;
			-webkit-animation: checked 0.2s forwards;
			animation: checked 0.2s forwards;
			}
		@-webkit-keyframes checked{
			30% {box-shadow: 0 0 0 1em rgba(22,150,172,0.5);}
			}
		@keyframes checked{
			30% {box-shadow: 0 0 0 1em rgba(22,150,172,0.5);}
			}

#wrapper{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	min-height: 100vh;
	margin: auto;
	}

#header,
#nav,
#main{
	order: -1;
	}

#header{
	position: -webkit-sticky;
	position: sticky;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 120;
	}
	_:-ms-lang(x)::-ms-backdrop, #header{
		position: relative;
		}

#siteName{}
	#siteName a{
		display: block;
		fill: #27344d;
		}

#navButton{
	position: absolute;
	top: 0;
	right: 0;
	flex: 0 0 1em;
	width: 1em;
	height: 1em;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	color: #1696ac;
	font-size: 4em;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	z-index: 10;
	}
	.nav #navButton{}
		.nav #navButton i:nth-child(1){
			top: 50%;
			transform: rotate(-45deg);
			}
		.nav #navButton i:nth-child(2){
			opacity: 0;
			}
		.nav #navButton i:nth-child(3){
			top: 50%;
			transform: rotate(45deg);
			}
	#navButton i{
		position: absolute;
		display: block;
		left: 20%;
		width: 60%;
		height: 4px;
		margin-top: -2px;
		background: currentColor;
		border-radius: 2px;
		transition: all 0.2s ease-out;
		z-index: 100000;
		}
		#navButton i:nth-child(1){
			top: 30%;
			}
		#navButton i:nth-child(2){
			top: 50%;
			}
		#navButton i:nth-child(3){
			top: 70%;
			}

#nav{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	transition: opacity 0.2s ease-out;
	z-index: 120;
	}
	#nav menu{
		display: flex;
		align-items: center;
		margin: auto;
		padding: 0;
		}
		#nav menu i{
			display: flex;
			align-items: center;
			margin-right: 1em;
			}

#navGlobal,
#navPickup,
#navExtra,
#navTerms{
	width: 100%;
	}

#navSearch{
	order: -1;
	}
	#navSearch form{
		display: flex;
		align-items: center;
		height: 3em;
		padding: 0 0.8em 0 1em;
		border: 1px solid #b2b6bc;
		border-radius: 1.5em;
		overflow: hidden;
		}
	#navSearch > form{
		display: flex;
		pointer-events: none;
		}
	#navSearch > form input{
		width: calc(100% - 5em);
		}
	#navSearch > form button{
		width: 5em;
		}

#pagePath{
	padding: 0.5em 0;
	background: #27344d;
	color: #fff;
	overflow-y: auto;
	}
	#pagePath ul{
		display: flex;
		}
	#pagePath li{
		white-space: nowrap;
		font-size: 0.875em;
		}
		#pagePath li a{
			text-decoration: underline;
			}
		#pagePath li:last-child{
			}
		#pagePath li+li:before{
			content: "＞";
			margin: 0 0.5em;
			}

#main{
	margin-bottom: auto;
	}

#footer{
	background: #131a26;
	color: #fff;
	}

#fBanner{
	background: #27344d;
	color: #fff;
	overflow: hidden;
	}
	#fBanner ul{
		margin-top: 2em;
		}
	#fBanner img{
		width: 100%;
		height: auto;
		}
	#fBanner .wrap{}
		#fBanner .wrap:before{
			content: "PR";
			display: block;
			letter-spacing: 1em;
			text-indent: 1em;
			text-align: center;
			}

#fNavExtra{}
	#fNavExtra a{
		display: block;
		padding: 1em;
		border: 1px solid currentColor;
		border-radius: 6px;
		text-align: center;
		}
		#fNavExtra a:hover{
			background: #fff;
			border-color: #fff;
			color: #131a26;
			}

#fNavTerms{}
	#fNavTerms ul{
		display: flex;
		}
	#fNavTerms a{}
		#fNavTerms a:hover{
			text-decoration: underline;
			}

#fAddress{}
	#fAddress dt,
	#fAddress dd{
		line-height: 1.7em;
		}
	#fAddress #fLogo{
		justify-self: center;
		}
	#fAddress .wrap{
		display: grid;
		justify-content: center;
		grid-gap: 2em;
		}

#fLogo{
	fill: currentColor;
	}

#copyright{
	padding-bottom: 2em;
	box-sizing: content-box;
	}
	#copyright p{
		margin: 0;
		padding: 0;
		text-align: center;
		}

#sidebar{}
	#sidebar > *{
		padding: 0;
		}

#pageTab{
	padding-bottom: 0;
	border-bottom: 1px solid #b2b6bc;
	}
	#pageTab ul{
		position: relative;
		display: flex;
		bottom: -1px;
		}
	#pageTab li{
		display: flex;
		margin-bottom: 0.5em;
		background: #fff;
		border: 1px solid #b2b6bc;
		border-radius: 6px;
		transition: all 0.2s ease-out;
		}
		#pageTab li:hover{
			border-color: currentColor;
			background: #e6f3f5;
			color: #1696ac;
			}
			#pageTab li:hover a{
				fill: currentColor;
				}
		#pageTab li a{
			position: relative;
			display: flex;
			align-items: center;
			width: 100%;
			padding-right: 3em;
			color: inherit;
			fill: #4d596a;
			font-weight: bold;
			letter-spacing: 0.1em;
			line-height: 1.5em;
			text-decoration: none;
			}
			#pageTab li:hover{
				background: #e6f3f5;
				color: #1696ac;
				fill: currentColor;
				}
		#pageTab li i{
			position: absolute;
			top: calc(50% - 0.5em);
			}
		#pageTab li svg{
			transform: scale(1.2);
			}
	#pageTab li.select{
		position: relative;
		margin-bottom: 0;
		border-bottom: none;
		border-radius: 6px 6px 0 0 ;
		pointer-events: none;
		}
		#pageTab li.select:before,
		#pageTab li.select:after{
			content: "";
			position: absolute;
			bottom: 0;
			width: 6px;
			height: 6px;
			background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 6"><path d="M1,0H0A6,6,0,0,0,6,6V5A5,5,0,0,1,1,0Z" style="fill:%23b2b6bc"/><path d="M0,0V6H6A6,6,0,0,1,0,0Z" style="fill:%23fff"/></svg>') center center no-repeat;
			background-size: 6px 6px;
			}
		#pageTab li.select:before{
			left: -6px;
			transform: scale(-1, 1);
			}
		#pageTab li.select:after{
			right: -6px;
			}

#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: #fff;
			border: 1px solid #b2b6bc;
			border-radius: 8px;
			color: inherit;
			}
			#pagenation a:not([rel]):hover{
				background: #e6f3f5;
				border-color: currentColor;
				color: #1696ac;
				}
			#pagenation a:not([rel]).lsc-current-page{
				background: #1696ac;
				border-color: transparent;
				color: #fff;
				pointer-events: none;
				}
		#pagenation a[rel]{
			color: inherit;
			}
			#pagenation a[rel]:hover{
				color: #1696ac;
				}
	#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;
			}

#prBanner{
	position: relative;
	}
	#prBanner h4{
		position: relative;
		padding-left: 1.5em;
		font-size: 1.2em;
		font-weight: bold;
		}
		#prBanner h4 i{
			position: absolute;
			top: calc(50% - 0.5em);
			left: 0;
			}
	#prBanner h4+div{
		margin-top: 1em;
		border-top: 1px solid #b2b6bc;
		overflow: hidden;
		}
	#prBanner li{
		margin-top: 1em;
		}
		#prBanner li a{
			display: block;
			}
		#prBanner li img{
			width: 100%;
			height: auto;
			}
	#prBanner h4+div+div{
		position: absolute;
		top: 0;
		right: 0;
		}
		#prBanner h4+div+div a{
			display: flex;
			align-items: center;
			color: inherit;
			text-decoration: none;
			font-size: 0.875em;
			}
		#prBanner h4+div+div i{
			margin-left: 0.3em;
			}

#cookieAgree{
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 1.5em;
	z-index: 1000;
	}
	#cookieAgree div{
		position: relative;
		display: flex;
		flex-direction: column;
		background: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.2);
		padding: 1em;
		}
	#cookieAgree p{
		line-height: 1.5em;
		}
	#cookieAgree a{
		color: #1696ac;
		text-decoration: underline;
		}
	#cookieAgree button{
		align-self: center;
		width: 7em;
		margin-top: 1em;
		padding: 0.8em;
		background: #27344d;
		border-radius: 6px;
		line-height: 1em;
		cursor: pointer;
		}

.wrap{
	margin-left: auto;
	margin-right: auto;
	}

.subject{
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.5em;
	}
	.subject:before,
	.subject:after{
		color: #1696ac;
		}
	.subject:before{
		font-weight: normal;
		font-size: 0.5em;
		letter-spacing: 0.1em;
		}
	.subject[data-ruby]{}
		.subject[data-ruby]:before{
			content: attr(data-ruby);
			}

.headline{
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4em;
	}

.title{
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4em;
	}

.subTitle{
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4em;
	}

.linkBut{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 0.5em;
	padding: 1em 2em;
	background: #fff;
	border: 1px solid #b2b6bc;
	border-radius: 6px;
	color: inherit;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5em;
	}
	.linkBut:not(:hover){
		color: inherit;
		}
	.linkBut:hover{
		border-color: transparent;
		background: #1696ac;
		color: #fff;
		text-decoration: none;
		}

.tabMenu{
	display: flex;
	}
	.tabMenu li{
		display: flex;
		background: #fff;
		border: 1px solid #b2b6bc;
		}
		.tabMenu li a{
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			padding: 0.5em 1em;
			color: inherit;
			line-height: 1.5em;
			text-decoration: none;
			text-align: center;
			cursor: pointer;
			}
		.tabMenu li i{
			position: absolute;
			right: 2px;
			bottom: 2px;
			width: 5px;
			height: 5px;
			}
		.tabMenu li svg{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}
	.tabMenu li+li{
		margin-left: -1px;
		}
	.tabMenu li.select{
		position: relative;
		margin-top: -1em;
		border-bottom: none;
		border-bottom: 2px solid currentColor;
		color: #1696ac;
		z-index: 1;
		}
		.tabMenu li.select a{
			font-weight: bold;
			}

.topicsList{}
	.topicsList p{
		padding: 10% 0;
		text-align: center;
		opacity: 0.5;
		}
	.topicsList dl{
		position: relative;
		display: flex;
		align-items: center;
		}
		.topicsList dl:not(:last-child){
			border-bottom: 1px solid #b2b6bc;
			}
	.topicsList dt{
		padding-right: 2em;
		font-size: 0.875em;
		line-height: 1.7em;
		order: 1;
		}
	.topicsList dt+dd{
		display: flex;
		align-items: center;
		}
	.topicsList dd{
		font-size: 0.75em;
		}
		.topicsList dd ul{
			display: flex;
			}
		.topicsList dd li{
			border: 1px solid;
			padding: 0.5em 0.8em;
			text-transform: uppercase;
			}
		.topicsList dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: transparent;
			fill: #4D596A;
			}
		.topicsList dd i{
			position: absolute;
			top: calc(50% - 0.5em);
			right: 0.5em;
			transform: scale(1.5);
			}
	.topicsList .tagNew{
		border-color: currentColor;
		color: #A7000B;
		}
	.topicsList .tagCheck{
		background: #4D596A;
		border-color: transparent;
		color: #fff;
		}

.articleList{}
	.articleList dl{
		position: relative;
		display: flex;
		flex-direction: column;
		}
	.articleList dt{
		position: relative;
		margin-top: 0.5em;
		padding-left: 1.5em;
		fill: #1696ac;
		font-weight: bold;
		line-height: 1.5em;
		}
		.articleList dt i{
			position: absolute;
			top: 0.2em;
			left: 0;
			}
	.articleList dt+dd{
		position: relative;
		order: -1;
		z-index: -1;
		}
	.articleList dd{}
		.articleList dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			}
	.articleList .thumb{
		border-radius: 12px;
		}

.spotList{}
	.spotList dl{
		position: relative;
		}
	.spotList dt{
		font-weight: bold;
		line-height: 1.5em;
		}
	.spotList dd{}
		.spotList dd:nth-of-type(3){
			color: #666;
			}
		.spotList dd:not([data-type]){}
			.spotList dd:not([data-type]) time{
				display: block;
				text-align: left;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				}
		.spotList dd ul{
			display: flex;
			flex-wrap: wrap;
			margin: -0.25em;
			}
		.spotList dd li{
			margin: 0.25em;
			padding: 0.4em 0.6em;
			background: #000;
			border-radius: 4px;
			color: #fff;
			font-weight: bold;
			}
		.spotList dd time{
			line-height: 1.5em;
			}
			.spotList dd time:empty{
				display: none;
				}
		.spotList dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			}
	.spotList .thumb{
		border-radius: 12px;
		}
	.spotList .gifu,
	.spotList [class="岐阜"]{
		background: #d99a44;
		}
	.spotList .hida,
	.spotList [class="飛騨"]{
		background: #806787;
		}
	.spotList .nishi,
	.spotList [class="西濃"]{
		background: #55a2c9;
		}
	.spotList .higashi,
	.spotList [class="中濃"]{
		background: #b95268;
		}
	.spotList.line{}
		.spotList.line dl{
			border-bottom: 1px solid #b2b6bc
			}
			.spotList.line dl:first-child{
				padding-top: 0;
				}
		.spotList.line dt{
			font-size: 1.7em;
			}
		.spotList.line dd{}
			.spotList.line dd:nth-of-type(3){
				color: #666;
				line-height: 1.7em;
				}
			.spotList.line dd ul{
				margin: -0.25em;
				}
			.spotList.line dd time{
				margin-top: 0.5em;
				}
	.spotList.grid{}
		.spotList.grid dl{
			display: flex;
			flex-direction: column;
			}
		.spotList.grid dt+dd{
			margin-bottom: 1em;
			order: -1;
			z-index: -1;
			}
		.spotList.grid dd{}
			.spotList.grid dd:nth-of-type(2){
				margin-top: 0.5em;
				}
			.spotList.grid dd:nth-of-type(3){
				display: none;
				font-size: 0.875em;
				line-height: 1.5em;
				overflow: hidden;
				}
			.spotList.grid dd ul{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				padding: 0.75em;
				font-size: 0.8em;
				}

.slide{}
	.slide .slick-arrow{
		position: relative;
		width: 3em;
		height: 3em;
		margin: -1.5em;
		background: #fff;
		border: 1px solid #acacac;
		border-radius: 100%;
		fill: #4d596a;
		cursor: pointer;
		}
	.slide .slick-arrow svg{
		position: absolute;
		top: 30%;
		left: 30%;
		width: 40%;
		height: 40%;
		}
	.slide .slick-dots{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		}
		.slide .slick-dots li{
			width: 8px;
			height: 8px;
			margin: 10px;
			background: #bebebe;
			border-radius: 100%;
			cursor: pointer;
			overflow: hidden;
			}
		.slide .slick-dots li.slick-active{
			width: 12px;
			height: 12px;
			background: #1696ac;
			}
		.slide .slick-dots button{
			opacity: 0;
			}

.infoWin{}
	.infoWin dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 24em;
		}
	.infoWin dt{
		width: 100%;
		font-size: 0.875em;
		line-height: 1.5em;
		font-weight: bold;
		}
	.infoWin dt+dd{
		width: 100%;
		margin-top: 0.5em;
		}
		.infoWin dt+dd img{
			display: block;
			width: 100%;
			height: auto;
			border-radius: 6px;
			}
	.infoWin dd{}
		.infoWin dd:nth-of-type(n+2){
			width: calc(50% - 0.25em);
			max-width: 8em;
			margin-top: 0.5em;
			}
		.infoWin dd:nth-of-type(3){
			margin-left: 0.5em;
			}
		.infoWin dd a{
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			padding: 0.5em 0.8em;
			border: 1px solid #b2b6bc;
			border-radius: 6px;
			color: inherit;
			font-size: 0.8em;
			text-align: center;
			text-decoration: none;
			}
			.infoWin dd a:hover{
				background: #e6f3f5;
				border-color: currentColor;
				color: #1696ac;
				}

.gsc-control-cse{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	font-size: inherit !important;
	}
	.gsc-control-cse *{
		line-height: inherit;
		}
	.gsc-control-cse .gsc-search-box,
	.gsc-control-cse .gsc-search-box *{
		margin: 0;
		padding: 0;
		border: none;
		font-size: inherit;
		}
		.gsc-control-cse .gsc-search-box .gsc-input{
			padding-right: 0.5em;
			}
		.gsc-control-cse .gsc-search-box .gscb_a{
			color: #1696ac;
			}
	.gsc-control-cse .gsc-search-button-v2{
		font-size: inherit !important;
		}

.anchor{
	position: absolute;
	opacity: 0;
	}




/* for all */
@media (max-width: 1199.98px) {
/*1199px以下*/
}
@media (max-width: 991.98px) {
/*991px以下*/
#header{
	height: 4em;
	}
#nav{
	top: 4em;
	height: calc(100% - 4em);
	}
#hNav,
#navLogo,
#nav #navButton{
	display: none;
	}
}


/* for mobile */
@media (max-width: 767.98px) {
/*767px以下*/
main > *,
article,
article section,
article nav,
article header,
article footer{
	padding-top: 2em;
	padding-bottom: 2em;
	}
#siteName{
	margin: 0.8em;
	margin-left: 1.5em;
	}
	#siteName svg{
		font-size: 2.6em;
		}
#nav{
	padding: 2em 4em 2em 1.5em;
	}
	#nav menu{
		margin-top: 2em;
		}
#navGlobal,
#navExtra,
#navTerms{
	margin-top: 2em;
	}
#fBanner{
	padding: 2em 0;
	}
#fNavExtra,
#fNavTerms,
#fAddress,
#copyright{
	margin-top: 2em;
	}
#sidebar{
	margin-top: 2em;
	}
	#sidebar > *{
		margin-top: 2em;
		}
.wrap{
	width: calc(100% - 3em);
	}
.subject{
	font-size: 1.25em;
	}
.headline{
	font-size: 1.6em;
	}
.title{
	font-size: 1.3em;
	}
.subTitle{
	font-size: 1.1em;
	}
.topicsList{}
	.topicsList dl{
		flex-wrap: wrap;
		padding: 1em 0;
		}
	.topicsList dt{
		width: 100%;
		margin-top: 0.8em;
		}
	.topicsList dd{}
		.topicsList dd:not(:last-child){
			margin-right: 0.5em;
			}
		.topicsList dd li{
			margin-left: 0.5em;
			}
.spotList{}
	.spotList.line{}
		.spotList.line dd{}
			.spotList.line dd:nth-of-type(3){
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				height: calc(1.7em * 3);
				text-align: left;
				overflow: hidden;
				}
			.spotList.line dd ul{
				position: absolute;
				padding: 0.75em;
				}
.slide{}
	.slide .slick-arrow{
		transform: scale(0.8);
		}
.anchor{
	margin-top: calc(-2em - 4em);
	}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下縦向き*/
body{
	font-size: 3.8vw;
	}
#navSearch{
	width: 100%;
	margin-bottom: 1em;
	}
#fBanner{}
	#fBanner ul{
		padding: 0 1em;
		}
	#fBanner li+li{
		margin-top: 1.5em;
		}
#fNavExtra{}
	#fNavExtra ul{
		padding: 0 1.5em;
		}
	#fNavExtra li+li{
		margin-top: 1em;
		}
#fNavTerms{}
	#fNavTerms ul{
		flex-direction: column;
		align-items: center;
		padding: 0 1.5em;
		}
	#fNavTerms li+li{
		margin-top: 1em;
		}
#fLogo{
	margin: 1em 0;
	padding: 0 4em;
	}
	#fLogo svg{
		font-size: 3em;
		}
#pageTab{}
	#pageTab ul{
		flex-direction: column;
		}
	#pageTab li{}
		#pageTab li a{
			padding: 0.8em 1em;
			padding-right: 4em;
			}
		#pageTab li i{
			right: 1em;
			}
	#pageTab li.select{
		order: 1;
		}
.articleList{}
	.articleList dl{
		padding: 1.5em 0;
		}
	.articleList dt+dd{
		margin-top: 1em;
		}
	.articleList dd{}
		.articleList dd:nth-of-type(2){
			flex-direction: column;
			}
.spotList{}
	.spotList.line{}
		.spotList.line dl{
			padding: 1.5em 0;
			}
		.spotList.line dt+dd{
			margin-top: 1em;
			}
		.spotList.line dd{}
			.spotList.line dd:nth-of-type(2){
				margin-top: 1em;
				margin-bottom: 0.5em;
				}
			.spotList.line dd ul{
				transform: translate(0,-1.25em);
				margin-top: -66.66%;
				}
}
@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下横向き*/
#nav{}
	#nav menu{
		margin-top: 3em;
		}
body{
	font-size: 2vw;
	}
.spotList{}
	.spotList.line{}
		.spotList.line dd{}
			.spotList.line dd ul{
				position: absolute;
				top: 0;
				left: 0;
				padding: 0.75em;
				}
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*767px以下 横向き, 768px以上,*/
#navSearch{
	width: calc(100% - 26em);
	margin-right: 2em;
	}
#fBanner{}
	#fBanner ul{
		display: flex;
		justify-content: center;
		}
	#fBanner li{
		max-width: 300px;
		}
	#fBanner li+li{
		margin-left: 2em;
		}
#fNavExtra{}
	#fNavExtra ul{
		display: flex;
		justify-content: space-between;
		}
#fNavTerms{}
	#fNavTerms ul{
		justify-content: center;
		}
	#fNavTerms li{}
		#fNavTerms li a{
			margin: 0 2em;
			}
	#fNavTerms li+li{
		position: relative;
		}
		#fNavTerms li+li:before{
			content: "";
			position: absolute;
			top: calc(50% - 0.5em);
			left: 0;
			height: 1em;
			border-left: 1px solid currentColor;
			}
#fLogo{}
	#fLogo svg{
		font-size: 4em;
		}
#pageTab{}
	#pageTab li{}
		#pageTab li a{
			padding: 1.2em 1.5em;
			padding-right: 4em;
			}
		#pageTab li i{
			right: 1.5em;
			}
	#pageTab li+li{
		margin-left: 0.5em;
		}
.spotList{}
	.spotList.line{}
		.spotList.line dl{
			display: -ms-grid;
			-ms-grid-columns: 1fr 2fr;
			display: grid;
			grid-template-columns: 1fr 2fr;
			padding: 2em 0;
			}
		.spotList.line dt{
			-ms-grid-column: 2;
			grid-row: 2;
			}
		.spotList.line dt+dd{
			-ms-grid-column: 1;
			-ms-grid-row: 1;
			-ms-grid-row-span: 8;
			grid-column: 1;
			grid-row: 1 / 8;
			margin-right: 2em;
			}
		.spotList.line dd{
			-ms-grid-column: 2;
			}
			.spotList.line dd:nth-of-type(2){
				-ms-grid-row: 2;
				display: contents;
				}
				_:-ms-lang(x)::-ms-backdrop, .spotList.line dd:nth-of-type(2){
					display: flex;
					flex-wrap: wrap;
					align-items: center;
					}
			.spotList.line dd:nth-of-type(3){
				-ms-grid-row: 3;
				margin-top: 0.5em;
				}
			.spotList.line dd ul{
				column: 2;
				grid-row: 1;
				margin-bottom: 0.5em;
				}
				_:-ms-lang(x)::-ms-backdrop, .spotList.line dd ul{
					margin-right: 1em;
					}
			.spotList.line dd time{
				column: 2;
				grid-row: 3;
				}
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*767px以下 横向き, 768px～991px*/
#fBanner{}
	#fBanner li:nth-of-type(3){
		display: none;
		}
#fNavExtra{}
	#fNavExtra ul{
		flex-wrap: wrap;
		}
	#fNavExtra li{
		width: calc(50% - 0.75em);
		}
		#fNavExtra li:nth-of-type(n+3){
			margin-top: 1.5em;
			}
#sidebar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
	#sidebar > *{
		width: calc(50% - 1em);
		}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
html{
	font-size: 62.5%;
	}
#nav{}
	#nav menu{
		display: none;
		}
#fAddress{}
	#fAddress #fLogo{
		grid-column: 1 / 4;
		}
	#fAddress .wrap{
		grid-template-columns: auto 1px 1fr;
		grid-row-gap: 3em;
		}
		#fAddress .wrap:after{
			content: "";
			grid-column: 2;
			grid-row: 2;
			background: currentColor;
			opacity: 0.3;
			}
.subject{
	font-size: 1.75em;
	}
.headline{
	font-size: 1.8em;
	}
.title{
	font-size: 1.6em;
	}
.subTitle{
	font-size: 1.2em;
	}
.topicsList{}
	.topicsList dl{
		padding: 1.5em 0;
		}
	.topicsList dt{
		width: calc(100% - 17em);
		margin-left: auto;
		}
	.topicsList dd{}
		.topicsList dd:nth-of-type(1){
			width: 13em;
			justify-content: space-between;
			}
		.topicsList dd:nth-of-type(2){
			width: 10em;
			text-align: center;
			}
		.topicsList dd ul{
			flex-direction: column;
			text-align: center;
			width: 6em;
			margin: -1em 0;
			}
}
@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 nav,
article header,
article footer{
	padding-top: 3em;
	padding-bottom: 3em;
	}
#siteName{
	margin: 0.6em 0;
	margin-left: 1.5em;
	}
	#siteName svg{
		font-size: 2.6em;
		}
#nav{
	padding: 3em;
	padding-right: 6em;
	}
#navGlobal,
#navPickup,
#navExtra,
#navTerms{
	margin-top: 3em;
	}
#fBanner{
	padding: 3em 0;
	}
	#fBanner li+li{
		margin-left: 3em;
		}
#fNavExtra,
#fNavTerms,
#fAddress,
#copyright{
	margin-top: 3em;
	}
#sidebar{
	margin-top: 3em;
	}
	#sidebar > *{
		width: calc(50% - 1.5em);
		margin-top: 3em;
		}
.wrap{
	width: 720px;
	}
.anchor{
	margin-top: calc(-3em - 4em);
	}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
main > *,
article,
article section,
article nav,
article header,
article footer{
	padding-top: 4em;
	padding-bottom: 4em;
	}
#header{
	height: 0;
	}
#siteName{
	align-self: flex-start;
	margin: 0.6em auto 0 2em;
	}
	#siteName svg{
		font-size: 2.8em;
		}
#nav{
	padding: 4em;
	}
#navLogo{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 48em);
	height: 100%;
	padding: 4em;
	background: #27344d;
	color: #fff;
	}
	#navLogo svg{
		font-size: 5em;
		}
#fBanner{
	padding: 4em 0;
	}
#fNavExtra,
#fNavTerms,
#fAddress,
#copyright{
	margin-top: 4em;
	}
#fNavExtra{}
	#fNavExtra li{
		width: calc(25% - 1em);
		}
#fAddress{}
	#fAddress .wrap{
		grid-template-columns: 1fr 1px 1fr;
		grid-gap: 4em;
		}
#col2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	}
#contents{
	width: calc(100% - 300px - 4em);
	}
#sidebar{
	width: 300px;
	padding-bottom: 4em;
	}
	#sidebar > *+*{
		margin-top: 2em;
		}
.anchor{
	margin-top: calc(-4em - 6em);
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992px～1199px*/
#navGlobal,
#navPickup,
#navExtra,
#navTerms{
	margin-top: 3em;
	}
#fBanner{}
	#fBanner li+li{
		margin-left: 3em;
		}
.wrap{
	width: 960px;
	}
}
@media (min-width: 992px) and (max-width: 1399.98px) {
/*992px～1399px*/
#nav{
	padding-left: calc(100% - 38em);
	}
#navLogo{
	width: calc(100% - 40em);
	}
}
@media (min-width: 992px) and (max-width: 1499.98px) {
#navSearch{
	width: 100%;
	margin: 0 0 1em 0;
	padding-right: 5em;
	}
}
@media (min-width: 1200px) {
/*1200px以上*/
body{
	font-size: 1.6rem;
	}
#navGlobal,
#navPickup,
#navExtra,
#navTerms{
	margin-top: 4em;
	}
#fBanner{}
	#fBanner li+li{
		margin-left: 4em;
		}
.wrap{
	width: 1140px;
	}
}
@media (min-width: 1400px) {
/*1400px以上*/
#nav{
	padding-left: calc(50% + 3em);
	}
#navLogo{
	width: 50%;
	}
}




