@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Kaku Gothic New */
/* Lato */
/*	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 {
  background: none;
}
.com-ttl01-sub {
  padding: 10px 40px;
  background: url(/img/all/com-tll-deco02.png) no-repeat left center/20px, url(/img/all/com-tll-deco01.png) no-repeat right center/20px;
}
.com-ttl01-main {
  margin: 15px auto 0;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

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

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

.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(90, 74, 55, 0.3);
}
.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.png) no-repeat center bottom/250%;
}
@media screen and (min-width: 425px) {
  #top-about .bg {
    background: url(/img/top/about-bg.png) no-repeat center bottom/200%;
  }
}
#top-about .inner {
  padding: 50px 15px 275px;
}
#top-about .inner::after {
  width: 313px;
  height: 178px;
  bottom: 5px;
  right: 5px;
}
#top-about .container {
  margin: 50px auto 0;
}
#top-about .container::before {
  width: 320px;
  height: 267px;
  bottom: -180px;
  left: -140px;
}
#top-about .container::after {
  width: 138px;
  height: 140px;
  right: -30px;
  bottom: -80px;
}
#top-about .sub {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 15px;
}
#top-about .sub::after {
  width: 34px;
  height: 32px;
  right: -25px;
}
#top-about .ttl {
  width: 275px;
  margin: 0 auto;
}
#top-about .ttl::before {
  width: 29px;
  height: 38px;
  bottom: -5px;
  left: -35px;
}
#top-about .ttl::after {
  width: 25px;
  height: 27px;
  bottom: -6px;
  right: -35px;
}
#top-about .wrap {
  margin-top: 35px;
  padding: 35px 15px 85px;
}
#top-about .txt {
  text-align: left;
}
#top-about .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-service
========================================= */
.service-bg {
  background: none;
}

#top-service .ttl-sub {
  width: 200px;
}
#top-service .ttl-main {
  width: 135px;
}
#top-service .primary {
  margin-top: 35px;
}
#top-service .wrap {
  display: block;
}
#top-service .wrap-box:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-service .wrap-box-inner {
  padding: 55px 15px 20px;
  clip-path: polygon(50% 0%, 100% 8%, 100% 100%, 0 100%, 0% 8%);
}
#top-service .wrap-box-txt {
  width: 125px;
}
#top-service .box {
  padding: 25px 15px 30px;
  border-radius: 15px;
}
#top-service .box-ttl {
  padding-bottom: 5px;
}
#top-service .btn {
  width: 250px;
}
#top-service .list {
  display: block;
}
#top-service .list-item {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-service .list-img {
  width: 100%;
}

/* =========================================
    top  sp
    top-fee
========================================= */
#top-fee .bg {
  background: url(/img/top/fee-bg.jpg) no-repeat center/cover;
}
#top-fee .container {
  padding: 50px 15px 35px;
  border-radius: 20px;
}
#top-fee .ttl {
  width: 180px;
  margin: 0 auto;
}
#top-fee .list {
  margin-top: 35px;
}
#top-fee .list-item {
  display: block;
  padding: 20px 15px;
}
#top-fee .list-txt {
  text-align: left;
}
#top-fee .sub {
  width: 290px;
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-bnr
========================================= */
#top-bnr .inner {
  padding: 50px 15px;
}
#top-bnr .container {
  display: block;
}
#top-bnr .link {
  display: block;
  max-width: 100%;
  padding: 35px 15px 95px;
  position: relative;
}
#top-bnr .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-bnr .link::after {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-left: 0;
  transform: translateX(-50%);
  left: 50%;
  bottom: 25px;
}
#top-bnr .link-ico {
  display: block;
  width: 100px;
  margin: 0 auto;
}
#top-bnr .link-box {
  margin-left: 0;
}
#top-bnr .link-sub {
  display: inline-block;
  width: 150px;
  margin-top: 15px;
  padding: 10px 35px;
  background: url(/img/all/com-tll-deco02.png) no-repeat left center/20px, url(/img/all/com-tll-deco01.png) no-repeat right center/20px;
}
#top-bnr .link-ttl {
  width: 210px;
  margin: 15px auto 0;
}
#top-bnr .link-ttl-flow {
  width: 180px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .ttl-sub {
  width: 160px;
}
#top-news .ttl-main {
  width: 135px;
}
#top-news .list {
  margin-top: 35px;
}
#top-news .list-link {
  padding: 20px 20px 18px;
}
#top-news .list-top {
  display: block;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-concept .inner::before {
  display: none;
}
#sub-concept .inner::after {
  width: 128px;
  height: 116px;
  top: 0;
  right: -35px;
}
#sub-concept .ttl-main {
  font-size: 29px;
}
#sub-concept .txt {
  text-align: left;
  margin-top: 30px;
}
#sub-concept .img {
  display: block;
  width: 320px;
  margin: 20px auto 0;
}
#sub-concept .greeting {
  margin-top: 30px;
  padding: 35px 15px;
  border-radius: 15px;
}
#sub-concept .greeting-txt {
  margin-top: 15px;
}
#sub-concept .wrap {
  display: block;
  margin-top: 35px;
}
#sub-concept .wrap-img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
#sub-concept .name {
  padding: 15px 0;
}

