@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.8vw;
  line-height: 1.8;
  letter-spacing: .1rem;
  color: #48453f;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/*共通テキスト
----------------------------------------------- */
.com-txt p {
  margin-bottom: 25px;
}

.com-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .com-txt p br {
    display: none;
  }
}

/*display flexキッド
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  align-content: space-around;
}

/*=========================================================
	header
=========================================================*/
#header {
  padding: 0 3%;
  box-sizing: border-box;
  background: url(../img/common/hd-bg.jp.png) no-repeat right top/100%;
  height: 70px;
}

#header h1 span {
  display: block;
}

#header .hd-l {
  width: 20%;
}

#header .hd-r {
  display: none;
}

/*Mainvisual
=========================================================*/
.mv-bg {
  position: absolute;
  height: 30%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  background: url(../img/mv/mv-main-bg.jpg) no-repeat left center/cover;
}

#mv {
  padding: 10% 0 15% 5%;
  box-sizing: border-box;
  position: relative;
  background: url(../img/mv/mv-bg.png) no-repeat right bottom/50%;
}

#mv .mv-inbx {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

#mv .catch {
  margin-bottom: 5%;
}

#mv .catch span {
  display: block;
}

#mv .catch .main {
  background: rgba(255, 255, 255, 0.5);
  padding: 5%;
  box-sizing: border-box;
  margin-bottom: 55vw;
}

#mv .catch .main img {
  width: 80%;
}

#mv .catch .mv-logo {
  width: 40%;
  margin: 0 auto 10%;
}

#mv .mv-txt-wrp {
  background: #ebf8e4;
  border-radius: 10px;
  padding: 6% 6% 23vw;
  position: relative;
  text-align: left;
}

#mv .mv-txt-wrp .mv-txt {
  letter-spacing: 0;
  color: #507f13;
}

#mv .mv-txt-wrp .mv-txt p {
  margin-bottom: 4%;
}

#mv .mv-txt-wrp .mv-txt p:last-child {
  margin-bottom: 0;
}

#mv .mv-txt-wrp .mv-txt-btn {
  width: 35%;
  position: absolute;
  right: 3vw;
  bottom: -3vw;
  transition: .1s all ease-in;
}

#mv .mv-txt-wrp .mv-txt-btn:hover {
  opacity: .8;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通ボタン
=========================================================*/
.more-btn01 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn01:before, .more-btn01:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn01 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn01 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn01 {
    font-size: 3.5vw;
  }
}

.more-btn01:hover {
  background: #fff;
  border: solid #000 1px;
}

.more-btn01:hover span {
  color: #000;
}

.more-btn02 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn02:before, .more-btn02:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn02 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn02 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn02 {
    font-size: 3.5vw;
  }
}

.more-btn02:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1, 0.1);
}

.more-btn02:after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.more-btn02:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn02:hover:after {
  opacity: 0;
  transform: scale(1, 0.1);
}

.more-btn03 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn03:before, .more-btn03:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn03 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn03 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn03 {
    font-size: 3.5vw;
  }
}

.more-btn03:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 0.1);
}

.more-btn03:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn03:hover:after {
  transform: scale(0, 0);
  opacity: 0;
}

.more-btn04 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn04:before, .more-btn04:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn04 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn04 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn04 {
    font-size: 3.5vw;
  }
}

.more-btn05 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn05:before, .more-btn05:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn05 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn05 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn05 {
    font-size: 3.5vw;
  }
}

.more-btn {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 4% 0;
  background: url(../img/common/more-btn-bg.jpg) no-repeat center/cover;
  transition: .1s all ease-in;
  border-radius: 10px;
}

.more-btn span {
  color: #fff;
  font-size: 3.8vw;
  position: relative;
  padding-right: 6vw;
}

.more-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 4vw;
  height: 3vw;
  background: url("../img/common/wht-arw.png") no-repeat center/contain;
  margin-top: -1.5vw;
}

.hotpepper-btn {
  display: block;
  background: url(../img/common/ft-reserve-li-btn.jpg) no-repeat center/cover;
  padding: 15px 0;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  border-radius: 10px;
  transition: .2s all ease-in;
}

.hotpepper-btn span {
  padding: 0 25px;
  color: #fff;
  position: relative;
}

.hotpepper-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 18px;
  height: 23px;
  background: url("../img/common/star-icon.png") no-repeat center/contain;
  margin-top: -11.5px;
}

.hotpepper-btn span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 15px;
  height: 10px;
  background: url("../img/common/wht-arw.png") no-repeat center/contain;
  margin-top: -5px;
}

.hotpepper-btn:hover {
  opacity: .8;
}

.mail-btn {
  display: block;
  background: url(../img/common/main-btn.jpg) no-repeat center/cover;
  border: solid 1px #fff;
  border-radius: 10px;
  text-align: center;
  width: 240px;
  padding: 10px 0;
  font-family: "Kiwi Maru", serif;
  transition: 0.3s all ease;
}

.mail-btn span {
  position: relative;
  padding-left: 35px;
  color: #fff;
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -7px;
}

.mail-btn:hover {
  background: #507f13;
}

.mail-btn:hover span {
  color: #fff;
}

/*top-trouble
=========================================================*/
#top-trouble {
  font-family: "Kiwi Maru", serif;
  text-align: center;
  position: relative;
  padding: 0 0 15%;
  background: url(../img/top/top-trouble-bg.jpg);
}

#top-trouble:before {
  content: "";
  position: absolute;
  display: block;
  top: -10vw;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 40vw;
  height: 10vw;
  background: url("../img/top/top-trouble-icon.png") no-repeat center/contain;
  margin-left: -20vw;
}

#top-trouble .top-trouble-ttl {
  position: relative;
  z-index: 5;
}

#top-trouble .top-trouble-ttl span {
  display: block;
}

#top-trouble .top-trouble-ttl .icon {
  width: 10%;
  margin: 0 auto;
}

#top-trouble .top-trouble-ttl .main {
  color: #507f13;
  font-size: 5vw;
  margin-bottom: 20px;
}

#top-trouble .top-trouble-ttl .main em {
  color: #ab9026;
}

#top-trouble .top-trouble-ttl .sub {
  display: inline-block;
  border-radius: 6px;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 3.5vw;
  color: #fff;
  background: url(../img/top/top-trouble-ttl-sub-bg.jpg);
}

#top-trouble .top-trouble-list {
  margin: -5vw 0 10%;
  background: #f8fce0;
  position: relative;
  padding: 8% 6% 10%;
  border-radius: 10px;
  box-sizing: border-box;
}

#top-trouble .top-trouble-list:before {
  content: "";
  position: absolute;
  display: block;
  top: -5vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 30vw;
  height: 10vw;
  background: url("../img/top/top-trouble-list-l.png") no-repeat center/contain;
}

#top-trouble .top-trouble-list:after {
  content: "";
  position: absolute;
  display: block;
  top: -5vw;
  right: 0;
  bottom: auto;
  left: auto;
  width: 30vw;
  height: 10vw;
  background: url("../img/top/top-trouble-list-r.png") no-repeat center/contain;
}

#top-trouble .top-trouble-list li {
  width: 80%;
  margin: 0 auto 15%;
}

#top-trouble .top-trouble-list li:last-child {
  margin-bottom: 0;
}

#top-trouble .top-trouble-list li .trouble-img {
  margin-bottom: 10%;
}

#top-trouble .top-trouble-list li .trouble-img img {
  width: 50%;
}

#top-trouble .top-trouble-list li .top-trouble-txt {
  font-size: 4vw;
  background: #fff;
  border-radius: 10px;
  padding: 5% 3%;
  position: relative;
}

#top-trouble .top-trouble-list li .top-trouble-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  margin-left: -15px;
}

/*top-case
=========================================================*/
#top-case {
  padding: 15% 0;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  overflow-x: hidden;
}

#top-case .inbox {
  position: relative;
}

#top-case .inbox .com-case-img {
  position: absolute;
}

#top-case .inbox .case-img-l,
#top-case .inbox .case-img-r {
  display: none;
}

#top-case .top-case-ttl {
  color: #507f13;
  margin-bottom: 5%;
  font-size: 5vw;
  line-height: 1.5;
}

#top-case .top-case-txt {
  margin-bottom: 8%;
  font-size: 3.5vw;
  letter-spacing: 0;
}

#top-case .top-case-list {
  margin: 0 auto 10%;
}

#top-case .top-case-list li {
  width: 48%;
  margin: 4% 4% 0 0;
}

#top-case .top-case-list li:nth-child(2n) {
  margin-right: 0;
}

#top-case .top-case-list li:nth-child(-n + 2) {
  margin-top: 0;
}

#top-case .top-case-list li:last-child {
  margin-right: 0;
}

#top-case .top-case-list li a {
  color: #507f13;
  letter-spacing: .1rem;
  line-height: 1.5;
  font-size: 3.8vw;
  height: 30vw;
  border-radius: 10px;
  background: url(../img/top/top-case-list-bg.jpg) no-repeat center/cover;
  transition: .1s all ease-in;
}

.txt-arw {
  position: relative;
  margin-right: 3vw;
}

.txt-arw:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border: 1vw solid transparent;
  border-left: 1vw solid #507f13;
  margin-top: -1vw;
}

/*others-topic
=========================================================*/
.others-topic {
  background: #fbf4cc;
  padding: 10% 0;
  display: block;
}

.others-topic #top-flow a {
  background: url(../img/top/top-flow-bg.jpg) no-repeat center/cover;
}

.others-topic #top-salon a {
  background: url(../img/top/top-salon-bg.jpg) no-repeat center/cover;
}

.others-topic .com-others-topics {
  width: 90%;
  margin: 0 auto 5%;
  text-align: center;
}

.others-topic .com-others-topics:last-child {
  margin-bottom: 0;
}

.others-topic .com-others-topics a {
  border-radius: 10px;
  padding: 7%;
  box-sizing: border-box;
  transition: .1s all ease-in;
}

.others-topic .com-others-topics .com-others-topics-bx {
  width: 400px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 10%;
  box-sizing: border-box;
}

