/*===== PC =====*/
@media screen and (min-width: 768px) {
  .stay-slide{
    background-color: #ffffff;
    padding: 0 290px 60px;
    margin-bottom: 60px;
    margin-top: -50px;
		position: relative;
  }
  .stay-slide .slick-prev,
	.stay-slide .slick-next {
		display: block;
		border-radius: 50%;
		outline: none;
		border: none;
		background: #f5f5f5;
		font-size: 0;
		color: transparent;
		line-height: 0;
		width: 32px;
		height: 32px;
		margin-top: auto;
		margin-bottom: auto;
		padding: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 2;
		cursor: pointer;
	}
	.stay-slide .slick-prev::after,
	.stay-slide .slick-next::after {
		content: "";
		background-image: url(../img/icon_arrow_black.svg);
		background-repeat: no-repeat;
		width: 10px;
		height: 10px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	/* main prev */
	.stay-slide .slick-prev {
		left: -48px;
	}
	.stay-slide .slick-prev::after {
		transform: rotate(180deg);
	}
	/* main next */
	.stay-slide .slick-next {
		right: -48px;
	}
  .stay-slide__list-item img{
    width: 100%;
		height: 280px;
  }
  .stay-slide__list-text{
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
  }
  .stay-slide__nav{
    margin-top: 10px;
  }
  .stay-slide__nav-item{
    cursor: pointer;
    outline: none;
    margin: 0 2px;
    border: solid 2px #ffffff;
  }
  .stay-slide__nav-item img{
    height: 88px;
  }
  .stay-slide__nav-item.slick-current{
    border: solid 2px #bababa;
  }

	/* prograss */
	.stay-slide__progress{
		width: 340px;
		margin-right: auto;
		margin-left: auto;
		height: 3px;
		background: rgba(255, 255, 255, 0.4);
		position: absolute;
		bottom: 205px;
		right: 0;
		left: 0;
	}
	.stay-slide__progress-bar {
		width: 0%;
		height: 3px;
		background: #ffffff;
	}
}

/*===== SP =====*/
@media screen and (max-width: 767px) {
	.stay-slide{
    background-color: #ffffff;
    padding: 0 10px 35px;
    margin: -20px 10px 20px;
		position: relative;
  }
	.stay-slide__list-item img{
		width: 100%;
		height: 53.333333vw;
  }
	.stay-slide__list-text{
		font-size: 3.2vw;
    text-align: right;
    margin-top: 2.66666666vw;
  }
	.stay-slide__nav{
    margin-top: 3.2vw;
  }
	.stay-slide__nav-item{
		outline: none;
    padding-left: 1.06666666vw;
		padding-right: 1.06666666vw;
  }
	.stay-slide__nav-item img{
		width: 100%;
    height: 15.466666vw;
  }
	.stay-slide .slick-prev, .stay-slide .slick-next {
    display: block;
    border-radius: 50%;
    outline: none;
    border: none;
    background: #f5f5f5;
    font-size: 0;
    color: transparent;
    line-height: 0;
    width: 8.53333333vw;
    height: 8.53333333vw;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
	}
	.stay-slide .slick-prev {
    left: -2.13333333vw;
	}
	.stay-slide .slick-next {
    right: -2.13333333vw;
	}
	.stay-slide .slick-prev::after, .stay-slide .slick-next::after {
    content: "";
    background-image: url(../img/icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	}
	.stay-slide .slick-prev::after {
    transform: rotate(180deg);
	}

	.stay-slide__progress {
		width: 64vw;
		margin-right: auto;
		margin-left: auto;
		height: 0.8vw;
		background: rgba(255, 255, 255, 0.4);
		position: absolute;
		top: 51vw;
		right: 0;
		left: 0;
	}
	.stay-slide__progress-bar {
		width: 0%;
		border-radius: 10px;
		height: 0.8vw;
		background: #ffffff;
	}
}