@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*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: 15px;
  line-height: 1.8;
  color: #51433c;
}

.body-wrp {
  overflow-x: hidden;
}

.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%);
}

/*共通テキスト
----------------------------------------------- */
.common-txt p {
  margin-bottom: 25px;
}

.common-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .common-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-btw {
  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 {
  height: 100px;
  background: #fff6e2;
}

#header .hd-wrp,
#header .inbox {
  height: 100%;
}

#header .hd-l {
  width: 200px;
}

#header .hd-r {
  width: 520px;
}

#header .hd-r .com-tel {
  width: 270px;
  margin-right: 20px;
}

#header .hd-r .mail-btn {
  margin-right: 10px;
}

#header .hd-r .hd-line {
  width: 42px;
}

.com-tel {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 700;
  color: #6e9d40 !important;
}

.com-tel small {
  margin-right: 5px;
  color: #3fbc26;
  font-size: 18px;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  height: 760px;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  height: 100%;
}

#mv .catch {
  text-align: center;
}

#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}

#mv li {
  height: 760px;
}

#mv li:nth-child(1) {
  background: url(../img/mv/slider01-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(2) {
  background: url(../img/mv/slider02-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(3) {
  background: url(../img/mv/slider03-bg.jpg) no-repeat center/cover;
}

#mv {
  background: url(../img/mv/mv-bg.jpg) no-repeat center/cover;
}

#mv .mv-catch {
  padding-left: 3%;
  box-sizing: border-box;
}

#mv .mv-catch img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

/*gnav
=========================================================*/
#nav {
  position: relative;
  background: url(../img/gnav/nav-bg.jpg);
  padding-bottom: 35px;
}

#nav:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../img/gnav/gnav-frame.png") no-repeat center/contain;
  background-position: bottom left;
}

#nav li a {
  color: #6e9d40;
  font-weight: 700;
  position: relative;
}

#nav li a:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: .1s all ease-in;
}

#nav li a:hover:before {
  background: #3fbc26;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通タイトル
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

/*共通ボタン
=========================================================*/
.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;
  }
}

.mail-btn {
  display: block;
  background: #6e9d40;
  border: solid 1px #fff;
  text-align: center;
  width: 180px;
  padding: 10px 0;
  border-radius: 25px;
  transition: 0.3s all ease;
}

.mail-btn span {
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  color: #fff;
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 19px;
  height: 16px;
  background: url("../img/common/mail-icon-wht.png") no-repeat center/contain;
  margin-top: -7px;
}

.mail-btn:hover {
  background: #6e9d40;
}

.mail-btn:hover span {
  color: #fff;
}

.more-btn-line-start {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-start:before, .more-btn-line-start:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-start:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-start:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-start:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-start:hover:before, .more-btn-line-start:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before, .more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before, .more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before, .more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before, .more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.curtn-btn-top {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #6e9d40;
  overflow: hidden;
}

.curtn-btn-top:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #3fbc26;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-top span {
  position: relative;
  z-index: 100;
}

.curtn-btn-top:before {
  left: 0;
  top: -100%;
}

.curtn-btn-top:hover:before {
  top: 0;
}

.curtn-btn-right {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #6e9d40;
  overflow: hidden;
}

.curtn-btn-right:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #3fbc26;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-right span {
  position: relative;
  z-index: 100;
}

.curtn-btn-right:before {
  right: -100%;
  top: 0;
}

.curtn-btn-right:hover:before {
  right: 0;
}

.curtn-btn-bottom {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #6e9d40;
  overflow: hidden;
}

.curtn-btn-bottom:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #3fbc26;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-bottom span {
  position: relative;
  z-index: 100;
}

.curtn-btn-bottom:before {
  left: 0;
  bottom: -100%;
}

.curtn-btn-bottom:hover:before {
  bottom: 0;
}

.curtn-btn-left {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #6e9d40;
  overflow: hidden;
}

.curtn-btn-left:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #3fbc26;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-left span {
  position: relative;
  z-index: 100;
}

.curtn-btn-left:before {
  left: -100%;
  top: 0;
}

