@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi02 a {
	border-bottom: 2px solid var(--color-assort);
}

#conts .name {
	margin-bottom: 22px;
	color: #1E1E1E;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

#conts .name span {
	margin-top: 3px;
	font-size: 15px;
	display: block;
	font-weight: normal;
}

#conts .top {
	margin-bottom: 24px;
	color: #1E1E1E;
	font-size: 15px;
	text-align: center;
}

#conts .tabBox {
	margin-bottom: 66px;
	padding: 12px 20px 10px;
	border: 1px solid #E1E1E1;
}

#conts .tabBox table {
	width: 100%;
	border-collapse: collapse;
}

#conts .tabBox th,
#conts .tabBox td {
	font-size: 14px;
	line-height: 1.9;
	text-align: left;
	vertical-align: top;
	background: url(../img/common/line01.gif) repeat-x left bottom;
}

#conts .tabBox th {
	width: 21%;
	line-height: 1.8;
	padding: 15px 0 15px 14px;
}

#conts .tabBox td {
    display: block;
	padding: 15px 5px 15px 3px;
}

#conts .tabBox td a {
	text-decoration: underline;
	line-height: 4em;
	color: #F25B7E;
}

#conts .tabBox td a:hover {
	text-decoration: none;
}

#conts .tabBox .none th,
#conts .tabBox .none td {
	background: none;
}

#conts .tabBox01 {
	padding: 0;
}

#conts .tabBox01 .infoBox {
	padding: 12px 20px 0;
	border-bottom: 1px solid #E1E1E1;
}

#conts .tabBox01 .infoBox01 {
	padding: 0 20px;
}

#conts .tabBox01 .infoBox02 {
	padding: 0 20px;
	border-bottom: 1px solid #E1E1E1;
}
#conts .tabBox01 .infoBox02:last-child {
	padding: 0 20px;
	border: none;
}

#conts .tabBox01 .infoBox02 table th {
	width: 50%;
}

#conts .movieBox {
	margin: 0 auto 67px;
	width: 550px;
}

#conts .movieBox img {
	width: 100%;
}

#conts .photoList {
	margin: 0 0 60px 25px;
}

#conts .photoList li {
	padding: 0 9px 20px 0;
	width: 330px;
	float: left;
}

#conts .photoList li img {
	width: 100%; height:auto;
}

#conts .photoList li span {
	margin-top: 8px;
	padding-top: 6px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #E0E0E0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .name {
		margin-bottom: 16px;
		font-size: 16px;
	}

	#conts .name span {
		margin-top: 1px;
		font-size: 10px;
	}

	#conts .top {
		margin-bottom: 21px;
		font-size: 10px;
	}

	#conts .tabBox {
		margin: 0 16px 48px;
		padding: 2px 10px 0;
	}

	#conts .tabBox th,
	#conts .tabBox td {
		font-size: 12px;
		line-height: 1.6;
	}

	#conts .tabBox th {
		padding: 12px 5px;
		width: 35%;
	}

	#conts .tabBox td {
		padding: 12px 5px;
	}

	#conts .tabBox01 {
		padding: 0;
	}

	#conts .tabBox01 .infoBox {
		padding: 2px 10px 0;
	}

	#conts .tabBox01 .infoBox02 table th {
		width: 80%;
	}

	#conts .movieBox {
		margin: 0 auto 26px;
		width: 85%;
	}

	#conts .movieBox iframe {
		width: 100%;
		height: 192px;
	}

	#conts .photoList {
		margin: 0 auto 28px;
		width: 52%;
	}

	#conts .photoList li {
		padding: 0 0 15px;
		width: auto;
	}

	#conts .photoList li span {
		padding-top: 4px;
		margin-top: 4px;
		font-size: 13px;
	}

	#conts .comTextList li {
		padding-left: 0;
		text-indent: 0;
	}
}




.sub-staff-h4 { padding:30px 0; font-size:15px; }




