@charset "UTF-8";
/*******************************************************************/
/*******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  background-color: #ebe6e2;
}

img {
  vertical-align: bottom;
}

#wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

/**********************************************************************************/
/**********************************************************************************/
.pageTitle {
  width: 64%;
  margin: 32px auto 0 auto;
}
.pageTitle img {
  width: 100%;
  display: block;
}
.pageTitle p {
  color: #764925;
  font-size: 4vw;
  font-size: max(16px, 1.2vw);
}

#area_ShopLogo {
  width: 99%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#area_ShopLogo .icon_logo:last-child:nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}

.icon_logo {
  width: 48%;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 4px;
}
.icon_logo img {
  width: 60%;
}

#area_mainMenu {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 84%; /* wrapper と同じ比率 */
  max-width: 630px; /* = 630px */
  display: flex;
  justify-content: space-between;
  z-index: 9999;
}

.btn_mainMenu {
  width: 25%;
}
.btn_mainMenu img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */