@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500&display=swap&subset=japanese");
@font-face {
  font-family: 'uzura';
  src: url("fonts/uzura.eot");
  /* IE9 Compat Modes */
  src: url("fonts/uzura.eot?#iefix") format("embedded-opentype"), url("fonts/uzura.woff") format("woff"), url("fonts/uzura.ttf") format("truetype"), url("fonts/uzura.svg") format("svg");
  /* svg - Legacy iOS */
}

@font-face {
  font-family: 'GenJyuuGothic';
  src: url("fonts/GenJyuuGothic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GenJyuuGothic.eot?#iefix") format("embedded-opentype"), url("fonts/GenJyuuGothic.woff") format("woff"), url("fonts/GenJyuuGothic.ttf") format("truetype"), url("fonts/GenJyuuGothic.svg") format("svg");
  /* svg - Legacy iOS */
}

body,
html {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ角ゴ Pro W3","GenJyuuGothic","Hiragino Kaku Gothic Pro",Meiryo;
  font-size: 10px;
  font-weight: normal;
  color: #333;
  background: url("../img/bg.png");
}

.uzura {
  font-family: "uzura";
}

img {
  max-width: 100%;
}

p {
  text-align: justify;
}

p.bigCenter {
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

small {
  font-size: 85%;
}

big {
  font-size: 120%;
}

a {
  color: #14a83a;
}

a.under {
  text-decoration: underline;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.shadow {
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}

/*---------------------------------------------------
	変数
---------------------------------------------------*/
/* 基本色 */
/* フォント */
/* iphoneSE用メディアクエリ @includeで呼び出し*/
/*---------------------------------------------------
	共通デザイン
---------------------------------------------------*/
.orange {
  color: #f9853d;
}

.red {
  color: #e60012;
}

.blue {
  color: #6ea9d6;
}

section {
  padding: 60px 0;
}

section p {
  font-size: 1.6em;
  line-height: 1.8;
}

section p a {
  text-decoration: underline;
}

.inner {
  width: 1100px;
  margin: auto;
}

/* 見出し */
h1 {
  margin-top: 5px;
}

h2 {
  font-size: 6em;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 50px;
}

h2:after {
  content: "";
  background: url("../img/h2-bottom.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 17px;
  display: block;
  margin-top: 5px;
}

h3 {
  font-family: "uzura";
  font-size: 6em;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #462917;
  margin-bottom: 50px;
  padding: 25px 0;
  background: url("../img/midashi-bg.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 120px;
}

h3 p {
  font-size: 60px;
  line-height: 1;
  text-align: center;
}

h4 {
  font-family: "uzura";
  font-size: 4em;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #462917;
  margin: 30px 0;
  width: 100%;
}

/* 電話番号アイコン */
.tel {
  color: #462917;
}

.tel span, .tel:before {
  vertical-align: middle;
}

.tel:before {
  content: "\f095";
  font-size: 60%;
  font-family: 'FontAwesome';
  color: #fff;
  background: #462917;
  display: inline-block;
  border-radius: 300px;
  padding: 5px 8px;
  margin-right: 5px;
}

/* リンクボタン */
.btn {
  text-align: center;
  margin: 20px auto 20px;
}

.btn a {
  font-size: 2em;
  text-align: center;
  line-height: 1;
  color: #3d3d3d;
  display: inline-block;
  background: #ffe000;
  border: 2px solid #3d3d3d;
  border-radius: 5px;
  box-shadow: 3px 3px 0 0 #3d3d3d;
  padding: 10px 25px 8px 30px;
  margin: 0 3px 3px 0;
  transition: all 0.1s ease;
}

.btn a:hover {
  box-shadow: 0 0 0 0;
  margin: 3px 0 0 3px;
}

.btn a:after {
  content: "\e902";
  font-family: 'icomoon';
  font-size: 1.2em;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

.btn-mail a {
  background: #96BF33;
  box-shadow: 0 5px 0 0 #769728;
  vertical-align: bottom;
}

.btn-mail a:before,
.btn-mail a span {
  vertical-align: middle;
}

.btn-mail a:before {
  content: "\e906";
  font-family: 'icomoon';
  font-size: 1.4em;
  display: inline-block;
  margin-right: 5px;
}

.btn-mail a:after {
  display: none;
}

/* ふきだし */
.fukidashi:before, .fukidashi:after {
  content: "";
  display: inline-block;
  width: 51px;
  height: 79px;
  margin: 0 10px -10px 10px;
}

.fukidashi:before {
  background: url("../img/fukidashi-left.png") no-repeat center;
  background-size: contain;
}

.fukidashi:after {
  background: url("../img/fukidashi-right.png") no-repeat center;
  background-size: contain;
}

/* チェックリスト */
.check {
  border: 1px solid #96BF33;
  border-radius: 10px;
  padding: 30px;
  margin: 30px 0;
}

.check li {
  font-size: 2em;
  border-bottom: 1px dashed #96BF33;
  margin-bottom: 15px;
  padding: 0 0 15px 32px;
  text-indent: -32px;
}

.check li:last-child {
  margin-bottom: 0;
}

.check li:before {
  content: "";
  display: inline-block;
  background: url(../img/icon-check.png) no-repeat center;
  background-size: cover;
  width: 22px;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-top;
}

/* 白ボックス */
.whiteBox {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0;
}

/* ノート */
.note li {
  font-size: 1.4em;
  list-style: disc;
  list-style-position: outside;
  margin-left: 25px;
}

/* googleマップ */
.gmap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-top: 4px solid #462917;
  border-bottom: 4px solid #462917;
}

.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ページトップ */
.pagetop {
  bottom: 50px;
  display: block;
  position: fixed;
  width: 110px;
  height: 104px;
  z-index: 10;
  transition: all 0.3s ease;
}

.pagetop:hover {
  right: 0px !important;
}

/* カラムわけ */
.col2,
.col3,
.col4 {
  display: flex;
  width: 100%;
}

.col2 li,
.col2 > div,
.col3 li,
.col3 > div,
.col4 li,
.col4 > div {
  margin-right: 4%;
}

.col2 li:last-child,
.col2 > div:last-child,
.col3 li:last-child,
.col3 > div:last-child,
.col4 li:last-child,
.col4 > div:last-child {
  margin-right: 0;
}

.col2 li,
.col2 > div {
  width: 48%;
}

.col2 li:last-child,
.col2 > div:last-child {
  margin-right: 0;
}

.col3 li,
.col3 > div {
  width: 31.333%;
}

.col4 li,
.col4 > div {
  width: 23%;
}

/*---------------------------------------------------
	header
---------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /* クローン */
}

header .header {
  width: 1100px;
  margin: auto;
  display: table;
}

header .header > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

header .header-left {
  position: relative;
}

header .header-left h1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

header .header-left h1 a img {
  width: 370px;
  z-index: 1;
}

header .header-right {
  text-align: right;
}

header .header-right > div {
  display: inline-block;
}

header .header-right-time {
  width: 380px;
}

header .header-right-tel {
  width: 430px;
  margin-top: -20px;
}

header.clone-nav {
  border-bottom: 1px solid #ede2be;
}

header.clone-nav h1 {
  display: none;
}

header.clone-nav .headerBox {
  line-height: 1;
  width: 1100px;
  margin: auto;
  padding: 10px 0 5px;
  display: flex;
}

header.clone-nav .headerBox .headerLeft img {
  height: 50px;
}

header.clone-nav .headerBox .headerRight > p {
  display: none;
}

header.clone-nav .headerBox .headerRight .tel {
  margin-top: 8px;
}

header.clone-nav nav {
  margin-bottom: 10px;
}

header.clone-nav nav li {
  min-height: 37px;
}

header.clone-nav nav li a {
  padding: 5px 10px;
}

header.clone-nav nav li a span {
  display: none;
}

/*---------------------------------------------------
	footer
---------------------------------------------------*/
footer {
  background: url("../img/footer-bg.png") no-repeat center bottom;
  background-size: 100%;
  padding: 30px 0 10px;
}

footer .foot {
  text-align: center;
}

footer .foot-logo img {
  width: 270px;
}

footer .foot-add {
  font-size: 2em;
}

footer .foot-tel {
  margin: 20px 0;
}

footer .foot-tel a img {
  display: inline-block;
}

footer .foot-tel a img:first-child {
  width: 190px;
  margin-right: 2%;
}

footer .foot-tel a img:last-child {
  width: 400px;
}

footer .foot-nav ul li {
  display: inline-block;
  padding: 2px 10px;
  border-left: 1px solid #034b8e;
}

footer .foot-nav ul li:last-child {
  border-right: 1px solid #034b8e;
}

footer .foot-nav ul li a {
  font-size: 1.6em;
  color: #034b8e;
}

.copy {
  font-size: 1.2em;
  color: #034b8e;
  text-align: center;
  padding: 10px 0;
  background: #ffe000;
}

/*---------------------------------------------------
	nav
---------------------------------------------------*/
nav {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

nav ul {
  width: 1100px;
  margin: auto;
  display: flex;
  padding: 10px 0;
}

nav ul li {
  border-left: 1px solid #d2d2d2;
  flex-grow: 1;
  text-align: center;
  position: relative;
}

nav ul li:last-child {
  border-right: 1px dotted #d2d2d2;
}

nav ul li.sp {
  display: none;
}

nav ul li a {
  font-size: 2.5em;
  line-height: 1;
  color: #3d3d3d;
  height: 100%;
  position: relative;
  display: block;
  padding: 60px 10px 5px;
}

nav ul li a p {
  text-align: center;
  display: inline-block;
}

nav ul li a:before {
  content: "";
  width: 70px;
  height: 50px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

nav ul li a:hover {
  color: #6ea9d6;
}

nav ul li a:hover:before {
  bottom: 45px;
  opacity: 1;
}

nav ul li:nth-child(1) a:before {
  background: url("../img/nav-icon01.png") no-repeat center;
  background-size: contain;
}

nav ul li:nth-child(2) a:before {
  background: url("../img/nav-icon02.png") no-repeat center;
  background-size: contain;
}

nav ul li:nth-child(3) a:before {
  background: url("../img/nav-icon03.png") no-repeat center;
  background-size: contain;
}

nav ul li:nth-child(4) a:before {
  background: url("../img/nav-icon04.png") no-repeat center;
  background-size: contain;
}

nav ul li:nth-child(5) a:before {
  background: url("../img/nav-icon05.png") no-repeat center;
  background-size: contain;
}

nav ul li:nth-child(6) a:before {
  background: url("../img/nav-icon06.png") no-repeat center;
  background-size: contain;
}

nav ul li:nth-child(7) a:before {
  background: url("../img/nav-icon07.png") no-repeat center;
  background-size: contain;
}

nav ul li:nth-child(8) a:before {
  background: url("../img/nav-icon08.png") no-repeat center;
  background-size: contain;
}

nav ul li:nth-child(9) a:before {
  background: url("../img/nav-icon09.png") no-repeat center;
  background-size: contain;
}

nav ul li:hover {
  text-decoration: none !important;
}

nav .spNavInfo {
  display: none;
}

/**　スクロール後メニュー　**/
nav > img {
  display: none;
}

.clone-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
}

.clone-nav ul li a {
  font-size: 1.6em;
  padding: 30px 10px 5px;
}

.clone-nav ul li a:before {
  width: 35px;
  height: 25px;
  bottom: 25px;
}

.clone-nav ul li a:hover:before {
  bottom: 30px;
}

.clone-nav > img {
  display: inline-block !important;
  margin-top: 5px;
}

.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.button, .telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .button, .telBtn {
    display: block;
  }
  .button {
    position: fixed;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #034b8e;
    z-index: 1000000;
    cursor: pointer;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
  }
  .bar {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .bar:before, .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .bar:before {
    top: -9px;
  }
  .bar:after {
    top: 9px;
  }
  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border: 2px solid #fff;
    background: none;
    -webkit-transform: translate(240px, 0);
    transform: translate(240px, 0);
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .open .screen {
    opacity: .6;
    visibility: visible;
  }
  .telBtn {
    display: none;
  }
  .telBtn {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #034b8e;
    z-index: 100000;
    cursor: pointer;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .telBtn i {
    color: #fff;
    font-size: 40px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 5px;
  }
}

/*---------------------------------------------------
	mv
---------------------------------------------------*/
.mv {
  width: 100%;
  height: 930px;
  background: url("../img/mv-bg.png") no-repeat bottom;
  background-size: cover;
  padding-top: 230px;
}

.mv-box {
  width: 1100px;
  height: 100%;
  margin: auto;
  position: relative;
}

.mv-box-img {
  padding: 0 80px;
}

.mv-box-txt {
  font-size: 6em;
  line-height: 1.2;
  text-align: center;
  color: #462917;
  margin-top: 20px;
}

.mv-box-txt big {
  line-height: 1;
}

/*---------------------------------------------------
	top-sec1 トップバナー
---------------------------------------------------*/
#top-sec1 {
  background: #fff;
}

#top-sec1 ul {
  display: flex;
}

#top-sec1 ul li {
  width: 50%;
}

#top-sec1 ul li:first-child {
  margin-right: 50px;
}

#top-sec1 ul li:first-child a {
  background: url("../img/bg-red.png");
}

