.midashi_txt{
	width			: 980px ;
	height			: 19px ;
	margin			: 0 0 30px ;
}

.cp_txt01{
	width			: 100% ;
	padding			: 0 0 40px ;
	margin			: 0 0 40px;
	font-size		: 22px ;
	font-weight: bold;
	line-height		: 26px ;
}


.cp_txt02{
	width: 100% ;
	padding: 0 0 40px ;
	margin: 0 ;
	font-size: 16px ;
	line-height: 26px ;
	text-align: center;
}

.cp_txt03{
	width: 100% ;
	padding: 0 0 40px ;
	margin: 0 ;
	font-size: 22px ;
	line-height: 26px ;
	text-align: center;
	font-weight: bold;
}

.cp_box{
	width: 500px;
	margin: 0 auto 50px;
	padding: 20px;
	background-color: #faf4ed;
}

.cp_txt04{
	padding: 20px ;
	margin: 0 ;
	font-size: 18px ;
	line-height: 32px ;
	font-weight: bold;
	background-color: #fff;
}

.cp_txt05{
	width: 100% ;
	padding: 0 0 40px ;
	margin: 0 ;
	font-size: 20px ;
	line-height: 28px ;
	text-align: center;
	font-weight: bold;
}

.btn_box{
	max-width: 240px;
	margin: 0 auto ;
}
.btnbox02 {
	max-width		: 240px;
	margin			: 0 0 20px;
}
a.btn_tel {
	display			: flex;
	justify-content		: center;
	align-items		: center;
	width			: 100%;
	height			: 50px;
	box-sizing		: border-box;
	text-decoration		: none;
	transition-duration	: 0.3s;
	text-align		: left;
	font-size		: 20px;
	border-radius		: 5px;
	border			: 2px solid #D08F36;
	background		: #fff;
	color			: #D08F36;
}

a.btn_more, a.btn_more2, a.btn_more3 {
	display			: flex;
	justify-content		: center;
	align-items		: center;
	width			: 100%;
	height			: 50px;
	position		: relative;
	box-sizing		: border-box;
	text-decoration		: none;
	transition-duration	: 0.3s;
	text-align		: left;
	font-size		: 20px;
	border-radius		: 5px;
	border			: 2px solid #D08F36;
	background		: #fff;
	color			: #D08F36;
}

a.btn_more:before, a.btn_more2:before, a.btn_more3:before {
	content			: '';
	width			: 10px;
	height			: 10px;
	border			: 0;
	border-top		: 3px solid #D08F36;
	border-right		: 3px solid #D08F36;
	position		: absolute;
	top			: 50%;
	margin-top		: -6px;
}

a.btn_more:hover, a.btn_more2:hover, a.btn_more3:hover {
	background		: #D08F36;
	color			: #fff;
}

a.btn_more:hover:before, a.btn_more2:hover:before, a.btn_more3:hover:before {
	border-top		: 2px solid #fff;
	border-right		: 2px solid #fff;
}
/****リンク3（下）****/
a.btn_more3:before {
	transform		: rotate(135deg);
	right			: 25px;
}

.text5{
	margin			: 100px auto 50px;
	text-align		: center;
	font-size		: 26px;
	border-top		: dotted 2px #D08F36;
	border-bottom		: dotted 2px #D08F36;
	padding			: 30px 0;
}

.text6{
	width: 500px;
	margin			: 0 auto 60px;
	clear			: both;
}

.text6 div{
	float: right;
	width			: 100%;
	font-size		: 20px;
	display			: inline-block;
	line-height: 36px;
}

.text6 div span{
	font-size		: 26px;
	line-height		: 30px;
	font-weight		: 600;
	display			: block;
	color			: #fff;
	width			: 30px;
	height			: 30px;
	background		: #D08F36;
	border-radius		: 15px;
	padding			: 0 0 0 0px ;
	text-align		: center;
	box-sizing		: border-box;
	margin			: 0 5px 0 0;
	float: left;
}

.text6 p{
	width			: 100%;
	font-size		: 16px;
	line-height		: 26px;
}

.formbox{
	width: 500px;
	margin: 0 auto;
}

.form02{
	width			: 100%;
	margin			: 0 auto 30px;
	padding			: 0 0 10px;
	border-bottom		: solid 1px #000;
	overflow		: hidden;
}

