/* CSS Document */

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: none;
	z-index: 100;
	}


/* メインビジュアル */
#hero{
	background: url("../images/mainBg.jpg");
	}
	#hero .wrap{
		position: relative;
		}

#heroPhoto{
	overflow: hidden;
	}


/* 松阪ってどんなとこ？ */
#matsusaka{
	background: url("../images/matsusaka-bg.png");
	background-size: cover;
	padding-bottom: 0;
	z-index: -1;
	}
	#matsusaka>div+figure{
		margin-top: 2em;
		}
	#matsusaka h2{
		position: relative;
		text-align: center;
		color: #000;
		z-index: 0;
		margin-bottom: 1em;
		}
		#matsusaka h2:before{
			content: "";
			position: absolute;
			bottom: 0;
			left: calc(50% - 6em);
			width: 12em;
			height: 0.5em;
			background: #efdd3a;
			z-index: -1;
			}
	#matsusaka h3{
		text-align: center;
		color: #052c4c;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: bold;
		}
	#matsusaka h3+p{
		margin-top: 1.5em;
		}

#slick{}
	#slick h3+div{
		overflow: hidden;
		}


/* Information */
#topics{}
	#topics h2{
		color: #333;
		}
	#topics ul{
		list-style: none;
		}
	#topics li{
		display: flex;
		padding: 0.8em 0;
		border-bottom: 1px dotted #ccc;
		}
		#topics li a{
			line-height: 1.4em;
			order: 2;
			}
		#topics li time{
			color: #666;
			line-height: 1.4em;
			letter-spacing: 0.1em;
			order: 1;
			}


/* 松阪の観光交流拠点とは？ */
#about{
	background: #fffcf2;
	}
	#about h2{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		}
		#about h2 i{
			position: relative;
			padding-right: 2em;
			}
			#about h2 i svg{
				position: absolute;
				top: calc(50% - 0.8em);
				left: 0;
				width: 1.6em;
				height: 1.6em;
				}
		#about h2 i:nth-of-type(2){
			transform: scale(-1,1);
			}
	#about h2+div{
		position: relative;
		}
	#about ul{
		list-style: none;
		}
	#about li{
		position: absolute;
		}
		#about li img{
			width: 100%;
			}
		#about li .thumb{
			border-radius: 100%;
			}
	#about .buttonSet{
		margin-top: 0;
		}


/* 建物内部をご紹介！？ */
#facilities{
	padding-top: 0;
	}
	#facilities section{}
		#facilities section:first-child{
			padding-top: 0;
			}
		#facilities section:last-child{
			padding-bottom: 0;
			}
	#facilities section+section{
		border-top: 1px dashed #ba8e5d;
		}
	#facilities h3{
		padding: 0.5em 1em;
		background: #ef6287;
		color: #fff;
		border-radius: 10px;
		}
	#facilities dl{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		}
	#facilities dt{
		padding-left: 1.5em;
		}
	#facilities dt:before{
		content: "●";
		position: absolute;
		top: 0;
		left: 0;
		width: 1em;
		color: #ef6287;
		}
	#facilities dt+dd{
		margin-left: 1em;
		}
	#facilities dd+dd{
		width: 100%;
		margin-top: 0.5em;
		line-height: 1.4em;
		}
	#facilities dl+dl{
		margin-top: 1em;
		}
	#facilities p+p{
		margin-top: 1em;
		}
	#facilities .point{
		background: #e9f5f5;
		}
		#facilities .point i{
			margin-right: 0.5em;
			}
		#facilities .point svg{
			fill: #5b3f21;
			}
	#facilities section .facilitiesData{
		border: 1px solid rgba(186,142,93,0.5); 
		padding: 2em;
		border-radius: 10px;
		}


