@charset "utf-8";
:root {
  /* フッターカラー */
  --footer-exit-color: #fff;

  --footer-border-color: #333333;

  /* PC デフォルトフッターリンク領域サイズ */
  --footer-links-size-pc: 780px;

  /* SP デフォルトフッターリンク領域サイズ */
  --footer-links-size-sp: 100%;
}

.footer .bottom-menu {
  background-color: var(--footer-exit-color);
  border-top: 1px solid var(--footer-border-color);

  & .footer-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }

  & .footer-link {
    padding: 10px 20px;
    box-sizing: border-box;
    flex-basis: var(--footer-links-size-sp);
  }

  & .footer-link-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #333333ab;
  }

  & .footer-link-items-area > li > a {
    color: #33333391;
    text-decoration: underline;
  }

  & .footer-link-items-business > li > a {
    color: #33333391;
    text-decoration: underline;
  }
}

.contents-banner {
  margin-bottom: 20px;
}

.travelerch-link {
  margin-top: 20px;
}

.exit {
  background: #f7f7f7 !important;
}

.exit a {
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  font-size: 10px;
}

/* ↓ フッターリンクに第二エリア追加 @SC 2025/03/05 */
.first-area-item {
  margin-bottom: 5px;
}

.first-area-container {
  display: flex;
  align-items: center;
}

.toggle-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 0 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.second-area-list {
  margin-left: 15px;
  margin-top: 5px;
  list-style-type: none;
  padding-left: 0;
}

.second-area-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
  word-break: normal;
}

.second-area-item::before {
  content: "┗";
  position: absolute;
  left: 0;
  color: #666;
}
/* ↑ フッターリンクに第二エリア追加 @SC 2025/03/03 */

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
    background: #f7f7f7;
    border-top: 1px solid #000000;
    width: 100%;
  }

  .sp-only {
    display: none;
  }
  .footer .bottom-menu {
    & .footer-links {
      margin: 0 auto;
      width: var(--footer-links-size-pc);
    }

    & .footer-link {
      padding: 10px;
      flex-basis: calc(var(--footer-links-size-pc) / 2);
    }
  }

  .footer-links a {
    color: #33333391;
    text-decoration: underline;
  }

  .footer-navi-container {
    margin: 0 auto;
    /* width: fit-content; */
    max-width: 1020px;
    padding: 25px 0px;
    position: relative;
    font-size: 13px;
    color: #4b5564;
  }

  .footer-navi-heading {
    font-weight: 600;
    margin-bottom: 15px;
  }

  .footer-navi-sections {
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
  }

  .footer-navi-section {
    width: 1020px;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-navi-section p {
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .footer-navi-section li {
    margin-bottom: 0.5rem;
  }

  .footer-navi-section a {
    text-decoration: underline;
    color: inherit;
  }

  .place-group {
    width: 50%;
    box-sizing: border-box;
  }

  .place-row {
    display: flex;
  }

  .place-name {
    width: 100px;
    margin-right: 20px;
  }

  .pref-name a {
    margin-right: 5px;
  }

  .footer-overview {
    margin-top: 1rem;
  }

  .footer-overview li {
    margin-bottom: 0.5rem;
  }

  .footer-overview p {
    font-weight: bold;
  }

  .footer_faq_link img {
    max-width: 100%;
  }

  .footer-navi {
    padding: 0;
    margin: 0px 0px 20px;
    display: flex;
  }

  .footer-navi-title {
    padding-bottom: 15px;
  }

  .footer-navi li {
    margin-right: 20px;
  }

  .footer-navi a {
    text-decoration: underline;
    color: inherit;
  }

  /* ↓ SNSリンク再掲載　@SC 2024/11/15 */
  .footer-brand-section {
    display: flex;
    align-items: center;
    position: relative;
  }

  .footer__title {
    position: absolute;
    left: 0;
  }

  .sns-link {
    text-align: center;
    background-color: #f7f7f7;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    width: 100%;
  }

  .sns-link-box {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-height: 100px;
    margin: 0 auto;
    width: fit-content;
  }

  .sns-icon {
    width: 40px;
    display: block;
  }

  .sns-icon img {
    width: 100%;
    height: auto;
  }
  /* ↑ SNSリンク再掲載　@SC 2024/11/15 */

  /* ↓「人気エリアから風俗を探す」追加　@SC 2024/11/18 */
  .area-nav {
    padding-bottom: 20px;
  }

  .area-nav__title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .area-nav__links {
    display: flex;
    gap: 8px;
  }

  .area-nav__links li {
    display: flex;
    align-items: center;
  }

  .area-nav__links li:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: #ccc;
  }

  .area-nav__links a {
    color: #4b5564;
  }
  /* ↑「人気エリアから風俗を探す」追加　@SC 2024/11/18 */
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .footer-navi-container {
    background-color: #f7f7f7;
    border-top: 1px solid #000000;
  }

  .footer .bottom-menu {
    & .footer-link-title {
      color: #333333ab;
    }

    & .footer-link-items-area > li > a {
      color: #33333391;
      text-decoration: underline;
    }

    & .footer-link-items-business > li > a {
      color: #33333391;
      text-decoration: underline;
    }
  }

  .footer-links a {
    color: #33333391;
    text-decoration: underline;
  }

  .footer-navi-sections {
    border-bottom: 1px solid #e5e7eb;
  }

  .footer-navi-heading {
    font-weight: bold;
    text-align: center;
  }

  .place-row p {
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }

  .footer-overview {
    text-align: center;
    margin: 10px;
  }

  .footer-overview p {
    font-weight: bold;
    margin: 10px;
  }

  .footer__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .pref-name {
    display: flex;
    flex-direction: column;
  }

  .pref-item {
    padding: 7px 20px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
  }

  .pref-name > a {
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-align: left;
    width: auto;
    height: 100%;
    padding: 7px 20px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
  }

  .footer-navi li {
    margin: 5px;
  }

  .footer-navi a {
    text-decoration: underline;
    color: inherit;
  }

  .footer-navi-section {
    margin: 10px 0px;
    padding: 0px 15px;
  }

  details:first-of-type {
    outline: 1px solid #dddddd;
  }

  details {
    cursor: pointer;
  }

  details summary::-webkit-details-marker {
    display: none;
  }

  .toggle-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 0 3px 3px;
    border: 1px solid #dddddd;
    background-color: #fff;
    width: 17px;
    height: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
  }

  .details-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    transition: 0.2s;
    font-weight: bold;
    padding: 6px;
    border: 1px solid #dddddd;
    font-size: 15px;
    background: #eeeeee linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%)
      repeat scroll 0 0;

    /* ホバー時のスタイル */
    &:hover {
      cursor: pointer;
      background-color: #bee1de;
    }

    /* タブフォーカス時のスタイル */
    &:focus-visible {
      outline: dashed #00a5a0;
    }

    &:focus {
      background-color: transparent;
    }
  }

  summary.details-summary.area {
    padding-left: 20px;
    font-size: 15px;
  }

  /* ↓ SNSリンク再掲載　@SC 2024/11/15 */
  .sns-link {
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 5px;
  }

  .sns-link-box {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    max-height: 100px;
    max-width: 80%;
  }

  .sns-icon {
    width: 15%;
    display: block;
  }

  .sns-icon img {
    width: 100%;
    height: auto;
  }
  /* ↑ SNSリンク再掲載　@SC 2024/11/15 */
}
