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

/*////////////////////////////////////

SP用レイアウト

////////////////////////////////////*/

@media screen and (max-width:768px){
	/**********************************
	
	全体レイアウト、共通設定
	
	**********************************/

	/*----------------------
	記事エリアの設定
	----------------------*/
	.article{
		font-size: 4.2vw;
	}

	.article p{
		
	}
	
	
	.pc_view{
		display: none !important;
	}
	
	.sp_view{
		display: block !important;
	}
	/**********************************
	
	上部固定ヘッダー設定
	
	**********************************/
	
	/*----------------------
	上部固定ヘッダー全体
	----------------------*/
	.header{
		height: 11vw;
		width: 100%;
		border-right:  none !important;
		border-left:  none !important;
	}

	/*----------------------
	ヘッダー内部をカラム幅にする
	----------------------*/
	.header_inner{
		height: 11vw;
		width: 94.7%;
	}


	/*----------------------
	ロゴ
	----------------------*/
	.top_logo_flame{
		width: 30%;
		height: 11vw;
	}


	/*----------------------
	電話
	----------------------*/
	.top_tel_flame{
		height: 8vw;
		width: 55%;
		margin-top: 1.3vw;
		background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 1px #00B900;
		border-radius: 0.5vw;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}

	.tel_icon_flame{
		border: solid 0.3vw #fff;
		width: 6vw;
		height: 6vw;
		margin-right: 1vw;
		border-radius: 9000000px;
	}

	.fa-phone{
		font-size: 4.8vw !important;
		padding-top: 0.8vw;
		color: #fff;
	}

	.tel_number{
		font-size: 4vw;
		margin-bottom: 0.4vw !important;
		color: #fff;
	}

	.tel_uketuke{
		font-size: 2vw !important;
		color: #fff;
	}


	/*----------------------
	header_cv
	----------------------*/
	.top_cv_btn{
		display: none;
	}
	
	
	
	/*----------------------------------
	sp用下部cv 3つボタン
	----------------------------------------*/
	.sp_bottom_cv{
		display: flex;
		width: 100%;
		height: 10vw;
		position: fixed;
		bottom: 0;
		z-index: 5000;
		background-color: rgba(51,51,51,0.90);
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	
	.sp_bottom_cv_under{
		display: flex;
		justify-content: space-between;
		width: 94.7%;
		margin: 0 auto;
	}
	
	.fix_btn1,.fix_btn2,.fix_btn3{
		width: 31.7%;
		height: 10vw;
		display: flex;
		align-items: center;
		border-radius: 1vw;
	}
	
	.fix_btn1{
		background-image: url(../img/btn_bg_right_red_gra.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	.fix_btn2{
		background-image: url(../img/btn_bg_blue_green_gra.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	.fix_btn3{
		background-image: url(../img/btn_bg_orange_gra.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	
	
	.fix_btn1 a,.fix_btn2 a,.fix_btn3 a{
		width: 100%;
		height: 10vw;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	
	.sp_bottom_cv a img{
		width: 20%;
		margin-right: 0.5vw;
	}
	
	.sp_bottom_cv a p{
		font-size: 3.8vw;
		font-weight: bold;
		color: #fff;
	}
	
	.sp_bottom_cv a p i{
		font-size: 3.8vw !important;
		margin-right: 0.8vw !important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************
	
	ファーストビュー設定
	
	**********************************/
	.top_img_flame{
		height: auto;
	}
	
	.top_img_in{
		width: 100%;
		border-right: none !important;
		border-left: none !important;
	}
	
	.top_img_in img{
		height: auto;
	}
	
	
	
	/**********************************

	section設定

	**********************************/
	.section_over_flame{
		width: 100%;
		height: auto;
		border-right: none !important;
		border-left: none !important;
	}

	.section_under_flame{
		width: 94.7%;
		padding: 10vw 0;
	}
	
	
	
	
	
	/**********************************
	
	cvエリア
	
	**********************************/
	.cv_under{
		padding-top: 0;
	}

	.cv_under2{
		padding-top: 5.5vw;
	}
	
	.cv_shita_sankaku{
		margin-top: -1.5vw !important;
		margin-bottom: 1vw !important;
		font-size: 12vw;
	}
	
	.cv_white_flame{
		padding: 3vw 3vw 4.5vw;
		border-radius: 2vw;
		margin-top: 3vw;
	}

	.cv_text{
		text-align: left;
		font-size: 4.2vw;
		margin-bottom: 2.5vw !important;
	}
	
	.cv_btn_retu{
		display: block;
	}
	
	.cv_tel_flame,.cv_btn{
		width: 100%;
	}
	
	.cv_long_btn{
		margin-top: 0;
	}
	
	.cv_tel_flame,.cv_btn,.cv_long_btn{
		height: 18vw;
		margin-top: 2vw;
		border-radius: 100px;
	}
		
	.cv_tel_flame{
		margin-top: 0;
		background-image: url("../img/btn_bg_right_red_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		border: solid 1px #f37272;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	.cv_tel_flame a{
		align-items: center;
		height: 18vw;
	}
	
	.cv_tel_icon_flame{
		width: 10vw;
		height: 10vw;
		border: solid 0.6vw #fff;
		margin-right: 1.5vw;
		margin-left: 11vw;
	}
	
	.cv_tel_icon_flame i{
		font-size: 8vw !important;
	}
	
	.cv_tel_number{
		font-size: 6.6vw;
		margin-bottom: 0 !important;
		margin-top: 1.2vw !important;
	}
	
	.cv_tel_uketuke{
		font-size: 3.4vw !important;
	}
	
	.cv_tel_flame a,.cv_btn a,.cv_long_btn a{
		background-image: url(../img/cv_fff_migi_yajirushi.png);
		background-repeat: no-repeat;
		background-position: center right 6vw;
		background-size: 2.5%;
	}
	
	.cv_btn a img,.cv_long_btn a img{
		width: 14%;
		margin-left: 7vw;
	}
	
	.cv_btn a p,.cv_long_btn a p{
		font-size: 6.6vw;
	}
	
	.sp_cv_text{
		display: flex !important;
		justify-content: flex-start !important;
		/*
		margin-left: 15vw !important;アイコンがない時はこちらを使用
		*/
	}
	
	.sp_cv_text_noicon{
		/*
		margin-left: 15vw !important;アイコンがない時はこちらを使用
		*/
	}
	
	.cv_btn a,.cv_long_btn a{
		
	}

	.cv_long_btn a p i{
		font-size: 8vw !important;
		margin-right: 2vw !important;
		padding-bottom: 1vw !important;
		margin-left: -2vw !important;
	}
	
	
	/**********************************
	
	悩みエリア
	
	**********************************/
	.nayami_over h2{
		padding-top: 7vw;
	}
	
	.nayami_under{
		padding: 7vw 0;
	}

	.nayami_under li{
		margin-top: 6.5vw;
	}

	.nayami_under li img{
		width: 7vw;
		height: 6.61vw;
	}

	.nayami_under li p{
		font-size: 5.2vw;
	}


	/**********************************
	
	解決エリア
	
	**********************************/
	.kaiketu_img{
		margin-top: 6vw;
	}

	.kaiketu2_under{
		padding-top: 3vw !important;
	}
	



	/**********************************
	
	理由エリア
	
	**********************************/
	.h2_riyuu{
		height: 20vw;
		margin: 0 auto 4vw;
	}

	.h2_shikaku{
		height: 3.3vw;
	}

	.h2_shikaku{
		margin: 0 auto 7vw;
	}

	.riyuu_img{
		border-radius: 2vw 2vw 0 0;
		margin-top: 5vw;
	}

	.riyuu_flame{
		padding: 3.2vw 3vw 3.5vw;
		border-radius: 0 0 2vw 2vw;
	}

	.riyuu_flame p{
		margin-top: 2vw !important;
	}


	/**********************************
	
	新築エリア
	
	**********************************/
	.shinchiku_under{
		padding-bottom: 4.2vw;
	}

	.h2_nomal{
		height: 21vw;
		margin-bottom: 3.7vw;
	}

	.shinchiku_img{
		border-radius: 2vw;
		margin-top: 5vw;
	}

	.sarani{
		font-size: 8vw;
		line-height: 1 !important;
		margin-top: 6.5vw !important;
		margin-bottom: 2.5vw !important;
	}

	.merit_bottom_img{
		margin-top: 4vw;
	}


	/**********************************
	
	お客様の声エリア
	
	**********************************/
	.voice_flame{
		border-radius: 2vw;
		padding: 5vw 3vw;
	}

	.voice_text_flame{
		border-radius: 2vw;
		padding: 3vw;
		margin-top: 7vw;
		margin-top: 3.5vw;
	}

	.voice_name{
		font-size: 4.8vw;
		margin-top: 3vw !important;
	}


	/**********************************
	
	料金エリア
	
	**********************************/
	
	.ryoukin_under h4{
		padding: 2.5vw 0;
		margin-top: 5vw;
	}

	.h4_title{
		font-size: 7vw;
	}

	.h4_sub{
		font-size: 4.2vw;
	}

	.ryoukin_under h4 p{
		line-height: 1.2 !important;
	}

	.ryoukin_flame{
		border-radius: 0 0 2vw 2vw;
		padding: 3vw;
	}

	.ryoukin_flame2{
		margin-bottom: 2.5vw;
	}

	.ryoukin_text{
		font-size: 4vw;
	}

	.kingaku{
		font-size: 9.5vw;
	}

	.en{
		font-size: 6.5vw;
	}

	.zeikomi{
		font-size: 4.5vw;
	}

	.ryoukin_flame h5{
		font-size: 5.8vw;
		padding-bottom: 1.8vw;
		margin-top: 2.2vw;
		margin-bottom: 2vw;
	}

	.ryoukin_flame img{
		margin: 5vw auto 3vw;
		width: 90%;
	}

	.ryoukin_under h3{
		margin: 3vw 0;
	}

	/**********************************
	
	流れエリア
	
	**********************************/
	.nagare_over{
		overflow: hidden;
	}

	.nagare_flame{
		padding: 6vw 3vw;
		border-radius: 2vw;
		margin-bottom: 8vw;

	}

	.nagare_flame img{
		width: 110%;
	}


	
	/**********************************
	
	よくある質問エリア
	
	**********************************/
	
	.q_and_a_item{
		margin-bottom: 0 !important;
		margin-top: 2.2vw !important;
		border-radius: 2vw;
	}
	
	.q_and_a_item_top{
		margin-top: 0 !important;
	}
	
	.q_and_a_item h3{
		font-size: 4.6vw;
		line-height: 6.8vw;
		width: 80vw;
		white-space: pre-wrap;
		padding: 3vw 0 3vw 4vw;
	}
	
	.q_and_a_item span{
		font-size: 6.7vw;
		padding-bottom: 1.5vw;
		margin-right: 5vw;
	}
	
	.answer{
		padding: 0 2.5vw 3vw;
	}
	
	.answer_text{
		font-size: 4.2vw;
		line-height: 7vw !important;
	}
	
	
	
	/**********************************

	最後にエリア

	**********************************/
	.h2_saigoni{
		height: 14vw !important;
	}

	.saigoni_img{
		border-radius: 2vw;
		margin-bottom: 5vw;
	}

	.logo{
		margin-top: 7vw;
		width: 47%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************
	
	footerエリア
	
	**********************************/
	.footer{
		height: 18vw;
		padding-bottom: 13vw;
		margin-top: 0;
	}
	
	.footer_under{
		height: 18vw;
		width: 94.7%;
		border-top: solid 1px #fff;
	}
	
	.footer_link{
		margin-top: 4.4vw;
	}

	.footer_link p{
		margin: 0 3vw !important;
	}
	
	.footer_link a,.footer_link p,.small{
		font-size: 3vw;/*2つ以下の時は3.5vw*/
	}
	
	.small{
		padding-top: 2vw;
	}
	
	
	
}