
		.slick-prev,
		.slick-next {
			display: none !important;
		}
@media only screen and (min-width: 769px){

	#header { position: fixed; width: 100%; background: url(../../imgs/navi_bg.png) repeat-x bottom #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
	#container { padding-top: 95px; }
	#footer .copyright { padding: 60px 0; }
	#jobRegPc { position: fixed; right: 10px; bottom: 10px; z-index: 100;}
	#jobRegPc img { width: 400px; }

	#style, #plan, #flow { position: relative; top: -120px; display: block; clear: both; }

.about h2 {
	color: #004386;
}
.top ul {
	margin: 0 0 0 60px;
	display: flex;
	align-items: center;
}
.top li {
	width: 360px;
}
.top li h4 {
	font-size: 24px;
	line-height: 50px;
	background: #004386;
	color: #FFF;
	text-align: center;
	padding: 0 40px;
	margin-top: 20px;
	display: inline-block;
	border-radius: 4px;
}
.top li h3 {
	font-size: 24px;
	line-height: 30px;
}
.top li p {
	padding-top: 30px;
}

.plan .title {
	font-size: 36px;
	font-weight: bold;
	padding: 40px 0 0;
}
.plan .price {
	font-size: 24px;
	padding: 0;
}
.plan .price b {
	font-size: 36px;
	color: #963;
}
.plan p{
	padding: 0 0 40px;
}
.plan h5+p{
	padding: 20px 0 40px;
}



.plan .present ul li span {
	font-size: 12px;
}
.plan p a.btn {
	display: inline-block;
	background: #BB3828;
	color: #FFF;
	line-height: 80px;
	font-size: 24px;
	padding: 0 80px;
	border-radius: 4px;
	margin: 40px 0 0;
}
.plan section {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.plan section div {
	width: 560px;
}

		.plan .banner { background: #FAFAFA; width: 800px; margin: 0 auto; border-radius: 10px; border: double 4px #D6D6D6; }
		.plan .banner p { padding: 20px 0; } 
		.plan .banner p a.btn { margin: 0; } 
		.plan .banner .price { background: #FFF; border-radius: 10px;10px 0 0; }

.plan .banner .price b {
	font-size: 36px;
	color: #963;
	line-height: 60px;
	display: block;
	padding: 20px 0;
	border-radius: 5px;
	color: #BB3828;
}


		.style h6 { clear: both; font-size: 24px; text-align: center; padding: 40px 0 20px; display: flex; width: 800px; margin: 0 auto; }
		.style h6:before, .style h6:after { content: ""; flex-grow: 1; height: 2px; background: #D6D6D6; display: block; margin-top: 24px; }
		.style h6:before { margin-right: .8em; }
		.style h6:after { margin-left: .8em; }
		.style .model ul { width: 920px; margin: 0 auto; float: none; }
		.style .model li { width: 50%; float: left; text-align: center; padding: 40px 0 0; }

.style ul {
	margin: 40px auto 0; display: flex; justify-content: space-around;
}

.style figure { margin: 40px 0 0; text-align: center;}
.style figure span { display: block; }

.flow ul { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; margin: 40px 0 0; }
.flow ul li { box-sizing: border-box; position: relative; width: calc((100% / 5) - 20px); margin: 10px; transition: all .4s ease 0s; overflow:hidden; }
.flow ul li a { display: flex; justify-content: center; align-items: center; height: 220px; }
#wrapper .flow ul li img { max-width: 400px; }
.flow ul li img:hover{ transform:scale(1.1,1.1); transition:.4s all; }
}
@media only screen and (max-width: 768px){

	#header {
		background: #FFF;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	#fNav {
		width: 100%;
		position: fixed;
		bottom: 0;
		background: #FFF;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	#fNav:before {
		background: none
	}
	#fNav li.navTel {
	}
	#fNav li.navTel a {
		background: linear-gradient(#FFF, #BB382822);
		color: #BB3828;
		border: solid 2px #BB3828;
		padding: 10px 0;
		font-size: 16px;
		font-weight: bold;
	}
	#fNav li.navTel a span {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
	#fNav li.navTel a span i {
		font-size: 24px;
		margin-right: 10px;
	}

	#fNav li.navRsv {
	}
	#fNav li.navRsv a {
		background: linear-gradient(#BB3828CC, #BB3828);
		border: solid 2px #BB3828;
		padding: 10px 0;
		font-size: 16px;
		color: #FFF;
	}
	#fNav li.navRsv a span {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#fNav li.navRsv a span i {
		font-size: 24px;
		margin-right: 10px;
	}


	#style, #plan, #flow { position: relative; top: -60px; display: block; clear: both; }


