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

nav#bigmenu {
	height: 560px;
	background: url(../img/home/bg_home.jpg) no-repeat center;
	background-size: cover;
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	nav#bigmenu {
		padding: 80px 0 0;
	}
	
}

nav#bigmenu .container {
	display: table;
}
nav#bigmenu ul.theme2 {
	float: right;
	display: inline-block;	
	width: 600px;
	height: 240px;
	margin: 160px 0;
}
nav#bigmenu ul.theme2 li {
	display: inline-block;
	width: 300px;
	height: 120px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
}
nav#bigmenu ul.theme2 li a {
	display: block;
	width: 300px;
	height: 120px;
	background: url(../img/home/bg_theme.png) no-repeat;
	background-size: 300px 120px;
}
nav#bigmenu ul.theme2 li.sight-play a:before {
	content: "";
	display: block;
	width: 300px;
	height: 120px;
	background: url(../img/home/btn_sight-play.png) no-repeat center;
	background-size: 300px 120px;
}
nav#bigmenu ul.theme2 li.study-know a:before {
	content: "";
	display: block;
	width: 300px;
	height: 120px;
	background: url(../img/home/btn_study-know.png) no-repeat center;
	background-size: 300px 120px;
}
nav#bigmenu ul.theme2 li.spa-shop a:before {
	content: "";
	display: block;
	width: 300px;
	height: 120px;
	background: url(../img/home/btn_spa-shop.png) no-repeat center;
	background-size: 300px 120px;
}
nav#bigmenu ul.theme2 li.specialty-spot a:before {
	content: "";
	display: block;
	width: 300px;
	height: 120px;
	background: url(../img/home/btn_specialty-spot.png) no-repeat center;
	background-size: 300px 120px;
}
/* pc only*/
@media screen and (min-width: 1200px) {

	nav#bigmenu ul.theme2 li a:before {
		/*-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.theme2 li a:hover {
		background-image: none;
	}
	nav#bigmenu ul.theme2 li a:hover:before {
		background-size: 315px 126px;
		/*-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: 1199px) {
	
	nav#bigmenu ul.theme2 {
		width: 300px;
		height: 480px;
		margin: 30px 0 0;
	}

}
/* tablet */
@media screen and (max-width: 1023px) {
	
	nav#bigmenu {
		height: auto;
	}	
	nav#bigmenu ul.theme2 {
		float: none;
		display: block;
		text-align: center;
		width: auto;
		height: auto;
		margin: 20px 0 0;
	}
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
		
	nav#bigmenu ul.theme2 {
		width: 100%;
		height: auto;
		text-align: center;
	}
	nav#bigmenu ul.theme2 li {
		width: 150px;
		height: 60px;	
	}
	nav#bigmenu ul.theme2 li a {
		display: block;
		width: 150px;
		height: 60px;
		background-size: 150px 60px;
	}	
	nav#bigmenu ul.theme2 li.sight-play a:before {
		display: block;
		width: 150px;
		height: 60px;
		background-size: 150px 60px;
	}
	nav#bigmenu ul.theme2 li.study-know a:before {
		display: block;
		width: 150px;
		height: 60px;
		background-size: 150px 60px;
	}
	nav#bigmenu ul.theme2 li.spa-shop a:before {
		display: block;
		width: 150px;
		height: 60px;
		background-size: 150px 60px;
	}
	nav#bigmenu ul.theme2 li.specialty-spot a:before {
		display: block;
		width: 150px;
		height: 60px;
		background-size: 150px 60px;
	}
	
}
/* sp */
@media screen and (max-width: 599px) {
		
	nav#bigmenu ul.theme2 li {
		display: inline-block;
	}
	
}

nav#bigmenu ul.area {
	float: right;
	display: inline-block;	
	width: 600px;
	height: 560px;
	background: url(../img/home/title_area.png) no-repeat left -14px, url(../img/home/bg_area20210414.png) no-repeat;
	background-size: 90px 195px, 600px 560px;
}
nav#bigmenu ul.area li a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
nav#bigmenu ul.area .northern a {
	display: block;
	width: 600px;
	height: 360px;
	background: url(../img/home/btn_northern.png) no-repeat left bottom;
	background-size: 600px 360px;	
}
nav#bigmenu ul.area .southern a {
	display: block;
	width: 600px;
	height: 200px;
	background: url(../img/home/btn_southern.png) no-repeat;
	background-size: 600px 200px;
}
/* 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: 640px 384px;
	}
	nav#bigmenu ul.area .southern a:hover {
		background-size: 642px 214px;
	}
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	nav#bigmenu ul.area {
		float: left;
		width: 600px;
		height: 560px;
	}

}
/* tablet */
@media screen and (max-width: 1023px) {
	
	nav#bigmenu ul.area {
		float: none;
		display: table;
		text-align: center;
		margin: 0 auto;
	}
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	nav#bigmenu ul.area {
		background: none, url(../img/home/bg_area20210414.png) no-repeat;
		background-size: 600px 560px;
		margin-top: -30px;
	}
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	nav#bigmenu ul.area {
		width: 300px;
		height: 280px;
		background-size: 300px 280px;
	}
	nav#bigmenu ul.area .northern a {
		width: 300px;
		height: 180px;
		background-size: 300px 180px;	
	}
	nav#bigmenu ul.area .southern a {
		width: 300px;
		height: 100px;
		background-size: 300px 100px;	
	}
	
}

