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

/* *********************
 *
 *     CSS import 
 *
 
@import url("drawer.css");
@import url("reset.css");
@import url("../../webfonts/Didot/stylesheet.css");
@import url("../../webfonts/Futura/stylesheet.css");
@import url("../../webfonts/Hannari/stylesheet.css");
@import url("../../webfonts/AdobeCaslon/stylesheet.css");
@import url("../../webfonts/Haettenschweiler/stylesheet.css");
@import url("../../webfonts/AdobeCaslon/stylesheet.css");
***********************/


/* *********************
 *
 *     CSS Document 
 *
 ***********************/
body {
	font-size: 14px;
	line-height: normal;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #2c2c2c;
	letter-spacing: 1px;
	text-align: center;
	overflow-x: hidden;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section {
	padding-top:3%;
	padding-bottom: 3%;
}
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-y: hidden;
}
.inner1280 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1280px;
}

.inner1150 {
	width: 90%;
	height: auto;
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.inner1000 {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



/* *********************
 *
 *     font
 *
 ***********************/
.futura {
	font-family: "Futura", sans-serif;
	-ms-font-feature-settings: "normal";
	font-style: italic;
}
.hannari {
	font-family: "Hannari", serif;
	-ms-font-feature-settings: "normal";
}
.haettenschweiler {
	font-family: "Haettenschweiler", sans-serif;
	-ms-font-feature-settings: "normal";
}
.adobeCaslon{
	font-family: "AdobeCaslon", serif;
	-ms-font-feature-settings: "normal";
}
.didot{
	font-family: "Didot", serif;
	-ms-font-feature-settings: "normal";
}
.tit_content {
    text-align: center;
    color: #221815;
    font-size: 40px;
    letter-spacing: 0px;
    margin-right: auto;
    margin-left: auto;
    line-height: normal;
}


section .tit_content {
	margin-bottom: 5%;
	position: relative;
	display: inline-block;
}
.txt30 {
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}
.txt24 {
	font-size: 24px;
}
.txt20 {
	font-size: 20px;
}
.txt18 {
	font-size: 18px;
}
.txt16 {
	font-size: 16px;
	letter-spacing: 2px;
}
.txt15 {
	font-size: 15px;
	letter-spacing: 1px;
}
.txt12 {
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
}
.btn_a {
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 90%;
	background-color: #ececec;
	margin-left: auto;
	margin-right: auto;
}
.btn_b {
	display: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../img/icon/arrow/right.svg);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: 15px center;
	font-size: 14px;
	line-height: normal;
	position: absolute;
	left: 100%;
	top: 45%;
}
.btn_c {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	background-color: #ececec;
	border: 1px solid #ececec;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
}
.btn_c::after {
	content: "";
	display: block;
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	-webkit-transition: all .2s ease;
			transition: all .2s ease;
}
.btn_c:hover {
	background-color: #FFFFFF;
}
.btn_c:hover::after {
	bottom: 0px;
	right: 0px;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.btn_d {
	display: inline-block;
	margin-right: auto;

	margin-left: auto;
	padding: 5px 20px;
	background-color: #ddd;
	margin-top: 20px;
}
.btn_a.web_r::before,
.btn_a.tel_r::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 20px;
	vertical-align:sub;
	background-position: center;
	background-repeat: no-repeat;
}
.btn_a.web_r::before{
	background-image: url(../img/icon/other/web.svg);
}
.btn_a.tel_r::before{
	background-image: url(../img/icon/other/call.svg);
}

/* *********************
 *
 *     flexbox
 *
 ***********************/
.flexbox {
	width:100%;
	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: 32%;
	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;
}

.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: 20%;
	left: 25%;
	/*-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);*/
	z-index: 1;
}
.hideAnchor {
	display: block;
	height: 0px;
    /height:1px;
	overflow: hidden;
	cursor: default;
	pointer-events: none;
	outline: none;
	font-size: 0px;
	text-indent: -9999px;
	padding-top: 100px;
	margin-top: -100px;
}

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



/* *********************
 *
 * CSS 蜈ｱ騾喇eader footer
 *
 ***********************/
header {
	position: relative;
}
main {
	background-color: #fff;
	position: relative;
}
footer {
	background-color: #fff;
	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}

