@charset "UTF-8";
@font-face {
	font-family: 'ElegantIcons';
	src:url('/fonts/ElegantIcons.eot');
	src:url('/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('/fonts/ElegantIcons.woff') format('woff'),
		url('/fonts/ElegantIcons.ttf') format('truetype'),
		url('/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family: Helvetica , Arial , "游ゴシック" , "Yu Gothic" , "Hiragino Kaku Gothic ProN",'ヒラギノ角ゴ ProN W3',"メイリオ" , meiryo , sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html {
	font-size: .85em;
	color: #404040;
}
ul {margin: 0; padding: 0;}
h1,h2,h3,h4,dl,dd {margin: 0;}
p {
	margin-top: .3em;
    margin-bottom: .3em;
}
a {
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #404040;
    text-decoration: none;
}

a img{
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
a img:hover {
    opacity: .8;
}

/* 960 center */
.center {
	width: 960px;
	margin: 0 auto;
}
/* cf */
.cf:after {
  content: "";
  clear: both;
  display: block;
}

li {
	list-style-type: none;
}

/* small */
.small {
    font-size: 12px;
}
.bold {font-weight: bold;}

/* form部品　装飾 */
.text, textarea, select,input[type="text"]{
    border:1px solid #777;
    padding: 5px;
    color: #333;
    background: #fff;
    border-radius: 3px;
/* Webkit */
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;
/* Firefox */
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;
}
input:focus,select:focus,textarea:focus{
	outline: 0;
	border-color: #FF6B73;
}

/* トップへ戻る */
#backtoTop {
	position: fixed;
    bottom: 15px;
    right: 20px;
}
#backtoTop a {
	background-color: #FF6B73;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
    opacity: 0.8;
    cursor: pointer;
}
#backtoTop a span {
	position: relative;
	top: 14px;
	font-size: .9rem;
}
#backtoTop a:hover {
	opacity: 1;
}
/* ------------------------------------------------------
header	
-------------------------------------------------------- */
#header {
    background: #fff;
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
      -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
      -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
    position: relative;
    width: 100%;
    z-index: 999;
}

#header .center {
    position: relative;
}

#logo {
    padding: 10px 0;
}

.gnav {
    position: absolute;
    right: 0;
    top: 0;
}

.gnav ul li{
   display: inline-block;
   margin-right: 30px;
}

.gnav ul li:last-child {
    margin-right: 0;
}

.gnav ul li a {
    display: block;
    line-height: 5.25rem;
}

.gnav ul li a:hover {
    color: #1CC4F7;
}

.gnav ul li a::after {
    position: relative;
    display: block;
    bottom: 5px;
    left: 0;
    content: '';
    height: 4px;
    background-color: #1CC4F7;
    opacity: 0;
    transition: .2s;
}

.gnav ul li a:hover::after {
    bottom: 4px;
    opacity: 1;
}

/* current */
.gnav ul li a.current{
    color: #1CC4F7;
}

.gnav ul li a.current::after {
    bottom: 4px;
    opacity: 1;
}

.fixed {
    position: fixed !important;
}

.fixed .gnav ul li a {
    line-height: 4.25rem;
}

.fixed #logo {
    padding: 5px 0 1px;
}

.content {
    padding-top: 57px;
}

/* ------------------------------------------------------
top bg  
-------------------------------------------------------- */
.bg {
    background: url(images/bgimage.jpg) no-repeat center top;
    background-size: cover;
    height: 680px;
}

.bg .center {
    position: relative;
}

.summercamp {
    width: 60%;
    height: auto;
    position: absolute;
    top: 20px;
    right: -35px;
}

.catch {
    position: relative;
    top: 120px;
    left: 0;
}

/* ------------------------------------------------------
str-bg
-------------------------------------------------------- */
.str-wrap {
    background: url(images/str_bg.gif);
}


/* ------------------------------------------------------
program-select
-------------------------------------------------------- */
.program-select  {
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 6px;
    position: relative; 
    margin-bottom: 30px;
}

.program-select-inn {
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: solid 3px #28BCFF;
    padding: 30px 0 20px;
}

.program-select-inn img.kgic {
    margin-right: 25px;
}

.program-select-top {
    background: url(images/maru_summercamp.png);
    width: 191px;
    height: 69px;
    position: absolute;
    top: -46px;
    right: 0;
    left: 0;
    margin:  auto;
}

.goform a {
    border: solid 1px #000;
    display: inline-block;
    width: 40%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 0;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.1rem;
}

.goform a:hover {
    background: #eee;
}

/* ------------------------------------------------------
about-program
-------------------------------------------------------- */
.about-program{
    color: #2E3192;
    overflow: hidden;
}

