@charset "UTF-8";
/*.under_tit {
  p {
    br {
      display: block;
    }
  }
}*/
.anchor {
  background: #F5F5F5;
  margin-top: 80rem;
  /*padding: 80rem 0 52rem;*/
  padding: 40rem 0 60rem; }
  .anchor .content_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28rem 28rem; }
    .anchor .content_wrap ul li {
      position: relative;
      width: 219rem; }
      .anchor .content_wrap ul li:before {
        font-size: 18rem;
        font-weight: bold;
        position: absolute;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        bottom: -2em;
        width: 100%; }
      .anchor .content_wrap ul li.hotel_link:before {
        content: '館内アクティビティ'; }
      .anchor .content_wrap ul li.nearby_limk:before {
        content: '周辺アクティビティ'; }
      .anchor .content_wrap ul li h3 {
        font-weight: bold;
        text-align: center;
        margin-top: .3em; }
        .anchor .content_wrap ul li h3 span {
          font-size: .8em;
          display: inline-block; }
      @media (hover: hover) and (pointer: fine) {
        .anchor .content_wrap ul li a {
          overflow: hidden;
          display: block; }
          .anchor .content_wrap ul li a img {
            width: 219rem;
            height: 219rem;
            object-fit: cover;
            transition: .3s; }
          .anchor .content_wrap ul li a:hover {
            filter: brightness(120%); }
            .anchor .content_wrap ul li a:hover img {
              transform: scale(1.05); } }
      .anchor .content_wrap ul li > a p {
        color: #fff;
        font-size: 22rem;
        position: absolute;
        /*top: 50%;*/
        top: 20%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        width: 100%;
        text-shadow: black 0 0 0.3em; }
  .anchor.wide .content_wrap ul li {
    width: 260rem; }
  @media screen and (max-width: 767px) {
    .anchor.wide .content_wrap ul {
      width: 343rem; }
      .anchor.wide .content_wrap ul li {
        width: 166rem; }
        .anchor.wide .content_wrap ul li p {
          font-size: 11rem; } }

.activity_content {
  margin-top: 130rem;
  padding-bottom: 0; }
  .activity_content .under_tit {
    padding-top: 30rem; }
  .activity_content .common_tit .en {
    font-size: 60rem;
    letter-spacing: -0.001em;
    text-align: center;
    line-height: 1em; }
  .activity_content .common_tit .jp {
    margin-top: 30rem; }
  .activity_content .box {
    display: flex;
    justify-content: space-between;
    margin-top: 60rem; }
    .activity_content .box .ph {
      width: 480rem; }
    .activity_content .box .text {
      width: 419rem; }
      .activity_content .box .text h3 {
        font-size: 30rem;
        font-weight: bold;
        line-height: 1;
        padding-left: 1.3em;
        position: relative;
        z-index: 1; }
        .activity_content .box .text h3::before, .activity_content .box .text h3::after {
          content: "";
          display: block;
          position: absolute; }
        .activity_content .box .text h3::before {
          border-radius: 50%;
          width: 0.7em;
          height: 0.7em;
          border: 1px solid #000;
          top: 0.1em;
          left: 0; }
        .activity_content .box .text h3::after {
          border-radius: 50%;
          width: 0.6em;
          height: 0.6em;
          background-color: #10a1b2;
          top: 0.45em;
          left: 0.35em;
          z-index: -1; }
      .activity_content .box .text .description {
        font-size: 15rem;
        margin-top: 2em; }
      .activity_content .box .text table {
        font-size: 14rem;
        margin-top: 2em;
        width: 100%;
        border-spacing: 0;
        text-align: left; }
        .activity_content .box .text table tr {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000; }
          .activity_content .box .text table tr th {
            width: 5em; }
          .activity_content .box .text table tr th,
          .activity_content .box .text table tr td {
            padding: 0.7em 0; }
          .activity_content .box .text table tr span {
            font-size: 12rem; }
      .activity_content .box .text .notes {
        font-size: 13rem;
        margin-top: 1.5em; }
    .activity_content .box + .box {
      margin-top: 80rem; }
  .activity_content.hotel .common_tit .en, .activity_content.nearby .common_tit .en {
    font-size: 50rem; }

@media screen and (max-width: 767px) {
  .inner {
    width: 315rem; }
  .under_tit p br {
    display: block !important; }
  .anchor {
    margin-top: 40rem;
    /*padding: 40rem 0 40rem;*/
    padding: 30rem 0 45rem; }
    .anchor .content_wrap ul {
      gap: 11rem 11rem; }
      .anchor .content_wrap ul li {
        width: 152rem; }
        .anchor .content_wrap ul li:before {
          font-size: 14rem; }
        .anchor .content_wrap ul li > a p {
          font-size: 16rem; }
  .activity_content {
    margin-top: 65rem; }
    .activity_content .under_tit {
      padding-top: 15rem; }
    .activity_content .common_tit .en {
      font-size: 37.5rem; }
    .activity_content .common_tit .jp {
      margin-top: 14rem; }
    .activity_content .box {
      flex-direction: column;
      margin-top: 40rem; }
      .activity_content .box .ph {
        width: 100%; }
      .activity_content .box .text {
        margin-top: 20rem;
        width: 100%; }
        .activity_content .box .text h3 {
          font-size: 20rem; }
        .activity_content .box .text .description {
          font-size: 13rem;
          margin-top: 20rem; }
        .activity_content .box .text table {
          font-size: 12rem; }
          .activity_content .box .text table tr span {
            font-size: 11rem; }
        .activity_content .box .text .notes {
          font-size: 12rem; }
      .activity_content .box + .box {
        margin-top: 50rem; }
    .activity_content.hotel .common_tit .en, .activity_content.nearby .common_tit .en {
      font-size: 30rem; } }

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