@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;
	background-color: #f2f2f2;
}

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: #f2f2f2;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.8;
}

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


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

上部固定ヘッダー設定

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



/*----------------------
電話
----------------------*/
.top_tel_flame{
	width: 26%;
	float: right;
	margin: 0;
	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 !important;
	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;
}


.sp_bottom_cv{
	display: none;
}



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

ファーストビュー設定

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

.top_img_in{
	width: 620px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 0 auto;
}

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


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

section設定

**********************************/
.section_over_flame{
	width: 620px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0 auto;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #fff;
}

.section_under_flame{
	width: 580px;
	height: auto;
	margin: 0 auto;
	padding: 55px 0;
}



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

FV下エリア

**********************************/
.fv_shita_over{
	padding-top: 20px;
}

.fv_shita_under{
	padding-top: 0;
}

.fv_shita_retu{
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}

.fv_shita_retu_top{
	margin-top: 35px !important;
}

.fv_shita_retu img{
	width: 182px;
	height: 182px;
}



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

cvエリア

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

.cv_under{
	padding-top: 0;
}

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

.cv_slash{
	width: 2.8%;
}

.cv_ue_eria p{
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1 !important;
	font-family: 'Noto Serif JP', serif;
}

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

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

.cv_tel_flame{
	width: 100%;
	display: flex;
	justify-content: center;
}

.cv_tel_flame:hover{
	opacity: 0.7;
}

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

.cv_tel_icon_flame{
	width: 85px;
	height: 85px;
	margin-right: 15px;
	margin-left: -20px;
}

.cv_tel_icon_flame i{
	font-size: 6.4rem !important;
}

.cv_tel_number{
	font-size: 4.8rem;
	line-height: 1 !important;
	margin-bottom: 0 !important;
	font-family: 'Noto Serif JP', serif;
}

.cv_tel_uketuke{
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
}



.cv_long_btn{
	width: 100%;
	height: 85px;
	border-radius: 10px;
	margin-top: 25px;
	background-color: #966d2d;
	box-shadow: 4px 4.5px 0 #613200;
	background-image: url("../img/cv_fff_migi_yajirushi.png");
	background-repeat: no-repeat;
	background-size: 2.5%;
	background-position: center right 25px;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
}

.cv_long_btn:hover{
	opacity: 0.7;
}

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

.cv_long_btn a img{
	width: 15%;
	margin-right: 5px;
}

.cv_long_btn a p{
	font-size: 3.2rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 2px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
}

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






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

悩みエリア

**********************************/
.nayami_over{
	background-color: #E6E6E6;
}

.nayami_under{
	padding-bottom: 25px;
}

.nayami_under ul li{
	display: flex;
	align-items: center;
	margin-top: 37px;
}

.nayami_under ul li p{
	font-size: 2.3rem;
	line-height: 1.7!important;
}

.nayami_under ul li p span{
	font-weight: bold;
	color: #cc1501;
}

.nayami_under ul li img{
	width: 61px;
	height: 57px;
	margin-right: 17px;
}








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

解決エリア

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

.kaiketu_under{
	padding-top: 0;
}

.kaiketu_img{
	margin-top: 30px;
}


.mini_red_sankaku{
	width: 51px;
	height: 48px;
	display: block;
	margin: 45px auto 30px;
}

.kaiketu_under p{
	text-align: center;
	font-size: 1.9rem;
	line-height: 2 !important;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}

.kaiketu_bottom_img{
	margin-top: 55px;
}

.none{
	display: none !important;
}

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

理由エリア

**********************************/
.riyuu_over{
	background-color: #373737;
}

.riyuu_under{
	padding-bottom: 40px;
}

.h2_shita_line{
	width: 300px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.riyuu_text_flame{
	box-sizing: border-box;
	margin-top: 30px;
}

.riyuu_text_flame h3{
	margin-bottom: 20px;
}

.riyuu_text{
	white-space: pre-wrap;
	color: #fff;
	line-height: 2 !important;
	font-size: 1.7rem;
}

.riyuu_img{
	margin-top: 75px;
}

.mini_white_sankaku{
	width: 51px;
	width: 48px;
	display: block;
	margin: 20px auto 45px;
}

.work_shita_text{
	font-weight: 500;
	text-align: center;
	font-size: 2.3rem;
	margin-top: 14px !important;
	box-sizing: border-box;
	color: #fff;
	border: solid 1px #fff;
	line-height: 2.2 !important;
}





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

ペットエリア

**********************************/
.pet_over{
	
}

.pet_under{
	padding-bottom: 35px;
}

.mini_red_sankaku2{
	margin-top: 30px;
}

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

.pet_text_flame{
	width: 348px;
	height: auto;
}

.pet_text_flame p{
	white-space: pre-wrap;
	padding-left: 16px !important;
	margin-top: 10px !important;
	font-size: 1.75rem;
}

.pet_mini_img{
	width: 203px;
	height: 203px;
}




.picnic_over{
	background-color: #f3f3f3;
}

.picnic_under{
	padding-top: 42px;
}

.picnic_text{
	white-space: pre-wrap;
	line-height: 2 !important;
}

.pet_shita_text{
	padding-left: 16px !important;
}




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

ランチエリア

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



.lunch_text{
	white-space: pre-wrap;
	font-size: 1.795rem;
}

.afternoon_flame{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 30px 20px;
	background-color: #373737;
	margin-top: 45px;
}

.afternoon_flame h3{
	margin-bottom: 20px;
}

.afternoon_flame p{
	color: #fff;
}

.afternoon_img{
	margin-bottom: 23px;
}




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

地元エリア

**********************************/
.local_over{
	background-color: #f3f3f3;
}



.local_under p{
	white-space: pre-wrap;
}






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

アクセスエリア

**********************************/
.access_over{
	background-color: #373737;
}

.access_under{
	
}

.tenpo_img{
	margin-bottom: 25px;
}

.access_data{
	display: flex;
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
	margin-top: 17px;
}

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

.access_data dt,.access_data dd{
	color: #fff;
}

.access_data dt{
	width: 110px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4 !important;
}

.access_data dd{
	line-height: 1.6 !important;
	font-size: 1.8rem;
	white-space: pre-wrap;
}

.access_tel a{
	pointer-events: none;
	color: #fff !important;
}

.access_over iframe{
	width: 100%;
	height: 350px;
	margin-top: 40px;
}


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

snsエリア

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

.sns_under{
	padding: 43px 0;
}

.sns_under a{
	display: flex;
	box-sizing: border-box;
	border: solid 2px #333;
	padding: 12px 0;
	justify-content: center;
	align-items: center;
}

.sns_under a p{
	font-weight: bold;
	font-size: 3.5rem;
	color: #333;
}

.sns_under img{
	width: 65px;
	height: 65px;
	margin-left: 20px;
}



.sns_under a:hover{
	opacity: 0.7;
}






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

フォームエリア

**********************************/
.form_nomal_text{
	font-size: 1.8rem;
}

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

.form_nomal_text span,.form_mini_title span{
	font-weight: bold;
	color: #DD0000;
}

.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;
	background-image: url("../img/form_btn");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.form_btn:hover{
	opacity: 0.7;
}









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

footerエリア

**********************************/
.footer{
	width: 620px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #cc1501;
	margin-top: 60px;
	margin: 0 auto;
}

.footer_under{
	width: 580px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-top: solid 1px #fff;/*必要ない時は消す*/
}

.small{
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	display: block;
}

