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

/***************************************
GOOGLE FONT
****************************************/

@font-face {
	font-family: FontA;
	src: url('../font/LibreCaslonDisplay-Regular.ttf') format("truetype");
}

/***** font color *****/
a, a:hover, .tx_a, .tx_a:hover{	color: #fff;}
body, .tx0, .tx0:hover{	color: #fff;}

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: 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;
	background: url(../img/index/bg.jpg) no-repeat top center fixed;
	background-size: cover;
	background-color: #650103;
}


/** header **/

header{
	height: 420px;
	background: url(../images/logo.png) no-repeat 50% 100px;
	background-size: 630px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #c19d9d;
	padding: 20px 0 0 0;
}

nav{
	margin: 0 0 100px 0;
}
nav > a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-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;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
nav > a span{
	width: 100%;
	font-family: "FontA";
	font-size: 58px;
	line-height: 1;
	background: rgb(213,183,64);
	background: linear-gradient(0deg, rgba(213,183,64,1) 0%, rgba(255,233,164,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
nav > a em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
}
nav p{
	font-size: 13px;
	line-height: 20px;
	margin: 50px 0 0 0;
}
nav p a{
	color: currentColor;
	text-decoration: underline;
}
nav p a:hover{
	color: currentColor;
	text-decoration: none;
}


/** outlink **/

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

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


/** footer **/

footer{
	position: relative;
	width: 100%;
	height: 220px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	text-align: left;
	padding: 0 50px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#f_info{
	background: url(../images/logo.png) no-repeat 0 0;
	background-size: 178px auto;
	padding: 15px 0 20px 200px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#f_info h2{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #e1c65e;
}
#f_info,
#f_info a{	color: #fff;}
#f_info p{
	font-size: 14px;
	line-height: 22px;
}

#fmenu{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #7c4445;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#fmenu a{
	color: #fff;
	-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 br{	display: none;}
#fmenu a:hover{
	text-decoration: none;
	color: #ffffcc;
}

footer #copyright{
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 90px;
	right: 50px;
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}
footer #copy br{	display: none;}

.error,
.over{
	text-align: center;
	padding: 80px 0;
	font-size: 12px;
	line-height: 16px;
}

.error{
	color: #ff0000;
}


.bnr{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 15px;
}
.bnr .box{
	margin-bottom: 10px;
}
.bnr .box table{
	margin-left: auto;
	margin-right: auto;
}
.bnr .box a > img{
	max-width: 100%;
	height: auto;
}


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

@media screen and (max-width: 650px) {
	body{
		overflow: hidden;
		min-width: auto;
		padding-top: 0;
		padding-left: 0;
		background: none;
		background-color: #650103;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100dvh;
		background: url(../img/index/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{
		height: 250px;
		background: url(../images/logo.png) no-repeat 50% 70px;
		background-size: 320px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	header h1{
		padding: 10px 0 0 0;
	}
	nav{
		margin: 0 0 50px 0;
	}
	nav > a{
		width: 200px;
		height: 200px;
	}
	nav > a span{
		width: 100%;
		font-size: 50px;
		line-height: 1.2;
	}
	nav > a em{
		font-size: 15px;
		line-height: 1.2;
	}
	nav p{
		font-size: 12px;
	}

	/** 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{
		display: block;
		width: 100%;
		height: auto;
		padding: 30px 15px;
	}
	#f_info{
		background: url(../images/logo.png) no-repeat 0 0;
		background-size: 92px auto;
		padding: 0 0 20px 100px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#f_info h2{
		position: relative;
		font-size: 10px;
		line-height: 18px;
		color: #e1c65e;
	}
	#f_info p{
		font-size: 11px;
		line-height: 18px;
	}
	#fmenu{
		font-size: 11px;
		line-height: 20px;
	}
	#fmenu br{	display: inline;}
	#fmenu a:hover{
		text-decoration: none;
		color: #ffffcc;
	}
	footer #copyright{
		font-size: 10px;
		line-height: 20px;
		text-align: left;
		position: static;
		margin: 20px 0 0 0;
	}
	footer #copy br{	display: none;}

	.error,
	.over{
		padding: 50px 0;
	}
	.sp_no{
		display: none;
	}
}