@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * 共通レイアウトCSS
 * 
 * updata : 2021/9/21
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */


html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 2.0em;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
ul, ol, li, dl, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #c0a97b;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
}
a img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, figure, strong {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
hr {
	margin: 40px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.sp {
	display:none;
}
/********************** clear fix **********************/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.clear {
	clear: both;
}


.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}


/*--------------------------------------------------------------------------------
　class
--------------------------------------------------------------------------------*/
.spOnly {
	display: none;
}
.inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}
.button {
	width: 200px;
	margin: 0 auto;
	padding: 7px 2%;
	border: 1px solid #000;
	font-family: 'Lora', serif;
	text-align: center;
	color: #000;
	display: block;
}
.button-w {
	width: 200px;
	margin: 0 auto;
	padding: 7px 2%;
	border: 1px solid #fff;
	font-family: 'Lora', serif;
	text-align: center;
	color: #fff;
	display: block;
}
.button-w:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.button:hover {
	background: #000;
	color: #fff;
}
.buttonFull {
	width: 40%;
	margin: 50px 4.5%;
	padding: 20px 0;
	border: 1px solid #000;
	font-family: 'Lora', serif;
	font-size: 20px;
	text-align: center;
	color: #000;
	float: left;
	display: inline-block;
}
.buttonFull:hover {
	background: #000;
	color: #fff;
}
.colBr {
	color: #af8733;
}
.size12 {
	font-size: 12px;
}
.colRed {
	color: #c00;
}
.list {
	overflow: hidden;
}
.list div {
	transition: .8s;
}
.list-mv07 {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.mv07 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
a[href^="tel:"] {
	pointer-events: none;
}


/*--------------------------------------------------------------------------------
　header
--------------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 55px;
	padding: 10px 0;
	position: relative;
	font-family: 'Lora', serif;
	font-size: 16px;
	background: #fff;
	z-index: 10000;
	position: fixed;
}
header a {
	color: #333;
	text-decoration: none;
}
header h1 {
	max-width: 104px;
	width: 10%;
	float: left;
}

header .reserve {
	position: absolute;
	right: 5px;
	top: 85px;
}
header .reserve img {
	width: 100px;
}
header .reserve_recruit {
	display: none;
}
header .reserve_sp {
	display: none;
}

header .coupon_sp {
	display: none;
}

#foot_banner {
        display: none;
}
    
header ul {
	margin: 12px 0 0 0;
	float: right;
}
header li {
	margin: 0 10px;
	line-height: 1em;
	float: left;
}
header li span {
	font-size: 10px;
	text-align: center;
	display: block;
}
header .inner {
	width: 100%;
	max-width: 1120px;
}
.fixed {
	position: fixed;
	top: 0;
	padding: 5px 0 0 0;
	/*filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));*/
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
}
header .menu {
	overflow: hidden;
	float: right;
	width: 90%;
}
header .menu li p {
	position: absolute;
	top: 3px;
}
header nav {
	float: right;
	width: 25%;
}
header nav .recruit, header nav .icon, header nav .company {
	margin: 5px 2.5%;
	float: left;
	width: 100px;
	text-align: center;
}
header nav .icon img {
	vertical-align: top;
}
header nav .recruit a.title {
	padding: 11px 0;
	background: #a97c5a;
	color: #fff;
	display: block;
}
header nav .company a {
	padding: 3px 0;
	background: #c6a167;
	color: #fff;
	display: block;
}
header nav .icon a {
	width: 18px;
	height: 18px;
	margin: 5px 0 0 0;
	padding: 5px;
	background: #000;
	color: #fff;
	display: inline-block;
}
#sns {
	position: relative;
}
#sns a {
	width: 18px;
	height: 18px;
	padding: 3px;
	background: #000;
	border-radius: 300px;
	display: block;
}
#sns a img {
	vertical-align: top;
}
#sns div {
	position: absolute;
	/*top: -10px;*/
	top: 2px;
	right: 10px;
}
#sns li {
	margin-bottom: 5px;
	float: none;
}


/* accordion menu */

.accordion li {
 list-style: none;
	margin: 0;
}
.accordion li a {
 display: table;
 width: 100%;
 vertical-align: middle;
 overflow: hidden;
 transition:all .5s ease-out;
}
.accordion > li:first-child a {
 margin-top: 0;
}
.accordion li a:hover {
 background: #b58d6b;
 transition:all .5s ease-out;
}
.accordion li ul {
 margin: 0;
 padding: 0;
}
.accordion li li a {
 display: block;
 width: 100px;
 margin: 0;
 padding: 0;
 height: 0;
 background: #ede2d8;
 font-size: 14px;
 color: #222;
 transition:all .5s ease-out;
}
.accordion > li:hover li a {
 display: table;
 border-top: 1px solid #fff;
 padding: 10px 0;
 width: 100px;
 height: 1em;
 transition:all .5s ease-out;
}
.accordion > li:hover li a:hover {
 background: #ede2d8;
 transition:all .5s ease-out;
}
 
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 34px;
	height: 30px;
	padding: 10px;
	cursor: pointer;
	z-index: 101;
	background: rgba(130,200,200,.45);
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#sp-nav {
	display: none;
}

