@charset "utf-8";
.w-post {
  overflow: hidden;
}
.bred {
  flex-wrap: wrap;
}
.w-single-pager {
  justify-content: space-around;
}
@media screen and (max-width:1280px) {
  .w-inner {
    width: 100%;
  }
}
/* ====================================================================
-------------------------------sp
==================================================================== */
@media (min-width: 782px) {
  .single-tour article .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto;
    flex-grow: 0;
  }
}
@media screen and (max-width:559px) {
  /*footer*/
  footer.workation .contents3Wrap {
    flex-direction: column;
  }
  footer.workation .contents3Wrap div {
    width: 100%;
  }
  footer.workation .contents3Wrap {
    gap: 3rem;
  }
  footer.workation .tel-area {
    border: none;
    padding: 0;
  }
  footer.workation::after {
    height: 5rem;
    top: -4rem;
  }
  footer.workation {
    margin-top: 15rem;
    padding-top: 4rem;
  }
  footer.workation h3 {
    color: var(--mainColor);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  footer.workation .contents3Wrap:last-child {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  footer.workation .contents3Wrap .nav-area-01, footer.workation .contents3Wrap .nav-area-02 {
    width: 45%;
  }
  footer.workation .nav li {
    width: calc(100% - 4rem);
  }
  footer.workation .nav li:not(:last-child) {
    margin-bottom: 1rem;
  }
  footer.workation .copy {
    margin-top: 5rem;
  }
  /*under-common*/
  .w-mv .ttl-area .ttl {
    font-size: 1.4rem;
  }
  .w-mv .ttl-area .sub {
    text-align: center;
  }
  /*w-post*/
  .bred {
    margin-bottom: 4rem;
  }
  .atc-ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .w-post .date {
    font-size: 1.4rem;
  }
  .w-post .date img {
    width: 2.5rem;
  }
  .w-post .more-btn a {
    width: 18rem;
  }
  .w-single article {
    margin-bottom: 10rem;
  }
  .archive-winfo .box .more-btn {
    display: block;
    width: 100%;
  }
  .archive-winfo .contents3Wrap {
    gap: 2rem;
    margin-bottom: 10rem;
  }
  .archive-winfo .atc-ttl {
    font-size: 1.4rem;
    min-height: 4.9rem;
  }
  .w-single-pager .more-btn a {
    width: 12rem;
  }
  .w-single-pager .more-btn a::after {
    right: 1rem;
    width: 0.7rem;
  }
  .w-single-pager .more-btn.back a::after {
    left: 1rem;
    width: 0.7rem;
  }
  /*single-tour*/
  .single-tour article h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
    padding-bottom: 0.5rem;
  }
  .single-tour article tr {
    display: flex;
    flex-direction: column;
  }
  .single-tour article td {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
  .single-tour article td:last-child {
    margin-top: -1.5rem;
    font-weight: 400;
  }
  .single-tour article h4 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
  .single-tour article table {
    margin-bottom: 2rem;
  }
  .single-tour article .wp-block-button__link {
    font-size: 1.6rem;
  }
  .single-tour article .tour-cont td:first-child::after {
    display: none;
  }
  .single-tour article .tour-cont td:first-child {
    width: 100%;
  }
  /*single-info*/
  .single-winfo .catch-img {
    margin-bottom: 2rem;
  }
  .single-winfo .winfo-cont {
    font-size: 1.4rem;
  }
}