
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: 600;
	min-width: 1100px;
	-webkit-text-size-adjust: 100%;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2 {
	font-size: 30px;
}

h2.img {
	font-size: 36px;
	padding: 30px 60px 5px 60px;
	text-align: left;
}

h3.img {
	font-size: 24px;
	line-height: 24px;
	padding: 0 10px;
	text-align: left;
}

h3.subtitle {
	font-size: 34px;
}

p {
	line-height: 2em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 70%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	opacity: .8;
	transition: all .3s;
}

a.link-btn,
span.link-btn a,
a span.link-btn {
	background: #00a0e9 url(images/link_btn.svg) no-repeat  right 30px  center;
	background-size: 10px;
	border-radius: 20px;
	color: white;
	display: inline-block;
	padding: 10px 90px 10px 80px;
	text-decoration: none;
}

a.link-btn-prev,
span.link-btn-prev a {
	background: #00a0e9 url(images/link_btn_prev.svg) no-repeat  left 30px  center;
	background-size: 10px;
	border-radius: 20px;
	color: white;
	display: inline-block;
	padding: 10px 80px 10px 90px;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.lightblue {
	background-color: #d3e9f3;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

strong.marker,
div.body strong {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

span.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	background-size: 10px;
	padding: 0 5px;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

div.body ul,
ul.list {
	border-top: 1px dotted #d5d5d5;
	line-height: 1.5em;
}

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.svg) no-repeat left center;
	background-size: 12px;
	border-bottom: 1px dotted #d5d5d5;
	display: block;
	padding: 10px 0 10px 25px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	border-bottom: 1px solid #d1e4a1;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
ul.photos {
	text-align: center;
}

ul.photos li {
	display: inline-block;
	padding: 0 2px;
	vertical-align: top;
}

ul.photos li span.text {
	display: block;
	font-size: 14px;
	padding-top: 5px;
}

div.mark {
	margin: 0 auto;
	position: relative;
	width: 50px;
	z-index: 2;
}

div.mark span {
	display: block;
	position: absolute;
	top: -20px;
}

div.common h3 em {
	border-left: 10px solid #223a70;
	display: inline-block;
	font-size: 28px;
	line-height: 28px;
	padding-left: 15px;
}

div.common table {
	border-collapse: separate;
	border-spacing: 3px;
}

div.common table th {
	background-color: #223a70;
	color: white;
	padding: 10px 40px;
}

div.common table th.s {
	background-color: #f5f5f5;
	color: black;
}

div.common table td {
	background-color: white;
	padding: 15px 20px;
	text-align: center;
}

div.common table td.p {
	text-align: right;
	white-space: nowrap;
}

div.common table td.p span.ex {
	font-size: 14px;
}

div.common table td.c {
	text-align: center;
}

div.common div.discount {
	background-color: white;
	border: 1px solid #223a70;
	border-radius: 30px;
	padding: 20px 100px 30px 100px;
}

div.common div.discount p {
	font-size: 20px;
}

div.common ul li {
	font-size: 18px;
}

table.list-table th {
	background-color: #f1f3de;
	border-bottom: 3px solid white;
	font-size: 18px;
	padding: 15px 40px;
	white-space: nowrap;
}

table.list-table tr:first-child th {
	border-top: 3px solid #f1f3de;
}

table.list-table tr:last-child th {
	border-bottom: 3px solid #f1f3de;
}

table.list-table tr.header th {
	background-color: #f1f3de;
	border-right: 3px solid white;
	border-top: none;
	color: black;
}

table.list-table tr.header th:last-child {
	border-right: none;
}

table.list-table th.t:nth-child(3) {
	border-left: 2px solid white;
	border-right: 2px solid white;
}

table.list-table th.c1,
table.list-table th.c2 {
	width: 150px;
}

table.list-table th ul.notelist li {
	font-size: 15px;
	text-align: justify;
	white-space: normal;
}

table.list-table td {
	background-color: white;
	border: 3px solid #f1f3de;
	padding: 20px;
	text-align: center;
}

table.list-table td.nw {
	white-space: nowrap;
}

table.list-table td.p {
	text-align: right;
	width: 28%;
}

table.list-table td.p span.ex {
	font-size: 14px;
}

table.list-table td table th {
	background-color: transparent;
	border: none;
	color: black;
	padding: 10px 0;
	vertical-align: top;
	width: 30%;
}

table.list-table td table tr:last-child th,
table.list-table td table tr:first-child th {
	border: none;
}

table.list-table td table th {
	padding: 8px 5px;
	text-align: right;
}

table.list-table td table td {
	border: none;
	padding: 8px 0;
	text-align: left;
	vertical-align: top;
	width: 70%;
}

table.list-table tr:last-child td table th {
	border-bottom: none;
}

/***********************************************************************/

table.form-table {
	border-bottom: 1px solid #bee27b;
	border-top: 1px solid #bee27b;
	width: 100%;
}

table.form-table th {
	background-color: #eff8df;
	border-bottom: 1px solid #cae793;
	border-top: 1px solid #cae793;
	padding: 23px 20px 15px 20px;
	text-align: right;
	vertical-align: top;
	width: 35%;
}

table.form-table td {
	border-bottom: 1px solid #bee27b;
	padding: 10px 25px;
}

table.form-table td div.comment {
	background-color: #f1f1f1;
	margin: 5px 0 15px 0;
	padding: 10px 40px;
}

table.form-table td.m {
	padding: 22px 0 22px 20px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.m span {
	background-color: #00a0e9;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

table.form-table input,
table.form-table select,
table.form-table textarea {
	border: 3px solid #e9f5d2;
	border-radius: 5px;
	font-size: 100%;
	margin: 1px 0;
	padding: 10px;
}

table.form-table td input {
	margin-right: 10px;
}

table.form-table textarea {
	font-family: inherit;
	font-size: 120%;
	width: 95%;
}

input.radio,
input.checkbox {
	background-color: transparent;
	border: none;
	padding: 0;
}

input.submit {
	background: #29a737 url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 14px;
	border-radius: 30px;
	color: white;
	cursor: pointer;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0 auto;
	padding: 20px 110px 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td textarea.size400 {
	width: 400px;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

body#form table.form-table td table th,
body#form table.form-table td table td {
	padding-bottom: 0;
	padding-top: 0;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/
ul.news-list li {
	padding: 1px 0;
}

ul.news-list li a {
	background: #f1f1f1 url(images/link_btn_green.png) no-repeat  right 30px  center;
	display: block;
	padding: 15px 50px 15px 70px;
	text-decoration: none;
}

ul.news-list li a:hover {
	background-color: #eef8d5;
}

ul.news-list li span.date {
	font-size: 14px;
}

ul.news-list li strong {
	font-size: 17px;
}

ul.news-list li span.category {
	display: inline-block;
	padding: 0 30px;
	width: 80px;
}

ul.news-list li span.category span {
	color: white;
	display: block;
	font-size: 14px;
	text-align: center;
}

div.category {
	text-align: center;
}

div.category h2 {
	color: #90c31f;
}

ul.news-list li span.category span,
div.category span a {
	color: white;
	display: inline-block;
	padding: 3px;
	text-decoration: none;
	width: 100%;
}

div.category span a {
	width: 150px;
}

ul.news-list li span.category span.news,
div.category span.news a {
	background-color: #ff9600;
}

ul.news-list li span.category span.blog,
div.category span.blog a {
	background-color: #00a0e9;
}

div.page {
	padding-top: 50px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0 10px;
}

div.page a.page-numbers {
	background-color: #88724f;
	border-radius: 10px;
	color: white;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	border: none;
	border-radius: 30px;
}

div.page a.next {
	background: #88724f url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 10px;
	padding: 13px 80px 13px 70px;
}

div.page a.prev {
	background: #88724f url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 10px;
	padding: 13px 70px 13px 80px;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #88724f;
	border-radius: 10px;
	color: #88724f;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

body#single p.date {
	text-align: center;
}

body#single h1 {
	font-size: 30px;
	padding: 10px 0 20px 0;
}

body#archive h1.news {
	color: #ff9600;
}

body#archive h1.blog {
	color: #00a0e9;
}

body#single div.body {
	border: 5px solid #90c31f;
	border-radius: 30px;
	padding: 40px 60px;
}

body#single div.body h2 {
	border-bottom: 1px solid #29a737;
	border-top: 1px solid #29a737;
	font-size: 140%;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

body#single div.body figure figcaption {
	margin-top: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}

body#single div.body p {
	margin: 20px 0;
}

