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

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

/*=====ヘッダー*/
header {
  width: 1200px;
  padding: 31px 0 27px;
  margin: 0 auto;
}
/*====ヒーローイメージ*/
/*=====メイン*/

main {
  width: 1200px;
  margin: 0 auto;
}

/*=====コンテンツ囲み*/
.wrapper {
  width: 914px;
  margin: 0 auto;
}

.container {
  display: flex;
  justify-content: space-between;
}
/*=====タイトルリード文*/
.ttl_lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 3.6rem;
  margin-top: 38px;
}

/*=====タイトル共通*/

.ttl_1 {
  margin-top: 65px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
}
/* 創業200年、みたらしひとすじ */
.sougyou {
  width: 530px;
  font-size: 1.8rem;
  text-align: justify;
  line-height: 2.3;
  margin-top: 27px;
  margin-right: 70px;
}

/* お取扱商品 */
.container2 {
  margin: 36px auto 0;
  display: grid;
  justify-content: center;
  grid-template-columns: 280px 280px 280px;
  gap: 37px;
  line-height: 3;
}

/* 店舗情報 */
.container3 {
  margin-top: 65px;
  margin: 36px auto 0;
  width: 914px;
  display: grid;
  justify-content: center;
  grid-template-columns: 480px 404px;
  gap: 37px;
}
.item1 img {
  margin-top: 38px;
}

.item2 img {
  margin-bottom: 38px;
}

.item2 {
  line-height: 2;
}
.item3 {
  background-color: #000;
  color: #ffffff;
  margin-top: 27px;
  font-size: 1.3rem;
  padding: 20px;
}
ul {
  list-style-position: outside;
  padding-left: 1em;
}

.txt_tel {
  font-weight: 900;
  font-size: 2.3rem;
}

/*=====ボタンー*/
.btn_webshop {
  display: block;
  width: 405px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  font-size: 1.8rem;
  background-color: #000;
  padding: 20px 0;
  margin: 0 auto;
  margin-top: 78px;
}

/*=====フッター*/
footer {
  margin-top: 67px;
  width: auto;
  background-color: #000;
  color: #ffffff;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 25px;
}

.mitarashibig img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.whitelogo img {
  margin-top: 99px;
}
.copyright {
  margin-top: 63px;
  margin-bottom: 25px;
}
