@charset "utf-8";
/* CSS Document */
@import url(css/ress_custom.css);
@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		wrap common

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body{
	background: #fafafa url(img/common/wrap_bg.png);
}
#wrap{
	width: 100%;
	min-width: 1280px;
	padding: 100px 0 0;
	box-sizing: border-box;
}
#wrap .content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*		
--------------------------------------------- */


/*		
--------------------------------------------- */


/*		
--------------------------------------------- */






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		header#h_pc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header#h_pc{
	width: 100%;
	min-height: 80px;
	margin: 0;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
}
header#h_pc .h_set{
	width: 100%;
	height: 80px;
	padding: 0 50px;
	position: relative;
	background: #fff;
	z-index: 1;
	display: flex;
	flex-direction: row;
}
header#h_pc .h_set > div{
	height: 80px;
}


/*		.h_logo
--------------------------------------------- */
header#h_pc .h_logo{
	width: 100px;
}
header#h_pc .h_logo h1{
	height: 100%;
	display: flex;
	align-items: center;
}
header#h_pc .h_logo h1 a{}
header#h_pc .h_logo h1 a object{
	width: 100%;
	height: auto;
	max-width: 72px;
	max-height: 60px;
	display: block;
	pointer-events: none;
	transition: all 0.2s;
}
header#h_pc .h_logo h1 a:hover object{
	opacity: 0.5;
}


/*		.h_nav
--------------------------------------------- */
header#h_pc .h_nav{
	flex: 1;
}
header#h_pc .h_nav nav{
	height: 100%;
}
header#h_pc .h_nav nav ul{
	width: auto;
	height: 100%;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: center;
}
header#h_pc .h_nav nav ul li{
	height: 40px;
}
header#h_pc .h_nav nav ul li a{
	height: 100%;
	padding: 0 15px;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 40px;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: all 0.4s;
	cursor: pointer;
}
header#h_pc .h_nav nav ul li a:hover{
	background: #333;
	color: #fff;
}
/* subnavBtn  */
header#h_pc .h_nav nav ul li.subnavBtn a{}
header#h_pc .h_nav nav ul li.subnavBtn.active a{
	background: #333;
	color: #fff;
}


/*		.h_reserve
--------------------------------------------- */
header#h_pc .h_reserve{
	width: 140px;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
header#h_pc .h_reserve a{
	width: 100%;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 600;
}
header#h_pc .h_reserve a::before{
	content: "\f303";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
}
header#h_pc .h_reserve a:hover{
	opacity: 0.6;
}
header#h_pc .h_reserve a:hover::before{}

/*		.h_suvnav
--------------------------------------------- */
header#h_pc .h_subnav{
	width: 100%;
	padding: 20px 0;
	height: auto;
	position: fixed;
	background: rgba(0,0,0,0.9);
	left: 0;
	transition: all 0.5s;
	z-index: -10;
	top: -100%;
}
header#h_pc .h_subnav{}

/* .h_salonlist */
header#h_pc .h_subnav.h_salonlist{}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set{
	width: 800px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-direction: column;
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li{
	min-height: 20px;
	padding: 5px 0 5px 85px;
	position: relative;
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li:first-child{
	margin-top: 0;
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li::before{
	content: attr(title);
	display: block;
	width: 80px;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 5px;
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li:hover{
	background: rgba(255,255,255,0.1);
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li:hover::before{
	background: #fff;
}

header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li ul{
	width: 100%;
	margin: -5px 0 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li ul li{
	margin-top: 5px;
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li ul li::before{
	content: "│";
	height: 20px;
	margin: 0 10px;
	line-height: 20px;
	font-size: 1.2em;
	display: inline-block;
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li ul li a{
	height: 20px;
	display: inline-block;
	color: #ccc;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 20px;
}
header#h_pc .h_subnav.h_salonlist ul.h_salonlist_set > li ul li a:hover{
	color: #fff;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		header#h_sp

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header#h_sp{
	width: 100%;
	min-height: 45px;
	background: #fff;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
}

/*		.h_wrap
--------------------------------------------- */
header#h_sp .h_wrap{
	width: 100%;
	height: 45px;
	background: #fff;
	display: flex;
	flex-wrap: nowrap;
	z-index: 200;
}
header#h_sp .h_wrap > div{}
header#h_sp .h_wrap .h_left{
	width: 50px;
}
header#h_sp .h_wrap .h_left h1{
	height: 100%;
}
header#h_sp .h_wrap .h_left h1 a{
	height: 100%;
	padding: 5px 10px;
	display: block;
}
header#h_sp .h_wrap .h_left h1 a img{
	width: auto;
	height: 100%;
	display: block;
}
header#h_sp .h_wrap .h_right{
	flex: 1;
}
header#h_sp .h_wrap .h_right ul{
	width: 100%;
	height: 100%;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
