@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
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: #474747;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .08em;
  font-size: 3.55vw;
  word-break: break-all;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.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;
}

/*==========================================
共通ブロック・要素
===========================================*/
.txt-blc {
  text-align: left;
}
.txt-blc p {
  margin-bottom: 5%;
  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;
  color: #fff;
  background: #fecb7d;
  border-radius: 25px;
  padding: 3% 2%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.more-btn:hover {
  opacity: 1;
  background: #ffaf35;
}
.more-btn span {
  padding-right: 11vw;
  background: url(../img/common/more-arr.png) right center/10vw no-repeat;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-dl {
  text-align: left;
}
.com-dl > dl > dt {
  background: #fecb7d;
  color: #fff;
  padding: 2% 3%;
}
.com-dl > dl > dd {
  padding: 3%;
}
.com-dl > dl > dd a[href^="tel:"],
.com-dl > dl > dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2% 4%;
}
#header h1 {
  width: 23%;
}
#header .hd-right {
  display: none;
}
#header .hd-right .hd-right_l {
  width: 715px;
}
#header .hd-right .hd-right_l .hd-info {
  width: 455px;
  margin: 0 0 5px auto;
}
#header .hd-right .hd-right_l .hd-info .num {
  font-weight: 700;
  font-size: 6.74vw;
  padding-left: 25px;
  background: url(../img/common/hd-tel_icon.png) left center no-repeat;
}
#header .hd-right .mail {
  width: 120px;
  height: 120px;
  display: block;
  background: url(../img/common/hd-mail_icon.png) top 30px center no-repeat, #fecb7d;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px 0 5px 0;
}

/*==========================================
メインビジュアル
===========================================*/
#mv {
  position: relative;
  height: 60vw;
  background: url(../img/top/mv/mv.png) right 3% bottom 2.35vw/80% no-repeat, url(../img/top/mv/mv-base.png) left top/75% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mv h2 {
  width: 50%;
  position: absolute;
  left: 4%;
  bottom: 13vw;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: #ef4e59;
}
.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: 6% 6% 20% 6%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fecb7d+1,fbcdd0+100 */
  background: #fecb7d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fecb7d), to(#fbcdd0));
  background: linear-gradient(to bottom, #fecb7d 1%, #fbcdd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb7d', endColorstr='#fbcdd0',GradientType=0 );
  /* IE6-9 */
}
#drawer-nav .drawer-logo {
  width: 35%;
  margin-bottom: 6%;
}
#drawer-nav #nav .drawer-link {
  padding: 3% 0;
  border-bottom: 1px solid;
  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 {
  font-weight: 700;
}
#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 {
  margin: 10% auto 5%;
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#drawer-nav .sns-list li {
  margin-right: 5%;
}
#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 {
  font-size: 4.94267vw;
  font-weight: 700;
  padding-left: 9%;
  background: url(../img/common/hd-tel_icon.png) left center no-repeat;
}
#drawer-nav .mail-btn {
  text-align: center;
  width: 75%;
  display: block;
  background: url(../img/common/hd-mail_icon.png) left 17% center/8% no-repeat, #fecb7d;
  font-weight: 500;
  margin: 4% auto;
  letter-spacing: .1em;
  padding: 3% 2% 3% 9%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#drawer-nav .mail-btn span {
  font-size: 4vw;
  color: #fff;
  position: relative;
}

/*==========================================
トップページ
===========================================*/
/*---------------------------
Greeting
----------------------------*/
#top-greeting {
  padding: 12vw 0;
  background: url(../img/top/greeting-map.png) right -8.875% top -12vw/43.69791% no-repeat;
}
#top-greeting p {
  text-align: left;
}

/*---------------------------
Service
----------------------------*/
#top-service {
  padding: 12vw 0;
  background: url(../img/top/service-bg.png) center/cover no-repeat;
}
#top-service .service-wrp li a {
  height: 68vw;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}
