@charset "utf-8";
html {
  min-width: 1120px;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", meiryo, sans-serif;

}
/* 追加css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
}

body {
  line-height:1;
}

html,body{
  width: 100%;
}
img {
-webkit-touch-callout:none;
-webkit-user-select:none;
user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
pointer-events: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

input, select {
  vertical-align:middle;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", NotoSans, "MS PGothic", arial, helvetica, sans-serif;
  background: #fff;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* font-smoothing: antialiased; */
  font-weight: 500;
  color: #141823;
  word-break : break-all;
}
.pankuzu {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    margin-top:2em;
    font-size: 12px;
  }
.pankuzu li:nth-of-type(2) a{
    color: #141823;
  }
/* 追加css END */
.viewport {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.flex {
  display: flex;
}
main .sp {
  display: none;
}
main .pc {
  display: block;
}
.org-txt {
  color: #ffa137;
  font-weight: bold;
}
a {
  transition: .3s;
  color: inherit;
}
a:hover {
  opacity: .8;
}
i {
  font-style: inherit;
}
small {
  font-size: 80%;
}
main {
  background: url(../images/service/service_mizumore/bg-dot.jpg);
}
main section {
  padding: 80px 2% 60px;
}
.mv {
  background-color: #e1f5fe;
}

.mv .viewport {
  background-size: 100%;
  padding: 30px;
  position: relative;
}

.mv .card {
  background: #f5fcff;
  color: #285c77;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.05rem;
  padding: 12px 0;
}
.mv .card img {
  margin: 0 10px;
}
.mv h1 {
  width: 100%;
  height: inherit;
  text-align: inherit;
  padding-bottom: 3px;
}
.mv-t1 {
  position: absolute;
  right: 20%;
  bottom: 36%;
}
.mv-t2 {
  position: absolute;
  right: 7%;
}
.cta-tel {
  max-width: 360px;
  display: block;
  border-radius: 5px;
  text-align: center;
}
.cta-tel span {
  background: #285c77;
  color: #fff;
  display: block;
  padding: 6px 0;
}
.tub {
  background: #d9eef7;
  border: 5px solid #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  pointer-events: none;
}
.tub strong {
  font-size: 2.3rem;
  color: #253b45;
  padding: 8px 0;
  display: block;
}
.tub img {
  margin-right: 6px;
}
.tit {
  color: #285c77;
  border-bottom: #ffce34 5px solid;
  margin: 0 auto;
  font-size: 2.2rem;
  text-align: center;
  width: max-content;
  position: relative;
  padding-bottom: 7px;
}
.tit:before {
  content: '';
  background: url(../images/service/service_mizumore/deco-tit.png) no-repeat;
  width: 26px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: -13px;
}
.reason h3:before{
   counter-increment: item;
  content: counter(item, decimal-leading-zero) ; 
  color: #3fa8db;
  font-size: 2.7rem;
  margin-right: 10px;
}

.reason h3 {
  color: #0a6d9f;
  background: url(../images/service/service_mizumore/common/reason/deco-line.png) -11px 150% repeat-x;
  font-size: 1.6rem;
  background-size: 101%;
  padding: 10px 0 20px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.reason i.nb {font-size:14px;position:relative;top:-5px;color: #ffa137;}
.reason ol {
  margin: 60px auto;
  counter-reset: item;
  list-style: none;
}
.reason li {
  display: flex;
  margin: 40px auto;
  justify-content: space-between;
}
.reason li:nth-child(even) {
  flex-direction: row-reverse;
}
.reason li > p {
  width: 30%;
  text-align: center;
}
.reason li div {
  width: 68%;
}
.reason li div p {
  line-height: 1.8;
  font-size: 1.1rem;
}
.reason li div p small{
  font-size: 13px;
  color: #383851;
}
.reason li div p:nth-child(2){margin:10px 0 0;}
.reason li div p:last-child{margin:0 0 10px;}
.reason li div p.notice{margin-top:5px;}
main .cta {
  padding: 50px 2%;
}
.cta {
  background: url(../images/service/service_mizumore/common/cta/cta-bg.jpg)no-repeat;
  background-size: cover;
}
.cta .cta-tit {
  color: #0a6d9f;
  font-size: 2rem;
  text-align: center;
  text-shadow: 0 0 25px #fff;
  padding: 0 0 10px;
  line-height: 1.3;
  background: url(../images/service/service_mizumore/cta-h2-shadow.png) no-repeat center center;
  background-size: contain;
}
.cta .cta-tit span {
  font-size: 2.3rem;
}
.cta .hour {
  color: #fff;
  background: url(../images/service/service_mizumore/common/cta/cta-btnbg.png) no-repeat center center;
  max-width: 488px;
  padding: 10px 0;
  height: 57px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 20px auto;
}
.cta .tub strong {
  font-size: 2.8rem;
  }
.cta .tub span {
  color: #fff;
  background: #009cd0;
  padding: 8px 2em;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  font-size: 1.1rem;
}
.cta .tub span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 18px solid #009cd0;
  border-bottom: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cta div.flex {
  margin: 50px auto 30px;
  justify-content: space-between;
}
.cta div.flex a {
  width: 48%;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  padding: 12px 0;
  font-size: 1.9rem;
}
.mail {
  font-size: 1.3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  border: 0;
  cursor: pointer;
  line-height: 1;
  outline: 0;
  background: #7ead47;
  background: linear-gradient(-45deg, #7ead47 50%, #cde5b2 60%, #7ead47 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 10s infinite;
          animation: shine 10s infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}


@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 200%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -200%;
  }
}


.cta div.flex a img {
  margin-right: 10px;
}
.cta .pay {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 30px;
}
.cta .pay h3 {
  font-size: 1.4rem;
}
.cta .pay ul {
  margin: 20px auto 0;
}
.cta .pay li p {
  background: #eeeeee;
  padding: 10px 0;
  margin: 0 0 12px;
  font-size: 1.05rem;
}
.cta .pay li img{width:100%;height:inherit;max-width: max-content;}
.cta .pay li {
  width: 33%;
  margin: 1%;
}
main .web-cp {
  background: #f0faff;
  padding: 50px 2% 0;
  text-align: center;
}
.web-cp .viewport {
  background: url(../images/service/service_mizumore/common/web-discount/cta-img.png) no-repeat right bottom;
  padding-bottom: 65px;
}
.web-cp .viewport > p {
  font-size: 1.2rem;
  margin: 20px auto 30px;
}
.web-cp ul {
  justify-content: space-between;
}
.web-cp ul li {
  background: #fff;
  padding: 15px;
  width: 46%;
}
.web-cp p.flex {
  color: #285c77;
  font-size: 1.8rem;
  font-weight: bold;
  align-items: center;
  text-align: left;
  line-height: 1.5;
}
.web-cp p.flex strong {
  color: #fff;
  background: #009cd0;
  font-size: 1.5rem;
  padding: 8px;
  line-height: 1.5;
  width: 30%;
  text-align: center;
  margin-right: 3%;
}
main .web-cp .yen {
  color: #333;
  justify-content: center;
  font-size: 3rem;
  align-items: baseline;
  letter-spacing: 1px;
}
.web-cp .yen small {
  font-size: 40%;
}
.web-cp .yen s {
  text-decoration: none;
  position: relative;
  font-size: 2.5rem;
  margin-right: 40px;
}
.web-cp .yen s small {
  position: relative;
  left: 2px;
  top: -6px;
}
.web-cp .yen s:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
  position: absolute;
  top: 52%;
}
.web-cp .yen s:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #285c77;
  border-right: 0;
  display: block;
  position: absolute;
  right: -30px;
  top: 40%;
}
.web-cp dl {
  margin: 20px auto 0;
  align-items: center;
  line-height: 1.5;
}
.web-cp dt {
  background: #eeeeee;
  font-weight: bold;
  padding: 20px;
  margin-right: 12px;
  font-size: 1.2rem;
}
.web-cp dd {
  text-align: left;
  margin-right: 20px;
  font-size: 1.1rem;
}
.price li {
  width: 23.5%;
  padding: 1% 0;
  box-sizing: border-box;
  text-align: center;
}
.price ul {
  flex-wrap: wrap;
  margin: 40px auto;
  justify-content: space-between;
}
.price li img {
  margin: 20px 0 10px;
}
.price li h3 {
  background: #0a6d9f;
  color: #fff;
  padding: 15px 0;
  font-size: 1.2rem;
  line-height: 1.3;
  min-height: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price dt {
  background: #d6eaf5;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 6px 0;
  width: 36%;
  font-size: .95rem;
  margin: 5px 0;
}
.price dd {
  width: 62%;
  text-align: left;
  box-sizing: border-box;
  margin: 5px 0 5px 2%;
  line-height: 1.3;
  font-weight: bold;
}
.price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.price dd.time {
  font-size: 1.5rem;
}
.price dd.yen {
  font-size: 1.5rem;
  color: #ae253a;
  letter-spacing: -0.3px;
}
.price dd small {
  font-size: 70%;
}
.case {
  background: url(../images/service/service_mizumore/common/plumbing-cases/bg-gray.jpg);
  position: relative;
  background-size: cover;
}
.case-wrap {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.sc-p {
  text-align: center;
  position: inherit;
  margin: 30px 0;
  line-height: 1.6;
  font-size: 1.1rem;
}
.case:before {
  content: '';
  background: url(../images/service/service_mizumore/common/plumbing-cases/deco-water.png)no-repeat;
  max-width: 1009px;
  height: 271px;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-size: contain;
}
.case .before {
  background: #c6d4d7;
}
.case .after {
  background: #f1f6f7;
}
.case .detail {
  background: #bfdce7;
  padding: 15px;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 1.1rem;
}
.case .problem {
  line-height: 1.5;
}
.case .problem span {
  background: #285c77;
  color: #fff;
  display: block;
  width: max-content;
  padding: 5px 1em;
  border-radius: 50px;
  margin: 15px 0 10px;
}
.case h3 {
  color: #285c77;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}
.case .swiper-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, .1);
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  margin: 10px;
  min-height: 525.08px;
}
.case .swiper-slide li {
  width: 48%;
  margin: 1%;
}
.case .swiper-slide li img {
  width: 100%;
  margin: 15px 0;
  height: 160px;
  object-fit: cover;
}
.case .swiper-slide li p {
  font-size: 1.1rem;
  padding: 6px 0;
  border-radius: 50px;
  margin: 20px 0 0;
  text-align: center;
}
.case .swiper-pagination {
  bottom: 12%;
}
.case .swiper-button-next, .case .swiper-button-prev {
  position: absolute;
  top: 52%;
  z-index: 2;
  width: 90px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.case .swiper-button-next {
  right: -8%;
}
.case .swiper-button-prev {
  left: -8%;
}
.case .swiper-wrapper {
  margin: 0 auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: #1881f3;
}
.swiper-pagination-bullet-active {
  background: #285c77;
}
.btn1 {
  background: #285c77;
  color: #fff;
  display: block;
  border-radius: 5px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  font-size: 1.1rem;
  box-shadow: 4px 4px 4px #bfdce7;
  z-index: 1;
}
.btn1:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.area p.svt {
  background: url(../images/service/service_mizumore/common/areas/area-tit.png) no-repeat;
  color: #fff;
  max-width: 618px;
  height: 76px;
  font-size: 2rem;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
  margin: 30px auto 10px;
  width: 100%;
}
.area a h3 {
  background: #285c77;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px;
  position: relative;
  border-radius: 0 0 10px 10px;
  margin-top: -4px;
}
.area i {
  position: absolute;
  display: inline-block;
  width: 19.6px;
  height: 11.8px;
  right: 10px;
  bottom: 10px;
}
.area i::before, .area i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1px);
}
.area i::before {
  transform: rotate(45deg);
}
.area i::after {
  transform: rotate(-45deg);
}
.area a img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.area a {
  width: 31%;
  box-sizing: border-box;
  margin: 2% 0;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 10px;
}
.area div.flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.payment {
  background: url(../images/service/service_mizumore/common/payment/bg-blue.jpg);
  background-size: cover;
}
.payment dl {
  background: #fff;
  flex-wrap: wrap;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}
