@charset "UTF-8";

/* network
========================================== */
.network-inner { background: #ffffff; }

.network-map {
	width: 100%;
	height: 0;
	padding-top: 112%;
	background-image: url(../images/network/map_sp.png);
	background-size: contain;
}
	@media screen and (min-width: 993px) {
		.network-inner {
			margin-top: 80px;
		}
		.network-map {
			background-image: url(../images/network/map.png);
			padding-top: 75%;
		}
	}

.network-box { padding: 35px 15px; }
	@media screen and (min-width: 993px) {
		.network-box { padding: 40px 80px 90px; }
	}

.network-outline {
	font-weight: bold;
}
.network-outline h3 {
	font-size: 17px;
	color: #eb0927;
	margin-bottom: 10px;
}
	@media screen and (min-width: 993px) {
		.network-outline { font-size: 18px; }
		.network-outline h3 {
			font-size: 24px;
		}
	}

.network-bnr { line-height: 0; text-align: center;}
.network-bnr a {
	margin: 25px auto 0;
	display: inline-block;
}
.network-bnr a img {
	max-width: 100%;
}
	@media screen and (min-width: 993px) {
		.network-bnr a {
			margin: 40px auto 0;
		}
	}

.network-anchor-list {
	margin-top: 25px;
}
	@media screen and (min-width: 993px) {
		.network-anchor-list { margin-top: 40px; }
	}

.network-anchor-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.network-anchor-list ul li {
	width: 33.33%;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
.network-anchor-list ul li:nth-child(3n) {
	border-right: none;
}
	@media screen and (min-width: 993px) {
		.network-anchor-list ul li { width: 20%; }
		.network-anchor-list ul li:nth-child(n) { border-right: 1px solid #ffffff; }
		.network-anchor-list ul li:nth-child(5n) { border-right: none; }
	}



.network-anchor-list ul li a {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	color: #ffffff;
	padding: 10px;
}
.network-anchor-list ul li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: translate(0%, -75%) rotate(135deg);
}
	@media screen and (min-width: 993px) {
		.network-anchor-list ul li a {
			font-size: 18px;
			padding: 5px 10px;
		}
		.network-anchor-list ul li a:after {
			width: 9px;
			height: 9px;
			border-top: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
		}
	}


.network-anchor-hokkaido { background: #7b7dc8;}
.network-anchor-tohoku { background: #4388d3;}
.network-anchor-koshinetsu { background: #26aaf0;}
.network-anchor-hokuriku { background: #41aa6e;}
.network-anchor-tokai { background: #88c359;}
.network-anchor-kinki { background: #d7bd2f;}
.network-anchor-tyugoku { background: #ef9f26;}
.network-anchor-shikoku { background: #d08f68;}
.network-anchor-kyusyu { background: #ff7575;}



.network-list {}
.network-item {
	margin-top: 25px;
}
.network-item-tit {
	font-size: 20px;
	color: #ffffff;
	padding: 5px 10px;
}
	@media screen and (min-width: 993px) {
		.network-item { margin-top: 70px; }
		.network-item-tit { font-size: 24px;  padding: 10px 15px; }
	}

#hokkaido .network-item-tit { background: #7b7dc8; border-left: 5px solid #e5e6f4;}
#tohoku .network-item-tit { background: #4388d3; border-left: 5px solid #d9e7f6;}
#koshinetsu .network-item-tit { background: #26aaf0; border-left: 5px solid #d4eefc;}
#hokuriku .network-item-tit { background: #41aa6e; border-left: 5px solid #d9eee2;}
#tokai .network-item-tit { background: #88c359; border-left: 5px solid #e7f3de;}
#kinki .network-item-tit { background: #d7bd2f; border-left: 5px solid #f7f2d5;}
#tyugoku .network-item-tit { background: #ef9f26; border-left: 5px solid #fcecd4;}
#shikoku .network-item-tit { background: #d08f68; border-left: 5px solid #f6e9e1;}
#kyusyu .network-item-tit { background: #ff7575; border-left: 5px solid #ffe3e3;}

.network-item-inner {
	display: flex;
	flex-wrap: wrap;
}
.network-item-inner-tit {
	width: 100%;
	font-weight: bold;
	background: #f3f5f6;
	padding: 5px 10px;
	margin-top: 20px;
	font-size: 13px;
}
	@media screen and (min-width: 993px) {
		.network-item-inner-tit { font-size: 18px; padding: 10px 20px; margin-top: 30px;}
	}

.network-item-inner dd.network-item-inner-member {
	width: 32%;
	margin-right: 2%;
}
.network-item-inner dd.network-item-inner-member:nth-child(3n + 1) { margin-right: 0; }
@media screen and (min-width: 993px) {
	.network-item-inner dd.network-item-inner-member {
		width: 23.8%;
	}
	.network-item-inner dd.network-item-inner-member:nth-child(n) { margin-right: 1.6%; }
	.network-item-inner dd.network-item-inner-member:nth-child(4n + 1) { margin-right: 0; }
}

.network-item-inner-member a {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.network-item-inner-member a:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: #eb0927;
	border-radius: 50%;
}
.network-item-inner-member .thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 125%;
	background: #eeeeee;
}
.network-item-inner-member .thumb:before,
.network-item-inner-member .thumb:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 13px;
	right: 9px;
	width: 7px;
	height: 1px;
	transform-origin: center;
	transform: translate(-6%, -50%);
	background: #ffffff;
}
.network-item-inner-member .thumb:after {
	transform: translate(-6%, -50%) rotate(90deg);
}
@media screen and (min-width: 993px) {
	.network-item-inner-member a:after {
		width: 30px;
		height: 30px;
	}
	.network-item-inner-member .thumb:before,
	.network-item-inner-member .thumb:after {
		width: 15px;
		height: 2px;
		top: 20px;
		right: 11px;
	}
}

.network-item-inner-member .thumb .lazyImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	min-height: 10px;
	transition: opacity .5s linear, transform 0.1s linear;
	opacity: 0;
}
.network-item-inner-member .thumb .lazyImg[data-scroll="in"] {
	height: auto;
	padding-top: 0;
	opacity: 1;
 }

.network-item-inner-member .name {
	margin-top: 10px;
	font-size: 10px;
	border-radius: 50px;
	border: 1px solid #173756;
	padding: 2px;
	transition: all 0.3s ease;
}
@media screen and (min-width: 993px) {
	.network-item-inner-member .name {
		font-size: 18px;
		padding: 0;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 993px) {
	.network-item-inner-member a:hover {
		opacity: 1;
	}
	.network-item-inner-member a:hover .lazyImg {
		transform: scale(1.04);
	}
	.network-item-inner-member a:hover .name {
		color: #ffffff;
		background: #173756;
	}
}

/* network-modal
========================================== */

#network-modal {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	padding: 5% 0;
	display: none;
}

#network-modal-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	min-height: 1000px;
	background: rgba(0, 0, 0, 0.7);
	padding-bottom: 100px;
	display: none;
}

.network-modal-inner {
	padding: 20px;
}
.network-modal-box {
	position: relative;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
}

.network-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #eb0927;
	border-radius: 50%;
	cursor: pointer;
}
.network-modal-close:before,
.network-modal-close:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 19px;
	right: 11px;
	width: 17px;
	height: 3px;
	transform-origin: center;
	background: #ffffff;
}
.network-modal-close:before {
	transform: rotate(45deg);
}
.network-modal-close:after {
	transform: rotate(-45deg);
}
.network-modal-img {
	pointer-events: none;
}
.network-modal-img img {
	max-width: 100%;
}
@media only screen and (max-width: 992px) {
	.network-modal-box { max-width: 400px; }
}
@media screen and (min-width: 993px) {
	#network-modal { padding: 20px 0; }
	#network-modal-overlay {
		min-height: 1200px;
	}
	.network-modal-box { max-width: 500px; }
	.network-modal-close {
		width: 50px;
		height: 50px;
	}
	.network-modal-close:hover {
		opacity: 0.5;
		cursor: pointer;
	}
	.network-modal-close:before,
	.network-modal-close:after {
		top: 23px;
		right: 13px;
		width: 23px;
		height: 4px;
	}
}