.about-program .left {
    float: left;
    width: 485px;
    margin-right: 80px;
}
.about-program .right {
    float: left;
}

.about-program .left h2{
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 15px;
    padding-top: 20px;
}

.about-program .left p {
    overflow: hidden;
    padding-left: 25px;
    border-left: solid 1px #2E3192;
}

.about-program .right dt {
    float: left;
    width: 79px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #2E3192;
    padding: 3px;
    margin-right: 15px;
    margin-top: 3px;
}
.about-program .right dl:first-child {
    margin-bottom: 10px;
}

.about-program .right dd {
    line-height: 1.4em;
}

.about-program .right .small {
    display: block;
    font-size: .85rem;
}


/* ------------------------------------------------------
banner-area
-------------------------------------------------------- */
.banner-area {
    text-align: center;
    margin-bottom: 30px;
}

.banner-area img {
    width: 974px;
    height: auto;
}

/* ------------------------------------------------------
footer
-------------------------------------------------------- */
footer {
    text-align: center;
    padding-bottom: 10px;
}

footer small {
    color: #fff;
}


/* ------------------------------------------------------
サブページ

topvisu
-------------------------------------------------------- */
.topvisu {
    height: 270px;
    position: relative;
}
.kgic-top {
    background: url(images/kgic_mainimg.jpg) no-repeat center top;
}

.marutop {
    width: 178px;
    height: 99px;
    position: absolute;
    bottom: -57px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.kgic-marutop {
    background: url(images/maru_kgic.png) no-repeat center;
}

.intro {
    border-top: solid 3px #0083CA;
    margin-top: 10px;
}

.intro-title {
    text-align: center;
    margin-top: 60px;
}

.intro-title img {
    width: 399px;
    height: auto;
}

.apply-button {
    margin: 60px auto;
    background: url(images/apply_button.png) no-repeat;
    background-size: 369px 138px;
    display: block;
    width: 369px;
    height: 69px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.no-padding {
    margin: 0 auto;
}

.apply-button:hover {
    background-position: 0 -69px;
}

/* program-info */
.program-intro {
    margin: 50px auto 40px;
}
.program-intro div {
    float: left;
    width: 450px;
}

.program-intro h3 {
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.program-intro div:first-child {
    margin-right: 60px;
}

/* about-school */
.about-school {
    width: 800px;
    margin: 0 auto;
}

.about-school div {
    float: left;
    width: 350px;
    margin-right: 20px;
}

.about-school h3 {
    color: #0083CA;
}

.about-inn {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #DBF4FC;
    margin-top: 64px;
    padding: 15px 25px;
    border-radius: 6px;
}

.about-inn p {
    font-size: 13px;
}

/* ------------------------------------------------------
feature-area
-------------------------------------------------------- */
.feature-area {
    background: url(images/feature_bg.gif);
    padding-bottom: 60px;
    z-index: -999;
}

.area-head {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 40px;
}

.feature-maru {
    text-align: center;
}

.feature-maru li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.feature-maru li::after {
    content: "";
    background: url(images/feature_shadow.png) no-repeat;
    background-size: 250px auto;
    width: 250px;
    height: 235px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}

.feature-maru li:last-child {
    margin-right: 0;
}

/* ------------------------------------------------------
bg-cha
-------------------------------------------------------- */
.section-area {
    padding: 60px 0;
}

.bg-cha {
    background: #F9F7F0;
    position: relative;
}

.bg-cha::after {
    content: "";
    background: url(images/section_bg.png) repeat-x;
    background-size: 36px 12px;
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -12px;
}

/* 白のギザギザ */
.wthite-top{
    position: relative;
}
.wthite-top::before {
    content: "";
    background: url(images/section_bg_wh.gif) repeat-x;
    background-size: 36px 12px;
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: 0;
}

.feature-title {
    margin-bottom: 30px;
}

.feature-title img {
    padding-bottom: 10px;
}

.feature-title::before {
    content: "";
    display: inline-block;
    width: 83px;
    height: 73px;
    padding-right: 20px;
}

.fea-title01::before {
    content: "";
    background: url(images/feature01.png) no-repeat;
    background-size: 83px 73px;
}
.fea-title02::before {
    content: "";
    background: url(images/feature02.png) no-repeat;
    background-size: 83px 73px;
}
.fea-title03::before {
    content: "";
    background: url(images/feature03.png) no-repeat;
    background-size: 83px 73px;
}
.fea-title04::before {
    content: "";
    background: url(images/feature04.png) no-repeat;
    background-size: 83px 73px;
}


/* ------------------------------------------------------
feature 1 kgic
-------------------------------------------------------- */
.relative {
    position: relative;
}

.feature01-image,
.study-english {
    position: absolute;
    right: 0;
    top: 0;
}
.feature01-image {
    right: 158px;
    top: -25px;
}

.study-wrap {
    margin-bottom: 60px;
    margin-top: 40px;
}

div.bg-white {
    background: #fff;
    padding: 20px 35px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

/* morning */
.study-wrap .morning p {
    margin-bottom: 30px;
}

.study-wrap .morning {
    padding: 35px;
}

.study-wrap .morning,.study-wrap .right {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-right: 45px;
}

.study-wrap .morning {
    width: 517px;
}

.study-wrap .morning dl {
    float: left;
    width: 190px;
}

.border-right {
    border-right: solid 1px #eee;
    padding-right: 25px;
    margin-right: 25px;
}

.border-right dt {
    line-height: 1.9em;
}


.study-wrap .morning dl dt {
    background: #68D2FC;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    margin-bottom: 10px;
}

.study-wrap .morning dl dd {
    font-size: 13px;
    line-height: 1.8em;
}

/* 右側 */
.study-wrap .right {
    width: 398px;
    margin-right: 0;
}

/* evening */
.study-wrap .evening {
    margin-bottom: 25px;
}

/* クラブ活動のテーブル */
.club table {
    border: solid 1px #CEC8B2;
    font-size: 13px;
}

.club table th {
    background: #CEC8B2;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    border-bottom: solid 1px #fff;
}

.club table td {
    padding: 3px 5px;
    border-bottom: solid 1px #CEC8B2;
}

.study-wrap h4 {
    font-size: 15px;
    margin-bottom: 15px;
}
.study-wrap h4 .label {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    background: #F15A22;
    padding: 2px 15px 0;
    margin-right: 13px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.weekend h4 .label {
    background: #CC5A9E;
}

.onday-kgic img {
    width: 960px;
    height: auto;
}

/* ------------------------------------------------------
feature 2 kgic
-------------------------------------------------------- */
.fea-title02 img {
    padding-bottom: 25px;
}

#feature02 .small {
    text-align: center;
    margin-top: 15px;
}

#feature02 .left {
    float: left;
    width: 575px;
    margin-right: 30px;
    padding-top: 20px;
}

#feature02 .left p {
    width: 390px;
    margin-top: 40px;
}

#feature02 .right {
    overflow: hidden;
}

/* ------------------------------------------------------
feature 3 kgic
-------------------------------------------------------- */
#feature03 .event-cap {
    text-align: center;
    margin-top: 35px;
}

