@charset "UTF-8";
/* CSS Document */
.ti{
	font-family:  'arno-pro-caption', serif;
	font-weight: 100;
	font-style: normal;
	font-size: 38px;
	line-height: 1em;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
	letter-spacing: .2em;
}
.ti:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 15px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}

/*メインビジュアル*/
.sec-mv .slider {
    max-width: 1170px;
    margin: 0 auto 130px;
}
.sec-mv .slider img{
	width: 100%;
	position: relative;
}
.sec-mv .slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 286px;
    height: 260px;
    background: url(../img/top/logo_slider01.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
.sec-mv .slider:after {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 198px;
    height: 44px;
    background: url(../img/top/logo_slider02.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
.sec-mv .slider .slick-dots{
	bottom: -30px;
}
.sec-mv .slider .slick-dots li {
    width: 30px;
    height: 2px;
    margin: 0;
}
.sec-mv .slider .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    background: #BFBFBF;
}
.sec-mv .slider .slick-dots .slick-active button {
    background: #444444;
}
.sec-mv .slider .slick-dots li button:before{
    display: none;
}

/*ニュース*/
#info{
    background: url(../img/top/img_info.jpg) center center / contain no-repeat;
    margin: 0 auto; 
}
#info .attention{
	text-align: center; 
	padding: 60px 40px;
}
#info .attention .sub_caption{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
#info .attention .caption{
	font-size: 26px;
	font-weight: bold;
	color: #D90000;
	position: relative;
  	display: inline-block;
  	line-height: 0;
}
#info .attention .caption:before {
	content: '';
	position: absolute;
	bottom: -35px;
	display: inline-block;
	width: 15px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
#info .attention .text{
	margin-top: 40px;
}

/*オンラインショップ*/
.online_box {
    text-align: center;
    margin: 115px auto 0;
    border: 2px solid #D7B05E;
    padding-top: 20px;
    padding-bottom: 20px;
}
.online_box .midashi {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #D7B05E;
}

/*ボタンエリア*/
.btn_area {
	margin: 115px 0;
}
.btn_area a.btn01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 428px;
	height: 80px;
	position: relative;
	background: #fff;
	border: 1px solid #AD2F5B;
	border-radius: 50px;
	box-sizing: border-box;
	padding-left: 80px;
	color: #AD2F5B;
	font-size: 15px;
	line-height: 1;
	letter-spacing: .1em;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.btn_area a.btn01:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #AD2F5B;
	border-right: 2px solid #AD2F5B;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
}
.btn_area a.btn01:after{
	content: "";
    background: url(../img/common/ic_hpb_pink.png) no-repeat left top;
    background-size: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 80px;
    top: 20px;
}
.btn_area a.btn01:hover {
	background: #AD2F5B;
	color: #fff;
}
.btn_area a.btn01:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.btn_area a.btn01:hover:after{
    background: url(../img/common/ic_hpb_white.png) no-repeat left top;
    background-size: 35px;
    width: 35px;
    height: 35px;
}
.btn_area a.btn02{
	margin:0 auto;
	display:block;
	width:557px;
	margin-top: 40px;
}

/*コンセプト*/
#concept {
	margin-bottom: 260px;
}
#concept .concept-top{
	position: relative;
	z-index: 9;
}
#concept .img-box {
    margin-bottom: 145px;
}
#concept .img_box .photo{
	width: 50%;
}
#concept .text_box {
    width: 50%;
    float: right;
   	padding-left: 70px;
   	margin: 65px 0 120px 0;
}
#concept p.lead{
	font-size: 26px;
	line-height: 2em;
}
#concept p.text {
	margin-right: 150px;
	line-height: 2.2em;
	margin-top: 30px;
}
#concept .note {
	margin-top: 50px;
	max-width: 215px;
}
#concept .published{
	clear: right;
}
#concept .published{
	text-align: center; 
	margin-top: 145px;
	position: relative;
}
#concept .published:after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F6F8;
}
#concept .published:before{
    z-index: -2;
    content: "";
    display: block;
    position: absolute;
    top: -25%;
    right: -10%;
    width: 530px;
    height: 100%;
    background: url(../img/top/logo_back.png) no-repeat;
    background-size: contain;
}
#concept .published .sub_caption{
	font-family:  'arno-pro-caption', serif;
	font-weight: 100;
	font-style: normal;
	color: #CECECE;
	margin-bottom: 20px;
}
#concept .published .caption{
	font-size: 26px;
	color: #3E3A39;
  	display: inline-block;
  	line-height: 0;
  	letter-spacing: .2em;
}
#concept .published .text{
  	margin-right: 0;
}
#concept .magazine{
	text-align: left;
	margin: 0 auto;
	width: 67%;
	padding-bottom: 90px;
}
#concept .magazine .name{
	margin-top: 50px;
}
#concept .magazine img{
	max-height: 345px;
}
#concept .magazine img.magazine01_1,
#concept .magazine img.magazine02_1{
	margin-right: 25px;
}

