@charset "UTF-8";

/*reset*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =============================================================================
   clearfix
   ========================================================================== */
.cf {zoom:1;}
.cf:after {
  content: ""; 
  display: block; 
  clear: both;
}



/* add
------------------------------------------------------------------------*/

.mb05 { margin-bottom : 5px; }
.mb10 { margin-bottom : 10px; }
.mb15 { margin-bottom : 15px; }
.mb20 { margin-bottom : 20px; }

.mt10 { margin-top : 10px; }
.mt15 { margin-top : 15px; }
.mt20 { margin-top : 20px; }
.mt25 { margin-top : 25px; }

.ml05 { margin-left: 5px; }
.ml20 { margin-left: 20px; }
.ml30{ margin-left: 30px; }
.ml45{ margin-left: 45px; }


input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 ;
  margin-bottom: 14px;
  font-size: 100%;
  color: #5c6b80;
  border-radius: 3px;
  border: solid 1px #ccc;
  vertical-align: middle;
  border-collapse:collapse;
  width: 110%;
  background-color: #F9FAFB;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
textarea {
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   width: 100%;
}
label { display: inline-block;  line-height: 35px;}
img { max-width: 100%;}
 a,a:link{color:#669900}
a:visited{color:#669900}
a:hover{color:#669900;text-decoration:none}

.top-box p {
	font-family: "Noto Sans JP";
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    color: #1d2087;
    line-height: 1.3;
}
.homestay {
    font-family: "Noto Sans JP";
    clear: both;
    padding-top: .5rem;
    font-size: 1rem;
    text-align: center;
    color: #ed1b24;
    font-weight: bold;
}
/* =============================================================================
   TOP head-image
   ========================================================================== */
.banner {
	position: relative;
}
.top-bnrtext {
    top: 21%;
    left: 31%;
    position: absolute;
    font-size: .7rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    font-weight: bold;
    padding: 0.1rem;
    text-align: center;
}
.bg-contact .map p {
    font-size: .7rem;
    margin-bottom: 5px;
    margin-left: 0;
    text-align: center;
}
.service a {
    margin: 15px auto;
    font-size: 150%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: #f08200;
    padding: 7px;
    border-radius: 10px;
    width: 90%;
    display: block;
}

/*Media Queries*/
@media screen and (max-width: 767px) {
 
.js #sp_nav {display:none;}
 
.js .slicknav_menu {
	display:block;
	margin-top: -.5em;
	margin-bottom: .5em;
}
#side ul li:last-child {
	display: none;
}
.bg-contact {
	position: relative;
	width: 98%;
	margin: 1em auto;
} 
.bg-contact .map img{
	width: 80%;}
	
.bg-contact .map{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 1em;
}

.bg-contact dl{
	margin-top: 1em;
	width: 100%;
	border-top: 1px #cbcbcb solid;
	border-bottom: 1px #cbcbcb solid;
}
.bg-contact dt{
	display: block;
	float: left;
	background-color:#FCCF3C;
	padding: 5px;
	border-radius: .2em;
	text-align: center;
	width: 90px;
	margin-top: 1em;
	margin-bottom: .2em;
	margin-right: .5em;
	font-weight: bold;
	font-size: 100%;
	float: left;
	width: 20%;
}

.bg-contact dd{
	width: auto;
	margin-top: 1em;
	padding: 5px;
	text-align: left;
	font-size: 100%;
}

.bg-contact ul li {
	text-align: center;
	margin: 1em auto;
}
.bg-contact img.info {
	width: 98%;}


.bg-contact .mail_btn a {
	width: 95%;
	margin: 0 auto;
	background-color:#090;
	color: #FFF;
	font-size: 120%;
	text-align: center;
	display: block;
	line-height: 300%;
	text-decoration: none;
	border-radius: 5px;
}

.sp-map {
	display: block;
	position: absolute;
	top:2px;
	left: 8%;
	font-size: 14px;
}
#tbl-form {
	width: 98%;
	overflow: hidden;
	margin: 0 auto;
}
#tbl-form td,
#tbl-form th {
	width: 100%;
	display: block;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
#tbl-form td {
	padding: 20px 10px;
	text-align: left;
}
#tbl-form th {
	font-weight: normal;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFF9E8;
}
#tbl-form th p {
	display: none;
}
textarea {
	height: 150px;
	width: 100%;
}


}

