#spa #summary {
  line-height: 2.5; }
#spa #onsen_type .wp-block-group.is-nowrap {
  flex-wrap: wrap;
  gap: 2%; }
  #spa #onsen_type .wp-block-group.is-nowrap .wp-block-media-text, #spa #onsen_type .wp-block-group.is-nowrap .wp-block-group {
    flex-basis: 48%;
    margin-bottom: 3%; }
@media screen and (max-width: 719px) {
  #spa #onsen_type .wp-block-group.is-nowrap {
    flex-direction: column; } }
#spa #onsen_map h3 {
  padding-left: 2em; }
  #spa #onsen_map h3 + p {
    padding-left: 2em; }
#spa #onsen_kyakushitsu h3 {
  padding-left: 2em; }
  #spa #onsen_kyakushitsu h3 + p {
    padding-left: 2em; }
#spa .onsen_map {
  position: relative;
  z-index: auto;
  padding: 0;
  aspect-ratio: 2000 / 980; }
  #spa .onsen_map .map_list {
    list-style: none;
    position: relative;
    z-index: auto;
    margin: 0 !important;
    padding: 0;
    max-width: none;
    width: 100%;
    height: 100%; }
    #spa .onsen_map .map_list > li {
      position: absolute;
      z-index: 0;
      transform: translate(-50%, -50%); }
      #spa .onsen_map .map_list > li:hover {
        z-index: 100; }
      #spa .onsen_map .map_list > li.map_b2f_hinoki01 {
        left: 73.15%;
        top: 66.00%; }
      #spa .onsen_map .map_list > li.map_b2f_roten01 {
        left: 65.28%;
        top: 64.49%; }
      #spa .onsen_map .map_list > li.map_b2f_roten02 {
        left: 49.81%;
        top: 58.06%; }
      #spa .onsen_map .map_list > li.map_b2f_roten03 {
        left: 33.33%;
        top: 56.55%; }
      #spa .onsen_map .map_list > li.map_b2f_roten04 {
        left: 29.07%;
        top: 46.16%; }
      #spa .onsen_map .map_list > li.map_b2f_shokuen {
        left: 75.00%;
        top: 54.66%; }
      #spa .onsen_map .map_list > li.map_b2f_hinoki02 {
        left: 59.54%;
        top: 51.83%; }
      #spa .onsen_map .map_list > li.map_b2f_iou {
        left: 78.43%;
        top: 47.67%; }
      #spa .onsen_map .map_list > li.map_b2f_jacuzzi {
        left: 68.70%;
        top: 45.78%; }
      #spa .onsen_map .map_list > li.map_b2f_neyu {
        left: 66.20%;
        top: 42.38%; }
      #spa .onsen_map .map_list > li.map_b2f_vibra {
        left: 52.22%;
        top: 48.43%; }
      #spa .onsen_map .map_list > li.map_b2f_utaseyu {
        left: 62.13%;
        top: 40.11%; }
      #spa .onsen_map .map_list > li.map_b1f_roten01 {
        left: 35.49%;
        top: 24.24%; }
      #spa .onsen_map .map_list > li.map_b1f_roten02 {
        left: 50.00%;
        top: 29.34%; }
      #spa .onsen_map .map_list > li.map_b1f_roten03 {
        left: 56.57%;
        top: 27.45%; }
      #spa .onsen_map .map_list > li.map_b1f_neyu {
        left: 71.30%;
        top: 20.46%; }
      #spa .onsen_map .map_list > li.map_b1f_hinoki {
        left: 63.52%;
        top: 24.43%; }
      #spa .onsen_map .map_list > li.map_b1f_teion {
        left: 87.69%;
        top: 28.40%; }
      #spa .onsen_map .map_list > li.map_b1f_shokuen {
        left: 76.57%;
        top: 31.23%; }
      #spa .onsen_map .map_list > li.map_b1f_sansei {
        left: 72.78%;
        top: 38.22%; }
    #spa .onsen_map .map_list a {
      display: block;
      position: relative;
      z-index: 0;
      color: inherit;
      text-decoration: none; }
      #spa .onsen_map .map_list a::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        border: solid 3px var(--wp--preset--color--theme-white);
        background-color: var(--wp--preset--color--theme-red);
        box-sizing: border-box;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
        font-size: 1.2em; }
      #spa .onsen_map .map_list a:hover em {
        display: block; }
      #spa .onsen_map .map_list a em {
        display: none;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-left: 0.5em;
        padding: 0.25em 0.5em;
        border: solid 2px var(--wp--preset--color--theme-maincolor);
        font-family: var(--wp--preset--font-family--theme-mincho-text);
        font-style: normal;
        white-space: nowrap;
        word-break: keep-all;
        background-color: var(--wp--preset--color--theme-subcolor);
        font-size: var(--wp--preset--font-size--small);
        line-height: 1.25;
        translate: 0 -50%; }
        #spa .onsen_map .map_list a em::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 100%;
          margin: auto;
          width: 0;
          height: 0;
          border-style: solid;
          border-style: solid;
          border-width: 0.3em 0.6em 0.3em 0;
          border-color: transparent var(--wp--preset--color--theme-maincolor); }
  @media screen and (max-width: 719px) {
    #spa .onsen_map {
      left: 50%;
      margin: 0;
      width: 100vw;
      max-width: none;
      translate: -50% 0; }
      #spa .onsen_map .map_list a::before {
        font-size: 1em; } }

/*# sourceMappingURL=spa.css.map */