.fixed_logo {
	position: fixed;
	top: 40px;
	left: 40px;
	max-width: 200px;
	width: 40%;
	z-index: 10;
}
.fixed_logo img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.fixed_logo img.sp_none {
}
.fixed_sns {
	position: fixed;
	top: 40px;
	right: 120px;
	z-index: 10;
}
.fixed_sns .sns-txt {
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
}
.fixed_sns .flexbox {
	width: 100px;
}
.fixed_sns .flexbox li {
}
img.fb {
	-webkit-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
}
#h_nav_wrapper {
	position: relative;
	width: 90%;
	left: 5%;
	top: 0px;
	display: block;
}
#h_nav_wrapper.category.fixed {
	position: fixed;
	z-index: 10;
	/*width: 90%;*/
}
#h_nav.flexbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 45px;*/
	padding-top: 15px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#h_nav #h_logo {
	width: 22%;
	max-width: 244px;
	min-width: 150px;
	margin-right: 8%;
}
#h_nav #h_logo img {
	width: 80%;
	height: auto;
}
#h_nav .flexbox.futura {
	font-style: normal;
	width: 62%;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#h_nav .flexbox.futura li {
}
#h_nav .flexbox.futura li a {
	color: #838383;
	display: block;
	padding: 12px;
}
.f_logo {
	margin-bottom: 2%;
}
.f_logo img {
}
.f_copy {
	font-size: 10px;
	letter-spacing: 2px;
}


/* *********************
 *
 *     css 蜈ｱ騾�
 *
 ***********************/
/*#topWrp {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 10%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}*/
#contentsWrp {
}
#contentsWrp .flexbox {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#contentsWrp .flexbox li {
	width: 23%;
	margin-bottom: 20px;
	text-align: center;
	line-height: normal;
}
#contentsWrp .flexbox li p   {
	margin-bottom: 10px;
}
#contentsWrp .flexbox li p:last-child {
}
/*#salonWrp {
	padding-bottom: 0px;
}

#salonWrp ul.flexbox  {
	-webkit-align-items: flex-start;
			align-items: flex-start;
	padding-bottom: 0px;
}

#salonWrp .flexbox li {
	width: 19%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#salonWrp .flexbox li p {
	margin-bottom: 15px;
}
#salonWrp .flexbox li .shop_logo {
	width: 60%;
}
#salonWrp .flexbox li .shop_tel {
	letter-spacing: 0px;
}
*/
#salonWrp .shop_logo{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 50px;
}
#salonWrp .shop_logo.ch{
	max-width: 200px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#salonWrp .shop_logo.co img{
	max-width: 150px;
}
#salonWrp .shop_logo.uka img{
	max-width: 180px;
}
#salonWrp .btn_a{
	margin-bottom: 10px;
}
#salonWrp ul.flexbox  {
	-webkit-align-items: flex-start;
			align-items: flex-start;
	padding-bottom: 0px;
}
/*#salonWrp .flexbox li .shop_logo.ch{
	max-width: 132px;
	margin-left: auto;
	margin-right: auto;
}
#salonWrp .flexbox li .shop_logo.co {
	max-width: 114px;
	margin-left: auto;
	margin-right: auto;
}
#salonWrp .flexbox li .shop_logo.fl {
	max-width: 106px;
	margin-left: auto;
	margin-right: auto;
}*/
#salonWrp .flexbox li{
	width: 28%;
	margin-bottom: 50px;
	margin-right: 8%
}
#salonWrp .flexbox.type-2 li{
	margin-bottom: 0px;
}
#salonWrp .flexbox li:last-child,
#salonWrp .flexbox li:nth-child(3){
	margin-right: 0;
}
#salonWrp .flexbox li .salontmb{
	display: block;
	max-width: 250px;
	width: 80%;
	padding-top: 80%;
	margin: auto auto 20px;
	background: #ccc;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	transition: .3s;
}
#salonWrp .flexbox.type-2 li .salontmb{
	background-size: cover;
}
#salonWrp .flexbox li:nth-child(1) .salontmb{
	background-image: url(../../img/salon/salon_01_01.jpg),url(../../img/salon/salon_01_05.jpg);
}
#salonWrp .flexbox li:nth-child(1) .salontmb:hover{
	background-image: url(../../img/salon/salon_01_05.jpg);
}
#salonWrp .flexbox li:nth-child(2) .salontmb{
	background-image: url(../../img/salon/salon_02_04.jpg),url(../../img/salon/salon_02_03.jpg);
	background-position: 0 0;
}
#salonWrp .flexbox li:nth-child(2) .salontmb:hover{
	background-image: url(../../img/salon/salon_02_03.jpg);
}
#salonWrp .flexbox li:nth-child(3) .salontmb{
	background-image: url(../../img/salon/salon_03_01_tmb.jpg),url(../../img/salon/salon_03_05_tmb.jpg);
	background-position: right 0;
}
#salonWrp .flexbox li:nth-child(3) .salontmb:hover{
	background-image: url(../../img/salon/salon_03_05_tmb.jpg);
}
#salonWrp .flexbox.type-2 li:nth-child(1) .salontmb{
	background-image: url(../../img/salon/salon_04_01_tmb.jpg),url(../../img/salon/salon_04_04_tmb.jpg);
}
#salonWrp .flexbox.type-2 li:nth-child(1) .salontmb:hover{
	background-image: url(../../img/salon/salon_04_04_tmb.jpg);
}
#salonWrp .flexbox.type-2 li:nth-child(2) .salontmb{
	background-image: url(../../img/salon/salon_05_01.jpg),url(../../img/salon/salon_05_02.jpg);
}
#salonWrp .flexbox.type-2 li:nth-child(2) .salontmb:hover{
	background-image: url(../../img/salon/salon_05_02.jpg);
}
#salonWrp .shop_name{
	margin-top: 10px;
	margin-bottom: 10px;
}
#salonWrp .flexbox li .shop_tel {
}
#salonWrp .shop_dtl.sp_none .shop_adress.txt12 {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#salonWrp ul li{
	position: relative;
}
#styleWrp {
}
.txt_box  {
	margin-bottom: 30px;
}
.anchorNav  {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	/*margin-bottom: 30px;*/
	text-align: center;
}
.anchorNav li {
	font-size: 18px;
	position: relative;
	display: inline-block;
	width: 150px;
	margin-bottom: 10px;
}
.anchorNav li::after {
	content: "";
	display: block;
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background-color: #222222;
	transform: rotate(15deg);
}
.anchorNav li:last-child::after{
	content: none;
}
.imgBox ul {
	max-width: 1000px;
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
}
.imgBox ul li {
	/*float: left;*/
	width: 20%;
}
.imgBox ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#staffList {
	padding-bottom: 0px;
}
#staffList .flexbox.anchorNav {
	-webkit-justify-content: center;
			justify-content: center;
}
#staffWrp {
}
#staffWrp .area {
	margin-bottom: 10%;
	letter-spacing: 3px;
}
#staffWrp .flexbox  {
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
#staffWrp .flexbox li  {
	width: 22%;
	margin-bottom: 60px;
}
#staffWrp .flexbox li .staff_img {
	position: relative;
	margin-bottom: 15px;
}
#staffWrp .flexbox li .staff_img .txt15 {
	margin-bottom: 10px;
}
#staffWrp .flexbox li .staff_img .staff_pic {
	/*border-radius: 50%;*/
	overflow: hidden;
	margin-bottom: 10px;
}
#staffWrp .flexbox li .staff_img .staff_pic.list{
	position: relative;
	padding-top: 140%;
}
.staff_pic.list img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#staffWrp .flexbox li .staff_prof  {
	background-color: hsla(0,0%,100%,0.50);
	margin-bottom: 15px;
}
#staffWrp .flexbox li .staff_reserve {
	margin-bottom: 15px;
}
.staff_sns {
}
.staff_sns span {
	display: inline-block;
}
.staff_sns span a {
	display: inline-block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.staff_sns span img {
	width: 22px;
	height: 22px;
}


.paginator li{
	display: inline-block;
}
.paginator li a {
	display: inline-block;
	padding: 5px;
	font-family: "AdobeCaslon";
	font-size: 16px;
}
.paginator li span.now {
	display: inline-block;
	padding: 5px;
	font-family: "AdobeCaslon";
	font-weight: bold;
	font-size: 20px;
}


@media screen and (max-width:768px){
.tit_content {
	font-size: 35px;
}
.txt24 {
	font-size: 20px;
}
.txt16 {
	font-size: 15px;
}
.btn_b {
	display: inline-block;
	top: 35%;
}
#h_nav #h_logo img {
	width: 100%;
}
#h_nav .flexbox {
}
#h_nav .flexbox.futura {
	display: none;
}
#topWrp {
}
#contentsWrp .flexbox li {
	width: 48%;
}
#contentsWrp .flexbox li p {
}
#salonWrp .flexbox li {
	width: 30%;
	margin-bottom: 40px;
}
.anchorNav li  {
	width: 33%;
	margin-bottom: 10px;
}
.imgBox ul{
	width: 100%;
}
/*#styleWrp .imgBox ul {
	width: 92%;
	padding-left: 2%;
}
#styleWrp .imgBox ul li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px;
}*/
#staffList .flexbox.anchorNav {
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
}
#staffWrp .flexbox li {
	width: 29%;
}
#staffWrp .flexbox li .staff_img {
}
#staffWrp .flexbox li .staff_img .txt15 {
	position: static;
	top: auto;
	left: auto;
}
#salonWrp .flexbox li{
	margin-right: 0;
}
.anchorNav li:nth-child(3n)::after{
	content: none;
}
}




