@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
    -webkit-text-size-adjust: none;
}

.rounded-text {
    font-family: 'M PLUS Rounded 1c', "Yu Gothic Rounded", "Hiragino Maru Gothic Pro", sans-serif;
}




/* リンク設定
------------------------------------------------------------*/
a{color:#74b4df;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}



#wrapper1 {
  margin: 0 auto;
  padding: 0 1%;
  max-width: 930px; /* 最大幅は930px */
  width: 100%;
  position: relative;
  background: #fff;
}

#wrapper1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.inner1{
margin:0 auto;
width:100%;
}



/* ヘッダー
------------------------------------------------------------*/
#header{
height:120px;
background-image: url('https://www.sakura-juku.jp/images/header-haikei-old.jpg'); /* 背景画像を指定 */
background-size: cover; /* 画像をヘッダー全体に表示 */
background-position: center; /* 中央に配置 */
background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
}

#header h1{
	padding:5px 0 0 15px;
	font-size:10px;
	font-weight:normal;
	font-family: inherit;
}





/* ロゴ
------------------------------------------------------------*/
.logo{
float:left;
}

.logo p{
	float:left;
	font-size: 180%;
	color: #FF33FF;
	font-family: inherit;
}

.logo img{
width:auto;
float:left;
padding:2px 10px 0 10px;
}

.logo span{display:block;}


/* 電話番号
------------------------------------------------------------*/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/* ロゴ+電話番号
------------------------------------------------------------*/
.logo,.info .tel{
margin-top:6px;
color:#74b4df;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
	color:#333;
	font-size:0.4em;
	font-weight:normal;
}


/* メイン画像（トップページ+サブページ）
------------------------------------------------------------*/
#mainBanner{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
}

#subpage #mainBanner img{border:4px solid #f1f1f1;}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:3px;
left:0;
padding:5px 10px;
line-height:1.4;
color:#939393;
}

.slogan h2{
	padding-bottom:5px;
	font-size:2.2em;
	line-height: 1;
	font-weight:bold;
	color:#04B486;
}


.p-orange {
	font-size: 13px;
	color: #000000;
}

.p-small {
	font-size: 13px;
	color: #000000;
	text-align: left;
}


/* さくら塾が大切にするポイント
------------------------------------------------------------*/
.points {
  display: grid;
  gap: 3px;
  margin: 0 auto;
  max-width: 930px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.points-haikei {
  background-image: url('https://www.sakura-juku.jp/images/header-haikei.jpg'); /* 背景画像を指定 */
  padding: 15px 10px;
   border-radius: 10px;
}


.point {
    max-width: 95%;
    margin: 5px auto; 
    padding: 1em;
    border: 2px solid #6B493D;
    border-radius: 5px;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.point-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em; /* ← これを例えば 0.8em に変更 */
  font-size: 1.4em;
  color: #6B493D;
  text-align: center;
  gap: 0.4em; /* タイトルと線の間隔 */
  font-style: italic;
  font-weight: bold;
}

.point-title::before,
.point-title::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #6B493D;
  border-radius: 4px;
}

.point p {
	 font-size: 0.9em;
    margin: 0;
    padding: 0 0.5em 0.5em;
}

.point-summary {
    max-width: 95%;
    margin: 10px auto;
    font-size: 1em;
}





/* 
メイン コンテンツ
------------------------------------------------------------*/
section.content article{
	padding:20px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{
	margin-bottom:5px;
	font-family: inherit;
}

h3.heading{
	font-weight:bold;
	line-height:36px;
	color:#333;
	background:#f1f1f1;
	font-family: inherit;
	font-size: 120%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}



/*
テーブル
------------------------------------------------------------*/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}




/* フッター
------------------------------------------------------------*/
#footer{
	clear:both;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	margin:20px 0px 0px 0px;
	background:#f3f3f3;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:center;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#333;
}

ul.footnav{
float:right;
width:650px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}
#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:#dbdbdb;
}





/* フッター部分
------------------------------------------------------------*/
.liquid{
  padding: 10px;
}
.liquid-col{
  padding: 10px;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.liquid-col-inner{
  background: #f3f3f3;
}
@media screen and (max-width: 768px) and (min-width: 481px){
  .liquid-col{
    width: 50%;
  }
}
@media screen and (max-width: 480px){
  .liquid-col{
    width: 100%;
  }
}


/* google map */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* テーブル（授業料）
------------------------------------------------------------*/

table, th, td {
  border-collapse: collapse;
  border: 1px solid #F5A9D0;
  line-height: 1;
}

table.price, th, td {
  border-collapse: collapse;
  border: 1px solid #F5A9D0;
  line-height: 1;
}

table.price th {
  width: 25%;
  padding: 10px;
  vertical-align: top;
  background: #F8E0E6;  /* ピンクはそのまま */
  font-weight: bold;
  font-size: 0.95em; 
}

table.price td {
  padding: 10px;
  vertical-align: top;
  text-align: center;
  background: #FFFFFF;  /* ここを追加（白） */
  font-size: 0.95em; 
}

tr:nth-child(even) {
  background: #FFFFFF;  /* これは行の背景。白のままでOK */
}

table.price {
  background: #FFFFFF;  /* テーブル全体も白に */
  margin-top: 20px;
}



/* テーブル（小学生英語）
------------------------------------------------------------*/
.english table {
	border-collapse: collapse;
	border: 1px solid #00ffff;
	line-height: 1;
}
.english th {
    width: 10%;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    background: #e0ffff;
}
.english td {
	width: 45%;
	padding: 10px;
	valign:"middle"
}



/* テーブル（夏期講習）
------------------------------------------------------------*/

table.summer {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #2C97E8;
	line-height: 1;
	margin-top: 20px;   /* 上の余白 */
	margin-bottom: 20px; /* 下の余白 */
}

table.summer th {
	padding: 10px;
	vertical-align: top;
	background: #D6EAF5;
	border: 1px solid #2C97E8;
	margin-top: 20px;   /* 上の余白 */
	margin-bottom: 20px; /* 下の余白 */
}
table.summer td {
	border: 1px solid #2C97E8;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

/* テーブル（春期講習）
------------------------------------------------------------*/
table.spring {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e82ccf;
	line-height: 1;
}

table.spring th {
	padding: 10px;
	vertical-align: top;
	background: #facff1;
	border: 1px solid #e82ccf;
}
table.spring td {
	border: 1px solid #e82ccf;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

/* プロフィールと時間割画像
------------------------------------------------------------*/
.two-pic {
  margin: auto;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* 画像の間隔 */
  flex-wrap: wrap; /* 折り返し可 */
}

.left-pic, .right-pic {
  display: inline-block;
  max-width: 48%; /* 横並び時の幅調整 */
}

/* 画面幅600px以下で縦並び */
@media (max-width: 600px) {
  .left-pic, .right-pic {
    max-width: 100%;
    margin-bottom: 10px; /* 下の間隔 */
  }
}




/* 無料体験・英語
------------------------------------------------------------*/
div#two-pic2 {
    margin: auto;
    text-align: center;
    width: 100%;
}
div#left-pic2 {
    display: inline-block;
}
div#right-pic2 {
    display: inline-block;
}


/* 時間割
------------------------------------------------------------*/
.jikanwari-font {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #000;
}






/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	}
	
	#wrapper{
	padding-bottom:20px;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-family: inherit;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	font-family: inherit;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
  background:#f9f9f9;
	padding-top:9px;
	}
	
	#mainBanner{
	margin-left:15px;
	font-family: inherit;
}
	#subpage #mainBanner{margin:17px auto;}
	
	#main{
	float:right;
	width:667px;
	padding-right:15px;
	}
	
	#sidebar{
	float:left;
	width:245px;
	padding:17px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	}
	
