<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: '游ゴシック','YuGothic','Meiryo','メイリオ', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #000;
    font-size : 14px;
    background-color:#fff;
    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{ outline: none !important;}
a{ color: #e18dc4; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a.img{ border: none !important;}

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


a[target="_blank"]::after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 85%;
    position: relative;
    top: -3px;
}

a.ico_none[target="_blank"]::after{
    display: none;
}

a.bdb{
    display: inline-block;
    position: relative;
}

a.bdb:before{
    content: '';
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 0;
    bottom: 2px;
    transition: opacity .15s ease 0s, bottom .15s ease .0s;
}

.is_pc a.bdb:hover:before,
.is_sp a.bdb.touch:before{
    width: 100%;
    opacity: 0;
    transition: opacity .15s ease .05s, bottom .15s ease .05s;
    bottom: -1px;
}

.ib{ display: inline-block;}

/* #news_tw .tw_wrap{ opacity: 0;} */
img.s_a_100{ width: auto !important; height: 100% !important;}
img.s_100_a{ width: 100% !important; height: auto !important;}

.disabled,
.disabled a{ cursor: default !important;}

.text-color-em { color: #c1272d;}

/* -------------------- layout  --------------------*/
#wrap{
    height: auto;
    position: relative;
}

#contents_area{
    margin: 0 auto;
}

.c_anim{ opacity: 0;}


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

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
#wrap{
    min-height: calc(100% - 400px);
    box-sizing: border-box;
    position: relative;
}

body{
    margin: 0 auto;
}

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

.contents_inner{
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
}


/*
*
    .btn_detail_arrow
*
*/
.btn_detail_arrow{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .06em;
    position: relative;
}

.btn_detail_arrow a{
    padding: 0 5px 0 50px;
    height: 29px;
    border-radius: 29px;
    line-height: 29px;
    background-color: #fff;
    border: 1px solid #36749a;
    color: #36749a;
    background-image:url(../images/parts_ico_dot_arrow.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 15px center;
    display: block;
    position: relative;
    transition: background .1s ease .0s;
}

.btn_detail_arrow.no_indent a{
    padding-right: 15px;
}

.btn_detail_arrow.no_bg a{
    background-color: transparent !important;
}

.is_pc .btn_detail_arrow a:hover,
.is_sp .btn_detail_arrow a.touch{
    opacity: 1 !important;
    background-color: rgba(208, 220, 229, 1);
    background-position: 18px center;
    transition: background .15s ease .05s;
}

/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
header{
    width: 950px;
    min-width: 950px;
    height: auto !important;
    display: block !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

header h1{
    padding: 25px 0 40px 0;
}

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

header .hobo{
    position: absolute;
    top: 50px;
    right: 0;
}

header .hobo img{
    width: 120px;
}

header nav{
    width: 100%;
    margin: 0 0 30px 0;
}

header nav ul{
    width: 100%;
    display: table;
    border: 1px dashed #c5d4de;
}

header nav li{
    width: 16.666%;
    height: 37px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

header nav li a{
    height: 100%;
    line-height: 37px;
    display: block;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .06em;
    color: #10375c;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header nav li a:after{
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    border-right: 1px dashed #c5d4de;
    position: absolute;
    top: 7px;
    right: 0;
    transition: background .1s ease .0s;
}

.is_pc header nav li a:hover,
.is_sp header nav li a.touch{
    background-color:#d0dce5;
    transition: background .15s ease .05s;
}

#gnav{
    height: auto !important;
    display: block !important;
}

#gnav_inner{
    width: 100% !important;
}

#about header nav li.about a,
#concept header nav li.about a,
#exhibition header nav li.exhibition a,
#archive header nav li.exhibition a,
#calendar header nav li.calendar a,
#access header nav li.access a,
#webshop header nav li.webshop a,
#report header nav li.report a{background-color: #d0dce5;}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    width: 100%;
    min-width: 950px;
    height: 200px;
    background-color: #666;
    overflow: hidden;
    position: absolute;
    bottom: -201px;
}

footer .footer_inner{
    width: 950px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    position: relative;
}

footer .footer_inner:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

footer .footer_inner .col_left{
    padding: 0 0 0 190px;
    float: left;
    position: relative;
}

footer .footer_inner .sns_share{
    float: right;
}