/*コンテンツ*/
#contents{
	margin-bottom: 150px;
	position: relative;
}
#contents img{
	width: 100%;
}
#contents .recruit_btn{
	position: absolute;
	bottom: 180px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
#contents .recruit_btn a.btn03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 428px;
	height: 80px;
	position: relative;
	background: #758791;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
    padding-left: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 100;
	font-family:  'arno-pro-caption', serif;
	font-style: normal;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin: 0 auto;
	letter-spacing: .2em;
}
#contents .recruit_btn a.btn03:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
}
#contents .recruit_btn a.btn03:hover {
	background: #fff;
	color: #758791;
	border: 1px solid #758791;
}
#contents .recruit_btn a.btn03:hover:before {
	border-top: 2px solid #758791;
	border-right: 2px solid #758791;
}
#contents.foot{
	margin-bottom: 0;
}
 
/*スタッフ*/
#staff .sub_ti{
	font-family:  'arno-pro-caption', serif;
	font-weight: 100;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
#staff .sub_ti:nth-child(n + 2){
	margin-top: 90px;
}
#staff .lank{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 1em;
	margin-top: 20px;
	text-align: center;
}
#staff .name{
	font-size: 17px;
	line-height: 1em;
	margin-top: 15px;
	text-align: center;
}
#staff .ruby{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #C4C3C3;
	margin-top: 15px;
	text-align: center;
}

/*写真*/
#photo {
	padding: 50px 25px 0 25px;
	margin: 0 auto 200px;
}
#photo .photo_box{
	position: relative;
	max-width: 1400px;
	min-height: 1060px;
	margin: 0 auto;
}
#photo .photo01{
	max-width: 70%;
    position: absolute;
    top: -4%;
    left: 2%;
}
#photo .photo02 {
    max-width: 50%;
    position: absolute;
    top: 30%;
    right: 2%;
}
#photo .photo03{
	max-width: 40%;
    position: absolute;
    bottom: 5%;
    left: 5%;
}
#photo .photo04{
	max-width: 50%;
	max-width: 515px;
    position: absolute;
    bottom: 5%;
    right: 13%;
}


/*メニュー*/
#menu {
    background-color: #F6F6F8; 
    background-size: cover;
    margin: 0 auto;
    padding: 130px 0;
}
#menu .sub_ti{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-bottom:  70px;
	font-size: 12px;
}
#menu .tabs {
  margin-top: 50px;
  margin: 0 auto;
  text-align: center;
}
#menu .tabs .label_box{
	margin: 0 auto;
}
#menu .tabs label{
	font-family:  'arno-pro-caption', serif;
	font-weight: 100;
    font-style: normal;
	font-size: 16px;
	color: #8C8B8B;
}
#menu .tab_item {
  margin-right: 30px;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: .1em;
}
#menu .tab_item:hover {
  opacity: 0.75;
}
#menu input[name="tab_item"] {
  display: none;
}
#menu .tab_content {
  display: none;
  padding-top: 70px;
  clear: both;
  overflow: hidden;
}
#cut:checked ~ #cut_content,
#color:checked ~ #color_content,
#perm:checked ~ #perm_content,
#straight:checked ~ #straight_content,
#treatment:checked ~ #treatment_content,
#spa:checked ~ #spa_content,
#set:checked ~ #set_content,
#kimono:checked ~ #kimono_content {
  display: block;
}
#menu .tabs input:checked + .tab_item {
	border-bottom:2px solid #000;
	text-decoration: none;
	color:#3E3A39;
}
#menu dl {
    overflow: hidden;
    padding: 30px 0px 15px;
    margin: 0;
    border-bottom: 1px solid #636363;
    color: #3E3A39;
    letter-spacing: .1em;
}
#menu dt {
    float: left;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    padding-left: 15px;
}
#menu dt span{
	font-size: 12px;
	color: #8C8B8B;
	margin-left: 40px;
}
#menu dt:before {
  content: "";
    position: absolute;
    top: .7em;
    left: .3em;
    width: 3px;
    height: 3px;
    background-color: #3E3A39;
    border-radius: 50%;
}
#menu dd {
    float: right;
    font-size: 15px;
    text-align: right;
}

