@charset "UTF-8";
/*======================================================================
 * 特典ページ レイアウト
======================================================================*/
.search-form {
  width: 600px;
  max-width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .search-form {
    width: 100%;
  }
}

.category .sub-heading.-active:after, .floor .sub-heading.-active:after, .kana .sub-heading.-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-heading {
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sub-heading {
    text-align: left;
  }
}
.sub-heading:before, .sub-heading:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #14AECC;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-heading:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-box {
  background: #F4F4F4;
  padding: 15px 20px 10px;
  margin: 3.6rem auto 20px;
}
@media screen and (max-width: 768px) {
  .search-box {
    margin: 15px calc(50% - 50vw) 23px;
  }
}
.search-box p.main-heading {
  text-align: center;
}
.search-box .category {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .category {
    padding: 20px 25px;
  }
}
.search-box .category .category-list {
  margin-top: 15px;
}
.search-box ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-box ul li {
  margin-right: 13px;
  width: calc((100% - 39px) / 4);
  font-size: 1.4rem;
}
.search-box ul li input[type=checkbox],
.search-box ul li input[type=radio] {
  display: none;
}
.search-box ul li input[type=checkbox]:checked + label,
.search-box ul li input[type=radio]:checked + label {
  background: #E0F6FA;
}
.search-box ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #14AECC;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #14AECC;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .search-box ul li {
    width: calc((100% - 11px) / 2);
    margin-right: 11px;
  }
  .search-box ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.search-box ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  border: 1px solid #14AECC;
  border-radius: 5px;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #14AECC;
  padding: 5px;
  text-align: center;
}
.search-box ul li:nth-child(4n) {
  margin-right: 0;
}
.search-box ul li:nth-child(n+5) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.search-box .floor {
  background: #ffffff;
  margin: 10px auto;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .floor {
    padding: 20px 25px;
    margin: 20px auto;
  }
}
.search-box .floor .floor-list {
  margin-top: 15px;
}
.search-box .floor ul li {
  margin-right: 13px;
  width: calc((100% - 52px) / 5);
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li {
    margin-right: 8px;
    width: calc((100% - 16px) / 3);
  }
}
.search-box .floor ul li a {
  min-height: 40px;
}
.search-box .floor ul li label {
  min-height: 40px;
}
.search-box .floor ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li:nth-child(5n) {
    margin-right: 8px;
  }
}
.search-box .floor ul li:nth-child(n+5) {
  margin-top: 0;
}
.search-box .floor ul li:nth-child(n+6) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li:nth-child(3n) {
    margin-right: 0;
  }
  .search-box .floor ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .search-box .floor ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.search-box .kana {
  background: #ffffff;
  margin: 10px auto 30px;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .kana {
    padding: 20px 25px;
    margin: 20px auto 30px;
  }
}
.search-box .kana .kana-list {
  margin-top: 15px;
}
.search-box .kana ul li {
  margin-right: 10px;
  width: calc((100% - 90px) / 10);
}
@media screen and (max-width: 768px) {
  .search-box .kana ul li {
    margin-right: 7px;
    width: calc((100% - 31px) / 5);
  }
}
.search-box .kana ul li label {
  min-height: 40px;
}
.search-box .kana ul li:nth-child(10n) {
  margin-right: 0;
}
.search-box .kana ul li:nth-child(5) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .search-box .kana ul li:nth-child(5) {
    margin-right: 0;
  }
}
.search-box .kana ul li:nth-child(n+6) {
  margin-top: 0;
}
.search-box .kana ul li:nth-child(n+3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .search-box .kana ul li:nth-child(3n) {
    margin-right: 7px;
  }
  .search-box .kana ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .search-box .kana ul li:nth-child(n+6) {
    margin-top: 10px;
  }
  .search-box .kana ul li:nth-child(5n) {
    margin-right: 0;
  }
}
.search-box .link-button-group {
  margin-top: 30px;
}
.search-box .show-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid #14AECC;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #14AECC;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-box .show-button {
    width: 100%;
    max-width: none;
  }
}
.search-box .show-button:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url("../images/common/icon-search.svg") no-repeat;
  background-size: 100%;
}
.search-box .clear-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-box .clear-button {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}

