@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: 'Amatic SC', cursive;
  line-height: 1;
  font-weight: regular;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.containar {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

section {
  width: 100%;
  display: flex;
  justify-content: center;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 28px;
  color: #bb1a29;
  text-align: center;
}

h1 {
  width: 40%;
  margin-bottom: 10px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  h6 {
    font-size: 180%;
    color: #bb1a29;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  h6 {
    font-size: 38px;
    color: #bb1a29;
    text-align: center;
  }
}
.header {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .logo_area {
    width: 100%;
    float: none;
    text-align: center;
  }
  .logo_area h1 {
    width: 30%;
    /* 大枠と同じ幅に */
    margin: auto;
    /* 要素の大きさの半分引く */
  }
}
@media screen and (min-width: 769px) {
  .logo_area {
    width: 62%;
    float: left;
  }
  .logo_area h1 {
    width: 50%;
    /* 大枠と同じ幅に */
    margin: auto;
    /* 要素の大きさの半分引く */
  }
}
.logo_area img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header_menu {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 769px) {
  .header_menu {
    width: 38%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .menu01 {
    display: flex;
    justify-content: center;
  }
  .menu01 li {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .menu01 li a {
    font-size: 26px;
    font-weight: bolder;
    color: #FFF;
    border-radius: 3px;
    background-color: #bb1a29;
    padding: 10px;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .menu01 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .menu01 li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .menu01 li a {
    font-size: 26px;
    color: #FFF;
    border-radius: 3px;
    background-color: #bb1a29;
    padding: 10px;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .menu02 {
    clear: both;
    width: 44%;
    margin-right: auto;
    margin-left: auto;
  }
  .menu02 li {
    float: left;
    margin-bottom: 20px;
    width: 30%;
    text-align: center;
  }
  .menu02 li img {
    width: 44%;
  }
}
@media screen and (min-width: 769px) {
  .menu02 {
    clear: both;
    width: 44%;
    margin-right: auto;
    margin-left: auto;
  }
  .menu02 li {
    float: left;
    margin-bottom: 20px;
    width: 33%;
    text-align: center;
  }
  .menu02 li img {
    width: 55%;
  }
}
.photo_area ul li {
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  width: 46%;
}
.photo_area img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer {
    font-size: 20px;
    color: #bb1a29;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  footer {
    font-size: 32px;
    color: #bb1a29;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .online-shop-link {
    clear: both;
  }
  .online-shop-link ul {
    max-width: 900px;
    margin: auto;
  }
  .online-shop-link ul li {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 10px;
  }
  .online-shop-link ul li img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .online-shop-link {
    clear: both;
  }
  .online-shop-link ul {
    max-width: 900px;
    margin: auto;
  }
  .online-shop-link ul li {
    float: left;
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .online-shop-link ul li img {
    width: 100%;
  }
}
/* SHOP LIST */
#shop-list-area {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1.8em;
}

@media screen and (max-width: 768px) {
  .shop-list-title {
    clear: both;
    color: #bb1a29;
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .shop-list-block {
    width: 100%;
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .shop-list-block .shop_info {
    padding-top: 18px;
  }
  .shop-list-block .shop_info .shop_name a {
    color: #bb1a29;
  }
  .shop-list-block .line_info .shop-qr-code {
    float: left;
    width: 80px;
    height: auto;
  }
  .shop-list-block .line_info .line_img {
    float: left;
    padding-top: 18px;
  }
}
@media screen and (min-width: 769px) {
  .shop-list-title {
    clear: both;
    color: #bb1a29;
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .shop-list-block {
    width: 900px;
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #999999;
    height: 90px;
  }
  .shop-list-block .shop_info {
    float: left;
    width: 650px;
    padding-top: 18px;
  }
  .shop-list-block .shop_info .shop_name {
    float: left;
    font-size: 18px;
    white-space: nowrap;
    margin-right: 10px;
  }
  .shop-list-block .shop_info .shop_name a {
    color: #bb1a29;
  }
  .shop-list-block .shop_info .shop-tel {
    float: left;
    font-size: 18px;
    white-space: nowrap;
  }
  .shop-list-block .shop_info .shop-address {
    clear: both;
    font-size: 18px;
    white-space: nowrap;
  }
  .shop-list-block .line_info {
    width: 250px;
    float: right;
  }
  .shop-list-block .line_info .shop-qr-code {
    float: left;
    width: 80px;
    height: auto;
  }
  .shop-list-block .line_info .line_img {
    float: left;
    padding-top: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
