@import url(../../css/global.css);


.pctabnone {
	display: none;
}

.pc { display: inline !important; }
.sp { display: none !important; }

.wrapper {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

/* ----- header ----- */
#header .hdmain {
	float: right;
	text-align: center;
	display: inline-block;
	margin-top: 18px;
}
#header .hdmain span.tel-link {
	color: #fff;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 600;
}
#header .hdmain span.tel-link img {
	width: 24px;
}
#header .hdmain p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
#header .hdmain i {
	font-style: normal;
}


/* ----- main-visual ----- */

#main-visual {
	background: url(img/sky.jpg) no-repeat center center;
	background-size: cover;
	height: auto;
	padding-top: 80px;
	margin-bottom: 60px;
}
#main-visual .hyoujunka {
	margin: 0 auto;
	text-align: center;
}


#formarea h2 {
	font-weight: bold;
	font-size: 31px;
	text-align: center;
	margin: 0 0 15px;
}
#formarea.wrapper {
	max-width: 1100px;
}


.thanks #mainvisual {
	background: url(/img/mainv.jpg) no-repeat center center;
	background-size: cover;
}
.thanks .contents h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin: 40px 0 20px;
}
.thanks .contents > p {
	text-align: center;
}
.thanks .contents > p + p {
	margin-top: 10px;
}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1280px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1280px){

	.wrapper {
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}


}


/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

	.wrapper {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}


}




/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){


	.pctabnone {
		display: block;
	}
	.pc { display: none !important; }
	.sp { display: inline !important; }

	#header h1#logo {
		width: 50%;
	}
	#header .hdmain {
		margin-top: 10px;
	}
	#header .hdmain span.tel-link,
	#header .hdmain a {
		font-size: 15px;
		letter-spacing: 0;
		color: #fff;
		line-height: 1.0;
	}
	#header .hdmain p {
		font-size: 11px;
	}
	#header .hdmain i {
		display: none;
	}


	#main-visual {
		padding-top: 60px;
		margin-bottom: 40px;
	}


	#formarea h2 {
		font-size: 24px;
	}

	.thanks .contents h2 {
		font-size: 24px;
	}
	.thanks .contents > p {
		text-align: justify;
	}
	.thanks .contents > p br {
		display: none;
	}
	
}












