/*cssリセット*/
* {
  box-sizing: border-box;
}

/*cssリセット*/
body {
  margin: 0px;
  padding: 0;
  font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
  width: 100%;
  padding: 0px 4% 0px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.logo {
  display: block !important;
}

.logo-s {
  display: none !important;
}

.burger-btn {
  display: none;
}

h1 {
  margin: 1.5rem 0 0 0;
  padding: 0;
  font-size: 20px;
}

h1 a p {
  margin: 0
}

h1 p img {
  vertical-align: middle;
}

.kyoka-no {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}

.nav-wrapper {
  display: block;
  margin: 0 0 0 auto;
}

.nav-list {
  display: flex;
  margin: 0 auto;
  padding: 0;
  /* width: 80%; */
  text-align: center;
  list-style: none;
}

.nav-item {
  /* min-width: 100px; */
}

nav a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.5s;
}

nav a:hover {
  color: #FFF;
  background: #f39c12;
}

div.wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#top-picture {
  width: 70%;
  margin: 0 auto;
}

#top-picture img {
  width: 100%;
}

#top-picture ul {
  padding-left: 0;
}

/* スライダー */
.slick-prev:before,
.slick-next:before {
  font-size: 40px !important;
  color: dimgray !important;
}

.slick-prev {
  z-index: 1;
  left: -50px !important;
}

.slick-next {
  z-index: 1;
  right: -30px !important;
}

h2 {
  font-weight: normal;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  text-align: center;
  margin: 50px auto 20px;
}

h2:before,
h2:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h2:before {
  border-left: solid 1px #3498db;
  border-top: solid 1px #3498db;
  top: 0;
  left: 0;
}

h2:after {
  border-right: solid 1px #3498db;
  border-bottom: solid 1px #3498db;
  bottom: 0;
  right: 0;
}

h2 p {
  width: 1000px;
  font-size: 100%;
  /*フォントサイズの指定*/
  font-weight: normal;
  text-align: center;
  margin: 10px auto;
}

.topics {
  border-top: none;
  width: 40%;
  text-align: left;
  margin: 10px auto;
  font-size: 90%;
}

.topics dl {
  text-align: left;
  margin: auto;
}

.topics dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.topics dt {
  clear: left;
  float: left;
  width: 26%;
}

.topics dd {
  margin-left: 27%;
}

#news {
  background: #f4fff4;
  padding-bottom: 10px;
}

#products ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0px;
}

#products li {
  padding: 10px;
}

.product-items {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-item {
  margin: 5px;
  background: #9b59b6;
}

.product-item p {
  color: #FFFFFF;
}

.product-item a {
  text-decoration: none;
}

.product-item:hover {
  border-bottom-color: transparent;
  transform: translateY(0.3em);
}

#company {
  background: #f4fff4;
}

table.brwsr2 {
  color: #ff0000;
  margin: 0 auto;
  width: 650px;
  border: none;
  border-collapse: separate;
  border-spacing: 0 2px;
  background: #f5f5f5;
}

table.brwsr2 th {
  padding: 0px 0px 0px 15px;
  background: #f39c12;
  vertical-align: middle;
  height: 40px;
  width: 124px;
  margin: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

table.brwsr2 td.data {
  padding: 0px 0px 0px 15px;
  height: 40px;
  width: 100px;
  border: none;
  color: #666;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}

.ggmap {
  margin: 20px auto;
  width: 650px;
  height: 450px;
}

.company h2 p {
  text-align: left;
}

.ggmap iframe {
  width: 100%;
}

#return-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 80px;
  background: #FF8F05;
  /*ボタンの色*/
  opacity: 0.6;
}

#return-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#return-top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f062';
  /*アイコン*/
  font-size: 25px;
  color: #fff;
  /*アイコンの色*/
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

footer {
  font-size: 80%;
  /*フォントサイズの指定*/
  width: 100%;
  /*横幅の指定*/
  text-align: center;
  /*文字の中央寄せ*/
  padding-top: 10px;
  /*文字上部の余白指定*/
  padding-bottom: 10px;
  /*文字下部の余白指定*/
  background-color: #313131;
  /*背景色の指定*/
}

footer address {
  color: #fff;
  /*文字色の指定*/
  letter-spacing: 5px;
  /*文字と文字の間隔をあける*/
  font-style: normal;
  /*文字の斜体を取り消す*/
}

.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 720px;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  text-align: left;
  width: 100%;
  max-width: 220px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 15px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #f39c12;
  color: #fff;
  font-size: 11px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  /* width: 100%; */
  width: 460px;
  /* max-width: 410px; */
  background: #eaedf2;
  font-size: 15px;
}

.Form-Item-Inputs {
  margin-top: 15px;
}

/* .Form-Item-Inputs{
  display: flex;
  flex-direction: column;
  align-items: stretch;
} */

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  /* width: 100%; */
  width: 460px;
  /* max-width: 410px; */
  background: #eaedf2;
  font-size: 15px;
}

