@charset "UTF-8";
/*
Theme Name: はた旅寄り道ライド
Author: b& LLC
Author URI: https://b-and.co.jp/
Description: The WP theme for cycling.hata-kochi.jp
Version: 0.1

*/

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
@font-face {
  font-family: 'DIN Alternate Bold';
  font-style: normal;
  font-weight: normal;
  src: local('DIN Alternate Bold'), url('assets/fonts/DINAlternate-Bold.woff') format('woff');
}

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;
  transition: all 0.3s ease;
}
a:hover {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
}
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;
}

.f-din {
  font-family: 'DIN Alternate Bold', sans-serif;
}

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

.btn {
  border-radius: 0;
  transition: all 0.3s ease;
}
.btn-def,.btn-def:visited {
  position: relative;
  display: inline-block;
  background: #37E393;
  border-radius: 33px;
  color:#fff;
  font-weight: 600;
  padding:10px;
  text-align: center;
}
.btn-def:hover {
  text-decoration: none;
  color:#fff;
  background: rgb(55, 227, 147, 0.8);
}
.btn-def:after {
  content:"";
  position: absolute;
  right: 10px;
  top:50%;
  transform: translateY(-50%);
}
.btn-def.ic-ext:after {
  background: no-repeat center url(assets/img/common/ic-link-ext-white.svg);
  background-size: 100%;
  width: 22px;
  height: 18px;
}
.btn-def.ic-arr:after {
  background: no-repeat center url(assets/img/common/arrow-right-white.svg);
  background-size: 100%;
  width: 8px;
  height: 16px;
}

#gotop-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
}
#gotop-btn a {
  position: relative;
  display: block;
  color:#fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 18px;

  padding-top: 16px;
}
#gotop-btn a:visited {
  color:#fff;
}
#gotop-btn a:hover {
  text-decoration: none;
  color:#fff;
}
#gotop-btn .l-pt {
  background: #4e4e4e;
}
#gotop-btn .l-pt:hover {
  background: rgba(78, 78, 78, 0.8);
}
#gotop-btn .ev-index {
  display:none;
  background: #256DF4;
  margin-bottom: 20px;
  padding-top:24px;
}
#gotop-btn .ev-index:hover {
  background: rgba(37, 109, 244, 0.8);
}
#gotop-btn a:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top:8px;
  margin: auto;
  width: 14px;
  height: 14px;
  background: no-repeat center url(assets/img/common/ic-arr-top-w.svg);
  background-size: 100%;
}
#gotop-btn a:before {
  top:10px;
}
#gotop-btn a span {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
#gotop-btn .ev-index:before {
  top:14px;
}

/*
.ic-go-top .cls-1 {
  fill: #383838;
  opacity: 0.903;
}
.ic-go-top .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
}
#gotop-btn a:hover .ic-go-top .cls-1 {
  opacity: 0.7;
}*/

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

/* breadcrumb */
.sec-cont-brc {
  margin-bottom: 60px;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.breadcrumb a,.breadcrumb a:visited {
  color:#000;
}
.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;
  box-shadow: 0px 3px 6px #00000029;
  padding:11px 0;
  transition: all 0.3s ease;
}
.nav-site>.container-fluid {
  padding:0 30px;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:active {
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar-site .navbar-toggler {
  position: absolute;
  top: 0;
  right: -1px;
  color:transparent;
  padding:0;
  border:none;
  background: #263B76;
  border-radius: 0;
  width: 60px;
  height: 60px;
}
.navbar-light .navbar-toggler-icon {
  background:no-repeat center url(assets/img/common/btn-menu-blue.svg);
  background-size: 100%;
  width: 45px;
  height: 30px;
}
.navbar-toggler .close {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background:no-repeat center url(assets/img/common/btn-menu-close-b.svg);
  background-size: 100%;
  opacity: 1;
}

.navbar-toggler.collapsed>.close,.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  display:none;
}

.nav-site .navbar-collapse {
  background: #256DF4;
  position: fixed;
  top: 111px;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: calc(100vh - 111px);
  max-width: 380px;
  max-height: 800px;
  z-index: 1;
  transition: right 0.3s ;
  padding:18px 20px;
}
.nav-site .navbar-collapse.show {
  right: 0;
}
.nav-site #site-navbar-collapse {
  overflow-y: scroll;
}
.nav-t-menu .nav-cont {
  background: #fff;
  border-radius: 18px;
  padding:12px 24px;
  font-weight: bold;
}
.nav-cont li {
  border-bottom: 1px solid #256DF4;
  padding:12px 0;
}
.nav-cont li:first-child {
  padding-top: 0;
}
.nav-cont li:last-child {
  border-bottom: none;
}
.nav-cont li a {
  position: relative;
  display: block;
}
.nav-cont li a:hover {
  text-decoration: none;
}
.nav-cont .t {
  color:#256DF4;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 3px;
}
.nav-cont li a:after {
  content:"";
  position: absolute;
  right: 2px;
  top:50%;
  transform: translateY(-50%);
}
.nav-cont li a.ic-arr:after {
  background: no-repeat center url(assets/img/common/arrow-right-blue.svg);
  background-size: 100%;
  width: 8px;
  height: 16px;
}
.nav-cont li a.ic-arr.a-b:after {
  transform: unset;
  top:auto;
  bottom: 4px;
}
.nav-cont li a.ic-ext:after {
  background: no-repeat center url(assets/img/common/ic-link-ext-blue.svg);
  background-size: 100%;
  width: 22px;
  height: 18px;
}
.nav-cont-btm {
  text-align: center;
  padding:16px 0;
  color:#fff;
}
.nav-cont-btm .n {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.nav-cont-btm .btn-tel {
  position: relative;
  background: #fff;
  width: 262px;
  border-radius: 18px;
  padding:2px;
  text-align: center;
  color:#256DF4;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.nav-cont-btm .btn-tel:after {
  content:"";
  position: absolute;
  left: 10px;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(assets/img/common/ic-phone.svg);
  background-size: 100%;
  width: 24px;
  height: 24px;
}
.nav-cont-btm .btn-tel:hover {
  text-decoration: none;
}
.nav-cont-btm .tel-note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 26px;
}
.nav-cont-btm .b-l {
  margin-top: 15px;
  margin-bottom: 15px;
}
.nav-cont-btm .b-l a,
.nav-cont-btm .b-l a:hover {
  font-size: 14px;
  line-height: 24px;
  color:#fff;
}
.nav-cont-btm .logo-v {
  text-align: center;
  margin-right: -20px;
}

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

