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

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



body{
	padding-top: 180px;
	-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;
}


/** header **/

header{
	position: relative;
	width: 100%;
	height: 180px;
	padding: 30px 0 0 0;
	background: rgba(250, 246, 239, 0.9);
	position: fixed;
	z-index: 1000001;
	top: 0;
	left: 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;
}
header #h_logo{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px 0;
	-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;
}
header #h_logo:after{
	content: "TOWARD AN EXCITING FUTURE";
	width: 200px;
	font-family: "FontA";
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	color: #c09a5a;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 100px);
}
header #h_logo img{
	width: 150px;
	height: auto;
}
header nav{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
header nav a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #c09a5a;
	margin: 0 20px;
	-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;
}
header nav a:hover{
	color: #c09a5a;
}
header nav a::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: currentColor;
	bottom: 10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
header nav a:hover::after,
header nav a.on:after{
	visibility: visible;
	bottom: -2px; /*アニメーションが止まる位置*/
	opacity: 1;
}
h1{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
header .shopbt{
	display: inline-block;
	vertical-align: top;
	-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;
	position: absolute;
	top: 50px;
	right: 50px;
}
header .shopbt img{
	width: 70px;
	height: auto;
}
body.fix header{
	height: 130px;
	padding: 15px 0 0 0;
}
body.fix header #h_logo{
	margin: 0 0 30px 0;
}
body.fix header .shopbt{	top: 30px;}


/** main **/

main{
	display: block;
}
main,
footer{	background: #faf6ef;}
.page_title{
	text-align: center;
	height: 350px;
	margin: 0 0 50px 0;
	padding: 40px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title em{
	display: block;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
	color: #c09a5a;
	margin: 0 0 30px 0;
}
.page_title svg{
	display: block;
	height: 240px;
	margin: 0 auto;
}
.page_title .st2 {
	fill: #c09a5a;
}
.page_title .mask-line {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 15px;
	stroke-dasharray: 4500;
	stroke-dashoffset: 4500;
	animation: pt_handwriting 2.0s linear forwards;
}
@keyframes pt_handwriting {
	to {
		stroke-dashoffset: 0;
	}
}


/** footer **/

.fbt_up{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 20px;
	line-height: 30px;
	color: #c09a5a;
	margin: 0 0 30px 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;
}
.fbt_up::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: currentColor;
	bottom: 2px;
}
.fbt_up:hover{
	color: #c09a5a;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.pan{
	font-size: 11px;
	line-height: 18px;
	color: #cfba97;
	margin: 0 0 30px 0;
}
.pan a, .pan span{	color: #c09a5a;}

footer{
	color: #c09a5a;
	padding: 50px 0 70px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer #f_info{
	text-align: center;
	margin: 0 0 30px 0;
}
footer #f_info h2{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 40px;
	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{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
}
footer #f_menu{
	margin: 0 0 30px 0;
}
footer #f_menu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	color: currentColor;
	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;
}
footer #f_menu ::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: currentColor;
	bottom: 10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
footer #f_menu :hover::after{
	visibility: visible;
	bottom: -2px; /*アニメーションが止まる位置*/
	opacity: 1;
}
footer address{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-align: center;
	letter-spacing: 2px;
}
footer address p{ font-weight: 300;}
footer address p + p{ margin-top: 5px;}
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; padding-top: 150px;}


	/** header **/
	header,
	body.fix header{
		height: 150px;
		padding: 28px 0 0 0;
	}
	body.fix header{
		height: 80px;
		padding: 10px 0 0 0;
	}
	header #h_logo{
		margin: 0 0 38px 0;
	}
	body.fix header #h_logo{
		margin: 0 0 16px 0;
	}
	body.fix header #h_logo img{
		width: 85px;
	}
	header #h_logo:after{
		font-size: 8px;
		line-height: 1;
		letter-spacing: 1px;
		text-align: center;
		color: #c09a5a;
		position: absolute;
		bottom: -15px;
		left: calc(50% - 100px);
	}
	body.fix header #h_logo:after{
		bottom: -14px;
	}
	header #h_logo img{
		width: 130px;
		height: auto;
		-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;
	}
	header nav a{
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 2px;
		color: #c09a5a;
		margin: 0 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;
	}
	header nav a:hover{
		color: #c09a5a;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	header nav a::after{
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: currentColor;
		bottom: 10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
	}
	header nav a:hover::after,
	header nav a.on:after{
		visibility: visible;
		bottom: -2px; /*アニメーションが止まる位置*/
		opacity: 1;
	}
	header .shopbt{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 25px;
		right: 15px;
	}
	header .shopbt img{
		width: 45px;
	}
	body.fix header .shopbt{
		top: 10px;
		right: 10px;
	}

	/** main **/
	.page_title{
		text-align: center;
		height: 160px;
		padding: 15px 0 0 0;
	}
	.page_title em{
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 15px 0;
	}
	.page_title svg{
		height: 100px;
	}



	/** footer **/
	footer{
		padding: 30px 0 40px 0;
	}
	footer #f_info{
		text-align: center;
		margin: 0 0 30px 0;
	}
	footer #f_info h2{
		display: inline-block;
		vertical-align: top;
		width: 120px;
		height: 32px;
		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{
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 2px;
	}
	footer #f_menu{
		margin: 0 0 20px 0;
	}
	footer #f_menu a{
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 2px;
		margin: 0 0 5px 0;
	}
	footer address{
		font-size: 10px;
		line-height: 15px;
	}
	br.pc_none{	display: inline;}
	br.sp_none{	display: none;}

}
