/* *********************
 *
 *     CSS import 
 *
 ***********************/
@import url("drawer.css");
@import url("reset.css");
@import url("perfect-scrollbar.min.css");
@import url("../../webfonts/Harenosora/stylesheet.css");
@import url("../../webfonts/Krungthep/stylesheet.css");
@import url("../../webfonts/Channel_Slanted2/stylesheet.css");
@import url("../../webfonts/Facile_Sans/stylesheet.css");
@import url("../../webfonts/PhontPhreaks_Handwriting/stylesheet.css");
@import url("../../webfonts/Beckman_Free/stylesheet.css");
@import url("../../webfonts/din1451alt/stylesheet.css");
@import url("../../webfonts/Gill_Sans_Medium/stylesheet.css");



/* *********************
 *
 *     CSS Document 
 *
 ***********************/
body {
	font: 14px/24px "Zen Kaku Gothic Antique", serif;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	overflow-x: hidden;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #404040;
}
span { 
	white-space: nowrap;
}
p img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#main_wrapper {
	position: relative;
	z-index: 1;
	background-color: #fff;
	overflow-x: hidden;
}

.inner1280 {
	width: 100%;
	height: auto;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.inner1150 {
	width: 100%;
	height: auto;
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8%;
}
.inner1000 {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4%;
	padding-bottom: 8%;
}
.inner750 {
	width: 90%;
	height: auto;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4%;
	padding-bottom: 8%;
}



/* *********************
 *
 *     font
 *
 ***********************/
.mincho{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Sans CNS W3", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
}
.futura {
	font-family: 'Futura', 'sans-serif';
}
.hannari {
	font-family: 'Hannari', 'serif';
}
.kozuka {
	font-family: "Kozuka Gothic Pro M", Meiryo, Osaka, sans-serif;
}
.Haettenschweiler {
	font-family: 'Haettenschweiler', 'sans-serif';
}
.titillium {
  font-family: 'Titillium Web', sans-serif;
	letter-spacing: 4px;
}
.harenosora{
    font-family: Harenosora;	
}
.krungthep{
    font-family: Krungthep;	
}
.channel-slanted{
    font-family: "Channel Slanted2";	
}
.facile{
    font-family: "Facile Sans";	
}
.PhontPhreaks{
    font-family: "PhontPhreaks Handwriting";	
}
.beckman{
    font-family: "Beckman Free";	
}
.delius{
	font-family: "Delius", serif;
}
.zen_kaku_gothic{
	font-family: "Zen Kaku Gothic Antique", serif;
}
.DIN{
    font-family: "din1451alt";
}
.GillSans {
    font-family: "Gill Sans Medium";
}
.tit-content {
    text-align: center;
    color: #6EB1B1;
    font-size: 40px;
    line-height: 100px;
    letter-spacing: 3px;
}
#cat_tit {
	padding-top: 80px;
	padding-bottom: 40px;
	display: block;
}
.tit-cat {
	font-size: 120px;
	line-height: 150px;
	color: #ffffff;
}
.txt80 {
	font-size: 80px !important;
	line-height: 80px;
	color: #fff;
	letter-spacing: 20px;
}
.txt30 {
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}
.txt26{
	font-size: 30px;
}
.txt24 {
	font-size: 24px;
}
.txt20 {
	font-size: 20px;
}
.txt18 {
	font-size: 18px;
}
.txt14 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
}
.txt12 {
	text-align: center;
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 0px;
}
.bold {
	font-weight: bold;
}



/* *********************
 *
 *     bottom
 *
 ***********************/
.more {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	background-color: hsla(0,0%,0%,0.10);
	background-image: url("../img/icon/arrow/down.svg");
	background-position: 46% 50%;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.reserve {
	display: inline-block;
	color: #fff;
	font: 13px/normal "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	background: #cc0000;
	letter-spacing: 3px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.reserve:hover {
	opacity: .7;
}
.reserve_top {
	display: block;
	color: #fff;
	font-size: 13px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	background: #cc0000;
	letter-spacing: 3px;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.reserve_top:hover {
	opacity: .7;
}
.reserve_top::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 0, 0, 0);
	border-bottom-color: #cc0000;
	border-width: 10px;
	margin-left: -10px;
}
.reserve_right {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	background: #cc0000;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.reserve_right:hover {
	opacity: .7;
}
.reserve_right::after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 0, 0, 0);
	border-right-color: #cc0000;
	border-width: 8px;
	margin-top: -8px;
}
.schedule_btn {
	padding: 15px 30px;
	display: block;
	margin-top: 15px;
	border: 1px solid #999999;
	color: #666666;
	font: 13px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background-image: url("../img/icon/other/more_g.svg");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 18px auto;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.schedule_btn:hover {
	color: #ffffff;
	border: 1px solid #999999;
	background-image: url("../img/icon/other/more_w.svg");
	background-color: #666666;
}
.h_ani {
	position: relative;
	overflow: hidden;
}
.h_ani .c_img {
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 0;
}
.h_ani .c_img::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: hsla(0,0%,0%,0.20);
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
}
.h_ani:hover .c_img::after {
	opacity: 1;
}
.h_ani:hover .c_img {
	-webkit-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.h_ani .caption {
	opacity: 0;
	-webkit-transition: all .2s ease .2s;
			transition: all .2s ease .2s;
	z-index: 2;
}
.h_ani:hover .caption {
	opacity: 1;
}
.i_info {
	display: inline-block;
	padding-left: 35px;
	background-image: url("../img/icon/other/info.svg");
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: left center;
}
.i_play {
	display: inline-block;
	padding-left: 35px;
	background-image: url("../img/icon/other/play.svg");
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: left center;
}


/* *********************
 *
 *     flexbox
 *
 ***********************/
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-content: flex-start; 
			align-content: flex-start;
	-webkit-align-items: center;
			align-items: center;
}
/* 2カラムの場合*/
.flexbox.clm2 li {
	width: 48%;
	margin-bottom: 2%;
	text-align: center;
	line-height: normal;
}
/* 3カラムの場合*/
.flexbox.clm3::after{
	content:"";
	display: block;
	width:30%;
}
.flexbox.clm3 li {
	width: 30%;
	margin-bottom: 2%;
	text-align: center;
	line-height: normal;
}
/* 4カラムの場合 */
.flexbox.clm4::before{
	content:"";
	display: block;
	width:23%;
	order:1;
}
.flexbox.clm4::after{
	content:"";
	display: block;
	width:23%;
}
.flexbox.clm4 li {
	width: 23%;
	margin-bottom: 2%;
	text-align: center;
}

.reverse{
	-webkit-flex-direction: row-reverse;
			flex-direction: row-reverse;
}
.flexcentering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


/* *********************
 *
 *     responsive
 *
 ***********************/
.pc-none {
	display: none;
}
.sp-none {
	display: block;
}

