@charset "utf-8";
/* font-family: "Noto Sans JP", sans-serif; */
/* font-family: "Noto Serif JP", serif; */
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&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: white;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000;
}

body {
  font-size: 1.6rem;
  overflow: hidden;
}

/*=====ヘッダー*/
header {
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.hero {
  width: 100%;
  height: auto;
}
/*==== SNSリンクー*/
.container1 {
  display: flex;
  position: absolute;
  top: 24px;
  right: 20px;
  gap: 20px;
  margin: 0 auto;
  z-index: 3;
  list-style: none;
}

.toplogo {
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  width: 568px;
  height: 284px;
  margin: 0 auto;
  z-index: 2;
}

.back_wave {
  width: 100%;
  height: 42px;
  background-image: url(../images/nami.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: 3;
  bottom: -1%;
  left: 0%;
}
/*=====メイン*/
main {
  width: 100%;
  height: 100%;
}
.wrapper {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

/*=====創業200年、 みたらしひとすじ*/
.ttl_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.6rem;
  margin-bottom: 50px;
  line-height: 1.3;
  position: absolute;
  top: -5%;
  z-index: 9999;
}
.sougyou {
  font-size: 1.8rem;
  line-height: 2.3;
  padding-top: 80px;
}

.ttl_cmn1 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.6rem;
  margin-bottom: 37px;
}

.container2 {
  width: 920px;
  display: grid;
  grid-template-columns: 450px 428px;
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 110px;
  gap: 41px;
  justify-content: space-between;
}

/*=====オンラインストアー　絶対位置固定*/
.onlinestore {
  position: fixed;
  z-index: 10;
  top: 30%;
  right: 0;
  padding: 15px;
  border-radius: 8px;
  background-color: red;
}

/*=====お取扱商品ー*/
.container3 {
  width: 920px;
  display: grid;
  grid-template-columns: 307px 307px 307px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 110px;
  justify-content: space-between;
}

/*=====店舗情報ー*/
.ttl_cmn2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.6rem;
  margin-bottom: 25px;
}

.container4 {
  width: 920px;
  display: grid;
  grid-template-columns: 480px 404px;
  font-size: 1.8rem;
  line-height: 1;
  justify-content: space-between;
}

.adress {
  list-style: none;
  line-height: 2;
  font-size: 1.8rem;
}
.border {
  margin-top: 26px;
  margin-bottom: 19.5px;
}

.tel {
  font-size: 2rem;
}
.hissu {
  font-size: 1rem;
  background-color: red;
  padding: 5px 15px;
  border-radius: 3px;
}

.bangou {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}

.cyuui {
  font-size: 1.3rem;
  background-color: #2b2b2b;
  padding: 28px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 21px;
}
/*=====フッター*/

footer {
  background-color: #000;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  width: auto;
  position: relative;
}

.slider_footer {
  margin-top: 109px;
}

.fotter_logo {
  margin-top: 58px;
}

.back_wave2 {
  width: 100%;
  height: 42px;
  background-image: url(../images/nami.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: 3;
  margin: -41px 0 58px;
}

.container5 {
  display: flex;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin-top: 31px;
}

.copyright {
  margin-top: 28px;
  margin-bottom: 17px;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

/* ブレークポイント＝＝＝＝＝＝＝＝＝ */

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
    object-fit: fill;
  }
  /*ここにcssを書く*/

  /*=====ヘッダー*/
  header {
    width: 100%;
  }
  /*==== SNSリンクー*/
  .container1 {
    display: flex;
    position: absolute;
    top: 24px;
    right: 20px;
    gap: 20px;
    margin: 0 auto;

    z-index: 3;
  }

  .toplogo {
    top: 33%;
    right: 0;
    left: 0;
    width: 90vw;
    height: 50vw;

    margin: 0 auto;
    z-index: 2;
  }

  .back_wave {
    width: 100%;
    height: 3vh;
    background-image: url(../images/nami.png);
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 3;
    top: 97%;
    left: 0%;
  }
  /*=====メイン*/
  main {
    width: 100%;
    height: auto;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /*=====創業200年、 みたらしひとすじ*/
  .ttl_lead {
    position: static;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    margin: 50px 20px 20px 20px;
    line-height: 1.3;
  }
  .sougyou {
    font-size: 1.5rem;
    line-height: 2;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    text-align: justify;
  }

  .ttl_cmn1 {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 3rem;
    margin-bottom: 37px;
    margin-left: 20px;
  }

  .container2 {
    width: 100%;
    display: block;
    text-align: justify;
    margin-bottom: 55px;
  }

  /*=====お取扱商品ー*/
  .container3 {
    width: 90%;
    display: block;
    text-align: center;
    line-height: 2.5;
    margin-left: 20px;
    margin-bottom: 55px;
    gap: 30;
  }

  /*=====店舗情報ー*/
  .ttl_cmn2 {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 3rem;
    margin-bottom: 25px;
    margin-left: 20px;
  }

  .container4 {
    width: 95%;
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    justify-content: space-between;
  }

  .adress {
    margin-left: 20px;
    list-style: none;
    line-height: 2;
    font-size: 1.8rem;
  }
  .border {
    margin-top: 26px;
    margin-bottom: 19.5px;
    margin-left: 20px;
  }

  .tel {
    font-size: 2rem;
    margin-left: 20px;
  }
  .hissu {
    font-size: 1rem;
    background-color: red;
    padding: 5px 15px;
    border-radius: 3px;
  }

  .bangou {
    font-size: 3rem;
    font-weight: 700;
    line-height: 2;
    margin-left: 20px;
  }

  .cyuui {
    font-size: 1.3rem;
    background-color: #2b2b2b;
    padding: 20px;
    line-height: 1.5;
    text-align: justify;
    margin: 21px 0px 30px 20px;
  }

  .iframe {
    width: 95%;
    margin: 20px 0px 5px 20px;
  }
  /*=====フッター*/

  footer {
    background-color: #000;
    color: white;
    text-align: center;
    font-size: 1.3rem;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
    margin-top: 40px;
  }

  .fotter_logo {
    margin-top: 50px;
    margin-left: 55px;
    width: 70vw;
    text-align: center;
    list-style: none;
  }

  .back_wave2 {
    width: 100%;
    height: 3vh;
    background-image: url(../images/nami.png);
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 3;
    margin: -19px 0 38px;
  }

  .container5 {
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style: none;
    margin-top: 33px;
    margin-left: 80px;
    width: 30vw;
  }

  .copyright {
    margin-top: 30px;
    margin-bottom: 17px;
  }

  /*=====オンラインストアー　絶対位置固定*/
  .onlinestore {
    width: 100%;
    height: 8vh;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    background-color: red;
    z-index: 10;
    border-radius: 0px;
  }

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  .onlinestore img {
    width: 60%;
    margin: 0 auto;
  }
}
