@charset "utf-8";


/* --------------------
フォント設定
--------------------*/

body,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
}

/* 英字 */
.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* -----------------------------------------------


共通


----------------------------------------------- */

body {
  background-color: #F7EFE8;
}


.section__inner {
  max-width: 1140px;
  margin: 0 auto;
}


.section__title {
  text-align: center;
  color: #916642;
  margin-bottom: 90px;
}

.section__title-en {
  font-size: 80px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1;
}

.section__title-ja {
  font-size: 20px;
  font-weight: 300;
  margin-top: 1em;
  display: block;
}

.section__title.white .section__title-en,
.section__title.white .section__title-ja {
  color: #fff;
}


/* -----------------------------------------------


ヘッダー


----------------------------------------------- */


/* -----------------------------------------------


メインビジュアル


----------------------------------------------- */

#mv {
  padding: 0;
  padding-top: 140px;
}

.hero__inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.hero__image {
  max-width: 1260px;
  margin-right: 0;
  margin-left: auto;
  height: 800px;
}

.hero__image img {
  border-radius: 200px;
  height: 100%;
}

.hero__catchcopy {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  line-height: 1.75;
  color: #422B1B;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* -----------------------------------------------


私たちについて


----------------------------------------------- */

.section--about {
  text-align: center;
  padding: 120px 0;
}

.about__content .p_1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.75;
  margin-bottom: 1.25em;
}

.about__content .p_2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
}

/* -----------------------------------------------


メニュー


----------------------------------------------- */

.section--menu {
  background-color: #C0AB99;
  padding: 120px 0 150px;
}


/* -----------------------------------------------


店舗情報


----------------------------------------------- */

.info__table .info__row {
  border-color: #E5CFBD;
}


/* -----------------------------------------------


インスタグラム


----------------------------------------------- */

.section--insta {
  background-color: #C0AB99;
}


/* -----------------------------------------------


フッター


----------------------------------------------- */

/* =========================================================
   Tablet（iPad） 768px〜1024px
========================================================= */

@media (max-width: 1024px) {

  /* セクションタイトル */
  .section__title-en {
    font-size: 60px;
  }

  .section__title-ja {
    font-size: 18px;
  }

  /* hero */
  #mv {
    padding-top: 130px;
  }

  .hero__catchcopy {
    color: #fff;
  }

  .hero__image {
    height: 600px;
  }

  .hero__image img {
    border-radius: 150px;

  }

  .hero__catchcopy {
    font-size: 36px;
    left: 20px;
  }

  /* about */
  .section--about {
    padding: 100px 0;
  }

  .about__content .p_1 {
    font-size: 26px;
  }

  .about__content .p_2 {
    font-size: 18px;
  }
}


/* =========================================================
   Smartphone 〜767px
========================================================= */


@media (max-width: 767px) {

  /* セクションタイトル */
  .section__title {
    margin-bottom: 50px;
  }

  .section__title-en {
    font-size: 46px;
  }

  .section__title-ja {
    font-size: 16px;
    margin-top: 0.5em;
  }

  /* hero */
  #mv {
    padding-top: 200px;
  }

  .hero__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .hero__image {
    height: auto;
    width: 100%;
  }

  .hero__image img {
    width: 100%;
    border-radius: 50px;
  }

  .hero__catchcopy {
    position: static;
    transform: none;
    font-size: 28px;
    margin: 40px 0 60px;
    color: #422B1B;
  }

  /* about */
  .section--about {
    padding: 80px 0;
    background-color: #fff;
  }

  .about__content .p_1 {
    font-size: 18px;
  }

  .about__content .p_2 {
    font-size: 16px;
  }

  .section--menu {
    padding: 80px 0 100px;
  }

}