﻿/* CSS Document */

/*====================================================
全体
====================================================*/
@font-face {
  font-family: 'Noto Serif JP';
  src: local('NotoSerifJP-VariableFont_wght.ttf'), url("../../../../../../common/font/NotoSerifJP-VariableFont_wght.ttf");
  font-display: swap;
  font-weight: 400;
}

/*カラー共通　ここの色を変えれば全体が変わる*/
:root {
  /* 全体のフォントの色 */
  --font-color: #595959;
}

.fadein,
.leisureBox01MT,
.leisureBox02MT {
  opacity: 0;
  transition: all 0.9s;
}

.fadein.active,
.leisureBox01MT.active,
.leisureBox02MT.active {
  opacity: 1;
}

.pc {
  display: block !important;
}

.sp,
.sp-newLine {
  display: none !important;
}

/* 画面100%表示用↓ここから */
.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
}

/* 画面100%表示用↑ここまで */

#chinesefood2024 {
  font-family: "Noto Serif JP", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  margin-bottom: 15px;

  background-image: url(../img/bg.png);
  background-position: center center;
  background-size: cover;
}

/* ↓ここからヘッダー画像↓ */

/* ヘッダー画像 */
#chinesefood2024 img {
  text-align: center;
  width: 100%;
}

.head {
  background-color: var(--head-back-color);
  margin: 0 auto 30px;
}

#chinesefood2024 .head img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.lead {
  margin: 128px auto 0;
  max-width: 940px;
  text-align: center;
  color: var(--font-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}

.btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 940px;
  margin: 80px auto 0;
  padding-bottom: 160px;
  gap: 40px;
}

.btn:hover {
  transform: translateY(-5px);
}

/* ↑ここまでヘッダー画像↑ */

/*↓ ここからスマホ ↓*/

@media screen and (max-width: 767px) {

  #fftop_recomDetail section {
    padding: 0;
  }

  .pc {
    display: none !important;
  }

  .sp,
  .sp-newLine {
    display: block !important;
  }

  #chinesefood2024 .head {
    margin: 0 auto 3.947vw;
  }

  #chinesefood2024 .head img {
    width: 100%;
    padding: 0;
    height: auto;
    object-fit: cover;

  }

  .lead {
    margin: 40px auto 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .btn_area {
    display: block;
    margin-top: 40px;
    padding: 0 10px 160px;
    text-align: center;
    width: 80%;
  }

  .btn {
    margin: 0 auto;
    max-width: 320px;
  }

  .btn+.btn {
    margin-top: 24px;
  }


  #chinesefood2024 {
    font-size: 0;
    margin-bottom: 3.947vw;
  }

  /* ヘッダー画像 */
  #chinesefood2024 img {
    text-align: center;
    width: 100%;
  }


  #fftop_recomDetail .reBox {
    padding: 0px;
  }
}
