@charset "UTF-8";
/* CSS Document */



/* =======トップ画像======= */
#top-main {
	background-image: url("../img/top/top_pc_img.svg");
	background-repeat: repeat;
	background-position: center center;
	display: flex;
	min-height: 600px;
	height: 100%;
	justify-content: center;
	padding: 20px;
}
@media screen and (max-width:1030px) {
	#top-main {
		display: block;
		padding: 20px;
		background-image: url("../img/top/top_sp_img.svg");
		background-size: contain;
	}
}
@media screen and (max-width:750px) {
	#top-main {
		background-image: url("../img/top/top_sp_img.svg");
		background-size: 150%;
	}
}

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





/* =======本日の行事・教室・大会予定======= */
h2 {
	color: #0068b7;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 2px solid #0068b7;
	padding-bottom: 5px;
}

#today-plan-content {
	width: 100%;
	max-width: 650px;
	margin: 20px;
	background-color: #eaf0f9;
	padding: 20px;
}
@media screen and (max-width:1030px) {
	#today-plan-content {
		margin: auto;
		margin-bottom: 50px;
	}
}
@media screen and (max-width:719px) {
	#today-plan-content {
		font-size: 90%;
	}
}

div .plan {
    max-width: 100%;
    margin: auto;
    padding: 10px;

	line-height: 1.5em;
	min-height: 80%;
}
#plan-edit {
	text-align: right;
}
#plan-edit img {
	width: 25px;
}

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




/* =======Facebook======= */
#news-area {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 50px 20px;
}
@media screen and (max-width:1030px) {
	#news-area {
		display:block;
		margin: auto;
	}
}

#facebook {
	max-width: 400px;
	width: 100%;
	margin: 20px;
}
@media screen and (max-width:1030px) {
	#facebook {
		margin: auto;
	}
}

.fb-page,
.fb-page span,
#facebook iframe{
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:1030px) {
	.fb-page,
	.fb-page span,
	#facebook iframe{
		width: 100% !important;
		height: 600px !important;
	}
}

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






/* ======= NEWS======= */
h3 {
	max-width: 1200px;
	color: #0068b7;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #0068b7;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
@media screen and (max-width:1030px) {
	h3 {
		margin: auto;
		margin-bottom: 5px;
	}
}

#news ul  {
	max-width: 1200px;
	width: 100%;
}
@media screen and (max-width:1030px) {
	#news ul {
		margin: auto;
		margin-bottom: 50px;
	}
}

#news ul li {
	width: 1200px;
	max-width: 100%;
	font-size: 1.1em;
	padding:18px 15px;
	border-bottom: 2px solid #0068b7;
	transition: all 0.3s;
	word-wrap: break-word;
	line-height: 1.5em;
	font-feature-settings: "palt";
}
@media screen and (max-width:630px) {
	#news ul li {
		font-size: 0.9em;
	}
}

#news ul li a:hover {
	color: #0068b7;
}






#news table  {
	max-width: 1200px;
	width: 100%;
	font-size: 1.1em;
	transition: all 0.3s;
	word-wrap: break-word;
	line-height: 1.5em;
	font-feature-settings: "palt";
}
@media screen and (max-width:1030px) {
	#news table {
		margin: auto;
		margin-bottom: 50px;
	}
}

#news th,td {
	padding:18px 15px;
	font-weight: normal;
	border: 2px solid #0068b7;
	border-right: none !important;
    border-left: none !important;
}
#news th {
	width: 170px;
}
@media screen and (max-width:630px) {
	#news table {
		font-size: 0.9em;
	}
	#news th {
		width: 135px;
	}
	#news th,td {
		padding:10px 8px;
		font-weight: normal;
		border: 2px solid #0068b7;
		border-right: none !important;
		border-left: none !important;
	}
}

#news table td a:hover {
	color: #0068b7;
}




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










