@charset "UTF-8";
/* ========================================
共通（ベースルール）
======================================== */
* {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14.4px;
  color: #383E45;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ========================================
共通（モジュール）
======================================== */
.lv1-heading {
  font-size: 84.5px;
  font-weight: bold;
}

.lv2-heading {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.lv3-heading {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 6px solid #E03131;
}

@media screen and (min-width: 780px) {
  .lv1-heading {
    font-size: 115px;
  }

  .lv2-heading {
    font-size: 72px;
  }

  .lv3-heading {
    display: inline-block;
    font-size: 40px;
    padding-bottom: 17px;
  }
}
.more-btn {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-btn:before {
  content: "";
  position: absolute;
  border-top: 1px solid #E03131;
  border-left: 1px solid #E03131;
  top: 0;
  left: 0;
  width: 32px;
  height: 25px;
}
.more-btn:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #E03131;
  border-right: 1px solid #E03131;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 25px;
}

/* ========================================
ヘッダー
======================================== */
.header {
  position: absolute;
  top: 16px;
  right: 39px;
  color: #fff;
  text-shadow: #000 1px 1px 2px;
}
.header__list {
  display: flex;
}
.header__item:not(:last-child) {
  margin-right: 24px;
}
.header__item:hover {
  color: #E03131;
}

/* ========================================
ファーストビュー
======================================== */
.hiro {
  background: url("img/hiro.jpg") center/cover #DEDEDE;
}
.hiro__inner {
  height: 100vh;
  max-width: 1000px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
.hiro__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/* ========================================
MENU
======================================== */
.menu {
  margin-top: 20px;
}
.menu__head-inner, .menu__body-inner {
  max-width: 1000px;
  padding: 0 16px;
  margin: 0 auto;
}
.menu__head {
  background: url("img/menu.jpg") center/cover fixed #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94px;
  margin-bottom: 33px;
}
.menu__body {
  margin-bottom: 109px;
}

@media screen and (min-width: 780px) {
  .menu__head {
    height: 300px;
    margin-bottom: 90px;
  }
  .menu__body {
    margin-bottom: 149.5px;
  }
  .menu__body-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .menu__item {
    padding: 0 45px;
  }
  .menu__item1 {
    grid-row: 1/3;
    border-right: 1px solid #000;
  }
}
.order {
  margin-bottom: 38px;
}
.order__title {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.order__item {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.order__text {
  border-bottom: 1px dotted #000;
  padding-bottom: 2.5px;
  flex: 1;
}
.order__price {
  margin-left: 8.6px;
}

@media screen and (min-width: 780px) {
  .order {
    margin-bottom: 96.5px;
  }
  .order__title {
    margin-bottom: 69px;
  }
  .order__item:not(:last-child) {
    margin-bottom: 26.5px;
  }
  .order__item:last-child {
    margin-bottom: 0;
  }
  .order__price {
    margin-left: 15.5px;
  }
}
/* ========================================
ABOUT
======================================== */
.about {
  margin-top: 109px;
}
.about__inner {
  max-width: 1000px;
  padding: 0 16px;
  margin: 0 auto;
}
.about__head {
  background: url("img/about.jpg") center/cover fixed #DEDEDE;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}
.about__body {
  margin-bottom: 80px;
}
.about__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.about__text {
  margin-bottom: 14px;
}
.about__btn {
  margin: 0 auto;
}

@media screen and (min-width: 780px) {
  .about__head {
    height: 300px;
  }
  .about__description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 54px;
    padding: 0 20px;
    margin-bottom: 51px;
  }
}
/* ========================================
LOCATION
======================================== */
.location__inner {
  max-width: 1000px;
  padding: 0 16px;
  margin: 0 auto;
}
.location__head {
  background: url("img/location.jpg") center/cover fixed #DEDEDE;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}
.location__body {
  margin-bottom: 148px;
}
.location__title {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.location__img {
  width: 100%;
  height: 407px;
  background: #DEDEDE;
  margin-bottom: 22px;
}
.location__text {
  margin-bottom: 14px;
  line-height: 24.4px;
}

@media screen and (min-width: 780px) {
  .location__head {
    height: 300px;
  }
}
/* ========================================
フッター
======================================== */
.footer {
  margin: 10px;
  max-width: 1000px;
  padding: 0 16px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */