@charset "utf-8";

.headerMenu {
  border-top: 1px solid #23375c;
  border-bottom: 1px solid #23375c;
  padding: 0;
}

.navbar-toggler,
.headerMenu.fixed-top {
}

.headerMenu .nav-link {
  padding: 0.75rem 0;
}
.nav-item {
  white-space: nowrap;
}

.nav-link {
  background: #fff;
  color: #23375c;
}
.nav-link:hover {
  background: rgba(35, 55, 92, 0.75);
  color: #fff;
}

.nav-link.active {
  background: #23375c;
  color: #fff;
}
.nav .nav-link:hover span:nth-child(1),
.nav .nav-link:hover span:nth-child(2),
.nav .nav-link.active span:nth-child(1),
.nav .nav-link.active span:nth-child(2) {
  color: #fff;
}

.nav-item a {
  border-left: 1px solid #23375c;
  transition: 0.5s all;
}
.nav-item:nth-last-child(1) a {
  border-right: 1px solid #23375c;
}
.nav span:nth-child(1) {
  display: block;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #23375c;
}
.nav span:nth-child(2) {
  display: block;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  color: #23375c;
  font-size: 90%;
}

.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: 1.25rem;
  right: 0.75rem;
  z-index: 3;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.65);
}
.topPage .navbar-toggler {
  background: rgba(255, 255, 255, 0);
}
.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%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;
}

.topPage .navbar-toggler-icon::after,
.freePlan .navbar-toggler-icon::after {
  color: rgb(112, 112, 112);
}
.navbar-toggler-icon::after {
  display: block;
  content: "MENU";
  position: absolute;
  font-size: 0.55rem;
  text-align: center;
  margin: auto;
  letter-spacing: 0.02rem;
  color: rgb(255, 255, 255);
  right: 0;
  left: 0;
  bottom: -18px;
}
.navbar-toggler::after {
  /*display: block;
  content: "MENU";
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;*/
}
.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;
}

.header_cv ul {
  display: flex;
  margin-bottom: 0;
}
.header_cv p {
  color: #23375c;
  font-size: 0.85rem;
  text-align: center;
  margin: 1rem auto;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #23375c;
}
.header_cv a {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0 2rem;
  margin: 0.75rem 0;
}
.header_cv ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  margin: auto;
}

.header_cv ul {
  position: relative;
}
.header_cv ul:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  content: "";
  background: rgba(35, 55, 92, 0.5);
  width: 98%;
  height: 2px;
  text-align: center;
  margin: auto;
}

.header_cv li:nth-of-type(1) a {
  border-right: 1px solid #384e65;
}

.header_cv span:nth-child(1) {
  display: block;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #23375c;
  font-size: 1rem;
}

.header_cv span:nth-child(2) {
  display: block;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #23375c;
  font-size: 0.8rem;
}

/*----------------------------------------------------
FOOTER
----------------------------------------------------*/
.footerMenu1 {
  border-top: 1px solid #384e65;
  border-bottom: 1px solid #384e65;
}
.footerMenu1 .nav-link {
  padding: 3rem 0;
}
.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 {
  margin: auto;
  text-align: center;
}

.detailBtn {
  border-radius: 0;
  border: 1px solid #000;
  width: 300px;
  background: #fff;
}
.shopinfo {
  margin: auto;
  text-align: center;
}
/*----------------------------------------------------
FOOTERここまで
----------------------------------------------------*/
/*----------------------------------------------------
ページトップ
----------------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0%;
  bottom: 11%;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#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;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*----------------------------------------------------
ページトップここまで
----------------------------------------------------*/
@media screen and (max-width: 991px) {
  .header_cv p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .headerMenu .nav-item a,
  .footerMenu1 .nav-item a {
    border-left: 0;
  }
  .headerMenu .nav-item a {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
  .footerMenu1 .nav-item:nth-last-child(1) a {
    border-right: 0;
  }
  .headerMenu .nav-item a {
    border-bottom: 1px solid #23375c;
  }

  .footerMenu1 {
    border: none;
  }
  .footerMenu1 .nav-link {
    padding: 0;
  }
  .footerMenu1 .nav-link:hover {
    background: transparent;
    opacity: 0.6;
  }
  .offcanvas,
  .offcanvas.offcanvas-end.show {
    width: 60% !important;
  }

  .offcanvas-header {
    align-items: end;
    justify-content: end;
  }
}
@media screen and (max-width: 630px) {
  .nav-item a {
    border-left: 0;
  }
  .nav-item:nth-last-child(1) a {
    border-right: 0;
  }

  /*.footerMenu1 .nav-item a {
    border: 1px solid #23375c;
    transition: 0.5s all;
    font-size: 0.85rem;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
  }*/
  .footerMenu2 .nav-item a {
    border: 1px solid #23375c;
    transition: 0.5s all;
    font-size: 0.85rem;
    border-right: 0;
  }
}