.others-topic .com-others-topics .com-others-topics-bx:before {
  content: "";
  position: absolute;
  display: block;
  top: -5vw;
  right: auto;
  bottom: auto;
  left: -5vw;
  width: 20vw;
  height: 20vw;
  background: url("../img/top/com-others-topics-frame-lt.png") no-repeat center/contain;
}

.others-topic .com-others-topics .com-others-topics-bx:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -5vw;
  bottom: -5vw;
  left: auto;
  width: 20vw;
  height: 20vw;
  background: url("../img/top/com-others-topics-frame-rb.png") no-repeat center/contain;
}

.others-topic .com-others-topics .com-others-topics-ttl {
  color: #ab9026;
  font-family: "Kiwi Maru", serif;
  line-height: 1;
  margin-bottom: 20px;
}

.others-topic .com-others-topics .com-others-topics-ttl span {
  display: block;
}

.others-topic .com-others-topics .com-others-topics-ttl .sub {
  font-size: 4vw;
  margin-bottom: 10px;
}

.others-topic .com-others-topics .com-others-topics-ttl .main {
  font-size: 5vw;
}

.others-topic .com-others-topics .com-others-topics-txt {
  margin-bottom: 5%;
  font-size: 3.2vw;
}

.others-topic .more {
  width: 80%;
  margin: 0 auto;
  padding: 6% 0;
  line-height: 1.2;
  border-top: 1px solid #ab9026;
  border-bottom: 1px solid #ab9026;
  font-size: 3.5vw;
}

.others-topic .more span {
  position: relative;
  padding-left: 6vw;
  color: #ab9026;
  padding-left: 6vw;
}

.others-topic .more span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 5vw;
  height: 3vw;
  background: url("../img/common/gld-arw.png") no-repeat center/contain;
  margin-top: -1.5vw;
}

/*top-app
=========================================================*/
#top-app {
  padding: 15% 0;
  background: url(../img/top/top-app-bg.jpg) no-repeat center/cover;
  font-family: "Kiwi Maru", serif;
}

#top-app .top-app-wrp {
  background: url(../img/top/top-app-wrp-bg.jpg);
  padding: 2%;
  box-sizing: border-box;
  position: relative;
}

#top-app .top-app-wrp:before {
  content: "";
  position: absolute;
  display: block;
  top: -5vw;
  right: auto;
  bottom: auto;
  left: -5vw;
  width: 30vw;
  height: 20vw;
  background: url("../img/top/top-app-txt-bx-lt.png") no-repeat center/contain;
}

#top-app .top-app-wrp:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -5vw;
  bottom: -5vw;
  left: auto;
  width: 30vw;
  height: 20vw;
  background: url("../img/top/top-app-txt-bx-rb.png") no-repeat center/contain;
}

#top-app .top-app-wrp .top-app-bx {
  display: block;
  padding: 6%;
  box-sizing: border-box;
  border: dotted 0.2rem rgba(171, 144, 38, 0.5);
}

#top-app .top-app-wrp .top-app-img {
  text-align: center;
  margin-bottom: 7%;
}

#top-app .top-app-wrp .top-app-img img {
  width: 70%;
}

#top-app .top-app-wrp .top-app-txt-bx {
  text-align: center;
}

#top-app .top-app-wrp .top-app-txt-bx .top-app-ttl {
  width: 90%;
  margin: 0 auto 8%;
}

#top-app .top-app-wrp .top-app-txt-bx .top-app-txt {
  margin: 0 auto 20px;
  background: url(../img/top/top-app-txt-frame-l.png) no-repeat left center/8%, url(../img/top/top-app-txt-frame-r.png) no-repeat right center/8%;
  color: #ab9026;
}

#top-app .top-app-wrp .top-app-list {
  margin-bottom: 10%;
}

#top-app .top-app-wrp .top-app-list li {
  width: 35%;
  margin-right: 5%;
}

#top-app .top-app-wrp .top-app-list li:last-child {
  margin-right: 0;
}

#top-app .top-app-wrp .top-app-instull {
  background: #fff;
  border-radius: 10px;
  padding: 5%;
  display: block;
}

#top-app .top-app-wrp .top-app-instull dt {
  display: none;
}

#top-app .top-app-wrp .top-app-instull a {
  font-size: 3vw;
}

/*top-news
=========================================================*/
#top-news {
  padding: 15% 0;
}

#top-news .top-news-ttl {
  text-align: center;
  color: #ab9026;
  margin-bottom: 8%;
  line-height: 1.5;
  position: relative;
  font-size: 5vw;
  font-family: "Kiwi Maru", serif;
}

#top-news .top-news-post {
  border: dotted #ab9026 0.2rem;
  padding: 6% 6% 15%;
  box-sizing: border-box;
  position: relative;
}

#top-news .top-news-post:before {
  content: "";
  position: absolute;
  display: block;
  top: -7.5vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 30vw;
  height: 15vw;
  background: url("../img/top/top-news-ttl-frame.png") no-repeat center/contain;
}

#top-news .top-news-post article {
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: #f2f2f2 1px solid;
}

#top-news .top-news-post article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#top-news .top-news-post article a {
  display: block;
}

#top-news .top-news-post article a time {
  text-align: center;
  display: inline-block;
  background: #f5b950;
  border-radius: 10px;
  color: #fff;
  padding: 2% 10px;
  line-height: 1.5;
  font-size: 2.5vw;
  margin-bottom: 2%;
}

