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

html{
    font-size: 62.5%;
}
body{
    color:#292b2c;
	background-color: #f2f2f2;
    font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1.5rem;
    line-height: 1;
	letter-spacing: 0.01em;
}
li{
	text-decoration: none;
}
a{
    color: #292b2c;
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
a:hover{
  opacity:0.5;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
img{
    max-width:100%;
    height:auto;
}
.text-center{
	text-align: center;
}
.btn-trigger{
	display: none;
}
.img__pc{
	display: block;
}
.img__sp{
	display: none;
}
.br__sp{
	display: none;
}
.br__pc02{
	display: block;
}

/*-----------------
アニメーション
------------------*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*---TOP, CONCEPT, STAFF セクション---*/
.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*---CONOCEPT　店舗写真---*/
.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/*---Page Title (CONCEPT, STAFF, MENU)---*/
.fadeInLeft02 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:.8s;
 -ms-animation-duration:.8s;
 animation-duration:.8s;
 -webkit-animation-name: fadeInLeft02;
 animation-name: fadeInLeft02;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft02 {
 0% { opacity: 0; -webkit-transform: translate3d(-75%,-50%,0); }
 100% { opacity: 1; -webkit-transform: translate3d(-50%,-50%,0); }
}
@keyframes fadeInLeft02 {
 0% { opacity: 0; -webkit-transform: translate3d(-75%,-50%,0); -ms-transform: translate3d(-75%,-50%,0); transform: translate3d(-75%,-50%,0); }
 100% { opacity: 1; -webkit-transform: translate3d(-50%,-50%,0); -ms-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); }
}

/*-----------------
header
------------------*/
.header{
	background-color: #f2f2f2;
	padding: 20px 0 30px;
	box-sizing: border-box;
	position: fixed; /*ナビゲーション固定*/
	top:0; /*ナビゲーション固定*/
	left:0; /*ナビゲーション固定*/
	width: 100%; /*ナビゲーション固定*/
	height: 128px; /*ナビゲーション固定*/
	z-index: 100; /*ナビゲーション固定*/
}
.site-title{
	width: 48px;
	margin: 0 auto 23px;
}

.header .nav-list,
.header .nav-custom-menu{
	justify-content: center;
}
.nav-list,
.nav-custom-menu{
	display: flex;
	-webkit-display: flex;
	margin-left: -30px;
}
.nav-item,
.menu-item{
	font-size:2rem;
	text-transform: uppercase;
	padding-left: 25px;
	white-space: nowrap;
}
.nav-item a,
.menu-item a{
	font-weight: 300;
}
.nav-item.current>a,
.menu-item.current-menu-item>a{
	opacity: 0.5;
}
.nav-item.current a::after,
.menu-item.current-menu-item a::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(1, 1);
}

/*下線アニメーション*/
.navigation a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.nav-item__line a::after,
.menu-item-type-custom a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.navigation a:hover::after {
	transform: scale(1, 1);
}

/*-----------------
hero
------------------*/
.hero{
	max-width: 1400px;
	height: auto;
	position: relative;
	margin: 135px auto 0;/*ナビゲーション固定*/
}
.swiper-container {
    max-width: 100%;
	height: 100%;
}
.hero-logo{
	display: none;
	position: absolute;
	top:50%;
    left:50%;
    z-index: 50;
    -webkit-transform:translate3d(-50%,-50%,0);
    -moz-transform:translate3d(-50%,-50%,0);
    -ms-transform:translate3d(-50%,-50%,0);
    -o-transform:translate3d(-50%,-50%,0);
    transform:translate3d(-50%,-50%,0);
}
.hero-img{
	position: relative;
}

