/* aboutus */
.aboutus {

	background: url(../images/coat_gray.png) center 70px / 220px no-repeat;

	padding: 30px;

	height: auto;

	font-size: 12px;

	font-weight: 700;

	color: #001F62;

}

.aboutus_text {

	margin: 20px 0 20px;

	font-size: 11px;

	line-height: 1.5;

	font-weight: 500;

}

.aboutus_inner {

	max-width: 100%;

}

.aboutus_heading {

	font-size: 18px;

	font-weight: 700;

	line-height: 1.5;

	color: #002C7D;

	margin: 18px 0 14px;

}

.aboutus_list {

	list-style: none;

	padding: 0;

	margin: 0;

}

.aboutus_list li {

	position: relative;

	padding-left: 10px;

	font-size: 10px;

	line-height: 1.9;

	margin-bottom: 14px;

	font-weight: 500;

}

.aboutus_list li::before {

	content: "・";

	position: absolute;

	left: 0;

	top: 0;

}

/* お知らせ */


.news {
	width: 100%;
	margin: 0 auto;
	padding: 30px 30px 60px;
}


.news-list {
	margin-top: 24px;
	padding: 24px 20px;
	border: 1px solid #B8C0CF;
	border-radius: 8px;
}

.news-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;

	padding: 18px 0;

	border-bottom: 1px solid #B8C0CF;
}

.news-date {
	width: 70px;
	flex-shrink: 0;

	font-size: 12px;
	font-weight: 700;
}

.news-category {
	width: 76px;
	height: 22px;

	display: flex;
	align-items: center;
	justify-content: center;

	flex-shrink: 0;

	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}


.news-category--info{
	background: #173E77;
}

/* イベント */
.news-category--event{
	background: #0E7C12;
}

/* 大会 */
.news-category--tournament{
	background: #d87b4a;
}




.news-title {
	width: 100%;
	margin-left: 82px;

	font-size: 12px;
	line-height: 1.8;

	color: #333;
	text-decoration: none;

	overflow-wrap: anywhere;
}

.news-title:hover {
	text-decoration: underline;
}

.news-title--link{
    text-decoration: underline;
    transition: .3s;
}

.news-title--link:hover{
    opacity: .7;
}


/* テニススクールについて */
.school {
	background: #f3f3f3;
	padding: 60px 0;
}

.school_inner {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 30px;
}

.cont {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

.school_body {
	padding: 30px;
}

.school_pic img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.title_row {
	display: flex;
	align-items: center;
	/* 縦位置を揃える */
	gap: 10px;
	color: #001F62;
	/* タイトルとターゲットの間隔 */
}

.school_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #001F62;

}

.school_target {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;

}

.school_text {
	font-size: 12px;
	color: #001F62;
	line-height: 1.8;
	margin-bottom: 20px;
}

.arrow_btn {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #006400;
	display: grid;
	place-items: center;
	text-decoration: none;
}

/* 中の矢印（CSSで作る） */
.arrow_btn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.school_body {
	position: relative;
	padding-bottom: 60px;
}

/* コーチ */


.coach {
	background: #0b2c6f;
	padding: 40px 0;
	color: #fff;
	overflow: hidden;
}

.coach .section_title {
	color: #fff;
	text-align: left;
	font-size: 25px;
	margin-bottom: 40px;
	padding: 0 30px;
}

.coach .section_sub {
	color: #fff;
	display: block;
	font-size: 12px;
}





/*カードデザイン */
.coach_item {
	position: relative;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}


/* 画像 */
.coach_item img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	display: block;
}


/* 名前部分 */
.coach_name {
	position: absolute;
	bottom: 0;
	/* 下に配置 */
	left: 0;
	width: 100%;

	background: rgba(255, 255, 255, 0.85);
	/* 半透明 */
	color: #001F62;
	text-align: center;
	padding: 10px 10px;

	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}

.coach .slick-slide {
	transform: scale(0.85);
	transition: all .4s ease;
}

.coach .slick-center {
	opacity: 1;
	transform: scale(1);
}

.coach .btn {
	text-align: right;
	margin-right: 20px;
}





/* アクセス */
.access {
	background: #001F62;
	padding: 30px 0;
	margin: 30px 30px;
}

