#shop {
  display: inline-block;
  width: 100%;
}

#shop .header-wrapper h1 {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 20px;
}

.campaign-information {
  padding: 80px 0px 10px 0px;
}

.campaign-information .headline .to-list-btn {
  display: table;
  float: right;
  padding: 3px 15px;
  border: 1px solid #ccc;
  width: 130px;
  font-weight: 600;
  line-height: 34px;
}

.campaign-information h2,
#store-lists h2 {
  border-bottom: 3px solid #3678a2;
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}

#search-prefectures .table2 {
  width: 100%;
  float: right;
}

#search-prefectures table {
  width: 100%;
  float: left;
}

#search-prefectures table th {
  text-align: left;
  width: 120px;
  vertical-align: top;
  padding-bottom: 9px;
  font-weight: 600;
}

#search-prefectures table td li {
  float: left;
}

#search-prefectures table td li:last-child a {
  border: none;
}

#search-prefectures table td li a {
  padding: 0px 15px;
  border-right: 1px solid #aaaaaa;
  text-decoration: underline;
  line-height: 18px;
  display: block;
}

#airport-detail {
  padding: 50px 0;
}

.find-store-wrapper .style-control-group .select select {
  font-size: 1.6rem;
  padding: 10px 31px 10px 20px;
}

.en .find-store-wrapper .style-control-group .select select {
  padding: 10px 35px 10px 20px;
}

.find-store-wrapper .submit {
  background-color: #fed700;
  border: none;
  font-weight: 600;
  cursor: pointer;
  width: 170px;
  margin-left: 20px;
  text-align: center;
}

.find-store-wrapper {
  text-align: left;
  display: inline-block;
}

#airport-detail .right-section ul {
  display: inline-block;
}

.prefectures-wrapper td {
  border: none;
  padding: 5px 0px !important;
  vertical-align: top;
  text-align: left !important;
}

.prefectures-wrapper th {
  border: none;
  width: 122px;
  text-align: left;
  padding: 0;
  vertical-align: top;
}

.submit-wrapper {
  float: left;
  margin-left: 10px;
}

.find-store {
  position: relative;
  bottom: 5px;
  margin: 0;
}

.submit-wrapper input {
  min-height: 42px;
  font-weight: bold;
}

.find-store-wrapper {
  flex-wrap: wrap;
  border: none;
  flex-direction: column-reverse;
  width: 1199px;
}

.find-store-wrapper .btn {
  padding: 10px 30px 9px 25px;
}

#search-prefectures table td li {
  margin-bottom: 10px;
}

.checkbox-wrapper.style-control-group {
  width: 60%;
}

#airportForm .style-control-group {
  float: left;
  max-width: 259px;
}

