@charset "utf-8";

/* ----------------------------------------
  新しいTOPページ
---------------------------------------- */

header h2{
    position: absolute;
    top: 10px;
    left: 1%;
/*    padding: 5px 14px;*/
    border-radius: 8px;
    border: 1px solid #000;
}

header h2: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;
  }
}



@media screen and (min-width: 1029px) {
/*hoverのみ指示*/
header ul li{
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

header ul li:hover, nav ul li:focus, nav ul li:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
}

nav ul li a{
  color: #000;
}

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

header h1 img {
    width: 100%;
}


.hdr_rgt{
    position: absolute;
    top:10px;
    right: 1%;
}

.navsp{
  display: none;
}

ul.sns{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto 5px;
    max-width: 1300px;
}

ul.sns li{
  margin-right: 5px;
}

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

ul.sns li:last-child a{
  font-size: 12px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.hdr_rgt h3{
  color: #000;
}


.num{
  font-size: 20px;
}


/*header h3{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3000;
    font-family: 'Arvo', serif;
    display: inline-block;
    font-size: 14px;
}*/

/*header h3:after{
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 80%;
    left: 40%;

}*/



section.col1{
    background-image: url(../images/top/bg_img.png);
    width: 100%;
    margin: 0 auto 60px;
    padding: 60px 0 30px;
    background-position: left;
}

div.col1_inner{
  width: 1110px;
  margin:0 auto;
  }

section.col1 h2{
  margin: 0 0 30px;
  font-size: 2.6rem;
  text-align: center;
}

section.col1 h3{
  margin: 0 0 60px 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}


article ul.square{
  display: flex;
  justify-content: space-around;
  margin-bottom:100px;
  max-width: 100%;
}


article ul.square li{
  width: 36%;
  display: block;
  position: relative;
}



article ul.square li img{
  width: 100%;
}





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;
}


.col{
  width: 1110px;
  margin: 20px auto;
}

.col_inner{
  display: flex;
  justify-content: space-around;
}

.slider{
  width: 645px;
  margin: 0 10px 0 0;
}

.fb_box{
  width: 450px;
  margin-left: 15px;
}


section.col2{
  background-image: url(../images/new/online_bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  padding: 180px 0 180px;
  margin-bottom: 60px;
}


section h4{
  margin: 0 auto 90px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    width: 90%;
}

section h5{
  width: 25%;
  display: block;
    padding: 24px 20px;
    line-height: 1;
    font-size: 10px;
    font-size: 1.0rem;
    border: 1px solid #fff;
    font-family: 'Vollkorn SC', serif;
    position: relative;
    color: #fff;
    margin:0 auto;
    font-weight: normal;
}

section h5 a{
  color: #fff;
  text-decoration: none;
}

section h5:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 10px;
    -webkit-transform: translate(0,-50%) rotateY(0);
    transform: translate(0,-50%) rotateY(0);
    background-image: url(../images/new/arrow_wh.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}



section.col3{
  margin:0 auto 60px;
  width: 1110px;
}

section.col3 h2{
    font-family: 'Vollkorn SC', serif;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 2;
    margin-bottom: 40px;
}

#news {

}


#news .latest li {
    display: table;
    width: 49%;
    border-bottom: 1px dotted #c9c9c9;
    float: left;
}

#news .latest li:nth-child(2n) {
    float: right;
}


#news .latest li a {
  color: #000;
  text-decoration: none;
    display: block;
    padding: 13px 0 8px;
}


#news .latest li .img {
    display: table-cell;

}

.img img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    object-position: 0 100%
    height: auto;
}
#news .latest li .update {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}

#news .latest li .update .day {
    display: table-cell;
/*    font-family: 'Arvo', serif;*/
    letter-spacing: 1px;
}

#news .latest li .update .ttl {
    font-weight: bold;
}

.more {
    width: 48%;
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
    float: right;
}

.more span {
    margin: 0 10px 0 3px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}


.more a {
    display: block;
    padding: 10px 0;
    color: #aeaea9;
    position: relative;
}

section.col4{
  background-image: url(../images/new/takaida_bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  padding: 180px 0 300px;
}

section.col6{
  background-image: url(../images/new/kidsns.jpg);
  background-repeat: no-repeat;
  width: 100%;
  padding: 180px 0 300px;
}

section h4 {
    margin: 0 auto 90px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    width: 90%;
}




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}

/* ----------------------------------------
  料金のページ
---------------------------------------- */
.menu_contents {
    margin: 0 auto 80px auto;
    width: 80%;
    max-width: 810px;
}

.menu_contents h2 {
  font-size: 16px;
    color: #d86775;
    line-height: 2;
    margin: 0 0 20px 0;
    border: 1px dotted #d86775;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.menu_contents h3 {
font-size: 20px;
background-color: #ccb36b;
padding: 5px 0;
margin: 0 auto 15px auto;
text-align: center;
color: #fff;
}

.menu_contents h5 {
  padding: 0.5em 1em;
    margin: 2em 0 10px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    font-size: 15px;
    line-height: 2;
}

.grp_pit{
    text-decoration: none;
    background: url(../images/kids/ye_line.png) no-repeat 50% 100%;
    padding-bottom: 12px;
    white-space: nowrap;
    font-size: 20px;
    color: #d1b13b;
    text-align: center;
    margin-bottom: 40px;
}

.menu_contents ul.grp li{
    font-size: 16px;
    background-color: #e6711b;
    color: #fff;
    padding: 5px;
    margin-bottom: 40px;
    line-height: 2;
    width: 25%;
    text-align: center;
}

ul.bnr_link li:nth-child(2){
  display: none;
}


/*お子様のご利用*/

.pagekids {
    margin: 0 auto 80px auto;
    width: 80%;
    max-width: 810px;
}


ul.kidstop{
  display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

ul.kidstop li:first-child{
/*  width: 640px;*/
  margin-right: 15px;
}

ul.kidstop li:first-child img{
  width: 100%;
}


.narabi{
  display: flex;
  flex-wrap:wrap;
    margin-bottom: 80px;
}

.narabi ul {
    width: 49%;
    background-color: #f2f3e3;
    padding: 15px 0;
    margin-bottom: 15px;
}

.narabi ul:first-child,.narabi ul:last-child{
  margin-right: 1%;
}

.narabi ul:nth-child(2){
  margin-left: 1%;
}


/* ----------------------------------------
  問い合わせ
---------------------------------------- */ 

.menu_contents h6{
  text-align:center;
  padding:20px 0 20px 0;
  font-size: 18px;
  }

.menu_contents h6 a{
  color: #000;
  text-decoration: underline;
  }

#contact table{
  width:745px;
  padding:0 100px 0 100px;
  margin:0 auto;
  }
  
#contact th{
  width:35%;
  font-size:110%;
  text-align:left;
  vertical-align: top;
  } 

#contact td{
  padding: 10px 5px 10px 0px;
    margin: 10px 0;
    width: 65%;
}
.td_txt{
  font-weight: bold;
  font-size: 110%;
  } 

#image-btn {
    border: 0px;
    width: 114px;
    height: 37px;
    background:url(../images/con_submit.png) center bottom no-repeat;
}

/* ----------------------------------------
  ユーザーガイド
---------------------------------------- */

#user_top{
  clear:both;
  background:url(../images/ug_top.png) no-repeat center;
  width:945px;
  height:165px;
  padding:0;
  }

  #user_top h3{
  padding: 30px 0 0 150px;
    color: #480707;
    font-weight: bold;
    font-size: 1.3em;
  }

.user_top_txt{
  font-size:95%;
  line-height:1.7;
  padding:7px 240px 0 0;
  text-align:center;
  color:#333;
  }

ul.pankuzu{
  padding:12px 0 40px 0;
  margin:0;
  }
  
ul.pankuzu li{
  list-style:none;
  float:left;
  } 



#Begin{
  padding:40px 0 0 0;
  }
