@charset "UTF-8";
.l-t-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 17px;
  padding-right: 17px;
  margin-left: auto;
  margin-right: auto; }

.c-t-card {
  position: relative;
  width: 100%;
  cursor: pointer; }
  .c-t-card:hover {
    opacity: 1; }
  .c-t-card:hover .c-t-card__img-btn img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-t-card:hover .c-t-card__btn img {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .c-t-card__title {
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 2.8rem;
    line-height: 1.357em;
    color: #00306F;
    font-weight: bold; }
  .c-t-card__img {
    position: relative;
    width: 100%;
    margin-top: 20px; }
    .c-t-card__img-wrap {
      position: relative;
      border-radius: 30px;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-top: calc( (212 / 354) * 100%); }
      .c-t-card__img-wrap img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        top: 0;
        left: 0; }
    .c-t-card__img-btn {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 75px;
      height: 75px;
      background-image: url("../img/tour/utotour-frame.svg");
      background-position: right -1px bottom;
      background-repeat: no-repeat;
      background-size: contain; }
      .c-t-card__img-btn img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 44px;
        height: 43px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
  .c-t-card__descriptions {
    position: relative;
    width: 100%;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.214em;
    color: #00306F;
    text-align: justify; }
  .c-t-card__btn {
    position: relative;
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00306F;
    font-size: 1.6rem;
    height: 66px;
    border-radius: 33px;
    color: #ffffff; }
    .c-t-card__btn img {
      position: absolute;
      width: 33px;
      height: 33px;
      top: 50%;
      right: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
  @media screen and (max-width: 960px) {
    .c-t-card__title {
      font-size: 2rem; }
    .c-t-card__img {
      margin-top: 15px; }
    .c-t-card__descriptions {
      margin-top: 15px; }
    .c-t-card__btn {
      font-size: 1.4rem; } }

.p-t-wrap {
  font-family: "Noto Sans JP", sans-serif; }

.p-t-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: calc((4000 / 6000) * 100vw); }
  .p-t-slider__copy {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 10;
    font-size: 4.2rem;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
    font-family: "Zen Old Mincho", serif; }
  .p-t-slider .tourSwiper {
    position: relative;
    height: 100%;
    /* 画像のサイズ調整 */ }
    .p-t-slider .tourSwiper .swiper-wrapper {
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear; }
    .p-t-slider .tourSwiper .swiper-slide img {
      position: relative;
      width: 100%;
      height: 100%;
      -o-object-position: center center;
      object-position: center center;
      -o-object-fit: cover;
      object-fit: cover; }
  @media screen and (max-width: 960px) {
    .p-t-slider__copy {
      font-size: 2.8rem; } }

.p-t-concept {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #F0EEE6;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .p-t-concept {
      padding-top: 40px;
      padding-bottom: 60px; } }
  .p-t-concept__inner {
    position: relative;
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #00306F; }
  .p-t-concept__heading {
    position: relative;
    margin-bottom: 75px; }
    .p-t-concept__heading-title {
      font-size: 3rem;
      line-height: 1.66em;
      position: relative;
      font-weight: 600; }
    @media screen and (max-width: 960px) {
      .p-t-concept__heading {
        margin-bottom: 35px; }
        .p-t-concept__heading-title {
          font-size: 2.4rem; } }
  .p-t-concept__body {
    position: relative;
    width: 100%; }
    .p-t-concept__body-descriptions {
      position: relative;
      font-size: 1.6rem;
      line-height: 2.5em; }
    @media screen and (max-width: 960px) {
      .p-t-concept__body-descriptions {
        font-size: 1.4rem; } }
  .p-t-concept__deco-01 {
    position: absolute;
    width: 14.32vw;
    max-width: 167px;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
    -webkit-transform: translate3d(150%, -50px, 0);
    transform: translate3d(150%, -50px, 0); }
  .p-t-concept__deco-02 {
    position: absolute;
    width: 22.46vw;
    max-width: 262px;
    bottom: 0;
    left: 50%;
    mix-blend-mode: multiply;
    -webkit-transform: translate3d(-30%, calc(((70 / 1366) * 100vw) - 1px), 0);
    transform: translate3d(-30%, calc(((70 / 1366) * 100vw) - 1px), 0);
    z-index: 1; }
  .p-t-concept__bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(calc(((70 / 1366) * -100vw) + 1px));
    -ms-transform: translateY(calc(((70 / 1366) * -100vw) + 1px));
    transform: translateY(calc(((70 / 1366) * -100vw) + 1px)); }
    .p-t-concept__bg-top img {
      position: relative;
      width: 100%;
      height: auto; }
  .p-t-concept__bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(calc(((70 / 1366) * 100vw) - 1px));
    -ms-transform: translateY(calc(((70 / 1366) * 100vw) - 1px));
    transform: translateY(calc(((70 / 1366) * 100vw) - 1px)); }
    .p-t-concept__bg-bottom img {
      position: relative;
      width: 100%;
      height: auto; }

