@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal; }




/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 35px;
    height: 35px;
    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: 35px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
	z-index: 100;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 10px;
	z-index: 100;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(170, 143, 123, 0.4)
  }
  100% {
    transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(170, 143, 123, 0)
  }
}
.slick-dotted.slick-slider
{
    margin-bottom: -15px;
}

.slick-dots
{
    position: absolute;
    bottom: 5px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
	z-index: 2;
}

@media only screen and (min-width: 551px) {
.slick-dots
{
    display: none;
}
}

.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: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:hover::before
{
    opacity: .95;
    color: black;
}


.slick-dots li.slick-active button:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: '';
}

.point.-active:after {
  animation: pulseMotion 1.4s linear infinite;
}

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrowWrap-prev{
	position: relative;
	height: 80%;
	width: 2rem;
	z-index: 9;
	background-color: rgba(255,255,255,0.75);
	display: block;
	border-radius: 10px;
}

.slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 10;
}

@media only screen and (min-width: 551px) {
.slide-arrow{
	display: none;
}
}

.prev-arrow{
  left: 25px;
  display: inline-block;
  vertical-align: middle;
  color: #CCCCCC;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.25em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
	z-index: 4;
	cursor: pointer;
}

.next-arrow{
  right: 40px;
  display: inline-block;
  vertical-align: middle;
  color: #CCCCCC;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.25em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
	cursor: pointer;
	z-index: 4;
}

@media only screen and (max-width: 550px) {
.prev-arrow{
  left: 6%;
  display: inline-block;
  vertical-align: middle;
  color: #CCCCCC;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.25em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
	z-index: 4;
	cursor: pointer;
}	
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #434343;/*デフォルトがtransparentなので消えないように*/
}

/*表示する文字周りの設定*/
.slick-prev:before {
  content:'PREV';
  color: #fff;
  opacity: 1;
  font-size: 18px;
}
.slick-next:before {
  content:'NEXT';
  color: #fff;
  opacity: 1;
  font-size: 18px;
}

/*背景や位置の調整*/
.slick-prev {
  left: 0;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 10px;
  color: #fff;
  background-color: rgba(0,0,0,0.55);
  transition:.4s;
}

.slick-next {
  right: 0;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: rgba(0,0,0,0.55);
  transition:.4s;
	z-index:2; 
}