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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* navi　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_fleur span::after {
	color: #e80411 !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/fleur/kv_2026.jpg);
}
#kv h2::after {
	content: "LADIES TEAM";
}

/* -- インスタ ----------------------------------------------- */
#insta_bt {
	width: 54px;
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 3;
}
#insta_bt img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページリンク　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.global-item {
	width: calc(100% / 3);
}
.global-item:last-child a {
	background-color: #184ba2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* リード　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lead_area {
	padding-top: 100px;
	padding-bottom: 100px;
}
#lead_area h4 {
	color: #2150A4;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2em;
}

/* -- リードデータ ----------------------------------------------- */
#lead_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* テキストエリア */
#lead_data {
	width: 530px;
}

/* スケジュール、メール */
#contact_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	width: 530px;
}
ul#contact_link {
}
ul#contact_link li {
	margin-bottom: 10px;
}
ul#contact_link li a {
	color: #2150A4;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	display: flex;	
	align-items: center;
}
ul#contact_link li a img {
	width: 30px;
	height: auto;
	margin-right: 10px;
}

/* -- 写真 ----------------------------------------------- */
#lead_pic {
	width: 530px;
	position: relative;
}
#lead_pic img {
	width: 100%;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: -90px;
	z-index: 2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会費等　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_03 {
	padding-top: 100px;
}
#area_03 .tbl_nomal {
	margin-bottom: 10px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ボタンエリア　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_box {
	margin-bottom: 20px;
}
#bt_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#bt_box li {
	width: 530px;
}
#bt_box li a {
	display: block;
	background-color: #2150A4;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	border-radius: 8px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#bt_box li a:hover {
	background-color: #000000;
}
#bt_box a img {
	width: 25px;
	height: auto;
	right: 20px;
	position: absolute;
}
#training_area {
}
#training_area .tbl_nomal {
	margin-bottom: 10px;
}

/* -- 備考 ----------------------------------------------- */
#area_03 h5 {
	font-size: 30px;
	color: #2150A4;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メールフォーム　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contact_area {
	padding-top: 140px;
}










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


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* -- インスタ ----------------------------------------------- */
#insta_bt {
	width: 54px;
	right: 20px;
	bottom: 20px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページリンク　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.global-list {
	display: flex;
	flex-wrap: wrap;
}
.global-item {
	width: 50%;
}
.global-item:last-child {
	width: 100%;
	display: block;
	border-left-style: none;
	border-top: 1px solid #FFFFFF;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* リード　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lead_area {
	padding-top: 50px;
	padding-bottom: 80px;
}
#lead_area h4 {
	font-size: 30px;
	line-height: 1.2em;
}

/* -- リードデータ ----------------------------------------------- */
#lead_wrap {
	display: inherit;
	flex-wrap: wrap;
}

/* テキストエリア */
#lead_data {
	width: 100%;
	margin-bottom: 20px;
}

/* スケジュール、メール */
#contact_box {
	margin-top: 30px;
	width: 100%;
}
ul#contact_link li {
	margin-bottom: 10px;
}
ul#contact_link li a {
	font-size: 16px;
}
ul#contact_link li a img {
	width: 26px;
	margin-right: 8px;
}

/* -- 写真 ----------------------------------------------- */
#lead_pic {
	width: 100%;
	text-align: center;
}
#lead_pic img {
	width: 80%;
	position: static;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会費等　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_03 {
	padding-top: 80px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ボタンエリア　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_box ul {
	display: inherit;
}
#bt_box li {
	width: 100%;
	margin-bottom: 10px;
}
#bt_box a img {
	width: 20px;
}

/* -- 備考 ----------------------------------------------- */
#area_03 h5 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 25px;
	margin-top: 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メールフォーム　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contact_area {
	padding-top: 140px;
}

}
