/*
Theme Name: T-times
Theme URI:
Description: T-times 卓球教室 公式サイト
Version: 1.0
Author:
Author URI:
*/


body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #111;
	font-size: 20px;
	line-height:1.75;
	letter-spacing:0.03em;
	text-align:justify;
	font-optical-sizing: auto;
	font-weight: 400;
  	font-style: normal;
}
a {
	color: #004c99;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#901d22;
}

::selection{background-color:#e1a231;}
::-moz-selection{background-color:#e1a231;}

body , header , footer{
	min-width: 1300px;
	max-width: 1920px;
	margin: auto;
}
@media screen and (max-width:640px) {
	body{font-size: 16px;}
	body,header,footer{min-width: 400px;}
}






/*============================================================================

	モーション　＊　wowオリジナル　fadeInUpMin

============================================================================*/
.fadeInUpMin {
    animation-name: fadeInUpMin;
}
@keyframes fadeInUpMin {
    from { opacity: 0; transform: translate3d(0, 10%, 0);}
    to { opacity: 1; transform: none;}
}






/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	position: relative;
	height: 400px;
	background: url('images/mv02.jpg') center center / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mainvisual::before {
	position: absolute; content: '';
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}
#mainvisual h2 {
	position: relative;
	margin-top: 80px;
	text-align: center;
	z-index: 1;
}
#mainvisual h2 span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #cc4444;
	margin-bottom: 5px;
	letter-spacing: 1.4px;
}
#mainvisual h2 em {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 3px solid #e1a231;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 4px;
	color: #fff;
}
@media (max-width:640px) {
	#mainvisual {
		height: 260px;
	}
	#mainvisual h2 {
		margin-top: 70px;
	}
	#mainvisual h2 em {
		font-size: 30px;
	}
}







/*==================================================================

	ぱんくず

==================================================================*/
.breadcrumbs {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 50px;
	padding: 20px 0 15px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}
.breadcrumbs p {
	margin: 0;
	color: #888;
}
.breadcrumbs a {
	color: #111;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #004c99;
}
.breadcrumbs span {
	color: #bbb;
	margin: 0 5px;
}






/*==================================================================

	main

==================================================================*/
main {
	
}




/*==================================================================

	 タイトル

==================================================================*/
h3 {
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 1.4px;
}
h3 span {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #901d22;
}
h3 em {
	display: inline-block;
	font-size: 40px;
	padding-bottom: 8px;
	font-weight: 700;
	border-bottom: 3px solid #e1a231;
}
@media (max-width:640px) {
	h3 {
		margin-bottom: 30px;
		letter-spacing: 1px;
	}
	h3 em {
		font-size:26px;
	}
}






/*==================================================================

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}





/*==================================================================

	btn

==================================================================*/
.btn {
	text-align: center;
}
.btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	padding: 0 100px;
	background: #901d22;
	font-weight: 600;
	color: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	transition: background .3s, transform .2s;
}
.btn a:hover {
	background: #b02229;
	transform: translateY(-3px);
}
@media (max-width:640px) {
	.btn a {
		min-width: 0;
		width: 100%;
		height: 80px;
		padding: 0;
		line-height: 1.5;
		font-size: 18px;
		border-radius: 10px;
	}
}





/*==================================================================

	レッスン場所ページ

==================================================================*/
#location {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 100px;
}
#location ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
#location li {
	padding: 30px;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-radius: 3px;
}
#location figure {
	margin-bottom: 20px;
	overflow: hidden;
}
#location figure img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform .3s;
}
#location dl {
}
#location dl dt {
	font-weight: 500;
	margin-bottom: 5px;
}
#location dl dd {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
@media (max-width: 640px) {
	#location {
		padding: 0 0 60px;
	}
	#location ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#location li {
		padding: 20px;
	}
	#location figure img {
		height: 200px;
	}
}


/* リンクができた時
#location li:hover figure img {
	transform: scale(1.05);
}*/


.page-id-7 #top_reserved { /*★後で差し替え*/
	background: linear-gradient(to bottom, #f7f7f7, #fff);
}





/*==================================================================

		コーチ紹介ページ

==================================================================*/

/*-------------------- トップレベルの経験を、あなたの上達へ。＊料金ページも共通 --------------------*/
#coach_catch {
	position: relative;
	margin-top: 80px;
	padding-bottom: 100px;
	background: url("images/bg02.jpg") center bottom;
	background-size: cover;
	overflow: hidden;
}
#coach_catch::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, #fff, transparent);
	z-index: 0;
}
@media (max-width: 640px) {
	#coach_catch {
		margin-top: 40px;
		padding-bottom: 60px;
	}
}



