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

/*　基本レイアウトここから　*/
html, body {
	width: 100%;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
html {
	overflow: scroll;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	color: #333333;
	line-height: 1.5;
	background-color: #fff7e7;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	background-color: #FFF;
	padding: 0px;
	width: 800px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	color: #333;
	background-image: url(../images/midashibg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	font-weight: normal;
}
th {
	font-weight: normal;
	font-size: 110%;
}
/*　ヘッダーレイアウト　*/
#header #top-info {
	background-color: #FEF7E7;
	height: 60px;
	width: 800px;
	position: relative;
}
#header #top-info ul {
	text-align: right;
	list-style-type: none;
	font-size: 15px;
	position: relative;
	right: 60px;
	top: 12px;
}
#header #top-info img {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#header #top-title {
	height: 125px;
	position: relative;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
}
#header #top-title .logo {
	position: absolute;
	left: 120px;
	top: 24px;
}
#header #top-title .top-title {
	position: absolute;
	left: 214px;
	top: 52px;
}
#header #top-title h1 {
	font-size: 24px;
	color: #834E05;
	letter-spacing: 0.7em;
	text-align: center;
	padding-top: 12px;
	font-weight: normal;
}
#header #header-info {
	position: absolute;
	top: 15px;
	list-style-type: none;
	color: #660000;
	right: 50px;
	font-size: 15px;
}
/*　ナビゲーションレイアウト　*/
#navi {
	width: 160px;
	float: left;
}
#navi ul {
	margin-left: 15px;
	list-style-type: none;
	margin-top: 40px;
}
#navi ul li {
	margin-bottom: 20px;
}
#navi a {
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navi a:link {
	color: #333;
}
#navi a:visited {
	color: #333;
}
#navi a:hover {
	color: #333;
	position: relative;
	right: 5px;
	bottom: 2px;
}
#navi a:active {
	color: #333;
}
#navi a.navi-home {
	background-image: url(../images/navi-home.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#home #navi a.navi-home {
	background-image: url(../images/navi-home-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi a.navi-fee {
	background-image: url(../images/navi-fee.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#fee #navi a.navi-fee {
	background-image: url(../images/navi-fee-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi a.navi-class {
	background-image: url(../images/navi-class.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#classinfo #navi a.navi-class {
	background-image: url(../images/navi-class-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi a.navi-voice {
	background-image: url(../images/navi-voice.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#voice #navi a.navi-voice {
	background-image: url(../images/navi-voice-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi a.navi-teachers {
	background-image: url(../images/navi-teachers.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#teachers #navi a.navi-teachers {
	background-image: url(../images/navi-teachers-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi a.navi-info {
	background-image: url(../images/navi-info.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#info #navi a.navi-info {
	background-image: url(../images/navi-info-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*　メインレイアウト　*/
#main {
	float: left;
	width: 639px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-bottom: 100px;
}
/*　フッターレイアウト　*/

#footer {
	clear: both;
	width: 800px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	height: 112px;
}
#footer .c-mark {
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	text-align: center;
	position: relative;
	top: 30px;
}
/*　トップページ　*/
#home #main .lead {
	background-image: url(../images/cloud.gif);
	background-repeat: no-repeat;
	height: 190px;
	width: 640px;
	margin-bottom: 15px;
}
#home #main .lead p {
	text-align: center;
	padding-top: 40px;
	font-size: 15px;
	line-height: 1.6em;
}
#home .lead p span.block {
	display: block;
}
#home .lead p span.noke {
	font-size: 18px;
	color: #F00;
	letter-spacing: 0.1em;
}
#home .lead p span.english {
	font-size: 18px;
	color: #07B7ED;
	letter-spacing: 0.1em;
}
#home .lead p span.house {
	font-size: 18px;
	color: #F1914A;
	letter-spacing: 0.1em;
}
#home #main p {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#home #main ul {
	margin-top: 35px;
	margin-bottom: 50px;
}
#home #main ul li {
	width: 500px;
	list-style-type: none;
	margin-left: auto;
	padding-bottom: 1.6em;
	line-height: 1.5em;
	margin-right: auto;
}
#home #main ul .a {
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 35px;
}
#home #main ul .b {
	background-image: url(../images/b.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 35px;
}
#home #main ul .c {
	background-image: url(../images/c.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 35px;
}
#home #main ul .d {
	background-image: url(../images/d.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 35px;
}
#home #main ul .e {
	background-image: url(../images/e.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 35px;
}
#home #main li.e a:link {
	color: #4A7D25;
}
#home #main li.e a:visited {
	color: #4A7D25;
}
#home #main li.e a:hover {
	color: #E3960E;
}
#home #main li.e a:active {
	color: #E3960E;
}
#home #main h2 {
	margin-top: 25px;
}
#home #main .section2 p {
	margin-top: 50px;
	margin-left: 40px;
}

/*--2025.12追記--*/
#home #main .index-btn-box {
}
#home #main .index-btn-box .pop {
	text-align: center;
	letter-spacing: .08em;
	font-size: 200%;
}
#home #main .index-btn-box .btn {
	margin-top: 1px;
	text-align: center;
}
#home #main .index-btn-box .btn a {
	display: inline-block;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 107.5%;
	line-height: 1em;
	margin: 24px 4px;
	padding: 14px 0px;
	width: 126px;
}
#home #main .index-btn-box .btn a.tel {
	background-color: #4A7D25;
}
#home #main .index-btn-box .btn a.info {
	background-color: #834E05;
}
#home #main .index-btn-box .btn a:hover {
	opacity: 0.9;
}

