@charset 'utf-8';

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #dbd0b4;
  color: #333;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif, 'Noto Sans JP', sans-serif, 'Cardo', serif;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  width: 93%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

/* pcとspの表示設定 */
.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

/* ヘッダー */
.header {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  width: 96%;
}

.header_inner {
  align-items: center;
}

.header_text {
  margin-left: 2em;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}

.header_time {
  margin-left: 1em;
}

.header_tel {
  text-align: right;
  line-height: 1.2;
}

.header_tel p {
  font-weight: 700;
  font-family: 'Noto Sans JP';
}

.header_item {
  position: relative;
  margin-right: 30px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}

.header_item:last-child {
  margin-right: 0;
}

.header_item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: transform .6s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.header_item:hover::after {
  transform: scale(1, 1);
}

.header_nav {
  margin-top: 24px;
}

/* 共通パーツ */
.text {
  font-family: 'Noto Sans JP', sans-serif;
}

.section_title {
  color: #e74952;
  text-transform: uppercase;
  font-weight: bold;
  font-size: min(8vw, 96px);
  font-family: 'Cardo', serif;
  line-height: 1;
}

.section_subtitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

/* ボタン */
.section_button {
  position: relative;
  z-index: 60;
  display: flex;
  justify-content: center;
}

.button {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Cardo', serif;
  transition: .4s;
}

.button::before {
  content: '';
  position: absolute;
  top: -4px;
  z-index: 40;
  display: inline-block;
  margin-left: 128px;
  width: 52px;
  height: 52px;
  background-image: url(../image/black_circle.png);
  background-position: center;
  background-repeat: no-repeat;
}

.button::after {
  content: '';
  position: absolute;
  z-index: 60;
  display: inline-block;
  margin-left: 4px;
  width: 55px;
  height: 42px;
  background-image: url(../image/black_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: .4s;
}

.button:hover {
  color: #e74952;
  transition: .4s;
}

.button:hover::after {
  background-position: 18px;
}

/* SHOP INFO */
.shopinfo {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.steak_illust {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  max-width: 326px;
  width: 20%;
}

.bear_illust {
  position: absolute;
  top: 800px;
  right: 0;
  z-index: -10;
  max-width: 360px;
}

.shopinfo_title {
  text-align: center;
}

.shopinfo_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

.shopinfo_logo {
  margin-bottom: 20px;
  width: 250px;
}

.shopinfo_left {
  margin-right: 5%;
  text-align: center;
}

.shopinfo_left p {
  margin-bottom: 10px;
  color: #6e6049;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}

.shopinfo_tel {
  margin: 0 auto;
  margin-bottom: 36px;
  padding: 28px 33px;
  width: 327px;
  border: 1px solid #6e6049;
}

.shopinfo_right {
  width: 65%;
}

.shopinfo_text {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #c5b699;
  font-family: 'Noto Sans JP', sans-serif;
}

.shopinfo_text dt {
  width: 180px;
  font-weight: normal;
}

.shopinfo_text dd {
  width: 400px;
}

.shopinfo_map {
  margin-top: 70px;
  text-align: center;
}

.shopinfo_image {
  max-width: 495px;
  width: 100%;
}

.shopinfo_map iframe {
  max-width: 1100px;
  width: 96%;
  aspect-ratio: 2/1;
  -webkit-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
          filter: grayscale(100%);

     -moz-filter: grayscale(100%);
       -o-filter: grayscale(100%);
}

.sp_br {
  display: none;
}

/* フッター */
.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #309a35;
  text-align: center;
}

.footer_item {
  position: relative;
}

.footer_item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform .6s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.footer_item:hover::after {
  transform: scale(1, 1);
}

.footer_nav {
  margin: 40px auto;
  max-width: 574px;
  width: 96%;
  color: #fff;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}

.footer_logo,
.footer_copyright {
  filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(9%) hue-rotate(63deg) brightness(104%) contrast(102%);
}

.footer_copyright {
  display: block;
}

/* 下層ページのメインビジュアル */
.mv_sub {
  position: relative;
  min-height: 400px;
  width: 100%;
}

.mv_sub_title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mv_sub_title span {
  font-weight: bold;
  font-size: 20px;
}

/* 日本語タイトル */
.jp_title {
  color: #6e6049;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 42px;
}

@media (max-width: 970px) {
  .header_text {
    display: none;
  }

  /* SHOP INFO */
  .shopinfo_wrapper {
    flex-direction: column;
    margin-top: 30px;
  }

  .shopinfo_right {
    margin-top: 32px;
    width: 96%;
  }

  .shopinfo_left {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  /* psとspの表示設定 */
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  /* タイトル */

  .section_title {
    font-size: 50px;
  }

  .section_subtitle {
    font-size: 20px;
  }

  .jp_title {
    font-size: 28px;
  }

  /* ハンバーガーメニュー */
  .header_hamburger {
    position: relative;
    position: fixed;
    right: 2%;
    z-index: 999;
    width: 40px;
    height: 32px;
  }

  .hamburger_bar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
  }

  .hamburger_bar:nth-child(1) {
    top: 0;
  }

  .hamburger_bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .hamburger_bar:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
  }

  .header_list {
    position: fixed;
    top: 0;
    z-index: 999;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #dbd0b4;
    transition: .4s;
    transform: translateX(100%);
  }

  .header {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header_item {
    margin-top: 50px;
    margin-right: 0;
    color: #333;
  }

  .header_item::after {
    display: none;
  }

  .show .header_list {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
    transform: translateX(0);
  }

  .show .hamburger_bar {
    background-color: #333;
  }

  .show .hamburger_bar:nth-child(1) {
    background: transparent;
  }

  .show .hamburger_bar:nth-child(2) {
    top: 0;
    margin-top: 10px;
    transform: rotate(-135deg);
  }

  .show .hamburger_bar:nth-child(3) {
    top: 0;
    margin-top: 10px;
    transform: rotate(135deg);
  }

  .header_sp_time {
    margin-top: 50px;
    margin-bottom: 18px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .header_sp_tel {
    margin: 0 auto;
    padding: 28px 33px;
    width: 327px;
    border: 1px solid #6e6049;
    color: #6e6049;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  /* SHOP INFO */

  .shopinfo {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .shopinfo_logo {
    width: 183px;
  }

  .steak_illust {
    top: 20px;
    width: 30%;
  }

  .shopinfo_tel {
    margin: 0 auto;
    margin-bottom: 18px;
    padding: 28px 33px;
    width: 327px;
    border: 1px solid #6e6049;
  }

  .bear_illust {
    top: 1220px;
    width: 25%;
  }

  .sp_br {
    display: block;
  }

  .shopinfo_map {
    margin-top: 40px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_nav {
    display: none;
  }

  .footer_copyright {
    margin-top: 20px;
  }

  /* ボタン */

  .section_button {
    margin-right: 6%;
  }

  .button {
    font-size: 18px;
  }

  .button::before {
    top: -7px;
    margin-left: 100px;
    width: 44px;
    height: 44px;
    background-size: contain;
  }

  .button::after {
    width: 50px;
    height: 26px;
  }
}

@media (min-width: 768px) {
  a[href^='tel:06-6562-3718'] {
    pointer-events: none;
  }
}