/*サロン紹介*/
#salon {
	padding: 10px 0 60px;
	position: relative;
}
#salon:after{
	z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #E1E1E1;
    opacity: .3;
}
#salon:before{
	z-index: -1;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 740px;
    height: 175px;
    background: url(../img/top/bg_salon.png) no-repeat;
    background-size: contain;
}
#salon img.shop{
	width: 100%;
}
#salon img.logo{
	width: 145px;
	margin: 100px auto 60px;
	display: block;
}
#salon .name{
	font-size: 14px;
	margin-bottom: 10px;
}
#salon .tel{
	font-size: 25px;
	font-weight: 100;
	font-family:  'arno-pro-caption', serif;
	font-style: normal;
	color: #000;
	margin-bottom: 10px;
}
#salon .tel strong{
	font-size: 41px;
	font-weight: 100;
	font-family:  'arno-pro-caption', serif;
	font-style: normal;
}
#salon .tel a{ 
	color: #000;
}
#salon .tel span{
	font-size: 14px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 10px;
}
#salon .address{
	font-size: 16px;
	line-height: 1em;
}
#salon dl{
	margin-top: 20px;
}
#salon dt{
	font-size: 16px;
	margin-bottom: 10px;
}
#salon dd{
	font-size: 14px;
}
#salon .access{
	margin: 20px 0 30px;
}
#salon img.sns{
	width:35px;
	margin-right: 10px;
}
#salon .map_link{
	font-size: 15px;
	margin-top: 10px;
	text-decoration: underline;
}
#salon .map_link img{
	width: 15px;
	margin:  0 0 5px 10px;
}
#salon iframe{
	 width:100%;
	 height:315px;
}

/*インスタグラム*/
#instagram {
	margin-bottom: 150px;
}
#instagram ul.insta{
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
  }
  #instagram ul.insta li{
	float:left;
	width:15.5%;
	margin: 0 1.4% 0 0;
	height:auto;
	overflow:hidden;
	position:relative;
	transition:0.4s all;
	background: #F0F0EF;
  }
  #instagram ul.insta li:last-child{
	margin-right: 0;
  }
  #instagramul.insta li img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  }
#instagram a.btn04 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 428px;
	height: 80px;
	position: relative;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50px;
	box-sizing: border-box;
	padding-left: 40px;
	color: #000;
	font-size: 15px;
	line-height: 1;
	letter-spacing: .1em;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin: 0 auto;
}
#instagram a.btn04:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
}
#instagram a.btn04:after{
	content: "";
    background: url(../img/common/ic_insta.png) no-repeat left top;
    background-size: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 100px;
    top: 20px;
}
#instagram a.btn04:hover {
	background: #000;
	color: #fff;
}
#instagram a.btn04:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}



@media only screen and (max-width: 991px) and (min-width: 768px) {
.sec-mv .slider:before {
    width: 226px;
    height: 200px;
}
.sec-mv .slider:after {
    top: 75%;
}
#contents .recruit_btn {
    bottom: 80px;
}

}

@media only screen and (max-width: 767px) {
.ti{
	font-size: 27px;
	margin-bottom: 65px;
}
.ti:before {
	bottom: -30px;
}

/*メインビジュアル*/
.sec-mv .slider {
    margin: 0 auto 90px;
}
.sec-mv .slider img{
	height: 520px;
	object-fit: cover; 
}
.sec-mv .slider:before {
    top: 40%;
    width: 189px;
    height: 171px;
}
.sec-mv .slider:after {
    top: 68%;
    width: 166px;
    height: 38px;
}

/*ニュース*/
#info{
    background: url(../img/top/img_info.jpg) center center / cover no-repeat;
    margin: 20px auto 0; 
}
#info .attention .sub_caption{
	margin-bottom: 5px;
}
#info .attention .caption{
	font-size: 22px;
	line-height: 1.6em;
}

/*オンラインショップ*/
.online_box {
    margin: 60px auto 0;
}


/*ボタンエリア*/
.btn_area{
	margin: 60px 0 80px;
}
.btn_area a.btn01{
	width: 100%;
	padding-left: 70px;
}
.btn_area a.btn01:after{
    left: 43px;
}
.btn_area a.btn02{
	width:100%;
	margin-top: 20px;
}

