@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	background-color:#ffffff;
	color: #3f3000;
	border-top: 5px solid #e73562;
} /*　ページ全体　*/
.anchor{
	display: block;
	padding-top: 150px;
	margin-top: -150px;
} /*　ページ内リンクへジャンプ時の位置調整　*/
.br-pc {
	display: block;
}
.br-pc-inline {
	display: inline;
}
.br-sp {
	display: none;
}
header, #nav1 ul, #contents {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
} /*　ヘッダー、上部ナビのリスト、コンテンツの幅　*/
#contents {
	clear: right;
} /* 　コンテンツ領域（メイン、サブ含む）回り込み解除 　*/
header h1 {
	margin: 14px 5px 0 0;
	padding: 0;
	float: left;
} /*　教室ロゴ　*/

header h2 {
	margin: 14px 0 0 0;
	padding: 0;
	float: right;
} /*　問合せ先　*/

#header_inner {
	margin: 0 0 0 15px;
	padding: 0;
	float: right;
	list-style-type: none;
} /*　資料請求&アクセスのフレーム　*/

#header_inner li a {
	display: block;
	margin: 4px 0 3px 0;
	padding: 0;
	height: 41px;
	width: 190px;
} /*　資料請求&アクセス　*/

#top a :hover {
	opacity: 0.7;
} /*　ヘッダー内リンク＿ホバリング　*/
#top2 {
	width: 790px;
	margin-bottom: 100px;
} /*　ヘッダー内リンク＿ホバリング　*/
#nav1 {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0;
} /* 　通常時、上部ナビの設定 　*/

#nav1 ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	clear: right;
} /*　上部ナビ＿リスト全体　*/

#nav1 ul li a {
	display: block;
	height: 0;
	padding-top: 47px;
	overflow: hidden;
	width: 200px;
	float: left;
} /*　上部ナビ＿各リスト　*/

#nav1 ul li#nav_method a {
	background-image:url(../images/nav1-l.png);
}
#nav1 ul li#nav_course a {
	background-image:url(../images/nav2-l.png);
}
#nav1 ul li#nav_aboutus a {
	background-image:url(../images/nav3-l.png);
}
#nav1 ul li#nav_timetable a {
	background-image:url(../images/nav4-l.png);
}
#nav1 ul li#nav_news a {
	background-image:url(../images/nav5-l.png);
} /*　上部ナビ＿各リストのイメージ　*/
#method #nav_method a, #course #nav_course a, #aboutus #nav_aboutus a, #timetable #nav_timetable a, #news #nav_news a, #nav1 ul li a:hover {
	background-position:0 -47px;
} /*　上部ナビ＿ホバリング時のCSSスプライト　*/

footer {
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 30px;
	text-align: center;
	font-size: 90%;
} /*　フッター　*/

#main {
	width: 790px;
	float: left;
	margin: 0 0 15px 0;
} /*　メイン領域　*/
section {
	border: 0.2px solid #cccccc;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ffffff;
	clear: right;
	clear: left;
} /*　メイン領域＿セクション　*/
section:first-child {
	margin-top: 5px;
} /*　メイン領域＿最初のセクション　*/
#catch {
	position: relative;
	height: 560px;
	background-image:url(../images/catch.gif);
	background-repeat: no-repeat;
	background-position:left 60px bottom 30px;
}

