@charset "UTF-8";

#mv.mv-feature-bridal {
	background: #513A28 url(../../keiseikai/images/mv-feature-bridal.jpg) 60% 0;
	background-size:1340px auto;
	color: #fff;
}

.copy {
	font-size: 3.0rem;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 20px;
}

.course-ti-box {
	line-height: 1.4;
	margin-bottom: 30px;
}

.course-ti-box img {
	width: 35%;
}

.course-ti-box img:last-child {
	transform: rotateX( 180deg );
}

.course-ti-box h2 {
	font-size: 2.8rem;
	margin-top: 25px;
}

.course-ti-box p {
	margin-bottom: 25px;
}

.course-set {
	padding: 30px;
	margin-bottom: 30px;
}

.course-set li {
	line-height: 1.0;
	font-size: 1.7rem;
}

.course-set li span {
	padding: 7px 10px;
	color: #fff;
}

.course-set li:after {
	margin-left: 10px;
	margin-right: 10px;
}

.course-set li:not(:last-child):after, .course-box:not(:last-child):after {
	content: "+";
	display: inline-block;
}

.course-box {
	border-width: 5px;
	padding: 30px 5%;
	position: relative;
	margin-bottom: 80px;
}

.course .course-box:last-child {
	margin-bottom: 0;
}

.course-box:after {
	text-align: center;
	position: absolute;
	bottom: -77px;
	font-size: 3.5rem;
	left: 50%;
}

.course-box > h3 {
	font-size: 2.6rem;
	line-height: 1.2;
}

.course-box .sub-ti-en {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.course-box li {
	width: 48%;
	margin-bottom: 20px;
	padding-top: 20px;
	border-style: dotted !important;
	border-width: 1px 0 0 !important;
}

.course-box li.w100:first-child {
	border: none !important;
	padding-top: 0;
}

.course-box li h4 {
	font-size: 2.2rem !important;
	line-height: 1.6;
}

.course-box li h4 + div {
	margin-top: 15px;
}

.course-box img {
	width: 45%;
	margin-right: 5%;
}

.timing-ti {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

#feature-bridal .contact-box {
	margin-top: 35px;
}



@media screen and (max-width: 834px) {
	
	#mv.mv-feature-bridal {
		background-position: 60% 0;
		background-size: cover;
	}
	
	.copy {
		font-size: 2.6rem;
    line-height: 1.6;
	}
	
	.course-set {
		padding: 20px 20px 10px;
		margin-bottom: 15px;
		justify-content: flex-start;
	}
	
	.course-set li {
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	
	.course-box li {
		margin-bottom: 15px;
		padding-top: 15px;
	}
	
	.course-box li:last-child {
		margin-bottom: 0;
	}
	
	.course-set li span {
		display: block;
	}
	
	.course-set li:after {
		margin-top: 7px;
	}
	
	.course-box li, .course-box img {
		width: 100%;
	}
	
	.course-box img {
		max-width: 300px;
		margin: 0 auto 15px;
	}
	
	.course-ti-box img {
		width: 80%;
		max-width: 200px;
	}
	
}

