@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
}



img {
  width: 760px; /* 親要素の幅を超えない */
  height: auto;    /* 縦横比を維持 */
	margin: 0px;
vertical-align: bottom
}


.image_normal_sign{
  width: auto; /* 親要素の幅を超えない */
  height: auto;    /* 縦横比を維持 */	
margin: 10px 0px 10px 0px;	
}	

.image_normal{
  width: auto; /* 親要素の幅を超えない */
  height: auto;    /* 縦横比を維持 */	
margin: -10px 0px 10px 0px;	
}

h2{
	font-size: 25px;
	font-weight:500;
}

h5{
	margin: 10px 0px;
	font-size: 20px;
}

.center_his{
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 20px 0px;
	font-weight: 800;
}


.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* ヘッダー */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background: #ccc3b0;
	flex-grow: 1;
}

.herder_pc_all{
  display: flex;
  justify-content: space-between;

}

.herder_pc_left{
 flex-grow: 1;
font-size: 16px;
}

.herder_pc_left_2{
text-align: right;
padding: 0px 20px 10px 0px;

}

.herder_pc_left_2 a{
	text-decoration: none;
	color: #000000;
}

.herder_pc_right{
  display: flex;
  align-items:flex-end;
  justify-content:flex-end;
padding: 0px 0px 10px 0px;
}


.logo img{
width:269px; height: 65px;
}

.titile{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	padding-bottom: 5px;
}

nav {
  display: flex;
  align-items: flex-end;
  text-align: center;
	
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
	line-height: 16px;
}

.contact-btn {
  background: #2c8f6f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}

/* ハンバーガー */
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* メインビジュアル */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;

}

.hero-text {
  color: white;
  text-align: center;
  font-size: 26px;
	width: 100%;
}

.hero-text img{
	width: 100%;

}


.main_area {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
	width: 800px;
	margin: 50px auto 0px auto;
}

.main_area p{
	font-size: 16px;
	line-height: 26px;
	margin: 0px auto;
	text-align: left;
color: #000000;
}


.main_area_02 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
	width: 800px;
	margin: 50px auto 0px auto;
}

.main_area_02 p{
	font-size: 16px;
	line-height: 26px;
	width: 800px;
	margin: 0px auto;
	text-align: left;
color: #000000;
	margin-bottom: 30px;
}

.main_area_03 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
width: 1000px;
margin: 50px auto 0px auto;
}

.main_area_03 p{
	font-size: 16px;
	line-height: 26px;
	width: 800px;
	margin: 0px auto;
	text-align: left;
color: #000000;
}

.main_area_04 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
width: 800px;
margin: 50px auto 0px auto;
}

.main_area_04 p{
	font-size: 16px;
	line-height: 26px;
	width: 800px;
	margin: 0px auto;
	text-align: center;
color: #000000;
}

.main_area_05 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
	width: 800px;
	margin: 50px auto 0px auto;
}

.main_area_05 p{
	font-size: 16px;
	line-height: 26px;
	width: 780px;
	margin: 0px auto;
	text-align: left;
color: #000000;
	margin-bottom: 30px;
}

.note::after {
  content: "※";
  color: red; /* 色を指定 */
  font-size: 0.8em; /* サイズを少し小さく */
  margin-left: 2px; /* 少し隙間を空ける */
vertical-align: top;
}

/*background: rgba(255,255,255,0.9);
 コンテンツ */