/* ------------------------------------------------------
feature 4 kgic
-------------------------------------------------------- */
#feature04 h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-left: 10px;
}

#feature04 .surrey-home h4 {
    padding-left: 42px;
}

#feature04 .left {
    float: left;
    width: 449px;
}

#feature04 .bc-ryo {
    margin-bottom: 60px;
}

#feature04 .surrey-home .left {
    width: 360px;
}

#feature04 .surrey-home .right {
    padding-top: 45px;
}

#feature04 .hukidashi {
    float: left;
    width: 240px;
    margin-right: 30px;
}

#feature04 .check{
    margin-left: 1.7em;
    margin-top: 15px;
}

#feature04 .check li {
    text-indent: -1.7em;
}

#feature04 .check li .small {
    text-indent: 0;
}

#feature04 .check li::before {
    content: url(images/check.png);
    position: relative;
    top: 3px;
}


/* ------------------------------------------------------
program-fee
-------------------------------------------------------- */
.program-fee {
    background: #4EC9F4;
    padding-bottom: 60px;
    margin-top: 40px;
    color: #fff;
}

table.fee {
    width: 100%;
    border: solid 1px #0083CA;
    background: #fff;
    text-align: center;
    font-size: 15px; 
    float: left;
    width: 515px;
    margin-right: 30px;
}

table.fee th {
    background: #0083CA;
    border-bottom: solid 1px #fff;
    width: 120px;
}

table.fee tr:last-child th {
    border-color: #0083CA;
}

table.fee td {
    color: #0083CA;
    border: solid 1px #0083CA;
    padding: 5px 15px;
}

table.fee .fee-h td {
    padding: 20px 15px;
}

table.fee .tdcolor td {
    background: #1EA4E0;
    color: #fff;
}

.program-fee h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.program-fee h4 .pro-label {
    font-weight: normal;
    font-size: 13px;
    background: #1EA4E0;
    padding: 3px 5px;
    margin-right: 10px;
}

.program-fee .program1 {
    margin-bottom: 45px;
}

.program-fee .include .bold {
    border: solid 1px #fff;
    display: inline-block;
    padding: 0 10px;
}