/* スタンプラリー開催 */
#stamp{
	padding: 0;
	}
	#stamp .subject .thumb img{
		background-position: 50% 57%;
		object-position: 50% 57%;
		}
	#stamp #map{
		margin-top: 2em;
		}
	#stamp dl{
		position: relative;
		display: flex;
		flex-direction: column;
		transition: all 0.2s ease-out;
		}
		/*#stamp dl:hover{
			background: #052c4c;
			color: #fff;
			}*/
	#stamp dt{
		padding: 0.8em;
		font-weight: bold;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		background: #052c4c;
		color: #fff;
		order: 1;
		}
	#stamp dt+dd{
		order: 2;
		}
	#stamp dd{
		order: 3;
		}
		#stamp dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: transparent;
			}
		#stamp dd + dd{
			margin-top: 0.5em;
			}
		#stamp dd .thumb{
			padding-top: 66.66%;
			}
.infoWinMap{
	padding: 1em;
	max-width: 300px;
	}
	.infoWinMap img{
		width: 100%;
		}
	.infoWinMap div+div{
		margin-top: 0.5em;
		}
	.gm-ui-hover-effect{
		top: 2px !important;
		right: 2px !important;
		}



/* 周辺の観光スポット */
#spot{
	padding-top: 0;
	}
	#spot .subject .thumb img{
		background-position: 50% 64%;
		object-position: 50% 64%;
		}
	#spot dl{
		position: relative;
		display: flex;
		flex-direction: column;
		transition: all 0.2s ease-out;
		}
		/*#spot dl:hover{
			background: #052c4c;
			color: #fff;
			}*/
	#spot dt{
		padding: 0.8em;
		font-weight: bold;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		background: #052c4c;
		color: #fff;
		order: 1;
		}
	#spot dt+dd{
		order: 2;
		}
	#spot dd{
		order: 3;
		}
		#spot dd + dd{
			margin-top: 0.5em;
			}
		#spot dd .thumb{
			padding-top: 66.66%;
			}


/* 共通入館券情報 */
#ticket{
	padding-top: 0;
	}
	#ticket .subject .thumb img{
		background-position: 50% 20%;
		object-position: 50% 20%;
		}
	#ticket dl{
		position: relative;
		display: flex;
		flex-direction: column;
		background: #efdd3a;
		color: #052c4c;
		transition: all 0.2s ease-out;
		}
		#ticket dl:hover{
			background: #052c4c;
			color: #fff;
			}
			#ticket dl:hover svg{
				transition: all 0.2s ease-out;
				fill: #fff;
				}
	#ticket dt{
		position: relative;
		}
		#ticket dt i{
			position: absolute;
			right: 1em;
			top: calc(50% - 0.5em);
			}
	#ticket dt{
		padding: 0.8em;
		font-weight: bold;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		order: 2;
		}
	#ticket dt+dd{
		order: 1;
		}
	#ticket dd{
		order: 3;
		}
		#ticket dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: transparent;
			}
		#ticket dd .thumb{
			padding-top: 66.66%;
			}


/* アクセス情報 */
#access{
	padding-top: 0;
	}
	#access .subject .thumb img{
		background-position: 50% 40%;
		object-position: 50% 40%;
		}


/* 施設情報 */
#information{
	padding-top: 0;
	}
	#information .subject .thumb img{
		opacity: 0.7;
		}



/* for all */
@media (max-width: 1199px) {
/*1199px以下*/
}
@media (max-width: 991px) {
/*991px以下*/
#stamp{}
	#stamp .flex{
		flex-wrap: wrap;
		justify-content: space-between;
		}
#spot{}
	#spot .flex{
		flex-wrap: wrap;
		justify-content: space-between;
		}
#ticket{}
	#ticket .flex{
		flex-wrap: wrap;
		justify-content: space-between;
		}
}


/* for mobile */
@media (max-width: 767px) {
/*767px以下*/
#heroPhoto{
	border-radius: 1em;
	}
#topics{}
	#topics li{
		flex-direction: column;
		}
		#topics li time{
			margin-bottom: 0.5em;
			font-size: 0.8em;
			}
#facilities{}
	#facilities .point{
		padding: 1em;
		margin-top: 1em;
		}
	#facilities section .facilitiesData{
		padding: 1em;
		}
