@charset "UTF-8";
/*@import "mixin";*/
/*$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;
*/
/*@import "mixins/deprecate";
*/
/*@import "mixins/grid-framework";
@import "mixins/grid";
*/
@import url(//use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@300;400&display=swap");
body {
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 85px;
  }
}

body.home {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 61px;
}

@media (max-width: 991.98px) {
  body.home {
    padding-top: 55px;
  }
}

.b-line {
  border: 0;
  margin: auto;
  display: block;
}

@media (max-width: 991.98px) {
  .b-line {
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
    margin: auto;
    padding: 1.25rem;
    display: inline-block !important;
  }
}

@media (max-width: 991.98px) {
  .b-line .container {
    display: inline-block !important;
  }
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c21b23;
  border-color: #c21b23;
}

.nolink {
  pointer-events: none;
}

ul li {
  list-style: none;
}

img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  img.logo {
    max-width: 80%;
  }
}

a img {
  opacity: 1;
  transition: .3s;
}

a img:hover {
  opacity: 0.7;
}

a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

a.text-white:hover,
.btn-success:hover {
  color: #FFF !important;
  text-decoration: none !important;
  opacity: 0.7;
}

.sub-title {
  color: #9e0000;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 991.98px) {
  .sub-title {
    text-align: center;
    margin: 0 auto 0 auto;
  }
}

.sub-title:before {
  background: #c21b23;
  display: block;
  height: 1px;
  content: "";
  position: absolute;
  left: -50%;
  top: 10px;
  bottom: 0;
  width: 50%;
}

@media (max-width: 991.98px) {
  .sub-title:before {
    display: none;
  }
}

.title {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 3px;
  margin: 0 auto 30px auto;
  font-weight: normal;
}