.curtn-btn-left:hover:before {
  left: 0;
}

.line-dash-btn-01 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-01:before, .line-dash-btn-01:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #6e9d40;
}

.line-dash-btn-01:before {
  right: 0;
  top: 0;
}

.line-dash-btn-01:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-01 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-01 span:before, .line-dash-btn-01 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #6e9d40;
}

.line-dash-btn-01 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-01 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-01:hover:before, .line-dash-btn-01:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-01:hover span:before, .line-dash-btn-01:hover span:after {
  transition-delay: 0.2s;
  height: 100%;
}

.line-dash-btn-02 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-02:before, .line-dash-btn-02:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #6e9d40;
}

.line-dash-btn-02:before {
  right: 0;
  top: 0;
}

.line-dash-btn-02:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-02 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-02 span:before, .line-dash-btn-02 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #6e9d40;
}

.line-dash-btn-02 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-02 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-02:hover:before, .line-dash-btn-02:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-02:hover span:before, .line-dash-btn-02:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

.line-dash-btn-03 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-03:before, .line-dash-btn-03:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #6e9d40;
}

.line-dash-btn-03:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-03 span:before, .line-dash-btn-03 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #6e9d40;
}

.line-dash-btn-03 span:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03 span:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03:hover:before, .line-dash-btn-03:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-03:hover span:before, .line-dash-btn-03:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

/*こんなお悩みございませんか？
=========================================================*/
#trouble {
  padding: 70px 0 50px;
  background: url(../img/trouble/trouble-bg.jpg) no-repeat top center/cover;
  text-align: center;
}

#trouble .trouble-ttl {
  margin-bottom: 50px;
}

/*そのようなお悩みに漢方薬がおすすめです！
=========================================================*/
#recommend {
  padding: 30px 0 150px;
  position: relative;
  text-align: center;
  background: url(../img/recommend/recommend-bg-top.png) no-repeat center top/100%, url(../img/recommend/recommend-bg.jpg);
}

#recommend:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 118px;
  background: url("../img/recommend/recommend-bg-top.png") no-repeat center/contain;
  background-position: top center;
  z-index: 2;
}

#recommend:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 964px;
  height: 171px;
  background: url("../img/recommend/recommend-arrow.png") no-repeat center/contain;
  z-index: 3;
  margin-left: -482px;
}

#recommend .recommend-ttl {
  position: relative;
  z-index: 4;
  margin-bottom: 100px;
}

#recommend .recommend-txt {
  line-height: 2.5;
}

#recommend .recommend-l,
#recommend .recommend-r {
  z-index: 1;
}

#recommend .recommend-l {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: url(../img/recommend/recommend-bg-l.png) no-repeat right center/cover;
}

#recommend .recommend-r {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: url(../img/recommend/recommend-bg-r.png) no-repeat left center/cover;
}

/*漢方薬をおすすめする理由
=========================================================*/
#reason .reason-ttl {
  padding: 50px 0;
  background: url(../img/reason/reason-ttl-bg.jpg);
  text-align: center;
}

#reason .reason-ttl span {
  padding-bottom: 10px;
  border-bottom: 10px solid #d3eabf;
  position: relative;
}

#reason .reason-ttl span:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -70px;
  left: 50%;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: solid 20px #d3eabf;
}

#reason .reason-ttl span:after {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -115px;
  bottom: -60px;
  left: auto;
  width: 92px;
  height: 121px;
  background: url("../img/reason/reason-ttl-icon.png") no-repeat center/contain;
}

#reason .reason-ttl span img {
  position: relative;
  z-index: 2;
}

#reason .reason-info-wrp {
  padding: 100px 0 160px;
  background: url(../img/reason/reason-bg-btm.png) no-repeat center bottom/100%, url(../img/reason/reason-bg.png) no-repeat center bottom/cover;
}

#reason .reason-info-wrp .reason-info {
  margin-bottom: 60px;
}

#reason .reason-info-wrp article {
  padding-top: 30px;
  box-sizing: border-box;
  min-height: 450px;
  position: relative;
  margin-bottom: 100px;
}

#reason .reason-info-wrp article:last-child {
  margin-bottom: 0;
}

