@charset "UTF-8";

/*=================================== */
/* ロゴ========= */
/* ================================== */

.headerArea-logoArea {
  max-width: 320px;
}

.headerArea-logoArea.fixed {
  width: calc((100% / 12) * 1.2);
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .headerArea-logoArea {
    width: calc((100% / 12) * 2.5);
  }
  .headerArea-logoArea.fixed {
    width: calc((100% / 12) * 2);
  }
}

.salonArea-inner .salonInfo_wrap li.info .infoItem.salonName p.logo {
  width: 50%;
}

/* 下層ページ(ブログ) ========= */

.headerArea.lower .headerArea-logoArea {
  position: fixed;
  top: 6px;
  width: calc((100% / 12) * 1);
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .headerArea.lower .headerArea-logoArea {
    top: 18px;
    width: calc((100% / 12) * 2.4);
  }
}

/*=================================== */
/* キービジュアル========= */
/* ================================== */

.topKV {
  overflow: hidden;
}

.topKV-text {
  top: 500px;
}

@media screen and (max-width: 1024px) {
  .topKV-text {
    top: 0;
  }
}

/*=================================== */
/* サロン情報========= */
/* ================================== */

.salonArea-inner .salonInfo_wrap li.info .infoItem .salon_sns {
  line-height: 1;
}

.salonArea-inner .salonInfo_wrap li.info .infoItem .salon_sns a {
  font-size: 2.8rem;
}

@media screen and (min-width: 1025px) {
  .salonArea-inner.is-reverse .salonInfo_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .salonArea-inner.is-reverse .salonInfo_wrap li.info {
    margin-left: calc((100% / 12) * 1);
    margin-right: 0;
  }
}

.reserveArea-inner {
  margin-top: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.reserveArea-inner .reserveShop {
  width: calc((100% - 32px) / 2);
}

.reserveArea-inner .reserveShop-name {
  color: #4d4d4d;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 3px;
  line-height: 1.5;
  text-align: center;
}

.reserveArea-inner .reserveShop .baseBtn {
  margin-top: 20px;
}

.reserveArea-inner .reserveShop .baseBtn a {
  font-size: 1.6rem;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 32px 12px;
}

@media screen and (max-width: 767px) {
  .reserveArea-inner {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 40px;
  }

  .reserveArea-inner .reserveShop {
    width: 100%;
  }

  .reserveArea-inner .reserveShop-name {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }

  .reserveArea-inner .reserveShop .baseBtn {
    margin-top: 12px;
  }

  .reserveArea-inner .reserveShop .baseBtn a {
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding: 24px 12px;
  }
}

/*=================================== */
/* スタッフ一覧========= */
/* ================================== */

.staffCatNav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin: 48px auto 0;
	width: calc((100% / 12) * 8);
}

.staffCatNav-btn {
	background: #fff;
	border: 1px solid #A78A6B;
	color: #A78A6B;
	cursor: pointer;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	letter-spacing: 2px;
	    min-width: 240px;
	padding: 12px 20px;
	text-align: center;
}

.staffCatNav-btn.is-active {
	background: #A78A6B;
	color: #fff;
}

.staffArea.is-filter-ready .staffArea-inner .staffWrap.is-hidden {
	display: none;
}

.staffArea.is-filter-ready .staffArea-inner .staffWrap.is-first {
	margin-top: 0;
}

.staffArea.is-filter-ready .staffArea-inner .staffWrap:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

.staffArea.is-filter-ready .staffArea-inner .staffWrap:nth-child(even) li.info {
	margin-left: calc((100% / 8) * -0.2);
	margin-right: 0;
}

