@charset "utf-8";
/* CSS Document */

body{
	
	/*webフォント*/
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
	
	/*******/
	color:#1B1B1B;
	
	margin: 0;
	font-size: 16px;
	line-height: 2em;
	min-width:1100px;
	padding: 0;
    box-sizing: border-box;

}



img{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}

h1{
	text-align: center;
	color: #17458e;
	font-weight: bold;
	line-height: 2.5em;
}


h4{
        color: #17458e;
        font-size: 28px;

}



/****各リンクちょうせい *****/
html {
	 scroll-padding-top: 180px;
}



/************
ヘッダー
*************/

#head_wrap{
	background-color:#FFFFFF;
	border-bottom: 1px solid #189343;
}

.head_cont{
	width: 1000px;
	margin: 0 auto;
	display: flex;;
    justify-content: space-between;

}

.head_left {
    width: 390px;
    display: flex;
    align-items: center;
}

.h_text {
    /* width: 740px; */
    margin: 0 20px;
}

.h_logo {
    width: 80px;
}


/************
メインビュー
*************/

.main_view_wrap{
	background-image: url("../img/main_view/main_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	
	width: 100%;
	margin: 0 auto;
}


.main_view_wrap_img{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}



.main_title{
	background-color:#189343;
	line-height: 0;
	padding: 20px 0;
}

.main_title h1{
	line-height: 0;
	display: block;
	text-align-last: center;
	color: #FFFFFF;
	
	font-size: 48px;
	
	  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}


/*各段落共通*/

.paragraph_1,
.paragraph_2,
.paragraph_3,
.paragraph_5{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

/*一段落目*/
.paragraph_1 h2{
	margin: 50px auto;
}
.paragraph_1 p{
	margin: 0 auto 50px;
}

.pparagraph_1_img{
	width: 800px;
	margin: 50px auto;

}


/*二段落目*/
/*施工リスト写真*/

.sekou_list li{
	width: 750px;
	margin: 50px auto;
}



/*流れ*/

.nagare{
	width: 750px;
	margin: 100px auto 50px;
}

/*三段落目*/
.paragraph_3{
	margin: 50px auto;
}

/*四段落目*/
.paragraph_4{
	margin: 0 auto;
	padding: 100px 0;
	background-color: #e1edc8;

}

.paragraph_wrap{
	width: 1000px;
	margin: 0 auto;
	
}
.paragraph_wrap h3{
	text-align: center;
	
}

.paragraph_4 .paragraph_wrap table{
	width: 600px;
	margin: 0 auto;
	border: none;
	border-top:1px solid #1B1B1B;
	border-bottom:1px solid #1B1B1B;
	
	padding: 20px 0
}


.paragraph_4 .paragraph_wrap table th,
.paragraph_4 .paragraph_wrap table td{
	border: none;
	padding: 10px 0 ;
}

.paragraph_4 .paragraph_wrap table th{
	width: 250px;
}

.paragraph_4 .paragraph_wrap table td{
	width: 760px;
}


.paragraph_4 .paragraph_wrap table tr:first-child th,
.paragraph_4 .paragraph_wrap table tr:first-child td{

	padding: 40px 0 0 ;
}

.paragraph_4 .paragraph_wrap table tr:last-child th,
.paragraph_4 .paragraph_wrap table tr:last-child td{
	padding: 0 0 40px;
}

/*5段落目*/

.map {
    margin: 0 auto 100px;
}

/*6段落目*/
.paragraph_6{
	background-color: #e1edc8;
	padding: 40px 0;
}


.paragraph_6 h4{
	display: block;
	margin: 0 auto;
	
	text-align: center;
	
	font-size: 32px;
    color: #191919;
    font-weight: 700;
}


.paragraph_6 p{
	display: block;
	
	margin: 20px auto;
	text-align: center;
	

	
}

.paragraph_6 a{
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 350px;
	font-size: 24px;
	
	padding: 20px 0;

	border-radius: 20px;
	color: #FFFFFF;
	background-color: #189343;
}



.paragraph_6 a:hover{
opacity: 0.7;
}




/*フッター*/
footer{
	background-color: #FFFFFF;
	padding: 30px 0;
	
}

footer img{
	display: block;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}






/********************
お問い合わせページ
********************/


.inquiry_wrap{
		
	width: 1000px;
	margin: 0 auto;
}

.inquiry_wrap{
	display: flex;
	margin: 0 auto;
	padding: 30px;
	background-color: #e1edc8;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}


.inqyery_cont h3{
	text-align: center;
	margin: 100px auto 0;
	
	padding: 0 0 20px;
	width: 400px;
	border-bottom: 1px solid #191919;
}


.inqyery_cont p{
	text-align: center;

}


.inquiry_wrap ul{

/* margin: 0 auto; */

display: flex;

flex-direction: column;

flex-wrap: nowrap;

align-content: flex-end;
}

.inquiry_wrap ul li{
	width: 300px;
	margin: 0 auto 10px;
	
}

.inquiry_wrap ul li:last-child{
	margin: 0 auto ;
	
}



.inquiry_wrap ul li input{
	width: 100%;	
	padding: 10px;
}


.inquiry_wrap textarea{
	width: 500px;
	
}



/*確認画面*/
.mail_check{
	width: 1000px;
	margin: 0 auto;
	background-color: #e1edc8;
	/* padding: 30px 0; */
	overflow: hidden;
}
.inqyery_cont table{
	padding: 30px;
	border: none;
	width: 700px;
	margin: 50px auto;
}


.inqyery_cont table tr,
.inqyery_cont table th,
.inqyery_cont table td
{
	border: none;
}
.inqyery_cont table th,
.inqyery_cont table td
{
	padding: 10px ;
	border-bottom: 1px solid  #189343;

}


.inqyery_cont table tr{
	width: 90%;
	margin: 0 auto;
}
.inqyery_cont table th
{
	width: 150px;
	color: #189343;

}

.inqyery_cont table td
{
	width: 300px;

}


.inqyery_cont table input
{
	width: 100%;
	padding: 10px ;

}




/*修正画面*/


.mail_check table td textarea{
	width: 100%;
	height: 200px;
	
}
/*完了画面*/

#inquiry_finish{
	width: 1000px;
	margin: 0 auto;
	background-color: #e1edc8;
	padding: 190px 0;
	background-color: #FFFFFF;
}



.mail_check table td textarea{
	width: 100%;
	height: 200px;
	
}

/*送信ボタン*/
.submitbuttun input{
		display: block;
		margin: 20px auto;
		text-align: center;
		width: 240px;
		font-size: 24px;
		padding: 10px 0;
		border-radius: 20px;
		color: #FFFFFF;
		background-color: #189343;
	border:none;
	
	
}


.submitbuttun input:hover{
	opacity: 0.7;
	
}




/*送信ボタン*/
.mail_check_button input{
		display: block;
		margin: 20px auto;
		text-align: center;
		width: 240px;
		font-size: 24px;
		padding: 10px 0;
		border-radius: 20px;
		color: #FFFFFF;
		background-color: #189343;
	border:none;
	
	
}


 /*確認様送信ボタン*/

.mail_check_button{
	width: 600px;
	margin: 0 auto;
}


.mail_check_button_wrap {
    display: flex;
}



/************SP用**************/
@media screen and (max-width:500px)  {


body{
	font-size: 4vw;
	line-height: 7.5vw;
	min-width:inherit;
	padding: 0;
    box-sizing: border-box;

}
	
	
h1{
	line-height: 1.5em;
}
	

h4{
	font-size: 5vw;
	line-height: 2em;
	

}
	

#contents_wrap {
    position: relative;
    /* top: 23vw; */
    /*    z-index: -1;*/
    overflow: hidden;
}

header {
    position: fixed;
    z-index: 2;
    overflow: hidden;
}
	.contents_area{
		
	}
	
/****下層タイトル共通*****/


.title_cont {
	width: 100%;
	margin: 0 auto;
	padding: 10vw 0;
}
.title_cont h3{
	display: block;

}
.title_cont span{
	display: block;
	font-size: 16px;
	
}
#contents_wrap_a {
 
}

/************
ヘッダー
*************/

#head_wrap{
	position: fixed;
	background-color:#FFFFFF;
	border-bottom: 1px solid #f7a81b;
	padding: 0 4vw;
	width: 100%;
	margin: 0 auto;
}

