@charset "utf-8";


/* home =============================================================
======================================================================== */



/* Head slider
=========================================================================================== */

	/* slider */

	.p-topSlider {
		clear: both;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		overflow: hidden;
		}
	.p-topSlider .bx-wrapper .bx-pager,
	.p-topSlider .bx-wrapper .bx-controls-auto {
		z-index: 110;
		bottom: 0px;
		width: 100%;
		}
	.p-topSlider .bx-wrapper .bx-pager.bx-default-pager a {
		background: #FFAFBD;
		width: 14px;
		height: 14px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		}
	.p-topSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #CC3366;
		}

	@media print, screen and (min-width: 767px) {
		.p-topSlider {
			height: 662px !important;
			min-width: 980px !important;
			max-width: 1920px !important;
			}
		.p-topSlider .bx-viewport,
		.p-topSlider .bx-wrapper {
			height: 562px !important;
			width: 1920px !important;
			}
			.p-topSlider .slideL {
				position: absolute;
				top: 0;
				left: 0;
				height: 562px;
				width: 1920px;
				}
			.p-topSlider .waku-slideL {
				position: absolute;
				bottom: 100px;
				left: 0;
				height: 70px;
				width: 1920px;
				z-index: 100;
				}
		.slideS {
			display: none;
			}
	}
	@media (min-width: 981px) and (max-width: 1919px) {
			.p-topSlider .waku-slideL,
			.p-topSlider .slideL {
				left: -50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
				left: -webkit-calc((100vw - 1920px) / 2);/*Chrome19~25対応*/
				left: -moz-calc((100vw - 1920px) / 2);/*Firefox4~15対応*/
				left: calc((100vw - 1920px) / 2);  
				}
	}
	@media (min-width: 768px) and (max-width: 980px) {
			.p-topSlider .waku-slideL,
			.p-topSlider .slideL {
				left: -470px;
				}
	}
	@media (max-width: 767px) {

		.slideL {
			display: none;
			}
		.p-topSlider .bx-wrapper .bx-pager.bx-default-pager a {
			width: 10px;
			height: 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			}

 		.p-topSlider {
			line-height: 0;
			margin-top: -20px;
			}
		.p-topSlider .bx-wrapper {
			margin-bottom: 20px;
			}
		.p-topSlider .bx-wrapper .bx-pager {
			padding-top: 0;
			}
	}






/* Important / News (list)
=========================================================================================== */

	.p-homeImportant {
		margin-bottom: 50px;
		}
		
	/* title */
	@media print, screen and (min-width: 768px) {
		.p-homeImportant h2 {
			width: 170px;
			}
 	}
	@media (max-width: 767px) {
	}



	/* infoList */
	.p-infoList {
		width:100%;
		padding: 0 5px 0 0;
		margin: 0px 5px;
		line-height: 1.8;
		}
		.p-infoList a {
			color: #666;
			}
		.p-infoList a:hover {
			color: #993399;
			}
		.p-infoList dl {
			padding: 10px 5px 10px 5px;
			border-bottom: #666 dotted 1px;
			}

		@media print, screen and (min-width: 768px) {
			.p-homeImportant .p-infoList {
				width: 770px;
				}
			.p-news .p-infoList {
				/*height: 450px;*/
				overflow: auto;
				}
				.p-infoList dt {
					float: left;
					width: 120px;
					}
				.p-infoList dd {
					padding-left: 125px;
					}
				.p-infoList dd span.p-category {
					display: block;
					margin-bottom: 5px;
					}
		}
		@media (max-width: 767px) {
			.p-infoList dd {
				position: relative;
				padding-left: 80px;
				}
			.p-infoList dd span.p-category {
				position: absolute;
				top: 0;
				left: 0;
				width: 80px;
				}
		}




/* banner（slider large）
=========================================================================================== */

	.p-bnKawazu figure {
		display: inline-block;
		padding: 0 15px;
		text-align: center;
		}

		@media print, screen and (min-width: 768px) {
			.p-bnKawazu {
				min-width: 980px;
				}
		}


	/* controls */

	.p-bnKawazu .p-arrowNext,
	.p-bnKawazu .p-arrowPrev {
		position: absolute;
		top: 50%;
		z-index: 100;
		}
		.p-bnKawazu .p-arrowPrev {
			left: 80px;
			margin-top: -38px;
			}
		.p-bnKawazu .p-arrowNext {
			right: 80px;
			margin-top: -38px;
			}
	@media (max-width: 640px) {
		.p-bnKawazu .p-arrowNext img,
		.p-bnKawazu .p-arrowPrev img {
			width: 60px;
			height: 60px;
			}
		.p-bnKawazu .p-arrowPrev {
			left: 5%;
			margin-top: -32px;
			}
		.p-bnKawazu .p-arrowNext {
			right: 5%;
			margin-top: -32px;
			}
	}





