
/* ==============================================================================
    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/index/pc_bg.jpg) no-repeat top center fixed #000;
	background-size: cover;
}


/** header **/

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

header h1{
	width: 630px;
	height: 130px;
	font-size: 0;
	line-height: 0;
	background: url(../img/index/logo.png) no-repeat;
	background-size: 630px auto;
	position: absolute;
	top: 220px;
	left: calc(50% - 315px);
}


/** nav **/

nav{
	text-align: center;
	margin: 0 0 60px 0;
}

nav .enter{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
	margin-bottom: 50px;
	border-radius: 50%;
	-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 .enter:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
nav .enter:before,
nav .enter:after{
	content: '';
	width: 100px;
	border-bottom: 3px double rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 99px;
}
nav .enter:before{	left: -100px;}
nav .enter:after{	right: -100px;}

nav .enter em{
	width: 100%;
	font-family: "FontA";
	font-size: 40px;
	line-height: 40px;
}

nav .enter span{
	width: 100%;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	padding-top: 5px;
}

nav p{
	font-size: 14px;
	line-height: 24px;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}
nav p a{	color: #fff; text-decoration: underline;}
nav p a:hover{	text-decoration: none;}


/** main **/

main{
	display: block;
	text-align: center;
}


/** outlink **/

.outlink{
}
.outlink_in{
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#fgo{	padding-bottom: 40px;}
#fgo2{	padding-bottom: 40px;}
.fgo{
	width: 1060px;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 10px auto;
}
.fgo_in{
	display: table-cell;
	vertical-align: top;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	font-size: 0;
	line-height: 0;
	padding: 0 0 30px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.fgo_pc{	display: block;}
.fgo_sp{	display: none;}


/** main **/

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


/** footer **/

footer{
	position: relative;
	padding: 180px 0 80px 0;
	background: url(../img/all/logo.png) no-repeat 50% 75px #000;
	background-size: 260px auto;
}

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

.pc_none{	display: none;}


/*=================================================
 * 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/index/sp_bg.jpg) no-repeat top center;
		background-size: cover;
	}

	/** header **/
	header{
		position: relative;
		width: 100%;
		height: 285px;
	}
	header h1{
		width: 290px;
		height: 70px;
		background: url(../img/all/logo.png) no-repeat;
		background-size: 290px auto;
		position: absolute;
		top: calc(50% - 35px);
		left: calc(50% - 145px);
	}

	/** nav **/
	nav{
		text-align: center;
		margin: 0 0 30px 0;
	}
	nav .enter{
		width: 150px;
		height: 150px;
		margin-bottom: 20px;
	}
	nav .enter:before,
	nav .enter:after{
		content: '';
		width: 50px;
		position: absolute;
		top: 74px;
	}
	nav .enter:before{	left: -50px;}
	nav .enter:after{	right: -50px;}

	nav .enter em{
		font-size: 36px;
		line-height: 36px;
	}
	nav .enter span{
		font-size: 13px;
		line-height: 14px;
		padding-top: 5px;
	}
	nav p{
		font-size: 12px;
		line-height: 20px;
	}

	/** main **/
	main{
		display: block;
	}

	/** outlink **/
	.outlink{
		padding: 0 0 10px 0;
	}
	.outlink_in{
		width: auto;
		margin: 0;
		padding: 0;
	}
	#fgo{	padding-bottom: 10px;}
	#fgo2{padding:0 0 10px 0;}
	.fgo{
		width: auto;
		display: block;
		margin: 0;
	}
	.fgo_in{
		display: block;
		margin: 0 0 5px 0;
		padding: 0 10px;
	}
	.link_list{
		padding: 0 0 5px 0;
	}
	.link_list:last-child{
		padding: 0 0 5px 0;
	}
	.link_list a{
		margin: 0 2px 5px 2px;
	}
	.fgo_pc{	display: none;}
	.fgo_sp{	display: block;}
	.bnr46860 img,
	#bnr46860 img{	width: 300px; height: auto;}
	#bnr468 img{	width: 300px; height: auto;}

	/** footer **/
	footer{
		position: relative;
		padding: 75px 0 40px 0;
		background: url(../img/all/logo.png) no-repeat 50% 20px #000;
		background-size: 200px auto;
	}
	footer:after{
		width: 80px;
		left: calc(50% - 40px);
	}
	footer #copy,
	footer #des{
		font-size: 10px;
		line-height: 20px;
	}

	.pc_none{	display: inline;}
	.sp_none{	display: none;}

	#fgo_pc{
		display: none;
	}
	#fgo_sp{
		display: block;
		margin-bottom: 40px;
	}

}
