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

a {
  display: block;
  width: 100%;
  height: 100%; }
  a:hover {
    color: #3fa5ed; }

img {
  width: 100%; }

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

.mainVisual__logo {
  background: #fff;
  padding: 8px 0;
  text-align: center;
  line-height: 0; }
  .mainVisual__logo img {
    width: 85%;
    max-width: 818px; }

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

.mainVisual__textList {
  width: 90%;
  max-width: 1133px;
  height: 190px;
  margin: 0 auto 80px;
  position: relative; }

.mainVisual__text {
  color: #fff;
  font-size: 39px;
  line-height: 1.5;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 370px; }
  .mainVisual__text span {
    color: #fff000; }

.mainVisual__label {
  width: 296px;
  padding: 30px 20px 15px;
  background: #fff000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  color: #00b900; }
  .mainVisual__label:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 168px solid transparent;
    border-right: 168px solid transparent;
    border-top: 25px solid #fff000; }

@media screen and (max-width: 1100px) {
  .mainVisual__text {
    font-size: 30px; } }

.searchBox {
  background: #fff;
  width: 90%;
  max-width: 1050px;
  margin: 36px auto 0;
  padding: 35px; }
  .searchBox__title {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 3px solid #e84709;
    color: #e84709;
    font-size: 33px;
    font-weight: 800; }
  .searchBox__searchItem {
    margin: 0 auto 40px; }
    .searchBox__searchItemCity {
      background: #f3f3f3;
      display: inline-block;
      width: 240px;
      margin-right: 3px;
      padding: 11px 14px;
      border-radius: 3px;
      color: #8c8c8c;
      font-size: 28px;
      font-weight: 400; }
    .searchBox__searchItem select {
      background: #f3f3f3;
      width: 100%;
      border: none;
      color: #8c8c8c;
      font-size: 28px;
      font-weight: 400; }
    .searchBox__searchItem input {
      background: #f3f3f3;
      display: inline-block;
      width: calc(100% - 453px);
      margin-right: 3px;
      padding: 11px 14px;
      border-radius: 3px;
      border: none;
      color: #8c8c8c;
      font-size: 28px;
      font-weight: 400; }
    .searchBox__searchItem button {
      background: #e84709;
      display: inline-block;
      width: 141px;
      padding: 11px 0;
      border-radius: 3px;
      border: none;
      color: #fff;
      font-size: 28px;
      font-weight: 800;
      cursor: pointer; }
  .searchBox__scrollLInk {
    margin: 0 auto; }
    .searchBox__scrollLInk li {
      display: inline-block;
      width: 165px;
      margin-bottom: 1px;
      border-radius: 6px;
      border: 1px solid #E84709; }
      .searchBox__scrollLInk li a {
        color: #E84709;
        text-align: center;
        font-size: 28px;
        font-weight: 800; }

.storeListBox {
  background: #fff;
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 35px; }
  .storeListBox__cityName {
    background: #e84709;
    width: auto;
    padding: 12px 30px;
    border-radius: 18px;
    color: #fff;
    font-size: 30px;
    font-weight: 800; }
  .storeListBox__storeList {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 180px;
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #a5a5a5; }
    .storeListBox__storeList:last-child {
      padding-bottom: 5px;
      border-bottom: 1px solid #fff; }
  .storeListBox__storeName {
    margin-left: 20px;
    font-size: 30px;
    font-weight: 800; }
  .storeListBox__storeLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    height: 43px;
    margin-left: 40px; }
  .storeListBox__storeQr {
    width: 180px;
    position: absolute;
    right: 40px;
    top: 0px}