#top-sec1 ul li:last-child a {
  background: url("../img/bg-blue.png");
}

#top-sec1 ul li:last-child a img {
  height: 50px;
}

#top-sec1 ul li a {
  height: 200px;
  display: block;
  border-radius: 10px;
  padding: 20px;
}

#top-sec1 ul li a p {
  font-size: 4em;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

#top-sec1 ul li a img {
  display: block;
  margin: auto;
}

/*---------------------------------------------------
  top-sec2 こんなお悩みお任せください！
---------------------------------------------------*/
#top-sec2 {
  background: url("../img/top-sec2-bg.png") no-repeat center;
  background-size: cover;
}

#top-sec2 .trouble {
  display: flex;
  flex-wrap: wrap;
}

#top-sec2 .trouble li {
  width: 22%;
  margin: 40px 4% 0 0;
}

#top-sec2 .trouble li:nth-child(4n) {
  margin-right: 0;
}

#top-sec2 .trouble li:nth-child(-n+4) {
  margin-top: 0;
}

#top-sec2 .trouble li dl {
  color: #fff;
}

#top-sec2 .trouble li dl dt {
  margin-bottom: 10px;
}

#top-sec2 .trouble li dl dt p {
  font-size: 2em;
  text-align: center;
}

#top-sec2 .trouble li dl dt p span {
  font-size: 1.2em;
  line-height: 1.2;
  color: #ffe000;
  display: block;
}

