/*! fonts */
@import url('../../../special_common/icon/style.css');

/* CSS Document */

html{
	line-height: 100%;
	-webkit-text-size-adjust:100%;
	}

body{
	color: #4d4d4d;
	fill: #4d4d4d;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6em;
	text-align: justify;
	font-feature-settings : "palt";
	}
	body > svg{
		display: none;
		}

a{
	color: #4d4d4d;
	fill: #4d4d4d;
	text-decoration: underline;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-property: color,background-color,background-size,border-color,box-shadow,opacity;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	a:hover,
	a:active{
		color: #2cac99;
		fill: #2cac99;
		}
	a svg{
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
		transition-property: fill,opacity;
		}

img{
	width: 100%;
	height: auto;
	vertical-align: top;
	}

svg{
	width: 1em;
	height: 1em;
	}

#wrapper{
	width: 100%;
	}
	do #wrapper{
		opacity: 0;
		}
	done #wrapper{
		-webkit-animation: wrapper 0.5s ease-in forwards;
		animation: wrapper 0.5s ease-in forwards;
		}

#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	}
	#header:before{
		content: "三重県観光連盟公式サイト";
		display: block;
		width: 100%;
		height: 1.875em;
		background: #2cac99;
		color: #fff;
		font-size: 0.8em;
		line-height: 1.875em;
		text-align: center;
		}
	#header .wrap{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		}

#siteName{
	margin-right: auto;
	}
	#siteName a{
		display: block;
		}
	#siteName svg{
		width: 2.5em;
		height: 1em;
		fill:#2cac99;
		vertical-align: middle;
		}
	#siteName text{
		display: none;
		}

#hNav{
	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;
	width: 1.5em;
	margin-right: 0.2em;
	padding-top: 0.12em;
	}

#hLanguage{
	position: relative;
	font-size: 0.3em;
	line-height: 1em;
	z-index: 1;
	}
	#hLanguage:hover{
		cursor: pointer;
		}
		#hLanguage:hover dd{
			height: auto;
			}
	#hLanguage dt{
		fill: #2cac99;
		}
	#hLanguage dd{
		position: absolute;
		height: 0;
		overflow: hidden;
		transition-property: height;
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
		}
/*		#hLanguage dd a:nth-of-type(3),
		#hLanguage dd a:nth-of-type(4),
		#hLanguage dd a:nth-of-type(5){
			display: none;
			} */
	#hLanguage a{
		display: block;
		width: 8em;
		padding: 0.5em;
		border: 1px solid #2cac99;
		background: #2cac99;
		border-radius: 1em;
		color: #fff;
		font-size: 0.6em;
		text-align: center;
		line-height: 1em;
		text-decoration: none;
		}
		#hLanguage a:hover{
			background: #fff;
			color: #2cac99;
			}
	#hLanguage a+a{
		margin-top: 0.3em;
		}

#hSns{
	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;
	list-style: none;
	font-size: 0.3em;
	line-height: 1em;
	}
	#hSns li{
		text-align: center;
		margin-left: 0.5em;

		}
	#hSns a{
		display: block;
		fill: #2cac99;
		}
		#hSns a:hover,
		#hSns a:active{
			opacity: 0.8;
			}
	#hSns svg{
		vertical-align: top;
		}

#hFav{
	font-size: 0.15em;
	}
	#hFav a{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 0.5em 0.8em;
		text-align: center;
		background: #f1f1f1;
		border-radius: 1em;
		line-height: 1em;
		text-decoration: none;
		}
	#hFav i{
		padding-left: 1.2em;
		}
	#hFav svg{
		position: absolute;
		left: 0.8em;
		top: calc(50% - 0.5em);
		fill: #999;
		}

#navButton{
	position: relative;
	width: 0.5em;
	height: 1em;
	padding: 0;
	padding-top: 0.55em;
	background: none;
	border: none;
	color: #2cac99;
	font-size: 1.2em;
	transition: left 0.2s ease-out;
	box-sizing: border-box;
	z-index: 100;
	}
	#navButton:before{
		content: "menu";
		display: block;
		font-family: Lato, sans-serif;
		color: #2cac99;
		font-size: 0.15em;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		line-height: 1em;
		}
	#navButton span{
		position: absolute;
		content: "";
		display: block;
		left: 0;
		width: 100%;
		height: 0.05em;
		background: #2cac99;
		transition: all 0.2s ease-out;
		z-index: 1;
		}
		#navButton span:nth-child(1){
			top: 15%;
			}
		#navButton span:nth-child(2){
			top: 33%;
			}
		#navButton span:nth-child(3){
			top: 51%;
			}
	.nav #navButton{}
		.nav #navButton span:nth-child(1){
			top: 35%;
			transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			}
		.nav #navButton span:nth-child(2){
			left: 200%;
			}
		.nav #navButton span:nth-child(3){
			top: 35%;
			transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			}

#gNav-top{
	position: fixed;
	left:100vw;
	width: 100vw;
	background: #fff;
	transition: left 0.2s ease-out;
	z-index: 100;
	}
	.nav #gNav-top{
		left: 0;
		}

