@charset "UTF-8";
/* CSS Document */

.cardList {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-buttons,
.index-buttons,
.kana-section__title,
.area-section__title,
.prefecture-section__title {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.index-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 24px;
}

.index-button {
  padding: 8px 12px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
}

.index-button.is-disabled {
  opacity: 0.35;
  cursor: default;
}

.search-tabs button.is-active {
  background: #000;
  color: #fff;
}

.tab-buttons {
  display: flex;
  gap: 12px;
}

/* 共通デザイン */
.tab-buttons button {
  position: relative;
  padding: 10px 18px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  width: calc(100% / 2);
}

/* ホバー */
.tab-buttons button:hover {
  background: #eaeaea;
}

/* 選択中 */
.tab-buttons button.is-active {
  background: rgb(235, 166, 0);
  color: #fff;
  border-color: rgb(235, 166, 0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 吹き出しの三角（選択中のみ） */
.tab-buttons button.is-active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: rgb(235, 166, 0) transparent transparent transparent;
}

.area-section__title,
.kana-section__title {
  padding: 5px;
  font-size: 1.2rem;
  text-align: center;
  background: #eba600;
  margin: 0 15px;
  color: #fff;
  margin-top: 40px;
}

.prefecture-section__title {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: #eba600;
  margin-top: 20px;
}

.cardList_wrap section + section {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .tab-buttons,
  .index-buttons,
  .kana-section__title,
  .area-section__title,
  .prefecture-section__title {
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .area-section__title,
  .kana-section__title {
    margin: 20px 0;
  }

  .prefecture-section__title {
    margin: 20px 0;
  }

  .index-buttons {
    margin: 20px auto;
  }

  .tab-buttons {
    justify-content: center;
  }

  .tab-buttons button {
    width: calc(100% / 4);
  }

  .cardList__cg {
    margin-bottom: 60px;
  }
}

/* =========
saidnav2
=========== */

.saidnav2 {
  position: fixed;
  right: 40px;
  bottom: 15%;
  z-index: 3;
  width: 30px;
}

.saidnav2 .saidnav__wrap2 {
  background-image: url(/shikitabi/special_powerspot/img/top/search_icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 53px;
  height: 62px;
  justify-content: center;

  display: inline-block;
}

.saidnav2 .saidnav__wrap2 a {
  font-size: 0.8rem;
  color: #8e1011;
  font-weight: bold;
  text-align: center;
  line-height: 1rem;
  padding-top: 13px;
  display: block;
}

@media (min-width: 768px) {
  .saidnav2 {
    right: 5vw;
    bottom: 20%;
  }
}