#top-service .service-wrp li a:before, #top-service .service-wrp li a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#top-service .service-wrp li a:before {
  z-index: -2;
}
#top-service .service-wrp li a:after {
  z-index: -1;
  background: rgba(0, 0, 0, 0.35);
}
#top-service .service-wrp li a:hover {
  opacity: 1;
}
#top-service .service-wrp li a:hover:after {
  background: rgba(0, 0, 0, 0.65);
}
#top-service .service-wrp li:nth-child(1) a:before {
  background: url(../img/top/reform-bg.png) center/cover no-repeat;
}
#top-service .service-wrp li:nth-child(2) a:before {
  background: url(../img/top/garden-care-bg.png) center/cover no-repeat;
}
#top-service .service-wrp li:nth-child(3) a:before {
  background: url(../img/top/housecleaning-bg.png) center/cover no-repeat;
}
#top-service .service-wrp li p {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: auto 0;
}
#top-service .service-wrp li p .ja {
  font-weight: 500;
  display: block;
  font-size: 4.94267vw;
}
#top-service .service-wrp li p .en {
  display: block;
  font-size: 3.59467vw;
}
#top-service .service-wrp li .view-more {
  width: 45%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.59467vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  font-weight: 700;
  padding-right: 7vw;
  background: url(../img/common/more-arr.png) right center/10vw no-repeat;
}
#top-service .add-txt {
  margin-top: 10vw;
}

/*---------------------------
For Beginner
----------------------------*/
#top-beginner {
  padding: 12vw 0;
  position: relative;
  z-index: 1;
}
#top-beginner .txt-blc {
  background: #fafafa;
  padding: 5% 5% 12% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 14%;
}
#top-beginner .txt-blc h4 {
  font-size: 4.718vw;
  font-weight: 500;
  margin-bottom: 3%;
}
#top-beginner .txt-blc p {
  margin-bottom: 0;
}
#top-beginner .txt-blc .more-btn {
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -6vw;
}

/*---------------------------
Cases
----------------------------*/
#top-cases {
  padding: 15vw 0;
  background: url(../img/top/cases-bg.png) bottom 70px center/cover no-repeat;
}
#top-cases .txt-blc {
  background: #fafafa;
  padding: 5% 5% 12% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 14%;
}
#top-cases .txt-blc h4 {
  font-size: 4.718vw;
  font-weight: 500;
  margin-bottom: 3%;
}
#top-cases .txt-blc p {
  margin-bottom: 0;
}
#top-cases .txt-blc .more-btn {
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -6vw;
}
#top-cases .img-blc {
  width: 100%;
  height: 127vw;
  position: relative;
}
#top-cases .img-blc div {
  position: absolute;
}
#top-cases .img-blc div:first-child {
  width: 100%;
  right: 0;
  top: 0;
}
#top-cases .img-blc div:last-child {
  width: 100%;
  bottom: 0;
  left: 0;
}

.other-site {
  padding: 0 0 10vw 0;
  width: 88%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other-site li {
  width: 48%;
  font-size: 4.044vw;
}
.other-site li .more-btn {
  border-radius: 0;
  padding: 7% 2%;
}

/*==========================================
footer
===========================================*/
#footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fecb7d+1,fbcdd0+100 */
  background: #fecb7d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(254, 203, 125, 0.5)), to(rgba(251, 205, 208, 0.5)));
  background: linear-gradient(to bottom, rgba(254, 203, 125, 0.5) 1%, rgba(251, 205, 208, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb7d', endColorstr='#fbcdd0',GradientType=0 );
  /* IE6-9 */
  padding-bottom: 12vw;
}
#footer .side-fixed {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1001;
  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;
}
#footer .side-fixed li {
  width: 50%;
}
#footer .side-fixed li:nth-child(1) a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fba7ad+1,fecb7d+100 */
  background: #fecb7d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fecb7d), to(#fba7ad));
  background: linear-gradient(to bottom, #fecb7d 1%, #fba7ad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb7d', endColorstr='#fba7ad',GradientType=0 );
  /* IE6-9 */
}
#footer .side-fixed li:nth-child(3) a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fba7ad+1,fecb7d+100 */
  background: #fba7ad;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fba7ad), to(#fecb7d));
  background: linear-gradient(to bottom, #fba7ad 1%, #fecb7d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba7ad', endColorstr='#fecb7d',GradientType=0 );
  /* IE6-9 */
}
#footer .side-fixed li a {
  display: block;
  position: relative;
  color: #fff;
}
#footer .side-fixed li span {
  display: block;
}
#footer .inbox {
  padding: 8% 6% 5% 6%;
}
#footer .ft-logo {
  width: 34%;
  margin: 0 auto 8% auto;
}
#footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85px;
  margin: 0 auto 7% auto;
}
#footer .num {
  font-size: 5.392vw;
  font-weight: 700;
  padding-left: 7%;
  background: url(../img/common/ft-tel_icon.png) left center/9% no-repeat;
}
#footer .open {
  margin-bottom: 7%;
}
#footer .mail {
  width: 75%;
  margin: 0 auto 7vw auto;
  display: block;
  padding: 3.5% 2% 3.5% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: url(../img/common/ft-mail_icon.png) left 21% center no-repeat, #fecb7d;
}
#footer .ft-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
#footer .ft-nav li {
  font-weight: 500;
  font-size: 2.696vw;
  margin-right: 7%;
}
#footer .ft-nav li:last-child {
  margin-right: 0;
}
#footer .ft-nav li:nth-last-child(n+3) {
  display: none;
}

