/* 全ての文字のフォントを統一 */
div {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* 各ページのタイトル */

h1 {
  text-align: center;
  font-size: 35px;
  color: #505050; /*文字色*/
  padding: 0.5em; /*文字周りの余白*/
  line-height: 1.3; /*行高*/
  background: #dbebf8; /*背景色*/
}

/* 各ページのサブタイトル */

h2 {
  position: relative;
  padding: 0.6em;
  background: peru;
  font-size: 30px;
  color: white;
  border-radius: 5px;
  margin-top: 16px;
}

/* header全体・背景 */
.header {
  width: 100%;
  height: auto;
  background-color: #d67338;
  background-size: cover;
  color: #462d30 !important;
}

.header .contents {
  text-align: center;
}

.header p {
  margin-top: 12px;
  margin-bottom: initial;
}

button {
  display: block;
  margin: 0 0 0 auto;
}

.navbar-toggler-icon {
  font-size: 48px;
}

/* お店のロゴ（heder,footer共通） */
.shop img {
  width: 78px;
  height: 105px;
}

/* header,footer共通 */

.shopinfo {
  text-align: center;
}

/* LINEのアイコン */
.line-green {
  color: #00b900;
}
/* header内のアイコン */
.header i {
  padding: 0;
}
/* header内のbtnリンク */
.header a {
  color: #522c20 !important;
}

/* navbar */
.navbar {
  padding: 5px 0px;
  margin: initial;
}

.navbar a {
  color: brown;
  font-size: 24px;
  width: auto;
  height: 60px;
  text-align: center;
  /* ホバー時にずれないよう同じ太さのborder-bottomを入れておく */
  border-bottom: solid 3px white;
}

.navbar a:hover {
  border-bottom: solid 3px orange;
  opacity: 50%;
  color: brown;
}

.navbar-brand {
  padding-top: 11px;
}

/* footer */

.footer {
  padding: 30px 0;
  background-color: #d67338;
  background-size: cover;
  color: #462d30;
}

.address {
  text-align: center;
}

.footer a {
  color: purple;
}

.footer a:hover {
  color: blueviolet;
}

.Copyright {
  text-align: center;
  color: gray;
  font-size: 18px;
}

/* topへ戻るボタン */

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page_top a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  color: peru;
}

#page_top a:hover {
  opacity: 0.7;
}

/* レスポンシブ */

@media screen and (max-width: 768px) {
  h3,
  h4,
  .shop {
    text-align: center;
  }
}