@media screen and (max-width: 999px) {

  #search-prefectures table td li {
    margin-bottom: 0px;
  }

  #search-prefectures table,
  #search-prefectures .table2 {
    width: 100%;
    float: none;
    margin-bottom: 0px;
  }


  #search-prefectures .prefectures-wrapper {
    margin-top: 30px;
  }

  #search-prefectures tr {
    display: inline-block;
    width: 100%;
  }

  #search-prefectures tr th {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    margin-top: -1px;
    position: relative;
    font-weight: lighter;
  }

  #search-prefectures table td li {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 0;
  }

  #search-prefectures table td li a {
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #141414;
    padding: 10px 30px;
    position: relative;
    text-decoration: none;
  }

  #search-prefectures table th:before,
  #search-prefectures table th:after,
  #search-prefectures table th.open:after {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    content: "";
    height: 12px;
    width: 12px;
  }

  #search-prefectures table th:before {
    border-left: 2px solid #222;
    right: 9px;
    top: 16px;
  }

  #search-prefectures table th:after {
    border-bottom: 2px solid #222;
    right: 16px;
    top: 9px;
  }

  #search-prefectures table th.open:before {
    border: none;
  }

  #search-prefectures table td li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 12px;
    display: inline-block;
    width: auto;
    font-size: 2rem;
    color: #141414;
    top: 11px !important;
    bottom: auto !important;
  }

  #search-prefectures table td li:last-child a {
    border: 1px solid #aaaaaa;
  }

  #search-prefectures .table2 tr:last-child th.open {
    border-bottom: none;
  }

  #search-prefectures .table2 tr:last-child th {
    border-bottom: 1px solid #aaaaaa;
  }

  #search-prefectures tr th+td {
    display: none;
    width: 100%;
  }

  #search-prefectures .prefectures-wrapper {
    margin-top: 30px;
  }

  #search-prefectures tr {
    display: inline-block;
    width: 100%;
  }

  #search-prefectures tr th {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    margin-top: -1px;
    position: relative;
    font-weight: lighter;
  }

  #search-prefectures table td li {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 0;
  }

  #search-prefectures table td li a {
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #141414;
    padding: 10px 30px;
    position: relative;
    text-decoration: none;
  }

  #search-prefectures table td li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 15px;
    display: inline-block;
    width: auto;
    font-size: 2rem;
    color: #141414;
    top: 11px !important;
    bottom: auto !important;
  }

  #search-prefectures table td li:last-child a {
    border: 1px solid #aaaaaa;
  }

  #search-prefectures .table2 tr:last-child th.open {
    border-bottom: none;
  }

  #search-prefectures .table2 tr:last-child th {
    border-bottom: 1px solid #aaaaaa;
  }

  #search-prefectures tr th+td {
    display: none;
    width: 100%;
  }

  .find-store-wrapper .style-control-group {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }

  .find-store-wrapper .style-control-group .select select {
    width: 100%;
  }

  .find-store-wrapper .style-control-group .select select option {
    -webkit-appearance: none;
    padding: 5px 0;
  }

  .find-store-wrapper .submit {
    width: 90%;
    margin: auto;
  }

  .prefectures-wrapper td {
    padding: 0px 0px !important;
  }

  .prefectures-wrapper li a {
    padding: 10px 35px 10px 30px !important;
  }

  .submit-wrapper {
    float: none;
    max-width: 400px;
    width: 90%;
    margin: auto;
    clear: both;
  }

  .li-h-link ul li {
    display: inline-block;
    width: auto;
  }

  .li-h-link ul li span {
    margin: 0;
    padding: 0px 15px;
    display: block;
    border-left: 1px solid #aaa;
    line-height: 15px;
  }

  .li-h-link ul li a {
    margin: 0;
    padding: 0px 15px;
    text-decoration: underline;
    display: block;
    border-left: 1px solid #aaa;
    line-height: 15px;
  }

  .li-h-link ul li:first-of-type a {
    border-left: none;
    padding-left: 6px;
  }

  .li-h-link ul {
    margin-top: 5px;
  }

  .find-store {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }

  .find-store-wrapper {
    width: auto;
  }

  .slick-track {
    padding-bottom: 1px;
  }

  .checkbox-wrapper.style-control-group {
    width: 60%;
  }

  .filter-results-not-fount {
    padding: 0;
    text-align: center;
  }

  #airportForm .style-control-group {
    max-width: 100%;
  }

}

@media screen and (max-width: 479px) {

  .find-store {
    margin-top: 20px;
  }

  .find-store-wrapper select {
    width: 100%;
  }

  .li-h-link ul li a {
    padding: 0px 5px;
  }

  #search-prefectures table td li {
    padding-bottom: 0;
  }

  .ko .find-store-wrapper .style-control-group .select select {
    padding: 10px 31px 10px 20px;
  }

  .en .find-store-wrapper .style-control-group .select select {
    padding: 10px 32px 10px 20px;
  }

}

@media screen and (max-width: 1500px) {

  .location-filter-attr .style-control-input-text {
    float: none;
    width: 100%;
    margin-top: 10px;
    clear: both;
  }

  .checkbox-wrapper.style-control-group {
    width: 100%;
  }

  .location-filter-attr .style-control-input-text .style-control {
    padding-left: 0;
  }

}

@media screen and (min-width: 999px)and (max-width: 1500px) {
  #filter-result-wrapper {
    height: 797px;
  }
}

@media screen and (min-width: 1000px)and (max-width: 1199px) {
  .find-store-wrapper {
    width: 990px;
  }
}
