@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

/* フォント Arial */
/*         Verdana */
/*         Open Sans */
/* .kaisei-decol-medium {
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-style: normal;
}

.kaisei-decol-bold {
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
}

.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
} */

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  /* font: 90% 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */

  max-width: 1200px;
  min-height: 100vh;
  letter-spacing: 0.12em;
  box-sizing: border-box;
  /* ←全て含めてmin-height:100vhに */
}

h2 {
  color: white;
  text-align: left;
  /* padding-top: 80px;
  margin-bottom: 10px; */
}

/* h2の赤枠 */
.boder-waku {
  /* font-size: medium; */
  text-align: center;
  background-color: rgba(30, 134, 194, 0.92);
  padding: 10px 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}

h3 {
  color: rgb(30, 134, 194);
  text-align: center;
  margin-bottom: 10px;
}

img {
  width: 100%;
  height: 100%;
}

/*
#eacon,
#tokutei,
#privacy,
#kiyaku,
#cushara {
}
*/

.font-s {
  font-size: smaller;
}

.underline {
  color: yellow;
  text-decoration-line: underline;
}

.wrapper {
  margin: 0px auto;
  padding: 0px 5px;
  position: relative;
  /* ←相対位置 */
  /* padding-bottom: 120px; */
  /*←footerの高さ*/
  /* font-family: '遊ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 12px; */
}

main {
  /* font-size: medium; */
  margin: 0 auto;
}

.content {
  font-size: small;
  text-align: center;
  margin-bottom: 50px;
  padding: 10px;
}

/* #main-image */
#main-image {
  text-align: center;
  /* margin-bottom: 25px; */
}

#main-image img {
  width: 98%;
  /* height: 100%; */
}

.catch-main {
  /* position: relative; */
  /* z-index: -1; */
  /* margin-top: 25px; */
  margin-bottom: 40px;
}

/* キャッチコピー */
.catch-copy {
  margin-bottom: 30px;
}

/* キャッチコピー１ */
.catch-copy-1 {
  width: 100%;
  font-size: x-large;
  text-align: center;
  display: inline-block;
  color: white;
  background-color: rgb(255, 71, 71, 100%);
  position: relative;
  z-index: -1;
}
.catch-copy-1-1 {
  width: 100%;
  font-size:small;
  display: inline-block;
  color: black;
  background-color: rgb(255, 71, 71, 0.3);
  position: relative;
  /* padding: 5px; */
  z-index: -1;
}

/* キャッチコピー２ */
.catch-copy-2 {
  width: 100%;
  font-size: small;
  text-align: center;
  display: inline-block;
  color: white;
  /* background-color: rgba(247, 135, 47, 100%); */
  background-color: green;
  /* padding: 5px; */
  position: relative;
  top: 5px;
  z-index: -1;
}

/* キャッチコピー３ */
.catch-copy-3 {
  width: 100%;
  font-size: x-large;
  text-align: center;
  display: inline-block;
  color: white;
  background-color: rgba(30, 134, 194, 0.9);
  position: relative;
  top: 8px;
  z-index: -1;
}
.catch-copy-3-1 {
  width: 100%;
  /* font-size: x-large; */
  text-align: center;
  display: inline-block;
  color: white;
  background-color: rgba(30, 134, 194, 0.9);
  position: relative;
  top: 8px;
  z-index: -1;
}

/* icon エアコン */
.icn-eacon {
  width: 25%;
  align-self: center;
  /* position: relative; */
  bottom: 10%;
  left: 5%;
}

/* icon ポイント */
.icn-point {
  width: 10%;
  height: 10%;
  align-self: center;
  /* position: relative; */
  bottom: 10%;
  left: 50%;
}

/* icon メッセージ */
.icon-messege {
  display: inline-block;
  font-size: smaller;
  font-weight: 700;
  color: rgb(30, 134, 194);
  align-self: center;
  line-height: 1.6;
  /* position: relative; */
  /* bottom: 50%; */
  /* left: 50%; */
  /* transform: rotate(-30deg); */
}

.catch-text {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
}

.align-self-l {
  list-style: none;
  letter-spacing: 1px;
  padding: 0 10px;
}

.id-link {
  /*飛先調整*/
  margin-top: -100px;
  padding-top: 100px;
}

/* 標準設置の基準 */
#eacon {
  text-align: center;
}

.eacon-set-box {
  color: #ffffff;
  /* margin: 2px; */
  /* padding: 10px;
  background-color: rgb(30, 134, 194); */
  /* margin-bottom: 10px; */
}

.eacon-set-box-1 {
  display: flex;
  justify-content: center;
  /* color: #ffffff; */
  /* margin: 2px; */
  /* padding: 10px; */
  /* background-color: rgb(30, 134, 194); */
  /* margin-bottom: 10px; */
}

#eacon ol {
  text-align: left;
  font-size: smaller;
  list-style: none;
}

.eacon-set-box ol {
  list-style: none;
}

/* .text-yellow {
  color: #ffff00;
  text-decoration-line: underline;
  font-weight: bold;
  font-size: medium;
} */
.color-blue {
  color: rgb(30, 134, 194);
  text-decoration-line: underline;
  font-weight: bold;
  /* font-size: medium; */
}

/* 工事価格 */
/* #kakaku {
} */
.contents4 {
  display: flex;
  color: rgb(30, 134, 194);
  border: 2px groove;
  border-radius: 10px;
  text-align: center;
  margin: 10px 0px;
}

.box-flex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
}

.box-flex5 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.box-flex50 {
  width: 60%;
  margin: 0 auto;
}

.align-self {
  width: 100%;
  text-align: center;
  align-self: center;
  padding-left: 0px;
}

/* /価格一覧表/ */
/* p {
  margin: 20px;
} */
.plaice-list {
  color:  rgba(30, 134, 194, 0.9);
  font-size: larger;
}

.plaice-list iframe {
  width: 100%;
  height: auto;
  border:  rgb(30, 134, 194) solid 1px;
  border-radius: 10px;
}

/* 配管パイプ費 */
/* #paipu {
}*/
.paipu-set-box {
  color: #ffffff;
}

.paipu-set-text {
  font-size: small;
  text-align: left;
  color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(30, 134, 194, 0.9);
  margin-bottom: 10px;
}

.paipu-leng-text {
  font-size: smaller;
  color: #ffffff;
  margin-top: 15px;
  padding: 15px;
  /* background-color: rgba(255, 99, 71, 0.8); */
  border: #ffffff 1px solid;
  border-radius: 45px;
  /* margin-bottom: 10px; */
}

.paipu-set-box .box-ul li {
  margin-bottom: 10px;
}

.paipu-set-png1 {
  width: 100%;
  text-align: center;
  color: rgba(30, 134, 194, 0.9);
  margin-top: 10px;
}

.paipu-set-png2 {
  width: 100%;
  text-align: center;
  color: rgba(30, 134, 194, 0.9);
  margin-bottom: 20px;
}

.rakuten-logo {
  width: 100%;
  border: gray solid 1px;
  /* padding: 0 10px; */
}

.amazon-logo {
  width: 100%;
  border: gray solid 1px;
  /* padding: 0 10px; */
}

/* 交通費算出 */
/* #areamap {
} */
.areamap-text {
  width: 96%;
  color: rgba(30, 134, 194, 0.9);
  font-size: small;
  font-weight: 700;
  text-align: left;
  padding: 10px;
  margin: 0 auto;
}
.areamap-text-red {
  width: 96%;
  color: red;
  font-size: small;
  text-align: left;
  /* padding: 10px;
  margin: 0 auto; */
}
.under-red {
  text-decoration: underline;
  color: green;
}
iframe {
  width: 330px;
  height: 400px;
  border: gray solid 1px;
}

/* プロフィール */
/* #profile {
}*/
.profile-license {
  display: flex;
  justify-content: center;
}

.profile-text p {
  /* display: inline; */
  text-align: center;
}

.profile-text {
  color: gray;
  font-size: small;
  text-align: left;
  padding: 10px;
}

.japanNo1 {
  font-size: smaller;
  display: flex;
  justify-content: center;
  padding: 2px;
  align-items: center;
  border: #ffff0053 solid 10px;
  margin-bottom: 10px;
}

.anson {
  width: 25%;
  padding: 10px;
}

.anson1 {
  font-size: small;
  color: rgba(30, 134, 194, 0.9);
  padding: 5px;
}

/*           */
/* <article> */
/*           */
.content1 {
  color: gray;
  font-size: smaller;
  margin-bottom: 50px;
  padding: 0 15px;
}

.box-ul {
  padding: 0 10px;
}

.box-ul1 {
  padding: 0 10px;
}

/* 特定商取引法に基づく表示 */
/* # tokutei*/
/* グリッドで表を作る */
.grid {
  text-align: left;
  font-size: smaller;
  display: grid;
  justify-content: center;
  grid-template-rows: 35px 70px 70px 35px 50px 35px 50px 35px 60px;
  grid-template-columns: 90px 245px;
  border: solid 1px gray;
  border-radius: 10px;
  margin-bottom: 10px;
}

.grid-item {
  padding: 10px;
}

/* 利用規約 */
/* #kiyaku */

/* プライバシーポリシー */
/* #privacy */