@media only screen and (max-width: 985px) {
header .inner {
	font-size: 69%;
}
}
/*--------------------------------------------------------------------------------
　footer
--------------------------------------------------------------------------------*/
footer {
	width: 100%;
	font-family: 'Lora', serif;
	color: #999;
	text-align: center;
	line-height: 1.3em;
	/*background: #e9e5dd;*/
}
footer nav {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}
footer nav ul {
	border-bottom: 1px solid #d6caaf;
}
footer nav li {
	margin: 0 10px;
	padding: 10px 0;
	font-size: 12px;
	display: inline-block;
}
footer ul.salon {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
footer ul.salon li {
	width: 31%;
	min-height: 160px;
	margin: 15px 1%;
	text-align: center;
	display: block;
	float: left;
}
@media screen and (max-width:1224px) {
	footer ul.salon li {
	width: 48%;
	}
}
footer ul.salon li div {
	width: 48%;
	margin: 0 1%;
	float: left;
}
footer ul.salon li div img {
	width: 100%;
	vertical-align: top;
}
footer ul.salon h5 {
	padding: 10px 0 0 0;
}
footer ul.salon h5 a {
	font-size: 12px;
	color: #c9c0b2;
}
footer ul.salon li div a.web {
	width: 50%;
	margin: 10px auto;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background: #e2b2b2;
	border-radius: 5px;
	display: block;
}

footer .privacy {
	padding: 20px 0 0 0;
	background: #fff;
	font-size: 12px;
}
footer .privacy a {
	border-bottom: 1px solid #cabc9c;
}
footer #copyright {
	padding: 20px 0;
	background: #fff;
	font-size: 12px;
}

footer #copyright a{
	color: #999;
}
footer #pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
footer #pagetop a {
	background-color: rgba(136,136,136,0.7);
	text-decoration: none;
	color: #fff;
	width: 24px;
	height: 24px;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 200px;
	-webkit-border-top-left-radius: 200px;
	-webkit-border-top-right-radius: 200px;
	-webkit-border-bottom-right-radius: 200px;
	-webkit-border-bottom-left-radius: 200px;
	-moz-border-radius-topleft: 200px;
	-moz-border-radius-topright: 200px;
	-moz-border-radius-bottomright: 200px;
	-moz-border-radius-bottomleft: 200px;
}
footer #pagetop a:hover {
	text-decoration: none;
	background: #999;
}
footer .insta {
	display: none;
}
footer #switch {
	position: absolute;
	top: 10px;
	left: 10px;
}
footer #switch img {
	width: 54px;
	height: 30px;
}

/*ul.switch{
    display: none;
}*/

@media screen and (max-width:767px) {
footer {
    margin-bottom: 10px;
}
}

@media screen and (max-width:640px) {
#sp-nav {
	display: block;
}
header #nav {
	border-bottom: 1px solid #ddd;
}
footer .insta {
	float: left;
	display: block;
}
}


.overview .reserve_txt {
    font-size: 22px!important;
    margin: 0!important;
}

@media screen and (max-width:640px) {
    .overview .reserve_txt {
    font-size: 18px!important;
    margin: 0 auto!important;
    text-align: center!important;
    border-bottom: solid 1px #555;
    padding-bottom: 20px;
}
}

/*header .coupon_sp {
    display: none;
}

@media screen and (max-width:640px) {
header .coupon_sp {
	padding: 4px 6px;
	position: absolute;
	top: 15px;
	right: 143px;
	display: block;
	background: #F9B891;
	text-align: center;
        font-size: 10px;
        line-height: 1.1;
}

header .coupon_sp span{
    display: block;
    font-size: 14px;

}
header .coupon_sp a {
	color: #fff;
}

}*/




.breadcrumbs {
display: block;
width: 96%;
margin: -30px auto 30px;
}
.breadcrumbs ul {
display: table;
font-size: 13px;
}
.breadcrumbs ul li {
margin: 0 10px 0 0;
font-size: 13px;
float: left;
}


.breadcrumbs ul li a {
    color: #333;
}

.breadcrumbs ul li a.active {
   text-decoration: underline;
}


.breadcrumbs ul li:first-child::before {
padding: 0 3px 0 0;
content: "\f015";
font-family: FontAwesome;
font-size: 14px;
}
.breadcrumbs ul li::before {
padding: 0 10px 0 0;
content: "\f105";
font-family: FontAwesome;
font-size: 14px;
}


.salon_top {
   display: block;
   padding-top: 30px;
}

@media screen and (max-width:640px) {
.breadcrumbs ul {
display: table;
font-size: 11px;
}
.breadcrumbs ul li {
margin: 0 10px 0 0;
font-size: 11px;
float: left;
}
.breadcrumbs ul li:first-child::before {
padding: 0 3px 0 0;
content: "\f015";
font-family: FontAwesome;
font-size: 12px;
}
.breadcrumbs ul li::before {
padding: 0 10px 0 0;
content: "\f105";
font-family: FontAwesome;
font-size: 12px;
}

.salon_top {
   display: block!important;
   padding-top: 0;
   margin-top: 40px;
}
}