@charset "UTF-8";
/*
Theme Name: スチールアーチ四国
Author: b& LLC
Author URI: https://b-and.co.jp/
Description: The WP theme for https://steelarch-s.com/
*/

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

html,body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
body.navmenu-opened {
  overflow: hidden;
  width: 100%;
}
a,a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
ul {
  list-style: none;
  margin:0;
  padding:0;}
ol {margin-bottom: 0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: bold;
  line-height: unset;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;}
figure {margin:0;}
p,.txt {text-align:justify;word-break:break-all;}
.wpcf7-spinner {display:none;}
.grecaptcha-badge {visibility:hidden;}
img {max-width:100%;height:auto;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  outline: none;
  box-shadow: none;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
/*::selection {
  background-color: #;
  color: #fff;
}*/
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color:#aaa;
}

.confirm-tt {
  font-size: 24px;
  text-align: center;
  display: none;
  margin-bottom: 20px;
}
.custom-wpcf7c-confirmed input:-internal-autofill-selected  {
  background: none!important;
}
.custom-wpcf7c-confirmed .form-group .form-control {
  background: none;
  border: none;
}
.custom-wpcf7c-confirmed .input-ts,.custom-wpcf7c-confirmed .btn-reset {
  display: none;
}
.custom-wpcf7c-confirmed .confirm-tt {
  display: block;
}


@media (min-width: 1200px){
  .container {
    width: 1024px;
  }
}

.btn {
  border-radius: 0;
}

#gotop-btn {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited,
#gotop-btn a:hover {
  text-decoration: none;
}
#gotop-btn a svg {
  width: 60px;
}
#gotop-btn svg .cls-1 {
  fill: #707070;
}
#gotop-btn svg .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 2px;
}

.form-control {
  border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 12px 0 6px;
  font-size: 14px;
  line-height: 22px;
}
.breadcrumb a,.breadcrumb a:visited {
  color:#181818;
}
.breadcrumb .bi-house-fill {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: -2px;
}
.breadcrumb ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.breadcrumb ul li:after {
  content:"";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(assets/img/common/ic-chevron-r.svg);
  top:50%;
  right: 0;
  width: 14px;
  height: 14px;
  margin-top: -6px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li span {
  padding: 2px 4px;
}
.breadcrumb ul li:first-child span {
  padding-left: 0;
}
header,footer {
  overflow: hidden;
}
/* header  */
.navbar.nav-site {
  background: #fff;
  padding:0;
  box-shadow: 0px 3px 6px #00000029;
}
.nav-site>.container-fluid {
  padding:0 34px;
}
.navbar-brand {
  padding:14px 0;
}

.nav-site .navbar-nav .nav-link {
  color:#000;
  font-weight: bold;
  padding:8px 18px;
  font-size: 18px;
}
.nav-site .nav-item:last-child .nav-link {
  padding-right: 0;
}

main {
  margin-top: 80px;
  min-height: 900px;
  overflow: hidden;
}
main .sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

main.thepage {
  padding-bottom: 80px;
}
.r-tt,
.p-head .ht {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  min-height: 110px;
  color:#FFF;
  padding-top: 14px;
}
.r-tt:before,
.p-head .ht:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:0;
  width: 320px;
  height: 111px;

  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(assets/img/common/headline-bg.svg);
}
.r-tt h2,
.p-head .ht h1,
.p-head .ht h2 {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 1px;
}
.r-tt .st,
.p-head .ht .st {
  position: relative;
  z-index: 2;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.thepage .p-head {
  margin-top: 14px;
}

.no-item {
  text-align: center;
}

/* footer */
footer {
  width: 100%;
}
.footer-inner {
  position: relative;
  background: #707070;
  padding:45px 0;
  color:#fff;
}
.foo-logo {
  font-weight: 500;
  padding-top: 10px;
}
.foo-logo .f-name {
  padding-top: 10px;
  text-align: center;
  margin-left: 24px;
}
.foo-logo .n {
  font-size: 26px;
  line-height: 36px;
}
.foo-logo .st {
  line-height: 24px;
}
.f-company {
  font-size: 15px;
  line-height: 28px;
}
.f-copy {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 1199px) {
}

@media (max-width: 992px) {

  .nav-site>.container-fluid {
    padding:0 12px;
  }
  .navbar-brand img {
    width: 120px;
  }
  .nav-site .navbar-nav .nav-link {
    padding:8px 12px;
  }

  .foo-logo {
    flex-wrap: wrap;
    max-width: 260px;
    padding-top: 0;
    justify-content: center;
  }
  .foo-logo .f-name {
    margin-left: 0;
  }
  .foo-logo>* {
  }
}

@media (max-width: 767px) {
  .nav-site>.container-fluid {
    padding-right: 0;
  }

  .navbar-brand {
    padding:12px 0;
  }
  .navbar-brand img {
    width: 100px;
  }
  .nav-site .navbar-toggler,
  .nav-site .navbar-toggler:focus,
  .nav-site .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-collapse {
    padding-bottom: 40px;
  }
  
  .nav-site .navbar-toggler {
    height: 50px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 60;
    margin-right: 12px;
  }
  .nav-site .navbar-toggler-icon {
    background-image: url(assets/img/ic-nav-toggle.svg);
    width: 38px;
  }
  .navbar-toggler .close {
    display: block;
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(assets/img/ic-nav-toggle-close.svg);
    opacity: 1;
  }
  .navbar-toggler.collapsed>.close,.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
  }
  /*
  .nav-site .navbar-collapse.collapsing {
    transition: none;
    height: 100vh;
  }

  .nav-site .navbar-collapse.show {
    background: #fff;
    height: 100vh;
    padding: 0 15px;
  }
  .nav-site .navbar-nav.mr-auto {
    display: none;
  }*/

  #gotop-btn {
    right: 15px;
    bottom: 15px;
  }
  #gotop-btn a svg {
    width: 40px;
    height: 40px;
  }

  main {
    margin-top: 60px;
  }

  .r-tt, .p-head .ht {
    padding-top: 10px;
    min-height: 90px;
  }
  .r-tt:before, .p-head .ht:before {
    width:250px;
    height: 90px;
  }
  .r-tt h2, .p-head .ht h1, .p-head .ht h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .r-tt .st, .p-head .ht .st {
    font-size: 15px;
    line-height: 20px;
  }

  .foo-logo {
    max-width: unset;
    margin-bottom: 20px;
  }
}