/* ------------------------------------------------------
faq
-------------------------------------------------------- */
.faq-wrap {margin-bottom: 30px;}

.faq-wrap h4 {
    font-size: 18px;
    color: #534741;
    margin-bottom: 10px;
}

.faq-wrap dl {
    float: left;
    width: 470px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.faq-wrap dt {
    font-weight: bold;
    background: #F9F7F0;
    padding: 15px;
    padding-left: 60px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;

}

.faq-wrap dt::before {
    content: "";
    display: inline-block;
    background: url(images/q_mark.png);
    background-size: auto 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    left: 15px;
}

.faq-wrap dt:hover {
    cursor: pointer;
    background: #F4F1E9;
}
.faq-wrap dd {
    display: none;
    background: #F4F1E9;
    padding: 10px 15px;
    line-height: 1.7em;
}

.faq-wrap dd .answer {
    display: block;
    background: url(images/a_mark.png);
    background-size: auto 32px;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 15px;
}
.faq-wrap dd p {
    overflow: hidden;
}

.faq-wrap .clear-l {
    clear: left;
}

/* ------------------------------------------------------
subpage-footer
-------------------------------------------------------- */
.subpage-footer {
    background: #4EC9F4;
    padding: 15px 0;
    margin-top: 50px;
}

/* ------------------------------------------------------


フォーム


-------------------------------------------------------- */
/* attention */
.attention-wrap a {
    color: #FF6B73;
}

.attention-wrap a:hover{
    color: #DA474F;
}

/* form */
.form {
    width: 730px;
    margin: 100px auto 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.form table {
    width: 100%;
    margin: 40px 0 60px;
}

.form tr {
    border-bottom: dotted 1px #DCDCDC;
}

.form th {
    text-align: left;
    vertical-align: top;
    padding: 15px 20px 0 15px;
    white-space: nowrap;
    background: #FFF8F7;
}
.form td {
    padding: 15px;
}

.form .hissu {
    background: #FF6B73;
    width: 53px;
    display: inline-block;
    font-weight: normal;
    font-size: .9rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 10px;
}
.form th .ninni {
    background: #3F80C8;
    width: 53px;
    display: inline-block;
    font-weight: normal;
    font-size: .9rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 10px;
}

.form td .koumoku {
    background: #eee;
    width: 96px;
    display: inline-block;
    font-weight: normal;
    font-size: .9rem;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 10px;
    padding: 3px 0;
}

.form label {
    padding: 0 15px 0 5px;
}

.form input,
.form textarea,
.form select {
    border-color: #DCDCDC;
}
.form input:focus,.form select:focus,.form textarea:focus{
    outline: 0;
    border-color: #FFCEC7;
}

.form input[type="text"] {
    margin-bottom: 10px;
}

/* select 調整 */
.mar-b {
    margin-bottom: 10px;
}
.mar-top {
    margin-top: 25px;
}

select.date {
    width: 70px;
    margin-right: 5px;
    margin-left: 15px;
}
select.first-date {
    margin-left: 0 !important;
}
select.select-wide {
    width: 300px;
}

input.age {
    width: 60px;
    margin: 0 5px 0 10px;
}

/* submit-area */
.submit-area {
    text-align: center;
    margin: 25px 0 45px;
}
.submit-area li {
    display: inline-block;
}

.submit-area li input {
    border: none;
    padding: 10px 0;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.submit-area .reset {
    width: 130px;
    margin-right: 10px;
}

.submit-area .submit {
    background: #FF8C97;
    width: 200px;
}
.submit-area .submit:hover {
    background: #FF6B73;
}
.submit-area .reset:hover {
    background: #9B9B9B;
}

.submit-area .submit[disabled] {
    background: #ccc;
}

/* form h3 */
.form h3 {
    margin: 60px 0 20px;
    border-left: solid 4px #1CC4F7;
    padding-left: 15px;
}

/* 同意 */
.contract_online>div {
    text-align: center;
    margin-top: 60px;
}

/* mail-attention */
.mail-attention {
    background: #F8F8F8;
    padding: 15px 25px;
}

.mail-attention .bold {
    color: #FF6B73;
}
.mail-attention .bottom {
    border-bottom: solid 1px #E0E0E0;
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.mail-attention .bold+p {
    font-size: .9rem;
}


/* 送信完了画面 */
.repply-table {
    margin: 40px 0 10px;
}
.repply-table th {
    white-space: nowrap;
    vertical-align: middle;
}
.repply-tex {
    text-align: center;
}
.kome {
    margin-bottom: 40px;
    font-size: .9rem;
}

/* 確認画面 */
.nyuryoku-kakunin th {
    padding-right: 60px;
}

