/* banner（slider small）
=========================================================================================== */

	.p-bnSmall {
		position: relative;
		overflow: hidden;
		}
	.p-bnSmall ul {
		margin-left: 0;
		}
		@media print, screen and (min-width: 768px) {
			.p-bnLife {
				margin-top: 4.0rem;
				}
		}
		@media screen and (max-width: 767px) {
			.p-bnLife {
				margin-top: 2.0rem;
				}
		}
	.p-bnSmall .bx-wrapper {
		position: relative;
		margin: 0 auto;
		}
	.p-bnSmall .bx-wrapper .bx-viewport {
		overflow: visible !important;
		}
	.p-bnSmall .slide-controls {
		text-align: center;
		}
	@media print, screen and (min-width: 768px) {
		.p-bnSmall .slide-controls {
			margin-top: 3.0rem;
			}
		.p-bnSmall {
			min-width: 980px;
			}
	}
	@media screen and (max-width: 767px) {
		.p-bnSmall .slide-controls {
			margin-top: 2.0rem;
			}
	}
	
	
	
	.p-bnSmall ul li {
		overflow: hidden;
		background-color: #fff;
		}
	.p-bnSmall ul li a {
		display: block;
		width: 100%;
		}
	.p-bnLink ul li img {
		width: 200px;
		margin: 20px auto;
		}
	.p-bnLife ul li img {
		width: 200px;
		margin: 10px auto;
		}
		@media screen and (max-width: 500px) {
		.p-bnLife ul li img,
		.p-bnLink ul li img {
			width: 90%;
			}
		}
	.p-bnSmall .slide-controls .slide-pager,
	.p-bnSmall .slide-controls .slide-prev,
	.p-bnSmall .slide-controls .slide-next {
		display: inline-block;
		vertical-align: middle;
		}
	.p-bnSmall .slide-controls .bx-pager .bx-pager-item {
		display: inline-block;
		margin: 0 10px;
		}
	.p-bnSmall .slide-controls .bx-pager .bx-pager-item a {
		overflow: hidden;
		text-indent: 101%;
		white-space: nowrap;
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		}
		.p-bnLink .slide-controls .bx-pager .bx-pager-item a {
			background-color: #80c1c1/*#d7da9c*/;
			}
		.p-bnLink .slide-controls .bx-pager .bx-pager-item a.active {
			background-color: #428a8a/*#a9ae42*/;
			}
		.p-bnLife .slide-controls .bx-pager .bx-pager-item a {
			background-color: #80c1c1;
			}
		.p-bnLife .slide-controls .bx-pager .bx-pager-item a.active {
			background-color: #428a8a;
			}
	.p-bnSmall .slide-controls .slide-pager {
		padding: 0 20px;
		margin-top: -5px;
		}
		@media screen and (max-width: 767px) {
			.p-bnSmall .slide-controls .bx-pager .bx-pager-item {
				display: inline-block;
				margin: 0 5px;
				}
			.p-bnSmall .slide-controls .slide-pager {
				padding: 0 10px;
				}
		}
	
	.p-bnSmall .slide-controls .bx-prev,
	.p-bnSmall .slide-controls .bx-next {
		width: 25px;
		height: 25px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
		}
	.p-bnSmall .slide-controls .bx-prev {
		background-image: url(../img/home/btn_prevS.png);
		}
	.p-bnSmall .slide-controls .bx-next {
		background-image: url(../img/home/btn_nextS.png);
		}







