@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #242424;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: max(1.6rem, 14px);
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

a {
  color: inherit;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 6rem;
  }
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

.inner,
.inner__big {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .inner,
  .inner__big {
    max-width: 1130px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .inner__big {
    max-width: 1490px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.28%, rgba(238, 206, 182, 0)), color-stop(65%, #EECEB6));
  background: linear-gradient(180deg, rgba(238, 206, 182, 0) 1.28%, #EECEB6 65%);
}
@media screen and (min-width: 768px) {
  .bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.17%, rgba(238, 206, 182, 0)), to(#EECEB6));
    background: linear-gradient(180deg, rgba(238, 206, 182, 0) 28.17%, #EECEB6 100%);
  }
}

.bg__image {
  background: url(../img/footer_bg.svg) no-repeat center center/cover;
}

/*header*/
.header {
  height: 4.8rem;
  line-height: 4.8rem;
  width: 100%;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .header {
    height: 12.2rem;
    line-height: 12.2rem;
  }
}

.header__inner {
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 10rem;
  }
}

.header__logo {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header__logo {
    font-size: 1.8rem;
  }
}

/*fv*/
.fv {
  position: relative;
  width: 100%;
  z-index: 10;
}
.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.2rem;
}

.fv__text {
  position: relative;
}

.fv__content {
  position: absolute;
  left: 2.7rem;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .fv__content {
    top: 52%;
    left: 16rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 33.1770833333%;
  }
}

.fv__copy {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.2em;
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .fv__copy {
    margin-top: initial;
    font-size: 5.6rem;
    line-height: 1.1964285714;
  }
}

.fv__image {
  margin-right: calc(50% - 50vw);
  margin-left: 1.6rem;
}
@media screen and (min-width: 768px) {
  .fv__image {
    margin-left: 15.3rem;
  }
}

.section__title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4479166667;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section__title {
    line-height: 1.45;
    font-size: 4rem;
  }
}

.section__title::after {
  position: absolute;
  content: attr(data-en);
  color: rgba(255, 255, 255, 0.6);
  top: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  z-index: -1;
  line-height: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section__title::after {
    font-size: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .section__title-masushichi::after {
    top: 20%;
  }
}

.marushichi {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .marushichi {
    padding-top: 4.4rem;
    padding-bottom: 7rem;
  }
}

.marushichi__container {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .marushichi__container {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 15.4rem;
  }
}

.marushichi__content {
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .marushichi__content {
    max-width: 45.4rem;
    margin-top: initial;
  }
}

.marushichi__copy {
  font-size: 2.4rem;
  line-height: 1.4479166667;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .marushichi__copy {
    line-height: 1.4375;
    font-size: 3.2rem;
  }
}

.marushichi__text {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-top: 1.6rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .marushichi__text {
    line-height: 2.1764705882;
    font-size: 1.7rem;
    margin-top: 4rem;
  }
}

.marushici__image {
  width: 100%;
  margin-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  .marushici__image {
    max-width: 47.2rem;
  }
}

.menu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: url(../img/menu_bg.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .menu {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.menu__items {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .menu__items {
    margin-top: 7.2rem;
    row-gap: 5.6rem;
  }
}

@media screen and (min-width: 768px) {
  .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7.2rem;
  }
}

.menu__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.menu__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu__image {
    max-width: 45.4rem;
  }
}

.menu__title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid rgb(199, 101, 27);
  padding-bottom: 0.6rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .menu__title {
    font-size: 4rem;
    margin-top: initial;
    padding-bottom: 1.6rem;
  }
}

.menu__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .menu__text {
    letter-spacing: 0.04em;
    font-size: 1.7rem;
    line-height: 2.1764705882;
  }
}

.menu__text:first-of-type {
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .menu__text:first-of-type {
    margin-top: 2.4rem;
  }
}

.menu__text:nth-of-type(2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .menu__text:nth-of-type(2) {
    margin-top: 3.2rem;
  }
}

.menu__text span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .menu__text span {
    font-size: 1.4rem;
  }
}

.takeout {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.28%, rgba(238, 206, 182, 0)), color-stop(65%, #EECEB6));
  background: linear-gradient(180deg, rgba(238, 206, 182, 0) 1.28%, #EECEB6 65%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .takeout {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 206, 182, 0)), color-stop(64.25%, #EECEB6));
    background: linear-gradient(180deg, rgba(238, 206, 182, 0) 0%, #EECEB6 64.25%);
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}

.takeout__inner {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .takeout__inner {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 12.7rem;
  }
}

.takeout__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .takeout__image {
    max-width: 45.5rem;
  }
}

.takeout__content {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .takeout__content {
    max-width: 36.7rem;
    font-size: 2.4rem;
    line-height: 2.1666666667;
    margin-top: initial;
  }
}

.google-map {
  width: 100%;
  height: 24rem;
}
@media screen and (min-width: 768px) {
  .google-map {
    height: 49rem;
  }
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

.sns {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  background: rgba(255, 255, 255, 0.5);
}

.sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.6rem;
}

.footer {
  padding-top: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10.1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__container {
  max-width: 72.8rem;
  width: 100%;
}

.footer__title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid rgb(199, 101, 27);
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 4rem;
    padding-bottom: 2.1rem;
  }
}

.footer__link {
  margin-top: 2rem;
  gap: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__link {
    margin-top: 4.7rem;
    gap: 0 3.8rem;
  }
}

.footer__tel a {
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  padding-left: 26px;
}
@media screen and (min-width: 768px) {
  .footer__tel a {
    font-size: 2.4rem;
    padding-left: 30px;
  }
}

.footer__tel a::before {
  position: absolute;
  content: "";
  background: url(../img/tel.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .footer__tel a::before {
    width: 24px;
    height: 24px;
  }
}

.footer__time {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__time {
    font-size: 1.7rem;
  }
}

.footer__information {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__information {
    margin-top: 4rem;
  }
}

.footer__information-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
}
@media screen and (min-width: 768px) {
  .footer__information-item {
    gap: 0 3.8rem;
  }
}

.footer__information-item:not(:first-child) {
  margin-top: 0.8rem;
}

.footer__information-item dt,
.footer__information-item dd {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__information-item dt,
  .footer__information-item dd {
    font-size: 1.7rem;
  }
}

.footer__information-item dt {
  width: 110px;
}

.footer__information-item dd {
  max-width: 51.4rem;
  width: 100%;
}

.footer__information-item dd span {
  font-size: 1.5rem;
  line-height: 1.5;
}

.footer__image {
  margin-right: calc(50% - 50vw);
}

.footer__text {
  background: rgb(55, 28, 8);
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .footer__text {
    margin-top: initial;
    height: 8rem;
    line-height: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-desktop-max {
  display: none;
}
@media screen and (min-width: 1500px) {
  .u-desktop-max {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */