@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "zen";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "zen";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1200px;
  margin: auto;
  color: #333333;
  font-family: "yu-go-r", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

.com-inner,
.bread-inner {
  width: 1080px;
  max-width: 100%;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 30px auto 0 !important;
  border: 1px solid rgba(172, 203, 107, 0.2);
  overflow: hidden;
}
.contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #eeeee2;
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
.contact-form-table tr:nth-of-type(n+2) td {
  border-top: 1px solid rgba(172, 203, 107, 0.2);
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 25px;
  font-family: "yu-go-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  color: #fff;
  background: #accb6b;
  font-family: "yu-go-m", sans-serif;
}
.contact-form-table td {
  background-color: #f9f9f1;
}
.contact-form-table a {
  color: #333333;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.error-text {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .error-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.privacy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 334px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #333333;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*---------------------------------------
 リッチエディタ内のベーススタイリング（resetからコピペ）
---------------------------------------*/
@media screen and (min-width: 767px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-weight: 500;
    color: #333333;
    font-family: "zen", sans-serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffcd62;
  }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #ffcd62;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #ffcd62;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #ffcd62;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #ffcd62;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 16px;
    color: #ffcd62;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-weight: 500;
    font-family: "zen", sans-serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #ffcd62;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #ffcd62;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #ffcd62;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #ffcd62;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #ffcd62;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #ffcd62;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333333;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "yu-go-r", sans-serif;
  border: none;
  border-bottom: 2px solid #333333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333333;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "yu-go-r", sans-serif;
  color: #000;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #333333;
  font-family: "yu-go-r", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.ofj {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 500px;
  height: 70px;
  border-radius: 10px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 25px) center #accb6b;
  text-align: center;
  font-family: "zen", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 70px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    opacity: 1;
    background-position: calc(100% - 25px) center;
    background-color: #7e9e3c;
  }
}

#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*追加*/
  width: 100%;
  max-width: 500px;
  height: 70px;
  margin: auto;
  border-radius: 10px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 25px) center #accb6b;
  text-align: center;
  font-family: "zen", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 70px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    opacity: 1;
    background-position: calc(100% - 25px) center;
    background-color: #7e9e3c;
  }
}
#contact .contact-submits-btn[disabled] {
  opacity: 0.8;
}
#contact .contact-submits-btn[name=back] {
  opacity: 0.8;
}
#contact .contact-submits-btn[name=back]::before {
  content: none;
}
#contact .contact-submits-btn-wrap {
  text-align: center;
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    height: 50px;
    line-height: 50px;
  }
}