[id^="gNav"]{}
	[id^="gNav"] ul{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		}
	[id^="gNav"] li{
		background: #f1f1f1;
		}
		[id^="gNav"] li.wide{
			width: 100%;
			}
	[id^="gNav"] a{
		position: relative;
		display: block;
		padding: 1em 0.5em;
		line-height: 1em;
		text-decoration: none;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		}
		[id^="gNav"] a:hover,
		[id^="gNav"] a:active{
			background: #2cac99;
			color: #fff;
			}
			[id^="gNav"] a:hover i,
			[id^="gNav"] a:active i{
				fill: #0f5f54;
				}
	[id^="gNav"] i{
		padding-left: 2em;
		fill: #2cac99;
		}
	[id^="gNav"] i svg,
	[id^="gNav"] img{
		position: absolute;
		left: 0.5em;
		top: calc(50% - 0.75em);
		width: 1.5em;
		height: 1.5em;
		border: none;
		}
	[id^="gNav"] > div{
		padding: 1em;
		}
	[id^="gNav"] button{
		padding: 0;
		font-size: 12px;
		}
	[id^="gNav"] .siteSearch{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		}
		[id^="gNav"] .siteSearch .siteSearchText{
			width: 90%;
			}
		[id^="gNav"] .siteSearch .siteSearchBtn{
			padding: 0.8em; 1.0em;
			}
			[id^="gNav"] .siteSearch .siteSearchBtn i{
				margin: 0;
				padding-left: 0;
				font-size: 16px;
				}

#prim{}
	#prim > *{
		margin: 2em 0;
		}

#sec,
#tert{
	margin-bottom: 2em;
	}
	#sec > *+*,
	#tert > *+*{
		margin-top: 2em;
		}

#tert{}
	#tert aside{
		margin-left: -1em;
		margin-right: -1em;
		text-align: center;
		}
		#tert aside a{
			display: block;
			padding: 0 1em;
			}
		#tert aside a+a{
			margin-top: 1em;
			}
		#tert aside a img{
			max-width: 300px;
			}
	#tert aside .subject{
		padding: 0 1em;
		font-size: inherit;
		/*text-align: right;*/
		text-align: left;
		}
		#tert aside .subject+*{
			margin-top: 0;
			}
		#tert aside .subject i{
			width: auto;
			height: auto;
			margin-right: 0.2em;
			background: none;
			padding: 0;
			fill: inherit;
			opacity: 0.5;
			}
		#tert aside .subject svg{
			margin: auto;
			}
	#tert aside .subject.advSign{
		position: relative;
		color:#F7863D;
		}
	#tert #tert-attention .themeList h2,#tert #tert-pickup .slideList h2 {
		color: #4d4d4d;
		}
	#tert #tert-syokutabi{
		display: none;
		}
	#tert #tert-ranking{}
		#tert #tert-ranking>div:not(.subject)+div{
			margin-top: 2em;
			}

#subject{
	text-align: center;
	}

#aSearch{}
	#aSearch p{
		position: relative;
		padding: 0.8em;
		background: #f2f2f2;
		border-radius: 0.2em;
		}
		#aSearch p:before{
			content: "";
			position: absolute;
			right: 0.8em;
			top: calc(50% - 0.7em);
			width: 1.4em;
			height: 1.4em;
			background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPg0KPHBhdGggZD0iTTEzLjQxOCA3Ljg1OWMwLjI3MS0wLjI2OCAwLjcwOS0wLjI2OCAwLjk3OCAwczAuMjcyIDAuNzAxIDAgMC45NjlsLTMuOTA4IDMuODNjLTAuMjcgMC4yNjgtMC43MDcgMC4yNjgtMC45NzkgMGwtMy45MDgtMy44M2MtMC4yNy0wLjI2Ny0wLjI3LTAuNzAxIDAtMC45NjlzMC43MDktMC4yNjggMC45NzggMGwzLjQyMSAzLjE0MSAzLjQxOC0zLjE0MXoiPjwvcGF0aD4NCjwvc3ZnPg==');
			background-size: cover;
			}
		#aSearch p:hover,
		#aSearch p:active{
			cursor: pointer;
			}
		#aSearch p.open{
			border-radius: 0.2em 0.2em 0 0;
			}
			#aSearch p.open:before{
				transform: scale(1, -1);
				}
	#aSearch p+div{
		padding: 0.8em;
		padding-top: 0;
		background: #f2f2f2;
		border-radius: 0 0 0.2em 0.2em;
		}
		#aSearch p+div div+div{
			margin-top: 0.5em;
			}
	#aSearch dl{
		margin-bottom: 1em;
		}
	#aSearch dt{
		position: relative;
		padding-left: 1.5em;
		}
		#aSearch dt i{
			position: absolute;
			left: 0;
			top: calc(50% - 0.6em);
			font-size: 1.2em;
			opacity: 0.5;
			}
	#aSearch dd{
		margin-top: 0.5em;
		}
	#aSearch .datepicker{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		}
		#aSearch .datepicker input{
			width: calc(50% - 0.7em);
			background: #fff;
			}
		#aSearch .datepicker span{
			width: 1em;
			}
	#aSearch .input,
	#aSearch .submit{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		}
	#aSearch .input{}
		#aSearch .input select+select{
			margin-top: 0.5em;
			}
	#aSearch .submit{}
		#aSearch .submit a+a{
			margin-left: 0.5em;
			}
	#aSearch .linkBut{
		padding: 0.5em 0.8em;
		}
	#aSearch .doSearch{
		position: relative;
		padding-right: 2em;
		}
		#aSearch .doSearch:before{
			content: "";
			position: absolute;
			right: 0.8em;
			top: calc(50% - 0.5em);
			width: 1em;
			height: 1em;
			background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjU0NSAxNS40NjdsLTMuNzc5LTMuNzc5YzAuNTctMC45MzUgMC44OTgtMi4wMzUgMC44OTgtMy4yMSAwLTMuNDE3LTIuOTYxLTYuMzc3LTYuMzc4LTYuMzc3cy02LjE4NiAyLjc2OS02LjE4NiA2LjE4NmMwIDMuNDE2IDIuOTYxIDYuMzc3IDYuMzc3IDYuMzc3IDEuMTM3IDAgMi4yLTAuMzA5IDMuMTE1LTAuODQ0bDMuNzk5IDMuODAxYzAuMzcyIDAuMzcxIDAuOTc1IDAuMzcxIDEuMzQ2IDBsMC45NDMtMC45NDNjMC4zNzEtMC4zNzEgMC4yMzYtMC44NC0wLjEzNS0xLjIxMXpNNC4wMDQgOC4yODdjMC0yLjM2NiAxLjkxNy00LjI4MyA0LjI4Mi00LjI4M3M0LjQ3NCAyLjEwNyA0LjQ3NCA0LjQ3NGMwIDIuMzY1LTEuOTE4IDQuMjgzLTQuMjgzIDQuMjgzcy00LjQ3My0yLjEwOS00LjQ3My00LjQ3NHoiPjwvcGF0aD4NCjwvc3ZnPg==');
			background-size: cover;
			}
	#aSearch .doClear{
		background: #ccc;
		color: inherit;
		}
	#aSearch .results{
		padding: 1em 0;
		text-align: center;
		}

#pagination{
	margin: 1em 0;
	text-align: center;
	}
	#pagination ul,
	#pagination ol{
		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;
		list-style: none;
		margin: -0.2em;
		}
	#pagination li{
		margin: 0.2em;
		}
		#pagination li:empty{
			display: none;
			}
		#pagination li > *{
			display: block;
			padding: 0.5em;
			border-radius: 0.1em;
			text-decoration: none;
			line-height: 1em;
			}
	#pagination li span{
		background: #f2f2f2;
		color: inherit;
		}
	#pagination li a{
		background: #2cac99;
		color: #fff;
		}
		#pagination li a:hover,
		#pagination li a:active{
			opacity: .7;
			}
	#pagination .lsc-current-page{
		background: #ccc;
		color: #fff;
		}

#tert-reservation{
		padding: 1em;
		background: #df7c8a;
		border-radius: 0.1em;
		color: #fff;
		text-align: center;
		}
	#tert-reservation p{
		font-size: 1.1em;
		font-weight: bold;
		}
		#tert-reservation p span{
			display: block;
			width: 10em;
			margin: auto;
			margin-bottom: 0.5em;
			font-size: 0.8em;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			}
	#tert-reservation p+div{
		margin: 1em 0;
		padding: 0.5em;
		background: #fff;
		}
	#tert-reservation a{
		display: block;
		margin-top: 1em;
		}

#tert-special{}
	#tert-special ul{
		list-style: none;
		}
	#tert-special li{
		position: relative;
		margin: 0 -1em;
		height: 6em;
		}
		#tert-special li:nth-child(odd){}
			#tert-special li:nth-child(odd) a{
				-ms-flex-pack: end;
				-webkit-justify-content: flex-end;
				justify-content: flex-end;
				}
				#special li:nth-child(odd) a:before{
					right: 0;
					}
		#tert-special li:nth-child(even){}
			#tert-special li:nth-child(even) a{
				-ms-flex-pack: start;
				-webkit-justify-content: flex-start;
				justify-content: flex-start;
				}
				#special li:nth-child(even) a:before{
					left: 0;
					}
		#tert-special li svg{
			/*
			width: calc(100% - 2em);
			height: 6em;
			*/
			/*background: rgba(44,172,153,0.5);*/
			background: rgba(0,0,0,0.3);
			width: calc(100% - 4em);
			height: 3em;
			display: inline-block;
			margin: auto;
			margin-top: 1.5em;
			fill: #fff;
			vertical-align: middle;
			}
	#tert-special li+li{
		margin-top: 1px;
		}
	#tert-special a{
		display: block;
		/*background: rgba(44,172,153,0.5);*/
		color: #fff;
		text-align: center;
		text-decoration: none;
		line-height: 1.4em;
		}
		#tert-special a:hover,
		#tert-special a:active{
			background: none;
			}
	#tert-special .thumbBox{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background-size: cover;
		z-index: -1;
		}
		#tert-special .thumbBox img{
			object-fit: cover;
			}