#special {
	padding: 16px;
	margin: 0 0 40px;
	border: #E7DAC5 solid 1px;
	background-color: rgba(255,255,255,0.7);
}
#special h1 {
	width: 128px;
	height: 21px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/home/title_special.png) no-repeat;
	background-size: 128px 21px;
	margin: -25px 0 14px;
}
#special ul li dl dt {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	background: url(../img/home/check_special.png) no-repeat;
	background-size: 16px 16px;
	padding: 0 0 12px 24px;
}
#special ul li dl dd {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 12px 24px;
}
/* sp */
@media screen and (max-width: 599px) {
	
	#special {
		border: none;
		background: none;
		background: url(../img/home/bar_special.png) repeat-x top, url(../img/home/bar_special.png) repeat-x bottom;
	}
	#special h1 {
		margin: -25px auto 14px;
		text-align: center;
	}
	/* 点滅 */
	.blinking{
		-webkit-animation:blink 1.5s ease-in-out infinite alternate;
		-moz-animation:blink 1.5s ease-in-out infinite alternate;
		animation:blink 1.5s ease-in-out infinite alternate;
	}
	@-webkit-keyframes blink {
		0% {opacity:0;}
		100% {opacity:1;}
	}
	@-moz-keyframes blink {
		0% {opacity:0;}
		100% {opacity:1;}
	}
	@keyframes blink {
		0% {opacity:0;}
		100% {opacity:1;}
	}
	
}

#information,
#newevent {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 350px;
	margin: 0 25px 0 0;
}
#information h1,
#newevent h1 {
	display: block;
	width: 380px;
	height: 34px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#information h1 a {
	display: block;
	width: 380px;
	height: 30px;
	background: url(../img/home/title_information.png) no-repeat left top, url(../img/home/link_list.png) no-repeat right top;
	background-size: 206px 30px, 63px 23px;	
}
#newevent h1 a {
	display: block;
	width: 380px;
	height: 30px;
	background: url(../img/home/title_newevent.png) no-repeat left top, url(../img/home/link_list.png) no-repeat right top;
	background-size: 231px 30px, 63px 23px;	
}
#information ul li,
#newevent ul li {
	display: block;
	background: url(../img/home/check_news.png) no-repeat 4px top;
	background-size: 16px 16px;
	margin: 0 0 0 10px;
	border-bottom: #7748A4 solid 1px;
}
#newevent ul li figure {
	float: left;
	clear: both;
	vertical-align: top;
	width: 84px;
	height: 84px;
	background-color: #DCCAE4;
	padding: 1px;
	margin: 0 0 0 24px;
}
#newevent ul li figure img {
	width: 82px;
	height: 82px;
	border: #FFFFFF solid 1px;
}
#information ul li dl,
#newevent ul li dl {
	height: 90px;
	margin: 13px 0 0 0;
	border-bottom: #FFFFFF solid 1px;
}
#information ul li dl {
	padding: 0 0 0 24px;	
}
#newevent ul li dl {
	padding: 0 0 0 120px;
}
#information ul li dl dt,
#newevent ul li dl dt {
	font-weight: bold;
	color: #4C3126;
	font-size: 14px;
	line-height: 18px;
}
#information ul li dl dd, 
#newevent ul li dl dd {
	min-height: 73px;
}
#information ul li dl dd a,
#newevent ul li dl dd a {
	display: block;
	min-height: 73px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
#information ul li dl dd a span,
#newevent ul li dl dd a span {
	width: auto;
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	color: #7748A4;
}
/* pc only*/
@media screen and (min-width: 1200px) {
	
	#information h1 a:hover,
	#newevent h1 a:hover {
		background-position: left 1px, right 1px;
	}
	#information ul li dl dd a:hover,
	#newevent ul li dl dd a:hover,
	#information ul li dl dd a:hover span,
	#newevent ul li dl dd a:hover span {
		text-decoration: underline;
	}
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	#information,
	#newevent {
		width: 480px;
		margin: 0 10px;
	}
	#information h1,
	#newevent h1 {
		width: 480px;
	}
	#information h1 a,
	#newevent h1 a {
		width: 480px;
	}

}
/* tablet */
@media screen and (max-width: 1023px) {
	
	#information,
	#newevent {
		width: 365px;
		height: auto;
		margin: 0 5px 40px;
	}
	#information h1,
	#newevent h1 {
		width: 365px;
	}
	#information h1 a,
	#newevent h1 a {
		width: 365px;
	}
	#information ul li dl,
	#newevent ul li dl {
		height: auto;
	}
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	#information,
	#newevent {
		width: 96%;
	}
	#information h1,
	#newevent h1 {
		width: 100%;
	}
	#information h1 a,
	#newevent h1 a {
		width: 100%;
	}
	
}

