@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    common.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
    font-family: 'TBUD丸ゴシック R', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #023d21;
    font-size : 15px;
    background-color:#023e21;
    background-position: center;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}

body, html{
    width: 100%;
    height: 100%;
}

a, li, p, div, button, img{ outline: none !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{ color: #023e21; text-decoration: none;}

.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: -.5em;}

img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
a img{ transition: opacity .15s ease 0s;}

.is_sp a img.touch,
.is_pc a img:hover{ transition: opacity .15s ease .05s; opacity: .7;}

img.s_a_100{ width: auto !important; height: 100% !important;}
img.s_100_a{ width: 100% !important; height: auto !important;}
.fixed{ position: fixed !important;}
.ib{ display: inline-block;}
.disabled,
.disabled a{ cursor: default !important;}

.color_r{ color: #ec5a0c;}

/* -------------------- font-face  --------------------*/
.ff_b{ font-family:'TBUD丸ゴシック B' !important; font-weight: bold; }
.ff_h{ font-family:'TBUD丸ゴシック H' !important; font-weight: bold; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important;}
.ff_go{ font-family: '秀英丸ゴシック L' !important;}


/* -------------------- layout  --------------------*/
.c_anim{ opacity: 0;}


@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
}

br.sp{ display: none;}
img.sp{ display: none;}
.switch_sp{ display: none !important;}

#home #wrap{
    height: auto !important;
}

#wrap{
    min-width: 1080px;
    background-image:url(../images/img_bg_wood.jpg);
    letter-spacing: -.40em;
    position: relative;
}


#wrap:before{
    content: '';
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-image:url(../images/img_bg_wood.jpg);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

#contents_area{
    width: 1060px;
    min-width: 1060px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#content_body{
    width: 650px;
    min-height: 100%;
    margin: 75px 0;
    padding: 70px 0 20px 80px;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    z-index: 3;
}

#content_body .section_inner{
    position: relative;
    z-index: 3;
}

#content_body .sub h2{
    font-size: 26px;
    color: #ec5a0c;
}

.bg_illust{
    width: 100%;
    min-width: 1080px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: -1;
}

.bg_illust.fix{
    width: 100%;
    min-width: 1080px;
    position: fixed;
    top: 0;
    right: 0;
}

.bg_illust span{
    width: 1080px;
    margin: 0 auto;
    display: block;
    text-align: right;
    position: relative;
}

.bg_illust.fix span img{
    margin: 0 220px 0 0;
}


.bg_illust.btm{
    width: 100%;
    position: absolute !important;
    top: inherit !important;
    left: inherit;
    right: 0 !important;
    bottom: 0 !important;
}

.bg_illust.btm span img{
    margin: 0;
}

/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
header{
    width: 200px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    z-index: 10;
}

header #gnav_inner{
    overflow-y: auto;
    position: relative;
    display: block !important;
}

header #gnav{
    width: 200px;
    height: auto !important;
    display: inherit !important;
    position: absolute;
    top: 75px;
}

header #gnav.ab{
    margin-left: 0 !important;
}

header #gnav.fix{
    height: 100% !important;
    overflow: auto !important;
    position: fixed;
    top: 0;
}

header #gnav.btm{
    height: auto !important;

}

header #gnav.fix #gnav_inner{
    padding-top: 75px;
}

header h1{
    margin: 0 0 40px 0;
    text-align: left;
}

header h1 img{
    width: 153px;
    opacity: 1 !important;
}

header ul{
    padding: 0 0 25px 0;
}

header li{
    margin: 0 0 15px 0;
    position: relative;
}

header li a{
    display: block;
    position: relative;
}

header li img{ opacity: 1 !important;}
header li.about img{ width: 161px;}
header li.teacher img{ width: 95px;}
header li.schedule img{ width: 167px;}
header li.content img{ width: 94px;}
header li.booklist img{ width: 104px;}
header li.register img{ width: 158px;}
header li.faq img{ width: 118px;}
header li.policy img{ width: 96px;}
header li.home img{ width: 143px;}
header li.hobo img{ width: 153px;}

header li a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0;
    left: -7px;
    z-index: -1;
    transition: left .1s ease .0s, opacity .1s ease .0s;
}

#home header li.about a:after,
#teacher header li.teacher a:after,
#single-teacher header li.teacher a:after,
#schedule header li.schedule a:after,
#content header li.content a:after,
#booklist header li.booklist a:after,
#register header li.register a:after,
#faq header li.faq a:after,
#policy header li.policy a:after,
.is_sp header li.touch a:after,
.is_pc header li:hover a:after{
    left: 0;
    opacity: 1;
    transition: left .25s ease .05s, opacity .15s ease .05s;
}

