@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同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    PC時のみ反映させるcss

========================================= */
/*	cmn parts
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	pc inner
------------------------------------ */
/* =========================================
    top  PC
    top-news
========================================= */
#top-news .inner {
  padding: 155px 0 93px;
}

/* =========================================
    top  PC
    top-concept
========================================= */
#top-concept .inner {
  padding: 150px 0 145px;
}

/* =========================================
    top  PC
    top-menu
========================================= */
#top-menu .inner {
  padding: 140px 0;
}

/* =========================================
    top  PC
    top-voice
========================================= */
#top-voice .inner {
  padding: 140px 0 125px;
}

/* =========================================
    top  PC
    top-salon
========================================= */
#top-salon .inner {
  padding: 430px 0 110px;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .inner {
  padding: 105px 0 93px;
}

/* =========================================
    top  PC
    footer
========================================= */
#footer .inner {
  padding: 112px 0 95px;
}

/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-about .inner {
  padding: 130px 0 100px;
}

/* =========================================
    sub  PC
    sub-menu
========================================= */
#sub-menu .inner {
  padding: 130px 0 150px;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .inner {
  padding: 125px 0 130px;
}

/* =========================================
    sub  PC
    sub-access
========================================= */
#sub-greeting .inner {
  padding: 130px 0 145px;
}

#sub-info .inner {
  padding: 0 90px 93px;
}

/* =========================================
    sub  PC
    sub-contact
========================================= */
#sub-method .inner {
  padding: 125px 0 145px;
}