#tert-area{}
	#tert-area ul{
		position: relative;
		padding-top: 154.8%;
		background: url(../images/areaMap.jpg) center center no-repeat;
		background-size: cover;
		border: 0.3em solid #2cac99;
		list-style: none;
		}
	#tert-area li{
		position: absolute;
		}
		#tert-area li:nth-of-type(1){
			left: 30%;
			top: 10%;
			}
		#tert-area li:nth-of-type(2){
			left: 5%;
			top: 30%;
			}
		#tert-area li:nth-of-type(3){
			left: 10%;
			top: 48%;
			}
		#tert-area li:nth-of-type(4){
			right: 5%;
			bottom: 35%;
			}
		#tert-area li:nth-of-type(5){
			left: 20%;
			bottom: 15%;
			}
	#tert-area a{
		display: block;
		padding: 0.8em 1.5em;
		background: #fff;
		border: 1px solid #2cac99;
		color: #2cac99;
		fill: #2cac99;
		font-weight: bold;
		line-height: 1em;
		text-decoration: none;
		}
		#tert-area a:hover,
		#tert-area a:active{
			background: #2cac99;
			color: #fff;
			fill: #fff;
			}
	#tert-area i{
		margin-right: 1em;
		}
	#tert-area svg{
		position: absolute;
		}
	#tert-area .headline+div{
		line-height: 30vw;
		border: 1px solid #f1f1f1;
		text-align: center;
		}

#tert-pickup{}
	#tert-pickup ul{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 1em;
		border: none;
		}
	#tert-pickup li{
		width: calc(50% - 0.25em);
		margin: 0;
		}
		#tert-pickup li:nth-child(n+3){
			margin-top: 0.5em;
			}

#tert-photoCon{}
	#tert-photoCon .subject+div{
		text-align: center;
		}
	#tert-photoCon .thumbBox{
		margin: 1em 0;
		}

#tert-pamphlet{}
	#tert-pamphlet a{
		position: relative;
		display: block;
		padding-left: 3em;
		font-size: 1.1em;
		text-align: center;
		}
	#tert-pamphlet i{
		position: static;
		padding: 0;
		}
	#tert-pamphlet svg{
		left: 0.5em;
		font-size: 2.4em;
		}

#tert-topics{}
	#tert-topics .topicsList div{
		width: 100%;
		}
		#tert-topics .topicsList div small{
			display: block;
			padding: 0;
			margin: 0;
			line-height: 1.6em;
			font-size: 0.8em;
			text-align: right;
			opacity: 0.5;
			}
		#tert-topics .topicsList div time{
			margin-top: 0;
			}

#footer{
	padding: 1em 0;
	background: #f1f1f1;
	}
	#footer a{
		display: block;
		}
	#footer .wrap > *+*{
		margin-top: 1em;
		}
	#footer aside{
		margin: 0 -1em;
		text-align: center;
		}

#fSns{
	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;
	}
	#fSns p{
		width: 100%;
		margin-bottom: 0.5em;
		color: #2CAC99;
		font-weight: bold;
		text-align: center;
		line-height: 1em;
		}
	#fSns a{
		display: block;
		width: 4em;
		height: 4em;
		border-radius: 0.1em;
		}
		#fSns a:hover,
		#fSns a:active{
			background: #ddd;
			}
	#fSns svg{
		width: 2.6em;
		height: 2.6em;
		margin: 0.7em;
		}

#fNavBtn{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	padding: 1em 0 0;
	list-style: none;
	}
	#fNavBtn li{
		width: calc(50% - 0.25em);
		}
		#fNavBtn li a{
			display: block;
			padding: 0.5em;
			background: #fff;
			border-radius: 2px;
			border: 1px solid #ccc;
			font-weight: bold;
			text-align: center;
			line-height: 140%;
			box-sizing: border-box;
			text-decoration: none;
			}
			#fNavBtn li a:hover{
				background: none;
				text-decoration: none;
				}

#fNav{
	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;
	padding: 0 0 1em;
	border-bottom: 1px solid #ccc;
	list-style: none;
	}
	#fNav li{
		width: 100%;
		}
	#fNav li+li{
		margin-top: 1em;
		}
	#fNav a{
		position: relative;
		display: block;
		fill: #2cac99;
		line-height: 1em;
		text-decoration: none;
		}
	#fNav i{
		padding-left: 1.2em;
		}
	#fNav svg{
		position: absolute;
		left: 0;
		top: calc(50% - 0.5em);
		}

#fAddress{}
	#fAddress > *+*{
		margin-top: 1em;
		}
	#fAddress p{
		font-weight: bold;
		line-height: 1em;
		}
	#fAddress p+p{
		margin-top: 0.5em;
		font-weight: normal;
		line-height: 1.5em;
		}
	#fAddress dl{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		}
	#fAddress dt,
	#fAddress dd{
		font-size: 0.8em;
		line-height: 1.2em;
		}
		#fAddress dt:nth-of-type(n+2),
		#fAddress dd:nth-of-type(n+2){
			margin-top: 1px;
			}
	#fAddress dt{
		width: 5em;
		padding: 0.5em 0;
		background: #666;
		color: #fff;
		text-align: center;
		}
	#fAddress dd{
		width: calc(100% - 5em);
		padding: 0.5em;
		background: #fff;
		}

#selectPc{
	text-align: center;
	}
	#selectPc a{
		display: inline-block;
		background: #df8623;
		line-height: 1em;
		}
		#selectPc a:hover,
		#selectPc a:active{
			background: #b9263b;
			}
	#selectPc i{
		position: relative;
		padding-left: 1.5em;
		}
	#selectPc svg{
		position: absolute;
		left: 0;
		top: calc(50% - 0.5em);
		}

#copyright{
	margin-top: 2em;
	}
	#copyright p{
		font-size: 0.8em;
		line-height: 1em;
		color: #999;
		text-align: center;
		}

#pageTop{
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	text-align: center;
	z-index: 1000;
	}
	#pageTop a{
		display: block;
		background: #2cac99;
		border-radius: 0.1em;
		color: #fff;
		fill: #fff;
		text-decoration: none;
		}
		#pageTop a:hover,
		#pageTop a:active{
			background: #0f5f54;
			color: #fff;
			fill: #fff;
			}
	#pageTop i{
		display: block;
		font-size: 2.4em;
		}

#toTop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	}
	#toTop a{
		position: relative;
		display: block;
		width: 100px;
		height: 100px;
		padding-top: 70px;
		background: #2cac99;
		border-radius: 2px;
		color: #fff;
		font-size: 12px;
		text-align: center;
		box-sizing: border-box;
		}
		#toTop a:hover{
			background: #69bfb7;
			text-decoration: none;
			}
	#toTop i{
		position: absolute;
		top: 15px;
		left: 50%;
		margin-left: -30px;
		font-size: 60px;
		}


#CybotCookiebotDialog{}
	#CybotCookiebotDialog [href="#"]{
		pointer-events: auto;
		}

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

.subject{
	position: relative;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
	}
	.subject i{
		display: inline-block;
		width: 1.6em;
		height: 1.6em;
		margin-right: 0.2em;
		background: #2cac99;
		border-radius: 100%;
		color: #fff;
		fill: #fff;
		font-size: 1.2em;
		vertical-align: middle;
		}
	.subject svg{
		margin: 0.3em;
		}
	.subject span{
		line-height: 1.6em;
		}
	.subject+*{
		margin-top: 1em;
		}

.headline{
	position: relative;
	background: #f2f2f2;
	border-radius: 0.1em;
	padding: 0.8em;
	font-weight: normal;
	line-height: 1.4em;
	}
	.headline:before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 5px;
		height: 20px;
		margin-top: -10px;
		background: #2cac99;
		border-radius: 0 2px 2px 0;
		}
	.headline+*{
		margin-top: 1em;
		}

.lead{
	color: #69bfb7;
	font-weight: normal;
	line-height: 1.4em;
	}

.title{
	font-weight: normal;
	line-height: 1.4em;
	}
	.title+*{
		margin-top: 1em;
		}
	.title.center{
		position: relative;
		padding: 0 2em;
		}
		.title.center+[class$="List"]{
			margin-top: 0;
			border: none;
			}
	.title.center span{
		position: relative;
		display: inline-block;
		margin: auto;
		padding: 0 1em;
		background: #fff;
		z-index: 1;
		}
	.title.center:before{
		content: "";
		position: absolute;
		top: calc(50%);
		left: 0;
		width: 100%;
		height: 1px;
		background: #ccc;
		}

