@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スムーススクロール　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
  scroll-behavior: smooth;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	width: 100%;
	height: calc(100vh - 70px);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* -- ページタイトル ----------------------------------------------- */
#kv h2 {
	font-size: 70px;
	font-weight: 900;
	text-align: center;
	position: relative;
	z-index: 3;
	color: #FFFFFF;
	line-height: 1.2em;
}
#kv h2::after {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 20px;
	padding-top: 20px;
	background-image: url(../images/home/home_team_ctg_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* -- マスク ----------------------------------------------- */
#kv_mask {
	background-color: rgba(0,0,0,0.55);
	width: 100%;
	height: calc(100vh - 70px);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3ボックス　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	border-top: 5px solid #2150a4;
	border-bottom: 5px solid #2150a4;
	padding-left: 60px;
	padding-top: 17px;
	padding-bottom: 14px;
	background-image: url(../images/common/h3_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 60px;
	margin-bottom: 30px;
}
.h3_box h3 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4em;
}
.h3_box h3 span {
	font-size: 12px;
	line-height: 1.2em;
	color: #929292;
	display: block;
	font-weight: 600;
	margin-top: 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* カテゴリー別の練習表　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tbl_training {
	display: flex;
	margin-bottom: 10px;
}

/* カテゴリー名 */
.tr_category {
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #2150A4;
	font-size: 22px;
	font-weight: 700;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}
.tr_category span {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
}


/* テーブル */
.tbl_training table {
	width: calc(100% - 200px);
}
.tbl_training th {
	width: calc(100% / 3);
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #FFF9DB;
	border-top: 1px solid #cccccc;
	font-size: 14px;
}
.tbl_training td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 練習場所　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.plase_set {
}
.place_data {
	display: flex;
	margin-bottom: 20px;
}
/* -- 場所、住所 ----------------------------------------------- */
.place_text {
	width: 580px;
}
.place_text h3 {
	color: #2150A4;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}
.place_text h3 span {
	font-size: 18px;
	font-weight: 700;
}

/* -- 写真 ----------------------------------------------- */
.place_pic {
	width: 520px;
	padding-left: 30px;
}
.place_pic img {
	width: 100%;
	height: auto;
}

/* -- アクセスマップ ----------------------------------------------- */
.access_map iframe {
	width: 100%;
	height: 600px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 指導者リスト　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.staff_wrap {
	display: flex;
	flex-wrap: wrap;
}
.staff_list {
	width: 300px;
	margin-right: 100px;
	margin-bottom: 70px;
}
.staff_list:nth-child(3n) {
	margin-right: 0px;
}

/* サムネイル */
.stf_thumb {
}
.stf_thumb img {
	width: 100%;
	height: auto;
}

/* 役職・名前 */
.name_box {
	display: flex;
}
.post {
	background-color: #2150A4;
	color: #FFFFFF;
	width: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.name_box h4 {
	width: 214px;
	padding-left: 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
}
.name_box h4 span {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #777777;
	margin-top: 5px;
	font-weight: 400;
}

/* ライセンス */
.license_box {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.license_box li  {
	font-size: 14px;
	line-height: 1.4em;
}
.license_box .text_SZ_xs {
	color: #6A6A6A;
}








/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: calc(100vh - 50px);
}

/* -- ページタイトル ----------------------------------------------- */
#kv h2 {
	font-size: 40px;
	line-height: 1.2em;
}
#kv h2::after {
	font-size: 16px;
	line-height: 1.2em;
}

/* -- マスク ----------------------------------------------- */
#kv_mask {
	height: calc(100vh - 50px);
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3ボックス　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	border-top: 3px solid #2150a4;
	border-bottom: 3px solid #2150a4;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 12px;
	background-size: auto 50px;
	margin-bottom: 25px;
}
.h3_box h3 {
	font-size: 28px;
}
.h3_box h3 span {
	font-size: 10px;
	line-height: 1.2em;
	margin-top: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* カテゴリー別の練習表　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tbl_training {
	display: inherit;
	margin-bottom: 10px;
}

/* カテゴリー名 */
.tr_category {
	width: 100%;
	display: inherit;
	background-color: #184ba2;
	font-size: 18px;
	border-style: none;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tr_category span {
	display: inline;
	font-size: 14px;
	line-height: 1.2em;
}

/* テーブル */
.tbl_training table {
	width: 100%;
	border-left: 1px solid #CCCCCC;
}
.tbl_training th {
	width: 38%;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
	font-size: 12px;
}
.tbl_training th:first-child {
	width: 24%;
}
.tbl_training td {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.4em;
	font-size: 13px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 練習場所　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.place_data {
	display: inherit;
	margin-bottom: 20px;
}
/* -- 場所、住所 ----------------------------------------------- */
.place_text {
	width: 100%;
	margin-bottom: 20px;
}
.place_text h3 {
	font-size: 22px;
	margin-top: 0px;
	line-height: 1.3em;
}
.place_text h3 span {
	font-size: 14px;
}

/* -- 写真 ----------------------------------------------- */
.place_pic {
	width: 100%;
	padding-left: 0px;
}

/* -- アクセスマップ ----------------------------------------------- */
.access_map iframe {
	height: 350px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 指導者リスト　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.staff_list {
	width: 50%;
	margin-right: 0px;
	margin-bottom: 30px;
}
.staff_list:nth-child(odd) {
	padding-right: 5px;
}
.staff_list:nth-child(even) {
	padding-left: 5px;
}

/* 役職・名前 */
.name_box {
	display: inherit;
}
.post {
	width: 100%;
	display: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.name_box h4 {
	width: 100%;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.name_box h4 span {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 3px;
}

/* ライセンス */
.license_box {
	padding-left: 10px;
}
.license_box li  {
	font-size: 13px;
	line-height: 1.4em;
}
}
