@charset "utf-8";



article ul.square li:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}



article ul.square li a{
  color: #000;
}





section.col5{
  background-color: #171817;
  padding: 60px 0;
}

section.col5 h2{
  font-family: 'Vollkorn SC', serif;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 2;
    color: #fff;
}

.col5_content{
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin: 30px auto;
    align-items: center;
}

section.col5 address{
  color: #fff;
  margin-right: auto;
  font-style: normal; 
}

p.col_name{
  font-size: 18px;
  font-family: 'Vollkorn SC', serif;
}

p.col_tel{
  font-size: 18px;
  font-family: 'Vollkorn SC', serif;
}

section.col5 h5{
  margin:0;
}


section.col5 ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Vollkorn SC', serif;
    margin-right: 20px;
}

section.col5 ul li:first-child a{
  color: #fff;
  text-decoration: none;
  font-size: 10px;
    font-size: 1.0rem;
}


.ggmap{
  width: 80%;
  margin:0 auto;
  height: 400px;
}

footer{
  width:100%;
  background-color: #fff;
  padding:10px 0;
  position:relative;
  z-index: 2000;
}

footer h5{
  text-align: center;
  font-size: 10px;
  font-size: 1.0rem;
}

#splogo{
    display:none;
}

#navToggle {
    display:none; /*通常時は非表示にしておきます*/
    position:absolute; /*bodyに対しての絶対位置指定です*/
    right:13px;
    top:13px;
    width:30px;
    height:25px;
    cursor:pointer;
    z-index: 1500;
    }
#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}





/*キッズ*/


.kids_contents h4{
  text-align: center;
  margin-bottom: 20px;
}

.sc_1{
  text-align: center;
  margin: 20px 0;
}





.waku{
  width: 80%;
    font-size: 22px;
    color: #fff;
    background-color: #2ca6e0;
    padding: 10px 0;
    margin-right: 10px;
    border-radius: 8px;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
}

.font10{
  font-size: 14px;
}




ul#kids_img li{
}




.box27 {
  position: relative;
    margin: 40px 0;
    padding: 5px 1em;
    border: solid 3px #62c1ce;
    background-color: #fff;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.box_att{
  font-size: 13px !important;
}

.mb20{
  margin-bottom: 20px!important;
}

.box_adv2{
  color: #2ca6e0;
  font-weight: 600;
}


.box-day{
  color: #666;
  margin-left: 5px;
}

.button {
  color: #59b1eb;
}
.button:hover {
  text-decoration: underline;
}

dl.scl_dtl{
  width: 90%;
  margin:10px auto 30px;
}

dl.scl_dtl dt{
  font-size: 18px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #2ca6e0;
  color: #2ca6e0;
  font-weight: 700;
  text-align: center;
}

dl.scl_dtl dd{
  font-size: 16px;
  text-align: center;
}


#kids_contact ol li:first-child{
  font-size: 28px;
  color: #2ca6e0;
}

.test_dtl{
    background: url(../images/kids/waku_ao.png) no-repeat;
    width: 687px;
    height: 61px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding-top: 16px;
}

.bnr_link:hover img,#kids_contact ol li:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}