#top-news .top-news-post article a .top-news-post-ttl {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 3vw;
}

#top-news .top-news-post article a .top-news-tag {
  text-align: right;
}

#top-news .top-news-post article a .top-news-tag li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 2.5vw;
  padding: 0 10px;
  color: #ab9026;
  border-right: 1px solid #ab9026;
}

#top-news .top-news-post article a .top-news-tag li:first-child {
  border-left: 1px solid #ab9026;
}

#top-news .top-news-btn {
  display: block;
  position: relative;
  z-index: 10;
  width: 40vw;
  margin: -5vw 0 0 auto;
  transition: .1s all ease-in;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#fix-reserve-btn {
  position: fixed;
  right: 0;
  bottom: 15vh;
  width: 10%;
  z-index: 10;
}

#footer {
  padding-top: 10%;
  background: url(../img/common/ft-line.png) repeat-x;
}

#footer .ft-wrp {
  display: block;
  padding-bottom: 10%;
}

#footer .ft-wrp .ft-l {
  display: block;
  text-align: center;
  margin-bottom: 10%;
}

#footer .ft-wrp .ft-l .ft-logo {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10%;
}

#footer .ft-wrp .ft-l .ft-tel {
  margin-bottom: 5%;
}

#footer .ft-wrp .ft-l .mail-btn {
  margin: 0 auto 5%;
}

#footer .ft-wrp .ft-l .ft-add {
  padding-bottom: 0;
  line-height: 1;
  margin-bottom: 4%;
  font-size: 3vw;
}

#footer .ft-wrp .ft-l .ft-add span:before {
  color: #f5b950;
}

#footer .ft-wrp .ft-l .ft-worktime .in-dl dt,
#footer .ft-wrp .ft-l .ft-worktime .in-dl dd {
  line-height: 1;
  font-size: 3vmin;
  display: inline-block;
  vertical-align: middle;
}

#footer .ft-wrp .ft-c {
  font-family: "Kiwi Maru", serif;
  color: #ab9026;
  text-align: center;
  margin-bottom: 15%;
}

#footer .ft-wrp .ft-c .ft-insta-txt {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4%;
  font-size: 4.5vw;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}

#footer .ft-wrp .ft-c .ft-insta-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: -8vw;
  width: 6vw;
  height: 10vw;
  background: url("../img/common/ft-insta-txt-l.png") no-repeat center/contain;
}

#footer .ft-wrp .ft-c .ft-insta-txt:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -8vw;
  bottom: 0;
  left: auto;
  width: 6vw;
  height: 10vw;
  background: url("../img/common/ft-insta-txt-r.png") no-repeat center/contain;
}

#footer .ft-wrp .ft-c .ft-icon {
  margin-bottom: 5%;
}

#footer .ft-wrp .ft-c .insta-btn {
  height: 50px;
  color: #ab9026;
  text-align: center;
  background: url(../img/common/gld-btn-frame.png) no-repeat center/contain;
}

#footer .ft-wrp .ft-c .insta-btn span {
  position: relative;
  padding-left: 25px;
}

#footer .ft-wrp .ft-c .insta-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 14px;
  height: 10px;
  background: url("../img/common/gld-arw.png") no-repeat center/contain;
  margin-top: -5px;
}

#footer .ft-wrp .ft-r {
  width: 90%;
  padding: 6%;
  border-radius: 10px;
  margin: 0 auto;
  font-family: "Kiwi Maru", serif;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: url(../img/common/ft-reserve-bg.jpg);
  z-index: 1;
}

#footer .ft-wrp .ft-r:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -15px;
  bottom: -15px;
  left: auto;
  width: 183px;
  height: 137px;
  background: url("../img/common/ft-r-frame.png") no-repeat center/contain;
}

#footer .ft-wrp .ft-r .ft-r-txt {
  position: relative;
  z-index: 10;
  color: #ab9026;
  margin-bottom: 3%;
  font-size: 4.5vw;
}

#footer .ft-wrp .ft-r .icon {
  display: block;
  margin-bottom: 2%;
}

#footer .ft-wrp .ft-reservce-list {
  position: relative;
  z-index: 10;
}

#footer .ft-wrp .ft-reservce-list li {
  margin-bottom: 3%;
}

#footer .ft-wrp .ft-reservce-list li:last-child {
  margin-bottom: 0;
}

#footer .ft-wrp .ft-reservce-list li a {
  border-radius: 10px;
  display: block;
  padding: 4% 0;
  color: #fff;
  background: url(../img/common/ft-reserve-li-btn.jpg) no-repeat center/cover;
  transition: .1s all ease-in;
}

#footer .ft-wrp .ft-reservce-list li a span {
  font-size: 3.4vw;
  padding: 0 6vw;
  position: relative;
}

#footer .ft-wrp .ft-reservce-list li a span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 4vw;
  height: 4vw;
  background: url("../img/common/wht-arw.png") no-repeat center/contain;
  margin-top: -2vw;
}

#footer .ft-wrp .ft-reservce-list li .ft-reservce-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 4vw;
  background: url("../img/common/star-icon.png") no-repeat center/contain;
  margin-top: -2vw;
}

