@charset "UTF-8";

/* ==========================================
 四谷学院硬式野球部TOP
========================================== */

/* override
------------------------------------------ */

/* タイトル
--------------------------- */
#contents_header {
	height: 27.14vw;
	min-height: 380px;
	padding-top: 3.28vw;
	background: #fff url("../images/index_ttl_bg.jpg") no-repeat top center;
	background-size: 100% auto;
	overflow: hidden;
}

#contents_header .title {
	height: 19.85vw;
	min-height: 278px;
	margin: 0 auto;
	padding-top: 6.5vw;
	border: 3px solid #ff0;
	box-shadow: 10px 10px 0px 0px rgba(255, 255, 0, 1);
	background-image: url("../images/ttl_bg_baseball.png");
	background-size: 36.6% auto;
	background-position: top 3vw center;
	position: relative;
}
#contents_header .title h1 {
	line-height: 1.4;
}
#contents_header .title h1 .ttl_copy {
	font-size: 1.8rem;
}

@media only screen and (max-width: 1400px) {
	#contents_header {
		padding-top: 45px;
		background-size: cover;
	}
	#contents_header .title {
		width: 437px;
		height: 278px;
		background-position: top 45px center;
		padding-top: 85px;
	}
	#contents_header .title .ttl_obj1, #contents_header .title .ttl_obj2 {
		width: 145px;
	}
}
@media only screen and (max-width: 767px) {
	#contents_header {
		height: 70vw;
		min-height: auto;
		padding-top: 12vw;
		background-image: url("../images/index_ttl_bg_sp.jpg");
	}
	#contents_header .title {
		width: 85%;
		height: 45vw;
		min-height: auto;
		max-height: 278px;
		padding-top: 11vw;
		background-position: top 4vw center;
	}
}
@media only screen and (max-width: 480px) {
	#contents_header {
		height: 90vw;
		padding-top: 15vw;
	}
	#contents_header .title {
		width: 90%;
		height: 50.26vw;
		padding-top: 13.5vw;
		background-size: 30% auto;
		background-position: top 5.5vw center;
	}
	#contents_header .title h1 .ttl_copy {
		font-size: 1.4rem;
	}
}



/* contents
------------------------------------------ */
.tb {
	display: none;
}

@media (max-width: 900px) {
	.tb {
		display: inline;
	}
}
@media (max-width: 767px) {
	.tb {
		display: none;
	}
	.tb.sp {
		display: inline;
	}
}

.text_contents #intro.ttl::after {
	display: none;
}
.text_contents #intro .ttl_copy {
	font-size: 2.4rem;
}
@media (max-width: 900px) {
	.text_contents #intro {
		line-height: 1.5;
	}
}
@media only screen and (max-width: 480px) {
	.text_contents .ttl .ttl_copy {
		font-size: 4.8vw;
	}
}

/* メッセージ
------------------------------------------ */
.message {
	padding: 0 0 35px;
}
.message .wrapper_s {
	padding: 30px;
	position: relative;
}
.message .wrapper_s::before,
.message .wrapper_s::after {
	content: "";
	width: 240px;
	height: 240px;
	background-color: #ff0;
	position: absolute;
	z-index: 1;
}
.message .wrapper_s::before {
	top: 0;
	left: 0;
}
.message .wrapper_s::after {
	right: 0;
	bottom: 0;
}

.message_contents {
	width: 100%;
	margin: 0 auto;
	padding: 0 40px 0 0;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
#intro_area .message_contents {
	display: flex;
}
.manager .message_contents {
	padding-right: 0;
}
.message_contents .icon {
	position: absolute;
	top: 15px;
	left: 230px;
	width: 166px;
}

.message_contents figure {
	width: min(30vw, 250px);
	margin-right: 40px;
	flex-shrink: 0;
}
.manager .message_contents figure {
	float: left;
}

.message_contents figure figcaption {
	display: none;
}

.message_contents .text1 {
	margin-bottom: 1em;
	padding-top: 100px;
}
.message_contents .text2 {
	text-align: right;
}
.message_contents .text_last {
	margin-bottom: 2.5em;
}

