/* CSS Document */


/* --------------------------------------------------
ttl-page
-------------------------------------------------- */

.ttl-page{
	background: url("../img/bg-ttl-tips.jpg") center no-repeat;
	background-size: cover;
}

/* --------------------------------------------------
list-tips
-------------------------------------------------- */
.list-tips{

}

.tips-list li{
	position: relative;
}
.tips-list li > a{
	display: block;
	height: 100%;
	background: #fff;
	z-index: 0;
}

.tips-list li >a:hover{
	/*box-shadow: 0 0 15px rgba(0,0,0,0.2); */
}
.tips-list li >a .pht img{
	transition: .5s;
}
.tips-list li .pht figcaption{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	width: 100%;
	color: #fff;
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.tips-list li .pht .frame {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	background: #F5F5F5;
}
.tips-list li .pht .frame::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
	background: rgba(0,0,0,.29);
}

.tips-list li .pht .frame img {
	bottom: 0;
	height: auto;
	left: -200%;
	margin: auto;
	min-height: auto;
	min-width: auto;
	position: absolute;
	right: -200%;
	top: 0;
	width: 100%;
}

.tips-list li >a:hover .pht img{
	transform: scale(1.1);
}

@media screen and (max-width: 800px) {
	.tips-list li .pht figcaption{
		font-size: 2.2rem;
	}
}



.tips-list li .pht figcaption.booking img{
	position: unset;
	max-width: 90%;
	width: 100%;
	height: auto;
}

.tips-list li:last-child >a{
	 height: 44%;
	overflow: hidden;
}
.tips-list li:last-child >a:first-child{
	margin-bottom: 3%;
}
.tips-list li:last-child .pht .frame {
	padding-top: 39.72%;
}

@media screen and (max-width: 800px) {
	.tips-list{
		display: block;
	}
	.tips-list li{
		width: 100%;
	}
	.tips-list li .pht figcaption{
		font-size: 2.4rem;
	}
	.tips-list li .pht figcaption.booking img{
		max-width: 180px;
		height: auto;
	}
}