#top-sec2 .trouble li dl dd {
  font-size: 1.6em;
  text-align: center;
}

/*---------------------------------------------------
	top-sec3 そんなお悩みは水道屋BUZZに お任せください！
---------------------------------------------------*/
#top-sec3 {
  background: url("../img/bg-blue.png");
}

#top-sec3 .top-sec3-midashi {
  margin-top: -140px;
}

#top-sec3 .top-sec3-price {
  font-size: 5em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

#top-sec3 .top-sec3-price span {
  font-size: 1.6em;
  color: #ffe000;
}

#top-sec3 .top-sec3-price span small {
  font-size: 60%;
}

#top-sec3 .whiteBox {
  margin: 30px 0 0;
}

/*---------------------------------------------------
	top-sec4 水道屋BUZZが選ばれる理由
---------------------------------------------------*/
#top-sec4 .reason dl {
  color: #fff;
  width: 1000px;
  height: 250px;
  margin: auto;
  position: relative;
}

#top-sec4 .reason dl:nth-child(odd) {
  background: url("../img/top-sec4-bg1.png") no-repeat center;
  background-size: contain;
  padding: 10px 200px 40px 50px;
}

#top-sec4 .reason dl:nth-child(even) {
  background: url("../img/top-sec4-bg2.png") no-repeat center;
  background-size: contain;
  padding: 20px 40px 50px 220px;
}

