@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------
共通
--------------------------------------------------------------------- */
html,body{
    width: 100%;
		scroll-behavior: smooth
}


a:active {
	color: #0071c7;
	text-decoration: none;
}


a img{
	border:none;
}
.clear{
	clear:both;
}

p{
	line-height:1.3;
}

/* ---------------------------------------------------------------------
タグリセット
--------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,div,ul,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ol li {
	list-style:none;
}
.main > img {
	width: 100%;
    margin: 0 auto;
}
table,tr,td{
	border-collapse: separate;
}


sup{
	font-size:10px !important;
}

.gheaderTelNum{
	font-size: 30px;
	line-height: 1.1;
}
.gheaderTelTime {
	font-size: 12px;
}

/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
.cont1{
	width:100%;
	background:#fff;
}

.hd_wrap{
	width:100%;
	background:none;
}

header {
	width:100%;
	background:#fff !important;
}

.head_inner{
	width:1000px;
	margin:0 auto;
	padding-top:2px;
}


.hd_word{
	width:1000px;
	padding-top:2px;
}
.hd_word h1,
.hd_word h2{
	width:auto;
	font-size:10px;
	font-weight:normal;
	padding:0 0 0 15px;
	float:right;
	color:#222222;
}
.inner{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.lp_head_inner2{
	display: none;
}
.lp_logo{
	position: absolute;
	top: 0px;
     margin-top: 20px;
}
.lp_tel{
margin-left: 520px;
margin-top: 20px;
}
.lp_goyoyaku{
	margin-left: 900px;
	margin-top: -80px;
	}
@media screen and (max-width: 1100px){

.lp_logo{
	position: absolute;
	top: 0px;
	left: 100px;
}
.lp_tel{
	margin-left: 690px;
}

}
@media screen and (max-width: 950px){

	.lp_logo{
		position: absolute;
		top: 0px;
		left: 30px;
	}
	.lp_tel{
		margin-left: 580px;
	}
	}
	@media screen and (max-width: 850px){
		.lp_head_inner{
			display: none;
	 }

	 .lp_head_inner2{
		 display: flex;
	 }
		}

@media screen and (max-width: 736px){

.lp_logo2{
	margin-left: 10px;
}
.lp_tel2{
margin-left:30px;
}
.gheaderTel {
	line-height: 0;
}

}



/* ---------------------------------------------------------------------
メイン
--------------------------------------------------------------------- */

section img{

	margin:0 auto;
}


/*h3 {
	color: #fff;
	background: #0d6fb8 !important;
	padding: 15px 0 !important;
	text-align: center;
	font-size: 26px !important;
	font-weight: 400;
}*/

/*ヘッダ*/

.hd{
	width:1000px;
	margin:0 auto;
}

/*メイン*/
section{
	scroll-margin-top: 70px;
}

/*hero*/
.main{
	width:100%;
	margin:0 auto;
	background: url(../images/consultation_main.jpg) no-repeat center / cover;
	height: 550px;
}

.main_hero{
	color: #fff;
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
/* .main_text_inner{
	position: absolute;
	right: 0%;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
} */
/* .main_text_inner{
	position: absolute;
	right: 0%;
	top:50%;
	padding: 40px 40px 40px 60px;
	background: rgba(0,0,0,.5);
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
} */
.main_text_inner{
	position: absolute;
	right: 0%;
	top:50%;
	padding: 40px calc(-60px + calc((100vw - 1000px) /2)) 40px 60px;
	background: rgba(0,0,0,.5);
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main_img_inner{
	position: absolute;
	bottom: 0;
	left: 13%;
}
.main_text_inner .main_text{
	font-size: 1rem;
	letter-spacing: 0.2rem;
	line-height: 1.6;
}
.main_text_inner .h1{
	font-size: 3.75rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
	text-shadow: 1px 1px 5px #3c3c3c;
}

/*detail*/
.consultation_detail{
	max-width: 1000px;
	margin: 0 auto 70px;
}
.consultation_text{
	padding: 60px 0;
	width: 100%;
}
.consultation_text .h2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.consultation_text p{
	font-size: 1rem;
	line-height: 1.6;
}

.marker-animation {
	background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,transparent),color-stop(50%,#e7afdb));
	background-image: linear-gradient(left,transparent 50%,#e7afdb 50%);
	background-repeat: repeat-x;
	background-size: 200% 0.6em;
	background-position: 0 0.9em;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	font-weight: bold;
}
.marker-animation.active {
	background-position: -100% 0.9em;
}



/*access*/
/* .consultation_access{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} */
.aobadai{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.aobadai img{
	margin: 0;	
}
.consultation_text_map{
	display: flex;
	align-items: center;
	width: 95%;
	margin: 50px auto;
}
/* .consultation_border{
	position: relative;
}
.consultation_border::after{
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 0.6rem;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #3c3c3c;
	opacity: .5;
} */
.consultation_adress_text{
	width: 50%;
	padding-left: 20px;
}
.consultation_map{
	width: 50%;
}
.consultation_access .h3{
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	margin: 30px 0;
}
.consultation_access .h3 span{
	background-color: #038324;
	color: #fff;
	padding: 3px 10px;
  font-size: 1rem;
  margin-left: 10px;
}

.consultation_access .blue{
	color: #029cfe;
}
.consultation_access .green{
	color: #038324;
}
.consultation_adress_text p{
	padding-bottom: 10px;
}
.consultation_btn{
	font-size: 1.6rem;
	margin-top: 40px;
	background-color: #AB951D;
	border-bottom: 5px solid #877722;
	width: 500px;
}
.consultation_btn:hover{
	background: #AB951D;;
    border-bottom: 3px solid #877722;
}
.consultation_detail a:visited{
	color: #fff;
}
.consultation_detail a:link{
	color: #fff;
}

/*icon_area*/
.consultation_icon_area{
	background-color: #e9e9e9;
	width: 100%;
	text-align: center;
}
.consultation_icon_area .h4{
	font-size: 2rem;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 10px;
}
.consultation_icon_area_inner{
	max-width: 1000px;
	margin: 0 auto;
}
.consultation_icon_area_inner p{
	font-size: 1rem;
	padding-top: 10px;
}
.consultation_icon_area_inner ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0 80px 30px;
}
.consultation_icon_area_inner ul li{
	width: 200px;
	padding: 30px;
}

/*proposal*/
.consultation_proposal{
	max-width: 1000px;
	margin: 0 auto 50px;
	text-align: center;
}
.consultation_proposal .h4{
	font-size: 2rem;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.proposal_inner{
	max-width: 1000px;
	margin: 0 auto;
}
.proposal_inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proposal_item{
	width: 45%;
	padding-bottom: 50px;
}
.proposal_item .h5{
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0;
}

/*content-6*/
.consultation_content-6__txt{
	font-size: 2rem;
  line-height: 1.2em;
  margin: 0 auto;
}

/*from*/
.consultation_holiday{
	margin-bottom: 20px;
}
.consultation_fron_text{
	color: #F00;
}

.flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.map{
	text-align: center;
}

.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
	text-align: center;
  }

#price{
	width:100% !important;
	margin:0 auto !important;
	background:#fffac2;
}
#panel {
	width:1000px;
	margin:50px auto 70px;
}
.panel img{
	float:left;
}
.panel img:first-child{
	margin-right:64px;
}
#panel p{
	font-size:8px;
	color:#7e7e7e;
	margin-top:10px;
	line-height: 1.2;
}

#bnr{
	width:1000px;
	margin:0 auto;
}

#btn {
	width:1000px;
	margin:50px auto 0;
}
#btn div{
	width:1000px ;
	margin:0 auto;
}
#btn div img{
	width:100%;
	margin:0 auto;
}
#btn p {
	margin:30px 0;
	line-height: 30px;
}

.btn_wrap  a{
	width:485px;
	float:left;
	margin-right:30px;
}
.btn_wrap a:last-child{
	margin-right:0;
}

#cont_1,#cont_2,#cont_3{
	width:100%;
	position:relative;
}
#cont_1{
	padding-bottom: 50px;
	margin-top: -80px;
}
.cont_wrap {
	width:1100px;
	margin:0 auto;
	margin-top: 150px;
}
#cont_1 .tl,#cont_2 .tl,#cont_3 .tl{
	position:absolute;
	top: -60px;
	width: 680px;
	margin: 0 auto;
	left: 0;
	right:0;
}
.cont_wrap .kijun{
	width: 920px;
	margin: 30px auto 0;
}
.cont_wrap .hiyou{
	width: 1000px;
	margin: 30px auto 0;
}
.small {
	font-size:14px;
	font-weight:bold;
	line-height: 1.2;
}

.infiniteslide{
	display: flex!important;
}

#b_c_fix {
    width: 100%;
    padding: 15px 0;
    background-color: rgba(55, 65, 56, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
#b_c_fix .inner {
    width: 1020px;
    margin: 0 auto;
}
.cf::before, .cf::after {
    content: "";
    display: table;
}
*::after, *::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
/**, *::after, *::before {
    box-sizing: inherit;
    border-style: solid;
    border-width: 0;
}*/
#b_c_fix .inner h2 {
  width: 500px;
	float: left;
	padding-top:6px;
}
#b_c_fix .inner h2 a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#b_c_fix .inner h2 a:hover img {
	opacity:0.6;
}
#b_c_fix .inner .r_b {
    float: right;
}
#b_c_fix .inner .r_b li {
    width: 480px;
    margin-left: 15px;
    float: left;
}
#b_c_fix .inner .r_b li a {
    display: block;
}
#b_c_fix .inner .r_b li a:hover {
	-webkit-transition: .5s;
	transition: .5s;
    opacity: 0.8;
}
#b_c_fix .inner .r_b li img {
    max-width: 100%;
    height: auto;
}
.cf::after {

    clear: both;

}

/*インスペクション　バナー*/
.index-block03-reco{
	width:1000px;

	margin: 0 auto;
}
.index-block03-reco a{
	display:block;
}
.index-block03-reco a:hover{
	opacity:1;
}
.ibr1{
	width:676px;
	float:left;
}
.ibr2{
	width:320px;
	float:right;

}
.ibr2:hover{
	border:solid 2px #e61673;
}
.ibr1 img,
.ibr2 img{
	width:100%;
	height:auto;
}

	@media screen and (max-width: 736px){
		.index-block03-reco{
			width:90%;
			padding: 3%;
			margin-bottom: 0px;
		}
		.index-block03-reco img{
			width:100%;
			height:auto;
			margin: 0 auto;

		}
		.ibr1{
			width:100%;
			float:none;
		}
		.ibr1 a:hover{
			content:"";
		}
		.ibr2{
			width:100%;
			float:none;
			margin:0;
		}
		#cont_1 {
			margin-top: 500px;
		}
		.fadein{
			opacity: 1;
		}
	}

.index-block03-reco h3{
	color: #00a89c;
	font-size: 28px;
	line-height: 1;
	text-align: center;
}
	@media screen and (max-width: 736px){
		.index-block03-reco h3{
			font-size: 24px;
			line-height: 1.2;
		}
	}

.index-block03-reco h3 span{
	letter-spacing: 0;
	font-size: 24px;
}
	@media screen and (max-width: 736px){
		.index-block03-reco h3 span{font-size: 16px;}
	}

.index-block03-reco p{
	text-align: right;
	margin-right: 34px;
}
	@media screen and (max-width: 736px){
		.index-block03-reco p{
			text-align: center;
			margin-right: 0;
		}
	}

.index-block03-reco p a{
	color: #00a89c;
	font-size: 20px;
}
	@media screen and (max-width: 736px){
		.index-block03-reco p a{font-size: 16px;}
	}

/*ページトップ*/
#page-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
}

.text{
	text-align: center;
    margin-bottom: 50px;
	margin-top: -20px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.refomstazio{
	text-align: center;
	margin-bottom: 70px;
	background-color: #e3f0dc;
	height: 1150px;
}

.yoyakuform{
	background-color: #cfb382;
	height: 200px;
}
.yoyakutitle{
text-align: center;
color: #fff;
font-size: 30px;
font-family: sans-serif;
margin-top: 30px;
}

.yoyakutext{
	text-align: center;
	color: #fff;
	font-size: 20px;
    font-family: sans-serif;
}
.kasen{
	border-bottom:solid 2px #fff;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-top: -10px;
}
.yoyakutext2{
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: sans-serif;
	margin-top: -10px;
	font-weight: 600;
}

/* ---------------------------------------------------------------------
common_footer
--------------------------------------------------------------------- */
.common_ft_inner{
	width:100%;
	background:url(../images/ft_bg.gif) repeat-x top center;
	margin-top:20px;
}
.common_ft_inner a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.70;
}


#common_footerContainer2{
	width:100%;
	background:#fff;
	margin-bottom:20px;
}
.common_remark{
	width:100%;
	background:#c2d500;
}
.common_ft_c2_inner{
	padding: 20px 0;
	background-color: #f3f3f3;
	color: #62b26b;
}
.common_copyright{
	font-size:14px;
	text-align:center;
	margin-top:10px;
	margin-bottom: 0px;

}
.common_footerMenu{
	font-size:14px;
	text-align:center;
}

.common_footerMenu a:link {
	color: #333333;
	text-decoration: none;
}
.common_footerMenu a:visited {
	color: #333333;
	text-decoration: none;
}
.common_footerMenu a:hover {
	color: #333333;
	text-decoration: underline;
}
.common_footerMenu a:active {
	color: #333333;
	text-decoration: none;
}







