@charset "utf-8";
/* CSS Document */

.high {
	color: #07467a;
}

.pre {
	color: #b99713;
}

.cap {
	font-size: 0.9em;
}

main section .container {
	max-width: 1000px;
}

@media (min-width:992px) {
	.pe-lg-6 {
		padding-right: 10% !important;
	}
}

@media (min-width:1200px) {
	.pe-lg-6 {
		padding-right: 0 !important;
	}
}


/*/////////// MV ////////////*/
.mv2 .wrap {
	background-color: rgba(34,34,34,0.30);
}


/*/////////// セクション1 ////////////*/
.sec1 {
	background-image: url("../images/select_order/img01_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.sec1 h1 {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 100%;
	font-size: 1.5em;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.3em;
}

.sec1 p {
	margin-top: 72.5%;
}

@media (min-width:576px) {	
	.sec1 h1 {
		font-size: 1.9em;
		top: 15%;
	}
	
	.sec1 p {
		margin-top: 80%;
	}	
}

@media (min-width:768px) {	
	.sec1 {
		background-image: url("../images/select_order/img01_pc.jpg");
	}

	.sec1 h1 {
		font-size: 1.5em;
		color: #222;
		top: 22%;
		left: 25%;
		width: 70%;
	}

	.sec1 p {
		margin-top: 22%;
	}
}

@media (min-width:992px) {	
	.sec1 h1 {
		font-size: 1.75em;
		top: 27%;
		left: 26%;
	}

	.sec1 p {
		margin-top: 22%;
	}
}

@media (min-width:1200px) {	
	.sec1 h1 {
		font-size: 2em;
		top: 32%;
	}

	.sec1 p {
		margin-top: 30%;
	}
}

@media (min-width:1400px) {	
	.sec1 h1 {
		font-size: 2.2em;
		top: 32%;
	}

	.sec1 p {
		margin-top: 34%;
	}
}

@media (min-width:1600px) {	
	.sec1 h1 {
		font-size: 2.4em;
		top: 35%;
	}

	.sec1 p {
		margin-top: 42%;
	}
}

@media (min-width:1800px) {	
	.sec1 h1 {
		font-size: 2.4em;
		top: 37%;
	}

	.sec1 p {
		margin-top: 50%;
	}
}



/*/////////// セクション2 ////////////*/
.sec2 h1 {
	font-size: 1.6em;
}

.sec2 .col-4 {
	border-right: 1px solid #222;
}

.sec2 .col-4:last-child {
	border-right: 0;
}

.sec2 .col-4 p {
	font-size: 0.8em;
}

@media (min-width:576px) {	
	.sec2 h1 {
		font-size: 1.7em;
	}
}

@media (min-width:768px) {	
	.sec2 h1 {
		font-size: 1.6em;
	}
}


/*/////////// セクション3 ////////////*/
.sec3 .note {
	margin-top: 20px;
}

.sec3 h2 {
	font-size: 1.8em;
}

.sec3 .setsubi-underline {
	border-bottom: 1px solid #ababab;
}

.sec3 .col-6 {
	margin-bottom: 20px;
}

.sec3 h3 {
	font-size: 1.35em;
}

.sec3 .door-data .col-6 {
	border-bottom: 1px solid #222;
	padding-bottom: 15px;
}

.img18 {
	width: 2.2em;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -0.1em
		
}

.sec3 h4 {
	font-size: 1.35em;
}

@media (min-width:576px) {	
	.sec3 .col-6 {
		margin-bottom: 20px;
	}

	.sec3 h3 {
		font-size: 1.4em;
	}	
}

@media (min-width:768px) {	
	.sec3 .btn1 {
		margin-left: 0;
		margin-right: auto;
	}
	
	.sec3 .btn1-center {
		margin-left: auto;
		margin-right: auto;
	}
	
	.sec3 .canaeru-rogo {
		width: 85%;
	}

}

@media (min-width:992px) {
	.sec3 h2 {
		font-size: 1.9em;
		margin-bottom: 15px;
	}
	
	.sec3 .canaeru-rogo {
		width: 75%;
	}

}