/*=================================================
 * CSS for PC
 * ================================================= */

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, a:hover{
	text-decoration	: none;
}


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

body{
	min-width: 1200px;
}

div, p, ul, li, h2, h3, h4, dl{	margin: 0; padding: 0; font-weight: normal;}



body{
	background-color: #4c2b0c;
}
body:before{
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	background:
	url(../img/all/pc_bgtop.png) no-repeat bottom center,
	url(../img/all/pc_bg.jpg) no-repeat bottom center;
	background-size: contain , cover;
}
header{
	font-size: 0;
	line-height: 0;
}
h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}
#inpage_header{
	height: 350px;
	background:
	url(../img/all/header_wave.png) no-repeat bottom center,
	url(../img/all/pc_header_img.png) no-repeat 95% bottom;
	background-size: 100% auto, 710px auto;
}
#inpage_header h1{
	text-align: right;
	top: 0;
	right: 10px;
}
#inpage_header+#navToggle+#pc_nav{
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}


/** header **/

#navToggle, #sp_nav{	display: none;}
#pc_nav{
	width: 600px;
	height: 120px;
	color: #fff;
	text-align: right;
	background: rgba(93,57,25,0.9);
	padding: 0 90px 0 0;
	border-radius: 0 0 90px 0;
	position: fixed;
	z-index: 100001;
	top: -120px;
	left: 0;
	opacity: 0.0;
	filter: alpha(opacity=0);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fix #pc_nav{
	top: 0;
	background: rgba(93,57,25,0.9);
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#pc_nav_logo{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 10px;
	left: 20px;
}
#pc_nav_logo img{
	width: 80px;
	height: auto;
}
#pc_nav .pc_menu{
	margin: 0 0 10px 0;
	padding: 25px 0 0 0;
}
#pc_nav .pc_menu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 25px;
	color: currentColor;
	margin: 0 0 0 30px;
	-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;
}
#pc_nav .pc_menu a:after{
	content: "";
	width: 1px;
	height: 24px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: -1px;
	right: -17px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pc_nav .pc_menu a::before{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
	bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#pc_nav .pc_menu a:hover::before {
	visibility: visible;
	bottom: -2px;
	opacity: 1;
}

#pc_nav .pc_menu a:last-of-type{	margin-right: 0;}
#pc_nav .pc_menu a:last-of-type:after{	display: none;}
#pc_nav #pc_sns{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	margin: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#pc_nav #pc_sns span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 25px;
	margin: 0 4px 0 0;
	padding: 0 8px 0 0;
	border-right: 1px solid currentColor;
}
#pc_nav #pc_sns a{
	margin: 0 4px;
}


/** main **/

main{
	display: block;
	overflow: hidden;
	background: #fff;
	filter: drop-shadow(0px 15px 5px rgba(0, 0, 0, 0.2));
}
#cnt{
	padding: 50px 0 100px 0;
}

.page_title{
	width: 410px;
	text-align: center;
	margin: 120px auto 0 0;
	padding: 40px 0 0 0;
	background: url(../img/all/page_title.png) no-repeat top center;
	background-size: 70px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title span{
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1;
	-webkit-text-stroke: .8px #fff;
	text-stroke: .8px #fff;
}
.page_title em{
	display: block;
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}


/** footer **/

footer{
	color: #fff;
	padding: 0 0 60px 0;
	background: url(../img/all/pc_bg.jpg) no-repeat top center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer #f_info{
	text-align: center;
	height: 630px;
	margin: 0 auto 30px auto;
	background: url(../img/all/pc_footer.png) no-repeat top center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer #f_info .pan{
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	padding: 27px 0;
}
footer #f_info .pan a{	color: #fff;}
footer #f_info h2{
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 192px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
	background: url(../img/all/logo.png) no-repeat;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer #f_info p:nth-of-type(1){
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px 0;
}
footer #f_info p:nth-of-type(2){
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
footer #f_info p:nth-of-type(2) a,
footer #f_info p:nth-of-type(2) a:hover{	color: currentColor;}
footer #f_info p:nth-of-type(2) span{	font-size: 30px;}
footer #f_info p:nth-of-type(3){
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 40px 0;
}
footer #f_menu{
	margin: 0 0 40px 0;
}
footer #f_menu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 15px;
	color: currentColor;
	margin: 0 30px 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;
}
footer #f_menu a:after{
	content: "";
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: -3px;
	right: -17px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer #f_menu a::before{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
	bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
