@charset "UTF-8";

/*==========================================
SP共通
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #7d7361;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .08em;
  font-size: 3.55vw;
  word-break: normal;
  background: #fdfff3;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  padding: 0 6%;
  margin: 0 auto;
}

.com-pd {
  padding: 15vw 0;
}

.com-pt {
  padding-top: 15vw;
}

.com-pb {
  padding-bottom: 15vw;
}

.com-mb {
  margin-bottom: 15vw;
}

/*==========================================
SP非表示
===========================================*/
.sp-none {
  display: none !important;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
header
===========================================*/
#header {
  padding: 2% 4%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1001;
}
#header h1 {
  line-height: 1;
  width: 16%;
}
#header .hd-right {
  display: none;
}

/*==========================================
メインビジュアル
===========================================*/
#mv {
  position: relative;
  height: 70vw;
  background: url(../img/top/mv/mv_btm.png) bottom center/100% no-repeat, url(../img/top/mv/mv_bg_l.png) left top/47.91666% no-repeat, url(../img/top/mv/mv_bg_r.png) right bottom/47.91666% no-repeat, url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}
#mv h2 {
  position: absolute;
  bottom: 11%;
  right: 5%;
  width: 66%;
}

/*==========================================
nav
===========================================*/
#gnav {
  display: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.txt-blc {
  text-align: left;
}
.txt-blc p {
  margin-bottom: 6%;
  line-height: 1.8;
}
.txt-blc p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 3.8vw;
  font-weight: 700;
  margin-bottom: 25;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.more-btn {
  display: block;
  padding: 4.5% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background: #35a848;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.more-btn span {
  padding-left: 25px;
  background: url(../img/common/more-arr_white.png) left center no-repeat;
}
.more-btn:hover {
  opacity: 1;
  background: #85c04b;
}

.bd-r20 {
  border-radius: 12px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-dl {
  text-align: left;
}
.com-dl > dl > dt {
  background: #ddefc6;
  color: #35a848;
  padding: 2% 3%;
  font-weight: 700;
}
.com-dl > dl > dd {
  background: #fff;
  padding: 3%;
}
.com-dl > dl > dd a[href^="tel:"],
.com-dl > dl > dd a[href^="mailto:"] {
  text-decoration: underline;
}
.com-dl > dl:first-child dt {
  border-radius: 12px 12px 0 0;
}
.com-dl > dl:last-child dd {
  border-radius: 0 0 12px 12px;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: #35a848;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 45px;
  height: 45px;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 20px;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 29px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 7% 6% 5%;
  background: #fdfff3;
}
#drawer-nav .drawer-logo {
  width: 21%;
  margin-bottom: 7%;
}
#drawer-nav #nav .drawer-link {
  padding: 3% 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 4vw;
}
#drawer-nav #nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav #nav .drawer-dropdown span {
  display: block;
}
#drawer-nav #nav .drawer-dropdown span:before, #drawer-nav #nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav #nav .current {
  color: #35a848;
  border-bottom: 1px dashed #35a848;
  padding-left: 7%;
  background: url(../img/common/more-arr_green.png) left center no-repeat;
}
#drawer-nav #nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav #nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 10% auto 5%;
}
#drawer-nav .sns-list li {
  margin-right: 8%;
}
#drawer-nav .sns-list li:last-child {
  margin-right: 0;
}
#drawer-nav .drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}
#drawer-nav .drawer-address li {
  margin-bottom: 3%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-tel {
  color: #35a848;
  font-size: 5.16733vw;
  padding-left: 5%;
  line-height: 1.2;
  background: url(../img/common/hd-tel_icon.png) left center/6% no-repeat;
}
#drawer-nav .drawer-tel small {
  font-size: 3.59467vw;
}
#drawer-nav .mail-btn {
  width: 85%;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: url(../img/common/hd-mail_icon.png) left 10px center no-repeat, #41c189;
  padding: 4% 2% 4% 9%;
  font-size: 3.37vw;
  border-radius: 10px;
}
#drawer-nav .open {
  font-size: 3.14533vw;
  font-weight: 700;
  color: #35a848;
}
#drawer-nav .open span {
  background: #ddefc6;
  padding: 0 3px;
  border-radius: 6px;
}
#drawer-nav .attention {
  font-size: 2.92067vw;
  letter-spacing: .05em;
  color: #4d4d4d;
  margin-top: 5px;
}