@media screen and (max-width:480px){
section {
	padding-top: 2%;
	padding-bottom: 3%;
}
.centering {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 1;
}
/* *********************
 *
 *     font
 *
 ***********************/
.tit_content {
	font-size: 24px;
	line-height: 100px;
}
.txt30 {
	font-size: 20px;
	line-height: 40px;
}
.txt20 {
	font-size: 16px;
}
.txt16 {
	font-size: 14px;
}
.txt15 {
	font-size: 12px;
	letter-spacing: 0px;
}
.txt16{
	font-size: 13px;
	letter-spacing: 0px;
}
.txt12 {
	font-size: 11px;
	line-height: normal;
}
.btn_a {
}
.btn_b {
	font-size: 12px;
	background-size: 5px auto;
	top: 44%;
}

/* *********************
 *
 *     responsive
 *
 ***********************/
.pc_none {
	display: block !important;
}
.sp_none {
	display: none !important;
}

/* *********************
 *
 * CSS 蜈ｱ騾喇eader footer
 *
 ***********************/
header {
}
main {
}
footer {
}
/**********header bg**********/
#h_nav_wrapper{
	width: 100%;
	left: 0;
	background-color: #fff;
	height: 70px;
}
#h_nav.flexbox {
	width: 90%;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#h_nav #h_logo{
	margin-right: 0;
}
#h_nav_wrapper.top #h_logo{
	/*padding-top: 15px;*/
}
/**********header bg end**********/
.fixed_logo {
	top: 10px;
	left: 10px;
}
.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: 10%;
}
.f_logo img {
}
.f_copy {
	margin-bottom: 10%;
}
#topWrp {

}
#contentsWrp .flexbox li {
	margin-bottom: 10px;
	text-align: center;
	line-height: normal;
}
#contentsWrp .flexbox li p {
	margin-bottom: 10px;
}
#contentsWrp .flexbox li p:last-child  {
	display: block;
	margin-bottom: 0px;
}
/*#salonWrp .flexbox li {
	width: 48%;
	margin-bottom: 30px;
}
#salonWrp .flexbox li .shop_logo {
	margin-bottom: 10px;
}
#salonWrp .flexbox li p {
	margin-bottom: 10px;
}*/
#salonWrp .shop_logo{
	width: 70%;
	margin-bottom: 20px;
	height: 30px;
}
#salonWrp .shop_logo.ch{
	width: 40%;
}
#salonWrp .shop_logo.uka{
	width: 80%;
}
#salonWrp .flexbox.flexcentering{
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#salonWrp .flexbox li{
	/*width: 48%;*/
	margin-bottom: 20px;
	margin-right: 0;
}
#salonWrp .flexbox.type-2 li{
	margin-bottom: 0px;
}
#salonWrp .flexbox li:nth-child(3){
	margin-right: 0;
}
#salonWrp .flexbox li:nth-child(2n){
	margin-right: 0;
	}
.btn_a.web_r::before,
.btn_a.tel_r::before{
	content: "";
	display: block;
	margin: auto;
}
/*#styleWrp .imgBox ul {
}
#styleWrp .imgBox ul li {
	margin-bottom: 7px;
}*/
#staffWrp .flexbox li {
	width: 45%;
}
.anchorNav{
	margin-bottom: 0;
	}
.anchorNav li{
	font-size: 15px;
}
}
@media screen and (max-width:320px){
.txt16{
	font-size: 12px;
	letter-spacing: -0.5px;
}
.txt15 {
	font-size: 11px;
	letter-spacing: -0.5px;
}
}