@charset "utf-8";
/* team css */

.txt { line-height: 2.2; }

/* 下層ページのメニュー */
#team_wrap #lpage-menu_wrap { margin-bottom: 0; }
#team_wrap #lpage-menu { justify-content: center; }
#team_wrap #lpage-menu li:first-of-type { margin-right: 8rem; }

/*=========================================
		THE MISSION
=========================================*/
#mission-area {
	background: url(../img/team/bg-team.png) no-repeat #06414a center / cover ;
	text-align: center;
	color: #fff;	
	padding: 7rem 0 6rem;
}
#mission-area h2 { 
	font-style: italic;
	color: #9f8d39;
	width: 100%;
	border-bottom: 1px solid #9f8d39;
	line-height: 0.65;
	margin-bottom: 3rem;
	letter-spacing: 0.5rem;
	font-size: 8rem;
}
#mission-area h3 {
    color: #9f8d39;
    border: 1px solid #9f8d39;
    display: inline-block;
    margin-top: 5rem;
    line-height: 1.2;
    padding: 1.2rem 2rem;
    min-width: 244px;
    letter-spacing: 0.5rem;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
	margin-bottom: 3rem;
}
#mission-area > p {
	text-shadow: 0 2px 10px rgba(0,0,0,.5);
	margin-top:1rem;
}

#mission-area .box {
	margin-top: 3rem;
	padding: 4rem;
	background: rgba(2,27,31,.5);	
}
#mission-area .box p { 
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#mission-area .box ul {
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}
#mission-area .box ul li { margin-top: 1.5rem; }

/*=========================================
		ホームタウン
=========================================*/
#hometown-area { margin-top: 8rem; }
#hometown-area .ttl_wrap { margin-bottom: 3rem; }
#hometown-area .content { align-items: flex-start; }
#hometown-area .bg-ttl h2 { height: 4.3rem; }
#hometown-area .subttl {
    text-indent: -1em;
    padding-left: 1em;
	font-weight: bold;
	position: relative;
	margin: 3.5rem 0 4rem;
    padding-right: 121px;
}
#hometown-area .subttl:after {
	content: "";
    border-top: 1px solid #dee5e5;
    width: 105px;
    height: 1px;
    position: absolute;
	margin-left: 1rem;
    bottom: 2rem;
}
#hometown-area .img-block { max-width: 382px; }

/*=========================================
		ロゴタイプ
=========================================*/
#logotype-area { margin-top: 6rem; }
#logotype-area .content { text-align: center; }
#logotype-area .logotype {
	max-width: 53rem;
    margin: 3rem auto;
}
#logotype-area .txt {
	display: inline-block;
    text-align: left;
}

/*=========================================
		エンブレム
=========================================*/
#emblem-area { margin-top: 6rem; }
#emblem-area .logo {
	max-width: 30.6rem;
    margin: 3rem auto;
}
#emblem-area .content {
	text-align: center;
}
#emblem-area h5 {
	margin-top: 3rem;
}

/*=========================================
		ホームスタジアム
=========================================*/
#homestadium-area { margin-top: 6rem; }
#homestadium-area .ttl_wrap { margin-bottom: 2rem; }
#homestadium-area .content h3 { 
	color: #dee5e5;
	margin-bottom: 1.5rem;
	letter-spacing: 0.2rem;
}
#homestadium-area ul { justify-content: space-between; }



@media screen and (min-width: 768px) {
	/*=========================================
			ホームタウン
	=========================================*/
	#hometown-area .img-block {
		width: 367px;
		min-width: 367px;
	}
	#hometown-area .txt-block { margin-right: 7.5rem; }
	
	/*=========================================
			ホームスタジアム
	=========================================*/
	#homestadium-area { margin-bottom: 8rem; }
	#homestadium-area .info-block { 
		width: 100%;
		margin-right: 4rem;
	}
	#homestadium-area .info-block table { width: 100%; }
	#homestadium-area .img-block { width: 61.664%; }
}



@media screen and (max-width: 767px) {
	#team_wrap{
		width: 100%;
		overflow: hidden;
	}

	/*=========================================
			THE MISSION
	=========================================*/
	#mission-area { background-size: auto; }
	#mission-area > p { 
		width: calc(100% - 4rem);
		margin: 0 auto;
		margin-top:1rem;
	}
	
	/*=========================================
			ホームタウン
	=========================================*/
	#hometown-area h2 { text-align: center; }
	#hometown-area .content { flex-direction: column; }
	#hometown-area .subttl { 
		padding-right: 66px;
		margin: 3rem auto 2.5rem;
	}
	#hometown-area .subttl:after { width: 50px; }
	#hometown-area .img-block {	margin: 2rem auto 0; }
	
	/*=========================================
			エンブレム
	=========================================*/
	#emblem-area .logo {
		width: 50%;
	}
	
	/*=========================================
			ホームスタジアム
	=========================================*/
	#homestadium-area .content h3 { 
		margin-bottom: 2rem;
		margin-top: 1rem;
		letter-spacing: 0;
		font-weight: bold;
	}
	#homestadium-area ul { flex-direction: column; }
	#homestadium-area .img-block { margin-top: 2rem; }
}



@media screen and (max-width: 480px) {
	#mission-area > h5{
		padding:0 2rem;
	}
}