.coach_catch_wrap {
	position: relative;
	display: flex;
	align-items: stretch;
	z-index: 1;
}
.coach_catch_text {
	width: 45%;
	margin-right: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 0 8%;
}
#coach_catch h4 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	color: #003e7c;
}
#coach_catch .text {
	font-size: 17px;
	line-height: 2;
}
@media (max-width: 1600px) {
	.coach_catch_text {
		padding: 0 0 0 5%;
	}
}
@media (max-width: 1500px) {
	#coach_catch h4 {
		font-size: 28px;
	}
	#coach_catch .text {
		line-height: 1.7;
	}
}
@media (max-width: 1400px) {
	#coach_catch h4 {
		font-size: 26px;
	}
}
@media (max-width: 640px) {
	.coach_catch_wrap {
		flex-direction: column-reverse;
	}
	.coach_catch_text {
		width: 90%;
		margin: auto;
		padding: 30px 0 0;
	}
	#coach_catch .text {
		font-size: 16px;
		line-height: 1.8;
	}
}


#coach_catch figure {
	width: 50%;
	box-sizing: border-box;
	padding-right: 100px;
}
#coach_catch figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1700px) {
	#coach_catch figure {
		width: 48%;
		margin-left: 3%;
		padding-right: 60px;
	}
}
@media (max-width: 1400px) {
	#coach_catch figure {
		padding-right: 0;
	}
}
@media (max-width: 640px) {
	#coach_catch figure {
		width: 90%;
		margin: auto;
	}
	#coach_catch figure img {
		height: 220px;
	}
}



/*-------------------- トップで活躍している成績を持つコーチ陣 --------------------*/
#coach_list {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	padding: 80px 0 100px;
}
#coach_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
#coach_list li {
	background: #fafafa;
	border: 1px solid #cacaca;
	border-radius: 3px;
	overflow: hidden;
}
@media (max-width: 640px) {
	#coach_list {
		padding: 60px 0 80px;
	}
	#coach_list ul {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}


#coach_list figure img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: top;
}



#coach_list li h4 {
	font-size: 23px;
	font-weight: 500;
	padding: 20px 20px 10px;
}
#coach_list li .record {
	font-size: 17px;
	color: #901d22;
	font-weight: 500;
	padding: 0 20px 2px;
}
#coach_list li .text {
	font-size: 15px;
	line-height: 1.8;
	padding: 20px 20px 10px;
	color: #444;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 15px;
	margin-bottom: 25px;
}


#coach_list dl.skill {
	display: flex;
	font-size: 15px;
	padding: 0 20px;
	margin-bottom: 8px;
	gap: 0 15px;
}
#coach_list dl.skill:last-child {
	margin-bottom: 25px;
}
#coach_list dl.skill dt {
	width: 140px;
	padding: 2px 0;
	background: #004c99;
	color: #FFF;
	flex-shrink: 0;
	text-align: center;
}





/*==================================================================

		レッスン料金ページ

==================================================================*/

/*-------------------- あなたの「すぐ近く」が、最強の練習場に変わる。★あとで差し替え --------------------*/
.plan #coach_catch {
	background: url("images/bg01.jpg") center bottom;
	background-size: cover;
}


/*-------------------- 勝つべくして勝つ指導内容と仕組み --------------------*/
#plan_feature {
	padding: 80px 0 100px;
}
#plan_feature .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
#plan_feature ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
@media (max-width: 640px) {
	#plan_feature {
		padding: 60px 0 80px;
	}
	#plan_feature ul {
		gap: 30px;
	}
}



#plan_feature li {
	display: flex;
	align-items: center;
	gap: 60px;
}
#plan_feature li:nth-child(even) {
	flex-direction: row-reverse;
}
@media (max-width: 640px) {
	#plan_feature li,
	#plan_feature li:nth-child(even) {
		flex-direction: column;
		gap: 15px;
	}
}



#plan_feature figure {
	width: 40%;
	flex-shrink: 0;
}
#plan_feature figure img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
@media (max-width: 640px) {
	#plan_feature figure {
		width: 100%;
	}
	#plan_feature figure img {
		height: 220px;
	}
}



#plan_feature dl {
	flex: 1;
}
#plan_feature dl dt {
	font-size: 28px;
	font-weight: 700;
	color: #004c99;
	line-height: 1.6;
	margin-bottom: 20px;
}
#plan_feature dl dd.text p {
	font-size: 18px;
	line-height: 1.8;
}
@media (max-width: 640px) {
	#plan_feature dl dt {
		font-size: 22px;
		margin-bottom: 10px;
	}
	#plan_feature dl dd.text p {
		font-size: 16px;
	}
}


/*-------------------- レッスン内容・料金プラン --------------------*/
#plan_lesson {
	background: #f7f7f7;
	padding: 80px 0 40px;
}
#plan_lesson h3 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 60px;
}
@media (max-width: 640px) {
	#plan_lesson {
		padding: 60px 0 0;
	}
	#plan_lesson h3 {
		margin: 0 auto 30px;
	}
}



#plan_lesson .inner {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 10px;
}
@media (max-width: 640px) {
	#plan_lesson .inner {
		flex-direction: column;
		gap: 20px;
		padding: 10px 0;
	}
}



