@charset "UTF-8";


/*/////////// 共通 ///////////*/
.sec1 h1, .sec2 h1, .sec3 h1 {
	font-size: 1.7em;
}

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

@media (min-width: 1200px) {
	.sec3 h1 {
		font-size: 1.8em !important;
	}
}

@media (min-width: 1400px) {
	.sec3 h1 {
		font-size: 2em !important;
	}
}

/*/////////// MV ///////////*/


/*/////////// セクション1.2 ///////////*/
.sec1 .contents-title, .sec2 .contents-title {
	border-left: 2px solid #f0831e;
	padding-left: 10px;
}

@media (min-width: 992px) {
	.sec1 .text-wrap1, .sec2 .text-wrap1 {
		position: absolute;
		top: 20%;
		left: 45%;
		width: 380px;
		background-color: #fff;
		z-index: 2;
		padding: 30px !important;
	}
	
	.sec1 .text-wrap1 .text, .sec2 .text-wrap1 .text {
		font-size: 0.9em;
		line-height: 1.7em;
	}
	
	.sec1 .btn1, .sec2 .btn1 {
		width: 200px;
		margin-left: 0 !important;
	}

	.sec1 .btn1 a, .sec2 .btn1 a {
		padding: 10px 10px;
		font-size: 0.9em;
		background-size: 0.9em;
	}

	.sec1 .btn1 a:hover, .sec2 .btn1 a:hover {
		background-size: 0.9em;
	}
	
	.sec2 .text-wrap1 {
		top: 20%;
		left: 15%;
	}	
}

@media (min-width: 1200px) {
	.sec1, .sec2 {
		margin-bottom: 130px !important;
	}
	
	.sec1 .text-wrap1, .sec2 .text-wrap1 {
		top: 28%;
		left: 47.5%;
		width: 470px;
		padding: 45px !important;
	}
	
	.sec1 .text-wrap1 .text, .sec2 .text-wrap1 .text {
		font-size: 1.0em;
	}
	
	.sec1 .btn1, .sec2 .btn1 {
		width: 240px;
	}

	.sec1 .btn1 a, .sec2 .btn1 a {
		font-size: 1em;
		background-size: 1em;
		padding: 12px 10px !important;
	}

	.sec1 .btn1 a:hover, .sec2 .btn1 a:hover {
		background-size: 1em;
	}
	
	.sec2 .text-wrap1 {
		top: 27.5%;
		left: 15%;
	}	
}

@media (min-width: 1400px) {
	.sec1 .text-wrap1, .sec2 .text-wrap1 {
		top: 35%;
		left: 50%;
		width: 480px;
		padding: 50px !important;
	}
	
	.sec2 .text-wrap1 {
		top: 35%;
		left: 15%;
	}	
}

@media (min-width: 1600px) {
	.sec1 .text-wrap1, .sec2 .text-wrap1 {
		top: 38%;
		left: 55%;
		width: 500px;
		padding: 55px !important;		
	}
	
	.sec2 .text-wrap1 {
		top: 38%;
		left: 15%;
	}	
}


/*/////////// セクション3 ///////////*/
.sec3 {
	background-image: url("../../assets/images/top/img03_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.sec3 .link {
	color: #fff !important;
}

.sec3 .link:hover {
	color: #fff !important;
	opacity: 0.7;
}

.sec3 .btn1 {
	width: 290px;
}

.sec3 .btn1 a {
	background-color: #f0831e;
	border: 1px solid #fff;
	color: #fff;
	background-image: url("../../assets/images/common/arrow_white.svg");
}

@media (min-width: 414px) {
	.sec3 .btn1 {
		width: 340px;
	}
}

@media (min-width: 768px) {
	.sec3 {
		background-image: url("../../assets/images/top/img03_pc.jpg");
	}
	
	.sec3 .btn1 {
		width: 380px;
	}	
}

@media (min-width: 992px) {	
	.sec3 .btn1 {
		width: 380px;
	}	
}

@media (min-width: 1200px) {	
	.sec3 .btn1 {
		width: 460px;
	}	
}

/*/////////// セクション4 ///////////*/
.ggmap {
	position: relative;
	padding-bottom: 46%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	filter: grayscale(1);	
}

@media (min-width: 768px) {
	.ggmap {
		padding-bottom: 36%;
	}
}

@media (min-width: 1200px) {
	.ggmap {
		padding-bottom: 32%;
	}
}
