.page-shop-list {
  padding-block: 2rem 0;
}
@media (min-width: 768px) {
  .page-shop-list {
    padding-block: 4.5rem 0;
  }
}
.page-shop-list .hline01 {
  margin-bottom: 5rem;
  opacity: 0;
}
@media (min-width: 768px) {
  .page-shop-list .hline01 {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .page-shop-list .hline01__ttl {
    font-size: 3rem;
    white-space: nowrap;
  }
}
.page-shop-list__content {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .page-shop-list__content {
    margin-bottom: 17rem;
  }
}
.page-shop-list__wrap {
  width: 100%;
  max-width: 116rem;
  margin-inline: auto;
  padding-inline: 3rem;
}
.page-shop-list__row:not(:last-child) {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .page-shop-list__row:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.page-shop-list__ttl {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .page-shop-list__ttl {
    font-size: 2.6rem;
    margin-bottom: 4.7rem;
  }
}

.p-search__item {
  border-bottom: 1px solid #1375A7;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-search__item {
    padding-bottom: 6rem;
  }
}
.p-search__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-search__item:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  .p-search__item.--style-1 {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .p-search__item.--style-3 {
    position: relative;
    border-bottom: 0;
  }
  .p-search__item.--style-3::after {
    position: absolute;
    left: 2rem;
    bottom: 0;
    width: calc(100% - 4rem);
    height: 1px;
    background-color: #1375A7;
    content: "";
  }
}
.p-search__type {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.6rem;
  border-left: 0.6rem solid var(--color-primary);
  padding-left: 1.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-search__type {
    font-size: 2.4rem;
    cursor: pointer;
  }
}
.p-search__type::before {
  position: absolute;
  right: 2.6rem;
  top: 0.6rem;
  width: 0.2rem;
  height: 1.5rem;
  background-color: #231815;
  transition: 0.3s ease all;
  content: "";
}
@media (min-width: 768px) {
  .p-search__type::before {
    right: 0.9rem;
    top: 0.3rem;
    height: 2rem;
  }
}
.p-search__type::after {
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 1.5rem;
  height: 0.2rem;
  background-color: #231815;
  transition: 0.3s ease all;
  content: "";
}
@media (min-width: 768px) {
  .p-search__type::after {
    right: 0;
    top: 1.2rem;
    width: 2rem;
  }
}
.p-search__type.active::before {
  transform: rotate(180deg);
  opacity: 0;
}
.p-search__type.active::after {
  transform: rotate(180deg);
}
.p-search__row {
  padding: 3.3rem 0 0 0;
}
@media (min-width: 768px) {
  .p-search__row {
    padding: 3.5rem 0 0 3rem;
  }
}
.p-search__row-line {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .p-search__row-line {
    flex-direction: row;
    gap: 4.5rem;
    padding-left: 0;
  }
}
.p-search__row-line:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-search__row-line:not(:last-child) {
    padding-bottom: 3rem;
    border-bottom: 1px solid #A4CADD;
  }
}
@media (min-width: 768px) {
  .p-search__row-line:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.p-search__ttl {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-search__ttl {
    pointer-events: none;
    align-items: flex-start;
    width: 12rem;
    flex-shrink: 0;
    font-size: 2rem;
  }
  .p-search__ttl::before, .p-search__ttl::after {
    display: none;
  }
}
.p-search__ttl::before {
  position: absolute;
  right: 2.6rem;
  top: 0.6rem;
  width: 0.2rem;
  height: 1.5rem;
  background-color: #231815;
  transition: 0.3s ease all;
  content: "";
}
.p-search__ttl::after {
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 1.5rem;
  height: 0.2rem;
  background-color: #231815;
  transition: 0.3s ease all;
  content: "";
}
.p-search__ttl.active::before {
  transform: rotate(180deg);
  opacity: 0;
}
.p-search__ttl.active::after {
  transform: rotate(180deg);
}
.p-search__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.8rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}
@media (min-width: 768px) {
  .p-search__list {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .p-search__list.--style-1 {
    flex-direction: column;
  }
}
.p-search__list--small {
  padding-top: 2.3rem;
}
@media (min-width: 768px) {
  .p-search__list--small {
    display: flex !important;
    row-gap: 1.8rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding-top: 0;
  }
}
.p-search .checkbox {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 768px) {
  .p-search .checkbox {
    gap: 1.4rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .p-search .checkbox.checkbox--small {
    font-size: 1.4rem;
  }
  .p-search .checkbox.checkbox--small .checkmark {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-search .checkbox input {
  position: absolute;
  width: 0;
  left: 5rem;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.p-search .checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: white;
  border: 2px solid #595757;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .p-search .checkbox .checkmark {
    width: 2rem;
    height: 2rem;
  }
}
.p-search .checkbox input[type=radio] ~ .checkmark {
  border-radius: 50%;
}
.p-search .checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 4px;
  height: 8px;
  border: solid #595757;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}
.p-search .checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}
.p-search__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-search__btns {
    gap: 2rem;
    margin-top: 5rem;
  }
}

.p-btn-reset {
  position: relative;
  padding-inline: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #999;
  background: none;
  outline: none;
  border: 0;
}
.p-btn-reset::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s ease opacity;
  content: "";
}
@media (min-width: 768px) {
  .p-btn-reset:hover {
    cursor: pointer;
  }
  .p-btn-reset:hover::after {
    opacity: 0;
  }
}