.p-t-list {
  position: relative;
  width: 100%;
  padding-top: calc(((70 / 1366) * 100vw) + 100px);
  padding-bottom: 0;
  background-color: #ffffff;
  margin-bottom: calc((300 / 4098) * 100vw); }
  @media screen and (max-width: 960px) {
    .p-t-list {
      padding-top: calc(((70 / 1366) * 100vw) + 50px);
      padding-bottom: 0; }
      .p-t-list__body {
        position: relative;
        padding-bottom: 50px; } }
  .p-t-list__heading {
    position: relative;
    text-align: center;
    margin-bottom: 100px; }
    .p-t-list__heading-title {
      position: relative;
      width: 28.884vw;
      max-width: 394px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .p-t-list__heading-subtitle {
      position: relative;
      font-size: 1.6rem;
      color: #00306F;
      letter-spacing: 0.06em;
      margin-bottom: 50px; }
    @media screen and (max-width: 960px) {
      .p-t-list__heading {
        margin-bottom: 50px; }
        .p-t-list__heading-subtitle {
          font-size: 1.4rem;
          margin-bottom: 30px; } }
  .p-t-list__items {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px; }
    @media screen and (max-width: 960px) {
      .p-t-list__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 80px; } }
  .p-t-list__item {
    position: relative;
    width: calc( (100% - (50px * 2) ) / 3); }
    @media screen and (max-width: 960px) {
      .p-t-list__item {
        width: 100%;
        max-width: 480px; } }
  .p-t-list__archive-btn {
    position: relative;
    width: 100%;
    max-width: 620px;
    height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 2px #00306F;
    border-radius: 57px;
    font-size: 2.6rem;
    color: #00306F;
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
    margin-top: 140px; }
    .p-t-list__archive-btn img {
      position: absolute;
      width: 44px;
      height: 43px;
      top: 50%;
      right: 32px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .p-t-list__archive-btn:hover img {
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    @media screen and (max-width: 960px) {
      .p-t-list__archive-btn {
        height: 60px;
        border-radius: 30px;
        font-size: 1.8rem;
        margin-top: 70px;
        max-width: 480px; }
        .p-t-list__archive-btn img {
          width: 36px;
          height: 36px;
          right: 12px; } }
  .p-t-list__bg-bottom {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(calc(100% - 1px));
    -ms-transform: translateY(calc(100% - 1px));
    transform: translateY(calc(100% - 1px)); }
    .p-t-list__bg-bottom img {
      position: relative;
      width: 100%;
      height: auto; }

.p-t-spots {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px; }
  @media screen and (max-width: 960px) {
    .p-t-spots {
      padding-top: 80px;
      padding-bottom: 60px; } }
  .p-t-spots__heading {
    position: relative;
    text-align: center;
    color: #00306F;
    margin-bottom: 80px; }
    .p-t-spots__heading-title {
      position: relative;
      font-size: 3rem;
      font-weight: 600;
      line-height: 2em; }
    .p-t-spots__heading-description {
      font-size: 1.6rem;
      line-height: 2.25em;
      position: relative; }
    .p-t-spots__heading .p-t-spots__deco-03 {
      position: absolute;
      max-width: 185px;
      width: 11.56vw;
      height: auto;
      mix-blend-mode: multiply;
      top: -15px;
      left: 4.8%; }
    .p-t-spots__heading .p-t-spots__deco-04 {
      position: absolute;
      max-width: 130px;
      width: 9.51vw;
      height: auto;
      mix-blend-mode: multiply;
      top: -15px;
      right: 2.2%; }
    @media screen and (max-width: 960px) {
      .p-t-spots__heading {
        margin-bottom: 50px; }
        .p-t-spots__heading-title {
          font-size: 2.4rem; }
        .p-t-spots__heading-description {
          font-size: 1.4rem; }
        .p-t-spots__heading .p-t-spots__deco-03 {
          top: 50%;
          left: 1%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 9vw; }
        .p-t-spots__heading .p-t-spots__deco-04 {
          top: 50%;
          right: 1%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 7vw; } }
  .p-t-spots__body {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 150px; }
    @media screen and (max-width: 960px) {
      .p-t-spots__body {
        gap: 80px; } }
  .p-t-spots-item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px; }
    .p-t-spots-item__body {
      position: relative; }
    .p-t-spots-item.spring .p-t-spots-item__body {
      width: 540px; }
      @media screen and (max-width: 1365px) {
        .p-t-spots-item.spring .p-t-spots-item__body {
          width: calc((540 / 1166) * 100%); } }
      @media screen and (max-width: 960px) {
        .p-t-spots-item.spring .p-t-spots-item__body {
          width: 100%; } }
    .p-t-spots-item.summer .p-t-spots-item__body {
      width: 496px;
      margin-left: auto; }
      @media screen and (max-width: 1365px) {
        .p-t-spots-item.summer .p-t-spots-item__body {
          width: calc((496 / 1166) * 100%); } }
      @media screen and (max-width: 960px) {
        .p-t-spots-item.summer .p-t-spots-item__body {
          width: 100%; } }
    .p-t-spots-item.autumn .p-t-spots-item__body {
      width: 540px; }
      @media screen and (max-width: 1365px) {
        .p-t-spots-item.autumn .p-t-spots-item__body {
          width: calc((540 / 1166) * 100%); } }
      @media screen and (max-width: 960px) {
        .p-t-spots-item.autumn .p-t-spots-item__body {
          width: 100%; } }
    .p-t-spots-item.winter .p-t-spots-item__body {
      width: 496px;
      margin-left: auto; }
      @media screen and (max-width: 1365px) {
        .p-t-spots-item.winter .p-t-spots-item__body {
          width: calc((496 / 1166) * 100%); } }
      @media screen and (max-width: 960px) {
        .p-t-spots-item.winter .p-t-spots-item__body {
          width: 100%; } }
    .p-t-spots-item.alltime .p-t-spots-item__body {
      width: 540px; }
      @media screen and (max-width: 1365px) {
        .p-t-spots-item.alltime .p-t-spots-item__body {
          width: calc((540 / 1166) * 100%); } }
      @media screen and (max-width: 960px) {
        .p-t-spots-item.alltime .p-t-spots-item__body {
          width: 100%; } }
    .p-t-spots-item.spring {
      color: #EF7F90; }
    .p-t-spots-item.summer {
      color: #ED8557; }
    .p-t-spots-item.autumn {
      color: #968164; }
    .p-t-spots-item.winter {
      color: #ED8557; }
    .p-t-spots-item.alltime {
      color: #00306F; }
    .p-t-spots-item__img {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: calc( (50 / 1166) * 100%); }
      @media screen and (max-width: 960px) {
        .p-t-spots-item__img {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 30px !important; } }
      .p-t-spots-item__img.spring {
        gap: 50px; }
        .p-t-spots-item__img.spring .spring-01 {
          position: absolute; }
          @media screen and (min-width: 1366px) {
            .p-t-spots-item__img.spring .spring-01 {
              width: 712px;
              -webkit-transform: translate3d(160px, -80%, 0);
              transform: translate3d(160px, -80%, 0);
              right: 0; } }
          @media screen and (max-width: 1365px) {
            .p-t-spots-item__img.spring .spring-01 {
              width: calc((712/1166) * 100%);
              right: -120px;
              -webkit-transform: translate3d(0, -80%, 0);
              transform: translate3d(0, -80%, 0); }
              .p-t-spots-item__img.spring .spring-01 .p-t-spots-item__img-01__wrap {
                border-radius: clamp(20px, calc((80 / 1200) * 100vw), 80px) 0 0 clamp(20px, calc((80 / 1200) * 100vw), 80px); } }
          @media screen and (max-width: 1200px) {
            .p-t-spots-item__img.spring .spring-01 {
              right: -60px;
              width: calc((652/1166) * 100%); } }
          .p-t-spots-item__img.spring .spring-01 .p-t-spots-item__img-01__caption {
            position: absolute;
            top: 10px;
            left: -20px;
            width: calc(((196 * 3)/2136) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.spring .spring-01 {
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
              width: 60%;
              right: -30px; }
              .p-t-spots-item__img.spring .spring-01 .p-t-spots-item__img-01__caption {
                position: absolute;
                top: 10px;
                left: -20px;
                width: calc(((196 * 3)/2136) * 150%); } }
        .p-t-spots-item__img.spring .spring-02 {
          position: relative;
          width: calc((332/1166) * 100%); }
          .p-t-spots-item__img.spring .spring-02 .p-t-spots-item__img-02__caption {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: calc(((181 * 3)/996) * 100%);
            -webkit-transform: translate3d(-60%, 70%, 0);
            transform: translate3d(-60%, 70%, 0); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.spring .spring-02 {
              width: 35%; }
              .p-t-spots-item__img.spring .spring-02 .p-t-spots-item__img-02__caption {
                width: calc(((181 * 3)/996) * 150%); } }
        .p-t-spots-item__img.spring .spring-03 {
          margin-top: 50px;
          position: relative;
          width: calc((480/1166) * 100%); }
          .p-t-spots-item__img.spring .spring-03 .p-t-spots-item__img-03__caption {
            position: absolute;
            top: 10px;
            left: -20px;
            width: calc(((240 * 3)/1440) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.spring .spring-03 {
              margin-top: 0;
              width: 35%;
              margin-left: 25%; }
              .p-t-spots-item__img.spring .spring-03 .p-t-spots-item__img-03__caption {
                width: calc(((181 * 3)/996) * 150%); } }
      .p-t-spots-item__img.summer {
        gap: 50px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media screen and (max-width: 960px) {
          .p-t-spots-item__img.summer {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; } }
        .p-t-spots-item__img.summer .summer-01 {
          position: absolute; }
          @media screen and (min-width: 1366px) {
            .p-t-spots-item__img.summer .summer-01 {
              width: 712px;
              -webkit-transform: translate3d(-160px, -80%, 0);
              transform: translate3d(-160px, -80%, 0);
              left: 0; } }
          @media screen and (max-width: 1365px) {
            .p-t-spots-item__img.summer .summer-01 {
              width: calc((712/1166) * 100%);
              left: -120px;
              -webkit-transform: translate3d(0, -80%, 0);
              transform: translate3d(0, -80%, 0); }
              .p-t-spots-item__img.summer .summer-01 .p-t-spots-item__img-01__wrap {
                border-radius: 0 clamp(20px, calc((80 / 1200) * 100vw), 80px) clamp(20px, calc((80 / 1200) * 100vw), 80px) 0; } }
          @media screen and (max-width: 1200px) {
            .p-t-spots-item__img.summer .summer-01 {
              left: -60px;
              width: calc((652/1166) * 100%); } }
          .p-t-spots-item__img.summer .summer-01 .p-t-spots-item__img-01__caption {
            position: absolute;
            top: -10px;
            right: 20px;
            width: calc(((196 * 3)/2136) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.summer .summer-01 {
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
              width: 60%;
              left: -30px; }
              .p-t-spots-item__img.summer .summer-01 .p-t-spots-item__img-01__caption {
                position: absolute;
                top: 10px;
                left: -20px;
                width: calc(((196 * 3)/2136) * 150%); } }
        .p-t-spots-item__img.summer .summer-02 {
          margin-top: 50px;
          position: relative;
          width: calc((480/1166) * 100%); }
          .p-t-spots-item__img.summer .summer-02 .p-t-spots-item__img-02__caption {
            position: absolute;
            text-align: right;
            top: -20px;
            right: 30px;
            width: calc(((141 * 3)/1440) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.summer .summer-02 {
              width: 35%;
              margin-top: 0;
              margin-right: 20%; }
              .p-t-spots-item__img.summer .summer-02 .p-t-spots-item__img-02__caption {
                width: calc(((141 * 3)/996) * 150%); } }
        .p-t-spots-item__img.summer .summer-03 {
          position: relative;
          width: calc((332/1166) * 100%); }
          .p-t-spots-item__img.summer .summer-03 .p-t-spots-item__img-03__caption {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: calc(((170 * 3)/996) * 100%);
            -webkit-transform: translate3d(-60%, 70%, 0);
            transform: translate3d(-60%, 70%, 0); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.summer .summer-03 {
              margin-top: 0;
              width: 35%;
              margin-left: 25%; }
              .p-t-spots-item__img.summer .summer-03 .p-t-spots-item__img-03__caption {
                width: calc(((170 * 3)/996) * 150%); } }
      .p-t-spots-item__img.autumn {
        gap: 120px; }
        @media screen and (min-width: 961px) {
          .p-t-spots-item__img.autumn {
            padding-left: 50px; } }
        @media screen and (max-width: 960px) {
          .p-t-spots-item__img.autumn {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
        .p-t-spots-item__img.autumn .autumn-01 {
          position: absolute; }
          @media screen and (min-width: 1366px) {
            .p-t-spots-item__img.autumn .autumn-01 {
              width: 712px;
              -webkit-transform: translate3d(160px, -80%, 0);
              transform: translate3d(160px, -80%, 0);
              right: 0; } }
          @media screen and (max-width: 1365px) {
            .p-t-spots-item__img.autumn .autumn-01 {
              width: calc((712/1166) * 100%);
              right: -120px;
              -webkit-transform: translate3d(0, -80%, 0);
              transform: translate3d(0, -80%, 0); }
              .p-t-spots-item__img.autumn .autumn-01 .p-t-spots-item__img-01__wrap {
                border-radius: clamp(20px, calc((80 / 1200) * 100vw), 80px) 0 0 clamp(20px, calc((80 / 1200) * 100vw), 80px); } }
          @media screen and (max-width: 1200px) {
            .p-t-spots-item__img.autumn .autumn-01 {
              right: -60px;
              width: calc((652/1166) * 100%); } }
          .p-t-spots-item__img.autumn .autumn-01 .p-t-spots-item__img-01__caption {
            position: absolute;
            top: 10px;
            left: -20px;
            width: calc(((155 * 3)/2240) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.autumn .autumn-01 {
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
              width: 50%;
              right: -30px;
              top: -20px; }
              .p-t-spots-item__img.autumn .autumn-01 .p-t-spots-item__img-01__caption {
                position: absolute;
                top: -10px;
                left: 20px;
                width: calc(((155 * 3)/2240) * 150%); } }
        .p-t-spots-item__img.autumn .autumn-02 {
          margin-top: 20px;
          position: relative;
          width: calc((207/1166) * 100%); }
          .p-t-spots-item__img.autumn .autumn-02 .p-t-spots-item__img-02__caption {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: calc(((83 * 3)/621) * 100%);
            -webkit-transform: translate3d(-60%, 70%, 0);
            transform: translate3d(-60%, 70%, 0); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.autumn .autumn-02 {
              width: 25%;
              margin-top: -20px; }
              .p-t-spots-item__img.autumn .autumn-02 .p-t-spots-item__img-02__caption {
                width: calc(((83 * 3)/621) * 150%); } }
        .p-t-spots-item__img.autumn .autumn-03 {
          position: relative;
          width: calc((300/1166) * 100%); }
          .p-t-spots-item__img.autumn .autumn-03 .p-t-spots-item__img-03__caption {
            position: absolute;
            top: 10px;
            left: -20px;
            width: calc(((203 * 3)/900) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.autumn .autumn-03 {
              width: 25%;
              top: 10px;
              margin-left: -10px; }
              .p-t-spots-item__img.autumn .autumn-03 .p-t-spots-item__img-03__caption {
                width: calc(((203 * 3)/900) * 150%); } }
      .p-t-spots-item__img.winter {
        gap: 50px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media screen and (max-width: 960px) {
          .p-t-spots-item__img.winter {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; } }
        .p-t-spots-item__img.winter .winter-01 {
          position: absolute;
          z-index: 2; }
          @media screen and (min-width: 1366px) {
            .p-t-spots-item__img.winter .winter-01 {
              width: 712px;
              -webkit-transform: translate3d(-160px, -60%, 0);
              transform: translate3d(-160px, -60%, 0);
              left: 0; } }
          @media screen and (max-width: 1365px) {
            .p-t-spots-item__img.winter .winter-01 {
              width: calc((712/1166) * 100%);
              left: -120px;
              -webkit-transform: translate3d(0, -80%, 0);
              transform: translate3d(0, -80%, 0); }
              .p-t-spots-item__img.winter .winter-01 .p-t-spots-item__img-01__wrap {
                border-radius: 0 clamp(20px, calc((80 / 1200) * 100vw), 80px) clamp(20px, calc((80 / 1200) * 100vw), 80px) 0; } }
          @media screen and (max-width: 1200px) {
            .p-t-spots-item__img.winter .winter-01 {
              left: -60px;
              width: calc((652/1166) * 100%); } }
          .p-t-spots-item__img.winter .winter-01 .p-t-spots-item__img-01__caption {
            position: absolute;
            top: -20px;
            right: 30px;
            width: calc(((196 * 3)/2136) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.winter .winter-01 {
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
              width: 60%;
              left: -30px;
              top: 10px; }
              .p-t-spots-item__img.winter .winter-01 .p-t-spots-item__img-01__caption {
                position: absolute;
                top: -20px;
                right: 20px;
                width: calc(((196 * 3)/2136) * 150%); } }
        .p-t-spots-item__img.winter .winter-02 {
          margin-top: 70px;
          position: relative;
          width: calc((480/1166) * 100%); }
          .p-t-spots-item__img.winter .winter-02 .p-t-spots-item__img-02__caption {
            position: absolute;
            text-align: right;
            top: -20px;
            right: 30px;
            width: calc(((141 * 3)/1440) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.winter .winter-02 {
              width: 35%;
              margin-top: -10px; }
              .p-t-spots-item__img.winter .winter-02 .p-t-spots-item__img-02__caption {
                width: calc(((141 * 3)/996) * 150%); } }
        .p-t-spots-item__img.winter .winter-03 {
          position: relative;
          width: calc((332/1166) * 100%); }
          .p-t-spots-item__img.winter .winter-03 .p-t-spots-item__img-03__caption {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: calc(((170 * 3)/996) * 100%);
            -webkit-transform: translate3d(-60%, 70%, 0);
            transform: translate3d(-60%, 70%, 0); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.winter .winter-03 {
              margin-top: 0;
              width: 35%;
              margin-right: 5%; }
              .p-t-spots-item__img.winter .winter-03 .p-t-spots-item__img-03__caption {
                width: calc(((170 * 3)/996) * 150%); } }
      .p-t-spots-item__img.alltime {
        gap: 120px;
        padding-left: 50px; }
        @media screen and (max-width: 960px) {
          .p-t-spots-item__img.alltime {
            padding-left: 0; } }
        .p-t-spots-item__img.alltime .alltime-01 {
          position: absolute; }
          @media screen and (min-width: 1366px) {
            .p-t-spots-item__img.alltime .alltime-01 {
              width: 712px;
              -webkit-transform: translate3d(160px, -80%, 0);
              transform: translate3d(160px, -80%, 0);
              right: 0; } }
          @media screen and (max-width: 1365px) {
            .p-t-spots-item__img.alltime .alltime-01 {
              width: calc((712/1166) * 100%);
              right: -120px;
              -webkit-transform: translate3d(0, -80%, 0);
              transform: translate3d(0, -80%, 0); }
              .p-t-spots-item__img.alltime .alltime-01 .p-t-spots-item__img-01__wrap {
                border-radius: clamp(20px, calc((80 / 1200) * 100vw), 80px) 0 0 clamp(20px, calc((80 / 1200) * 100vw), 80px); } }
          @media screen and (max-width: 1200px) {
            .p-t-spots-item__img.alltime .alltime-01 {
              right: -60px;
              width: calc((652/1166) * 100%); } }
          .p-t-spots-item__img.alltime .alltime-01 .p-t-spots-item__img-01__caption {
            position: absolute;
            top: 10px;
            left: -20px;
            width: calc(((196 * 3)/2136) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.alltime .alltime-01 {
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
              width: 60%;
              right: -30px; }
              .p-t-spots-item__img.alltime .alltime-01 .p-t-spots-item__img-01__caption {
                position: absolute;
                top: 10px;
                left: -20px;
                width: calc(((196 * 3)/2136) * 150%); } }
        .p-t-spots-item__img.alltime .alltime-02 {
          position: relative;
          width: calc((207/1166) * 100%); }
          .p-t-spots-item__img.alltime .alltime-02 .p-t-spots-item__img-02__caption {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: calc(((147 * 3)/621) * 100%);
            -webkit-transform: translate3d(-60%, 70%, 0);
            transform: translate3d(-60%, 70%, 0); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.alltime .alltime-02 {
              width: 25%; }
              .p-t-spots-item__img.alltime .alltime-02 .p-t-spots-item__img-02__caption {
                top: -40px;
                right: 0;
                bottom: auto;
                width: calc(((147 * 3)/621) * 150%); } }
        .p-t-spots-item__img.alltime .alltime-03 {
          margin-top: 50px;
          position: relative;
          width: calc((480/1166) * 100%); }
          .p-t-spots-item__img.alltime .alltime-03 .p-t-spots-item__img-03__caption {
            position: absolute;
            top: 10px;
            left: -20px;
            width: calc(((141 * 3)/1440) * 100%); }
          @media screen and (max-width: 960px) {
            .p-t-spots-item__img.alltime .alltime-03 {
              margin-top: -50px;
              width: 50%;
              margin-left: 25%; }
              .p-t-spots-item__img.alltime .alltime-03 .p-t-spots-item__img-03__caption {
                width: calc(((141 * 3)/1440) * 150%); } }
      .p-t-spots-item__img-01 {
        position: relative; }
        .p-t-spots-item__img-01__wrap {
          position: relative;
          border-radius: clamp(20px, calc((80 / 1200) * 100vw), 80px);
          overflow: hidden;
          z-index: 1; }
        .p-t-spots-item__img-01__caption {
          position: absolute;
          z-index: 2; }
      .p-t-spots-item__img-02 {
        position: relative; }
        .p-t-spots-item__img-02__wrap {
          position: relative;
          border-radius: clamp(15px, calc((70 / 1200) * 100vw), 70px);
          overflow: hidden;
          z-index: 1; }
        .p-t-spots-item__img-02__caption {
          position: absolute;
          z-index: 2; }
      .p-t-spots-item__img-03 {
        position: relative; }
        .p-t-spots-item__img-03__wrap {
          position: relative;
          border-radius: clamp(15px, calc((70 / 1200) * 100vw), 70px);
          overflow: hidden;
          z-index: 1; }
        .p-t-spots-item__img-03__caption {
          position: absolute;
          z-index: 2; }
    .p-t-spots-item__title {
      position: relative;
      width: 100%;
      font-size: 4.6rem;
      line-height: 1.608em;
      font-weight: 600; }
      @media screen and (max-width: 960px) {
        .p-t-spots-item__title {
          font-size: 2.3rem; } }
    .p-t-spots-item__list {
      position: relative;
      margin-top: 25px;
      width: 100%; }
      .p-t-spots-item__list-title {
        position: relative;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 1.88em;
        text-align: justify; }
        .p-t-spots-item__list-title a {
          text-decoration: underline; }
        .p-t-spots-item__list-title::before {
          content: '●';
          display: inline;
          position: relative; }
      .p-t-spots-item__list-description {
        position: relative;
        font-size: 1.6rem;
        line-height: 2.125em;
        text-align: justify; }
      @media screen and (max-width: 960px) {
        .p-t-spots-item__list-title {
          font-size: 1.6rem; }
        .p-t-spots-item__list-description {
          font-size: 1.4rem; } }

.p-ta-top {
  position: relative;
  width: 100%;
  padding-top: calc((100 / 1366) * 100vw);
  padding-bottom: 0;
  background-color: #ffffff;
  margin-bottom: calc((140 / 1366) * 100vw); }
  @media screen and (max-width: 960px) {
    .p-ta-top {
      padding-top: calc((200 / 1366) * 100vw); } }
  .p-ta-top__heading {
    position: relative;
    text-align: center; }
    .p-ta-top__heading-title {
      position: relative;
      width: 31.112vw;
      max-width: 425px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .p-ta-top__heading-subtitle {
      position: relative;
      font-size: 3.2rem;
      font-family: "Zen Old Mincho", serif;
      color: #00306F;
      letter-spacing: 0.2em;
      margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      .p-ta-top__heading {
        margin-bottom: 50px; }
        .p-ta-top__heading-subtitle {
          font-size: 1.6rem;
          margin-bottom: 30px; } }
  .p-ta-top__bg-bottom {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(calc(100% - 1px));
    -ms-transform: translateY(calc(100% - 1px));
    transform: translateY(calc(100% - 1px)); }
    .p-ta-top__bg-bottom img {
      position: relative;
      width: 100%;
      height: auto; }

.p-ta-contents {
  position: relative;
  width: 100%;
  padding-top: calc((245 / 1366) * 100vw);
  padding-bottom: calc((75 / 1366) * 100vw);
  background-color: #e6e2d6;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .p-ta-contents {
      padding-bottom: 40px; } }

.p-ta-article {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 80px;
  padding-top: 120px;
  padding-bottom: 90px; }
  @media screen and (max-width: 960px) {
    .p-ta-article {
      border-radius: 40px;
      padding-top: 80px;
      padding-bottom: 60px; } }
  .p-ta-article__heading {
    position: relative;
    width: 100%;
    margin-bottom: 90px; }
    .p-ta-article__heading-title {
      position: relative;
      width: 100%;
      text-align: center;
      font-size: 4rem;
      line-height: 1.35em;
      font-weight: bold;
      color: #00306F;
      max-width: 800px;
      margin: 0 auto 90px; }
    .p-ta-article__heading-img {
      position: relative;
      width: 85.7632%;
      border-radius: 0 80px 0 80px;
      overflow: hidden;
      margin-left: auto;
      margin-right: 0; }
      .p-ta-article__heading-img img {
        position: relative;
        width: 100%;
        height: auto; }
    .p-ta-article__heading-description {
      position: relative;
      width: 100%;
      padding: 0 12px;
      max-width: 1044px;
      margin: 60px auto 0;
      font-size: 1.8rem;
      line-height: 2.44em;
      font-weight: 400;
      color: #00306F;
      text-align: justify; }
    @media screen and (max-width: 960px) {
      .p-ta-article__heading {
        margin-bottom: 50px; }
        .p-ta-article__heading-title {
          font-size: 2.8rem;
          margin: 0 auto 50px;
          padding: 0 30px; }
        .p-ta-article__heading-img {
          width: calc(100% - 30px);
          border-radius: 0 40px 0 40px; }
        .p-ta-article__heading-description {
          margin: 30px auto 0;
          font-size: 1.6rem;
          padding: 0 30px; } }
    @media screen and (max-width: 640px) {
      .p-ta-article__heading-title {
        font-size: 2.2rem;
        padding: 0 15px; }
      .p-ta-article__heading-img {
        width: calc(100% - 15px); }
      .p-ta-article__heading-description {
        padding: 0 15px; } }
  .p-ta-article__body {
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px; }
    .p-ta-article__body .p-ta-article__section {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 36px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .p-ta-article__body .p-ta-article__section:not(:first-of-type) {
        margin-top: 120px; }
      .p-ta-article__body .p-ta-article__section:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .p-ta-article__body .p-ta-article__section:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .p-ta-article__body .p-ta-article__section-img {
        width: calc(( 615 / (1066 - 36) ) * 100%);
        position: relative;
        overflow: hidden;
        border-radius: 40px; }
      .p-ta-article__body .p-ta-article__section-contents {
        width: calc(( 415 / (1066 - 36) ) * 100%);
        padding-top: 25px; }
        .p-ta-article__body .p-ta-article__section-contents-title {
          position: relative;
          width: 100%;
          color: #00306F;
          font-weight: 600;
          font-size: 2rem;
          line-height: 2.2em;
          text-align: justify;
          margin-bottom: 80px; }
        .p-ta-article__body .p-ta-article__section-contents-description {
          position: relative;
          width: 100%;
          color: #00306F;
          font-weight: 400;
          font-size: 1.6rem;
          line-height: 2.5em;
          text-align: justify; }
    @media screen and (max-width: 960px) {
      .p-ta-article__body {
        padding-left: 30px;
        padding-right: 30px; }
        .p-ta-article__body .p-ta-article__section {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          max-width: 640px;
          margin-left: auto;
          margin-right: auto; }
          .p-ta-article__body .p-ta-article__section:not(:first-of-type) {
            margin-top: 60px; }
          .p-ta-article__body .p-ta-article__section:nth-child(odd) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
          .p-ta-article__body .p-ta-article__section:nth-child(even) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
          .p-ta-article__body .p-ta-article__section-img {
            width: 100%; }
          .p-ta-article__body .p-ta-article__section-contents {
            width: 100%;
            padding-top: 0; }
            .p-ta-article__body .p-ta-article__section-contents-title {
              font-size: 1.8rem;
              margin-bottom: 30px; }
            .p-ta-article__body .p-ta-article__section-contents-description {
              font-size: 1.4rem; } }
    @media screen and (max-width: 640px) {
      .p-ta-article__body {
        padding-left: 15px;
        padding-right: 15px; } }
  .p-ta-article__line {
    position: relative;
    width: 100%; }
    .p-ta-article__line img {
      position: relative;
      width: 100%; }
  .p-ta-article__middle {
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto; }
    .p-ta-article__middle .p-ta-article__info {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 5px 20px;
      font-size: 1.8rem;
      line-height: 1.66em;
      color: #00306F;
      font-weight: 400; }
      .p-ta-article__middle .p-ta-article__info-dt {
        position: relative;
        width: 130px; }
      .p-ta-article__middle .p-ta-article__info-dd {
        position: relative;
        width: calc(100% - 130px - 20px); }
    @media screen and (max-width: 960px) {
      .p-ta-article__middle {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 40px; }
        .p-ta-article__middle .p-ta-article__info {
          font-size: 1.6rem; }
          .p-ta-article__middle .p-ta-article__info-dt {
            width: 120px; }
          .p-ta-article__middle .p-ta-article__info-dd {
            width: calc(100% - 120px - 20px); } }
    @media screen and (max-width: 640px) {
      .p-ta-article__middle {
        padding-left: 15px;
        padding-right: 15px; }
        .p-ta-article__middle .p-ta-article__info {
          font-size: 1.4rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 0; }
          .p-ta-article__middle .p-ta-article__info-dt {
            width: 100%; }
          .p-ta-article__middle .p-ta-article__info-dd {
            width: 100%;
            padding-left: 20px; }
            .p-ta-article__middle .p-ta-article__info-dd:not(:last-of-type) {
              margin-bottom: 4px; } }
  .p-ta-article__bottom {
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    @media screen and (max-width: 960px) {
      .p-ta-article__bottom {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 80px; } }
    @media screen and (max-width: 960px) {
      .p-ta-article__bottom {
        padding-left: 15px;
        padding-right: 15px; } }
    .p-ta-article__bottom-btn {
      position: relative;
      width: 100%;
      max-width: 620px;
      height: 114px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #00306F;
      border: solid 2px #00306F;
      border-radius: 57px;
      font-size: 2.6rem;
      color: #ffffff;
      font-weight: normal;
      margin-right: auto;
      margin-left: auto;
      margin-top: 140px; }
      .p-ta-article__bottom-btn img {
        position: absolute;
        width: 44px;
        height: 43px;
        top: 50%;
        right: 32px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      .p-ta-article__bottom-btn:hover img {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .p-ta-article__bottom-btn {
          height: 60px;
          border-radius: 30px;
          font-size: 1.8rem;
          margin-top: 70px;
          max-width: 480px; }
          .p-ta-article__bottom-btn img {
            width: 36px;
            height: 36px;
            right: 12px; } }

.p-ta-bottom {
  position: relative;
  width: 100%;
  padding-bottom: 100px; }
  .p-ta-bottom .c-t-card__img-btn {
    background-image: url(../img/tour/tour-frame.svg); }

.p-ta-archives {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 90px;
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (max-width: 960px) {
    .p-ta-archives {
      border-radius: 40px;
      padding-top: 80px;
      padding-bottom: 60px; } }
  .p-ta-archives .p-t-list__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px 50px; }
  .p-ta-archives .c-t-card__img-btn {
    background-image: url(../img/tour/tour-frame.svg); }
  .p-ta-archives .p-pagenation {
    margin-top: 100px; }