#copyright {
  font-size: 10px;
  background: #bebebe;
  color: #fff;
  padding: 5px 0;
  word-break: normal;
}
#copyright a {
  color: #fff;
}

/*==========================================
サブビジュアル
===========================================*/
.lower-sv {
  position: relative;
  height: 44vw;
  background: url(../img/sv/sv-base.png) left top/75% no-repeat;
}
.lower-sv h2 {
  font-size: 6.29067vw;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  position: absolute;
  width: 88%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5.7vw;
  text-align: left;
  font-weight: 600;
  z-index: 10;
}
.lower-sv h2 span {
  background: #fff;
  padding: 5px 12px;
}
.lower-sv .frame {
  width: 100%;
  height: 25vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#remodel-sv .frame {
  background: url(../img/sv/remodel-sv.png) center bottom/cover no-repeat;
}

#gardening-sv .frame {
  background: url(../img/sv/gardening-sv.png) center bottom/cover no-repeat;
}

#cleaning-sv .frame {
  background: url(../img/sv/cleaning-sv.png) center bottom/cover no-repeat;
}

#beginner-sv .frame {
  background: url(../img/sv/beginner-sv.png) left 38% bottom/cover no-repeat;
}

#info-sv .frame {
  background: url(../img/sv/info-sv.png) center bottom/cover no-repeat;
}

#contact-sv .frame {
  background: url(../img/sv/contact-sv.png) center bottom/cover no-repeat;
}

#complete-sv .frame {
  background: url(../img/sv/complete-sv.png) center bottom/cover no-repeat;
}

#news-sv .frame {
  background: url(../img/sv/news-sv.png) center bottom/cover no-repeat;
}

#site-sv .frame {
  background: url(../img/sv/site-sv.png) center bottom/cover no-repeat;
}

#privacy-sv .frame {
  background: url(../img/sv/privacy-sv.png) center bottom/cover no-repeat;
}

#e404-sv .frame {
  background: url(../img/sv/e404-sv.png) center bottom/cover no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  margin-bottom: 7vw;
}
.ttl01 .en {
  display: block;
  font-size: 6.74vw;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-weight: 600;
  position: relative;
  padding-bottom: 3%;
}
.ttl01 .en:after {
  width: 60px;
  height: 3px;
  background: #474747;
  margin: 0 auto;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
}
.ttl01 .ja {
  display: block;
  font-size: 4.26867vw;
  margin-top: 5%;
}

.ttl02 {
  font-size: 4.26867vw;
  font-weight: 500;
  text-align: left;
  margin-bottom: 3%;
}

/*==========================================
FEATURE
===========================================*/
.feature .sub-ttl {
  font-size: 4.49333vw;
  margin-bottom: 8%;
}
.feature .sub-ttl span {
  display: block;
  font-size: 3.59467vw;
  margin-bottom: 2%;
  color: #fecb7d;
}

.point-wrp li {
  padding-bottom: 6%;
  margin-bottom: 10%;
}
.point-wrp li:last-child {
  margin-bottom: 0;
}
.point-wrp li .txt-blc {
  background: #fafafa;
  padding: 7.5% 5% 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.point-wrp li .txt-blc h4 {
  font-size: 4.49333vw;
  margin-bottom: 5%;
  position: relative;
}
.point-wrp li .txt-blc h4:before {
  position: absolute;
  font-size: 8.98667vw;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-weight: 600;
  left: 0;
  line-height: 1;
  top: -11vw;
}
.point-wrp li:nth-child(1) h4:before {
  content: "01";
}
.point-wrp li:nth-child(2) h4:before {
  content: "02";
}
.point-wrp li:nth-child(3) h4:before {
  content: "03";
}

/*==========================================
リフォーム
===========================================*/
#remodel .point-wrp li:nth-child(1) {
  background: url(../img/remodel/feature01-img01.png) left bottom/57.8125% no-repeat, url(../img/remodel/feature01-img02.png) right bottom/30.46875% no-repeat;
}
#remodel .point-wrp li:nth-child(2) {
  background: url(../img/remodel/feature02-img01.png) left bottom/57.8125% no-repeat, url(../img/remodel/feature02-img02.png) right bottom/30.46875% no-repeat;
}
#remodel .remodel-item {
  margin-top: 15vw;
}
#remodel .remodel-item h4 {
  font-size: 4.49333vw;
  margin-bottom: 5%;
}
#remodel .remodel-item p {
  margin-bottom: 7%;
  text-align: left;
}
#remodel .remodel-item .item-wrp li {
  width: 85%;
  margin: 0 auto 8% auto;
}
#remodel .remodel-item .item-wrp li:last-child {
  margin-bottom: 0;
}
#remodel .remodel-item .item-wrp li figcaption {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fecb7d+1,fbcdd0+100 */
  background: #fecb7d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(254, 203, 125, 0.5)), to(rgba(251, 205, 208, 0.5)));
  background: linear-gradient(to right, rgba(254, 203, 125, 0.5) 1%, rgba(251, 205, 208, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb7d', endColorstr='#fbcdd0',GradientType=1 );
  /* IE6-9 */
  font-size: 4.044vw;
  padding: 5% 0;
}

/*==========================================
お庭のお手入れ
===========================================*/
#gardening .point-wrp li:nth-child(1) {
  background: url(../img/gardening/gardening01-img01.png) left bottom/57.8125% no-repeat, url(../img/gardening/gardening01-img02.png) right bottom/30.46875% no-repeat;
}
#gardening .point-wrp li:nth-child(2) {
  background: url(../img/gardening/gardening02-img01.png) left bottom/57.8125% no-repeat, url(../img/gardening/gardening02-img02.png) right bottom/30.46875% no-repeat;
}
#gardening .more-btn {
  width: 88%;
  margin: 10% auto 0 auto;
}

/*==========================================
ハウスクリーニング
===========================================*/
#cleaning .point-wrp li:nth-child(1) {
  background: url(../img/cleaning/cleaning01-img01.png) left bottom/57.8125% no-repeat, url(../img/cleaning/cleaning01-img02.png) right bottom/30.46875% no-repeat;
}
#cleaning .point-wrp li:nth-child(2) {
  background: url(../img/cleaning/cleaning02-img01.png) left bottom/57.8125% no-repeat, url(../img/cleaning/cleaning02-img02.png) right bottom/30.46875% no-repeat;
}
#cleaning .more-btn {
  width: 90%;
  margin: 10% auto 0 auto;
  font-size: 3.37vw;
}

/*==========================================
初めての方へ
===========================================*/
/*---------------------------
茅野店が選ばれる理由
----------------------------*/
#reason {
  background: url(../img/beginner/reason-bg.png) bottom -67vw center/cover no-repeat;
}
#reason .reason-wrp li {
  margin-bottom: 10%;
}
#reason .reason-wrp li:last-child {
  margin-bottom: 0;
}
#reason .reason-wrp li .txt-blc h4 {
  font-size: 4.49333vw;
  font-weight: 500;
  margin-bottom: 4%;
}
#reason .reason-wrp li .txt-blc h4 .point {
  display: block;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: 4.044vw;
}
#reason .reason-wrp li .txt-blc h4 .point em {
  font-size: 8.98667vw;
}

