/* ============================================================== common */
.dots {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.dot {
  width: 0.5124450952vw;
  height: 0.5124450952vw;
  border-width: 1px;
  border-style: solid;
  border-color: #00a19a;
  border-radius: 50%;
  margin-left: 0.7320644217vw;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);

  &.dot--active {
    background-color: #00a19a;
  }
}

@media only screen and (max-width: 767px) {
  /* --------------------------------------- vw */
  /* ============================================================== common */
  .dot {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin-left: 1.8666666667vw;
  }
}

/* ============================================================== pagesKv */
.pagesKv__bg--innerImg {
  background-image: url(/faq/_assets/img/kv.webp);
}

.pagesKv__contents {
  bottom: -16px;
}

@media only screen and (max-width: 767px) {
  /* ============================================================== pagesKv */
  .pagesKv__contents {
    bottom: -11px;
  }
}

/* ============================================================== cafeLampBlock slider */
.stayActivity__cafeLampBlock {
  margin-bottom: 7.3206442167vw;

  & .arrow {
    display: none;
  }

  & .dots {
    bottom: 0.7320644217vw;
    padding-right: 5.4904831625vw;
  }
}

.cafeLampBlock__img--slider--block {
  position: relative;
}

.cafeLampBlock__img--slider--caption {
  font-size: 13px;
  font-size: 0.9516837482vw;
  line-height: 1.6;
  padding-top: 1vw;
  padding-bottom: 0.3em;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}

.cafeLampBlock__detail {
  padding-bottom: 2.5622254758vw;
}

.keen-slider__slide.is-center {
  & .cafeLampBlock__img--slider--caption {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== cafeLampBlock slider */
  .stayActivity__cafeLampBlock {
    position: relative;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;

    &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: calc(100% + 2.6666666667vw + 2.6666666667vw);
      left: -2.6666666667vw;
      height: 1px;
      top: auto;
      bottom: 0;
      border-bottom: 1px dotted #00a19a;
    }

    & .dots {
      bottom: 1.3333333333vw;
      padding-right: 8.8vw;
    }
  }

  .cafeLampBlock__img {
    width: calc(100% + 2.6666666667vw + 2.6666666667vw);
    left: -2.6666666667vw;
  }

  .cafeLampBlock__img--slider--caption {
    font-size: 11px;
    font-size: 2.9333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 1vw;
  }

  .cafeLampBlock__detail {
    padding-bottom: 0;
  }

  .cafeLampBlock__detail--title {
    font-size: 27px;
    font-size: 7.2vw;
  }

  .cafeLampBlock__detail--text {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .cafeLampBlock__btnList {
    margin-top: 5.8666666667vw;
  }
}

/* ============================================================== saContents */
.saContents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  /* ============================================================== saContents */
  .saContents {
    display: block;
  }
}

/* ============================================================== navSticky */
.saSection__navSticky {
  align-self: flex-start;
  position: sticky;
  width: 24.1581259151vw;
  height: calc(100vh - 60px);
  top: 60px;
  padding-bottom: 1.4641288433vw;
}

.saSection__navSticky--inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* --------------------------------------- navSticky nav toggle */
.saSection__navToggle {
  & > dt {
    padding-top: 1.0980966325vw;
    padding-bottom: 1.0980966325vw;
  }

  & > dd {
    overflow: hidden;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 0;
  }
}

.saSection__nav--list--target {
  border-bottom: 1px dotted #00a19a;
  cursor: pointer;

  &.selected {
    & .saSection__navToggle > dd {
      height: 6.2225475842vw;
    }

    & .saSection__navBlock--icon {
      opacity: 1;
    }

    & .saSection__navToggle--icon {
      background-color: rgba(0, 161, 154, 0);
    }

    & .saSection__navToggle--icon--inner {
      &::before {
        opacity: 0;
      }

      &::after {
        opacity: 1;
      }
    }
  }

  &:first-child {
    &.selected {
      & .saSection__navToggle > dd {
        height: 7.3206442167vw;
      }
    }
  }
}