/* *********************
 *
 *     position
 *
 ***********************/
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.centering {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 1;
}
.hideAnchor {
	display: block;
	height: 0px;
	overflow: hidden;
	cursor: default;
	pointer-events: none;
	outline: none;
	font-size: 0px;
	text-indent: -9999px;
	padding-top: 80px;
	margin-top: -80px;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/* *********************
 *
 * CSS 共通header footer
 *
 ***********************/
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
	padding: 40px 10% 5px 5%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
header::after{
	content: "";
	display: block;
	clear: both;
}
header.bg_w {
	background-color: hsla(0,0%,100%,0.80);
	padding-top: 20px;
	padding-bottom: 10px;
}
header.bg_w .fixed-sns {
	margin-top: -15px;
	margin-bottom: 15px;
}
header.bg_w .fixed-reserve {
	display: block;
	margin-top: -15px;
	margin-bottom: 15px;
}
main {
	background-color: #fff;
	position: relative;
}
footer {
	background-color: #fff;
	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}

.fixed-logo {
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
}
.fixed-logo img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.fixed-logo a img.enu,
.f-logo a img.enu,
.s_logo a img.enu {
	height: 16px;
}
.fixed-logo a img.room,
.f-logo a img.room,
.s_logo a img.room {
	height: 30px;
}
.fixed-logo a img.nary,
.f-logo a img.nary,
.s_logo a img.nary {
	height: 50px;
}
.fixed-sns {
	float: right;
}
.fixed-sns .sns-txt {
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: normal;
}
.fixed-sns .flexbox {
	width: 65px;
}
.fixed-sns .flexbox li {
}
.fixed-reserve {
	display: none;
	float: right;
	margin-right: 30px;
	-webkti-transition: all .3s ease;
			transition: all .3s ease;
}
.fixed-reserve .reserve {
	color: #131313;
	background-color: transparent;
	border: 1px solid #131313;
	background-image: url("../img/icon/arrow/right.svg");
	background-repeat: no-repeat;
	background-position: 8% 48%;
	background-size: 5px auto;
}
img.fb {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.f-logo {
	margin-bottom: 2%;
}
.f-logo img {
	width: auto;
	height: 16px;
	margin: 15px;
}
.f-nav {
	margin-bottom: 2%;
}
.f-nav ul {
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.f-nav ul.txt12 {
	letter-spacing: 4px;
}
.f-nav ul li {
	width: 25%;
}
.f-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.f-nav ul li a:hover {
	color: #888888;
}
.f-copy {
	font-family: AdobeCaslonProRegular;
	font-size: 10px;
	letter-spacing: 2px;
}


/* *********************
 *
 *     css 共通
 *
 ***********************/
#topWrp {
	width: 100%;
	height: auto;
	background-image: url("../../img/bg/02.jpg");
	background-position: center 0px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50%;
}


#styleWrp {
	padding-top: 0px;
}
#styleWrp .sytle-menu.flexbox  {
	width: 95%;
	/*-webkit-justify-content: flex-start;
			justify-content: flex-start;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
}
#styleWrp .sytle-menu li {
	width: 18%;
	/*margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#styleWrp .sytle-menu li:nth-child(1) {
	background-image: url("../../img/style/short.jpg");
}
#styleWrp .sytle-menu li:nth-child(2) {
	background-image: url("../../img/style/bob.jpg");
}
#styleWrp .sytle-menu li:nth-child(3) {
	background-image: url("../../img/style/midium.jpg");
}
#styleWrp .sytle-menu li:nth-child(4) {
	background-image: url("../../img/style/long.jpg");
}
#styleWrp .sytle-menu li:nth-child(5) {
}
#styleWrp .sytle-menu li a {
	display: block;
	padding: 30px 60px;
	font-weight: bold;
	color: #fff;
	background-color: #ffffff;
	border: 2px solid #131313;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
	background: inherit;
	position: relative;
	z-index: 0;
}
#styleWrp .sytle-menu li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.20);
	z-index: -1;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
#styleWrp .sytle-menu li a:hover {
	color: #ffffff;
	border: 2px solid #ffffff;
}
#styleWrp .sytle-menu li a:hover::before {
	background-color: hsla(0,0%,0%,0.05);
}
#styleWrp .style_img {
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
#styleWrp .style_img dl {
	width: 23%;
	margin-bottom: 2.5%;
	overflow: hidden;
	position: relative;
	padding-top: 31.4%;
}
#styleWrp .style_img dl dt {
	position: absolute;
	z-index: 0;
	-webkit-transition: all .2s ease;
			transition: all .2s ease;
	top: 0px;
	left: 0px;
	width: 100%;
}
#styleWrp .style_img dl dt img {
	position: relative;
	z-index: 1;
	width: 100%;
	vertical-align: middle;
}
#styleWrp .style_img dl dt::after {
	-webkit-transition: all .4s ease;
					transition: all .4s ease;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: hsla(0,0%,0%,0.30);
	opacity: 0;
}
#styleWrp .style_img dl dd {
	z-index: 2;
	opacity: 1;
	position: absolute;
}
#styleWrp .style_img dl dd h2 {
	color: #fff;
	opacity: 0;
	line-height: normal;
	position: relative;
	top: 10px;
	letter-spacing: 0px;
	-webkit-transition: all .2s ease .2s;
			transition: all .2s ease .2s;
}
#styleWrp .style_img dl:hover dt::after {
	opacity: 1;
}
#styleWrp .style_img dl:hover dd h2 {
	top: 0px;
	opacity: 1;
}
#staffWrp .flexbox  {
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
#staffWrp .flexbox dl {
	width: 18%;  /* 横並びさせる数を%で指定*/
	margin-bottom: 2.5%;
	margin-right: 2.5%;
	position: relative;
	padding-top: 18%;
}
#staffWrp .flexbox dl:nth-child(5n)   {
	margin-right: 0px;
}
#staffWrp .flexbox dt {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#staffWrp .flexbox dt img   {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}
#staffWrp .flexbox dt::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: hsla(0,0%,0%,0.50);
	opacity: 0;
	-webkit-transition: all .4s ease;
			transition: all .4s ease;
}
#staffWrp .flexbox dd {
	z-index: 2;
	opacity: 1;
	position: absolute;
	width: 90%;
}
#staffWrp .flexbox dd h2 {
	color: #fff;
	opacity: 0;
	line-height: normal;
	position: relative;
	top: 10px;
	letter-spacing: 0px;
	z-index: 4;
	text-align: center;
	-webkit-transition: all .2s ease .2s;
			transition: all .2s ease .2s;
}
#staffWrp .flexbox dl:hover dt::after {
	opacity: 1;
}
#staffWrp .flexbox dl:hover dd h2 {
	opacity: 1;
	top: 0px;
}