.head_cont{
	width: 100%;
	


}
	
.head_left {
        width: inherit;
        display: flex;
        align-items: center;
        width: 90%;
	z-index: 900;
    }

.h_text {
    /* width: 740px; */
    margin: 0 20px;
	width: 70vw;
}

.h_logo {
    width: inherit;
    width: 12vw;
}
	
	
	.main_view_wrap{
		margin: 26vw auto 0;
	}
	
	
.main_view_wrap_img {
    width: 90%;
}

.main_title h1 {
	font-size: 5vw;
}
	
	
.main_title {
    padding: 5vw 0;
}
	
.paragraph_1, .paragraph_2, .paragraph_3, .paragraph_5 {
    width: 90%;
	
}
	
	.paragraph_1 p {
    margin: 0 auto 10vw;
}
	
	.paragraph_1 h2 {
    margin: 8vw auto;
}
	
.sekou_list li {
    width: 100%;
    margin: 10vw auto;
}
	.nagare{
		width: 100%;
	}
	
.paragraph_wrap {
	width: 90%;
	}
	
	.paragraph_4 .paragraph_wrap table {
    width: 100%;
}
	
	.paragraph_4 {
    padding: 2vw 0 10vw;
	}
	
	.paragraph_6 h4 {
		font-size: 5vw;

		
}
	.back_wrap{
		
    padding: 10vw 0 !important;
    margin: 0 auto 10vw!important;

	}
	
	.paragraph_6 {
    background-color: #e1edc8;
    padding: 5vw 0;
}
	
	.paragraph_6 a {
		
    margin: 10vw auto;
    text-align: center;
    width: 80%;
    font-size: 5vw;
    padding: 5vw 0;
    border-radius: 20px;
    color: #FFFFFF;
    background-color: #189343;
}
	