#top-sec4 .reason dl:after {
  position: absolute;
  z-index: 1;
  bottom: 10px;
}

#top-sec4 .reason dl:nth-child(1):after {
  content: "";
  background: url("../img/top-sec4-img1.png") no-repeat center;
  background-size: cover;
  width: 223px;
  height: 227px;
  right: -30px;
}

#top-sec4 .reason dl:nth-child(2):after {
  content: "";
  background: url("../img/top-sec4-img2.png") no-repeat center;
  background-size: cover;
  width: 222px;
  height: 231px;
  left: -30px;
}

#top-sec4 .reason dl:nth-child(3):after {
  content: "";
  background: url("../img/top-sec4-img3.png") no-repeat center;
  background-size: cover;
  width: 213px;
  height: 233px;
  right: -30px;
}

#top-sec4 .reason dl:nth-child(4):after {
  content: "";
  background: url("../img/top-sec4-img4.png") no-repeat center;
  background-size: cover;
  width: 230px;
  height: 202px;
  left: -30px;
}

#top-sec4 .reason dl dt {
  font-size: 5em;
  line-height: 1;
  color: #ff5a5d;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#top-sec4 .reason dl dt span {
  font-size: 90%;
  line-height: 125%;
  color: #fff;
  text-align: center;
  background: #ff5a5d;
  border-radius: 200px;
  border: 3px solid #fff;
  text-shadow: none;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

#top-sec4 .reason dl dd {
  font-size: 2em;
  margin-top: 20px;
}

/*---------------------------------------------------
	top-sec5 よくあるご質問
---------------------------------------------------*/
#top-sec5 .qa {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #6ea9d6;
  padding: 30px;
}

#top-sec5 .qa ul:first-child li {
  border-bottom: 2px dotted #6ea9d6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#top-sec5 .qa ul:first-child li:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#top-sec5 .qa ul:first-child li a {
  font-size: 2em;
  color: #6ea9d6;
}

#top-sec5 .qa ul:first-child li a:before {
  content: "Q";
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #6ea9d6;
  border-radius: 200px;
  margin-right: 10px;
  padding: 8px;
}

/*---------------------------------------------------
	top-sec6 工事実績
---------------------------------------------------*/
#top-sec6 .works {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #6ea9d6;
  padding: 30px;
}

#top-sec6 .works ul:first-child {
  display: flex;
  flex-wrap: wrap;
}

#top-sec6 .works ul:first-child li {
  width: 22%;
  margin: 4% 4% 0 0;
}

#top-sec6 .works ul:first-child li:nth-child(-n+4) {
  margin-top: 0;
}

#top-sec6 .works ul:first-child li:nth-child(4n), #top-sec6 .works ul:first-child li:last-child {
  margin-right: 0;
}

#top-sec6 .works ul:first-child li a {
  color: #3d3d3d;
}

#top-sec6 .works ul:first-child li #topics_thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 10px;
}

#top-sec6 .works ul:first-child li #topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: initial;
  height: 100%;
}

#top-sec6 .works ul:first-child li #topics_title {
  font-size: 1.6em;
  text-align: center;
  display: block;
  margin-top: 10px;
}

/*---------------------------------------------------
	top-sec7 お問い合わせ
---------------------------------------------------*/
#top-sec7 {
  background: url("../img/bg-blue2.png");
  position: relative;
}

#top-sec7:after {
  content: "";
  display: block;
  background: url("../img/contact-img.png") no-repeat;
  background-size: cover;
  width: 100px;
  height: 227px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#top-sec7 table {
  font-size: 2em;
  color: #fff;
  width: 100%;
}

#top-sec7 table th, #top-sec7 table td {
  padding: 15px 0;
}

#top-sec7 table tr {
  border-bottom: 1px dashed #fff;
}

#top-sec7 table th {
  width: 20%;
  text-align: right;
}

#top-sec7 table th span {
  font-size: 12px;
  line-height: 1;
  background: #e60012;
  padding: 5px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
}

#top-sec7 table td {
  width: 80%;
  padding-left: 40px;
}

#top-sec7 table td input[type="text"] {
  font-size: 1em;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px 5px;
  /* IE */
  /* Edge */
}

#top-sec7 table td input[type="text"]::placeholder {
  color: #d2d2d2;
}

#top-sec7 table td input[type="text"]:-ms-input-placeholder {
  color: #d2d2d2;
}

#top-sec7 table td input[type="text"]::-ms-input-placeholder {
  color: #d2d2d2;
}

#top-sec7 table td label {
  position: relative;
  padding-left: 1em;
  margin-left: 20px;
}

#top-sec7 table td label input[type="radio"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#top-sec7 table td textarea {
  font-size: 1em;
  width: 500px;
  height: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px 5px;
}

#top-sec7 .submit {
  width: 60%;
  display: flex;
  margin: 20px auto 0;
}

#top-sec7 .submit input {
  font-size: 1.3em;
  text-align: center;
  width: 220px;
  color: #3d3d3d;
  background: #ffe000;
  border: 1px solid #3d3d3d;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  box-shadow: 3px 3px 0px 0px #3d3d3d;
}

#top-sec7 .privacy {
  margin: 50px 0;
}

#top-sec7 .privacy-ttl {
  font-size: 3em;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

#top-sec7 .privacy-box {
  width: 100%;
  height: 250px;
  padding: 20px 10px 20px 20px;
  border-radius: 10px;
  background: #fff;
}

#top-sec7 .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding-right: 10px;
}

#top-sec7 .privacy-box-txt p {
  font-size: 14px;
  margin-bottom: 20px;
}

#top-sec7 .privacy-box-txt p:last-of-type {
  margin-bottom: 0;
}

#top-sec7 .privacy-box-txt p big {
  font-weight: bold;
  color: #034b8e;
}

#top-sec7 .privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}

#top-sec7 .privacy-box-txt ul li {
  font-size: 14px;
}

/*---------------------------------------------------
	トピックス
---------------------------------------------------*/
/* トピックスページャー */
#topics_paging {
  text-align: center;
  margin: 20px 0 0 0 !important;
  padding-left: 0;
  clear: both;
}

#topics_paging li {
  font-size: 16px;
  display: inline-block;
  margin: 0 5px;
  list-style: none;
  border: 1px solid #d2d2d2;
  padding: 2px 4px;
}

/* トピックス詳細 */
.detail h3 {
  font-size: 2em;
  margin: 0;
}

.detail #topics_date {
  text-align: right;
  margin: 10px 0 20px;
}

.detail #topics_body img {
  max-width: 100%;
}

.detail #topics_thumbnail {
  text-align: center;
  margin: 20px auto;
}

/*---------------------------------------------------
	下層ページ 共通
---------------------------------------------------*/
#second {
  /*---------------------------------------------------
	下層　ページタイトル
---------------------------------------------------*/
  /*---------------------------------------------------
	下層　代表あいさつ
---------------------------------------------------*/
  /*---------------------------------------------------
	下層　概要
---------------------------------------------------*/
  /*---------------------------------------------------
	下層　スタッフ
---------------------------------------------------*/
}

#second .mv {
  height: 500px;
}

#second #sec1 {
  background: url("../img/bg-blue2.png");
}

#second #sec1 .greeting {
  display: flex;
}

#second #sec1 .greeting-txt {
  font-size: 1.8em;
  color: #fff;
  line-height: 2.5;
  width: 70%;
  padding-right: 50px;
}

#second #sec1 .greeting-img {
  width: 30%;
}

#second #sec2 table {
  font-size: 2em;
  width: 100%;
}

#second #sec2 table tr {
  border-bottom: 1px dashed #462917;
}

#second #sec2 table tr th, #second #sec2 table tr td {
  padding: 15px;
}

#second #sec2 table tr th {
  text-align: right;
  color: #034b8e;
}

