
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#121212;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #333}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

i, em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	min-width: 1200px;
	overflow: hidden;
}
body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
}

#navToggle,
#sp_menu{	display: none;}

/** inpage_header **/

#inpage_header{
	background: #ae6c62;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#header{
	position: relative;
	display: flex;
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
#header #inpage_home{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 22px;
	left: 0;
}
#header #inpage_home img{
	width: 250px;
	height: auto;
}
#header h1{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 10px;
	color: #4e3836;
	position: absolute;
	top: 10px;
	right: 0;
}
#header #inpage_nav{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #cb9d96;
	text-align: right;
	position: absolute;
	top: 35px;
	right: 0;
}
#header #inpage_nav a{
	margin-left: 30px;
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#header #inpage_nav a.on{	border-bottom: 2px solid #fff;}
#header #inpage_nav a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#inpage_tel{
	width: 540px;
	font-size: 0;
	line-height: 0;
	z-index: 2;
	position: absolute;
	left: calc(50% - 270px);
	top: 90px;
}

#inpage_tel .hbt{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	background: #fff;
	padding: 10px 0 10px 0;
	border-radius: 0 0 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#inpage_tel .hbt_div{
	width: 100%;
}
#inpage_tel .hbt_div a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #ae6c62;
}
#inpage_tel .hbt_div a span{
	width: 28px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	background: #ae6c62;
	border-radius: 50%;
	margin-right: 5px;
}
#inpage_tel .hbt_div a img{
	width: 36px;
	height: auto;
	margin-right: 5px;
}
#inpage_tel .hbt_div a em{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 1.2;
}

#inpage_tel .hbt_div p{
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #4e3836;
}

#inpage_tel .hbt_in{
	display: flex;
}
#inpage_tel .hbt_in a{
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 82px;
	height: 50px;
	color: #4e3836;
	border-left: 1px solid #ebe9e8;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#inpage_tel .hbt_in a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#inpage_tel .hbt_in a span{
	font-size: 35px;
	line-height: 35px;
}
#inpage_tel .hbt_in a em{
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
#inpage_tel .hbt_in .hbt_appli span{	color: #b18143;}
#inpage_tel .hbt_in .hbt_mail span{	color: #ae6c62;}
#inpage_tel .hbt_in .hbt_line span.line_i{
	width: 35px;
	height: 35px;
	background: url(../img/all/fbt_line.png) no-repeat;
	background-size: 35px auto;
}

#inpage_tel .hbt_in .fbt_tel{	display: none;}


/** main **/

main{
	padding: 90px 0 0 0;
}

.pt{
	width: 100%;
	height: 210px;
	color: #4e3836;
	padding: 90px 0 0 0;
	background: url(../img/all/page_title.jpg) no-repeat top center fixed;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pt .pan{
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 10px 0;
}
.pt .pan a{	color: #4e3836;}

.pt .page_title{}
.pt .page_title em{
	display: block;
	font-family: "Rounded Mplus 1c";
	font-weight: 300;
	font-size: 38px;
	line-height: 50px;
}
.pt .page_title span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}


/** aside **/

aside{
	color: #4e3836;
	padding: 60px 0 60px 0;
	background: url(../img/all/aside_bg.jpg) no-repeat top center;
	background-size: cover;
}

.com_p{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.com_p em{
	position: relative;
	color: #ae6c62;
}
.com_p em:before,
.com_p em:after{
	content: '';
	width: 2px;
	height: 30px;
	background: #ae6c62;
	border-radius: 2px;
	position: absolute;
	bottom: 2px;
}
.com_p em:before{
	left: -20px;
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.com_p em:after{
	right: -20px;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}

.com_tel{
	margin: 0 0 40px 0;
}

.com_tel_bt{
	display: inline-block;
	vertical-align: top;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 38px;
	line-height: 50px;
	color: #ae6c62;
}

a.com_tel_bt[href^="tel:"],
a.com_tel_bt:hover{ color: #4e3836 !important;}


.com_tel_bt span{
	position: relative;
	top: -3px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #4e3836;
	border-radius: 50%;
	margin-right: 5px;
}
.com_tel_bt img{
	width: 53px;
	height: auto;
	margin-right: 8px;
}
.com_tel p{
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}
.com_tel p a{	color: #4e3836;}

.com_bt{
	font-size: 0;
	line-height: 0;
}
.com_bt a{	margin: 0 5px;}


/** footer **/

footer{
	width: 100%;
	background: #6c4843;
	padding: 0 0 140px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#f_menu{
	font-size: 0;
	line-height: 0;
	padding: 15px 0;
	background: #fff;
}

#f_menu li{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

#f_menu li span{
	font-size: 11px;
	line-height: 20px;
	margin-right: 5px;
}

#f_menu li a{
	font-size: 14px;
	line-height: 20px;
	color: #4e3836;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#f_menu li a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#copy{
	font-size: 11px;
	line-height: 25px;
	color: #fff;
	padding: 30px 0 0 0;
}
#copy a{	color: #fff;}

#page-top{
	display: block;
	width: 540px;
	font-size: 0;
	line-height: 0;
	z-index: 999;
	position: fixed;
	left: calc(50% - 280px);
	bottom: 37px;
}

#page-top .fbt{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0px 0px 0px 3px #f7eee4 inset;
	padding: 10px 10px 10px 0;
	border-radius: 40px;
	animation-name: fbt_scrollIn;
	animation-duration: 0.3s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@keyframes fbt_scrollIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

#page-top .fbt_div{
	width: 100%;
	padding-left: 10px;
}
#page-top .fbt_div a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #ae6c62;
}
#page-top .fbt_div a span{
	width: 28px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	background: #ae6c62;
	border-radius: 50%;
	margin-right: 5px;
}
#page-top .fbt_div a img{
	width: 36px;
	height: auto;
	margin-right: 5px;
}
#page-top .fbt_div a em{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 1.2;
}

#page-top .fbt_div p{
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #4e3836;
}

#page-top .fbt_in{
	display: flex;
}
#page-top .fbt_in a{
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 82px;
	height: 60px;
	color: #4e3836;
	border-left: 1px solid #ebe9e8;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#page-top .fbt_in a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#page-top .fbt_in a span{
	font-size: 40px;
	line-height: 40px;
}
#page-top .fbt_in a em{
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
#page-top .fbt_in .fbt_appli span{	color: #b18143;}
#page-top .fbt_in .fbt_mail span{	color: #ae6c62;}
#page-top .fbt_in .fbt_line span.line_i{
	width: 40px;
	height: 40px;
	background: url(../img/all/fbt_line.png) no-repeat;
	background-size: 40px auto;
}

#page-top .fbt_in .fbt_tel{	display: none;}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		min-width: auto;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** inpage_header **/
	#inpage_header{
	}
	#header{
		width: auto;
		height: 0;
	}
	#header h1{
		top: -100vh;
		right: 0;
	}
	#header #inpage_home,
	#header #inpage_nav,
	#inpage_tel{	display: none;}

	/** navToggle **/
	#navToggle{
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: flex-end;
		width: 100%;
		height: 70px;
		background: url(../img/all/sp_nav.png) no-repeat top center;
		background-size: 100% 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		position: fixed;
		z-index: 10000;
		top: 0;
		right: 0;
	}
	#navToggle #home{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 13px;
		left: 13px;
	}
	#navToggle #home img{
		width: 165px;
		height: auto;
	}
	#navToggle button{
		position: relative;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		text-align: center;
		cursor: pointer;
		border: none;
		color: #fff;
		background: none;
		margin: 0;
		padding: 0;
	}
	#navToggle button:focus{	outline: 0;}
	#navToggle button em{
		width: 60px;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 300;
		font-size: 11px;
		line-height: 10px;
		text-align: center;
		position: absolute;
		bottom: 12px;
		right: 0;
	}
	.bb{
		width: 30px;
		height: 2px;
		left: 15px;
		background: #fff;
		transition: all .4s ease;
		position: absolute;
		-webkit-transition: all .4s ease;
	}
	.bb-1{	top:14px;}
	.bb-2{	top:22px;}
	.bb-3{	top:30px;}
	.closebt .bb-1{
		top: 22px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform:rotate(45deg);
	}
	.closebt .bb-2{
		opacity: 0;
	}
	.closebt .bb-3{
		top: 22px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#sp_menu{
		display: block;
		width: 100%;
		height: 100vh;
		text-align: left;
		font-size: 0;
		line-height: 0;
		position: fixed;
		right: -150vw;
		top: 0;/** header,nav,SAME HEIGHT **/
		background: rgba(247, 238, 228, 0.97);
		background-repeat: repeat;
		z-index: 999;
		overflow: hidden;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 70px 0 120px 0;
	}
	#sp_menu.opennav{
		overflow: visible;
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#sp_menu.opennav::-webkit-scrollbar{
	  display: none;
	}
	#sp_menu ul{
		padding: 0 15px;
	}
	#sp_menu li{
		border-bottom: 1px solid #6c4843;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sp_menu li a{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		width: 100%;
		height: 80px;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
		color: #6c4843;
		padding: 0 0 0 50px;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sp_menu li:nth-of-type(1) a{	background: url(../img/all/sp_nav1.png) no-repeat 0 50%; background-size: 40px auto;}
	#sp_menu li:nth-of-type(2) a{	background: url(../img/all/sp_nav2.png) no-repeat 0 50%; background-size: 40px auto;}
	#sp_menu li:nth-of-type(3) a{	background: url(../img/all/sp_nav3.png) no-repeat 0 50%; background-size: 40px auto;}
	#sp_menu li:nth-of-type(4) a{	background: url(../img/all/sp_nav6.png) no-repeat 0 50%; background-size: 40px auto;}
	#sp_menu li:nth-of-type(5) a{	background: url(../img/all/sp_nav4.png) no-repeat 0 50%; background-size: 40px auto;}
	#sp_menu li:nth-of-type(6) a{	background: url(../img/all/sp_nav5.png) no-repeat 0 50%; background-size: 40px auto;}
	#sp_menu li a:hover{
		text-decoration: none;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	/** main **/
	main{	padding: 50px 0 0 0;}
	.pt{
		width: 100%;
		height: 125px;
		padding: 30px 0 0 0;
		background-attachment: scroll;
		background-size: 140% auto;
	}
	.pt .pan{
		font-size: 10px;
		line-height: 15px;
		margin: 0 0 10px 0;
	}
	.pt .pan a{	color: #4e3836;}

	.pt .page_title{}
	.pt .page_title em{
		font-size: 30px;
		line-height: 38px;
	}
	.pt .page_title span{
		font-size: 11px;
	}


	/** aside **/
	aside{
		padding: 30px 10px 20px 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.com_p{
		font-size: 20px;
		line-height: 1.5;
		margin: 0 0 0 0;
	}
	.com_p em:before,
	.com_p em:after{
		content: '';
		width: 2px;
		height: 18px;
		bottom: 4px;
	}
	.com_p em:before{
		left: -10px;
	}
	.com_p em:after{
		right: -10px;
	}
	.com_tel{
		margin: 0 0 15px 0;
	}
	.com_tel_bt{
		display: inline-block;
		vertical-align: top;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 800;
		font-size: 30px;
		line-height: 40px;
		color: #ae6c62;
	}
	.com_tel_bt span{
		position: relative;
		top: -2px;
		width: 25px;
		height: 25px;
		font-size: 16px;
		font-weight: normal;
		line-height: 25px;
		text-align: center;
		color: #fff;
		background: #4e3836;
		border-radius: 50%;
		margin-right: 5px;
	}
	.com_tel_bt img{
		width: 40px;
		height: auto;
		margin-right: 3px;
	}
	.com_tel p{
		font-size: 12px;
		line-height: 14px;
	}
	.com_bt{
		font-size: 0;
		line-height: 0;
		padding: 0 5px;
	}
	.com_bt a.bt{
		width: calc(100% / 2 - 10px);
		font-size: 12px;
		margin: 0 5px 10px 5px;
	}


	/** footer **/
	footer{
		width: 100%;
		padding: 0 0 100px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#f_menu{
		padding: 10px 10px;
		background: #fff;
	}
	#f_menu li{
		display: inline-block;
		vertical-align: top;
		margin: 3px 5px;
	}
	#f_menu li span{
		font-size: 10px;
		line-height: 16px;
		margin-right: 2px;
	}
	#f_menu li a{
		font-size: 12px;
		line-height: 16px;
	}
	#copy{
		font-size: 10px;
		line-height: 20px;
		padding: 20px 0 0 0;
	}
	#page-top{
		display: block;
		width: calc(100% - 20px);
		position: fixed;
		left: 10px;
		bottom: 10px;
	}
	#page-top .fbt{
		width: 100%;
		height: 70px;
		padding: 10px 0;
		border-radius: 35px;
	}
	#page-top .fbt_div{	display: none;}
	#page-top .fbt_in{
		width: 100%;
		padding: 0 10px;
	}
	#page-top .fbt_in a{
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		height: 50px;
		color: #4e3836;
	}
	#page-top .fbt_in a span{
		font-size: 30px;
		line-height: 30px;
	}
	#page-top .fbt_in a em{
		width: 100%;
		font-size: 12px;
		font-weight: normal;
		line-height: 1;
	}
	#page-top .fbt_in .fbt_line span.line_i{
		width: 30px;
		height: 30px;
		background: url(../img/all/fbt_line.png) no-repeat;
		background-size: 30px auto;
	}
	#page-top .fbt_in .fbt_tel{
		display: inline-flex;
		border-left: none;
	}
	#page-top .fbt_in .fbt_tel span{
		position: relative;
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 30px;
		font-size: 20px;
		line-height: 26px;
		color: #fff;
		background: #ae6c62;
		border-radius: 50%;
		margin-bottom: 4px;
	}
	#page-top .fbt_in .fbt_tel span:after{
		content: "";
		width: 15px;
		height: 15px;
		background: url(../img/all/sp_tantou.png) no-repeat;
		background-size: 15px auto;
		position: absolute;
		bottom: -17px;
		left: -7px;
	}
	#page-top .fbt_in .fbt_tel em{	padding-left: 16px;}
}