.linkBut,
.but{
	display: inline-block;
	padding: 0.8em 1em;
	border-radius: 0.1em;
	background: #2cac99;
	color: #fff;
	fill: #fff;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	}
	.linkBut:hover,
	.linkBut:active{
		background: #0f5f54;
		color: #fff;
		fill: #fff;
		}
	.linkBut i{
		position: relative;
		padding-left: 1.3em;
		}
		.linkBut svg{
			position: absolute;
			left: 0;
			top: calc(50% - 0.5em);
			}
.but{
	display: block;
	padding: 0.8em 1em;
	border-radius: 0.1em;
	background: #2cac99;
	color: #fff;
	fill: #fff;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	}
	.but:hover,
	.but:active{
		background: #0f5f54;
		color: #fff;
		fill: #fff;
		}
	.but i{
		margin-right: 0.2em;
		}
	.but.inl{
		display: inline-block;
		}

.linkText{}
	.linkText i{
		position: relative;
		}
		.linkText i:before{
			content: "　 ";
			margin-right: -0.1em;
			}
	.linkText svg{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		}

.sns{
	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;
	list-style: none;
	}
	.sns li{
		min-width: 1em;
		}
	.sns li+li{
		margin-left: 0.5em;
		}
	.sns .twitter iframe{
		vertical-align: bottom;
		}
	.sns .facebook{
		/*margin-top: -3px;*/
		}
	.sns .line iframe{
		vertical-align: bottom;
		}

.more{
	position:absolute;
	top:0.4em;
	right:0;
	margin: 0;
	font-size:85%;
	font-size:1.2rem;
	}
	.more a{
		position:relative;
		padding-left:1em;
		color:#333333;
		text-decoration:none;
		}
		.more a:hover{
			text-decoration:underline;
			}
	.more i{
		position:absolute;
		top:0.2em;
		left:0;
		color:#cccccc;
		}

.table{
	position:relative;
	width:100%;
	border:2px solid #ccc;
	border-radius:2px;
	padding:5px;
	border-collapse:collapse;
	}
	.table th,
	.table td{
		padding:5px 10px;
		border:1px dotted #ccc;
		vertical-align:middle;
		}
	.table th{
		background:#f2f2f2;
		text-align:center;
		}
	.table thead tr{
		background:#e1f2f1;
		font-weight:bold;
		text-align:center;
		border-bottom:1px solid #ccc;
		}
	.table tr{ }
		.table tr+tr{
			border-top:1px dotted #ccc;
			}
	.table dt,
	.table dd{
		padding: 0.5em;
		}
	.table dt{
		background: #f2f2f2;
		}

.form{}
	.form dl{
		display:table;
		width:100%;
		margin-bottom:-1px;
		border:1px solid #ccc;
		}
	.form dt,
	.form dd{
		display:table-cell;
		padding:5px;
		vertical-align:middle;
		}
	.form dt{
		position:relative;
		width:25%;
		padding:5px 10px;
		background:#f2f2f2;
		border-right:1px dotted #ccc;
		font-weight:bold;
		}
		.form dt:before{
			content:"任意";
			position:absolute;
			top:0;
			right:0;
			display:block;
			background:#ccc;
			padding:0 5px;
			color:#fff;
			font-size:1.0rem;
			font-weight:normal;
			line-height:180%;
			}
		.form dt.acids:before{
			content:"必須";
			background:#d94357;
			}
	.form dd{
		width:75%;
		}
	.form small{
		font-size:85%;
		font-size:1.2rem;
		display:block;
		}
		.form small+input{
			margin-top:5px;
			}
	.form .err{
		background-color:#ffffcc;
		}
	.form .formErr{
		background-color:#F00;
		padding:2px;
		margin-right:3px;
		font-weight:bold;
		color:#FFFFFF;
		text-align:center;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		}
	.form .but{
		border:none;
		padding:1em 2em;
		display:inline-block;
		}
	.form .check{
		background:#d94357;
		color:#fff;
		}
	.form .modify{
		margin-right:5px;
		background:#f2f2f2;
		color:#666;
		}
	.form .policy{
		margin-top:20px;
		padding:10px;
		background:#f2f2f2;
		color:#000;
		font-size:110%;
		font-size:1.6rem;
		font-weight:bold;
		text-align:center;
		}
	.form .caution{
		margin-bottom:20px;
		padding:10px;
		background:#f7d9dd;
		border-radius:2px;
		}

.list{}
	.list li{
		list-style: none;
		line-height: 1.4em;
		}
	.list > li+li{
		margin-top:5px
		}
	.list.line{ }
		.list.line > li{
			margin:0;
			padding:10px 0;
			border-bottom:1px dotted #ccc;
			box-sizing:border-box;
			}
		.list.line > li i{
			}
	.list.point{}
		.list.point > li{
			padding-left:1em;
			}
		.list.point > li:before{
			content:"●";
			float:left;
			margin-left:-1em;
			color:#2cac99;
			}
	.list.count{
		counter-reset: chapter;
		}
		.list.count > li{
			padding-left:1.5em;
			}
		.list.count > li:before{
			content:counter(chapter)".";
			counter-increment: chapter;
			float:left;
			margin-left:-1.5em;
			color:inherit;
			}
	.list > dt,
	.list > dd{
		padding: 1em 0;
		}
	.list > dt{
		border-top:1px dotted #ccc;
		padding-bottom: 0;
		font-weight: bold;
		}
	.list > dd{ }
		.list > dd:last-child{
			border-bottom:1px dotted #ccc;
			}
	.list.link{ }
		.list.link > li{
			position:relative;
			}
		.list.link > li a{
			display:inline-block;
			margin-left:1.5em;
			}
		.list.link > li i{
			position:absolute;
			top:0.4em;
			left:0;
			}
			.list.link.line > li i{
				margin-top:10px;
				}
	.list.box{
		background:#f2f2f2;
		border-color:2px;
		padding:10px;
		}
		.list.line.box{
			padding:5px 10px;
			}
		.list.box > li:last-child{
			border:none;
			}

.pdf{
	background:#f2f2f2;
	border-color:2px;
	padding:10px 10px;
	font-size:85%;
	font-size:1.2rem;
	line-height:18px;
	}
	.pdf a{
		display:block;
		float:left;
		width:158px;
		height:36px;
		margin:0 10px 0 0;
		background:url(../images/GetAdobeFlashPlayer_icon.png) no-repeat;
		text-indent:-999px;
		overflow:hidden;
		}

.thumb{}
/*
.thumbBox{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 100% 0 0 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
	}
	.thumbBox img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmE9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8iDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwIDEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwwdjRsNC00SDB6IE0wLDEwaDRsNi02VjBMMCwxMHoiLz4NCjwvc3ZnPg==');
		background-size: 5px;
		object-fit: contain;
		object-position: center;
		}
*/
.thumbBox{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 70% 0 0 0;
	overflow: hidden;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
	.thumbBox img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		}
	.wide{
		background-size: cover;
		}
	.long{
		background-size: contain;
		}
	.thumbBox:after,
	.thumbBox:before{
		border: 2px dotted #ff0000;
		}

.dispNone{
	display: none;
	}

[class$="List"]{
	margin-left: -1em;
	margin-right: -1em;
	border-top: 1px solid #f1f1f1;
	list-style: none;
	}
	[class$="List"] > li{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		position: relative;
		padding: 0.8em 1em;
		border-bottom: 1px solid #f1f1f1;
		word-break: break-all;
		}
	[class$="List"] figure{
		width: 35%;
		}
	[class$="List"] figure+div{
		width: 65%;
		padding-left: 0.8em;
		}
		[class$="List"] figure+div ul{
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			list-style: none;
			margin-top: 0.3em;
			font-size: 0.8em;
			line-height: 1.2em;
			}
		[class$="List"] figure+div li{
			min-width: 1em;
			padding: 0.3em 0.5em;
			}
	[class$="List"] a{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		color: rgba(0,0,0,0);
		overflow: hidden;
		}
		[class$="List"] a:hover,
		[class$="List"] a:active{
			background: rgba(44,172,153,0.1);
			}
	[class$="List"] .title{
		color: #2cac99;
		font-size: inherit;
		line-height: 1.2em;
		}
	[class$="List"] .lead{
		margin-top: 0.3em;
		color: inherit;
		font-size: 0.8em;
		line-height: 1.2em;
		}
	[class$="List"] .venue{
		background: #7aa093;
		color: #fff;
		}
	[class$="List"] .cat{}
	[class$="List"] .date{
		margin-top: 0.5em;
		font-size: 0.8em;
		line-height: 1.2em;
		text-align: left;
		}
		[class$="List"] .date dt,
		[class$="List"] .date dd{
			display: inline;
			}
		[class$="List"] .date dt:after{
			content: "：";
			}
	[class$="List"] .time{
		display: block;
		margin-top: 0.3em;
		font-size: 0.8em;
		line-height: 1em;
		text-align: right;
		opacity: 0.5;
		}
	[class$="List"] .pv{
		text-align: right;
		line-height: 1em;
		font-weight: normal;
		color: #2cac99;
		margin: 0.5em 0 0 0;
		font-size: 0.8em;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		}
		[class$="List"] .pv i{
			display: flex;
			align-items: center;
			margin-right: 0.25em;
			}
		[class$="List"] .pv svg{
			width: 1em;
			height: 1em;
			fill: #2cac99;
			}
	[class$="List"] .member .title:before{
		display:inline-block;
		content:"会員";
		margin-right: 0.3em;
		padding: 0.2em 0.5em;
		background: #FAAE7D;
		border-radius: 0.1em;
		color:#fff;
		font-size: 0.8em;
		line-height: 1em;
		text-transform:uppercase;
		box-sizing:border-box;
		}
	[class$="List"] .new .title:before{
		display:inline-block;
		content:"new!";
		margin-right: 0.3em;
		padding: 0.2em 0.5em;
		background:#d94357;
		border-radius: 0.1em;
		color:#fff;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 0.8em;
		line-height: 1em;
		text-transform:uppercase;
		box-sizing:border-box;
		}
	[class$="List"] .advSign{
		float: left;
		margin-right: 0.3em;
		margin-top: 0.3em;
		padding: 0.2em 0.5em;
		background: #FAAE7D;
		border-radius: 0.1em;
		color: #fff;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 0.8em;
		line-height: 1em;
		}
	[class$="List"] .themeBox{
		//background-size: cover;
		}
		[class$="List"] .thumbBox img{
			//object-fit: cover;
			//object-position: cover;
			}

.rankingList{}
	.rankingList li{
		position: relative;
		overflow: hidden;
		}
		.rankingList li:before{
			position: absolute;
			left: -2em;
			top: 0.2em;
			width: 6em;
			height: 2em;
			line-height: 2em;
			background: #ccc;
			color: #fff;
			font-weight: bold;
			text-align: center;
			z-index: 1;
			transform: rotate(-45deg);
			}
	.rankingList li:nth-child(1):before{
		content: "1位";
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb9b0c+0,ebd272+50,cb9b0c+100 */
background: #cb9b0c; /* Old browsers */
background: -moz-linear-gradient(left,  #cb9b0c 0%, #ebd272 50%, #cb9b0c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cb9b0c 0%,#ebd272 50%,#cb9b0c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cb9b0c 0%,#ebd272 50%,#cb9b0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb9b0c', endColorstr='#cb9b0c',GradientType=1 ); /* IE6-9 */
		}
	.rankingList li:nth-child(2):before{
		content: "2位";
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ca3aa+0,e1e3df+50,9ca3aa+100 */
background: #9ca3aa; /* Old browsers */
background: -moz-linear-gradient(left,  #9ca3aa 0%, #e1e3df 50%, #9ca3aa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #9ca3aa 0%,#e1e3df 50%,#9ca3aa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #9ca3aa 0%,#e1e3df 50%,#9ca3aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ca3aa', endColorstr='#9ca3aa',GradientType=1 ); /* IE6-9 */
		}
	.rankingList li:nth-child(3):before{
		content: "3位";
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ac6c28+0,efd4a5+50,ac6c28+100 */
background: #ac6c28; /* Old browsers */
background: -moz-linear-gradient(left,  #ac6c28 0%, #efd4a5 50%, #ac6c28 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ac6c28 0%,#efd4a5 50%,#ac6c28 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ac6c28 0%,#efd4a5 50%,#ac6c28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac6c28', endColorstr='#ac6c28',GradientType=1 ); /* IE6-9 */
		}
	.rankingList li:nth-child(4):before{
		content: "4位";
		}
	.rankingList li:nth-child(5):before{
		content: "5位";
		}

.slideList{}
	.slideList li{
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		border: none;
		}
	.slideList figure,
	.slideList figure+div{
		width: 100%;
		padding: 0;
		}
	.slideList .title{
		padding: 0.5em;
		color: #2cac99;
		line-height: 1.2em;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		}
	.slideList a{
		border: 1px solid #f1f1f1;
		color: rgba(0,0,0,0);
		}

#tert-pickup .slideList .title{
	overflow: inherit;
	white-space: inherit;
	text-overflow: inherit;
	text-align: left;
	font-size: 1.5rem;
	}

.listMore{
	padding-top: 1em;
	text-align: center;
	}

.slick-dotted{
	margin-bottom: 2em;
	}
.slick-dots{
	position: absolute;
	bottom: -2em;
	width: 100%;
	text-align: center;
	}
	.slick-dots li{
		display: inline-block;
		padding: 0 0.25em;
		border: none;
		}
	.slick-dots button{
		width: 1em;
		height: 1em;
		padding: 0;
		background: #ccc;
		border: none;
		border-radius: 1em;
		color: rgba(0,0,0,0);
		font-size: 0.6em;
		overflow: hidden;
		}
		.slick-dots button:hover{
			cursor: pointer;
			}
		.slick-dots .slick-active button{
			background: #2cac99;
			}
.slick-arrow{
	position: absolute;
	top: calc(50% - 1em);
	width: 1.5em;
	height: 2em;
	background: #2cac99;
	z-index: 1;
	text-align: center;
	}
	.slick-arrow:hover{
		cursor: pointer;
		}
	.slick-arrow svg{
		width: 1em;
		height: 2em;
		fill: #fff;
		}
.slick-prev{
	left: 0;
	transform: scale(-1, 1);
	}
.slick-next{
	right: 0;
	}

.planTab{
	display: table;
	table-layout: fixed;
	border-spacing: 0.25em 0;
	width: calc(100% + 2em);
	margin-left: -1em;
	padding: 0 0.75em;
	}
	.planTab li{
		display: table-cell;
		height: 3em;
		padding: 0.4em 0;
		background: #f1f1f1;
		border-radius: 0.1em 0.1em 0 0;
		line-height: 1.2em;
		text-align: center;
		vertical-align: middle;
		}
	.planTab li.select{
		/*background: #4d4d4d;*/
		background: #2cac99;
		color: #fff;
		}
	.tabCcontent [class$="List"]{
		/*border-top: 3px solid #4d4d4d;*/
		border-top: 3px solid #2cac99;
		}
.rankingTab01,
.rankingTab02{}
	.rankingTab01 li>span {
		display: table;
		font-size: 0.8em;
		background: #fff;
		margin: 0.25em auto 0;
		padding: 0.2em 1em;
		line-height: 1;
		border-radius: 10px;
		}
		.rankingTab01 li.select>span {
			color: #2cac99;
			}
	.rankingTab02 li:nth-child(2).select {
		background: #f8a269;
		}
	.activityTab .rankingList {
		border-top: 3px solid #f8a269;
		}

.gsc-input-box{
	height: auto !important;
	}
.gsc-search-button{
	margin: 0 !important;
	vertical-align: middle;
	}
.gsc-search-button-v2{
	width: auto !important;
	max-width: auto !important;
	height: auto !important;
	padding: 7px !important;
	}
.gsc-input{
	padding-right: 0.5em !important;
	}


@media (orientation:portrait) {
/*767px以下 縦向き*/
html{
	font-size: 2.8vw;
	}
#wrapper{
	padding-top: calc(18vw + 1.5em);
	}
#siteName,
#hNav,
#navButton{
	font-size: 18vw;
	}
#gNav-top{
	top: calc(18vw + 1.5em);
	height: 100vh;
	}
[id^="gNav"]{}
	[id^="gNav"] li{
		width: 50%;
		}
		[id^="gNav"] li:nth-child(even){
			width: calc(50% - 1px);
			margin-left: 1px;
			}
		[id^="gNav"] li:nth-child(n+3){
			margin-top: 1px;
			}
}
@media (orientation:landscape) {
/*767px以下 横向き*/
html{
	font-size: 1.4vw;
	}
#wrapper{
	padding-top: calc(8vw + 1.5em);
	}
#siteName,
#hNav,
#navButton{
	font-size: 8vw;
	}
#gNav-top{
	top: calc(8vw + 1.5em);
	width: 70vw;

	height: 100vh;
	}
	.nav #gNav-top{
		left: 30vw;
		}
[id^="gNav"]{}
	[id^="gNav"] li{
		width: 33.33%;
		}
		[id^="gNav"] li:nth-child(3n+2){
			width: calc(33.33% - 2px);
			margin: 0 1px;
			}
		[id^="gNav"] li:nth-child(n+4){
			margin-top: 1px;
			}
}


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


/* animation */
@-webkit-keyframes wrapper {
	0%{opacity: 0}
	100%{opacity: 1}
	}
@keyframes wrapper {
	0%{opacity: 0}
	100%{opacity: 1}
	}

.rankingList a {
  display: block;
  position: relative !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #4d4d4d;
  overflow: hidden;
}
