@charset "utf-8";
html{
  overflow-y: scroll;
  }
body {
  background: url(../img/bg_html.png) #f1f1f1;
  background-attachment: fixed;
  font-size:10px;
  color:#222;
  height:100%;
  }
.sp{
  display:none !important
  }
.wrapper{
  position:relative;
  z-index:1;
  }
.blank:after{
  content:'';
  display:inline-block;
  height:9px;
  width:9px;
  background:url(../img/ic_blank.png) 50% 0 no-repeat;
  padding-left:5px;
  }

/* ******************************************************************

= header

****************************************************************** */
header{
  width:224px;
  height:100%;
  background: #fff;
  position:fixed;
  left:0;
  top:0;
  z-index:1000;
  border-right:1px solid #e5e5e5;
  }
header small{
  clear:both;
  display:block;
  width:100%;
  text-align:center;
  line-height:1.5;
  margin-top:25px;
  }
header .inner{
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  display:block;
  padding: 0 15px;
  width:100%;
  
  position:absolute;
  height:500px;
  left:0;
  top:60px;
  }

header .logo{
  margin-bottom:30px;
  text-align:center;
  background:url(../img/side_logo.png) 50% 50% no-repeat;
  height:55px;
  }
header .logo a{
  display:block;
  height:55px;
  }  
header .logo img{
  display:none;
  }

/* navi */
header nav p{
  font-size:14px;
  position:relative;
  height:60px;
  }
header nav p a{
  display:block;
  color:#000;
  width:100%;
  height:60px;
  }
header nav p b{
  display:block;
  width:60px;
  height:60px;
  position:absolute;
  left:50%;
  margin-left:-30px;
  top:0;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0); 
  }
header nav p.nav-childcare b{ background:url(../img/side_nav01_on.png) 50% 50% no-repeat; background-size:cover}
header nav p.nav-message b{ background:url(../img/side_nav02_on.png) 50% 50% no-repeat; background-size:cover}
header nav p.nav-facilities b{ background:url(../img/side_nav03_on.png) 50% 50% no-repeat; background-size:cover}
header nav p.nav-information b{ background:url(../img/side_nav04_on.png) 50% 50% no-repeat; background-size:cover}

header nav p span{
  font-weight:bold;
  line-height:1.4;
  position:absolute;
  left:70px;
  vertical-align:middle;
  top:50%;
  margin-top:-5%;
  display:none;
  }
/* header nav p.nav-childcare span{
  margin-top:-10%;
  } */

header nav p+p{
  margin-top:10px;
  }
.pc header nav p a:hover b{
	transform: translate(-62px,0); 
	-webkit-transform: translate(-62px,0); 
  }
.pc header nav p.active a b{
	transform: translate(-62px,0); 
	-webkit-transform: translate(-62px,0); 
  }

.l-elm header nav p a:hover b img,
header nav p.active a b img{
  display:none
  }
.l-elm header nav p a:hover span,
header nav p.active a span{
  display:inline
  }
header nav ul.clearfix{
  width:100px;
  margin:25px auto;
  }
header nav .clearfix li{
  width:50px;
  height:50px;
  float:left;
  }
header nav .clearfix li a{
  display:block;
  height:50px;
  position:relative;
  z-index:1;
  }
header nav .clearfix li a img{
  position:relative;
  z-index:1;
  width:100%;
  height:auto
  }
header nav .clearfix li a span{
  position: absolute;
  background:#fff;
  z-index:10;
  display:inline-block;
  padding:8px 15px;
  color:#222;
  font-size:12px;
  white-space:nowrap;
  left:50%;
  margin-left:-50%;
  top:-29px;
  display:none;
  -webkit-border-radius:2px;
  border-radius:2px;
  -webkit-box-shadow:0 0 10px rgba(0,0,0,.3);
  box-shadow:0 0 10px rgba(0,0,0,.3);
  }
header nav .clearfix li a span:before{
  content:'';
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  position:absolute;
  left:16px;
  bottom:-6px;
  }
.l-elm header nav .clearfix li a:hover span{
  display: block
  }
header nav .btn-mail a{
  background:#f6ab00;
  }
header nav .btn-dl a{
  background:#000;
  }
header nav .btn-fb a{
  background:#3b5998;
  }
header nav .group-list{
  margin: 30px 20px 0;
  }
@media only screen and (max-width: 1220px){
  header nav .group-list{
    margin: 30px 60px 0;
    }
    }
@media only screen and (max-width: 640px){
  .sp{
    display:block !important
    }
  
  header nav .group-list{
    margin: 30px 7% 0;
    }
    }
header nav .group-list dt{
  font-size:13px;
  font-weight:bold;
  text-align:center;
  margin-bottom:7px;
  position:relative;
  }
header nav .group-list dt span{
  position:relative;
  z-index:10;
  background:#fff;
  padding:0 14px;
  }
header nav .group-list dt:after{
  width:100%;
  height:3px;
  content:'';
  height:4px;
  background:#f6ac00;
  bottom:4px;
  z-index:1;
  width:100%;
  display:block;
  position:absolute;
  left:0;
  }
header nav .group-list dd{
  border-bottom:1px solid #e5e5e5;
  }
header nav .group-list dd a{
  display:block;
  padding:10px 15px 10px 2px;
  font-size:12px;
  color:#000;
  background:url(../img/ic_blank.png) 100% 50% no-repeat;
  }
.l-elm header nav .group-list dd a:hover{
  text-decoration: none;
  }
header .sp-menu,
header .sp-list,
header .btn-close{
  display:none
  }

@media only screen and (max-width: 1220px) {
      body{
        min-width:320px;
        }
      header{
        width:100%;
        height:60px;
        background: none;
        position: relative;
        background:rgba(255,255,255,1);
        z-index:1000;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        border-right:none;
        }
      header small{
        display:none;
        }
      header .inner{
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        display:block;
        padding: 0;
        width:100%;        
        position: inherit;
        height: auto;
        top:0;
        margin-top:0;
        }      
      header .logo{
        padding:14px 0 0;
        text-align:center;
        background:none;
        width:auto;
        height:auto;
        margin:0;
        }
      header .logo a{
        height:30px;
        }
      header .logo img{
        display: inline-block;
        height:30px;
        width:auto;
        }
      header .sp-menu{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:60px;
        height:60px;
        }
      header .sp-menu a{
        display:block;
        height:60px;
        }
      header .sp-menu.opend{
        background: url(../img/btn_sp_close.png) 50% 50% no-repeat #f5f5f5;
        background-size: cover;
        -webkit-box-background-size: cover;
        }
      header .sp-menu a img{
        width:100%;
        height:auto;
        }
      header .sp-menu.opend img{
        opacity:0;
        }  
      /* navi */
      header .inner{
        }
      header nav{
        display:none;
        background:#fff;
        position: static;
        z-index:100;
        padding-top:30px;
        }
      header nav p{
        height: auto;
        line-height: normal;
        width:24.5%;
        box-sizing:border-box;
        display:inline-block;
        padding:10px;
        text-align:center;
        }
      header nav p:first-child{
        }
      header nav p a{
        display:block;
        color:#000;
        width:100%;
        height:50px;
        /* color:#fff; */
        }
      header nav p b{
        display: block;
        position: static;
        left: auto;
        margin: 0 auto 0;
        top: auto;
        transition: none;
        width: 80px;
        height: 80px;
        }      
      header nav p span{
        font-weight:bold;
        font-size:16px;
        /* line-height:1.4; */
        left: auto;
        vertical-align:middle;
        top: auto;
        margin-top:0;
        display: inline-block;
        height: auto;
        line-height: normal;
        position:relative;
        }
      header nav p+p{
        margin-top:0;
        }
      header nav p a b img{
        display:none
        }
      header aside.sp-list{
        display:block;
        background:#f2f2f2;
        margin-top:30px;
        }
      header aside.sp-list .large-menu{
        display:table;
        width:100%;
        }
      header aside.sp-list .large-menu li{
        width:50%;
        float:left;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        font-size:13px;
        letter-spacing:-.01em;
        border-bottom:1px solid #e5e5e5;
        height:40px;
        line-height:40px;
        text-align:center;
        }
      header aside.sp-list .large-menu li:nth-child(2n){
        border-left:1px solid #e5e5e5;          
        }
      header aside.sp-list .sub-menu li{
        font-size:13px;
        }
      header aside.sp-list li a{
        color:#222;
        display:block;
        height:40px;
        line-height:40px;
        }
      header aside.sp-list li:nth-child(1) a span{
        /* background:url(../img/ic_mail_sp.png) 0 50% no-repeat; background-size: 18px auto;  20170130_remove*/
        background:url(../img/ic_recruit_sp.png) 0 50% no-repeat; background-size: 18px auto;  /* 20170130_add */
        padding:2px 0 2px 22px; 
        }
      header aside.sp-list li:nth-child(2) a span{
        background:url(../img/ic_fb_sp.png) 0 50% no-repeat; background-size: 18px auto;
        padding:2px 0 2px 22px; 
        }
      header .btn-close{
        padding:20px 0;
        display:block;
        margin:0 auto;
        height:auto;
        background: none !important
        }
      header .btn-close a{
        border-radius:30px;
        display: block;
        width:200px;
        margin:0 auto;
        background:#000 !important;
        color:#fff;
        height:44px;
        line-height:44px;
        text-align:center;
        font-weight:bold;
        text-decoration:none!important;
        padding: 0 !important;
        }
      .overlay{
        background:rgba(0,0,0,.5);
        position:fixed;
        width:100%;
        height:100%;
        z-index:100;
        top:0;
        left:0;
        display:none;
        }
      header nav .group-list dt{
        font-size:14px;
        }
      header nav .group-list dd a{
        display:block;
        padding:10px 15px 10px 2px;
        font-size:14px;
        color:#000;
        background:url(../img/ic_blank.png) 100% 50% no-repeat;
        }
      header nav ul.clearfix{
        display:none;
        }

  /* max_1280 */
  }
