@charset "UTF-8";
:root {
  --color-text: #3C0F00;
  --color-bg-cream: #FFF9EE;
  --color-bg-yellow: #FFF2C8;
  --color-accent: #F0C059;
  --color-facility-name-deco: #EEA70D;
  --color-tag-bg: #FADEA3;
  --color-white: #fff;
  --font-kiwi: "Kiwi Maru", serif;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
body {
  font-family: var(--font-kiwi);
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 100%;
  max-width: calc(1150px + 20px * 2);
  padding: 0 20px;
  margin-inline: auto;
}
.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
#main {
  overflow: hidden;
}
.mv {
  width: 100%;
  line-height: 0;
}
.mv img {
  width: 100%;
  height: auto;
}
.section_intro {
  background-color: var(--color-bg-cream);
  padding: 56px 0 64px;
}
@media screen and (min-width: 769px) {
  .section_intro {
    padding: 72px 0 80px;
  }
}
.text_lead {
  font-family: var(--font-kiwi);
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .text_lead {
    font-size: 20px;
    line-height: 40px;
  }
}
.mt_52 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .mt_52 {
    margin-top: 52px;
  }
}
.mt_48 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .mt_48 {
    margin-top: 48px;
  }
}
.mt_28 {
  margin-top: 28px;
}
.mt_32 {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .mt_32 {
    margin-top: 32px;
  }
}
.initiative_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 32px;
}
@media screen and (min-width: 769px) {
  .initiative_list {
    gap: 32px 48px;
  }
}
.initiative_item {
  flex: 0 0 calc(50% - 16px);
  max-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.initiative_item:nth-child(3) {
  flex: 0 0 100%;
  max-width: none;
}
.initiative_item:nth-child(3) .initiative_text {
  max-width: none;
}
@media screen and (min-width: 769px) {
  .initiative_item {
    flex: 0 0 214px;
    max-width: 214px;
  }
  .initiative_item:nth-child(3) {
    flex: 0 0 214px;
    max-width: 214px;
  }
  .initiative_item:nth-child(3) .initiative_text {
    max-width: 235px;
  }
}
.initiative_img {
  width: 140px;
  height: 140px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .initiative_img {
    width: 214px;
    height: 214px;
  }
}
.initiative_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.initiative_text {
  width: 100%;
  max-width: 140px;
  margin-top: 16px;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}
@media screen and (min-width: 769px) {
  .initiative_text {
    max-width: 235px;
    font-size: 21px;
    line-height: 30px;
  }
}
.section_heading {
  font-family: var(--font-kiwi);
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section_heading {
    font-size: 36px;
    line-height: 48px;
  }
}
#facilities_title {
  font-size: 24px;
  line-height: 48px;
}
@media screen and (min-width: 769px) {
  #facilities_title {
    font-size: 36px;
    line-height: 48px;
  }
}
.section_heading_deco {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas:
    "left star right"
    "heading heading heading";
  align-items: end;
  column-gap: 8px;
  row-gap: 16px;
  width: 100%;
  max-width: 850px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .section_heading_deco {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 0;
  }
}
.section_heading_deco_img {
  width: 100%;
  max-width: 88px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .section_heading_deco_img {
    width: auto;
    max-width: none;
    flex-shrink: 0;
  }
}
.section_heading_deco_img.is_left {
  grid-area: left;
  justify-self: start;
}
.section_heading_deco_img.is_right {
  grid-area: right;
  justify-self: end;
}
.section_heading_center {
  display: contents;
}
@media screen and (min-width: 769px) {
  .section_heading_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }
}
.section_heading_deco .section_heading {
  grid-area: heading;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .section_heading_deco .section_heading {
    flex-shrink: 0;
  }
}
.section_excellent_wrap {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section_excellent_wrap {
    margin-top: 80px;
  }
}
.deco_star_01 {
  grid-area: star;
  display: block;
  width: 70px;
  height: auto;
  margin-inline: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .deco_star_01 {
    width: 88px;
    margin-bottom: 24px;
  }
}
.deco_star_02 {
  display: block;
  width: 54px;
  height: auto;
  margin-inline: auto;
  margin-bottom: 9px;
}
@media screen and (min-width: 769px) {
  .deco_star_02 {
    width: 88px;
    margin-bottom: 10px;
  }
}
.section_facilities {
  position: relative;
  background-color: var(--color-bg-yellow);
  padding: 24px 0 80px;
}
.section_facilities::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("../img/deco_wave_facilities_top.svg");
  background-repeat: repeat-x;
  background-size: 110px 10px;
  background-position: top left;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .section_facilities {
    padding: 82px 0 100px;
  }
}
.facility_select_box {
  background-color: var(--color-bg-cream);
  width: calc(100% + 40px);
  max-width: 100vw;
  margin-inline: -20px;
  height: 75px;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .facility_select_box {
    width: auto;
    max-width: 1150px;
    margin-inline: auto;
    height: auto;
    padding: 36px 48px;
    border-radius: 20px;
    display: block;
  }
}
.facility_select_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  padding-inline: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.facility_select_list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) {
  .facility_select_list {
    width: auto;
    max-width: none;
    padding-inline: 0;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    overflow-x: visible;
    scrollbar-width: auto;
  }
  .facility_select_list::-webkit-scrollbar {
    display: block;
  }
}
.facility_select_btn {
  appearance: none;
  box-sizing: border-box;
  width: auto;
  height: 41px;
  padding: 0 16px;
  border: 1px solid var(--color-accent);
  border-radius: 8px;
  background-color: var(--color-white);
  font-family: var(--font-kiwi);
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 31.5px;
  letter-spacing: 0;
  color: var(--color-text);
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .facility_select_btn {
    height: 55px;
    padding: 0 20px;
    font-size: 21px;
    line-height: 31.5px;
  }
}
.facility_radio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.is_facility_hidden {
  display: none !important;
}
.facility_panels {
  margin-top: 9px;
}
@media screen and (min-width: 769px) {
  .facility_panels {
    margin-top: 48px;
  }
}
.facility_panel {
  display: none;
}
.facility_switch:has(#facility_piole_himeji:checked) .facility_panel[data-facility="piole_himeji"] {
  display: block;
}
.facility_switch:has(#facility_piole_himeji:checked) label.facility_select_btn[for="facility_piole_himeji"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_piole_akashi:checked) .facility_panel[data-facility="piole_akashi"] {
  display: block;
}
.facility_switch:has(#facility_piole_akashi:checked) label.facility_select_btn[for="facility_piole_akashi"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_plico_nishiakashi:checked) .facility_panel[data-facility="plico_nishiakashi"] {
  display: block;
}
.facility_switch:has(#facility_plico_nishiakashi:checked) label.facility_select_btn[for="facility_plico_nishiakashi"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_plico_tarumi:checked) .facility_panel[data-facility="plico_tarumi"] {
  display: block;
}
.facility_switch:has(#facility_plico_tarumi:checked) label.facility_select_btn[for="facility_plico_tarumi"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_plico_kobe:checked) .facility_panel[data-facility="plico_kobe"] {
  display: block;
}
.facility_switch:has(#facility_plico_kobe:checked) label.facility_select_btn[for="facility_plico_kobe"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_plico_sannomiya:checked) .facility_panel[data-facility="plico_sannomiya"] {
  display: block;
}
.facility_switch:has(#facility_plico_sannomiya:checked) label.facility_select_btn[for="facility_plico_sannomiya"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_plico_rokkomichi:checked) .facility_panel[data-facility="plico_rokkomichi"] {
  display: block;
}
.facility_switch:has(#facility_plico_rokkomichi:checked) label.facility_select_btn[for="facility_plico_rokkomichi"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_tete_myodani:checked) .facility_panel[data-facility="tete_myodani"] {
  display: block;
}
.facility_switch:has(#facility_tete_myodani:checked) label.facility_select_btn[for="facility_tete_myodani"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_liv:checked) .facility_panel[data-facility="liv"] {
  display: block;
}
.facility_switch:has(#facility_liv:checked) label.facility_select_btn[for="facility_liv"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_montetmer:checked) .facility_panel[data-facility="montetmer"] {
  display: block;
}
.facility_switch:has(#facility_montetmer:checked) label.facility_select_btn[for="facility_montetmer"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_green_shukugawa:checked) .facility_panel[data-facility="green_shukugawa"] {
  display: block;
}
.facility_switch:has(#facility_green_shukugawa:checked) label.facility_select_btn[for="facility_green_shukugawa"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_green_koshienguchi:checked) .facility_panel[data-facility="green_koshienguchi"] {
  display: block;
}
.facility_switch:has(#facility_green_koshienguchi:checked) label.facility_select_btn[for="facility_green_koshienguchi"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_green_kitasenri:checked) .facility_panel[data-facility="green_kitasenri"] {
  display: block;
}
.facility_switch:has(#facility_green_kitasenri:checked) label.facility_select_btn[for="facility_green_kitasenri"] {
  background-color: var(--color-accent);
}
.facility_switch:has(#facility_green_takatsuki:checked) .facility_panel[data-facility="green_takatsuki"] {
  display: block;
}
.facility_switch:has(#facility_green_takatsuki:checked) label.facility_select_btn[for="facility_green_takatsuki"] {
  background-color: var(--color-accent);
}
.facility_name_block {
  text-align: center;
}
.facility_name_inner {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .facility_name_inner {
    padding: 19px 30px;
  }
}
.facility_name_cushion {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  border-radius: 4px;
  background-color: var(--color-facility-name-deco);
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .facility_name_cushion {
    left: 11px;
    right: 11px;
    height: 64px;
  }
}
.facility_name_cushion_circle {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-facility-name-deco);
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .facility_name_cushion_circle {
    width: 34px;
    height: 34px;
  }
}
.facility_name_cushion_circle.is_left {
  left: 0;
}
.facility_name_cushion_circle.is_right {
  right: 0;
}
.facility_name {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  font-family: var(--font-kiwi);
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .facility_name {
    font-size: 36px;
    line-height: 48px;
  }
}
.shop_list_title {
  margin-top: 16px;
  font-family: var(--font-kiwi);
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shop_list_title {
    margin-top: 28px;
    font-size: 21px;
    line-height: 30px;
  }
}
.shop_list_empty {
  margin-top: 40px;
  font-family: var(--font-kiwi);
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shop_list_empty {
    margin-top: 48px;
    font-size: 18px;
    line-height: 30px;
  }
}
.shop_card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 14px;
  margin-top: 40px;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .shop_card_list {
    gap: 48px 38px;
  }
}
.shop_card {
  position: relative;
  width: calc((100% - 14px) / 2);
  max-width: none;
}
@media screen and (min-width: 769px) {
  .shop_card {
    width: calc((100% - 76px) / 3);
  }
}
.shop_card.is_new_effort::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/ico_new_effort.svg");
}
@media screen and (min-width: 769px) {
  .shop_card.is_new_effort::before {
    top: -40px;
    right: -10px;
    width: 90px;
    height: 90px;
  }
}
.shop_card.is_excellent.is_new_effort::after {
  animation: shop_badge_show_excellent 6s ease-in-out infinite;
}
.shop_card.is_excellent.is_new_effort::before {
  animation: shop_badge_show_new_effort 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .shop_card.is_excellent.is_new_effort::after,
  .shop_card.is_excellent.is_new_effort::before {
    animation: none;
  }
  .shop_card.is_excellent.is_new_effort::before {
    top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 769px) {
  .shop_card.is_excellent.is_new_effort::before {
    top: 50px;
  }
}
@keyframes shop_badge_show_excellent {
  0%,
  38% {
    opacity: 1;
  }
  47%,
  53% {
    opacity: 0;
  }
  62%,
  91% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shop_badge_show_new_effort {
  0%,
  38% {
    opacity: 0;
  }
  47%,
  53% {
    opacity: 1;
  }
  62%,
  91% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.shop_card.is_excellent::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/ico_excellent.png");
}
@media screen and (min-width: 769px) {
  .shop_card.is_excellent::after {
    top: -40px;
    right: -10px;
    width: 90px;
    height: 90px;
  }
}
.shop_card_img {
  width: 100%;
  aspect-ratio: 358 / 268;
  overflow: hidden;
}
.shop_card_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.shop_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop_card_name a {
  color: inherit;
  text-decoration: none;
}
.shop_card_name a:hover {
  text-decoration: underline;
}
.shop_card_floor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 8px;
  height: 17px;
  padding: 0 5px;
  font-family: var(--font-kiwi);
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 13.43px;
  letter-spacing: 0;
  background-color: var(--color-tag-bg);
  border: 1px solid var(--color-accent);
  border-radius: 3.41px;
}
@media screen and (min-width: 769px) {
  .shop_card_floor {
    margin-top: 16px;
    height: auto;
    padding: 12px 13px;
    font-size: 16px;
    line-height: 1;
    border-radius: 8px;
  }
}
.shop_card_name {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (min-width: 769px) {
  .shop_card_name {
    margin-top: 8px;
    font-size: 22px;
    line-height: 34.5px;
  }
}
.shop_card_category {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (min-width: 769px) {
  .shop_card_category {
    margin-top: 0;
    font-size: 16px;
    line-height: 34.5px;
  }
}

/* 極小幅（〜374px / 最小想定 320px） */
@media screen and (max-width: 374px) {
  html,
  body {
    min-width: 320px;
  }
  .container {
    padding: 0 14px;
  }
  .section_intro {
    padding: 40px 0 48px;
  }
  .text_lead {
    font-size: 13px;
    line-height: 22px;
  }
  .mt_52,
  .mt_48 {
    margin-top: 28px;
  }
  .initiative_list {
    gap: 20px 16px;
  }
  .initiative_item {
    flex: 0 0 calc(50% - 8px);
    max-width: 120px;
  }
  .initiative_item:nth-child(3) {
    flex: 0 0 100%;
    max-width: none;
  }
  .initiative_item:nth-child(3) .initiative_text {
    max-width: none;
  }
  .initiative_img {
    width: 120px;
    height: 120px;
  }
  .initiative_text {
    max-width: 120px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 17px;
  }
  .section_heading {
    font-size: 22px;
    line-height: 30px;
  }
  #facilities_title {
    font-size: 20px;
    line-height: 32px;
  }
  .section_heading_deco {
    column-gap: 4px;
    row-gap: 12px;
  }
  .section_heading_deco_img {
    max-width: 64px;
  }
  .section_excellent_wrap {
    margin-top: 24px;
  }
  .deco_star_01 {
    width: 56px;
  }
  .deco_star_02 {
    width: 44px;
    margin-bottom: 6px;
  }
  .section_facilities {
    padding: 20px 0 56px;
  }
  .facility_select_box {
    width: calc(100% + 28px);
    max-width: 100vw;
    margin-inline: -14px;
    height: 64px;
  }
  .facility_select_list {
    gap: 8px;
    padding-inline: 14px;
  }
  .facility_select_btn {
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.3;
    border-radius: 6px;
  }
  .facility_name_inner {
    padding: 8px 16px;
    max-width: 100%;
  }
  .facility_name_cushion {
    left: 6px;
    right: 6px;
    height: 36px;
  }
  .facility_name_cushion_circle {
    width: 20px;
    height: 20px;
  }
  .facility_name {
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
  }
  .shop_list_title {
    margin-top: 12px;
    font-size: 15px;
    line-height: 22px;
  }
  .shop_list_empty {
    margin-top: 28px;
    font-size: 13px;
    line-height: 22px;
  }
  .shop_card_list {
    gap: 16px 10px;
    margin-top: 28px;
  }
  .shop_card {
    width: calc((100% - 10px) / 2);
  }
  .shop_card.is_new_effort::before,
  .shop_card.is_excellent::after {
    top: -14px;
    right: 4px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 374px) and (prefers-reduced-motion: reduce) {
  .shop_card.is_excellent.is_new_effort::before {
    top: 26px;
  }
}
@media screen and (max-width: 374px) {
  .shop_card_floor {
    margin-top: 6px;
    height: 15px;
    padding: 0 4px;
    font-size: 9px;
    line-height: 1.2;
  }
  .shop_card_name {
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
  }
  .shop_card_category {
    font-size: 11px;
    line-height: 16px;
  }
}