#Begin h3{
  padding:0 0 15px 0;
  } 
  
.Begin_02{/*ビギナー、キッズ共通*/
  padding:0 0 10px 0;
  } 
  
.Begin_02 h4{/*ビギナー、キッズ共通*/
  padding-left:25px;
  float:left;
  } 
  
.Begin_02 h5{/*ビギナー、キッズ共通*/
  font-size:12px;
  line-height:2.1;
  padding:0 35px 0 40px;
  float:left;
  width:600px;
  vertical-align:middle;
  color:#333333;
  } 
  
.user_top_txt_01{
  font-size:18px;
  color:#333;
  } 
  
#Begin_03{
  clear:both;
  list-style:none;
  padding:15px 0 0 0;
  background:url(../images/ug_b_u_back.png) no-repeat; /*カオルちゃん登ってる背景*/
  }
#Begin_03 ul{
  width:945px;
  padding:10px 0 0 50px;
  background:url(../images/ug_back_center.gif) repeat-y;
  } 
  
#Begin_03 li.bg_ttl{
  padding:0 10px 5px 25px;
  margin:0 0 15px 10px;
  font-size:16px;
  border-bottom:#333333 dotted 1px;
  width:84%;
  }     
    
#Begin_03 li.user_s2{
    font-size:12px;
    padding:0 0 0 15px;
    margin:0;
  }
  
#Begin_03 li.user_s3{
    font-size:12px;
    padding:5px 80px 10px 15px;
    margin:0;
  }     

ul li.txt_begin{
  font-size:12px;
  line-height:1.8;
  padding:0;
  }   
  
ul li.user_form{
  display:block;
  font-size:12px;
    cursor: pointer;
  padding:5px 0 0 15px;
  }
  
ul li.user_form a{
  color:#333;
  }   
  
ul li.user_form a:hover{
  color:#999;
  } 
  
ul li.user_tel{
  font-size:12px;
  line-height:1.6em;
  margin:0;
  padding:5px 0 10px 15px;
  }

#kids{
  padding:40px 0 0 0;
  }
  
#kids h3{
  padding:15px 0 15px 0;
  } 
  
#Kids_03{/*ホールドイラスト背景*/
  clear:both;
  list-style:none;
  padding:15px 0 0 0;
  background:url(../images/wall_back.png) no-repeat;
  }   
  
#Kids_03 ul{
  width:945px;
  padding:10px 0 0 50px;
  background:url(../images/ug_back_center.gif) repeat-y;
  }   

#Kids_03 li.bg_ttl{
  padding:0 10px 5px 40px;
  margin:0 0 15px 10px;
  font-size:18px;
  border-bottom:#333333 dotted 1px;
  width:800px;
  background:url(../images/kids_mark.png) no-repeat left bottom;
  } 
  
#Kids_03 li.spot_txt{
  font-size:12px;
  line-height:2.2;
  padding:0;
  float:left;
  width:430px;
  color:#C00;
  } 

#Kids_03 li.spot_img{
  padding:0 0 0 20px;
  width:370px;
  float:left;
    }

#Kids_03 li.kidswall_img{
  padding:0;
  width:370px;
  float:left;
  }

#Kids_03 li.kidswall_txt{
  font-size:100%;
  line-height:1.8;
  padding:0 0 0 20px;
  float:left;
  width:450px;
  }
  
#faq{
  padding:40px 0 40px 0;
  } 
  
#faq h3{
  padding:15px 0 15px 0;
  }   
  
#faq ul{
  width:900px;
  padding:0 0 0 50px;
  }

#faq  li{
  width:425px;
  float:left;
  }
  
#faq h4{
  background:url(../images/ug_q.png) no-repeat left center;
  font-size:110%;
  padding:15px 0 10px 50px;
  line-height:2.5;
  font-weight:bold;
  }

#faq p{
    padding:5px 0 10px 50px;
  background:url(../images/ug_a.png) no-repeat left top;
  font-size:100%;
  line-height:1.8em;
  width:300px;
  }

#faq p a {
    color: #9c0808;
    text-decoration: underline;
}