/*　レッスン料金　*/
#fee #main h2 {
	margin-top: 40px;
}
#fee #main #feetbl {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	width: 600px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#fee #feetbl td {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#fee #feetbl th, td {
	border: 1px solid #999999;
}
#fee #feetbl th.tblleft {
	background-color: #fffdce;
	padding-top: 15px;
	padding-bottom: 15px;
}
#fee #feetbl th.tbltop1 {
	background-color: #fffdce;
	width: 100px;
}
#fee #feetbl th.tbltop2 {
	background-color: #e8f6c5;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#fee #feetbl th.tbltop3 {
	background-color: #e8f6c5;
	width: 136px;
}
#fee #feetbl th.tbltop4 {
	background-color: #e8f6c5;
	width: 136px;
}
#fee #main #kome {
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 50px;
}
#fee #main #kome p {
}
#fee #main #kome ul {
	list-style-type: none;
}
#fee #main #kome ul li {
	padding-bottom: 1em;
}
/*　お問い合わせ　*/
#info #main #inform {
	margin-top: 50px;
}
#info #main #inform p.contact {
	margin-top: 20px;
}
#info #inform table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	width: 500px;
	margin-top: 40px;
}
#info #inform table th, td {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #999999;
}
#info #inform table th {
	width: 120px;
	background-color: #e8f6c5;
	letter-spacing: 2px;
}
#info #inform table td {
	padding-left: 20px;
}
#info #inform table td.mail {
	letter-spacing: 3px;
}
#info #main #access {
	margin-top: 70px;
}
#info #main #contact-form {
	margin-top: 40px;
}
#info #contact-form #mailform {
	width: 540px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#info #mailform #form dt {
	margin-top: 20px;
}
#info #mailform #form .small {
	font-size: 12px;
	margin-left: 1em;
	margin-bottom: 5px;
}
#info #mailform #form .btntxt {
	margin-top: 40px;
	margin-bottom: 20px;
}
#info #mailform #form .btn #submit {
	height: 40px;
	width: 80px;
}
#info #mailform #form .btn #reset {
	height: 40px;
	width: 80px;
	margin-left: 30px;
}
#info #main #kojinjyoho {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	border: 1px dashed #999;
	padding: 20px;
	font-size: 12px;
}
#info #kojinjyoho .kojinjyoho_midashi {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}
#info #contact-form .contact-us-now {
	margin-top: 50px;
}
#info #inform .tel {
	text-decoration: none;
	color: #333;
}
#info #inform .small2 {
	font-size: 12px;
	line-height: 2em;
	padding-left: 1em;
}
/*　講師紹介　*/
#teachers #main h2 {
	clear: both;
	margin-top: 40px;
}
#teachers #main #darren {
	width: 570px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#teachers #darren img {
	float: left;
	padding-right: 20px;
}
#teachers #darren #dtext {
	width: 420px;
	float: left;
	margin-bottom: 50px;
}
#teachers #darren #dtext h3 {
	font-size: 18px;
	padding-bottom: 0.5em;
}
#teachers #darren #dtext h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 2.5em;
}
#teachers #darren #dtext p {
	line-height: 1.5em;
	padding-bottom: 1em;
}
#teachers #main #shima {
	width: 570px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}
#teachers #shima img {
	float: left;
	padding-right: 20px;
}
#teachers #shima #stext {
	float: left;
	width: 420px;
}
#teachers #shima #stext h3 {
	font-size: 19px;
	padding-bottom: 0.5em;
 line-height: 15.em;
	letter-spacing: 2px;
}
#teachers #shima #stext h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 2.5em;
}
#teachers #shima #stext p {
	line-height: 1.5em;
	padding-bottom: 1em;
}
#teachers #wrapper #footer {
	clear: both;
}
/*クラス情報*/
#classinfo #main h2 {
	clear: both;
	margin-top: 40px;
}
#classinfo #main table {
	margin-left: 55px;
	margin-bottom: 40px;
	border-collapse: collapse;
	width: 520px;
	text-align: center;
}
#classinfo #main table th {
	height: 50px;
	border: 1px solid #999;
}
#classinfo #main table td.time {
	width: 200px;
}
#classinfo #main table td.gakunen {
	text-align: left;
	padding-left: 2.5em;
}
#classinfo #main #classinfo-tableset {
	margin-top: 35px;
}
#classinfo #main #classinfo-second {
	clear: both;
	padding-top: 20px;
	margin-left: 40px;
}
#classinfo #classinfo-second ul {
	margin-left: 40px;
	margin-top: 15px;
	line-height: 2em;
}
#classinfo #classinfo-second p {
	margin-top: 1em;
}
/*生徒さんの声のページ*/
#voice #main h2 {
	margin-top: 40px;
}
#voice #main #voice-container {
	margin-top: 20px;
	margin-bottom: 20px;
}
#voice #voice-container .voice-box1 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#voice .voice-box1 img {
	float: left;
}
#voice .voice-box1 .voice-text {
	margin-left: 165px;
}
#voice .voice-box1 h3 {
	font-size: 18px;
}
#voice .voice-box1 p {
	margin-top: 10px;
}
#voice #voice-container .voice-box2 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#voice .voice-box2 img {
	float: right;
}
#voice .voice-box2 .voice-text {
	margin-right: 165px;
}
#voice .voice-box2 h3 {
	font-size: 18px;
	text-align: right;
}
#voice .voice-box2 p {
	margin-top: 10px;
}
/*Thanksページ*/
#thanks #main #thanks-field {
	margin-top: 40px;
	margin-bottom: 20px;
}
#thanks #main #thanks-field p {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#thanks #main #thanks-field h2 {
	margin-bottom: 50px;
}