body#single div.body ul {
	margin: 20px auto;
}

body#single div.body table {
	border-top: 3px solid #eeeeee;
	margin: 20px 0;
}

body#single div.body table td {
	border: 3px solid #eeeeee;
	padding: 20px 40px;
}

/***********************************************************************/

header {
	background: url(images/header_bg.jpg) repeat-x center top;
	text-align: center;
}

#header-text {
	color: white;
	font-size: 13px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

#header-logo {
	display: inline-block;
	padding-top: 10px;
	text-align: center;
}

body#single #header-logo img,
body#archive #header-logo img {
	height: auto;
	width: 200px;
}

#title {
	margin-top: 30px;
	padding: 50px 0;
	text-align: center;
}

#title h1 {
	color: white;
	font-size: 40px;
}

#title h1 strong {
	border-bottom: 1px solid white;
	padding: 0 30px 10px 30px;
}

#title h1 em {
	display: block;
	font-size: 28px;
	padding-top: 15px;
}

#title-s {
	margin-top: 25px;
	padding: 10px 0;
	text-align: center;
}

#title-s a {
	color: white;
	font-size: 26px;
	text-decoration: none;
}

div.main {
	margin: 0 auto;
	width: 1050px;
}

div.main-s {
	margin: 0 auto;
	width: 950px;
}

