
/* ==============================================================================
    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: pointer; 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;
	background: #392b20 url(../img/all/pc_bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}


/** header **/

header{
	width: 100%;
	height: 270px;
	background: url(../img/all/hlogo.png) no-repeat top center;
	-webkit-background-size: 420px auto;
	background-size: 420px auto;
}

header h1{
	width: 440px;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 240px;
	left: calc(50% - 220px);
}
header h1:before,
header h1:after{
	content: '';
	width: 20px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 8px;
}
header h1:before{	left: -20px;}
header h1:after{ right: -20px;}

#h_info{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 1060px;
	height: 270px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

#h_info div{
	width: 300px;
	text-shadow:
	1px 1px 4px rgba(0,0,0,1),
	1px -1px 4px rgba(0,0,0,1);
}

#h_info div span{
	display: block;
	font-family: "FontA";
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 3px;
}

#h_info div p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#h_info a{	color: #fff;}

#navToggle{	display: none;}


/** menu **/

nav{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: url(../img/all/menu_bg.jpg) repeat-x top center;
	-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;
}

nav ul{	padding: 10px 0;}

nav li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5px;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav li a{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 148px;
	height: 70px;
	padding: 0 22px;
	text-align: center;
	background: rgb(98,0,0);
	background: linear-gradient(135deg, rgba(98,0,0,1) 0%, rgba(79,0,0,1) 100%);
	border: 1px solid #520000;
	box-shadow:0px 0px 0px 1px #320000 inset;
	-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;
}
nav li a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
nav li a:before,
nav li a:after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
}
nav li a:before{
	background: url(../img/all/nav_i1.png) no-repeat;
	background-size: 30px auto;
	left: 0;
}
nav li a:after{
	background: url(../img/all/nav_i2.png) no-repeat;
	background-size: 30px auto;
	right: 0;
}
nav li a span{
	position: relative;
	z-index: 2;
	font-family: "FontA";
	font-size: 19px;
	line-height: 30px;
	color: rgb(243,237,149);
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(180,144,58,0) 0%, rgba(180,144,58,1) 50%, rgba(180,144,58,0) 100%);
}
nav li a span:after{
	content: attr(title);
	z-index: -1;
	color: #000;
	text-shadow:
	-1px -1px 0 rgba(0, 0, 0, 0.4),
	0 0 1px rgba(0, 0, 0, 0.4),
	1px 1px 0 rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}

nav li a em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-top: 3px double #3e0000;
	text-shadow:
	-1px -1px 0 rgba(0, 0, 0, 0.4),
	0 0 1px rgba(0, 0, 0, 0.4),
	1px 1px 0 rgba(0, 0, 0, 0.4);
}

#nav_info{	display: none;}


/** page_title **/

.page_title{
	width: 100%;
	height: 252px;
	color: #fff;
	text-shadow:
	-1px -1px 4px rgba(0, 0, 0, 0.4),
	1px 0 4px rgba(0, 0, 0, 0.4),
	0 1px 4px rgba(0, 0, 0, 0.4);
	background:
	url(../img/all/page_title_i.png) no-repeat 50% 10px,
	url(../img/all/page_title.png) no-repeat top center;
	background-size: 140px auto, 100% 252px;
}

.page_title em{
	position: relative;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 42px;
	padding: 40px 0 18px 0;
}
.page_title em:after{
	content: '';
	width: 20px;
	border-bottom: 2px solid #5d0000;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
}

.page_title span{
	display: block;
	font-family: "FontB";
	font-size: 24px;
	line-height: 28px;
	text-indent: -5px;
}


/** main **/

main{
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}


/** footer **/

footer{
	background: url(../img/all/footer_bg.gif) top center;
	background-size: 148px auto;
}
footer .pan:before{
	content: 'HIGHCLASS DELIVERY CLUB';
	width: 1000px;
	font-family: "FontA";
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 10px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: calc(50% - 500px);
	color: rgb(243,237,149);
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(180,144,58,0) 0%, rgba(180,144,58,1) 50%, rgba(180,144,58,0) 100%);
}
footer .pan{
	position: relative;
	height: 100px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: center;
	padding: 55px 0 0 0;
	background: rgb(51,0,0);
	background: linear-gradient(90deg, rgba(51,0,0,1) 0%, rgba(102,0,0,1) 50%, rgba(51,0,0,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer .pan a,
footer .pan span{	color: #fff;}

#f_info_in{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 1200px;
	margin: 50px auto;
	border-left: 1px solid #30230b;
	border-right: 1px solid #30230b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#f_shop{
	width: 598px;
	height: 245px;
	text-align: center;
	border-right: 1px solid #30230b;
	background: url(../img/all/f_logo.png) no-repeat 50% 13px;
	background-size: 180px auto;
	padding: 127px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#f_shop h2{
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 10px 0;
}

#f_shop h2 em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	color: #c5a953;
}

#f_shop p{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	line-height: 20px;
	padding: 7px 30px;
	color: #fff;
	background: #292011;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#f_shop p span,
#f_shop p a{
	font-size: 20px;
	color: #fff;
}

#f_shop p br{	display: none;}
#f_shop p i{	font-style: normal;}


#fmenu{
	width: 598px;
	height: 245px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 0 0 0 45px;
	border-left: 1px solid #30230b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#fmenu h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: "FontA";
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 4px;
	height: 80px;
	color: #c5a953;
	margin: 15px 0 10px 0;
	background: url(../img/all/f_menu.png) no-repeat top center;
	background-size: 80px auto;
}

