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

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

PC用レイアウト

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

/*----------------------
共通設定
----------------------*/
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #333;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
		white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

a:hover{
	cursor: pointer;
}

h2 img{
	width: 100%;
	height: auto;
}

.img_w100{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*----------------------
ブラウザのCSSをリセット
----------------------*/
p{
	margin: 0 !important;
	padding: 0 !important;
}


/*----------------------
セクションエリア共通設定
----------------------*/
section{
	clear: both;
	overflow: auto;
}


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

全体レイアウト、共通設定

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

/*----------------------
全体エリアの背景設定
----------------------*/
.main{
	background-color: #f2f2f2;
}

/*----------------------
記事エリアの設定
----------------------*/
.article{
	background-color: #fff;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.8;
}

.nomal_text{
	font-size: 1.8rem;
	line-height: 1.8;
}

.nomal_text span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}

.sp_view{
	display: none !important;
}
/*----------------------
記事エリア、ファーストビューの内幅設定
----------------------*/
.top_img_in{
	width: 952px;
	margin: 0 auto;
}


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

上部固定ヘッダー設定

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

/*----------------------
上部固定ヘッダー全体
----------------------*/
.header{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	overflow: auto;
	height: 75px;
}

/*----------------------
ヘッダー内部をカラム幅にする
----------------------*/
.header_inner{
	max-width: 952px;
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
}


/*----------------------
ロゴ
----------------------*/
.top_logo_flame{
	width: 14%;
	float: left;
	margin: 0em;
	height: 75px;
	display: flex;
	align-items: center;
}

.top_logo_flame:hover{
	opacity: 0.7;
}

