@charset "UTF-8";
/*
----------------------------
メインビジュアル



----------------------------
 */


/*
メインビジュアル
----------------------------*/
.mainVisual {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.mainVisual img {
    position: absolute;
    object-position: center left;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
	.mainVisual{
		height: 400px;
	}
}

/*
プラン
----------------------------*/
.top_plan_banner {
	display: flex;
    justify-content: center;
}

.top_plan_banner .bannerItem{
	position: relative;
	overflow: hidden;
	min-height: 120px;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.top_plan_banner .imgWrap{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.top_plan_banner .imgWrap img{
	object-fit: cover;
}

.top_plan_banner .bannerText{
	position: absolute;
    /* display: flex; */
    z-index: +1;
    color: #fff;
    top: 50%;
    left: 50%;
    /* left: 0; */
    width: 100%;
    /* height: 100%; */
    justify-content: center;
    /* flex-wrap: wrap; */
    /* align-items: stretch; */
    /* flex-direction: row; */
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.top_plan_banner .bannerText{
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.top_plan_banner .bannerText .large{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}


.top_plan_banner .bannerText .small{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	text-align: center;
}