@media only screen and (max-width: 640px) {
      .pc{
        display:none
      }
      a:hover{
        text-decoration:none !important;
        }
      header{
        height:44px;
        border:none;
        }
      header .logo img{
        height:20px;
        width:auto;
        display: inline-block;
        }
      header .sp-menu{
        width:44px;
        height:44px;
        }
      header .sp-menu a{
        height:44px;
        }
      header .sp-menu a img{
        width:100%;
        height:auto;
        }
      header nav ul{
        width:44px;
        }
      header nav li{
        width:44px;
        height:44px;
        }
      header nav li a{
        height:44px;
        }
      header nav{
        display:none;
        background:#fff;
        position: static;
        z-index:100;
        padding-top:30px;
        }
      header nav p{
        height:50px;
        line-height:48px;
        margin: 0 7%;
        width: auto;
        padding:0;
        display: block;
        background:url(../img/ic_arrow_link_b.png) 100% 50% no-repeat #ffbf2e;
        -webkit-background-size: contain;
        background-size:contain;
        }
      header nav p span{
        font-weight:normal;
        }

      header nav > p a{        
        text-align:left;
        padding-left:46px;
        box-sizing:border-box;
        }
      header nav p:nth-child(2n+2){
        background-color:#f6ab00;
        }
      header nav p:nth-child(1){
        border-radius: 4px 4px 0 0; 
        }
      header nav p:nth-child(4){
        border-radius: 0 0 4px 4px; 
        }
      header nav p b{
        display:none
        }
      header nav p.nav-childcare a{ background:url(../img/ic_nav01.png) 10px 50% no-repeat; background-size:24px auto;}
      header nav p.nav-message a{ background:url(../img/ic_nav02.png) 10px 50% no-repeat; background-size:24px auto;}
      header nav p.nav-facilities a{ background:url(../img/ic_nav03.png) 10px 50% no-repeat; background-size:24px auto;}
      header nav p.nav-information a{ background:url(../img/ic_nav04.png) 10px 50% no-repeat; background-size:24px auto;}

}



/* ******************************************************************

= main

****************************************************************** */
.container{
  margin-left:224px;
  }
/* .container .main{
  width:1000px;
  margin: 0 auto;
  background:rgba(255,255,255,.5)
  } */
@media only screen and (max-width: 1220px) {
    .container{
      margin-left:0;
      width:100%;
      }
  }




