:root {
  --h1: 36px;
  --h2: 32px;
  --h3: 28px;
  --small: 14px;
  --regular: 16px;
}

body {
  background: #F8F8F8;
}

main {
  padding-top: 80px;
}

.breadcrumb__wrap {
  width: 100%;
  margin-bottom: 108px;
  padding: 0 20px 27px;
  border-bottom: 1px solid #DDDDDD;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 1130px;
  margin: 0 auto;
}
.breadcrumb__el {
  display: flex;
  align-items: center;
}
.breadcrumb__el:not(:last-child)::after {
  content: "";
  background: url(../images/breadcrumbArrow.png) no-repeat center/cover;
  width: 11px;
  height: 11px;
  margin-left: 14px;
}
.breadcrumb__link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}
.breadcrumb__icon {
  width: 12px;
  height: 12px;
  display: block;
}
.breadcrumb__icon img {
  vertical-align: top;
}
.breadcrumb__current {
  color: #AD926A;
  font-size: 12px;
  font-weight: 500;
}

.catch__section {
  margin-bottom: 29px;
}

.info__section {
  width: 100%;
  margin-bottom: 120px;
}
.info__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.info__intro {
  margin-bottom: 123px;
}
.info__h1 {
  font-size: var(--h1);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 72px;
}
.info__desc {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  max-width: 1009px;
  margin: 0 auto 120px;
}
.info__intro-images {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.info__intro-images .info__intro-el {
  width: 560px;
}
.info__detail {
  margin-bottom: 60px;
  scroll-margin-top: 80px;
}
.info__sub-title {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 64px;
}
.info__table-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.info__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #404040;
}
.info__table th, .info__table td {
  padding: 24px 16px;
  border: 1px solid #404040;
  font-size: var(--regular);
  line-height: 1.5;
}
.info__table th {
  font-size: var(--regular);
  font-weight: 500;
  width: 176px;
  background-color: #fff;
}
.info__table td {
  font-size: var(--regular);
  font-weight: 500;
  width: 624px;
  font-weight: 500;
}

.info__map {
  width: calc(100% - 40px);
  max-width: 800px;
  height: 533px;
  margin: 0 auto 120px;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info__map iframe{
  width: 100%;
  height: 100%;
}

.info__access {
  padding: 0 20px;
}
.info__access-title {
  font-size: var(--h2);
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 64px;
}
.info__access-title-sp {
  display: none;
}
.info__access-content {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.info__access-image {
  max-width: 560px;
}
.info__access-list {
  width: 100%;
  max-width: 573px;
  padding-top: 22px;
}
.info__access-dl {
  margin-bottom: 40px;
}
.info__access-dl:last-child {
  margin-bottom: 0;
}
.info__access-dt {
  font-size: var(--h3);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 32px;
  padding: 8px 16px;
  border-left: 1px solid #000;
}
.info__access-dd {
  font-size: var(--regular);
  line-height: 1.5;
}

@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
  .catch__section {
    margin-bottom: 13px;
  }
  .breadcrumb__wrap {
    margin-bottom: 19px;
    padding: 0 20px 13px;
  }
  .info__section {
    margin-bottom: 40px;
  }
  .info__h1 {
    font-size: clamp(1.75rem, 1.272rem + 2.04vw, 2.25rem);
    margin-bottom: 24px;
  }
  .info__desc {
    font-size: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
    margin: 0 auto 40px;
  }
  .info__intro {
    margin-bottom: 80px;
  }
  .info__intro-images {
    flex-direction: column;
    gap: 19px;
  }
  .info__intro-images .info__intro-el {
    width: 100%;
  }
  .info__sub-title {
    font-size: clamp(1.5rem, 1.022rem + 2.04vw, 2rem);
    margin-bottom: 24px;
  }
  .info__table th {
    font-size: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    width: 105px;
    min-width: 105px;
    height: 71px;
    padding: 0 16px;
    vertical-align: middle;
  }
  .info__table td {
    font-size: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    height: 71px;
    padding: 0 16px;
    vertical-align: middle;
  }
  .info__detail {
    margin-bottom: 40px;
    scroll-margin-top: 60px;
  }
  .info__map {
    /* height: clamp(13.938rem, 0.007rem + 59.44vw, 28.5rem); */
    margin: 0 auto 40px;
    height: 223px;

  }

  .info__map iframe{
    
  }
  .info__access-image {
    max-width: unset;
    width: 100%;
  }
  .info__access-title {
    display: none;
  }
  .info__access-title-sp {
    font-size: clamp(1.5rem, 1.022rem + 2.04vw, 2rem);
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 24px;
  }
  .info__access-list {
    max-width: unset;
  }
  .info__access-content {
    flex-direction: column;
  }
  .info__access-dl {
    margin-bottom: 24px;
  }
  .info__access-dt {
    font-size: clamp(1.25rem, 0.772rem + 2.04vw, 1.75rem);
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=shop.css.map */