@charset "utf-8";

.shopInfo .shop {
  width: 300px;
}
.shopInfo .tel {
  width: 300px;
}
.navbar-brand span.logoTxt {
  font-size: 1rem;
  font-weight: bold;
}
.navbar-brand span.logoTxt_small {
  font-size: 0.8rem;
  display: block;
  font-weight: bold;
}
.navbar-brand {
  display: block;
  filter: drop-shadow(1px 1px 1px #fff);
}

.nav-item a {
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
}
.nav-link.active {
  position: relative;
}
.nav-link.active:before {
  position: absolute;
  background: #000;
  content: "";
  height: 1px;
  width: 40%;
  right: 0;
  left: 0;
  bottom: -2px;
  margin: auto;
  border-radius: 7.5rem;
}
.navbar-brand {
  font-size: clamp(1.1rem, calc(-0.14444444444444438rem + 2.5925925925925926vw), 1.6rem);
  letter-spacing: 0.1rem;
  font-family: "trajan-pro-3", serif;
}

.headerMenu .nav-link span:nth-child(1) {
  font-size: 0.8rem;
  color: #2d2929;
  font-family: shippori-mincho, sans-serif;
  font-style: normal;
  display: block;
}
.headerMenu .nav-link span:nth-child(2) {
  color: #2d2929;
  letter-spacing: 0.15rem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
}

.headerMenu .navbar-nav {
  width: auto;
  max-width: 650px;
  margin: 1rem auto 1rem auto;
}

.offcanvas-header {
  justify-content: end;
}
.navbar-brand:focus,
.navbar-brand:hover {
  opacity: 0.8;
}

.nav-item a {
  transition: 0.5s all;
}

.navbar-toggler {
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-dark {
  border-radius: 0;
}
.request a:first-child {
  margin-right: 0.5rem;
}
.request a {
  border-radius: 0;
  padding: 0.5rem 2rem;
  font-family: shippori-mincho, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
/*----------------------------------------------------
FOOTER
----------------------------------------------------*/

.text-entry {
  color: #592722;
}
.footerTel {
  color: #ff0000;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  /*font-size: 3rem;
  letter-spacing: 0.1rem;*/
}

.footerLink a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #592722;
  background: #ffca3a;
  border-radius: 7.5rem;
  padding: 1rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.footerLink a div {
  font-size: 1rem;
}

.detailLink {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  border: 1px solid #000;
  padding: 0.5rem;
  width: 200px;
}
.detailLink::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.detailLink:hover {
  color: #fff;
  background: #000;
}
.detailBtn {
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  font-size: 1rem;
  font-family: "kozuka-gothic-pro", "小塚ゴシック pro", sans-serif;
  padding: 1rem 3rem;
  letter-spacing: 0.1rem;
}
.shopinfo {
  margin: auto;
  text-align: center;
}
/*----------------------------------------------------
FOOTERここまで
----------------------------------------------------*/
/*----------------------------------------------------
ページトップ
----------------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0%;
  bottom: 11%;
  /*background: #3f98ef;*/
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top:hover {
  background: #2965a0;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*----------------------------------------------------
ページトップここまで
----------------------------------------------------*/

/*----------------------------------------------------
サイドメニュー
----------------------------------------------------*/
.sideMenu {
  width: 60px;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 10;
}

.sideMenu li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*font-family: "kozuka-gothic-pro", "小塚ゴシック pro", sans-serif;*/
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  transition: 0.5s;
  padding: 0.75rem 0 1rem 0;
}
.sideMenu li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sideMenu li:nth-child(1) {
  border: 3px solid #c1272d;
}
.sideMenu li span {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sideMenu li:nth-child(1) span {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid #c1272d;
}

.sideMenu li:nth-child(2) span {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid #fff;
}

.sideMenu li:nth-child(1) {
  color: #c1272d;
  background: #fff;
}

.sideMenu li:nth-child(2) {
  background: #c1272d;
  color: #fff;
}
.sideMenu li:hover {
  filter: brightness(1.25);
}

/*----------------------------------------------------
サイドボタンここまで
----------------------------------------------------*/

@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 991px) {
  .nav-link.active:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 97%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
    text-align: center;
    border-radius: 0;
  }

  .headerMenu .nav-item {
    border-bottom: 1px dotted #000;
  }

  .btn-entry {
    font-size: 0.9rem;
  }
  .offcanvas-body {
    padding-top: 0;
    width: 100%;
    margin: auto;
  }
  .headerMenu .nav-link span:nth-child(1) {
    margin-bottom: 0;
  }
  .headerMenu .nav-link span {
    border: 0;
  }

  .request {
    margin: 20px auto;
    text-align: center;
  }
  .request a {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .footerLink a div:nth-of-type(1) {
    font-size: 1rem;
  }
  .footerLink .arrow::before {
    content: "";
    font-weight: 900;
    color: #fff;
    margin-right: 1rem;
    text-align: center;
    display: inline-block;
    background: url("../images/common/footerArrow.webp");
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .headerMenu .nav-item a {
    border-left: 0;
  }
  .footerLink a {
    justify-content: start;
  }
  .footerLink a div:nth-of-type(1) {
    letter-spacing: 0.1rem;
  }

  .offcanvas-title a {
    margin-left: 0.5rem;
  }
  .headerMenu .nav-item a {
    font-size: 0.9rem;
  }

  .footerLink .col:nth-of-type(3) {
    border-right: 0;
  }
  .footerLink .col:nth-of-type(1) {
    border-left: 0;
  }

  .offcanvas,
  .offcanvas.offcanvas-end.show {
    width: 80% !important;
  }
}
@media screen and (max-width: 630px) {
  .offcanvas-body {
    width: 100%;
  }
  .nav-item a {
    border-left: 0;
  }
  .nav-item:nth-last-child(1) a {
    border-right: 0;
  }

  .headerMenu .nav-link span:nth-child(1) {
    font-size: 1rem;
  }

  .headerMenu .nav-link span:nth-child(2) {
    font-size: 0.85rem;
  }
}