footer .footer_inner .sns_share h5{
    margin: 0 5px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .06em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px;
}

footer .footer_inner .sns_share ul{
    display: inline-block;
    vertical-align: top;
    letter-spacing: -.40em;
}

footer .footer_inner .sns_share li{
    margin: 0 0 0 15px;
    display: inline-block;
    letter-spacing: normal;
}

footer .footer_inner .sns_share li img{
    width: 33px;
}

footer .footer_inner .col_left .tobichi_kyoto{
    width: 150px;
    height: 63px;
    background-image:url(../images/btn_foot_tobichi_kyoto_on.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
}

footer .footer_inner .col_left .tobichi_kyoto img{
    width: 150px;
}

.is_pc footer .footer_inner .col_left .tobichi_kyoto a:hover img,
.is_sp footer .footer_inner .col_left .tobichi_kyoto a.touch img{
    opacity: 0 !important;
}

footer .footer_inner .col_left ul{
    padding: 3px 0 0 0;
}

footer .footer_inner .col_left ul img{
    width: 197px;
    opacity: 1 !important;
}

footer .footer_inner .col_left li{
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
    background-size: 197px;
    background-position: center top;
}

footer .footer_inner .col_left li.contact{ background-image:url(../images/btn_foot_contact_on.png);}
footer .footer_inner .col_left li.home{ background-image:url(../images/btn_foot_home_on.png);}

.is_pc footer .footer_inner .col_left li a:hover img,
.is_sp footer .footer_inner .col_left li a.touch img{
    opacity: 0 !important;
}

footer .copyright{
    padding: 40px 0 30px 0;
    text-align: center;
    clear: both;
}

footer .copyright img{
    width: 221px;
}

.pagetop{
    bottom: 25px;
    right: 25px;
    width: 46px;
    height: 46px;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 5px;
    transform: scale(.8) translateY(5px);
    -webkit-transform: scale(.8) translateY(5px);
    transition: all .25s ease .1s;
    cursor: pointer;
    z-index: 2;
}

.pagetop.w{
    transition: inherit;
}

.pagetop.btm{
    position: absolute;
    bottom: 20px;
    transition: bottom .1s ease 0s !important;
}

.pagetop img{
    width: 26px;
}

.pagetop.on{
    visibility: visible;
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    opacity: 1;
}

.pagetop img{
    transition: opacity .1s ease .0s;
}

.is_pc .pagetop:hover{
    animation: pageTopHover .4s ease;
    -webkit-animation: pageTopHover .4s ease;
}

@keyframes pageTopHover{
0% {transform: translateY(0); -webkit-transform: translateY(0); }
30% { transform: translateY(-5px); -webkit-transform: translateY(-5px); }
100% {transform: translateY(0); -webkit-transform: translateY(0); }

}

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




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
.pagetop{ display: none !important;}

body{
    z-index: 10;
    overflow-x: hidden;
    font-size: 15px;
}

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: 55px 0 0 0;
    overflow: hidden;
}

/*
*
    .btn_detail_arrow
*
*/
.btn_detail_arrow{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .06em;
    position: relative;
}

.btn_detail_arrow a{
    padding: 0 5px 0 50px;
    height: 29px;
    border-radius: 29px;
    line-height: 29px;
    background-color: #fff;
    border: 1px solid #36749a;
    color: #36749a;
    background-image:url(../images/parts_ico_dot_arrow.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 15px center;
    display: block;
    position: relative;
    transition: background .1s ease .0s;
}

.btn_detail_arrow.no_indent a{
    padding-right: 15px;
}

.btn_detail_arrow.no_bg a{
    background-color: transparent !important;
}

.is_pc .btn_detail_arrow a:hover,
.is_sp .btn_detail_arrow a.touch{
    opacity: 1 !important;
    background-color: rgba(208, 220, 229, 1);
    background-position: 18px center;
    transition: background .15s ease .05s;
}

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

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

.on header{
    height: 100%;
}

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

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

#header_inner h1{
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    text-align: center;
}

#header_inner h1 img{
    width: 180px;
}

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

#header_inner .hobo img{
}

#gnav{
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: .1em;
    text-align: center;
    position: absolute;
    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: 40px 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

#gnav ul{
    position: relative;
    text-align: center;
}

#gnav li{
    width: 100%;
    position: relative;
}

#gnav li:last-child{
    margin: 0;
}