/*==========================================
トップページ
===========================================*/
/*--------------------------------
お知らせ
---------------------------------*/
#top-news {
  padding: 12% 0 15% 0;
  background: #fdfff3;
}
#top-news .news-wrp {
  border: 5px solid #f2f6e8;
  border-radius: 20px;
  padding: 5% 4%;
  background: #fff;
  position: relative;
}
#top-news .news-wrp:before {
  position: absolute;
  content: '';
  background: url('../img/top/news-deco.png?1688096173');
  width: 133px;
  height: 108px;
  background-size: 100%;
  top: auto;
  right: auto;
  bottom: -4vw;
  left: -4vw;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 30%;
  height: 21vw;
}
#top-news .news-wrp .news-wrp_ttl h3 {
  font-size: 6.96467vw;
  color: #35a848;
  margin-bottom: 3%;
}
#top-news .news-wrp .news-wrp_ttl .more-btn {
  background: #ddefc6;
  color: #35a848;
  border-radius: 32px;
  padding: 2% 0;
  width: 51%;
  margin: 0 0 7% auto;
  position: relative;
  z-index: 10;
}
#top-news .news-wrp .news-wrp_ttl .more-btn:hover {
  background: #85c04b;
  color: #fff;
}
#top-news .news-wrp .news-wrp_ttl .more-btn:hover span {
  background: url(../img/common/more-arr_white.png) left center no-repeat;
}
#top-news .news-wrp .news-wrp_ttl .more-btn span {
  background: url(../img/common/more-arr_green.png) left center no-repeat;
}
#top-news .news-wrp .news-wrp_archive {
  text-align: left;
}
#top-news .news-wrp .news-wrp_archive article {
  border-bottom: 1px solid #c1e099;
}
#top-news .news-wrp .news-wrp_archive article:first-child {
  border-top: 1px solid #c1e099;
}
#top-news .news-wrp .news-wrp_archive article:last-child {
  border-bottom: none;
}
#top-news .news-wrp .news-wrp_archive a {
  padding: 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#top-news .news-wrp .news-wrp_archive time {
  width: 30%;
  color: #fff;
  font-size: 2.696vw;
  border-radius: 6px;
  background: #35a848;
  text-align: center;
  padding: 4px 5px 4px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#top-news .news-wrp .news-wrp_archive time:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 8px;
}
#top-news .news-wrp .news-wrp_archive h4 {
  width: 66%;
  font-size: 3.37vw;
}
#top-news .news-wrp .news-wrp_archive .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3%;
}
#top-news .news-wrp .news-wrp_archive .category-label li {
  color: #85c04b;
  font-size: 2.47133vw;
  position: relative;
  padding: 0 5px;
}
#top-news .news-wrp .news-wrp_archive .category-label li:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  background: #85c04b;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/*--------------------------------
一人ひとりに寄り添い、
状態に合わせたサポートをいたします
---------------------------------*/
#top-support {
  padding: 10% 0 13% 0;
  background: url(../img/top/support-top_bg.png) top center/100% no-repeat, url(../img/top/support-btm_bg.jpg) bottom center/100% no-repeat, #fff;
}
#top-support h3 {
  font-size: 5.84133vw;
  color: #35a848;
  padding: 14% 0 3% 0;
  background: url(../img/top/about-ttl_icon.png) top center/15% no-repeat;
  border-bottom: 7px solid #f1f8e2;
  margin-bottom: 7%;
}
#top-support h3 span {
  color: #85c04b;
  font-size: 6.74vw;
}
#top-support .lead-txt {
  background: url(../img/top/about-inbox_right_deco.png) right bottom/30% no-repeat;
  margin-bottom: 5%;
  padding-bottom: 17%;
  text-align: left;
}
#top-support .lead-txt p {
  margin-bottom: 6%;
}
#top-support .lead-txt p:last-child {
  margin-bottom: 0;
}
#top-support .about-wrp {
  background: #f1f8e2;
  padding: 7% 4%;
  position: relative;
}
#top-support .about-wrp:before {
  position: absolute;
  content: '';
  background: url('../img/top/support-left_deco.png?1688096144');
  width: 266px;
  height: 153px;
  background-size: 100%;
  top: -10vw;
  right: auto;
  bottom: auto;
  left: -5%;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 32%;
  height: 16vw;
}
#top-support .about-wrp:after {
  position: absolute;
  content: '';
  background: url('../img/top/support-right_deco.png?1688096144');
  width: 98px;
  height: 97px;
  background-size: 100%;
  top: auto;
  right: 0;
  bottom: -15vw;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 28%;
  height: 21vw;
}
#top-support .about-wrp h4 {
  font-size: 6.29067vw;
  margin-bottom: 7%;
  color: #35a848;
  letter-spacing: .08em;
}
#top-support .about-wrp h4 span {
  border-bottom: 1px dashed #c1e099;
}
#top-support .about-wrp .img-blc {
  margin-bottom: 4%;
}
#top-support .about-wrp .txt-blc p span {
  font-weight: 700;
  color: #35a848;
}
#top-support .about-wrp .txt-blc .more-btn {
  position: relative;
  z-index: 10;
}