.content-box {
  background-image:url("../images/top_bg.jpg");
  margin: -100px auto 50px;
  padding: 40px;
  max-width: 950px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.content-box p {
  line-height: 1.8;
  margin: 10px 0;
}

.symbol {
  margin-top: 30px;
  font-style: italic;
}

.or_main{
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.or_main_left{
	width: 50%;
	text-align: right;
	margin-right: 5px;
}

.or_main_right{
	width: 50%;
	text-align: left;
	margin-left: 5px;
}

/* フッター */
footer {
  background: #d8cfc2;
  text-align: center;
	font-size: 14px;
padding-top: 20px;

}

footer .footer_navi{
	width: 1000px;
	margin: 0px auto;
 
}

.footer_navi_link{
display: flex;
  justify-content:space-between;
  align-items:flex-end;
	width: 80%;
	margin: 0px auto;
	font-size: 12px;
}

.copyright {
  background: #3a2a22;
  color: #fff;
  padding: 10px;
  font-size: 14px;
	width: 100%;
}

input:hover { cursor: pointer; }
	
footer img{
	width: 260px;
	margin: 20px 0px;
}

footer a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.copyright {
  background: #3a2a22;
  color: #fff;
  padding: 10px 0px;
  font-size: 10px;
	width: 100%;
}

/* ===== レスポンシブ ===== */

	.pc{
		display: block;
	}	

	.sp{
		display: none;
	}		
	

	.pc_herder{
		display: block;
	}	

	.sp_herder{
		display: none;
		  background: #ccc3b0;
	}	

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

.contact_form_area{
	width: 440px;
	margin: 20px auto;
}

.contact_form_01{
	text-align: left;
	font-size:14px;
	margin: 20px auto;
}

.contact_form_02{
	text-align: left;
	font-size:14px;
display: flex;
  justify-content: space-between;
  align-items: flex-end;
margin: 20px auto;
}

.contact_form_02 .left{
	margin-right: 10px;
}

.contact_form_02 .right{
	margin-left: 10px;
}

input{
	width: 100%;
	height: 30px;
}

.contact_inquiry{
	height: 100px;
}

.btm_send{
	width: 100%;
	background-color: #1c8c6a;
	color: #FFFFFF;
	border-radius: 30px;
	height: 50px;
	width: 70%;
	font-size: 18px;
}	


.down_btn img{
		width: 220px!important;
	}	

.down_btn_2 img{
	margin: 15px 0px 30px 0px;
		width: 300px!important;
	}	


@media (max-width: 1200px) {
img {
  width: 600px; /* 親要素の幅を超えない */
  height: auto;    /* 縦横比を維持 */
	margin: 0px;
vertical-align: bottom
}


.image_normal_sign{
  width: 300px!important; /* 親要素の幅を超えない */
  height: auto;    /* 縦横比を維持 */	
margin: 10px 0px 10px 0px;	
}		
	
.image_normal{
  width: auto; /* 親要素の幅を超えない */
  height: auto;    /* 縦横比を維持 */	
margin: -10px 0px 10px 0px;	
}

h2{
	font-size: 23px;
	font-weight:500;
}

h5{
	margin: 10px 0px;
	font-size: 18px;
}

.center_his{
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin: 20px 0px;
	font-weight: 800;
}


.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* ヘッダー */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background: #ccc3b0;
	flex-grow: 1;
}

.herder_pc_all{
  display: flex;
  justify-content: space-between;

}

.herder_pc_left{
 flex-grow: 1;
font-size: 14px;
}

.herder_pc_left_2{
text-align: right;
padding: 0px 20px 10px 0px;

}

.herder_pc_left_2 a{
	text-decoration: none;
	color: #000000;
}

.herder_pc_right{
  display: flex;
  align-items:flex-end;
  justify-content:flex-end;
padding: 0px 0px 10px 0px;
}


.logo img{
width:269px; height: 65px;
}

.titile{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	padding-bottom: 5px;
}

nav {
  display: flex;
  align-items: flex-end;
  text-align: center;
	
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
	line-height: 16px;
}

.contact-btn {
  background: #2c8f6f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}

/* ハンバーガー */
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* メインビジュアル */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;

}

.hero-text {
  color: white;
  text-align: center;
  font-size: 26px;
	width: 100%;
}

.hero-text img{
	width: 100%;

}


.main_area {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
	width: 600px;
	margin: 50px auto 0px auto;
}

.main_area p{
	font-size: 14px;
	line-height: 22px;
	margin: 0px auto;
	text-align: left;
color: #000000;
}


.main_area_02 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
	width: 600px;
	margin: 50px auto 0px auto;
}

.main_area_02 p{
	font-size: 14px;
	line-height: 22px;
	width: 600px;
	margin: 0px auto;
	text-align: left;
color: #000000;
	margin-bottom: 30px;
}

.main_area_03 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
width: 800px;
margin: 50px auto 0px auto;
}

.main_area_03 p{
	font-size: 14px;
	line-height: 30px;
	width: 800px;
	margin: 0px auto;
	text-align: left;
color: #000000;
}

.main_area_04 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
width: 800px;
margin: 50px auto 0px auto;
}

.main_area_04 p{
	font-size: 14px;
	line-height: 30px;
	width: 800px;
	margin: 0px auto;
	text-align: center;
color: #000000;
}

.main_area_05 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
	width: 680px;
	margin: 50px auto 0px auto;
}

.main_area_05 p{
	font-size: 14px;
	line-height: 22px;
	width: 680px;
	margin: 0px auto;
	text-align: left;
color: #000000;
	margin-bottom: 30px;
}

.note::after {
  content: "※";
  color: red; /* 色を指定 */
  font-size: 0.8em; /* サイズを少し小さく */
  margin-left: 2px; /* 少し隙間を空ける */
vertical-align: top;
}

/*background: rgba(255,255,255,0.9);
 コンテンツ */