footer #f_menu a:hover::before {
	visibility: visible;
	bottom: -4px;
	opacity: 1;
}
footer #f_menu a:last-of-type{	margin-right: 0;}
footer #f_menu a:last-of-type:after{	display: none;}
footer #f_sns{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	margin: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer #f_sns span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 25px;
	margin: 0 4px 0 0;
	padding: 0 8px 0 0;
	border-right: 1px solid currentColor;
}
footer #f_sns a{
	margin: 0 4px;
}
footer address{
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	text-align: center;
}
footer address a,
footer address a:hover{	color: currentColor;}
br.pc_none{	display: none;}


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

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

	h1{
		position: absolute;
		top: 75px;
		right: 0px;
	}
	#inpage_header{
		height: 160px;
		background:
		url(../img/all/header_wave.png) no-repeat bottom center,
		url(../img/all/sp_header_img.png) no-repeat bottom right;
		background-size: 100% auto, auto 160px;
	}
	#inpage_header h1{	top: -100vw;}


	/** header **/
	header{
		position: relative;
		width: 100%;
	}
	#pc_nav{	display: none;}

	/** navToggle **/
	#navToggle{
		display: flex;
		width: 90px;
		height: 90px;
		background: rgba(93,57,25,0);
		border-radius: 0 0 70px 0;
		padding: 10px 0 0 10px;
		-webkit-transition	: 0.4s ease-in-out;
		-moz-transition	: 0.4s ease-in-out;
		-o-transition	: 0.4s ease-in-out;
		transition		: 0.4s ease-in-out;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		position: fixed;
		z-index: 10001;
		top: 0;
		left: 0;
	}
	.fix #navToggle{
		background: rgba(93,57,25,0.9);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	#navToggle button,
	#navToggle a{
		position: relative;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 50px;
		height: 60px;
		text-align: center;
		cursor: pointer;
		border: none;
		color: #fff;
		background: none;
		margin: 0;
		padding: 0;
	}
	#navToggle em{
		width: 50px;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 1;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	#navToggle button:focus{
		outline: 0;
		background: none;
	}
	.bb{
		width: 30px;
		height: 2px;
		left: 10px;
		background: #fff;
		transition: all .4s ease;
		position: absolute;
		-webkit-transition: all .4s ease;
		-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:12px;}
	.bb-2{	top:21px;}
	.bb-3{	top:30px;}
	.closebt .bb-1{
		top: 21px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform:rotate(45deg);
	}
	.closebt .bb-2{
		opacity: 0;
	}
	.closebt .bb-3{
		top: 21px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header_nav{	display: none;}
	#sp_nav{
		display: block;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		color: #fff;
		text-align: center;
		position: fixed;
		left: 0;
		top: -200vh;
		z-index: 1002;
		background: rgba(93, 57, 25, 0.9);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		-webkit-transition	: 0.4s ease-in-out;
		-moz-transition	: 0.4s ease-in-out;
		-o-transition	: 0.4s ease-in-out;
		transition		: 0.4s ease-in-out;
	}
	.opennav #sp_nav{
		top: 0;
	}
	.sp_menu{
		margin: 0 0 40px 0;
		padding: 100px 0 0 0;
	}
	.sp_menu a{
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		line-height: 30px;
		color: currentColor;
		margin: 0 0 40px 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;
	}
	.sp_menu a:after{
		content: "";
		width: 1px;
		height: 25px;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		bottom: -30px;
		right: calc(50% - 1px);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.sp_menu a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	.sp_menu a:last-of-type{	margin: 0;}
	.sp_menu a:last-of-type:after{	display: none;}
	#sp_sns{
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		margin: 0 0 40px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sp_sns a:after{
		content: "";
		width: 80px;
		height: 90px;
		background: url(../img/all/logo.png) no-repeat;
		background-size: 100% auto;
		position: absolute;
		bottom: -120px;
		left: calc(50% - 40px);
	}
	#sp_sns span{
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 25px;
		margin: 0 4px 0 0;
		padding: 0 8px 0 0;
		border-right: 1px solid currentColor;
	}
	#sp_sns a{
		margin: 0 4px;
	}


	/** main **/
	#cnt{
		padding: 30px 0 30px 0;
	}
	.page_title{
		width: auto;
		text-align: center;
		margin: 0 160px 0 0;
		padding: 80px 0 0 0;
		background: url(../img/all/page_title.png) no-repeat 50% 50px;
		background-size: 50px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.page_title span{
		position: relative;
		font-size: 27px;
		line-height: 1;
	}
	.page_title em{
		font-size: 15px;
		line-height: 25px;
		color: #fff;
	}


	/** footer **/
	footer{
	}
	footer{
		background: url(../img/all/sp_bg.jpg) no-repeat top center;
		background-size: cover;
	}
	footer #f_info{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		height: auto;
		aspect-ratio: 750 / 890;
		margin: 0 auto 30px auto;
		padding-bottom: 30px;
		background: url(../img/all/sp_footer.png) no-repeat bottom center;
		background-size: cover;
	}
	footer #f_info .pan{
		width: 100%;
		font-size: 11px;
		line-height: 16px;
		padding: 0 0 10px 0;
	}
	footer #f_info .pan a{	color: #fff;}
	footer #f_info h2{
		width: 115px;
		height: 130px;
		margin: 0 0 10px 0;
	}
	footer #f_info p{
		width: 100%;
	}
	footer #f_info p:nth-of-type(1){
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 10px 0;
	}
	footer #f_info p:nth-of-type(2){
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	footer #f_info p:nth-of-type(2) span{	font-size: 24px;}
	footer #f_info p:nth-of-type(3){
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 20px 0;
	}
	br.pc_none{	display: inline;}
	br.sp_none{	display: none;}

}