#banner {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 500px;
}
#banner ul li a {
	display: block;
	width: 380px;
	height: 110px;
	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: 380px 110px;
}
#banner ul li.pamphlet a {
	background: url(../img/banner/bnr_pamphlet.jpg) no-repeat;
	background-size: 380px 110px;
}
#banner ul li.access a {
	background: url(../img/banner/bnr_access.jpg) no-repeat;
	background-size: 380px 110px;
}
#banner ul li.photocon a {
	background: url(../img/banner/bnr_photocon.jpg) no-repeat;
	background-size: 380px 110px;
}
#banner ul li.photocon2018-2019 a {
	background: url(../img/banner/bnr_photocon2018-2019.jpg) no-repeat;
	background-size: 380px 79px;
}
#banner ul li.gallery a {
	background: url(../img/banner/bnr_photogallery.jpg) no-repeat;
	background-size: 380px 110px;
}
#banner ul li.livecam a {
	background: url(../img/banner/bnr_livecamera.jpg) no-repeat;
	background-size: 380px 110px;
}
#banner ul li.izuko a {
	background: url(../img/banner/bnr_izuko.jpg) no-repeat;
	height: 168px!important;
	background-size: 380px 168px;
}
#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 10px 10px;
	}	
	
}
/* 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,
	#banner ul li.livecam a {
		background-size: 300px 87px;
	}
	#banner ul li.izuko a {
		background-size: 300px 133px;
	}	
}

aside {
	display: block;
	text-align: center;
	margin: 50px 0 0;
}
@media screen and (min-width: 1024px) {
aside {
	display: block;
	text-align: left;
	margin: 50px 0 0 6%;
}
}
aside ul li {
	display: inline-block;
	margin: 0 5px 10px;
}
/* pc only*/
@media screen and (min-width: 1200px) {
	
	aside ul li a:hover img {
		position: relative;
		top: 1px;
		left: 1px;
	}
	
}
/*//////////////////////////////////踊り子オーディション//////////////////////////////////*/
.p-25odoriko {
	margin:10px 0 0 0;
}
@media screen and (max-width: 599px) {
.p-25odoriko img {
	width:100%;
}
	
}
/* SNS用 */
#snsinfo {
	display:flex;
	margin:0 0 20px 0;
}
#snsinfo3 {
	display:inherit;
}
.snsinfo2 {
	margin:0 10px;
}
#snsinfo .snsinfo2 a img:hover{
	transform:translate(1px,1px);
}

@media screen and (max-width: 1199px) {
#snsinfo {
	display:inherit;
	margin:0 0 20px 0;
}
}
@media screen and (max-width: 1199px) {
#snsinfo .snsinfo2 {
	text-align:center;
}
}
@media screen and (max-width: 599px) {
#snsinfo .snsinfo2 img {
	width:100%;
	height:100%;
}
}
@media screen and (min-width:768px) and ( max-width:1199px) {
#snsinfo3 {
	display:flex;
}
.snsinfo2 {
	margin:0 auto;
}
}
/* 今井浜海岸本日の遊泳情報 */
#beachinfo {
	display:flex;
	margin:0 0 20px 0;
}
@media screen and (max-width: 1199px) {
#beachinfo {
	display:flex;
	justify-content:center;
	margin:0 0 20px 0;
	}
}
@media screen and (max-width: 1199px) {
#beachinfo img {
	width:100%;
	height:100%;
	}
}
#beachinfo .img-sp {
    display: none;
}
@media screen and (max-width:767px) {
	#beachinfo .img-pc {
		display: none;
	}
	#beachinfo .img-sp {
		display: block;
	}
}
/* 桜まつり祭り用 */
#sakurafes {
	display:flex;
	margin:0 0 20px 0;
}
#sakurafes3 {
	display:inherit;
}
.sakurafes2 {
	margin:0 10px;
}
#sakurafes .sakurafes2 a img:hover{
	transform:translate(1px,1px);
}

@media screen and (max-width: 1199px) {
#sakurafes {
	display:inherit;
	margin:0 0 20px 0;
}
}
@media screen and (max-width: 1199px) {
#sakurafes .sakurafes2 {
	text-align:center;
}
}
@media screen and (max-width: 599px) {
#sakurafes .sakurafes2 img {
	width:100%;
	height:100%;
}
}
@media screen and (min-width:768px) and ( max-width:1199px) {
#sakurafes3 {
	display:flex;
}
.sakurafes2 {
	margin:0 auto;
}
}