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

/*sns home only*/
.p-sns {
	position: absolute;
	top: 10px;
	right: 17px;
	z-index: 15;
}
.p-sns .p-facebook {
	position: absolute;
	top: 0;
	right: 80px;
	z-index: 15;
}
.p-sns .p-twitter {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 15;
}
@media screen and (max-width: 979px) {
	.p-sns {
		top: 7px;
		right: 40px;
	}
	.p-sns .p-facebook {
		top: 0;
		right: 0;
	}
	.p-sns .p-twitter {
		top: 18px;
		right: 0;
	}
	.p-sns iframe{
		transform:scale(0.75);
		-webkit-transform:scale(0.75);
		-moz-transform:scale(0.75);
	}
}


.p-home .p-navigation {
	display: table;
	margin: 0 0 20px;
	font-size: 0;
}
.p-home .p-navigation .p-asobu {
	float: left;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	box-sizing: border-box;
	width: 460px;
	height: auto;
	padding: 10px;
	margin: 0 0 10px;
	background-color: rgba(255,255,255,0.5);
}
.p-home .p-navigation .p-asobu .c-linkBox {
	float: left;
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	width: 220px;
	height: auto;
	padding: 0 10px;
}
.p-home .p-navigation .p-shiru {
	float: right;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 240px;
	height: auto;
	padding: 10px;
	margin: 0 0 0 20px;
	background-color: rgba(255,255,255,0.5);
}
.p-home .p-navigation .p-sonaeru {
	float: right;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 240px;
	height: auto;
	padding: 10px;
	margin: 0 0 0 20px;
	background-color: rgba(255,255,255,0.5);
}
.p-home .p-navigation .p-shiru .c-linkBox,
.p-home .p-navigation .p-sonaeru .c-linkBox {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	width: 220px;
	height: auto;
	padding: 0 10px 10px;
}
.p-home .p-navigation .p-manga {
	float: right;
	display: inline-block;
	box-sizing: border-box;
	width: 460px;
	height: 130px;
	padding: 10px;
	background-color: rgba(0,134,174,0.5);
}
@media screen and (max-width: 979px) {
	.p-home .p-navigation {
		display: block;
	}
	.p-home .p-navigation .p-asobu { 
		width: 100%;
		margin: 0;
		background: none;
	}
	.p-home .p-navigation .p-asobu .c-linkBox {
		width: 50%;
	}
	.p-home .p-navigation .p-shiru {
		width: 50%;
		padding: 10px 0 10px 10px;
		margin: 0;
		background: none;
	}
	.p-home .p-navigation .p-sonaeru {
		width: 50%;
		padding: 10px 10px 10px 0;
		margin: 0;
		background: none;
	}
	.p-home .p-navigation .p-shiru .c-linkBox,
	.p-home .p-navigation .p-sonaeru .c-linkBox {
		width: 100%;
	}
	.p-home .p-navigation .p-manga {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.p-home .p-navigation .p-asobu { 
		padding: 10px 5px 5px;
	}
	.p-home .p-navigation .p-asobu .c-linkBox {
		padding: 0 5px 5px;
	}
	.p-home .p-navigation .p-shiru {
		padding: 10px 0 5px 5px;
	}
	.p-home .p-navigation .p-sonaeru {
		padding: 10px 5px 5px 0;
	}
	.p-home .p-navigation .p-shiru .c-linkBox, 
	.p-home .p-navigation .p-sonaeru .c-linkBox {
		padding: 0 5px 5px;
	}
}



.p-home .p-navigation .p-title {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	margin: 0 0 10px;
}
.p-home .p-navigation .p-asobu .p-title {
	position: relative;
	background-color: #1B6BA4;
}
.p-home .p-navigation .p-asobu .p-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: url(../img/home/title_asobu_before.png) no-repeat left center;
	background-size: auto 45px;
}
.p-home .p-navigation .p-asobu .p-title:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 45px;
	background: url(../img/home/title_asobu_after.png) no-repeat right center;
	background-size: auto 45px;
}
.p-home .p-navigation .p-shiru .p-title {
	background: url(../img/home/title_shiru.png) no-repeat center, #0086AB;
	background-size: auto 45px;
}
.p-home .p-navigation .p-sonaeru .p-title {
	background: url(../img/home/title_sonaeru.png) no-repeat center, #03477F;
	background-size: auto 45px;
}
@media screen and (max-width: 400px) {
	.p-home .p-navigation .p-title {
		height: 35px;
		margin: 0 0 10px;
	}
	.p-home .p-navigation .p-asobu .p-title:before {
		height: 35px;
		background-size: auto 35px;
	}
	.p-home .p-navigation .p-asobu .p-title:after {
		height: 35px;
		background-size: auto 35px;
	}
	.p-home .p-navigation .p-shiru .p-title {
		background-size: auto 35px;
	}
	.p-home .p-navigation .p-sonaeru .p-title {
		background-size: auto 35px;
	}
}

