@charset "utf-8";
/* =========================================================
◆ホーム
========================================================= */
.mv{
	width: 100%;
	margin: 0 auto;
}
.main_inner .content{
	margin-bottom: 30px;
}
.area_nav li{
	width: 190px;
	padding: 50px 0;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.area_nav .current::after{
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	right: -20px;
	margin-top: -9px;
	border: 10px solid transparent;
}
@media only screen and (max-width: 480px){
	.area_nav{
		display: flex;
		-webkit-justify-content: center;
	}
	.area_nav li{
		width: 100%;
		height: 60px;
	}
	.area_nav .current::after{
		top: 160px;
		right: 50%;
		margin-top: 0;
		margin-right: -9px;
		z-index: 10;
	}
}
.area_nav .find_field{ background: #88ba1d; }
.area_nav .find_pro{ background: #dc9917; }
.area_nav .find_school{ background: #e987b2; }
@media only screen and (min-width: 481px){
	.area_nav .find_field.current::after{ border-left-color: #88ba1d; }
	.area_nav .find_pro.current::after{ border-left-color: #dc9917; }
	.area_nav .find_school.current::after{ border-left-color: #e987b2; }
}
@media only screen and (max-width: 480px){
	.area_nav .find_field.current::after{ border-top-color: #88ba1d; }
	.area_nav .find_pro.current::after{ border-top-color: #dc9917; }
	.area_nav .find_school.current::after{ border-top-color: #e987b2; }
}
.area_nav li p{
	color: #FFF;
	font-weight: bold;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.75));
}
.area_nav li .sub{
	font-size: 0.8rem;
}
.area_wrap{
	min-width: 610px;
	min-height: 478.5px;
	background: url("/_shared/img/home/area_map.png") center center no-repeat;
	position: relative;
}
@media only screen and (max-width: 480px){
	.area_wrap{
		min-width: 100%;
		min-height: auto;
		padding: 2% 0;
		background: #FFF;
	}
}
.area_wrap .tab_txt{
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 0.9rem;
}
.tab_txt .title{
	font-weight: bold;
	font-size: 1.1rem;
}
@media only screen and (max-width: 480px){
	.area_wrap .tab_txt{
		position: relative;
		top: auto;
		left: auto;
		padding: 20px 15px 0;
	}
}
.area_wrap li{
	position: absolute;
	text-align: center;
	background: #f5f2d8;
	border-radius: 5px;
	filter: drop-shadow(-1px 2px 1px rgba(0,0,0,0.3));
}
.area_wrap li a{
	display: inline-block;
	padding: 8px 16px;
}
@media only screen and (max-width: 480px){
	.area_wrap li{
		position: relative;
		width: 85%;
		margin: 15px auto;
		background: #f5f2d8;
		filter: drop-shadow(-1px 2px 1px rgba(0,0,0,0.3));
	}
	.area_wrap li a{
		width: 100%;
		padding: 15px 0;
	}
}
@media only screen and (min-width: 481px){
	.area_wrap .hokkaido{ top: 14%; right: 35%; }
	.area_wrap .tohoku{ top: 44%; right: 17%; }
	.area_wrap .hokushinetsu{ top: 45%; right: 47%; }
	.area_wrap .kanto{ top: 64%; right: 26%; }
	.area_wrap .tokai{ top: 74%; right: 39%; }
	.area_wrap .kansai{ top: 79%; right: 52%; }
	.area_wrap .cyugoku{ top: 52%; right: 64%; }
	.area_wrap .shikoku{ top: 80%; right: 68%; }
	.area_wrap .kyuoki{ top: 51%; right: 78%; }
}
.event_choice{
	padding: 10px;
	margin-bottom: 20px;
}
.event_choice span{
	padding-right: 2rem;
	font-size: 0.9rem;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
}
.event_choice span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	transform: rotate(45deg);
	border-top: 2px solid #88ba1d;
	border-right: 2px solid #88ba1d;
}
.event_choice select{
	width: 10rem;
	vertical-align: middle;
}
@media only screen and (max-width: 480px){
	.event_choice select{
		width: auto;
	}
}
.event_nav{
	margin-bottom: 0;
	align-items: flex-end;
}
.event_nav li{
	padding: 10px 0;
	vertical-align: bottom;
	text-align: center;
	font-size: 0.9rem;
	cursor: pointer;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.5));
}
.event_nav li span{
	color: #FFF;
	font-weight: bold;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.75));
}
.event_nav .current span{
	font-size: 1.2rem;
	filter: none;
}
@media only screen and (max-width: 480px){
	.event_nav li span{
		font-size: 0.6rem;
	}
	.event_nav .current span{
		font-size: 1rem;
	}
}
.event_nav.kyuoki li{
	flex-grow: 7;
	background: #88ba1d;
}
.event_nav li.current{
	width: 15%;
	padding: 20px 0;
	background: #FFF;
}
.event_nav.kyuoki .current{ border-top: 6px solid #88ba1d; }
.event_nav.kyuoki .current span{ color: #88ba1d; }
.event_wrap {
	margin-top: -3px;
}
.event_wrap ul{
	padding: 18px 12px;
}
.event_wrap li{
	width: 32%;
	margin-right: 0.9%;
	border: 1px solid #ececec;
}
@media only screen and (max-width: 480px){
	.event_wrap li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}
.event_wrap li:nth-child(3n){
	margin-right: 0;
}
.archive li{
	position: relative;
}
.archive a{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.archive dd{
	padding: 5px 10px;
}
.archive .caption p{
	line-height: 1.3;
	font-size: 0.9rem;
	font-weight: bold;
}
.archive .caption span{
	font-size: 0.75rem;
	color: #7a7a7a;
}
.archive .date{
	text-align: right;
	line-height: 2;
	font-size: 0.75rem;
	border-top: 1px solid #ececec;
}
.magazine_block li{
	width: 31.5%;
	margin-right: 1.8%;
	margin-bottom: 25px;
	background: #FFF;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.25));
}
.magazine_block li:nth-child(3n){
	margin-right: 0;
}
@media only screen and (max-width: 480px){
	.magazine_block li{
		width: 100%;
		margin-right: 0;
	}
}
/* =========================================================
◆下層　練習場
========================================================= */
.field_nav .detail_block,
.field_block .detail_block{
	padding: 20px 15px;
}
.field_title{
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: bold;
}
.field_nav ul{
	margin-bottom: 25px;
}
.field_nav li{
	margin-right: 20px;
	margin-bottom: 10px;
}
.field_nav li:last-child{
	margin-right: 0;
}
.field_nav .listbox{
	justify-content: end;
}
/* =========================================================
◆parts
========================================================= */
.more{
	display: block;
	width: 240px;
	margin: 20px auto 50px;
	text-align: center;
}
.more a{
	display: block;
	width: 100%;
	margin: 0 auto;
	line-height: 50px;
	color: #FFF;
	background-color: #89b034;
}
.pickup_block li{
	font-size: 0;
	border: 1px solid #c7c7c7;
}
.pickup_block li:nth-child(3n){
	margin-right: 0;
}
@media only screen and (max-width: 480px){
	.pickup_block li{
		width: 100%;
		margin-right: 0;
	}
}
/* =========================================================
◆common section
========================================================= */
.block_title{
	margin-bottom: 30px;
	padding: 15px 0 15px 40px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #505050;
	position: relative;
}
@media only screen and (max-width: 480px){
	.block_title{
		padding: 15px;
		font-size: 1rem;
	}
}
.block_title::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
}
h2.typeA{border-top: 3px solid #8cd335;}
h2.typeB{border-top: 3px solid #dc9917;}
h2.typeC{border-top: 3px solid #e987b2;}
h2.typeD{border-top: 3px solid #7fc6e5;}
h3.typeA{border-left: 3px solid #8cd335;}
h3.typeB{border-left: 3px solid #dc9917;}
h3.typeC{border-left: 3px solid #e987b2;}
h3.typeD{border-left: 3px solid #7fc6e5;}
.event_block .detail_block{
	filter: drop-shadow(-1px 2px 1px rgba(0,0,0,0.3));
}
