@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Jost-Black";
  src: url(../fonts/Jost-Black.ttf);
}
@font-face {
  font-family: "Jost-Bold";
  src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
  font-family: "Jost-ExtraBold";
  src: url(../fonts/Jost-ExtraBold.ttf);
}
@font-face {
  font-family: "Jost-ExtraLight";
  src: url(../fonts/Jost-ExtraLight.ttf);
}
@font-face {
  font-family: "Jost-Light";
  src: url(../fonts/Jost-Light.ttf);
}
@font-face {
  font-family: "Jost-Medium";
  src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: "Jost-Regular";
  src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url(../fonts/Jost-SemiBold.ttf);
}
@font-face {
  font-family: "Jost-Thin";
  src: url(../fonts/Jost-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Jost-Black";
  src: url(../fonts/Jost-Black.ttf);
}
@font-face {
  font-family: "Jost-Bold";
  src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
  font-family: "Jost-ExtraBold";
  src: url(../fonts/Jost-ExtraBold.ttf);
}
@font-face {
  font-family: "Jost-ExtraLight";
  src: url(../fonts/Jost-ExtraLight.ttf);
}
@font-face {
  font-family: "Jost-Light";
  src: url(../fonts/Jost-Light.ttf);
}
@font-face {
  font-family: "Jost-Medium";
  src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: "Jost-Regular";
  src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url(../fonts/Jost-SemiBold.ttf);
}
@font-face {
  font-family: "Jost-Thin";
  src: url(../fonts/Jost-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl03 {
  padding-bottom: 5px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 {
  border-spacing: 0;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #fbf7f6;
}
.com-table01 tr:last-of-type td {
  border-bottom: 1px solid #fff;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

/* =========================================
    top  sp
    top-ent
========================================= */
#top-ent .txt {
  font-size: 15px;
}
#top-ent .container {
  flex-wrap: wrap;
}
#top-ent .official {
  width: 100%;
}
#top-ent .official-img {
  height: 220px;
}
#top-ent .official-fle {
  display: block;
  padding: 15px 20px;
}
#top-ent .btn {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
#top-ent .wrap {
  width: 100%;
}
#top-ent .img {
  width: 100%;
  height: 220px;
}
#top-ent .link {
  display: block;
  width: 100%;
}
#top-ent .link-btn {
  margin-top: 20px;
}
#top-ent .box {
  padding: 15px 20px;
}
#top-ent .menu {
  width: 100%;
  padding: 25px 37px 30px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg::before {
  z-index: 0;
}
#top-news .bg::after {
  left: 0;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 80px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  display: block;
  margin-left: 0;
  margin-top: 35px;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#top-news .list-link {
  width: 100%;
}
#top-news .list-top {
  display: block;
}
#top-news .list-wrap {
  padding: 10px 15px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 50px;
  color: #fbf7f6;
}
#top-news .btn::before {
  background-color: #fbf7f6;
}
#top-news .btn::after {
  background-color: #220d06;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg::before {
  bottom: 0;
  right: 0;
}
#top-about .inner {
  padding: 50px 15px;
}
#top-about .container {
  flex-direction: column-reverse;
  padding: 0;
}
#top-about .img {
  width: 100%;
  min-width: unset;
}
#top-about .wrap {
  margin-top: 15px;
  margin-right: 0;
}
#top-about .txt {
  margin-top: 35px;
}
#top-about .btn {
  display: block;
  width: 155px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-reason
========================================= */
#top-reason .inner {
  padding: 50px 15px;
}
#top-reason .list {
  margin-top: 35px;
}
#top-reason .list-item {
  display: block;
}
#top-reason .list-img {
  width: 100%;
}
#top-reason .list-wrap {
  width: 100%;
  padding: 30px 15px;
}
#top-reason .list-ttl {
  margin-top: 25px;
}
#top-reason .list-txt {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-gallery
========================================= */
#top-gallery .inner {
  padding: 50px 15px;
}
#top-gallery .list {
  width: 100%;
  gap: 15px;
  margin: 35px auto 0;
}
#top-gallery .list-item {
  width: 100%;
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.3vw;
  min-height: 152px;
}
#top-gallery .list-ttl {
  padding: 10px;
}