/* ******************************************************************

= main

****************************************************************** */

.box-articles .inner{
    max-width:1000px;
    padding: 0 4%;
    margin:0 auto 30px;
}
.box-articles .group-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box-articles .group-wrap:after{
    content: '';
    width:32%;    
}

.l-elm .box-articles .inner article{
  background:#fff;
  box-sizing: border-box;
  width:32%;
  max-width: 314px;
  margin: 0 0 28px;
  padding:10px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  cursor:pointer;
  -webkit-transition: all .5s ease;    
  transition: all .5s ease;    
	opacity: 0;
	-webkit-transform: translate(0,50px);
	transform: translate(0,50px);
}
.box-articles .inner article.showd{
	opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0); 
  }
.l-elm .box-articles .inner article:hover{
  -webkit-box-shadow: 0 5px 24px rgba(0,0,0,.25);
  box-shadow: 0 5px 24px rgba(0,0,0,.3)
  }

.l-elm .box-articles .inner article .img{
  height:252px;
  overflow:hidden;
  }
.l-elm .box-articles .inner article .img img{
  width:auto;
  height:100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  }
.l-elm .box-articles .inner article:hover .img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
.l-elm .box-articles .inner article section{
  padding:15px;
  position:relative;
  }
.l-elm .box-articles .inner article section h3{
  font-size:1.8em;
  font-weight: normal;
  line-height:1.5;
  height:4.5em;
  overflow:hidden;
  margin:0 0 1em 0;
  padding-left:0;
  border-left: none;
  text-align: left;
}
.box-articles .inner article section h3 a{
  color:#000;
  }
.l-elm .box-articles .inner article section h3 a:hover{
  text-decoration:none;
  }
.l-elm .box-articles .inner article .date{
  color:#999;
  line-height:1.5;
  font-size:1em;
  text-align:left
  }
.l-elm .box-articles .inner article .date span{
  display:inline-block;
  font-size:13px;
  color:#000;
  margin-left:0;
  padding:0 0 4px 0;
  border:none;
  margin-bottom:10px;
  text-decoration: none;
  border-bottom:1px solid #ccc;
  }
.l-elm .box-articles .inner article .date time{
  display:block;
  font-size:1.5em;
   color:#777;
 }
.box-articles .inner article .date a{
  border-left:1px solid #ccc;
  color:#332;
  margin-left:10px;
  padding-left:10px;
  }
.l-elm .box-articles .inner article .lb-number{
  position: relative;
  left:0;
  width:auto;
  text-align: left;
  font-size:24px;
  margin-bottom:30px;
  }
.l-elm .box-articles .inner article .lb-number:after{
  content:'';
  display:block;
  position:absolute;
  height:3px;
  width:30px;
  background:#f6ab00;
  bottom:-15px;
  left:0;
  }
.box-articles .inner article .lb-number span{
  font-size:12px;
  margin-right:2px
  }
.l-elm .box-articles .inner article .lb-number b{
  display: inline-block ;
  width:30px;
  height:30px;
  margin:0 10px 0 0;
  overflow:hidden;
  text-indent:-999em;
  position:relative;
  top:4px;
  }
.ct-interview .lb-number b{
  background:url(../img/ic_ct_interview.png) 50% 50% no-repeat;
  background-size:30px 30px;
  -webkit-background-size:30px 30px;
  }
.ct-suteki .lb-number b{
  background:url(../img/ic_ct_burari.png) 50% 50% no-repeat;
  background-size:30px 30px;
  -webkit-background-size:30px 30px;
  }
.ct-photo .lb-number b{
  background:url(../img/ic_ct_photo.png) 50% 50% no-repeat;
  background-size:30px 30px;
  -webkit-background-size:30px 30px;
  }
@media only screen and (max-width: 880px) {
    .box-articles .inner{
        padding: 0;        
    }
    .box-articles .group-wrap{
        justify-content:center;
    }
    .l-elm .box-articles .inner article{
      width:44%;
      margin: 0 2% 30px;
    }    
    .box-articles .group-wrap:after{
        width:44%;   
    }
}
@media only screen and (max-width: 640px) {
      .box-articles .inner{
        width: auto;
        margin:0 auto 20px;
        text-align:center;
        padding:0 4.6875%;
        }
      .box-articles .group-wrap{
        margin-left:0;
        }
      .box-articles .inner article{
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 10px;
        padding:10px;
        background:#fff;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        -webkit-transition: all .5s ease;    
        transition: all .5s ease;    
        opacity: 0;
        -webkit-transform: translate(0,50px);
        transform: translate(0,50px);
      }
      .box-articles .inner article .img{
        height:auto;
        }
      .box-articles .inner article .img img{
        width:100%;
        height:auto;
        }      
      .box-articles .inner article section{
        padding:20px 10px 10px;
        position:relative;
        }
      .box-articles .inner article section h3{
        font-size:1.5em;
        font-weight:bold;
        line-height:1.5;
        height:4.5em;
        overflow:hidden;
        margin:0 0 1.5em 50px;
        padding-left:10px;
        border-left:1px solid #ccc;
        text-align: left;
        }
      .box-articles .inner article section h3 a{
        color:#000;
        }
      .box-articles .inner article .date{
        font-size:12px;
        color:#999;
        line-height:1em;
        text-align:left
        }
      .box-articles .inner article .date time{
        color:#333;
        display: block;
        padding-top: 5px;        
        }
      .box-articles .inner article .date span{
        border-left: none;
        color:#332;
        margin:0 10px 0 0;
        padding:0;
        }
      .box-articles .inner article .lb-number{
        position:absolute;
        left:0;
        text-align:center;
        width:50px;
        padding:5px 0 0;
        font-size:22px;
        font-weight:bold;
        }
      .box-articles .inner article .lb-number span{
        font-size:12px;
        margin-right:2px
        }
      .box-articles .inner article .lb-number b{
        display:block;
        width:30px;
        height:30px;
        margin:0 auto 5px;
        overflow:hidden;
        text-indent:-999em;
        }
      .ct-interview .lb-number b{
        background:url(../img/ic_ct_interview.png) 50% 50% no-repeat;
        background-size:30px 30px;
        -webkit-background-size:30px 30px;
        }
      .ct-suteki .lb-number b{
        background:url(../img/ic_ct_burari.png) 50% 50% no-repeat;
        background-size:30px 30px;
        -webkit-background-size:30px 30px;
        }
      .ct-photo .lb-number b{
        background:url(../img/ic_ct_photo.png) 50% 50% no-repeat;
        background-size:30px 30px;
        -webkit-background-size:30px 30px;
        }
      .box-articles .inner article:nth-child(n+3) .img{
        display:none
        }
      .box-articles .inner article:nth-child(n+3) section{
        padding:10px;
        position:relative;
        }
      .box-articles .inner article:nth-child(n+3) section h3{
        font-size:1.4em;
        font-weight: normal;
        }
}


.box-articles nav{
  width:760px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  font-size:1.6em;
  margin: 0 auto 70px;
  border:2px solid #222;
  padding:10px;
  }
.box-articles nav p{
  display:inline;
  margin-right:1em;
  padding-left:1em;
  }
.box-articles nav p+p{
  border-left:1px solid #222;
  }
.box-articles nav p a{
  color:#222;
  display:inline-block;
  padding:15px 20px 17px 75px;
  font-weight:bold;
  text-decoration:none;
  }
.box-articles nav .ct-interview a{
  background:url(../img/ic_ct_interview.png) 15px 50% no-repeat;
  }
.box-articles nav .ct-suteki a{
  background:url(../img/ic_ct_burari.png) 15px 50% no-repeat;
  }
.box-articles nav .ct-photo a{
  background:url(../img/ic_ct_photo.png) 15px 50% no-repeat;
  }
.l-elm .box-articles nav p a:hover,
.l-elm .box-articles nav p.active a{
  background-color:#ddd;
  }
@media only screen and (max-width: 1000px) {
      .box-articles nav{
        width:auto;
        font-size:1.4em;
        margin: 0 5% 80px;
        padding:10px;
        }
      .box-articles nav p{
        display:inline;
        margin-right:.5em;
        padding-left:.5em;
        }
  }
