@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: 1.6rem;
  line-height: 1.8;
  color: #333;
}

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

.com-tel {
  font-size: 24px;
  font-weight: 700;
}

.com-tel span {
  letter-spacing: 0;
  position: relative;
  color: #000;
  padding-left: 30px;
}

.com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 23px;
  height: 23px;
  background: url("../img/common/tel-icon-blk.png") no-repeat center/contain;
  margin-top: -11.5px;
}

.com-tel.com-tel-blk span {
  color: #fff;
  padding-left: 30px;
}

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

.com-tel.com-tel-wht span {
  color: #fff;
  padding-left: 30px;
}

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

/*=========================================================
	header
=========================================================*/
#header {
  position: absolute;
  left: 0;
  padding: 10px 20px;
  top: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}

#header h1 span {
  display: block;
}

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

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

#header .hd-r .hd-info-bx li {
  margin-right: 15px;
}

#header .hd-r .hd-info-bx li:last-of-type {
  margin-right: 0;
}

#header .hd-r .hd-info-bx .hd-tel-wrp {
  width: 195px;
}

#header .hd-r .hd-info-bx .hd-tel-wrp small {
  line-height: 1.2;
  color: #000;
  font-size: 12px;
}

#header .hd-r .hd-info-bx .hd-sns {
  width: 30px;
}

#header #nav li {
  line-height: 1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

#header #nav li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

#header #nav li a:hover {
  color: #779394;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  height: 100vh;
  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: 100vh;
}

#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 li:nth-child(4) {
  background: url(../img/mv/slider04-bg.jpg) no-repeat center/cover;
}

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

/*=========================================================
	トップページ
=========================================================*/
/*下層ボックス
=========================================================*/
#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;
  }
}

.more-btn {
  display: block;
  width: 160px;
  background: #333;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #333;
}

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

.more-btn span {
  color: #fff;
}

.more-btn:hover {
  background: #dfff9a !important;
}

.more-btn:hover:before {
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}

.more-btn:hover span {
  color: #333;
}

.more-btn.wht-btn {
  background: #fff;
}

.more-btn.wht-btn:before {
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}

.more-btn.wht-btn span {
  color: #333;
}

.mail-btn {
  display: block;
  background: #dfff9a;
  border: solid 1px #333;
  text-align: center;
  width: 150px;
  padding: 10px 0;
  transition: 0.3s all ease;
}

.mail-btn span {
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  color: #333;
  font-size: 15px;
}

.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: #779394;
}

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

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

.banner-mail-btn span {
  position: relative;
  padding-left: 35px;
}

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

.online-btn span {
  position: relative;
  padding-left: 35px;
}

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

/*top-about
=========================================================*/
#top-about {
  padding: 90px 0;
  text-align: center;
  background: url(../img/top/top-about-bg-top.png) no-repeat right top, url(../img/top/top-about-bg-flower.png) no-repeat left 25% bottom, url(../img/top/top-about-bg-btm.png) no-repeat center bottom/100%, url(../img/top/top-about-bg.jpg) no-repeat center/cover;
}

#top-about .top-about-ttl {
  margin-bottom: 25px;
  padding-bottom: 80px;
  position: relative;
}

#top-about .top-about-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #333;
}

#top-about .top-about-txt {
  margin-bottom: 60px;
  line-height: 2.2;
}

#top-about .top-about-txt p {
  margin-bottom: 20px;
}

#top-about .top-about-txt p:last-of-type {
  margin-bottom: 0;
}

#top-about .more-btn {
  margin: 0 auto;
}

/*top-service
=========================================================*/
#top-service {
  padding: 100px 0 200px;
  background: url(../img/top/top-service-bg-l.png) no-repeat bottom left, url(../img/top/top-service-bg-l.png) no-repeat top 420px right;
}

#top-service .top-service-ttl {
  text-align: center;
  margin-bottom: 150px;
}

#top-service .top-service-info article {
  margin-bottom: 20px;
  position: relative;
}

#top-service .top-service-info article .top-service-img {
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 100;
}

#top-service .top-service-info article .top-service-bx {
  background: #fff;
}