#copyright{
	padding: 1em 0;
	}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
#about{}
	#about h2+div{
		min-height: 16em;
		padding-right: 10em;
		}
	#about li{}
		#about li:nth-child(1){
			top: 0;
			right: 0;
			width: 9em;
			}
		#about li:nth-child(2){
			display: none;
			}
		#about li:nth-child(3){
			top: 11em;
			right: 2em;
			width: 7em;
			z-index: 1;
			}
		#about li:nth-child(4){
			top: 7em;
			right: 0;
			width: 6em;
			}
#facilities{}
	#facilities figure{
		margin-bottom: 1em;
		}
	#facilities .flex{
		flex-direction: column;
		}
#stamp{}
	#stamp dl{}
		#stamp dl + dl{
			margin-top: 2em;
			}
#spot{}
	#spot dl{}
		#spot dl + dl{
			margin-top: 2em;
			}
#ticket{}
	#ticket dl{
		width: calc(50% - 0.5em);
		}
		#ticket dl:nth-of-type(n+3){
			margin-top: 1em;
			}
#information{}
	#information figure{
		margin-bottom: 1em;
		}
	#information .flex{
		flex-direction: column;
		}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
#about{}
	#about h2+div{
		min-height: 15em;
		margin-top: 2em;
		padding-right: 12em;
		}
	#about li{}
		#about li:nth-child(1){
			top: -1em;
			right: 0;
			width: 11em;
			}
		#about li:nth-child(2){
			display: none;
			}
		#about li:nth-child(3){
			top: 10em;
			right: 4em;
			width: 7em;
			z-index: 1;
			}
		#about li:nth-child(4){
			top: 7em;
			right: 0;
			width: 6em;
			}
#facilities{}
	#facilities h3{
		display: inline-block;
		}
	#facilities .flex{
		justify-content: space-between;
		}
		#facilities .flex > *{
			width: calc(50% - 0.5em);
			}
	#facilities .flex+.flex{
		flex-flow: row-reverse;
		}
#stamp{}
	#stamp dl{
		width: calc(50% - 0.75em);
		}
		#stamp dl:nth-of-type(n+3){
			margin-top: 1.5em;
			}
#spot{}
	#spot dl{
		width: calc(50% - 0.75em);
		}
		#spot dl:nth-of-type(n+3){
			margin-top: 1.5em;
			}
#ticket{}
	#ticket dl{
		width: calc(50% - 0.75em);
		}
		#ticket dl:nth-of-type(n+3){
			margin-top: 1.5em;
			}
#information{}
	#information .flex{
		justify-content: space-between;
		}
		#information .flex > *{
			width: calc(50% - 0.5em);
			}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
#heroPhoto{
	border-radius: 2em;
	}
#topics{}
	#topics h2{
		display: inline-block;
		}
	#topics li{}
		#topics li a{
			margin-left: 1em;
			}
		#topics li time{
			white-space: nowrap;
			}
#facilities{}
	#facilities .title+*{
		margin-top: 0;
		}
	#facilities h3{
		display: inline-block;
		}
	#facilities .flex{
		justify-content: space-between;
		}
	#facilities .flex+.flex{
		flex-flow: row-reverse;
		}
	#facilities .point{
		padding: 1.5em;
		}
	#facilities .facilitiesTxt{
		padding-top: 2em;
		}
#information{}
	#information .flex{
		justify-content: space-between;
		}
	#information .linkBut{
		width: 20em;
		}
#copyright{
	padding: 1.5em 0;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1200px*/
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
#about{}
	#about h2+div{
		margin-top: 2em;
		min-height: 16em;
		padding-right: 15em;
		}
	#about li{}
		#about li:nth-child(1){
			top: -2em;
			right: 0;
			width: 13em;
			}
		#about li:nth-child(2){
			display: none;
			}
		#about li:nth-child(3){
			top: 10em;
			right: 5em;
			width: 8em;
			z-index: 1;
			}
		#about li:nth-child(4){
			top: 7.5em;
			right: 0;
			width: 6em;
			}
#facilities{}
	#facilities .flex{}
		#facilities .flex > *{
			width: calc(50% - 1em);
			}
#stamp{}
	#stamp dl{
		width: calc(50% - 1em);
		}
		#stamp dl:nth-of-type(n+3){
			margin-top: 2em;
			}
#spot{}
	#spot dl{
		width: calc(50% - 1em);
		}
		#spot dl:nth-of-type(n+3){
			margin-top: 2em;
			}
#ticket{}
	#ticket dl{
		width: calc(50% - 1em);
		}
		#ticket dl:nth-of-type(n+3){
			margin-top: 2em;
			}
#information{}
	#information .flex{}
		#information .flex > *{
			width: calc(50% - 1em);
			}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#about{}
	#about h2+div{
		margin-top: 3em;
		}
#facilities{}
	#facilities .flex{}
		#facilities .flex > figure{
			width: calc(60% - 1em);
			}
		#facilities .flex > figure+div{
			width: calc(40% - 1em);
			}
	#facilities .flex+.flex{
		margin-top: 1em;
		}
		#facilities .flex+.flex > figure{
			width: calc(40% - 1em);
			}
		#facilities .flex+.flex > figure+div{
			width: calc(60% - 1em);
			}
#stamp{}
	#stamp dl{
		width: calc(25% - 0.75em);
		}
	#stamp .flex{
		justify-content: space-between;
		}
#spot{}
	#spot dl{
		width: calc(25% - 0.75em);
		}
	#spot .flex{
		flex-wrap: wrap;
		}
#ticket{}
	#ticket dl{
		width: calc(25% - 0.75em);
		}
	#ticket .flex{
		justify-content: space-between;
		}
#information{}
	#information .flex{}
		#information .flex > *{
			width: calc(50% - 1em);
			}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1199px*/
#about{}
	#about h2+div{
		padding: 0 16em;
		min-height: 15em
		}
	#about li{}
		#about li:nth-child(1){
			top: -4em;
			left: -2em;
			width: 16em;
			}
		#about li:nth-child(2){
			top: 0;
			right: 0;
			width: 14em;
			}
		#about li:nth-child(3){
			left: 0;
			top: 11em;
			width: 8em;
			z-index: 1;
			}
		#about li:nth-child(4){
			left: 7em;
			top: 8em;
			width: 7em;
			}
#stamp{}
	#stamp dl{
		width: calc(33.33% - 0.75em);
		}
#spot{}
	#spot dl{
		width: calc(33.33% - 0.75em);
		margin-right: 1.125em;
		}
		#spot dl:nth-of-type(n+4){
			margin-top: 3em;
			}
		#spot dl:nth-of-type(3n){
			margin-right: 0;
			}
#ticket{}
	#ticket dl{
		width: calc(33.33% - 0.75em);
		}
}
@media (min-width: 1200px) {
/*1200px以上*/
#about{}
	#about h2+div{
		padding: 0 16em;
		min-height: 15em
		}
	#about li{}
		#about li:nth-child(1){
			top: -4em;
			left: -3em;
			width: 16em;
			}
		#about li:nth-child(2){
			top: 0;
			right: 0;
			width: 14em;
			}
		#about li:nth-child(3){
			top: 11em;
			left: 0;
			width: 8em;
			z-index: 1;
			}
		#about li:nth-child(4){
			top: 8em;
			left: 7em;
			width: 7em;
			}
#stamp{}
	#stamp dl{
		width: calc(33.33% - 1.125em);
		}
#spot{}
	#spot dl{
		width: calc(33.33% - 0.75em);
		margin-right: 1.125em;
		}
		#spot dl:nth-of-type(n+4){
			margin-top: 3em;
			}
		#spot dl:nth-of-type(3n){
			margin-right: 0;
			}
#ticket{}
	#ticket dl{
		width: calc(33.33% - 1.125em);
		}
}


/* Edge */
@supports (-ms-ime-align:auto) {
}


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