#catch img {
	position: absolute;
	top: 75px;
	right: 5px;
}
#catch h2, #catch p {
	margin-bottom: 15px;
	padding-bottom: 0;
}
#catch p {
line-height: 2em;
}
section h1 {
	border-left: 25px solid #da536e;
	line-height: 1.5em;
	margin: 10px 5px 15px 15px;
	padding: 8px 5px 3px 15px;
	text-align: left;
	font-size: 180%;
	color: #da536e;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
} /*　メイン領域＿見出し1　*/
#highschool section h1 {
	border-left: 25px solid #cc661d;
	color: #cc661d;
}
#mathematics section h1 {
	border-left: 25px solid #1c81e6;
	color: #1c81e6;
}
section p {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
} /*　メイン領域＿段落　*/
#stair {
	float: right;
	margin: 20px 50px 0px 30px;
}
#pickup h2 {
	text-align: center;
	font-family:AR P丸ゴシック体E;
	color: #554411;
	text-shadow:
 0px 1px 0px #fff,
 0px 2px 0px #fee,
 0px 3px 0px #fdd,
 0px 4px 3px #f99;
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 225%;
	font-weight: bold;
	line-height: 1.2em;
}
.center_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 20px 0;
} /* 左右真ん中にイメージを配置 */
#breadcrumb {
	margin: 15px 0 0 10px;
	padding: 0;
}/* 　パン屑リスト 　*/
.button {
	font-size: 110%;
	color: #ffffff;
	display: inline-block;
	width: 665px;
	height: 2.3em;
	text-align: center;
	text-decoration: none;
	line-height: 2.3em;
	outline: none;
	margin: 15px auto 5px auto;
	border:1px solid #c9425c;
	background-color: #da536e;
	background-image: -webkit-linear-gradient(top, #da536e, #eb647f);
	background-image: linear-gradient(to bottom, #da536e, #eb647f);
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
} /* 　横長リンク用ボタンの設定 　*/
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
} /* 　横長リンク用ボタンの設定 　*/
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
} /* 　横長リンク用ボタンの設定 　*/
.button:hover {
  border: 1px solid #da536e;
  background-color: #eb647f;
  background-image: -webkit-linear-gradient(top, #eb647f, #fc738f);
  background-image: linear-gradient(to bottom, #eb647f, #fc738f);
  color: #ffffff;
} /* 　ボタン上でホバリングした時 　*/
.button:active {
  background: #eb647f;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #ffffff;
} /* 　ボタンをクリックした瞬間 　*/
#highschool .button {
	border:1px solid #cc661d;
	background-color: #b8860b;
	background-image: -webkit-linear-gradient(top, #b8860b, #ff7f24);
	background-image: linear-gradient(to bottom, #b8860b, #ff7f24);
}
#highschool .button:hover {
  border: 1px solid #cc661d;
  background-color: #ff7f24;
  background-image: -webkit-linear-gradient(top, #ff974d, #ff7f24);
  background-image: linear-gradient(to bottom, #ff974d, #ff7f24);
  color: #ffffff;
} /* 　ボタン上でホバリングした時 　*/
#page_top {
    position: fixed;
    bottom: 0;
    right: 40px;
    font-size: 90%;
} /*　トップへ戻るボタン　*/
#page_top a {
    background-color:#ff508c;
    text-decoration: none;
    color: #ffffff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#page_top a:hover {
    text-decoration: none;
    opacity: 0.7;
} /*　トップへ戻るボタンのリンク設定　*/
hr {
	width: 710px;
	margin: 40px auto 40px auto;
	border: 0.5px solid silver;
}
#sub {
	width: 210px;
	float: right;
	margin: 0 0 20px 0;
} /*　サブ領域　*/

.box {
	border: 0px solid #FF9900;
	margin: 0 0 5px 10px;
	padding: 0;
} /*　汎用ボックス　*/

.box_sitemap {
	border: 1px solid #d93062;
	border-top: 13px solid #d93062;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #FFFFFF;
	margin: 5px 0px 12px 10px;
	padding: 0;
	font-size: 90%;
} /*　サイトマップボックス　*/
.box_sitemap h3 {
	font-size: medium;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	line-height: 1.5em;
	background-color: #d93062;
	margin: 0;
	padding: 0 0 8px 0;
} /*　サイトマップボックス＿見出し3　*/

#stratuma {
	list-style-image: url(../images/marker4.png);
	margin: 10px 0 10px 25px;
	padding: 0;
} /*　サイトマップボックス＿リストマーク　*/
#stratumb {
	list-style-image: url(../images/marker.png);
	margin: 0 0 0 15px;
	padding: 0;
} /*　サイトマップボックス＿リストマーク　*/
#stratumc {
	list-style-image: url(../images/marker3.png);
	margin: 0 0 0 15px;
	padding: 0;
} /*　サイトマップボックス＿リストマーク　*/
.box_sitemap li {
	line-height:1.8em;
}
#index .index, #method .method, #course .course, #aboutus .aboutus, #timetable .timetable, #news .news, #speech .speech, #newspaper .newspaper, #event .event, #australia .australia, #access .access, #request .request, #highschool .highschool, #eiken .eiken, #mathematics .mathematics {
	list-style-image: url(../images/marker2.png);
	pointer-events: none;
} /*　サイドバーナビ＿閲覧中ページのリストマークと色　*/
#index .index a, #method .method a, #course .course a, #aboutus .aboutus a, #timetable .timetable a, #news .news a, #speech .speech a, #newspaper .newspaper a, #event .event a, #australia .australia a, #access .access a, #request .request a, #highschool .highschool a, #eiken .eiken a, #mathematics .mathematics a {
	text-decoration: none ;
	color: #000099;
	font-size: 103%;
} /*　サイドバーナビ＿閲覧中ページのリンク無効　*/
.bosyu {
	border: 1px solid orange;
	background-color: #FFFFFF;
	margin: 0 0 10px 10px;
	padding: 5px;
} /*　講師募集ボックス　*/
.bosyu div {
	background-image : url(../images/s-indexpicture07_3.png);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 7px;
	width : 170px;
	height : 140px;
} /*　講師募集ボックス　*/
.bosyu img {
	margin: 0 auto 3px auto;
	display: block;
} /*　講師募集ボックス　*/
.bosyu p {
	font-size : 90%;
	font-weight : bold;
	line-height: 1.4em;
	color : #6b4600;
	text-align : right;
	padding-top : 63px;
	margin-left : 0px;
} /*　講師募集ボックス　*/
.bosyu h3 {
	font-size: 138%;
	text-align: center;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 8px 0;
} /*　講師募集ボックス　*/
.bosyu h4 {
	font-size: 75%;
	text-align: center;
	line-height: 1.1em;
	padding: 0;
	margin: 15px 0 5px 0;
} /*　講師募集ボックス　*/
.box_access {
	border: 1px solid #3399FF;
	background-color: #FFFFFF;
	margin: 0 0 0 10px;
	padding: 5px;
} /*　アクセスボックス　*/
.box_access h3 {
	font-size: medium;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	line-height: 1.5em;
	background-color: #3399FF;
	margin: 0;
	padding: 8px 0 8px 0;
} /*　アクセスボックス＿見出し3　*/
.box_access p {
	line-height: 1.6em;
	margin: 0;
	padding: 10px 3px 0 20px;
} /*　アクセスボックス＿段落　*/
.box_access h4 {
	font-size: 90%;
	text-align: center;
	margin: 10px 0px 5px 0px;
	line-height: 1.6em;
	padding: 0px;
} /*　アクセスボックス＿見出し4　*/
#counter {
	margin: 40px 0 0 14px;
} /*　アクセスカウンター　*/

