/* CSS Document */

#detail{
	padding: 0;
	}
	#detail+nav{
		padding-top: 0;
		}

#subject{}
	#subject span{
		margin: 0 0 0.5em 0;
		line-height: 1em;
		}
	#subject .wrap{
		display: flex;
		flex-direction: column-reverse;
		}
	#subject .headline{
		display: block;
		text-align: left;
		}

#detailTitle{}
	#detailTitle h3{
		color: #223a70;
		}
		#detailTitle h3:empty{
			display: none;
			}
		#detailTitle h3:empty+figure{
			margin-top: 0;
			}
	#detailTitle figure{
		margin-top: 2em;
		}
	#detailTitle ul{
		display: flex;
		flex-wrap: wrap;
		margin: -1px;
		list-style: none;
		}
	#detailTitle li{
		width: calc(50% - 2px);
		margin: 1px;
		}
		#detailTitle li:nth-child(n+5){
			width: calc(33.33% - 2px);
			}
		#detailTitle li:first-child:last-child{
			width: 100%;
			}
	#detailTitle .thumb{
		padding-top: 66.66%;
		}

#detailOverview{
	margin-top: 2em;
	}
	#detailOverview .linkBut{
		position: relative;
		padding-left: 3em;
		display: block;
		background: #223a70;
		color: #fff;
		fill: #fff;
		}
		#detailOverview .linkBut:hover{
			background: #e50012;
			}
		#detailOverview .linkBut i{
			position: absolute;
			top: calc(50% - 0.5em);
			left: 1.5em;
			right: auto;
			}
		#detailOverview .linkBut svg{
			width: 1.4em;
			height: 1.4em;
			margin: -0.2em;
			}
	#detailOverview .download{
		background: none;
		color: #1a1a1a;
		fill: #1a1a1a;
		}
		#detailOverview .download:hover{
			background: none;
			border-color: #e50012;
			color: #e50012;
			fill: #e50012;
			}
		#detailOverview .download i{
			transform: scale(1.1);
			}
	#detailOverview [data-jc-action]{
		position: relative;
		width: 100%;
		font-weight: normal;
		transition-property: color,background,background-color,background-size,border,border-color,box-shadow,fill,filter,opacity;
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
		}
		#detailOverview [data-jc-action] i{
			padding-left: 0;
			}
		#detailOverview [data-jc-action] svg{
			position: static;
			}
		#detailOverview [data-jc-action].hidden{
			display: none;
			}
	#detailOverview [data-jc-action="favorite-spot#add"]{
		background: #ed7700;
		}
	#detailOverview [data-jc-action="favorite-spot#delete"]{
		background: #ccc;
		}

#detailPurchase{
	display: none;
	}

#detailMovie{
	background: #223a70;
	color: #fff;
	fill: #fff;
	margin-bottom: 4em;
	}
	#detailMovie a{
		color: #fff;
		}

#detailInfo{
	padding-top: 0;
	}
	#detailInfo h3{
		color: #1a1a1a;
		fill: #1a1a1a;
		}

#detailInquiry{
	padding-top: 0;
	}
	#detailInquiry h3{
		color: #1a1a1a;
		fill: #1a1a1a;
		}

#detailMap{
	padding-top: 0;
	}
	#detailMap li{}
		#detailMap li:nth-child(1){}
			#detailMap li:nth-child(1) .linkBut{
				background: #1a1a1a;
				}
				#detailMap li:nth-child(1) .linkBut:hover{
					background: #e50012;
					}
				#detailMap li:nth-child(1) .linkBut i+i svg{
					transform: rotate(90deg);
					}
		#detailMap li:nth-child(2){}
			#detailMap li:nth-child(2) .linkBut{
				background: transparent;
				border-color: #1a1a1a;
				color: #1a1a1a;
				fill: #1a1a1a;
				}
				#detailMap li:nth-child(2) .linkBut:hover{
					border-color: #e50012;
					color: #e50012;
					fill: #e50012;
					}
		#detailMap li .linkBut{
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: calc(1em - 2px);
			}
			#detailMap li .linkBut i+i{}
				#detailMap li .linkBut i+i svg{
					border-radius: 100%;
					}
	#detailMap .gMap{
		margin-top: 2em;
		}

#mapMenu{
	cursor: pointer;
	}
	#mapMenu i+i{
		transition: transform 0.2s ease-out;
		}
	#mapMenu.open i+i{
		transform: rotate(-180deg);
		}

#mapBox{}
	#mapBox ul{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		}
	#mapBox li{
		margin: 2em 2em 0 0;
		}
		#mapBox li i{
			position: relative;
			padding-left: 2em;
			}
		#mapBox li svg{
			position: absolute;
			top: calc(50% - 0.8em);
			left: 0;
			width: 1.6em;
			height: 1.6em;
			}

#recommend{
	background: #f2ece8;
	overflow: hidden;
	}