/*--------------------------------
ルチューレプシュケーについて
---------------------------------*/
#top-lucerepsyche h3 {
  padding: 7% 0;
  background: #35a848;
  color: #fff;
  font-size: 5.84133vw;
  position: relative;
}
#top-lucerepsyche h3:before {
  position: absolute;
  content: '';
  background: url('../img/top/feature-ttl_arr.png?1688096190');
  width: 60px;
  height: 24px;
  background-size: 100%;
  top: auto;
  right: 0;
  bottom: -24px;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
  width: 8%;
}
#top-lucerepsyche h3 span {
  display: block;
  width: 88%;
  margin: 0 auto;
  position: relative;
}
#top-lucerepsyche h3 span:before, #top-lucerepsyche h3 span:after {
  width: 11%;
  height: 14vw;
  position: absolute;
  content: '';
  background: url(../img/top/feature-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-lucerepsyche h3 span:before {
  left: -5%;
}
#top-lucerepsyche h3 span:after {
  right: -5%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#top-lucerepsyche .lucerepsyche-wrp {
  padding: 10% 0 15% 0;
  background: url(../img/top/feature-logo.png) right 1.302% top/22.03125% no-repeat, url(../img/top/feature-bg.png) bottom center no-repeat;
}
#top-lucerepsyche .lucerepsyche-wrp h4 {
  margin-bottom: 8%;
  color: #35a848;
  font-size: 4.718vw;
  letter-spacing: .03em;
  position: relative;
}
#top-lucerepsyche .lucerepsyche-wrp h4:before, #top-lucerepsyche .lucerepsyche-wrp h4:after {
  width: 6%;
  height: 8vw;
  position: absolute;
  content: '';
  background: url(../img/top/feature-h4_dashed.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-lucerepsyche .lucerepsyche-wrp h4:before {
  left: -6%;
}
#top-lucerepsyche .lucerepsyche-wrp h4:after {
  right: -4%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#top-lucerepsyche .lucerepsyche-wrp h4 em {
  font-size: 6.066vw;
  background: url(../img/top/feature-h4_paint.png) bottom center/100% no-repeat;
}
#top-lucerepsyche .lucerepsyche-wrp .point-wrp li {
  width: 92%;
  margin: 0 auto 10% auto;
  border-radius: 20px;
  padding: 5% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f1f8e2;
}
#top-lucerepsyche .lucerepsyche-wrp .point-wrp li dt {
  font-size: 5.16733vw;
  color: #35a848;
  margin-bottom: 4%;
}
#top-lucerepsyche .lucerepsyche-wrp .point-wrp li dt em {
  font-size: 6.066vw;
  color: #85c04b;
}
#top-lucerepsyche .lucerepsyche-wrp .point-wrp li dd .img-blc {
  margin-bottom: 3%;
}
#top-lucerepsyche .lucerepsyche-wrp .point-wrp li dd p {
  text-align: left;
}
#top-lucerepsyche .more-btn {
  width: 100%;
  margin: 10% auto 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: inherit;
  padding: 7% 0;
}
#top-lucerepsyche .more-btn:after {
  position: absolute;
  content: '';
  background: url('../img/top/feature-ilust.png?1688096190');
  width: 214px;
  height: 195px;
  background-size: 100%;
  top: 0;
  right: -5%;
  bottom: 0;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: auto 0;
  z-index: 1;
  width: 35%;
  height: 28vw;
}

