@charset "UTF-8";

@media (min-width: 768px) {
  .form-privacy-box {
    max-width: 740px;
    margin: auto;
  }
  .store_list_area {
    max-width: 700px;
    margin: auto;
  }
}

.store_list_area_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.store_list_link_area {
  text-align: left;
  line-height: 1.7;
  font-size: 1em;
}

.store_list_link_area small {
  font-size: 0.7em;
}

.py-2 {
  padding: 2rem 0;
}

.d-pc-none {
  display: none;
}

.map_button {
  display: inline-block;
  position: relative;
  margin: 2rem 1rem;
  padding: 1em;
  color: white;
  font-size: 13px;
  line-height: 1.7;
  background: #69C3B1;
  opacity: 1;
  transition: all 0.3s ease;
}

.map_button:hover {
  opacity: 0.7;
  border: 1px solid #69C3B1;
  background: white;
  color: #69C3B1;
}

.map_button::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
  background: url(../images/common/ico-link-wh.svg) no-repeat;
  background-size: cover;
}

.map_button:hover::after {
  background: url(../images/common/ico-link-gr.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .store_list_link_area {
    width: 100%;
  }
  .store_list_area_box a {
    font-size: 1em;
  }
  .d-sp-block {
    display: block;
  }
  hr {
    margin: 1rem 0;
  }
}

/* 簡体字用ページのみ */
main.chinese_sp_font,
main.chinese_sp_font p.ff-mincho{
  font-family: "Noto Serif SC", serif !important;
}