/* 基本レイアウト ここまで↑ */

/* 「HOME」ページ ここから↓ */
#index1, #index2, #index3, #index4 {
	width: 740px;
	margin: 15px auto 20px auto;

	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;

	padding-bottom: 10px 0 10px 0;
	border: 0.2px solid #cccccc;
}
#index01, #index02, #index03, #index04, #index05, #index06, #index07 {
	width: 740px;
	margin: 15px auto 40px auto;
	padding: 10px 0 10px 0;
	border: 0.2px solid #cccccc;
}
#index09 {
	width: 740px;
	margin: 5px auto 5px auto;
	padding: 0;
	border: none;
}
#index09 p {
	border: 0.2px solid #cccccc;
	text-align:center;
}
#index01 strong, #index04 strong {
	color: #3f3000;
	text-shadow: 0px 1px 0px #faa;
	font-weight:normal;
	font-size: 110%;
}
#index1 h2, #index2 h2, #index3 h2, #index4 h2 {
	margin: 20px 5px 25px 40px;
	padding: 0 0 0 35px;
	font-size: 160%;
	color: #618bff;
	line-height: 1.2em;
	background-image: url(../images/list1.png);
	background-position: left top;
	background-repeat: no-repeat, no-repeat;
}
#index01 h2, #index02 h2, #index03 h2, #index04 h2, #index05 h2, #index06 h2, #index07 h2 {
	margin: 20px 5px 25px 40px;
	padding: 0;
	font-size: 160%;
	color: #3f3000;
	line-height: 1.2em;
}

