@charset "utf-8";

/*font-family: "Noto Sans JP", sans-serif;*/
/*font-family: "Noto Serif JP", serif;*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

/*=====ボディ設定*/
html {
  font-size: 62.5%;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif; /*基本フォント,代替フォント*/
}

body {
  font-size: 1.6rem;
  background-color: #000;
  overflow: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*=====ヘッダー*/
header {
  width: 100%;
  position: relative;
}

/* ロゴ */
header .logo {
  position: absolute;
  top: 50%; /*左右中央寄せ*/
  left: 50%; /*左右中央寄せ*/
  transform: translate(-50%, -50%); /*左右中央寄せ*/
  z-index: 10;
}

/* snsアイコン */
header .sns {
  list-style: none;
  display: flex;
  position: absolute;
  right: 20px;
  top: 25px;
}

.sns li {
  margin-right: 16px;
}

/* メイン画像 */
.mv_image {
  width: 100%;
  height: 458px;
  position: relative;
  opacity: 0.5; /*透明度を変更*/
}

/* 波線 */
.back_wave {
  width: 100%;
  background-image: url("../images/t-wave.svg");
  background-size: cover; /*横幅いっぱい*/
  height: 42px; /*高さを指定する*/
  position: absolute;
  bottom: 0; /*一番下に表示*/
}

/*=====メイン*/
main {
  width: 1200px;
  color: #fff;
  margin: 0 auto;
}

/* コンテンツの囲み */
.wrapper {
  width: 920px; /* コンテンツ幅の指定 */
  margin: 0 auto 110px; /* センター表示・コンテンツ間余白*/
}

/* タイトル-リード文 */
.ttl_lead {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 50px;
  line-height: 1.2;
}

/* 創業200年、みたらしひとすじコンテンツ */
.grid_lead {
  display: grid;
  grid-template-columns: 450px 430px;
  justify-content: space-between;
  margin: 0 0 110px;
  align-items: end;
  position: relative;
  margin-top: -40px;
}

/* テキスト */
.block_detail p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.3;
}

/* タイトル - 共通 */
.ttl_cmn_1 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 37px;
}

/* 商品一覧 */
.grid_menu {
  display: grid;
  grid-template-columns: repeat(3, 306px);
  grid-template-rows: 280px;
  margin: 0 0 171px 0;
}

/* 商品画像 */
.grid_menu img {
  width: 100%;
  height: 100%;
}

/* 商品名 */
figcaption {
  text-align: center;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

/* 店舗情報 */
.grid_access {
  display: grid;
  grid-template-columns: 480px 404px;
  justify-content: space-between;
}

/* 住所 */
.address {
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
}

/* 住所・駐車場テキスト間調整 */
.address p + p {
  margin-top: 18px;
}

/* 駐車場下余白 */
.address_parling {
  margin-bottom: 35px;
}

/* 電話番号テキスト */
.tel_text {
  margin-top: 34px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
}

/* 必須 */
.tel span {
  width: 45px;
  height: 22px;
  background-color: #ea0000;
  border-radius: 3px;
  margin-left: 12px;
  font-size: 1rem;
  padding: 5px 11px;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,
    1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000;
}

/* 電話番号 */
.tel_number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 24px;
}

/* 注意事項 */
.list_caution {
  width: 480px;
  height: auto;
  background-color: #2b2b2b;
  border-radius: 5px;
  padding: 16px 26px 25px 35px;
  font-size: 1.3rem;
  line-height: 2;
}

/* 地図 */
iframe {
  width: 100%;
  height: 392px;
}

/* オンラインストア */
.bnr_online_store {
  position: fixed; /*位置固定*/
  top: 30%; /*上からの位置*/
  right: 0; /*右からの位置*/
  z-index: 100;
  display: grid;
  justify-content: center;
  width: 66px;
  height: 205px;
  background-color: #ea0000;
  border-radius: 8px 0 0 8px;
  align-items: center;
}