#reason .reason-info-wrp article .reason-info-box {
  width: 565px;
}

#reason .reason-info-wrp article .reason-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 450px;
}

#reason .reason-info-wrp article:nth-child(even) .reason-info-box {
  margin-left: auto;
}

#reason .reason-info-wrp article:nth-child(even) .reason-img {
  right: auto;
  left: 0;
}

#reason .reason-info-wrp article .reason-info-ttl {
  font-weight: 700;
  position: relative;
  padding: 0 0 10px 100px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

#reason .reason-info-wrp article .reason-info-ttl:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 510px;
  height: 1px;
  background: #51433c;
}

#reason .reason-info-wrp article .reason-info-ttl:after {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 88px;
}

#reason .reason-info-wrp article .reason-info-ttl .sub, #reason .reason-info-wrp article .reason-info-ttl .main {
  display: block;
  line-height: 1.5;
}

#reason .reason-info-wrp article .reason-info-ttl .grn-txt {
  color: #6e9d40;
}

#reason .reason-info-wrp article .reason-info-ttl .sub {
  font-size: 24px;
}

#reason .reason-info-wrp article .reason-info-ttl .sub em {
  font-size: 26px;
}

#reason .reason-info-wrp article .reason-info-ttl .main em {
  font-size: 42px;
}

#reason .reason-info-wrp article .reason-txt {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
}

#reason .reason-info-wrp #reason01 .reason-info-ttl:after {
  background: url("../img/reason/reason-num01.png") no-repeat center/contain;
}

#reason .reason-info-wrp #reason01 .reason-info-ttl .main {
  font-size: 38px;
}

#reason .reason-info-wrp #reason01 .reason-info-ttl small {
  font-size: 32px;
}

#reason .reason-info-wrp #reason02 .reason-info-ttl:after {
  background: url("../img/reason/reason-num02.png") no-repeat center/contain;
}

#reason .reason-info-wrp #reason02 .reason-info-ttl .main {
  font-size: 38px;
}

#reason .reason-info-wrp #reason02 .reason-info-ttl small {
  font-size: 32px;
}

#reason .reason-info-wrp #reason03 .reason-info-ttl:after {
  background: url("../img/reason/reason-num03.png") no-repeat center/contain;
}

#reason .reason-info-wrp #reason03 .reason-info-ttl small {
  font-size: 34px;
}

#reason .reason-info-wrp #reason03 .reason-info-ttl em {
  font-size: 40px;
}

#reason .reason01-img {
  background: url(../img/reason/reason01-img.png) no-repeat left center/cover;
}

#reason .reason02-img {
  background: url(../img/reason/reason02-img.png) no-repeat right center/cover;
}

#reason .reason03-img {
  background: url(../img/reason/reason03-img.png) no-repeat left center/cover;
}

#reason #decoction {
  margin-bottom: 110px;
}

#reason #decoction .decoction-box .decoction-img {
  width: 478px;
}

#reason #decoction .decoction-box .decoction-txtbox .decoction-ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}

#reason #decoction .decoction-box .decoction-txtbox .decoction-ttl:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 80px;
  bottom: 0;
  left: auto;
  width: 150px;
  height: 126px;
  background: url("../img/reason/decoction-ttl-img.png") no-repeat center/contain;
}

#reason #decoction .decoction-box .decoction-txtbox .decoction-ttl .sub, #reason #decoction .decoction-box .decoction-txtbox .decoction-ttl .main {
  display: block;
}

#reason #decoction .decoction-box .decoction-txtbox .decoction-ttl .sub {
  font-size: 24px;
}

#reason #decoction .decoction-box .decoction-txtbox .decoction-ttl .sub small {
  font-size: 22px;
}

#reason #decoction .decoction-box .decoction-txtbox .decoction-ttl .main {
  color: #6e9d40;
  font-size: 36px;
}

#reason #decoction .decoction-box .decoction-txtbox .decoction-ttl .main small {
  font-size: 28px;
}

#reason #decoction .decoction-box .decoction-txt {
  background: #ddebd2;
  padding: 15px;
  font-size: 15px;
  letter-spacing: 0;
  box-sizing: border-box;
}

#reason #movie .movie-box {
  position: relative;
}

#reason #movie .movie-box .movie-ttl {
  position: absolute;
  right: 35px;
  top: -35px;
}

#reason #movie .movie-box .movie-iframe {
  width: 850px;
  height: 480px;
  margin: 0 auto;
  background: #000;
  position: relative;
}

#reason #movie .movie-box .movie-iframe iframe {
  width: 100%;
  height: 100%;
}

/*ご利用者様からもご満足の声多数！
=========================================================*/
#voice {
  padding: 20px 0 110px;
  background: url(../img/voice/voice-bg-t.png) no-repeat center top, url(../img/voice/voice-bg.jpg);
}

#voice .voice-ttl {
  text-align: center;
  margin-bottom: 60px;
}

#voice .voice-post article {
  margin-bottom: 70px;
}

#voice .voice-post article:last-child {
  margin-bottom: 0;
}

#voice .voice-post article .voice-icon {
  width: 206px;
  height: 206px;
  margin-right: 30px;
  background: url(../img/voice/voice-no-img.png) no-repeat center/cover;
}

#voice .voice-post article .voice-txtbox {
  width: 760px;
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px rgba(81, 67, 60, 0.1);
  position: relative;
}

#voice .voice-post article .voice-txtbox:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  right: auto;
  bottom: auto;
  left: -30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: solid 15px #fff;
}

#voice .voice-post article .voice-txtbox .year-sex {
  margin-bottom: 5px;
}

#voice .voice-post article .voice-txtbox .year-sex li {
  margin-right: 10px;
}

#voice .voice-post article .voice-txtbox .year-sex li:last-child {
  margin-right: 0;
}

#voice .voice-post article .voice-txtbox .voice-post-ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

/*商品紹介
=========================================================*/
#products {
  padding: 90px 0 80px;
  background: url(../img/products/products-bg-l.png) no-repeat left top/23%, #f9fff6 url(../img/products/products-bg-r.png) no-repeat right bottom/21%;
}

#products .products-ttl {
  text-align: center;
  margin-bottom: 70px;
}

#products .products-ttl span {
  position: relative;
}

#products .products-ttl span:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -30px;
  left: -216px;
  width: 138px;
  height: 101px;
  background: url("../img/products/products-ttl-l.png") no-repeat center/contain;
}

#products .products-ttl span:after {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -174px;
  bottom: -35px;
  left: auto;
  width: 129px;
  height: 100px;
  background: url("../img/products/products-ttl-r.png") no-repeat center/contain;
}

#products .products-post {
  background: #fff;
  padding: 35px;
  box-shadow: 0 0 5px 1px rgba(74, 81, 60, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
}

#products .products-post article {
  padding: 0 25px 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
  border-bottom: 0.15rem dashed #6e9d40;
}

#products .products-post article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#products .products-post article .products-img {
  width: 300px;
  height: 240px;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
}

#products .products-post article .products-txtbox {
  width: 620px;
}

#products .products-post article .products-txtbox .products-post-ttl-wrp {
  color: #4a513c;
  font-weight: 700;
  border-bottom: 10px solid #d3eabf;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

#products .products-post article .products-txtbox .products-post-ttl {
  font-size: 24px;
}

#products .products-post article .products-txtbox .price {
  font-size: 20px;
}

/*メッセージ
=========================================================*/
#message {
  padding: 75px 0 100px;
  background: url(../img/message/message-bg.jpg);
}

#message .message-img-box {
  width: 320px;
  margin-right: 100px;
}

#message .message-img-box .ceo {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

#message .message-img-box .ceo-name {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  background: #6e9d40;
}

#message .message-img-box .message-dl {
  width: 100%;
}

#message .message-img-box .message-dl .in-dl {
  margin-bottom: 5px;
}

#message .message-img-box .message-dl .in-dl:last-child {
  margin-bottom: 0;
}

#message .message-img-box .message-dl dt, #message .message-img-box .message-dl dd {
  font-size: 14px;
  letter-spacing: 0;
  display: table-cell;
}