#contact-form-notes-name {
  margin-top: 3px;
  text-align: left;
  font-size: 14px;
  color: #ff0000;
}

#contact-form-notes-tel {
  margin-top: 3px;
  text-align: left;
  font-size: 14px;
  color: #ff0000;
}

#contact-form-notes-email {
  margin-top: 3px;
  text-align: left;
  font-size: 14px;
  color: #ff0000;
}

#contact-form-notes-content {
  margin-top: 3px;
  text-align: left;
  font-size: 14px;
  color: #ff0000;
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 190px;
  display: block;
  letter-spacing: 0.05em;
  background: #f39c12;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

/* 発注書DLボタン */
.ordersheet {
  display: block;
  width: 170px;
  max-width: 100%;
  margin: 40px auto 0px;
  padding: 10px;
  background-color: #eb6100;
  color: #fff;
  box-shadow: 2px 2px 4px #ccc;
  text-align: center;
  /* font-size: 16px; */
  line-height: 20px;
  text-decoration: none;
  border-radius: 46px;
  /*想定の最大の高さ÷2の値を入れておく。例は最大3行想定*/
}

/* 発注書DLボタン（FIX） */
.ordersheetfix {
  position: fixed;
  bottom: 100px;
  right: 5%;
}

/* 料金表ボタン */
.price_list {
  display: block;
  width: 170px;
  max-width: 100%;
  margin: 40px auto 0px;
  padding: 10px;
  background-color: #eb6100;
  color: #fff;
  box-shadow: 2px 2px 4px #ccc;
  text-align: center;
  /* font-size: 16px; */
  line-height: 20px;
  text-decoration: none;
  border-radius: 46px;
  /*想定の最大の高さ÷2の値を入れておく。例は最大3行想定*/
}

/* 料金表ボタン（FIX） */
.price_list_fix {
  position: fixed;
  bottom: 200px;
  right: 5%;
}

/*工事部*/
.kojibu-text {
  margin-top: 1px;
  margin-bottom: 1px;
}

.kojibu-wrapper {
  width: 900px;
  margin: 0 auto;
}

.kojibu-detail-text {
  text-align: left;
  margin-bottom: 80px;
}

@media screen and (max-width: 1140px) {
  .burger-btn {
    margin: 0 0 0 auto;
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 3;
    border: none;
  }

  .bar {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f39c12;
  }

  .bar_top {
    top: 10px;
  }

  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .bar_bottom {
    bottom: 10px;
  }

  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s;
  }

  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
  }

  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s;
  }

  .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .header-nav {
    width: 100%;
    height: 100%;
    background-color: #1B1310;
    z-index: 2;
  }

  .nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    flex-direction: column;
  }

  .nav-item {
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .nav-item a {
    color: #dcdcdc;
  }

  body.noscroll {
    overflow: hidden;
  }

  .topics {
    border-top: none;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    font-size: 90%;
  }

  .topics dt {
    margin-left: 10%;
  }

  .topics dd {
    margin-left: 35%;
  }

  /* 発注書DLボタン */
  .ordersheet {
    width: 120px;
    margin: 20px auto 0px;
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  /* 発注書DLボタン（FIX） */
  .ordersheetfix {
    right: 8%;
  }

  /* 料金表ボタン */
  .price_list {
    width: 120px;
    margin: 20px auto 0px;
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  /* 料金表ボタン（FIX） */
  .price_list_fix {
    right: 8%;
  }

  .ordersheet-annotation {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 0px 2% 0px;
  }

  .logo {
    display: none !important;
  }

  .logo-s {
    display: block !important;
  }

  .kyoka-no {
    font-size: 8px;
  }

  #top-picture img {
    width: 100%;
  }

  /* スライダー */
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px !important;
    color: dimgray !important;
  }

  .slick-prev {
    z-index: 1;
    left: -40px !important;
  }

  .slick-next {
    z-index: 1;
    right: -30px !important;
  }

  table.brwsr2 {
    width: 100%;
  }

  table.brwsr2 th {
    font-size: 13px;
  }

  table.brwsr2 td.data {
    font-size: 13px;
  }

  .ggmap {
    width: 100%;
  }

  #contact-form {
    text-align: center;
  }

  .Form-Item-Inputs {
    margin: 0.8em auto 0px;
  }

  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }

  .Form-Item-Label {
    margin: 0px;
    max-width: inherit;
    display: -webkit-flex;
    font-size: 15px;
  }

  .Form-Item-Label.isMsg {
    margin-top: 0;
  }

  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 7px;
  }

  .Form-Item-Input {
    margin-top: 0px;
    height: 40px;
    flex: inherit;
    font-size: 12px;
  }

  .Form-Item-Textarea {
    margin-top: 0px;
    margin-left: 0px;
    height: 200px;
    flex: inherit;
    font-size: 12px;
  }

  .kojibu-img {
    width: 80%;
  }
}