.about h2 {
	color: #004386;
}


.top li:first-child, .top li:last-child {
    padding: 0;
}
.top li {
    padding: 0;
}

.top li h3 {
	font-size: 20px;
	line-height: 30px;
	background: #004386;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}
.top li h4 {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
}

		.plan h4 { clear: both; font-size: 18px; text-align: center; padding-top: 40px;  background: url(../imgs/cross-wedding.png) top center no-repeat; }
		.plan h5 { clear:both; font-size: 18px; line-height: 30px; text-align: center; padding-top: 40px;  background: url(../imgs/cross-wedding.png) top center no-repeat; }

.plan .title {
	font-size: 24px;
	font-weight: bold;
	padding: 40px 0 0;
}
.plan .price {
	font-size: 14px;
	padding: 0;
}
.plan .price b {
	font-size: 20px;
	color: #963;
}

.plan .content ul li,
.plan .present ul li {
	font-size: 13px;
}

.plan .content ul li:nth-child(odd) {
	clear: both;
}

.plan .present ul li span {
	font-size: 11px;
}


.plan p a.btn {
	display: inline-block;
	background: #BB3828;
	color: #FFF;
	line-height: 60px;
	font-size: 20px;
	padding: 0 40px;
	border-radius: 4px;
	margin: ;
}
.plan section div { border-top: solid 1px #EDEDED; }
.plan section .price {
	font-size: 20px;
	padding: 0;
}
.plan section .price b {
	font-size: 24px;
	color: #963;
}

.plan h5+p{
	padding: 10px 0;
	font-size: 14px;
}


		.plan .banner { background: #FAFAFA; margin: 40px 20px; border-radius: 10px; border: double 4px #D6D6D6; }
		.plan .banner p { padding: 20px 0; } 
		.plan .banner p a.btn { margin: 0; } 
		.plan .banner .price { background: #FFF; border-radius: 10px 10px 0 0; font-size: 16px; line-height: 25px; }

.plan .banner .price b {
	font-size: 24px;
	line-height: 35px;
	display: block;
	padding: 0 0 20px;
	color: #BB3828;
}


		.style h6 { clear: both; font-size: 20px; text-align: center; padding-top: 0; margin-bottom: 20px; }
		.style h6+ul {  }
		.style h6+ul li { padding: 0 10px 20px; }
		.style ul+ul { display: flex; padding: 0 5px; }
		.style ul+ul li { padding: 0 5px 20px; text-align: center; }
		.style ul+ul li img { }
		.style ul+ul li span { font-size: 12px; }
		.style p { font-size: 14px; text-align: center; margin: 0 10px 20px; padding: 10px; background: #F6F6F6; border-radius: 4px; border: double 4px #D6D6D6; }
		.style p+ul { display: flex; padding: 0 5px; }
		.style p+ul li { padding: 0 5px; text-align: center; }

		.style figure { padding: 0 10px; font-size: 12px; text-align: center; }
		.style .model li { text-align: center; padding: 20px 10px; width: 100%; box-sizing: border-box; }

.style li a {
	display: block;
    background: linear-gradient(to bottom, #FFF, #EDEDED);
    width: 97%;
    margin: 10px auto 0;
    padding: 10px 0;
    border: solid 1px #D6D6D6;
    border-bottom: solid 3px #D6D6D6;

    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
	line-height: 15px;
    font-weight: bold;
}

.flow ul { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; margin: 40px 0 0; }
.flow ul li { box-sizing: border-box; position: relative; width: calc((100% / 5) - 20px); margin: 10px; transition: all .4s ease 0s; overflow:hidden; }
.flow ul li a { display: flex; justify-content: center; align-items: center; height: 24vw; }
#wrapper .flow ul li img { max-width: 200px; }
.flow ul li img:hover{ transform:scale(1.1,1.1); transition:.4s all; }

	.flow ul li { width: calc((100% / 4) - 10px); margin: 5px; }

}