.message_contents .border_ttl {
	margin-top: 3em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-align: center;
	position: relative;
}
.message_contents .border_ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #222;
}

.message_contents .profile {
	margin: 0;
	padding: 40px;
	border: 1px solid #222;
}
.message_contents .profile h3,
.message_contents .profile dt {
	margin-bottom: 0.5em;
}
.message_contents .profile figure {
	width: 200px;
	margin: 0 2em 1.5em 0;
}


@media only screen and (max-width: 1050px) {
	.message_contents .icon {
		left: min(28vw, 230px);
	}
}
@media only screen and (max-width: 767px) {
	.message .wrapper_s {
		padding: 25px;
	}
	.message .wrapper_s::after {
		/*display: none; */
	}
	.message_contents {
		padding: 0 20px 50px 0;
	}
}
@media only screen and (max-width: 480px) {
	.message .wrapper_s {
		padding: 6.6vw 3vw 0 6.6vw;
	}
	.message .wrapper_s::before {
		width: 76.6vw;
		height: 100%;
	}
	.message .wrapper_s::after {
		display: none;
	}
	.message_contents {
		padding: 0 0 30px;
	}
	#intro_area .message_contents {
		display: block;
	}
	.message_contents .icon {
		width: 33vw;
		top: 14vw;
		left: 48vw;
	}
	.message_contents figure {
		width: 40vw;
		min-height: 50vw;
	}
	.manager .message_contents figure {
		float: none;
	}
	.message_contents figure img {
		margin: -2vw 0 0 -2vw;
	}

	.message_contents figure figcaption {
		display: inline-block;
		position: absolute;
		top: 30vw;
		left: 45vw;
		text-align: left;
	}
	.message_contents .text1 {
		margin-left: -2vw;
		padding-top: 1em;
	}
	#intro_area .message_contents .text1 {
		margin-bottom: 0;
	}
	.message_contents .text2 {
		display: none;
	}
	.message_contents .text3 {
		margin-left: -2vw;
	}
	.message_contents .border_ttl {
		margin-left: -2vw;
		font-size: 5.4vw;
	}
	
	.message_contents .profile {
		margin-left: -2vw;
		padding: 1.3em 1em;
	}
	.message_contents .profile figure {
		width: 180px;
		margin: 0 auto 1.5em auto;
	}
}



/* 教育理念とか
------------------------------------------ */
#rinen {
	background: url("../images/rinen_bg.jpg") no-repeat top center;
	background-size: cover;
}
#rinen .wrapper_ss {
	width: 620px;
	margin: 0 0 0 auto;
}
#rinen .mainttl {
	display: inline-block;
	margin: 50px 0 70px auto;
	line-height: 1.66;
	color: #fff;
	text-shadow: 0 0 50px rgba(50, 62, 76, 0.6);
}
#rinen .mainttl::after {
	background-color: #fff;
}

#rinen .shadow_box_wrapper {
	margin: 0 0 60px -20px;
	padding-top: 0;
}
#rinen .shadow_box_wrapper .shadow_box {
	margin-left: auto;
	margin-right: auto;
}

/* 教育理念 */
#rinen_rinen .text {
	font-size: 3rem;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	text-align: center;
}

/* 教育目標 */
#rinen_mokuhyo h4 {
	margin-bottom: 0.5em;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
#rinen_mokuhyo .text {
	text-align: center;
}
#rinen_mokuhyo .text:first-of-type {
	margin-bottom: 1.5em;
}

/* 教育内容 */
#rinen_naiyou {
	text-align: center;
}
#rinen_naiyou h4 {
	margin-bottom: 0.5em;
	display: inline-block;
	padding: 0 0.5em 0.2em;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	background-color: #ff0;
}
#rinen_naiyou .text {
	line-height: 2;
	text-align: center;
}
#rinen_naiyou .text strong {
	display: inline-block;
	font-size: 2rem;
	text-decoration: underline;
}

#rinen_naiyou ul {
	display: inline-block;
	margin-top: 0.8em;
}
#rinen_naiyou ul.rinen_top_athlete_mind {
	margin-bottom: 30px;
}
#rinen_naiyou ul li {
	text-align: left;
}