/*--------------------------------
ご利用案内/よくある質問
---------------------------------*/
#guide-faq {
  padding: 12% 0;
  border-bottom: 10px solid #ddefc6;
  background: url(../img/top/guide-faq-bg.jpg) center top/100% no-repeat, #f1f8e2;
}
#guide-faq li {
  margin-bottom: 10%;
  border-radius: 20px;
}
#guide-faq li:last-child {
  margin-bottom: 0;
}
#guide-faq li a {
  display: block;
  border-radius: 20px;
  padding: 3px;
  height: 60vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#guide-faq li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 6.74vw;
  color: #fff;
  background: url(../img/top/guide-faq-arr.png) left center/8% no-repeat;
}
#guide-faq li a .page-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 7%;
}
#guide-faq li a .page-nav li {
  border-radius: 15px;
  background: #fff;
  color: #35a848;
  width: 100%;
  margin-bottom: 8%;
}
#guide-faq li a .page-nav li:last-child {
  margin-bottom: 0;
}
#guide-faq li:first-child a {
  background: url(../img/top/guide-bg.png) center/cover no-repeat;
}
#guide-faq li:first-child a span {
  padding-left: 14%;
  background-position: 3% 50%;
}
#guide-faq li:last-child a {
  background: url(../img/top/faq-bg.png) center/cover no-repeat;
}
#guide-faq li:last-child a span {
  padding-left: 26%;
  background-position: 17% 50%;
}

/*--------------------------------
店舗情報
---------------------------------*/
#top-info {
  padding: 10% 0 15% 0;
  background: url(../img/top/info-btm_bg.png) bottom center/100% no-repeat, url(../img/top/info-bg.jpg) center/cover no-repeat;
}
#top-info h3 {
  width: 77%;
  font-size: 6.74vw;
  color: #35a848;
  position: relative;
  margin: 0 auto 15% auto;
}
#top-info h3:before, #top-info h3:after {
  width: 19%;
  height: 12vw;
  position: absolute;
  content: '';
  background: url(../img/top/info-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-info h3:before {
  left: 0;
}
#top-info h3:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#top-info .contact-wrp {
  margin-bottom: 12%;
  border: 5px solid #c1e099;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12% 4% 5% 4%;
}
#top-info .contact-wrp:before {
  position: absolute;
  content: '';
  background: url('../img/top/info-box_deco.png?1688096212');
  width: 79px;
  height: 110px;
  background-size: 100%;
  top: auto;
  right: auto;
  bottom: -7vw;
  left: -6%;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 16%;
  height: 19vw;
}
#top-info .contact-wrp h4 {
  width: 75%;
  margin: 0 auto;
  background: #85c04b;
  border-radius: 35px;
  color: #fff;
  font-size: 5.16733vw;
  padding: 3% 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -7vw;
}
#top-info .contact-wrp h4:before {
  position: absolute;
  content: '';
  background: url('../img/top/info-contact_ttl_arr.png?1688096168');
  width: 24px;
  height: 12px;
  background-size: 100%;
  top: auto;
  right: 0;
  bottom: -12px;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}
#top-info .contact-wrp .address-left .num {
  font-size: 6.29067vw;
  color: #35a848;
  padding-left: 7%;
  background: url(../img/top/info-tel_icon.png) left center/6% no-repeat;
}
#top-info .contact-wrp .address-left .num small {
  font-size: 3.81933vw;
}
#top-info .contact-wrp .address-left .open {
  font-size: 3.14533vw;
  font-weight: 700;
  color: #35a848;
  margin: 0 0 4% 0;
}
#top-info .contact-wrp .address-left .open span {
  background: #ddefc6;
  padding: 0 3px;
  border-radius: 6px;
}
#top-info .contact-wrp .mail {
  width: 80%;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: url(../img/common/hd-mail_icon.png) left 9% center no-repeat, #41c189;
  padding: 7% 2% 7% 12%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.37vw;
  border-radius: 10px;
}
#top-info .contact-wrp .attention {
  border-top: 1px dashed #c1e099;
  border-bottom: 1px dashed #c1e099;
  font-size: 2.696vw;
  padding: 2% 0;
  text-align: left;
  margin: 5% 0 7% 0;
}
#top-info .contact-wrp .line-btn {
  width: 100%;
  display: block;
  color: #35a848;
  border-radius: 10px;
  padding: 7% 2% 7% 12%;
  margin: 0 auto;
  background: url(../img/common/line_icon.png) left 8% center no-repeat, #f1f8e2;
}
#top-info .contact-wrp .line-btn span {
  position: relative;
}
#top-info .contact-wrp .line-btn span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #c1e099 transparent transparent;
  position: absolute;
  content: '';
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-info .com-dl {
  margin-bottom: 10%;
}
#top-info #g-map iframe {
  border-radius: 20px;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../img/common/footer_bg.png) right bottom/19.1666% no-repeat, #f1f8e2;
}
#footer .inbox {
  padding: 7% 6%;
}
#footer .ft-wrp {
  margin-bottom: 7%;
}
#footer .ft-left {
  margin-bottom: 7%;
}
#footer .ft-left .ft-logo {
  width: 58%;
  margin: 0 auto 5% auto;
}
#footer .ft-left address .tel-wrp {
  margin-bottom: 7%;
}
#footer .ft-left address .tel-wrp .num {
  font-size: 6.066vw;
  color: #35a848;
  padding-left: 5%;
  background: url(../img/top/info-tel_icon.png) left center/6% no-repeat;
}
#footer .ft-left address .tel-wrp .num small {
  font-size: 3.14533vw;
}
#footer .ft-left address .tel-wrp .open {
  font-size: 3.14533vw;
  font-weight: 700;
  color: #35a848;
}
#footer .ft-left address .tel-wrp .open span {
  background: #ddefc6;
  padding: 0 3px;
  border-radius: 6px;
}
#footer .ft-left address .mail {
  width: 80%;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: url(../img/common/hd-mail_icon.png) left 12% center no-repeat, #41c189;
  padding: 4.5% 2% 4.5% 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.37vw;
  border-radius: 10px;
}
#footer .ft-left address .attention {
  width: 100%;
  font-size: 2.696vw;
  letter-spacing: .03em;
  margin: 3% 0;
}
#footer .ft-left .sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .ft-left .sns li {
  margin-right: 8%;
}
#footer .ft-left .sns li:last-child {
  margin-right: 0;
}
#footer .ft-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.47133vw;
  letter-spacing: .04em;
}
#footer .ft-nav li:nth-last-child(n+5) {
  display: none;
}

