
/* ==============================================================================
    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:#333;
}

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{
	color: #ff3399;
	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;
}

em{
	font-style		: normal;
}


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

body,
header,
nav,
main{	min-width: 1200px;}

body{
	overflow: hidden;
	background:
	url(../img/all/bg_txt.png) no-repeat top center,
	url(../img/all/bg.jpg) no-repeat top center fixed;
	-webkit-background-size: auto, cover;
	background-size: auto, cover;
}


/** header **/

header{
	position: relative;
	height: 450px;
	margin-bottom: 155px;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #fff;
	text-align: left;
	position: fixed;
	z-index: 2;
	top: 10px;
	left: 10px;
}

header h2{
	text-align: left;
	position: fixed;
	z-index: 2;
	top: 24px;
	left: 10px;
}

header h1,
header h2,
header h2 img{
	-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;

}


/** nav **/

#modal_bt{	display: none;}

#menu{
	width: 1200px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 80px auto 15px auto;
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-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;
}

#menu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	margin: 0 10px;
	-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;
}

#menu a:after{
	content: '|';
	color: #dddddd;
	position: absolute;
	top: -1.5px;
	right: -13.5px;
}
#menu a:last-of-type:after{	display: none;}

#menu a:hover{
	text-decoration: none;
	color: #ff3399;
}

#hbt{
	width: 100%;
	height: 100px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding: 10px;
	background: url(../img/all/hbt.png) no-repeat calc(100% - 90px) 0;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    -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;
}
#hbt a{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	-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;
}
#hbt a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#hbt a:nth-of-type(1){
	background: url(../img/all/sub_i1.png) no-repeat 50% 50% #134bbe;
	background-size: 60px auto;
}
#hbt a:nth-of-type(2){
	margin: 0 0 0 10px;
	background: url(../img/all/sub_i2.png) no-repeat 50% 50% #00b322;
	background-size: 60px auto;
}
#hbt a:nth-of-type(3){
	margin: 0 0 0 10px;
	background: url(../img/all/sub_i3.png) no-repeat 50% 50% #72143c;
	background-size: 60px auto;
}


/** fixed **/

header.fixed{
}

header.fixed h1{
	position: fixed;
	z-index: 101;
	top: 6px;
	left: 10px;
}

header.fixed h2{
	position: fixed;
	z-index: 101;
	top: 20px;
	left: 10px;
}

header.fixed h2 img{
	width: 320px;
	height: auto;
}

header+nav{
	background: url(../img/all/menu_bgl.png) no-repeat , url(../img/all/menu_bgr.png) no-repeat;
	background-position: top 120px left -100% , top 120px right -100%;
	background-size: 50% 40px , 50% 40px;
	-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.fixed+nav{
	width: 100%;
	height: 170px;
	background-position: top 120px left 0px , top 120px right 0px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}

header.fixed+nav #menu{
	width: auto;
	text-align: center;
	margin: 80px 0 0 0;
	padding: 10px 0;
	background: #ffffff;
	border-radius: 0;
}

header.fixed+nav #menu a{ font-size: 16px;}
@media screen and (max-width: 1300px) {
	header.fixed+nav #menu a{font-size: 14px;}
}

header.fixed+nav #menu a:after{	color: #ddd;}

header.fixed+nav #hbt{
	width: 100%;
	height: 80px;
	background: url(../img/all/hbt_fix.png) no-repeat calc(100% - 90px) 0 #fc4390;
}
header.fixed+nav #hbt a{
	width: 80px;
	height: 60px;
}


/** pan **/

.pan{
	width: 1200px;
	font-size: 10px;
	line-height: 24px;
	text-align: left;
	color: #b97b9a;
	margin: 0 auto;
	padding: 0 0 0 22px;
	background: url(../img/all/pan.png) no-repeat 9px 5px #531132;
	-webkit-background-size: 13px 13px, auto;
	background-size: 13px 13px, auto;
	border-radius: 3px 3px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pan a, .pan span{	color: #fff;}


/** main **/

main{
	display: block;
	background: #fff;
}

.cntimg{
	font-size: 0;
	line-height: 0;
	background:url(../img/all/bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.cntimg img{
	display: block;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}


/** footer **/

#fbanner{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 50px 0;
	border-top: 1px solid #ddd;
}

#fbanner a{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

#fbanner br{	display: none;}

footer{
	background: #fff;
	text-align: center;
}

footer .up{
	background: #333;
	padding: 5px 0;
}

footer .up a{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	font-family: "FontA";
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	background: #646464;
	border: 2px solid #999;
	border-radius: 3px;
	-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;
}
footer .up a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-radius: 27px;
}

footer .fmenu{
	font-size: 0;
	line-height: 0;
	padding: 30px 0 20px 0;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #dcdcdc), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #dcdcdc),
		    color-stop(.75, #dcdcdc), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #dcdcdc 25%, transparent 25%,
		  transparent 50%, #dcdcdc 50%, #dcdcdc 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #dcdcdc 25%, transparent 25%,
		  transparent 50%, #dcdcdc 50%, #dcdcdc 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #dcdcdc 25%, transparent 25%,
		  transparent 50%, #dcdcdc 50%, #dcdcdc 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #dcdcdc 25%, transparent 25%,
		  transparent 50%, #dcdcdc 50%, #dcdcdc 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #dcdcdc 25%, transparent 25%,
		  transparent 50%, #dcdcdc 50%, #dcdcdc 75%,
		  transparent 75%, transparent);
}

footer .fmenu ul{
	width: 760px;
	margin: 0 auto;
}

footer .fmenu li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

footer .fmenu li a{
	display: block;
	width: 180px;
	font-size: 12px;
	line-height: 24px;
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-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;
}
footer .fmenu li a:hover{
	text-decoration: none;
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
footer .fmenu li a br{	display: none;}

footer .fbt{
	padding: 30px 0;
}

footer .fbt a{
	display: inline-block;
	vertical-align: top;
	width: 190px;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	text-align: left;
	color: #fff;
	border: 1px solid #333;
	box-shadow:0px 0px 0px 2px #515151 inset;
	-moz-box-shadow:0px 0px 0px 2px #515151 inset;
	-webkit-box-shadow:0px 0px 0px 2px #515151 inset;
	margin: 0 10px;
	-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;
}
footer .fbt a:nth-of-type(1){
	text-indent: 64px;
	background: url(../img/all/fbt1.png) no-repeat 38px 8px #333;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
footer .fbt a:nth-of-type(2){
	text-indent: 60px;
	background: url(../img/all/fbt3.png) no-repeat 31px 8px #333;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
footer .fbt a:nth-of-type(3){
	text-indent: 55px;
	background: url(../img/all/fbt4.png) no-repeat 26px 8px #333;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
footer .fbt a:nth-of-type(4){
	text-indent: 55px;
	background: url(../img/all/fbt2.png) no-repeat 26px 8px #333;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
footer .fbt a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);

}

footer address{
	height: 140px;
	font-family: "FontA";
	font-size: 12px;
	line-height: 20px;
	padding: 70px 0 0 0;
	background: url(../img/all/footer.png) no-repeat top center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#foot_tel{	display: none;}


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

@media screen and (max-width: 650px) {
	body,
	header,
	nav,
	main{	min-width: auto;}
	body{
		overflow: hidden;
		min-width: auto;
		background: #f5f5f5;
	}
	body::before{
		content:"";
		display:block;
		position: absolute;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background:
		url(../img/all/sp_bg_txt.png) no-repeat top center,
		url(../img/all/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover, cover;
		background-size: cover, cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header,
	header.fixed{
		position: relative;
		height: 100vh;
		margin-bottom: 0;
	}
	header h1,
	header.fixed h1{
		width: 100%;
		font-size: 9px;
		font-weight: normal;
		line-height: 12px;
		text-align: center;
		background: #531132;
		padding: 3px;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 1;
	}
	header h2{
		text-align: left;
		position: fixed;
		z-index: 1000;
		top: 12px;
		left: 10px;
	}
	header.fixed h2{	top: 12px;}
	header h2 img,
	header.fixed h2 img{
		width: 210px;
		height: auto;
	}

	/** nav **/
	nav,
	header.fixed+nav{
		width: 100%;
		height: 60px;
		background: #ff3e90 !important;
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		-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.fixed+nav{	top: 0;}

	/** modal **/
	#modal_bt{
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/all/modal_bt.png) no-repeat;
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
		position: fixed;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
	header.open+nav #modal_bt{
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/all/modal_bt_on.png) no-repeat;
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
		position: fixed;
		top: 10px;
		right: 10px;
		cursor: pointer;
		z-index: 10010;
	}
	.modal{	display: none;}
	.modal{
		position: fixed;
		display: block;
		z-index: 10005;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background:rgba(0, 0, 0, 0.92);
		-webkit-transition: all 0.1s;
		transition: all 0.1s;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		padding-top: 60px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	header.open+nav .modal{
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#menu,
	header.fixed+nav #menu{
		width: auto;
		text-align: left;
		margin: 0 0;
		padding: 10px 10px 105px 10px;
		background: none;
		border-radius: 0;
		border-top: 2px solid #333;overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: calc(100vh - 130px);
	}
	#menu a{
		position: relative;
		display: block;
		color: #fff;
		margin: 0 0 5px 0;
		padding: 10px 0 10px 50px;
	}
	#menu a:last-of-type{
		margin-bottom: 0px;
	}
	#menu a:before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0;
		right: auto;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 2px;
	}
	#menu a:nth-child(1):before{ background: url(../img/all/sm01.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:nth-child(2):before{ background: url(../img/all/sm02.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:nth-child(3):before{ background: url(../img/all/sm03.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:nth-child(4):before{ background: url(../img/all/sm04.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:nth-child(5):before{ background: url(../img/all/sm09.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:nth-child(6):before{ background: url(../img/all/sm05.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:nth-child(7):before{ background: url(../img/all/sm06.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:nth-child(8):before{ background: url(../img/all/sm07.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:nth-child(9):before{ background: url(../img/all/sm08.png) no-repeat 0 0; -webkit-background-size: cover; background-size: cover;}
	#menu a:after{ display: none;}
	#hbt,
	header.fixed+nav #hbt{
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0;
		padding: 10px 5px 10px 5px;
		background: rgba(34,34,34,0.95);
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#hbt a,
	header.fixed+nav #hbt a{
		width: calc(100% / 3 - 10px);
		text-align: center;
		margin: 0;
		height: 70px;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#hbt a:nth-of-type(1),
	header.fixed+nav #hbt a:nth-of-type(1){
		background: url(../img/all/sub_i1.png) no-repeat top center #134bbe;
		background-size: 70px auto;
	}
	#hbt a:nth-of-type(2),
	header.fixed+nav #hbt a:nth-of-type(2){
		background: url(../img/all/sub_i2.png) no-repeat top center #00b322;
		background-size: 70px auto;
	}
	#hbt a:nth-of-type(3),
	header.fixed+nav #hbt a:nth-of-type(3){
		background: url(../img/all/sub_i3.png) no-repeat top center #72143c;
		background-size: 70px auto;
	}

	/** pan **/
	.pan{
		width: auto;
		font-size: 10px;
		line-height: 12px;
		margin: 0 auto;
		padding: 4px 2px 4px 15px;
		background: url(../img/all/pan.png) no-repeat 5px 5px #531132;
		-webkit-background-size: 10px 10px, auto;
		background-size: 10px 10px, auto;
		border-radius: 0;
	}
	.pan a, .pan span{	color: #fff;}

	/** cntimg **/
	.cntimg{
		background:url(../img/all/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.cntimg img{
		width: 100%;
	}

	/** foot_tel SP ONLY **/
	#foot_tel{
		display: block;
		position: fixed;
		z-index: 9;
		bottom: 0;
		width: 100%;
		text-align: left;
	}
	#foot_tel_box{
		position: relative;
		width: 100%;
		display: flex;
		justify-content: space-around;
		padding: 0 2.5px 5px 2.5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#foot_tel #foot_tel_box:before{
		content:"";
		display:block;
		position: absolute;
		bottom:0;
		left:0;
		z-index:-1;
		width:100%;
		height:50px;
		background: rgba(255, 255, 255, 0.8);
	}
	#foot_tel #foot_tel_box a{
		position: relative;
		width: calc(100% / 3 - 5px);
		height: 60px;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		text-align: center;
		border-radius: 4px;
		padding: 43px 0 0 0;
		color: #fff;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#foot_tel #foot_tel_box a:nth-of-type(1){
		padding-left: 16px;
		background: url(../img/all/foot_i1.png) no-repeat top center #ff3e90;
		background-size: 60px auto;
	}
	#foot_tel #foot_tel_box a:nth-of-type(1):after{
		content: "";
		width: 15px;
		height: 15px;
		background: url(../img/all/kotei.png) no-repeat top center;
		background-size: 15px auto;
		position: absolute;
		bottom: 3px;
		left: calc(50% - 23px);
	}
	#foot_tel #foot_tel_box a:nth-of-type(2){
		background: url(../img/all/foot_i2.png) no-repeat top center #00b322;
		background-size: 60px auto;
	}
	#foot_tel #foot_tel_box a:nth-of-type(3){
		background: url(../img/all/foot_i3.png) no-repeat top center #72143c;
		background-size: 60px auto;
	}

	/** footer **/
	#fbanner{	padding: 10px;}
	#fbanner a{	margin: 0 0 10px 0;}
	#fbanner a:last-of-type{	margin: 0;}
	#fbanner a img{
		width: 300px;
		height: 38px;
	}
	#fbanner br{	display: inline;}
	footer{	 background: #f5f5f5;}
	footer .up a{
		width: 100px;
		font-size: 18px;
		line-height: 40px;
		color: #fff;
		background: #646464;
		border: none;
	}
	footer .fmenu{
		font-size: 0;
		line-height: 0;
		padding: 10px 8.5px 7px 8.5px;
	}
	footer .fmenu ul{
		width: auto;
		margin: 0;
	}
	footer .fmenu li{
		width: calc(100% / 3 - 3px);
		margin: 0 1.5px 3px 1.5px;
	}
	footer .fmenu li a{
		display: table;
		width: 100%;
		font-size: 0;
		line-height: 0;
	}
	footer .fmenu li a span{
		display: table-cell;
		vertical-align: middle;
		height: 28px;
		font-size: 11px;
		line-height: 12px;
		padding: 0 3px;
	}
	footer .fmenu li a br{	display: inline;}
	footer .fbt{
		font-size: 0;
		line-height: 0;
		text-align: center;
		padding: 10px 0;
	}
	footer .fbt a{
		width: calc(100% / 2 - 15px);
		font-size: 14px;
		text-align: center;
		margin: 0 2.5px 5px 2.5px;
	}
	footer .fbt a:nth-of-type(1){
		text-indent: 17px;
		background: url(../img/all/fbt1.png) no-repeat 5px 8px #333;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
	}
	footer .fbt a:nth-of-type(2){
		text-indent: 21px;
		background: url(../img/all/fbt3.png) no-repeat 5px 8px #333;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
	}
	footer .fbt a:nth-of-type(3){
		text-indent: 21px;
		background: url(../img/all/fbt4.png) no-repeat 5px 8px #333;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
	}
	footer .fbt a:nth-of-type(4){
		text-indent: 21px;
		background: url(../img/all/fbt2.png) no-repeat 5px 8px #333;
		-webkit-background-size: 22px 22px;
		background-size: 22px 22px;
	}
	footer address{
		position: relative;
		height: auto;
		font-size: 10px;
		line-height: 18px;
		padding: 44px 0 90px 0;
		background: url(../img/all/sp_footer.png) no-repeat top center;
		-webkit-background-size: 320px 25px;
		background-size: 320px 25px;
	}
	footer address:before,
	footer address:after{
		content: '';
		width: calc(50% - 100px);
		border-bottom: 1px solid #d5d5d5;
	}
	footer address:before{
		position: absolute;
		top: 12px;
		left: 10px;
	}
	footer address:after{
		position: absolute;
		top: 12px;
		right: 10px;
	}
}


