@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Kaku Gothic New */
/* Outfit */
/* Great Vibes */
/*	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-ttl01 {
  padding-bottom: 30px;
  background: url(/img/all/com-ttl-deco.png) no-repeat center bottom/180px;
}

.com-ttl02 {
  padding-bottom: 45px;
  background: url(/img/all/com-ttl-deco.png) no-repeat center bottom/180px;
}
.com-ttl02-main {
  line-height: 1.6;
  margin-top: 10px;
}

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

.com-btn01 {
  width: 300px;
  height: 60px;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
}

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

.com-table01 tr:last-of-type th {
  border-bottom: 1px solid #161616;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-concept
========================================= */
#top-concept .container-top-img {
  position: unset;
  margin-top: 25px;
}
#top-concept .container-top-wrap {
  width: 100%;
}
#top-concept .container-top-txt {
  text-align: left;
  margin-top: 15px;
}
#top-concept .container-center {
  margin-top: 50px;
}
#top-concept .container-center-img {
  position: relative;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
}
#top-concept .container-center-img::before {
  display: none;
}
#top-concept .container-center-txt {
  width: 100%;
  margin-top: 15px;
}
#top-concept .container-btm {
  margin-top: 50px;
}
#top-concept .container-btm-img {
  position: unset;
}
#top-concept .container-btm-wrap {
  width: 100%;
}
#top-concept .container-btm-txt {
  margin-top: 15px;
}
#top-concept .txt {
  text-align: left;
}
#top-concept .btn {
  width: 320px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-menu
========================================= */
#top-menu .bg::after {
  display: none;
}
#top-menu .list {
  gap: 50px 145px;
  margin-top: 35px;
}
#top-menu .list-item {
  box-shadow: 10px 10px 0 #161616;
}
#top-menu .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-style
========================================= */
#top-style .inner {
  padding: 50px 15px;
}
#top-style .ttl {
  padding: 0 60px;
  background: url(/img/top/style-ttl-deco01.png) no-repeat left top/50px, url(/img/top/style-ttl-deco02.png) no-repeat right top/50px;
}
#top-style .list {
  gap: 15px;
  margin-top: 35px;
}
#top-style .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 55.7vw;
}

/* =========================================
    top  sp
    top-access
========================================= */
#top-access .inner {
  padding: 50px 15px 100px;
}
#top-access .ttl {
  display: block;
}
#top-access .img-top {
  position: unset;
  margin-top: 25px;
}
#top-access .img-btm {
  position: absolute;
  width: 71.4vw;
  right: 5px;
  bottom: 20px;
}

/* =========================================
    top  sp
    top-map
========================================= */
#top-map .map {
  height: 250px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  width: 300px;
  margin: 35px auto 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-concept
========================================= */
#sub-btn-list .container {
  flex-wrap: wrap;
}

#sub-commitment .list {
  margin-top: 35px;
}
#sub-commitment .list-item {
  flex-direction: column-reverse;
  gap: 25px;
}
#sub-commitment .list-item:nth-of-type(2) {
  flex-direction: column;
}
#sub-commitment .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
  padding-top: 45px;
}
#sub-commitment .list-num {
  width: 45px;
  height: 45px;
  line-height: 43px;
  margin-right: 15px;
}
#sub-commitment .list-txt {
  margin-top: 20px;
}

#sub-style .list {
  gap: 30px 15px;
  margin-top: 35px;
}
#sub-style .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-style .list-img {
  height: 60vw;
  min-height: 210px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-menu .note {
  margin-top: 35px;
}
#sub-menu .list {
  margin-top: 35px;
}
#sub-menu .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-menu .list-note {
  margin-top: 10px;
  padding: 25px 20px;
}
#sub-menu .list-ttl {
  padding: 14px 15px;
}
#sub-menu .menu-item {
  padding: 25px 0;
}
#sub-menu .menu-top {
  display: block;
}
#sub-menu .menu-fee {
  text-align: left;
  margin-top: 10px;
}

#sub-care .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-care .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-care .list-ttl {
  padding: 14px 15px;
}
#sub-care .care {
  display: block;
  margin-top: 20px;
}
#sub-care .care-item {
  width: 100%;
  max-width: 100%;
}
#sub-care .care-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-care .care-img {
  height: 60vw;
  min-height: 210px;
}
#sub-care .care-ttl {
  margin-top: 20px;
  padding-left: 15px;
}
#sub-care .care-ttl::before {
  width: 3px;
  height: 30px;
  left: 0;
  top: 2px;
}
#sub-care .btn {
  margin: 50px auto 0;
}

#sub-policy .txt {
  text-align: left;
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-salon
========================================= */
#sub-btn-salon .btn {
  width: 300px;
  height: 60px;
}

#sub-staff .list-item {
  flex-wrap: wrap;
}
#sub-staff .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
  padding-top: 40px;
}
#sub-staff .list-img {
  width: 100%;
  height: 71.4vw;
  min-height: 250px;
}
#sub-staff .list-fle {
  gap: 15px;
}

#sub-salon .list {
  gap: 10px;
  margin-top: 35px;
}
#sub-salon .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

#sub-map .map {
  height: 250px;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-question .list-top {
  padding: 10px 15px;
}
#sub-question .list-btm {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-idea .txt {
  font-size: 20px;
  margin-top: 35px;
  padding: 20px 15px;
}

#sub-recruit .txt {
  margin-top: 30px;
}
#sub-recruit .img {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
#sub-recruit .img::after {
  width: 51.4vw;
  height: 43.4vw;
  top: -20px;
  right: -15.7vw;
}
#sub-recruit .txt:nth-of-type(n + 2) {
  margin-top: 30px;
}

#sub-merit .list {
  margin-top: 35px;
}
#sub-merit .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 35px;
}
#sub-merit .list-item:nth-of-type(n + 2) {
  flex-direction: column;
}
#sub-merit .txt {
  margin-top: 25px;
}

#sub-job .table {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#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-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 .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
}
#sub-method .wrap {
  display: block;
  height: unset;
  margin: 25px auto 0;
  padding: 25px 15px;
}
#sub-method .btn {
  width: 290px;
  margin: 25px auto 0;
}

#sub-contact .com-btn01 {
  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 {
  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;
}