html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Shippori Mincho", serif;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

/*
load
------------------------------------------------------------*/
.load {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.load_img {
  width: 13.3%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .load_img {
    width: 55.6%;
  }
}

/*
header
------------------------------------------------------------*/
.header_logo {
  width: 200px;
  padding: 30.5px 0 22.5px 77.3px;
}
@media (max-width: 767px) {
  .header_logo {
    display: none;
  }
}
.header_nav {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
}
.header_nav_list {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_nav_list_item {
  font-size: 3rem;
  text-align: center;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .header_nav_list_item {
    font-size: 3rem;
    text-align: left;
    line-height: 2.2;
  }
}
.header_nav_list_item a {
  color: #fff;
}
.header_nav_icon {
  width: 160px;
  position: fixed;
  bottom: 5%;
  right: 3%;
}
@media (max-width: 767px) {
  .header_nav_icon {
    width: 120px;
  }
}

/*
burger
------------------------------------------------------------*/
.burgerBtn .bar {
  display: block;
  height: 3px;
  width: 44px;
  background-color: #707070;
  transition: 0.3s;
  border-radius: 10px;
}

.burgerBtn.cross .bar {
  background-color: #fff;
}

.bar_top,
.bar_mid {
  margin-bottom: 8px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 41.5px;
  right: 86.5px;
}
@media (max-width: 767px) {
  button {
    top: 32px;
    right: 25px;
  }
}

.burgerBtn.cross .bar_top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: 0.3s;
}

.burgerBtn.cross .bar_mid {
  opacity: 0;
  transition: 0.3s;
}

.burgerBtn.cross .bar_bottom {
  transform: rotate(-45deg) translate(8px, -8px);
  transition: 0.3s;
}

body.no_scroll {
  overflow: hidden;
}

html.no_scroll {
  overflow: hidden;
}

/*
mv
------------------------------------------------------------*/
@media (max-width: 767px) {
  .mv {
    display: none;
  }
}
.mv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_sp {
  display: none;
}
@media (max-width: 767px) {
  .mv_sp {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .mv_sp img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv_sp::after {
    content: "";
    display: block;
    background-image: url(../img/hidejiro_scroll.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 55px;
    position: absolute;
    z-index: 9999;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*
catch
------------------------------------------------------------*/
.catch {
  padding: 150px 4vw;
}
@media (max-width: 767px) {
  .catch {
    padding: 130px 8vw 96px;
  }
}
.catch_logoTitle {
  width: 25.7%;
  margin: 0 auto 280px;
}
@media (max-width: 767px) {
  .catch_logoTitle {
    width: 40.1%;
    margin: 0 auto 111px;
  }
}
.catch_copy {
  width: 82.1%;
  margin: 0 auto 280px;
}
@media (max-width: 767px) {
  .catch_copy {
    width: 72.2%;
    margin: 0 auto 91.2px;
  }
}
.catch_title {
  font-size: 5.5rem;
  text-align: center;
  line-height: 1.26;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .catch_title {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
.catch_text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .catch_text {
    font-size: 1.5rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

/*
food
------------------------------------------------------------*/
.food_padding {
  padding: 0 4vw;
}

.food {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .food {
    margin-bottom: 100px;
  }
}
.food_slide {
  width: 100%;
  margin: 0 auto 75px;
}
@media (max-width: 767px) {
  .food_slide {
    margin: 0 auto 34px;
  }
}
.food_slide li {
  margin: 0 10px;
}
.food_slide li img {
  width: 95%;
  height: auto;
}
.food_copy {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .food_copy {
    font-size: 1.5rem;
    -moz-text-align-last: left;
         text-align-last: left;
    line-height: 1.6;
    letter-spacing: -0.048em;
  }
}

/*
drink
------------------------------------------------------------*/
@media (max-width: 767px) {
  .drink_img {
    display: none;
  }
}

.drink_img_sp {
  display: none;
}
@media (max-width: 767px) {
  .drink_img_sp {
    display: block;
  }
}

/*
room
------------------------------------------------------------*/
.room {
  padding: 159px 4vw 185px;
}
@media (max-width: 767px) {
  .room {
    padding: 33px 8vw 93px;
  }
}
.room_box {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .room_box {
    flex-direction: column;
    margin-bottom: 33px;
  }
}
.room_box_item {
  width: 32.8%;
}
@media (max-width: 767px) {
  .room_box_item {
    width: 100%;
    margin-bottom: 28px;
  }
  .room_box_item:last-of-type {
    margin-bottom: 0;
  }
}
.room_copy {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .room_copy {
    font-size: 1.5rem;
    -moz-text-align-last: left;
         text-align-last: left;
    letter-spacing: -0.048em;
  }
}
.room_time {
  font-size: 3rem;
	text-align: center;
	line-height: 1.36;
}
@media (max-width: 767px) {
  .room_time {
    display: none;
  }
}
.room_time_sp {
  display: none;
}
@media (max-width: 767px) {
  .room_time_sp {
    display: block;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.36;
    margin-bottom: 35px;
  }
}
.room_policy {
  display: none;
}
@media (max-width: 767px) {
  .room_policy {
    display: block;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/*
staff
------------------------------------------------------------*/
.staff {
  padding: 0 4vw 159px;
}
@media (max-width: 767px) {
  .staff {
    padding: 0 8vw 88px;
  }
}
.staff_title {
  width: 71.8%;
  margin: 0 auto 51.5px;
}
@media (max-width: 767px) {
  .staff_title {
    width: 76.9%;
    margin: 0 auto 20px;
  }
}
.staff_conditions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .staff_conditions {
    margin-bottom: 80px;
  }
}
.staff_conditions_copy {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .staff_conditions_copy {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}
.staff_instagram {
  display: block;
  font-size: 2rem;
  text-align: center;
  width: 200px;
  padding: 15px 0 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .staff_instagram {
    font-size: 2rem;
    width: 226px;
    padding: 20px 0;
  }
}

/*
shop
------------------------------------------------------------*/
.shop {
  padding: 0 4vw 223px;
}
@media (max-width: 767px) {
  .shop {
    padding: 0 8vw 65px;
  }
}
.shop_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
@media (max-width: 767px) {
  .shop_box {
    flex-direction: column;
  }
}
.shop_box_left {
  width: 39.9%;
}
@media (max-width: 767px) {
  .shop_box_left {
    width: 100vw;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .shop_box_right {
    width: 66.9%;
    margin: 0 auto;
  }
}
.shop_box_right p {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  .shop_box_right p {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
}
.shop_box_right a {
  display: block;
  font-size: 2rem;
  text-align: center;
  width: 200px;
  padding: 15px 0;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .shop_box_right a {
    font-size: 2rem;
    width: 226px;
    padding: 20px 0;
  }
}

/*
footer
------------------------------------------------------------*/
.footer {
  background-color: #2c2c2c;
  padding: 70px 8%;
}
@media (max-width: 767px) {
  .footer {
    padding: 39px 10% 48px;
  }
}
.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_box_copy {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .footer_box_copy {
    font-size: 1.5rem;
  }
}
.footer_box_img {
  width: 60px;
}
@media (max-width: 767px) {
  .footer_box_img {
    width: 45px;
  }
}
/*# sourceMappingURL=style.css.map */