#message .message-img-box .message-dl dt {
  width: 80px;
  text-align: center;
  vertical-align: middle;
  background: #ddebd2;
  border-radius: 6px;
}

#message .message-img-box .message-dl dd {
  padding: 8px;
  font-size: 14px;
  box-sizing: border-box;
  width: 240px;
}

#message .message-txtbox {
  width: 550px;
}

#message .message-txtbox .message-txt-ttl {
  background: url(../img/message/message-txt-ttl-line.png) no-repeat bottom left;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#message .message-txtbox .message-txt {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
}

/*ご相談やお問い合わせはこちら
=========================================================*/
#contact .contact-ttl {
  padding: 60px 0;
  background: url(../img/contact/contact-ttl-bg.jpg);
  text-align: center;
}

#contact .contact-wrp {
  padding: 60px 0 130px;
  background: #f0f7ef;
}

#contact #contact-flow {
  background: #fff;
  border-radius: 10px;
  border: solid 3px #d3eabf;
  box-sizing: border-box;
  margin-bottom: 80px;
}

#contact #contact-flow .contact-flow-ttl {
  text-align: center;
  padding: 15px 0;
  color: #4a513c;
  font-weight: 700;
  background: #d3eabf;
  font-size: 28px;
}

#contact #contact-flow .contact-flow-list {
  padding: 40px 20px;
  box-sizing: border-box;
}

#contact #contact-flow .contact-flow-list li {
  text-align: center;
  width: calc(100%/3);
  position: relative;
}

#contact #contact-flow .contact-flow-list li:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: 45px;
  right: -28px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-left: solid 20px #d3eabf;
}

#contact #contact-flow .contact-flow-list li:last-child:before {
  display: none;
}

#contact #contact-flow .contact-flow-list li .contact-flow-img {
  margin-bottom: 25px;
}

#contact #contact-flow .contact-flow-list li .flow-dl dt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

#contact #contact-flow .contact-flow-list li .flow-dl dd {
  font-size: 15px;
  letter-spacing: 0;
}

#contact #contact-info-tel .contact-info-ttl {
  width: 840px;
  margin: 0 auto;
  background: #d3eabf;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  font-size: 22px;
  border-radius: 6px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#contact .contact-info {
  margin-bottom: 90px;
}

#contact .contact-info .contact-info-dl {
  width: 360px;
  margin-right: 80px;
}

#contact .contact-info .contact-info-dl dt {
  text-align: center;
  background: #6e9d40;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

#contact .contact-info .contact-info-dl dt span {
  padding-left: 30px;
  position: relative;
}

#contact .contact-info .contact-info-dl dt span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 27px;
  height: 24px;
  background: url("../img/common/tel-icon.png") no-repeat center/contain;
  margin-top: -12px;
}

#contact .contact-info .contact-info-dl dd {
  line-height: 1;
  text-align: center;
}

#contact .contact-info .contact-info-dl dd a {
  font-weight: 700;
  font-size: 38px;
}

#contact .contact-info .contact-info-dl dd a small {
  font-size: 27px;
}

#contact .contact-info .line-btn {
  background: #00b900;
  display: block;
  padding: 3px;
  width: 385px;
  box-sizing: border-box;
}

#contact .contact-info .line-btn .line-box {
  color: #fff;
  text-align: center;
  padding: 30px 0;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
  border: solid 1px rgba(255, 255, 255, 0.8);
}

.contact-form-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-form-ttl span {
  position: relative;
  padding-left: 30px;
}

.contact-form-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 19px;
  height: 16px;
  background: url("../img/common/mail-icon-grn.png") no-repeat center/contain;
  margin-top: -7px;
}

#privacy-box .privacy-ttl {
  font-weight: 700;
  text-align: center;
  color: #6e9d40;
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b5b5b5;
}

#privacy-box .privacy-iframe {
  background: #fff;
  height: 265px;
  margin-bottom: 30px;
}

#privacy-box .privacy-iframe iframe {
  width: 100%;
  height: 100%;
}

/*薬局情報
=========================================================*/
#info {
  padding: 85px 0 0;
}