#index09 a {
	font-size: 150%;
	color: #3f3000;
	line-height: 1.2em;
	text-decoration:none;
	font-family: "ＭＳ 明朝",serif;
	font-weight: bold;
}
#index09 a:hover {
text-decoration:underline;
}
#index01 h2, #index02 h2, #index03 h2, #index05 h2, #index06 h2, #index07 h2 {
	font-family: "ＭＳ 明朝",serif;
}
#index04 h2 {
	margin-bottom: 5px;
}
#index1 h2 strong, #index2 h2 strong, #index3 h2 strong, #index4 h2 strong {
	font-size: 110%;
	color: #3f48cc;
}
#introduction a, #index1 a, #index2 a, #index3 a, #index4 a, #mokuji a {
	text-decoration: none;
}
#index1 a :hover {
	text-shadow:
 0px 1px 0px #eef,
 0px 2px 0px #ddf,
 0px 3px 0px #ccf,
 0px 4px 0px #bbf,
 0px 2px 1px #99f;
}
#index2 a :hover {
	text-shadow:
 0px 1px 0px #eef,
 0px 2px 0px #ddf,
 0px 3px 0px #ccf,
 0px 4px 0px #bbf,
 0px 2px 1px #99f;
}
#index3 a :hover {
	text-shadow:
 0px 1px 0px #eef,
 0px 2px 0px #ddf,
 0px 3px 0px #ccf,
 0px 4px 0px #bbf,
 0px 2px 1px #99f;
}
#index4 a :hover {
	text-shadow:
 0px 1px 0px #eef,
 0px 2px 0px #ddf,
 0px 3px 0px #ccf,
 0px 4px 0px #bbf,
 0px 2px 1px #99f;
}
#mokuji a :hover {
	text-shadow:
 0px 1px 0px #eef,
 0px 2px 0px #ddf,
 0px 3px 0px #ccf,
 0px 4px 0px #bbf,
 0px 2px 1px #99f;
	color: #3f3000;
}
.more {
	display: inline;
}
#first, #second, #third, #forth, #fifth {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position:left top;
	border: 5px dotted #f5b2ac;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 10px 120px;
	position:relative;
}
#first h3, #second h3, #third h3, #forth h3, #fifth h3 {
	padding: 0;
	margin: 5px 0 5px 0;
}
#first, #third, #fifth {
margin-left: 15px;
}
#second,#forth {
margin-left: 230px;
}
#first {
	background-image: url(../images/step_1.png);
}
#second {
	background-image: url(../images/step_2.png);
}
#third {
	background-image: url(../images/step_3.png);
}
#forth {
	background-image: url(../images/step_4.png);
}
#fifth {
	background-image: url(../images/step_5.png);
}
#first img, #third img, #fifth img {
	position: absolute;
	top: 0;
	right: -170px;
}
#second img, #forth img {
	position: absolute;
	top: 0;
	left: -170px;
}
#koshin, #chronology {
	position:relative;
	background-color: #fff9f5;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
} /*　更新情報と帯広教室の歩み　*/
.hana_a {
	position: absolute;
	bottom: 30px;
	right: -30px;
	opacity: 0.5;
} /*　更新情報_花大右下　*/
.hana_b {
	position: absolute;
	bottom: 1px;
	right: 15px;
	opacity: 0.8;
} /*　更新情報_花小右下　*/
.hana_c {
	position: absolute;
	top: -15px;
	left: 1px;
} /*　更新情報_花小左上　*/
.hana_d {
	position: absolute;
	top: 30px;
	right: -30px;
	opacity: 0.5;
} /*　帯広教室の歩み_花大右上　*/
.hana_e {
	position: absolute;
	top: 1px;
	right: 15px;
	opacity: 0.8;
} /*　更新情報_花小右上　*/
#koshin h2 {
	font-size:130%;
	padding: 15px 0 0 55px;
	margin: 0;
} /*　更新情報_みだし　*/
#koshin ul, #chronology ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 50px 15px 50px;
} /*　更新情報_リスト全体　*/
#koshin ul li {
	padding: 12px 0 12px 175px;
	border-bottom: 2px dotted #6c5f45;
	color: #342300;
	text-indent: -175px;
} /*　更新情報_各リスト　*/
#koshin ul li time {
	display: inline-block;
	width: 175px;
	font-weight: bold;
	color: #6c5f45;
	text-indent: 0;
} /*　更新情報_年月日　*/

/*　＝＝＝↓ここから スライドショーの設定、20秒ずつ4枚＝＝＝　*/
#stage {
	position: relative;
	width: 1000px;
	height: 350px;
	margin: 1px 0 0 0;
	padding: 0px;
	background-color: #CCCCCC;
}
#stager {
	display: none;
}
#photo5,#photo6,#photo7,#photo8 {
	display: none;
}
#photo1,#photo2,#photo3,#photo4 {
	position: absolute;
	width: 1000px;
	height: 350px;
	margin: 0;
 	padding: 0px;
}
#photo1 img,#photo2 img,#photo3 img,#photo4 img {
	opacity: 0;
	-moz-animation: imgTrans 40s infinite;
	-webkit-animation: imgTrans 40s infinite;
	animation: imgTrans 40s infinite;
	margin: 0;
 	padding: 0;
}
#photo1 img {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 img {
	-moz-animation-delay: 10s;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}
