@charset "utf-8";

.headerMenu {
  z-index: 3;
  align-items: start;
  padding: 0;
}
.headerMenu.fixed-top {
  background: rgba(255, 255, 255, 0.8);
}
.headerMenu .nav-item {
  position: relative;
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #b31e23;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.headerMenu .nav-link {
  position: relative;
  color: #b31e23;
  display: block;
  text-align: center;
  padding: 0;
}

.offcanvas-title a {
  font-size: 1.063rem;
  color: #000;
  letter-spacing: 0.2rem;
  font-family: "fot-cezanne-pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.nav-item {
  white-space: nowrap;
}

.headerMenu.fixed-top .navbar-brand span {
  margin-top: 0;
}
.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;
  padding-right: 0;
  /*
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.1rem;*/
}

.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;
  width: 30%;
  max-width: 260px;
}

.comingSoon {
  position: relative;
  pointer-events: none;
}

.comingSoon a::before {
  content: "coming soom";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70% !important;
  color: #fff;
  background: #384e65;
  display: block;
  z-index: 1;
  text-align: center;
  padding: 3px 0 4px;
  font-size: 0.7rem;
  opacity: 0.9;
}

/*----------------------------------------------------
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;
}

.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);
}

.request li:hover {
  opacity: 1;
  /*filter: brightness(80%);*/
  background: #c1272d;
  cursor: pointer;
}
.request {
  margin: auto;
}
.request li {
  color: #fff;
  /*background: #ce9596;*/
  background: #ffca3a;
  padding: 0.75rem;
  text-align: center;
  margin-bottom: 0.75rem;
  display: block;
  margin: 1.25rem 0.5rem 0 0.5rem;
  width: 48%;
}
/*----------------------------------------------------
サイドボタンここまで
----------------------------------------------------*/

@media screen and (min-width: 1100px) {
}

@media screen and (min-width: 991px) {
}
@media screen and (max-width: 991px) {
  .headerMenu {
    z-index: 3;
    position: fixed;
    align-items: start;
    padding: 0;
    right: 0;
  }

  .navbar-toggler-icon::after {
    display: block;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
  }
  .headerMenu {
    padding: 0.5rem;
  }
  .headerMenu .nav-item::before {
    display: none;
  }
  .btn-entry {
    color: #ffffff;
    background: #0071ba;
    border-radius: 7.5rem;
    display: inline-block;
    width: auto;
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
    width: 150px;
  }
  .nav-item {
    width: 98%;
    margin: 1.25rem auto 0.25rem auto;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .headerMenu .nav-item {
    border-bottom: 1px dotted #000;
  }

  .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;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    position: absolute;
    top: 33%;
    left: 3%;
    width: 26%;
    object-fit: contain;
    background: #fff;
  }

  .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) {
  .btn-entry {
    color: #ffffff;
    background: #0071ba;
    border-radius: 7.5rem;
    display: inline-block;
    width: auto;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }
  .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;
  }
}