/* =========================================
    top  sp
    top-menu
========================================= */
#top-menu .inner {
  padding: 50px 15px;
}
#top-menu .container {
  padding: 0;
}
#top-menu .container-box {
  margin-top: 35px;
}
#top-menu .ttl {
  text-align: center;
}
#top-menu .wrap {
  display: block;
}
#top-menu .img {
  width: 100%;
  height: 250px;
}
#top-menu .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-menu .list {
  padding: 15px 10px 35px;
}
#top-menu .list-menu {
  padding: 0 10px;
}
#top-menu .list-menu-item {
  display: block;
}
#top-menu .list-menu-item:nth-of-type(n + 2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #c9bbb1;
}
#top-menu .list-txt {
  margin-left: 5px;
  padding-left: 25px;
}
#top-menu .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-brand
========================================= */
#top-brand .inner {
  padding: 50px 15px;
}
#top-brand .wrap {
  display: block;
  margin-top: 35px;
  padding: 35px 10px;
}
#top-brand .link {
  width: 100%;
}
#top-brand .link:nth-of-type(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dotted #c9bbb1;
}

/* =========================================
    top  sp
    top-salon
========================================= */
#top-salon .bg::before {
  width: 80vw;
  height: 50%;
}
#top-salon .inner {
  padding: 50px 15px;
}
#top-salon .container {
  display: block;
  margin-top: 35px;
}
#top-salon .map {
  height: 250px;
}
#top-salon .list {
  width: 260px;
  margin: 15px auto 0;
}
#top-salon .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-recruit
========================================= */
#top-recruit .bg {
  padding: 0;
}
#top-recruit .inner {
  padding: 50px 15px;
}
#top-recruit .container {
  flex-direction: column-reverse;
}
#top-recruit .wrap {
  margin-top: 15px;
  margin-right: 0;
}
#top-recruit .box {
  margin-top: 35px;
}
#top-recruit .btn {
  display: block;
  width: 153px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-reservation
========================================= */
#top-reservation .wrap {
  display: block;
  width: 300px;
  margin: 35px auto 0;
}
#top-reservation .wrap-link {
  width: 300px;
  height: 300px;
}
#top-reservation .wrap-link:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-reservation .wrap-ttl {
  font-size: 24px;
}
#top-reservation .wrap-tel {
  font-size: 30px;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-concept
========================================= */
#sub-concept .inner {
  z-index: 1;
}
#sub-concept .inner::before {
  width: 120px;
  height: 55px;
  z-index: -1;
}
#sub-concept .inner::after {
  width: 124px;
  height: 70px;
  z-index: -1;
}
#sub-concept .txt {
  text-align: left;
}

#sub-reason .list-item {
  display: block;
  padding: 35px 15px;
}
#sub-reason .list-top {
  top: -18px;
  left: 15px;
}
#sub-reason .list-img {
  width: 100%;
  margin-top: 0;
}
#sub-reason .list-wrap {
  margin-top: 15px;
}
#sub-reason .list-ttl {
  padding-left: 0;
  padding-bottom: 10px;
}
#sub-reason .list-txt {
  margin-top: 20px;
  padding-left: 0;
}
#sub-reason .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-flowchart .inner {
  padding: 0 15px 50px;
}
#sub-flowchart .wrap {
  padding-top: 75px;
}
#sub-flowchart .wrap-top {
  padding: 15px 15px 15px 35px;
}
#sub-flowchart .wrap-question {
  left: 5px;
}
#sub-flowchart .wrap-ttl {
  text-align: left;
}
#sub-flowchart .wrap-btm {
  padding: 35px 10px;
}
#sub-flowchart .txt {
  margin-top: 25px;
  margin-bottom: 30px;
}
#sub-flowchart .btn {
  min-width: 300px;
  padding: 15px 50px 15px 10px;
}
#sub-flowchart .answer {
  padding-top: 75px;
}
#sub-flowchart .answer-position {
  width: 100px;
  height: 100px;
  top: -50px;
  left: -10px;
}
#sub-flowchart .answer-wrap {
  padding: 50px 15px;
}
#sub-flowchart .answer-ttl {
  margin-top: 15px;
  padding: 15px 10px;
}
#sub-flowchart .answer-btn {
  height: 60px;
}