#copyright {
  font-size: 10px;
  word-break: normal;
  background: #c1e099;
  color: #35a848;
}

/*==========================================
サブビジュアル
===========================================*/
.lower-sv {
  position: relative;
  height: 55vw;
}
.lower-sv h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 8%;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 6.29067vw;
  color: #35a848;
  width: 80%;
  margin: 0 auto;
  border-bottom: 12px solid rgba(193, 224, 153, 0.4);
  text-align: right;
  letter-spacing: .08em;
}
.lower-sv h2:before {
  position: absolute;
  content: '';
  background: url('../img/sv/sv-left_deco.png?1688096141');
  width: 148px;
  height: 170px;
  background-size: 100%;
  top: auto;
  right: auto;
  bottom: -6vw;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 28%;
  height: 25vw;
  z-index: -1;
}

#support-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/support-sv.png) center left 30%/cover no-repeat;
}

#lucerepsyche-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/lucerepsyche-sv.png) center left 30%/cover no-repeat;
}

#guide-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/guide-sv.png) center left 30%/cover no-repeat;
}

#faq-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/faq-sv.png) center left 30%/cover no-repeat;
}

#news-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/news-sv.png) center left 30%/cover no-repeat;
}

#contact-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/contact-sv.png) center left 30%/cover no-repeat;
}

#complete-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/complete-sv.png) center left 30%/cover no-repeat;
}

#privacy-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/privacy-sv.png) center left 30%/cover no-repeat;
}

#site-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/site-sv.png) center left 30%/cover no-repeat;
}

#e404-sv {
  background: url(../img/sv/sv-btm.png) center bottom/100% no-repeat, url(../img/sv/e404-sv.png) center left 30%/cover no-repeat;
}
#e404-sv h2{
  width: 85%;
  font-size: 5.555vw;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-family: 'Zen Maru Gothic', sans-serif;
  border-bottom: 2px double #c1e099;
  margin-bottom: 7%;
  font-size: 6.29067vw;
  color: #35a848;
  letter-spacing: .08em;
  position: relative;
}
.ttl01:after {
  position: absolute;
  content: '';
  background: url('../img/common/ttl01-deco.png?1688096095');
  width: 77px;
  height: 94px;
  background-size: 100%;
  top: auto;
  right: 0;
  bottom: -3vw;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 14%;
  height: 15vw;
}

.ttl02 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 4.718vw;
  color: #35a848;
  text-align: left;
  border-bottom: 4px solid #ddefc6;
  margin-bottom: 3%;
  padding-left: 8%;
  letter-spacing: .08em;
  background: url(../img/common/ttl02-deco.png) left top/6% no-repeat;
}