#salonWrp {
}
#salonWrp .salon li {
	margin-bottom: 5%;
}
#salonWrp .salon li .salon_img {
	margin-bottom: 10px;
}
#salonWrp .salon li .wrapper {
	position: relative;
}
#salonWrp .salon li .wrapper .sns {
	position: absolute;
	top: 5px;
	right: 0px;
}
#salonWrp .salon li .wrapper .sns a {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#salonWrp .salon li .txt12 {
	line-height: 30px;
}
#salonWrp .salon li .txt20  {
	font-size: 18px;
}
#salonWrp .salon li .public-info {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	max-width: 300px;
}
#salonWrp .salon li .public-info .tel {
	width: 55%;
}
#salonWrp .salon li .public-info .txt12 span {
	display: inline-block;
	margin-right: 20px;
}
#salonWrp .salon li .public-info .sns {
	width: 15%;
}
#salonWrp .salon li .public-info .sns li {
}
#salonWrp .salon li .txt14 {
	text-align: left;
}

#news article .newstext p a {
	text-decoration: underline;
	letter-spacing: 0px;
	display: inline-block;
	margin-left: 5px;
	color: #555555;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
#news article .newstext p a:hover {
	color: #888888;
}

#brandWrp {
	background-color: #f8f8f8;
	padding-top: 5%;
}
#brandWrp .inner1000 {
	padding-top: 0px;
	width: 80%;
}
#brandWrp ul.flexbox  {
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
#brandWrp ul li {
	width: 28%;
	margin-bottom: 4%;
}
#brandWrp ul li .b_box  {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 100%;
	background-color: #fff;
	margin-bottom: 5%;
}
#brandWrp ul li img {
	width: 100%;
	height: auto;
	min-width: 120px;
}
#brandWrp ul li img.navel {
}
#brandWrp ul li img.enu {
	min-width: 80px;
}
#brandWrp ul li img.nary {
	min-width: 80px;
}
#brandWrp ul li .txt12 {
	color: #d9d9d9;
	line-height: 20px;
}