header li.about a:after{ background-image:url(../images/img_gnav_about_on.png); background-size: 161px;}
header li.teacher a:after{ background-image:url(../images/img_gnav_teacher_on.png); background-size: 95px;}
header li.schedule a:after{ background-image:url(../images/img_gnav_schedule_on.png); background-size: 167px;}
header li.content a:after{ background-image:url(../images/img_gnav_content_on.png); background-size: 94px;}
header li.booklist a:after{ background-image:url(../images/img_gnav_booklist_on.png); background-size: 104px;}
header li.register a:after{ background-image:url(../images/img_gnav_register_on.png); background-size: 158px;}
header li.faq a:after{ background-image:url(../images/img_gnav_faq_on.png); background-size: 118px;}
header li.policy a:after{ background-image:url(../images/img_gnav_policy_on.png); background-size: 96px;}
header li.home a:after{ background-image:url(../images/img_gnav_home_on.png); background-size: 143px;}

header li.hobo:hover img{
    opacity: .7 !important;
}

/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    width: 100%;
    background-color: #023e21;
    border-top: 1px solid #003c20;
    color: #fff;
    padding: 35px 0 30px 40px;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
}

footer .foot_inner{
    width: 650px;
    margin: 0 auto;
}

footer a{
    color: #fff;
}

footer ul{
    width: calc(100% + 40px);
    display: table;
    letter-spacing: -.40em;
    position: relative;
    left: -25px;
}

footer li{
    width: calc(25% - 40px);
    padding: 0 40px 0 0;
    display: table-cell;
    vertical-align: top;
    letter-spacing: normal;
    overflow: hidden;
}

footer li p{
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.4em;
    white-space: nowrap;
}

footer li a{
    display: block;
}

.is_pc footer li a:hover,
.is_sp footer li a.touch{
    text-decoration: underline;
}

footer .foot_share{
    margin: 25px 0 0 0;
}

footer .foot_share ul{
    display: block;
    letter-spacing: -.40em;
    left: 0;
}

footer .foot_share li{
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}

footer .foot_share p{
    margin: 0 0 8px 0 !important;
}

footer .foot_share img{
    width: 29px;
}

footer .logo img{
    width: 100px;
}

footer .copyright{
    font-size: 12px;
}

footer .copyright img{
    width: auto;
    height: 11px;
}


} /* ----- min-width : 641px ----- */




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    z-index: 10;
    overflow-x: hidden;
    font-size: 14px;
}

body, html{
    width: 100%;
    min-width: 100%;
}

br{ display: none;}
br.sp{ display: inherit;}
img.pc{ display: none !important;}
.switch_pc{ display: none !important;}

#wrap{
    padding: 40px 0 0 0;
    overflow: hidden;
}

.is_sp #wrap{
    min-height: 100vh;
}

#home #wrap{
    padding: 0;
}

#contents_area{
    padding: 15px;
}

#contents_area:after{
    content: '';
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: block;
    background-image:url(../images/img_bg_wood.jpg);
    background-position: center top;
    background-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: -1;
}

#content_body{
    background-color: #fff;
    overflow: hidden;
}

#content_body .sub h2{
    font-size: 22px;
    color: #ec5a0c;
}

#content_body .section_inner{
    z-index: 3;
}

.bg_illust{
    width: 100%;
    margin: 0 !important;
    text-align: right;
    position: fixed;
    top: inherit !important;
    bottom: 0;
    right: 15px;
    z-index: 0;
}

.bg_illust span{
    margin: 0 !important;
    left: 0 !important;
}

.bg_illust img{
    width: 85%;
    max-width: 420px;
}


/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
.on.gnav_none #content_body,
.on.gnav_none #yodogawa,
.on.gnav_none #mv,
.on.gnav_none footer{
    display: none;
}

header{
    width: 100% !important;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.on header{
    height: 100%;
    min-height: 100%;
}

.on.is_sp header{
    height: 100vh;
}

#header_inner{
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
    position: relative;
}

#header_inner h1{
    width: 100%;
    height: 40px;
    padding: 14px 0 0 15px;
    box-sizing: border-box;
    background-color: #d4d2cf;
    background-repeat: no-repeat;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: top .25s ease;
}

#home #header_inner h1{
    top: -45px;
    transform: translate3d(0, 0, 0);
}
#home.on header #header_inner h1, 
#home header.on #header_inner h1{
    top: 0 !important;
}

#header_inner h1 img{
    width: 246px;
}

#header_inner .hobo{
    text-align: center;
}

#header_inner .hobo img{
}

header ul{
    text-align: center;
}

