/* CSS Document */


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

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

/* --------------------------------------------------
ttl-plan-list
-------------------------------------------------- */

.ttl-plan-list{
	font-size: 6.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 800px) {
	.ttl-plan-list{
		font-size: 2rem;
	}
}

/* --------------------------------------------------
plan-list
-------------------------------------------------- */
.plan-list{
	margin-bottom: 5%;
}
.plan-list li{
	position: relative;
}
.plan-list li > a{
	display: block;
	height: 100%;
	background: #fff;
	z-index: 0;
}

.plan-list li >a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.plan-list li >a .pht img{
	transition: .5s;
}
.plan-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;
}
.plan-list li .pht .frame {
	position: relative;
	width: 100%;
	padding-top: 83.1%;
	overflow: hidden;
	background: #F5F5F5;
}
.plan-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);
}

.plan-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%;
}

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

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

.plan-list li:last-child >a{
	height: 48%;
}
.plan-list li:last-child >a:first-child{
	margin-bottom: 3%;
}
.plan-list li:last-child .pht .frame {
	padding-top: 39.72%;
}

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

/* --------------------------------------------------
wide-bnr
-------------------------------------------------- */
.plan-list.wide-bnr li .pht .frame {
	padding-top: 18.75%;
}

@media screen and (max-width: 800px) {
	.plan-list.wide-bnr li .pht .frame {
		padding-top: 30%;
	}
	.plan-list.wide-bnr li .pht .frame img {
		width: 120%;
		height: 100%;
		max-width: none;
	}
}

/* --------------------------------------------------
slider-course
-------------------------------------------------- */
.plan-list.course li .pht .frame {
	padding-top: 71%;
}
.top-course-txt{
	position: absolute;
	text-align: left;
	padding: 0 1em;
	max-height: 100%;
}
.top-course-txt h4 {
	font-size: 2vw;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0);
	line-height: 1.2;
	margin: 1em 0 .5em;
}
.top-course-txt p{
	font-size: 1vw;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	display: block;
	margin-top: 1em;
}
.top-course-txt .btn-postmore {
	margin: .4em 0;
}
.top-course-txt .btn-postmore span {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	border-color: #fff;
}
.top-course-txt .btn-postmore span::after {
	border-color: #fff;
}

a:hover .top-course-txt .btn-postmore span{
	background: #fff;
	color: #000;
}
a:hover .top-course-txt .btn-postmore span::after{
	border-color: #000;
}


@media screen and (max-width: 1080px) {
	.top-course-txt{
		max-height: 220px;
	}
}

@media screen and (max-width: 800px) {
	.top-course-txt h4 {
		font-size: 2rem;
	}
	.top-course-txt p{
		font-size: 1.2rem;
	}
	.top-course-txt .btn-postmore {
		margin: 1em 0;
	}
	.top-course-txt .btn-postmore span {
		font-size: 1.4rem;
		max-width: 150px;
	}
}