@media only screen and (max-width: 1050px) {
}
@media only screen and (max-width: 768px) {
	#rinen .wrapper_s {
		width: 100%;
		padding: 0;
	}
	#rinen .wrapper_ss {
		width: 100%;
		padding: 0 20px;
	}
	#rinen .mainttl {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#rinen {
		background-image: url("../images/rinen_bg_sp.jpg");
	}
	#rinen .mainttl {
		margin: 0 0 45px;
		line-height: 1.5;
	}
	#rinen .shadow_box_wrapper {
		margin-left: 0;
	}
	
	/* 教育理念 */
	#rinen_rinen {
		padding: 8% 4%;
	}
	#rinen_rinen .text {
		padding-bottom: 0.5em;
		font-size: 6vw;
	}
	
	/* 教育目標 */
	#rinen_mokuhyo {
		padding-bottom: 2em;
	}
	#rinen_mokuhyo h4 {
		font-size: 2rem;
	}
	#rinen_mokuhyo .text1 {
		text-align: left;
	}
	
	/* 教育内容 */
	#rinen_naiyou h4 {
		font-size: 2rem;
	}
	#rinen_naiyou .text strong {
		font-size: 1.8rem;
		font-weight: 500;
	}

}


/* 原田メソッドとは
------------------------------------------ */
#harada_method .method {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 40px;
}
#harada_method .method:last-of-type {
	margin-bottom: 20px;
}
#harada_method .method .wrapper_s {
}
#harada_method #method1 .wrapper_s,
#harada_method #method3 .wrapper_s {
	padding: 0 40px 0 0;
}

#harada_method .shadow_box {
	width: 630px;
}
#harada_method #method1 .shadow_box,
#harada_method #method3 .shadow_box {
	margin-left: auto;
}

#harada_method .image_photo {
	position: absolute;
	top: 0;
}
#harada_method #method1 .image_photo,
#harada_method #method3 .image_photo {
	left: 0;
}
#harada_method #method2 .image_photo {
	right: 0;
}

#harada_method .method .ttl {
	font-size: 3rem;
}

#harada_method #method2 .shadow_box ul {
	border: 1px solid #000;
	margin: 1.5em 0;
	padding: 24px;
}
#harada_method #method2 .shadow_box ul li {
	margin: 0 0 0.2em 1em;
	text-indent: -1em;
}


@media only screen and (min-width: 1400px) {
	#harada_method .image_photo {
		width: 48.2vw;
	}
}
@media only screen and (max-width: 1000px) {
	#harada_method .shadow_box_wrapper {
		padding-top: 40vw;
	}
	#harada_method .method .image_photo {
		height: 400px;
		object-fit: cover;
		object-position: center 100%;
	}
}
@media only screen and (max-width: 768px) {
	#harada_method .shadow_box_wrapper {
		padding-top: 45vw;
	}
	#harada_method {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	#harada_method .shadow_box {
		width: 90%;
	}
	#harada_method #method1 .wrapper_s,
	#harada_method #method3 .wrapper_s {
		padding: 0 20px;
	}
	#harada_method .method .ttl {
		font-size: 1.9rem;
		letter-spacing: 1;
	}
}
@media only screen and (max-width: 480px) {
	#harada_method {
		padding-left: 10px;
		padding-right: 10px;
	}
	#harada_method #method1 .wrapper_s,
	#harada_method #method3 .wrapper_s {
		padding: 0;
	}
	#harada_method .method .image_photo {
		height: 55vw;
	}
	#harada_method #method2 .shadow_box ul {
		padding: 1em;
	}
}



/* 特長
------------------------------------------ */
#features .border_list {
	margin-bottom: 20px;
}
#features .border_list .feature_long {
	width: 100%;
}
#features .border_list .feature_short {
	width: 32%;
	padding: 20px 30px 40px;
}
#features .border_list .feature_short p {
	padding: 0;
}

/* 面談 */
#features #feature_meeting p {
	padding-bottom: 1em;
}
#features #feature_meeting ul {
	display: flex;
	justify-content: space-between;
	padding: 0 35px 35px;
}
#features #feature_meeting ul li {
	width: 32%;
	margin-bottom: 0;
	padding: 10px 5px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ワークシート */