/* カスタマーハラスメントについて */
/* #cushara */


/* フッターは固定 */
/*footer {
   width: 100%;
  background-color: yellow;
  color: blue;
  position: fixed;
  bottom: 0; */
/*下に固定
}*/

/* footer.content-foot {
  display: flex;
  margin: 10px;
}

.footer-flex {
  display: flex;
  height: 50px;
  width: auto;
}

.footer-flex-item01 {
  display: flex;
  width: auto;
  padding: 5px;
}

.footer-flex-item02 {
  display: flex;
  position: relative;
  top: 18px;
} */

/* トップへ返る */
.icon-top {
  width: 30px;
  height: 30px;
  position: relative;
  bottom: -4px;
  right: 0px;
}

#topButton {
  /* width: 20px; */
  /* height: 20px; */
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* border-radius: 50%; */
  /* padding: 10px 10px 10px 10px; */
  /* background-color: #98989800; */
  /* text-decoration: none; */
  z-index: 0;
}

/* #topButton:hover {
  background-color: white;
} */

/* メールボタンのデザイン */
.mail__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* z-index: 999; */
}

.mail__button:hover {
  background-color: rgb(92, 162, 219);
}
/* ************************************************************************ */
/***************************************************/

.header {
  position: sticky;
  /* headerを追従にする */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #c6e1f4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.logo {
  font-size: 1.25em;
  font-weight: bold;
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
}
  /* メニューを開いている時もクリックできるよう設定 */

/* ハンバーガーボタン内の線 */
.drawer__button>span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}

.drawer__button>span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}

.drawer__button>span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.drawer__button>span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button:hover {
  background-color: rgb(92, 162, 219);
}

/* 展開時のデザイン */
.drawer__button.active>span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active>span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active>span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer__nav__inner {
  position: relative;
  /* width: 80%; */
  width: 90%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}

.drawer__nav__menu {
  /* text-align: right; */
  list-style:square;
  padding-left: 10px;
}

.drawer__nav__link {
  /* メニュー */
  font-size: small;
  font-weight: 500;
  display: block;
  color: gray;
  text-decoration: none;
  margin: 1rem;
  /* padding: 1rem 1rem; */
  border-bottom: solid 1px lightgray;
}
.drawer__nav__link:hover {
  background-color: rgb(224, 228, 224);
}


/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* 見た目の調整 */
section {
  width: 100%;
  height: 30vh;
}

section:nth-child(even) {
  /* background-color: skyblue;  */
  background-color: white;
}

/* *************************************************************************** */
@media screen and (min-width:768px) {
  .anson {
    width: 20%;
  }

  .drawer__button {
    /* position: relative; */
    width: 5rem;
    height: 5rem;
    /* background-color: transparent; */
    /* border: none; */
    /* cursor: pointer; */
    /* z-index: 999; */
    /* メニューを開いている時もクリックできるよう設定 */
  }

  /* ハンバーガーボタン内の線 */
  .drawer__button>span {
    width: 3rem;
    height: 3px;
  }

  .drawer__button>span:first-child {
    transform: translate(-50%, calc(-50% - 0.6rem));
    /* transition: transform 0.3s ease; */
  }

  .drawer__button>span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }

  .drawer__button>span:last-child {
    transform: translate(-50%, calc(-50% + 0.6rem));
    /* transition: transform 0.3s ease; */
  }

  .drawer__nav__inner {
    width: 95%;
    /* padding: 4rem 1.5rem 1rem; */
    /* margin: 0 0 0 auto; */
    /* overflow: scroll; */
    /* transform: translateX(100%); */
    /* transition: transform 0.3s ease; */
  }

  .drawer__nav__link {
    /* メニュー */
    font-size: medium;
    font-weight: 600;
    /* display: block; */
    /* color: gray; */
    /* text-decoration: none; */
    margin: 2rem;
    /* padding: 1rem 1rem; */
    /* border-bottom: solid 1px lightgray; */
  }


  /* メールボタンのデザイン */
  .mail__button {
    /* position: relative; */
    width: 5rem;
    height: 5rem;
    /* background-color: transparent; */
    /* border: none; */
    /* cursor: pointer; */
    /* z-index: 999; */
  }

  /* icon メッセージ */
  .icon-messege {
    /* display: inline-block; */
    font-size: large;
    /* color: rgb(30, 134, 194); */
    /* align-self: center; */
    line-height: 1.8;
    /* position: relative; */
    /* bottom: 50%; */
    /* left: 50%; */
    /* transform: rotate(-30deg); */
  }

  .logo {
    width: 30%;
  }
  #topButton {
    width: 75px;
    height: 75px;
    position: fixed;
    bottom: 40px;
    right: 20px;
  }  
}