#top-service .top-service-info article .top-service-bx .num {
  width: 560px;
  color: #e0e0e0;
  background: url(../img/top/top-service-num-line.jpg) repeat-x left center;
}

#top-service .top-service-info article .top-service-bx .num span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 5px 15px;
}

#top-service .top-service-info article .top-service-txtbx {
  width: 560px;
  padding: 45px 40px 55px;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #333;
}

#top-service .top-service-info article .top-service-info-ttl {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}

#top-service .top-service-info article .top-service-info-ttl .main {
  font-weight: 700;
  background: url(../img/top/top-service-info-ttl-line.jpg) repeat-x bottom left;
}

#top-service .top-service-info article .top-service-info-ttl .sub {
  display: block;
  font-size: 20px;
  color: #858585;
}

#top-service .top-service-info article .top-service-info-txt p {
  margin-bottom: 15px;
}

#top-service .top-service-info article .top-service-info-txt p:last-of-type {
  margin-bottom: 0;
}

#top-service .top-service-info article .more-btn-wrp {
  position: absolute;
  bottom: -20px;
}

#top-service .top-service-info article:nth-of-type(odd) .num {
  text-align: right;
  margin-left: auto;
}

#top-service .top-service-info article:nth-of-type(odd) .top-service-img {
  left: 0;
  right: auto;
}

#top-service .top-service-info article:nth-of-type(odd) .top-service-txtbx {
  margin-left: auto;
}

#top-service .top-service-info article:nth-of-type(odd) .more-btn-wrp {
  right: -20px;
}

#top-service .top-service-info article:nth-of-type(even) {
  margin-bottom: 175px;
}

#top-service .top-service-info article:nth-of-type(even) .top-service-img {
  top: auto;
  bottom: -90px;
}

#top-service .top-service-info article:nth-of-type(even) .more-btn-wrp {
  left: -20px;
}

#top-service .top-service-info article:last-of-type {
  margin-bottom: 0;
}

/*top-product
=========================================================*/
#top-product {
  padding: 80px 0;
  background: url(../img/top/top-product-bg.jpg);
}

#top-product .top-product-wrp .top-product-ttl {
  color: #fff;
  margin: 65px;
}

#top-product .top-product-wrp .top-product-ttl .eng {
  font-size: 34px;
}

#top-product .top-product-wrp .top-product-ttl .ja {
  font-size: 26px;
}

#top-product .top-product-wrp .more-btn {
  margin: 0 auto;
}

#top-product .top-product-wrp .top-product-ttl-wrp,
#top-product .top-product-wrp article {
  width: 340px;
  height: 340px;
  margin: 30px 30px 0 0;
}

#top-product .top-product-wrp .top-product-ttl-wrp:nth-child(3n),
#top-product .top-product-wrp article:nth-child(3n) {
  margin-right: 0;
}

#top-product .top-product-wrp .top-product-ttl-wrp:nth-child(-n + 3),
#top-product .top-product-wrp article:nth-child(-n + 3) {
  margin-top: 0;
}

#top-product .top-product-wrp .top-product-ttl-wrp:last-child,
#top-product .top-product-wrp article:last-child {
  margin-right: 0;
}

/*top-others
=========================================================*/
.top-others {
  padding: 80px 0;
}

.top-others .top-others-wrp #top-menu {
  background: url(../img/top/top-menu-bg.jpg) no-repeat center/cover;
}

.top-others .top-others-wrp #top-shop {
  background: url(../img/top/top-shop-bg.jpg) no-repeat center/cover;
}

.top-others .top-others-wrp .com-top-others {
  width: 515px;
  margin-right: 55px;
  position: relative;
}

.top-others .top-others-wrp .com-top-others:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 40px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 30px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-top: -15px;
  transform: rotate(45deg);
}

.top-others .top-others-wrp .com-top-others:hover {
  opacity: .8;
}

.top-others .top-others-wrp .com-top-others:last-child {
  margin-right: 0;
}

.top-others .top-others-wrp .com-top-others a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
}

.top-others .top-others-wrp .com-top-others a .top-others-bx {
  height: 360px;
  box-sizing: border-box;
  border: solid 2px rgba(255, 255, 255, 0.5);
}

