@charset "UTF-8";
/*
Theme Name: childland-original-top
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , Helvetica ,  sans-serif;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-strict;
  text-rendering: optimizeLegibility;
  color: #2C2A25;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
}

a img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.thumbimg:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.clear {
  clear: both;
  line-height: 0;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

body {
  min-width: 1200px;
  _display: inline;
  _zoom: 1;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.minc {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.12em;
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sec_topimg {
  height: 600px;
  background-image: url(./img/top-l-01.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.sec_topimg h1 {
  position: relative;
  top: 120px;
}

.sec_topimg h1 img {
  width: 170px;
}

.sec_topimg p {
  position: relative;
  top: 130px;
}

.sec_topimg p img {
  width: 905px;
}

.header {
  background-image: url(./img/asset-l-02.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 74px 0 30px;
  margin-top: -74px;
}

.gnav ul li {
  display: inline-block;
  border-right: 1px solid #C0C0C0;
}

.gnav ul li a {
  padding: 0 57px;
  transition: all 200ms 0s ease;
}

.gnav ul li a img {
  height: 100px;
}

.gnav ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.gnav ul li:first-child {
  border-left: 1px solid #C0C0C0;
}

.side_btn {
  position: fixed;
  top: 320px;
  right: 0;
  z-index: 999;
}

.side_btn ul li {
  margin-bottom: 10px;
}

.side_btn ul li a {
  transition: all 200ms 0s ease;
}

.side_btn ul li a img {
  width: 37px;
}

.side_btn ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.pc_lang {
  position: absolute;
  top: 40px;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100px;
  padding: 0 20px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-decoration: underline;
  transition: all 200ms 0s ease;
  z-index: 99999;
}

.pc_lang:hover {
  background: white;
}

.sec_top_01 {
  background-image: url(./img/top-l-02.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 30px;
}

.sec_top_01 h1 {
  width: 646px;
  margin: 0 auto;
}

.sec_top_01 h1 img:last-child {
  display: none;
}

.sec_top_01 p {
  padding: 40px 0 20px;
}

.btn_more {
  text-align: center;
  padding: 30px 0;
}

.btn, .wpcf7-submit {
  font-size: 120%;
  font-weight: 900;
  text-align: center;
  border: 4px solid #FF95BC;
  display: inline-block;
  padding: 5px 90px;
  background: #FFF;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  transition: all 200ms 0s ease;
  cursor: pointer;
}

.btn:hover, .wpcf7-submit:hover {
  background: #FF95BC;
  color: #FFF;
}

.btn i, .wpcf7-submit i {
  position: absolute;
  top: 28%;
  right: 10px;
}

.btn_02 {
  border-color: #FFA200;
}

.btn_02:hover {
  background: #FFA200;
}

.btn_03 {
  border-color: #70AB3F;
}

.btn_03:hover {
  background: #70AB3F;
}

.btn_04 {
  border-color: #8DE0A9;
}

.btn_04:hover {
  background: #8DE0A9;
}

.btn_05 {
  border-color: #FFAA5C;
  background: #FFAA5C;
  color: #FFF;
}

.btn_05:hover {
  background: #FFAA5C;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.sec_top_02 {
  background: #FFCE1F;
}

.top_02_illust {
  width: 94px;
  position: absolute;
  top: -40px;
  right: 30px;
}

.top_02_left_wrap {
  float: right;
  width: 410px;
  padding-right: 30px;
}

.top_02_left {
  float: left;
  width: 42%;
  background: #FFCE1F;
}

.top_02_left .btn_more {
  padding-top: 101px;
}

.tit_label {
  text-align: center;
  padding: 100px 0 40px;
}

.tit_label img {
  height: 64px;
}

.list_news a {
  font-size: 90%;
  background-image: url(./img/top-10.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  padding: 20px 0;
  transition: all 200ms 0s ease;
}

.list_news a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.list_news a dl dt, .list_news a dl dd {
  float: left;
}

.list_news a dl dt {
  width: 30%;
  padding-left: 2%;
}

.list_news a dl dd {
  width: 60%;
}

.top_02_right {
  float: right;
  width: 58%;
  background: #B7E051;
}

.top_02_right_wrap {
  width: 662px;
  padding-left: 30px;
}

.list_blog a {
  width: 204px;
  float: left;
  display: block;
  background: #FFF;
  text-align: center;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  transition: all 200ms 0s ease;
}

.list_blog a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.list_blog a:nth-child(3n) {
  margin-right: 0;
}

.list_blog a h3 {
  font-size: 70%;
  font-weight: normal;
  margin: 5px 0;
  display: block;
}

.list_blog a p {
  font-size: 70%;
  line-height: 1;
}

.list_blog .thumbimg {
  float: none !important;
}

.tag_melody {
  background-image: url(./img/top-07.png);
  background-size: 200px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.tag_childland {
  background-image: url(./img/top-08.png);
  background-size: 200px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.tag_angelplanet {
  background-image: url(./img/top-09.png);
  background-size: 200px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.tag_aiai {
  background-image: url(./img/top-29.png);
  background-size: 200px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.tag_smiley {
  background-image: url(./img/top-30.png);
  background-size: 200px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.tag_iland {
  background-image: url(./img/top-31.png);
  background-size: 200px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec_top_03 {
  background: #F2F2EB;
  padding: 40px 0 70px;
}

.tit_mow {
  text-align: center;
  padding: 20px 0;
}

.tit_mow img {
  height: 84px;
}

.list_sbox {
  padding: 10px 0;
}

.list_sbox a {
  display: block;
  width: 388px;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  float: left;
  margin-right: 18px;
  transition: all 200ms 0s ease;
}

.list_sbox a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.list_sbox a:nth-child(1) {
  background-image: url(./img/top-12.png);
}

.list_sbox a:nth-child(2) {
  background-image: url(./img/top-14.png);
}

.list_sbox a:nth-child(3) {
  background-image: url(./img/top-13.png);
  margin-right: 0;
}

.mow_label {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 15px 0;
  top: 110px;
}

.mow_label h3 {
  padding-bottom: 4px;
}

.mow_label p {
  font-size: 80%;
  color: #808080;
}

.mow_label i {
  position: absolute;
  top: 36%;
  right: 15px;
}

.sec_intro_nav {
  padding: 70px 0 0;
}

.intro_nav_illust {
  width: 120px;
  position: absolute;
  top: -90px;
  left: 0;
}

.nav_list_intro ul li {
  width: 294px;
  margin-right: 8px;
  float: left;
  display: block;
  cursor: pointer;
}

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

.nav_list_intro ul li div {
  display: block;
  text-align: center;
  position: relative;
  padding: 5px 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 200ms 0s ease;
}

.nav_list_intro ul li div:hover, .nav_list_intro ul li div.active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.nav_list_intro ul li div span {
  background: #77DA98;
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.nav_list_intro ul li div img {
  height: 42px;
}

.sec_intro {
  background: #F2F2EB;
  padding: 50px 0 40px;
}

.list_intro {
  display: none;
}

.list_intro:first-child {
  display: block;
}

.list_intro a {
  width: 282px;
  display: block;
  float: left;
  position: relative;
  margin-right: 21px;
  margin-bottom: 21px;
  border: 1px solid #FFF;
  transition: all 200ms 0s ease;
}

.list_intro a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.list_intro a:nth-child(4n) {
  margin-right: 0;
}

.list_intro a h3 {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  position: relative;
}

.list_intro a h3 br {
  display: none;
}

.list_intro a h3 i {
  position: absolute;
  top: 20%;
  right: 5px;
}

.list_intro a span {
  display: block;
  width: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}

a.int_childland {
  border-color: #FFAA5C;
}

a.int_childland h3 {
  background: #FFAA5C;
}

a.int_melody {
  border-color: #FF95BC;
}

a.int_melody h3 {
  background: #FF95BC;
}

a.int_angelplanet {
  border-color: #FF4949;
}

a.int_angelplanet h3 {
  background: #FF4949;
}

a.int_smileykids {
  border-color: #4C8DCB;
}

a.int_smileykids h3 {
  background: #4C8DCB;
}

a.int_aiai {
  border-color: #B7E051;
}

a.int_aiai h3 {
  background: #B7E051;
}

a.int_iland {
  border-color: #ffce1f;
}

a.int_iland h3 {
  background: #ffce1f;
}

.sec_intro_more {
  padding: 20px 0 80px;
}

.intro_more_illust {
  width: 185px;
  position: absolute;
  bottom: -70px;
  right: 0;
}

.sec_gmap {
  height: 400px;
  background-image: url(./img/top-l-03.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec_map {
  padding: 0 0 60px;
}

.sec_fcont {
  text-align: center;
  padding: 30px 0 50px;
}

.fcont_illust {
  width: 57px;
  position: absolute;
  bottom: -30px;
  left: 370px;
}

.footer {
  background: #5AB4DF;
}

.sec_footer_01 {
  padding: 30px 0;
}

.finfo {
  text-align: center;
}

.finfo ul li {
  padding: 5px 0;
}

.finfo ul li img {
  width: 276px;
}

.finfo ul li:last-child {
  padding-top: 0;
}

.finfo ul li:last-child img {
  width: 160px;
}

.sec_footer_02 {
  background: #7DC4E6;
  color: #FFF;
  padding: 30px 0;
}

.sec_footer_02 li {
  padding-bottom: 5px;
}

.sec_footer_02 a {
  color: #FFF;
  font-size: 90%;
}

.sec_footer_02 h3 {
  font-size: 90%;
}

.fnav_wrap .fnav_box {
  border-left: 1px solid #FFF;
  padding-left: 20px;
  float: left;
}

.fnav_wrap .fnav_box:nth-child(1) {
  width: 170px;
}

.fnav_wrap .fnav_box:nth-child(2) {
  width: 970px;
}

.fnav_wrap .fnav_box:nth-child(2) .fnav_tit {
  float: left;
  width: 11%;
}

.fnav_wrap .fnav_box:nth-child(2) .fnav:nth-child(2) {
  width: 58%;
  float: left;
}

.fnav_wrap .fnav_box:nth-child(2) .fnav:nth-child(2) ul {
  width: 48%;
  float: left;
}

.fnav_wrap .fnav_box:nth-child(2) .fnav:nth-child(3) {
  width: 31%;
  float: left;
}

.fnav_wrap .fnav_box:nth-child(2) .fnav:nth-child(3) ul {
  margin-bottom: 10px;
}

.fnav_ul_01 li span {
  color: #FF95BC;
  margin-right: 5px;
}

.fnav_ul_02 li span {
  color: #FFAA5C;
  margin-right: 5px;
}

.fnav_ul_03 li span {
  color: #FFCE1F;
  margin-right: 5px;
}

.fnav_ul_04 li span {
  color: #B7E051;
  margin-right: 5px;
}

.sec_sec_footer_03 {
  text-align: center;
  color: #FFF;
  padding: 20px 0;
  font-size: 90%;
}

/****************************************
		Page Setting 
*****************************************/
.sec_pageimg {
  height: 200px;
  background-image: url(./img/top-l-02.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.sec_pageimg h1 {
  position: relative;
  top: 20px;
}

.sec_pageimg h1 img {
  width: 165px;
}

.sec_pagebtit {
  padding: 114px 0;
  background-image: url(./img/page-l-02.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1;
}

.sec_pagebtit h1 {
  font-size: 200%;
  padding-bottom: 10px;
}

.sec_pagebtit p {
  font-size: 110%;
}

.sec_bread {
  color: #666;
  font-size: 90%;
  padding: 10px 0;
}

.sec {
  padding: 40px 0 70px;
}

.sec_bgn {
  background: #F2F2EB;
}

.tit_mow_page {
  margin-bottom: 10px;
}

.box {
  position: relative;
}

.box_illust_01 {
  width: 94px;
  position: absolute;
  top: -90px;
  right: 20px;
  z-index: 2;
}

.box_illust_02 {
  width: 120px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
}

.box_12 {
  border: 1px solid transparent;
  background: #FFF;
  padding: 60px 113px;
}

.box_12 p {
  padding-bottom: 30px;
}

.box_12 p:last-child {
  padding-bottom: 0;
}

.box_12 h3 {
  text-align: center;
  font-weight: normal;
}

.box_12 h3.bclm {
  font-weight: 900;
  font-size: 120%;
  padding-top: 20px;
}

.box_12 ul li {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
}

.box_12 ul li:nth-child(2n) {
  margin-right: 0;
}

.box_12_np {
  padding: 20px;
}

.page_clm {
  text-align: center;
  margin-bottom: 30px;
}

.page_stit {
  position: relative;
  text-align: center;
  margin: 40px 0;
}

.page_stit h3, .page_stit h2 {
  background: #333;
  font-size: 130%;
  display: inline-block;
  color: #FFF;
  padding: 10px 30px 8px;
  z-index: 2;
  position: relative;
  line-height: 1.4;
}

.page_stit h3 span, .page_stit h2 span {
  font-size: 80%;
}

.page_stit_line {
  height: 1px;
  border-bottom: 2px solid transparent;
  width: 100%;
  position: absolute;
  top: 49%;
  left: 0;
}

.page_stit_ico {
  position: absolute;
  top: 0;
  right: 30px;
}

.page_stit_ico ul li {
  display: inline-block;
}

.page_stit_ico ul li img {
  width: 60px;
}

.list {
  padding-bottom: 30px;
}

.list dl {
  background: #F2F2F2;
  padding: 20px 85px;
}

.list dl a {
  text-decoration: underline;
}

.list dl dt {
  font-size: 110%;
  font-weight: 900;
}

.list dl:nth-child(2n) {
  background: #FFF;
}

.glist ul li {
  background: #F2F2F2;
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px 0;
  float: left;
}

.glist ul li:nth-child(2n) {
  margin-right: 0;
}

.glist ul li h4 {
  font-size: 110%;
}

.boxs {
  background: #F2F2F2;
  margin: 10px 0;
}

.boxw {
  line-height: 2;
  height: 240px;
}

.boxs_min .boxw {
  height: 140px;
}

.boxi {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 88%;
  padding: 0 6%;
}

.boxi h3 {
  font-size: 110%;
  display: block;
  padding: 5px 0 5px 80px;
  line-height: 1.4;
  margin-left: -50px;
  margin-bottom: 20px;
}

.boxs_lmin .boxw {
  height: 200px;
}

.boxs_lmin .boxi {
  width: 80%;
}

.boxs_lmin .boxi p {
  padding: 0 30px;
}

.box_3 {
  width: 30%;
  float: left;
  text-align: center;
  position: relative;
}

.box_2 {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}

.box_7 {
  width: 70%;
  float: left;
  position: relative;
}

.box_10 {
  width: 90%;
  position: relative;
}

.box_10 .boxw {
  padding: 20px 50px;
  height: inherit;
}

.box_10 .boxi {
  position: relative;
  top: 0;
  left: 0;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  padding: 0;
  width: auto;
}

.box_10 .boxi h3 {
  width: 70%;
  padding: 5px 0 5px 50px;
}

.box_img {
  text-align: center;
  margin-top: 30px;
}

.box_img a {
  border: 1px solid #4D4D4D;
  display: inline-block;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
}

.about_name {
  text-align: right;
}

.about_name img {
  width: 154px;
}

.sec_edu_nav {
  padding: 20px 0 40px;
}

.sec_edu_nav .list_sbox a {
  height: 150px;
}

.sec_edu_nav .mow_label {
  top: 44px;
}

.edu_img_01 {
  width: 55px;
}

.edu_img_02 {
  width: 81px;
}

.page_sstit {
  background: #F2F2F2;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.page_sstit h3 {
  font-size: 110%;
}

.blist {
  margin-bottom: 40px;
}

.blist ul li {
  width: 48%;
  float: left;
  margin: 0 1% 20px;
}

.blist ul li a {
  position: relative;
  background: #FFCE1F;
  display: block;
  font-size: 105%;
  font-weight: 900;
  line-height: 1.4;
  padding: 23px 0 22px 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4);
  transition: all 200ms 0s ease;
}

.blist ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.blist_blog ul li a {
  background: #B7E051;
}

.blist_ico_01 {
  width: 44px;
  position: absolute;
  top: 50%;
  left: 13px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blist_ico_02 {
  width: 21px;
  position: absolute;
  top: 50%;
  right: 21px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_subimg {
  text-align: center;
  padding-top: 20px;
}

.box_subimg p {
  padding-top: 10px;
}

.box_illust_02_rec {
  top: -130px;
}

.box_1 {
  width: 10%;
  float: left;
  text-align: center;
  position: relative;
}

.box_9 {
  width: 90%;
  float: left;
  position: relative;
}

.boxs_rec .boxw {
  height: 80px;
}

.page_gclm {
  background-color: #F2F2F2;
  padding: 40px 80px;
}

.page_gclm p {
  padding-bottom: 10px;
}

.page_gclm p:last-child {
  padding-bottom: 0;
}

.page_gclm h3 {
  text-align: center;
}

.tbl_form input[type=text], .tbl_form input[type=email], .tbl_form textarea {
  padding: 10px;
  width: 400px;
  font-size: 100%;
}

.tbl_form .tarea_20 {
  height: 60px;
}

.tbl_form .tarea_30 {
  height: 120px;
}

.tbl_form .tarea_40 {
  height: 200px;
}

.tbl_form table {
  width: 100%;
}

.tbl_form table tr th, .tbl_form table tr td {
  background: #F2F2F2;
  padding: 13px 10px 10px;
  vertical-align: top;
}

.tbl_form table tr th {
  width: 46%;
  text-align: left;
  line-height: 1.5;
  padding-left: 27%;
}

.tbl_form table tr th span {
  font-size: 90%;
}

.tbl_form table tr td span.wpcf7-list-item {
  margin: 0 0 8px 1em;
}

.tbl_form table tr td.tbl_btn {
  text-align: center;
  padding: 30px 0;
}

.tbl_form table tr td.tbl_btn input {
  font-size: 100%;
}

.tbl_form table tr td.tdcb {
  padding-right: 150px;
}

.tbl_form table tr:nth-child(2n) th, .tbl_form table tr:nth-child(2n) td {
  background: #FFF;
}

.tbl_form table tr.trb th, .tbl_form table tr.trb td {
  border-top: 1px solid #a0a5aa;
}

.cau {
  color: red;
}

.send_confirm {
  text-align: center;
  font-size: 110%;
}

.contact_head {
  text-align: center;
  padding-bottom: 10px;
}

.contact_head strong {
  color: #C00;
}

.sec_s {
  padding: 10px 0;
}

.sec_intro_nav_page {
  padding: 0;
}

.sec_intro_page {
  margin-bottom: 60px;
}

.box_illust_01_fac {
  top: -20px;
}

.googlemap iframe {
  width: 100%;
  min-width: 100%;
  height: 540px;
}

.sec_404 {
  text-align: center;
  padding: 100px 0;
}

.sec_404 i {
  font-size: 400%;
}

.page_cont {
  padding: 60px;
}

.page_cont a {
  text-decoration: underline;
}

.bogo-language-switcher .current {
  display: none;
}

/****************************************
		Single Setting 
*****************************************/
.single_tit {
  padding: 0 60px;
  font-size: 180%;
}

.single_info {
  padding: 0 60px;
}

.single_cont {
  padding: 0 60px 60px;
}

.single_cont p {
  padding: 20px 0;
}

.single_nav {
  padding: 40px 0 60px;
  border-top: 1px solid #DDD;
}

.single_nav ul {
  display: block;
  text-align: center;
}

.single_nav ul li {
  display: inline-block;
  margin: 0 10px;
}

.single_nav ul li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 200ms 0s ease;
  text-decoration: none;
  color: #333;
  padding: 5px 20px;
  border: 1px solid #333;
}

.single_nav ul li a:hover {
  background: #000;
  color: #FFF;
}

/****************************************
		category Setting 
*****************************************/
.news_clist {
  width: 700px;
  margin: 0 auto;
}

.news_clist a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #DDD;
  position: relative;
  transition: all 200ms 0s ease;
}

.news_clist a i {
  position: absolute;
  right: 15px;
  top: 38%;
}

.news_clist a dl dt, .news_clist a dl dd {
  float: left;
  padding: 5px;
}

.news_clist a dl dt {
  width: 25%;
}

.news_clist a dl dd {
  width: 65%;
}

.news_clist a:hover {
  background: #DDD;
}

/****************************************
		wp-pagenavi Setting 
*****************************************/
.wp-pagenavi {
  clear: both;
  padding-top: 30px;
  text-align: center;
  font-size: 108%;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
}

.wp-pagenavi:before {
  display: block;
  content: "";
}

.wp-pagenavi:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  content: "";
}

.wp-pagenavi span {
  width: 34px;
  height: 34px;
  vertical-align: top;
  line-height: 34px;
  font-weight: 700;
  display: inline-block;
}

.wp-pagenavi a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #bab0b6;
  margin: 0 5px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wp-pagenavi a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

/****************************************
		English Setting 
*****************************************/
.body_en .gnav ul li a {
  padding: 0 53px;
}

/****************************************
		color Setting 
*****************************************/
.col_about {
  border-color: #FF95BC;
}

.col_edu {
  border-color: #FFAA5C;
}

.bg_edu {
  background-color: #FFAA5C;
}

.bg_about {
  background-color: #FF95BC;
}

.bg_edua {
  background-color: rgba(255, 171, 92, 0.2);
}

.bg_wh {
  background-color: #FFF;
}

.col_admi {
  border-color: #FFCE1F;
}

.col_rec {
  border-color: #B7E051;
}

.bg_rec {
  background-color: #B7E051;
}

.col_con {
  border-color: #FFAA5C;
}

.btn_con:hover {
  background-color: #FFAA5C;
  color: #FFF;
}

.col_acc {
  border-color: #77DA98;
}

/****************************************
		Mobile Setting 
*****************************************/
.sm_menu_btn_wrap, .snav, .side_btn_sm {
  display: none;
}

@media (max-width: 767px) {
  .side_btn, .pc_lang {
    display: none;
  }
  .side_btn_sm {
    display: block;
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 99999999;
    width: 100%;
    text-align: center;
  }
  .side_btn_sm ul li {
    display: inline-block;
  }
  .side_btn_sm ul li a img {
    width: 130px;
  }
  .sm_menu_btn_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(243, 243, 237, 0.8);
    display: block;
    height: 40px;
    z-index: 99999999;
  }
  .sm_menu_btn_close {
    display: block;
    color: #333;
    position: absolute;
    top: 6px;
    right: 4%;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }
  .sm_logo {
    width: 36px;
    position: absolute;
    top: 2px;
    left: 10px;
  }
  .sm_lang {
    position: absolute;
    top: 8px;
    right: 15%;
  }
  .sm_lang a {
    text-decoration: underline;
  }
  .snav {
    background: #F2F2EB;
    text-align: center;
    padding-top: 40px;
    display: block;
  }
  .snav .wrap {
    padding: 0;
  }
  .snav ul li {
    display: block;
    float: left;
    width: 50%;
  }
  .snav ul li a {
    display: block;
    border-bottom: 1px solid #C0C0C0;
    padding: 7% 0;
  }
  .snav ul li a img {
    height: 70px;
  }
  .snav ul li.sm_menu_ol {
    text-align: center;
    width: 100%;
    padding: 5% 0;
  }
  body {
    min-width: inherit;
    overflow-x: hidden;
    padding: 40px 0;
  }
  .wrap {
    width: inherit;
    padding: 0 4%;
  }
  .btn, .wpcf7-submit {
    font-size: 100%;
    padding: 5px 70px;
  }
  .header {
    padding: 14px 0 30px;
    margin-top: -10px;
    display: none;
  }
  .gnav {
    display: none;
  }
  .sec_topimg {
    height: 186px;
  }
  .sec_topimg h1 {
    position: relative;
    top: 20px;
  }
  .sec_topimg h1 img {
    width: 80px;
  }
  .sec_topimg p {
    position: relative;
    top: 30px;
  }
  .sec_topimg p img {
    width: 285px;
  }
  .sec_top_01 {
    padding: 30px 0 30px;
  }
  .sec_top_01 h1 {
    width: 280px;
  }
  .sec_top_01 h1 img:first-child {
    display: none;
  }
  .sec_top_01 h1 img:last-child {
    display: inline-block;
  }
  .sec_top_01 p {
    padding: 20px 0 10px;
    font-size: 90%;
  }
  .top_02_illust {
    width: 64px;
    position: absolute;
    top: -40px;
    right: 10px;
  }
  .top_02_left_wrap {
    float: none;
    width: auto;
    padding-right: 0px;
    padding: 0 3%;
  }
  .top_02_left {
    float: none;
    width: auto;
  }
  .top_02_left .btn_more {
    padding-top: 30px;
  }
  .tit_label {
    text-align: center;
    padding: 40px 0 20px;
  }
  .tit_label img {
    height: 50px;
  }
  .list_news a {
    font-size: 90%;
    padding: 10px 0;
  }
  .list_news a dl dt, .list_news a dl dd {
    float: none;
  }
  .list_news a dl dt {
    width: auto;
    padding-left: 0;
  }
  .list_news a dl dd {
    width: auto;
  }
  .top_02_right {
    float: none;
    width: auto;
  }
  .top_02_right_wrap {
    width: auto;
    padding-left: 0px;
    padding: 0 3%;
  }
  .list_blog a {
    width: 47%;
    float: left;
    padding: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
  }
  .list_blog a:nth-child(2n) {
    margin-right: 0;
  }
  .list_blog a:nth-child(3n) {
    margin-right: 1%;
  }
  .list_blog a h3 {
    font-size: 60%;
  }
  .list_blog a p {
    font-size: 60%;
  }
  .list_blog .thumbimg {
    max-width: 100%;
  }
  .sec_top_03 {
    padding: 40px 0 40px;
    display: block;
  }
  .tit_mow {
    text-align: center;
    padding: 10px 0;
  }
  .tit_mow img {
    height: 57px;
  }
  .list_sbox {
    padding: 10px 0;
  }
  .list_sbox a {
    width: 100%;
    height: 150px;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .mow_label {
    top: 44px;
  }
  .sec_intro_nav {
    padding: 70px 0 0;
  }
  .intro_nav_illust {
    width: 80px;
    position: absolute;
    top: -80px;
    left: 10px;
  }
  .nav_list_intro ul li {
    width: 48%;
    margin: 0 1% 1%;
  }
  .nav_list_intro ul li:last-child {
    margin: 0 1%;
  }
  .nav_list_intro ul li div {
    display: block;
    text-align: center;
    position: relative;
    padding: 5px 0;
  }
  .nav_list_intro ul li div span {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .nav_list_intro ul li div img {
    height: 32px;
  }
  .sec_intro {
    background: #F2F2EB;
    padding: 20px 0;
  }
  .list_intro {
    display: none;
  }
  .list_intro:first-child {
    display: block;
  }
  .list_intro a {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 3%;
  }
  .list_intro a:nth-child(2n) {
    margin-right: 1%;
  }
  .list_intro a:nth-child(4n) {
    margin-right: 1%;
  }
  .list_intro a h3 {
    font-size: 60%;
    position: relative;
    line-height: 1.4;
  }
  .list_intro a h3 br {
    display: block;
  }
  .list_intro a h3 i {
    position: absolute;
    top: 3px;
    right: 3px;
  }
  .list_intro a span {
    display: block;
    width: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .sec_intro_more {
    padding: 10px 0px 50px;
  }
  .intro_more_illust {
    width: 105px;
    position: absolute;
    bottom: -49px;
    right: 10px;
  }
  .sec_map {
    padding: 0 0 30px;
  }
  .sec_fcont {
    padding: 10px 0 60px;
  }
  .fcont_illust {
    width: 37px;
    position: absolute;
    bottom: -40px;
    left: 10px;
  }
  .footer {
    background: #5AB4DF;
  }
  .sec_footer_01 {
    padding: 30px 0;
  }
  .finfo {
    text-align: center;
  }
  .finfo ul li img {
    width: 226px;
  }
  .finfo ul li:last-child {
    padding-top: 0;
  }
  .finfo ul li:last-child img {
    width: 160px;
  }
  .sec_footer_02 {
    background: #7DC4E6;
    color: #FFF;
    padding: 30px 0;
  }
  .sec_footer_02 li {
    padding-bottom: 5px;
  }
  .sec_footer_02 a {
    color: #FFF;
    font-size: 90%;
  }
  .sec_footer_02 h3 {
    font-size: 90%;
  }
  .sec_footer_02 p {
    font-size: 80%;
  }
  .sec_footer_02 p br {
    display: none;
  }
  .fnav_wrap .fnav_box {
    border-left: none;
    padding-left: 0;
    float: none;
    padding-bottom: 20px;
  }
  .fnav_wrap .fnav_box:nth-child(1) {
    width: auto;
  }
  .fnav_wrap .fnav_box:nth-child(2) {
    width: auto;
  }
  .fnav_wrap .fnav_box:nth-child(2) .fnav_tit {
    float: none;
    width: auto;
  }
  .fnav_wrap .fnav_box:nth-child(2) .fnav:nth-child(2) {
    width: auto;
    float: none;
  }
  .fnav_wrap .fnav_box:nth-child(2) .fnav:nth-child(2) ul {
    width: auto;
    float: none;
  }
  .fnav_wrap .fnav_box:nth-child(2) .fnav:nth-child(3) {
    width: auto;
    float: none;
  }
  .sec_sec_footer_03 {
    font-size: 80%;
  }
  /****************************************
			Page Setting 
	*****************************************/
  .target_line {
    margin-top: -40px;
    padding-top: 40px;
  }
  .sec_pageimg {
    height: 60px;
  }
  .sec_pageimg h1 {
    top: 14px;
  }
  .sec_pageimg h1 img {
    width: 55px;
  }
  .sec_pagebtit {
    padding: 24px 0;
  }
  .sec_pagebtit h1 {
    font-size: 130%;
  }
  .sec_pagebtit p {
    font-size: 100%;
  }
  .sec_bread {
    font-size: 70%;
    padding: 5px 0;
  }
  .sec {
    padding: 20px 0 40px;
  }
  .box_illust_01 {
    width: 54px;
    position: absolute;
    top: -70px;
    right: 0px;
  }
  .box_illust_02 {
    width: 80px;
    position: absolute;
    top: -80px;
    left: 10px;
  }
  .box_12 {
    padding: 20px;
  }
  .box_12 p {
    padding-bottom: 20px;
    font-size: 90%;
  }
  .box_12 h3 {
    font-size: 90%;
  }
  .box_12 h3.bclm {
    font-size: 105%;
  }
  .page_clm {
    text-align: center;
    margin-bottom: 10px;
  }
  .page_stit {
    margin: 20px 0;
  }
  .page_stit h3, .page_stit h2 {
    font-size: 100%;
    padding: 10px 10px 8px;
  }
  .page_stit h3 span, .page_stit h2 span {
    display: block;
  }
  .page_stit_line {
    width: 100%;
    position: absolute;
    top: 49%;
    left: 0;
  }
  .page_stit_ico {
    display: none;
  }
  .list {
    padding-bottom: 20px;
  }
  .list dl {
    padding: 10px;
    line-height: 1.2;
  }
  .list dl dt {
    font-size: 90%;
    padding-bottom: 10px;
  }
  .list dl dd {
    font-size: 90%;
  }
  .glist ul li {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  .glist ul li h4 {
    font-size: 110%;
  }
  .boxw {
    height: inherit;
  }
  .boxs_min .boxw {
    height: inherit;
  }
  .boxi {
    position: relative;
    top: 0;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: auto;
    padding: 15px 0 0;
  }
  .boxi h3 {
    font-size: 100%;
    padding: 5px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .boxi p {
    font-size: 90%;
    padding: 15px;
    line-height: 1.6;
  }
  .boxs_lmin .boxw {
    height: inherit;
  }
  .boxs_lmin .boxi {
    width: auto;
  }
  .boxs_lmin .boxi p {
    padding: 15px;
  }
  .box_3 {
    width: auto;
    float: none;
    text-align: center;
    position: relative;
  }
  .box_2 {
    width: auto;
    float: none;
    text-align: center;
    position: relative;
  }
  .box_7 {
    width: auto;
    float: none;
    position: relative;
  }
  .box_10 {
    width: auto;
    position: relative;
    padding: 15px 0 0;
  }
  .box_10 .boxw {
    padding: 0;
    height: inherit;
  }
  .box_10 .boxi {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    padding: 0;
    width: auto;
  }
  .box_10 .boxi h3 {
    width: auto;
    padding: 5px;
  }
  .about_name img {
    width: 120px;
  }
  .sec_edu_nav {
    padding: 0;
  }
  .sec_edu_nav .list_sbox a {
    height: 150px;
  }
  .sec_edu_nav .mow_label {
    top: 44px;
  }
  .edu_img_01 {
    width: 55px;
  }
  .edu_img_02 {
    width: 81px;
  }
  .boxs_ico p {
    padding: 0;
  }
  .box_illust_02_min {
    width: 70px;
    position: absolute;
    top: -20px;
    left: 10px;
  }
  .page_sstit {
    padding: 10px;
    margin-bottom: 10px;
  }
  .page_sstit h3 {
    font-size: 100%;
  }
  .blist {
    margin-bottom: 20px;
  }
  .blist ul li {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }
  .blist ul li a {
    font-size: 90%;
    padding: 18px 0 18px 50px;
  }
  .blist_ico_01 {
    width: 30px;
    left: 10px;
  }
  .blist_ico_02 {
    width: 15px;
    position: absolute;
    right: 15px;
  }
  .box_subimg {
    text-align: center;
    padding-top: 20px;
  }
  .box_subimg p {
    padding-top: 10px;
  }
  .box_illust_02_rec {
    width: 70px;
    top: -65px;
  }
  .box_1 {
    width: 10%;
    float: none;
    text-align: center;
    position: relative;
  }
  .box_9 {
    width: 90%;
    float: none;
    position: relative;
  }
  .boxs_rec .boxw {
    height: inherit;
  }
  .boxs_rec .boxi {
    padding: 0;
  }
  .boxs_rec .boxi p {
    padding: 10px 15px;
  }
  .boxs_rec .boxs_ico p {
    padding: 5px 0;
  }
  .page_gclm {
    padding: 20px;
    font-size: 90%;
  }
  .page_gclm h3 br {
    display: none;
  }
  .tbl_form input[type=text], .tbl_form input[type=email], .tbl_form textarea {
    padding: 10px;
    width: 90%;
    font-size: 100%;
  }
  .tbl_form textarea {
    height: 200px;
  }
  .tbl_form table {
    width: 100%;
  }
  .tbl_form table tr th, .tbl_form table tr td {
    background: #F2F2F2;
    padding: 10px;
    vertical-align: top;
    display: block;
  }
  .tbl_form table tr th {
    width: auto;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 3px;
  }
  .tbl_form table tr td {
    padding-top: 3px;
  }
  .tbl_form table tr td.tbl_btn {
    text-align: center;
    padding: 30px 0;
  }
  .tbl_form table tr td.tbl_btn input {
    font-size: 100%;
  }
  .tbl_form table tr td.tdcb {
    padding-right: 0;
  }
  .tbl_form table tr:nth-child(2n) th, .tbl_form table tr:nth-child(2n) td {
    background: #FFF;
  }
  .tbl_form table tr.trb td {
    border-top: none;
  }
  .sec_intro_nav_page {
    padding: 20px 0 0;
  }
  .sec_intro_page {
    margin-bottom: 60px;
  }
  .box_illust_01_fac {
    top: -20px;
  }
  .googlemap iframe {
    height: 500px;
  }
  .page_cont {
    padding: 20px 0;
  }
  /****************************************
			Single Setting 
	*****************************************/
  .single_tit {
    padding: 0;
    font-size: 110%;
  }
  .single_info {
    padding: 0;
  }
  .single_cont {
    padding: 0 0 30px;
  }
  .single_cont p {
    padding: 20px 0;
  }
  .single_nav {
    padding: 40px 0 0px;
  }
  .single_nav ul li {
    display: block;
    margin: 20px 0;
  }
  .single_nav ul li a {
    display: block;
  }
  /****************************************
			category Setting 
	*****************************************/
  .news_clist {
    width: auto;
  }
  .news_clist a {
    display: block;
    padding: 10px 0;
  }
  .news_clist a dl dt, .news_clist a dl dd {
    float: none;
    padding: 5px;
  }
  .news_clist a dl dt {
    width: auto;
    padding-bottom: 0;
  }
  .news_clist a dl dd {
    width: auto;
    padding-top: 0;
  }
}
