body {
  background: #00b900;
  padding: 16px 0 0;
  font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
  font-size: 18px; }

a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #00c4ff; }

img {
  width: 100%; }

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

.mainVisual__logo {
  background: #fff;
  text-align: center;
  line-height: 0; }
  .mainVisual__logo img {
    width: 248px; }

.mainVisual__title {
  background-image: url(../img/ttl.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 90%;
  max-width: 330px;
  padding-top: 0.5%;
  margin: 18px auto -18px;
  text-indent: -9999px; }

.mainVisual__textList {
  width: 90%;
  max-width: 330px;
  margin: 0 auto;
  position: relative; }

.mainVisual__text {
  margin: -20px 0 -8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600; }
  .mainVisual__text span {
    color: #fff000; }

.mainVisual__label {
  width: 266px;
  margin: 0 auto;
  padding: 14px 0 8px;
  background: #fff000;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  color: #00b900;
  position: relative; }
  .mainVisual__label:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 133px solid transparent;
    border-right: 133px solid transparent;
    border-top: 25px solid #fff000; }

.searchBox {
  background: #fff;
  width: 85%;
  max-width: 308px;
  margin: 18px auto 0;
  padding: 16px 16px 10px; }
  .searchBox__title {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 2px solid #e84709;
    color: #e84709;
    font-size: 13px;
    font-weight: 800; }
  .searchBox__searchItem {
    margin: 0 auto 10px; }
    .searchBox__searchItemCity {
      background: #f3f3f3;
      display: inline-block;
      width: 52px;
      margin-right: 2px;
      padding: 6px 5px;
      border-radius: 3px;
      border: none;
      color: #8c8c8c;
      font-size: 11px;
      font-weight: 400; }
    .searchBox__searchItem select {
      background: #f3f3f3;
      width: 100%;
      border: none;
      color: #8c8c8c;
      font-size: 11px;
      font-weight: 400; }
    .searchBox__searchItem input {
      background: #f3f3f3;
      display: inline-block;
      width: calc(100% - 124px);
      margin-right: 2px;
      padding: 6px 5px;
      border-radius: 3px;
      border: none;
      color: #8c8c8c;
      font-size: 11px;
      font-weight: 400; }
    .searchBox__searchItem button {
      background: #e84709;
      display: inline-block;
      width: 38px;
      padding: 6px 0;
      border-radius: 3px;
      border: none;
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      cursor: pointer; }
  .searchBox__scrollLInk {
    margin: 0 auto; }
    .searchBox__scrollLInk li {
      display: inline-block;
      width: 96px;
      margin-bottom: 1px;
      border-radius: 3px;
      border: 1px solid #E84709; }
      .searchBox__scrollLInk li a {
        padding: 2px 0;
        color: #E84709;
        text-align: center;
        font-size: 12px;
        font-weight: 800; }

@media screen and (max-width: 320px) {
  .searchBox__scrollLInk li {
    width: 84px; } }

.storeListBox {
  background: #fff;
  width: 85%;
  max-width: 308px;
  margin: 0 auto;
  padding: 16px 16px 10px; }
  .storeListBox__cityName {
    background: #e84709;
    width: auto;
    margin-bottom: 7px;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 800; }
  .storeListBox__storeList {
    display: block;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 1px solid #a5a5a5; }
    .storeListBox__storeList:last-child {
      padding-bottom: 5px;
      border-bottom: 1px solid #fff; }
  .storeListBox__storeName {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600; }
  .storeListBox__storeLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 108px;
    height: 33px;
    margin-left: 20px; }
  .storeListBox__storeQr {
    display: none; }