.top-others .top-others-wrp .com-top-others a .com-ttl {
  text-align: center;
}

.top-others .top-others-wrp .com-top-others a .com-ttl .eng {
  font-size: 34px;
  margin-bottom: 10px;
}

.top-others .top-others-wrp .com-top-others a .com-ttl .ja {
  font-size: 26px;
}

/*top-news
=========================================================*/
#top-news {
  padding: 90px 0;
  color: #fff;
  background: url(../img/top/top-news-flower-bg.png) no-repeat right top, #353535 url(../img/top/top-news-tri-bg.png) no-repeat left bottom;
}

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

#top-news .top-news-post {
  margin-bottom: 40px;
}

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

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

#top-news .top-news-post article a {
  padding: 15px 30px;
  box-sizing: border-box;
  background: #fff;
}

#top-news .top-news-post article a:hover {
  background: #dfff9a;
}

#top-news .top-news-post article time {
  width: 100px;
  color: #779394;
}

#top-news .top-news-post article .tag-name {
  font-size: 0;
  line-height: 1;
  margin-bottom: 5px;
}

#top-news .top-news-post article .tag-name li {
  display: inline-block;
  vertical-align: middle;
  background: #dfff9a;
  margin: 2px 2px 0 0;
  font-size: 14px;
  padding: 5px 15px;
}

#top-news .top-news-post article .top-news-post-bx {
  width: 890px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: solid 1px #333;
}

#top-news .more-btn {
  margin-left: auto;
}

/*com-contact-banner
=========================================================*/
.com-contact-banner {
  padding: 50px 0 80px;
}

.com-contact-banner .com-contact-banner-ttl {
  margin-bottom: 60px;
  text-align: center;
}

.com-contact-banner .com-contact-banner-ttl .eng {
  font-size: 34px;
}

.com-contact-banner .com-contact-banner-ttl .ja {
  font-size: 26px;
}

.com-contact-banner .com-contact-banner-list li {
  width: 310px;
  line-height: 1;
  margin-right: 15px;
}

.com-contact-banner .com-contact-banner-list li:last-child {
  margin-right: 0;
}

.com-contact-banner .com-contact-banner-list li a {
  height: 70px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.com-contact-banner .com-contact-banner-list li a span {
  font-size: 22px;
}

.com-contact-banner .com-contact-banner-list .banner-mail-btn:hover,
.com-contact-banner .com-contact-banner-list .online-btn:hover {
  background: #779394;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 100;
}

#online-reserve-fixed {
  position: fixed;
  right: 30px;
  bottom: 150px;
}

#online-reserve-fixed:hover {
  opacity: .8;
}

#footer {
  color: #fff;
  background: url(../img/common/ft-bg.jpg) no-repeat center/cover;
}

#footer .ft-wrp {
  padding: 90px 0 70px;
}

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

#footer .ft-l .ft-logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 25px;
}

#footer .ft-l .ft-info {
  font-size: 12px;
}

#footer .ft-l .ft-info dt {
  width: 80px;
}

#footer .ft-l .ft-info dd {
  width: 340px;
}

#footer .ft-contact-bx .com-tel,
#footer .ft-contact-bx .ft-contact-sns {
  width: 200px;
}

#footer .ft-contact-bx .com-tel {
  margin-right: 10px;
}

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

#footer .ft-r .ft-nav {
  width: calc(100%/3);
}

#footer .ft-r .ft-nav li {
  margin-bottom: 15px;
}

#footer .ft-r .ft-nav li:last-child {
  margin-bottom: 0;
}

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

#footer .ft-r .ft-nav li a:hover {
  color: #dfff9a;
}

#footer #copyright {
  text-align: center;
  padding: 5px 0 15px;
}

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

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

/*=========================================================
	下層ページ
=========================================================*/
/*下層サブビジュアル
=========================================================*/
#sv {
  height: 660px;
}

#sv .sv-ttl {
  width: 1068px;
  height: 288px;
  background: url(../img/common/sv-ttl-bg.png) no-repeat center/contain;
  color: #fff;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
}

.com-gray-bg {
  background: url(../img/common/com-gray-bg.jpg) repeat-y right top;
}

.com-gray-bg-l {
  background: url(../img/common/com-gray-bg.jpg) repeat-y left top;
}

/*その他サブビジュアル
=========================================================*/
.sv-contact-bg {
  background: url(../img/contact/sv-contact-bg.jpg) no-repeat center/cover;
}

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

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

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

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

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

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-size: 27px;
  font-family: "Noto Serif JP", serif;
  padding-left: 15px;
  border-left: 10px solid #dfff9a;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ttl02 {
  border-bottom: 1px solid #779394;
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}

.com-ttl span {
  display: block;
  line-height: 1.5;
}

.com-ttl .eng {
  font-weight: 300;
  font-size: 36px;
  letter-spacing: .5rem;
  margin-bottom: 15px;
}

.com-ttl .ja {
  letter-spacing: .5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
}

.com-ttl-u {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  letter-spacing: .5rem;
}

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

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

/*共通テーブル
=========================================================*/
.com-dl>.in-dl {
  border-bottom: 1px solid #ccc;
}

.com-dl>.in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}

.com-dl>.in-dl dt,
.com-dl>.in-dl dd {
  padding: 15px 20px;
}

.com-dl>.in-dl>dt {
  background: #f2f2f2;
}

.com-dl>.in-dl>dd {
  vertical-align: top;
}

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

/*初めての方へ
=========================================================*/
.sv-beginners-bg {
  background: url(../img/beginners/sv-beginners-bg.jpg) no-repeat center/cover;
}

#contents-u.beginners-u {
  padding: 0;
}

#beginners-guide {
  padding: 140px 0 200px;
  position: relative;
  background: url(../img/beginners/beginners-guide-bg-rt.png) no-repeat right top, url(../img/beginners/beginners-guide-bg-l-flw.png) no-repeat left 5% bottom/15%, url(../img/beginners/beginners-guide-bg-btm.png) no-repeat center bottom;
}

#beginners-guide .beginners-guide-ttl {
  font-size: 34px;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}

#beginners-guide .beginners-guide-txt {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}

#beginners-guide .beginners-guide-txt p {
  line-height: 2;
  margin-bottom: 20px;
}

#beginners-guide .beginners-guide-txt p:last-child {
  margin-bottom: 0;
}

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

#feature {
  padding: 100px 0;
}

#feature .feature-s-list li {
  margin: 15px 15px 0 0;
}

#feature .feature-s-list li:last-child {
  margin-right: 0;
}

#flow {
  padding: 100px 0;
  background: url(../img/beginners/flow-bg-rb.png) no-repeat right bottom;
}

#flow .flow-info article {
  position: relative;
  border: solid 1px #333;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
}

#flow .flow-info article:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -31px;
  left: 50%;
  width: 1px;
  height: 31px;
  background: #333;
}

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

#flow .flow-info article:last-child:before {
  display: none;
}

#flow .flow-info article .flow-img {
  width: 430px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#flow .flow-info article .flow-img01 {
  background: url(../img/beginners/flow-img01.jpg) no-repeat center/cover;
}

#flow .flow-info article .flow-img02 {
  background: url(../img/beginners/flow-img02.jpg) no-repeat center/cover;
}

#flow .flow-info article .flow-img03 {
  background: url(../img/beginners/flow-img03.jpg) no-repeat center/cover;
}

#flow .flow-info article .flow-img04 {
  background: url(../img/beginners/flow-img04.jpg) no-repeat center/cover;
}

#flow .flow-info article .flow-img05 {
  background: url(../img/beginners/flow-img05.jpg) no-repeat center/cover;
}

#flow .flow-info article .flow-img06 {
  background: url(../img/beginners/flow-img06.jpg) no-repeat center/cover;
}

#flow .flow-info article .flow-txtbx {
  min-height: 245px;
  width: 600px;
  padding: 40px 0 60px;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
}

#flow .flow-info article .flow-txtbx .flow-info-ttl {
  margin-bottom: 35px;
  font-family: "Noto Serif JP", serif;
}

