@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: "MeowScript-Regular";
  src: url(../fonts/MeowScript-Regular.ttf);
}
@font-face {
  font-family: "SawarabiGothic-Regular";
  src: url(../fonts/SawarabiGothic-Regular.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: "MeowScript-Regular";
  src: url(../fonts/MeowScript-Regular.ttf);
}
@font-face {
  font-family: "SawarabiGothic-Regular";
  src: url(../fonts/SawarabiGothic-Regular.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-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-ttl02 {
  padding-bottom: 15px;
}

.com-mail {
  width: 300px;
}
.com-mail::before {
  margin-right: 10px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  font-size: 26px;
  padding-left: 20px;
  background: url(/img/all/tel-ico.png) no-repeat left 4px/16px;
}
.com-tel-svg {
  width: 200px;
}

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

.com-table01 {
  padding: 20px 15px 30px;
  border-top: 4px solid #e6e196;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #255f38;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: 1px solid #dee9da;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #dee9da;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-bg-top.png) no-repeat left -70px/55vw, url(/img/top/news-deco.png) no-repeat calc(100% - 25px) 115px/100px;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 20px 0;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-concept
========================================= */
#top-concept .bg {
  overflow: hidden;
  background: url(/img/top/concept-bg-btm.png) no-repeat bottom right/300px;
}
#top-concept .bg-top {
  position: relative;
  width: 180px;
  margin-left: auto;
  margin-bottom: 15px;
}
#top-concept .bg-top::before {
  width: 117px;
  height: 257px;
  top: -40px;
  left: -58px;
}
#top-concept .bg-btm {
  position: relative;
  width: 100%;
  min-width: unset;
  bottom: unset;
  left: unset;
  margin-top: 30px;
}
#top-concept .bg-btm::before {
  width: 150px;
  height: 150px;
  top: -55px;
  left: -40px;
}
#top-concept .container {
  display: block;
}
#top-concept .ttl-main {
  margin-top: 30px;
}
#top-concept .wrap {
  margin-top: 15px;
}
#top-concept .btn {
  display: block;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-menu
========================================= */
#top-menu .bg::before {
  width: 120px;
  height: 125px;
  top: 126px;
  left: 5px;
}
#top-menu .bg::after {
  width: 167px;
  height: 170px;
  right: 10px;
  bottom: 15px;
}
#top-menu .wrap {
  margin-top: 35px;
}
#top-menu .wrap-box {
  display: block;
  padding: 30px 15px;
  background: url(/img/top/menu-item-deco.png) no-repeat calc(100% - 32px) 225px/100px, #f4f8f3;
}
#top-menu .wrap-ttl {
  margin-top: 10px;
}
#top-menu .wrap-img {
  margin-right: 0;
}
#top-menu .content {
  margin-top: 15px;
}
#top-menu .txt {
  margin-top: 15px;
}
#top-menu .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .inner::before {
  width: 65px;
  height: 75px;
  top: 90px;
  right: calc(50% - 150px);
}
#top-voice .inner::after {
  width: 177px;
  height: 185px;
  top: 396px;
}
#top-voice .list {
  display: block;
  margin-top: 35px;
  padding: 0;
}
#top-voice .list-item {
  width: 100%;
  height: 320px;
}
#top-voice .list-item:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 50px;
}
#top-voice .list-item::before {
  bottom: -35px;
}
#top-voice .btn {
  margin: 70px auto 0;
}