/*----------------------
電話
----------------------*/
.top_tel_flame{
	width: 26%;
	float: right;
	margin: 0em;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top_tel_flame:hover{
	opacity: 0.7;
}

.top_tel_flame a{
	display: flex;
	align-items: center;
}

.tel_icon_flame{
	border: solid 2px #333;
	border-radius: 90000px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

/**********************************
背景色付き、電話白の時はこちらを使う
.tel_icon_flame{
	border-radius: 90000px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
	background-color: #333;
}

.fa-phone{
	font-size: 4.1rem !important;
	color: #fff;
	padding-top: 3px;
}

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


.fa-phone{
	font-size: 4.1rem !important;
	color: #333;
	padding-top: 3px;
}

.tel_number{
	color: #333;
	font-weight: bold;
	font-size: 2.7rem;
	margin-bottom: 2px !important;
	text-align: center;
}

.tel_uketuke{
	color: #333;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
}

/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: 280px;/*----lineアイコンがあるときは250〜300px---*/
	float: right;
	height: 50px;
	background: -webkit-linear-gradient(left, #ff544f, #fad126);
	background: -o-linear-gradient(left, #ff544f, #fad126);
	background: linear-gradient(to right, #ff544f, #fad126);
	margin-left: 12px;
	margin-top: 12px;
	border-radius: 500px;
	box-shadow: 0 3px 0 #ccc;
	
}

.top_cv_btn2{
	background: -webkit-linear-gradient(left, #00b900, #69e869);
	background: -o-linear-gradient(left, #00b900, #69e869);
	background: linear-gradient(to right, #00b900, #69e869);
}

.top_cv_btn:hover{
	opacity: 0.7;
}

.top_cv_btn a{
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p{
	font-size: 2rem;
	font-weight: bold;
	padding: 0 20px 2px !important;/*----lineアイコンがあるときは20を0に---*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p i{
	font-size: 2.5rem !important;
}

.top_cv_btn a p img{
	width: 17%;
	margin-right: 3px;
}

.sp_bottom_cv{
	display: none;
}


/*--------------------------------
ヘッダー内の画像が常に100%になるように
---------------------------------*/
.top_logo_flame img,.top_tel_flame img,.top_cv_btn img{
	width: 100%;
}



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

ファーストビュー設定

**********************************/
.top_img_flame{
	background-image: url("../img/pc_fv_out.jpeg");
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}

.top_img_in img{
	width: 100%;
	height: auto;
}


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

section設定

**********************************/
.section_over_flame{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.section_under_flame{
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
}





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

cvエリア

**********************************/
.cv_over{
	background-color: #00AFCC;
}

.cv_under{
	padding-top: 0;
	padding-bottom: 65px;
}

.cv_ue_eria{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.logo_tate_white{
	width: 12%;
	padding-right: 25px;
	padding-left: 0 !important;
}

.cv_ue_eria p{
	font-size: 3.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4 !important;
	white-space: pre-wrap;
}

.cv_ue_eria p span{
	font-weight: bold;
	color: #fff000;
}

.cv_white_flame{
	width: 100%;
	height: auto;
	padding:  35px 25px;
	background-color: #fff;
	box-sizing: border-box;
}

.cv_btn_retu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.cv_btn{
	width: 48.5%;
	height: 80px;
	border-radius: 700px;
	background: -webkit-linear-gradient(left, #ff544f, #fad126);
	background: -o-linear-gradient(left, #ff544f, #fad126);
	background: linear-gradient(to right, #ff544f, #fad126);
	box-shadow: 0 4px 0 #ccc;
}

.cv_btn2{
	background: -webkit-linear-gradient(left, #00b900, #69e869);
	background: -o-linear-gradient(left, #00b900, #69e869);
	background: linear-gradient(to right, #00b900, #69e869);
}

.cv_btn:hover{
	opacity: 0.7;
}

.cv_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_btn a img{
	width: 17%;
	margin-right: 4px;
}

.cv_btn a p{
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 1px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_btn a p i{
	font-size: 4rem !important;
	padding-bottom: 4px !important;
}











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

悩みエリア

**********************************/
.nayami_over{
	background-image: url("../img/nayami_bg.jpeg");
}

.nayami_under{
	
}

.nayami_inner{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.nayami_under ul{
	width: 100%;
	margin-left: auto;
}

.nayami_under ul li{
	width: 316px;
	height: 80.4px;
	background-color: #fff;
	border: solid 2px #a19570;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}

.nayami_under ul li img{
	width: 16%;
	padding-right: 10px;
}

.nayami_under ul li p{
	color: #a19570;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.3 !important;
}

.nayami_under ul li p span{
	font-weight: bold;
	font-size: 2.4rem;
}

.nayami_bottom_text{
	width: 533px;
	height: 89px;
	display: block;
	margin: 0 auto;
}




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

解決エリア

**********************************/
.kaiketu_over{
	
}

.kaiketu_under{
	padding-top: 0;
	padding-bottom: 60px;
}

.movie_top_text{
	margin: 45px 0 20px;
}

.movie{
	width: 100%;
	height: 566px;
	margin-top: 0 !important;
	background-color: #eee;
	padding: 35px;
	box-sizing: border-box;
}

.kaiketu2_over{
	background-color: #eee;
}

.kaiketu2_under{
	padding-bottom: 65px;
}

.under_triangle{
	width: 0;
	border-top: 45px solid #fff;
	border-right: 72px solid transparent;
	border-left: 72px solid transparent;
	margin: 0 auto;
}

.kaiketu2_under{
	padding-top: 40px;
}

.kaiketu2_img_flame{
	display: flex;
	justify-content: space-between;
}

.kaiketu2_img_flame img{
	width: 466px;
	height: auto;
}




.kaiketu3_over{
	background-image: url("../img/kaiketu3_bg.jpeg");
}

.triangle_color1{
	border-top: 45px solid #eee;
}

.kaiketu3_under{
	padding-top: 30px;
}

.kaiketu3_under h3{
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	color: #fff;
}

.kaiketu3_under p{
	font-size: 1.8rem;
	color: #fff;
}





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

特徴・理由エリア

**********************************/
.riyuu_over{
	background-image: url("../img/riyuu_bg.jpeg");
}

.riyuu_under{
	
}



.riyuu_flame{
	position: relative;
	width: 100%;
	height: auto;
}

.riyuu_flame2{
	margin: 30px 0;
}

.riyuu_img{
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	display: block;
}

.riyuu_img1,.riyuu_img2{
	width: 466px;
	height: 336px;
}

.riyuu_img2{
	margin-left: auto;
}

.riyuu_text_flame{
	width: 547px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
	position: absolute;
}

.riyuu_text_flame1{
	top: 30px;
	right: 0;
}

.riyuu_text_flame2{
	top: 30px;
}

.riyuu_text_flame p{
	white-space: pre-wrap;
	font-size: 1.75rem;
	line-height: 1.8 !important;
}

.riyuu_text_flame p span{
	font-weight: bold;
	color: #00AFCC;
}





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

事例エリア

**********************************/
.jirei_over{
	background-image: url("../img/jirei_bg.jpeg");
}

.jirei_under{
	padding-bottom: 0;
}


.scroll_content { /* リスト全体のスタイル */
	display: flex;
	max-width: 952px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 60px;
	overflow-x: auto;
}

.scroll_content li { /* 各リストのスタイル */
	width: 405px;
	height: auto;
	margin-right: 20px;
	flex-shrink: 0;
	list-style: none;
	box-sizing: border-box;
	margin-bottom: 35px;
	position: relative;
}

.scroll_content li img{
	height: 228px;
	box-sizing: border-box;
	margin-bottom: 2px;
}

.scroll_content li p{
	width: 100%;
	background-color: #01B0CD;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	padding-top: 2px !important;
}






.scroll_content::-webkit-scrollbar {
	height: 12px; /* スクロールバーの高さ */
	padding-top: 30px !important;
}

.scroll_content::-webkit-scrollbar-thumb {
	background: #aaa; /* ツマミの色 */
	border-radius: 6px; /* ツマミ両端の丸み */
}

.scroll_content::-webkit-scrollbar-track {
	background: #ddd; /* トラックの色 */
	border-radius: 6px; /* トラック両端の丸み */
}







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

お客様の声エリア

**********************************/
.voice_over{
	background-image: url("../img/voice_bg.jpeg");
}

.voice_under{
	
}

.voice_07_inner{
	background-color: #fff;
	width: 100%;
	height: auto;
	padding: 30px;
	margin-top: 40px;
	box-sizing: border-box;
}

.voice_07_inner_top{
	margin-top: 0 !important;
}

.voice_07_title_flame{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #333;
	padding-bottom: 15px;
}

.voice_07_fukidashi_icon{
	width: 120px;
	height: 104px;
	margin-right: 20px;
}

.voice_07_title_flame h3{
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
	color: #333;
}

.voice_07_title_flame h3 span{
	font-weight: bold;
	color: #01B0CD;
}

.voice_07_text_aria_ue{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.voice_07_text_aria_ue img{
	width: 150px;
	height: 150px;
}

.voice_07_text{
	font-size: 1.8rem;
	white-space: pre-wrap;
	margin-bottom: 20px !important;
}

.voice_07_text span{
	font-weight: bold;
	color: #01B0CD;
}

.voice_07_text_ue{
	width: 80%;
	margin-bottom: 0 !important;
}

.voice_07_text_shita{
	margin-top: 10px !important;
}

.voice_07_human_data{
	font-weight: 600;
	text-align: right;
	font-size: 2rem;
}





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

パーツエリア

**********************************/
.parts_over{
	
}

.parts_under{
	
}

.parts_under h3{
	font-weight: bold;
	font-size: 4rem;
	padding: 12px 0 15px 30px;
	margin-bottom: 40px;
	font-family: 'Noto Serif JP', serif;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
}



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

料金エリア

**********************************/
.ryoukin_over{
	background-color: #eee;
}

.ryoukin_under a{
	float: right;
	font-size: 2.1rem;
	font-weight: bold;
	color: #333;
}

.ryoukin_under a:hover{
	cursor: pointer;
	text-decoration: underline;
}

.ryoukin_ichiran_flame{
	display: flex;
	justify-content: flex-end;
}

.ryoukin_ichiran_flame a{
	display: block;
}

.set_menu_retu{
	display: flex;
	justify-content: space-between;
}

.set_menu_retu img{
	width: 23%;
}

.set_menu_h3{
	font-weight: bold;
	text-align: center;
	font-size: 4rem;
	margin-top: 80px;
	margin-bottom: 20px;
	color: #DE0000;
}

.sp_set_menu{
	display: none;
}



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

流れエリア

**********************************/
.nagare_over{
	
}

.nagare_under{
	
}






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

よくある質問エリア

**********************************/
.shitumon_over{
	background-image: url("../img/shitumon_bg.jpeg");
}

#q_and_a_list{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.q_and_a_item{
	margin-top: 17px;
	cursor:pointer;
	text-align: left;
	background-color: rgba(255,255,255,0.90);
}

.q_and_a_item_top{
	margin-top: 0 !important;
}

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #333;
	padding: 0.75em 0 0.75em 1em;
	line-height: 1.4;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #333;
	font-weight: 500;
	padding-bottom: 0.23em;
	margin-left: auto;
	margin-right: 0.6em;
}

.question_text{
	display: flex;
	align-items: center;
}

.answer{
	font-size: 2.4rem;
	padding: 0.3em 1em 1em;
	margin-bottom: 0.5em;
	display:none;
	color: #333;
}

.answer_text{
	white-space: pre-wrap;
}




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

サロン情報エリア

**********************************/
.salon_over{
	background-image: url("../img/salon_bg.jpeg");
}

.salon_flame{
	background-color: #eee;
	padding: 50px 40px;
	box-sizing: border-box;
}

.salon_under dl{
	width: 420px;
	border-bottom: solid 1px #333;
	display: flex;
	padding-bottom: 7px;
	margin-top: 15px;
}

.dl_top{
	margin-top: 0 !important;
}

.salon_under dl dt,.salon_under dl dd{
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.9rem;
	line-height: 1.3;
}

.salon_under dl dt{
	width: 103px;
	padding-left: 15px;
}

.salon_img{
	width: 397px;
	height: 315px;
}

iframe{
	width: 100%;
	height: 400px;
	margin-top: 40px;
}

.salon_flame dl dd a:hover{
	text-decoration: underline;
}





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

フォームエリア

**********************************/
.form_over{
	background-image: url("../img/form_bg.jpeg");
	display: none !important;
}

.form_flame{
	background-color: #fff;
	padding: 40px;
	margin-top: 25px;
}

.form_nomal_text{
	font-size: 1.8rem;
}

.form_mini_title{
	font-size: 2rem;
	font-weight: bold;
}

.form_name{
	width: 200px;
}

.form_tel{
	width: 120px;
}

.form_long_flame{
	width: 424px;
}

.form_big_flame{
	width: 100%;
	height: 250px;
}

.form_waku_kyoutuu{
	font-size: 1.8rem;
	padding: 4px;
	padding-right: 0 !important;
	box-sizing: border-box;
}

.form_btn{
	margin-top: 40px;
	width: 100%;
	height: 81px;
	border-radius: 1000px !important;
	background: -webkit-linear-gradient(left, #ff544f, #fad126);
	background: -o-linear-gradient(left, #ff544f, #fad126);
	background: linear-gradient(to right, #ff544f, #fad126);
	box-shadow: 0 4px 0 #ccc;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
}

.form_btn:hover{
	opacity: 0.7;
}

.tab_view{
	display: none;
}







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

footerエリア

**********************************/
.footer{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00afcc;
}

.footer_under{
	width: 952px;
	height: 120px;
	border-top: solid 1px #fff;/*必要ない時は消す*/
}


.footer_link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 33px;
}

.footer_link a,.footer_link p,.small{
	color: #fff;
	font-size: 1.8rem;
}

.footer_link a:hover{
	text-decoration: underline;
}

.footer_link p{
	margin: 0 1.2em !important;
}

.small{
	text-align: center;
	display: block;
	padding-top: 0.75em;
}
