#rentlink ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#rentlink ul li{
	width: calc(100% / 5);
	background-color: #F4F4F2;
}
#rentlink ul li a{
	display: block;
	text-align: center;
	line-height: 200px;
	width: 100%;
	background-image: url(../../img/facilities/bg_but.png);
	background-position: center top;
	background-size: 1px auto;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
}
#rentlink ul li:hover,#rentlink ul li.current{
	background-image: url(../../img/facilities/but01_over.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#rentlink ul li:nth-of-type(2):hover,#rentlink ul li:nth-of-type(2).current{
	background-image: url(../../img/facilities/but02_over.png);
}
#rentlink ul li:nth-of-type(3):hover,#rentlink ul li:nth-of-type(3).current{
	background-image: url(../../img/facilities/but03_over.png);
}
#rentlink ul li:nth-of-type(4):hover,#rentlink ul li:nth-of-type(4).current{
	background-image: url(../../img/facilities/but04_over.png);
}
#rentlink ul li:nth-of-type(5):hover,#rentlink ul li:nth-of-type(5).current{
	background-image: url(../../img/facilities/but05_over.png);
}
#rentlink ul li:hover a,#rentlink ul li.current a{
	color: #FFF;
}
.facislide{
	position: relative;
	margin-top: 7.8vw;
	z-index: 10;
}
.facislide .logoimg {
	width: 58%;
	padding-bottom: 20px;
}
.facislide .inner h4 {
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 20px;
}


.facislide:after{
	visibility: visible;
	content: " ";
	width: 77%;
	height: 90%;
	background-color: #F4F4F2;
	left: 0;
	top: -7.8vw;
	z-index: -1;
	display: block;
	position: absolute;
}
.facislide .slidewrap {
	width: 52%;
	margin-left: auto;
	position: relative;
}
.slider img {
	width: 100%;
	height: auto;
}
.facislide .inner {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.facislide .inner .come {
	width: 40%;
}



.thumbnail img {
	width: 90%;
	height: auto;
	padding-right: 10%;
}
.faciimg {
	position: relative;
}
.faciimg .photo{
	width: 64%;
	float: left;
}
.faciimg .box{
	width: 28%;
	float: right;
}
.stagelook {
	position: relative;
}

.stagelook ul li {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #FF8800;
	text-indent: -9999px;
	position: absolute;
	z-index: 10;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}
.stagelook ul li:first-of-type{
	left: 24.7%;
	top: 18.4%;
}
.stagelook ul li:nth-of-type(2){
	left: 50.2%;
	top: 20.5%;
}
.stagelook ul li:nth-of-type(3){
	right: 20.4%;
	top: 18.4%;
}
.stagelook ul li:nth-of-type(4){
	left: 36.7%;
	top: 39.2%;
}
.stagelook ul li:nth-of-type(5){
	left: 50%;
	top: 55.5%;
}
.stagelook ul li:nth-of-type(6){
	right: 32.7%;
	top: 39.2%;
}

.stagelook ul li:nth-of-type(7){
	left: 36.7%;
	bottom: 18.6%;
}
.stagelook ul li:nth-of-type(8){
	right: 32.7%;
	bottom: 18.6%;
}

.faciimg .box p:first-of-type{
	padding-bottom: 0;
}
.howto {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.howto .arrow{
	width: 35px;
	text-align: center;
	padding-top: 100px;
}
.howto .box{
	width: calc((100% - 140px) / 5);
	height: 190px;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1.6em;
}
.howto .box .inbox{
	border: 1px solid;
	border-radius: 6px;
	height: 150px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.howto .box.boxred .inbox{
	border: 1px solid #992244;
}
.howto .box .inbox p{
	width: 100%;
	position: absolute;
	padding-top: 14px;
	padding-bottom: 0;
	top: 50%;
	transform: translateY(-50%);
}
.howto .box h5{
background-color: #43341B;
	color: #FFF;
	position: relative;
	z-index: 10;
	line-height: 40px;
	border-radius: 100px;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	margin: 20px auto 0;
	width: 74%;
}
.howto .box.boxred h5{
background-color: #992244;
	color: #FFF;
	position: relative;
	z-index: 10;
	line-height: 1.2em;
	border-radius: 100px;
	padding:10px 0;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 0;
	width: 93%;
}
.slick-img{
	position: relative;
}
.slicktxt {
	position: absolute;
	background-color: rgba(0,0,0,0.60);
	color: #FFF;
	padding: 10px 20px;
	width: calc(100% - 40px);
	left: 0;
	bottom: 0;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
	top: auto;
    bottom: 20px;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0, 0);

    cursor: pointer;
    border: none;
    outline: none;
	z-index: 50;
	border-radius: 50px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
}
.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: 1;
}

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

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: -84px;
	background-color: #43341B;
	background-image: url(../../img/facilities/prev.png);
	background-position: center center;
	background-size: cover;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    left: -45px;
	background-color: #992244;
	background-image: url("../../img/facilities/next.png");
	background-position: center center;
	background-size: cover;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}