@media screen and (min-width: 281px) {
.top-bnrtext {
    top: 24%;
    font-size: .9rem;
}
}

@media screen and (min-width: 481px) {
	#logo br { display: none; }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
.sp-map {font-size: 100%;}
	
 }
/* Landscape to small desktop */
@media (min-width: 1030px) {

 }
 
.pc { display: none;}
.sp { display: block;}
body{font-family:"メイリオ", Meiryo, verdana, "ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, "ＭＳ Ｐゴシック",  Osaka, sans-serif;}

 /*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#container{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
section{ width: 100%; overflow: hidden;}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header{ width: 100%; margin-bottom: 0px;}
h1{ margin-top: 10px; padding-bottom: 3px; font-size: 80%; line-height: 1.5em; text-align:center; border-bottom: 2px solid #039;}
h1 span{ display:none; }
header div p{ color: #000;}
#logo { width: 52%; float: left; font-size: 75%;margin-left: 1%;}
#free-dial { max-width: 45%;float: right; font-size: 75%; margin-right: 1%;}
.banner {margin-top: 20px;}

/*==========================================================================*/
/*                              Navi                                        */
/*==========================================================================*/
#sp_nav {display: none;}
.slicknav_menu {display:none;}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
footer{ width: 100%; background-color:#039; padding: 7px 0; }
footer p{ font-size: 90%; color: #FFF; text-align: center;  }
/*==========================================================================*/
/*                              Side                                        */
/*==========================================================================*/
#side{ background-size: 100% auto; width: 100%; margin-top: 29px; text-align: center; }
#side ul li {width: 48%; margin:1% 1%;}
#side ul {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap:wrap;
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
contents{ width: 100%; }
#main{ width: 100%; }
.column{
	padding-top: 15px;
	padding-bottom: 0;
	width: 98%;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
} 
.column h2 img{display: block;}
.column h2,
.bg-contact h2{
	font-size: 120%;
	background-color: #1D8ADE;
    padding-left: 5px;
    line-height: 2em;
	color: #fff;
	margin-bottom: 15px;
}
.bg-contact {clear: both;}
.bg-contact p {padding: 0 .3em;}
.text-box{ margin: 15px; overflow: hidden;}
.text-box p {
	line-height: 1.7em;
	font-size: 100%;
}
h3 {margin: 0 0 10px 5px; clear: both;}


/* index */
.top {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap:wrap;
}
.top {
	margin: 0 auto;
	width: 98%;
}
.top img { 
  margin:1% 1.5%;
  width: 30%;
  height:30%;
}

.text-box-top {
	margin-bottom: 20px;
	overflow: hidden;
	}
.text-box-top p {
	line-height: 1.5em;
	margin: 0 .3em;
}

.lesson-list {
	font-size: 120%;
	padding: 5px;
	margin-top: 15px;
}

.lesson-list span {
	display: block;
	float: left;
	background-color:#FCCF3C;
	padding: 5px;
	border-radius: .2em;
	text-align: center;
	width: 90px;
	margin-bottom: 1em;
	margin-right: .5em;
	font-weight: bold;
	font-size: 100%;
}

.text-box-top .course:after {
  content: "（日本人講師）"; 
  font-size:small;
	display: block;
	padding-left: 15em;
	padding-top: .2em;
}
.text-box-top .orange-text{color: #F58220;}
.text-box-top ul li {
	float: left;
	display: inline-block;
	font-weight:bold;
	margin-right: 7px;
	color: #3a3ac;
}

.text-box-top ul li:before {
    content: url(../images/bank_2.jpg);
    margin: 10px 5px;
    position: relative;
	line-height: 120%;
}
.text-box-top h3{
	background: url(../images/bank_1.jpg) no-repeat left center; 
	padding-left: 1.2em; 
	font-size: 120%; 
	line-height: 120%; 
	color: #F58220; 
	font-weight: 600; 
	clear: both; 
	margin-left: 5px; 
}
.top-lesson img{ margin: 10px auto; max-width: 100%;}

.trip h3{ color: #000; font-weight: 600; font-size: 90%; margin-top:10px;}
.trip h3 span.orange-text{
	font-size: 150%;
	font-weight: 600;
	color: #F58220;
}
.trip h3 span.big{ font-size: 150%; font-weight: 600;  }

.text-box-lesson {
	margin-bottom: 20px;
	overflow: hidden;
	}
.text-box-lesson p {
	line-height: 1.5em;
	margin: 0 .3em;
}

.text-box-lesson .orange-text{color: #F58220;}
.text-box-lesson ul {
    margin-top: 1rem;
}
.text-box-lesson ul li {
	font-weight:bold;
	margin-right: 7px;
	color: #3a3ac;
}

.text-box-lesson ul li:before {
    content: url(../images/bank_2.jpg);
    margin: 10px 5px;
    position: relative;
	line-height: 120%;
}
.text-box-lesson h3{
	background: url(../images/bank_1.jpg) no-repeat left center; 
	padding-left: 1.2em; 
	font-size: 120%; 
	line-height: 120%; 
	color: #F58220; 
	font-weight: 600; 
	clear: both; 
	margin-left: 5px; 
}
.lesson h3{ color: #000; font-weight: 600; font-size: 90%; margin-top:10px;}
.lesson h3 span.orange-text{
	font-size: 150%;
	font-weight: 600;
	color: #F58220;
}
.lesson h3 span.big{ font-size: 150%; font-weight: 600;  }
.lesson h4 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.hp { margin-top:1.2rem; } 
/*.service img {
	display: block;
	max-width: 90%;
	margin: 15px auto;
}	*/
.service p {line-height: 1.8;}	


/* result page */
h3 span.jisseki { font-size: 100%; line-height: 150%; background-color: #4d4d4d; color: #fff; padding: 5px 7px; margin-left: 0;}

/* fee page */
.text-box-lesson{ background: #fff; border: 1px solid #939598; height: auto; overflow: hidden; padding: 0; margin: 0 2%; margin-bottom: 10px; }

/* contact page */
.button {
	width: 30%;
	background-color: #F9FAFB;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	border-radius: 3px;
	border: solid 1px #ccc;
	vertical-align: middle;
	border-collapse:collapse;
	height: 35px;
	margin-bottom: 20px;
}
.box-in {
    padding: 1rem;
}

@media only screen and (min-width: 768px){
.pc { display: block;}
.sp { display: none;}
.w290 { width: 50%; }
.w599 { width: 85%; }

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#container{
	width: 98%;
	margin: 0 auto;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
h1{ background: url(../images/line.png) no-repeat left bottom; font-size: 19px; color: #000; margin-top: 30px; padding-bottom: 8px; text-align:left; overflow: hidden; border-bottom: none; }
h1 span{ float: right; display: block; }
#logo { width: 52%; float: left; font-size: 108%; margin-left: 2%; margin-top: 20px;}
#free-dial { max-width: 45%;float: right; font-size: 108%; margin-right: 0%; margin-top: 20px;}
.banner {margin-top: 20px;}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
footer{ width: 100%; float: left; background: url(../images/line_3.jpg) no-repeat right center; background-size: 45%; margin-bottom: 5px; padding: 0; }
footer p{ font-size: 82%; color: #000; text-align:left;  }

/*==========================================================================*/
/*                             Side                                   */
/*==========================================================================*/
#side {float: right; width: 28%;  background:url(../images/bg-right.png) no-repeat; background-size: 100% auto; margin-top: 29px;  }
#side ul {
	display: block;
	width: 98%; margin: 20px auto;}
	
#side ul li {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
#side ul li img {
	width: 90%;
}
#side .side-top {
	width: 90%;
	margin: 0 auto;
	}
.sp-map {
	display: none;
}
.right-bnr {
    background-image: url(../images/right-bg.png);
    background-repeat: no-repeat;
    padding-top: 15%;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 20%;
    line-height: 1.5;
    background-size: cover;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
#main{ float: left; width: 70%; }
section{overflow: hidden;}
.column,
.bg-contact{
	background: -webkit-gradient(radial, right top, 0, right top, 80, from(#FAF5AF), to(#fff));
	background: -webkit-radial-gradient(right top, circle cover, #FAF5AF 0, #fff 80%);
	background: -moz-radial-gradient(right top, circle cover, #FAF5AF 0, #fff 80%);
	background: -o-radial-gradient(right top, circle cover, #FAF5AF 0, #fff 80%);
	background: radial-gradient(farthest-side circle at right top, #FAF5AF 0, #fff 80%);
	-webkit-box-shadow: 0px 2px 3px #999,-2px 2px 3px #999;
	-moz-box-shadow: 0px 2px 3px #999,-2px 2px 3px #999;
	box-shadow: 0px 2px 3px #999,-2px 2px 3px #999;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 98%;
	margin: 29px auto 15px auto;
	border-collapse: collapse;
} 
.bg-contact{
	width: 98.7%;
}
.column:before,
.bg-contact:before{
	content: url(../images/clip.png);
	position: absolute;
	top: -32px;
	right: 0.6%;
	z-index: 1;
}

.column h2,
.bg-contact h2{
    border-left: none;
	background:url(../images/line_2.jpg) no-repeat left top; 
	height: 45px; 
	font-size: 26px; 
	padding: 0 0 0 23px; 
	color: #000;
	line-height: 45px;
	margin: 0 0 10px 20px;
}
.text-box{padding: 10px 10px; margin: 10px 10px;  }
.text-box p {
	line-height: 1.7em;
	font-size: 105%;}

.bg-contact {position: relative;}
.bg-contact .map{
	position: absolute;
	right: 5px;
	top: 20px;
	width: 35%;}
.bg-contact p {
	font-size: 100%;
	margin-bottom: 1.5em;
	margin-left: 2em;}

.bg-contact ul {margin-left: 1.5em;}
.bg-contact ul li {
	line-height:18px;
	font-size: 75%;}
.bg-contact ul li img{vertical-align:middle;}
.bg-contact img.info {margin: 0; width: 60%;}
.bg-contact img.info-icon {margin: 0; width: 11%;}

/* index page */

.top-bnrtext {
    top: 24%;
    left: 32%;
    font-size: 1.8rem;
    padding: 0.5rem;
}
.top-box {
	margin-top: 20px;}	
.top {
	width: 100%;
	justify-content: space-between;}
.top img { 
  margin:20px auto;
  width: 16%;
  height: 16%;}

.text-box-top{ background: #fff; border: 1px solid #939598; height: auto; overflow: hidden; padding: 10px 13px; margin: 0 20px; margin-bottom: 10px; }
.text-box-top ul li {
	font-size: 120%;
	font-weight:600;
}
.text-box-top .lesson-list span {
	line-height: 105%;
	width: 30%;
	font-size: 105%;
}
.top-lesson{position: relative;}
.top-lesson img{
	width: 37%;
	position: absolute;
	top: 40px;
	right: 20px;
}
.lesson-list {
	font-size: 100%;
	padding: 5px;
	margin-top: 15px;}

.lesson-list .course:after {
	padding-left: 12em;
}
.service {
	position: relative;
}
/*.service img { width: 55%; position: absolute; right: 32px; top: 18px; 	margin: 0;}*/
.trip h3{ color: #000; font-weight: 600; font-size: 130%; margin-top:10px;}
.trip h3 span.orange-text{
	font-size: 140%;
	font-weight: 600;
	color: #F58220;
	padding-left: .2em;
	padding-right: .2em;
}
.trip h3 span.big{
	font-size: 140%;
	font-weight: 600;
	padding-left: .2em;
	padding-right: .2em;
}
.trip h3 small {
	font-size: 90%;
}

.text-box-lesson{ background: #fff; border: 1px solid #939598; height: auto; overflow: hidden; padding: 10px 13px; margin: 0 20px; margin-bottom: 10px; }
.text-box-lesson ul li {
	font-size: 110%;
	font-weight:600;
}

.lesson h3{ color: #000; font-weight: 600; font-size: 130%; margin-top:10px;}
.lesson h3 span.orange-text{
	font-size: 140%;
	font-weight: 600;
	color: #F58220;
	padding-left: .2em;
	padding-right: .2em;
}
.lesson h3 span.big{
	font-size: 140%;
	font-weight: 600;
	padding-left: .2em;
	padding-right: .2em;
}
.lesson h3 small {
	font-size: 90%;
}
.lesson h4 {
    font-size: 140%;
}
/*fee page*/
.lesson{
	position: relative;
}
.text-box-lesson{ background: #fff; border: 1px solid #939598; height: auto; overflow: hidden; padding: 0; margin: 0 20px; margin-bottom: 10px; }
.lesson img.p-lesson{
	display: none;}


/*contact page*/
#tbl-form {
	width: 95%;
	margin: 20px auto;
	border-collapse:collapse;
	font-size: 14px;
}
#tbl-form td,
#tbl-form th {
	vertical-align: middle;
	padding: 13px;
}
#tbl-form td {
	width: auto;
	background-color: #FFF;
	border: 1px solid #FEE7A9;
}
#tbl-form th {
	width: 30%;
	font-weight: normal;
	text-align: right;
	background-color: #FEE7A9;
	border: 1px solid #FFF;
}
#tbl-form input,
#tbl-form select{
	padding:5px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	width: 80%;
  height: 1.5em;
  line-height: 1.5em;
}
textarea {
	height: 150px;
  line-height: 1.5em;
}
label { display: inline-block;}

.tel {pointer-events: none;}

.top-box p {
    font-size: 2rem;
}
.homestay {
    font-size: 1.8rem;
}

}
@media only screen and (min-width: 960px){

.bg-contact ul li {
	line-height:18px;
	font-size: 100%;}
.lesson img.p-lesson{
	display: block;
	width: 294px;
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
}
.service a {
    position: absolute;
    left: 230px;
    top: 0;
    font-size: 2rem;
    padding: 7px 15px;
    display: inline-block;
	width: auto;
}
.right-bnr {
    padding-top: 18%;
    font-size: 1.3rem;
}
}
@media only screen and (min-width: 980px){

.bg-contact {
background: url(../images/aes.png) no-repeat,-webkit-gradient(radial, right top, 0, right top, 80, from(#FAF5AF), to(#fff));
background: url(../images/aes.png) no-repeat,-webkit-radial-gradient(right top, circle cover, #FAF5AF 0, #fff 80%);
background: url(../images/aes.jpg) no-repeat,-moz-radial-gradient(right top, circle cover, #FAF5AF 0, #fff 80%);
background: url(../images/aes.png) no-repeat,-o-radial-gradient(right top, circle cover, #FAF5AF 0, #fff 80%);
background: url(../images/aes.png) no-repeat,radial-gradient(farthest-side circle at right top, #FAF5AF 0, #fff 80%);
background-repeat: no-repeat;
background-position: 57% 9%;
} 
.bg-contact p{ margin-left: 20px; margin-bottom: 1.5em; font-size: 17px; }

.bg-contact ul {
	margin-left: 1.5em;
}
.bg-contact ul li {
	line-height:18px;
	font-size: 100%;}
.bg-contact ul li img{
		vertical-align:middle;
}
.bg-contact img.info {margin: 0; width: 539px;}
.bg-contact img.info-icon {margin: 0; width: 98px;}
.bg-contact .map{
	position: absolute;
	right: 5px;
	top: 20px;
	width: 320px;
}
footer{ width: 100%; float: left; background: url(../images/line_3.jpg) no-repeat right center; background-size: 60%; margin-bottom: 5px; padding: 0; }
footer p{ font-size: 82%; color: #000; text-align:left;  }


/*index page*/
.top-bnrtext {
    font-size: 2.3rem;
}
.top {justify-content: space-between;}
.top img {
	margin:20px auto;
	width: 166px;
	height: 166px;
}
  
#side ul li img {width: 285px;}
#side .side-top {width: 293px;}

/*.service img { width: 378px; position: absolute; left: 230px; top: 15px;}*/
.lesson-list {
	font-size: 120%;
	padding: 5px;
	margin-top: 15px;}
.lesson-list .course:after {padding-left: 15em;}

#tbl-form {width: 620px;}
#tbl-form th {width: 200px;}

.homestay {
    text-align: right;
}
.box-in {
    padding: 1.5rem;
}
.text-box-lesson ul li {
	font-size: 120%;
}
}
@media only screen and (min-width: 1025px){

.w290 { width: 290px; }
.w599 { width: 599px; }

#container{width: 1024px;}
#main{ float: left; width: 673px; }
#side {float: right; width: 320px; text-align:center;}
#side ul {display: block; width: 285px; margin: 20px auto;}
.top-lesson img{
	width: 282px;
	position: absolute;
	top: 40px;
	right: 20px;
}
/*.service img { width: 378px; position: absolute; left: 230px; top: 15px;}*/
.top-box p { font-size: 2.6rem;}
.right-bnr {
    padding-top: 15%;
    font-size: 1.5rem;
}

}