#instagramWrp {
	padding-top: 10%;
}
#instagramWrp .txt30 {
	margin-bottom: 3%;
}
#instagramWrp .insta-logo {
	text-align: center;
	margin-bottom: 3%;
}
#instagramWrp .insta-logo img {
	vertical-align: middle;
	display: inline-block;
}
#instagramWrp .insta-logo .ig-icon {
	width: 6%;
	max-width: 32px;
	margin-right: 10px;
}
#instagramWrp .insta-logo .ig-img {
	width: 52%;
	max-width: 320px;
}
#instagramWrp .txt12 {
	text-align: left;
	line-height: 24px;
}
.inner1150 #instagram .insta {
	width: 25%;
	height: auto;
	margin-bottom: 0px;
	padding-top: 25%;
	background-position: center center;
	background-size: cover;
}
.inner1150 #instagram .insta.img01 {
	background-image: url("http://www.navel.ne.jp/assets/img/instagram/01.jpg");
}
.inner1150 #instagram .insta.img02 {
	background-image: url("http://www.navel.ne.jp/assets/img/instagram/02.jpg");
}
.inner1150 #instagram .insta.img03 {
	background-image: url("http://www.navel.ne.jp/assets/img/instagram/03.jpg");
}
.inner1150 #instagram .insta.img04 {
	background-image: url("http://www.navel.ne.jp/assets/img/instagram/04.jpg");
}
.inner1150 #instagram .insta.img05 {
	background-image: url("http://www.navel.ne.jp/assets/img/instagram/05.jpg");
}
.inner1150 #instagram .insta.img06 {
	background-image: url("http://www.navel.ne.jp/assets/img/instagram/06.jpg");
}
.inner1150 #instagram .insta.img07 {
	background-image: url("http://www.navel.ne.jp/assets/img/instagram/07.jpg");
}
.inner1150 #instagram .insta.img08 {
	background-image: url("http://www.navel.ne.jp/assets/img/instagram/08.jpg");
}

#instagram .image{
	width: 25%;
	height: auto;
	padding-top: 25%;
	position: relative;
}
#instagram .image a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}

/* *********************
 *
 *     pager
 *
 ***********************/
.backnum{
	font-family: futura,sans-serif;
	font-size: 18px;
	width: 30%;
	margin: auto;
	margin-bottom: 3em;
}
.backnum li{
	display: inline-block;
	width: 23%;
	height: 100px;
	line-height: 100px;
}
.paginator span {
	display: inline-block;
	position: relative;
	margin: 0 5px;
}
.paginator .prev, .paginator .next {
	margin: 0 10px;
}
.paginator span.now {
    font-size: 120%;
    font-weight: bold;
}
.paginator span::before,
.paginator span::after {
	display: block;
	position: absolute;
	top: -10px;
	left: 45%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 10px;
	height: 10px;
	background-image: url("../img/icon/arrow/down.svg");
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}
.paginator span:hover::before {
	top: -7px;
	opacity: 1;
}
.paginator span.now::after {
	opacity: 1;
}
.paginator span.now::before {
	display: none;
}
/*.paginator   {
	font-family: futura,sans-serif;
	font-size: 18px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 3em;
}
.paginator span a,.paginator span span {
	display: inline-block;
	width: 75px;
	height: 70px;
	line-height: 70px;
}
.paginator span span.now  {
	font-weight: bold;
	color: #aaaaaa;
}
.paginator span span.no.gap  {
	border:none;
}*/


@media screen and (max-width:768px){
header {
	padding-right: 16%;
	padding-top: 30px;
	padding-bottom: 0px;
}
header.bg_w .fixed-reserve {
	margin-right: 10px;
	margin-top: -10px;
	display: none;
}
header.bg_w .fixed-reserve  .reserve  {
	padding: 10px 15px;
	background-position: 3% 47%;
}
.more {
	background-position: 40% 48%;
	background-size: 18px auto;
}
	
.h_ani {
}
.h_ani .c_img {
	position: relative;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
	z-index: 0;
}
.h_ani .c_img::after {
	opacity: 1;
}
.h_ani .caption {
	opacity: 1;
}
#topWrp {
	height: 400px;
}
	
/* *********************
 *
 *     css 共通
 *
 ***********************/
#styleWrp .sytle-menu::after {
	content:"";
	display: block;
	width:32%;
}
#styleWrp .sytle-menu li {
	margin-right: 1%;
	margin-left: 1%;
	width: 31.33%;
}
#styleWrp .sytle-menu li a {
	padding-left: 40px;
	padding-right: 40px;
}

#staffWrp .flexbox dl {
	width: calc(100% / 4 - 2%);
	margin-right: 2.6%;
	padding-top: 23%;
}
#staffWrp .flexbox dl:nth-child(4n) {
	margin-right: 0px !important;
}
#staffWrp .flexbox dl:nth-child(5n) {
	margin-right: 2.6%;
}


#salonWrp .salon li p img {
	margin-bottom: 3%;
}
#salonWrp .salon li .public-info {
	width: 100%;
}
#salonWrp .salon li .public-info .tel {
	width: 38%;
}
#salonWrp .salon li .public-info .tel span {
	display: block;
	line-height: normal;
	text-align: left;
}
	
#brandWrp ul li img {
	min-width: 110px;
}
#brandWrp ul li img.enu {
	min-width: 100px;
}
#brandWrp ul li img.nary {
	min-width: 90px;
}
	
/* *********************
 *
 *     pager
 *
 ***********************/
.backnum {
	width: 80%;
	max-width: 300px;
}
}




@media screen and (max-width:480px){
#cat_tit {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* *********************
 *
 *     font
 *
 ***********************/
.tit-content {
	font-size: 30px;
	line-height: 100px;
	letter-spacing: 3px;
}
.tit-cat {
	font-size: 80px;
	line-height: 90px;
}
.txt80 {
	font-size: 40px !important;
	letter-spacing: 10px;
}
.txt30 {
	font-size: 20px;
	line-height: 40px;
}
.txt24 {
	font-size: 18px;
}
.txt20 {
	font-size: 16px;
}
.txt18 {
	font-size: 18px;
}
.txt14 {
	font-size: 12px;
	/*line-height: 20px;*/
	letter-spacing: 1px;
}
.txt12 {
	font-size: 11px;
	line-height: 40px;
}
.more {
	font-size: 13px;
	line-height: 40px;
	background-position: 40% 50%;
	background-size: 10px auto;
}
.reserve_top {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}
.reserve_right {
	font-size: 12px;
	margin-top: 10px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
}
.schedule_btn {
	padding: 8px 30px 8px 10px;
	background-size: 15px auto;
}

/* *********************
 *
 *     responsive
 *
 ***********************/
.pc-none {
	display: block !important;
}
.sp-none {
	display: none !important;
}

/* *********************
 *
 * CSS 共通header footer
 *
 ***********************/
header {
	padding-top: 20px;
}
header.bg_w {
	padding-top: 20px;
	padding-bottom: 20px;
}
main {
}
footer {
}

.fixed-logo {
	top: 20px;
	left: 20px;
}
.fixed-sns .sns-txt {
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
}
.fixed-sns .flexbox {
	width: 125px;
}
.fixed-sns .flexbox li {
}
.f-logo {
	margin-bottom: 5%;
	margin-top: 5%;
}
.f-logo img {
}
.f-nav {
	margin-bottom: 5%;
}
.f-nav ul {
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
}
.f-nav ul.txt12 {
}
.f-nav ul li {
	width: 33%;
}
.f-nav ul li a {
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}
.f-copy {
	margin-bottom: 10%;
}

	
/* *********************
 *
 *     css 共通
 *
 ***********************/
#topWrp {
	height: 300px;
	background-size: 150%;
}
#styleWrp .sytle-menu {
	width: 100%;
}
#styleWrp .sytle-menu li {
	width: 48%;
	margin-bottom: 3%;
}
#styleWrp .sytle-menu li a {
	padding: 10px 0;
}
#styleWrp .sytle-menu li a:hover {
	color: #ffffff;
	background-color: #131313;
	border: 2px solid #ffffff;
}
#styleWrp .style_img {
}
#styleWrp .style_img dl {
	width: 48%;
	margin-bottom: 4%;
	padding-top: 0px;
	height: auto;
}
#styleWrp .style_img dl dt::after {
	width: 0px;
	height: 0px;
}
#styleWrp .style_img dl dt, #styleWrp .style_img dl dd {
	position: relative;
	color: #333;
	opacity: 1;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%, 0%);
			transform: translate(0%, 0%);
}
#styleWrp .style_img dl dt {
	margin-bottom: 5px;
}
#styleWrp .style_img dl dd h2 {
	color: #666666;
	opacity: 1;
	top: 0px;
}