#footer .ft-wrp .ft-reservce-list li .ft-app-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 6vw;
  background: url("../img/common/sp-icon.png") no-repeat center/contain;
  margin-top: -3vw;
}

#footer .ft-nav {
  display: none;
}

#footer .sp-sitemap {
  margin-bottom: 10%;
}

#footer .sp-sitemap li {
  margin-right: 5%;
}

#footer .sp-sitemap li:last-child {
  margin-right: 0;
}

#footer .sp-sitemap li a {
  color: #507f13;
  font-size: 3vw;
  font-family: "Kiwi Maru", serif;
}

#footer #copyright {
  text-align: center;
  padding: 5px 0;
  background: #ebf8e4;
}

#footer #copyright small {
  color: #507f13;
  font-size: 2vw;
  letter-spacing: 0;
}

#footer #copyright small a {
  color: #507f13;
}

/*=========================================================
	下層ページ
=========================================================*/
/*下層ボックス
=========================================================*/
#contents-u {
  padding: 15% 0 15%;
}

/*下層サブビジュアル
=========================================================*/
#sv {
  height: 150px;
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

#sv {
  background: url(../img/common/sv-bg.png) no-repeat center/cover;
}

#sv .sv-ttl {
  width: 80%;
  padding: 5% 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  font-family: "Kiwi Maru", serif;
}

#sv .sv-ttl span {
  position: relative;
  padding: 0 5vw;
  color: #98c947;
  font-size: 4.5vw;
}

#sv .sv-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 2vw;
  height: 10vw;
  background: url("../img/common/sv-ttl-frame-l.png") no-repeat center/contain;
  margin-top: -5vw;
}

#sv .sv-ttl span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 2vw;
  height: 10vw;
  background: url("../img/common/sv-ttl-frame-r.png") no-repeat center/contain;
  margin-top: -5vw;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-size: 5vw;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  padding-bottom: 3%;
  line-height: 1.5;
  border-bottom: 1px solid #507f13;
  margin-bottom: 8%;
  color: #507f13;
}

.ttl02 {
  font-size: 4.5vw;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 5%;
  color: #ab9026;
}

.com-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 5vw;
  margin-bottom: 10%;
  font-weight: 500;
  border-bottom: 0.2rem dashed #507f13;
  color: #507f13;
  font-family: "Kiwi Maru", serif;
  padding: 0 2% 2%;
  box-sizing: border-box;
  background: url(../img/common/com-ttl-icon.png) no-repeat right bottom 3%/10%;
}

.com-tel span {
  color: #507f13;
  font-family: "Kiwi Maru", serif;
  font-size: 6vw;
  position: relative;
  padding-left: 6vw;
}

.com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 5px;
  left: 0;
  width: 3vw;
  height: 4vw;
  background: url("../img/common/tel-icon.png") no-repeat center/contain;
}

.com-tel span small {
  font-size: 4vw;
}

.com-li li {
  position: relative;
  padding-left: 6vw;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 3.8vw;
}

.com-li li:before {
  content: "";
  position: absolute;
  display: block;
  top: 0.5rem;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 4vw;
  background: url("../img/common/com-check.png") no-repeat center/contain;
}

/*下層共通パーツ
=========================================================*/
/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #48453f;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

#bread-clumb li a {
  color: #48453f;
}

/*共通テーブル
=========================================================*/
.com-dl > .in-dl dt,
.com-dl > .in-dl dd {
  padding: 3% 4%;
}

.com-dl > .in-dl > dt {
  background: #fbfdef;
  color: #507f13;
  font-weight: 700;
}

.com-dl > .in-dl > dd {
  vertical-align: top;
}

.com-dl > .in-dl > dd a {
  color: #48453f;
}

/*コンセプト
=========================================================*/
#about-concept {
  padding: 10% 0 15%;
}

#about-concept .about-conept-ttl {
  background: url(../img/concept/about-conept-ttl-bg.png) no-repeat center/90%;
  line-height: 1.5;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  padding-bottom: 3%;
  margin-bottom: 5%;
  border-bottom: 0.2rem dotted #ab9026;
}

#about-concept .about-conept-ttl span {
  display: block;
  color: #507f13;
  font-size: 4.5vw;
}

#about-concept .about-conept-ttl .sub {
  font-size: 5vw;
  color: #ab9026;
}

#about-concept .about-concept-txt p {
  margin-bottom: 4%;
}

#about-concept .about-concept-txt p br {
  display: none;
}

#about-concept .about-concept-txt p:last-child {
  margin-bottom: 0;
}

#feature .ttl01 {
  margin-bottom: 10%;
}

#feature .feature-info article {
  display: block;
  padding-bottom: 10%;
  margin-bottom: 15%;
  border-bottom: 0.1rem dashed #507f13;
}

#feature .feature-info article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#feature .feature-info article .feature-txtbx .feature-ttl {
  padding-left: 8vw;
  position: relative;
  font-size: 5vw;
  box-sizing: border-box;
  color: #ab9026;
  font-family: "Kiwi Maru", serif;
  line-height: 1.2;
  margin-bottom: 5%;
}