header#h_sp .h_wrap .h_right ul li{
	display: block;
}
header#h_sp .h_wrap .h_right ul li.reserve{}
header#h_sp .h_wrap .h_right ul li.reserve a{
	width: 60px;
	height: 45px;
	padding-top: 28px;
	display: block;
	background: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
}
header#h_sp .h_wrap .h_right ul li.reserve a::before{
	content: "\f303";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 1.6em;
	text-align: center;
	line-height: 24px;
	width: 100%;
	height: 24px;
	display: block;
	position: absolute;
	top: 2px;
}
header#h_sp .h_wrap .h_right ul li.menuBtn{}
header#h_sp .h_wrap .h_right ul li.menuBtn span{
	width: 45px;
	height: 45px;
	padding-top: 28px;
	display: block;
	text-align: center;
	color: #000;
	position: relative;
	cursor: pointer;
}
header#h_sp .h_wrap .h_right ul li.menuBtn span::before{
	content: "\f0c9";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 1.6em;
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 2px;
}
header#h_sp .h_wrap .h_right ul li.menuBtn span:hover{
	opacity: 0.6;
}
header#h_sp .h_wrap .h_right ul li.menuBtn span.open{}
header#h_sp .h_wrap .h_right ul li.menuBtn span.open::before{
	content: "\f00d";
	font-weight: 600;
}

/*		.h_nav
--------------------------------------------- */
header#h_sp .h_nav{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	overflow-y: auto;
	top: 0;
	left: 0;
	z-index: -1;
}
header#h_sp .h_nav nav{
	padding: 80px 20px 40px;
	background: #f5f5f5;
	
}
header#h_sp .h_nav nav > ul{
	width: 100%;
	margin: 0;
	list-style: none;
}
header#h_sp .h_nav nav > ul > li{
	border-bottom: 1px solid #ddd;
}
header#h_sp .h_nav nav > ul > li > a{
	padding: 10px 10px 10px 40px;
	display: block;
	font-size: 1.4em;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	position: relative;
	word-wrap: break-word;
}
header#h_sp .h_nav nav > ul > li a::before{
	content: "\f054";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 0.8em;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
header#h_sp .h_nav nav > ul > li a:hover{
	background: rgba(255,255,255,0.2);
}
header#h_sp .h_nav nav > ul > li.close{
	margin: 40px 0 0;
	border: none;
}
header#h_sp .h_nav nav > ul > li.close span{
	width: 100%;
	padding: 10px 0;
	display: block;
	color: #000;
	font-size: 1.4em;
	text-align: right;
	cursor: pointer;
}
header#h_sp .h_nav nav > ul > li.close span::before{
	content: "\f00d";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 0.8em;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
}
header#h_sp .h_nav nav > ul > li.close span:hover{
	background: rgba(255,255,255,0.2);
}


/* sub */
header#h_sp .h_nav nav > ul > li.sub{}
header#h_sp .h_nav nav > ul > li.sub > a{
	cursor: pointer;
}
header#h_sp .h_nav nav > ul > li.sub > a::before{
	content: "\f078";
	transition: all 0.2s;
}
header#h_sp .h_nav nav > ul > li.sub > a.open{}
header#h_sp .h_nav nav > ul > li.sub > a.open::before{
	transform: rotate(180deg);
}
header#h_sp .h_nav nav ul > li.sub > ul{
	width: 100%;
	margin: 0 0 60px;
	padding-left: 20px;
	list-style: none;
	display: none;
}
header#h_sp .h_nav nav > ul > li.sub > ul > li{}
header#h_sp .h_nav nav > ul > li.sub > ul > li > a{}
header#h_sp .h_nav nav > ul > li.sub > ul.h_salonlist_set{}
header#h_sp .h_nav nav > ul > li.sub > ul.h_salonlist_set > li{}
header#h_sp .h_nav nav > ul > li.sub > ul.h_salonlist_set > li::before{
	content: attr(title);
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin: 20px 0 0 20px;
	padding: 2px 5px;
	display: inline-block;
	background: #000;
}
header#h_sp .h_nav nav > ul > li.sub > ul.h_salonlist_set > li > ul{
	width: 100%;
	margin: 0;
	padding-left: 10px;
	list-style: none;
}
header#h_sp .h_nav nav > ul > li.sub > ul.h_salonlist_set > li ul > li{
	border-bottom: 1px solid #ddd;
}
header#h_sp .h_nav nav > ul > li.sub > ul.h_salonlist_set > li ul > li:last-child{}
header#h_sp .h_nav nav > ul > li.sub > ul.h_salonlist_set > li ul > li > a{
	padding: 10px 10px 10px 40px;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	position: relative;
	word-wrap: break-word;
	word-break: keep-all;
}
header#h_sp .h_nav nav > ul > li.sub > ul.h_salonlist_set > li ul > li > a::before{
	content: "\f054";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 0.8em;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}

