#sub-menu .list {
  margin-top: 35px;
}
#sub-menu .list-item {
  height: 75px;
  padding: 0 10px 0 20px;
}

#sub-menu-detail .list {
  margin-top: 35px;
}
#sub-menu-detail .list-item {
  padding: 20px 15px 30px;
}
#sub-menu-detail .list-link {
  width: 240px;
  padding-bottom: 5px;
}

/* =========================================
    sub  SP
    sub-brand
========================================= */
#sub-btn-list .container {
  flex-wrap: wrap;
  gap: 20px;
}
#sub-btn-list .btn {
  font-size: 17px;
  width: 280px;
}

#sub-aujua .primary {
  position: relative;
}
#sub-aujua .primary-deco {
  position: unset;
  padding: 0;
}
#sub-aujua .primary-deco::before {
  left: calc(50% - 150px);
}
#sub-aujua .primary-deco::after {
  right: calc(50% - 150px);
}

#sub-aujua .primary,
#sub-casta .primary,
#sub-jcprogram .primary {
  margin-top: 35px;
}
#sub-aujua .wrap,
#sub-casta .wrap,
#sub-jcprogram .wrap {
  margin-top: 85px;
  padding: 37.5vw 15px 50px;
}
#sub-aujua .img,
#sub-casta .img,
#sub-jcprogram .img {
  width: 95%;
  top: -50px;
}
#sub-aujua .txt,
#sub-casta .txt,
#sub-jcprogram .txt {
  text-align: left;
}
#sub-aujua .list,
#sub-casta .list,
#sub-jcprogram .list {
  flex-wrap: wrap;
}

/* =========================================
    sub  SP
    sub-gallery
========================================= */
#sub-gallery .list {
  gap: 15px;
  margin-top: 50px;
}
#sub-gallery .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-gallery .list-img {
  height: 43.3vw;
  min-height: 152px;
}
#sub-gallery .list-wrap {
  padding: 10px;
}

#sub-gallery-detail .container {
  padding: 15px 15px 35px;
}
#sub-gallery-detail .container-wrap {
  display: block;
}
#sub-gallery-detail .img {
  width: 100%;
  height: 82.85vw;
  min-height: 290px;
}
#sub-gallery-detail .wrap {
  margin-top: 15px;
  margin-left: 0;
}
#sub-gallery-detail .list {
  margin-top: 35px;
  gap: 10px;
}
#sub-gallery-detail .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 40vw;
  min-height: 140px;
}

/* =========================================
    sub  SP
    sub-salon
========================================= */
#sub-stylist .list-item {
  display: block;
  padding: 30px 15px;
}
#sub-stylist .list-img {
  margin: 0 auto;
}
#sub-stylist .list-wrap {
  margin-left: 0;
  margin-top: 15px;
}
#sub-stylist .list-link {
  justify-content: center;
}
#sub-stylist .list-link-btn {
  width: 240px;
}

#sub-access .map {
  margin-top: 35px;
  height: 250px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruit .wrap {
  margin-top: 27.1vw;
  padding: 70vw 15px 50px;
}
@media screen and (max-width: 350px) {
  #sub-recruit .wrap {
    padding: 227px 15px 50px;
  }
}
#sub-recruit .img {
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
}
#sub-recruit .link {
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 50px;
}

#sub-charm .list {
  margin-top: 35px;
}
#sub-charm .list-item {
  flex-wrap: wrap;
  padding: 40px 19px;
}
#sub-charm .list-item:nth-of-type(2) {
  flex-direction: column-reverse;
}
#sub-charm .list-img {
  width: 100%;
}
#sub-charm .list-wrap {
  width: 100%;
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl03 {
  padding-bottom: 5px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	タグテンプレート
========================================= */
.tag-select-box {
  margin: 0 auto;
  background: linear-gradient(to right, #ffffff calc(100% - 50px), #220d06 0);
}
.tag-select-box::before {
  right: 20px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .contact-btn {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  width: 100px;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}