@charset "utf-8";
/* CSS Document */

#side {
	float: left;
	vertical-align: top;
	width: 300px;
	margin: 30px 0 0 0;
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	#side {
		margin: 30px 0 0;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	#side {
		float: none;
		display: block;
		text-align: center;
		width: auto;
		margin: 30px 0 0;
	}
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	#side {
		position: absolute;
		top: 0;
		margin: 100px 0 0;
	}
	
}


nav#bigmenu ul.theme {
	margin: 0 0 30px;
}
nav#bigmenu ul.theme li a {
	display: block;
	width: 300px;
	height: 100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
nav#bigmenu ul.theme li.sight-play a {
	background: url(../img/sidebar/btn_sight-play.png) no-repeat center;
	background-size: 300px 100px;
}
nav#bigmenu ul.theme li.study-know a {
	background: url(../img/sidebar/btn_study-know.png) no-repeat center;
	background-size: 300px 100px;
}
nav#bigmenu ul.theme li.spa-shop a {
	background: url(../img/sidebar/btn_spa-shop.png) no-repeat center;
	background-size: 300px 100px;
}
nav#bigmenu ul.theme li.specialty-spot a {
	background: url(../img/sidebar/btn_specialty-spot.png) no-repeat center;
	background-size: 300px 100px;
}
/* pc only*/
@media screen and (min-width: 1200px) {

	nav#bigmenu ul.theme li a {
		/*-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;*/
	}	
	nav#bigmenu ul.theme li a:hover{
		background-size: 315px 105px;
		/*-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;*/
	}
	
}
/* pc tablet */
@media screen and (max-width: 1023px) {
	
	nav#bigmenu ul.theme {
		display: inline-block;
		vertical-align: top;
		width: 400px;
		height: 200px;
		margin: 0 0 30px;
	}
	nav#bigmenu ul.theme li {
		display: inline-block;
		vertical-align: top;
		width: 200px;
		height: 100px;
	}
	nav#bigmenu ul.theme li a {		
		width: 200px;
		height: 100px;
	}
	nav#bigmenu ul.theme li.sight-play a {
		background: url(../img/sidebar/btn_sight-play_m.png) no-repeat center;
		background-size: 200px 100px;
	}
	nav#bigmenu ul.theme li.study-know a {
		background: url(../img/sidebar/btn_study-know_m.png) no-repeat center;
		background-size: 200px 100px;
	}
	nav#bigmenu ul.theme li.spa-shop a {
		background: url(../img/sidebar/btn_spa-shop_m.png) no-repeat center;
		background-size: 200px 100px;
	}
	nav#bigmenu ul.theme li.specialty-spot a {
		background: url(../img/sidebar/btn_specialty-spot_m.png) no-repeat center;
		background-size: 200px 100px;
	}
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	nav#bigmenu ul.theme {
		display: block;
		width: 300px;
		height: 62px;
		margin: 0;
	}
	nav#bigmenu ul.theme li {
		display: inline-block;
		vertical-align: top;
		width: 75px;
		height: 62px;
	}
	nav#bigmenu ul.theme li a {		
		width: 75px;
		height: 62px;
	}
	nav#bigmenu ul.theme li.sight-play a {
		background: url(../img/sidebar/btn_sight-play_s.png) no-repeat center;
		background-size: 75px 62px;
	}
	nav#bigmenu ul.theme li.study-know a {
		background: url(../img/sidebar/btn_study-know_s.png) no-repeat center;
		background-size: 75px 62px;
	}
	nav#bigmenu ul.theme li.spa-shop a {
		background: url(../img/sidebar/btn_spa-shop_s.png) no-repeat center;
		background-size: 75px 62px;
	}
	nav#bigmenu ul.theme li.specialty-spot a {
		background: url(../img/sidebar/btn_specialty-spot_s.png) no-repeat center;
		background-size: 75px 62px;
	}
	
}


