body {
	color: #333;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: none;
	_font-size: 62.5%;
	margin-right: auto;
	margin-left: auto;
	overflow-x: hidden;
	padding: 0px;
	margin-top: 0px;
	background-color: #68BCD6;
}
*{ margin: 0; padding: 0; border: 0;
list-style: none; }
img{
max-width: 100%;
height: auto;
width /***/:auto;
vertical-align:bottom;　
}
a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

.link_off{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

a img {
    border-style:none;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:visited { color: #FFCC33; }
a:hover {
	color: #ffe085;
}
a:active { color: #ffe085; }

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

iframe{
width:100% !important;
}
.iframeBox{
position:relative;
width:100%;
}
.iframeBox iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}

#page-top {
	position: fixed;
	bottom: 60px;
	right: 0px;
	font-size: 90%;
}
#page-top a {
background: #cccccc;
text-decoration: none;
color: #fff;
width: 55px;
text-align: center;
display: block;
}

#page-top a:hover {
text-decoration: none;
background: #ccc;
}
.center {
	text-align: center;
}


/* google font */

.lato {
	font-family: 'Lato', sans-serif;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}

p {
	font-size: 1.4em;
	line-height: 180%;
	margin-top: 0;
}
.p_10 {
	font-size: 1em;
}

.mt_00 {
	margin-top: 0px;
}
.mt_05 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
	margin-top: 40px;
}

.mt_50 {
	margin-top: 50px;
}
.mt_55 {
	margin-top: 55px;
}
.mt_60 {
	margin-top: 60px;
}
.mt_65 {
	margin-top: 65px;
}
.mt_70 {
	margin-top: 70px;
}

