@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.page-kids-emilia #contents > .inner { /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
.topinner { /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.page-kids-emilia h3, .page-kids-emilia h4, .page-kids-emilia h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.page-kids-emilia .page-title,
.page-kids-emilia .bread_wrap,
.page-kids-emilia #footer,
.page-kids-emilia h3::before, .page-kids-emilia h3::after, .page-kids-emilia h4::before, .page-kids-emilia h4::after, .page-kids-emilia h5::before, .page-kids-emilia h5::after {
  display: none;
}
/*==========================
mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider {
}
.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow { /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev { /* 矢印（前へ）ボタン */
  background: url(../img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
button.slick-next { /* 矢印（次へ）ボタン */
  background: url(../img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-track {
  }
  .slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.slick-dots li:not(:first-child){
  margin-left: 1em;
}
.slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button{
  background: #2ea6d1;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #fff;
  background: #82c7ea;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  padding: 0.8em 1em;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor:pointer;
}
.btn-style a:hover:after {
  right: 10px;
}
.under .btn-style a {
}
/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 240px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 240px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height:240px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 340px;
  height: 240px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
    margin: 0 30px;
}
/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
}
/*----------------------*/
.page-kids-emilia .mainblock a {
  text-decoration: none;
}
.page-kids-emilia .mainblock a:hover {
}
.sec_news {
  padding: 4% 0;
  background: #fdfcf8;
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #333;
}
.sec_news .news dt {
  padding: 12px 5px;
  width: 100px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
  padding: 12px 5px;
  border-bottom: 1px solid #ccc;
}
.sec_news .news dt + dd{
  padding-left: 120px;
}
.sec_news .news dd a:hover {
  text-decoration: underline;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.sec_news .news h3 {
  font-size: 28px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #82c7ea;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 5px 3em 5px 0;
  border-bottom: 1px solid #76c4eb;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
.sec_news .news .btn a {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  position: absolute;
  top: 10px;
  right: 0;
  color: #4879ab;
  font-size: 14px;
  border: 1px solid #4879ab;
  display: table;
  padding: 3px 12px;
  line-height: 1.3
}
.sec_news .news .btn a:after {
  content: " >";
  font-weight: bold;
}

.page-kids-emilia h2{
  font-size: 33px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.2em;
  margin-bottom: 2%;
}
.page-kids-emilia h2 img{
  margin-top: 0.5em;
}
.page-kids-emilia h2 img,
.page-kids-emilia h3 img{
  vertical-align: middle;
}

.sec_news .news h3 img{
  margin-left: 15px;
}

.sec01{
  padding:3% 0;
    background: url(../img/sec01_bg.jpg) no-repeat center bottom;
}
.sec01 .bg01{
    position: relative;
}
.sec01 .bg01 .text-box {
    width: 500px;
    margin:7% auto 0;
    max-width: 47%;
        padding-bottom: 9%;
}
.sec01 h3 {
    margin-bottom: 1em;
}
.sec01 .bg02 .column {
    margin-top: 5%;
        flex: 0 1 48%;
}

.sec01 .bg03.topinner {
    position: relative;
   padding: 8% 0 4%;
}
.sec02 h3 {
    margin-bottom: 1em;
}
.sec02 .text-box{
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 4%;
    padding: 43px 3% 1%;
    text-align: center;
    position: relative;
}
.sec02 .text-box:before{
    content: "";
    border:1px solid #363636;
    width:calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
}
.sec02 .text-box:after{
    content: "";
    background: url(../img/f_icon01.png) no-repeat;
    width:34px;
    height: 42px;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top:-11px;
    
}
.sec02 .text-box1{
        background: url(../img/f_bnr_bg01.png) no-repeat center / cover;
}
.sec02 .text-box2{
        background: url(../img/f_bnr_bg02.png) no-repeat center / cover;
}
.sec02 .text-box3{
    padding-top: 60px;
        background: url(../img/f_bnr_bg03.png) no-repeat center / cover;
}
.sec02 .column {
    margin-top: 5%;
}
.sec02 .top_bnr {
    margin-top: 4%;
}
.sec02 {
    padding: 3% 0 4%;
}
.sec03 {
    padding: 3% 0 170px;
    background:url(../img/sec03_bg.png) no-repeat center bottom ;
}
.sec03 p.logo {
    padding: 1em 0 1.5em;
}
.sec03 th {
    text-align: left;
    width: 5em;
}
@media screen and (min-width: 768px) {
span.pc.br {
    display: inline;
}
  .slick-track {
    height: 724px;
  }
  .slick-slide img {
    margin: 0 auto;
    height: 100%;
    width: auto !important;
    max-width: inherit;
    left: 50%;
  }
  .mainimage{
    background:url(../img/mainimage.jpg) no-repeat center / cover;
      height: 800px;
  }
/*  .mainimage {
    background: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
  }*/
  .page-kids-emilia .main_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .page-kids-emilia #contents {
  }
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .column{
    box-sizing: border-box;
  }
  .columns.wrap{
    flex-wrap: wrap;
  }
    .col_align{
        -webkit-align-items: center;
 	-ms-align-items    : center;
	align-items        : center;
    }
/*  .columns:not(:last-child){
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(:first-child){
    margin-left: 2%;
  }
  .columns.reverse .column:not(:last-child){
    margin-left: 2%;
  }
  .columns.reverse .column:last-child{
    margin-left: 0;
  }*/
  .columns.reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
/*  .column.break + .column{
    margin-left: 0!important;
  }
  .col_2{
    width: 49%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_2:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .col_3:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  .col_4:not(:nth-child(4n+1)){
    margin-left: 2%;
  }*/

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
    .sec01 .bg01 .f_left {
    position: absolute;
    left: -180px;
    bottom: 0;
}
    .sec01 .bg01 .f_right{
    position: absolute;
        right:-180px;
        top:0;
            top: 20%;
}
    .sec01 .bg02 .column.columns{
-webkit-flex-direction: column-reverse;  /* Safari etc. */
  -ms-flex-direction    : column-reverse;  /* IE10        */
  flex-direction        : column-reverse;
}
.sec01 .bg02 .column.columns figure {
    margin-bottom: 1em;
}
    .sec01 .con4 .f_right{
    position: absolute;
        right:-300px;
        top:0;
            top: -50px;
}
.sec01 .bg03 figure {
    position: absolute;
    left: 0;
    top: 10%;
    max-width: 41%;
}
    .sec01 .bg03 .column {
    flex: 0 1 48%;
}
    .sec02 .column,.sec03 .column  {
    flex: 1;
}
    .sec02 .column:first-child {
    padding-right: 4%;
    box-sizing: border-box;
}
  .sec03  .googlemap {
    padding-bottom: 50%;
    }
    .page-kids-emilia #nav{
        display: none;
    }
}

/********************************
Responsive
*********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
.mainimage {
    height: 670px;
}
.sec01 .bg03 figure {
    top: 0;
    }
}

@media screen and (max-width: 1041px) {
  .page-kids-emilia h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .scroll{
    overflow: auto;
    white-space: nowrap;
  }
  .scroll > table{
    width: 100%;
  }
  .scroll + p{
    text-align: center;
    font-size: 12px;
  }
  /*==========================
  mainimage
  ==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }
  .sec_news {
    padding: 2em 0;
  }
  .sec_news .news dt {
    width: 100%;
  }
  #main .news dt {
    padding: 0;
  }
  #main .news dd {
    padding: 0 0 10px;
  }
  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 120px;
  }
  .loopSlider ul {
    height: 120px;
  }
  .loopSlider ul li {
    width: 175px;
    height:120px;
  }
    .loopSlider ul li img{
        margin:0 20px;
    }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns, .column:not(:last-child){
    margin-bottom: 4%;
  }
  .columns.wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .page-kids-emilia h2 {
    font-size: 24px;
  }
    .sec01 .bg01 .text-box {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
}
    .sec01 .bg03.topinner {
    padding: 4% 0 0;
}
    .sec02 .text-box {
    padding: 43px 8% 22%;
        margin-top: 30px;
    }
    .sec02 .text-box1 {
    background: #fbfaf9 url(../img/f_sp_bnr_bg01.png) no-repeat center bottom/100% auto;
}
    .sec02 .text-box2 {
    background: #fbfaf9 url(../img/f_sp_bnr_bg02.png) no-repeat center bottom/100% auto;
}
    .sec02 .text-box3 {
    background: #fbfaf9 url(../img/f_sp_bnr_bg03.png) no-repeat center bottom/100% auto;
}
.sec02 .text-box3 h3 {
    padding: 0 15%;
}
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
}