#feature .feature-info article .feature-txtbx .feature-ttl br {
  display: none;
}

#feature .feature-info article .feature-txtbx .feature-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 7vw;
  height: 7vw;
  background: url("../img/concept/feature-ttl-icon.png") no-repeat center/contain;
  margin-top: -2.5vw;
}

#feature .feature-info article .feature-txtbx .feature-ttl em {
  font-size: 4.5vw;
  color: #9ec122;
}

#feature .feature-info article .feature-img {
  width: 90%;
  text-align: center;
  margin: 0 auto 8%;
}

#feature .feature-info article .feature-txt {
  padding: 6%;
  border-radius: 10px;
  background: #fbfdef;
}

#flow {
  padding: 15% 0 10%;
}

#flow article {
  padding: 6%;
  background: #e9f7e1 url(../img/concept/flow-info-bg.png) no-repeat left top;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15%;
}

#flow article:last-child {
  margin-bottom: 0;
}

#flow article:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -13vw;
  left: 50%;
  width: 0;
  height: 0;
  border: 4vw solid transparent;
  border-top: 4vw solid #507f13;
  margin-left: -4vw;
}

#flow article:last-child {
  margin-right: 0;
}

#flow article .flow-info-ttl {
  border-bottom: 5px solid #fff;
  color: #507f13;
  font-size: 4.8vw;
  margin-bottom: 4%;
  padding-bottom: 3%;
  font-family: "Kiwi Maru", serif;
}

#flow article .flow-info-ttl .step {
  font-size: 4vw;
}

#flow article .hotpepper-btn {
  margin-top: 8%;
}

/*コース紹介
=========================================================*/
#example-course .example-course-ttl {
  text-align: center;
  margin-bottom: 5%;
  background: url(../img/case/example-case-ttl-l.png) no-repeat center left 5%/40%, url(../img/case/example-case-ttl-r.png) no-repeat center right 5%/40%;
}

#example-course .example-course-ttl span {
  position: relative;
  color: #9ec122;
  font-family: "Kiwi Maru", serif;
  font-size: 5vw;
}

#example-course .example-course-link::-webkit-scrollbar {
  display: none;
}

#example-course .example-course-link {
  margin-bottom: 10%;
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#example-course .example-course-link li {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

#example-course .example-course-link li a {
  display: block;
  padding: 10px 10px;
  line-height: 1.5;
  font-family: "Kiwi Maru", serif;
  border-radius: 5px;
  background: #369b1f;
  color: #fff;
  box-sizing: border-box;
  transition: .1s all ease-in;
}

#example-course .example-course-link li a br {
  display: none;
}

#example-course .example-course-link li a span {
  font-size: 3vw;
  position: relative;
  padding-left: 5vw;
}

#example-course .example-course-link li a span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 2vw;
  background: url("../img/common/wht-arw.png") no-repeat center/contain;
  margin-top: -1vw;
}

#example-course .example-course-link li a:hover {
  background: #f5b950;
}

#example-course .course-info article {
  margin-bottom: 10%;
  padding-bottom: 10%;
  border-bottom: 0.2rem dashed #ab9026;
}

#example-course .course-info article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#example-course .course-info article .sub-txt {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5%;
  padding: 10px 20px;
  font-family: "Kiwi Maru", serif;
  background: #9ec122;
  color: #fff;
  font-size: 3.8vw;
  border-radius: 10px;
  line-height: 1.5;
  position: relative;
}

#example-course .course-info article .sub-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -4vw;
  left: 15%;
  width: 0;
  height: 0;
  border: 2vw solid transparent;
  border-top: 2vw solid #9ec122;
}

#example-course .course-info article .course-info-ttl-bx {
  position: relative;
  margin-bottom: 5%;
  display: block;
  font-family: "Kiwi Maru", serif;
}

#example-course .course-info article .course-info-ttl-bx .course-info-ttl {
  color: #507f13;
  font-size: 5vw;
  padding-left: 10vw;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}

#example-course .course-info article .course-info-ttl-bx .course-info-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 1rem;
  right: auto;
  bottom: auto;
  left: 0;
  width: 8vw;
  height: 8vw;
  background: url("../img/course/course-ttl-icon.png") no-repeat center/contain;
  margin-top: -7px;
}

#example-course .course-info article .course-info-ttl-bx .price {
  text-align: right;
  color: #f5b950;
  font-size: 5vw;
}

#example-course .course-info article .course-info-ttl-bx .price small {
  font-size: 3vw;
}

#example-course .course-info article .course-info-bx {
  background: #fbfdef;
  border-radius: 10px;
  padding: 6%;
  box-sizing: border-box;
}

#example-course .course-info article .course-info-bx .course-info-list-bx {
  margin-bottom: 5%;
  display: block;
}

#example-course .course-info article .course-info-bx .course-info-list-bx p {
  text-align: left;
  line-height: 1;
  padding: 4% 5%;
  border-top: 0.1rem dashed #507f13;
  color: #507f13;
  font-weight: 700;
  border-bottom: 0.1rem dashed #507f13;
  margin-bottom: 3%;
}

#example-course .course-info article .course-info-bx .course-info-list-bx p span {
  display: block;
  position: relative;
  font-size: 4vw;
}

#example-course .course-info article .course-info-bx .course-info-list-bx p span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -2vw;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border: 1.5vw solid transparent;
  border-left: 1.5vw solid #507f13;
  margin-top: -1.5vw;
}

#example-course .course-info article .course-info-bx .course-info-list-bx .course-info-list li {
  display: inline-block;
  vertical-align: middle;
  background: #87d458;
  color: #fff;
  font-size: 0;
  line-height: 1.5;
  padding: 3px 10px;
  margin: 2% 3vw 0 0;
  position: relative;
  border-radius: 5px;
  font-size: 2vw;
}

#example-course .course-info article .course-info-bx .course-info-list-bx .course-info-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -3vw;
  bottom: auto;
  left: auto;
  width: 2vw;
  height: 2vw;
  background: url("../img/course/course-list-plus.png") no-repeat center/contain;
  margin-top: -1vw;
}

#example-course .course-info article .course-info-bx .course-info-list-bx .course-info-list li:last-child:before {
  display: none;
}

#example-course .course-info article .course-info-bx .course-info-txt {
  font-size: 3.5vw;
}

/*施術内容
=========================================================*/
#case .example-case-ttl {
  text-align: center;
  margin-bottom: 5%;
  background: url(../img/case/example-case-ttl-l.png) no-repeat center left 5%/40%, url(../img/case/example-case-ttl-r.png) no-repeat center right 5%/40%;
}

#case .example-case-ttl span {
  position: relative;
  color: #9ec122;
  font-family: "Kiwi Maru", serif;
  font-size: 5vw;
}

#case .example-case-link::-webkit-scrollbar {
  display: none;
}

#case .example-case-link {
  margin-bottom: 10%;
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#case .example-case-link li {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

#case .example-case-link li a {
  display: block;
  padding: 5px 10px;
  line-height: 1.5;
  font-family: "Kiwi Maru", serif;
  border-radius: 5px;
  background: #369b1f;
  color: #fff;
  box-sizing: border-box;
  transition: .1s all ease-in;
}

#case .example-case-link li a span {
  font-size: 3vw;
  position: relative;
  padding-left: 5vw;
}

#case .example-case-link li a span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4vw;
  height: 2vw;
  background: url("../img/common/wht-arw.png") no-repeat center/contain;
  margin-top: -1vw;
}

#case .example-case-link li a:hover {
  background: #f5b950;
}

#case .case-info .com-case-topic {
  padding: 10% 0 0;
}

#case .case-info article {
  margin: -10% 0 10%;
}

#case .case-info article:last-child {
  margin-bottom: 0;
}

#case .case-info article .com-case-bx {
  background: #fbfdef;
  padding: 6%;
  box-sizing: border-box;
  border-radius: 10px;
}

#case .case-info article .com-case-bx .case-txt {
  margin-bottom: 10%;
}

#case .case-info article .com-case-bx .case-txt p {
  margin-bottom: 4%;
}

#case .case-info article .com-case-bx .case-txt p:last-child {
  margin-bottom: 0;
}

#case .case-info article .com-case-bx .case-txt br {
  display: none;
}

#case .case-info article .com-case-bx .case-point {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#case .case-info article .com-case-bx .case-point dt {
  background: #e9f7e1;
  color: #507f13;
  font-family: "Kiwi Maru", serif;
  padding: 2% 3%;
  box-sizing: border-box;
}

#case .case-info article .com-case-bx .case-point dt span {
  position: relative;
  padding-left: 10%;
}

#case .case-info article .com-case-bx .case-point dt span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 5vw;
  height: 4vw;
  background: url("../img/common/point-icon.png") no-repeat center/contain;
  margin-top: -2vw;
}

#case .case-info article .com-case-bx .case-point dd {
  padding: 3% 5%;
  box-sizing: border-box;
}

#case .case-info article .com-case-bx .case-point dd .com-li li {
  color: #ab9026;
  font-weight: 700;
  margin-bottom: 3%;
}

#case .case-info article .com-case-bx .case-point dd .com-li li:last-child {
  margin-bottom: 0;
}

/*サロン情報
=========================================================*/
#message {
  padding-top: 10%;
  margin-bottom: 10%;
}

#message .messsage-bx {
  display: block;
}

#message .messsage-bx .messge-img {
  text-align: center;
  margin-bottom: 10%;
}

#message .messsage-bx .message-txtbx p {
  margin-bottom: 4%;
}

#message .messsage-bx .message-txtbx p br {
  display: none;
}

#message .messsage-bx .message-txtbx p:last-child {
  margin-bottom: 0;
}

#message .messsage-bx .ceo-name {
  text-align: right;
  margin: 15% 0 0 0;
  color: #ab9026;
  font-family: "Kiwi Maru", serif;
  font-size: 3.8vw;
}

#message .messsage-bx .ceo-name span {
  position: relative;
  padding-left: 4vw;
}

#message .messsage-bx .ceo-name span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 3vw;
  height: 3vw;
  background: url("../img/salon/message-txt-icon.png") no-repeat center/contain;
  margin-top: -1.5vw;
}

#salon-info {
  padding-top: 10%;
}