/*---------------------------
ご依頼の流れ
----------------------------*/
#flow .flow-wrp {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fecb7d+1,fbcdd0+100 */
  background: #fecb7d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(254, 203, 125, 0.5)), to(#fbcdd0));
  background: linear-gradient(to bottom, rgba(254, 203, 125, 0.5) 1%, #fbcdd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb7d', endColorstr='#fbcdd0',GradientType=0 );
  /* IE6-9 */
  padding: 7% 3%;
}
#flow .flow-wrp > li {
  padding-bottom: 15%;
  margin-bottom: 10%;
  background: url(../img/beginner/step-arr.png) bottom center no-repeat;
}
#flow .flow-wrp > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
#flow .flow-wrp > li .contact-box {
  background: #fff;
  padding: 5% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 7%;
}
#flow .flow-wrp > li .contact-box dt {
  font-size: 4.718vw;
  padding-bottom: 5%;
  margin-bottom: 5%;
  position: relative;
  font-weight: 500;
}
#flow .flow-wrp > li .contact-box dt:before {
  width: 30px;
  height: 2px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #474747;
}
#flow .flow-wrp > li .contact-box dd p {
  margin-bottom: 20px;
}
#flow .flow-wrp > li .contact-box dd li {
  width: 100%;
  margin: 0 auto 5% auto;
}
#flow .flow-wrp > li .contact-box dd li:first-child a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbcdd0+1,fecb7d+100 */
  background: #fbcdd0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #fbcdd0), to(#fecb7d));
  background: linear-gradient(to right, #fbcdd0 1%, #fecb7d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbcdd0', endColorstr='#fecb7d',GradientType=1 );
  /* IE6-9 */
}
#flow .flow-wrp > li .contact-box dd li:last-child a {
  background: url(../img/common/hd-mail_icon.png) left 20% center/8% no-repeat, #fecb7d;
}
#flow .flow-wrp > li .contact-box dd li a {
  display: block;
  padding: 3.5% 2%;
  color: #fff;
}
#flow .flow-wrp > li .contact-box dd .num {
  font-size: 6.74vw;
  font-weight: 500;
  padding-left: 30px;
  background: url(../img/common/hd-tel_icon.png) left center no-repeat;
}
#flow .flow-wrp > li .img-blc {
  margin-bottom: 5%;
}
#flow .flow-wrp > li .txt-blc dt {
  margin-bottom: 5%;
}
#flow .flow-wrp > li .txt-blc dt .step {
  border-radius: 50%;
  width: 17vw;
  height: 17vw;
  background: #fff;
  font-size: 2.92067vw;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 3%;
  display: inline-block;
  padding-top: 3vw;
}
#flow .flow-wrp > li .txt-blc dt .step em {
  line-height: 1;
  display: block;
  font-size: 5.16733vw;
}
#flow .flow-wrp > li .txt-blc dt .ja {
  font-size: 4.718vw;
  font-weight: 500;
}
#flow .flow-wrp > li .txt-blc dt small {
  font-size: 3.14533vw;
  margin-left: 3%;
}
#flow .flow-wrp > li .txt-blc dd span {
  display: block;
  margin-bottom: 5.5%;
}
#flow .flow-wrp > li .txt-blc dd span:last-child {
  margin-bottom: 0;
}

/*==========================================
会社概要
===========================================*/
#greeting .txt-blc {
  margin-bottom: 7%;
}
#greeting .ttl01 {
  text-align: center;
}
#greeting figure figcaption {
  text-align: right;
  font-weight: 700;
  margin-top: 5px;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.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;
}

/*==========================================
ギャラリー
===========================================*/
#gallery .gallery-lists {
  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;
}
#gallery .gallery-lists > li {
  width: 48%;
  margin-bottom: 20px;
}
#gallery .gallery-lists > li:nth-child(2n+1):nth-last-child(-n+2), #gallery .gallery-lists > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#gallery .gallery-lists > li .thumb {
  width: 100%;
  height: 40vw;
}
#gallery .gallery-lists > li a {
  display: block;
}
#gallery .gallery-lists figcaption {
  padding: 5px 0;
}
#gallery .img-eff {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
#gallery .img-eff:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  opacity: 0;
}
#gallery .img-eff:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#gallery .img-eff:hover:before {
  opacity: 1;
}
#gallery .gallery-img .main-img {
  margin-bottom: 4%;
}
#gallery .gallery-img-lists {
  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;
}
#gallery .gallery-img-lists li {
  width: 48%;
  height: 35vw;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#gallery .gallery-img-lists li:nth-child(2n+1):nth-last-child(-n+2), #gallery .gallery-img-lists li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#gallery .gallery-img-lists li:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#gallery .comment {
  margin-top: 5%;
  text-align: left;
}

/*==========================================
お知らせ
===========================================*/
.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: 35%;
  font-size: 2.55vw;
  color: #fecb7d;
  text-align: left;
  padding: 2px 0;
}
.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: 62%;
}
.post-wrap .column-lists .post-ttl .category-label li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fecb7d;
  color: #fff;
  background: #fecb7d;
  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: #fecb7d;
  border: 1px solid #fecb7d;
  -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 #fecb7d;
  color: #fecb7d;
  padding: 3px 5px;
  border-radius: 25px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #fecb7d;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.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: #fecb7d;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form dl dd {
  padding: 10px 0;
}
#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: #474747;
  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: #fecb7d;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #fbcdd0;
}
#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 #fecb7d;
  color: #fecb7d;
  border-radius: 0;
}
#contact input[type='button']:hover,
#contact input[type='submit']:hover,
#contact .contact-submits-wrap button:hover {
  background: #fecb7d;
  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;
}

/*==========================================
プライバシーポリシー
===========================================*/
#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;
}