.plan_table {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}
.inner .plan_table div:first-child { /* 入会費・年会費を横幅100% */
	grid-column: 1 / -1;
	text-align: center;
}
.plan_table div {
	flex: 1;
	background: #fff;
	padding: 25px 40px 5px;
	box-sizing: border-box;
}
.plan_table dt {
	font-weight: 500;
	margin-bottom: 5px;
}
.plan_table dd {
	font-size: 26px;
	font-weight: 700;
	color: #901d22;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.plan_table dd span {
	font-size: 15px;
	padding-left: 5px;
	color: #111;
}
.plan_table dd p {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
	padding-top: 10px;
	border-top: 2px solid #e1a231;
	color: #111;
}
@media (max-width: 640px) {
	.plan_table {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.plan_table div {
		padding: 15px 20px 5px;
	}
	.plan_table div:first-child {
		grid-column: auto;
		text-align: left !important;
	}
	.plan_table dd {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.plan_table div:first-child dd {
		margin-bottom: 0;
	}
	.plan_table dd p {
		margin-top: 4px;
		padding-top: 10px;
	}
}



.plan_sub {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	gap: 40px;
	padding: 60px 0;
}
.inner_card {
	flex: 1;
	background: #fff;
	overflow: hidden;
}
.inner_card figure img {
	display: block;
	width: 100%;
	height: 290px;
	object-fit: cover;
}
.inner_card .plan_table {
	display: block;
	margin-bottom: 0;
}
@media (max-width: 640px) {
	.plan_sub {
		flex-direction: column;
		gap: 30px;
	}
	.inner_card figure img {
		height: 200px;
	}
}





/*==================================================================

		求人ページ

==================================================================*/

/*-------------------- 卓球の魅力を、一人ひとりの感動へ。★あとで差し替え --------------------*/
.recruit #coach_catch {
	background: url("images/bg03.jpg") center bottom;
	background-size: cover;
}

/*-------------------- 募集職種 --------------------*/
#coach_catch h3 { z-index: 2; position: relative; }
.recruit #coach_catch h4 { color: #901d22;}
#coach_catch.reverse { background: #f7f7f7;}

#coach_catch.reverse .coach_catch_wrap {
	flex-direction: row-reverse;
}
#coach_catch.reverse .coach_catch_text {
	margin-right: 0;
	margin-left: 5%;
	padding: 0 8% 0 0;
}
#coach_catch.reverse figure {
	padding-right: 0;
	padding-left: 100px;
}
@media (max-width: 1700px) {
	#coach_catch.reverse figure {
		margin-left: 0;
		margin-right: 3%;
		padding-left: 60px;
	}
}
@media (max-width: 1600px) {
	#coach_catch.reverse .coach_catch_text {
		padding: 0 5% 0 0;
	}
}
@media (max-width: 640px) {
	#coach_catch.reverse .coach_catch_wrap {
		flex-direction: column-reverse;
	}
	#coach_catch.reverse .coach_catch_text {
		margin: 0 auto;
		padding: 30px 0 0;
	}
	#coach_catch.reverse figure {
		padding-left: 0;
		margin: 0 auto;
	}
}


/*-------------------- 募集要項 --------------------*/
#recruit_list {
	padding: 80px 0 100px;
	font-size: 17px;
}
#recruit_list h3 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 60px;
}
.recruit_table {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.recruit_table > div {
	display: flex;
	margin-bottom: 4px;
}
.recruit_table > div:last-child {
	margin-bottom: 0;
}
.recruit_table dt {
	width: 260px;
	flex-shrink: 0;
	padding: 20px 25px;
	background: #004c99;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
}
.recruit_table dd {
	flex: 1;
	padding: 20px 30px;
	background: #f7f7f7;
	line-height: 1.8;
	box-sizing: border-box;
}
.recruit_table dd p {
	font-size: 13px;
	color: #666;
	margin-top: 5px;
}
.recruit_table dd ul {
	list-style: none;
}
.recruit_table dd ul li {
	position: relative;
	padding-left: 15px;
}
.recruit_table dd ul li::before {
	content: '・';
	position: absolute;
	left: 0;
}
@media (max-width: 640px) {
	#recruit_list {
		padding: 60px 0 60px;
		font-size: 16px;
	}
	#recruit_list h3 {
		margin: 0 auto 30px;
	}
	.recruit_table > div {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.recruit_table dt {
		width: 100%;
		padding: 10px 20px;
		justify-content: flex-start;
	}
	.recruit_table dd {
		padding: 12px 20px;
	}
}


.recruit #top_reserved { /*★後で差し替え*/
	background: linear-gradient(to bottom, #e8f8ee, #fff);
}
.recruit #top_reserved .inner { /*★後で差し替え*/
	padding-bottom: 40px;
}
@media (max-width: 640px) {
	.recruit #top_reserved .inner { /*★後で差し替え*/
		padding-bottom: 20px;
	}
}




