@charset "utf-8";

/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #333;
	position: relative;
	margin: 0 0;
	height: 50vw;
}
#top_title_wrap .title_en {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 100%;
	font-size: 2.5em;
	line-height: 1.0em;
	transform: translate(-50%, -50%);
}
#top_title_wrap .title {
	position: absolute;
	left: 50%;
	top: 60%;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.0em;
	transform: translate(-50%, -50%);
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0;
		height: 280px;
	}
	#top_title_wrap h2 {
		font-size: 70px;
		margin: 0 0;
	}

}


/*=============================================
	
	一覧
	
==============================================*/
.plan_list_wrap {
	padding: 0 0 3em;
}
.plan_list_wrap .container {
	
}
.plan_list_wrap .container .plan_title {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 1.2em;
	text-decoration: underline;
}
.plan_list_wrap .container .plan {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 1px dotted #666;
}
.plan_list_wrap .container .plan:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.plan_list_wrap .container .plan .img {
	margin-bottom: 1em;
}
.plan_list_wrap .container .plan .text_wrap {

}
.plan_list_wrap .container .plan .text_wrap .title {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.plan_list_wrap .container .plan .text_wrap .body {
	font-size: 1em;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.plan_list_wrap {
		padding: 0 0 70px;
	}
	.plan_list_wrap .container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.plan_list_wrap .container .plan_title {
		width: 100%;
		font-size: 30px;
		margin-bottom: 50px;
		padding-top: 30px;
	}

	.plan_list_wrap .container .plan {
		margin: 0 1% 30px;
		padding-bottom: 0;
		border-bottom: none;
		width: 23%;
	}
	.plan_list_wrap .container .plan:last-of-type {
		margin-bottom: 30px;
		padding-bottom: 0;
		border-bottom: none;
	}
	.plan_list_wrap .container .plan .img {
		margin-bottom: 20px;
	}
	.plan_list_wrap .container .plan .text_wrap {
	
	}
	.plan_list_wrap .container .plan .text_wrap .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.plan_list_wrap .container .plan .text_wrap .body {
		font-size: 12px;
	}
}



/*=============================================
	
	お問い合わせ
	
==============================================*/
.contact_bottom_wrap {
	padding: 3em 0;
	background-color: #295251;
}
.contact_bottom_wrap .title_en {
	text-align: center;
    font-size: 3em;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.2em;
    color: #FFF;
}
.contact_bottom_wrap .title {
    font-size: 1em;
    line-height: 1;
    text-align: center;
    margin-bottom: 2.5em;
    color: #FFF;
}
.contact_bottom_wrap .flex {

}
.contact_bottom_wrap .flex .box {
	padding: 1.5em 0;
}
.contact_bottom_wrap .flex .box .btn_wrap .btn {
	width: 70%;
}
.contact_bottom_wrap .flex .box .btn_wrap .btn a {
	color: #FFF;
	border-color: #FFF;
	padding: 1em 0;
}
.contact_bottom_wrap .flex .box .btn_wrap .btn a::after {
	background-color: #FFF;
}

.contact_bottom_wrap .flex .box .title_tel {
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	margin-bottom: 1em;
}
.contact_bottom_wrap .flex .box .tel {
	text-align: center;
	margin-bottom: 0.2em;
}
.contact_bottom_wrap .flex .box .tel a {
	color: #FFF;
	font-size: 3em;
	margin-bottom: 0.1em;
}
.contact_bottom_wrap .flex .box .body {
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
	line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
	.contact_bottom_wrap {
		padding: 70px 0;
	}
	.contact_bottom_wrap .title_en {
        font-size: 70px;
        margin-bottom: 30px;
	}
	.contact_bottom_wrap .title {
        font-size: 14px;
        margin-bottom: 50px;
	}
	.contact_bottom_wrap .flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact_bottom_wrap .flex .box {
		padding: 30px 0;
		width: 40%;
		margin: 0 2%;
	}
	.contact_bottom_wrap .flex .box .btn_wrap .btn {
	}
	.contact_bottom_wrap .flex .box .btn_wrap .btn a {
		padding: 18px 0;
	}
	.contact_bottom_wrap .flex .box .btn_wrap .btn a::after {
	}
	
	.contact_bottom_wrap .flex .box .title_tel {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.contact_bottom_wrap .flex .box .tel {
		margin-bottom: 10px;
	}
	.contact_bottom_wrap .flex .box .tel a {
		font-size: 50px;
		margin-bottom: 0;
	}
	.contact_bottom_wrap .flex .box .body {
		font-size: 12px;
	}
}

