
/* ==============================================================================
    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%;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #000}
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;
	color: #999;
}
body:before{
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%), url(../img/index/pc_bg.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}


/** header **/

header{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	position: absolute;
	top: 70px;
	left: 410px;
}


/** main **/

main{
	display: block;
	text-align: left;
	height: auto;
	min-height: calc(100vh - 50px);
	background: url(../img/index/logo.png) no-repeat 75px 75px;
	background-size: 250px auto;
	padding: 120px 0 0 410px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav{
	margin: 0 0 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav > a{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 270px;
	height: 45px;
	color: #b09a50;
	margin: 0 0 20px 0;
	padding: 0 0 0 12px;
	border-left: 5px solid currentColor;
	-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 > a:last-of-type{	margin-bottom: 0;}
nav > a:hover{
	color: #b09a50;
	text-decoration: none;
	opacity: 0.7;
}
nav > a span{
	width: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2;
}
nav > a em{
	width: 100%;
	font-size: 14px;
	line-height: 1;
}

.toptxt{}
.toptxt div{
	text-align: left;
	padding: 0 0 30px 0;
}
.toptxt div p:nth-of-type(1){
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	color: #b09a50;
	margin: 0 0 5px 0;
}
.toptxt div p:nth-of-type(2){
	font-size: 12px;
	line-height: 18px;
}


/** outlink **/

.outlink{
}

.outlink img{ vertical-align: middle;}

.outlink_in{
}

#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 2.5px 5px 2.5px;
}

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


/** footer **/

footer{
	position: relative;
	width: 100%;
	text-align: right;
	padding: 15px;
	color: #fff;
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer #copy,
footer #des{
	font-size: 10px;
	line-height: 20px;
	color: #fff;
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}
footer #copy br{	display: none;}

br.pc_none{	display: none;}

#pre{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: url(../img/index/pc_prebg.png) no-repeat right center rgba(0,0,0,0.6);
	background-size: cover;
	position: fixed;
	z-index: 100000001;
	top: 0;
	left: 0;
}


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

@media screen and (max-width: 650px) {
	body{
		overflow: hidden;
		min-width: auto;
		padding-left: 0;
		background: none;
	}
	body:before{
		content: '';
		width: 100%;
		height: 100vh;
		height: 100lvh;
		position: fixed;
		z-index: -2;
		top: 0;
		left: 0;
		background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%), url(../img/index/sp_bg.jpg); 
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header{
		height: 50px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	h1{
		padding: 10px 0 0 0;
		text-align: center;
		position: static;
	}


	/** main **/

	main{
		display: block;
		text-align: left;
		min-height: calc(100vh - 100px);
		min-height: calc(100svh - 100px);
		background: none;
		background-size: auto;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav{
		margin: 0 0 50px 0;
		padding: 30px 0 30px calc(50% - 10px);
		background: url(../img/index/logo.png) no-repeat 10vw 50%;
		background-size: auto 150px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav > a{
		width: 100%;
		height: 40px;
		padding-left: 10px;
		color: #b09a50;
	}
	nav > a span{
		font-size: 18px;
		line-height: 1.2;
	}
	nav > a em{
		font-size: 14px;
		line-height: 1;
	}

	.toptxt{
		padding: 0 20px;
	}
	.toptxt div{
		text-align: left;
		padding: 0 0 20px 0;
	}
	.toptxt div p:nth-of-type(1){
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 5px 0;
	}
	.toptxt div p:nth-of-type(2){
		font-size: 11px;
		line-height: 16px;
	}


	/** outlink **/
	.outlink{
		text-align: center;
		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;}

	.sp_no{
		display: none;
	}
	br.pc_none{	display: inline;}

	#pre{
		background: url(../img/index/sp_prebg.png) no-repeat right center rgba(0,0,0,0.6);
		background-size: cover;
	}
}