/*==========================================
訪問健康支援
===========================================*/
/*-------------------------------
病気を未然に防ぐための
アドバイスとサポートを
--------------------------------*/
#advice-support h3 {
  margin-bottom: 7%;
  font-size: 6.066vw;
  color: #35a848;
  letter-spacing: .08em;
  position: relative;
  line-height: 1.6;
  z-index: 1;
}
#advice-support h3:before, #advice-support h3:after {
  position: absolute;
  content: '';
  width: 15%;
  height: 15vw;
  background: url(../img/support/about-left_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
#advice-support h3:before {
  left: -6%;
}
#advice-support h3:after {
  right: -6%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#advice-support h3 span {
  color: #85c04b;
  font-size: 6.96467vw;
}
#advice-support .support-business {
  margin-bottom: 10%;
}
#advice-support .support-business h4 {
  font-size: 4.718vw;
  color: #35a848;
  border-bottom: 1px dashed #c1e099;
  margin-bottom: 3%;
}
#advice-support .support-business p {
  text-align: left;
  margin-bottom: 6%;
}
#advice-support .support-business p:last-child {
  margin-bottom: 0;
}
#advice-support .ai-health {
  background: #f1f8e2;
  padding: 5% 4%;
  border-radius: 20px;
  margin-bottom: 12%;
}
#advice-support .ai-health .txt-blc {
  margin-bottom: 7%;
}
#advice-support .ai-health .img-blc {
  position: relative;
}
#advice-support .ai-health .img-blc:before {
  position: absolute;
  content: '';
  background: url('../img/support/ai-deco.png?1688096092');
  width: 195px;
  height: 118px;
  background-size: 100%;
  top: auto;
  right: 3%;
  bottom: 0;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 40%;
  height: 20vw;
}
#advice-support .mental-wrp {
  margin-bottom: 12%;
}
#advice-support .mental-wrp h4 {
  font-size: 4.49333vw;
  color: #35a848;
  border-bottom: 1px dashed #c1e099;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
#advice-support .mental-wrp .img-blc {
  margin-bottom: 5%;
  position: relative;
}
#advice-support .mental-wrp .img-blc:before {
  position: absolute;
  content: '';
  background: url('../img/support/approach-deco.png?1688096093');
  width: 85px;
  height: 148px;
  background-size: 100%;
  top: auto;
  right: auto;
  bottom: -3vw;
  left: -4%;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 22%;
  height: 34vw;
}
#advice-support .menu-bnr {
  border: 5px solid #f2f6e8;
  border-radius: 20px;
  background: #fff;
  padding: 5% 4%;
}
#advice-support .menu-bnr .txt-blc h4 {
  font-size: 6.29067vw;
  color: #35a848;
  letter-spacing: .08em;
  border-bottom: 1px dashed #c1e099;
  margin-bottom: 3%;
  position: relative;
  z-index: 1;
}
#advice-support .menu-bnr .txt-blc h4:before {
  position: absolute;
  content: '';
  background: url('../img/support/menu-bnr_ttl_deco.png?1688096105');
  width: 91px;
  height: 134px;
  background-size: 100%;
  top: auto;
  right: -5%;
  bottom: -2vw;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 15%;
  height: 17vw;
  z-index: -1;
}
#advice-support .menu-bnr .txt-blc h4 span {
  color: #85c04b;
  font-size: 6.96467vw;
}

/*-------------------------------
対応エリア
--------------------------------*/
#area .map-img {
  margin-bottom: 7%;
}
#area p {
  text-align: left;
}

/*==========================================
ルチューレプシュケー
===========================================*/
/*-------------------------------
コンセプト
--------------------------------*/
#concept {
  background: url(../img/lucerepsyche/concept-btm_bg.png) bottom center/100% no-repeat;
}
#concept .ttl01 {
  margin-bottom: 10%;
}
#concept .txt-blc h4 {
  font-size: 4.49333vw;
  color: #35a848;
  margin-bottom: 3%;
  padding: 0 0 2% 4%;
  border-bottom: 1px dashed #c1e099;
  position: relative;
  letter-spacing: .04em;
}
#concept .txt-blc h4:before {
  position: absolute;
  content: '';
  background: url('../img/lucerepsyche/concept-h4_deco.png?1688096141');
  width: 53px;
  height: 77px;
  background-size: 100%;
  top: auto;
  right: auto;
  bottom: -10px;
  left: -15px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 11%;
  height: 14vw;
}
#concept .txt-blc h4 span {
  font-size: 5.16733vw;
  color: #85c04b;
}
#concept .img-blc {
  margin-bottom: 4%;
  position: relative;
}
#concept .img-blc:before {
  position: absolute;
  content: '';
  background: url('../img/lucerepsyche/concept-deco.png?1688096138');
  width: 559px;
  height: 435px;
  background-size: 100%;
  top: -15px;
  right: auto;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 68vw;
}
#concept .img-blc img {
  -webkit-box-shadow: 8px 8px rgba(221, 239, 198, 0.3);
          box-shadow: 8px 8px rgba(221, 239, 198, 0.3);
}