#flow .flow-info article .flow-txtbx .flow-info-ttl .main {
  font-size: 24px;
  background: url(../img/common/com-grn-ttl-line.jpg) repeat-x bottom left;
}

#flow .flow-info article .flow-txtbx .eng {
  position: absolute;
  right: 0;
  bottom: 18px;
  font-size: 86px;
  line-height: 1;
  color: #eee;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  z-index: 1;
}

#flow .flow-info article .flow-info-txt {
  position: relative;
  z-index: 10;
  line-height: 2;
}

#salon-gallery {
  padding: 100px 0;
  background: #353535;
}

#salon-gallery .com-salon-gallery-post,
#salon-gallery .salon-gallery-ttl {
  margin: 30px 30px 0 0;
}

#salon-gallery .com-salon-gallery-post:nth-child(3n),
#salon-gallery .salon-gallery-ttl:nth-child(3n) {
  margin-right: 0;
}

#salon-gallery .com-salon-gallery-post:nth-child(-n + 3),
#salon-gallery .salon-gallery-ttl:nth-child(-n + 3) {
  margin-top: 0;
}

#salon-gallery .com-salon-gallery-post:last-child,
#salon-gallery .salon-gallery-ttl:last-child {
  margin-right: 0;
}

#salon-gallery .salon-gallery-ttl,
#salon-gallery .com-img {
  width: 340px;
  height: 340px;
}

#salon-gallery .salon-gallery-ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
}

#salon-gallery .com-salon-gallery-post {
  position: relative;
}

#salon-gallery .com-salon-gallery-post .com-img {
  background: url(../img/beginners/flow-no-img.jpg) no-repeat center/cover;
}

#salon-gallery .com-salon-gallery-post .salon-gallery-post-ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

/*痩身・バストケア・セルマン共通
=========================================================*/
#contents-u.com-pdg-none {
  padding: 0 !important;
}

.com-about-topic {
  padding: 100px 0;
}

.com-about-topic .com-about-topic-wrp .com-about-topic-img {
  width: 510px;
}

.com-about-topic .com-about-topic-wrp .com-about-topic-txt {
  width: 540px;
}

.com-about-topic .com-about-topic-wrp .com-about-topic-txt p {
  margin-bottom: 20px;
}

.com-about-topic .com-about-topic-wrp .com-about-topic-txt p:last-child {
  margin-bottom: 0;
}

.com-about-topic .com-about-topic-wrp .com-about-topic-txt em {
  padding: 2px 10px;
  font-weight: 700;
  background: #ccc;
}

.about-case {
  padding: 100px 0;
  background: #333 url(../img/common/about-case-lb.png) no-repeat left bottom;
}

.about-case .about-case-img {
  width: 510px;
}

.about-case .about-case-txtbx {
  width: 540px;
  color: #fff;
}

.about-case .about-case-txtbx .about-case-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.about-case .about-case-txtbx .about-case-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #fff;
}

.about-case .about-case-txtbx .about-case-ttl .sub {
  display: block;
}

.about-case .about-case-txtbx .about-case-ttl em {
  font-size: 38px;
  color: #dfff9a;
}

.com-recommend {
  padding: 100px 0;
  background: url(../img/common/about-case-lb-flw.png) no-repeat left 10% bottom, url(../img/common/about-case-l.jpg) repeat-y left top;
}

.com-recommend .com-recommend-ttl span {
  display: block;
}

.com-recommend .com-recommend-ttl small {
  background: url(../img/common/com-grn-ttl-line.jpg) repeat-x bottom left;
}

.com-recommend .com-recommend-list {
  width: 820px;
  margin: 0 auto;
}

.com-recommend .com-recommend-list li {
  width: 260px;
  margin: 30px 20px 0 0;
}

.com-recommend .com-recommend-list li:nth-child(3n) {
  margin-right: 0;
}

.com-recommend .com-recommend-list li:nth-child(-n + 3) {
  margin-top: 0;
}

.com-recommend .com-recommend-list li:last-child {
  margin-right: 0;
}

.com-effect {
  background: #353535;
  padding: 100px 0;
}

.com-effect .com-effect-ttl {
  text-align: center;
  color: #333;
}