#sdgs{
	display: flex;
	flex-wrap: wrap;
	margin: -0.5em;
	list-style: none;
	}
	#sdgs li{
		margin: 0.5em;
		color: transparent;
		}
	#sdgs svg{
		font-size: 6.4em;
		}

.tagList{
	display: flex;
	flex-wrap: wrap;
	}
	.tagList+.tagList{
		margin-top: 1.5em;
		padding-top: 1.5em;
		border-top: 1px solid #ccc;
		}
	.tagList dt,
	.tagList dd{
		line-height: 1em;
		}
	.tagList dt{
		width: 100%;
		margin-bottom: 0.5em;
		padding-left: 0.5em;
		border-left: 4px solid #223a70;
		color: #1a1a1a;
		font-weight: bold;
		}
	.tagList dd{
		margin: 0.5em 0.5em 0 0;
		}
	.tagList a{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		padding: 0.5em 1em;
		border: 2px solid #666;
		border-radius: 10em;
		color: #666;
		fill: #666;
		text-decoration: none;
		}
	.tagList i{
		margin-left: 0.2em;
		}
	.tagList .aomori{
		border-color: #147fa3;
		color: #147fa3;
		fill: #147fa3;
		}
	.tagList .akita{
		border-color: #d9383a;
		color: #d9383a;
		fill: #d9383a;
		}
	.tagList .iwate{
		border-color: #bf8f17;
		color: #bf8f17;
		fill: #bf8f17;
		}
	.tagList .yamagata{
		border-color: #539e2e;
		color: #539e2e;
		fill: #539e2e;
		}
	.tagList .miyagi{
		border-color: #f08426;
		color: #f08426;
		fill: #f08426;
		}
	.tagList .niigata{
		border-color: #829799;
		color: #829799;
		fill: #829799;
		}
	.tagList .fukushima{
		border-color: #e56e80;
		color: #e56e80;
		fill: #e56e80;
		}
	.tagList.area{}
		.tagList.area a{
			border-color: #f08426;
			color: #f08426;
			fill: #f08426;
			}

.itemSlide{}
	.itemSlide dl{
		position: relative;
		height: auto;
		margin: 0 0.5em;
		}
	.itemSlide dt{
		margin-top: calc(66.66% + 0.5em);
		color: #1a1a1a;
		font-weight: bold;
		line-height: 1.4em;
		}
	.itemSlide dt+dd{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		}
	.itemSlide a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: transparent;
		}
	.itemSlide .thumb{
		padding-top: 66.66%;
		}
	.itemSlide .slick-arrow{}
		.itemSlide .slick-arrow svg{
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
			}


/* for all */
@media (max-width: 1199px) {
/*1199px以下*/
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767px) {
/*767以下px*/
#detailMap{}
	#detailMap .buttonSet{
		flex-direction: column-reverse;
		}
.itemSlide{
	margin-left: -1em;
	margin-right: -1em;
	}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
.tagList{}
	.tagList:last-child{
		padding-bottom: 1.5em;
		border-bottom: 1px solid #ccc;
		}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
.buttonSet{}
	.buttonSet li{
		width: 16em;
		}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
#detailTitle{}
	#detailTitle li{}
		#detailTitle li:first-child:last-child{}
			#detailTitle li:first-child:last-child .thumb{
				padding-top: 50%;
				}
#detailOverview{}
	#detailOverview .wrap{
		display: flex;
		justify-content: space-between;
		}
		#detailOverview .wrap > div+div{
			margin-top: 0;
			}
	#detailOverview .buttonSet{}
		#detailOverview .buttonSet li{
			width: 100%;
			}
#detailMap{}
	#detailMap .buttonSet{}
		#detailMap .buttonSet li{
			width: 18em;
			}
#recommend{}
	#recommend .wrap{
		overflow: hidden;
		}
.itemSlide{
	margin-left: -0.5em;
	margin-right: -0.5em;
	}
	.itemSlide .slick-prev{
		left: 0.5em;
		}
	.itemSlide .slick-next{
		right: 0.5em;
		}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1199px*/
#detailOverview{}
	#detailOverview .wrap{}
		#detailOverview .wrap > div{
			width: calc(100% - 18em);
			}
		#detailOverview .wrap > div+div{
			width: 16em;
			}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#detailOverview{}
	#detailOverview .wrap{}
		#detailOverview .wrap > div{
			width: calc(100% - 22em);
			}
		#detailOverview .wrap > div+div{
			width: 20em;
			}
.tagList{}
	.tagList a{
		font-size: 0.875em;
		}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1199px*/
#detailMovie{}
	#detailMovie .wrap{
		padding: 0 100px;
		}
}
@media (min-width: 1200px) {
/*1200px以上*/
#detailMovie{}
	#detailMovie .wrap{
		padding: 0 200px;
		}
}


/* Edge */
@supports (-ms-ime-align:auto) {
}


/* ie */
@media all and (-ms-high-contrast: none) {
}