/*=====フッター*/
footer {
  width: 100%;
  padding: 0 0 31px;
  position: relative;
}

/* スライダー */
.slider {
  position: relative;
}

/* スライダー画像 */
.slider img {
  width: 100%;
  height: 297px;
}

/* 波線 */
.f_back_wave {
  width: 100%;
  margin-top: -40px;
  background-image: url("../images/f_wave.svg");
  background-size: cover; /*横幅いっぱい*/
  height: 42px; /*高さを指定する*/
  position: absolute;
}

/* フッター要素 */
.f_wrap {
  text-align: center; /*要素センタリング*/
  margin-top: 57px;
}

/* SNS */
.f_sns li {
  display: inline-block; /*ブロック要素を横並びにして、ブロック要素も残す*/
  margin: 31px 15px 44px 0;
}

/* コピーライト */
.f_wrap p {
  color: #fff;
  font-size: 1.3rem;
}

/* ブレークポイント＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {
  /* メイン画像 */
  .mv_image {
    height: 640px;
    object-fit: cover;
  }

  /* ロゴ */
  header .logo img {
    width: 317px;
    height: 158px;
    object-fit: cover;
  }

  /* 波線 */
  .back_wave {
    background-image: url("../images/sp/t_wave_sp.svg");
    height: 30px;
  }

  main {
    width: 100%;
  }

  /* snsアイコン */
  .sns img {
    width: 80%;
    height: auto;
  }

  .sns li {
    margin-right: -10px;
  }

  /* コンテンツの囲み */
  .wrapper {
    width: 100%; /* コンテンツ幅の指定 */
    margin: 0 auto 40px; /* センター表示・コンテンツ間余白*/
  }

  /* タイトル-リード文 */
  .ttl_lead {
    font-size: 3.5rem;
    margin-bottom: 19px;
    line-height: 1.3;
  }

  /* 創業200年、みたらしひとすじコンテンツ */
  .grid_lead {
    display: block;
    top: 40px;
  }

  .grid_lead img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .block_detail {
    padding-left: 20px;
  }

  /* テキスト */
  .block_detail p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    width: 340px;
    margin-bottom: 25px;
  }

  /* タイトル - 共通 */
  .ttl_cmn_1 {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 22px;
    margin-left: 20px;
  }

  /* 商品一覧 */
  .grid_menu {
    display: block;
    width: 340px;
    margin: 0 auto;
    margin-bottom: 54px;
  }

  .grid_menu img {
    height: 280px;
    object-fit: cover;
  }

  /* 商品名 */
  figcaption {
    margin-top: 12px;
    margin-bottom: 36px;
    font-size: 15px;
    font-weight: 500;
  }

  /* タイトル - 共通 */
  .ttl_cmn_1 {
    margin-bottom: 34px;
  }

  /* 店舗情報 */
  .grid_access {
    display: block;
    width: 340px;
    margin: 0 auto;
  }

  /* 必須 */
  .tel span {
    text-shadow: none;
  }

  /* 注意事項 */
  .list_caution {
    width: 340px;
    height: auto;
    background-color: #2b2b2b;
    border-radius: 5px;
    padding: 22px 18px 34px 30px;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 26px;
  }

  /* オンラインストア */
  .bnr_online_store {
    position: fixed; /*位置固定*/
    z-index: 100;
    justify-content: center;
    width: 100vw;
    height: 66px;
    background-color: #ea0000;
    align-items: center;
    border-radius: 0;
    top: auto; /*絶対位置を解除したい時*/
    bottom: 0;
  }

  /*=====フッター*/
  footer {
    padding: 0 0 100px;
  }

  /* 波線 */
  .f_back_wave {
    background-image: url("../images/sp/f_wave_sp.svg");
    width: 100%;
    height: 30px;
    bottom: 399px;
  }

  /* フッター要素 */
  .f_logo {
    margin-top: 15px;
  }

  .slider {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* SNS */
  .f_sns li {
    margin: 31px 15px 35px 0;
  }
}