.com-effect .com-effect-list {
  background: #fff;
  padding: 60px 110px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.com-effect .com-effect-list li {
  position: relative;
  font-size: 20px;
  padding-left: 35px;
  box-sizing: border-box;
  margin: 20px 50px 0 0;
  font-family: "Noto Serif JP", serif;
}

.com-effect .com-effect-list li:nth-child(5n) {
  margin-right: 0;
}

.com-effect .com-effect-list li:nth-child(-n + 5) {
  margin-top: 0;
}

.com-effect .com-effect-list li:last-child {
  margin-right: 0;
}

.com-effect .com-effect-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 23px;
  height: 18px;
  background: url("../img/common/com-check-bx.png") no-repeat center/contain;
  margin-top: -9px;
}

.com-effect .com-effect-bf-img {
  font-family: "Noto Serif JP", serif;
}

.com-effect .com-effect-bf-img .before-img {
  position: relative;
}

.com-effect .com-effect-bf-img .before-img:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -17px;
  bottom: -70px;
  left: auto;
  width: 108px;
  height: 126px;
  background: url("../img/common/com-effect-bf-arw.png") no-repeat center/contain;
}

.com-effect .com-effect-bf-img .after-img {
  position: relative;
}

.com-effect .com-effect-bf-img .after-img:before {
  content: "";
  position: absolute;
  display: block;
  top: -35px;
  right: -70px;
  bottom: auto;
  left: auto;
  width: 40px;
  height: 70px;
  background: url("../img/common/com-effect-bf-star.png") no-repeat center/contain;
}

.com-effect .com-effect-bf-img .after-img figcaption {
  font-size: 30px;
  text-align: right;
}

.com-effect .com-effect-bf-img figcaption {
  font-size: 22px;
  color: #fff;
}

.com-effect .com-effect-bf-img figcaption span {
  border-bottom: 1px solid #fff;
}

.com-others-topic {
  padding: 100px 0;
}

.com-others-topic .com-others-wrp article {
  width: 510px;
  margin: 60px 60px 0 0;
}

.com-others-topic .com-others-wrp article:nth-child(2n) {
  margin-right: 0;
}

.com-others-topic .com-others-wrp article:nth-child(-n + 2) {
  margin-top: 0;
}

.com-others-topic .com-others-wrp article:last-child {
  margin-right: 0;
}

.com-others-topic .com-others-wrp article .com-others-ttl {
  font-family: "Noto Serif JP", serif;
  border-left: 5px solid #dfff9a;
  box-sizing: border-box;
  font-size: 24px;
  margin-bottom: 15px;
  padding-left: 10px;
  line-height: 1.5;
}

.com-others-topic .com-others-wrp article .com-others-img {
  margin-bottom: 15px;
}

/*痩身
=========================================================*/
.sv-bodycare-bg {
  background: url(../img/bodycare/sv-bodycare-bg.jpg) no-repeat center/cover;
}

/*バストケア
=========================================================*/
.sv-bustcare-bg {
  background: url(../img/bustcare/sv-bustcare-bg.jpg) no-repeat center/cover;
}

#premium-oil.about-case {
  background: #333 url(../img/bustcare/about-case-rt.png) no-repeat right top;
}

.com-recommend.com-gray-bg-r {
  background: url(../img/common/com-recommend-rt-flw.png) no-repeat right 10% top, url(../img/common/com-gray-bg.jpg) repeat-y right top;
}

#bustcare-effect.com-effect {
  background: #333 url(../img/common/com-effect-bg-lt.png) no-repeat left top;
}

#bustcare-effect.com-effect .com-effect-list li {
  margin: 20px 50px 0 0;
}

#bustcare-effect.com-effect .com-effect-list li:nth-child(3n) {
  margin-right: 0;
}

#bustcare-effect.com-effect .com-effect-list li:nth-child(-n + 3) {
  margin-top: 0;
}

#bustcare-effect.com-effect .com-effect-list li:last-child {
  margin-right: 0;
}

/*セルマン
=========================================================*/
.sv-facial-bg {
  background: url(../img/facial/sv-facial-bg.jpg) no-repeat center/cover;
}

#facial-feature {
  padding: 100px 0;
  background: url(../img/facial/facial-feature-lt.png) no-repeat left top, url(../img/facial/facial-feature-rb.png) no-repeat right bottom;
}

#facial-feature .com-ttl-u {
  margin-bottom: 80px;
  font-size: 28px;
}

#facial-feature .com-ttl-u em {
  color: #afd460;
  font-size: 38px;
}

#facial-feature .facial-feature-dl {
  width: 835px;
  margin: 0 auto;
}

#facial-feature .facial-feature-dl .in-dl {
  position: relative;
  margin-bottom: 75px;
}

#facial-feature .facial-feature-dl .in-dl:last-child {
  margin-bottom: 0;
}

#facial-feature .facial-feature-dl .in-dl dt {
  width: 180px;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 27px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 0;
  top: -45px;
}

#facial-feature .facial-feature-dl .in-dl dd {
  padding: 35px 0;
  text-align: center;
  width: 755px;
  border: solid 1px #333;
  margin: 0 0 0 auto;
}

.com-recommend.blk-bg {
  background: #333 url(../img/facial/blk-bg-flw.png) no-repeat right 10% bottom;
  color: #fff;
}

.com-recommend.blk-bg .com-recommend-ttl small {
  background: url(../img/common/com-grn-level2.jpg) repeat-x bottom left !important;
}

.com-effect.wht-bg {
  background: #fff url(../img/facial/wht-bg-lb.png) no-repeat left bottom;
}

.com-effect.wht-bg figcaption {
  color: #333;
}

.com-effect.wht-bg figcaption span {
  border-bottom: 1px solid #333;
}

.com-effect.wht-bg .com-effect-list {
  border: solid 1px #333;
  box-sizing: border-box;
}

.com-effect.wht-bg .com-effect-list li {
  margin: 30px 20px 0 0;
}

.com-effect.wht-bg .com-effect-list li:nth-child(4n) {
  margin-right: 0;
}

.com-effect.wht-bg .com-effect-list li:nth-child(-n + 4) {
  margin-top: 0;
}

.com-effect.wht-bg .com-effect-list li:last-child {
  margin-right: 0;
}

/*メニュー＆料金 一覧
=========================================================*/
.sv-menu-bg {
  background: url(../img/menu/sv-menu-bg.jpg) no-repeat center/cover;
}

.menu-tag-bx {
  padding: 50px 0 100px;
}

.menu-tag-bx .tag-list {
  margin-bottom: 50px;
}

.menu-tag-bx li {
  width: 280px;
  margin-right: 25px;
}

.menu-tag-bx li:last-child {
  margin-right: 0;
}

.menu-tag-bx li a {
  background: #fff;
  text-align: center;
  border: solid 1px #333;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.menu-tag-bx li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  margin-top: -4px;
  transform: rotate(45deg);
}

.menu-tag-bx li a:hover {
  background: #dfff9a;
}

.menu-caution-txt {
  text-align: center;
}

.menu-post article {
  margin-bottom: 60px;
}

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

.menu-post .menu-post-dl .in-dl {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.menu-post .menu-post-dl .in-dl dt,
.menu-post .menu-post-dl .in-dl dd {
  box-sizing: border-box;
}

.menu-post .menu-post-dl .in-dl dt {
  width: 780px;
  padding-left: 20px;
}

.menu-post .menu-post-dl .in-dl dd {
  text-align: right;
  width: 300px;
}

/*取り扱い商品
=========================================================*/
.sv-product-bg {
  background: url(../img/product/sv-product-bg.jpg) no-repeat center/cover;
}

.category-list {
  width: 230px;
}

.category-list .category-list-ttl {
  background: #333;
  font-size: 14px;
  color: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
}

.category-list ul li {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

.category-list ul li a {
  padding: 10px 10px 10px 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.category-list ul li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #dfff9a;
  margin-top: -4px;
}

.category-list ul li a:hover {
  background: #dfff9a;
}

.category-list ul li a:hover:before {
  background: #333;
}

#all-product {
  width: 820px;
}

#all-product article {
  width: 260px;
  margin: 40px 20px 0 0;
  border-bottom: 1px solid #ccc;
}

#all-product article:nth-child(3n) {
  margin-right: 0;
}

#all-product article:nth-child(-n + 3) {
  margin-top: 0;
}

#all-product article:last-child {
  margin-right: 0;
}

#all-product article a {
  display: block;
  padding-bottom: 35px;
}

#all-product article .com-img {
  height: 260px;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}

#all-product article .tag-list {
  margin-bottom: 10px;
}

#all-product article .tag-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  line-height: 1;
  font-size: 11px;
  background: #dfff9a;
}

#all-product article .product-post-ttl {
  font-weight: 700;
  line-height: 1.5;
}

/*取り扱い商品詳細
=========================================================*/
#s-product .com-ttl-u {
  font-size: 28px;
  margin-bottom: 60px;
}

#s-product .product-main-img {
  width: 600px;
  height: 600px;
  margin: 0 auto 50px;
  background: url(../img/product/product-no-img.jpg) no-repeat center/cover;
}

#s-product .s-product-wrp {
  width: 800px;
  margin: 0 auto;
}

#s-product .tag-list {
  margin-bottom: 20px;
}

#s-product .tag-list li {
  padding: 5px 10px;
  font-size: 13px;
  background: #dfff9a;
  display: inline-block;
  vertical-align: middle;
}

#s-product .price {
  margin-bottom: 50px;
  text-align: right;
  font-size: 30px;
}

#s-product .price span {
  border-bottom: 1px solid #333;
}

/*店舗概要
=========================================================*/
.sv-shop-bg {
  background: url(../img/shop/sv-shop-bg.jpg) no-repeat center/cover;
}

#contents-u.shop-u {
  padding: 0;
}

#greeting {
  padding: 120px 0 120px;
  background: url(../img/shop/greeting-bg-rt.png) no-repeat right top, url(../img/shop/greeting-bg-btm.png) no-repeat center bottom/100%;
}

#greeting .greeting-bx .greeting-img {
  width: 485px;
}

#greeting .greeting-bx .greeting-txt {
  width: 540px;
}

#greeting .greeting-bx .greeting-txt p {
  margin-bottom: 20px;
}

#greeting .greeting-bx .greeting-txt p:last-child {
  margin-bottom: 0;
}

#shop-info {
  padding: 80px 0 0;
  background: #333;
}

#shop-info .com-ttl-u {
  color: #fff;
}

#shop-info .shop-dl {
  width: 870px;
  display: block;
  margin: 0 auto 90px;
  background: #fff;
}

#shop-info .shop-dl dt {
  width: 190px;
  background: #000;
  text-align: center;
  color: #fff;
}

#shop-info .shop-dl dd {
  width: 670px;
}

#shop-info .shop-imglist {
  margin-bottom: 80px;
  display: flex;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
    width: 100%;
}

#shop-info .shop-imglist li {
  margin: 35px 35px 0 0;
}

#shop-info .shop-imglist li:nth-child(3n) {
  margin-right: 0;
}

#shop-info .shop-imglist li:nth-child(-n + 3) {
  margin-top: 0;
}

#shop-info .shop-imglist li:last-child {
  margin-right: 0;
}

#shop-info .map-iframe {
  height: 400px;
  background: #ccc;
}

#shop-info .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 #333;
  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 #779394;
  color: #779394;
  background: #fff;
}

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

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

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

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

.post-wrp .all-post-list article a .tag-name {
  margin: 3px 5px 0 0;
  border: solid 1px #779394;
}

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

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

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

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

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

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

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

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

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

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

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

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

#contents-u.s-post .s-time-tag time {
  color: #779394;
  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 #779394;
  line-height: 1;
  color: #779394;
}

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

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt {
  background: #333;
  color: #fff;
}

.cont-dl .in-dl dt .hissu {
  color: #333;
  background: #dfff9a;
}

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

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

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

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

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

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

/*サイトマップ
=========================================================*/
#site-map ul li {
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #779394;
}

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

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

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

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

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

/*リキャプチャ---------------*/
.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;
}

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