header li{
    margin: 0 0 15px 0;
    position: relative;
}

header li a{
    display: inline-block;
    position: relative;
}

header li img{ opacity: 1 !important;}
header li.about img{ width: 161px;}
header li.teacher img{ width: 95px;}
header li.schedule img{ width: 167px;}
header li.content img{ width: 94px;}
header li.booklist img{ width: 104px;}
header li.register img{ width: 158px;}
header li.faq img{ width: 118px;}
header li.policy img{ width: 96px;}
header li.home img{ width: 143px;}
header li.hobo img{ width: 153px;}

header li a:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: -7px;
    z-index: -1;
    transition: left .1s ease .0s, opacity .1s ease .0s;
}

#home header li.about a:after,
#teacher header li.teacher a:after,
#single-teacher header li.teacher a:after,
#schedule header li.schedule a:after,
#content header li.content a:after,
#booklist header li.booklist a:after,
#register header li.register a:after,
#faq header li.faq a:after,
#policy header li.policy a:after,
.is_sp header li a.touch:after,
.is_pc header li a:hover:after{
    left: 0;
    opacity: 1;
    transition: left .25s ease .05s, opacity .15s ease .05s;
}

header li.about a:after{ background-image:url(../images/img_gnav_about_on.png); background-size: 161px;}
header li.teacher a:after{ background-image:url(../images/img_gnav_teacher_on.png); background-size: 95px;}
header li.schedule a:after{ background-image:url(../images/img_gnav_schedule_on.png); background-size: 167px;}
header li.content a:after{ background-image:url(../images/img_gnav_content_on.png); background-size: 94px;}
header li.booklist a:after{ background-image:url(../images/img_gnav_booklist_on.png); background-size: 104px;}
header li.register a:after{ background-image:url(../images/img_gnav_register_on.png); background-size: 158px;}
header li.faq a:after{ background-image:url(../images/img_gnav_faq_on.png); background-size: 118px;}
header li.policy a:after{ background-image:url(../images/img_gnav_policy_on.png); background-size: 96px;}
header li.home a:after{ background-image:url(../images/img_gnav_home_on.png); background-size: 143px;}

header li.hobo:hover img{
    opacity: .7 !important;
}


#gnav{
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto !important;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: .1em;
    text-align: center;
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 10;
}

#gnav_inner{
    width: 100%;
    height: 100% !important;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: table !important;
}

#nav_wrap{
    padding: 80px 0 20px 0;
    text-align: left;
    display: table-cell !important;
    vertical-align: middle;
}

/*
    .gnav_ico
*/
header .gnav_ico{
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 3px;
    text-align: right;
    display: block;
    top: 0;
    right: 5px;
    cursor: pointer;
    z-index: 100;
    transition: transform .1s ease .0s, top .25s ease;
}

#home header .gnav_ico{
    top: -40px;
    transform: translate3d(0, 0, 0);
}
#home.on header .gnav_ico,
#home header.on .gnav_ico{
    top: 0 !important;
}

header .gnav_ico span{
    border-radius: 2px;
}

header .gnav_ico span.top{
    width: 22px;
    border-top: 2px solid #4c4c4c;
    position: absolute;
    top: 12px;
    right: 11px;
}

header .gnav_ico span.mid{
    content: '';
    display: block;
    width: 22px;
    border-top: 2px solid #4c4c4c;
    position: absolute;
    top: 19px;
    right: 11px;
}

header .gnav_ico span.btm{
    content: '';
    display: block;
    width: 22px;
    border-top: 2px solid #4c4c4c;
    position: absolute;
    top: 26px;
    right: 11px;
}

header .gnav_ico.on span{
    border-color: #4c4c4c;
}

/* open */
header .gnav_ico.on span.top{
    top: 19px !important;
    transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s !important;
}

header .gnav_ico.on span.btm{
    top: 19px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s !important;
}

header .gnav_ico.on span.mid{
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity .15s ease .05s, right .15s ease 0s;
    right: 5px;
}


/* close */
header .gnav_ico span.top{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

header .gnav_ico span.btm{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

header .gnav_ico span.mid{
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transition: opacity .15s ease .2s, right .15s ease .23s;
}


/*
*
    #v02
*
*/
header#v02 #header_inner h1{
    height: 45px;
    padding-top: 16px;
    background-color: #023e21;

}

header#v02 .gnav_ico span{
    border-color: #fff !important;
}

header#v02 .gnav_ico span.btm{
    border: none;
    color :#fff;
    position: relative;
}

header#v02 .gnav_ico span.btm:after{
    content: 'MENU';
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 0px;
    left: 14px;
}