#second #sec3 h4 {
  margin-top: 50px;
}

#second #sec3 .digilab {
  font-size: 1.8em;
  text-align: center;
  margin: -30px 0 10px;
}

#second #sec3 .digilab a {
  text-decoration: underline;
}

#second #sec3 .whiteBox img {
  border-radius: 10px;
}

#second #sec3 .profile {
  font-size: 1.6em;
  width: 100%;
}

#second #sec3 .profile tr {
  border-bottom: 1px dashed #462917;
}

#second #sec3 .profile tr th, #second #sec3 .profile tr td {
  padding: 10px 0;
}

#second #sec3 .profile tr th {
  width: 20%;
  text-align: right;
  color: #034b8e;
}

#second #sec3 .profile tr td {
  padding-left: 40px;
}

/*------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------

  SPページ用
  
-------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*---------------------------------------------------
    共通デザイン
---------------------------------------------------*/
  main {
    width: 100%;
    margin: 0;
    display: block;
  }
  main article {
    width: 100%;
  }
  section {
    padding: 30px 20px;
  }
  section p {
    font-size: 1.4em;
    line-height: 1.7;
  }
  .inner {
    width: 100%;
  }
  /* 見出し */
  h2 {
    font-size: 4em;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  h2 {
    font-size: 3em;
  }
}

