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


/** header **/

header{
	position: relative;
	height: 450px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	color: #999;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 20px;
}
#homelink{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50px;
	left: 50px;
}
#homelink img{
	width: 150px;
	height: auto;
}
#navToggle{	display: none;}


/** main **/

main{
	position: relative;
	display: block;
}
.page_title{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	text-align: left;
	color: #b09a50;
	position: absolute;
	top: -150px;
	left: 45px;
}
#cnt{	padding-bottom: 50px;}


/** nav **/

nav{
	width: 110px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50px;
	left: 280px;
}
nav a{
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: left;
	margin: 0 0 10px 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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav a:hover{
	text-decoration: none;
	color: #b09a50;
}
nav a.on:after{
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/all/check.png) no-repeat;
	background-size: 15px auto;
	position: absolute;
	top: 0;
	left: -20px;
}



/** footer **/

footer{
	position: relative;
	width: 100%;
	text-align: left;
	padding: 70px 50px 50px 50px;
	color: #fff;
	background: url(../img/all/f_logo.png) no-repeat 50px 125px #000;
	background-size: 85px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer .fbt_up{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background: #b09a50;
	position: absolute;
	top: -25px;
	left: calc(50% - 90px);
	-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_up:hover{
	text-decoration: none;
}
footer .fbt_up:after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 9px;
	right: calc(50% - 7px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
footer .pan{
	position: relative;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	color: #666;
	margin: 0 0 40px 0;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer .pan a,
footer .pan span{	color: #fff;}
footer .pan .material-icons{
	font-size: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
footer .f_info{
	margin: 0 0 10px 0;
	padding: 0 0 0 125px;
}
footer .f_info h2{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
footer .f_menu{
	display: flex;
	font-size: 0;
	line-height: 0;
	margin: 0 0 65px 0;
	padding: 0 0 0 125px;
}
footer .f_menu a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 8 - 2px); 
	height: 20px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	margin: 0 2px 0 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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer .f_menu a:hover{
	text-decoration: none;
	color: #000;
	background: #fff;
}


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;}


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

@media screen and (max-width: 650px) {
	body{
		min-width: auto;
		padding-top: 0;
		padding-left: 0;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header{
		height: 180px;
		background: url(../img/all/menu_bg.png) no-repeat top right;
		background-size: 115px auto;
	}
	h1{
		text-align: left;
		position: absolute;
		top: 10px;
		left: 10px;
		right: auto;
	}
	#homelink{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 30px;
		left: 15px;
	}
	#homelink img{
		width: 75px;
		height: auto;
	}


	/** navToggle **/
	#navToggle{
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: flex-end;
		width: 45px;
		height: 40px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		position: fixed;
		z-index: 1002;
		top: 10px;
		right: 10px;
	}
	#navToggle button,
	#navToggle a{
		position: relative;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 45px;
		height: 40px;
		text-align: center;
		cursor: pointer;
		border: none;
		color: #fff;
		background: none;
		margin: 0;
		padding: 0;
	}
	#navToggle button:focus{	outline: 0;}
	#navToggle.open{
		right: calc(100vw - 115px);
	}
	.bb{
		width: 35px;
		height: 1px;
		right: 5px;
		background: #e8d287;
		position: absolute;
		-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;
	}
	.bb-1{	top:10px;}
	.bb-2{	top:20px;}
	.bb-3{	top:30px;}
	.closebt .bb-1{
		top: 20px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform:rotate(45deg);
	}
	.closebt .bb-2{
		opacity: 0;
	}
	.closebt .bb-3{
		top: 20px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	nav{
		width: 100%;
		height: 100vh;
		text-align: left;
		font-size: 0;
		line-height: 0;
		position: fixed;
		left: auto;
		right: -200vw;
		top: 0;/** header,nav,SAME HEIGHT **/
		overflow-y: auto;
		-ms-overflow-style: none;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		z-index: 999;
		overflow: hidden;
		-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;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 0 0 120px 0;
		box-shadow: none;
	}
	nav.opennav{
		height: 100vh;
		overflow: visible;
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	nav.opennav::-webkit-scrollbar{
	  display: none;
	}
	#menu{
		padding: 50px 0 0 0;
		height: 100vh;
		height: 100lvh;
		background: url(../img/all/menu_bg.png) no-repeat top center;
		background-size: 100% 85vh;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav a{
		width: 150px;
		filter: invert();
		margin: 0 0 0 auto;
		padding: 10px 0 10px 25px;
		border-bottom: 1px solid #ddd;
	}
	nav a:hover{	color: #b09a50;}
	nav a.on:after{
		position: absolute;
		top: 10px;
		left: 3px;
	}

	/** main **/
	main{
		padding: 0 0 20px 0;
	}
	.page_title{
		font-size: 28px;
		line-height: 30px;
		position: absolute;
		top: -50px;
		left: 13px;
	}
	#cnt{	padding-bottom: 30px;}


	/** footer **/
	footer{
		text-align: center;
		padding: 30px 15px;
		background: url(../img/all/f_logo.png) no-repeat 50% 70px #000;
		background-size: 60px auto;
	}
	footer .fbt_up{
		width: 120px;
		height: 30px;
		font-size: 13px;
		line-height: 15px;
		padding-top: 8px;
		position: absolute;
		top: -15px;
		left: calc(50% - 60px);
	}
	footer .fbt_up:after{
		position: absolute;
		top: 7px;
		right: calc(50% - 7px);
	}
	footer .pan{
		margin: 0 0 95px 0;
		padding-bottom: 8px;
	}
	footer .f_info{
		margin: 0 0 20px 0;
		padding: 0;
	}
	footer .f_info h2{
		font-size: 11px;
		line-height: 15px;
	}
	footer .f_menu{
		display: flex;
		flex-wrap: wrap;
		font-size: 0;
		line-height: 0;
		margin: 0 0 25px 0;
		padding: 0 48px;
	}
	footer .f_menu a{
		width: calc(50% - 4px);
		margin: 0 2px 4px 2px;
	}

	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: inline;}
	br.sp_none{	display: none;}

}