header#v02 .gnav_ico.on span.top{
    top: 15px !important;
    transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s !important;
}

header#v02 .gnav_ico.on span.mid{
    opacity: 1 !important;
    top: 15px !important;
    right: 11px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s !important;
}

header#v02 .gnav_ico.on span.btm{
    top: 26px !important;
    transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
}

header#v02 .gnav_ico.on span.btm:after{
    content: 'CLOSE';
    margin-left: -2px;
}

header#v02 .gnav_ico span.mid{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}




header .overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: #023e21;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
}


.is_sp header .overlay{
    height: 100vh;
    min-height: 100vh;
}



/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    width: 100%;
    background-color: #023e21;
    border-top: 1px solid #003c20;
    color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    z-index: 10;
}

footer .foot_inner{
    margin: 0 auto;
}

footer.all .foot_inner{
    max-width: 360px;
    margin: 0 auto;
}

footer a{
    color: #fff;
}

footer ul{
    padding: 0 15px;
    letter-spacing: -.40em;
    position: relative;
}

footer.all{
    width: 100% !important;
    margin: 0 auto;
    display: table;
    letter-spacing: -.40em;
}

footer.all ul{
    width: 50% !important;
    text-align: left !important;
    display: table-cell !important;
    letter-spacing: normal;
}

footer li{
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    overflow: hidden;
}

footer.all li{
    text-align: left;
}

footer li p{
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.4em;
    white-space: nowrap;
}

.is_pc footer li a:hover,
.is_sp footer li a.touch{
    text-decoration: underline;
}

footer .foot_share{
    margin: 25px 0 30px 0;
}

footer.all .foot_share{
    margin: 20px 0 10px 0;
    text-align: left;
}

footer .foot_share ul{
    display: block;
    letter-spacing: -.40em;
    left: 0;
}

footer .foot_share li{
    width: auto;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}

footer.all .foot_share ul{
    padding: 0;
}
footer.all .foot_share li{
    width: auto !important;
    margin: 0 10px 0 0;
}

footer .foot_share p{
    margin: 0 0 8px 0 !important;
}

footer .foot_share img{
    width: 29px;
}

footer .logo img{
    width: 100px;
}

footer .copyright{
    margin: 0 0 0 0;
    font-size: 11px;
}

footer .copyright img{
    width: auto;
    height: 11px;
}

.foot_btm{
    margin: 20px 0 0 0;
    text-align: center;
    letter-spacing: normal;
    overflow: hidden;
}

.foot_btm p{
    font-size: 11px;
    line-height: 1.8em;
}

.foot_btm .logo{
    margin: 5px 0 0 0;
}


} /* ----- max-width: 640px ----- */


/* ------------------------------------------------------------
*
    .img_slider
     -> Setting jQuery Plugin slick.min.js
*
------------------------------------------------------------ */
.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:''}.slick-next:before,[dir=rtl] .slick-prev:before{content:'';}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:''}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'';text-align:center;opacity:.25;color:#000}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.img_slider{ opacity: 0;}

@media screen and (min-width : 641px){
.slick-dotted.slick-slider{ margin: 0;}

.slick-dots{
    width: 100% !important;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: inherit !important;
    bottom: -30px;
    z-index: 3;
}

.slick-dots li{
    margin: 0 11px;
}

.slick-dots li,
.slick-dots li button{
    width: 4px;
    height: 4px;
    border: 3px solid #cecece;
    background-color: #fff;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    outline: none;
    position: relative;
    transition: border .15s ease;
}

button::-moz-focus-inner {
    border: 0;
}

.slick-dots li button:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 10px;
    border: 3px solid #cecece;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: border .15s ease;
}

.is_sp .slick-dots li.touch button:before,
.is_pc .slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 3px solid #023e21;
    background-color: #fff;
    opacity: 1;
    transition: border .15s ease;
}

}


/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
.slick-dotted.slick-slider{ margin: 0;}

.slick-dots{
    width: 100% !important;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: inherit !important;
    bottom: -30px;
    z-index: 3;
}

.slick-dots li{
    margin: 0 11px;
}

.slick-dots li,
.slick-dots li button{
    width: 4px;
    height: 4px;
    border: 3px solid #cecece;
    background-color: #fff;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    outline: none;
    position: relative;
    transition: border .15s ease;
}

button::-moz-focus-inner {
    border: 0;
}

.slick-dots li button:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 10px;
    border: 3px solid #cecece;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: border .15s ease;
}

.is_sp .slick-dots li.touch button:before,
.is_pc .slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 3px solid #023e21;
    background-color: #fff;
    opacity: 1;
    transition: border .15s ease;
}


} /* ----- max-width: 640px ----- */