#features #feature_worksheet {
	padding: 20px 35px 40px;
}
#features #feature_worksheet ul {
	display: flex;
	justify-content: space-between;
}
#features #feature_worksheet ul li {
	width: min(32.5%, 315px);
	margin-bottom: 10px;
	padding: 25px;
	border: 0;
	background-color: #fffbde;
}
#features #feature_worksheet ul li h5 {
	margin-bottom: 0.8em;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
#features #feature_worksheet ul li p {
	padding: 0 0 0.7em;
	font-size: 1.5rem;
}
#features #feature_worksheet ul li img {
	width: 260px;
	height: auto;
}
#features #feature_worksheet ul li:last-child img {
	width: 263px;
}

#features #feature_worksheet .worksheet_copyright {
	padding: 0;
	font-size: 1.1rem;
	text-align: right;
}

/* 生活指導 */
#features #feature_seikatsushido .ex {
	margin: 1em 0 0 2em;
	text-indent: -2em;
}

/* スタッフ */
#features #feature_staff img {
	display: block;
	margin: 1.5em auto 0;
	width: 230px;
	height: auto;
}

/* 体験学習 */
#features #feature_taiken img {
	margin: 0.5em 0 0.8em;
}
#features .feature_link {
	text-align: right;
}

@media only screen and (max-width: 1050px) {
	/* 面談 */
	#features #feature_meeting ul {
		padding: 0 25px 30px;
	}
	
	/* ワークシート */
	#features #feature_worksheet {
		padding: 20px 25px 30px;
	}
	#features #feature_worksheet > p {
		padding: 0 0 25px;
	}
	#features #feature_worksheet ul li {
		padding: 20px;
	}
}
@media only screen and (max-width: 767px) {
	#features .border_list .feature_short {
		width: 100%;
	}
	
	/* ワークシート */
	#features #feature_worksheet ul {
		display: block;
	}
	#features #feature_worksheet ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	#features #feature_worksheet ul li img {
		display: block;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {

}


/* スケジュール
------------------------------------------ */
#schedule .schedule_table {
	width: 100%;
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
	border: 2px solid #222;
	background-color: #fff;
}
#schedule .schedule_table th,
#schedule .schedule_table td {
	padding: 12px 5px;
	width: 14%;
	height: auto;
	border-collapse: collapse;
	border:1px solid #222;
}
#schedule .schedule_table td.cell_bukatsu {
	padding: 50px 5px;
}
#schedule .schedule_table td.cell_last {
	padding: 15px 5px 20px;
	line-height: 2;
}


#schedule .cell_week th {
	height: 4.5rem;
}
#schedule .cell_week th:not(:first-child){
	background-color: #222;
	border-right: 1px solid #fff;
	color: #fff;
}

#schedule .cell_time {
	width: 12% !important;
}
#schedule .cell_weekend {
	width: 9% !important;
}

#schedule .cell_yellow{
	background-color: #ffffa8;
}
#schedule .cell_pink{
	background-color: #ffcccc;
}
#schedule .cell_orange{
	background-color: #ffe7c9;
}

#schedule .label_yellow {
	padding: 0.2em 0.5em 0.4em;
	background-color: #ff0;
}

#schedule .cell_practice {
	position: relative;
}
#schedule .schedule_img {
	position: absolute;
	display: block;
	bottom: 5px;
	left: -5px;
}

@media only screen and (max-width: 480px) {
	#schedule .schedule_table {
		width: 900px;
	}
	#schedule  .table_box {
		overflow-x: auto;
		display: block;
	}
	#schedule .schedule_table th,
	#schedule .schedule_table td {
		font-size: 90%;
	}
	#schedule .cell_week th{
		height: auto;
	}
	#schedule .schedule_table td.cell_private {
		font-size: 80%;
	}
}



/* 締め
------------------------------------------ */
.closing_txt {
	padding: 50px 0 70px;
	text-align: center;
}
@media only screen and (max-width: 900px) {
	.closing_txt {
		padding: 50px 0 30px;
	}
}
@media only screen and (max-width: 480px) {
	.closing_txt {
		padding: 40px 0 50px;
		text-align: left;
	}
}


