@charset 'UTF-8';

/*
theme Name: muratou theme
Author: MURATOU
Description: original theme
version： 1.0
*/


html {
    scroll-behavior: smooth;
}

body,
#mainNav .navbar-brand,
#mainNav .navbar-nav .nav-item .nav-link {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', serif !important;
    font-size: 15px;
    font-weight: 500 !important;
}


header#top {
    width: 100%;
    height: 100%;
    padding: 10rem 0;
    background-image: url("./assets/images/top_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

header#company-top {
    width: 100%;
    height: 100%;
    padding: 10rem 0;
    background-image: url("./assets/images/company-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

header#products-top {
    width: 100%;
    height: 100%;
    padding: 10rem 0;
    background-image: url("./assets/images/products-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

header#service-top {
    width: 100%;
    height: 100%;
    padding: 10rem 0;
    background-image: url("./assets/images/service-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

header#privacypolicy-top {
    width: 100%;
    height: 100%;
    padding: 10rem 0;
    background-image: url("./assets/images/company-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 40rem;
    width: 100%;
    background-color: #000;
    opacity: .8;
}

header .row {
    opacity: 1;
    z-index: 92;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
}

h2, h3 {
    color: #0b3966;
    font-weight: bold;
}

h2, .h2 {
    font-size: 1.6rem;
}

h3, .h3 {
    font-size: 1.3rem;
}

.text-white {
    color: #fff !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: silver;
}

hr.light {
    border-color: #fff;
  }

a {
    color:#01478C;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #6c757d;
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

.bg-primary {
    background-color: #01478C !important;
}

.bg-primary-light {
    background-color: #b6bdd8 !important;
}

.navbar-toggler {
    padding: 0.55rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

button {
    border-radius: 0;
}

button:focus {
    outline: none;
}

#mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: background-color 0.2s ease;
  }
  #mainNav .navbar-brand {
    font-weight: 700;
    color: #212529;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #6c757d;
    font-weight: 700;
    padding: 0.75rem 0;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
    color:#01478C;
  }
  @media (min-width: 992px) {
    #mainNav {
      box-shadow: none;
      background-color: transparent;
    }

    #mainNav .navbar-brand:hover {
      color: #6c757d ;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 0 1rem;
      color: #fff;
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #6c757d;
    }
    #mainNav .navbar-nav .nav-item:last-child .nav-link {
      padding-right: 0;
    }
    #mainNav.navbar-scrolled {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    #mainNav.navbar-scrolled .navbar-brand {
      color: #fff;
    }
    #mainNav.navbar-scrolled .navbar-brand:hover {
      color: #6c757d;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
      color: #fff;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
      color: #6c757d;
    }
}

header.masthead h1 {
    font-size: 2.25rem;
}

.home header.masthead {
    min-height: 40rem;
}

  @media (min-width: 992px) {
    header.masthead {
      /*height: 100vh;
      min-height: 40rem;*/
      padding-top: 4.5rem;
      padding-bottom: 0;
    }
    header.masthead p {
      font-size: 1.15rem;
    }
    header.masthead h1 {
      font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 2rem;
    }
}

#products .container-fluid, #products .container-sm, #products .container-md, #products .container-lg, #products .container-xl {
    max-width: 1920px;
}

#products .container-fluid .products-box, #products .container-sm .products-box, #products .container-md .products-box, #products .container-lg .products-box, #products .container-xl .products-box {
    position: relative;
    display: block;
}

#products .container-fluid .products-box .products-box-caption, #products .container-sm .products-box .products-box-caption, #products .container-md .products-box .products-box-caption, #products .container-lg .products-box .products-box-caption, #products .container-xl .products-box .products-box-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(1, 71, 140, 0.9);
    transition: opacity 0.25s ease;
    text-align: center;
}

