@charset "utf-8";

.swiper {
  /*padding-bottom: 15px;*/
  z-index: -1;
}
.swiper-pagination {
  bottom: 15px !important;
}
.headerMenu {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 1.5rem auto;
  z-index: 99;
}

.offcanvas-title {
  font-size: 1.2rem;
}
.offcanvas-title a {
  font-size: 1.2rem;
  color: #000;
}

.navbar-brand {
  font-size: 1rem;
}

.navbar-brand span {
  display: inline-block;
}

.navbar-brand:focus,
.navbar-brand:hover {
  opacity: 0.8;
}

.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;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  padding: 0.1rem;
}

/*白色*/
.navbar-toggler-icon {
  position: relative;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  border-radius: 0.25rem;
}
.navbar-toggler-icon::after {
  display: block;
  content: "Menu";
  color: #fff;
  font-size: 0.65rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
  right: 0;
  margin: auto;
  text-align: center;
}
/*灰色*/
.navbar-toggler-icon.glay {
  position: relative;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28112, 112, 112, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  border-radius: 0.25rem;
}
.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;
}

.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
----------------------------------------------------*/
footer {
  padding: 0 0 3rem 0;
}
.footerMenu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
}
.footerMenu1 .nav-link {
  padding: 3rem 0;
}
.footerTel {
  color: #fff;
  font-family: ce;
  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 {
  margin: auto;
  text-align: center;
}
.footerLink .col:nth-of-type(1),
.footerLink .col:nth-of-type(2),
.footerLink .col:nth-of-type(3) {
  border-right: 1px solid #fff;
}
.footerLink .col:nth-of-type(1) {
  border-left: 1px solid #fff;
}
.footerLink a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 5vw;
  align-items: center;
  justify-content: center;
}
.footerLink a div:nth-of-type(1) {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.25rem;
  margin-bottom: 0.2rem;
}
.footerLink a div:nth-of-type(2) {
  font-family: "kozuka-gothic-pro", "小塚ゴシック pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
}
.footerMenuSP li a {
  color: #707070;
  font-size: rem;
}
.footerMenuSP li {
  position: relative;
}
.footerMenuSP li:before {
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  background: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.footerMenuSP li:last-child:after,
.footerMenuSP li:nth-child(3):after {
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  background: #707070;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.footerMenuSP li:nth-child(3):after {
  margin-right: -1px;
}
.entryBox {
  margin: 8vw auto;
}
.entryTxt {
  color: #dc2726;
}
.entryBtn {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "trajan-pro-3", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  background: #dc2726;
  padding: 1rem;
  margin: 1rem auto;
  color: #fff;
}
.entryBtn:hover {
  background: #bb0909;
}
.entryBtn2 {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  text-align: center;
  justify-content: start;
  color: #fff;
}
.entryBtn2::before {
  display: inline-block;
  content: "●";
  font-size: 0.6rem;
  margin-right: 1.5rem;
}

.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;
}
.sideMenuTel {
  width: 30px;
  position: fixed;
  top: 15%;
  right: 12px;
  z-index: 10;
}

.sideMenuTel li a {
  display: block;
  text-align: center;
  font-size: 0.85rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.15rem;
  color: #fff;
  padding: 0.75rem 0.25rem;
  border-radius: 7.5rem;
}
.sideMenu li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.5s;
  font-size: 0.85rem;
}

.sideMenu li span {
  display: block;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.1rem;
}

.sideMenu li:nth-child(1) span {
  border-top: #c1272d 1px solid;
  padding-top: 7px;
  margin-top: 7px;
}

.sideMenu li:nth-child(2) span {
  border-top: #fff 1px solid;
  padding-top: 7px;
  margin-top: 7px;
}

.sideMenu li:nth-child(1) {
  border: #c1272d 3px solid;
  color: #c1272d;
  padding: 10px;
  background: #fff;
}

.sideMenu li:nth-child(2) {
  background: #c1272d;
  color: #fff;
  padding: 10px;
}

.sideMenu li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.request li:hover,
.sideMenu li:hover {
  opacity: 0.8;
  /*filter: brightness(80%);*/
  cursor: pointer;
}

.request li {
  color: #fff;
  background: #b5282c;
  padding: 0.75rem;
  text-align: center;
  margin-bottom: 0.75rem;
  display: block;
  margin: 0.5rem;
  width: 42%;
}
/*----------------------------------------------------
サイドボタンここまで
----------------------------------------------------*/
.detailLink {
  color: #707070;
  border: 1px solid #707070;
  padding: 0.75rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .container-lg {
    max-width: 1024px;
  }
}

