@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Lato */
/* Zen Kaku Gothic New */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01-main {
  margin-top: 15px;
}

.com-btn01 {
  height: 47px;
}
.com-btn01::after {
  width: 47px;
  height: 47px;
}

.com-line {
  width: 320px;
  height: 70px;
  text-align: center;
}
.com-line::before {
  width: 30px;
  height: 30px;
  left: 20px;
}
.com-line::after {
  width: 15px;
  height: 15px;
  right: 20px;
}

.com-item {
  width: 320px;
  height: 70px;
  margin: 20px auto 0;
}
.com-item::after {
  width: 15px;
  height: 15px;
  right: 20px;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg-btm.png) no-repeat center bottom/100%, #f6efe6;
}
#top-about .inner {
  padding: 50px 15px 150px;
}
#top-about .inner::before {
  width: 164px;
  height: 54px;
  top: 30px;
  right: 10px;
}
#top-about .img {
  position: relative;
  top: unset;
  left: unset;
  padding-right: 15px;
  margin-top: 15px;
}
#top-about .img-top {
  border-radius: 20px;
}
#top-about .img-btm {
  width: 150px;
  border-radius: 15px;
  bottom: -95px;
  right: -10px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-bg.png) no-repeat center bottom/125%;
}
#top-service .inner {
  padding: 50px 15px 110px;
}
#top-service .inner::after {
  width: 149px;
  height: 105px;
  bottom: 0px;
}
#top-service .list {
  display: block;
  margin-top: 35px;
}
#top-service .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-service .list-item::before {
  width: 49px;
  height: 56px;
  top: -12px;
  left: -10px;
}
#top-service .list-item::after {
  width: 60px;
  height: 62px;
  top: -35px;
  right: -10px;
}
#top-service .list-item:first-of-type {
  margin-top: 0;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-top: 20px !important;
}
#top-service .list-link {
  width: 100%;
  height: unset;
  padding: 175px 30px 75px;
  border-radius: 20px;
}
#top-service .list-link::after {
  width: 47px;
  height: 47px;
}

/* =========================================
    top  sp
    top-area
========================================= */
#top-area .inner::before {
  width: 77px;
  height: 80px;
  bottom: -15px;
}
#top-area .container {
  display: block;
}
#top-area .txt {
  margin-top: 30px;
}
#top-area .note {
  margin-top: 35px;
}
#top-area .img {
  display: block;
  width: 320px;
  margin: 20px auto 0;
}

/* =========================================
    top  sp
    top-question
========================================= */
#top-question .inner {
  padding: 50px 15px;
}
#top-question .wrap {
  margin: 35px 0 auto;
  border-radius: 30px 30px 0 0;
}
#top-question .wrap::before {
  display: none;
}
#top-question .wrap::after {
  display: none;
}
#top-question .wrap-inner {
  padding: 30px 15px;
}
#top-question .wrap-inner::before {
  display: none;
}
#top-question .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-question .list-top {
  display: block;
}
#top-question .list-top-ico {
  width: 100px;
}
#top-question .list-top-ttl {
  margin-top: 20px;
  padding: 15px;
}
#top-question .list-top-ttl::before {
  width: 12px;
  height: 14px;
  transform: rotate(90deg);
  top: -13px;
  left: 45px;
}
#top-question .list-btm {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 20px;
  gap: 0;
}
#top-question .list-btm-ico {
  width: 100px;
  margin-left: auto;
}
#top-question .list-btm-txt {
  margin-top: 20px;
  padding: 20px 15px;
}
#top-question .list-btm-txt::after {
  width: 12px;
  height: 14px;
  transform: rotate(-90deg);
  top: -13px;
  right: 40px;
}
#top-question .btn {
  height: 75px;
}
#top-question .btn::after {
  height: 10px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-bg.jpg) no-repeat calc(100% + 280px) center/cover;
}
#top-contact .com-tel {
  margin-top: 35px;
}
#top-contact .com-tel-num {
  padding-left: 30px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 5px/25px;
}
#top-contact .wrap {
  display: block;
  margin-top: 25px;
}
#top-contact .line {
  margin: 0 auto;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

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

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-pet
========================================= */
#sub-reason .bg {
  background: url(/img/all/com-wave.png) no-repeat center bottom/125%, #f6efe6;
}
#sub-reason .inner {
  padding: 50px 15px 100px;
}
#sub-reason .inner::after {
  width: 202px;
  height: 100px;
  right: 0;
  bottom: 0px;
}
#sub-reason .list {
  margin-top: 35px;
}
#sub-reason .list::before {
  width: 31px;
  height: 35px;
  left: -10px;
  top: -25px;
}
#sub-reason .list-item {
  padding-left: 25px;
  background: url(/img/all/check-ico.png) no-repeat left 10px/17px;
}