#info .info-box {
  margin-bottom: 75px;
}

#info .info-box .info-l {
  width: 530px;
}

#info .info-box .info-l .info-ttl {
  flood-color: #4a513c;
  font-weight: 700;
  font-size: 40px;
  border-bottom: 4px solid #d3eabf;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#info .info-box .info-l .info-dl .in-dl {
  border-bottom: 1px solid #e5e5e5;
}

#info .info-box .info-l .info-dl .in-dl:last-child {
  border-bottom: none;
}

#info .info-box .info-l .info-dl dt, #info .info-box .info-l .info-dl dd {
  font-size: 15px;
  display: table-cell;
  padding: 15px 0;
}

#info .info-box .info-l .info-dl dt {
  width: 120px;
  box-sizing: border-box;
}

#info .info-box .info-l .info-dl dt em {
  padding-left: 10px;
  border-left: 3px solid #6e9d40;
}

#info .info-box .info-l .info-dl dd {
  width: 410px;
}

#info .info-box .info-r {
  width: 500px;
}

#info .info-box .info-r li {
  margin-bottom: 5px;
}

#info .info-box .info-r li:last-child {
  margin-bottom: 0;
}

#info #map .map-ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

#info #map .map-ttl span:before {
  margin-right: 5px;
  color: #6e9d40;
}

#info #map .map-iframe {
  height: 400px;
  border-top: solid 1px #ccc;
}

#info #map .map-iframe iframe {
  width: 100%;
  height: 100%;
}

/*新着情報
=========================================================*/
#top-news {
  padding: 80px 0 60px;
  background: url(../img/news/top-news-bg-l.png) no-repeat left top -10vw, #f9fff6 url(../img/news/top-news-bg-r.png) no-repeat right bottom -15vw;
}

#top-news .top-news-ttl {
  text-align: center;
  margin-bottom: 50px;
}

#top-news .top-news-post {
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(74, 81, 60, 0.1);
}

#top-news .top-news-post article {
  border-bottom: 1px solid #e5e5e5;
}

#top-news .top-news-post article:last-of-type {
  border-bottom: none;
}

#top-news .top-news-post article a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
}

#top-news .top-news-post article a:hover {
  background: rgba(204, 204, 204, 0.2);
}

#top-news .top-news-post article .time-tag {
  margin-bottom: 15px;
}

#top-news .top-news-post article .time-tag time, #top-news .top-news-post article .time-tag ul, #top-news .top-news-post article .time-tag li {
  display: inline-block;
  vertical-align: middle;
}

#top-news .top-news-post article .time-tag time {
  color: #3fbc26;
  margin-right: 15px;
}

#top-news .top-news-post article .time-tag ul li {
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  min-width: 55px;
  padding: 0 10px;
  background: #6e9d40;
}

#top-news .top-news-post article .time-tag .top-news-post-ttl {
  letter-spacing: 0;
}

.more-btn {
  margin-top: 15px;
  display: block;
  background: #6e9d40;
  text-align: center;
  border-radius: 30px;
  padding: 20px 0;
}

.more-btn span {
  color: #fff;
  padding-left: 25px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
}

.more-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#footer {
  background: url(../img/common/ft-bg.jpg);
}

#footer .ft-wrp {
  padding: 55px 0 45px;
}

#footer .ft-wrp .ft-l {
  width: 520px;
}

#footer .ft-wrp .ft-l .ft-logo {
  display: block;
  width: 220px;
  margin-right: 20px;
}

#footer .ft-wrp .ft-l .ft-address-box {
  width: 280px;
}

#footer .ft-wrp .ft-l .ft-address-box address {
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0;
}

#footer .ft-wrp .ft-r {
  width: 480px;
}

#footer .ft-wrp .ft-r li {
  margin-right: 15px;
}

#footer .ft-wrp .ft-r li:last-child {
  margin-right: 0;
}

#footer .ft-wrp .ft-r .more-btn {
  margin-top: 0;
}

#footer .ft-wrp .ft-r .official-btn {
  width: 180px;
}

#footer .ft-wrp .ft-r .official-btn a {
  padding: 10px 0;
  color: #fff;
}