.p-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6rem;
  border-radius: 6rem;
  border: 1px solid transparent;
  background: linear-gradient(to right, #0071B2, #417E8C);
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  outline: none;
}
@media (min-width: 768px) {
  .p-btn-submit {
    width: 27rem;
    height: 5.5rem;
    transition: all 0.25s ease-in-out;
  }
  .p-btn-submit:hover {
    cursor: pointer;
    background: linear-gradient(to right, #FFF, #FFF);
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
}

.p-shop {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (min-width: 768px) {
  .p-shop {
    gap: 7rem;
  }
}
.p-shop__row.is-hidden {
  display: none;
}
.p-shop__head {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1375A7;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (min-width: 768px) {
  .p-shop__head {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1.4rem;
  }
}
.p-shop__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .p-shop__list {
    gap: 4rem 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-shop__not-found {
  display: none;
  text-align: center;
}
.p-shop__not-found.is-active {
  display: block;
}

.p-shop-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.p-shop-card.is-hidden {
  display: none;
}
.p-shop-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-shop-card__image {
    margin-bottom: 1.9rem;
  }
}
.p-shop-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-shop-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-shop-card__name {
  color: #1F2446;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .p-shop-card__name {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.p-shop-card__desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4166666667;
  margin-bottom: 0.8rem;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .p-shop-card__desc {
    margin-top: -0.4rem;
    font-size: 1.4rem;
    line-height: 1.9157142857;
  }
}

.p-btn-more {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 6rem;
  cursor: pointer;
}
.p-btn-more.is-hidden {
  display: none;
}
@media (min-width: 768px) {
  .p-btn-more {
    margin-top: 7rem;
    transition: 0.2s opacity ease;
  }
  .p-btn-more:hover {
    opacity: 0.8;
  }
}
.p-btn-more span {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-btn-more span {
    font-size: 1.8rem;
  }
}
.p-btn-more span::after {
  display: inline-block;
  position: absolute;
  right: -3.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 1.2rem;
  background: url("../img/common/icon_arrow_07.svg") no-repeat center;
  background-size: 2.2rem auto;
  content: "";
}
@media (min-width: 768px) {
  .p-btn-more span::after {
    right: -3.8rem;
  }
}

.p-news {
  padding-block: 4rem 4rem;
  background-color: #FCFBF5;
}
@media (min-width: 768px) {
  .p-news {
    padding-block: 7rem 10.8rem;
  }
}
.p-news__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .p-news__list {
    gap: 4rem 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-news__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-news__image {
    margin-bottom: 1.5rem;
  }
}
.p-news__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-news__name {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4166666667;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .p-news__name {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}

@media (min-width: 768px) {
  .cate-shop-location:hover {
    cursor: pointer;
  }
}