/*SP用display:none;■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.sp {
	display:none;
}

/* ------------------------------画面の横幅が768px以下 (スマホ) ------------------------------*/
@media screen and (max-width:768px){


.pc {
	display:none !important;
}
.sp {
	display:block !important;
}
.sp img{
	width:100%;
}

.back{
	background-image: url(../images/main_sp2.jpg);
	margin-top: -10px;
}

.main2{
	margin-top: -670px;
	margin-bottom: 0px;
}
.nakagawasp{
	padding-top: 70px;
	padding-bottom: 40px;
}
.map2{
	padding: 10px;
}
.head_inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 2px;
}
.hd_word {
    width: 100%;
    padding-top: 2px;
}
#btn {
display: none;
}
#btn div{
	width:70% ;
	margin:0 auto;
}
#btn div img{
	width:100%;
	margin:0 auto;
}
#btn p {
	margin:30px 0;
}

.btn_wrap  a{
	width:100%;
	float:none;
	margin-right:0;
}

#cont_2 {
    margin: 30px auto 30px;
}
#cont_1 .tl,#cont_2 .tl,#cont_3 .tl{
	position:rerative;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right:0;
}
#cont_1 .tl img,#cont_2 .tl img,#cont_3 .tl img{
	width: 100%;
}
.cont_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
.cont_wrap .kijun {
    width: 100%;
    margin: 10px auto 0;
}
.cont_wrap .kijun img{
    width: 100%;
}
#b_c_fix {
    padding: 5px;
}
#b_c_fix .inner {
    width: 100%;
    margin: 0 auto;
}
#b_c_fix .inner h2 {
    margin-bottom: 5px;
    text-align: center;
}
#b_c_fix .inner h2 {
    width: 100%;
    float: none;
}
#b_c_fix .inner h2 img {
    width: 85%;
    height: 100%;
}
#b_c_fix .inner .r_b {
    float: none;
}
#b_c_fix .inner .r_b ul {
    text-align: center;
}
#b_c_fix .inner .r_b li {
    width: 100%;
    display: inline-block;
	float:none;
	margin: 0 auto 5px;
}
#b_c_fix .inner .r_b li a {
    display: block;
}
#b_c_fix .inner .r_b li img {
    max-width: 85%;
    height: auto;
    margin: 0 auto;
}
.common_ft_c2_inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.gheaderTelNum {
	font-size: 28px;
	margin-bottom: 2px;
}


/*consultation*/

section{
	width: 100%;
	padding: 0 4%;
}
.consultation_sp{
	padding: 0 4%;
	min-width: 100%;
}

/*hero*/

.main{
	height: 144vw;
	background-position: calc(50% - -100vw) center;
}
.main_text_inner .h1{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.main_text_inner{
	top:26%;
	left: 0%;
	padding: 15px 50px 5px 50px;
	width: 100%;
}

.consultation_sp_main_text_inner{
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 80%;
	text-align: center;
	font-size: 1rem;

}
.consultation_sp_main_text {
  position: relative;
  border: 2px solid #fff;
  border-radius: 4px;
  margin: 1.8em 1em;
  padding: 23px 15px 18px 15px;
	background-color: rgba(0,0,0,.5);
	line-height: 1.5;
}
.consultation_sp_main_text_title {
  position: absolute;
  padding: 2px 10px;
  left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  top: -13px;
  color: #3c3c3c;
	border-radius: 4px;
  font-weight: bold;
  font-size:0.9em;
  background-color: #fff;
	font-size: 1.15rem;
}


/*.consultation_access*/

.consultation_access{
	flex-direction: column;
}
.aobadai{
	width: 100%;
	display: block;
}
.aobadai>img{
	display: grid;
}
.consultation_access .h3{
	margin: 20px 0;
}
.consultation_text p{
	width: 90%;
	margin: 0 auto;
}
.consultation_adress_text p{
	text-align: left;
}
.consultation_text_map{
	flex-direction: column;
	text-align: center;
	margin:0 auto 20px;
}
.consultation_adress_text,.consultation_map{
	width: 100%;
	padding: 0;
}
.consultation_adress_text{
	width: 12rem;
	margin: 0 auto;
}
.consultation_btn{
	margin-top: 20px;
	width: 90%;
    font-size: 1.1rem;
}

/*.consultation_icon_area*/
.consultation_icon_area{
	margin-bottom: 50px;
}
.consultation_icon_area .h4{
	font-size: 1.7rem;
	padding: 30px 0 20px;
}
.consultation_icon_area_inner ul{
	padding: 0;
}
.consultation_icon_area ul li{
	width: 150px;
	padding: 15px;
}


/*consultation_proposal*/

.consultation_proposal{
	margin-bottom: -50px;
}
.consultation_proposal .h4{
	font-size: 1.7rem;
	padding: 0 0 20px;
}
.proposal_item{
	padding-bottom: 0;
}
.proposal_inner ul{
	justify-content: space-around;
}
.proposal_item .h5{
	font-size: 14px;
}



/*.consultation_content-6__txt*/

.consultation_content-6__txt{
	font-size: 1.5rem;
}

}