#sub-service .bg {
  background: url(/img/all/com-wave02.png) no-repeat left bottom/125%, #fbf7f2;
}
#sub-service .list {
  margin-top: 55px;
  display: block;
}
#sub-service .list-item {
  max-width: 100%;
  padding: 45px 15px 20px;
  background: url(/img/top/service-deco01.png) no-repeat calc(100% - 30px) calc(100% - 30px)/50px, #fff;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-service .list-item:nth-of-type(3) {
  padding: 75px 15px 20px;
}
#sub-service .list-item:nth-of-type(3) .list-ttl {
  border-radius: 40px;
}
#sub-service .list-ttl {
  width: 105%;
  top: -20px;
  padding: 9px 10px;
}

#sub-flow .bg {
  background: url(/img/pet/flow-deco.png) no-repeat right calc(100% - 5px)/150px, url(/img/all/com-wave.png) no-repeat left bottom/125%, #f6efe6;
}
#sub-flow .list {
  margin-top: 35px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-flow .list-top {
  gap: 10px;
  padding: 11px 15px;
  background-color: #e89a4a;
}
#sub-flow .list-num {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#sub-flow .list-ttl-sm {
  font-size: 16px;
  padding-left: 0;
}
#sub-flow .list-txt {
  margin-top: 25px;
  padding: 0;
}
#sub-flow .list-wrap {
  display: block;
  gap: 25px;
  margin-top: 25px;
  padding: 0;
}
#sub-flow .line {
  width: 320px;
  margin: 25px auto 0;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-item {
  padding: 25px 15px;
}
#sub-question .list-top {
  gap: 10px;
}
#sub-question .list-ttl {
  padding-top: 3px;
}
#sub-question .list-q {
  width: 35px;
  height: 35px;
  line-height: 32px;
}
#sub-question .list-btm {
  gap: 10px;
  margin-top: 25px;
}
#sub-question .list-a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

/* =========================================
    sub  SP
    sub-fee
========================================= */
#sub-fee .inner::before {
  width: 97px;
  height: 63px;
  right: 20px;
  top: 110px;
}
#sub-fee .list {
  margin-top: 35px;
}
#sub-fee .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-fee .list-ttl {
  padding: 11px 15px;
}
#sub-fee .list-ttl-sm {
  font-size: 16px;
}
#sub-fee .menu-item {
  padding: 17px 15px;
}

/* =========================================
    sub  SP
    sub-cleaning
========================================= */
#sub-cleaning .bg {
  background: url(/img/all/com-wave.png) no-repeat center bottom/125%, #f6efe6;
}
#sub-cleaning .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 20px;
  margin-top: 25px;
}
#sub-cleaning .txt {
  margin-top: 20px;
}

#sub-cleaning-fee .bg {
  background: url(/img/all/com-wave02.png) no-repeat left bottom/125%;
}
#sub-cleaning-fee .inner::before {
  width: 120px;
  height: 58px;
  top: 40px;
  left: 5px;
}
#sub-cleaning-fee .table {
  margin-top: 30px;
}

#sub-works .list {
  margin-top: 35px;
}
#sub-works .list-item {
  padding: 25px 15px;
}
#sub-works .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-works .list-wrap {
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 15px;
}
#sub-works .list-wrap::before {
  width: 14px;
  height: 18px;
  transform: translate(-50%, -50%) rotate(90deg);
}
#sub-works .list-before {
  width: 100%;
  height: 65.14vw;
  min-height: 228px;
}
#sub-works .list-before-txt {
  width: 110px;
  height: 30px;
}
#sub-works .list-after {
  width: 100%;
  height: 65.14vw;
  min-height: 228px;
}
#sub-works .list-after-txt {
  width: 110px;
  height: 30px;
}
#sub-works .list-txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .inner {
  padding: 50px 15px 125px;
}
#sub-greeting .wrap {
  margin-top: 35px;
}
#sub-greeting .img {
  position: relative;
  top: unset;
  right: unset;
  margin-top: 15px;
}
#sub-greeting .img-top {
  border-radius: 20px;
}
#sub-greeting .img-btm {
  width: 180px;
  border-radius: 20px;
  bottom: -110px;
  right: 25px;
}
#sub-greeting .txt {
  margin-top: 20px;
}

#sub-company .bg {
  background: url(/img/all/com-wave-top.png) no-repeat center top/125%, url(/img/all/pat01.png) left top;
}
#sub-company .table {
  margin-top: 25px;
}
#sub-company .map {
  height: 250px;
  margin-top: 30px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
  background: url(/img/top/service-deco01.png) no-repeat calc(100% - 15px) calc(100% - 15px)/50px, #fff;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
  background: url(/img/top/service-deco01.png) no-repeat calc(100% - 15px) calc(100% - 15px)/50px, #fff;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
}
#sub-method .wrap-txt {
  margin-top: 15px;
}
#sub-method .com-tel-num {
  padding-left: 30px;
  background: url(/img/all/tel-ico-lg-color.png) no-repeat left center/22px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table th {
  text-align: left;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}