/* scene / news 
=========================================================================================== */

	.p-bgWave {
		background: url(../img/home/bg_waveWhite.png) center top no-repeat;
		margin-top: -25px;
		padding-top: 86px;
		}
		@media (max-width: 640px) {
			.p-bgWave {
				background-size: auto 50px;
				margin-top: -10px;
				padding-top: 60px;
				}
		}

	/* background image */
	.p-imgLife {
		position: absolute;
		left: 0;
		bottom: 100px;
		}
	.p-imgPurpose {
		position: absolute;
		right: 0;
		bottom: 50px;
		text-align: right;
		}
	.p-imgNews01 {
		position: absolute;
		left: 0;
		top: 215px;
		}
	.p-imgNews02 {
		position: absolute;
		right: 0;
		top: 650px;
		text-align: right;
		}
		@media (max-width: 767px) {
			.p-imgLife img,
			.p-imgPurpose img,
			.p-imgNews01 img,
			.p-imgNews02 img {
				width: 50%;
				}
			.p-imgLife {
				top: 200px;
				}
			.p-imgPurpose {
				top: 200px;
				}
			.p-imgNews01 {
				top: 60%;
				}
			.p-imgNews02 {
				display: none;
				}
		}




	/* scene list */
	.p-scenePurpose {
		padding-top: 40px;
		}

	@media print, screen and (min-width: 768px) {
		.p-scenePurpose ul {
			padding: 0 /*115px*/;
			}
	}

	.p-scenePurpose li ,
	.p-sceneLife li {
		display: inline-block;
		}
			.p-scenePurpose li ,
			.p-sceneLife li {
				width: 140px/*210px*/;
				min-height: 140px/*210px*/;
				}
		@media (max-width: 480px) {
			.p-scenePurpose li ,
			.p-sceneLife li {
				width: 27vx/*40vw*/;
				min-height: 27vw/*40vw*/;
				}
		}



	.p-scenePurpose li a,
	.p-sceneLife li a {
		display: inline-block;
		color: #333;
		text-decoration: none;
		width: 100%;
		height: 100%;
		padding: 0/*20px*/ 15px/*10px*/ 5px/*10px*/ 15px/*10px*/;
		box-sizing: border-box;
			-webkit-border-radius: 8px;
		 -moz-border-radius: 8px;
					border-radius: 8px;
			-ms-border-radius: 8px;
			background: #fff;
			background:-webkit-linear-gradient(150deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 50%, rgba(252,238,233,0.9) 90%, rgba(252,238,233,0.9) 100%);
			background:-moz-linear-gradient(150deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 50%, rgba(252,238,233,0.9) 90%, rgba(252,238,233,0.9) 100%);
			background:-o-linear-gradient(150deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 50%, rgba(252,238,233,0.9) 90%, rgba(252,238,233,0.9) 100%);
			background:linear-gradient(150deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 50%, rgba(252,238,233,0.9) 90%, rgba(252,238,233,0.9) 100%);
		}
		.p-sceneLife li a {
			border: #f4bca4 solid 2px;
			}
		.p-scenePurpose li a {
			border: #F4BCA4 solid 2px;
			}
		.p-scenePurpose li a span,
		.p-sceneLife li a span {
			display: block;
			font-size:1.4rem /*2.0rem*/;
			}
		.p-sceneLife li a:hover {
			text-decoration: none;
			border: #cc3366 solid 4px;
			}
		.p-scenePurpose li a:hover {
			text-decoration: none;
			border: #FFAA28 solid 4px;
			}

		@media (max-width: 480px) {
			.p-scenePurpose li a,
			.p-sceneLife li a {
				padding: 5px;
				}
			.p-scenePurpose li a span,
			.p-sceneLife li a span {
				font-size: 1.8rem;
				}
			.p-scenePurpose li img ,
			.p-sceneLife li img {
				height: 80px;
				width: auto;
				}
		}
		@media (max-width: 350px) {
			.p-scenePurpose li a span,
			.p-sceneLife li a span {
				font-size: 1.6rem;
				}
			.p-scenePurpose li img ,
			.p-sceneLife li img {
				height: 60px;
				width: auto;
				}
		}