main.thepage {
  /*margin-top: 80px;*/
  margin-top: 110px;
}

.p-head .head-cont {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
}
.head-cont .container {
  height: 100%;
}
.head-cont .ht {
  height: 100%;
  display: flex;
  align-items: center;
}
.head-cont .ht h1 {
  margin-top: 30px;
}
.head-cont .ht .tt {
  margin-bottom: 15px;
}
.head-cont .ht .st {
  font-size: 18px;
  font-weight: bold;
  color:#fff;
  padding-left: 72px;
}

h2.r-t {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  border-left: 5px solid #256DF4;
  padding-left: 30px;
  margin-bottom: 70px;
}
h2.r-t:before {
  content:"";
  position: absolute;
  top:0;
  left: -5px;
  height: 50%;
  width: 5px;
  background: #37E393;
}

/* footer */
footer {
  width: 100%;
}
.footer-inner {
  padding:50px 0;
}

.btm-cont {
  /*max-width: 790px;*/
  margin:auto;
  padding-bottom: 50px;
}
.btm-cont>.row {
  margin:0 -10px;
}
.btm-cont>.row>div {
  padding:0 10px;
}
.btm-cont .btn-def {
  font-size: 18px;
  line-height: 22px;
  width: 100%;
}
.btm-cont　.btn-def.ic-ext:after {
  right: 14px;
}
.btm-logo {
  margin-top: 70px;
  text-align: center;
}

.f-info {
  font-size: 13px;
  line-height: 24px;
}

/* mainte notice 2026/01 */
.notice-mt {
  position: absolute;
  top:0;
  width: 100%;
  padding:4px 15px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color:#fff;
  background: #2444AE;
}
.notice-mt.this-month {
  background: #E00101;
}
.notice-mt a,.notice-mt a:visited {
  color:#fff!important;
  text-decoration: underline;
}
.navbar.mt-note {
  padding-top: 42px!important;
}


@media (max-width: 1199px) {
  .p-head .head-cont {
    height: 220px;
  }
}

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

  #gotop-btn {
    right: 30px;
    bottom:30px;
  }

  .p-head .head-cont {
    height: 180px;
  }
  .head-cont .ht h1 {
    margin-top: 22px;
  }
  .head-cont .ht .tt {
    margin-bottom: 8px;
  }
  .head-cont .tt img {
    width: auto;
    max-height: 30px;
  }
  .head-cont .ht .st {
    padding-left: 60px;
  }

  .notice-mt {
    font-size: 13px;
  }

  h2.r-t {
    font-size: 28px;
    line-height: 42px;
    padding-left: 24px;
  }
}

@media (max-width: 767px) {

  .navbar-brand {
    max-width: 170px;
    padding: 0;
  }

  .navbar-toggler {
    padding:0;
  }
  .navbar-light .navbar-toggler-icon {
    width: 35px;
    height: 26px;
  }
  .navbar-toggler .close {
    width: 28px;
    height: 28px;
  }

  .nav-site .navbar-collapse {
    top:86px;
    max-height: unset;
    height: calc(100vh - 86px);
  }

  .sec-cont-brc {
    margin-bottom: 40px;
  }
  .breadcrumb {
    font-size: 12px;
    line-height: 18px;
    padding:6px 0;
  }

  #gotop-btn {
    right: 14px;
    bottom: 14px;
  }
  #gotop-btn a {
    width: 48px;
    height: 48px;
    line-height: 12px;
    padding-top: 14px;
  }
  #gotop-btn a span {
    font-size: 11px;
  }
  #gotop-btn a:before {
    top:6px;
  }
  #gotop-btn .ev-index {
    padding-top: 20px;
    margin-bottom: 15px;
  }
  #gotop-btn .ev-index:before {
    top:10px;
  }

  main.thepage {
    /*margin-top: 59px;*/
    margin-top: 86px;
  }

  .p-head .head-cont {
    height: 120px;
  }
  .head-cont .ht h1 {
    margin-top: 0;
  }
  .head-cont .ht .tt {
    margin-bottom: 4px;
  }
  .head-cont .tt img {
    width: auto;
    max-height: 24px;
  }
  .head-cont .ht .st {
    padding-left: 0;
    font-size: 15px;
    line-height: 24px;
  }

  h2.r-t {
    padding-left: 14px;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .btm-cont>.row>div {
    margin-bottom: 16px;
  }

  .row-hata .col-logo {
    margin-bottom: 15px;
    text-align: center;
  }

  .navbar.mt-note {
    padding-top: 38px!important;
  }
  .notice-mt {
    font-size: 11px;
    line-height: 18px;
  }
}