/************
ご挨拶
*************/
#top_comment{
	width: 90%;
	margin: 0 auto 100px;
	margin: 0 auto;
	
}
	
	
	

	
	
/************
フッター
*************/
footer {
        margin: 20vw auto 10vw;
    }
	
footer img{
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 90%;
    }
	
	
	

	/*お問い合わせ*/
	
	.inquiry_wrap {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		display: block;
}
	
	#inquiry_wrap{
	/*	top:20vw;*/
	}
.inquiry_wrap ul {

	width: 100%;
	margin: 0 auto;
}
	
	.inquiry_wrap ul li {
    width: 100%;
    margin: 0 auto 5vw;
}
	
.inquiry_wrap textarea {
        width: 100%;
        height: 40vw;
	margin: 5vw auto ;
    }

	.mail_check {
    width: 100%;

	}
	
	.inqyery_cont table {
    width: 90%;
}
		
	.inqyery_cont table tr{
		        display: flex;
        flex-direction: column;
    }
	
	.inqyery_cont table th, .inqyery_cont table td {
    padding: 3vw;
	width: 100%;
    border-bottom: 1px solid #189343;
		text-align: left;
}
	.inqyery_cont table th{
		border:none;
	}
	
	.mail_check_button {
    width: 90%;
}
	.mail_check_button_wrap {
    display: flex;
    flex-direction: column;
}
	
	.mail_check_button input {

    width: 80%;
		font-size: 4.5vw;
		margin: 3vw auto;
}
	#inquiry_finish{
		width: 100%;
		margin: 0 auto;
		
	}
	#inquiry_finish p{
		width: 90%;
		margin: 0 auto;
		
	}
	.inqyery_cont{
		position: relative;
		/*top:8vw;*/
		overflow: hidden;
	}
	
	.inqyery_cont h3 {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10vw;
    width: 90%;
    border-bottom: 1px solid #191919;
}
	#Baseuser_messages {
    position: relative;
    top: 35vw;
}
}
/************SP用ここまで**************/
	
	