.form01 p, .form02 p, .form03 p{
	font-weight		: 600;
}

.form01, .form02{
	width			: 100%;
	margin			: 0 auto 30px;
	padding			: 0 0 10px;
	border-bottom		: solid 1px #000;
	overflow		: hidden;
}

.form01 div{
	width			: 300px;
	padding			: 10px 0;
	display			: ineline-block;
	float			: left;
}

.form01 input{
	width			: 30px;
}

.form02 div{
	display			: inlein-block;
	padding			: 0 0 10px;
	
}

.form02 input{
	width			: 120px;
	padding			: 5px;
	margin			: 0 20px 10px 0;
}

.form03{
	width			: 100%;
	margin			: 0 auto 30px;
	padding			: 0 0 10px;
}

.form03 input{
	width			: 96%;
	padding			: 8px 2%;
}

.form03 textarea{
	width			: 96%;
	height			: 200px;
	padding			: 10px 2%;
}

.form03 div{
	font-weight		: 600;
	float			: left;
	width			: 120px;
	line-height		: 1;
	margin			: 0 0 10px;
}

.form03 span{
	display			: inline-block;
	padding			: 1px 10px;
	font-size		: 12px;
	color			: #fff;
	text-align		: center;
	background-color	: #D08F36;
	float			: left;
}

.send{
	max-width		: 240px;
	margin			: 35px auto 50px ;

}

input[type=submit]{
	cursor			: pointer;

}

.btn_send {
	display			: flex;
	justify-content		: center;
	align-items		: center;
	width			: 100%;
	height			: 50px;
	position		: relative;
	box-sizing		: border-box;
	text-decoration		: none;
	transition-duration	: 0.3s;
	text-align		: left;
	font-size		: 20px;
	border-radius		: 5px;
	border			: 2px solid #D08F36;
	background		: #fff;
	color			: #D08F36;
}

.btn_send:hover {
	background		: #D08F36;
	color			: #fff!important;
}

.btn_send:hover:before {
	border-top		: 2px solid #fff;
	border-right		: 2px solid #fff;
}


