
/* ==============================================================================
    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: #fff}
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: url(../img/all/pc_bg.jpg) no-repeat top center fixed #000;
	background-size: 100% auto;
}


/** header **/

header{
	position: relative;
	width: 100%;
	height: 420px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

header h1{
	width: 500px;
	height: 120px;
	font-size: 0;
	line-height: 0;
	background: url(../img/all/logo.png) no-repeat;
	background-size: 500px auto;
	position: absolute;
	top: 100px;
	left: calc(50% - 250px);
}



/** main **/

main{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}


/** footer **/

footer{
	position: relative;
	padding: 240px 0 100px 0;
	background: url(../img/all/logo.png) no-repeat 50% 95px #000;
	background-size: 260px auto;
}
footer:after{
	content: '';
	width: 100px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 0;
	left: calc(50% - 50px);
}

footer #copy,
footer #des{
	font-size: 12px;
	line-height: 25px;
	color: #fff;
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}

#page-top{
	display: none;
	width: 24px;
	position: fixed;
	z-index: 999;
	bottom: 60px;
	right: 50px;
}

#page-top a{
}
#page-top a{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 126px;
	font-size: 0;
	line-height: 0;
	background: url(../img/all/up.png) no-repeat;
	background-size: 100% auto;
	-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:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


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

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

	/** header **/
	header{
		position: relative;
		width: 100%;
		height: 300px;
	}
	header h1{
		width: 260px;
		height: 62px;
		background: url(../img/all/logo.png) no-repeat;
		background-size: 260px auto;
		position: absolute;
		top: calc(50% - 31px);
		left: calc(50% - 130px);
	}

	/** main **/
	main{
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
	}

	/** footer **/
	footer{
		position: relative;
		padding: 170px 0 60px 0;
		background: url(../img/all/logo.png) no-repeat 50% 70px #000;
		background-size: 200px auto;
	}
	footer:after{
		width: 80px;
		left: calc(50% - 40px);
	}
	footer #copy,
	footer #des{
		font-size: 10px;
		line-height: 20px;
	}
	#page-top{
		display: none;
		width: 24px;
		position: fixed;
		z-index: 999;
		bottom: 30px;
		right: 16px;
	}
	#page-top a{
		width: 18px;
		height: 95px;
	}
}