#staffWrp .flexbox dl {
	width: 46%;
	margin-right: 8%;
	padding-top: 0px;
	margin-bottom: 8%;
}
#staffWrp div.flexbox dl:nth-child(2n) {
	margin-right: 0px !important;
}
#staffWrp div.flexbox dl:nth-child(3n),
#staffWrp div.flexbox dl:nth-child(4n),
#staffWrp div.flexbox dl:nth-child(5n) {
	margin-right: 8%;
}
#staffWrp .flexbox dt,
#staffWrp .flexbox dd,
#staffWrp .flexbox dd h2 {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0.0);
			transform: translate(0.0);
}
#staffWrp .flexbox dt {
	margin-bottom: 4%;
}
#staffWrp .flexbox dd h2 {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	opacity: 1;
	top: 0px;
}

#salonWrp .salon li {
	width: 100%;
	margin-bottom: 10%;
}
#salonWrp .salon li .txt12 {
	line-height: 20px;
}
#salonWrp .salon li .public-info {
	max-width: 145px;
}
#salonWrp .salon li .public-info .tel  {
	width: 100%;
}
#salonWrp .salon li .public-info .tel span {
	text-align: center;
	display: inline-block;
}
#salonWrp .salon li .wrapper .sns {
	position: relative;
	top: 0px;
	margin-top: 5px;
}
#salonWrp .salon li .wrapper .sns a {
	margin-right: 10px;
}

#brandWrp .flexbox li  {
	width: 50%;
}
#brandWrp ul li img.navel {
	min-width: 100px;
}


#calendar table{
	width:100%;
}

#instagramWrp .txt30 {
	font-size: 18px;
	letter-spacing: 0px;
}
#instagramWrp .txt12 {
	line-height: 20px;
}
.inner1150 {
	width: 90%;
	padding-bottom: 10%;
}
.inner1150 #instagram .insta {
	width: 50%;
	padding-top: 50%;
}

#instagram .image{
	width: 50%;
	padding-top: 50%;
}
}

/**
 *  20190625  追加css
******************************************************/
.slide .slick-dots {
	z-index: 0;
}

/* *********************
 *
 *     パンくずリスト
 *
 ***********************/
.breadcrumb {position: relative;z-index: 1; width: 95%; margin: 0 auto 10px;}
.breadcrumb ol.flexbox.inner1150 {width: 100%;text-align: left; padding: 5px;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.breadcrumb ol li {display: inline-block;vertical-align: middle;font-size: 1em;}
.breadcrumb ol li::before {content: "\03e";display: inline-block;margin: 0 5px;}
.breadcrumb ol li:first-child::before {display: none;}
.breadcrumb ol li a {display: inline-block;text-decoration: underline;}
.breadcrumb ol li a span {}


/* *********************
 *
 *     スマホ用予約ボタン
 *
 ***********************/
.sp_button_reserve {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	padding: 2px;
	border-radius: 50%;
	z-index: 100;
	-webkit-transition: all .3s ease;
					transition: all .3s ease;
}
.sp_button_reserve ul {
	width: 55px;
	height: 55px;
	position: relative;
	background: radial-gradient(#313131,#131313);
	border-radius: 50%;
}
.sp_button_reserve ul li {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
}
.sp_button_reserve ul li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0;
	color: #fff;
}
@media screen and (max-width: 480px) {
.sp_button_reserve {
	display: block;
}
}