@charset "UTF-8";
/* CSS PC/SP共通レイアウト */

#club {
	width: 100%;
	background-color: #f5f4e4;
}

/*--------------------------------------------------*
 *   メインビジュアル
 *--------------------------------------------------*/
#club .mainvisual_page {
	background: url("../img/club/ph_mainvisual.png") no-repeat center top;
	background-size: cover;
}

/*--------------------------------------------------*
 *   コンテンツ
 *--------------------------------------------------*/
#club  .ttl_club {
	text-align: center;
	margin-bottom: 40px;
}
#club .overview {
	width: 940px;
	margin: 0px auto 200px;
	padding-top: 60px;
	position: relative;
}
#club .overview .inner {
	background-color: #FFF;
	border-radius: 30px;
	padding: 20px 40px 30px;
	overflow: hidden;
}
#club .overview .inner .overview_list {
	width: 580px;
	float: left;
}
#club .overview .inner .overview_list table {
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.0;
}
#club .overview .inner .overview_list table th {
	width: 100px;
	color: #87be19;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px dotted #87be19;
	padding: 15px 0px;
}
#club .overview .inner .overview_list table td {
	border-bottom: 2px dotted #87be19;
	padding: 15px 0px;
	vertical-align: top;
}
#club .overview .inner .overview_list table tr.director td {
	border-bottom: none;
	padding: 0px;
}
#club .overview .inner .overview_list table tr.director td:first-of-type {
	width: 90px;
}
#club .overview .inner .overview_list table tr.director_top th {
	border-bottom: none;
}
#club .overview .inner .overview_list table tr.director_top td {
	padding-top: 15px;
}
#club .overview .inner .overview_list table tr:last-child td {
	border-bottom: none;
}
#club .overview .inner .ph_box {
	width: 240px;
	float: right;
}
#club .overview .inner .ph_box p {
	margin-bottom: 20px;
}
#club .overview .ill_club_1 {
	position: absolute;
	top: 30px;
	left: 80px;
}
#club .overview .ill_club_2 {
	position: absolute;
	bottom: -60px;
	right: 50px;
}
#club .support {
	width: 100%;
	background-image: url("../img/club/img_grass.png"), url("../img/club/img_back_support.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center 70px, center top;
	background-size: auto, cover;
	margin-top: -120px;
	padding: 90px 0px 200px;
	position: relative;
	z-index: 100;
}
#club .support .inner {
	width: 940px;
	margin: 0px auto;
	padding-top: 20px;
}
#club .support .inner ul li {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
#club .support .inner ul li .photo {
	display: table-cell;
	width: 280px;
	vertical-align: middle;
}
#club .support .inner ul li .photo img {
	border-radius: 30px;
}
#club .support .inner ul li .memo {
	display: table-cell;
	width: 660px;
	vertical-align: middle;
	padding-left: 50px;
}
#club .support .inner ul li .memo p:nth-child(1) {
	font-size: 2.0rem;
	font-weight: 600;
	border-bottom: 3px solid #FFF;
	margin-bottom: 15px;
	padding-bottom: 12px;
}
#club .support .inner ul li .memo p:nth-child(2) {
	font-size: 1.4rem;
}
#club .kaisoku {
	width: 100%;
	background-image: url("../img/club/img_back_kaisoku_2.png"), url("../img/club/img_back_kaisoku_1.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
	background-size: auto, cover;
	margin-top: -110px;
	padding: 100px 0px 270px;
	position: relative;
	z-index: 100;
}
#club .kaisoku .bt_kaisoku {
	width: 520px;
	margin: 0px auto;
	padding-top: 40px;
}
#club .kaisoku .bt_kaisoku a {
	display: block;
	font-size: 1.8rem;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	background: url("../img/common/icon_pdf.png") no-repeat 94% center;
	background-color: #54a734;
	border-radius: 30px;
}
#club .kaisoku .ill_club_3 {
	width: 860px;
	margin: 0px auto;
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	text-align: right;
}

/* スマホレイアウト */
@media (max-width: 639px) {
/*--------------------------------------------------*
 *   コンテンツ
 *--------------------------------------------------*/
#club  .ttl_club {
	margin-bottom: 6vw;
}
#club  .ttl_club img {
	height: 15vw;
}
#club .overview {
	width: auto;
	margin: 0px 4vw 36vw;
	padding-top: 7vw;
}
#club .overview .inner {
	border-radius: 25px;
	padding: 5vw 4vw 4vw;
}
#club .overview .inner .overview_list {
	width: 100%;
	float: none;
	margin-bottom: 6vw;
}
#club .overview .inner .overview_list table {
	font-size: 3.47vw;
	line-height: 1.6;
}
#club .overview .inner .overview_list table th {
	width: 24%;
	border-bottom: 1px dotted #87be19;
	padding: 3vw 0px;
}
#club .overview .inner .overview_list table td {
	border-bottom: 1px dotted #87be19;
	padding: 3vw 0px;
}
#club .overview .inner .overview_list table tr.director td:first-of-type {
	width: 27%;
}
#club .overview .inner .overview_list table tr.director_top th {
	border-bottom: none;
}
#club .overview .inner .overview_list table tr.director_top td {
	padding-top: 3vw;
}
#club .overview .inner .overview_list table tr:last-child td {
	border-bottom: none;
}
#club .overview .inner .ph_box {
	width: 100%;
	float: none;
}
#club .overview .inner .ph_box p {
	margin-bottom: 4vw;
	text-align: center;
}
#club .overview .inner .ph_box p img {
	width: 40vw;
}
#club .overview .ill_club_1 {
	top: 17vw;
	left: 0;
}
#club .overview .ill_club_1 img {
	width: 26vw;
}
#club .overview .ill_club_2 {
	bottom: -6vw;
	right: 6vw;
}
#club .overview .ill_club_2 img {
	width: 25vw;
}
#club .support {
	background-position: center 9vw, center top;
	background-size: 100% auto, 100%;
	margin-top: -26vw;
	padding: 12vw 0 0;
}
#club .support .inner {
	width: 100%;
	padding: 3vw 4vw 25vw;
	background: url("../img/club/img_back_support_sp.png") repeat-y center top;
	background-size: 100%;
}
#club .support .inner ul li {
	display: block;
	margin-bottom: 9vw;
	padding: 0px 7vw;
}
#club .support .inner ul li .photo {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 4vw;
}
#club .support .inner ul li .photo img {
	width: 50vw;
	border-radius: 25px;
}
#club .support .inner ul li .memo {
	display: block;
	width: 100%;
	padding-left: 0px;
}
#club .support .inner ul li .memo p:nth-child(1) {
	font-size: 4.27vw;
	text-align: center;
	border-bottom: 2px solid #FFF;
	margin-bottom: 3vw;
	padding-bottom: 2vw;
}
#club .support .inner ul li .memo p:nth-child(2) {
	font-size: 3.2vw;
}
#club .kaisoku {
	width: 100%;
	background-image: none, url("../img/club/img_back_kaisoku_1.png");
	margin-top: -27vw;
	padding: 12vw 0 21vw;
}
#club .kaisoku .bt_kaisoku {
	width: 90%;
	margin: 0px auto;
	padding-top: 2vw;
}
#club .kaisoku .bt_kaisoku a {
	font-size: 3.47vw;
	line-height: 12vw;
	background-position: 96% center;
	background-size: 4.6vw auto;
}
#club .kaisoku .ill_club_3 {
	width: 100%;
	top: 17vw;
	left: inherit;
	right: 4vw;
}
#club .kaisoku .ill_club_3 img {
	width: 24vw;
}
}

