@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "acumin";
  src: url("./font/AcuminVariableConcept.otf");
}
@font-face {
  font-family: "notosansB";
  src: url("./font/NotoSansJP-Bold.otf");
}
@font-face {
  font-family: "notosansM";
  src: url("./font/NotoSansJP-Medium.otf");
}
@font-face {
  font-family: "notosansR";
  src: url("./font/NotoSansJP-Regular.otf");
}
.is_pc,
.is_tab,
.is_onlytab,
.is_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .is_sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .is_tab {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .is_onlytab {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .is_pc {
    display: block;
  }
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}
html body {
  line-height: 1.7;
}
html body a {
  text-decoration: none;
  color: #000000;
}
html body img {
  max-width: 100%;
  height: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 999999;
}

.header {
  font-family: "notosansB";
  background-color: #262626;
  color: white;
}
.header .header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_flex .logo {
  margin-left: 55px;
  width: 336px;
  margin-top: 20px;
}
@media screen and (max-width: 1220px) {
  .header .header_flex .logo {
    margin-left: 20px;
    width: 28%;
  }
}
@media screen and (max-width: 1074px) and (min-width: 768px) {
  .header .header_flex .logo {
    margin-left: 20px;
    width: 31.2849162011vw;
  }
}
.header .header_flex .logo p {
  padding-bottom: 10px;
  font-family: "notosansR";
  font-size: 12px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .header .header_flex .logo p {
    font-size: 11px;
  }
}
.header .header_flex .logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .header_flex .logo {
    width: 51.75vw;
    min-width: 230px;
    margin-left: 10px;
    margin: 10px 0 10px 15px;
  }
}
@media screen and (max-width: 1220px) {
  .header .header_flex .nav {
    width: 67%;
  }
}
@media screen and (max-width: 768px) {
  .header .header_flex .nav {
    display: none;
  }
}
.header .header_flex .nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_flex .nav ul li {
  line-height: 75px;
}
@media screen and (max-width: 1074px) and (min-width: 768px) {
  .header .header_flex .nav ul li {
    line-height: 22px;
    padding: 20px 0;
    text-align: center;
  }
}
.header .header_flex .nav ul li a {
  color: white;
  font-size: 14px;
}
.header .header_flex .nav ul li .w900 {
  display: none;
}
@media screen and (max-width: 975px) {
  .header .header_flex .nav ul li .w900 {
    display: block;
  }
}
.header .header_flex .nav ul .menu {
  margin-right: 50px;
}
@media screen and (max-width: 1220px) {
  .header .header_flex .nav ul .menu {
    margin-right: 20px;
  }
}
.header .header_flex .nav ul .line {
  background-color: black;
  width: 185px;
  text-align: center;
}
@media screen and (max-width: 1074px) and (min-width: 768px) {
  .header .header_flex .nav ul .line {
    width: 15.5027932961vw;
  }
}
.header .header_flex .nav ul .line a {
  display: block;
}
.header .header_flex .nav ul .reserved {
  background-color: red;
  width: 185px;
  text-align: center;
}
@media screen and (max-width: 1074px) and (min-width: 768px) {
  .header .header_flex .nav ul .reserved {
    width: 15.5027932961vw;
  }
}
.header .header_flex .nav ul .sns_flex {
  display: flex;
  gap: 10px;
}
.header .header_flex .nav ul .sns_flex img {
  width: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1074px) and (min-width: 768px) {
  .header .header_flex .nav ul .sns_flex img {
    margin-bottom: 0;
  }
}
.header .header_flex .nav .top {
  justify-content: flex-end;
  gap: 30px;
}
.header .header_flex .nav .top .tel {
  font-size: 14px;
  text-align: right;
  padding-right: 30px;
  margin: 10px 0;
  width: 265px;
}
.header .header_flex .nav .top .tel a {
  color: white;
  font-size: 24px;
}
.header .header_flex .nav .top .sns {
  width: 20%;
}
.header .header_flex .hum {
  display: none;
  position: relative;
  width: 30px;
  height: 75px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .header .header_flex .hum {
    display: block;
  }
}
.header .header_flex .hum span:nth-child(1)::before {
  content: "";
  background-color: white;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 25px;
  transition: 0.2s;
}
.header .header_flex .hum span:nth-child(2)::before {
  content: "";
  background-color: white;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 35px;
  transition: 0.2s;
}
.header .header_flex .hum span:nth-child(3)::before {
  content: "";
  background-color: white;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 45px;
  transition: 0.2s;
}
.header .active span:nth-child(1)::before {
  top: 35px !important;
  transform: rotate(45deg);
  transition: 0.2s;
}
.header .active span:nth-child(2)::before {
  opacity: 0;
  transition: 0.2s;
}
.header .active span:nth-child(3)::before {
  top: 35px !important;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.header .header_sp-menu {
  position: fixed;
  top: -100%;
  transition: all 0.5s;
  background-color: #6b6b6b;
  width: 100%;
}
.header .header_sp-menu ul {
  background-color: rgba(26, 26, 26, 0.5019607843);
  padding: 10px 0;
}
.header .header_sp-menu ul li {
  text-align: center;
  width: 250px;
  margin: 30px auto;
}
.header .header_sp-menu ul li a {
  color: white;
}
.header .header_sp-menu ul .reserved {
  background-color: red;
  line-height: 40px;
}
.header .header_sp-menu ul .line {
  line-height: 40px;
  background-color: black;
}
.header .open {
  transition: 0.3s;
  z-index: 9999;
}

.footer {
  background-color: #333333;
  text-align: center;
  color: white;
}
.footer .footer_flex {
  display: flex;
  align-items: center;
  font-family: "notosansB";
  text-align: center;
  background-color: #000000;
}
@media screen and (max-width: 500px) {
  .footer .footer_flex {
    display: none;
  }
}
.footer .footer_flex .flex-item {
  width: 33.3333333333%;
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 115px;
}
.footer .footer_flex .flex-item a {
  color: white;
  display: block;
  height: 100%;
}
.footer .footer_flex .tel {
  background-color: #1a1a1a;
  letter-spacing: 0.05em;
  padding: 20px 0 30px;
  line-height: 30px;
}
.footer .footer_flex .tel span {
  font-size: 20px;
  font-feature-settings: "palt" 1;
}
.footer .footer_flex .reserved {
  background-color: red;
}
.footer .footer_flex .friend span {
  position: relative;
  line-height: 115px;
}
.footer .footer_flex .friend span::after {
  content: "＞";
  color: #FFFFFF;
  font-family: "notosansB";
  position: absolute;
  top: 50%;
  right: -30%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .footer .footer_flex .friend span::after {
    display: none;
  }
}
.footer .footerBottom {
  max-width: calc(1000px + 2rem);
  margin: auto;
  padding: 0 1rem;
}
@media screen and (max-width: 500px) {
  .footer .footerBottom {
    padding-bottom: 90px;
    padding-top: 30px;
  }
}
.footer .footerBottom .footerMenu {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
@media screen and (max-width: 500px) {
  .footer .footerBottom .footerMenu {
    flex-direction: column;
    margin: 0 0 50px 0;
  }
}
.footer .footerBottom .footerMenu li {
  border-right: 1px solid #808080;
  padding: 0 20px;
  font-family: "notosansM";
}
@media screen and (min-width: 500px) {
  .footer .footerBottom .footerMenu li:last-child {
    border: 0;
  }
}
.footer .footerBottom .footerMenu li a {
  color: white;
}
@media screen and (max-width: 500px) {
  .footer .footerBottom .footerMenu li {
    border-right: 0;
    border-bottom: 1px solid #808080;
    line-height: 50px;
    width: 300px;
    margin: 0 auto;
  }
}
.footer .footerBottom .logo {
  max-width: 340px;
  margin: 0 auto 20px;
}
.footer .footerBottom .address {
  margin-bottom: 50px;
  font-family: "notosansR";
}
.footer .footerBottom .address a {
  color: white;
}
.footer .footerBottom .address .w500 {
  display: none;
}
@media screen and (max-width: 500px) {
  .footer .footerBottom .address .w500 {
    display: block;
  }
}
.footer .footerBottom .footer_sns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.footer .footerBottom .footer_sns figure {
  width: 34px;
}
.footer .footerBottom .copy {
  font-size: 11px;
  color: #808080;
  padding-bottom: 10px;
}
.footer .footer-fix {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}
@media screen and (max-width: 500px) {
  .footer .footer-fix {
    display: block;
  }
}
.footer .footer-fix .box {
  display: flex;
  font-family: "notosansB";
}
.footer .footer-fix .box a {
  color: white;
  display: block;
  line-height: 80px;
  width: 100%;
  height: 80px;
  z-index: 4;
  position: relative;
}
.footer .footer-fix .box .tel {
  width: 22%;
  background-color: #ffffff;
  position: relative;
}
.footer .footer-fix .box .tel::after {
  content: "";
  background-image: url(../img/top/tel-icon.svg);
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.footer .footer-fix .box .friend {
  width: 39%;
  font-size: 14px;
  background-color: #000000;
}
.footer .footer-fix .box .reserved {
  width: 39%;
  background-color: red;
}/*# sourceMappingURL=common.css.map */