@charset "UTF-8";
/*
Theme Name: 土佐黒牛
Author: b& LLC
Author URI: https://b-and.co.jp/
Description: The WP theme for tosa-kurousi
Version: 0.4
*/

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

html,body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  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;
}
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: #9A011A;
  color: #fff;
}
.btn,.btn:active,.btn:focus {border-radius: 0;transition: all 0.3s ease;}
.btn:hover {text-decoration: none}
.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;}

.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;
  }
}
.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.post-content a {
  color:#0A7CE0;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content ol,.post-content ul {
  margin-bottom: 0.8rem;
}

#gotop-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: flex;
  width: 64px;
  height: 64px;
  color: #181818;
  border:1px solid #181818;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #fff;
}
#gotop-btn a svg {
  width: 25px;
  height: auto;
}

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

/* Header */
.navbar-default {
  background: #fff;
  border: none;
  margin-bottom: 0;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 8px 0;
  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: rgba(255, 255, 255, 0.9);
  padding:0;
}
.nav-site>.container-fluid {
  padding:0 40px;
}
.nav-site .navbar-brand {
  padding:14px 0;
}
.nav-site .navbar-brand img {
  max-width: 140px;
}
.nav-site .navbar-brand .lg-w {
  display: none;
}
.nav-site .navbar-nav .nav-item {
  margin-left: 30px;
}
.nav-site .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.nav-site .navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color:#000;
  padding:0 0 3px;
}
.nav-site .navbar-nav .nav-link:hover {
  text-decoration: none;
}
.nav-site .navbar-nav .nav-link:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 1px;
  width: 100%;
  transition: all 0.3s ease;
}
.nav-site .navbar-nav .nav-link:hover:after {
  background: #9A011A;
}
.navbar-nav .nav-item.sns-sp {
  display: none;
}

.no-item {
  text-align: center;
  padding:40px 0;
}
main {
  min-height: 600px;
  overflow: hidden;
}
main .sec {
}
main.thepage {
}


/* footer */
footer {
  width: 100%;
}
.footer-inner {
  position: relative;
  background: no-repeat top center url(assets/img/common/bg-footer-black-stone@2x.jpg);
  background-size: cover;

  /* debug */
  /*background: #111;*/
}
.footer-inner.ft-white {
  background-image: unset;
  background: #fff;
}
.foo-wrap .site-info {
  flex-grow: 1;
  padding:90px 0;
  color:#fff
}
.ft-white .foo-wrap .site-info {
  color:#000;
}
.f-logo {
  margin-bottom: 50px;
}
.f-logo .l-bl {
  display: none;
}
.ft-white .f-logo .l-bl {
  display: inline-block;
}
.ft-white .f-logo .l-wh {
  display: none;
}
.foo-wrap .f-info .t {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}
.foo-wrap .f-info .addr {
}
.fnav-info {
  position: relative;
  z-index: 2;
  background: #fff;
  padding:40px 90px 35px 20px;
  width: 350px;
}
.ft-white .fnav-info {
  background: #EFEDEA;
}
.fnav-info nav {
  margin-left: auto;
  max-width: 156px;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  color:#000;
}
.fnav-info ul li {
  padding:4px 0;
  border-bottom: 1px solid #000;
}
.fnav-info ul li:last-child {
  border-bottom: none;
}
.f-sns {
  margin-top: 14px;
}
.f-sns a {
  display: inline-block;
}
.f-sns a:hover {
  text-decoration: none;
}
.f-sns a:last-child {
  margin-left: 14px;
}
.f-cp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin:auto;
  color:#fff;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
.ft-white .f-cp {
  color:#000;
}


@media (min-width: 1200px) {
  .footer-inner>.container {
    width: 1184px;
    max-width: 1184px;
  }
}

@media (max-width: 1199px) {
  .nav-site>.container-fluid {
    padding:0 15px;
  }
  .nav-site .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
  .nav-site .navbar-nav .nav-item {
    margin-left: 15px;
  }
}

@media (max-width: 992px) {
  .navmenu-opened .navbar.nav-site {
    background: #000;
  }
  .navmenu-opened .nav-site .navbar-brand img {
    display: none;
  }
  .navmenu-opened .nav-site .navbar-brand .lg-w {
    display: inline-block;
  }

  .nav-site .navbar-nav.mr-auto {
    display: none;
  }
  .navbar-toggler .btn-txt {
    display: block;
    color:#000;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    margin-top: 2px;
  }
  .navbar-toggler .btn-txt.mc {
    color:#fff;
    margin-top: 0;
  }
  .navbar-toggler .btn-txt.m,
  .navbar-toggler.collapsed .btn-txt.mc {
    display: none;
  }
  .navbar-toggler.collapsed .btn-txt.m {
    display: block;
  }
  .nav-site .navbar-toggler,
  .nav-site .navbar-toggler:focus,
  .nav-site .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .nav-site .navbar-toggler {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 0;
    z-index: 60;
  }
  .nav-site .navbar-toggler-icon {
    background-image: url(assets/img/common/sp/menu-btn-default.svg);
    width: 40px;
  }
  .navbar-toggler .close {
    display: block;
    width: 38px;
    height: 38px;
    margin:auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(assets/img/common/sp/menu-btn-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: #000;
    color:#fff;
    height: calc(100vh - 78px);
    padding:20px 10px;
  }
  .nav-site .navbar-nav .nav-item {
    margin-left: 0;
    text-align: center;
  }
  .nav-site .navbar-nav .nav-link {
    color:#fff;
    font-size: 18px;
    width: 220px;
    border-bottom: 1px solid #fff;
    padding:18px 0;
  }
  .navbar-nav .nav-item.sns {
    display: none;
  }
  .navbar-nav .nav-item.sns-sp {
    display: block;
    padding:18px 0;
  }
  .nav-item.sns-sp>a {
    display: inline-block;
  }
  .nav-item.sns-sp>a:first-child {
    margin-right: 18px;
  }
  #gotop-btn {
    bottom: 15px;
    right: 15px;
  }
  #gotop-btn a, #gotop-btn a:visited {
    width: 45px;
    height: 45px;
  }

  .foo-wrap .site-info {
    padding: 70px 0;
  }
  .fnav-info {
    width: 32%;
    padding:40px 20px;
  }
}

@media (max-width: 767px) {
  .nav-site .navbar-brand {
    padding:10px 0;
  }
  .nav-site .navbar-brand img {
    max-width: 133px;
  }
  .fnav-info {
    display: none;
  }
  .foo-wrap .site-info {
    padding:30px 0 20px;
  }
  .f-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .foo-wrap .site-info .f-info{
    max-width: 230px;
    margin:auto;
    line-height: 24px;
  }
  .foo-wrap .f-info .t {
    font-size: 15px;
  }
  .foo-wrap .f-info .adr {
    font-size: 13px;
  }
  .f-cp {
    position: relative;
    bottom:auto;
    padding-bottom: 50px;
  }
  #gotop-btn a svg {
    width: 18px;
  }
}