/*-------------------------------
ルチューレプシュケーのこだわり
--------------------------------*/
#kodawari {
  background: url(../img/lucerepsyche/kodawari-btm_bg.png) bottom center/100% no-repeat, #f1f8e2;
}
#kodawari .kodawari-wrp {
  position: relative;
  margin-bottom: 10%;
  padding-bottom: 20%;
  background: url(../img/lucerepsyche/kodawari-bdr.png) bottom center no-repeat;
}
#kodawari .kodawari-wrp:last-child {
  margin-bottom: 0;
  background: none;
}
#kodawari .kodawari-wrp .img-blc {
  margin-bottom: 3%;
}
#kodawari .kodawari-wrp .txt-blc {
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 5% 4%;
  position: relative;
}
#kodawari .kodawari-wrp .txt-blc h4 {
  font-size: 4.49333vw;
  color: #35a848;
  padding: 2% 0 2% 13%;
  margin-bottom: 2%;
  background: url(../img/lucerepsyche/kodawari-h4_deco.png) left center/12% no-repeat;
}
#kodawari .kodawari-wrp .txt-blc h4 span {
  font-size: 5.392vw;
  color: #85c04b;
  position: relative;
  z-index: 1;
}
#kodawari .kodawari-wrp .txt-blc h4 span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 7px;
  background: #ddefc6;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*-------------------------------
ご挨拶
--------------------------------*/
#greeting .logo {
  width: 53%;
  margin: 0 auto 5% auto;
}
#greeting .txt-blc .owner-name > dt {
  width: 45%;
  border-bottom: 1px dashed #c1e099;
  background-size: 10%;
}
#greeting .txt-blc .owner-name > dd {
  background: #fff;
  border-radius: 20px;
  padding: 5% 4%;
  text-align: left;
}
#greeting .txt-blc .owner-name > dd dl {
  margin-bottom: 5%;
}
#greeting .txt-blc .owner-name > dd dl:last-child {
  margin-bottom: 0;
}
#greeting .txt-blc .owner-name > dd dt {
  border-left: 4px solid #ddefc6;
  font-size: 4.49333vw;
  color: #35a848;
  padding-left: 3%;
  margin-bottom: 3%;
}

/*==========================================
ご利用案内
===========================================*/
.guide-pagenav {
  width: 88%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrpa;
      flex-wrap: wrpa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guide-pagenav li {
  width: 48%;
  margin-bottom: 5%;
}
.guide-pagenav li:nth-child(2n+1):nth-last-child(-n+2), .guide-pagenav li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
.guide-pagenav li a {
  border-radius: 10px;
  padding: 12% 0;
}

/*-------------------------------
ご利用料金
--------------------------------*/
#price .lead-txt {
  text-align: left;
  margin-bottom: 7%;
}
#price .price-wrp > li {
  margin-bottom: 15%;
}
#price .price-wrp > li:last-child {
  margin-bottom: 0;
}
#price .price-wrp > li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#price .price-wrp > li h4 .course-price small {
  font-size: 3.14533vw;
}
#price .price-wrp > li .course-detail {
  border-radius: 20px;
  padding: 5% 4% 16% 4%;
  text-align: left;
  background: #f1f8e2;
  position: relative;
}
#price .price-wrp > li:first-child .course-detail:before {
  position: absolute;
  content: '';
  background: url('../img/guide/course01-illust.png?1688096118');
  width: 128px;
  height: 134px;
  background-size: 100%;
  top: auto;
  right: -6%;
  bottom: -2vw;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 25%;
  height: 23vw;
}
#price .price-wrp > li:last-child .course-detail:before {
  position: absolute;
  content: '';
  background: url('../img/guide/course02-illust.png?1688096097');
  width: 224px;
  height: 116px;
  background-size: 100%;
  top: auto;
  right: -4%;
  bottom: -4vw;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 43%;
  height: 20vw;
}