.shppguide-list {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .shppguide-list {
    margin: 30px auto;
  }
}
.shppguide-list ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.shppguide-list ul li {
  position: relative;
  margin-right: 25px;
  width: calc((100% - 100px) / 5);
}
@media screen and (max-width: 768px) {
  .shppguide-list ul li {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .shppguide-list ul li:first-child {
    margin-top: 0;
  }
  .shppguide-list ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #14AECC;
    border-right: 1px solid #14AECC;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    margin: -4px 0 0 -8px;
  }
}
.shppguide-list ul li:nth-child(5n) {
  margin-right: 0;
}
.shppguide-list ul li:nth-child(n+6) {
  margin-top: 35px;
}
.shppguide-list ul li a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .shppguide-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shppguide-list ul li .image {
  position: relative;
  padding-top: 75%;
}
@media screen and (max-width: 768px) {
  .shppguide-list ul li .image {
    width: 120px;
    padding-top: 21%;
    margin-right: 15px;
  }
}
.shppguide-list ul li .image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .shppguide-list ul li .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.shppguide-list ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px auto 10px;
}
@media screen and (max-width: 768px) {
  .shppguide-list ul li .info {
    margin-top: 5px;
  }
}
.shppguide-list ul li .info .floor {
  position: relative;
  padding-left: 16px;
  font-size: 1.1rem;
  margin-right: 15px;
  font-family: 'Montserrat', sans-serif;
}
.shppguide-list ul li .info .floor:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/common/icon-floor.svg") no-repeat;
  background-size: 100%;
}
.shppguide-list ul li .info .store-name {
  font-size: 1rem;
  color: #727272;
}
@media screen and (max-width: 768px) {
  .shppguide-list ul li .info .store-name {
    font-size: 1.2rem;
  }
}
.shppguide-list ul li .text p {
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .shppguide-list ul li .text p {
    font-size: 1.4rem;
    line-height: 1.29;
  }
}
.shppguide-list ul li .category p {
  font-size: 1rem;
  color: #727272;
}
@media screen and (max-width: 768px) {
  .shppguide-list .link-button {
    max-width: none;
  }
}

/*------------------------------------------------------------
 * 新店・リニューアル一覧
------------------------------------------------------------*/
.shopguide-tab {
  margin: 43px auto 30px;
}
@media screen and (max-width: 768px) {
  .shopguide-tab {
    margin: 10px auto 20px;
  }
}
.shopguide-tab ul {
  width: 100%;
}

.l-title-line {
  margin: 3rem 0 2.2rem;
  line-height: 1.42;
}
.l-title-line:first-child {
  margin-top: 3rem;
}

.open-content .l-content-list ul li {
  width: calc((100% - 100px) / 5);
  margin: 40px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .open-content .l-content-list ul li {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.open-content .l-content-list ul li:nth-child(-n+5) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .open-content .l-content-list ul li:nth-child(-n+5) {
    margin-top: 20px;
  }
  .open-content .l-content-list ul li:nth-child(-n+5):first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .open-content .l-content-list ul li .content {
    width: calc(100% - 135px);
  }
}
@media screen and (max-width: 768px) {
  .open-content .l-content-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .open-content .l-content-list ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #14AECC;
    border-right: 1px solid #14AECC;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    margin: -4px 0 0 -8px;
  }
}
.open-content .l-content-list ul li a .image {
  position: relative;
  padding-top: 73.8%;
  border: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .open-content .l-content-list ul li a .image {
    width: 120px;
    padding-top: 20%;
    margin-right: 15px;
  }
}
.open-content .l-content-list ul li a .image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .open-content .l-content-list ul li a .floor {
    margin-top: 3px;
  }
}