@media screen and (max-width: 768px) {
  h2:after {
    content: "";
    background: url("../img/h2-bottom.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 17px;
    display: block;
    margin-top: 5px;
  }
  h3 {
    font-size: 4em;
    line-height: 2;
    margin-bottom: 30px;
    padding: 12px 0;
    background: url("../img/midashi-bg_sp.png") no-repeat center;
    background-size: contain;
    height: 100px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  h3 {
    font-size: 3em;
  }
}

@media screen and (max-width: 768px) {
  h3 p {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  h4 {
    font-size: 2em;
  }
  /* ページトップ */
  .pagetop {
    bottom: -10px;
    right: 0;
    width: 80px;
    height: 76px;
  }
  /* リンクボタン */
  .btn a {
    font-size: 1.4em;
  }
  /* ふきだし */
  .fukidashi:before, .fukidashi:after {
    width: 26px;
    height: 40px;
    margin: 0 5px -5px 5px;
  }
  /* チェックリスト */
  .check {
    padding: 15px;
  }
  .check li {
    font-size: 1.4em;
    padding: 0 0 15px 27px;
    text-indent: -27px;
  }
  .check li:before {
    width: 17px;
    height: 15px;
  }
  /* googleマップ */
  .gmap {
    height: 300px;
  }
  /* カラムわけ */
  ul.col2, ul.col3, ul.col4 {
    display: block;
  }
  ul.col2 li, ul.col3 li, ul.col4 li {
    width: 70% !important;
    margin: 0 auto 8% !important;
  }
  ul.col2 li:last-child, ul.col3 li:last-child, ul.col4 li:last-child {
    margin-bottom: 0;
  }
  ul.col2 li p, ul.col3 li p, ul.col4 li p {
    margin: 0 -40px 0 -40px;
  }
  /*---------------------------------------------------
	header
---------------------------------------------------*/
  header .header {
    width: 100%;
    display: block;
  }
  header .header > div {
    display: block;
    width: 100%;
  }
  header .header-left {
    height: 140px;
  }
  header .header-left h1 {
    text-align: center;
    right: 0;
  }
  header .header-left h1 a img {
    width: 200px;
  }
  header .header-right {
    width: 200px !important;
    margin: auto;
  }
  header .header-right-time {
    width: 100%;
  }
  header .header-right-tel {
    width: 100%;
    margin-top: -20px;
  }
  /*---------------------------------------------------
	footer
---------------------------------------------------*/
  footer {
    background-size: cover;
  }
  footer .foot-logo img {
    width: 170px;
  }
  footer .foot-add {
    font-size: 1.4em;
  }
  footer .foot-tel a img:first-child {
    width: 100px;
  }
  footer .foot-tel a img:last-child {
    width: 150px;
  }
  footer .foot-nav {
    display: none;
  }
  .copy {
    font-size: 1em;
  }
  /*---------------------------------------------------
	mv
---------------------------------------------------*/
  .mv {
    width: 100%;
    height: 500px;
    padding-top: 200px;
  }
  .mv-box {
    width: 100%;
  }
  .mv-box-img {
    padding: 0 20px;
  }
  .mv-box-txt {
    font-size: 2em;
  }
  /*---------------------------------------------------
	nav
---------------------------------------------------*/
  nav {
    position: fixed;
    left: -240px;
    top: 0;
    width: 240px;
    height: 100%;
    background: url(../img/bg-blue2.png);
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .2s;
    transition: left .2s;
    will-change: transform;
    border-width: 0;
  }
  nav ul {
    width: 100%;
    display: block;
    border-width: 0;
  }
  nav ul li {
    width: 100%;
    min-height: auto;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom: 1px dotted #fff;
  }
  nav ul li:last-child {
    border-right-width: 0;
  }
  nav ul li a {
    font-size: 1.7em !important;
    color: #fff;
    padding: 10px 0 10px 20px;
    text-align: left;
  }
  nav ul li a:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    opacity: 1;
    position: relative;
    top: 0;
    bottom: 0;
    width: 40px;
  }
  nav ul li a p {
    display: inline-block;
    font-weight: 200;
    line-height: 1;
    padding: 0;
    vertical-align: middle;
  }
  nav ul li.sp {
    display: block;
  }
  nav .spNavInfo {
    font-size: 1.7em;
    font-weight: 300;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 20px;
    padding: 0 20px;
  }
  nav .spNavInfo .tel:before {
    font-size: 100%;
    color: #462917;
    background: #fff;
    padding: 3px 5px;
    vertical-align: middle;
  }
  nav .spNavInfo .tel p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  nav .spNavInfo .tel p:nth-child(2) {
    font-size: 17.5px;
  }
  nav .spNavInfo .tel p:nth-child(3) {
    border-top: 1px dotted #fff;
    padding-top: 5px;
    margin-top: 5px;
  }
  nav .spNavInfo .tel p:nth-child(3) b {
    display: block;
    font-size: 80%;
    font-weight: 700;
  }
  nav .spNavInfo .tel p span {
    vertical-align: middle;
  }
  nav .spNavInfo .tel p img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .clone-nav {
    display: none;
  }
  /*---------------------------------------------------
	top-sec1 トップバナー
---------------------------------------------------*/
  #top-sec1 ul {
    display: block;
  }
  #top-sec1 ul li {
    width: 100%;
  }
  #top-sec1 ul li:first-child {
    margin: 0 0 30px;
  }
  #top-sec1 ul li:last-child a {
    display: table;
  }
  #top-sec1 ul li:last-child a > p,
  #top-sec1 ul li:last-child a > img {
    display: table-cell;
    vertical-align: middle;
  }
  #top-sec1 ul li:last-child a p {
    width: 70%;
  }
  #top-sec1 ul li:last-child a img {
    width: auto;
    height: auto;
  }
  #top-sec1 ul li a {
    height: auto;
    display: block;
  }
  #top-sec1 ul li a p {
    font-size: 1.7em;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #top-sec1 ul li a p {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 768px) {
  /*---------------------------------------------------
  top-sec2 こんなお悩みお任せください！
---------------------------------------------------*/
  #top-sec2 .trouble {
    display: flex;
    flex-wrap: wrap;
  }
  #top-sec2 .trouble li {
    width: 47%;
    margin: 40px 6% 0 0;
  }
  #top-sec2 .trouble li:nth-child(4n) {
    margin-right: 6%;
  }
  #top-sec2 .trouble li:nth-child(2n) {
    margin-right: 0;
  }
  #top-sec2 .trouble li:nth-child(-n+4) {
    margin-top: 40px;
  }
  #top-sec2 .trouble li:nth-child(-n+2) {
    margin-top: 0;
  }
  #top-sec2 .trouble li dl dt p {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #top-sec2 .trouble li dl dt p {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 768px) {
  #top-sec2 .trouble li dl dd {
    font-size: 1.2em;
  }
  /*---------------------------------------------------
	top-sec3 そんなお悩みは水道屋BUZZに お任せください！
---------------------------------------------------*/
  #top-sec3 .top-sec3-midashi {
    margin-top: -50px;
  }
  #top-sec3 .top-sec3-price {
    font-size: 3em;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #top-sec3 .top-sec3-price {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 768px) {
  #top-sec3 .top-sec3-price span {
    font-size: 1.6em;
  }
  /*---------------------------------------------------
	top-sec4 水道屋BUZZが選ばれる理由
---------------------------------------------------*/
  #top-sec4 .reason dl {
    width: 100%;
    height: auto;
    background: #6ea9d6 !important;
    border-radius: 10px;
    padding: 15px !important;
    margin-top: 60px;
    z-index: 0;
    box-shadow: 5px 5px 0px 0px #3d3d3d;
  }
  #top-sec4 .reason dl:after {
    position: absolute;
    z-index: -1;
    bottom: 10px;
    top: -70px;
  }
  #top-sec4 .reason dl:nth-child(1):after {
    width: 112px;
    height: 113px;
    right: -20px;
  }
  #top-sec4 .reason dl:nth-child(2):after {
    width: 111px;
    height: 115px;
    left: -20px;
  }
  #top-sec4 .reason dl:nth-child(3):after {
    width: 107px;
    height: 117px;
    right: -20px;
  }
  #top-sec4 .reason dl:nth-child(4):after {
    width: 115px;
    height: 101px;
    left: -20px;
  }
  #top-sec4 .reason dl dt {
    font-size: 2.5em;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #top-sec4 .reason dl dt {
    font-size: 2em;
  }
}