div.main-c {
	margin: 0 auto;
	width: 700px;
}

div.bg-lightgray {
	background-color: #f1f1f1;
	padding: 60px 0;
}

div.bg-lightgreen {
	background-color: #f1f3de;
	padding: 60px 0;
}

div.bg-lightblue {
	background-color: #f2fbff;
	padding: 60px 0;
}

div.bg-lightyellow {
	background-color: #ffffeb;
	padding: 60px 0;
}

div.bg-img {
	background: url(images/bg_img.jpg) repeat;
	padding: 60px 0;
}

#fcontact a {
	background: white url(images/trial_lesson_bg.jpg) no-repeat center top;
	border-radius: 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	color: black;
	display: block;
	height: 325px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 1050px;
}

#fcontact a span.text {
	display: block;
	margin: 0 0 0 auto;
	padding: 45px 70px 40px 70px;
	width: 430px;
}

#fcontact a span.text span.title {
	color: #29a737;
	display: block;
	font-size: 34px;
	line-height: 50px;
	padding-bottom: 10px;
}

#fcontact a span.text span.title strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
}

#fcontact a span.text span.detail {
	font-size: 17px;
	font-weight: bold;
}

#fcontact a span.text span.link-btn {
	background-color: #29a737;
	border-radius: 30px;
	font-size: 17px;
	margin-top: 20px;
	padding: 15px 70px 15px 60px;
}

#footernav {
	border-bottom: 10px solid #eff8df;
	border-top: 10px solid #eff8df;
	padding: 15px 0;
	text-align: center;
}

#footernav ul {
	padding: 5px 0;
}

#footernav ul li {
	border-right: 1px solid #29a737;
	display: inline-block;
	font-size: 95%;
	line-height: 1.0em;
	text-align: center;
}

#footernav ul li:nth-child(1) {
	border-left: 1px solid #29a737;
}

#footernav ul li a {
	color: #29a737;
	padding: 0 40px;
	text-decoration: none;
}

#footernav ul li a:hover {
	text-decoration: underline;
}

#footer-bg {
	background: url(images/footer_bg.png) repeat-x center bottom;
}

#footer {
	margin: 0 auto;
	padding-top: 80px;
	width: 1050px;
}

#footer-logo {
	float: left;
}

#footer-logo h3 {
	padding-bottom: 15px;
}

address {
	font-style: normal;
	text-align: center;
}

#footer-tel {
	float: right;
}

#footer-tel p {
	margin: 0;
	text-align: center;
}

#footer-tel p strong {
	background: url(images/contact_tel.png) no-repeat left 5px;
	color: #00a0e9;
	display: inline-block;
	font-size: 39px;
	line-height: 1em;
	padding: 10px 0 10px 45px;
	vertical-align: middle;
}

#footer-tel p.closed {
	background-color: #eff8df;
	margin-bottom: 5px;
	padding: 0 70px;
}

p#copyright {
	color: white;
	font-size: 11px;
	margin: 0;
	padding: 250px 0 20px 0;
	text-align: center;
}

#menubtn {
	position: fixed;
	right: 0;
	top: 30px;
}