.mt_80 {
	margin-top: 80px;
}
.mt_100 {
	margin-top: 100px;
}
.mt_150 {
	margin-top: 150px;
}
.mt_200 {
	margin-top: 200px;
}
.mt_250 {
	margin-top: 250px;
}
.mb_05 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_80 {
	margin-bottom: 80px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_15 {
	margin-left: 15px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_30 {
	margin-left: 30px;
}
.ml_50 {
	margin-left: 50px;
}
.ml_80 {
	margin-left: 80px;
}
.ml_70 {
	margin-left: 70px;
}
.ml_100 {
	margin-left: 100px;
}
.ml_150 {
	margin-left: 150px;
}
.mr_00 {
	margin-right: 0px;
}
.mr_15 {
	margin-right: 15px;
}
.txt_r {
	text-align: right;
}
.txt_l {
	text-align: left;
}
.pt_50 {
	padding-top: 50px;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: "";
  /* new clearfix */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 * html .clearfix {
  zoom: 1;
}
/* IE6 */
 *:first-child + html .clearfix {
  zoom: 1;
  display: inline-block;
}
/* IE7 */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}


/* HEADER */

header {
	position: fixed;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	z-index: 1;
	margin-bottom: 0px;
}
header .logo {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	width: 120px;
}
header h1 {
	color: #000;
	font-size: 3em;
	margin-top: 0px;
	line-height: 100%;
	float: left;
}

header .contents {
	padding-bottom: 1%;
}
.btn_contact {
	background-color: #333;
	float: right;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	padding-top: 11px;
	padding-right: 30px;
	padding-bottom: 17px;
	padding-left: 30px;
	margin-left: 1px;
}


.main_img{
	position: relative;
	background-attachment: fixed;
	background-size: 100%;
	background-image: url(../images/main2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -10px;
}

.main_img .max960 {
	line-height: 1.7;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	right: auto;
	padding-top: 150px;
}

.main_h2 {
	margin-bottom: 1%;
}




/* NAV */

nav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	z-index: 1;
	position: fixed;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	top: 49px;
}
nav ul {
	font-size: 1.5em;
	display: table;
	table-layout: fixed;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
nav li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
nav li a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

nav li a:link {
	color: #000;
	background-color: #FFEB2B;
	margin-right: 1px;
}
nav li a:last-child {
	margin-right: 0px;
}
nav li a:hover {
	color: #fff;
	background-color: #68BCD6;
}
.nav {
	width: 100%;
	
}





.max1200 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.max1100 {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.max960 {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.max880 {
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.max850 {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.max800 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.max1000 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.max710 {
	max-width: 710px;
	margin-right: auto;
	margin-left: auto;
}
.max600 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.max500 {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.max400 {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.max300 {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.max200 {
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.column3 {
	float: left;
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 2%;
	margin-bottom: 5%;
}
.column2 {
	padding: 15px;
	float: left;
	width: 44.5%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}




#entry {
	display: none;
}


.pc {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.mob {
	display: none;
}

.hide {
	display: none;
}


.red {
	color: #FF0000;
}

.small {
	font-size: 0.8em;
	font-weight: normal;
}
.p_list {
	text-indent: -1em;
	margin-left: 1em;
	text-align: left;
	color: #000;
}
.p_footer {
	font-size: 1.6em;
	line-height: 180%;
}
.pagetop {
	margin-top: 30px;
	margin-bottom: 10px;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
}
footer {
	text-align: center;
	font-size: 1em;
	padding-bottom: 30px;
	background-color: #fff;
	padding-top: 0px;
}

.h_regular {
	text-align: center;
	font-size: 4.5em;
	font-weight: normal;
	color: #333;
	margin-bottom: 50px;
}
h2 span {
	font-family: Roboto, sans-serif;
	display: block;
	margin-bottom: .2em;
	color: #333;
	font-size: 0.5em;
}
.img_face {
	float: left;
	width: 28%;
	margin-right: 30px;
	margin-bottom: 20px;
}
.face_column {
	margin-left: 33%;
}

.back01 {
	background-image: url(../images/back01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;
	padding-top: 80px;
	padding-bottom: 80px;
}
.back02 {
	background-image: url(../images/back02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;
	padding-top: 80px;
	padding-bottom: 80px;
}
.back_white {
	background-color: #fff;
	padding: 30px;
}
.back_glay {
	background-color: #F8F5F0;
	padding: 30px;
}
.back_yellow {
	background-color: #FFF100;
	padding: 30px;
}
.half_column {
	width: 60%;
}
.half_column .h_regular {
	text-align: left;
}
.list_yellow_box {
	margin-bottom: 150px;
}
.list_yellow_box li {
	text-align: center;
	font-size: 1.8em;
	background-color: #FFCC33;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.appli {
	font-size: 1.4em;
	border-top: 1px solid #E1E1E1;
	padding-top: 15px;
	padding-bottom: 15px;
}
.appli:last-child {
	border-bottom: 1px solid #E1E1E1;
}
.appli dt {
	float: left;
	padding-left: 3%;
	width: 20%;
	margin-right: 3%;
}
.appli dd {
	width: 71%;
	padding-right: 3%;
	float: left;
}
.appli ul li {
	margin-bottom: 3px;
	list-style-type: disc;
	margin-left: 1.5em;
}
footer .btn_contact {
	float: none;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.tel {
	font-size: 4em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
.copy {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 30px;
}
.h3_regular {
	font-size: 2em;
	margin-top: 100px;
	margin-bottom: 30px;
}
.catch {
	margin-bottom: 2%;
}
.h_yellow {
	color: #FFEC2B;
	font-size: 1.8em;
}
.c_white {
	color: #fff;
}
.img_right {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.map {
	float: right;
	width: 40%;
	margin-top: 5px;
}
.study {
	width: 58%;
}
.study th {
	background-color: #68BCD6;
	padding: 10px;
	font-size: 1.4em;
	color: #fff;
}
.study td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #F2F2F2;
	font-size: 1.3em;
	color: #68BCD6;
}
.h_blue {
	font-size: 2.2em;
	font-weight: normal;
	color: #68BCD6;
}
ul.ul_regular {
	
}
ul.ul_regular li {
	margin-bottom: 3px;
	list-style-type: disc;
	margin-left: 1.5em;
	font-size: 1.3em;
}
.case {
	margin-top: 60px;
	margin-bottom: 100px;
}
.case th {
	font-size: 1.4em;
	text-align: left;
	border-bottom: 2px solid #D2D2D2;
	padding: 5px;
}
.case td {
	font-size: 1.3em;
	padding: 5px;
	vertical-align: top;
}
.case th.schedule {
	width: 32%;
}
.case th.meal {
	width: 14%;
}
.bottom_boader {
	border-bottom: 1px solid #D2D2D2;
}
#about .column2 {
	text-align: left;
	color: #fff;
}
#about .column2 h3 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 2.4em;
	font-weight: normal;
}
.img_left_full {
	width: 36%;
	float: left;
	margin-right: 30px;
}
.data {
	width: 60%;
	float: left;
}
.data dl dt {
	font-size: 1.4em;
	float: left;
	width: 10%;
	padding: 1.2%;
	border-bottom: 1px solid #D2D2D2;
}

.data dl dd {
	font-size: 1.4em;
	float: left;
	width: 77%;
	padding: 1.2%;
	border-bottom: 1px solid #D2D2D2;
}
.waku {
	border: 1px solid #68BCD6;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.btn_blue   {
	background-color: #68BCD5;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_blue .arrow {
	font-size: 1.8em;
	color: #fff;
}
.btn_blue .arrow:before {
	content: url(../images/contact/arrow.png);
	margin-right: 10px;
	position: relative;
    top: 1px;
}
.btn_blue.max200 {
	padding: 12px;
}
.logo_box {
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 30px;
}
.btn_yellow {
	background-color: #FFEC2B;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_yellow .arrow {
	font-size: 1.8em;
	color: #000;
}
.btn_yellow .arrow:before {
	content: url(../images/contact/arrow_bl.png);
	margin-right: 10px;
	position: relative;
    top: 1px;
}
.footer_logo {
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
}
footer address {
	font-size: 1.2em;
	font-style: normal;
}
.p_12 {
	font-size: 1.2em;
}
.waku .bg_blue {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #68BCD6;
	color: #fff;
}
.flow {
	font-size: 1.4em;
	color: #68BCD5;
	margin-bottom: 50px;
	margin-top: 50px;
}
.flow p {
	font-size: 1.2em;
	border: 1px solid #68BCD5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 150px;
}
.case td.td_blue {
	background-color: #68BCD6;
	color: #fff;
}
.case td.td_sky {
	color: #68BCD6;
	background-color: #E1F2F6;
}
.case td.td_wh {
	border-top: 1px solid #E1F2F6;
	vertical-align: middle;
}
.p_top {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #fff;
}
.yellow {
	background-color: #FCF251;
	padding: 50px;
}
.yellow h2 {
	font-size: 2.6em;
	color: #000;
}
.qa {
	text-align: left;
	margin-top: 30px;
}
.qa h3 {
	font-size: 2em;
	color: #7CBAD3;
	margin-bottom: 10px;
	text-indent: -2em;
	margin-left: 2em;
}
.qa p {
	margin-left: 3em;
}

/*
 * -- PC MEDIA QUERIES --
 */
@media only screen and (min-width: 960px) {
	

}

/*
 * -- TABLET MEDIA QUERIES --
 */
@media only screen and (max-width: 960px) {
	
.contents {
	padding-right: 1%;
	padding-left: 1%;
}
.title strong {
	font-size: 4em;
}

.catch {
	margin-bottom: 1%;
}
	header {
	height: 50px;
}
header .contents {
	padding-top: 1.3%;
	padding-bottom: 0%;
}
nav li a:before {
    content: attr(data-text);
  }
nav li img {
    display: none;
  }

.title h2 {
	margin-top: 20px;
	font-size: 1.6em;
}
	.btn_contact {
	display: none;
}
.main_img{
	position: relative;
	background-attachment: fixed;
	background-size: 140%;
}

.main_img .max960 {
	padding-top: 70px;
}

}



/*
 * -- PHONE MEDIA QUERIES --
 */
@media only screen and (max-width:685px){

body {
	width: 100%;
}
.pc {
	display: none;
}
.mob {
	display: block;
}


.back02 {
	background-position: center center;
	background-size: cover;
}
.column3 {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 3%;
	margin-bottom: 5%;
}
.column2 {
	padding: 15px;
	float: none;
	width: 94%;
	margin-right: 0%;
	margin-left: 0%;
}
#entry {
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
}
footer .btn_contact {
	display: block;
	width: 50%;
}
.half_column {
	width: 100%;
}

header h1 {
	font-size: 1.8em;
	margin-top: 5px;
}
.title strong {
	font-size: 3em;
}
.img_right {
	float: right;
	margin-bottom: 10px;
	width: 40%;
}
.map {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.study {
	width: 100%;
}

.img_left_full {
	width: 100%;
	float: none;
	margin-right: 0px;
}
.data {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.data dl dd {
	width: 85%;
}
.footer_logo {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.main_img{
	background-size: 170%;
}


.flow p {
	padding-left: 100px;
}

	.yellow h2 {
	font-size: 2em;
}
}
/*
 * -- PHONE MEDIA QUERIES --
 */
@media only screen and (max-width: 480px) {
header .logo {
	width: 20%;
	margin-right: 10px;
	margin-top: 5px;
}
header h1 {
	font-size: 1.8em;
	margin-top: 8px;
}
header .contents {
	padding-top: 2%;
}
.main_img .title {
	top: 35%;
	width: 55%;
}
.title h2 {
	font-size: 1.2em;
	margin-top: 10px;
}
.h_regular {
	font-size: 3em;
}
h2 span {
	font-size: 0.5em;
}
.list_yellow_box li {
	font-size: 1.6em;
	text-align: left;
}
.face_column {
	margin-left: 0%;
}
header h1 {
	font-size: 1.2em;
	margin-top: 12px;
}
.title strong {
	font-size: 1.6em;
}
.p_link {
	font-size: 1.2em;
}
.h3_regular {
	font-size: 1.6em;
}


.main_h2 {
	width: 80%;
	margin-bottom: 1%;
}
.flow p {
	padding-left: 10px;
}
		.yellow h2 {
	font-size: 1.4em;
}
.main_img{
	background-size: 190%;
}
}