#photo3 img {
	-moz-animation-delay: 20s;
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}
#photo4 img {
	-moz-animation-delay: 30s;
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}
@-webkit-keyframes imgTrans {
	0% { opacity:0; }
	8% { opacity:1; }
	25% { opacity:1; }
	33% { opacity:0; }
	100% { opacity:0; }
}
@-moz-keyframes imgTrans {
	0% { opacity:0; }
	8% { opacity:1; }
	25% { opacity:1; }
	33% { opacity:0; }
	100% { opacity:0; }
}
@keyframes imgTrans {
	0% { opacity:0; }
	8% { opacity:1; }
	25% { opacity:1; }
	33% { opacity:0; }
	100% { opacity:0; }
}
/*　＝＝＝↑ここまで スライドショーの設定＝＝＝　*/
/* 「HOME」ページ ここまで↑ */

/* 「指導方法」ページ ここから↓ */
#outcome h2 {
	margin: 25px 5px 15px 40px;
	padding: 0 0 0 35px;
	font-size: 145%;
	font-weight: normal;
	line-height: 1.2em;
	background-image: url(../images/list1.png);
	background-position: left top;
	background-repeat: no-repeat, no-repeat;
}
#outcome h3 {
	margin-left: 40px;
	color: #dd7700;
}
#outcome table {
	margin: 5px 15px 5px 80px;
	border-collapse: collapse;
	width: 400px;
} /*　英検合格者テーブル　*/
#outcome th, #outcome td {
	padding: 5px 10px 5px 10px;
	margin: 0;
	border: 1px solid #6c5f45;
} /*　英検合格者テーブル　*/
#outcome th {
	background-color:#f5deb3;
} /*　英検合格者テーブル　*/
#outcome td {
	text-align: right;
	background-color:#fffacd;
} /*　英検合格者テーブル　*/
/* 「指導方法」ページ ここまで↑ */

/* 「学年別コース」ページ ここから↓ */
#marble h2, #green h2, #primary h2, #grammar h2 {
	margin-top: 15px;
	margin-left: 10px;
}
#sansu {
	height: 144px;
	width: 540px;
	border: 0.2px solid #cccccc;
	background-image:url(../images/sansu2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 1.5em;
	outline: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 15px;
	text-align: center;
	padding: 20px 160px 0 0;
	font-size: 1.2em;
}
#sansu a {
	text-decoration: none;
}
#sansu strong {
	line-height: 60px;
	font-size: 1.8em;
}
#movie {
	margin: 20px 10px 40px 40px;
	width: 600px;
	background-color: #fff8f0;
	padding: 15px 0 15px 15px;
	border: 0.2px solid #cccccc;
}
#movie ul {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	clear: right;
} /*　本部動画＿リスト全体　*/
#movie ul li a {
	display: block;
	height: 0;
	padding-top: 55px;
	margin-left: 21px;
	margin-right: 21px;
	overflow: hidden;
	width: 151px;
	float: left;
} /*　本部動画＿各リスト　*/
#movie ul li#for_pc a {
	background-image:url(../images/for_pc.png);
}
#movie ul li#for_iphone a {
	background-image:url(../images/for_iphone.png);
}
#movie ul li#for_android a {
	background-image:url(../images/for_android.png);
} /*　本部動画＿各リストのイメージ　*/
#movie ul li a:hover {
	background-position: 0 -55px;
} /*　本部動画＿ホバリング時のCSSスプライト　*/
#kosu {
	border-collapse: collapse;
	margin: 30px auto 30px auto;
}/* コース概要テーブル */
#kosu th, #kosu td {
	width: 150px;
	padding: 8px;
}/* コース概要テーブル */
#kosu td {
	vertical-align: top;
}/* コース概要テーブル */
.grade_m {
	background-color: #ffdca8;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
.grade_pab {
	background-color: #cae9b4;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
.grade_pc {
	background-color: #bddeff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
.grade_gc {
	background-color: #ebbceb;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
.title_m {
	background-color: #FF9900;
	color: #ffffff;
	height: 35px;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	padding-bottom: 0;
}
.title_pab {
	background-color: #65ab31;
	color: #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	padding-bottom: 0;
}
.title_pc {
	background-color: #3399FF;
	color: #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	padding-bottom: 0;
}
.title_gc {
	background-color: #bc38bc;
	color: #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	padding-bottom: 0;
}
.title_m a, .title_pab a, .title_pc a, .title_gc a {
	color: #ffffff;
}
.honbun {
	padding-top: 0;
	border-left: 3px dotted #cccccc;
	border-right: 3px dotted #cccccc;
}
.gazo {
	padding: 0;
	border-left: 3px dotted #cccccc;
	border-right: 3px dotted #cccccc;
	text-align: center;
}
.kochira {
	border-bottom: 3px dotted #cccccc;
	border-left: 3px dotted #cccccc;
	border-right: 3px dotted #cccccc;
	padding-bottom: 15px;
}
.kochira p {
	font-family: "メイリオ";
	font-weight:normal;
	line-height: 1.3em;
	text-align:center;
	padding:5px;
	background-color:#e73562;
	color:#ffffff;
	width:140px;
	margin: 0 auto 0 auto;
	text-decoration: none;
}
.kochira a :hover{
	opacity: 0.7;
}
#marblepen {
	width: 360px;
	margin: 60px auto 30px auto;
	padding: 70px 10px 20px 370px;
	background-image: url(../images/marble3.png);
	background-repeat: no-repeat;
} /*　マーベルタッチペン説明枠　*/
#white {
	width: 340px;
	margin: 0;
	padding: 10px 5px 10px 15px;
	background-color: #ffffff;
	border-radius: 5px;
} /*　マーベルタッチペン説明_内容　*/
#white img {
	margin-top: 3px;
	margin-bottom: -5px;
	margin-left: -10px;
	padding: 0px;
} /*　マーベルタッチペン説明_吹き出し　*/
#white h3 {
padding-top; 0;
margin-top: 0;
} /*　マーベルタッチペン説明_英検範囲　*/
/* 「学年別コース」ページ ここまで↑ */

/* 「教室・講師紹介」ページ ここから↓ */
#owner-photo {
	margin: 10px 10px 20px 20px;
	text-align: center;
	float:left;
	width: 220px;
}
#owner img {
	border-left: 21px double #fdf5e6;
	border-right: 21px double #fdf5e6;
	margin-top: 5px;
}
#instructor li {
	line-height: 2em;
	list-style: square;
}
#instructor li a {
	text-decoration: none;
}
#instructor h2 {
	margin-left: 20px;
}
.concept_box {
	margin-bottom: 30px;
	overflow: hidden;
}
.concept_box:last-child {
	margin-bottom: 0;
}
.instructor_box {
	overflow: hidden;
	border-bottom: 2px dotted #6c5f45;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.instructor_box:first-of-type {
	margin-top: 30px;
}
.instructor_box:last-child {
	border-bottom: none;
	margin-bottom: 20px;
}
.instructor_box figure {
	width: 170px;
	margin: 0 0 0 20px;
	float: left;
}
.instructor_box figure:first-child {
	margin-left: 22px;
}
.instructor_box h4 {
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
	font-size:large;
}
.instructor_box img {
	border-left: 21px double #ddeeee;
	border-right: 21px double #ddeeee;
}
#chronology ul li {
	padding: 15px 0 15px 130px;
	border-bottom: 2px dotted #6c5f45;
	color: #342300;
	text-indent: -130px;
}/* 　帯広教室の歩みリスト 　*/
#chronology ul li time {
	display: inline-block;
	width: 130px;
	font-weight: bold;
	color: #6c5f45;
	text-indent: 0;
}/* 　帯広教室の歩みリスト_年 　*/
#chronology ul li:last-child {
border-bottom: none;
}/* 　帯広教室の歩みリスト_最終行 　*/
.obihiroschool img {
	border: none;
	padding: 0;
	margin: 0 0 20px 25px;
}
.obihiroschool img:last-of-type {
	margin: 40px 0 0 25px;
}
.obihiroschool div {
	padding: 0;
	margin: 0;
	width: 300px;
	font-size: 0.9em;
	text-indent:2em;
}
/* 「教室・講師紹介」ページ ここまで↑ */

/* 「時間割・料金」ページ ここから↓ */

#room {
	background-image:url(../images/img06.png);
	background-repeat: no-repeat;
	background-position:right 60px bottom 30px;
}
#room table {
	border-collapse: separate;
	border-spacing: 20px 8px;
	margin-left: auto;
	margin-right: auto;
	width: 672px;
}
#room table td {
	padding: 10px 3px 5px 3px;
	border: none;
	border-left: 15px solid #ff9900;
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0;
	text-align: center;
	background-color: #fff9e3;
	width: 152px;
}
#room table td  a {
	text-decoration: none;
}
#room h2 {
	margin-left: 20px;
}
#mokuji {
	margin-top: 50px;
	margin-bottom: 50px;
}
#mokuji h2 {
	margin: 30px 5px 25px 40px;
	padding: 0 0 0 35px;
	font-size: 140%;
	color: #3f3000;
	font-weight: normal;
	line-height: 1.2em;
	background-image: url(../images/list1.png);
	background-position: left top;
	background-repeat: no-repeat, no-repeat;
}
.jikanwari{
	width: 554px;
	margin-left: auto;
	margin-right: auto;
}
/* 「時間割・料金」ページ ここまで↑ */

