:root {
  --color-primary: #00aae5;
  --color-primary-dark: #008cd0;
  --color-green: #5b8f57;
  --color-yellow: #ffd400;
  --color-dark: #4c4c4c;
  --color-black: #222222;
  --color-white: #ffffff;
  --font-base: Zen Kaku Gothic New, sans-serif;
  --font-en: Afacad, sans-serif;
  --container-width: 1440px;
  --container-padding-pc: 240px;
  --container-padding-sp: 20px;
  --transition-base: 0.3s ease;
}

.article-card a {
  display: block;
  text-decoration: none;
  color: #222222;
}
.article-card .article-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 16px 0 16px 16px;
  margin-bottom: 16px;
  aspect-ratio: 7/4;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .article-card .article-card__img {
    aspect-ratio: unset;
    height: 200px;
    border-radius: 30px;
  }
}
.article-card .article-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.article-card:hover .article-card__img img {
  transform: scale(1.03);
}
.article-card .article-card__company-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00aae5;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 16px 0 0 0;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .article-card .article-card__company-badge {
    font-size: 1.5rem;
    padding: 8px 20px;
  }
}
.article-card .article-card__body {
  padding: 0 4px;
}
.article-card .article-card__title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .article-card .article-card__title {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
.article-card .article-card__company {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #00aae5;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .article-card .article-card__company {
    font-size: 1rem;
  }
}
.article-card .article-card__dept {
  font-size: 0.75rem;
  color: #4c4c4c;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .article-card .article-card__dept {
    font-size: 0.875rem;
  }
}
.article-card .article-card__excerpt {
  display: none;
}
@media (min-width: 768px) {
  .article-card .article-card__excerpt {
    display: block;
    font-size: 1rem;
    color: #4c4c4c;
    line-height: 1.8;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
  }
}
.article-card .article-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  padding: 0 4px;
}
.article-card .article-card__more {
  display: none;
}
@media (min-width: 768px) {
  .article-card .article-card__more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Afacad", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0.12em;
    justify-content: flex-end;
  }
}
.article-card .article-card__more-arrow {
  display: inline-block;
  width: 15px;
  height: 11px;
  position: relative;
}
.article-card .article-card__more-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: currentColor;
}
.article-card .article-card__more-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg) translate(-1px, 1px);
}

.article-card--wide {
  max-width: 1112px;
  margin-inline: auto;
}
.article-card--wide a {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 33/25;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .article-card--wide a {
    aspect-ratio: 556/225;
    border-radius: 40px;
  }
}
.article-card--wide a:hover {
  opacity: 1;
}
.article-card--wide .article-card__img {
  aspect-ratio: unset;
  height: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.article-card--wide .article-card__company-badge {
  position: static;
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  padding: 4px 14px;
}
@media (min-width: 768px) {
  .article-card--wide .article-card__company-badge {
    font-size: 1.5rem;
    padding: 8px 24px;
    margin-bottom: 16px;
  }
}
.article-card--wide .article-card__title {
  width: 100%;
  color: #ffffff;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.4em 5% 0.4em 5%;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 12.23%, #464545 80.49%);
  line-height: 1.4;
  text-shadow: 1px 1px 0 #666;
}
@media (min-width: 768px) {
  .article-card--wide .article-card__title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding: 0.5em 0 0.5em 30%;
  }
}
.article-card--wide .article-card__company {
  padding: 0.3em 1.2em 0.3em 1.2em;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  background-color: rgba(0, 170, 229, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .article-card--wide .article-card__company {
    font-size: 1.5rem;
  }
}
.article-card--wide .article-card__excerpt,
.article-card--wide .article-card__tags,
.article-card--wide .article-card__more {
  display: none;
}

.article-card--horizontal a {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  .article-card--horizontal a {
    gap: 50px;
  }
}
.article-card--horizontal .article-card__img {
  flex-shrink: 0;
  width: 120px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 0;
  aspect-ratio: unset;
}
@media (min-width: 768px) {
  .article-card--horizontal .article-card__img {
    width: 450px;
    height: 350px;
    border-radius: 16px;
  }
}
.article-card--horizontal .article-card__body {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-card--horizontal .article-card__title {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .article-card--horizontal .article-card__title {
    font-size: 1.375rem;
  }
}
.article-card--horizontal .article-card__excerpt {
  display: block;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .article-card--horizontal .article-card__excerpt {
    font-size: 1.125rem;
  }
}
.article-card--horizontal .article-card__more {
  display: flex;
}

.article-card .tag {
  display: inline-block;
  padding: 3px 5px 6px 4px;
  background-color: #edf5f8;
  border-radius: 5px;
  font-size: 0.75rem;
  color: #00aae5;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 768px) {
  .article-card .tag {
    font-size: 0.75rem;
    padding: 3px 5px 6px 4px;
  }
}
.article-card .tag:hover {
  background-color: #00aae5;
  color: #ffffff;
}

.map-page {
  min-height: 80vh;
}

.map-hero {
  padding: 100px 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .map-hero {
    padding: 120px 0 60px;
  }
}
.map-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .map-hero .container {
    gap: 30px;
  }
}

.map-hero__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0;
}
@media (min-width: 768px) {
  .map-hero__title {
    font-size: 2.5rem;
    letter-spacing: 0.12em;
  }
}

.map-hero__desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: -10px 0 0;
}
@media (min-width: 768px) {
  .map-hero__desc {
    font-size: 1rem;
    margin-top: -20px;
  }
}

.map-page__body {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .map-page__body {
    padding-bottom: 100px;
  }
}

.map-filter {
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .map-filter {
    padding: 24px 40px;
  }
}

.map-filter__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.map-filter__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 2px solid #ddd;
  border-radius: 9999px;
  background: #ffffff;
  color: #4c4c4c;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.map-filter__btn:hover {
  border-color: #00aae5;
  color: #00aae5;
}
.map-filter__btn.is-active {
  background: #00aae5;
  border-color: #00aae5;
  color: #ffffff;
}

.map-filter__logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 2px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1px;
  box-sizing: border-box;
}

.map-page__map-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .map-page__map-wrap {
    padding: 0 40px;
  }
}

#spots-map {
  width: 100%;
  height: 540px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #spots-map {
    height: 60vw;
    min-height: 280px;
    border-radius: 8px;
  }
}

.map-page__no-key {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #f5f5f5;
  border-radius: 8px;
  border: 2px dashed #ccc;
  text-align: center;
  color: #4c4c4c;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.map-marker-company {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.map-marker-company:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.map-marker-company__logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 9999px;
}

.map-marker-company__fallback {
  font-weight: 700;
  font-size: 1.25rem;
  color: #00aae5;
  line-height: 1;
}

.gm-style-iw-chr {
  height: auto !important;
  min-height: 0 !important;
  display: flex;
  justify-content: flex-end;
  padding: 0 !important;
  margin: 0 !important;
}

.gm-style-iw-chr > button.gm-ui-hover-effect {
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  right: 0 !important;
}

.gm-style-iw-chr > button.gm-ui-hover-effect > span {
  width: 18px !important;
  height: 18px !important;
  margin: 5px !important;
}

.gm-style-iw-d {
  overflow: auto !important;
  padding-top: 0 !important;
  margin-top: -10px !important;
}

.gm-style-iw.gm-style-iw-c {
  padding-top: 4px !important;
  padding-bottom: 10px !important;
}

.map-infowindow {
  padding: 4px 2px;
  min-width: 220px;
  max-width: 300px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.map-infowindow__name {
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px;
  line-height: 1.4;
}

.map-infowindow__comment {
  font-size: 0.8125rem;
  color: #4c4c4c;
  margin: 0 0 8px;
  line-height: 1.7;
}

.map-infowindow__address {
  font-size: 0.8125rem;
  color: #888;
  margin: 0 0 6px;
  line-height: 1.5;
}

.map-infowindow__recommenders {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  font-size: 0.75rem;
  color: #4c4c4c;
}

.map-infowindow__recommenders-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.map-infowindow__recommenders-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.map-infowindow__recommender-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.map-infowindow__recommender-photo {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  object-fit: cover;
}

.map-infowindow__recommender-name {
  font-size: 0.75rem;
  color: #4c4c4c;
}

.map-infowindow__gmaps-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 12px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #008cd0;
  background-color: rgba(0, 140, 208, 0.08);
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.map-infowindow__gmaps-link:hover {
  background-color: #008cd0;
  color: #ffffff;
}

.map-infowindow__gmaps-icon {
  flex-shrink: 0;
}

.map-infowindow--company {
  text-align: center;
}

.map-infowindow__company-logo-wrap {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto 8px;
  aspect-ratio: 3/2;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
}

.map-infowindow__company-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-spots-list {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .map-spots-list {
    margin-top: 32px;
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .map-spots-list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
}

.map-spots-list__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .map-spots-list__inner {
    gap: 40px;
  }
}

.map-spots-list__company[hidden] {
  display: none;
}

.map-spots-list__company-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 768px) {
  .map-spots-list__company-name {
    font-size: 2.25rem;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
  }
}

.map-spots-list__company-name-text {
  display: block;
}

.map-spots-list__company-name-lines {
  position: relative;
  display: block;
  height: 2px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .map-spots-list__company-name-lines {
    margin-top: 16px;
  }
}

.map-spots-list__company-name-line-full,
.map-spots-list__company-name-line-half {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
}

.map-spots-list__company-name-line-full {
  right: 0;
  background-color: #D9D9D9;
}

.map-spots-list__company-name-line-half {
  width: 53%;
  background-color: #00aae5;
}

.map-spots-list__spots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .map-spots-list__spots {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.map-spots-list__spot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(76, 76, 76, 0.15);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .map-spots-list__spot {
    padding: 20px;
  }
}
.map-spots-list__spot[hidden] {
  display: none;
}

.map-spots-list__spot-company {
  display: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #008cd0;
  letter-spacing: 0.05em;
}

.map-spots-list.is-all-view .map-spots-list__spot-company {
  display: inline-block;
}

.map-spots-list__spot-category {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  background: #00aae5;
  letter-spacing: 0.05em;
}
.map-spots-list__spot-category--nearby {
  background: #3fa9a9;
}
.map-spots-list__spot-category--holiday {
  background: #e57a2e;
}
.map-spots-list__spot-category--gourmet {
  background: #c04060;
}

.map-spots-list__spot-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222222;
  line-height: 1.4;
}

.map-spots-list__spot-comment {
  font-size: 0.9375rem;
  color: #222222;
  line-height: 1.75;
  margin: 0;
}

.map-spots-list__spot-address {
  font-size: 0.8125rem;
  color: #4c4c4c;
  line-height: 1.6;
}

.map-spots-list__spot-gmaps-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 6px 12px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #008cd0;
  background-color: rgba(0, 140, 208, 0.08);
  border-radius: 9999px;
  text-decoration: none;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.map-spots-list__spot-gmaps-link:hover {
  background-color: #008cd0;
  color: #ffffff;
}

.map-spots-list__spot-gmaps-icon {
  flex-shrink: 0;
}

.map-spots-list__spot-recommenders {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(76, 76, 76, 0.15);
}

.map-spots-list__spot-recommenders-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}

.map-spots-list__spot-recommenders-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.map-spots-list__spot-recommender {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.map-spots-list__spot-recommender-photo {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  object-fit: cover;
}

.map-spots-list__spot-recommender-name {
  font-size: 0.875rem;
  color: #222222;
}

.map-interviews-list {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .map-interviews-list {
    margin-top: 100px;
  }
}

.map-interviews-list__section {
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .map-interviews-list__section {
    padding: 0 0 80px;
  }
}
.map-interviews-list__section + .map-interviews-list__section {
  padding-top: 0;
}
.map-interviews-list__section[hidden] {
  display: none;
}

.map-interviews-list__heading {
  max-width: 1112px;
  margin: 0 auto 20px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 768px) {
  .map-interviews-list__heading {
    font-size: 2.25rem;
    letter-spacing: 0.12em;
    margin-bottom: 60px;
  }
}

.map-interviews-list__heading-text {
  display: block;
}

.map-interviews-list__heading-lines {
  position: relative;
  display: block;
  height: 2px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .map-interviews-list__heading-lines {
    margin-top: 16px;
  }
}

.map-interviews-list__heading-line-full,
.map-interviews-list__heading-line-half {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
}

.map-interviews-list__heading-line-full {
  right: 0;
  background-color: #D9D9D9;
}

.map-interviews-list__heading-line-half {
  width: 53%;
  background-color: #00aae5;
}

.map-interviews-list__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .map-interviews-list__cards {
    gap: 50px;
  }
}/*# sourceMappingURL=map.css.map */