/*	com-table  PC
------------------------------------ */
/*	heading  PC
------------------------------------ */
.com-head01 {
  text-align: center;
}
.com-head01-fuki {
  display: inline-block;
  padding: 8.5px 25px 8.5px 30px;
  border-radius: 10px;
  background: #accb6b;
  font-family: "zen", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-head01-fuki {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .com-head01-fuki {
    min-width: 672px;
  }
}
.com-head01-fuki::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #accb6b transparent transparent transparent;
  border-width: 11px 6.5px 0px 6.5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
}
.com-head01-txt {
  display: inline-block;
  margin: 15px auto 0;
  padding: 0 70px;
  background: url(../img/top/greeting-ttl-l.png) no-repeat left center, url(../img/top/greeting-ttl-r.png) no-repeat right center;
  font-family: "zen", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .com-head01-txt {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-head01-txt-ac {
  background: url(../img/top/greeting-ttl-border.png) no-repeat center bottom;
  color: #7e9e3c;
}
.com-head01-txt-ac.none {
  background: none;
}
.com-head01-txt-lg {
  font-size: 80px;
  font-size: 8rem;
  letter-spacing: 0.06em;
  color: #7e9e3c;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-head01-txt-lg {
    font-size: 40px;
    font-size: 4rem;
  }
}
.com-head01-txt.none {
  padding: 0;
  background: none;
}
.com-head01-txt.mt-none {
  margin-top: 0;
}
.com-head02 {
  text-align: center;
  font-family: "zen", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .com-head02 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-head02.border {
  background: url(../img/washing/price-ttl-ico.png) no-repeat center bottom;
}
.com-head03 {
  padding-bottom: 8px;
  border-bottom: 2px solid #accb6b;
  font-family: "zen", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #accb6b;
}
@media screen and (max-width: 767px) {
  .com-head03 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/*	pagetop  PC
------------------------------------ */
.fixed {
  max-width: 90px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 100;
}
.fixed-btn {
  display: block;
  width: 60px;
  height: 240px;
  margin-left: auto;
  padding: 84px 7px 0;
  border-radius: 6px 0 0 6px;
  background: url(../img/top/side-tel.png) no-repeat center 20px, url(../img/top/side-mail.png) no-repeat center 53px #accb6b;
}
.fixed-btn-txt {
  font-family: "zen", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fixed-btn-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .fixed-btn-txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.fixed-btn-txt-ac {
  color: #719c17;
}
@media screen and (min-width: 768px) {
  .fixed-btn:hover {
    background-color: #ffcd62;
    opacity: 1;
  }
}

.pagetop {
  margin-top: 33px;
  margin-right: 20px;
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  height: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #656565;
  font-family: "yu-go-r", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #accb6b;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #ffcd62;
  font-family: "yu-go-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #ffcd62;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #333333;
}
.pagenation .current {
  color: #fff;
  background: #ffcd62;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #ffcd62;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #ffcd62 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #ffcd62;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "yu-go-r", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background: #ffcd62;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 500px;
  position: relative;
}

.ggmap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  background-color: #fff;
}
.headline-inner {
  padding: 53px 0 37px;
  position: relative;
}

.logo {
  display: inline-block;
  width: 122px;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}

/*	gnav  PC
------------------------------------ */
.gnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav-list-item:nth-of-type(2) {
  margin-left: 84px;
}
.gnav-list-item:nth-of-type(3) {
  margin-left: 55px;
}
.gnav-list-item:nth-of-type(4) {
  margin-left: 254px;
}
.gnav-list-item:nth-of-type(n+5) {
  margin-left: 50px;
}
.gnav-list-link {
  text-align: center;
}
.gnav-list-link-ja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  font-family: "yu-go-b", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.8;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .gnav-list-link-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.gnav-list-link-en {
  color: #9bbb59;
  font-family: "shippori", serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  padding-top: 40.1%;
  background: url(../img/top/mv.jpg) no-repeat center top/cover;
  text-align: center;
  position: relative;
}
.mv-catch {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 23.1%;
  left: 0;
  right: 0;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: #accb6b;
}
#footer .foo-inner {
  padding: 80px 0;
}
#footer .foo-txt {
  margin: 21px auto 0;
  text-align: center;
  font-family: "yu-go-b", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .foo-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .foo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .foo-info li:nth-of-type(2) {
  margin-left: 24px;
}
#footer .foo-info-note {
  display: block;
  text-align: right;
  line-height: 1;
}
#footer .foo-info-tel {
  padding-left: 23px;
  background: url(../img/top/f-tel.png) no-repeat left 75%;
  font-family: "zen", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .foo-info-tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#footer .foo-info-txt {
  font-family: "yu-go-r", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.75;
}
#footer .foo-info-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 248px;
  height: 50px;
  margin-left: 35px;
  border-radius: 11px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 14px) center #ffcd62;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .foo-info-btn-ttl {
  font-family: "zen", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .foo-info-btn-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .foo-info-btn-ico {
  margin-right: 13px;
}
#footer .foo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .foo-link .foo-link-btn:nth-of-type(n+2) {
  margin-left: 15px;
}
#footer .foo-link-btn {
  width: 300px;
  height: 50px;
  border-radius: 11px;
  background: url(../img/top/f-target.png) no-repeat calc(100% - 25px) center #7e9e3c;
  text-align: center;
  font-family: "zen", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .foo-link-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#footer .foo-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
}
#footer .foo-sns a:nth-of-type(n+2) {
  margin-left: 35px;
}
#footer .fnav {
  width: 100%;
  max-width: 860px;
  margin: 50px auto 0;
}
#footer .fnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#footer .fnav-item {
  padding: 0 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #footer .fnav-item:not(:nth-of-type(6n-5)) {
    border-left: 1px solid #fff;
  }
  #footer .fnav-item:nth-of-type(n+7) {
    margin-top: 10px;
  }
}
#footer .fnav-link {
  font-family: "yu-go-b", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .fnav-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copy {
  margin: 44px auto 0;
  text-align: center;
}
#footer .copy-txt, #footer .copy-link {
  color: #fff;
  font-family: "yu-go-r", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
}
#footer .copy-link {
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .copy-link:hover {
  opacity: 0.7;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .sv {
    background-position: center top !important;
  }
}
.sv-feature {
  background: url(../img/sub/feature.jpg) no-repeat center/cover;
}
.sv-worries {
  background: url(../img/sub/worries.jpg) no-repeat center/cover;
}
.sv-washing {
  background: url(../img/sub/washing.jpg) no-repeat center/cover;
}
.sv-introduction {
  background: url(../img/sub/introduction.jpg) no-repeat center/cover;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center/cover;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center/cover;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center/cover;
}
.sv-e404 {
  background: url(../img/sub/e404.jpg) no-repeat center/cover;
}
.sv-catch {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 24px;
  text-align: center;
  border-radius: 16px;
  background-color: rgba(196, 217, 151, 0.8);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 14px, rgb(181, 209, 137) 14px, rgb(181, 209, 137) 28px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 14px, rgb(181, 209, 137) 14px, rgb(181, 209, 137) 28px);
  position: absolute;
  top: 186px;
  left: 0;
  right: 0;
}
.sv-catch-txt {
  font-family: "zen", sans-serif;
  font-size: 55px;
  font-size: 5.5rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
  text-shadow: 5px 5px 10px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 767px) {
  .sv-catch-txt {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*	news  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #news .sec01 .sec-inner {
    padding: 80px 0 130px;
  }
}
#news .sec01 .blog-list {
  margin: 50px auto 0;
}
#news .detail-ttl {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #news .detail-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#news .detail .blog-list-tag {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #news .detail .blog-list-tag {
    margin-top: 10px;
  }
  #news .detail-ttl {
    margin-top: 10px !important;
  }
}

