@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
店舗一覧
---------------------------------------------------------------------------------------------------------------------
*/
.shop-list {
  position: relative;
  padding: 40px 0 80px; }
  @media screen and (min-width: 768px) {
    .shop-list {
      padding: 80px 0 120px; } }
  @media screen and (min-width: 1200px) {
    .shop-list {
      padding: 120px 0 160px; } }
  .shop-list::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    mix-blend-mode: screen;
    z-index: -1; }
  .shop-list__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .shop-list__inner {
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .shop-list__inner {
        padding: 0 70px; } }

.shop-nav__list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 600px) {
    .shop-nav__list {
      gap: 40px;
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media screen and (min-width: 1200px) {
    .shop-nav__list {
      gap: 66px;
      margin: 0 auto;
      max-width: 740px; } }
.shop-nav__item {
  min-width: 0; }
.shop-nav__link {
  align-items: center;
  border-bottom: 1px solid #223588;
  display: flex;
  justify-content: space-between;
  padding: 0 0 14px;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    .shop-nav__link {
      padding-bottom: 16px; } }
  .shop-nav__link:hover .shop-nav__arrow {
    background-color: #223588;
    color: #fff;
    transform: translateY(4px); }
  .shop-nav__link img {
    display: block;
    height: 20px;
    object-fit: contain;
    object-position: left center;
    width: auto; }
    @media screen and (min-width: 768px) {
      .shop-nav__link img {
        height: 20px; } }
    @media screen and (min-width: 1200px) {
      .shop-nav__link img {
        height: 24px; } }
.shop-nav__arrow {
  align-items: center;
  border: 1px solid #223588;
  border-radius: 50%;
  color: #223588;
  display: flex;
  flex-shrink: 0;
  font-size: 0.9em;
  height: 24px;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  width: 24px; }
  @media screen and (min-width: 768px) {
    .shop-nav__arrow {
      font-size: 1.0em;
      height: 28px;
      width: 28px; } }

.shop-brand {
  padding-top: 100px; }
  @media screen and (min-width: 768px) {
    .shop-brand {
      padding-top: 120px; } }
  @media screen and (min-width: 1200px) {
    .shop-brand {
      padding-top: 160px; } }
  .shop-brand.first {
    padding-top: 60px; }
    @media screen and (min-width: 768px) {
      .shop-brand.first {
        padding-top: 80px; } }
    @media screen and (min-width: 1200px) {
      .shop-brand.first {
        padding-top: 120px; } }
  .shop-brand__heading img {
    display: block;
    width: auto;
    height: 24px; }
    @media screen and (min-width: 768px) {
      .shop-brand__heading img {
        height: 30px; } }
    @media screen and (min-width: 1200px) {
      .shop-brand__heading img {
        height: 34px; } }
  .shop-brand__title {
    color: #223588;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 10px 0 0 0; }
    @media screen and (min-width: 768px) {
      .shop-brand__title {
        font-size: 0.9em;
        margin-top: 20px; } }
    @media screen and (min-width: 1200px) {
      .shop-brand__title {
        font-size: 1em; } }
  .shop-brand__list {
    display: grid;
    padding-top: 20px;
    gap: 40px; }
    @media screen and (min-width: 768px) {
      .shop-brand__list {
        gap: 60px; } }
    @media screen and (min-width: 1200px) {
      .shop-brand__list {
        gap: 80px; } }

.shop-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 80px;
  margin-top: -60px; }
  @media screen and (min-width: 768px) {
    .shop-card {
      display: grid;
      gap: 20px;
      grid-template-columns: 40% minmax(0, 1fr);
      padding-top: 100px;
      margin-top: -80px; } }
  @media screen and (min-width: 1024px) {
    .shop-card {
      align-items: center;
      display: grid;
      gap: 30px; } }
  @media screen and (min-width: 1200px) {
    .shop-card {
      gap: 40px;
      grid-template-columns: 440px minmax(0, 1fr); } }
  .shop-card__image {
    border-radius: 6px;
    overflow: hidden;
    width: 100%; }
    .shop-card__image img {
      aspect-ratio: 1.55 / 1;
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .shop-card__content {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .shop-card__content {
        margin-top: -8px; } }
    @media screen and (min-width: 1024px) {
      .shop-card__content {
        margin: 0; } }
  .shop-card__name {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .shop-card__name {
        font-size: 1.25em; } }
    @media screen and (min-width: 1200px) {
      .shop-card__name {
        font-size: 1.5em; } }
  .shop-card__name-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    @media screen and (min-width: 768px) {
      .shop-card__name-wrap {
        align-items: flex-start;
        align-items: center;
        flex-direction: row;
        gap: 10px; } }
    @media screen and (min-width: 1024px) {
      .shop-card__name-wrap {
        align-items: center;
        flex-direction: row;
        gap: 20px; } }
  .shop-card__badge {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    color: #111;
    display: inline-flex;
    font-size: 0.85em;
    font-weight: 500;
    gap: 5px;
    justify-content: center;
    line-height: 1.2em;
    padding: 5px 15px;
    width: fit-content; }
    @media screen and (min-width: 1024px) {
      .shop-card__badge {
        font-size: 0.9em;
        gap: 10px; } }
    @media screen and (min-width: 1200px) {
      .shop-card__badge {
        font-size: 1em; } }
    .shop-card__badge img {
      display: block;
      height: auto;
      width: 26px; }
      @media screen and (min-width: 1024px) {
        .shop-card__badge img {
          width: 30px; } }
      @media screen and (min-width: 1200px) {
        .shop-card__badge img {
          width: 40px; } }
  .shop-card__information {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .shop-card__information {
        margin-top: 10px;
        border-top: 1px solid #666;
        padding-top: 20px; } }
  .shop-card__address {
    position: relative;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px; }
    .shop-card__address p {
      font-size: 0.8em;
      line-height: 1.6em;
      padding-right: 60px; }
      @media screen and (min-width: 768px) {
        .shop-card__address p {
          font-size: 0.85em; } }
      @media screen and (min-width: 1200px) {
        .shop-card__address p {
          font-size: 0.95em; } }
  .shop-card__map {
    position: absolute;
    right: 0;
    align-items: center;
    background-color: #223588;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 0.7em;
    gap: 5px;
    line-height: 1.0em;
    padding: 5px 8px;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .shop-card__map {
        font-size: 0.75em;
        top: 1px; } }
    .shop-card__map img {
      display: block;
      height: 10px;
      width: 10px; }
  .shop-card__tel, .shop-card__hours {
    font-size: 0.85em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    line-height: 1.4em;
    margin: 5px 0 0; }
    @media screen and (min-width: 768px) {
      .shop-card__tel, .shop-card__hours {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .shop-card__tel, .shop-card__hours {
        font-size: 1.0em; } }
  .shop-card__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .shop-card__buttons {
        margin-top: 15px; } }
    @media screen and (min-width: 1200px) {
      .shop-card__buttons {
        gap: 16px;
        margin-top: 20px; } }
  .shop-card__button {
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    font-size: 0.8em;
    font-weight: 500;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.04em;
    min-height: 48px;
    padding: 12px 18px;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease; }
    @media screen and (min-width: 768px) {
      .shop-card__button {
        font-size: 0.9em;
        min-height: 52px; } }
    @media screen and (min-width: 1200px) {
      .shop-card__button {
        font-size: 1.0em; } }
    .shop-card__button:hover {
      opacity: 0.75;
      transform: translateY(-3px); }
    .shop-card__button img {
      display: block;
      height: 14px;
      width: 14px; }
    .shop-card__button--detail {
      border: 1px solid #223588;
      color: #223588; }
    .shop-card__button--reserve {
      background-color: #00c853;
      border: 1px solid #00c853;
      color: #fff; }