/*コンセプト*/
#concept {
	margin-bottom: 130px;
}
#concept .img-box {
    margin-bottom: 75px;
}
#concept .img_box .photo{
	width: 100%;
}
#concept .text_box {
    width: 100%;
   	padding: 0 15px 0 15px;
    margin: 35px 0 70px 0;
}
#concept p.lead{
	font-size: 20px;
	line-height: 1.8em;
}
#concept p.text {
	margin-right: 0;
	line-height: 2em;
	margin-top: 10px;
}
#concept .note {
	margin-top: 30px;
}

#concept .published{
	margin-top: 145px;
	position: relative;
}
#concept .published:after {
    top: 50px;
    right: 5%;
    width: 90%;
    height: 100%;
    background-color: #F6F6F8;
}
#concept .published:before{
    top: -5%;
    right: 0;
    width: 205px;
}
#concept .published .sub_caption{
	margin-bottom: 5px;
}
#concept .published .caption{
	font-size: 23px;
	line-height: 1.6em;
}
#concept .published .text{
  	margin-right: 0;
}
#concept .magazine{
	width: 80%;
	padding-bottom: 20px;
}
#concept .magazine img{
	max-height: 345px;
}
#concept .magazine img.magazine01_1,
#concept .magazine img.magazine02_1{
	margin-right: 0;
	margin-bottom: 10px;
}

/*コンテンツ*/
#contents{
	margin-bottom: 70px;
}
#contents img{
	padding-right: 15px;
	padding-left: 15px; 
}
#contents .recruit_btn{
	margin: 60px 0 80px;
	bottom: -40px;
}
#contents .recruit_btn a.btn03{
	width: 180px;
    font-size: 12px;
    height: 45px;
}
#contents.foot img{
	padding-right: 0;
	padding-left: 0; 
}

/*スタッフ*/
#staff .sub_ti{
	margin-bottom: 20px;
}
#staff .sub_ti:nth-child(n + 2){
	margin-top: 15px;
}
#staff .lank{
	margin-top: 15px;
}
#staff .name{
	margin-top: 15px;
}
#staff .ruby{
	margin-top: 10px;
	margin-bottom: 40px;
}

/*写真*/
#photo {
	padding: 0 15px 0 15px;
	margin: 0 auto 80px;
}
#photo .photo_box{
	position: relative;
	min-height: 880px;
	margin: 0 auto;
	margin-bottom: 5px;
}
#photo .photo01{
	max-width: 100%;
    top: 0;
    left: 0;
    position:static;
    margin-bottom: 5px;
}
#photo .photo02 {
    max-width: 100%;
    top: 0;
    right: 0;
    position:static;
    margin-bottom: 5px;
}
#photo .photo03{
	max-width: 100%;
    bottom: 0;
    left: 0;
    position:static;
    margin-bottom: 20px;
}
#photo .photo04{
	max-width: 100%;
    bottom: 0;
    right: 0;
    position:static;
}

/*メニュー*/
#menu {
    padding: 70px 0;
}
#menu .sub_ti{
	margin-bottom:  40px;
}
#menu .tab_item.left {
    width: 48%;
    border-bottom: 1px solid #8C8B8B;
    margin-top: 25px;
    margin-right: 1%;
    box-sizing: border-box;
}
#menu .tab_item.right {
    width: 48%;
    border-bottom: 1px solid #8C8B8B;
    margin-top: 25px;
    margin-left: 1%;
    margin-right: 0;
    box-sizing: border-box;
}
#menu .tab_content {
    padding-top: 40px;
}
#menu .tabs input:checked + .tab_item {
	border-bottom:2px solid #3E3A39;
	text-decoration: none;
	color:#3E3A39;
}

/*サロン紹介*/
#salon {
	padding: 0 0 30px;
}
#salon:after{
    top: -30px;
    right: 0;
    width: 20%;
}
#salon:before{
    bottom: 28%;
    left: -10px;
    width: 300px;
    height: 71px;
}
#salon img.logo{
	width: 125px;
	margin: 50px auto 45px;
}
#salon .tel{
	line-height: 1.3em;
}
#salon .tel span{
	margin-left: 0;
}
#salon .address{
	font-size: 16px;
	line-height: 1.8em;
}
#salon img.sns {
    margin:  0 10px 50px;
}
#salon .map_link{
	font-size: 14;
}
#salon iframe{
	 height:215px;
}

/*インスタグラム*/
#instagram {
	margin-bottom: 55px;
}
#instagram ul.insta li{
  width:49%;
  margin: 0 2% 2% 0;
}
#instagram ul.insta li:nth-child(2n){
	margin-right: 0;
}
#instagram a.btn04{
	width: 100%;
	padding-left: 65px;
}
#instagram a.btn04:after{
    left: 65px;
}

}