/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		footer

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer{
	background: #757575;
	color: #fff;
}
footer .content{}

/*		.f_salonlist
--------------------------------------------- */
.f_salonlist{
	padding: 40px 0;
}
.f_salonlist + hr{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border: none;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.f_salonlist ul.f_salonlist_set{
	width: 100%;
	margin: 0;
	list-style: none;
}
.f_salonlist ul.f_salonlist_set > li{
	margin-top: 10px;
	padding-left: 120px;
	position: relative;
}
.f_salonlist ul.f_salonlist_set > li:first-child{
	margin-top: 0;
}
.f_salonlist ul.f_salonlist_set > li::before{
	content: attr(title);
	width: 100px;
	height: 20px;
	display: block;
	background: #fff;
	color: #757575;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.f_salonlist ul.f_salonlist_set ul{
	width: 100%;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;

}
.f_salonlist ul.f_salonlist_set ul li{
}
.f_salonlist ul.f_salonlist_set ul li::before{
	content: "│";
	margin: 0 10px;
}
.f_salonlist ul.f_salonlist_set ul li a{
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	opacity: 0.6;
}
.f_salonlist ul.f_salonlist_set ul li a:hover{
	opacity: 1;
}

/*		.f_nav
--------------------------------------------- */
.f_nav{
	padding: 10px 0 40px;
}
.f_nav + hr{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border: none;
	border-bottom: 1px solid #fff;
}
.f_nav .content{}
.f_nav .content nav{}
.f_nav .content nav ul{
	width: 100%;
	margin: 0;
	list-style: none;
	display: flex;
}
.f_nav .content nav ul li{
	padding: 0 10px;
	border-left: 1px solid #999;
}
.f_nav .content nav ul li:first-child{
	padding-left: 0;
	border-left: none;
}
.f_nav .content nav ul li:last-child{
	padding-right: 0;
}
.f_nav .content nav ul li a{
	padding: 4px 4px;
	display: inline-block;
	color: #ccc;
	text-decoration: none;
	font-size: 1.2em;
}
.f_nav .content nav ul li a:hover{
	text-decoration: underline;
	color: #fff;
}

/*		.f_copy
--------------------------------------------- */
.f_copy{
	padding: 40px 0 60px;
}
.f_copy .content{
}
.f_copy object{
	margin: 0 auto 20px;;
	display: block;
}
.f_copy p{
	text-align: center;
	font-size: 1.2em;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		bottom_banner

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#bottom_banner{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	transition: all 0.2s;
}
#bottom_banner .b_wrap{}

/*		salonlink
--------------------------------------------- */
#bottom_banner.salonlink .b_wrap{
	width: 100%;
	background: #000;
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
}
#bottom_banner.salonlink .b_wrap h1{
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
}
#bottom_banner.salonlink .b_wrap h1::after{
	content: "\f078";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
}
#bottom_banner.salonlink .b_wrap .salonselect{
	width: 100%;
	padding: 10px 20px 20px;
}
#bottom_banner.salonlink .b_wrap .salonselect select{
	width: 100%;
	height: 40px;
	padding: 10px 10px;
	background: #fff;
}
#bottom_banner.salonlink .b_wrap .salonselect button[type="submit"]{
	width: 100%;
	height: 40px;
	margin: 10px 0 0;
	font-size: 1.2em;
}

/* close */
#bottom_banner.salonlink.close{
	bottom: -120px;
}
#bottom_banner.salonlink.close .b_wrap h1::after{
	transform: rotate(180deg);
}



/*		salon_reserve
--------------------------------------------- */
#bottom_banner.salonreserve .b_wrap .salon_reserve{
	width: 100%;
	background: #000;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve h1{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1.2em;
	line-height: 40px;
	text-align: center;
	position: relative;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve h1::before{
	content: "\f078";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 0.8em;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 30px;
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset ul{
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	list-style: none;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset ul li{
	width: 100%;
	margin: 5px 0 0;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset ul li:first-child{
	margin-top: 0;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset ul li a{
	width: 100%;
	height: 40px;
	display: block;
	background: #fff;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 40px;
	position: relative;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset ul li a::before{
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	display: block;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	font-family: "font awesome 5 free";
	position: absolute;
	left: 10px;
	top: 50%;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset ul li.web a::before{
	content: "\f303";
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset ul li.tel a::before{
	content: "\f095";
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset ul li.app a::before{
	content: "\f019";
}

#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset > div{
	width: calc(50% - 12px);
	height: 30px;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset > div a{
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	font-size: 1.2em;
	font-weight: 500;
	color: #000;
	box-sizing: border-box;
	position: relative;
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset > div a::after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	border: 3px solid transparent;
	border-left: 3px solid #000;
	position: absolute;
	right: -1px;
	bottom: -1px;
	transform: rotate(45deg);
}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset .tel{}
#bottom_banner.salonreserve .b_wrap .salon_reserve .reserveset .web{}

/* close */
#bottom_banner.salonreserve.close{
	bottom: -50px;
}
#bottom_banner.salonreserve.close .b_wrap .salon_reserve h1::before{
	transform: rotate(180deg);
}



/*		
--------------------------------------------- */





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		commingsoon

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#commingsoon{
	margin: 200px auto;
}
#commingsoon .content{}
#commingsoon h1{
	text-align: center;
}
#commingsoon h1 span{
	font-size: 3em;
	font-weight: 900;
	color: #000;
	letter-spacing: 0.1em;
}
#commingsoon p{}

/*		
--------------------------------------------- */


/*		
--------------------------------------------- */


/*		
--------------------------------------------- */





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		main

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
main{}

/*		
--------------------------------------------- */


/*		
--------------------------------------------- */


/*		
--------------------------------------------- */






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		error404

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
main#error404{}
main#error404 section{
	padding: 100px 0 200px;
}
main#error404 section .content{}
main#error404 section h1{
	margin: 0 0 40px;
	text-align: center;
}
main#error404 section h1 span{
	font-size: 5em;
	color: #000;
}
main#error404 section h2{
	margin: 0 0 10px;
	text-align: center;
	font-size: 2em;
}
main#error404 section p{
	text-align: center;
	font-size: 1.4em;
}
main#error404 section p{
	margin: 40px 0 0;
}
main#error404 section p.gotohome{
	margin: 20px 0 0;
}
main#error404 section p.gotohome a{
	padding: 10px 40px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 4px;
	position: relative;
}
main#error404 section p.gotohome a::before{
	content: "\f054";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 0.8em;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
}
main#error404 section p.gotohome a:hover{
	color: #666;
	border-color: #666;
}





@media screen and (min-width:1101px){
header#h_sp{ display: none;}
}
@media screen and (max-width:1100px){
header#h_pc{ display: none;}
}
@media screen and (min-width:801px){
.onlySP{ display: none;}
}
@media screen and (max-width:880px){

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		header#h_pc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header#h_pc{}
header#h_pc .h_set{
	transition: all 0.2s;
	padding: 0 10px;
	}
}
@media screen and (max-width:800px){
.onlyPC{ display: none;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		wrap common

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrap{
	min-width: 100%;
	padding: 60px 0 0;
}
#wrap .content{}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		footer

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer{
	padding: 0 20px;
	}
footer .content{}

/*		.f_salonlist
--------------------------------------------- */
.f_salonlist{}
.f_salonlist + hr{}
.f_salonlist ul.f_salonlist_set{
	padding: 0 20px;
	}
.f_salonlist ul.f_salonlist_set > li{
	margin-top: 40px;
	padding: 30px 0 0;
}
.f_salonlist ul.f_salonlist_set > li:first-child{}
.f_salonlist ul.f_salonlist_set > li::before{
	width: 80px;
}
.f_salonlist ul.f_salonlist_set ul{
	flex-wrap: wrap;
}
.f_salonlist ul.f_salonlist_set ul li{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.f_salonlist ul.f_salonlist_set ul li::before{
	display: none;
}
.f_salonlist ul.f_salonlist_set ul li a{
	width: 100%;
	padding: 10px;
	display: block;
}
.f_salonlist ul.f_salonlist_set ul li a:hover{}
.f_salonlist ul.f_salonlist_set ul li a::before{
	content: "\f054";
	font-family: "font awesome 5 free";
	font-weight: 600;
	font-size: 0.8em;
	margin-right: 10px;
}


/*		.f_copy
--------------------------------------------- */
.f_copy{
	padding: 40px 0 60px;
}
.f_copy .content{
}
.f_copy object{
	margin: 0 auto 20px;;
	display: block;
}
.f_copy p{
	text-align: center;
	font-size: 1.2em;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		commingsoon

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#commingsoon{
	margin: 100px auto;
}
#commingsoon .content{}
#commingsoon h1{}
#commingsoon h1 span{
	font-size: 2.4em;
}
#commingsoon p{}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

		error404

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
main#error404{}
main#error404 section{
	padding: 40px 0 100px;
}
main#error404 section .content{}
main#error404 section h1{
	margin: 0 0 40px;
}
main#error404 section h1 span{
	font-size: 4em;
	font-weight: 600;
}
main#error404 section h2{
	margin: 0 0 20px;
	font-size: 1.6em;
}
main#error404 section p{
	font-size: 1.2em;
}
main#error404 section p.gotohome{
	margin: 40px 0 0;
}
main#error404 section p.gotohome a{
	padding: 10px 40px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 4px;
}
main#error404 section p.gotohome a:hover{
	color: #666;
	border-color: #666;
}


}