@media screen and (max-width: 768px) {
  #top-sec4 .reason dl dt span {
    font-size: 85%;
    line-height: 120%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #top-sec4 .reason dl dt span {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  #top-sec4 .reason dl dd {
    font-size: 1.5em;
    margin-top: 10px;
  }
  /*---------------------------------------------------
	top-sec5 よくあるご質問
---------------------------------------------------*/
  #top-sec5 .qa {
    padding: 15px;
  }
  #top-sec5 .qa ul:first-child li a {
    font-size: 1.6em;
    text-indent: -36px;
    padding-left: 36px;
    display: block;
  }
  #top-sec5 .qa ul:first-child li a:before {
    font-size: 1em;
    display: inline;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    padding: 5px 7px;
  }
  /*---------------------------------------------------
	top-sec6 工事実績
---------------------------------------------------*/
  #top-sec6 .works {
    padding: 15px;
  }
  #top-sec6 .works ul:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  #top-sec6 .works ul:first-child li {
    width: 47%;
    margin: 40px 6% 0 0;
  }
  #top-sec6 .works ul:first-child li:nth-child(-n+2) {
    margin-top: 0;
  }
  #top-sec6 .works ul:first-child li:nth-child(2n), #top-sec6 .works ul:first-child li:last-child {
    margin-right: 0;
  }
  #top-sec6 .works ul:first-child li #topics_thumbnail {
    height: 140px;
  }
  #top-sec6 .works ul:first-child li #topics_title {
    font-size: 1.2em;
  }
  /*---------------------------------------------------
	top-sec7 お問い合わせ
---------------------------------------------------*/
  #top-sec7:after {
    width: 50px;
    height: 113px;
  }
  #top-sec7 table {
    font-size: 1.4em;
  }
  #top-sec7 table th {
    width: 20%;
    text-align: right;
  }
  #top-sec7 table th span {
    font-size: 10px;
    padding: 5px;
  }
  #top-sec7 table td {
    width: 80%;
    padding-left: 20px;
  }
  #top-sec7 table td input[type="text"] {
    font-size: 1.2em;
    width: 100%;
  }
  #top-sec7 table td label {
    margin: 0 0 10px 0;
    display: block;
    padding: 0;
  }
  #top-sec7 table td label input[type="radio"] {
    margin-right: 10px;
    position: relative;
  }
  #top-sec7 table td textarea {
    width: 100%;
  }
  #top-sec7 .submit {
    width: 200px;
  }
  #top-sec7 .privacy {
    margin: 50px 0;
  }
  #top-sec7 .privacy-ttl {
    font-size: 2em;
  }
  #top-sec7 .privacy-box {
    padding: 10px 5px 10px 10px;
  }
  #top-sec7 .privacy-box-txt {
    padding-right: 10px;
  }
  #top-sec7 .privacy-box-txt p {
    font-size: 12px;
  }
  #top-sec7 .privacy-box-txt ul li {
    font-size: 12px;
  }
  /*---------------------------------------------------
	下層ページ 共通
---------------------------------------------------*/
  #second {
    /*---------------------------------------------------
	下層　ページタイトル
---------------------------------------------------*/
    /*---------------------------------------------------
	下層　代表あいさつ
---------------------------------------------------*/
    /*---------------------------------------------------
	下層　概要
---------------------------------------------------*/
    /*---------------------------------------------------
下層　スタッフ
---------------------------------------------------*/
  }
  #second .mv {
    height: 300px;
  }
  #second .mv-box-txt {
    font-size: 3em;
  }
  #second #sec1 .greeting {
    display: block !important;
  }
  #second #sec1 .greeting-txt {
    font-size: 1.6em;
    line-height: 2;
    width: 100%;
    padding: 0 0 20px;
  }
  #second #sec1 .greeting-img {
    width: 200px;
    margin: auto;
  }
  #second #sec2 table {
    font-size: 1.4em;
  }
  #second #sec2 table tr th, #second #sec2 table tr td {
    padding: 10px 0;
  }
  #second #sec2 table tr th {
    width: 30%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  #second #sec2 table tr th {
    width: 35%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #second #sec3 h4 {
    margin-top: 30px;
  }
  #second #sec3 .digilab {
    font-size: 1.6em;
  }
  #second #sec3 .profile {
    font-size: 1.6em;
  }
  #second #sec3 .profile tr th, #second #sec3 .profile tr td {
    padding: 10px 0;
  }
  #second #sec3 .profile tr th {
    width: 20%;
  }
  #second #sec3 .profile tr td {
    padding-left: 20px;
  }
}