#sub-strengths .list {
  margin-top: 35px;
}
#sub-strengths .list-item {
  display: block;
}
#sub-strengths .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-strengths .list-img {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
#sub-strengths .list-wrap {
  margin-top: 40px;
}
#sub-strengths .list-ico {
  width: 80px;
  top: -60px;
  left: -10px;
}
#sub-strengths .list-ttl {
  padding-left: 15px;
}
#sub-strengths .list-txt {
  margin-top: 15px;
  padding-left: 0;
}

#sub-area .wrap {
  display: block;
  margin-top: 15px;
  padding-left: 0;
}
#sub-area .box {
  margin-top: 0px;
  padding: 25px 0 45px;
}
#sub-area .box::before {
  width: 35px;
  height: 38px;
  top: 0;
  right: calc(50% - 155px);
}
#sub-area .box::after {
  width: 62px;
  height: 34px;
  bottom: 0;
  left: calc(50% - 170px);
}
#sub-area .img {
  display: block;
  width: 300px;
  margin: 15px auto 0;
  padding-left: 0;
}

#sub-company .table {
  margin-top: 40px;
}
#sub-company .map {
  height: 250px;
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-floor
========================================= */
.lb-outerContainer {
  width: 320px !important;
  height: 240px !important;
}

#sub-pet .ttl-main,
#sub-glass .ttl-main {
  margin-top: 10px;
}
#sub-pet .sub-ttl,
#sub-glass .sub-ttl {
  margin-top: 35px;
}
#sub-pet .wrap,
#sub-glass .wrap {
  display: block;
  margin-top: 25px;
}
#sub-pet .txt,
#sub-glass .txt {
  margin-top: 15px;
}
#sub-pet .box,
#sub-glass .box {
  display: block;
}
#sub-pet .box-wrap,
#sub-glass .box-wrap {
  padding: 60px 15px 35px;
  clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0% 15%);
}
#sub-pet .box-wrap:nth-of-type(n + 2),
#sub-glass .box-wrap:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-pet .list,
#sub-glass .list {
  margin-top: 25px;
}
#sub-pet .list-item::before,
#sub-glass .list-item::before {
  width: 14px;
  height: 14px;
  top: 6px;
}
#sub-pet .case,
#sub-glass .case {
  margin-top: 50px;
  padding: 20px 15px 30px;
}
#sub-pet .case-wrap,
#sub-glass .case-wrap {
  display: block;
}
#sub-pet .case-fle,
#sub-glass .case-fle {
  flex-wrap: wrap;
  gap: 35px;
}
#sub-pet .case-fle::before,
#sub-glass .case-fle::before {
  width: 18px;
  height: 19px;
  transform: translate(-50%, -50%) rotate(90deg);
}
#sub-pet .case-txt,
#sub-glass .case-txt {
  margin-top: 35px;
  padding: 15px 20px;
}
#sub-pet .before,
#sub-glass .before {
  width: 100%;
  height: 71.14vw;
  min-height: 249px;
}
#sub-pet .after,
#sub-glass .after {
  width: 100%;
  height: 71.14vw;
  min-height: 249px;
}

#sub-pet .inner::after {
  width: 42px;
  height: 77px;
  right: 10px;
  bottom: 0px;
  z-index: 1;
}

#sub-glass .inner::before {
  width: 40px;
  height: 60px;
  left: 10px;
  bottom: 20px;
  z-index: 1;
}

#sub-item .primary {
  width: 215px;
  margin: 45px auto 0;
}
#sub-item .list {
  display: block;
}
#sub-item .list-item {
  width: 100%;
  max-width: 100%;
}
#sub-item .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-item .list-img {
  width: 100%;
}
#sub-item .wrap-ttl {
  padding: 9.2px 10px;
}
#sub-item .wrap-txt {
  padding: 25px 4px;
}

