@charset "UTF-8";
.locations-article__contents .post-thumbnail {
  margin: 2.5rem 0;
}

.locations_table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.5rem 0;
}

.archive-locations .locations_table {
  margin: 2rem 0;
}

.locations_table th,
.locations_table td {
  border: 1px solid #D9D9D9;
  padding: 0.8em 0.75em;
}

.locations_table th {
  background-color: #E4E8EF;
  min-width: 7.5em;
  width: 20%;
}

.locations_table td {
  background-color: #fff;
}

.locations_table td a {
  text-decoration: underline;
}

.locations_table td a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.locations_table td a.shop_link {
  font-weight: 700;
}

.secchi_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.secchi_list .kiki {
  display: flex;
  align-items: center;
}

.secchi_list .kiki img {
  width: 100px;
}

.locations-article__content .map iframe {
  display: block;
  margin: 1rem 0 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.7;
}

.main_visual {
  width: 100%;
  height: 280px;
  position: relative;
  background-size: cover;
  background-image: url("../images/locations/sv_locations_pc.png");
  background-repeat: no-repeat;
}

h2.casestudies__title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  max-width: 1112px;
  padding: 0 16px;
  margin: 0 auto;
  padding-top: 136px;
}

h2.casestudies__title.search_title {
  letter-spacing: 0;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .main_visual {
    width: 100%;
    height: 240px;
    position: relative;
    background-size: cover;
    background-image: url("../images/locations/sv_locations_sp.png");
    background-repeat: no-repeat;
  }
  h2.casestudies__title {
    font-size: 32px;
    padding-top: 128px;
  }
  h2.casestudies__title.search_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .main_visual {
    height: 120px;
  }
  h2.casestudies__title {
    font-size: 24px;
    padding-top: 64px;
  }
  h2.casestudies__title.search_title {
    font-size: 18px;
  }
}

.archive-locations {
  background-color: #f2f6f9;
}

.locations_inner {
  max-width: 1112px;
  padding: 0 16px;
  container-type: inline-size;
  margin: 0 auto;
}
.search_title{
  margin-top:2.5rem;
}
.search_title a{
  text-decoration:underline;
}
.search_title a:hover{
  text-decoration:none;
  opacity:0.8;
}
.area-list-wrap {
  background-color: #e4e8ee;
  margin: 2.5rem 0;
  padding: 2rem 2.5rem;
}

.area-table {
  width: 100%;
  border-collapse: collapse;
}

.area-table th {
  background: #eef4f8;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  border: 1px solid #D9D9D9;
  background-color: #efefef;
  width: 10em;
}

.area-table td {
  padding: 0.8em 0.75em;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

.area-table td .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin: 0 1rem;
}

.area-table td a {
  display: inline-block;
  color: #1b3c65;
  text-decoration: underline;
}

.area-table td a:hover {
  opacity: 0.8;
  text-decoration: none!important;
}

.area-table td a:hover {
  text-decoration: underline;
}


/* PCでは普通に開いて表示 */

@media (max-width: 640px) {
  .area-list-wrap {
    padding: 1rem 1rem;
  }
  .area-table td .inner {
    gap: 0.5rem 1.5rem;
    margin: 0 0.5rem;
  }
  .area-table,
  .area-table thead,
  .area-table tbody,
  .area-table tr,
  .area-table th {
    display: block;
    width: auto!important;
  }
  .area-table th {
    text-align: left;
  }
  .area-table td {
    display: block;
    width: auto!important;
  }
  .area-table td {
    padding: 10px;
  }
  /* トリガーボタンの装飾 */
  .toggle-btn {
    font-weight: bold;
    margin-right: 6px;
    cursor: pointer;
    display: inline-block;
  }
  .toggle-btn::after {
    content: "＋";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
  }
  .area-row.open .toggle-btn::after {
    content: "−";
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f2f6f9;
  padding-top: 64px;
  padding-bottom: 80px;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid transparent;
  color: #152b60;
  text-decoration: none;
  background-color: #f1f0f0;
  font-size: 20px;
  font-weight: 700;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 36px;
  height: 36px;
}

.pagination a:hover {
  border-color: #d0d7e3;
}

.pagination .current {
  background-color: #152b60;
  color: #fff;
  font-weight: bold;
  border-color: #152b60;
  width: 36px;
  height: 36px;
}

.pagination .dots {
  padding: 8px 0;
  color: #77829c;
  font-size: 26px;
  background-color: #f2f6f9;
}

.pagination a.prev,
.pagination a.next {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}

.pagination a.prev:hover,
.pagination a.next:hover {
  opacity: 0.6;
}

.pagination a.prev {
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23152B60" stroke-width="2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6"/></svg>');
  margin-right: 90px;
}

.pagination a.next {
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23152B60" stroke-width="2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 18l6-6-6-6"/></svg>');
  margin-left: 90px;
}

@media (max-width: 768px) {
  .pagination {
    padding-top: 24px;
    padding-bottom: 64px;
    gap: 4px;
  }
  .pagination a.prev {
    background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23152B60" stroke-width="2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6"/></svg>');
    margin-right: 0px;
  }
  .pagination a.next {
    background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23152B60" stroke-width="2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 18l6-6-6-6"/></svg>');
    margin-left: 0px;
  }
  .pagination .current {
    width: 32px;
    height: 32px;
  }
  .pagination a.prev,
  .pagination a.next {
    width: 32px;
    height: 32px;
  }
  .pagination a,
  .pagination span {
    width: 32px;
    height: 32px;
  }
}
.well{
  margin:2.5rem 0;
  background-color:#fff;
  padding:2rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2rem;
}
.well .more-button{
  width:auto;
}
.well .more-button a{
  font-size:1.125rem;
  display:flex;
  justify-content:center;
  gap:0.25em;
  padding:20px 20px 20px 20px;
  width:200px;
  margin:0;
}
.breadcrumbs{
	flex-wrap:wrap;
}
.hosoku{
  display:flex;
  justify-content:flex-end;
  margin-top:-1rem;
}