/* News (tab)
=========================================================================================== */

	/* tab */
	.tabs {
		display: block;
		overflow: hidden;
		clear: both;
		list-style: none;
		margin: 0;
		}
	.tabs li {
		float: left;
		text-align: center;
		width: 188px /*235px*/;
		height: 38px;
		line-height: 38px;
		margin-left: 2px;
		margin-right: 2px;
		}
	.tabs li a {
		display: inline-block;
		text-decoration: none;
		width: 100%;
		height: 100%;
		box-sizing:  border-box;
		}
		@media (max-width: 767px) {
			.tabs li {
				width: 23%;
				}	
		}



	/* tab color */
	.tabs li a,
	.tabs li.active a,
	.tabs a:hover {
		-webkit-border-radius: 6px 6px 0 0;
			 -moz-border-radius: 6px 6px 0 0;
						border-radius: 6px 6px 0 0;
				-ms-border-radius: 6px 6px 0 0;
		}
		.p-tabW a,
		.p-tabW a:hover {
			color: #fff;
			background: #663399;
			background: -webkit-gradient(linear, left top, left bottom, from(#8E56C7), to(#663399));
			background: -webkit-linear-gradient(top, #8E56C7 0%, #663399 100%);
			background: -o-linear-gradient(top, #8E56C7 0%, #663399 100%);
			background: linear-gradient(to bottom, #8E56C7 0%, #663399 100%);
			border-bottom: #663399 solid 2px;
			}
			.p-tabW.active a {
				background: #fff;
				color: #663399;
				}
		.p-tabP a,
		.p-tabP a:hover {
			color: #fff;
			background: #CC3366;
			background: -webkit-gradient(linear, left top, left bottom, from(#DF7B9C), to(#CC3366));
			background: -webkit-linear-gradient(top, #DF7B9C 0%, #CC3366 100%);
			background: -o-linear-gradient(top, #DF7B9C 0%, #CC3366 100%);
			background: linear-gradient(to bottom, #DF7B9C 0%, #CC3366 100%);
			border-bottom: #CC3366 solid 2px;
			}
			.p-tabP.active a {
				background: #fff;
				color: #CC3366;
				}
		.p-tabO a,
		.p-tabO a:hover {
			color: #fff;
			background: #E44B04;
			background: -webkit-gradient(linear, left top, left bottom, from(#F69769), to(#E44B04));
			background: -webkit-linear-gradient(top, #F69769 0%, #E44B04 100%);
			background: -o-linear-gradient(top, #F69769 0%, #E44B04 100%);
			background: linear-gradient(to bottom, #F69769 0%, #E44B04 100%);
			border-bottom: #E44B04 solid 2px;
			}
			.p-tabO.active a {
				background: #fff;
				color: #E44B04;
				}
		.p-tabG a,
		.p-tabG a:hover {
			color: #fff;
			background: #669900;
			background: -webkit-gradient(linear, left top, left bottom, from(#94DB00), to(#669900));
			background: -webkit-linear-gradient(top, #94DB00 0%, #669900 100%);
			background: -o-linear-gradient(top, #94DB00 0%, #669900 100%);
			background: linear-gradient(to bottom, #94DB00 0%, #669900 100%);
			border-bottom: #669900 solid 2px;
			}
			.p-tabG.active a {
				background: #fff;
				color: #669900;
				}
		.p-tabR a,
		.p-tabR a:hover {
			color: #fff;
			background: #e30000;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffbaba), to(#e30000));
			background: -webkit-linear-gradient(top, #ffbaba 0%, #e30000 100%);
			background: -o-linear-gradient(top, #ffbaba 0%, #e30000 100%);
			background: linear-gradient(to bottom, #ffbaba 0%, #e30000 100%);
			border-bottom: #e30000 solid 2px;
			}
			.p-tabR.active a {
				background: #fff;
				color: #e30000;
				}



	/* tab_content */

	.tab_content{
		background-color: rgba(255,255,255,0.9);
		padding: 40px 30px 50px 30px;
		}


		@media print, screen and (min-width: 768px) {
		}
	



/* advertisement（広告）
=========================================================================================== */
	@media print, screen and (min-width: 768px) {
		.p-advertisement {
			/*width: 960px;*/
			width:850px;
			margin: 0px auto;
			}
	}
	@media (max-width: 767px) {
	}

		





/* about kawazu
=========================================================================================== */

	.p-aboutKawazu h2 {
		background: url(../img/home/bg_white.gif) repeat-x center top;
		}

	.p-aboutList {
		margin: 0;
		}
	.p-aboutList li {
		list-style: none;
		}
	.p-aboutList li a {
		display: inline-block;
		width: 100%;
		height: 100%;
		line-height: 0;
		color: #fff;
		}
	.p-aboutList li {
		margin-bottom: 20px !important;
		}
		.p-aboutList li span {
			display: inline-block;
			width: 100%;
			box-sizing: border-box;
			line-height: 1.4;
			padding: 10px 10px 10px 35px;
			background: #cc3366 url(../img/home/icon_arrowPink.png) no-repeat 10px center;
			text-decoration: underline;
			}
		.p-aboutList li a span {
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			}
	@media print, screen and (min-width: 768px) {
		.p-aboutKawazu {
			background: #fff url(../img/home/bg_aboutKawazu.jpg) no-repeat center 125px;
			background-attachment: fixed;
			background-size: cover;
			}
		.p-aboutList {
			width: 440px;
			}
		.p-aboutList li {
			width: 210px;
			height: 140px;
		background-color: #fff;
		-webkit-border-radius: 12px;
			 -moz-border-radius: 12px;
						border-radius: 12px;
				-ms-border-radius: 12px;
			}
		.p-aboutList li figure img {
		-webkit-border-radius: 12px 12px 0 0;
			 -moz-border-radius: 12px 12px 0 0;
						border-radius: 12px 10px 0 0;
				-ms-border-radius: 12px 12px 0 0;
			}
		.p-aboutList li span {
		-webkit-border-radius: 0 0 12px 12px;
			 -moz-border-radius: 0 0 12px 12px;
						border-radius: 0 0 12px 12px;
				-ms-border-radius: 0 0 12px 12px;
			}
	}
	@media (max-width: 767px) {
		.p-aboutKawazu {
			background: #fff url(../img/home/bg_aboutKawazu.jpg) no-repeat center 60px;
			}
		.p-aboutList li {
			width: 48%;
			}
		.p-aboutList li span {
			 display: -webkit-flex;
			 display: flex;
			 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
			 align-items: center; /* 縦方向中央揃え */
 			height: 100%;
			vertical-align: middle;
			border: #fff solid 1px;
			padding: 8px 5px 8px 22px;
			background-size: 13px 13px;
			background-position: 5px center;
		-webkit-border-radius: 8px;
			 -moz-border-radius: 8px;
						border-radius: 8px;
				-ms-border-radius: 8px;
			}
		.p-aboutList li figure {
			display: none;
			}
	}





			
	/* 人口・世帯数 / youtube*/
	.p-population > dl > dt {
		text-align: center;
		font-size: 1.8rem;
		padding: 8px 10px;
		background-color: #cc3366;
		color: #fff;
	-webkit-border-radius: 12px 12px 0 0;
		 -moz-border-radius: 12px 12px 0 0;
					border-radius: 12px 10px 0 0;
			-ms-border-radius: 12px 12px 0 0;
		}
	.p-population > dl > dd {
	-webkit-border-radius: 0 0 12px 12px;
		 -moz-border-radius: 0 0 12px 12px;
					border-radius: 0 0 12px 12px;
			-ms-border-radius: 0 0 12px 12px;
		}

		/* data */
		.p-populationData > dl {
			width: 50%;
			}
		.p-populationData dt {
			float: left;
			}
			.p-populationData dt {
				width: 70px;
				padding: 5px;
				text-align: center;
				box-sizing: border-box;
				background-color: #FACFDA;
				color: #000;
				font-weight: bold;
		-webkit-border-radius: 4px;
			 -moz-border-radius: 4px;
						border-radius: 4px;
				-ms-border-radius: 4px;
				}
			.p-populationData dd {
				padding: 5px 5px 5px 80px;
				}
	@media print, screen and (min-width: 768px) {
		.p-youtube,
		.p-population {
			height: 300px;
			box-sizing: border-box;
			}
		.p-population > dl > dt {
			height: 40px;
			box-sizing: border-box;
			}
		.p-population > dl > dd {
			height: 260px;
			padding: 40px 40px 0 40px;
			box-sizing: border-box;
			}
		.p-youtube {
			padding: 30px 40px 0 40px;
			}
	}
	@media (max-width: 767px) {
		.p-aboutList li figure {
			display: none;
			}
		.p-population > dl > dd {
			padding: 15px;
			}
		.p-youtube .p-video {
			position: relative;
			width: 100%;
			padding-top: 56.25%;
			}
		.p-youtube .p-video iframe {
			position: absolute;
			top: 0;
			right: 0;
			width: 100% !important;
			height: 100% !important;
			}
		.p-youtube {
			padding: 10px;
			}
	}
	@media (max-width: 350px) {
			.p-populationData dt {
				width: 60px;
				}
			.p-populationData dd {
				padding: 5px 2px 5px 65px;
				}
	}




	

	/* ライブカメラ */
	.p-livecamera {
		background: url(../img/home/bg_livecamera.jpg) no-repeat;
		background-size: cover;
		box-sizing: border-box;
		}
	.p-livecamera > div a {
		display: inline-block;
		width: 100%;
		height: 100%;
		padding: 40px 10px 40px 170px;
		box-sizing: border-box;
		color: #cc3366;
		text-decoration: none;
		background: url(../img/home/icon_camera.png) no-repeat 60px center;
		border: #fff solid 1px;
		}
	.p-livecamera > div a:hover {
		color: #663399;
		background: url(../img/home/icon_camera_f2.png) no-repeat 60px center;
		border: #663399 solid 1px;
		}
	.p-livecamera > div p {
		 display: -webkit-flex;
		 display: flex;
		 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		 align-items: center; /* 縦方向中央揃え */
		}

	@media print, screen and (min-width: 768px) {
 		.p-livecamera {
			height: 140px;
			}
	}
	@media (max-width: 500px) {
		.p-livecamera > div a {
			padding: 20px 10px 20px 70px;
			background-size: 40px auto;
			background-position: 20px center;
			}
	}

/* sns
=========================================================================================== */
	@media print, screen and (min-width: 768px) {
		.p-sns {
			width: 960px;
			margin: 0px auto;
			}
	}
	@media (max-width: 767px) {
	}