.p-home .p-navigation .menu-item a {
	width: 100%;
}
.p-home .p-navigation .p-asobu .p-miho.menu-item a {
	display: block;
	height: 130px;
	background: url(../img/home/btn_miho.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-matsu.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_matsu.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-hagoromo.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_hagoromo.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-matsuri.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_matsuri.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-npo.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_npo-asobu.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-toukai.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_toukai.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-camera.menu-item a {
	display: block;
	height: 130px;
	background: url(../img/home/btn_camera.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-umi.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_umi.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-cycle.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_cycle.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-photo.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_photo.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-taberu.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_taberu.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-link.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_link.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-asobu .p-livecam.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_livecam.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-function.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_function.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-anzen-taisaku.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_anzen-taisaku.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-document.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_document.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-keikan.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_keikan.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-jigyougaiyou.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_jigyougaiyou.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-shinsyoku.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_shinsyoku.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-kouka.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_kouka.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-npo.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_npo-shiru.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-shiru .p-namioto.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_namioto.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-danger.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_danger.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-tsunami.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_tsunami.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-hinanjo.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_hinanjo.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-nigeru.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_nigeru.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-building.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_building.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-junbi.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_junbi.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-sipos.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_sipos.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-warn.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_warn.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-sonaeru .p-typhoon.menu-item a {
	display: block;
	height: 65px;
	background: url(../img/home/btn_typhoon.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .p-manga .menu-item a {
	display: block;
	height: 110px;
	background: url(../img/home/btn_manga.png) no-repeat center top;
	background-size: contain;
}
.p-home .p-navigation .menu-item a:hover {
	opacity: 0.65;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-home .p-navigation .sub-menu {
	display: none;
}
@media screen and (max-width: 979px) {
	.p-home .p-navigation .menu-item a {
		margin: 0;
	}
	.p-home .p-navigation .p-asobu .p-miho.menu-item a {
		height: 0;
		padding-top: 65.40%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-matsu.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-hagoromo.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-matsuri.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-npo.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-toukai.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-camera.menu-item a {
		height: 0;
		padding-top: 65.40%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-umi.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-cycle.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-photo.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-taberu.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-link.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-asobu .p-livecam.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-function.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-anzen-taisaku.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-document.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-keikan.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-jigyougaiyou.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-shinsyoku.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-kouka.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-npo.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-shiru .p-namioto.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-danger.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-tsunami.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-hinanjo.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-nigeru.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-building.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-junbi.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-sipos.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-warn.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
	.p-home .p-navigation .p-sonaeru .p-typhoon.menu-item a {
		height: 0;
		padding-top: 32.70%;
		background-size: contain;
	}
}

/*information*/
.p-home .p-information {
	display: table;
	font-size: 0;
}
.p-home .p-information .p-title {
	width: 100%;
	height: 45px;
}
@media screen and (max-width: 979px) {
	.p-home .p-information {
		display: block;
		width: auto;
		margin: 0 15px;
	}
	.p-home .p-information .p-title {
		height: 35px;
	}
}


/*news*/
.p-home .p-information .p-news {
	float: left;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 720px;
	height: 425px;
	background-color: #FFFFFF;
}
.p-home .p-information .p-news .p-title {
	position: relative;
	width: 100%;
	background: url(../img/home/title_news.png) no-repeat left center, #97A7D5;
	background-size: auto 45px;
}
.p-home .p-information .p-news .p-title a {
	position: absolute;
	top: 7px;
	right: 10px;
	height: 31px;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	color: #00005E;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 3.2rem;
}
.p-home .p-information .p-news .p-title a:hover {
	color: #FFFFFF;
	background-color: #00005E;
}
.p-home .p-information .p-news .p-lists {
	overflow: auto;
	width: 100%;
	height: 380px;
	box-sizing: border-box;
	border: #FFFFFF solid 15px;
}
.p-home .p-information .p-news .p-lists .c-date {
	color: #000000;
	font-size: 1.8rem;
	line-height: 2.6rem;
}
.p-home .p-information .p-news .p-lists .c-content {
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin: 0 0 1.5em;
}
.p-home .p-information .p-news .p-lists .c-content a {
	color: #00005E;
	text-decoration: underline;
}
.p-home .p-information .p-news .p-lists .c-content a:hover {
	text-decoration: none;
}
.p-home .p-information .p-news .p-lists .c-content a .c-new {
	color: #FF0000;
}
@media screen and (max-width: 979px) {
	.p-home .p-information .p-news {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
	.p-home .p-information .p-news .p-title {
		background-size: auto 35px;
	}
	.p-home .p-information .p-news .p-title a {
		top: 4px;
		right: 5px;
		height: 27px;
		font-size: 1.4rem;
		line-height: 2.8rem;
	}
}

/*twitter*/
.p-home .p-information .p-twitter {
	float: right;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 240px;
	height: 425px;
	margin: 0 0 0 20px;
	background-color: #FFFFFF;
}
.p-home .p-information .p-twitter .p-title {
	width: 100%;
	background: url(../img/home/icon_twitter.png) no-repeat 5px center, url(../img/home/title_twitter.png) no-repeat 35px center, #1DA1F2;
	background-size: auto 35px, auto 33px;
}
.p-home .p-information .p-twitter .p-timeline {
	width: 100%;
	height: 350px;
	box-sizing: border-box;
	border: #FFFFFF solid 15px;
	text-align: center;
}
.p-home .p-information .p-twitter .p-timeline .twitter-timeline {
	margin: auto;
}
@media screen and (max-width: 979px) {
	.p-home .p-information .p-twitter {
		float: none;
		width: 100%;
		margin: auto;
	}
}