#gnav li a{
    color: #000;
    transition: opacity .15s ease 0s;
}

nav{
    margin: 0 0 40px 0;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}

nav li a{
    padding: 15px 0;
    font-weight: bold;
    display: inline-block;
    transition: color .1s ease .0s;
}

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

#gnav .hobo{
    margin: 20px 0 0 0 !important;
}

#gnav .hobo img{
    width: 100%;
    max-width: 200px;
}


/*
    .gnav_ico
*/
header .gnav_ico{
    width: 45px;
    height: 45px;
    position: fixed;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .8);
    text-align: right;
    display: block;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 100;
    transition: transform .1s ease .0s;
}

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

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

header .gnav_ico span.mid{
    content: '';
    display: block;
    width: 22px;
    border-top: 3px solid #808080;
    position: absolute;
    top: 20px;
    right: 11px;
}

header .gnav_ico span.btm{
    content: '';
    display: block;
    width: 22px;
    border-top: 3px solid #808080;
    position: absolute;
    top: 28px;
    right: 11px;
}

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

/* open */
header .gnav_ico.on span.top{
    top: 20px !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: 20px !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;
}

header .overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
}


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



/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    background-color: #666;
    overflow: hidden;
}

footer .footer_inner{
    margin: 0 auto;
    padding: 30px 0 0 0;
    position: relative;
}

footer .footer_inner:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

footer .footer_inner .col_left{
    margin: 0 0 40px 0;
    position: relative;
    text-align: center;
}

footer .footer_inner .sns_share{
    text-align: center;
}

footer .footer_inner .sns_share h5{
    margin: 0 5px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: .06em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px;
}

footer .footer_inner .sns_share ul{
    display: inline-block;
    vertical-align: top;
    letter-spacing: -.40em;
}

footer .footer_inner .sns_share li{
    margin: 0 0 0 15px;
    display: inline-block;
    letter-spacing: normal;
}

footer .footer_inner .sns_share li img{
    width: 33px;
}

footer .footer_inner .col_left .tobichi_kyoto{
    width: 200px;
    height: 85px;
    margin: 0 auto 30px auto;
    background-image:url(../images/btn_foot_tobichi_kyoto_on.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center top;
}

footer .footer_inner .col_left .tobichi_kyoto img{
    width: 200px;
}

.is_pc footer .footer_inner .col_left .tobichi_kyoto a:hover img,
.is_sp footer .footer_inner .col_left .tobichi_kyoto a.touch img{
    opacity: 0 !important;
}

footer .footer_inner .col_left ul{
    padding: 0 0 0 0;
}

footer .footer_inner .col_left ul img{
    width: 197px;
    opacity: 1 !important;
}

footer .footer_inner .col_left li{
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
    background-size: 197px;
    background-position: center top;
}

footer .footer_inner .col_left li.contact{ background-image:url(../images/btn_foot_contact_on.png);}
footer .footer_inner .col_left li.home{ background-image:url(../images/btn_foot_home_on.png);}

.is_pc footer .footer_inner .col_left li a:hover img,
.is_sp footer .footer_inner .col_left li a.touch img{
    opacity: 0 !important;
}

footer .copyright{
    padding: 30px 0 20px 0;
    text-align: center;
    clear: both;
}

footer .copyright img{
    width: 200px;
}



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


/* ------------------------------------------------------------
*
    .img_slider
     -&gt; 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;
    min-width: 900px;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: inherit !important;
    bottom: -23px;
    z-index: 3;
}

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

.slick-dots li,
.slick-dots li button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    outline: none;
    position: relative;
}

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

.slick-dots li button:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #808080;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.is_sp .slick-dots li.touch button:before,
.is_pc .slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
    background-color: #a7a7a7;
    opacity: 1;
}

}


/* --------------------------------------------------------------------------------------------------------------
*
    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: -20px;
    z-index: 3;
}

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

.slick-dots li,
.slick-dots li button{
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 0;
    border-radius: 8px;
    outline: none;
    position: relative;
}

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

.slick-dots li button:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #808080;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.is_sp .slick-dots li.touch button:before,
.is_pc .slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
    border: 1px solid #808080;
    background-color: #a7a7a7;
    opacity: 1;
}

} /* ----- max-width: 640px ----- */
.youtube {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
</pre></body></html>