#fmenu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #292011;
	margin: 0 5px 10px 5px;
	padding: 4px 0;
	border: 1px solid #292011;
	-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;
}
#fmenu a:hover{
	text-decoration: none;
	color: #292011;
	background: #fff;
}

footer #copyright{
	padding: 35px 0;
	background: #000;
}

footer #copy,
footer #des{
	font-family: "FontA";
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #fff;
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}

#page-top{	display: none;}

#page-top a{
	display: none;
}
#page-top a.pagetop{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 120px;
	font-family: "FontA";
	font-size: 18px;
	line-height: 18px;
	color: #000;
	padding: 48px 0 0 0;
	background: url(../img/all/pageup.png) no-repeat top center;
	background-size: 120px auto;
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: 30px;
	-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 a.pagetop:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#page-top a.pagetop:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 36px;
	left: calc(50% - 5px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}


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

@media screen and (max-width: 650px) {
	body{
		min-width: auto;
		background-image: none;
		padding: 65px 0 0 0;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-2;
		width:100%;
		height:100vh;
		background: url(../img/all/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header{
		width: auto;
		height: 0;
		background: none;
	}
	header h1{
		width: auto;
		position: absolute;
		top: -50vh;
		left: 0;
	}
	header h1:before,
	header h1:after{	display: none;}
	#h_info{	display: none;}
	#sub_info{
		top: -9999px;
	}

	/** navToggle **/
	#navToggle{
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 65px;
		background: url(../img/all/navlogo.png) no-repeat top center, rgb(98,0,0);
		background: url(../img/all/navlogo.png) no-repeat top center, linear-gradient(135deg, rgba(98,0,0,1) 0%, rgba(79,0,0,1) 100%);
		background-size: 100px auto, auto;
		position: fixed;
		z-index: 10003;
		top: 0;
		right: 0;
	}
	#navToggle button,
	#navToggle a{
		width: 60px;
		height: 65px;
		font-size: 0;
		line-height: 0;
		text-align: center;
		cursor: pointer;
		text-indent: -9999px;
		border: none;
	}
	#navToggle button{
		position: relative;
		background: url(../img/all/nav2.png) no-repeat top center;
		-webkit-background-size: 60px auto;
		background-size: 60px auto;
	}
	#navToggle a{
		position: relative;
		background: url(../img/all/nav1.png) no-repeat top center;
		-webkit-background-size: 60px auto;
		background-size: 60px auto;
	}
	#navToggle button:after{
		content: '';
		height: 50px;
		border-left: 1px solid #320000;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#navToggle a:after{
		content: '';
		height: 50px;
		border-right: 1px solid #320000;
		position: absolute;
		top: 7px;
		right: 0;
	}
	#navToggle button:focus{
		outline: 0;
	}
	nav{
		position: fixed;
		z-index: 9998;
		width: 100%;
		height: 100%;
		max-height: calc(100% - 65px);
		top: 65px;
		left: 100vw;
		background: rgba(0, 0, 0, 0.95);
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		border: none;
		-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;
	}
	.opennav nav{
		height: 100%;
		left: 0;
		overflow: visible;
		overflow-y: auto;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
	}
	.opennav nav::-webkit-scrollbar{	display: none;}

	/** menu **/
	#nav_info{
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: space-between;
		width: 100%;
		height: 85px;
		text-align: center;
		color: #fff;
		margin: 0;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#nav_info div{
		width: calc(100% / 2 - 5px);
	}
	#nav_info div span{
		display: block;
		font-family: "FontA";
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 2px;
	}
	#nav_info div p{
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 25px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#nav_info a{	color: #fff;}
	nav ul{
		padding: 0 12.5px 100px 12.5px;
	}
	nav li{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 5px);
		margin: 0 2.5px 5px 2.5px;
	}
	nav li a{
		width: 100%;
		height: 70px;
		padding: 0 14px;
	}
	nav li a:hover{
		text-decoration: none;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	nav li a:before,
	nav li a:after{
		content: '';
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 0;
	}
	nav li a:before{
		background: url(../img/all/nav_i1.png) no-repeat;
		background-size: 30px auto;
		left: 0;
	}
	nav li a:after{
		background: url(../img/all/nav_i2.png) no-repeat;
		background-size: 30px auto;
		right: 0;
	}
	nav li a span{
		font-family: "FontA";
		font-size: 20px;
		line-height: 30px;
	}

	nav li a em{
		width: 100%;
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
	}

	/** page_title **/
	.page_title{
		width: 100%;
		height: 104px;
		color: #fff;
		background:
		url(../img/all/page_title_i.png) no-repeat 50% 10px,
		url(../img/all/sp_page_title.png) no-repeat top center;
		background-size: 65px auto, 100vw 104px;
	}
	.page_title em{
		position: relative;
		display: block;
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
		padding: 20px 0 8px 0;
	}
	.page_title em:after{
		content: '';
		width: 20px;
		border-bottom: 2px solid #5d0000;
		position: absolute;
		bottom: 3px;
		left: calc(50% - 10px);
	}

	.page_title span{
		display: block;
		font-family: "FontB";
		font-size: 16px;
		line-height: 20px;
		text-indent: -5px;
	}

	/** main **/
	main{
		display: block;
		width: auto;
		margin: 0;
		padding: 20px 0 0 0;
	}


	/** footer **/

	footer{
	}
	footer .pan:before{
		width: 100%;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 3px;
		text-align: center;
		position: absolute;
		top: 22px;
		left: 0;
	}
	footer .pan{
		position: relative;
		height: auto;
		min-height: 75px;
		font-size: 10px;
		line-height: 14px;
		padding: 42px 0 10px 0;
	}

	#f_info_in{
		position: relative;
		display: block;
		width: auto;
		margin: 0;
		border: none;
	}

	#f_shop{
		width: auto;
		height: auto;
		text-align: center;
		margin: 0 10px 2px 10px;
		padding: 75px 0 10px 0;
		border-right: none;
		border-bottom: 1px solid #292011;
		background: url(../img/all/f_logo.png) no-repeat 50% 13px;
		background-size: 90px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#f_shop h2{
		font-size: 10px;
		line-height: 16px;
		margin: 0 0 10px 0;
	}
	#f_shop h2 em{
		font-size: 16px;
	}
	#f_shop p{
		font-size: 12px;
		line-height: 18px;
		padding: 5px 20px;
		border-radius: 5px;
	}
	#f_shop p br{	display: inline;}
	#f_shop p i{	display: none;}

	#fmenu{
		width: calc(100% - 20px);
		height: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: space-between;
		font-size: 0;
		line-height: 0;
		margin: 0 10px;
		padding: 0 0 15px 0;
		border-left: none;
		border-top: 1px solid #292011;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#fmenu h3{
		width: 100%;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 2px;
		height: 65px;
		margin: 20px 0 10px 0;
		background: url(../img/all/f_menu.png) no-repeat top center;
		background-size: 65px auto;
	}
	#fmenu a{
		position: relative;
		width: calc(100% / 3 - 3px);
		font-size: 11px;
		line-height: 16px;
		margin: 0 0 5px 0;
		padding: 4px 0;
	}
	footer #copyright{
		padding: 24px 0 100px 0;
	}

	footer #copy,
	footer #des{
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 1px;
		color: #fff;
	}
	footer #des a{	color: #fff;}
	footer #des a:hover{	text-decoration: none;}

	#page-top{
		display: none;
		width: 100%;
		font-size: 0;
		line-height: 0;
		padding: 0 5.5px;
		position: fixed;
		z-index: 10000;
		bottom: 7px;
		left: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#page-top a{
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: calc(100% / 4 - 3px);
		height: 70px;
		margin: 0 1.5px;
		color: #fff;
		background: rgba(22, 13, 3, 0.9);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#page-top a span{
		font-size: 24px;
		line-height: 28px;
		color: #c5a953;
	}
	#page-top a em{
		width: 100%;
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-size: 15px;
		line-height: 15px;
	}
	#page-top a.pagetop{
		display: inline-flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center;
		width: calc(100% / 4 - 3px);
		height: 70px;
		font-family: "FontA";
		font-size: 12px;
		line-height: 12px;
		color: #000;
		padding: 30px 0 0 0;
		background: url(../img/all/pageup.png) no-repeat 50% 50%;
		background-size: 70px auto;
		position: relative;
		bottom: 0;
		right: 0;
	}
	#page-top a.pagetop:hover{
		text-decoration: none;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	#page-top a.pagetop:after{
		content: '';
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		top: 20px;
		left: calc(50% - 3px);
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			 -o-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
}