.payment dt {
  width: 25%;
  border-bottom: 2px solid #d9eef7;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 0;
}
.payment dd {
  width: 75%;
  border-bottom: 2px solid #d9eef7;
  padding: 20px 0;
  line-height: 1.5;
}
.red-txt {
  color: #ae171e;
  font-size: 13px;
}
.payment dd small {
  display: block;
}
.payment dt:nth-child(3) {
  display: flex;
  align-items: center;
}
.payment dd:last-child, .payment dt:nth-child(5) {
  border-bottom: none;
}
.payment dd:nth-child(6) img {
  margin: 10px 0;
}
.flow ol.flex {
  flex-wrap: wrap;
  margin: 30px auto;
  justify-content: space-between;
  counter-reset: item;
  list-style: none;
}
.flow li {
  width: 48%;
  text-align: center;
}
.flow li:nth-child(1) h3 {
  background-image: url(../images/service/service_mizumore/common/flow/repair-bg1.png);
}
.flow li:nth-child(2) h3 {
  background-image: url(../images/service/service_mizumore/common/flow/repair-bg2.png);
}
.flow li:nth-child(3) h3 {
  background-image: url(../images/service/service_mizumore/common/flow/repair-bg3.png);
}
.flow li:nth-child(4) h3 {
  background-image: url(../images/service/service_mizumore/common/flow/repair-bg4.png);
}
.flow li h3 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 30px 0 20px;
  position: relative;
  background-size: cover;
}
.flow li h3:before {
  font-size: 2rem;
  margin-right: 10px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
}
.flow li h3:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #a9c9d9;
  border-right: 0;
  position: absolute;
  right: -33px;
}
.flow li.border-radius img {
  border-radius: 10px;
  border: solid 1px #ccc;
}
.flow li:last-child h3:after {
  display: none;
}
.flow li > p {
  max-width: 420px;
  text-align: left;
  margin: 20px auto;
  line-height: 1.5;
}
.flow li .resv {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
.flow dt {
  color: #285c77;
  width: 40%;
  text-align: left;
  margin: 0 0 20px;
  line-height: 1.5;
}
.flow dd {
  width: 53%;
  margin: 0 0 20px;
}
.flow dd a {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  min-height: 50px;
  box-sizing: border-box;
}
.flow dd a img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.flow dd a.tub {
  font-size: 1.5rem;
  align-items: center;
  border: 2px solid #fff;
}
.flow .pay ul.flex {
  margin: 15px 0;
}
.flow li .pay > p {
  color: #285c77;
}
.flow li .pay li {
  width: 48%;
  margin: 0 1%;
}
.flow li .pay li img{height:inherit;}
.flow li .pay li p {
  background: #eeeeee;
  text-align: center;
  padding: 5px 0;
  margin: 0 0 10px;
}
.flow li .pay li img {
  width: 90%;
}
main section.faq {
  position: relative;
  padding: 0;
}
.faq-bg{
  background: url(../images/service/service_mizumore/bg-blue2.png) top center no-repeat;
  background-size: cover;
  padding-top: 250px;
  margin-top: -150px;
  }

.faq h2 {
  margin: 0 auto 50px;
}
.faq .viewport {
  position: relative;
}

.faq .js-accordion {
  width: 1120px;
  margin:40px auto 0;
  position: relative;
}
.faq .accordion__content {
  display: none;
}
.faq dl {
  margin-top:2em;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 54, 60, 0.2);
  position: relative;
}
.faq dt {
  font-size: 20px;
  padding:1.5em 1.5em 1.5em 4.75em;
}
.faq dt:before {
  content: '';
  background: url(../images/service/service_mizumore/common/faq/icon-q.png);
  width: 58px;
  height: 50px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq dt:after,.faq .js-accordion dl.is-active dt:after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/service/common/blue-arrow@2x.png) no-repeat;
  background-size: contain;
  transform: rotate(360deg);
  position: absolute;
  right: 5px;
  top: 40px;
}
.faq .js-accordion dl.is-active dt:after {
  transform: rotate(180deg);
}
.faq dd {
  background-color:  #edf5f7;
  padding: 24px 30px 24px 114px;
  font-weight: normal;
  position: relative;
}
.faq dd .ancer {
  font-size: 18px;
  line-height: 1.6;
}
.faq dd .ancer + p {
  margin-top:26px;
}
.faq dd .ancer ~ p {
  font-size: 17px;
  line-height: 2;
}
.faq dd:before {
  content: "A";
  font-size: 24px;
  font-weight: bold;
  color: #009CD0;
  background-color: #009CD0;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
  line-height: 44px;
  position: absolute;
  left: 35px;
}
.faq dd .reference-list {
  margin-top:20px;
}
.faq dd .faq-list {
  width: 86%;
  background-color: #f5fcff;
  background-color: #fff;
  line-height: 2.4;
  padding:16px 20px 16px 24px;
  margin-top:14px;
}
.faq dd .faq-list li:before,.reasons-inner dd ul li:before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009CD0;
  display: inline-block;
  margin-right:16px;
  vertical-align: middle;
}
.reasons-inner dd ul li:before {
  margin-right:10px;
}
.faq .faq-list + p {
  margin-top:14px;
}
/* faq END */
main .info{padding-top:20px;}
.info .flex {
  justify-content: center;
}
.info .sc-p{
    margin: 50px 0 30px;
}
.info .flex a {
  margin: 0 10px;
}
.info .flex a img{
  border-radius: 8px;
}
.pankuzu {
  width: 1120px;
  margin:2em auto 0;
  font-size: 13px;
}
.pankuzu a {
  font-size: 13px;
  margin-right: .25em;
}
.pankuzu span {
  margin-right: .25em;
}
/* naviここから */
nav.globalMenuSp {
  width:100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  z-index: 2;
  position: relative;
}
nav.globalMenuSp ul li:last-of-type {
  border-right: solid 1px #eee;
}
nav.globalMenuSp ul li a:hover {
  opacity: 0.65;
  background-color: #d0e7f9;
}
 .header-top {
  /* background-color: #2d8fc0; */
  background-color: #5ca3c7;
  height: 10px;
}
/* ヘッダー　ロゴ・電話・お問い合わせボタン */
.pc-header  {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  margin:1em auto 1em;
  height: auto;
  object-fit: contain;
}
.pc-header .pc-logo a {
  display: block;
}
.pc-header img {
  width: 80%;
}
.pc-header img {
  object-fit: contain;
  height: auto;
}
.pc-header ul {
  display: flex;
}
.pc-header li {
  width: 100%;
}
.pc-header li a {
  display: block;
}
.pc-header li:nth-child(1) {
  flex: 2;
  text-align: center;
}
.pc-header li:nth-child(2) {
  flex: 1;
}
.pc-header ul li:nth-child(1) img {
  width: 80%;
  height: auto;
  object-fit: contain;
}
.pc-header ul li:nth-child(2) img {
  flex-shrink: 2;
  height: auto;
  object-fit: contain;
}
/* ヘッダー　ロゴ・電話・お問い合わせボタン END */
@media screen and (max-width: 1330px) {
  .case .swiper-button-next {
    right: -2%;
  }
  .case .swiper-button-prev {
    left: -2%;
  }
  .case .swiper-button-next, .case .swiper-button-prev {
    width: 80px;
    top: 60%;
  }
}
@media screen and (max-width: 768px) {
  /* 追加css header */
  .pc {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 12px;
    top   : 26px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition   : 0.5s all;
    transition        : 0.5s all;
  }
  .modal_bg {
    position:absolute;
    height:100vh;
    width:100%;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  .hamburger.active span:nth-child(3) { opacity: 0;}
  nav.globalMenuSp {
    position: fixed;
    z-index : 5;
    top  : 0;
    left : 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    position: fixed;
    z-index : 3;
    top  : 0;
    right : 0;
    background: rgb(252, 253, 253);
    margin: 25% 0 auto auto;
    padding: 0;
    width: 70%;/* ハンバーガーのボタンの大きさ */
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding-left:15%;
    width: 100%;
    border-bottom: 1px solid rgb(223, 222, 222);
    text-align: left;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #555;
    padding: 1em 0;
    text-decoration :none;
    font-size:4vw;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active { transform: translateX(0%);}
  
  .sp-header {
    width:82%;
    display: flex;
    background-color: #fff;
  }
  .sp-header h2 { margin-right:2%;}
  .sp-header h2 img{
    width:100%;
    vertical-align:top;
    height:auto;
    object-fit: cover;
  }
  .sp-header a {
  display:block;
  }
  p.sp-tel img{
    width:100%;
    margin:auto 0;
    vertical-align:top;
    height: auto;
    object-fit: cover;
  }
  p.sp-tel a {display:block;}
  .kv img{
    width:100%;
    height:auto;
    object-fit: cover;
  }
  /* スマホ　追従　電話　ここから */
  #topBtn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width:100%;
    z-index: 5;
    clear: both;
    font-size:0;
  }
  #telBtn {
    width:100vw;
  }
  #telBtn a {
    display: block;
}
  #telBtn img {
    width:100vw;
    height: auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
  }
  #pagetop {
    position: absolute;
    right:10px;
    bottom:105px;
    width:15%;
    border-radius:25%;
    text-align: center;
    border: #eee solid 1px;
    background: #fff;
  }
  #pagetop a {
    color: #666;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    opacity:0.85;
    font-size:3vw;
    padding:7px 0;
  }
  /* スマホ　追従　電話　ここまで */
  /* 追加css header END */
  main section {
    padding: 60px 2% 20px;
    
  }
  .viewport {
    padding: 0 2%;
    max-width: 550px;
  }
  img {
    width: 100%;
    max-width: fit-content;
    height: inherit;
  }
  html {
    font-size: 14px;
    min-width: inherit;
  }
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
  .tub {
    pointer-events: painted;
    margin: 0 auto;
  }
  .mv .viewport {
    padding: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .mv .viewport.toilet {
    background-image: url(../images/service/service_mizumore/toilet/mizumore_service_toilet_sp_mv.jpg);
  }
  .mv .viewport.kitchen {
    background-image: url(../images/service/service_mizumore/kitchen/mizumore_service_kitchen_sp_mv.jpg);
  }
  .mv .viewport.bathroom {
    background-image: url(../images/service/service_mizumore/bath/mizumore_service_bathroom_sp_mv.jpg);
  }
  .mv .viewport.washroom {
    background-image: url(../images/service/service_mizumore/washroom/mizumore_service_washroom_sp_mv.jpg);
  }
  /* .mv h1 {
    background: none;
  } */
  .mv h1 img {
    width: 70%;
  }
  .mv-t1 {
    position: relative;
    right: 0;
    bottom: 0;
    width: 66%;
    margin: 3px 0 10px;
  }
  .mv-t2 {
    position: relative;
    right: 0;
    margin: 0 0 15px;
  }
  .mv-t2 img {
    width: 100%;
  }
  .mv .card {
    font-size: .9rem;
    flex-wrap: wrap;
  }
  .mv .card img {
    max-width: 190px;
  }
  .mv .card small {
    margin-top: 5px;
    font-size: 12px;
  }
  .tit {
    font-size: 1.6rem;
    width: max-content;
    max-width: fit-content;
    line-height: 1.3;
  }
  .reason li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reason li > p {
    width: 50%;
  }
  .reason li div {
    width: 100%;
  }
  .reason h3 {
    display: block;
    padding-left: 48px;
    position: relative;
    line-height: 1.5;
    font-size: 1.4rem;
    background: url(../images/service/service_mizumore/deco-line.png) -21px 110% no-repeat;
    background-size: 160%;
  }
  .reason h3:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.3rem;
  }
  .reason li:nth-child(1) h3:before, .reason li:nth-child(2) h3 h3:before{
    top: 3%;
  }
  .cta {
    background: url(../images/service/service_mizumore/common/cta/cta-bg.jpg) no-repeat;
    background-size: cover;
  }
  .cta .hour {
    font-size: 1rem;
    background-size: contain;
    font-weight: 600;
    height: 40px;
    max-width: 360px;
  }
  .cta .cta-tit {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0;
    background: url(../images/service/service_mizumore/cta-h2-shadow-sp.png) no-repeat center center;
    background-size: contain;
  }
  .cta .cta-tit span {
    font-size: 2rem;
  }
  .cta div.flex a {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .cta div.flex a.tub strong {
    padding: 5px 0 0;
    font-size: 2.3rem;
  }
  .cta div.flex a.tub {
    margin: 0 auto 20px;
    padding: 13px 0;
  }
  .cta div.flex {
    flex-wrap: wrap;
  }
  .cta .tub span {
    white-space: nowrap;
  }
  .cta .pay h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .cta .pay ul {
    flex-wrap: wrap;
  }
  .cta .pay li {
    width: 100%;
    text-align: center;
  }
  .cta .pay li img {
    margin: 0 auto 10px;
  }
  .cta .pay li:nth-child(3) {
    display: flex;
    justify-content: space-between;
  }
  .cta .pay li:nth-child(3) p {
    width: 48%;
  }
  .cta .pay {
    padding: 20px 15px;
  }
  .web-cp .viewport > p {
    line-height: 1.5;
    width: 90%;
  }
  .web-cp p.flex strong {
    margin: 0 0 10px;
  }
  .web-cp ul, .web-cp p.flex {
    flex-wrap: wrap;
    text-align: center;
  }
  .web-cp ul li, .web-cp p.flex strong, .web-cp p.flex > span {
    width: 100%;
    margin-right: 0;
  }
  .web-cp p.flex strong br {
    display: none;
  }
  .web-cp .yen s {
    width: max-content;
    margin: 0 0 10px;
  }
  .web-cp .yen s:after {
    border-top: 15px solid #285c77;
    border-bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: 50%;
    top: 94%;
  }
  .web-cp p.flex.yen span {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: baseline;
  }
  .web-cp .yen > small {
    display: none;
  }
  .web-cp ul li:nth-child(1) p.flex.yen span > small:after {
    content: '(税込)';
    color: #333;
    font-size: 80%;
  }
  .web-cp dl {
    flex-wrap: wrap;
  }
  .web-cp dt, .web-cp dd {
    width: 100%;
    margin-right: 0;
  }
  .web-cp dt {
    padding: 10px;
  }
  .web-cp dd {
    padding: 10px;
  }
  .web-cp dd:nth-child(2) br {
    display: none;
  }
  .web-cp .viewport {
    background: url(../images/service/service_mizumore/common/web-discount/cta-img.png) no-repeat center bottom;
    background-size: 150px;
    padding-bottom: 100px;
  }
  .price li {
    width: 100%;
    margin: 0 0 20px;
  }
  .price li h3 br {
    display: none;
  }
  .price li h3 {
    min-height: inherit;
  }
  .case{background: url(../images/service/service_mizumore/common/plumbing-cases/bg-gray-sp.png);}
  .case-wrap {
    max-width: 550px;
  }
  .case:before {
    width: 90%;
  }
  .case h2 {
    margin-top: -90px;
  }
  .sc-p {
    width: 100%;
    margin: 30px auto;
    max-width: 400px;
  }
  .case .swiper-slide {
    width: 95%;
    padding: 20px;
    min-height: inherit;
  }
  .case .viewport {
    width: 90%;
  }
  .case .detail {
    font-size: 1rem;
  }
  .case .swiper-button-next {
    right: 0;
  }
  .case .swiper-button-prev {
    left: 0;
  }
  .case .swiper-button-next, .case .swiper-button-prev {
    width: 50px;
  }
  .case h3 {
    font-size: 1.2rem;
  }
  .case .swiper-slide li img {
    height: 80px;
    max-width: inherit;
}
  .payment dd small {
    font-size: 12px;
}
  .area p.svt {
    background: url(../images/service/service_mizumore/common/areas/area-tit-sp.png) no-repeat;
    background-size: contain;
    max-width: 334px;
    height: 96px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .area a {
    width: 49%;
  }
  .area div.flex {
    width: 92%;
    margin: 0 auto;
  }
  .area a h3 {
    font-size: 1rem;
    padding: 8px;
  }
  .area i::before, .area i::after {
    width: 1px;
    height: 8px;
  }
  .payment dt {
    border-bottom: none;
    width: 100%;
    padding: 20px 0 0;
  }
  .payment dd {
    width: 100%;
  }
  .payment dd:nth-child(6) img {
    margin: 10px auto;
  }
  .flow li {
    width: 100%;
  }
  .flow li h3:after {
    display: none;
  }
.flow li.border-radius img {
    border-radius: 10px;
    border:solid 1px #ccc;
  }
  .flow .viewport > ol > li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #a9c9d9;
    border-bottom: 0;
    content: '';
    top: 30px;
    position: relative;
  }
  .flow .viewport > ol > li:last-child:after {
    display: none;
  }
  .flow li:nth-child(1) p {
    text-align: center;
  }
  .flow li h3 {
    padding: 10px;
    white-space: nowrap;
  }
  .flow dt, .flow dd {
    width: 95%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .flow li .pay li p {
    font-size: .9rem;
  }
  /* faq */
  .faq .js-accordion {
    width: 95%;
  }
 .faq dt:before {
    content: '';
    background: url(../images/service/service_mizumore/common/faq/icon-q.png);
    display: inline-block;
    width: 35px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top:20px;
  }
  .faq dt {
    padding: 18px 44px 15px 64px;
    line-height: 1.6;
    font-size: 18px;
  }
  .faq dd {
    padding: 20px 24px 20px 24px;
    padding: 20px 24px 20px 54px;
  }
  .faq dd:before {
    content: "A";
    font-size: 20px;
    font-weight: bold;
    color: #009CD0;
    background-color: #009CD0;
    background-color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    line-height: 26px;
    position: absolute;
    left: 15px;
}
  .faq dd .ancer {
    font-size: 16px;
  }
  .faq dd .ancer ~ p {
    font-size: 15px;
  }
  /* faq END */
  .info .flex {
    flex-wrap: wrap;
  }
  .info .flex a {
    margin: 0 0 20px;
    max-width: 400px;
  }
  .case .swiper-pagination {
    bottom: 9%;
  }
  .faq-bg {
    background: url(../images/service/service_mizumore/bg-blue2-sp.png) top center no-repeat;
    background-size: 100%;
    padding-top: 80px;
    margin-top: 0;
    padding-bottom: 40px;
}
/* お役立ち情報 */
.related {
  padding-bottom:2em;
}
.related h2 {
  line-height: 1.8;
}
.related ul.swiper-wrapper {
  padding-bottom:4px;
  margin-top:1em;
}
.related ul.swiper-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.related li {
  background-color: #fff;
  padding:.75em;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 0px #f0f8fd;
  width: 90%;
  margin: 1em auto;
  border: solid 1px #effff6;
}
.related-content li.no-image {
  height: 250px;
  text-align: center;
}
.related-content li.no-image div {
  background-color: #eee;
  height: 191px;
  position: relative;
}
.related-content li.no-image div span {
  transform: translateX(-50%)translateY(-50%);
  position: absolute;
  left: 50%;
  top:40%;
  font-size: 28px;
  margin:0;
  color: #3f4141;
}
.related li a {
  display: flex;
  flex-direction: column-reverse;
  color: #323232;
}
.related li h3 {
  line-height: 1.4;
  font-size: 1rem;
  margin:.5em auto 0;
}
.related span, .latest span {
  display: inline-block;
  margin: 15px 0 0 5px;
  border-radius: 10px;
  font-size: 12px;
}
.related span:nth-of-type(2), .latest span:nth-of-type(2) {
  padding: 3px;
}
/* span.clogged-toilet {
  background-color: #c3d6ff;
} */
span.washlet {
  background-color: #c3e7ff;
}
span.toilet-leakage {
  background-color: #a0d4f7;
}
.related .swipe-indicator {
  display: none;
}
.related .swiper-wrapper li:first-of-type .swipe-indicator {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 60px;
  background-image: url(../images/service/swipe.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px;
  background-color: rgb(95 115 135 / 85%);
  border-radius: 8px;
  opacity: 0;/*  最初は透明 */
  transition: opacity 1s ease; /* 0.3秒かけてopacityを変化させる */
}
.related .swiper-wrapper li:first-of-type.swiper-slide-active .swipe-indicator {
  opacity: 1;
}
.related .swiper-wrapper li[data-seen="true"] .swipe-indicator {
  display: none;
}
.related .swiper-wrapper li:first-of-type.swiper-slide-visible .swipe-indicator {
  opacity: 1; /* 最初のスライドが表示されたときにインジケーターを表示 */
}
/* お役立ち情報END */

/* ご予約・お問い合わせ */
section.contact {
  padding:0;
}
section.contact .head-bg {
  background-color: #F2F7FB;
  padding:20px 0 24px 24px;
}
.head-block p{
  background-color: #F8FFFC;
  color: #65AAD8;
  padding:3px 8px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.head-block h2 {
  font-size: 18px;
  border:none;
  padding-left:0;
  margin-top:12px;
}
.form-description {
  min-width: 310px;
  width: 86%;
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 1.6;
}
.form-block {
  min-width: 312px;
  width: 90%;
  border: solid 1px #F2F7FB;
  background-color: #fff;
  padding:6px 24px 30px 16px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.form-block .input {
  margin-top:24px;
}
.form-block .c-pink {
  background-color: #f082a7;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding:4px 6px;
  margin-right:10px;
}
.form-block label {
  font-size: 16px;
  font-weight: bold;
}
.form-block label + span {
  display: block;
  margin-top: 18px;
}
.form-block .input input{
  min-width: 272px;
  width: 100%;
  padding:2px;
  font-size: 1rem;
  border: solid 1px #A6C7E2;
  background-color: #fff;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
}
.form-block p {
  margin-top:40px;
  font-weight: bold;
}
.form-block .time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.time .wpcf7-list-item {
  margin:30px 30px 0 0;
}
.form-block textarea {
  width: 100%;
  margin-top:18px;
  border: solid 1px #A6C7E2;
  background-color: #fff;
	font-size:15px;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
}
.call-back-option {
  width: 90%;
  margin:60px auto 0;
}
.call-back-option .wpcf7-form-control.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  margin:15px auto 0;
  padding-right: 20px;
}
.wpcf7-list-item {
  margin:0;
}

#submit-bt {
  text-align: center;
width: 212px;
	height:53px;
margin: 40px auto 0;
}
#submit-bt input{
  width: 212px;
  padding:15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 4px #0E345A;
  background-color: #CDE5F8;
  border: solid 1px #F2F7FB;
  box-sizing: border-box;
-webkit-appearance: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
	font-size:16px;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
}
/* ご予約・お問い合わせ END */
/* 個人情報の取り扱いについて */
.policy {
  margin-top:50px;
}
.policy h3 {
  text-align: center;
}
.policy h3 + div {
  width:260px;
  margin:12px auto 0;
  border: solid 1px #EEEEEE;
  background-color: #fff;
  padding:10px;
  box-sizing: border-box;
}
.policy h3 + div p {
  line-height: 1.5;
  font-size: 13px;
}
.contact-info {
  width:250px;
  margin:40px auto 0;
  border:solid 1px #F3F3F3;
  background-color: #fff;
  padding:16px 0;
  text-align: center;
  font-size: 14px;;
}
.Purelife_partner {
  width: 250px;
  margin:14px auto 0;
  border:solid 1px #F3F3F3;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)), url(../images/service/service_mizumore/common/logo-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Purelife_partner div {
  width:100px;
  height: 80px;
  padding-top: 35px;
  text-align: center;
  margin: 0 auto;
  transform: translateX(-14px);
}
.Purelife_partner div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Purelife_partner p {
  color: #7EAD47;
  font-weight: bold;
  font-size: 16px;
  padding:6px 0;
  background-color: #fff;
  text-align: center;
  margin-top:16px;
}
.Purelife_partner .pure {
  color: #2D8FC0;
  display: block;
  line-height: 1.4;
}
.Purelife_partner .pure:first-of-type {
  font-size: 20px;
  margin-top:5px;
}
.Purelife_partner a {
  display: block;
  padding-bottom:45px;
}
/* 個人情報の取り扱いについてここまで */
 /* side-nav */
 .side-nav_btn {
  position: absolute;
  bottom: 165px;
  right: 10px;
  width: 90px;
  height: 45px;
  background: url(../images/service/common/nav-btn__sp.png) no-repeat center center transparent;
  filter: drop-shadow(1.3px 1.5px 6px 0 rgb(107, 121, 126, 0.5));
  cursor: pointer;
}
.side-nav_btn .text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: auto;
  max-height: 40px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 13px;
}
.side-nav_btn .text:after {
  display: block;
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 22px;
}
/* side-navに伴う微修正 */
.lp #pagetop {
  bottom: 100px;
}