@media (max-width: 991.98px) {
  .title {
    font-size: 30px;
    margin: 0 auto 30px auto;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .title {
    font-size: 24px;
    margin: 0 auto 30px auto;
    text-align: center;
  }
}

.title .title-txt {
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 2px !important;
}

figure {
  overflow: hidden;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
}

figure img {
  transition: .3s;
}

figure img:hover {
  transform: scale(1.3);
  cursor: pointer;
  opacity: 1.0;
}

section {
  overflow-x: hidden;
}

.text-red {
  color: #9e0000;
}

.minchou {
  font-family: "Noto Serif JP", serif !important;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif !important;
}

.fa-1x {
  font-size: 1.4em !important;
}

.mouse {
  position: fixed;
  right: 30px;
  z-index: 99;
  padding-top: 65px;
  animation: scroll 2s infinite;
}

@media (max-width: 991.98px) {
  .mouse {
    display: none;
  }
}

.mouse .svg .a, .mouse .svg-text-dark .a {
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
  stroke-linejoin: round;
}

.mouse .svg .b, .mouse .svg-text-dark .b {
  fill: #fff;
}

.mouse .svg .c, .mouse .svg-text-dark .c {
  stroke: none;
}

.mouse .svg .d, .mouse .svg-text-dark .d {
  fill: none;
}

.mouse .svg.bottom .a, .mouse .svg-text-dark.bottom .a {
  fill: rgba(255, 255, 255, 0);
  stroke: #000;
  stroke-linejoin: round;
}

.mouse .svg.bottom .b, .mouse .svg-text-dark.bottom .b {
  fill: #000;
}

.mouse .svg.bottom .c, .mouse .svg-text-dark.bottom .c {
  stroke: none;
}

.mouse .svg.bottom .d, .mouse .svg-text-dark.bottom .d {
  fill: none;
}

@keyframes scroll {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  80% {
    transform: rotate(0deg) translate(0px, 10px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.right-nav,
.right-nav-text-dark {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  right: 20px;
  top: 0;
  z-index: 99;
  padding-top: 80px;
  width: 50px;
}

@media (max-width: 991.98px) {
  .right-nav,
  .right-nav-text-dark {
    display: none;
  }
}

.right-nav.bottom,
.right-nav-text-dark.bottom {
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.right-nav.bottom .nav-btn a,
.right-nav-text-dark.bottom .nav-btn a {
  color: #000;
}

.right-nav.bottom .nav-btn a:hover,
.right-nav-text-dark.bottom .nav-btn a:hover {
  color: #000 !important;
  opacity: .75;
}

.right-nav .nav-btn,
.right-nav-text-dark .nav-btn {
  margin-bottom: 15px;
}

.right-nav .nav-btn a,
.right-nav-text-dark .nav-btn a {
  font-size: 14px;
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
}

.right-nav .nav-btn a:hover,
.right-nav-text-dark .nav-btn a:hover {
  color: #FFF !important;
  opacity: .75;
}

.right-nav .nav-btn:nth-of-type(1),
.right-nav-text-dark .nav-btn:nth-of-type(1) {
  max-height: 156px;
  /*   &:before{
    display:block;
    content: "\f274";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
   }
*/
}

.right-nav .nav-btn:nth-of-type(2),
.right-nav-text-dark .nav-btn:nth-of-type(2) {
  max-height: 156px;
  /*   &:before{
    display:block;
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
   }
*/
}

.right-nav .nav-btn:nth-of-type(3),
.right-nav-text-dark .nav-btn:nth-of-type(3) {
  max-height: 150px;
  /*   &:before{
    display:block;
    content: "\f16d";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
   }
*/
}

.right-nav .nav-btn:nth-of-type(4),
.right-nav-text-dark .nav-btn:nth-of-type(4) {
  max-height: 150px;
  /*   &:before{
    display:block;
    content: "\f39e";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
   }
*/
}

footer {
  margin-top: 100px;
  background: #eeeeee;
}

@media (max-width: 991.98px) {
  footer {
    margin-top: 100px;
  }
}

footer .container-fluid:nth-of-type(1) {
  background: #545454;
  color: #FFF;
}

footer .container-fluid:nth-of-type(1) .col:nth-of-type(1) a {
  background: #92A584;
}

footer .container-fluid:nth-of-type(1) .col:nth-of-type(1) a img {
  display: block;
  text-align: center;
  margin: auto;
  height: 60px;
}

footer .container-fluid:nth-of-type(1) .col:nth-of-type(2) a {
  background: #F7F7F7;
}

@media (max-width: 991.98px) {
  footer .container-fluid:nth-of-type(1) .col:nth-of-type(2) a {
    background: #ECEFF0;
  }
}

footer .container-fluid:nth-of-type(1) .col:nth-of-type(2) a img {
  display: block;
  text-align: center;
  margin: auto;
  height: 60px;
}

footer .container-fluid:nth-of-type(1) .col:nth-of-type(3) a {
  background: #303D4E;
}

footer .container-fluid:nth-of-type(1) .col:nth-of-type(3) a img {
  display: block;
  text-align: center;
  margin: auto;
  height: 90px;
}

footer .container-fluid:nth-of-type(1) a {
  color: #FFF;
  display: flex;
  width: 100%;
  height: 100%;
  height: 17vh;
}

footer .container-fluid:nth-of-type(1) a img {
  display: block;
  text-align: center;
  margin: auto;
  height: 90px;
}

footer .container-fluid:nth-of-type(1) a:hover {
  text-decoration: none;
  opacity: .75;
}

footer .container-fluid:nth-of-type(2) .col {
  border-right: 1px solid #000;
}

@media (max-width: 991.98px) {
  footer .container-fluid:nth-of-type(2) .col {
    border: none;
  }
}

footer .container-fluid:nth-of-type(2) .col:nth-of-type(1) {
  border-left: 1px solid #000;
}

@media (max-width: 991.98px) {
  footer .container-fluid:nth-of-type(2) .col:nth-of-type(1) {
    border: none;
  }
}

@media (max-width: 575.98px) {
  footer .container-fluid:nth-of-type(2) .col .card-body {
    padding: 0;
  }
}

footer .container-fluid:nth-of-type(2) dl {
  height: 100%;
}

footer .container-fluid:nth-of-type(2) dl dt a {
  color: #1e771c;
  font-size: 16px;
}

footer .container-fluid:nth-of-type(2) dl dd {
  line-height: 1.2;
  margin-bottom: 0;
}

footer .container-fluid:nth-of-type(2) dl dd a {
  color: #000;
  font-size: 10px;
}

footer .container-fluid:nth-of-type(3) .col {
  font-size: 10px;
  line-height: 18px;
}

footer .container-fluid:nth-of-type(3) hr {
  border-top: 1px solid #000;
}

footer .copy {
  font-size: 8px;
  text-align: center;
  margin: auto;
  padding: 0 0 10px 0;
  display: block;
}

.global-nav {
  position: fixed;
  right: -400px;
  /* 隠れる */
  top: 0;
  width: 400px;
  height: 100vh;
  padding-top: 40px;
  background-color: rgba(53, 53, 53, 0.9);
  transition: all .6s;
  overflow-y: auto;
  /* メニューが多くなったらスクロール*/
  z-index: 1050;
}

@media (max-width: 991.98px) {
  .global-nav {
    position: fixed;
    right: -320px;
    /* 隠れる */
    width: 320px;
  }
}

.global-nav a {
  display: block;
  color: #FFF !important;
}

.global-nav a:hover {
  color: #FFF !important;
  opacity: .75;
}

.global-nav .list-group {
  margin-top: 20px;
}

.global-nav .list-group .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}

.global-nav .list-group .list-group-item a {
  position: relative;
  display: block;
  line-height: 1.8;
  color: #FFF !important;
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 0;
  border-left: 0;
  margin-top: -1px;
}

.global-nav .list-group .list-group-item a:hover {
  color: #FFF !important;
  opacity: .75;
}

.global-nav .list-group .list-group-item a.list-group-item-in {
  background: rgba(99, 99, 99, 0.5);
  border: 0;
}

.global-nav .list-group .list-group-item a.contactus {
  letter-spacing: .1rem;
  width: 90%;
  background: black;
  border: 0;
  padding: 1rem 1.25rem;
  text-align: center;
  margin: auto;
}

.global-nav .list-group .list-group-item a.reservation {
  letter-spacing: .1rem;
  width: 90%;
  background: white;
  border: 0;
  padding: 1rem 1.25rem;
  text-align: center;
  margin: auto;
  color: #000 !important;
}

.global-nav .list-group .list-group-item a.reservation:hover {
  color: #000 !important;
  opacity: .75;
}

.global-nav .arrow_sp {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

.global-nav #accordion a[data-toggle="collapse"] {
  display: block;
  padding: .75rem 1.25rem;
  text-decoration: none;
  position: relative;
}

.global-nav #accordion a[data-toggle="collapse"]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.global-nav #accordion a[aria-expanded=false]::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

.global-nav #accordion a[aria-expanded=true]::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

.hamburger {
  position: fixed;
  right: 20px;
  top: 8px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1060;
}

@media (max-width: 991.98px) {
  .hamburger {
    position: fixed;
    right: 0;
    top: 5px;
  }
}

.nav-open .hamburger__line {
  background-color: #FFF;
}

.hamburger__line {
  position: absolute;
  right: 11px;
  width: 30px;
  height: 1px;
  transition: all .6s;
  background-color: #333;
}

.hamburger__line--1 {
  top: 12px;
}

.hamburger__line--2 {
  top: 22px;
}

.hamburger__line--3 {
  top: 32px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
  z-index: 1040;
}

/* 表示された時用 */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .6;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

/* フェードイン用のCSS */
/* 上からフェードイン */
.slide-top {
  opacity: 0;
  transform: translate(0, -20px);
  transition: all 1s ease-out;
}

/* 下からフェードイン */
.slide-bottom {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s ease-out;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s ease-out;
}

.btn-success.btn-green {
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  background: #3f6c45 !important;
  padding: 15px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .btn-success.btn-green {
    font-size: 16px;
  }
}

.btn-light.btn-gray {
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: rgba(235, 235, 235, 0.82);
  padding: 7px 15px;
}

@media (max-width: 991.98px) {
  .btn-light.btn-gray {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .btn-light.btn-gray span {
    display: block;
    text-align: center;
    margin: auto;
  }
}

.btn-light.btn-gray .icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: #FFF;
  background: #9e0000;
  font-size: 12px;
  line-height: 1.3;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .btn-light.btn-gray .icon {
    width: 30%;
    height: 53px;
    margin-right: 0;
    font-size: 14px;
  }
}

.btn-light.btn-gray .icon span {
  display: flex;
  text-align: center;
  margin: auto;
  align-items: middle;
}

/* 上からフェードイン */
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 2s ease-out;
}

.slide-top {
  opacity: 0;
  transform: translate(0, -20px);
  transition: all 1s ease-out;
}

/* 下からフェードイン */
.slide-bottom {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s ease-out;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s ease-out;
}

div#pageNavi {
  text-align: center;
}

a.page-numbers {
  margin: auto 2px;
  color: #c21b23 !important;
  text-align: center;
  display: inline-block;
}

span.page-numbers.current {
  margin: auto 2px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.slick-slide img {
  text-align: center;
  margin: auto;
}

.slick-slide {
  height: auto !important;
}

nav .common_logo {
  display: block;
}

nav .top_logo {
  display: none;
}

/*2021.11.01以降追加*/
.global-nav .sns_wrap {
  width: 90%;
  margin: 20px auto;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.global-nav .sns_wrap p:first-of-type {
  margin-right: 20px;
}

.global-nav .sns_wrap p a {
  font-size: 24px;
}

.displaynone {
  display: none;
}
