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

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-moz-tab-size: 4;
	tab-size: 4;
	word-break: normal
}

body {
	color: #333;
	font-family: "Meiryo", sans-serif;
	min-height: 100vh;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

li {
	list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}

main {
	width: 100%;
	margin: 0 auto;
}

.inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

/*-------------------------------------------
  ヘッダー
-------------------------------------------*/
#header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	height: 80px;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.95);
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	inset: 0;
	max-width: 1920px;
}

#header .logo {
	line-height: 1px;
	display: flex;
	align-items: center;
}

#header .logo img {
	width: 240px;
}

#header .logo a:nth-child(2) {
	font-weight: bold;
	margin-left: 10px;
	font-size: 14px;
	color: #333;
}

@media screen and (max-width: 767px) {
	#header .logo {
		flex-direction: column;
	}

	#header .logo img {
		width: 180px;
		margin-bottom: 15px;
	}

	#header .logo a:nth-child(2) {
		margin-left: -65px;
		font-size: 14px;
	}
}


/*-------------------------------------------
  共通パーツ
-------------------------------------------*/
.sub_header {
	background-color: #008D95;
	color: #fff;
	height: 160px;
	display: flex;
	align-items: center;
	padding-left: 90px;
	width: 100%;
	max-width: 1920px;
	margin: 80px auto 0 auto;
}

.sub_header h2 span {
	margin: 0 30px;
}

.section_item {
	width: 100%;
	padding: 60px 0;
}

.section_item .flex {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}

.section_item .section_title h2 {
	font-weight: normal;
	font-size: 38px;
}

.section_item .section_heading {
	margin: 25px 0 35px 0;
	font-size: 20px;
}


@media screen and (max-width: 1024px) {
	.section_item .section_link .link_item li a {
		padding: 24px 36px;
		font-size: 16px;
	}

}

@media screen and (max-width: 767px) {
	.sub_header {
		height: 120px;
		padding-left: 15px;
	}
	
	.sub_header h2 {
		font-size: 18px;
	}

	.sub_header h2 span {
		margin: 0 15px;
	}
	
	.section_item {
		margin-bottom: 40px;
		width: 100%;
		padding: 20px 0;
	}

	.section_item .flex {
		flex-direction: column;
	}
	
	.section_item .section_title {
		width: 100%;
		margin-bottom: 15px;
	}

	.section_item .section_title h2 {
		font-weight: normal;
		font-size: 24px;
		text-align: left;
	}
	
	.section_item .section_title p {
		text-align: left;
	}

	.section_item .section_link {
		width: 100%;
	}
	
	.section_item .section_link .link_item li {
		margin-bottom: 15px;
		width: 100%;
	}
	
}

.club_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.club_items .club_item {
	width: 31%;
	margin-bottom: 40px;
	box-shadow: 8px 8px 10px -5px #777777;
	border: 6px solid #008D95;
	border-radius: 30px;
}

.club_items::after {
	content:"";
	display: block;
	width: 31%;
}

.club_items .club_item a img {
}

.club_items .club_item::after {
	content:"";
	display: block;
	width: 31%;
}

@media screen and (max-width: 767px) {
	.club_items .club_item {
		width: 48%;
		margin-bottom: 15px;
	}
}


/*-------------------------------------------
  クラブ毎のパーツ
-------------------------------------------*/
#club_common {
	padding-bottom: 90px;
}

#club_common .section_item .flex_heading {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 70px;
}

#club_common .section_item .flex_heading img {
	width: 120px;
	border: 6px solid #008D95;
	border-radius: 20px;
	margin-right: 5%;
}

#club_common .section_item .flex_heading p {
	font-size: 20px;
}

#club_common .section_item .section_title {
	border-bottom: 3px solid #008D95;
	margin-bottom: 45px;
}

#club_common .section_item .section_title h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 5px;
}

#club_common .section_item .record_wrapper h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

#club_common .section_item .record_wrapper p {
	line-height: 1.8;
}

#club_common .section_item .record_wrapper .text {
	margin-bottom: 16px;
}

#club_common .section_item .record_wrapper .caption {
	margin-bottom: 8px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#club_common .section_item .flex_heading {
		padding: 0 0;
		flex-direction: column;
	}

	#club_common .section_item .flex_heading img {
		width: 120px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	#club_common .section_item .flex_heading p {
		font-size: 16px;
	}

	#club_common .section_item .section_title {
		margin-bottom: 30px;
	}

	#club_common .section_item .section_title h2 {
		font-size: 20px;
	}

	#club_common .section_item .record_wrapper h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	#club_common .section_item .record_wrapper p {
		font-size: 14px;
	}

	#club_common .section_item .record_wrapper .text {
		margin-bottom: 16px;
	}

	#club_common .section_item .record_wrapper .caption {
		margin-bottom: 8px;
		font-weight: bold;
	}
}

/*-------------------------------------------
  フッター
-------------------------------------------*/
#footer {
	border-top: 8px solid #008D95;
	padding: 60px 0;
}
#footer .inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
}


#footer .inner .logo {
	line-height: 1px;
	display: flex;
	align-items: center;
}

#footer .inner .logo img {
	width: 240px;
}

#footer .inner .logo a:nth-child(2) {
	font-weight: bold;
	margin-left: 10px;
	font-size: 14px;
	color: #333;
}

#footer .inner .footer_menu ul li {
	margin-bottom: 8px;
	list-style-type: disc;
}

#footer .inner .operation .operation_company {
	margin-bottom: 12px;
}

#footer .inner .operation a {
	display: inline-block;
	border: 1px solid #333;
	padding: 8px 46px;
	letter-spacing: 4px;
}

@media screen and (max-width: 1024px) {
	#footer .inner {
		flex-direction: column;
	}
	
	#footer .inner .logo {
		margin-bottom: 20px;
	}
	
	#footer .inner .footer_menu ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 30px;
		margin-bottom: 30px;
	}
	
	#footer .inner .footer_menu ul li {
		margin-right: 40px;
	}
	
	#footer .inner .operation {
		 margin: 0 0 0 auto;
	}

}

@media screen and (max-width: 767px) {
	#footer .inner .logo {
		flex-direction: column;
	}
	
	#footer .inner .logo img {
		width: 180px;
		margin-bottom: 15px;
	}

	#footer .inner .logo a:nth-child(2) {
		margin-left: -65px;
		font-size: 14px;
	}
	
	#footer .inner .footer_menu ul {
		flex-direction: column;
	}
	
	#footer .inner .operation {
		 margin: 0 auto 0 0;
	}



}
