.banner_fixed_top {
  position: absolute;
  top: 76px;
}
@media (max-width: 767px) {
  .banner_fixed_top {
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: 6rem;
  }
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 8px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.8);
  height: -moz-fit-content;
  height: fit-content;
  height: 56px;
  z-index: 1000;
  transition: 0.3s;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 8px;
  padding: 0 24px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header.header_fix {
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 992px) {
  header {
    width: 100%;
    border-radius: 0;
    top: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: inherit;
            backdrop-filter: inherit;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  width: 100%;
  max-width: 960px;
  padding: 0 16px;
  gap: 16px;
}
@media (max-width: 992px) {
  .nav {
    display: none;
  }
}

.pc-nav a {
  color: #333;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.2s;
}
.pc-nav a:hover {
  color: #999;
  transition: 0.2s;
}

/* menu_sp */
.box_hamburger {
  position: absolute;
  right: 10px;
  top: 4px;
  width: 50px;
  height: 44px;
  cursor: pointer;
  z-index: 300;
  display: none;
}
@media (max-width: 992px) {
  .box_hamburger {
    display: block;
  }
}

.btn_close {
  content: "";
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 44px;
  cursor: pointer;
  z-index: 300;
  background: 0 0;
  display: none;
}

.btn_close.show {
  display: block;
}

.hamburger__line {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #000;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 30px;
}

.ham_close {
  position: fixed;
}

.ham_close .hamburger__line {
  background: #fff;
}

.ham_close .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.ham_close .hamburger__line--2 {
  transform: rotate(-45deg);
  top: 20px;
}

.container_sp_menu {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.menu_sp {
  height: auto;
  text-align: center;
  z-index: 1000;
}

.menu_sp img {
  width: 100%;
  max-width: 200px;
}

.menu_sp a {
  color: #fff;
  font-size: 1.2rem;
  display: inline-flex;
  transition: 0.2s;
}
.menu_sp a:hover {
  color: #999;
  transition: 0.2s;
}

.overlay_sp {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}

.list_menu_sp {
  padding: 0;
}

ul.list_menu_sp li {
  margin-bottom: 4rem;
}

.menu_sp a.btn_link_workspace {
  border: 1px solid #fff;
  padding: 1rem 1.4rem;
  font-size: 1rem;
  border-radius: 4px;
}

.booking_content {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.container_modal {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 410px;
  height: auto;
  text-align: center;
  padding: 1rem 3rem 2.2rem;
  display: flex;
  flex-direction: column;
}

.box_btn_close {
  text-align: right;
  cursor: pointer;
}

.container_modal .box_heading .heading_en {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 200;
  position: relative;
}

.container_modal table {
  width: 100%;
  border-collapse: collapse;
}

.container_modal .box_heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
}

.list_sns_sp {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

a.link_lang {
  border: 1px solid #333;
  padding: 0 12px;
  transition: 0.1s;
}
a.link_lang:hover {
  border: 1px solid #999;
  transition: 0.2s;
}
@media (max-width: 992px) {
  a.link_lang.link_sp {
    border: 1px solid #fff;
  }
  a.link_lang:hover {
    color: #fff;
    transition: 0.2s;
  }
}

/* menu_sp *//*# sourceMappingURL=lp-nav.css.map */