@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    /*width: 10%;*/
    height: 100%;
    z-index: 9;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: '＞';
    background: url('./back.png') no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    padding: 15px;
    opacity: 0;
    
}

.slick-next:before{
  content: '';
  background: url('./arrow_slide_next.png') no-repeat center center;
}

.slick-prev:before{
  content: '';
  background: url('./arrow_slide_back.png') no-repeat center center;
}

.slick-prev
{
  left: 0;
	width:5%;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
  right:0;
	width:8%;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 8px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    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: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #8f8e90;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #000000;
}


/*織部の里　カレンダースライド*/
#oribe-calendar-wrap .slick-prev{
  left: -40px;
  width: 5%;
}

#oribe-calendar-wrap .slick-next {
  right: -40px;
  width: 8%;
}

#oribe-calendar-wrap .slick-next::before {
  content: '';
  background: url('./cal_next.png') no-repeat center center;
	padding-bottom: 40px;
}

#oribe-calendar-wrap .slick-prev::before {
  content: '';
  background: url('./cal_prev.png') no-repeat center center;
	padding-bottom: 40px;
}


/*歴史館イベント*/
.history-event-wrap .slick-prev:hover,
.history-event-wrap .slick-prev:focus,
.history-event-wrap .slick-next:hover,
.history-event-wrap .slick-next:focus{
   opacity: 1;
}
.history-event-wrap .slick-next{
  right:0;
	width:5%;
	background: url('./hsy_next.png') no-repeat center 40%;
	opacity: 0;
}
.history-event-wrap .slick-prev{
  left:-10px;
	width:5%;
	background: url('./hsy_prev.png') no-repeat center 40%;
	opacity: 0;
}
.history-event-wrap .slick-next::before,
.history-event-wrap .slick-prev::before{
	content:none;
}

/*トップイベント*/
.top-event-wrap .slick-prev:hover,
.top-event-wrap .slick-prev:focus,
.top-event-wrap .slick-next:hover,
.top-event-wrap .slick-next:focus{
   opacity: 1;
}
.top-event-wrap .slick-next{
  right:-20px;
	width:5%;
	background: url('./hsy_next.png') no-repeat center 40%;
	opacity: 0;
}
.top-event-wrap .slick-prev{
  left:-30px;
	width:5%;
	background: url('./hsy_prev.png') no-repeat center 40%;
	opacity: 0;
}
.top-event-wrap .slick-next::before,
.top-event-wrap .slick-prev::before{
	content:none;
}

/*プラザイベント*/
.plaza-left .slick-prev:hover,
.plaza-left.slick-prev:focus,
.plaza-left .slick-next:hover,
.plaza-left .slick-next:focus{
   opacity: 1;
}
.plaza-left .slick-next{
  right:-20px;
	width:5%;
	background: url('./hsy_next.png') no-repeat center 40%;
	opacity: 0;
}
.plaza-left .slick-prev{
  left:-30px;
	width:5%;
	background: url('./hsy_prev.png') no-repeat center 40%;
	opacity: 0;
}
.plaza-left .slick-next::before,
.plaza-left .slick-prev::before{
	content:none;
}

/*現代茶陶展*/
ul#ul-tea-list .slick-prev:hover,
ul#ul-tea-list .slick-prev:focus,
ul#ul-tea-list .slick-next:hover,
ul#ul-tea-list .slick-next:focus{
   opacity: 1;
}
ul#ul-tea-list .slick-next{
  right:-16px;
	width:4%;
	background: url('./hsy_next.png') no-repeat center 25%;
	opacity: 0;
}
ul#ul-tea-list .slick-prev{
  left:-16px;
	width:4%;
	background: url('./hsy_prev.png') no-repeat center 25%;
	opacity: 0;
}
ul#ul-tea-list .slick-next::before,
ul#ul-tea-list .slick-prev::before{
	content:none;
}

/*美術展文芸祭*/
.art-exhibition-wrap ul#ul-tea-list .slick-prev:hover,
.art-exhibition-wrap ul#ul-tea-list .slick-prev:focus,
.art-exhibition-wrap ul#ul-tea-list .slick-next:hover,
.art-exhibition-wrap ul#ul-tea-list .slick-next:focus{
   opacity: 1;
}
.art-exhibition-wrap ul#ul-tea-list .slick-next{
  right: -28px;
	width: 4%;
	background: url('./hsy_next.png') no-repeat left 45%;
	opacity: 0;
}
.art-exhibition-wrap ul#ul-tea-list .slick-prev{
  left:-28px;
	width:4%;
	background: url('./hsy_prev.png') no-repeat right 45%;
	opacity: 0;
}
.art-exhibition-wrap ul#ul-tea-list .slick-next::before,
.art-exhibition-wrap ul#ul-tea-list .slick-prev::before{
	content:none;
}