/* --------------------------------------- navSticky navBlock */
.saSection__navBlock {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.saSection__navBlock--icon {
  position: relative;
  width: 4.39238653vw;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0.4;

  & .StayActivity__banner--icon {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

/* --------------------------------------- navSticky navBlock title */
.saSection__navBlock--title {
  align-self: center;
  width: calc(100% - 6.2vw);
}

.saSection__navBlock--title--en, .saSection__navBlock--title--jp {
  line-height: 1;
}

.saSection__navBlock--title--en {
  font-size: 12px;
  font-size: 0.878477306vw;
  margin-bottom: 0.7320644217vw;
}

.saSection__navBlock--title--jp {
  font-size: 20px;
  font-size: 1.4641288433vw;
}

/* --------------------------------------- navSticky navBlock icon */
.saSection__navToggle--icon {
  position: absolute;
  width: 1.1713030747vw;
  height: 1.1713030747vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #00a19a;
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #00a19a;
}

.saSection__navToggle--icon--inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  &::before, &::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: 0.5856515373vw auto;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  &::before {
    background-image: url(/faq/_assets/img/navIcon--arrow.svg);
    opacity: 1;
  }

  &::after {
    background-image: url(/faq/_assets/img/navIcon--selected.svg);
    opacity: 0;
  }
}

/* --------------------------------------- navSticky btn */
.saSection__navBtn {
  & .arrowIcon__blank {
    top: 1.9033674963vw;
    right: 1.4641288433vw;
  }
}

/* --------------------------------------- navSticky banner */
.saSection__banner {
  & .Community__banner.is--mostRecent::after {
    color: #00a19a;
    background-color: #f2f1e7;
  }

  & .Community__banner--thum {
    margin-bottom: 0;
  }

  & .Community__banner--info {
    color: #f2f1e7;
    background-color: #00a19a;
    padding: 0.5856515373vw 0.9516837482vw;
  }

  & .Community__banner--mostRecent--schedule {
    margin-bottom: 0.3660322108vw;
  }

  & .Community__banner--mostRecent--schedule--date {
    font-size: 18px;
    font-size: 1.317715959vw;
    margin-right: 0.3660322108vw;
  }

  & .Community__banner--mostRecent--schedule--week {
    font-size: 10px;
    font-size: 0.7320644217vw;
    margin-right: 0.2928257687vw;
  }

  & .Community__banner--mostRecent--schedule--time {
    font-size: 16px;
    font-size: 1.1713030747vw;
  }

  & .Community__banner.is--mostRecent .Community__banner--title {
    font-size: 11px;
    font-size: 0.8052708638vw;
    margin-bottom: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .saSection__nav--list--target {
    &:hover, &:active {
      & .saSection__navBlock--icon {
        opacity: 1;
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== navSticky */
  .saSection__navSticky {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 0;
    margin-bottom: 6.6666666667vw;
  }

  .saSection__navSticky--inner {
    display: block;
  }

  /* --------------------------------------- navSticky nav toggle */
  .saSection__navToggle {
    & > dt {
      padding-top: 4vw;
      padding-bottom: 4vw;
    }

    & > dd {
      display: none;
      height: 0 !important;
    }
  }

  /* --------------------------------------- navSticky target */
  .saSection__nav--list--target {
    background-color: #fff;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;

    &:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    &:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom: none;
    }
  }

  /* --------------------------------------- navSticky navBlock */
  .saSection__navBlock--icon {
    width: 12vw;
    opacity: 1;
  }

  /* --------------------------------------- navSticky navBlock title */
  .saSection__navBlock--title {
    width: calc(100% - 18vw);
  }

  .saSection__navBlock--title--en {
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-bottom: 1.6vw;
  }

  .saSection__navBlock--title--jp {
    font-size: 15px;
    font-size: 4vw;
  }

  /* --------------------------------------- navSticky navBlock icon */
  .saSection__navToggle--icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  .saSection__navToggle--icon--inner {
    &::before, &::after {
      background-size: 2.6666666667vw auto;
    }
  }

  /* --------------------------------------- navSticky banner */
  .saSection__banner {
    display: none;
  }

  /* --------------------------------------- navSticky btn */
  .saSection__navBtn {
    & .arrowIcon__blank {
      top: 4.2666666667vw;
      right: 5.3333333333vw;
    }
  }
}

/* ============================================================== saSectionInner wrapper */
.saSectionInner__wrapper {
  width: calc(100% - 24.1581259151vw);

  & .saSection {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== saSectionInner wrapper */
  .saSectionInner__wrapper {
    width: 100%;

    & .saSection {
      display: block;
    }
  }
}

/* ============================================================== saSectionInner sticky */
.saSectionInner__sticky {
  align-self: flex-start;
  position: sticky;
  width: 29.2825768668vw;
  height: calc(100vh - 60px);
  top: 60px;
  padding-bottom: 1.4641288433vw;

  & .StayActivity__banner {
    padding-top: 0;
    height: 100%;
  }
}

.saSectionInner__sticky--inner {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  /* ============================================================== saSectionInner sticky */
  .saSection {
    padding-top: 13.3333333333vw;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #00a19a;

    &.saSection__asobi {
      padding-top: 0;
      border-top: none;
    }
  }

  .saSectionInner__sticky {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 0;
    padding-top: 118.5393258427%;
    margin-bottom: 5.3333333333vw;
  }

  .saSectionInner__sticky--inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    & .StayActivity__banner--title--strong {
      height: 16.8vw;
    }
  }
}

/* ============================================ saSectionInner contents */
.saSectionInner__contents {
  width: calc(100% - 29.2825768668vw);
  padding-left: 2.196193265vw;
  padding-right: 2.196193265vw;
  padding-bottom: 2.9282576867vw;
}

@media only screen and (max-width: 767px) {
  /* ============================================ saSectionInner contents */
  .saSectionInner__contents {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 13.3333333333vw;
  }
}

/* --------------------------------------- saSection title */
.saSection__title {
  font-size: 38px;
  font-size: 2.7818448023vw;
  line-height: 1.3;
  margin-bottom: 2.196193265vw;
}

.saSection__cottage .saSection__title, .saSection__pyramidhouse .saSection__title {
  padding-top: 2.9282576867vw;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #00a19a;
}

.saSection__leader {
  margin-bottom: 1.8301610542vw;
}

.saSection__leader--title {
  font-size: 21px;
  font-size: 1.5373352855vw;
  line-height: 1.3;
  margin-bottom: 1.0980966325vw;
}

@media only screen and (max-width: 767px) {
  /* --------------------------------------- saSection title */
  .saSection__title {
    font-size: 26px;
    font-size: 6.9333333333vw;
    line-height: 1.6;
    margin-bottom: 6.6666666667vw;
  }

  .saSection__cottage .saSection__title, .saSection__pyramidhouse .saSection__title {
    padding-top: 8vw;
    border-top: none;
  }

  .saSection__leader {
    margin-bottom: 5.3333333333vw;
  }

  .saSection__leader--title {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}

/* ============================================ infoBlock */
.saSection__infoList {
  text-align: left;
}

.saSection__infoList--target {
  margin-bottom: 2.9282576867vw;

  &:last-child {
    margin-bottom: 0;
  }
}

.saSection__infoBlock {
  display: flex;
  justify-content: space-between;
}

.saSection__infoBlock--title {
  width: 43.8432835821%;
  padding-right: 5%;

  & > h4, & > p {
    line-height: 1.5;
  }

  & > h4 {
    font-size: 17px;
    font-size: 1.2445095168vw;
    margin-bottom: 0.7320644217vw;
    font-weight: 500;
  }

  & > p {
    font-size: 13px;
    font-size: 0.9516837482vw;
  }

  & .textAside {
    margin-top: 0.5856515373vw;
  }
}

.saSection__infoBlock--detail {
  width: 56.1567164179%;

  & .textAside {
    margin-top: 0.7320644217vw;
  }
}

.saSection__infoBlock--detail--text {
  font-size: 13px;
  font-size: 0.9516837482vw;

  &.marginTop {
    margin-top: 1.0980966325vw;
  }
}

.saSection__infoList--target.coming {
  & .saSection__infoBlock--title::after {
    display: inline-block;
    content: "COMING SOON";
    font-size: 10px;
    font-size: 0.7320644217vw;
    white-space: nowrap;
    line-height: 1;
    padding: 0.5856515373vw 0.878477306vw;
    color: #f2f1e7;
    background-color: #00a19a;
    margin-top: 0.878477306vw;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================ infoBlock */
  .saSection__infoList--target {
    margin-bottom: 9.3333333333vw;
  }

  .saSection__infoBlock {
    display: block;
  }

  .saSection__infoBlock--title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4vw;

    & > h4 {
      font-size: 17px;
      font-size: 4.5333333333vw;
      margin-bottom: 1.3333333333vw;
    }

    & > p {
      font-size: 10px;
      font-size: 2.6666666667vw;
    }

    & .textAside {
      margin-top: 1.3333333333vw;
    }
  }

  .saSection__infoBlock--detail {
    width: 100%;

    & .textAside {
      margin-top: 1.6vw;
    }
  }

  .saSection__infoBlock--detail--text {
    font-size: 11px;
    font-size: 2.9333333333vw;

    &.marginTop {
      margin-top: 2.6666666667vw;
    }
  }

  .saSection__infoList--target.coming {
    & .saSection__infoBlock--title::after {
      font-size: 10px;
      font-size: 2.6666666667vw;
      padding: 1.6vw 2.6666666667vw;
      margin-top: 2.6666666667vw;
    }
  }
}

/* ============================================ keenSlider */
.keenSlider__wrapper {
  position: relative;
  margin-bottom: 2.9282576867vw;
}

.navigation-wrapper {
  position: relative;

  & .caption {
    font-size: 13px;
    font-size: 0.9516837482vw;
    line-height: 1.3;
    margin-top: 0.7320644217vw;
  }

  & .dots {
    margin-top: -0.878477306vw;
  }

  & .arrow {
    position: absolute;
    width: 2.196193265vw;
    height: 2.196193265vw;
    top: 50%;
    transform: translateY(-50%);
    border-width: 1px;
    border-style: solid;
    border-color: #00a19a;
    border-radius: 50%;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: #00a19a;
    cursor: pointer;

    &::before, &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-size: 0.8052708638vw auto;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    &::before {
      opacity: 1;
    }

    &::after {
      opacity: 0;
    }
  }

  & .arrow--left {
    left: 1.8301610542vw;

    &::before {
      background-image: url(/faq/_assets/img/keenSlider__arrow--prev--white.svg);
    }

    &::after {
      background-image: url(/faq/_assets/img/keenSlider__arrow--prev--green.svg);
    }
  }

  & .arrow--right {
    right: 1.8301610542vw;

    &::before {
      background-image: url(/faq/_assets/img/keenSlider__arrow--next--white.svg);
    }

    &::after {
      background-image: url(/faq/_assets/img/keenSlider__arrow--next--green.svg);
    }
  }
}

@media (hover: hover) and (pointer: fine) {
  .navigation-wrapper .arrow {
    &:hover, &:active {
      background-color: #f2f1e7;

      &::before {
        opacity: 0;
      }

      &::after {
        opacity: 1;
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================ keenSlider */
  .keenSlider__wrapper {
    margin-bottom: 10.6666666667vw;
  }

  .navigation-wrapper {
    & .caption {
      font-size: 11px;
      font-size: 2.9333333333vw;
      margin-top: 2.6666666667vw;
    }

    & .dots {
      margin-top: -2.6666666667vw;
    }

    & .arrow {
      width: 8vw;
      height: 8vw;

      &::before, &::after {
        background-size: 2.9333333333vw auto;
      }
    }

    & .arrow--left {
      left: 4vw;
    }

    & .arrow--right {
      right: 4vw;
    }
  }
}

/* ============================================ cottage info frame */
.saSection__infoFrame {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #00a19a;
  border-radius: 3px;
  padding: 1.4641288433vw 1.8301610542vw 1.0980966325vw;
  margin-bottom: 2.196193265vw;
}

.saSection__infoFrame--title {
  position: absolute;
  top: 0;
  left: 1.0980966325vw;
  transform: translateY(-50%);
  font-size: 13px;
  font-size: 0.9516837482vw;
  padding: 0.7320644217vw;
  line-height: 1;
  background-color: #f2f1e7;
  z-index: 2;
}

.saSection__infoFrame--detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  & > div {
    width: 50%;
  }

  & p {
    font-size: 13px;
    font-size: 0.9516837482vw;
    line-height: 1.3;
    margin-bottom: 0.5124450952vw;
  }

  & aside {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================ cottage info frame */
  .saSection__infoFrame {
    border-radius: 3px;
    padding: 5.3333333333vw 4.8vw 2.6666666667vw;
    margin-bottom: 8vw;
  }

  .saSection__infoFrame--title {
    left: 2.6666666667vw;
    font-size: 12px;
    font-size: 3.2vw;
    padding: 2.1333333333vw;
  }

  .saSection__infoFrame--detail {
    & > div {
      width: 100%;
    }

    & p {
      font-size: 12px;
      font-size: 3.2vw;
      margin-bottom: 1.8666666667vw;
    }

    & aside {
      width: 100%;
    }
  }
}

/* ============================================================== saSection__cottage */
/* ============================================ cottage info aside */
.saSection__cottage--infoAside {
  margin-bottom: 2.196193265vw;

  & > h4 {
    font-size: 17px;
    font-size: 1.2445095168vw;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.878477306vw;
  }

  & > p {
    font-size: 13px;
    font-size: 0.9516837482vw;
    line-height: 1;
    margin-bottom: 0.7320644217vw;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== saSection__cottage */
  /* ============================================ cottage info aside */
  .saSection__cottage--infoAside {
    margin-bottom: 8vw;

    & > h4 {
      font-size: 13px;
      font-size: 3.4666666667vw;
      margin-bottom: 2.6666666667vw;
    }

    & > p {
      font-size: 11px;
      font-size: 2.9333333333vw;
      margin-bottom: 2.1333333333vw;
    }
  }
}

/* ============================================================== saSection__pyramidhouse */
.saSection__pyramidhouse {
  & .saSection__infoFrame {
    &.marginBottom {
      margin-bottom: 0;
      border-width: 1px 1px 0 1px;
      border-radius: 3px 3px 0 0;
      padding-bottom: 1.4641288433vw;
    }

    &.marginTop {
      border-radius: 0 0 3px 3px;
      padding-top: 1.4641288433vw;
    }
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== saSection__pyramidhouse */
  .saSection__pyramidhouse {
    & .saSection__infoFrame {
      &.marginBottom {
        padding-bottom: 5.3333333333vw;
      }

      &.marginTop {
        padding-top: 5.3333333333vw;
        padding-bottom: 5.3333333333vw;
      }
    }
  }
}

/* ============================================ nearbyAccess */
.saSection__infoBlock--detail {
  & .nearbyAccessBlock__title {
    font-size: 15px;
    font-size: 1.0980966325vw;
  }

  & .nearbyAccessBlock {
    margin-bottom: 2.196193265vw;

    &:last-child {
      margin-bottom: 3.6603221083vw;
    }
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================ nearbyAccess */
  .saSection__infoBlock--detail {
    & .nearbyAccessBlock__title {
      font-size: 13px;
      font-size: 3.4666666667vw;
    }

    & .nearbyAccessBlock {
      margin-bottom: 6.6666666667vw;

      &:last-child {
        margin-bottom: 8vw;
      }
    }
  }
}

/* ============================================================== nav aside & infoList aside & calendarBtn */
.saSection__nav--list--target .saSection__nav--aside {
  padding-top: 2px;
  padding-bottom: 2px;
  pointer-events: none;

  & .btnInner {
    background-color: transparent;
    border-width: 1px;
    border-color: #00a19a;
    padding: 0.9516837482vw 1.4641288433vw;
    pointer-events: all;
  }

  & .textAside {
    font-size: 11px;
    font-size: 0.8052708638vw;
    line-height: 1.7;
  }
}

.saSection__infoList--aside {
  font-size: 11px;
  font-size: 0.8052708638vw;
  line-height: 1.7;
  margin-top: 1.8301610542vw;
}

.saSection__infoBlock--detail .textAside.textAside--marginSet {
  margin-top: 0.3660322108vw;
  margin-bottom: 0.7320644217vw;
}

.saSection__banner.calendarBtn {
  & .btnText.fontEn {
    font-size: 13px;
    font-size: 0.9516837482vw;
    line-height: 1.6;
  }

  & .btnInner {
    padding-right: 3.2vw;
    padding-left: 4.2vw;

    &:before, &:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: 1.8301610542vw;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 1.2445095168vw;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-image: url("/faq/_assets/img/icon--calendar.svg");
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    &:before {
      background-image: url("/faq/_assets/img/icon--calendar.svg");
      opacity: 1;
    }

    &:after {
      background-image: url("/faq/_assets/img/icon--calendar--green.svg");
      opacity: 0;
    }
  }

  & .btnInner .arrowIcon__default {
    top: 2.5vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .saSection__banner.calendarBtn .arrowIcon__hoverWrapper.btn {
    &:hover, &:active {
      & .btnInner {
        &:before {
          opacity: 0;
        }

        &:after {
          opacity: 1;
        }
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .saSection__infoList--aside {
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-top: 4.8vw;
  }

  .saSection__banner.calendarBtn.partsSp {
    display: block;
  }

  .saSection__banner.calendarBtn {
    & .btnText.fontEn {
      font-size: 12px;
      font-size: 3.2vw;
    }

    & .btnInner {
      padding-right: 21vw;
      padding-left: 16vw;

      &:before, &:after {
        width: 6.1333333333vw;
        left: 3.7333333333vw;
      }
    }

    & .btnInner .arrowIcon__default {
      top: 7vw;
    }
  }

  .saSectionInner .saSection__nav--aside {
    padding-top: 2px;
    padding-bottom: 2px;
    pointer-events: none;
    margin-top: 9.3333333333vw;

    & .btnInner {
      background-color: transparent;
      border-width: 1px;
      border-color: #00a19a;
      padding: 3.4666666667vw 5.3333333333vw;
      pointer-events: all;
    }

    & .textAside {
      font-size: 11px;
      font-size: 2.9333333333vw;
      line-height: 1.7;
    }
  }
}