.content-box {
  background-image:url("../images/top_bg.jpg");
  margin: -100px auto 50px;
  padding: 40px;
  max-width: 950px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.content-box p {
  line-height: 1.8;
  margin: 10px 0;
}

.symbol {
  margin-top: 30px;
  font-style: italic;
}

.or_main{
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.or_main_left{
	width: 50%;
	text-align: right;
	margin-right: 5px;
}

.or_main_right{
	width: 50%;
	text-align: left;
	margin-left: 5px;
}

/* フッター */
footer {
  background: #d8cfc2;
  text-align: center;
  font-size: 12px;
padding-top: 20px;

}

footer .footer_navi{
	width: 700px;
	margin: 0px auto;
 
}

.footer_navi_link{
display: flex;
  justify-content:space-between;
  align-items:flex-end;
	width: 80%;
	margin: 0px auto;
	font-size: 10px;
}

.copyright {
  background: #3a2a22;
  color: #fff;
  padding: 10px;
  font-size: 12px;
	width: 100%;
}

input:hover { cursor: pointer; }
	
footer img{
	width: 200px;
	margin: 20px 0px;
}

footer a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.copyright {
  background: #3a2a22;
  color: #fff;
  padding: 10px 0px;
  font-size: 10px;
	width: 100%;
}

/* ===== レスポンシブ ===== */

	.pc{
		display: block;
	}	

	.sp{
		display: none;
	}		
	

	.pc_herder{
		display: block;
	}	

	.sp_herder{
		display: none;
		  background: #ccc3b0;
	}	

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

.contact_form_area{
	width: 440px;
	margin: 20px auto;
}

.contact_form_01{
	text-align: left;
	font-size:14px;
	margin: 20px auto;
}

.contact_form_02{
	text-align: left;
	font-size:14px;
display: flex;
  justify-content: space-between;
  align-items: flex-end;
margin: 20px auto;
}

.contact_form_02 .left{
	margin-right: 10px;
}

.contact_form_02 .right{
	margin-left: 10px;
}

input{
	width: 100%;
	height: 30px;
}

.contact_inquiry{
	height: 100px;
}

.btm_send{
	width: 100%;
	background-color: #1c8c6a;
	color: #FFFFFF;
	border-radius: 30px;
	height: 40px;
	width: 70%;
}	


.down_btn img{
		width: 200px!important;
	}	

.down_btn_2 img{
	margin: 15px 0px 30px 0px;
		width: 250px!important;
	}	

}	
	
@media (max-width: 768px) {

	
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
	
.footer_navi_link{
display: block;
	width: 80%;
	margin: 0px auto;
}

.footer_navi_link div{
margin: 10px 0px;
}	

footer .footer_navi{
	width: 100%;
	margin: 0px auto;
 
}
	
.main_area {
	width: 90%;
	margin: 50px auto 0px auto;
}	
	
.main_area_02 {
	width: 90%;
	margin: 50px auto 0px auto;
}	
	
.main_area_03 {
	width: 90%;
	margin: 50px auto 0px auto;
}	

.main_area_04 {
	width: 90%;
	margin: 50px auto 0px auto;
}	

	
.main_area_05 {
	width: 90%;
}

.main_area_05 p{
	width: 90%;
}	
	
	.pc{
		display: none;
	}	

	.sp{
		display: block;
	}		
	
	.pc_herder{
		display: none;
	}	

	.sp_herder{
		display: flex;
	}	

	
  nav {
    display: none;
    flex-direction: column;
  background: #ccc3b0;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    border-top: 1px solid #ddd;
  }

  nav.active {
    display: flex;
  }

  nav a {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
  }

  .menu-toggle {
    display: block;
  }

.hero-text img {
width: 100%!important;
}	

.main_area img {
width: 100%;
}
	
.main_area_02 img {
width: 100%;
}		
	
.image_normal{
width: auto!important;

}	
	
.main_area_03 img {
width: 100%!important;
}		
	
.main_area_02 p {
width: 90%;
}		
	
.main_area_03 p {
width: 90%;
}		

.main_area_04img {
width: 100%!important;
}		
	
.main_area_04 p {
width: 90%;
}		
		
.main_area_05 img {
width: 100%!important;
}		
	
	
.or_main{
  display: block;
font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.or_main_left{
	width: 100%;
	text-align: center;
	margin-right: 0px;
}

.or_main_right{
	width: 100%;
	text-align: center;
	margin-left: 0px;
}		
	
	
	
.contact_form_area{
	width: 90%;
	margin: 20px auto;
}
	
.main_area_03 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
	margin-top: 50px;
}

.main_area_03 p{
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
color: #000000;
}
	
.main_area_04 {
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
	margin-top: 50px;
}

.main_area_04 p{
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
color: #000000;
}		
	

.down_btn{
		width: 50%!important;
	margin: 0px auto;
	}		
	
}


