#rentlink ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#rentlink ul li{
	width: calc(100% / 3);
	background-color: #F4F4F2;
}
#rentlink ul li a{
	display: block;
	text-align: center;
	line-height: 100px;
	width: 100%;
	background-image: url(../../img/facilities/bg_but.png);
	background-position: center top;
	background-size: 1px 20px;
	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/but02_over.png);
}
#rentlink ul li:nth-of-type(4):hover,#rentlink ul li:nth-of-type(4).current{
	background-image: url(../../img/facilities/but03_over.png);
}
#rentlink ul li:nth-of-type(5):hover,#rentlink ul li:nth-of-type(5).current{
	background-image: url(../../img/facilities/but04_over.png);
}
#rentlink ul li:hover a,#rentlink ul li.current a{
	color: #FFF;
}
.facislide{
	position: relative;
	margin-top: 50px;
	z-index: 10;
}
.facislide .logoimg {
	width: 58%;
	padding-bottom: 20px;
}
.facislide .inner h4 {
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
}


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



.thumbnail img {
	width: 90%;
	height: auto;
	padding-right: 10%;
}
.faciimg {
	position: relative;
}
.faciimg .photo{
	width: 100%;
	float: none;
}
.faciimg .box{
	width: 100%;
	float: none;
}
.faciimg .box p:first-of-type{
	padding-bottom: 0;
}
.howto {
	display: block;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.howto .arrow{
	width: 35px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}
.howto .box{
	width: 190px;
	height: 170px;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 auto;
}
.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:30px 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%;
}
.tbl02 {
	width: 1000px;
	margin-bottom: 50px;
	border-collapse: collapse;
}