html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
  font-family: serif, sans-serif;
}

img:not(.insta-banner) {
  width: 100%;
}

.d-sm {
  display: none;
}

.s {
  font-size: 90%;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

h2 {
  text-align: center;
}
h2.block {
  display: inline-block;
  margin-bottom: 3rem;
  padding: 1rem 5rem;
  border: 2px solid white;
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.3);
}

h3 {
  font-size: 2rem;
}
h3.chevron_right {
  margin-bottom: 2rem;
}
h3.chevron_right:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7c6c2a;
  margin-right: 1rem;
}
h3.chevron_right .sub {
  margin-left: 2.5rem;
  font-size: 80%;
  font-weight: normal;
  display: block;
}

a.tel {
  display: block;
  line-height: 1;
  font-size: 5.6rem;
  color: white;
  text-decoration: none;
}
a.tel span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
}

.u_line {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u_line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #b37d1d, #bd9142, #c7a463, #d1b785, #dbcaa7, #dbcaa7, #dbcaa7, #dbcaa7, #d1b785, #c7a463, #bd9142, #b37d1d);
  transform: scale(1, 1);
}
.u_line.btm:after {
  bottom: -5px;
}

.navbar-dark {
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.navbar-dark .unwrap {
  display: block;
  width: 100%;
  padding-top: 2rem;
}
.navbar-dark .unwrap .u_line {
  color: white;
  font-size: 2.5rem;
  line-height: 3rem;
}
.navbar-dark .unwrap .u_line span {
  font-size: 2rem;
}
.navbar-dark .nav_pad {
  display: block;
  width: 100%;
  height: 3rem;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:after {
  content: "";
  border-right: 1px solid white;
  height: 1rem;
  padding-left: 2rem;
  margin-right: 0.8rem;
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link {
  cursor: pointer;
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link:after {
  content: none;
}

.p-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
    .p-10-b {
      padding-top: 0;
      padding-bottom: 10rem;
    }

.p-10_5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

section.section_p {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.bg_flr {
  background-color: #232323;
  background-image: url("../images/bg_flr_001.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
}
section.bg_l_flr {
  background-color: #232323;
  background-image: url("../images/bg_l_flr.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
section.index {
  background-image: url(../images/index.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
section.index:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
section.index .container {
  height: 100vh;
  position: relative;
}
section.index .container #logo_v {
  width: 200px;
  position: absolute;
  z-index: 2;
  top: 10rem;
  left: 0;
}
section.bg-black {
  background-color: black;
}
section ul {
  list-style: none;
}
section ul.menu {
  padding-left: 0;
}
section ul.menu li {
  border-bottom: 1px solid #d3d3d3;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1rem;
}
section ul.menu li span.price {
  float: right;
  display: block;
}
section .bgb {
  background: rgba(0, 0, 0, 0.7);
}
section .menu_disc_box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
}
section .container header h1 {
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
}
section .container .menu_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}
section .container.container_mb {
  margin-bottom: 6rem;
}
section .container.w600 {
  max-width: 600px;
}
section .container.w800 {
  max-width: 800px;
}
section .container.w900 {
  max-width: 900px;
}
section .container.w1000 {
  max-width: 1000px;
}
section .container .w_box {
  padding: 3rem;
  background-color: white;
}
section .container .caption {
  color: white;
  padding: 3rem;
}
section .container .caption p {
  font-size: 1.7rem;
  margin-bottom: 0;
}
section .container .subject_black {
  background-color: black;
  width: 6rem;
}
section .container .subject_black .line {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-right: 0.7rem;
  border-right: 1px solid #7c6c2a;
}
section .container .subject_black h2 {
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: white;
  padding-left: 0.7rem;
  margin-bottom: 0;
}
section.gray {
  background-color: #e9e9e9;
}
section.dark {
  background-color: #232323;
  color: white;
}
section dl.info {
  max-height: 300px;
  overflow-y: auto;
}
section dl.info dt {
  border-bottom: 2px solid black;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
section dl.info dd {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
}

footer {
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-image: url(../images/footer_bg.webp);
  background-repeat: no-repeat;
}
footer .container {
  width: 800px;
}
footer .container a {
  width: 90%;
  display: block;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
}
footer .container a:hover {
  border-color: #7c6c2a;
}

#google_map {
  width: 100%;
  height: 400px;
}

.top_btn {
  text-align: center;
  cursor: pointer;
  padding: 1rem;
  position: fixed;
  color: white;
  z-index: 999;
  bottom: 0.5rem;
  right: 0.5rem;
  border-radius: 3px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}

.sub-menu {
  margin-left: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .d-sm {
    display: block;
  }
  h3.chevron_right {
    margin-left: 1rem;
  }
  a {
    text-align: center;
  }
  a.tel {
    font-size: 4rem;
  }
  a.tel span {
    font-size: 1rem;
  }
  .u_line.btm:after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }
  address span {
    display: block;
  }
  .p-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
    .p-10-b {
      padding-top: 0;
      padding-bottom: 5rem;
    }

  .navbar-dark {
    background: none;
  }
  .navbar-dark .unwrap {
    display: none;
  }
  .navbar-dark .navbar-nav .nav-item {
    text-align: center;
  }
  .navbar-dark .navbar-nav .nav-link:after {
    content: none;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 7rem;
    left: 0;
    width: 100%;
  }
  .navbar-toggler {
    position: fixed;
    left: 2rem;
    top: 2rem;
    background-color: black;
  }
  section .container, footer .container {
    width: inherit;
  }
  section .container.m-pd, footer .container.m-pd {
    padding-left: 0;
    padding-right: 0;
  }
  section .container .menu_bg, footer .container .menu_bg {
    height: 300px;
  }
  section .container header h1, footer .container header h1 {
    font-size: 1.6rem;
  }
  section .container .caption.m-pd, footer .container .caption.m-pd {
    padding-left: 0;
    padding-right: 0;
  }
  section .container .caption p, footer .container .caption p {
    font-size: 1.6rem;
  }
  section.index .container #logo_v {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 60vh;
  }
  section.bg_flr, section.bg_l_flr {
    /*background-image: none;*/
  }
  section.bg_l_flr h3.u_line {
    display: block;
    text-align: center;
  }
  section ul.menu li span.price {
    float: none;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .sp_none {
    display: none;
  }
}


.top-banner {
  text-align: center;
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 10rem;
  padding: 2em 1em;
}
.top-banner img {
  max-width: 800px;
  height: auto;
}
.top-banner img:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .top-banner {
    margin-bottom: 5rem;
  }
}

.insta-banner-wrap {
  text-align: center;
  margin-bottom: 4em;
}
.insta-banner-wrap a:hover {
  opacity: 0.75;
}
.insta-banner-wrap img {
  height: auto;
  max-width: 100%;
}