.staffArea.is-filter-ready .staffArea-inner .staffWrap.is-even {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.staffArea.is-filter-ready .staffArea-inner .staffWrap.is-even li.info {
	margin-left: inherit;
	margin-right: calc((100% / 8) * -0.5);
}

.staffArea-inner .staffWrap li.info {
	margin-left: calc((100% / 8) * -0.2);
}

.staffArea-inner .staffWrap li.info p.staff_sns span a {
  font-size: 2.8rem;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
	.staffCatNav {
		gap: 8px;
		margin-top: 32px;
		width: calc((100% / 12) * 10);
	}

	.staffCatNav-btn {
		font-size: 1.3rem;
		min-width: 0;
		padding: 10px 14px;
	}

	.staffArea.is-filter-ready .staffArea-inner .staffWrap:nth-child(even),
	.staffArea.is-filter-ready .staffArea-inner .staffWrap.is-even {
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}

	.staffArea.is-filter-ready .staffArea-inner .staffWrap:nth-child(even) li.info,
	.staffArea.is-filter-ready .staffArea-inner .staffWrap.is-even li.info {
		margin-left: inherit;
		margin-right: 0;
	}

	.staffArea-inner .staffWrap li.info {
		margin-left: inherit;
	}
}

/*=================================== */
/* メニュー一覧========= */
/* ================================== */

.baseCaption {
  margin-top: 1rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

/*=================================== */
/* インスタグラム　ボタン========= */
/* ================================== */

.instaBtn__item {
  margin: 0 auto;
  max-width: 600px;
  width: 80%;
}

.instaBtn__item a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a78a6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
  gap: 0.8rem;
}

.instaBtn__item a .insta__icon {
  /*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: -webkit-linear-gradient(315deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*はみ出た部分を隠す*/
  border-radius: 13px;
  /*相対配置*/
  display: inline-block;
  /*幅*/
  height: 50px;
  /*グラデーション①*/
  overflow: hidden;
  position: relative;
  width: 50px;
  /*角丸に*/
}

.instaBtn__item a .insta__icon::before {
  /*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(
    #ffdb2c 10%,
    rgba(255, 105, 34, 0.65) 55%,
    rgba(255, 88, 96, 0) 70%
  );
  background: radial-gradient(
    #ffdb2c 10%,
    rgba(255, 105, 34, 0.65) 55%,
    rgba(255, 88, 96, 0) 70%
  );
  content: "";
  /*グラデーションカバーの幅*/
  height: 60px;
  /*ずらす*/
  left: -18px;
  position: absolute;
  /*絶対配置*/
  top: 23px;
  /*ずらす*/
  width: 60px;
  /*グラデーション②*/
}

.instaBtn__item a .insta__icon .fa-instagram {
  color: #fff;
  /*グラデーションより前に*/
  font-size: 35px;
  /*アイコンサイズ*/
  line-height: 50px;
  /*白に*/
  position: relative;
  /*z-indexを使うため*/
  z-index: 0;
  /*高さと合わせる*/
}

.instaBtn__item a .insta__text {
  color: #3e3a39;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  margin-left: 5px;
}

.instaBtn__item a .insta__name {
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .instaBtn {
    margin-top: 80px;
  }

  .instaBtn__item a {
    padding: 10px;
  }
  .instaBtn__item a .insta__icon {
    /*幅*/
    height: 40px;
    width: 40px;
    /*高さ*/
  }

  .instaBtn__item a .insta__icon .fa-instagram {
    font-size: 30px;
    line-height: 40px;
  }

  .instaBtn__item a .insta__name {
    font-size: 1.2rem;
  }

  .instaBtn__item a .insta__text {
    font-size: 2.8rem;
  }
}

/*=================================== */
/* Concept見出し========= */
/* ================================== */

.conceptArea-titleArea {
  text-align: center;
}

.conceptArea-titleArea .conceptArea-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.conceptArea-titleArea .conceptArea-lead {
  color: #3e3a39;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}

.conceptArea-titleArea .conceptArea-lead span {
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .conceptArea-titleArea .conceptArea-lead {
    font-size: 1.4rem;
  }
}

/*=================================== */
/* NEWS追加========= */
/* ================================== */

.topNews {
  margin: 0 auto;
  padding: 40px calc(100vw / 12);
}

.topNews_item {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .topNews {
    padding: 120px calc((100vw / 12) * 2) 0;
  }
}

@media screen and (max-width: 480px) {
  .topNews {
    padding: 80px calc(100vw / 12) 0;
  }
}