/*-----------------
TOP
------------------*/
.bg01{
	background-color: #e3e9e3;
}
.bg02{
	background-color: #e5e5e5;
}
.top section{
	padding:90px 0;
}
.top .concept{
	padding-top: 0;
}
.top .section-detail{
	margin-bottom: 70px;
}
.section-list{
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.reverse .section-list{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.section-item{
	width: 50%;
	margin: 0 10px;
	overflow: hidden;
}
.eyecatch{
	position: relative;
}
.eyecatch-title{
	color:#fff;
	font-size: 7.2rem;
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top:50%;
    left:50%;
	transform:translate3d(-52%,-50%,0);
	-webkit-transform:translate3d(-52%,-50%,0);
    -moz-transform:translate3d(-52%,-50%,0);
    -ms-transform:translate3d(-52%,-50%,0);
    -o-transform:translate3d(-52%,-50%,0);
	text-align: center;
	z-index: 50;
	white-space: nowrap;
}
.section-paragraph{
	color: #292b2c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 40px;
	box-sizing: border-box;
}

/* ▼アイキャッチ画像の黒幕
---------------------------*/
.section-item.eyecatch{
    position: relative;
}
.section-item.eyecatch:before{
	content: '';
    position: absolute;
    max-width: 550px;
	width: auto;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}

/* Pick Up HAIR STYLE-
---------------------------*/
.swiper-container.pickup{
	margin-bottom: 30px;
}
.pickup .swiper-wrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.pickup .swiper-slide{
	text-align: center;
	height: 100%;
}

/* ENIF×
---------------------------*/
span.multipl{
	display: inline-block;
    vertical-align: 4px;
    font-size: 6rem;
}

/* Schedule
---------------------------*/
.schedule-inner{
	max-width: 1146px;
	margin: 0 auto;
	/* height: 510px; */
}
.section-title__schedule{
	font-size: 3.2rem;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.schedule-list{
	-webkit-display: flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.schedule-item{
	width: 50%;
	padding: 0 10px;
}
.schedule-inner .access-item:last-of-type{
	padding-bottom: 40px;
}
.schedule-inner .access-title{
	width: 23%;
}

/* OnlineSHop
---------------------------*/
section.banner{
	padding-top: 0px !important;
}
.inner.banner{
	margin:0 auto 10px;
}
.banner img{
	transition: opacity .2s;
}
.banner a:hover img{
	opacity: 0.5;
	transition: opacity .2s;
}
.section-item.banner-img{
	width: 100%;
	margin: 0;
}
.section-item.eyecatch.banner-img:before{
	background-color: rgba(0,0,0,0.3);
	max-width: 100%;
}
.banner .description {
	color: #fff;
	position: absolute;
	top: 67%;
	left: 50%;
	transform: translate3d(-52%,-50%,0);
	-webkit-transform: translate3d(-52%,-50%,0);
	-moz-transform: translate3d(-52%,-50%,0);
	-ms-transform: translate3d(-52%,-50%,0);
	-o-transform: translate3d(-52%,-50%,0);
	text-align: center;
	z-index: 50;
	white-space: nowrap;
	line-height: 1.4;
}

/* 共通 btn
---------------------------*/
.btn-outer{
    padding: 0 56px;
}
.btn-outer a:hover{
	opacity: 1;
}
.btn{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    display: inline-block;
    width:184px;
    padding: 16px 0;
    border-radius: 0;
    background-color: #444;
	border: 2px solid #444;
    color:#fff;
    text-align: center;
    text-transform:uppercase;
	letter-spacing: 0.05em;
	line-height: 1.25;
}
.btn:after{
    position: relative;
    left:12px;
    content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-weight: 600;
}
.btn:hover{
  background-color: transparent;
  border-color: #444;
  color: #292b2c;
  letter-spacing: 0.13em;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}

/*-----------------
footer
------------------*/
.footer{
	padding: 30px 10px 20px;
	background-color: #a0a8a1;
}
.footer .inner{
	position: relative;
}
.footer-logo{
	width: 55px;
	position: absolute;
	top:0;
	left:0;
}
.copyrights{
	font-size: 1.4rem;
	text-align: left;
}
.copyrights small{
	font-weight: 300;
}
.footer-nav-inner{
	max-width: 880px;
	margin: 0 auto 60px;
	padding: 0 130px;
}
.footer-navigation{
	-webkit-display: flex;
	display: flex;
	justify-content: flex-start;
}
.footer .nav-list{
	display: block;
	margin-left: 0;
}
.footer .nav-list:not(:first-of-type){
	padding-left: 50px;
}
.footer .nav-list__sns{
	display: flex;
	margin-left: 0;
}
.footer .nav-item{
	font-size: 1.8rem;
	padding-left: 0;
	margin-bottom: 20px;
}
.footer .nav-item a{
	vertical-align: -5px;
}
.footer .nav-item__sns a{
	font-size: 2.9rem;
}
.footer .nav-item__sns:last-of-type{
	vertical-align: -1px;
}
.footer .nav-item__sns:not(:first-of-type){
	padding-left: 30px;
}
.footer .nav-item__sns a{
	vertical-align: 0px;
}
.footer .nav-item.current>a{
	padding-bottom: 0;
}
.footer .nav-item__line a::after {
	border: none;
}
.footer-navigation a:hover::after {
	transform: scale(0, 0);
}
.footer .nav-item.current a::after{
	transform: scale(0, 0);
}

/* Reserve btn
---------------------------*/
#reserve{
    position: fixed;
    bottom:0;
    right:0;
    z-index: 99;
}
.reserve-bg{
    background-color: #444444;
    padding: 22px 16px 16px 26px;
    width: 120px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.reserve-bg span{
	display: block;
    color: #fff;
	font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.reserve-arrow:after {
    content: "";
    position: absolute;
    background-image: url(../image/reserve-arrow.svg);
    width: 40px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 18px;
    right: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.reserve-bg:hover .reserve-arrow:after{
	right:8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#reserve a:hover{
    opacity: 1;
}
.reserve-bg:hover{
    background-color: #2C2C2C;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* PageTop btn
---------------------------*/
footer .btn-pageTop {
    width: 42px;
    height: 42px;
	background-color: #c8d1c9;
	opacity: 0.8;
    right: 0;
    bottom: 60px;
    border: 1px solid #c8d1c9;
	position:fixed;
    display: none;
}
footer .btn-pageTop:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2b2b2b;
  border-right: solid 2px #2b2b2b;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
}

/*-----------------
lowpage common
------------------*/
.lowpage-hero{
	position: relative;
}
.page-title{
	/*display: none;*/
	color:#fff;
	font-size: 10rem;
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top:50%;
    left:50%;
	-webkit-transform:translate3d(-50%,-50%,0);
    -moz-transform:translate3d(-50%,-50%,0);
    -ms-transform:translate3d(-50%,-50%,0);
    -o-transform:translate3d(-50%,-50%,0);
	text-align: center;
	z-index: 50;
}
.lowpage-inner{
	padding: 100px 0 140px;
}
.inner{
	max-width: 1146px;
	margin: 0 auto;
}
.section-title{
	font-size: 4.5rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 150px; /*ナビゲーション固定*/
}
.top .section-title,.about .section-title,.menu .section-title,.staff .section-title,.recruit .section-title{
	margin-top: 0;
}
.section-detail{
	color:#4b4b4b;
	display: block;
	font-weight: 400;
	text-align: center;
	margin-bottom: 80px;
}

/*---パンくずリスト---*/
.breadcrumb-inner{
	max-width: 1146px;
	margin: 0 auto;
}
.breadcrumb{
	color:#aaa;
	font-size: 1.4rem;
	padding: 60px 0 0;
}
.breadcrumb-pan{
	color:#aaa;
	font-size: 1.4rem;
	padding: 0 0 60px 0;
}
.breadcrumb a{
	color:#505050;
}
.breadcrumb-list{
	display: flex;
}
.breadcrum-item:not(:first-of-type){
	padding-left: 10px;
}
.breadcrum-item:not(:first-of-type)::before{
	display: inline-block;
	content:"/";
	color:#aaa;
	padding-left: .5rem;
	padding-right: .5rem;
}

/*-----------------
CONCEPT
------------------*/
.about-inner{
	max-width: 650px;
	margin: 0 auto;
}
.about-paragraph{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 80px;
}
.owner{
	text-align: right;
}
.owner-name{
	font-size: 2rem;
	margin-left: 10px;
}
.about-img-list{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	margin-right: -10px;
}
.about-img-item{
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	margin-right: 10px;
}
.about-img-item img{
	width:100%;
    -moz-transition: -moz-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    transition: transform 0.4s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.about-img-item:hover img{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

/*-----------------
STAFF
------------------*/
.staff-inner{
	max-width: 814px;
	margin: 0 auto;
}
.staff-list{
	display: flex;
	-webkit-display: flex;
}
.staff-list{
	margin-bottom: 96px;
}
.staff-list:last-of-type{
	margin-bottom: 100px;
}
.staff-item{
	width: 40%;
	padding: 0 10px;
	box-sizing: border-box;
}
.staff-name__en{
	font-family: 'Cinzel', serif;
	font-size: 2.6rem;
	margin-bottom: 12px;
	white-space: nowrap;
}
.staff-name__ja{
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 60px;
	position: relative;
}
.staff-name__ja::before{
	content:"";
	position: absolute;
	bottom:-30px;
	width: 60px;
	border-bottom: solid #aaa 1px;
	Z-index:50;
}
.staff-title{
	font-family: 'Cinzel', serif;
	font-size: 2rem;
	margin-bottom: 70px;
}
.message-title{
	font-family: 'Cinzel', serif;
	font-size: 2rem;
	margin-bottom: 15px;
}
.message-detail{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

/*---リクルートのボタン---*/
.staff-btn-title{
	font-size: 2.4rem;
	margin-bottom: 2px;
}
.staff-btn-detail {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    left: 8px;
}
.staff-btn{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    display: inline-block;
    width:310px;
    padding: 18px 0;
    border-radius: 0;
    background-color: #444;
	border: none;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
	transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
.staff-btn:after{
    position: relative;
	bottom:13px;
    left:15px;
    content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-weight: 600;
	font-size: 2.2rem;
	display: inline-block;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.staff-btn:hover:after{
	display: inline-block;
    transform: translateX(5px);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.staff-btn:hover{
	background-color: #2C2C2C;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.staff-btn:hover .staff-btn-title{
	letter-spacing: 0.15em;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.staff-btn-title{
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}

/*-----------------
ACCESS
------------------*/
.access-info{
	display: flex;
	-webkit-display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	/* align-items: center;
	-webkit-align-items: center; */
	margin-bottom: 80px;
}
.access-list{
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.access-item{
    display: table;
    width:100%;
    padding:0 0 20px;
    color:#292b2c;
	letter-spacing: 0.02em;
}
.access-item:last-of-type{
    padding-bottom: 50px;
}
.access-title{
    display: table-cell;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
    width: 18%;
    text-align: right;
}
.access-detail{
    display: table-cell;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
    padding:0 0 0 30px;
    text-align: left;
}
.access-detail a{
	font-weight: 300;
}
.weekend{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	padding-left: 30px;
}
.access-paragraph{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 30px;
}
.enif-map img{
	margin: 0 auto;
}

/* Google Map
------------------*/

@media screen and (max-width: 768px){
.maps-outer{
	width: 100%;
    position: relative;
    padding-top: 65%;
	margin-top: 50px;
}
.maps{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
}
@media screen and (min-width: 769px){
	.maps-outer{
		width: 100%;
		height: 100%;
	}
	.maps{
		width: 100%;
		height: 100%;
	}
}



/*-----------------
MENU
------------------*/

/*---キャンペーン内容---*/
.campaign-inner{
	max-width: 920px;
	margin: 0 auto;
}
.campaign-wrapper{
	background-color: #e3e9e3;
	padding: 50px 60px;
	margin-bottom: 10px;
}
.campaign-title{
	font-size: 3rem;
	font-weight: 300;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.campaign-wrapper h4{
	font-size: 1.6rem;
	margin-bottom: 12px;
}
.campaign-list{
	font-size: 2.3rem;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}
.campaign-item{
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.2;
}
.campaign-item p{
	font-weight: 300;
	font-size: 1.4rem;
	padding-top: 6px;
}
.campaign-cut{
	font-weight: 300;
	background: linear-gradient(transparent 70%, #f7ecc8 10%);
}
.campaign-spa{
	font-weight: 300;
	background: linear-gradient(transparent 70%, #d7d2cb 10%);
}
.campaign-treatment{
	font-weight: 300;
	background: linear-gradient(transparent 70%, #a3acbb 10%);
}
.campaign-color{
	font-weight: 300;
	background: linear-gradient(transparent 70%, #dab59f 10%);
}
.campaign-perm{
	font-weight: 300;
	background: linear-gradient(transparent 70%, #9eb5a1 10%);
}
.cam-price{
	font-size: 2.6rem;
}
.price-off{
	font-size: 2.2rem;
	font-weight: 300;
	display: inline-block;
	padding-left: 4px;
}
.fa-arrow-right{
	display: inline-block;
	font-size: 1.4rem;
	padding: 0 10px;
}
.campaign-detail-item{
	font-size: 1.4rem;
	font-weight: 300;
}
.campaign-detail-item:not(:last-of-type){
	margin-bottom: 10px;
}
/*---//キャンペーン内容---*/

.menu-inner{
	max-width: 720px;
	margin: 0 auto;
}
.menu-category{
	font-size: 3.2rem;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.menu-category.kitsuke{
	font-size: 3rem;
	font-weight: 600;
}
.menu-list:not(:last-of-type){
	margin-bottom: 80px;
}
.required{
	color:#ec4c4c;
}
.menu-tax{
	font-size: 1.4rem;
	font-weight: 300;
	text-align: right;
	margin-bottom: 80px;
}
tr{
	display: table-row;
}
table{
	width: 100%;
	margin-bottom:1rem;
}
.table th, .table td{
	font-size: 2.4rem;
	font-weight: 300;
    line-height: 1.3;
	padding: 20px 30px;
	border: 1px solid #d4d5d3;
}
.table th{
	text-align: left;
	background-color: rgba(232,232,232,0.6);
}
.th-kitsuke{
	font-size: 1.9rem !important;
}
.kitsuke753{
	opacity: 0;
	font-weight: 300;
}
.table td{
	font-size: 2.2rem;
	text-align: center;
	width: 25%;
	background-color: rgba(232,232,232,0.3);
}
.th-detail{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	text-align: right;
}
.menu-detail{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.5;
}
.menu-detail>a{
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

/*-----------------
HAIR STYLE
------------------*/
.mix{
    display: none;
}
.cat-nav{
	display: flex;
	-webkit-display: flex;
	text-transform:capitalize;
	margin:0 0 100px -30px;
	justify-content: center;
}
.cat-nav-item{
	color:#aaa;
	font-size: 1.8rem;
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 30px;
	cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.cat-nav-item:hover,.cat-nav-item.active{
    color:#777;
}
.hairstyle-list{
	overflow: hidden;/*IE11*/
	-webkit-display: flex;
	display: flex;
	flex-wrap:wrap;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.hairstyle-item{
	width: 25%;
	margin-bottom: 50px;
	text-align: center;
	text-align: -webkit-center;
}
.hairstyle-item-wrapper{
	max-width: 262px;
	margin: 0 10px;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.hairstyle-item img{
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.hairstyle-item:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

/*---カットモデル募集のボタン---*/
.model-btn-title{
	margin-bottom: 10px;
	font-size: 1.6rem;
    font-weight: 600;
}
.model-btn-detail{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	position: relative;
	left:15px;
	font-size: 1.4rem;
	line-height: 1.7;
}
.model-btn{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    display: inline-block;
    width:372px;
    padding: 18px 0;
    border-radius: 0;
    background-color: #444;
	border: none;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
	transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
.model-btn:after{
    position: relative;
	bottom:14px;
    left:11px;
    content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-weight: 600;
	font-size: 2.2rem;
	display: inline-block;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.model-btn:hover:after{
	display: inline-block;
    transform: translateX(5px);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.model-btn:hover{
	background-color: rgba(68,68,68,0.7);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.model-btn:hover .staff-btn-title{
	letter-spacing: 0.15em;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.model-btn-title{
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}

/*-----------------
RECRUIT
------------------*/
.recruti-leading p{
	font-weight: 400;
	line-height: 2;
	margin-bottom: 60px;
}
.recruit-leading-inner{
	max-width: 650px;
	margin: 0 auto;
}
.recruit-inner{
	max-width: 920px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.table-recruit td{
	width: 72%;
	text-align: left;
}
.table-recruit th,.table-recruit td{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
}
/* .table-recruit th{
	background-color: rgba(232,232,232,0.6);
} */
.table-recruit span{
	padding-left: 12px;
}
.table-recruit span.recruit-worktime{
	padding-left: 10px;
	font-weight: 400;
}
.recruit-inner .btn-outer{
	padding: 0 0 20px;
	font-family: 'Josefin Sans', sans-serif;
}
.table-recruit p.curriculum{
	margin-top: 10px;
}
.table-recruit p.curriculum:after{
    position: relative;
    bottom: -1px;
    left: 7px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.7rem;
    display: inline-block;
}
.table-recruit p.curriculum:hover:after{
    opacity: 0.5;
}

/*----------------------------*/
/*
/*        Reserve
/*
/*----------------------------*/
.reserve-leading{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 80px;
}
.reserve-list-wrapper{
	text-align: left;
    text-align: -webkit-left;
}
.reserve-list p{
	line-height: 1.7;
	margin-bottom: 40px;
}
.reserve-list p span{
	line-height: 1.7;
	font-size: 1.3rem;
}
.reserve-list h3{
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
	font-size: 1.7rem;
}
.reserve-list:first-of-type{
    margin-bottom: 100px;
}
.reserve-item{
    display: flex;
/*    justify-content:center;*/
    align-items:baseline;
}
.reserve-tell:first-of-type{
    margin-right: 20px;
}
.reserve-item img{
	width: 64px;
}
.reserve-tell a{
    font-size: 3rem;
}


.line-account p{
	line-height: 1.7;
	margin-bottom: 60px;
}
.line-flow h4{
    position: relative;
    color: #2b2b2b;
    font-size: 1.6rem;
	font-weight: 600;
    line-height: 1;
	margin-bottom: 16px;
}
.line-flow{
	counter-reset: number;
}
.line-flow h4:before{
   counter-increment: number;
   content: counter(number);
   padding-right: 5px;
}
.line-flow li:not(:last-of-type){
	margin-bottom: 80px;
}
.line-flow span{
	display: block;
	margin-bottom: 20px;
	line-height: 1.7;
}
.line-btn{
	width: 160px;
}
.line-qrcode{
	width: 120px;
}

/*-----------------
ENIF×
------------------*/
.page-title span.multipl {
    display: inline-block;
    vertical-align: 4px;
    font-size: 13rem;
}
.eyecatch-title span.multipl {
    vertical-align: 5px;
    font-size: 9rem;
}
.collabo-inner{
	max-width: 814px;
	margin: 0 auto;
}
.collabo-img-list{
	margin-bottom: 80px;
}
.collabo-img-item{
	margin-bottom: 20px;
}
.lowpage-collabo h3{
	font-size: 2rem;
	margin-bottom: 40px;
}
.lowpage-collabo h4{
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 16px;
}
.brand-item{
	margin-bottom: 40px;
}
.brand-item p{
	line-height: 1.8;
	margin-bottom: 6px;
}
.breadcrum-item span.multipl{
	font-size: 1.8rem;
	vertical-align: 1px;
}
.lowpage-collabo .breadcrumb-list {
    align-items: baseline;
}




@media screen and (max-width:1246px){
.hero-logo{
	width: 180px;
}
.nav-list{
	margin-left: -16px;
}
.nav-item{
	font-size:1.8rem;
	padding-left: 16px;
}
.enif_hair_logo{
	width: 130px;
}
.eyecatch-title{
	font-size: 5rem;
}
.eyecatch-title span.multipl {
    vertical-align: 4px;
    font-size: 7rem;
}
.section-paragraph{
	margin-bottom: 22px;
}
.btn{
	padding: 14px 0;
}
/*-----------------
lowpage common
------------------*/
.page-title{
	font-size: 8rem;
}
/*-----------------
footer
------------------*/
.footer .nav-item{
	font-size: 1.6rem;
}
}

@media screen and (max-width:1192px){
/*-----------------
lowpage common
------------------*/
.breadcrumb{
	padding: 60px 0 0 10px;
}
/*-----------------
CONCEPT
------------------*/
.about-img-list{
	margin: 0;
	padding: 0 10px;
}
.about-img-item:last-of-type{
	margin: 0;
}
}

@media screen and (max-width:1146px){
.br__sp{
	display: block;
}

/*-----------------
hair style
------------------*/
.model-btn:after{
	bottom:22px;
    left:40px;
}

/*-----------------
ACCESS
------------------*/
.weekend{
	padding-left: 0;
}
}

@media screen and (max-width:1061px){
.header{
	padding-bottom: 0;
	height: 83px;
}
.site-title{
	width: 40px;
}
.navigation{
	display: none;
	position: fixed;
	overflow-y: scroll;
    top:0;
    left:0;
    box-sizing: border-box;
    z-index: 100;
	width:100%;
    height: 100%;
    padding: 90px 0 0;
    background-color: #d4d5d3;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}
.nav-list{
	display: block;
	line-height: 0.9;
	text-align: center;
}
.nav-item{
	font-size:2.4rem;
	margin-bottom: 25px;
}
.nav-item.current>a{
	opacity: 0.5;
}
.nav-item.current a::after{
	transform: scale(0, 0);
}
.nav-item__line a:hover::after {
	transform: scale(0, 0);
}

/* headerナビゲーション */
.nav-list,
.nav-custom-menu{
	display: block;
	text-align: center;
}

.navigation a {
	font-size: 2.4rem !important;
	color: #292b2c !important;
	border: none;
	position: unset;
	line-height: 38px !important;
}

.nav-item, .menu-item {
	margin-bottom: 11px;
}
/* / headerナビゲーション */

.btn-trigger{
	display: block;
}
.btn-trigger{
    appearance:none;
    -webkit-appearance:none;
    overflow: hidden;
    position: absolute;
    top:18px;
    right:10px;
    z-index: 1000;
    width: 40px;
    padding: 0;
    border:none;
	background-color: transparent;
    white-space: nowrap;
}
use{
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.btn-trigger.active use:nth-of-type(1) {
    -webkit-transform: translateY(26px) rotate(-45deg);
    transform: translateY(26px) rotate(-45deg);
}
.btn-trigger.active use:nth-of-type(2) {
	transform: translate(-10px,0);
    opacity: 0;
}
.btn-trigger.active use:nth-of-type(3) {
    -webkit-transform: translateX(30px) translateY(-12px) rotate(45deg);
    transform: translateX(30px) translateY(-12px) rotate(45deg);
}

.hero{
	margin: 84px auto 0;
}

/*-----------------
common
------------------*/
.section-title{
	margin-top: 60px;
}
.footer .nav-list{
	text-align: left;
}
}

@media screen and (max-width:768px){
body{
	font-size: 1.4rem;
}
.img__pc{
	display: none;
}
.img__sp{
	display: block;
}
.br__pc02{
	display: none;
}

/*-----------------
header
------------------*/
.breadcrumb{
	padding-left: 0;
}
.breadcrumb-inner{
	padding: 0 10px;
}
/*-----------------
hero
------------------*/
.hero-logo{
	width: 100px;
}
/*---heroイメージ白枠線---*/
.hero-img::before,.hero-img::after{
	width: 90%;
	left:5%;
}
.hero::before{
	left:5%;
	height: 89.7%;
}
.hero::after{
	right:5%;
	height: 89.7%;
}

/*-----------------
inner
------------------*/
.inner{
	padding: 50px 10px 0;
}
.inner.menu,.inner.about{
	padding: 0;
}
.sp-inner{
	padding: 0 20px;
}
.sp-inner2{
	padding: 0 10px;
}

/*-----------------
common
------------------*/
.section-title{
	margin-top: 0;
}
.section-detail{
	margin-bottom: 0;
}

/*-----------------
TOP
------------------*/
.lowpage-inner.top{
	padding: 60px 0 0;
}
.top section{
	padding: 70px 0;
}
.top .section-detail{
	margin-bottom: 40px;
}
.section-list{
	-webkit-display: block;
	display: block;
}
.section-item{
	width: 100%;
	margin: 0;
}
.section-item.eyecatch:before{
	max-width: inherit;
}
.section-item img{
	margin: 0 auto;
}
.eyecatch{
	padding: 0;
}
.eyecatch-title{
	font-size: 4.5rem;
}
.eyecatch{
	margin-bottom: 20px;
}
.section-paragraph{
	padding: 0;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.btn-outer{
	padding: 0;
}

/*---schedule---*/
.schedule-inner{
	height: 900px;
}
.schedule-list{
	display: block;
}
.schedule-item{
	width:100%;
	padding: 0;
}
.schedule-item:first-of-type{
	margin-bottom:50px;
}
.section-title__schedule{
	font-size: 3rem;
}
.gcalender{
	height: 300px;
}

/*---OnlineShop---*/
.banner .description{
	top:71%;
}

/*-----------------
lowpage common
------------------*/
.lowpage-inner{
	padding: 60px 0;
}
.section-title{
	font-size: 3.5rem;
	margin-bottom: 10px;
}
.section-detail{
	margin-bottom: 50px;
}

/*-----------------
CONCEPT
------------------*/
.page-title{
	font-size: 5rem;
	white-space:nowrap;
	z-index: 80;
}
.about-paragraph{
	margin-bottom: 50px;
}
.owner-name{
	font-size: 1.8rem;
}
.about-img-list{
	display: block;
	padding: 0;
}
.about-img-item{
	margin: 0;
}
/*-----------------
STAFF
------------------*/
.staff-list{
	display: block;
	margin-bottom:60px
}
.staff-list:last-of-type{
	margin-bottom: 30px;
}
.staff-item{
	width: 100%;
	padding: 0;
}
.staff-item:first-of-type{
	margin-bottom: 15px;
	text-align: center;
	text-align: -webkit-center;
}
.staff-name__en{
	font-size: 2.4rem;
}
.staff-name__ja{
	font-size: 1.5rem;
	margin-bottom: 30px;
	white-space: nowrap;
}
/* .staff-birth{
	padding-left: 12px;
	vertical-align: 1.5px;
} */
.staff-title{
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.staff-name__ja::before{
	content:"";
	position: absolute;
	bottom:-17px;
	width: 60px;
	border-bottom: solid #292b2c 1px;
	Z-index:50;
}
.message-title{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.receptionist-wrapper{
	padding:50px 0;
	margin-bottom: 60px;
}
/*---staff btn---*/
.staff-btn-title{
	font-size: 2.1rem;
	margin-bottom: 0;
}
.staff-btn{
    width:290px;
    padding: 16px 0;
}
.staff-btn:after{
	bottom:12px;
    left:12px;
}
/*---//staff btn---*/

/*-----------------
ACCESS
------------------*/
.access-inner{
	padding-top:83px;
}
/* .maps-outer{
    padding-top: 65%;
	margin-top: 50px;
} */
.access-info{
	display: block;
	margin-bottom: 40px;
}
.access-list{
	width: 100%;
	padding: 0;
}
.access-title{
	width: 24%;
}
.access-detail{
	line-height: 1.5;
}
.access-item:last-of-type{
	padding-bottom: 50px;
}
.access-paragraph{
	margin-bottom: 50px;
}
.enif-map{
	width: 90%;
	margin: 0 auto;
}
.enif-map img{
	margin: 0 auto;
}
.enif-photo img{
	margin: 0 auto;
}
/* .access-list:last-of-type{
	margin-bottom: 40px;
} */








/*-----------------
MENU
------------------*/
.campaign-title{
	font-size:2.6rem;
	white-space: nowrap;
	margin-bottom: 30px;
}
.campaign-wrapper{
	padding: 40px 10px;
	margin-bottom: 10px;
}
.campaign-wrapper h4 {
    font-size: 1.4rem;
}
.campaign-list{
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	margin-bottom: 32px;
}
.campaign-item {
    margin-bottom: 16px;
}
.campaign-item p {
    font-size: 1.2rem;
}
.cam-price{
	font-size: 1.8rem;
}
.price-off {
    font-size: 1.8rem;
}
.fa-arrow-right{
	font-size: 1.2rem;
	padding: 0 4px;
}
.campaign-detail-item {
    font-size: 1.2rem;
}
.menu-category{
	font-size: 2.4rem;
	margin-bottom: 25px;
}
.menu-tax{
	font-size: 1.2rem;
	margin-bottom: 50px;
}
.menu-category.kitsuke{
	font-size: 2.2rem;
}
.menu-list:not(:last-of-type){
	margin-bottom: 50px;
}
.table th, .table td{
	font-size: 1.6rem;
	padding: 12px 15px;
}
.th-kitsuke{
	font-size: 1.4rem !important;
}
.th-detail{
	font-size: 1.2rem;
}
.menu-detail{
	font-size: 1.2rem;
}

/*-----------------
HAIR STYLE
------------------*/
.nohero .inner{
	padding-top: 83px;
}
.nohero .section-detail{
	margin-bottom: 50px;
}
.cat-nav{
	display: block;
	text-align: center;
	margin-bottom: 0;
}
.cat-nav-item{
	margin-bottom: 30px;
}
.cat-nav-item:last-of-type{
	margin-bottom: 60px;
}
.hairstyle-list{
	position: relative;
	margin-bottom: 40px;
}
.hairstyle-item-wrapper{
	max-width: 210px;
	margin: 0 10px;
}
.hairstyle-item{
	width: 33.333%;
	margin-bottom: 40px;
}

/*---カットモデル募集のボタン---*/
.model-btn-title{
	margin-bottom: 6px;
	font-size: 1.5rem;
}
.model-btn-detail{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	position: relative;
	left:15px;
	font-size: 1.3rem;
}
.model-btn{
    width:290px;
    padding: 16px 0;
    text-align: center;
}
.model-btn:after{
	bottom:20px;
    left:28px;
	font-size: 2.2rem;
}
.model-btn:hover:after{
    transform: translateX(5px);
}
.model-btn:hover{
	background-color: #2C2C2C;

}
.model-btn:hover .staff-btn-title{
	letter-spacing: 0.15em;
}


/*-----------------
RECRUIT
------------------*/
.recruit-inner{
	padding: 0;
}
.recruti-leading p{
	margin-bottom: 40px;
}
.table-recruit th,.table-recruit td{
	font-size: 1.4rem;
	padding: 10px;
}

/*-----------------
RESERVE
------------------*/
.reserve-list:first-of-type {
    margin-bottom: 80px;
}
.reserve-tell a {
    font-size: 2.6rem;
}
.line-leading{
	margin-bottom: 60px;
}
.reserve-list h3 {
    font-size: 1.5rem;
}
.line-flow li:not(:last-of-type){
    margin-bottom: 40px;
}
.line-flow span {
    margin-bottom: 6px;
}
.line-banner{
	width: 160px;
}


/*-----------------
footer
------------------*/
.footer{
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
}
.footer .footer-nav-inner{
	max-width: 490px;
	margin: 0 auto;
	padding: 0 80px;
}
.footer .sp-inner{
	position: relative;
}
.footer-logo{
	width: 40px;
	top:0;
	left:auto;
}
.footer-navigation{
	display: block;
}
.footer .nav-list:not(:first-of-type){
	padding-left: 0;
}
.footer .nav-item{
	font-size: 1.6rem;
	text-align: left;
}
.footer .nav-item a{
	vertical-align: 0;
}
.footer .nav-item__sns{
	text-align: left;
}
.copyrights{
	font-size: 1.2rem;
	padding-top: 20px;
}

/* Reserve btn
---------------------------*/
.reserve-bg{
    padding: 20px 14px 14px 16px;
    width: 80px;
}
.reserve-bg span{
	font-size: 1.1rem;
}
.reserve-arrow:after {
    width: 20px;
    height: 10px;
    top: 18px;
    right: 12px;
}
.reserve-bg:hover .reserve-arrow:after{
	right:8px;
}

/*-----------------
ENIF×
------------------*/
.page-title span.multipl {
    font-size: 7rem;
}
.collabo-img-list{
	margin-bottom: 60px;
}
.collabo-img-item{
	margin-bottom: 10px;
}
.lowpage-collabo h3{
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.lowpage-collabo h4{
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 12px;
}
.brand-item p{
	line-height: 1.7;
	margin-bottom: 6px;
}
}

@media screen and (max-width:576px){
.br__pc{
	display: none;
}
.hairstyle-item{
	width: 50%;
}
.hairstyle-item-wrapper{
	max-width: 200px;
}


}

/*-----------------
サイト内検索
------------------*/
.search {
	background: #444;
}

.search-inner {
	max-width: 960px;
	margin: 0 auto;
}

.gsc-search-button-v2 {
	font-size: 0;
	padding: 6px 45px !important;
	width: auto;
	vertical-align: middle;
	border: 1px solid #666;
	border-radius: 0px !important;
	border-color: #a0a0a0 !important;
	background-color: #a0a0a0 !important;
	height: 60px;
}

.gsc-input-box {
	padding-top: 6px;
	padding-bottom: 5px;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

table {
	width: 100%;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.gsst_a .gscb_a {
	color: #a1b9ed;
	cursor: pointer;
	padding-right: 1rem;
}

.gsc-search-button {
	margin-left: 0px !important;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0px !important;
}

/* 検索結果ページ----------------------------------------------- */
.search-box {
	padding-top: 60px;
}

#___gcse_1 {
	margin-top: 4rem;
}

.gsc-results .gsc-cursor {
  display: grid !important;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: auto;
	gap: 1.5rem;
	max-width: 600px;
  margin-inline: auto;
}

.gsc-results .gsc-cursor-box {
  padding: 2rem 0;
}

/*
 *	Media Queries
 *-------------------------------------------------------------------------*/
@media only screen and (max-width: 1061px) {
	.gsc-results .gsc-cursor {
		gap: 0.5rem;
	}
}