#products .container-fluid .products-box .products-box-caption .project-category, #products .container-sm .products-box .products-box-caption .project-category, #products .container-md .products-box .products-box-caption .project-category, #products .container-lg .products-box .products-box-caption .project-category, #products .container-xl .products-box .products-box-caption .project-category {
    font-size: 0.85rem;
}

#products .container-fluid .products-box .products-box-caption .project-name, #products .container-sm .products-box .products-box-caption .project-name, #products .container-md .products-box .products-box-caption .project-name, #products .container-lg .products-box .products-box-caption .project-name, #products .container-xl .products-box .products-box-caption .project-name {
    font-size: 1.2rem;
}

#products .container-fluid .products-box:hover .products-box-caption, #products .container-sm .products-box:hover .products-box-caption, #products .container-md .products-box:hover .products-box-caption, #products .container-lg .products-box:hover .products-box-caption, #products .container-xl .products-box:hover .products-box-caption {
    opacity: 1;
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.btn-xl {
    display: inline-block !important;
    width: 320px;
    height: 50px;
    padding: 0px !important;
    border: solid 2px #fff !important;
    background: rgba(0,0,0,0.2) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    line-height: 50px;
}

.btn-xl:hover{
    color: #333;
    background: #fff;
}

.circle {
    border-radius: 50%;
}


  img.shadow,
  .fishcard img,
  .productset img,
  .productset img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #mainNav {
    background-color: #0b3966;
}

#mainNav .navbar-brand {
    letter-spacing: 2px;
}

section {
    position: relative;
}

.page-section {
    padding: 4rem 0;
}

.page-section .bg-primary p {
    text-shadow: 2px 2px 2px #505050;
}

.arrowR {
    display: block;
    background-position: center right!important;
    background-image: url("./assets/images/arrow-r.png")!important;
    background-repeat: no-repeat!important;
    background-position: 230px !important;
    transition:all .4s ease-out !important;
}

.arrowR:hover {
    display: block;
    background-position: 250px !important;
}

.btn-xl {
    background-color: #01478C !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.facebook-wrapper > .fb-page {
    width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/*page to top */

.pagetotop {
    text-align: right;
}

.pagetotop a .fa-chevron-circle-up {
    font-size: 120%;
    color: #01478C;
}

hr.grayline {
    max-width: 3rem;
    border-width: .5px;
    border-color: #CCC;
}

p.text-left {
    line-height: 1.8;
}

.products-box {
    background-image: url("./assets/images/products-bg.png")!important;
    background-repeat: no-repeat!important;
}

.noimg {
    color: #fff;
    width: 280px !important;
    height: 150px;
    line-height: 150px;
    background-image: url("./assets/images/products-bg.png")!important;
    background-repeat: no-repeat!important;
    overflow: hidden;
    margin: 0 auto;
}

.shacho img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.col-lg-8, .col-lg-10 {
    z-index: 10;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    font-weight: bold !important;
}

.fishcard {
    padding-top: 100px;
    margin-top: -100px;
}

.bg-dark {
    background-color: #6b6b6a !important;
}

.bg-graydark {
    background-color: gray;
}

.bg-grayout {
    background-color: #ccc;
}

.table-responsive {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table {
    margin-bottom: 0 !important;
}

.table th, .table td {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    border-top: 1px solid #6b6b6a;
    border-bottom: 1px solid #6b6b6a;
}

.bg-blue {
    color: #fff;
    background-color: #2958a0;
}

.current {
    background-color: #21549b;
}

th.txt-nowrap {
    white-space: nowrap;
}

th.fishname {
    text-align: left;
}

.fishname {
    background-color: #e5e5e5;
}

.colr-spring {
    background-color:#2792c3;
}

.fcolr-spring {
    color:#2792c3;
}

.colr-summer {
    background-color: #f39800;
}

.fcolr-summer {
    color: #f39800;
}

.colr-autumn {
    background-color: #856859;
}

.fcolr-autumn {
    color: #856859;
}

.colr-winter {
    background-color: #bfbed3;
}

.fcolr-winter {
    color: #bfbed3;
}

h2,h3 {
    color: #0b3966;
    font-weight: bold;
}

h3.colr-spring {
    border-bottom:#2792c3 8px solid;
    background-color:#0b3966;
}

h3.colr-summer {
    border-bottom: #f39800 8px solid;
    background-color:#0b3966;
}

h3.colr-autumn {
    border-bottom: #856859 8px solid;
    background-color:#0b3966;
}

h3.colr-winter {
    border-bottom: #bfbed3 8px solid;
    background-color:#0b3966;
}

h4 {
    border-bottom: #505050 1px solid;
    padding-bottom: 8px;
}

.price {
    color: red;
    font-size: 1.1rem;
}

/* flex box */

.div_par div {
    width: 24.8888%;
    height: 40px;
    float: left;
    line-height: 40px;
}

.div_par a {
    display: block;
    width:100%;
    height: 40px;
    color: #fff;
}

.div_par a:hover {
    text-decoration: none;
}

/*
:root {
    --col_count: 4;
}

.div_par {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: number 0;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.div_par > div {
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    width: calc(100% / var(--col_count));
}

.div_par > div a,
.table th a.seasons {
    color: #fff;
    display: block;
}

.div_par > div a:hover {
    text-decoration: none !important;
}

*/

/* card accordion */

.card {
    border: 1px solid #01478C !important;
    border-radius: 0 !important;
}

.accordion > .card > .card-header {
    margin-bottom: 0px !important;
}

.card-header {
    display: block;
    padding: 0rem 1rem !important;
    margin-bottom: 0;
    background-color: rgba(222, 222, 222, 0.03);
    border-radius: 0 !important;
}

.card-header button {
    font-size: 1rem !important;
    color: #01478C;
    font-weight: bold;
}

.card-header button:hover {
    text-decoration: none;
}

.card-body table.table {
    margin-bottom: 0;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.product_tag {
    position: relative;
    top: -5px;
    right: 0;
    font-size: 14px;
    display: inline-block;
    padding: 4px 16px;
    margin-bottom: 3px;
    color: #F5F7F8;
    border-radius: 6px;
    background-color: #525263;
}

.reitou {
    background-color: #2792c3;
}

.reizou {
    background-color: #2958a0;
}

img.conrcircle {
    border-radius: 12px;
}

a.nav-link {
    line-height: 1;
}

label .formwidth {
    width: 100% !important;
}

.pc {
    display: block;
}

.smt {
    display: none;
}


@media (min-width: 992px) {

    #mainNav.navbar-scrolled {
        color: #6c757d !important;
        background-color: #0b3966 !important;
    }

    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
        color: #fff;
    }

}




@media (max-width: 992px) {

#mainNav.navbar-scrolled {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:#0b3966 !important;
}

#mainNav.navbar-scrolled .navbar-brand {
    color: #fff !important;
}

#mainNav .navbar-nav .navbar-nav .nav-item .nav-link {
color: #fff !important;
border-bottom: 1px #fff solid!important;
}

#mainNav.navbar-scrolled .navbar-brand:hover {
    color: #6c757d !important;
}

#mainNav .navbar-nav .nav-item .nav-link {
    display: block;
    color: #fff !important;
    border-bottom: 1px #fff solid!important;
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
    color: #6c757d !important;
}

}

@media (max-width: 767px) {

.karakuwamap img {
    width: 150px;
}

}

@media (max-width: 599px) {

header#top,
header#company-top,
header#products-top,
header#service-top,
header#privacypolicy-top {
    padding: 4rem 0;
}

header.masthead,
nav,
.page-section,
footer {
    width: 100% !important;
}

.div_par div {
    width: 100%;
    height: 40px;
}

.fixed-top {
    position: static;
    z-index: 1030;
}

header.masthead h1 {
    font-size: 2em !important;
}

h2 {
    font-size: 1.2em;
}

.pc {
    display: none;
}

.smt {
    display: block;
}


}