@media only screen and (max-width: 640px) {
      .box-articles nav{
        width:auto;
        text-align:center;
        font-size:1em;
        margin: 20px  auto 40px;
        border:2px solid #222;
        padding:0;
        display:table;
        width:78.75%;
        }
      .box-articles nav p{
        display: table-cell;
        width:33%;
        margin:0;
        padding:0
        }
      .box-articles nav p a{
        display:block;
        padding:65px 0 10px;
        }
      .box-articles nav .ct-interview a{
        background:url(../img/ic_ct_interview.png) 50% 35% no-repeat;
        }
      .box-articles nav .ct-suteki a{
        background:url(../img/ic_ct_burari.png) 50% 35% no-repeat;
        }
      .box-articles nav .ct-photo a{
        background:url(../img/ic_ct_photo.png) 50% 35% no-repeat;
        }
      .box-articles nav p.active a{
        background-color:#ddd;
        }
}

.box-crumb{
  margin-top:70px;
  background:#fff;
  padding:20px 0;
  font-size:12px;
  border-top:1px solid #e5e5e5;
  }
.box-crumb ul{
  max-width:1000px;
  margin: 0 auto;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  }
.box-crumb li{
  font-weight:bold;
  display:table-cell;
  white-space:nowrap;
  max-width:55em;
  overflow:hidden;
  }
.box-crumb li a{
  font-weight:normal;
  margin-right:.5em;
  color:#222
  }
.box-crumb li+li{
  margin-left:1em;
  }
.box-crumb li+li:before{
  content:'／';
  margin-right:.5em;
  color:#999;
  font-weight:normal
  }
@media only screen and (max-width: 1220px) {
        .box-crumb{
          padding-left:4%;
          }
        .box-crumb ul{
          padding-left:0;
          }
}
@media only screen and (max-width: 640px) {
        .box-crumb{
          display:none
          }
}

footer{
  text-align:center;
  position:relative;
  background:#222;
 }
footer .inner{
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
 }
footer .inner p{
    text-align: center;
}
footer .inner p img{
    height: auto;
    width: 60%;
}
@media only screen and (min-width: 641px) {
    footer .inner{
        display: flex;
        justify-content:space-between;
        max-width: 1000px;
        padding: 20px 1rem;
     }
    footer .inner p{
        text-align: right;
    }
    footer .inner p img{
        height: 80px;
        width: auto
    }    
}
footer .btn-pagetop{
  display:block;
  width:52px;
  background: url(../img/ic_arrow_up.png) 50% 50% no-repeat #fff;
  text-align:center;
  height:52px;
  line-height:52px;
  transition: all .2s ease-in-out;
  position:absolute;
  right:0;
  top:-52px; 
  }
.l-elm footer .btn-pagetop:hover{
  background-color:#ccc;
  text-decoration:none;
  }
footer ul{
  color:#777;
  font-size:13px;
  }
footer li{
  display:inline-block;
  padding-right:1.2em;
  }
footer li a{
  color:#fff;
  }
footer li+li{
padding-left:1.2em;
  border-left:1px solid #777;
  }
footer small{
  display:none;
  color:#ccc;
  font-size:11px;
  text-align:center;
  padding-bottom:40px;
  }
@media only screen and (max-width: 1220px) {
      footer{
        min-width: inherit;
        }
  }
@media only screen and (max-width: 640px) {
      footer{
        margin-top:30px;
        }
      footer .btn-pagetop{
        display:block;
        width: auto;
        background: url(../img/ic_arrow_up.png) 50% 50% no-repeat #fff;
        text-align:center;
        height:44px;
        line-height:44px;
        transition: all .2s ease-in-out;
        position:inherit;
        left:0;
        margin-left:0;
        top:0; 
        }
      footer ul{
        text-align:center;
        color:#777;
        font-size:12px;
        padding:25px 0 0;
        }
      footer li{
        display:inline-block;
        margin-right:10px;
        padding-left:10px;
        padding-right:0;
        margin-bottom:15px;
        }
      footer li a{
        color:#fff;
        }
      footer li+li{
        border-left:1px solid #777;
        }
      footer small{
        display: block;
        padding-bottom: 20px;
        }
}




/* ******************************************************************

= box-fstview

****************************************************************** */
.log .box-fstview,
.other .box-fstview{
  background: #f6ab00;
  }
.box-fstview {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 420px;
  padding: 40px 0;
  text-align: center;
  color: #222;
  z-index: 1;
  position: relative;
}
.box-fstview.ctg-top {
  height: 250px;
}
.box-fstview h1 {
  font-size: 3em;
  font-weight: bold;
  position: relative;
  /* margin-bottom: 40px; */
}
.box-fstview .links+h1{
  padding-top:10px;
  }
.box-fstview h1 b {
  display: block;
  width: 64px;
  height: 64px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto 20px;
}
.box-fstview h1 b img{
  width:100%;
  height:auto;
  }
/* .other .box-fstview h1 {
  margin-bottom: 70px;
} */
.box-fstview h1 a {
  color: #111;
  text-decoration: none;
}
.box-fstview h1 img {
  display: block;
  margin: 0 auto 20px;
}
.log .box-fstview p {
  font-size: 1.5em;
  line-height: 1.5;
  margin-top:1em;
}
.box-fstview .links {
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 2%;
}
.box-fstview .links li {
  padding: 0 10px;
  position: relative;
  float: left;
  border-right: 1px solid #ac7800;
}
.box-fstview .links li:last-child{
  border:none;
  }
.box-fstview .links li.btn-toggle{
  display:none;
  }
.other .box-fstview h1 img,
.log .box-fstview h1 img{
  margin: 10px auto;
  }
.box-fstview .links a {
  padding: 5px 6px;
  color: #111;
}
.box-fstview .links .active a {
  background: #dd9a00
}
.l-elm .box-fstview .links a:hover {
  text-decoration: underline;
}
.box-fstview nav{
  margin-top:40px;
  }
.box-fstview nav li.btn-toggle{
  display:none;
  }
.box-fstview nav ul{
    display: flex;
    justify-content: center;
}
.box-fstview nav li {
  font-size: 1.6em;
  padding: 0 10px;
  letter-spacing: .01em;
}
.box-fstview nav li a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  font-weight: bold;
}
.box-fstview nav li+li{
    border-left: 1px solid rgba(255,255,255,.5);
}
.box-fstview nav li:last-child{
    border-right: 1px solid rgba(255,255,255,.5);
}
.box-fstview nav li.active a {
  font-weight: normal;
  background: rgba(0,0,0,.2);
}
.l-elm .box-fstview nav li:not(.active) a:hover {
  text-decoration: underline
}
.box-articles {
  padding-top: 60px;
}

@media only screen and (max-width: 1000px){
        .box-fstview {
          padding: 30px 0;
          height:400px;
        }
      .box-fstview.ctg-top {
          height: auto;
        }
      .box-fstview nav li {
        padding: 0 5px;
        font-size: 1.5em;        
      }
      .box-fstview nav li a {
        padding: 5px 8px;
      }
  }
