@charset "UTF-8";
/* ed.20250620 */
a:hover {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .b-o-footer_content {
    padding-bottom: 18px;
  }
  .b-o-footer .b-a-logo {
    margin-bottom: 0;
  }
}
.b-page-shiga {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  & dt {
    font-weight: 700;
  }

  /* コンテナー上書き */
  @media (max-width: 767px) {
    .container {
      width: 100%;
      max-width: none;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
    }
  }
  @media (min-width: 768px) {
    .container {
      width: 92%;
      max-width: none;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 100%;
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  .header > .container {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  @media (max-width: 767px) {
    .header > .container {
      flex-direction: row;
    }
  }

  /* ヘッダー */
  .navbar {
    padding: 0;
    position: static;
  }
  @media (max-width: 767px) {
    .navbar {
      padding: 10px;
    }
    .navbar + .navbar {
      display: flex;
      justify-content: center;
    }
  }
  @media (max-width: 845px) {
    .navbar > .logo {
      width: 38%;
    }
  }
  @media (max-width: 767px) {
    .navbar > .logo {
      width: auto;
    }
  }
  @media (max-width: 575px) {
    .navbar > .logo {
      width: 40px;
    }
  }
  .navbar-brand {
    display: block;
  }
  .navbar-text {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
  .utility {
    font-size: 0.75rem;
    list-style: none;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
    line-height: 1;
  }
  .utility a {
    color: #231815;
    padding: 0 1em;
    display: inline-block;
    border-right: 1px solid #231815;
    transition: background 0.5s;
  }
  .utility li:first-child a {
    border-left: 1px solid #231815;
  }
  .utility a:hover,
  .utility .active {
    background: #f8f8f8;
  }
  .contact {
    list-style: none;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .navbar .contact {
    padding-left: 0;
    line-height: 2.5rem;
  }
  .catalog {
    margin-left: 5px;
  }
  @media (max-width: 991px) {
    .catalog {
      margin-left: 0;
      margin-top: 5px;
    }
  }
  .contact a {
    text-decoration: none;
    color: #fff;
    transition: background-color 0.5s;
    display: block;
    padding-left: 12px;
  }
  .navbar .contact a {
    width: 150px;
  }
  .reservation a {
    background-color: #e30038;
    background-size: auto 28px;
  }
  .catalog a {
    background-color: #006cb4;
    background-size: auto 28px;
  }
  .reservation a:hover {
    background-color: #f20045;
  }
  .catalog a:hover {
    background-color: #008ecc;
  }

  /*プルダウン20211208_追加*/
  .reservation {
    position: relative;
    z-index: 100;
  }
  .reservation ul li a {
    background-color: #fc4f7d;
  }
  .reservation ul li a:hover {
    background-color: #f41650;
  }

  .reservation ul {
    display: none;
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 200;
  }
  .reservation ul li {
    list-style: none;
    width: 100%;
    height: 40px;
  }
  .reservation ul.footer_pd {
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 200;
  }
  .reservation ul.footer_pd li {
    list-style: none;
    width: 100%;
    height: 50px;
  }
  .reservation ul.footer_pd li a {
    line-height: 50px;
  }
  .reservation ul.open {
    display: block;
  }
  .reservation ul.close {
    display: block;
  }

  .contact .pict {
    font-size: 28px;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 2.5rem;
  }

  .navbar-toggler {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -21px;
    @media (min-width: 768px) {
      display: none;
    }
  }
  .navbar-toggler-icon {
    color: #000;
  }

  /* タイトル */
  .site-title {
    margin-bottom: 0;
    font-size: 1.8125rem;
    font-weight: 300;
    font-feature-settings: "pkna";
    @media (min-width: 768px) {
      margin-top: 20px;
    }
  }
  .site-title a {
    color: #231815;
    text-decoration: none;
    line-height: 1.5;
  }
  .site-title span {
    font-size: 0.82758620689655em;
  }
  /* @media (max-width: 991px) {
    .site-title span::after {
      content: "\a";
      white-space: pre;
    }
  } */
  @media (max-width: 767px) {
    .site-title span {
      font-size: 1em;
    }
  }
  @media (max-width: 575px) {
    .site-title {
      font-size: 1rem;
    }
  }

  /* グローバルナビ */
  .global-nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    background: #006cb4;
    font-size: 0.8125rem;
    line-height: 1.1;
  }
  @media (max-width: 991px) {
    .global-nav {
      font-size: 0.75rem;
    }
  }
  @media (max-width: 767px) {
    .global-nav .nav {
      justify-content: space-between !important;
    }
  }
  .global-nav .col-6 {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
  }
  @media (max-width: 767px) {
    .global-nav li:nth-child(odd) {
      border-right: 1px solid #cbcbcb;
    }
    .global-nav li:nth-child(n + 3) {
      border-top: 1px solid #cbcbcb;
    }
  }
  .global-nav a {
    color: #fff;
    transition: background 0.5s, color 0.5s;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 4em;
  }
  .global-nav a:hover,
  .global-nav .active {
    color: #006cb4;
    background: #fff;
  }
  .global-nav .reservation a:hover {
    color: #f20045;
  }
  .global-nav .pict {
    width: auto;
    font-size: 28px;
    display: block;
    padding: 0 0.25em;
  }
  .global-nav a:hover .pict::before,
  .global-nav .active .pict::before {
    color: #006cb4;
  }
  .global-nav .reservation a:hover .pict::before {
    color: #f20045;
  }

  @media (min-width: 768px) {
    .global-nav {
      margin: 20px 0 0;
      justify-content: space-between;
      align-items: center;
      text-align: center;
    }
    .global-nav li {
      border-right: 1px solid #cbcbcb;
    }
    .global-nav li:first-child {
      border-left: 1px solid #cbcbcb;
    }
    .global-nav a {
      flex-direction: column;
      justify-content: center;
      height: 70px;
    }
    .global-nav .pict {
      margin: 0 auto;
    }
  }

  /* コンテンツ部 */
  .section {
    margin-bottom: 60px;
  }
  @media (max-width: 767px) {
    .section {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 575px) {
    .section {
      margin-bottom: 30px;
    }
  }
  .section .header {
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 50px;
    background: rgba(2, 165, 134, 1);
  }
  @media (max-width: 575px) {
    .section .header {
      padding: 20px 15px 15px;
      margin-bottom: 30px;
    }
  }
  .heading {
    font-size: 2.625rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .heading {
      font-size: 2.25rem;
    }
  }
  @media (max-width: 575px) {
    .heading {
      font-size: 1.75rem;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 374px) {
    .heading {
      font-size: 1.5rem;
    }
  }
  .heading .pict {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    border-radius: 50%;
    margin-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  @media (max-width: 767px) {
    .heading .pict {
      margin-right: 10px;
    }
  }
  .heading .pict::before {
    color: rgba(2, 165, 134, 1);
  }
  .heading span {
    border-bottom: 4px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  @media (max-width: 575px) {
    .heading span {
      text-align: left;
    }
  }
  .header .lead {
    font-size: 1.125rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
  @media (max-width: 991px) {
    .header .lead {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    .header .lead {
      text-align: left;
    }
  }
  @media (max-width: 575px) {
    .header .lead {
      font-size: 0.875rem;
      font-weight: 500;
    }
  }

  .tagline {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2em;
  }
  @media (max-width: 767px) {
    .tagline {
      font-size: 1.25rem;
      margin-left: 1em;
      margin-right: 1em;
    }
  }
  @media (max-width: 575px) {
    .tagline {
      font-size: 1.125rem;
      text-align: left;
    }
  }

  .section .btn {
    background: #02a586;
    border-radius: 1.125em;
    display: block;
    margin: 0 auto;
    width: 12em;
    font-size: 1.25rem;
    color: #fff;
  }
  .section .btn:hover {
    background: #04bf9b;
  }
  @media (max-width: 575px) {
    .section .btn {
      width: calc(100% - 20px);
    }
  }

  .btn-about {
    background: #433019;
  }
  .btn-about:hover {
    background: #664827;
  }
  .btn-registration {
    background: #03a384;
  }
  .btn-registration:hover {
    background: #04bf9b;
  }

  /* フッター */
  .footer {
    margin-top: 60px;
  }
  @media (max-width: 767px) {
    .footer {
      margin-top: 30px;
    }
  }
  .footer section {
    background: #ededed;
    padding: 25px 0 30px;
  }
  @media (max-width: 767px) {
    .footer section {
      padding: 10px;
      margin-bottom: 0;
    }
  }
  .footer a {
    color: #231815;
    text-decoration: none;
  }
  .footer h2 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    border-bottom: 1px solid #9d9e9e;
    padding-bottom: 8px;
    margin-bottom: 18px;
  }
  .footer-nav {
    justify-content: space-between;
    font-size: 0.75rem;
    padding-left: 15px;
  }
  .footer-nav .col-6 {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding-left: 0;
    padding-right: 0;
  }
  .footer-nav .col-6:first-of-type {
    flex-basis: 100%;
    max-width: 100%;
  }
  .footer-nav a {
    display: inline-block;
    margin-bottom: 18px;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
  }
  .footer-nav a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #231815;
    transition: width 0.5s;
  }
  .footer-nav a:hover::after,
  .footer-nav .active::after {
    width: 100%;
  }
  @media (min-width: 992px) {
    .footer-nav {
      font-size: 0.875rem;
    }
  }
  & footer .catalog {
    margin-top: 10px;
    margin-left: 0;
  }
  .footer .contact a {
    color: #fff;
    line-height: 50px;
    padding: 0 12px;
  }
  .footer .pict {
    margin-right: 10px;
  }
  @media (max-width: 991px) {
    .footer .contact {
      font-size: 0.8125rem;
    }
    .footer .contact a {
      line-height: 40px;
      padding: 0 10px;
    }
    .footer .pict {
      font-size: 24px;
      margin-right: 8px;
    }
  }
  .footer section p {
    font-size: 0.6875rem;
    line-height: 1.36;
    margin-bottom: 5px;
  }
  @media (max-width: 767px) {
    .footer section p {
      margin-bottom: 10px;
    }
  }
  .footer .info {
    margin-bottom: 0;
  }
  .footer .info dt {
    margin-bottom: 0.4em;
    font-size: 1.25rem;
    font-weight: 300;
    white-space: nowrap;
    line-height: 1.2;
  }
  .footer .info dt::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .info img {
    width: 8.61527777777778em;
    height: 1em;
    position: relative;
    top: 0.12em;
    display: block;
    float: left;
    margin-right: 5px;
  }
  .footer .info dd {
    line-height: 1.4;
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .footer .info .tel {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  @media (max-width: 767px) {
    .footer .address {
      margin-top: 10px;
    }
  }

  /* 固定メニュー */
  .fixed-nav {
    position: fixed;
    top: 3%;
    right: 0;
    z-index: 500;
  }
  .fixed-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .fixed-nav .catalog,
  .fixed-nav .reservation.btn_side_lot {
    margin-top: 10px;
    margin-left: 0;
  }
  .fixed-nav a {
    line-height: 1;
    font-size: 1.125rem;
    width: 1em;
    box-sizing: content-box;
    padding: 5px 16px;
    height: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .fixed-nav .reservation.btn_side_modelhouse a {
    height: 210px;
  }
  .fixed-nav .reservation.btn_side_lot a {
    height: 175px;
  }
  .fixed-nav .reservation span {
    margin-bottom: 0.25em;
    font-size: 0.95em;
  }
  .fixed-nav .pict {
    margin-right: 0;
  }

  /* common class */
  .brackets {
    font-size: 1em;
  }
  .brackets::before {
    content: "（";
  }
  .brackets::after {
    content: "）";
  }

  /* 臨時掲載バナー */
}