nav#bigmenu ul.area {	
	width: 300px;
	height: 325px;
	margin: 0 0 30px;
	background: url(../img/sidebar/bg_area.png) no-repeat;
	background-size: 300px 325px;
}
nav#bigmenu ul.area li a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
nav#bigmenu ul.area .northern a {
	display: block;
	width: 300px;
	height: 200px;
	background: url(../img/sidebar/btn_northern.png) no-repeat left bottom;
	background-size: 300px 200px;	
}
nav#bigmenu ul.area .southern a {
	display: block;
	width: 300px;
	height: 125px;
	background: url(../img/sidebar/btn_southern.png) no-repeat;
	background-size: 300px 125px;
}
/* pc only*/
@media screen and (min-width: 1200px) {
	
	nav#bigmenu ul.area li a {
		/*-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;*/		
	}
	nav#bigmenu ul.area li a:hover {
		/*-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;*/
	}
	nav#bigmenu ul.area .northern a:hover {
		background-size: 324px 216px;
	}
	nav#bigmenu ul.area .southern a:hover {
		background-size: 324px 135px;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	nav#bigmenu ul.area {
		display: inline-block;
		width: 200px;
		height: 200px;
		background: none;
	}
	nav#bigmenu ul.area .northern a {
		width: 200px;
		height: 100px;
		background: url(../img/sidebar/btn_northern_m.png) no-repeat;
		background-size: 200px 100px;	
	}
	nav#bigmenu ul.area .southern a {
		width: 200px;
		height: 100px;
		background: url(../img/sidebar/btn_southern_m.png) no-repeat;
		background-size: 200px 100px;
	}

}
/* sp */
@media screen and (max-width: 599px) {

	nav#bigmenu ul.area {
		display: block;
		width: 300px;
		height: 75px;
		margin: 0;
		background: none;
	}
	nav#bigmenu ul.area li {
		display: inline-block;
	}
	nav#bigmenu ul.area .northern a {
		width: 150px;
		height: 75px;
		background: url(../img/sidebar/btn_northern_s.png) no-repeat;
		background-size: 150px 75px;	
	}
	nav#bigmenu ul.area .southern a {
		width: 150px;
		height: 75px;
		background: url(../img/sidebar/btn_southern_s.png) no-repeat;
		background-size: 150px 75px;
	}	
}


#banner {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: auto;
}
#banner ul li a {
	display: block;
	width: 300px;
	height: 87px;
	overflow: hidden;
	text-indent: 100%;
	white-space: normal;
	margin: 0 0 10px;
}
#banner ul li.route a {
	background: url(../img/banner/bnr_route.jpg) no-repeat;
	background-size: 300px 87px;
}
#banner ul li.pamphlet a {
	background: url(../img/banner/bnr_pamphlet.jpg) no-repeat;
	background-size: 300px 87px;
}
#banner ul li.access a {
	background: url(../img/banner/bnr_access.jpg) no-repeat;
	background-size: 300px 87px;
}
#banner ul li.gallery a {
	background: url(../img/banner/bnr_photogallery.jpg) no-repeat;
	background-size: 300px 87px;
}
#banner ul li:last-child a {
	margin: 0;
}
/* pc only*/
@media screen and (min-width: 1200px) {
	
	#banner ul li a:hover {
		background-position: 1px 1px;
	}	
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	#banner {
		display: block;
		text-align: center;
		vertical-align: top;
		width: 100%;
		height: auto;
		margin: 30px 0 0;
	}
	#banner ul li {
		display: inline-block;
	}
	#banner ul li a,
	#banner ul li:last-child a {
		margin: 0 0 10px;
	}	
	
}
/* tablet sp */
@media screen and (max-width: 1023px) {
	
	#banner {
		display: none;
	}
	
}
/* sp */
/*@media screen and (max-width: 599px) {
	
	#banner {
		width: 300px;
		height: auto;
		margin: 30px auto 0;
		text-align: center;
	}
	#banner ul li {
		display: block;
	}
	#banner ul li a,
	#banner ul li:last-child a {
		width: 300px;
		height: 87px;
		margin: 0 0 20px;
	}
	#banner ul li.route a,
	#banner ul li.pamphlet a,
	#banner ul li.access a {
		background-size: 300px 87px;
	}
	
}*/