/* 「教室NEWS」ページ ここから↓ */
#topics article {
	padding: 0 0 15px 0;
	width: 740px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 5px dotted #bbada9;
	background-image: url(../images/s_f_flower93-3.png), url(../images/s_f_flower93-3.png), url(../images/s_f_flower93-2.png);
	background-repeat: no-repeat;
	background-position:left 0 top 0, right 36px bottom 1px, right 0 bottom 10px;
}
}/* 　記事のボックス　 */
#topics article:last-child {
	border-style:none;
}/* 　最後の記事のボックス 　*/
#topics img, #index3 img, #index4 img, #lessondvd {
	margin: 0 10px 10px 20px;
	float:right;
}/* 　記事内のイメージ 　*/
.left {
	margin: 0 20px 10px 0;
	float:left;
}/* 　要素を左に配置し右に回り込ませる 　*/
.right {
	margin: 0 0 10px 20px;
	float:right;
}/* 　要素を右に配置し左に回り込ませる 　*/
.clearleft{
	clear:left;
}/* 　回り込みの解除 　*/
#topics p {
	overflow: auto;
	padding: 0 0 10px 30px;
	margin: 0;
}/* 　記事内の段落 　*/
#index3 p, #index4 p {
	overflow: auto;
	padding: 0 0 10px 20px;
	margin: 0 20px 0 20px;
}/* 　記事内の段落 　*/
#topics h3 {
	font-size: large;
	padding: 4px 0 15px 38px;
	margin: 0;
	color:#ac6b25;
}/* 　記事内の見出し3　*/
#lesson_theme {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}
/* 「教室NEWS」ページ ここまで↑ */

/* 「アクセス」ページ ここから↓ */
#map1, #map2, #map3, #map4, #map5, #map6, #map7, #map8, #map9, #map10, #map11 {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#access section h2 {
	font-size: x-large;
	margin: 40px 0 0 0;
	padding: 0;
}
/* 「アクセス」ページ ここまで↑ */
/* 「英検について」ページ ここから↓ */
#eikens table {
	border: 0.2px solid #cccccc;
	border-collapse: collapse;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
#eikens table caption {
	text-align: left;
}
.e_midashi th {
	font-weight:bold;
	color:#ff0b38;
}
#eiken table th {
	border: 0.2px solid #cccccc;
	padding: 5px;
}
#eiken table td {
	border: 0.2px solid #cccccc;
	padding: 10px 5px 10px 15px;
	font-weight:normal;
}
.kyu {
	width: 120px;
	padding:10px;
	font-weight:normal;
}
/* 「英検について」ページ ここまで↑ */

/* 「体験レッスン」ページ ここから↓ */
#trial_table {
	clear: left;
	clear: right;
	border: 0.2px solid #cccccc;
	border-collapse: collapse;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}/* 体験レッスン日程テーブル */
#trial_table caption {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding: 40px 10px 30px 10px;
}/* 体験レッスン日程テーブル */
#trial_table th {
	border: 0.2px solid #cccccc;
	padding: 5px;
}/* 体験レッスン日程テーブル */
#trial_table td {
	border: 0.2px solid #cccccc;
	padding: 10px 5px 10px 15px;
	font-weight:normal;
}/* 体験レッスン日程テーブル */
/* 「体験レッスン」ページ ここまで↑ */

/* 「スピーチコンテスト」ページ ここから↓ */
.video-wrap {
	position: relative;
	width: 285px;
	margin: 10px 30px 40px 60px;
	padding: 0;
	float: left;
}
#videosp1, #videosp2 {
	width: 285px;
	margin: 0;
	padding: 0;
}

.control {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: 0.2px solid #eeeeee;
}
#playv1, #pausev1, #volumed1, #playv2, #pausev2, #volumed2 {
	margin: 0;
	padding: 0;
	border: 0 solid #ffffff;
	cursor: pointer;
}
#volumeu1, #volumeu2 {
	margin: 0 0 0 85px;
	padding: 0;
	border: 0 solid #ffffff;
	cursor: pointer;
}
.explanation1 {
	padding: 0;
	margin: 10px 0 0 0;
	width: 285px;
	background-image: url(../images/penguin.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.explanation2 {
	padding: 0;
	margin: 10px 0 0 0;
	width: 285px;
	background-image: url(../images/himawari.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.hrwhite {
	border: 1px solid #ffffff;
}
.openkey {
	margin: 30px 0 40px 50px;
}
a.before2015 {
	color: #fff;
	background: #13bcb3;
	padding: 5px 20px 5px 20px;
	box-shadow: 1px 1px 1px #555;
}
/* 「スピーチコンテスト」ページ ここまで↑ */

/* 「新聞記事紹介」ページ ここから↓ */
#newspaper section {
	background-color:#fcfaf7;
}
#newspaper section h2 {
	padding: 0;
	margin: 20px 0 5px 45px;
}
#newspaper section p {
	padding: 0;
	margin: 0 0 8px 45px;
}
#newspaper section img {
	box-shadow: 4px 4px 8px #cccac7;
	padding: 0;
	margin-bottom: 50px;
}
#newspaper section img:first-child {
	padding: 0;
	margin: 0;
}
/* 「新聞記事紹介」ページ ここまで↑ */

/* 「資料請求」ページ ここから↓ */
#request_form {
	background:#faf9f7;
	border: 0.2px solid #cccccc;
	margin: 30px 20px 30px 20px;
	padding: 30px 0;
	color: #000000;
}
input, select, textarea {
	border: 0.2px solid #cccccc;
	font-size: 1em;
}
input, select {
	height: 25px;
	width: 400px;
}
input[type="radio"], input[type="checkbox"] {
	width: 1em;
	vertical-align: middle;
}
textarea {
	width: 450px;
}

input[type="submit"], input[type="reset"] {
	width: 6em;
}
#request_form ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 20px 15px 20px;
} /*　フォーム_リスト全体　*/
#request_form ul li {
	padding: 12px 0 12px 190px;
	text-indent: -190px;
} /*　フォーム_各リスト　*/
#request_form ul li label {
	display: inline-block;
	width: 190px;
	text-align: right;
	vertical-align: top;
} /*　フォーム_みだし　*/
#request_form fieldset {
	margin: 0 15px 0 15px;
}
#request_form legend {
	padding-left: 210px;
	font-size: 0.9em;
	color: #3f3000;;
}
#request_form ul li label span{
	color: #ffffff;
	background: #8dc21f;
	display: inline-block;
	padding: 2px 5px;
	width:2em;
	font-size: 1em;
	border-radius: 2px;
} /*　フォーム_必須　*/
#request_form small {
	font-weight: bold;
	color: #b3668a;
}
#main2 {
	border: 0.2px solid #cccccc;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 50px;
	padding: 40px 20px 40px 20px;
}
/* 「資料請求」ページ ここまで↑ */

/* 「スクロールした時の上部メニュー」ページ ここから↓ */
.header-change {
	border-top: 5px solid #e73562;
	border-bottom: 1px solid #cccccc;
	position: fixed;
	top: -53px;
	/* ↓円にグラデーション */
		background: -moz-radial-gradient(#ffffff 60%, #eeeeee 98%);
		background: -webkit-radial-gradient(#ffffff 60%, #eeeeee 98%);
		background: radial-gradient(#ffffff 60%, #ffeeee 98%);
}
.header-change ul {
	margin-top: 0;
	margin-bottom: 0;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.header-change ul li a {
	display: block;
	height: 0;
	padding-top: 47px;
	overflow: hidden;
	float: left;
}
.header-change ul li#navc_index a {
	background-image:url(../images/logo5.png);
	width: 200px;
}
.header-change ul li#navc_method a {
	background-image:url(../images/nav1-s.png);
	width: 136px;
}
.header-change ul li#navc_course a {
	background-image:url(../images/nav2-s.png);
	width: 136px;
}
.header-change ul li#navc_aboutus a {
	background-image:url(../images/nav3-s.png);
	width: 136px;
}
.header-change ul li#navc_timetable a {
	background-image:url(../images/nav4-s.png);
	width: 136px;
}
.header-change ul li#navc_news a {
	background-image:url(../images/nav5-s.png);
	width: 136px;
}
.header-change ul li#navc_access a {
	background-image:url(../images/access4.png);
	width: 120px;
}
#method #navc_method a, #course #navc_course a, #aboutus #navc_aboutus a, #timetable #navc_timetable a, #news #navc_news a, .header-change ul li a:hover {
	background-position:0 -47px;
}
#navc_index a:hover, #navc_access a:hover {
	opacity: 0.6;
} /*　ヘッダーチェンジ内リンク＿ホバリング　*/

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
.corona {
	color:#d40000;
}
.corona2 {
	color:#0000fd;
}

.narrow {
	margin-top: -5px;
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #da536e;
    transition: all 0.5s;/*アニメーション設定*/
}


.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}