@media screen and (min-width: 767px) {
  header .main {
    margin-bottom: 40px;
  }
  .navbar-nav {
    min-width: 750px;
  }
  .navbar-brand span {
    width: 250px;
  }
  .offcanvas-body {
    /*margin-left: auto;*/
    margin: auto;
  }

  .headerMenu .nav-item {
    white-space: nowrap;
    margin: auto;
  }

  .headerMenu .nav-link.active,
  .headerMenu .nav-link {
    text-shadow: 0 0 6px #333, 0 0 6px #333, 0 0 6px #333, 0 0 6px #333, 0 0 6px #333;
    color: #fff;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.show {
    text-shadow: 0 0 6px #333, 0 0 6px #333, 0 0 6px #333, 0 0 6px #333, 0 0 6px #333;
    color: #fff;
    opacity: 0.5;
  }

  .headerMenu .nav-link {
    transition: 0.5s all;
    padding: 0.5rem 1.5rem;
    position: relative;
    color: #fff;
  }
  .headerMenu .nav-link:before {
    display: inline-block;
    content: "";
    background: #fff;
    height: 25px;
    width: 1px;
    position: absolute;
    left: 0;
  }
  .headerMenu .nav-link:after {
    display: inline-block;
    content: "";
    background: #fff;
    height: 25px;
    width: 1px;
    position: absolute;
    right: -1px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 10vw 0 4vw 0;
  }
  .navbar-nav {
    margin: auto;
  }
  .headerMenu .nav-link {
    color: #fff;
    text-align: start;
    padding-left: 1.5rem;
  }
  .headerMenu .nav-link:hover {
    color: #000;
    background: #fff;
    opacity: 0.65;
  }

  .offcanvas-body {
    padding-right: 0;
    padding-left: 0;
  }
  .offcanvas {
    background: rgba(0, 0, 0, 0.7);
  }

  .offcanvas-header .offcanvas-title a img {
    /* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(56deg) brightness(104%) contrast(104%);*/
    width: 75%;
  }

  .navbar-brand span {
    max-width: 40%;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header .offcanvas-title {
    display: inline;
    text-align: start;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header button {
    margin-left: auto;
    display: inline;
  }
  .headerMenu .nav-item {
    margin-bottom: 1rem;
  }

  .headerMenu .nav-link.active::after {
    display: none;
  }

  .headerMenu .nav-link.active {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .headerMenu {
    margin: 0 auto;
  }
  .footerTelSP {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  .headerMenu .nav-item a,
  .footerMenu1 .nav-item a {
    border-left: 0;
  }

  .footerBtn {
    margin-bottom: 30px;
  }
  .footerBtn a {
    color: #fff;
    display: block;
    border: 1px solid #707070;
    text-align: center;
    padding: 0.5rem;
  }
  .footerBtn span:first-child {
    display: block;
    letter-spacing: 0.5rem;
  }
  .footerBtn span:last-child {
    display: block;
    font-size: 0.8rem;
  }

  .footerBtn div:first-child a {
    background: #1f8292;
    text-decoration: none;
  }
  .footerBtn div:last-child a {
    background: #4d8837;
    text-decoration: none;
  }

  .footerBtn div:first-child a:hover,
  .footerBtn div:last-child a:hover {
    opacity: 0.75;
  }
  .entryBtn2 {
    justify-content: center;
  }
  .footerLink a div:nth-of-type(1) {
    letter-spacing: 0.1rem;
  }

  .footerMenu1 .nav-item:nth-last-child(1) a {
    border-right: 0;
  }

  .footerLink .col:nth-of-type(3) {
    border-right: 0;
  }
  .footerLink .col:nth-of-type(1) {
    border-left: 0;
  }
  .footerMenu1 {
    border: none;
  }
  .footerMenu1 .nav-link {
    padding: 0;
  }
  .footerMenu1 .nav-link:hover {
    background: transparent;
    opacity: 0.6;
  }
}
@media screen and (max-width: 630px) {
  .nav-item a {
    border-left: 0;
  }
  .nav-item:nth-last-child(1) a {
    border-right: 0;
  }

  .footerMenu2 .nav-item a {
    transition: 0.5s all;
    font-size: 0.85rem;
    border-right: 0;
  }
}