/*-------------------------------
ご依頼の流れ
--------------------------------*/
#steps .steps-wrp li {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #f2f6e8;
  margin-bottom: 15%;
  position: relative;
  padding: 5% 4%;
}
#steps .steps-wrp li:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 35px 0 35px;
  border-color: #f2f6e8 transparent transparent transparent;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -11vw;
  margin: 0 auto;
}
#steps .steps-wrp li:last-child {
  margin-bottom: 0;
}
#steps .steps-wrp li:last-child:before {
  border: none;
}
#steps .steps-wrp li .txt-blc {
  text-align: left;
}
#steps .steps-wrp li .txt-blc dt {
  font-size: 4.718vw;
  border-bottom: 1px dashed #c1e099;
  margin-bottom: 3%;
  color: #35a848;
  padding: 2% 2% 2% 17%;
}
#steps .steps-wrp li:nth-child(1) .txt-blc dt {
  background: url(../img/guide/step-num01.png) left center/14% no-repeat;
}
#steps .steps-wrp li:nth-child(2) .txt-blc dt {
  background: url(../img/guide/step-num02.png) left center/14% no-repeat;
}
#steps .steps-wrp li:nth-child(3) .txt-blc dt {
  background: url(../img/guide/step-num03.png) left center/14% no-repeat;
}
#steps .steps-wrp li:nth-child(4) .txt-blc dt {
  background: url(../img/guide/step-num04.png) left center/14% no-repeat;
}
#steps .steps-wrp li .img-blc {
  margin-bottom: 3%;
}

/*==========================================
よくある質問
===========================================*/
#faq .faq-wrp > li {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 8%;
  border: 4px solid #f2f6e8;
  padding: 5% 4%;
  text-align: left;
}
#faq .faq-wrp > li:last-child {
  margin-bottom: 0;
}
#faq .faq-wrp > li dt {
  font-size: 4.718vw;
  color: #35a848;
  border-bottom: 1px dashed #c1e099;
  margin-bottom: 5%;
  padding: 0 0 3% 12%;
  background: url(../img/faq/question_icon.png) left top 1vw/8% no-repeat;
}
#faq .faq-wrp > li dd {
  padding: 2% 0 2% 12%;
  background: url(../img/faq/answer_icon.png) left top 1vw/8% no-repeat;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 55%;
  margin-left: auto;
  text-align: center;
  margin-bottom: 5%;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: .8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 8px;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
お知らせ
===========================================*/
.post-wrap .column-lists > li {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4% 0;
}
.post-wrap .column-lists > li:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-area {
  width: 55%;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 38%;
  font-size: 2.55vw;
  color: #35a848;
  text-align: left;
  padding: 2px 0;
  letter-spacing: .05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 61%;
}
.post-wrap .column-lists .post-ttl .category-label li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #35a848;
  color: #fff;
  background: #35a848;
  padding: 2px 5px;
  text-align: center;
  font-size: 2.55vw;
  margin-bottom: 2%;
  margin-right: 2%;
}
.post-wrap .column-lists .post-ttl .category-label li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 3.7vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #35a848;
  border: 1px solid #35a848;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 6%;
}
.single-meta time {
  font-size: 3vw;
  width: 24%;
  font-weight: normal;
  display: block;
  padding: 3px 0;
}
.single-meta .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-meta .category-label li {
  font-size: 2.55vw;
  margin-right: 4%;
  margin-bottom: 2%;
}
.single-meta .category-label li:last-child {
  margin-right: 0;
}
.single-meta .category-label li a {
  border: 1px solid #35a848;
  color: #35a848;
  padding: 3px 5px;
  border-radius: 25px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #35a848;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ':';
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: '#';
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
お問い合わせ
===========================================*/
#contact .contact-form {
  text-align: left;
  margin-bottom: 5%;
}
#contact .contact-form dl dt {
  position: relative;
}
#contact .contact-form dl dt em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #35a848;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form dl dd li {
  list-style: none;
}
#contact .contact-form dl dd textarea {
  height: 150px;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
}
#contact .contact-form select {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.55vw;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #7d7361;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#contact .contact-form #post01,
#contact .contact-form #post02 {
  width: 95px;
}
#contact .contact-form #addr21 {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  padding: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #35a848;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #85c04b;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 5%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 5%;
}
#contact input[type='button'][disabled],
#contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}
#contact input[type='button'],
#contact input[type='submit'],
#contact .contact-submits-wrap button {
  font-size: 3.4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #35a848;
  color: #35a848;
  border-radius: 0;
}
#contact input[type='button']:hover,
#contact input[type='submit']:hover,
#contact .contact-submits-wrap button:hover {
  background: #35a848;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
  margin-top: 4%;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type="submit"],
#contact select {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
  color: -webkit-link;
}
.complete-box p a{
  text-decoration: underline;
}

/*==========================================
プライバシーポリシー
===========================================*/
#privacy .privacy-box {
  margin-bottom: 6%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}