/* グリッド全体
------------------------------------------------------------*/
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    box-sizing: border-box;
}
	

	
/* ナビゲーションの色を変更する */	
	
	
	nav#mainNav{
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #F8E0F7));
    background: -webkit-linear-gradient(top, #FBEFF8 0%, #FBEFF5 50%, #ffeaf4 100%);
    background: -moz-linear-gradient(top, #FBEFF8 0%, #FBEFF5 50%, #ffeaf4 100%);
    background: -o-linear-gradient(top, #FBEFF8 0%, #FBEFF5 50%, #ffeaf4 100%);
    background: -ms-linear-gradient(top, #FBEFF8 0%, #FBEFF5 50%, #ffeaf4 100%);
    background: linear-gradient(top, #FBEFF8 0%, #FBEFF5 50%, #ffeaf4 100%); */
    background-color: white; /* 白の背景色を指定 */
    border: 1px solid #F8E0F1;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#006699;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer .logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
}


/* スマートフォン 横(ランドスケープ) 
------------------------------------------------------------*/
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
	#mainBanner h2{font-size:100%;}
}



/* スマートフォン 縦(ポートレート) 
------------------------------------------------------------*/
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2{font-size:100%;}
	#mainBanner p{font-size:80%;}
}
.telnumber {
	color: #FF99CC;
}
.jikanwari {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


/* TOPへ戻る
------------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop i {
  padding-top: 6px
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 0px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
	font-family: inherit;
}
.inner p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
#footer .inner p {
	text-align: center;
}
.liquid .liquid-col {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
}
.copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}



h1.midashi {
	padding-bottom: 0.2em;
	border-bottom: 2px solid #FF99CC;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 10px;
}

h1.midashi:first-letter {
	margin-right: 0.1em;
	font-size: 2em;
	color:#FF99CC;
}



/* ▼キャプション付き画像全体を囲むボックスの装飾
------------------------------------------------------------*/
figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 15px 7px 15px 0px; /* 外側に余白を加える(右に7px・下に7px) */
    background-color: #FFFFFF;  /* 背景色 */
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
}
figcaption {
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
div.sakurajuku-images:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
@media only screen and (max-width:480px){
figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 15px 7px 15px 0px; /* 外側に余白を加える(右に7px・下に7px) */
    background-color: #FFFFFF;  /* 背景色 */
	  width: 48%;
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
	width: 100%;
}














.sakura {
　　font-size:0;
　　margin-bottom:15px;
　　text-align:center;
}
.sakura > * {
　　width:49%;
　　margin-bottom:15px;
　　margin-left:2%;
　　display:inline-block;
　　font-size:12px;
}
.sakura > *:nth-child(2n + 1) {
　　margin-left:0;
}
.sakura img {
　　max-width:100%;
}







/* 画像のセンター寄せ
------------------------------------------------------------*/
.center{
	text-align: center;
}




/* さくら塾の方程式
------------------------------------------------------------*/

p.houteisiki {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
}

p.houteisiki::before,
p.houteisiki::after {
  content: "";
  display: block;
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

p.houteisiki::before {
  margin-right: 1rem;
}

p.houteisiki::after {
  margin-left: 1rem;
}

	

/* 画像センター寄せ
------------------------------------------------------------*/
.wrap-g{
  text-align:center;
}


/* 文章を囲む〜マージン〜
------------------------------------------------------------*/
.margin {
	margin: 5px;
	padding: 3px;
	font-family: inherit;
}

/* 文字を大きく強調
------------------------------------------------------------*/
.f-large {
	font-size: 1.1em;
	color: forestgreen;
	background-color: #FFFFCC;
	padding: 8px;
	margin: 5px auto;
	text-align: center; /* ← テキストを中央に配置 */
}

.eving {
	padding: 8px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	clear: both;
	font-family: inherit;
	float: none;
	border: 1px solid #FFA3D8;
	background-color: #FFF2FF;
}
	
	
.eving-t {
	font-size: 1.2em;
	color: forestgreen;
	text-align: center;
	font-weight: bold;
}



.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.boxbox{
  float: right;
}
@media(max-width: 768px) {
  .boxbox{
    float: none;
	width: 100%;
  }
}



/* 06-冬期講習
------------------------------------------------------------*/

h3.touki{
	font-size: 1.4em;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	margin: 15px 0px 15px 0px;
	font-family: inherit;
}
h3.touki::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.f-touki {
	font-size: 1.1em;
	color: #000000;
}
.red-font {
	color: #F06;
	font-size: small;
	line-height: 1.2em;
}


.red-font2 {
	color: #F06;
	font-size: 1.4em;
	line-height: 1.2em;
}



/* 08-春期講習
------------------------------------------------------------*/
h3.shunki {
    position: relative;
    font-size: 1.5em;
    color: #000000;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    line-height: 5ex;
    font-weight: inherit;
}

h3.shunki:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


.f-shunki {
    font-size: 1.2em;
    color: #000000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    }


.shunki-box{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f7e6fc;
    border-top: solid 5px #ffcce6;
    border-bottom: solid 5px #ffcce6;
	font-size: 1.2em;
    color: #000000;
}
.shunki-box p {
    margin: 0; 
    padding: 0;
}



table.shunki, th, td {
	border-collapse: collapse;
	border: 1px solid #F5A9D0;
	line-height: 1;
}
table.shunki th {
	width: px;
	padding: 10px;
	vertical-align: top;
	background: #F8E0E6;
	font-weight: bold;
}
table.shunki td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

tr:nth-child(even) {
  background: #FFFFFF;
}



/* コロナウイルスについて
------------------------------------------------------------*/
.corona {
 margin: 2em auto;  
 padding: 1em;
 width: 90%; /*幅の調節*/
 color: #666666; /*文字色*/
 background-color: #f7f7f7; /*背景色*/
 border: 2px solid #000000; /*線の太さ・色*/
 border-radius: 8px; /*角の丸み*/ 
}


.oshirase {
	color: #000000;
	font-size: 18px;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}






/* コロナウイルス対策
------------------------------------------------------------*/
h3.corona {
  position: relative;
	font-size: 1.5em;
	color: #000000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  line-height: 3ex;
}

h3.corona:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
















/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}


.p-red {
	color: #FF0000;
}



/* 授業コマ数の空き状況についてのお知らせ
------------------------------------------------------------*/
.oshirase-01 {
	padding: 5px;
	width: 95%; /*幅の調節*/
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin: 0 auto;
	text-align: center;
}

.oshirase-p1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2em;
	color: #666;
	background:linear-gradient(transparent 70%, #ffdfef 0%) ;

}
.oshirase-p2 {
	font-size: 1em;
	line-height: 1.2;
	color: #666;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}


/* 定期テスト対策
------------------------------------------------------------*/
.testbox {
  background-color: #fafad2;
  border-radius: 15px;
  padding: 2em;
  margin: 0px 20px 30px 20px;
  font-size: 15px;
  line-height: 1.5em;
}


/* メイン画像下テキスト
------------------------------------------------------------*/

.main-explanation {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #000000;
    margin: 0 0 10px 0; /* マージンの値に単位を追加 */
	font-weight: normal;
}

/* 画面幅が 768px 以下の場合にテキストサイズを調整 */
@media (max-width: 768px) {
    .main-explanation {
        font-size: 1em; /* テキストサイズを調整 */
		line-height: 1.5em;
    }
}


/* 高校入試合格
------------------------------------------------------------*/
.goukaku{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.goukaku p {
    margin: 0; 
    padding: 0;
	font-size: 1.5em;
	text-align: center 

}
	

	