@media only screen and (max-width: 640px) {
        .box-fstview {
          height: auto;
          padding:20px 0 0;
        }
        .log .box-fstview,
        .other .box-fstview{
          padding:20px 0;
          }
        .box-fstview h1 {
          font-size: 2em;
          font-weight: bold;
          position: relative;
          margin-bottom: 0;
        }
        .box-fstview .links+h1{
          padding-top:0;
          }
        .box-fstview h1 a {
          color: #111;
          text-decoration: none;
        }
        .box-fstview h1 b {
          width: 50px;
          height: 50px;
          margin: 0 auto 10px;
        }
        .box-fstview h1 img {
          display: block;
          margin: 0 auto 10px;
          height:44px;
          width:auto        
        }
        .log .box-fstview p {
          font-size: 1.4em;
          line-height: 1.5;
          padding: .5em 7% 0;
          text-align:left;
        }
        .log .box-fstview p br{
          display:none;
          }
        .box-fstview .links {
          font-size: 13px;
          position:relative;
          margin:-20px 0 20px;
          top:0;
          left:0;
          text-align:center;
          width: 100%;
          border-bottom: 1px solid #ffc43f;
        }
        .box-fstview .links li {
          padding: 0;
          display: none;
          float:none;
          border-right:none !important;
          border-bottom:1px solid #f6ab00;
          background:#ffbf2e;
        }
        .box-fstview .links a {
          padding: 0;
          display:block;
          height:40px;
          line-height:40px;
          background:url(../img/ic_arrow_link_b.png) 100% 50% no-repeat;
          background-size: contain
        }
        .box-fstview .links li.btn-toggle{
          display:block;
          border-top:none;
          border-bottom: 1px solid #ffc43f;
          background:#f6ab00
          }
        .box-fstview .links li.btn-toggle a{
          display:block;
          background:none
          }
        .box-fstview .links li.btn-toggle a:after{
          content:'';
          display:block;
          width:40px;
          height:40px;
          background:url(../img/btn_toggle.png) 50% 0 no-repeat #ffc43f;
          background-size:cover;
          position:absolute;
          right:0;
          top:0;
          }
        .box-fstview .links li.btn-toggle.opend a:after{
          background-position: 50% 100%
          }
        .box-articles{
          padding-top: 30px;
        }
        .box-fstview nav{
          margin-top:20px
          }
        .box-fstview nav ul{
          display:block;
          width:100%;
          border-top: 2px solid rgba(0,0,0,.1);
          }
        .box-fstview nav li {
          display:none;
          font-size: 1.4em;
          padding: 0;
          height:40px;
          line-height:40px;
          border-bottom: 1px solid rgba(0,0,0,.1);
          background: rgba(0,0,0,.1);
        }
        .box-fstview nav li.btn-toggle{
          display: block;
          background:none
          }
        .box-fstview nav li a {
          display: block;
          padding:0;
          line-height:inherit;
          background:url(../img/ic_arrow_link_w.png) 100% 50% no-repeat;
          background-size: contain;
          font-weight:normal;
        }
        .box-fstview nav li.btn-toggle a{
          background:none
          }
        .box-fstview nav li.btn-toggle a:after{
          content:'';
          display:block;
          width:40px;
          height:40px;
          background:url(../img/btn_toggle_w.png) 50% 0 no-repeat rgba(0,0,0,.1);
          background-size:cover;
          position:absolute;
          right:0;
          top:0;
          }
        .box-fstview nav li.btn-toggle.opend a:after{
          background-position: 50% 100%
          }
        .box-fstview nav li.active a {
          font-weight: normal;
        }
        .box-fstview nav li:last-child{
          border:none
          }  
  }

.sp-bottom-menu{
  display:none;
  }
@media only screen and (max-width: 640px) {
    .sp-bottom-menu{
    display: block;
    font-size:14px;
      margin:30px 4.35%;
      }
    .sp-bottom-menu h2{
      text-align:center;
      padding:4px 0;
      }
    .sp-bottom-menu h2 a{
      padding:6px 0;
      display:inline-block;
      white-space:nowrap;
      color:#111;
      border-top:1px solid #eee;
      margin-bottom:5px;
      font-size:17px;
      font-weight:normal
      }
    .sp-bottom-menu li a{
      display:block;
      padding:11px 5%;
      color:#555;
      background:url(../img/ic_arrow_link_b.png) 96% 50% no-repeat;
      background-size:contain;
      -webkit-background-size:contain;
      }
    .sp-bottom-menu li{
      border-top:1px solid #ccc;
      }
    .sp-bottom-menu li.active{
      background:rgba(255,255,255,.7)
      }
    .sp-bottom-menu li.active a{
      color:#111;
      }
}

/* google map -------------------------------------------------------- */
.wrap-infowindow{
  padding:10px;
  }
.en-name{
  font-size:14px;
  margin-bottom:10px;
  }
.en-addr{
  font-size:12px;
  }
.map-conts-wraper{
  padding:10px 0 10px 10px;
  width:200px;
  line-height:1.5;
  font-size:12px;
  color:#555;
  }
.map-conts-wraper br{
  display:none;
  }
.map-conts-wraper a{
  display:block;
  margin-bottom:5px;
  color:#000;
  font-size:15px;
  }
.map-conts-wraper hr{
  display:none;  
  }
.map-conts-wraper img{
  display:block;
  margin-top:5px;
  }
