@charset "utf-8";

body {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 12px;
    font-weight: 500;
    overflow-x: hidden;
    position: relative;
    color: #333333;
    letter-spacing: .05em;
} 	

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.main {
    max-width: 1720px;
    width: 96%;
    margin: auto;
    position: relative;
}

.telWrap {
    color: inherit;
}

.hidden {
    overflow: hidden;
}

.scrollY {
    overflow-Y: scroll;
}

a, button {
    transition: .3s;
}

p > a {
    color: inherit;
    text-decoration: underline;
}

p > a:hover {
    color: inherit;
}

/*-- トップ --------------------------------------------------------------*/
.topServNum {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.topInstaBtn01:hover > .top04InstaIcon {
    background-image: url(https://beautysalon-m-style.com/system_panel/uploads/images/instagram_icon02_on.svg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*-- 共通 --------------------------------------------------------------*/
.indent01 {
	padding-left:1em;
	text-indent:-1em;
}

/*-- フォント --*/
.font01 {
	font-family: 'Quicksand', sans-serif;
}

/*-- マスク --*/
.mask01 {
	position: relative;
}

.mask01:before {
	content: "";
	display: block;
	width: 100%;
	margin: auto;
	height: 100%;
	background: rgb(0 0 0 / 10%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.mask02 {
	position: relative;
}

.mask02:before {
	content: "";
	display: block;
	width: 100%;
	margin: auto;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.linkMask01:before {
    content: "";
    display: block;
    width: 100%;
    margin: auto;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.linkMask01:after {
    content: "";
    display: block;
    margin: auto;
    border: solid #fff 1px;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    transition: .5s;
}

.linkMask01:hover:after {
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*-- 画像制御 --*/
.imgFit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.imgControl {
    position: relative;
    padding: 0 0 100%;
}

.imgControl > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*-- 文字色 --*/
.txtColor01 {
	color: #D2CFC9;
}

.txtColor02 {
	color: #E7E5E2;
}

/*-- 背景色 --*/
.bgColor01 {
    background-color: #F1F1F1;
}

/*-- タイトル --*/
.enTit01 {
    font-family: 'Quicksand', sans-serif;
    font-size: 45px;
    font-weight: lighter;
    letter-spacing: 0;
    line-height: 1.254em;
}

.enTit02 {
    font-family: 'Quicksand', sans-serif;
    font-size: 38px;
    font-weight: lighter;
    letter-spacing: 0;
    line-height: 1.25em;
}

.tit01 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.5em;
}

/*-- タイトル装飾 --*/
.titDeco01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.titDeco01:before {
  content: '';
  display: block;
  width: 30px;
  border: solid 1px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  margin-right: 2%;
}

.titDeco01:after {
  content: '';
  display: block;
  width: 30px;
  border: solid 1px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  margin-left: 2%;
}

.titDeco02 {
    color: #968F82;
    border-bottom: solid 1px #968F82;
    padding: 0 0 5px;
}

/*-- テキスト --*/
.txt01 {
	line-height: 2.14em;
}

/*-- ボタン --*/
.btn01 {
    max-width: 200px;
    width: 100%;
    display: block;
    border: solid 1px #968F82;
    border-radius: 25px;
    text-align: center;
    color: #968F82;
    letter-spacing: .1em;
    line-height: 1.42em;
    padding: 9px .5em;
}

.btn01:hover {
    background: #968F82;
    color: #fff;
}

.btn02 {
    max-width: 200px;
    width: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
    border: solid 1px #534C49;
	background: #534C49;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.42em;
    padding: 9px .5em;
}

.btn02:hover {
    background: #fff;
    color: #534C49;
}

.btn03 {
    max-width: 360px;
    width: 100%;
    display: flex;
    min-height: 60px;
    align-items: center;
    background: #fff;
    padding: 9px 20% 8px 9.44%;
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    color: #333;
}

.btn03:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 15%;
    top: 50%;
}

.btn03:hover {
    background: #968F82;
    color: #fff;
}

.btn03:hover:after {
    border-color: #fff;
}

/*-- 下層カバー -----------------------------------------------------------------*/
.incover {
    max-width: 1920px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 250px;
    position: relative;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.incoverBox {
    width: 96%;
    margin: auto;
    text-align: center;
}

.incoverTit {
    font-size: 48px;
    font-weight: lighter;
    color: #fff;
}


/*-- パンくず -----------------------------------------------------------------*/
.breadWrap {
    padding: 5px 0;
}

.breadBox {
    max-width: 1440px;
    width: 96%;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
}

.breadLink {
    color: #333333;
    text-decoration: underline;
}

.breadLink:hover {
    color: #195022;
}

/*-- レイアウト -----------------------------------------------------------------*/
.wrap01 {
    padding: 60px 0;
}

.wrap02 {
    padding: 60px 0 0;
}

.wrap03 {
    padding: 0 0 60px;
}

.inner {
    max-width: 1440px;
    width: 96%;
    margin: auto;
    min-height: 15px;
}

.mt-10 {
    margin-top: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

/*-- テーブル -----------------------------------------------------------------*/
.baseTb {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-bottom: none;
}

.baseTh {
    padding: 15px;
    border-bottom: solid 1px #eee;
    background-color: #C4BDB4;
    color: #fff;
    line-height: 1.5em;
    font-size: 14px;
}

.baseTd {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    background: #fff;
    color: #333;
    line-height: 1.5em;
}

.baseTd > a {
    display: inline-block;
    color: #2B2939;
    text-decoration: underline;
}

.baseTd > a:hover {
    text-decoration: none;
}

/*-- メニューリンク --*/
.cmnMenuBox {
    margin: 30px auto 0 0;
}

.cmnMenuTit {
    margin: -9px 0 0 0;
  	text-align: center;
}

.cmnMenuCtr {
    margin: 10px auto 0;
}

.cmnMenuRow {
    justify-content: center;
}

.cmnMenuCol {
    margin: 10px 0 0;
	padding: 0 7px;
}

.cmnMenuLink {
    width: 100%;
    display: block;
    position: relative;
}

.cmnMenuTxtBox {
    width: 94%;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

.cmnMenuTxt {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: lighter;
}

/*-- header -----------------------------------------------------------------*/

.navArea {
    z-index: 99;
  	visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.navArea.open {
    visibility: visible;
    opacity: 1;
}

.navLink:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}

.navLink:hover:before {
    width: 100%;
}

.humBtn {
    max-width: 42px;
    width: 100%;
    height: 30px;
    margin: auto;
    position: relative;
}

.humBtn > div {
    width: 100%;
    height: 3px;
    background: #968F82;
    position: absolute;
    right: 0;
    left: 0;
}

.humBtn > div:nth-child(1) {
    top: 0;
}

.humBtn > div:nth-child(2) {
    top: 50%;
}

.humBtn > div:nth-child(3) {
    top: 100%;
}

.humBtn.open div {
	transition: ease .5s;
}

.humBtn.open div:nth-of-type(1) {
	top: 50%;
	transform: rotate(-45deg);
}

.humBtn.open div:nth-of-type(2) {
	opacity: 0;
}

.humBtn.open div:nth-of-type(3) {
	top: 50%;
	transform: rotate(45deg);
}


/*-- スマホ時 --*/
.spNav {
	max-width: 1920px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	box-shadow: 0 -3px 1px 0 rgb(0 0 0 / 5%);
}

.spNavArea {
	width: 100%;
	display: flex;
}

.spNavConte-l {
	width: 38%;
	border-right: 1px solid #534C49;
}

.spNavConte-m {
	width: 24%;
	background: #534C49;
}

.spNavLink {
	padding: 11px 5px 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.spFa {
	font-size: 23px;
	color: #534C49;
}

.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #333;
}

.spNavBtn {
	padding: 12px 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.spNavBtnBarItem {
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 0 15px;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	right: -100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
}

.spMenuConte {
	padding: 50px 0 50px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	padding: 7px 5px;
	text-align: center;
	display: block;
	color: #FFF;
	border-bottom: 1px solid #CCC;
	letter-spacing: .1em;
}

.spMenuLink:hover {
	color: #FFF;
	background: #acacac;
}

/*-- footer -----------------------------------------------------------------*/

.fContBtn01:hover > .fContBtnIcon {
    background-image: url(https://beautysalon-m-style.com/system_panel/uploads/images/f_contact_mail_icon_on.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Reserve .fContWrap {
    display: none;
}

.Sisterstores .fContWrap {
    display: none;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
    font-size: 14px;
}

.main {
    width: 89.58%;
    margin: 0 0 0 10.41%;
}

/*-- header -----------------------------------------------------------------*/
.spNav {
    display: none;
}

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/
.br768None br {
    display: none;
}

/*-- 下層カバー --*/	
.incoverTit {
    font-size: 102px;
}

.breadBox {
    font-size: 14px;
}

/*-- タイトル --*/
.enTit01 {
    font-size: 58px;
}

.enTit02 {
    font-size: 46px;
}

.tit01 {
    font-size: 20px;
}

/*-- ボタン --*/
.btn03 {
    font-size: 25px;
}

/*-- テーブル --*/
.baseTh {
    border-right: solid 1px #eee;
    font-size: 16px;
}

/*-- メニューリンク --*/
.cmnMenuTxt {
    font-size: 48px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- 改行 --*/
.br1024None br {
    display: none;
}

/*-- マスク --*/
.linkMask01:after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}
	
/*-- 下層カバー -----------------------------------------------------------------*/
.incover {
    height: 460px;
}

/*-- パンくず --*/
.breadWrap {
    padding: 10px 0;
}

/*-- レイアウト --*/
.wrap01 {
    padding: 120px 0;
}

.wrap02 {
    padding: 120px 0 0;
}
  
.wrap03 {
    padding: 0 0 120px;
}

/*-- ボタン --*/
.btn03 {
    font-size: 30px;
}
	
/*-- メニューリンク --*/
.cmnMenuBox {
    margin: 60px auto 0 0;
}

.cmnMenuTit {
    margin: -18px 0 0 0;
}


.cmnMenuCtr {
    margin: 20px auto 0;
}

.cmnMenuCol {
    margin: 20px 0 0;
	padding: 0 15px;
}

.cmnMenuTxt {
    font-size: 68px;
}

/*-- 店舗情報 --*/
  
.shopIndicator {
  cursor: pointer;
  transition: .5s;
}

.shopIndicator.active {
    transform: scale(.95);
}

.shopIndicator:hover {
    transform: scale(.95);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- 改行 --*/
.br1200None br {
    display: none;
}

/*-- タイトル --*/
.enTit01 {
    font-size: 102px;
}

.enTit02 {
    font-size: 80px;
}

.tit01 {
    font-size: 24px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1300px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */