﻿/*common*/
html, body {
	margin: 0;
    padding: 0;
}
body {
	position: static;
	overflow-x: hidden;
	background-color: #FFF;
	box-sizing: border-box;
}
* {
box-sizing: border-box;
-webkit-font-feature-settings: "pkna";
font-feature-settings: palt;
}
.fade {
	opacity: 1;
}
.fade:hover {
	opacity: 0.7;
}
/*header*/
header nav {
position: relative;
height: 85px;
}
header .head_logo {
position: absolute;
top: 0;
left: 0;
}
header .head_logo a {
width: 215px;
height: 85px;
display: block;
position: relative;
opacity: 1;
transition: 0.5s ease-out;
}
header .head_logo a:hover {
opacity: 0.5;
}
header .head_logo a img {
width: 76%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-60%);
}
header .head_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}
header .head_nav .nav000 {
display: none !important;
}
header .head_nav li a {
padding: 30px 1em;
display: block;
font-family: 'Kumbh Sans', sans-serif;
font-weight: bold;
font-size:12px;
letter-spacing: 0.05em;
opacity: 1;
/*transition: 0.5s ease-out;*/
}
header .head_nav li a span {
position: relative;
display: inline-block;
line-height: 2em;
}
header .head_nav li a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .4s;
}
header .head_nav li a:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .head_nav li a:hover {
}
header .btn_insta {
position: fixed;
bottom: 15px;
right: 20px;
width: 29px;
z-index: 10;
}
header .btn_insta img {
width: 100%;
height: auto;
}

/*sns*/
#sns {
margin: 0 auto;
max-width: 1920px;
padding: 100px 0 40px;
text-align: center;
}
#sns h4 {
font-size: 12px;
font-family: 'Kumbh Sans', sans-serif;
margin-bottom: 10px;
}
#sns ul {
width: 82px;
margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
			text-align: center;
}
#sns ul li {
width: 32px;
}
#sns ul li img {
width: 100%;
height: auto;
}

/*footer*/
footer {
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
footer nav {
margin-bottom: 50px;
}
footer .foot_logo a {
width: 165px;
margin: 0 auto 20px;
padding: 10px;
display: block;
transition: 0.5s ease-out;
}
footer .foot_logo a:hover {
opacity: 0.5;
}
footer .foot_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
			text-align: center;
}
footer .foot_nav li {
font-size: 12px;
font-family: 'Kumbh Sans', sans-serif;
margin: 5px 10px;
letter-spacing: 0.05em;
}
footer .foot_nav li a span {
position: relative;
display: inline-block;
line-height: 2em;
}
footer .foot_nav li a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .4s;
}
footer .foot_nav li a:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .foot_nav li a:hover {
}
footer .logo_bex {
width: 83px;
position: absolute;
left: 15px;
bottom: 0;
transform: translate(0,-50%);
}
footer .copyright {
text-align: center;
font-size: 12px;
}

.btn_more a {
width: 235px;
margin: 50px auto;
display: block;
line-height: 40px;
border: solid #000 2px;
background-color: #FFF;
text-align: center;
position: relative;
font-family: 'Kumbh Sans', sans-serif;
font-weight: bold;
font-size:12px;
}
.btn_more a span {
padding-left: 1.5em;
}
.btn_more a span::after {
content: "";
display: inline-block;
width: 26px;
height: 4px;
margin: 0 0 2px 10px;
background: url("../img/common/ico_arrow.svg") center center no-repeat;
background-size: 100% auto;
transition: 0.3s ease-out;
transform: translate(0,0);
}
.btn_more a:hover span::after {
transform: translate(30%,0);
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
/*header*/
header .btn_insta {
bottom: 20px;
right: 20px;
}
header nav {
height: 50px;
}
header .head_logo {
position: relative;
margin: 0 auto;
}
header .head_logo a {
width: 120px;
height: 50px;
display: block;
margin: 0 auto;
position: relative;
opacity: 1;
transition: 0.5s ease-out;
z-index: 100;
}
header .head_logo a:hover {
opacity: 0.5;
}
header .head_logo a img {
width: 100%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-65%);
}
header .menu {
	display: block;
	width: 20px;
	height: 15px;
	position: fixed;
	top: 17.5px;
	right: 12px;
	z-index: 102;
}
header.active .menu {
transform: scale(1) translate(0,0);
}
header .btn_menu {
	position: absolute;
	top: 0;
	left: 0;
}
header .btn_menu li {
	width: 20px;
	height: 1px;
	background-color: #000;
		position: absolute;
	transition: 0.4s;
}
header .btn_menu li:nth-child(1) {
	top: 0;
	transform: translate3d(0, 50%, 0);
}
header .btn_menu li:nth-child(2) {
	top: 7px;
	transform: translate3d(0, 50%, 0);
}
header .btn_menu li:nth-child(3) {
	top: 14px;
	transform: translate3d(0, 50%, 0);
}
header .on .btn_menu li:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
header .on .btn_menu li:nth-of-type(2) {
	opacity: 0;
}
header .on .btn_menu li:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
header .headnav_inner {
width: 100vw;
height: 100vh;
position: fixed;
top: -100vh;
right: 0;
background-color: rgba(255,255,255,0.90);
z-index: 101;
transition: 0.5s ease-in-out;
}
header .headnav_inner.on {
top: 0;
right: 0;
}
header .head_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -ms-flex-line-pack: center;
       align-content: center;
position: relative;
top: 50%;
transform: translate(0,-40%);
}
header .head_nav li a {
padding: 20px 1em;
display: block;
font-family: 'Kumbh Sans', sans-serif;
font-weight: bold;
font-size:14px;
letter-spacing: 0.05em;
opacity: 1;
/*transition: 0.5s ease-out;*/
}
header .head_nav .nav000 {
display: block!important;
width: 8em;
}
header .head_nav li a span {
position: relative;
display: inline-block;
line-height: 2em;
}
header .head_nav li a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .4s;
}
header .head_nav li a:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .head_nav li a:hover {
}

/*sns*/
#sns {
margin: 0 auto;
padding: 50px 0 20px;
text-align: center;
}
#sns h4 {
font-size: 11px;
}
#sns ul {
width: 78px;
margin: 0 auto;
}

/*footer*/
footer {
position: relative;
width: 100%;
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
footer .logo_bex {
width: 102px;
position: static;
margin: 15px auto;
}
footer .copyright {
font-size: 9px;
}
footer .foot_logo a {
width: 140px;
margin: 0 auto 10px;
padding: 10px;
display: block;
}
footer .foot_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
			text-align: center;
}
footer .foot_nav li {
font-size: 10px;
font-family: 'Kumbh Sans', sans-serif;
margin: 5px 10px;
letter-spacing: 0.05em;
}

.btn_more a {
width: 235px;
margin: 25px auto;
}
}

@media only screen and (max-width: 320px) {
footer .foot_nav li {
margin: 5px 6px;
}
}

/*サロン検索非表示*/
header ul li.nav004,
footer ul li.nav004{
  display: none;
}