/* =========================================
    sub  SP
    sub-repair
========================================= */
#sub-water .ttl-main,
#sub-cleaning .ttl-main,
#sub-antibacterial .ttl-main,
#sub-repair .ttl-main {
  line-height: 1.6;
  font-size: 29px;
  margin: 5px auto 0;
}
#sub-water .sub-ttl,
#sub-cleaning .sub-ttl,
#sub-antibacterial .sub-ttl,
#sub-repair .sub-ttl {
  margin-top: 35px;
}
#sub-water .wrap,
#sub-cleaning .wrap,
#sub-antibacterial .wrap,
#sub-repair .wrap {
  display: block;
  margin-top: 50px;
}
#sub-water .box,
#sub-cleaning .box,
#sub-antibacterial .box,
#sub-repair .box {
  display: block;
  margin-top: 35px;
}
#sub-water .box-wrap,
#sub-cleaning .box-wrap,
#sub-antibacterial .box-wrap,
#sub-repair .box-wrap {
  padding: 60px 15px 30px;
  background-color: #eae2b8;
  clip-path: polygon(50% 0%, 100% 8%, 100% 100%, 0 100%, 0% 8%);
}
#sub-water .box-wrap:nth-of-type(n + 2),
#sub-cleaning .box-wrap:nth-of-type(n + 2),
#sub-antibacterial .box-wrap:nth-of-type(n + 2),
#sub-repair .box-wrap:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-water .box-ttl,
#sub-cleaning .box-ttl,
#sub-antibacterial .box-ttl,
#sub-repair .box-ttl {
  margin: 0 15px;
  padding-bottom: 10px;
  border-bottom: 5px dotted #fff;
}
#sub-water .list-item::before,
#sub-cleaning .list-item::before,
#sub-antibacterial .list-item::before,
#sub-repair .list-item::before {
  width: 14px;
  height: 14px;
  left: 0;
  top: 7px;
}
#sub-water .case,
#sub-cleaning .case,
#sub-antibacterial .case,
#sub-repair .case {
  margin-top: 50px;
  padding: 20px 15px 30px;
}
#sub-water .case-wrap,
#sub-cleaning .case-wrap,
#sub-antibacterial .case-wrap,
#sub-repair .case-wrap {
  display: block;
}
#sub-water .case-fle,
#sub-cleaning .case-fle,
#sub-antibacterial .case-fle,
#sub-repair .case-fle {
  flex-wrap: wrap;
  gap: 35px;
}
#sub-water .case-fle::before,
#sub-cleaning .case-fle::before,
#sub-antibacterial .case-fle::before,
#sub-repair .case-fle::before {
  width: 18px;
  height: 19px;
  transform: translate(-50%, -50%) rotate(90deg);
}
#sub-water .case-txt,
#sub-cleaning .case-txt,
#sub-antibacterial .case-txt,
#sub-repair .case-txt {
  margin-top: 35px;
  padding: 15px 20px;
}
#sub-water .before,
#sub-cleaning .before,
#sub-antibacterial .before,
#sub-repair .before {
  width: 100%;
  height: 71.14vw;
  min-height: 249px;
}
#sub-water .after,
#sub-cleaning .after,
#sub-antibacterial .after,
#sub-repair .after {
  width: 100%;
  height: 71.14vw;
  min-height: 249px;
}

#sub-water .box::after {
  width: 109px;
  height: 80px;
  bottom: -45px;
  right: -10px;
  z-index: 1;
}

#sub-cleaning .box::after {
  width: 82px;
  height: 38px;
  bottom: -15px;
  right: -10px;
  z-index: 1;
}

/* =========================================
    sub  SP
    sub-info
========================================= */
#sub-question .list {
  margin-top: 50px;
}
#sub-question .list-top {
  gap: 15px;
  padding: 20px 15px;
}
#sub-question .list-q {
  width: 30px;
}
#sub-question .list-ttl {
  padding-top: 3px;
}
#sub-question .list-btm {
  gap: 15px;
  padding: 20px 15px;
}
#sub-question .list-a {
  width: 30px;
}
#sub-question .list-txt {
  padding-top: 2px;
}

#sub-flow .list {
  margin-top: 50px;
}
#sub-flow .list::before {
  display: none;
}
#sub-flow .list-item:last-of-type .list-txt::after {
  display: none;
}
#sub-flow .list-num {
  width: 110px;
  padding: 9px 10px;
}
#sub-flow .list-ttl {
  padding: 9.2px 10px;
  border-radius: 0 30px 30px 0;
}
#sub-flow .list-txt {
  padding-top: 15px;
  padding-left: 10px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  padding: 8px 15px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#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;
}

/* =========================================
    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;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

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

.contact-form-table {
  margin: 25px auto 0;
}
.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 .ttl-main {
  font-size: 29px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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