.access_inner {
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

/* タイトル */
.access .section_title {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.access .section_sub {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #fff;
}

/* 住所 */
.address {
	color: #fff;
	margin: 20px 0;
	line-height: 1.5;
}

/* Googleリンク */

.link {
	margin-bottom: 20px;
}

.link a {
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	font-weight: 500;
}

/* 地図 */
.g_map_area {
	background: #fff;
	height: 90vw;
	max-height: 50vh;
}

.access .btn {
	text-align: right;
}


/* ===========================
Facility（SP）
=========================== */

.facility_wrap {
	display: block;
}

.pic {
	width: calc(100% - 60px);
	margin: 0 auto;
}

.pic h1 {
	height: 74px;
	padding: 0 24px;

	display: flex;
	align-items: center;

	background: #E5F54B;
	font-size: 20px;
	font-weight: 700;
}

.pic_img {
	height: 185px;
	background: url(../images/newcoat.jpg) center center / cover no-repeat;
}

.facility {
	width: 100%;

	margin-top: 30px;

	padding: 0 20px;

	box-sizing: border-box;
}

.facility .section_title {
	color: #001F62;
	text-align: left;
	margin-bottom: 20px;
}

.facility_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;

	list-style: none;

	margin: 0;
	padding: 0;
}

/* 共通カード */

.facility_list li {
	width: calc((100% - 20px) / 3);

	padding: 16px 8px;

	background: #F5F5F5;

	box-sizing: border-box;

	text-align: center;
}

.facility_list li img {
	width: 46px;
	height: auto;

	margin: 0 auto 12px;

	display: block;
}

.facility_name {
	font-size: 13px;
	font-weight: 700;

	margin-bottom: 8px;

	color: #333;
}

.facility_count {
	display: flex;

	justify-content: center;
	align-items: baseline;

	gap: 4px;

	margin-bottom: 10px;
}

.facility_count strong {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.facility_count span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.facility_desc {
	font-size: 10px;
	line-height: 1.5;
	color: #333;
}

/* ===========================
クラブハウス
=========================== */
/*==========================
クラブハウス・駐車場共通
==========================*/

.facility_list li.clubhouse,
.facility_list li.parking {
	width: 100%;

	display: flex;
	align-items: center;

	gap: 18px;

	padding: 18px 20px 18px 40px;

	background: #F5F5F5;

	text-align: left;
}

/* 左側 */

.clubhouse_icon,
.parking_icon {

	width: 80px;

	display: flex;
	flex-direction: column;
	align-items: center;

	flex-shrink: 0;
}

.clubhouse_icon img,
.parking_icon img {

	width: 46px;
	height: auto;

	margin-bottom: 8px;
}

.clubhouse_icon .facility_name,
.parking_icon .facility_name {

	margin: 0;

	font-size: 12px;
	font-weight: 700;
}

/* 右側 */

.clubhouse_text,
.parking_text {

	flex: 1;

	text-align: center;
}

/* ---------- クラブハウス ---------- */

.clubhouse_text .facility_name {

	font-size: 18px;

	font-weight: 700;

	line-height: 1;

	margin-bottom: 12px;
}

.clubhouse_text .facility_desc {

	font-size: 12px;

	line-height: 1.6;
}

/* ---------- 駐車場 ---------- */

.parking_label {

	display: inline-block;

	margin-right: 6px;

	font-size: 14px;

	font-weight: 700;
}

.parking .facility_count {

	display: inline-flex;

	align-items: baseline;

	gap: 4px;

	margin: 0;
}

.parking .facility_count strong {

	font-size: 20px;
	line-height: 1;
}

.parking .facility_count span {

	font-size: 18px;
	line-height: 1;
}

/* レンタル */

.rental-coat {
	margin-top: 30px;
	padding: 48px 20px;
	background: #f7f7f7;
}

.rental-coat__inner {
	max-width: 335px;
	margin: 0 auto;
}



.rental-coat__table {
	margin: 30px 0;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

.rental-coat__table th,
.rental-coat__table td {
	border: 1px solid #7d654e;
	text-align: center;
	padding: 14px 8px;
}

.rental-coat__table thead th {
	background: #0d2b69;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 8px;
}

.rental-coat__table thead th:first-child {
	width: 40%;
}

.rental-coat__table tbody th {
	background: #ffffff;
	color: #0d2b69;
	font-size: 12px;
	font-weight: 700;
}

.rental-coat__table tbody td {
	color: #0d2b69;
	font-size: 14px;
	font-weight: 700;
}

.rental-coat__table tbody td span {
	font-size: 10px;
	font-weight: 500;
}

.rental-coat__note {
	margin-top: 10px;
	text-align: right;
	color: #0d2b69;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
}


/* Flow */

.flow {
	background: #f2f2f2;
	padding: 60px 20px;
}

.flow_label {
	background: #243b6b;
	color: #fff;
	text-align: center;
	padding: 12px 20px 10px;
	width: fit-content;
	margin: 0 auto 20px;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

.flow_label_price {
	display: block;

	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.flow_tax{
	color: #fff;
	font-size: 6px;
}


.flow_label::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top-color: #243b6b;
}

.flow .section_title {
	text-align: center;
	margin-bottom: 5px;
}

.flow_text {
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
	color: #333;

}

.flow_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.flow_list li {
	position: relative;
	text-align: center;
	padding: 30px 20px;
}

.flow_list li:nth-child(1)::before {
	content: "01";
}

.flow_list li:nth-child(2)::before {
	content: "02";
}

.flow_list li:nth-child(3)::before {
	content: "03";
}

.flow_list li:nth-child(4)::before {
	content: "04";
}

.flow_list li::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 120px;
	color: rgba(0, 0, 0, 0.05);
	font-weight: bold;
	z-index: 0;
}

.flow_list img {
	width: 40px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.flow_list p {
	font-size: 14px;
	color: #0d2b69;

	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.flow_price {
	color: #0d2b69;

	display: block;
	font-size: 12px;
	line-height: 1.4;
}

.flow_tax1 {
	color: #0d2b69;

	font-size: 6px;

}












/* PC用 */
@media screen and (min-width:960px) {

	/* ====================
   About us
==================== */

	.aboutus {
		max-width: 800px;
		margin: 0 auto;
		background-size: 500px;
		background-position: center 40px;
	}

	.aboutus .section_title {
		margin-bottom: 40px;

	}

	.aboutus_text {
		max-width: 520px;
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.5;
	}

	/* ====================
   News
==================== */

	.news {
		padding: 120px 0;
		background: #f8f8f8;
	}

	.news_inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 100px;
	}

	.news .section_title {
		margin-bottom: 40px;
	}

	.news-list {
		max-width: 100%;
		margin: 0 auto;
		padding: 36px 56px;
		border: 1px solid #23457d;
		border-radius: 8px;
		background: #fff;
	}

	.news-item {
		display: flex;
		align-items: center;
		padding: 28px 0;
		gap: 20px;
	}

	.news-date {
		flex: 0 0 110px;
		font-weight: 700;
		font-size: 18px;
	}

	.news-category {
		flex: 0 0 120px;
		text-align: center;
		font-size: 14px;
	}

	.news-title {
		flex: 1;
		font-size: 18px;
		margin: 0 0 0 30px;
	}

	.news-item:last-child {
		border-bottom: none;
	}

	/* ====================
   School（横2カラム）
==================== */

	.school_inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 60px;

		display: flex;
		flex-wrap: wrap;
		gap: 40px;
		/* カード間の余白 */
	}

	/* タイトルは横並びの上で100%幅を取る */
	.school_inner>.section_title {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}

	/* 2枚横並び（2カラム） */
	.school_inner>.cont {
		flex: 1 1 calc(50% - 20px);
		/* gap40の半分を引くイメージ */
		margin-top: 0;
		/* SPのmargin-topを打ち消す */
	}

	/* 画像はカード上部いっぱい */
	.school_pic img {
		height: 260px;
		/* 好みで調整OK（カンプに近づける） */
	}

	/* 本文サイズをPC向けに */
	.school_text {
		font-size: 14px;
		line-height: 1.9;
	}

	/* 矢印ボタンをPCでは少し大きく */
	.arrow_btn {
		width: 44px;
		height: 44px;
		right: 24px;
		bottom: 24px;
	}

	/* ====================
   Coach
==================== */

	.coach {
		position: relative;
		max-width: 1100px;
		margin: 0 auto;
		padding: 60px 30px;
		box-sizing: border-box;
		border-radius: 24px;

		display: grid;
		grid-template-columns: 220px 1fr;
		column-gap: 40px;
		align-items: center;
	}

	.coach .section_title {
		font-size: 30px;
	}

	.coach .section_sub {
		font-size: 18px;
	}

	.coach .section_title {
		position: static;
		transform: none;
		margin: 0;
		padding: 0;
		line-height: 1.2;
	}

	.coach_list {
		margin: 0;
		padding: 0;
		display: flex;
		gap: 20px;
		justify-content: flex-start;
	}

	.coach_item {
		flex: 1;
		padding: 0;
	}

	.coach_item img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		display: block;
	}

	/* slickのSP効果をPCでは無効化 */
	.coach .slick-slide,
	.coach .slick-center {
		transform: none !important;
		opacity: 1 !important;
	}

	.coach .btn {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
		align-self: end;
		margin-top: 40px;

		display: block;
		text-align: right;

	}

	/* ====================
   Access（左右分割）
==================== */

	.access {
		max-width: 970px;
		margin: 120px auto;
		padding: 80px;
		border-radius: 24px;
	}

	.access_inner {
		max-width: 100%;
		padding: 0;
		display: grid;
		grid-template-columns: 360px 1fr;
		column-gap: 60px;
		align-items: start;
	}

	.access .section_title {
		font-size: 30px;
	}

	.access .section_sub {
		font-size: 18px;
	}




	.access .address,
	.access .link,
	.access .btn {
		grid-column: 1;
	}

	.g_map_area {
		grid-column: 2;
		grid-row: 1 / span 10;

		padding: 0;
		/* ←SPの padding:100px を殺す */
		margin: 0;
		height: 320px;
		/* 好みで 360px とかでもOK */
		overflow: hidden;
		border-radius: 12px;
		background: #fff;
	}

	.g_map_area img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.access .btn {
		margin-top: 10px;
		text-align: left;
	}

	.access .btn a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		/* ←「必ずご確認ください」が折れない */
		padding: 14px 24px;
	}

	/* ====================
   Facility
==================== */

	.facility_wrap {
		max-width: 1200px;
		margin: 120px auto 0;
		padding: 0 40px;
		display: flex;
		align-items: flex-start;
		gap: 40px;
	}

	.pic {
		flex: 0 0 520px;
		height: 420px;
	}

	.pic h1 {
		margin-top: 107px;
		padding: 22px 18px;
		font-size: 22px;
		font-weight: 700;
		line-height: 1;
	}

	.pic_img {
		height: 340px;
		background-size: cover;
		background-position: center;
	}

	.facility {
		flex: 1;
		padding: 0;
		margin-top: 0;
	}

	.facility .section_title {
		margin-bottom: 25px;
	}

	.facility_list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.facility_list li:nth-child(1) {
		order: 1;
	}

	.facility_list li:nth-child(2) {
		order: 2;
	}

	.facility_list li:nth-child(3) {
		order: 3;
	}

	.facility_list li.parking {
		order: 4;
	}

	.facility_list li.clubhouse {
		order: 5;
	}

	.facility_list li {
		width: auto;
		padding: 20px 10px;
	}

	.facility_list li img {
		width: 42px;
		margin: 0 auto 10px;
	}

	.facility_name {
		font-size: 12px;
	}

	.facility_count strong {
		font-size: 30px;
	}

	.facility_desc {
		font-size: 11px;
		line-height: 1.6;
	}

	/* クラブハウス */

	.facility_list li.clubhouse {
		grid-column: 2 / 4;

		display: flex;
		align-items: center;
		gap: 24px;

		padding: 24px;
		text-align: left;
	}

	.clubhouse_icon {
		width: 90px;
		flex-shrink: 0;

		display: flex;
		flex-direction: column;
		align-items: center;
	}


	.facility_list li.parking {
		display: block;
		padding: 20px 10px;
		text-align: center;
	}

	.parking_icon {
		width: auto;
		display: block;
	}

	.clubhouse_text {
		flex: 1;
		text-align: left;
		margin: 0;
	}

	.clubhouse_text .facility_name {
		font-size: 2px;
		font-weight: 700;
		margin-bottom: 12px;
	}

	.parking_text {
		margin-top: 12px;
		text-align: center;
	}

	.clubhouse_text {
		text-align: center;
		margin-top: 10px;
	}

	.clubhouse_text .facility_name {
		font-size: 20px;
		margin-bottom: 8px;
	}

	/* 駐車場 */

	.facility_list li.parking {
		grid-column: 1;
		display: block;
		padding: 18px 10px;
		text-align: center;
	}

	.parking_icon {
		width: auto;
	}

	.parking_text {
		text-align: center;
		margin-top: 10px;
	}

	.parking .facility_count {
		justify-content: center;
	}

	.parking_label {
		font-size: 16px;
	}

	.parking .facility_count strong {
		font-size: 30px;
	}

	/* ====================
   Rental coat
==================== */

	.rental-coat {
		margin-top: 120px;
		padding: 90px 40px;
		background: #f7f7f7;
	}

	.rental-coat__inner {
		max-width: 1200px;
		margin: 0 auto;
	}

	.rental-coat .section_title {
		margin-bottom: 40px;
		margin-left: 270px;
	}

	.rental-coat__table {
		max-width: 660px;
		margin: 0 auto;
	}

	.rental-coat__table th,
	.rental-coat__table td {
		padding: 18px;
	}

	.rental-coat__table thead th {
		font-size: 15px;
	}

	.rental-coat__table tbody th {
		font-size: 14px;
	}

	.rental-coat__table tbody td {
		font-size: 18px;
	}

	.rental-coat__table tbody td span {
		font-size: 12px;
	}

	.rental-coat__note {
		max-width: 660px;
		margin: 18px auto 0;
		font-size: 14px;
		text-align: right;
	}

	.flow {
		padding: 120px 0;
		margin-top: 50px;
	}

	.flow_list {
		flex-direction: row;
		justify-content: space-between;
		max-width: 1200px;
		margin: 40px auto 0;
	}

	.flow_list li {
		width: 22%;
	}



}