@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
	background-color: #f3ede0;
}
/***グローバルナビ***************************/
.g_navi{
	background-color: #C2B6AB;
}
/***メイン***************************/
.kimurasyashin_img{
	text-align: center;
	margin: 30px 0 10px 0;
}
.con_acc{
	color: #494646;
	text-align: center;
}
.about_c_a{
	display: inline-block;
	text-align: center;
}
@media only screen and (max-width: 810px) {
	.about_c_a{
		text-align: center;
	}
}
.about_c{
	font-size: 16px;
	line-height: 2em;
	padding: 0px 15px;
	text-align: center;
}
.about_c address{
    font-style: normal;
}
.about_a{
	font-size: 16px;
	line-height: 1.5em;
	padding: 0px 15px;
}
.about_c_a #telnum{
	font-size: 25px;
}
.about_c,.about_a{
	display: inline-block;
}
#contact_form{
	font-size: 20px;
	color: #494646;
	background-color: #eadabe;
	text-align: center;
	padding: 10px 0px;
	margin-top: 20px;
	border-radius: 5px;	
}
#contact_form a{
	display: block;
	color: #494646;
	text-align: center;
}
#contact_form:hover{
	background-color: #C2B6AB;
}
.ggmap{
	margin-top: 50px;
}
@media only screen and (max-width: 810px) {
	.ggmap{
		margin: 30px auto;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.ggmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
/***ページトップ***************************/
#pageTop {
  	position: fixed;
  	bottom: 30px;
	right: 30px;
}
#pagetop a{
	position: fixed;
  	bottom: 30px;
	right: 30px;
	padding: 5px 5px;
	background-color: #494646;
	font-size: 20px;
	color: #ffffff;
	display: block!important;
}
@media screen and (max-width: 810px){
	#pagetop {
		display: none!important;
	}
}