/* side-nav open */
.side-nav_wrap {
  width: calc(100% - 50px);
  height: calc(100% - 60px);
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  padding: 30px 25px;
}
.side-nav_wrap.show {
  z-index: 15;
  opacity: 1;
  visibility: visible;
}
.side-nav {
  height: calc(100%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 13px 0 rgb(107, 121, 126, 0.5);
  padding: 8px 8px 30px;
  overflow-y: auto;
  font-feature-settings: "palt";
  height: 88%;
}
.link-box {
  width: 100%;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  box-shadow: 1px 2px 12px 0 rgb(0, 0, 0, 0.2);
}
.link-box + .link-box {
  margin-top: 10px;
}
.link-box.side_tel {
  font-size: 24px;
  background-color: #2D8FC0;
}
.link-box.side_tel .fs-sm {
  font-size: 14px;
}
.link-box.side_contact {
  font-size: 18px;
  background-color: #7EAD47;
}
.link-box img {
  padding-right: 8px;
}
.link-box.side_contact img{
  width: 24px;
}
.link-box_cp {
  margin-top: 12px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #253B45;
  background-color: #D9EEF7;
  border: 3px solid #285C77;
  position: relative;
}
.link-box_cp::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
}
.side-nav__list {
  margin-top: 10px;
  padding: 0 10px 0 8px;
}
.side-nav__item {
  border-bottom: 2px solid #E5E5E5;
}
.side-nav__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 18px 15px 48px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #141823;
}
.side-nav__item a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 37%;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg);
  color: #B2B2B2;
}
.side-nav__item a::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
}
.side-nav__item a.link-reason::before {
  background: url(../images/service/common/ico-side_reanson.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-price::before {
  background: url(../images/service/common/ico-side_price.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-area::before {
  background: url(../images/service/common/ico-side_area.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-payment::before {
  background: url(../images/service/common/ico-side_payment.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-flow::before {
  background: url(../images/service/common/ico-side_flow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-faq::before {
  background: url(../images/service/common/ico-side_faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-info::before {
  background: url(../images/service/common/ico-side_info.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__close-wrap {
display: block;
width: 30px;
height: 23px;
margin-top: 20px;
margin-left: auto;
cursor: pointer;
}
.side-nav__close {
width: 23px;
height: 23px;
position: relative;
}
.side-nav__close .line {
background-color: #999999;
  width: 23px;
  height: 3px;
  display: block;
  position: absolute;
  right: 0;
}
.side-nav__close .line:nth-child(1) {
transform: rotate(-45deg);
top: 50%;
}
.side-nav__close .line:nth-child(2) {
transform: rotate(45deg);
top: 50%;
}
}

@media screen and (min-width: 500px) and (max-width: 768px) {
.side-nav_btn {
  bottom: 200px;
}
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .side-nav_btn {
    bottom: 200px;
  }
}

@media screen and (min-width: 769px) {
/* ウィンドウ幅が769px以上の場合に適用 パソコン用*/
.sp {
  display: none;
}
/* パソコン　追従　電話　ここから */
#topBtn {
  width:100%;
  height:100px;
  background-color:#FFF;
  border-top: #1978bd solid 2px;
  position: fixed;
  bottom: 0px;
  left:0;
  z-index: 10;
}
#pagetop {
  position: fixed;
  bottom:102px;
  right:0;
  padding:10px;
  border:solid #eee 1px;
  background-color: #fff;
  color: #141823;
  text-align: center;
}
#telBtn a {
  color: #1978bd;
}
#telBtn {
  font-size: 16px;
  color: #1978bd;
  width:100%;
  margin:0 auto;
}
#telBtn .telBtn-wrap {
  display: flex;
  justify-content: space-around;
  width:1125px;
  margin:0 auto;
}
.tel-right p {
  margin-bottom:0.85em;
  font-size: 14px;
}
.tel-right a {
  font-size: 55px;
}
.tel-contact {
  margin:auto 0;
}
.tel-contact img {
  width:100%;
}
.tel-contact a {
  display: block;
}
.tel-contact a:hover {
  opacity: 0.85;
}
/* パソコン　追従　電話　ここまで */
/* main visual */
 .mv .viewport.toilet{
  background-image: url(../images/service/service_mizumore/toilet/mizumore_service_toilet_mv.jpg);
  background-repeat: no-repeat;
}
.mv .viewport.kitchen{
  background-image: url(../images/service/service_mizumore/kitchen/mizumore_service_kitchen_mv.jpg);
  background-repeat: no-repeat;
}
.mv .viewport.bathroom{
  background-image: url(../images/service/service_mizumore/bath/mizumore_service_bathroom_mv.jpg);
  background-repeat: no-repeat;
}
.mv .viewport.washroom{
  background-image: url(../images/service/service_mizumore/washroom/mizumore_service_washroom_mv.jpg);
  background-repeat: no-repeat;
}
/* main visual END */
    /* payment-bg */
    .payment  {
      min-height: 650px;
      display: flex;
      align-items: center;
    }
  /* side-nav */
  .side-nav_btn {
    position: absolute;
    bottom: 180px;
    right: 25px;
    width: 120px;
    height: 120px;
    background: url(../images/service/common/nav-btn__pc.png) no-repeat center center transparent;
    cursor: pointer;
  }
  .side-nav_btn .text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .side-nav_btn .text:after {
    display: block;
    content: '+';
  }

  /* side-nav open */
  .side-nav_wrap {
    width: 360px;
    height: auto;
    position: fixed;
    bottom: 180px;
    right: 30px;
    text-align: left;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    box-shadow: 1px 2px 13px 0 rgb(107, 121, 126, 0.5);
  }
  .side-nav_wrap.show {
    z-index: 15;
    opacity: 1;
    visibility: visible;
  }
  .side-nav {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 13px 0 rgb(107, 121, 126, 0.5);
    padding: 8px 8px 30px;
    overflow-y: auto;
    font-feature-settings: "palt";
  }
  .link-box {
    width: 100%;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    box-shadow: 1px 2px 12px 0 rgb(0, 0, 0, 0.2);
  }
  .link-box + .link-box {
    margin-top: 10px;
  }
  .link-box.side_tel {
    font-size: 24px;
    background-color: #2D8FC0;
  }
  .link-box.side_tel .fs-sm {
    font-size: 14px;
  }
  .link-box.side_contact {
    font-size: 18px;
    background-color: #7EAD47;
  }
  .link-box img {
    padding-right: 8px;
  }
  .link-box.side_contact img{
    width: 24px;
  }
  .link-box_cp {
    margin-top: 12px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #253B45;
    background-color: #D9EEF7;
    border: 3px solid #285C77;
    position: relative;
  }
  .link-box_cp::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 20px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
  }
  .side-nav__list {
    margin-top: 10px;
    width: calc(100% - 24px);
    padding: 0 12px;
  }
  .side-nav__item {
    border-bottom: 2px solid #E5E5E5;
  }
  .side-nav__item a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 23px 15px 48px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #141823;
  }
  .side-nav__item a .pc-none {
    display: none;
  }
  .side-nav__item a span {
    display: inline-block;
  }
  .side-nav__item a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 37%;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(135deg);
    color: #B2B2B2;
  }
  .side-nav__item a::before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
  }
  .side-nav__item a.link-reason::before {
    background: url(../images/service/common/ico-side_reanson.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .side-nav__item a.link-price::before {
    background: url(../images/service/common/ico-side_price.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .side-nav__item a.link-area::before {
    background: url(../images/service/common/ico-side_area.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .side-nav__item a.link-payment::before {
    background: url(../images/service/common/ico-side_payment.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .side-nav__item a.link-flow::before {
    background: url(../images/service/common/ico-side_flow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .side-nav__item a.link-faq::before {
    background: url(../images/service/common/ico-side_faq.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .side-nav__item a.link-info::before {
    background: url(../images/service/common/ico-side_info.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
.side-nav__close-wrap {
  display: block;
  width: 30px;
  height: 23px;
  margin-top: 20px;
  margin-left: auto;
  cursor: pointer;
}
.side-nav__close {
  width: 23px;
  height: 23px;
  position: relative;
}
.side-nav__close .line {
  background-color: #999999;
    width: 23px;
    height: 3px;
    display: block;
    position: absolute;
    right: 0;
}
.side-nav__close .line:nth-child(1) {
  transform: rotate(-45deg);
  top: 50%;
}
.side-nav__close .line:nth-child(2) {
  transform: rotate(45deg);
  top: 50%;
}
/* naviここから */
nav.globalMenuSp {
  width:100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  z-index: 2;
  position: relative;
}
nav.globalMenuSp ul {
  display: flex;
  margin:0 auto 0 auto;
  width:1120px;
}
nav.globalMenuSp ul li {
  text-align: center;
  line-height: 2;
  padding:0 5px;
  width: calc(100% / 6);
  border-left:solid 1px #eee;
  font-size: 0;
}
nav.globalMenuSp ul li:last-of-type {
  border-right: solid 1px #eee;
}
nav.globalMenuSp ul li a {
  color: #555;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 3;
}
/* 関連記事 */
.related{
  box-sizing: border-box;
  width: 1120px;
  margin: 80px auto 0;
  padding-bottom:3em;
}
.related-swiper {
  padding:0 2em;
  margin:3em auto 0;
}
.related ul,.latest ul {
  background-color: #fff;
}
.related ul.related-content {
  display: flex;
  margin: 2em auto 0;
}
.related ul > li,.latest ul > li {
  width: calc(100% / 3 - 20px);
  margin-top:10px;
  margin-right:20px;
  background-color: #fff;
  padding:.75em;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 0px #f0f8fd;
}
.related li.no-image {
  text-align: center;
}
.related li.no-image div {
  height: 200px;
  background-color: #eee;
  position: relative;
}
.related li.no-image div span {
  font-size: 28px;
  color: #989898;
  position: absolute;
  left: 50%;
  top:47%;
  transform: translateX(-50%)translateY(-50%);
  margin:0;
}
.related li.no-image div + span {
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.6;
  letter-spacing: -.025em;
}
.related li a,.latest li a {
  display: flex;
  flex-direction: column-reverse;
  color: #323232;
}
.related li a:hover,.latest li a:hover {
  opacity: .8;
}
.related li div,.latest li div {
  width: 100%;
}
.related li img,.latest li img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.related article h3,.latest article h3 {
  font-size: 15px;
  margin-top:5px;
  line-height: 1.6;
  letter-spacing: -.025em;
  padding: 0 .2em .5em;
}
.related span ,.latest span {
  display: inline-block;
  margin:5px 0 0 5px;
  border-radius: 10px;
  font-size: 12px;
}
.related span:nth-of-type(2) ,.latest span:nth-of-type(2) {
  padding:3px;
}
span.clogged-toilet {
  background-color: #c3d6ff;
}
span.washlet {
  background-color: #c3fdff;
}
span.kitchen-drain-maintenance {
  background-color:#ffeac3;
}

.related-swiper-button-prev,
.latest-swiper-button-prev {
    top: 17rem;
    left: -5.5rem;
    transform: scaleX(-1);
}

.related-swiper-button-next,
.latest-swiper-button-next {
    top: 17rem;
    right: -5.5rem;
}
/* 関連記事 END */
/* ご予約・お問い合わせ */
.contact {
  padding:0;
  padding-bottom:50px;
}
.head-bg {
  width: 100%;
  background-color: #F2F7FB;
}
.head-block {
  width: 1105px;
  padding:20px 0 24px 0;
  margin:0 auto;
}
.head-block p {
  font-size: 16px;
  display: inline-block;
  color: #65AAD8;
  background-color: #F8FFFC;
  padding: 3px 8px;
  text-align: center;
  font-weight: bold;
}
.contact h2 {
  color: #285c77;
  font-size: 18px;
  margin-top: 12px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 10px;
}
/* 見出しココまで */
.contact-wrap {
  width: 1105px;
  margin:30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-wrap .form {
  width: 820px;
}
.form .form-description p {
  font-size:16px;
  line-height: 1.6;
}
.form .form-description p:last-of-type {
  padding-bottom:10px;
  border-bottom: solid 1px #eee;
}
/* contact-wrap */
.form-block {
  padding-right:50px;
  padding-left:10px;
}
.form-block .input {
  display: flex;
  justify-content: space-between;
  margin-top:60px;
}
.c-pink {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #F082A7;
  padding:4px 6px;
  margin-right: 24px;
}
.form-block label {
  font-weight: bold;
}
.form-block .input input {
  border: solid 1px #A6C7E2;
  background-color: #fff;
  padding:4px;
  font-size: 1rem;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
}
.form-block div input::placeholder {
  color:#C8C8C8;
}
.form-block p {
  font-weight: bold;
  margin-top:60px;
}
.time {
  padding-left:10px;
}
.time span.wpcf7-list-item {
  margin:40px 52px 0 0;
}
.time span input ,.call-back-option span input{
  margin:0 5px 0 0;
  vertical-align: middle;
}
.form-block textarea {
  width:100%;
  margin-top:20px;
  padding:8px;
  border: solid 1px #A6C7E2;
  background-color: #fff;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
  line-height: 1.4;
}
.call-back-option {
  margin-top:40px;
  padding-left:10px;
}
.call-back-option span input {
  margin-right:10px;
}
.wpcf7-list-item.first {
  margin-right: 150px;
}
p#submit-bt {
  text-align: center;
}
p#submit-bt input{
  width: 212px;
  height: 50px;
  text-align: center;
  background-color: #CDE5F8;
  border: solid 1px #F2F7FB;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgb(61, 107, 126);
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
  margin:20px auto 0;
  cursor: pointer;
}
.policy {
  width: 280px;
  box-sizing: border-box;
  background-color: #FCFCFC;
  padding:30px 16px;
  margin-top: 50px;
}
.policy h3 {
  text-align: center;
  font-size: 14px;
}
.policy h3 + div {
  background-color: #fff;
  height: 250px;
  padding:12px 15px;
  margin-top:16px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.policy h3 + div p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 14px;
}
.contact-info {
  border: solid 1px #F3F3F3;
  background-color: #fff;
  text-align: center;
  padding:16px 25px;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top:35px;
}
.Purelife_partner {
  width: 250px;
  height: 250px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #f3f3f3;
  margin-top:20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)), url(../images/service/service_mizumore/common/logo-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Purelife_partner div {
  width: 100px;
  height: 80px;
  margin:35px 85px 0 65px;
}
.Purelife_partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Purelife_partner p {
  font-size: 14px;
  color: #7EAD47;
  font-weight: bold;
  margin-top:16px;
  background-color: #fff;
  padding: 6px;
}
.Purelife_partner span {
  color: #2D8FC0;
  display: inline-block;
  font-size: 20px;
  letter-spacing: -0.75px;
  margin-top:7px;
}
.Purelife_partner span:last-of-type {
  font-size: 16px;
  font-weight: normal;
}
.Purelife_partner a {
  display: block;
}
/* ご予約・お問い合わせここまで */
}
/* PC */
@media (hover:hover) {
  .link-box.side_tel {
    pointer-events: none;
  }
}
