@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: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

header h1 {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header h1 img {
  width: 100%;
  height: auto;
}

header .list_sns {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: right;
  gap: 10px;
  align-items: center;
  list-style: none;
  padding: 24px 20px 0 0;
}

.header_img_wrapper img {
  width: 100%;
  height: auto;
  filter: brightness(0.6); /* 数値を下げるほど暗くなる（0〜1） */
}

header .back_wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 42px;
  background-image: url(../images/wave_path.svg);
  background-size: cover;
}

/*=====メイン*/
main {
  width: 920px;
  margin: 0 auto;
}

/* 1.峠の団子屋について */

.grid_about {
  position: relative;
  top: -50px;
  z-index: 3;
  display: grid;
  grid-template-columns: 450px 429px;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 110px;
}

.about h2 {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 50px;
}

.about p {
  line-height: 2.4;
  font-weight: 700;
}

/* 2.取扱商品 */
.menu h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 37px;
}

.grid_menu {
  display: grid;
  grid-template-columns: repeat(3, 307px);
  margin: 0 0 110px;
}

.menu figcaption {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}

/* 3.店舗情報 */
.access h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 25px;
}

.grid_access {
  display: grid;
  grid-template-columns: 480px 404px;
  justify-content: space-between;
  margin: 0 0 110px;
}

.list_access {
  line-height: 2;
  list-style: none;
  margin-bottom: 27px;
}

.access h3 {
  font-weight: 700;
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-bottom: 10px;
}

.access h3 span {
  display: inline-block;
  font-size: 1rem;
  background-color: #ea0000;
  border-radius: 3px;
  padding: 4px;
  margin-left: 6px;
}

.tel_number {
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.list_attention {
  background-color: #2b2b2b;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 30px;
  padding: 17px 25px 17px 30px;
}

.access iframe {
  width: 404px;
  height: 392px;
}

/*=====アサイド*/
aside {
}

.bnr_online_store {
  /* 絶対位置固定設定 */
  position: fixed;
  z-index: 15;
  top: 30%;
  right: 0;

  /* バナー装飾 */
  display: block;
  width: 66px;
  height: 205px;
  background-color: #ea0000;
  border-radius: 10px 0 0 10px;
  background-image: url(../images/Vector@2x.png);
  background-size: 22px;
  background-position: center 10px;
  background-repeat: no-repeat;
  /* 文字 */
  color: #fff;
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 40px 24px 0 10px;
}

/*=====フッター*/
footer {
}

.slider_footer {
  position: relative;
}

.slider_footer img {
  width: 100%;
  height: auto;
}

footer .back_wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 42px;
  background-image: url(../images/wave_path.svg);
  background-size: cover;
}

footer h2 {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 30px;
}

.ttl_site_footer {
  width: 274px;
  height: auto;
}

footer .list_sns {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  list-style: none;
  padding: 24px 20px 0 0;
  margin-bottom: 28px;
}

footer p {
  text-align: center;
  padding: 26px 0;
}

/* スマートフォン用 */
@media screen and (max-width: 768px) {
  /*ここにcssを書く*/

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

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

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

  header h1 {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 80%;
  }

  header .ttl_site {
    width: 100%;
    height: 100%;
  }

  header .list_sns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: right;
    gap: 10px;
    align-items: center;
    list-style: none;
    padding: 24px 20px 0 0;
  }

  .header_img_wrapper img {
    width: 100%;
    height: auto;
    filter: brightness(0.6); /* 数値を下げるほど暗くなる（0〜1） */
  }

  header .back_wave {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 42px;
    background-image: url(../images/wave_path.svg);
    background-size: cover;
  }

  /*=====メイン*/
  main {
    width: 94%;
    margin: 0 auto;
  }

  /* 1.峠の団子屋について */

  .grid_about {
    position: relative;
    top: 0;
    z-index: 3;
    display: block;

    margin: 0 0 110px;
  }

  .about h2 {
    font-size: 10vw;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 50px;
  }

  .about p {
    line-height: 2.4;
    font-weight: 700;
  }

  /* 2.取扱商品 */
  .menu h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 37px;
  }

  .grid_menu {
    display: block;
    margin: 0 0 110px;
  }

  .menu img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .menu figcaption {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin-top: 10px;
  }

  /* 3.店舗情報 */
  .access h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 25px;
  }

  .grid_access {
    display: block;
    margin: 0 0 110px;
  }

  .list_access {
    line-height: 2;
    list-style: none;
    margin-bottom: 27px;
  }

  .access h3 {
    font-weight: 700;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-bottom: 10px;
  }

  .access h3 span {
    display: inline-block;
    font-size: 1rem;
    background-color: #ea0000;
    border-radius: 3px;
    padding: 4px;
    margin-left: 6px;
  }

  .tel_number {
    text-decoration: none;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
  }

  .list_attention {
    background-color: #2b2b2b;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 17px 25px 17px 30px;
  }

  .access iframe {
    width: 100%;
    height: 60vh;
  }

  /*=====アサイド*/
  aside {
  }

  .bnr_online_store {
    /* 絶対位置固定設定 */
    position: fixed;
    z-index: 15;
    top: auto;
    bottom: 0;

    /* レイアウト */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 66px;
    background-color: #ea0000;
    border-radius: 0;
    background-image: url(../images/Vector@2x.png);
    background-size: 22px;
    background-position: calc(50% - 60px) center;
    background-repeat: no-repeat;
    /* 文字 */
    color: #fff;
    text-decoration: none;
    /* 横書きに戻す */
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    /* 文字位置調整 */
    padding: 0 16px 0 48px;
  }

  /*=====フッター*/
  footer {
  }

  .slider_footer {
    position: relative;
  }

  .slider_footer img {
    width: 100%;
    height: 80vw;
    object-fit: cover;
  }

  footer .back_wave {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 42px;
    background-image: url(../images/wave_path.svg);
    background-size: cover;
  }

  footer h2 {
    text-align: center;
    margin-top: 58px;
    margin-bottom: 30px;
  }

  .ttl_site_footer {
    width: 274px;
    height: auto;
  }

  footer .list_sns {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    list-style: none;
    padding: 24px 20px 0 0;
    margin-bottom: 28px;
  }

  footer p {
    text-align: center;
    padding: 26px 0 100px;
  }
}
