@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Rajdhani);*/
/* CSS Document */

/*------------------------------------------
base
------------------------------------------*/
@media all and (max-width: 991px) {
	.sp{display: block;}
	.pc{display: none;}	
}

@media all and (min-width: 992px) {
	.sp{display: none;}
	.pc{display: block;}	
}

img.pc{
	text-align: center;
	margin: 0 auto;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


body{
	background:#fff;
	color: #000;
	font-size: 16px;
	line-height: 200%;
	font-family: "メイリオ","Century Gothic", sans-serif;
}

p{
	margin: 0;
}

@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
	body{
		font-size: 14px;
		line-height: 200%;
	}
	img{max-width: 100%;}
}





section{
	text-align: center;
}

section p{
	margin: 0;
}

img{
	max-width: 100%;
	height: auto;
}


.container{
	max-width: 1024px;
	padding: 0;
}
.container .row{
	margin: 0;
}
.container .col{
	padding: 0 5px;
}


/*----------------------
header
----------------------*/

header{
	background: url("../../images/header.jpg") top center no-repeat;
	height: 650px;
}
header h1{
	position: fixed;
	top: -9999px;
}
@media all and (max-width: 991px) {
	header{
		background:none;
		height: auto;
	}
}

/*-----------------------
tel
-----------------------*/

.tel{
	max-width: 810px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}

.tel .btn_p{
	margin-top: 2em;
}


@media all and (min-width: 992px) {
	.tel{
		margin: 0 auto;
		padding: 2em;
	}
}

@media all and (max-width: 991px) {
	.tel{
		margin: 0 0.5em;
		padding: 1em;
	}
	
	.tel .btn_p{
		margin-top: 1em;
	}
}


@media all and (max-width: 991px) {
	section h2 img{
		max-width: 300px;
	}
}


/*----------------------
section1
----------------------*/
section.section1{
	padding: 3em 1em;
	background: #ffe138;
}
section.section1 .area{
	padding-bottom: 3em;
	max-width: 960px;
	margin: 0 auto;
	font-weight: bold;
}
section.section1 .area h2{
	font-weight: bold;
	margin: 0;
	font-size: 1.5em;
}

@media all and (min-width: 992px) {
	section.section1{
		padding: 3em 1em;
	}
}

@media all and (max-width: 991px) {
	section.section1{
		padding: 3em 0.5em;
	}
}



/*----------------------
section2
----------------------*/

section.section2{
	background: url("../../images/section2_back_re.gif");
}

section.section2 .text_p{
	margin: 0;
	position: absolute;
	left: -9999px;
}

section.section2 article{
	padding: 1em;
}

section.section2 article p{
	padding-bottom: 1em;
}

section.section2 .text_box{
	text-align: center;
	margin: 0 auto;
}
section.section2 .text_box img{
	text-align: center;
	margin: 0 auto;
}

@media all and (min-width: 992px) {
	section.section2 .text_box{
		background: url("../../images/section2_text1.png") top center no-repeat;
		height: 535px;
	}
	section.section2{
		padding-bottom: 120px;
	}
}

@media all and (max-width: 991px) {
	section.section2{
		padding-bottom: 120px;
	}
}

/*----------------------
section3
----------------------*/

section.section3{
	background: url("../../images/section3_back_top.png") top center no-repeat;
	margin-top: -100px;
	position: relative;
	padding-bottom: 100px;
}

section.section3 .text_box{
	padding: 1em 0;
}
section.section3 article{
	padding: 1em;
}

section.section3 .bottom_p{
	background: url("../../images/section3_back_bottom.png") top center no-repeat;
	position: absolute;
	height: 350px;
	width: 100%;
	bottom: 50px;
	z-index: -1;
}




/*----------------------
section4
----------------------*/
section.section4{
	padding-bottom: 100px;
}

section.section4 article{
	padding: 1em;
}

section.section4 .container .col{
	padding-bottom: 30px;
}


@media all and (max-width: 991px) {
	section.section4{
		padding-bottom: 50px;
	}
	section.section4 .container .col{
		padding-bottom: 10px;
	}
}


/*----------------------
section5
----------------------*/
section.section5{
	background: url("../../images/section5_back_re.gif") ;
	padding: 100px 0;
	padding-bottom: 0;
}

section.section5 article{
	padding: 1em;
}

section.section5 .back{
	background: url("../../images/section6_back_top.png") bottom center no-repeat;
	padding-bottom: 150px;
}

section.section5 article{
	position: relative;
}

section.section5 .btn_p{
	margin: 0;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}

section.section5 .btn_p a{
	display: block;
}


@media all and (max-width: 991px) {
	section.section5{
		padding: 50px 0;
		padding-bottom: 0;
	}
	section.section5 .btn_p{
		padding: 0 30px;
		bottom: 50px;
	}
	
}


/*----------------------
section6
----------------------*/

section.section6{
	padding-bottom: 3em;
}
section.section6 h2{
	z-index: 2;
	position: relative;
}
section.section6 p{
	margin-top: -100px;
}


@media all and (max-width: 991px) {
	section.section6 p{
		margin-top: -50px;
	}
}


/*--------------------
footer
--------------------*/
footer{
	background:url("../../images/footer_back.jpg") center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 60px 0;
}
footer copy{
	padding: 0 1em;
	display: block;
}
footer copy img{
	padding-top: 60px;
}


