@charset "utf-8";

/* ------------------------------------------
  Header
------------------------------------------ */
body.is-menu-open {
  overflow: hidden;
}

body.is-menu-open .site-logo,
body.is-menu-open .side-nav {
  opacity: 0;
  pointer-events: none;
}

.site-header,
.site-header-sp,
.site-header-pc,
.side-nav,
.global-menu {
  top: 0;
  left: 0;
}

.site-header {
  right: 0;
}

.site-logo {
  min-height: 65px;
}

.site-header-sp-spacer {
  width: 65px;
  height: 65px;
}

.menu-button {
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  border-radius: 0 0 0 15px;
}

.menu-button-icon-wrap {
  overflow: hidden;
}

.menu-button-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.js-menu-button-icon-close {
  display: none;
}
body.p-index{
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .site-header-pc {
    top: 0;
    left: 0;
    right: 0;
  }
  .site-header-pc .site-logo{
    display: none;
  }
  body.p-index .site-header-pc .site-logo{
    display: block;
  }
  .side-nav {
    top: 50%;
    left: 42px;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    z-index: 120;
  }

  .menu-button {
    width: 95px;
    height: 95px;
  }

  .menu-button-icon-wrap-pc {
    width: 60px;
    height: 34px;
  }
}

/* Lower Page Header */
.site-header-lower-pc-nav{
  width: 1125px;
}

.site-header-lower-pc-nav::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 170px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.site-header-lower-pc-nav::before {
  width: 100%;

}

.site-header-lower-pc-logo{
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

body.p-index .site-header-lower-pc {
  display: none;
}

@media screen and (max-width: 1023px) {
  .site-header-lower-pc {
    display: none;
  }
}

/* ------------------------------------------
  Global Menu
------------------------------------------ */
.global-menu[hidden] {
  display: none !important;
}

.global-menu-toggle {
  position: relative;
}

.global-menu-toggle-icon {
  position: relative;
  width: 12px;
  height: 12px;
  transition: transform .25s ease;
}

.global-menu-toggle-icon::before,
.global-menu-toggle-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

.global-menu-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.js-menu-accordion.is-open .global-menu-toggle-icon {
  transform: rotate(180deg);
}

.js-menu-accordion.is-open .global-menu-toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.global-menu-buttons .link-apple-tree-owner{
  background-color: #B84A4A;
}

.global-menu-main{
  overflow-y: scroll;
}


@media screen and (min-width: 1024px) {
  .global-menu-layout,
  .global-menu-main {
    height: 100vh;
  }
  .global-menu-side-pc {
    width: 550px;
  }

  .global-menu-main {
    width: calc(100% - 550px);
  }

  .global-menu-toggle-icon {
    width: 14px;
    height: 14px;
  }

  .global-menu-toggle-icon::before,
  .global-menu-toggle-icon::after {
    width: 12px;
  }

  .global-menu-body-inner {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .js-menu-accordion{
    cursor: pointer;
  }
}

/* ------------------------------------------
  Footer
------------------------------------------ */
.footer-official-title {
  position: relative;
  padding: 0 28px;
}

.footer-official-title::before,
.footer-official-title::after {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 1px;
  background-color: #333;
  content: "";
}

.footer-official-title::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.footer-official-title::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.footer-official-link-icon svg {
  transform: rotate(-45deg);
}

.footer-nav-trigger {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
}

.footer-nav-children {
  display: block;
}

.footer-nav-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}

.footer-nav-arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform .25s ease;
}

.js-footer-accordion.is-open .footer-nav-arrow-icon {
  transform: translate(-50%, -35%) rotate(-135deg);
}

.footer-privacy-link,
.footer-address {
  color: #8c8c8c;
}

.footer-official-info{
  display: none;
}
body.footer-official-info{
  display: block;
}

@media screen and (max-width: 767px) {
  .footer-nav-children {
    display: none;
  }

  .js-footer-accordion.is-open + .footer-nav-children {
    display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .footer-official-title {
    padding: 0 36px;
  }

  .footer-official-title::before,
  .footer-official-title::after {
    width: 24px;
  }

  .footer-main-nav {
    width: calc(100% - 210px - 64px);
  }

  .footer-main-nav-groups,
  .footer-nav-column {
    height: 100%;
  }

  .footer-nav-list {
    min-height: 100%;
  }

  .footer-nav-list .footer-nav-children {
    display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(1, 1fr);
  }

  .footer-nav-list li:last-child {
    border: none;
  }

  .footer-nav-trigger {
    pointer-events: none;
  }
}

/* ------------------------------------------
  Shared Interaction
------------------------------------------ */
.section-title-icon-news {
  right: -40px;
  top: -10px;
  opacity: .4;
}

.section-title-icon-food {
  left: -45px;
  top: -15px;
  opacity: .4;
}

.section-title-icon-sightseeing {
  right: -35px;
  top: -10px;
  opacity: .4;
}

.section-title-icon-stay {
  right: -35px;
  top: -20px;
  opacity: .4;
}

.section-title-icon-activity {
  left: -40px;
  top: -14px;
  opacity: .4;
}

.section-title-icon-about {
  left: -38px;
  top: -15px;
  opacity: .4;
}

.section-title-icon-gallery {
  right: -34px;
  top: -14px;
  opacity: .4;
}

.ui-tags{
  left: 5px;
  bottom: 5px;
}

.ui-scroll-line {
  height: 2px;
  background-color: #a8c7b3;
}

.ui-scroll-line::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background-color: #146639;
  content: "";
  transform: translateY(-50%);
  animation: motion-ui-scroll-dot 1.8s ease-in-out infinite;
}

@keyframes motion-ui-scroll-dot {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(0);
  }

  18% {
    opacity: 1;
  }

  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(60px);
  }
}

.ui-scroll-hint {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 129px;
  padding-top: 51px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, .35);
  color: var(--color-fff);
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  transition: opacity .25s ease, transform .25s ease;
}

.ui-scroll-hint.is-hidden {
  opacity: 0;
  transform: translateY(8px);
}

.ui-scroll-hint-icon {
  display: block;
  width: 28px;
  margin: 0 auto 8px;
  animation: motion-ui-scroll-hint-icon 1.8s ease-in-out infinite;
}

@keyframes motion-ui-scroll-hint-icon {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(-12px);
  }
}

.ui-tab-switch-tab {
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  transition: opacity .2s ease;
}

.ui-tab-switch-tab[aria-selected="false"] {
  opacity: .3;
}

.ui-tab-switch-panel[hidden] {
  display: none !important;
}

.ui-dot-pill-link {
  min-width: 150px;
}

.ui-dot-pill-link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background-color: #146639;
  content: "";
  transform: translateY(-50%);
}

.ui-round-cta-shadow {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.ui-round-cta {
  position: relative;
  text-align: center;
}

.ui-round-cta-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.ui-info-block {
  background-color: rgba(20, 102, 57, 0.06);
}

.ui-info-block-body {
  margin-top: 0;
}

.ui-accordion-trigger {
  appearance: none;
  border: 0;
  background-color: transparent;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.ui-accordion-toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  color: currentColor;
  transform: translateY(-50%);
  transition: transform .25s ease;
}

.ui-accordion-toggle-icon::before,
.ui-accordion-toggle-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

.ui-accordion-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ui-accordion-trigger.is-open .ui-accordion-toggle-icon {
  transform: translateY(-50%) rotate(180deg);
}

.ui-accordion-trigger.is-open .ui-accordion-toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.ui-accordion-panel::before{
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  margin-left: 10px;
  background-color: #C4D9CE;
}

@media screen and (min-width: 1024px) {
  .ui-accordion-toggle-icon {
    right: 30px;
  }
}

.card-showcase-more::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--color-base2);
}

main::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 250px;
  background-color: #fff;
  z-index: -1;
}
body.p-index main::before{
  display: none;
}

/* ------------------------------------------
  Pagination
------------------------------------------ */
.ui-pagination {
  list-style: none;
}

.ui-pagination-link,
.ui-pagination-dots {
  color: var(--color-333);
}

.ui-pagination-link.is-current {
  color: var(--color-base1);
}

.ui-pagination-arrow {
  width: 25px;
  height: 25px;
  border: 1px solid var(--color-base1);
  border-radius: 50%;
  color: var(--color-base1);
}
/*pager*/
.ui-pagination-arrow-prev svg {
  transform: rotate(180deg);
}

.ui-pagination-arrow.is-disabled {
  pointer-events: none;
}

.ui-gallery-slider-wrap{
  width: 90vw;
  height: 44.2vw;
}

.ui-gallery-slider-inner{
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 44.2vw;
}

.ui-gallery-slide {
  width: 76vw;
  border-radius: 15px;
}

.ui-gallery-slide img {
  width: 100%;
}

.ui-gallery-controls .ui-pagination-arrow {
  position: relative;
  width: 35px;
  height: 35px;
  border: 0;
  background-color: var(--color-base1);
}

.ui-gallery-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-fff);
  border-right: 2px solid var(--color-fff);
  transform: translate(-58%, -50%) rotate(45deg);
}

.ui-gallery-arrow-prev {
  transform: translate(-42%, -50%) rotate(-135deg);
}

.ui-heading-accent-wrap {
  display: inline-block;
  position: relative;
}

.ui-heading-accent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ui-heading-accent-left {
  width: 10px;
  left: -16px;
  margin-top: 3px;
}

.ui-heading-accent-right {
  width: 10px;
  right: -16px;
  margin-top: 3px;
  transform: translateY(-50%) scaleX(-1);
}

.ui-note {
  background: #F8F4EF;
}

/*pickup leisure*/
.ui-fv-media {
  position: relative;
}

.ui-fv-frame {
  width: calc(100% - 8px);
}

.ui-fv-copy-vertical {
  position: absolute;
  top: 55px;
  left: 35px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.ui-fv-photo {
  position: absolute;
  top: 38px;
  right: 0;
  width: 76vw;
}

.ui-fv-photo img {
  width: 100%;
}

.ui-tab-accordion-content {
  display: none;
}
.ui-tab-accordion-panel.is-open .ui-tab-accordion-content {
  display: block;
}
.ui-tab-accordion-panel.is-open .ui-accordion-toggle-icon {
  transform: translateY(-50%) rotate(180deg);
}

.ui-tab-accordion-panel.is-open .ui-accordion-toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.ui-tab-accordion-tabs {
  display: none;
}

@media screen and (min-width: 1024px) {
  .ui-heading-accent-left {
    left: -20px;
    margin-top: 5px;
  }

  .ui-heading-accent-right {
    right: -20px;
    margin-top: 5px;
  }

.section-title-icon-news {
    right: -78px;
    top: -15px;
    transform: rotate(13deg);
  }

  .section-title-icon-food {
    left: -75px;
    top: -20px;
  }

  .section-title-icon-sightseeing {
    right: -65px;
    top: -25px;
  }

  .section-title-icon-stay {
    right: -65px;
    top: -18px;
  }

  .section-title-icon-activity {
    left: -85px;
    top: -18px;
  }

  .section-title-icon-about {
    left: -77px;
    top: -32px;
  }

  .section-title-icon-gallery {
    right: -80px;
    top: -20px;
  }

  .ui-tags{
    left: 5px;
    bottom: 5px;
  }

  .ui-scroll {
    width: 122px;
    position: absolute;
    right: 14.23vw;
    bottom: 14px;
    margin: 0;
  }

  .ui-media-zoom-target{
    transition: transform .5s ease, opacity .5s ease;
  }

  .ui-dot-pill-link::after{
    right: 20px;
    transition: transform .3s ease;
  }
  .ui-dot-pill-link:hover::after {
    transform: translate(10px, -50%);
  }

  .ui-round-cta,
  .ui-round-cta .ui-round-cta-arrow,
  .ui-round-cta .ui-round-cta-arrow svg {
    transition: background-color .3s ease, color .3s ease, fill .3s ease;
  }

  .ui-round-cta.bgc-fff:hover {
    background-color: var(--color-base1);
    color: var(--color-fff);
  }

  .ui-round-cta.bgc-fff:hover .ui-round-cta-arrow {
    background-color: var(--color-fff);
  }

  .ui-round-cta.bgc-fff:hover .ui-round-cta-arrow svg {
    fill: var(--color-base1);
  }

  .ui-round-cta.bgc-base1:hover {
    background-color: var(--color-fff);
    box-shadow: inset 0 0 0 2px var(--color-base1);
    color: var(--color-base1);
  }

  .ui-round-cta.bgc-base1:hover .ui-round-cta-arrow {
    background-color: var(--color-base1);
  }

  .ui-round-cta.bgc-base1:hover .ui-round-cta-arrow svg {
    fill: var(--color-fff);
  }

  .ui-round-cta.bgc-base:hover {
    background-color: var(--color-accent);
    color: var(--color-base);
  }

  .ui-round-cta.bgc-base:hover .ui-round-cta-arrow {
    background-color: var(--color-base);
  }

  .ui-round-cta.bgc-base:hover .ui-round-cta-arrow svg {
    fill: var(--color-accent);
  }

  .card-showcase-more:hover::after{
    animation: underlineLine 0.5s ease forwards;
  }

  @keyframes underlineLine {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }
  .ui-media-zoom-trigger:hover .ui-media-zoom-target {
    transform: scale(1.06);
  }

  main::before{
    height: 500px;
  }

  /*pager*/
  .ui-pagination-arrow {
    width: 35px;
    height: 35px;
  }
  .ui-pagination-link,
  .ui-pagination-dots {
    font-size: 16px;
  }

  .ui-gallery-controls .ui-pagination-arrow {
    width: 45px;
    height: 45px;
    cursor: pointer;
  }

  .ui-gallery-arrow {
    width: 10px;
    height: 10px;
  }

  .ui-map iframe {
    height: 285px;
  }
  .ui-gallery-slider-wrap{
    width: 770px;
    height: 20.3vw;
    cursor: pointer;
  }
  
  .ui-gallery-slider-inner{
    width: 100vw;
    height: 20.3vw;
  }
  .ui-gallery-slide {
    width: 520px;
  }

  /*pickup leisure*/
  .ui-fv {
    justify-content: space-between;
  }

  .ui-fv-media {
    width: 58.11%;
  }

  .ui-fv-copy-vertical {
    top: 118px;
    left: 95px;
  }

  .ui-fv-copy-vertical p + p {
    margin-right: 15px;
  }

  .ui-fv-photo {
    top: 78px;
    right: 0;
    width: 590px;
  }

  .ui-tab-accordion-tabs {
    display: flex;
    cursor: pointer;
  }
  .ui-tab-accordion-panel {
    display: none;
    opacity: 0;
  }
  .ui-tab-accordion-panel.is-active {
    display: block;
    opacity: 1;
    animation: uiTabFade 1s ease;
  }
  .ui-tab-accordion-trigger {
    display: none;
  }
}
@keyframes uiTabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