#salon-info .salon-dl {
  display: block;
  margin-bottom: 10%;
}

#map .map-iframe {
  height: 300px;
  background: #ccc;
}

#map .map-iframe iframe {
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
=========================================================*/
/*タグ一覧
----------------------------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}

.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #48453f;
  pointer-events: none;
}

.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  appearance: none;
}

.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px #507f13;
  color: #507f13;
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: #507f13;
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

.post-wrp .all-post-list article {
  border-bottom: 1px solid #507f13;
}

.post-wrp .all-post-list article a {
  color: #48453f;
}

.post-wrp .all-post-list article a .tag-name {
  font-family: "Kiwi Maru", serif;
  margin: 3px 5px 0 0;
  border: solid 1px #507f13;
}

.post-wrp .all-post-list article a .tag-name span {
  color: #507f13;
}

.post-wrp .all-post-list article a .post-ttl {
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #507f13;
}

.post-wrp .all-post-list article a time span {
  color: #507f13;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #507f13;
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #507f13;
}

#contents-u.s-post .sb_style h3 {
  background: #507f13;
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: #507f13;
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: #507f13;
}

#contents-u.s-post .sb_style ul li:before {
  background: #507f13;
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #507f13;
}

#contents-u.s-post .sb_style a {
  color: #507f13;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #507f13;
}

#contents-u.s-post .s-time-tag time {
  color: #507f13;
  font-weight: bold;
}

#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #507f13;
  line-height: 1;
  color: #507f13;
}

#contents-u.s-post .tag-name span {
  color: #507f13;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt .hissu {
  background: #507f13;
  color: #fff;
}

.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"] {
  border: solid #ccc 1px;
  background: #fff;
}

.cont-dl .in-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li #form-btn {
  border: solid 1px #507f13;
  background-color: #507f13;
}

.contact-btn ul li:hover #form-btn {
  color: #507f13;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}

ul.pagenation li.current {
  color: #fff;
  background: #507f13;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #507f13 5px;
}

.page-btn .right a:before {
  border-left: solid #507f13 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #507f13;
}

#site-map ul li a {
  font-family: "Kiwi Maru", serif;
  color: #48453f;
}

#site-map ul li a:before {
  border-left: 8px solid #507f13;
}

#site-map ul li a:hover {
  color: #507f13;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #507f13;
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*ドロワーメニュー
------------------------------------------------------*/
.drawer-nav {
  text-align: left;
  padding: 15% 6% 10% !important;
  box-sizing: border-box;
  background: #fff url(../img/mv/mv-bg.png) no-repeat right bottom/100%;
}

.drawer-nav .drawer-menu > li {
  border-bottom: 1px dashed #ab9026;
}

.drawer-nav .drawer-menu > li:nth-child(1) {
  border-bottom: none;
  text-align: center;
  margin-bottom: 6vw;
}

.drawer-nav .drawer-menu > li:nth-child(1) img {
  width: 35%;
}

.drawer-nav .drawer-menu > li:last-child {
  margin-bottom: 0;
}

.drawer-nav .drawer-menu > li a {
  font-size: 3.5vw;
  display: block;
  padding: 3% 5%;
  box-sizing: border-box;
  font-weight: bold;
  color: #507f13;
  font-family: "Kiwi Maru", serif;
}

.drawer-dropdown-menu {
  padding: 10% 0 5% !important;
  background: none !important;
}

.drawer-dropdown-menu li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding-left: 30px;
  box-sizing: border-box;
}

.drawer-dropdown-menu li:last-child {
  margin-bottom: 0;
}

.drawer-dropdown-menu li a {
  position: relative;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  z-index: 100000 !important;
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 1%;
  right: 2.5% !important;
  z-index: 1000000 !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-toggle.drawer-hamburger {
  background: #369b1f !important;
  right: 2% !important;
  border-radius: 5px;
  top: 1%;
}

.drawer-hamburger {
  padding: 18px .75rem 24px;
}

.drawer-hamburger-icon {
  margin-top: 5px;
}

.drawer-hamburger-icon:before {
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-info {
  margin: 6vw 0;
}

.sp-info li {
  margin-bottom: 3%;
}

.sp-info li:last-child {
  margin-bottom: 0;
}

.sp-info .sp-tel {
  text-align: center;
}

.sp-info .sp-tel a span {
  font-size: 5vw;
}

.sp-info .sp-add {
  font-size: 3vw;
}

.sp-info .sp-add span:before {
  color: #ab9026;
}

.sp-reservce-list {
  margin-top: 10%;
}

.sp-reservce-list li {
  width: 48%;
  margin-right: 4%;
}

.sp-reservce-list li:last-child {
  margin-right: 0;
}

.sp-reservce-list li a {
  text-align: center;
  display: block;
  padding: 6% 0;
  border-radius: 10px;
  background: url(../img/common/ft-reserve-li-btn.jpg) no-repeat center/cover;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 3vw;
  letter-spacing: 0;
}

.f_txt_add{
 line-height: 1.5;
    font-size: 3vmin;
}

.tel-txt{
  display: block;
  text-align: center;
  margin:  5px auto;
  line-height: 1;
}

#salon-info .tel-txt{
  text-align: left;
}