/* =========================================
    top  sp
    top-salon
========================================= */
#top-salon .bg {
  background: url(/img/top/salon-img.jpg) no-repeat right top/200%, url(/img/top/salon-btm-deco.png) no-repeat calc(100% + 50px) bottom/50vw, #dee9da;
}
#top-salon .inner {
  padding: 150px 15px 50px;
}
#top-salon .container {
  display: block;
  padding: 50px 0 0;
}
#top-salon .wrap {
  margin-left: 0;
}
#top-salon .wrap::before {
  width: 150px;
  height: 288px;
  left: -10px;
  bottom: -180px;
}
#top-salon .list-item-color {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #255f38;
}
#top-salon .list-item-color::before {
  display: none;
}
#top-salon .map {
  height: 250px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .wrap {
  display: block;
  text-align: center;
  margin-top: 35px;
  padding: 60px 0;
}
#top-contact .wrap::before {
  height: 8px;
}
#top-contact .wrap::after {
  height: 8px;
}
#top-contact .btn {
  margin: 25px auto 0;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .bg {
  background: url(/img/about/about-top-deco.png) no-repeat -80px top/80vw;
}
#sub-about .bg::before {
  width: 180px;
  height: 180px;
  bottom: 470px;
}
#sub-about .bg::after {
  width: 167px;
  height: 172px;
}
#sub-about .inner::after {
  width: 197px;
  height: 256px;
  top: 406px;
}
#sub-about .ttl::after {
  width: 80px;
  height: 50px;
  top: -12px;
  right: calc(50% - 165px);
}
#sub-about .txt {
  margin-top: 35px;
}
#sub-about .list {
  display: block;
  margin-top: 50px;
}
#sub-about .list-item {
  width: 100%;
}
#sub-about .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-about .list-ttl {
  margin-top: 20px;
}
#sub-about .list-txt {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-menu
========================================= */
#sub-menu .bg {
  background: url(/img/about/about-top-deco.png) no-repeat -80px top/80vw;
}
#sub-menu .ttl::after {
  width: 80px;
  height: 50px;
  top: -12px;
  right: calc(50% - 165px);
}
#sub-menu .list {
  margin-top: 35px;
}
#sub-menu .list::before {
  width: 177px;
  height: 185px;
  bottom: -45px;
}
#sub-menu .list-item {
  min-width: unset;
  padding: 40px 10px 45px 10px;
  background: url(/img/menu/menu-deco.png) no-repeat calc(100% - 15px) bottom/180px, #fff;
}
#sub-menu .course {
  margin-top: 10px;
}
#sub-menu .course-item {
  padding: 20px 5px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .bg {
  background: url(/img/about/about-top-deco.png) no-repeat -80px top/80vw;
}
#sub-voice .ttl::after {
  width: 80px;
  height: 50px;
  top: -12px;
  right: calc(50% - 165px);
}
#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list::before {
  width: 247px;
  height: 257px;
  bottom: -90px;
}
#sub-voice .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 30px 15px 35px 20px;
}
#sub-voice .list-txt {
  margin-top: 15px;
}
#sub-voice .list-img {
  width: 100%;
  height: 58vw;
  margin: 0 auto 15px;
}

/* =========================================
    sub  SP
    sub-access
========================================= */
#sub-greeting .bg {
  background: url(/img/about/about-top-deco.png) no-repeat -80px top/80vw;
}
#sub-greeting .ttl::after {
  width: 80px;
  height: 50px;
  top: -12px;
  right: calc(50% - 165px);
}
#sub-greeting .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
}
#sub-greeting .img {
  width: 300px;
  margin: 0 auto;
}
#sub-greeting .img::before {
  width: 207px;
  height: 217px;
  right: -15px;
  bottom: 85px;
}
#sub-greeting .box {
  margin-top: 35px;
  margin-right: 0;
}

#sub-info .bg {
  background: url(/img/access/info-btm.png) no-repeat -100px bottom/130vw;
}
#sub-info .table {
  margin-top: 35px;
}
#sub-info .map {
  height: 250px;
  margin-top: 40px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg {
  background: url(/img/about/about-top-deco.png) no-repeat -80px top/80vw;
}
#sub-news .ttl::after {
  width: 80px;
  height: 50px;
  top: -12px;
  right: calc(50% - 165px);
}
#sub-news .com-news-post-item {
  border-top: 4px solid #e6e196;
}
#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 5px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-item {
  padding: 30px 15px;
}
#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-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .bg::before {
  width: 150px;
  height: 158px;
  top: 116px;
}
#sub-contact .bg::after {
  width: 127px;
  height: 130px;
  bottom: 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 {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .bg::before {
  width: 120px;
  height: 125px;
  top: 126px;
}
#sub-site .bg::after {
  width: 167px;
  height: 170px;
  right: 10px;
  bottom: 15px;
}
#sub-site .wrap {
  margin-top: 35px;
  padding: 30px 20px 40px 20px;
  background: url(/img/top/menu-item-deco.png) no-repeat calc(100% - 12px) calc(100% - 50px), #f4f8f3;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/about/about-top-deco.png) no-repeat -80px top/80vw;
}
#sub-privacy .ttl::after {
  width: 80px;
  height: 50px;
  top: -12px;
  right: calc(50% - 165px);
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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