@media screen and (max-width:749px) {
/*　画面サイズが749pxまではここを読み込む　*/
.midashi_txt{
	width			: 100% ;
	height			: 19px ;
	margin			: 0 0 30px ;
}

.cp_txt01{
	width			: 100% ;
	padding			: 0 0 40px ;
	margin			: 0 0 40px;
	font-size		: 22px ;
	font-weight: bold;
	line-height		: 26px ;
}


.cp_txt02{
	width: 100% ;
	padding: 0 0 40px ;
	margin: 0 ;
	font-size: 16px ;
	line-height: 26px ;
	text-align: center;
}

.cp_txt03{
	width: 100% ;
	padding: 0 0 40px ;
	margin: 0 ;
	font-size: 22px ;
	line-height: 26px ;
	text-align: center;
	font-weight: bold;
}

.cp_box{
	width: 90%;
	margin: 0 auto 50px;
	padding: 5%;
	background-color: #faf4ed;
}

.cp_txt04{
	padding: 20px ;
	margin: 0 ;
	font-size: 18px ;
	line-height: 32px ;
	font-weight: bold;
	background-color: #fff;
}

.cp_txt05{
	width: 100% ;
	padding: 0 0 40px ;
	margin: 0 ;
	font-size: 20px ;
	line-height: 28px ;
	text-align: center;
	font-weight: bold;
}

.btn_box{
	max-width: 240px;
	margin: 0 auto ;
}
.btnbox02 {
	max-width		: 240px;
	margin			: 0 0 20px;
}
a.btn_tel {
	display			: flex;
	justify-content		: center;
	align-items		: center;
	width			: 100%;
	height			: 50px;
	box-sizing		: border-box;
	text-decoration		: none;
	transition-duration	: 0.3s;
	text-align		: left;
	font-size		: 20px;
	border-radius		: 5px;
	border			: 2px solid #D08F36;
	background		: #fff;
	color			: #D08F36;
}

a.btn_more, a.btn_more2, a.btn_more3 {
	display			: flex;
	justify-content		: center;
	align-items		: center;
	width			: 100%;
	height			: 50px;
	position		: relative;
	box-sizing		: border-box;
	text-decoration		: none;
	transition-duration	: 0.3s;
	text-align		: left;
	font-size		: 20px;
	border-radius		: 5px;
	border			: 2px solid #D08F36;
	background		: #fff;
	color			: #D08F36;
}

a.btn_more:before, a.btn_more2:before, a.btn_more3:before {
	content			: '';
	width			: 10px;
	height			: 10px;
	border			: 0;
	border-top		: 3px solid #D08F36;
	border-right		: 3px solid #D08F36;
	position		: absolute;
	top			: 50%;
	margin-top		: -6px;
}

a.btn_more:hover, a.btn_more2:hover, a.btn_more3:hover {
	background		: #D08F36;
	color			: #fff;
}

a.btn_more:hover:before, a.btn_more2:hover:before, a.btn_more3:hover:before {
	border-top		: 2px solid #fff;
	border-right		: 2px solid #fff;
}
/****リンク3（下）****/
a.btn_more3:before {
	transform		: rotate(135deg);
	right			: 25px;
}

.text5{
	margin			: 100px auto 50px;
	text-align		: center;
	font-size		: 26px;
	border-top		: dotted 2px #D08F36;
	border-bottom		: dotted 2px #D08F36;
	padding			: 30px 0;
}

.text6{
	width: 100%;
	margin			: 0 auto 60px;
	clear			: both;
}

.text6 div{
	float: right;
	width			: 100%;
	font-size		: 20px;
	display			: inline-block;
	line-height: 36px;
}

.text6 div span{
	font-size		: 26px;
	line-height		: 30px;
	font-weight		: 600;
	display			: block;
	color			: #fff;
	width			: 30px;
	height			: 30px;
	background		: #D08F36;
	border-radius		: 15px;
	padding			: 0 0 0 0px ;
	text-align		: center;
	box-sizing		: border-box;
	margin			: 0 5px 0 0;
	float: left;
}

.text6 p{
	width			: 100%;
	font-size		: 16px;
	line-height		: 26px;
}

.formbox{
	width: 100%;
	margin: 0 auto;
}

.form02{
	width			: 100%;
	margin			: 0 auto 30px;
	padding			: 0 0 10px;
	border-bottom		: solid 1px #000;
	overflow		: hidden;
}

.form01 p, .form02 p, .form03 p{
	font-weight		: 600;
}

.form01, .form02{
	width			: 100%;
	margin			: 0 auto 30px;
	padding			: 0 0 10px;
	border-bottom		: solid 1px #000;
	overflow		: hidden;
}

.form01 div{
	width			: 300px;
	padding			: 10px 0;
	display			: ineline-block;
	float			: left;
}

.form01 input{
	width			: 30px;
}

.form02 div{
	display			: inlein-block;
	padding			: 0 0 10px;
	
}

.form02 input{
	width			: 120px;
	padding			: 5px;
	margin			: 0 20px 10px 0;
}

.form03{
	width			: 100%;
	margin			: 0 auto 30px;
	padding			: 0 0 10px;
}

.form03 input{
	width			: 96%;
	padding			: 8px 2%;
}

.form03 textarea{
	width			: 96%;
	height			: 200px;
	padding			: 10px 2%;
}

.form03 div{
	font-weight		: 600;
	float			: left;
	width			: 120px;
	line-height		: 1;
	margin			: 0 0 10px;
}

.form03 span{
	display			: inline-block;
	padding			: 1px 10px;
	font-size		: 12px;
	color			: #fff;
	text-align		: center;
	background-color	: #D08F36;
	float			: left;
}

.send{
	max-width		: 240px;
	margin			: 35px auto 50px ;

}

input[type=submit]{
	cursor			: pointer;

}

.btn_send {
	display			: flex;
	justify-content		: center;
	align-items		: center;
	width			: 100%;
	height			: 50px;
	position		: relative;
	box-sizing		: border-box;
	text-decoration		: none;
	transition-duration	: 0.3s;
	text-align		: left;
	font-size		: 20px;
	border-radius		: 5px;
	border			: 2px solid #D08F36;
	background		: #fff;
	color			: #D08F36;
}

.btn_send:hover {
	background		: #D08F36;
	color			: #fff!important;
}

.btn_send:hover:before {
	border-top		: 2px solid #fff;
	border-right		: 2px solid #fff;
}


}


@media screen and (min-width: 750px) {
/* 750pxからの幅の場合に適応される */

}