.ug_back_top{/*枠の上部　共通部分*/
  background:url(../images/ug_back_top.gif) no-repeat;
  width:945px;
  height:15px;
  }

.ug_back_bottom{/*枠の下部　共通部分*/
  background:url(../images/ug_back_bottom.gif) no-repeat;
  width:945px;
  height:15px;
  }
  ul.stp li{
  margin-top: 10px;
  padding-left: 15px;
}

ul.stp{
  position: relative;
}

ul.stp li:last-child{
  padding-bottom:15px;
}

ul.stp li:first-child{
  position: absolute;
    text-align: center;
    top: 60px;
    right: 180px;
    background-color: #841a1a;
    border-radius: 20px;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
}

.sc_link_box{
  display: none;
}

.sc_pclink{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #ffef00;
  padding: 10px 15px;
  position: relative;
}


.sc_pclink_box a {
  position: relative;
  padding: 15px 30px 15px 30px; /* 左右にアイコン分を考慮した余白を指定 */
  color: #1a1a1a;
}

.sc_pclink_box a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #1a1a1a;
  border-right: solid 2px #1a1a1a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}


/* ----------------------------------------
  コンテンツ
---------------------------------------- */

#contents{
  width:100%;
  min-width:1000px;
  /*clear:both;*/
  /*background:url(../images/background.gif);*/
  }

#contents_inner{
  width:945px;
  margin:0 auto;
  }

.inner{
  width:945px;
  margin:0 auto;
  }






/*キッズ*/
.txt1{
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.col1_inner figure{
  margin:20px 0;
  text-align: center;
}

.kids_contents{
  width: 1110px;
  margin:0 auto;
}

.kids_contents h2{
  text-decoration: none;
  background: url(../images/kids/ye_line.png) no-repeat 50% 100%;
  padding-bottom: 12px;
  white-space: nowrap;
  font-size: 27px;
  color: #d1b13b;
  text-align: center;
  margin-bottom: 10px;
}

.kids_contents h3{
  width: 80%;
  margin:0 auto;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

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

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

.kids_contents ul.kids_scl{
  width: 60%;
  padding: 30px 10%;
  margin: 2em auto;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.sc_2{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}



.sc_3{
  font-size: 32px;
    color: #0b3aab;
    text-align: center;
    margin: 10px 0 5px;
    font-weight: 700;

}

.sc_6 {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 5px 0 0;
}

.sc_adv2{
    font-size: 22px;
    color: #2ca6e0;
    text-align: center;
    margin: 5px 0;
    font-weight: 600;
}

.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;
}

.font20{
  font-size: 20px;
  margin-right: 5px;
}


ul#kids_img{
  width: 645px;
  margin: 20px auto 50px;
}

ul#kids_img li{
}

.font20{
  font-size: 20px;
  margin-right: 5px;
}
.tac{
  text-align: center;
}

.cls_ttl{
text-align: center;
margin: 30px 0 0 0;
font-size: 20px;
    font-weight: 700;
}



.sc_5{
  font-size: 20px;
    text-align: center;
    margin: 20px 0 5px;
    background-color: #e0a92c;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  color: #fff;

}

.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;
}

.sc_adv2{
    font-size: 22px;
    color: #2ca6e0;
    text-align: center;
    margin: 5px 0;
    font-weight: 600;
}
.box27 p {
    margin: 5px 0 5px 5px;
    padding: 0;
    font-size: 16px;
/*    text-align: center;*/
}

.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{
  background-color: #2ca6e0;
  width: 80%;
  margin: 20px auto 60px;
  padding-bottom: 10px;
}

.sc_4{
  background-color: #2ca6e0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

#kids_contact ol{
  background-color: #fff;
  width: 95%;
  margin: 0 auto 20px;
  padding: 30px 0;
}

#kids_contact ol li{
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px
}

#kids_contact ol li:first-child a{
  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{
  margin-bottom: 40px;
}

.bnr_link img{
  text-align: center;
}

.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;
  }
}