#footer .ft-wrp .ft-r .youtube {
  width: 115px;
}

#footer .ft-wrp .ft-r .fb, #footer .ft-wrp .ft-r .insta, #footer .ft-wrp .ft-r .line {
  width: 35px;
}

#footer .ft-nav {
  margin-bottom: 30px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}

#footer .ft-nav li a {
  color: #707070;
  font-size: 12px;
}

#footer #copyright {
  background: #6e9d40;
  text-align: center;
  padding: 5px 0;
}

#footer #copyright small {
  color: #fff;
  font-size: 12px;
}

#footer #copyright small a {
  color: #fff;
}

/*=========================================================
	下層ページ
=========================================================*/
/*下層サブビジュアル
=========================================================*/
#ma {
  height: 440px;
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

#ma .ma-ttl {
  padding-left: 3%;
  box-sizing: border-box;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #6e9d40;
}

/*下層共通パーツ
=========================================================*/
/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #51433c;
  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: #51433c;
}

/*共通テーブル
=========================================================*/
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}

.com-dl > .in-dl > dd a {
  color: #51433c;
}

/*下層ページ
=========================================================*/
/*下層ページ
=========================================================*/
/*下層ページ
=========================================================*/
/*下層ページ
=========================================================*/
/*下層ページ
=========================================================*/
/*お知らせ一覧
=========================================================*/
.post-wrp .tag-change li a {
  border: solid 1px #6e9d40;
  color: #6e9d40;
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: #6e9d40;
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

.post-wrp .all-post-list article {
  border-bottom: 1px solid #6e9d40;
}

.post-wrp .all-post-list article a {
  color: #51433c;
}

.post-wrp .all-post-list article a .tag-name {
  border: solid 1px #6e9d40;
}

.post-wrp .all-post-list article a .tag-name span {
  color: #6e9d40;
}

.post-wrp .all-post-list article a time {
  background: #6e9d40;
}

.post-wrp .all-post-list article a time span {
  color: #fff;
}

.post-wrp .all-post-list article a time span:before {
  border-left: #fff solid 5px;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #6e9d40;
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #6e9d40;
}

#contents-u.s-post .sb_style h3 {
  background: #6e9d40;
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: #6e9d40;
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: #6e9d40;
}

#contents-u.s-post .sb_style ul li:before {
  background: #6e9d40;
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #6e9d40;
}

#contents-u.s-post .sb_style a {
  color: #6e9d40;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #6e9d40;
}

#contents-u.s-post .s-time-tag time {
  color: #6e9d40;
  font-weight: bold;
}

#contents-u.s-post .tag-name {
  min-width: 130px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #6e9d40;
  margin-bottom: 20px;
  line-height: 1;
  color: #6e9d40;
}

#contents-u.s-post .tag-name span {
  color: #6e9d40;
}

/*お問い合わせ
=========================================================*/
.cont-dl {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(81, 67, 60, 0.1);
  margin-bottom: 60px;
  border-radius: 10px;
}

.cont-dl .in-dl {
  border-bottom: 1px solid #ccc;
}

.cont-dl .in-dl:last-child {
  border-bottom: none;
}

.cont-dl .in-dl dt, .cont-dl .in-dl dd {
  padding: 15px 10px;
}

.cont-dl .in-dl dt {
  background: transparent;
}

.cont-dl .in-dl dt .hissu {
  background: transparent;
  color: #3fbc26;
}

.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 #6e9d40;
  background-color: #6e9d40;
}

.contact-btn ul li:hover #form-btn {
  color: #6e9d40;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}

ul.pagenation li.current {
  color: #fff;
  background: #6e9d40;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #6e9d40 5px;
}

.page-btn .right a:before {
  border-left: solid #6e9d40 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #6e9d40;
}

#site-map ul li a {
  color: #51433c;
}

#site-map ul li a:before {
  border-left: 8px solid #6e9d40;
}

#site-map ul li a:hover {
  color: #6e9d40;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #6e9d40;
}

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.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;
}

/*ドロワーメニュー
------------------------------------------------------*/