/*	contact  PC
------------------------------------ */
#contact .complete-box {
  margin: 30px auto 0;
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .sec-inner {
    padding: 80px 0 130px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .com-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 80px 0 130px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-ul {
    margin-top: 10px;
  }
}
#site .site-li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #333333;
  font-family: "yu-go-r", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #ffcd62;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #site .site-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #ffcd62;
  }
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	pagetop  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-btn {
    width: 100%;
    max-width: 500px;
    height: 50px;
    line-height: 50px;
  }
  .com-table th, .com-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .com-table th, .com-table td {
    padding: 10px;
  }
  .com-table th {
    padding-bottom: 5px;
    background-size: 14px;
  }
  .com-table td {
    padding-top: 0;
  }
  .com-table-tel {
    display: block;
  }
  .com-table-note {
    display: block;
    margin: 5px 0 0;
  }
  .com-head01-fuki {
    padding: 5px 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .com-head01-txt {
    padding: 0 20px;
    background-size: 20px;
    background-position: left 90%, right 90%;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .com-head01-txt-ib {
    display: inline-block;
  }
  .com-head01-txt-ac {
    display: inline-block;
    background-size: 100%;
  }
  .com-head02.border {
    background-size: 160px;
  }
  .sub .com-head01-txt {
    padding: 0 25px;
    background-position: left center, right center;
  }
  .fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    right: 15px;
    bottom: 15px;
  }
  .fixed-btn {
    width: 200px;
    height: auto;
    margin-right: 20px;
    padding: 10px 10px 10px 50px;
    border-radius: 10px;
    background-position: 18px 10px, 15px 37px;
    line-height: 1.5;
  }
  .pagetop {
    width: 50px;
    margin: 0;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  .headline {
    height: 75px;
    padding: 0;
  }
  .headline-inner {
    height: 100%;
    padding: 0 15px !important;
  }
  .logo {
    width: 70px;
    top: 11px;
  }
  .mv {
    height: auto;
    padding: 15% 2%;
  }
  .mv-catch {
    width: 100%;
    position: static;
  }
  .sp-menu-btn-wrp {
    background-color: #ffcd62;
    top: 13px;
    right: 15px;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    color: #fff;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background-color: #fff;
  }
  #drawer-nav .drawer-logo {
    width: 90px;
    margin: 10px auto 15px;
  }
  #drawer-nav .drawer-info {
    margin: 5% auto 0;
    text-align: center;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 5% 0;
    border-color: rgba(51, 51, 51, 0.4);
    font-size: clamp(18px, 4.8vw, 30px);
    font-family: "yu-go-b", sans-serif;
    letter-spacing: 0.1em;
    color: #333333;
    line-height: 1.67;
  }
  #drawer-nav #nav .drawer-link-current {
    color: #accb6b;
  }
  .ggmap {
    margin-top: 0;
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px 100px;
  }
  #footer .foo-info {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo-info li:nth-of-type(2) {
    margin: 5px auto 0;
  }
  #footer .foo-info-btn {
    margin: 10px auto 0;
  }
  #footer .foo-info-tel {
    padding-left: 20px;
    background-size: 13px;
  }
  #footer .foo-txt {
    margin-top: 10px;
  }
  #footer .foo-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo-link .foo-link-btn:nth-of-type(n+2) {
    margin: 15px auto 0;
  }
  #footer .foo-sns {
    margin: 20px auto 0;
  }
  #footer .foo-sns a:nth-of-type(n+2) {
    margin-left: 15px;
  }
  #footer .fnav-list {
    border: 1px solid #fff;
  }
  #footer .fnav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .fnav-item:nth-of-type(1) {
    width: 100%;
  }
  #footer .fnav-item:nth-of-type(2) a {
    line-height: 36px;
  }
  #footer .fnav-item:nth-of-type(n+2) {
    border-top: 1px solid #fff;
  }
  #footer .fnav-item:nth-of-type(2n+3) {
    border-left: 1px solid #fff;
  }
  #footer .fnav-link {
    width: 100%;
    height: 100%;
    padding: 15px 0;
    text-align: center;
    line-height: 1.4;
  }
  #footer .copy-txt {
    margin-top: 25px;
  }
  .sv {
    height: auto;
    padding: 15% 0;
  }
  .sv-catch {
    width: 95%;
    padding: 10px;
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 9px, rgb(181, 209, 137) 9px, rgb(181, 209, 137) 16px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 9px, rgb(181, 209, 137) 9px, rgb(181, 209, 137) 16px);
    position: static;
  }
  .sv-catch-txt {
    font-size: clamp(25px, 8vw, 30px);
  }
  .sv-worries .sv-catch-txt {
    font-size: clamp(21px, 6vw, 30px);
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */