/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .table {
    overflow-x: auto;
  }
  .table table th,
  .table table td {
    white-space: nowrap;
  }
  .banner-inclusive {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    max-width: 750px;
    aspect-ratio: 75/16;
  }
  .banner-inclusive .ico {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(https://mercure-wakayamakushimoto-resortandspa.jp/tw/en/wp/wp-content/themes/mercure/assets/images/common/banner-open_sp.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    cursor: pointer;
  }
  .banner-inclusive .ico a {
    display: block;
  }
  .banner-inclusive.close {
    width: 25px;
  }
  .banner-inclusive.close .ico {
    background-position: left top;
  }
  .banner-inclusive.close a {
    display: none;
  }
  .page-main {
    padding-top: 100px;
  }
  p {
    font-size: 16px;
    line-height: 1.875em;
    letter-spacing: 0.01em;
  }
  .section-title {
    text-align: center;
  }
  .section-title b,
  .section-title small {
    display: block;
  }
  .section-title b {
    position: relative;
    margin-bottom: 14px;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .section-title b::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 5px;
    border-top: 1px solid #a790c4;
    border-bottom: 1px solid #a790c4;
  }
  .section-title small {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .btn-g,
  .btn-w,
  .btn-bw {
    text-align: center;
    font-family: "Spectral", "Noto Sans JP", serif;
  }
  .btn-g a,
  .btn-w a,
  .btn-bw a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 250px;
    max-width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .btn-g a::before,
  .btn-w a::before,
  .btn-bw a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-g a:hover::before,
  .btn-w a:hover::before,
  .btn-bw a:hover::before {
    width: 100%;
  }
  .btn-g a::after,
  .btn-w a::after,
  .btn-bw a::after {
    position: absolute;
    bottom: 2px;
    right: 2px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
  }
  .btn-g a {
    background-color: #53514f;
    color: #fff;
    border: 1px solid #53514f;
  }
  .btn-g a::before {
    background-color: #a790c4;
  }
  .btn-g a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-w a {
    background-color: #fff;
    color: #53514f;
    border: 1px solid #53514f;
  }
  .btn-w a::before {
    background-color: #a790c4;
  }
  .btn-w a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #53514f 50%, #53514f 100%);
  }
  .btn-bw a {
    color: #fff;
    border: 1px solid #fff;
  }
  .btn-bw a::before {
    background-color: #fff;
  }
  .btn-bw a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .section-info {
    padding: 0 4vw;
  }
  .section-info .section-title {
    margin-bottom: 30px;
  }
  .section-info .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-info .inner .info-left {
    margin-bottom: 50px;
  }
  .section-info .inner h3 {
    margin-bottom: 1em;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
  }
  .section-info .inner h4 {
    font-size: 12px;
    font-weight: 300;
    color: #010037;
    line-height: 1.75em;
  }
  .info-list {
    list-style: none;
    margin-bottom: 30px;
    border-top: 1px solid #999999;
  }
  .info-list > li {
    padding: 7px 0 12px;
    border-bottom: 1px solid #999999;
  }
  .info-list > li a {
    display: block;
  }
  .info-list > li p {
    margin-bottom: 0;
  }
  .info-list > li .date-wrapper {
    margin-bottom: 0.75em;
  }
  .info-list > li .date-wrapper .date {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #a790c4;
  }
  .info-list > li .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px 0 0;
  }
  .info-list > li .cat li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.6em 2em 0.5em;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    border: 1px solid #010037;
  }
  .section-experiences {
    margin: 90px auto;
    padding: 0 4vw;
  }
  .section-experiences .section-title {
    margin-bottom: 40px;
  }
  .section-experiences .exp-movie {
    display: block;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16/9;
    margin: 40px auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-experiences #exp-tab {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 30%));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 10px;
    margin-bottom: 40px;
    font-size: 0.875rem;
  }
  .section-experiences #exp-tab li {
    text-align: center;
  }
  .section-experiences #exp-tab li span {
    display: inline-block;
    padding: 5px 10px;
  }
  .section-experiences #exp-tab li.active {
    color: #a790c4;
  }
  .section-experiences #exp-tab li.active span {
    border-bottom: 1px solid #a790c4;
  }
  .section-experiences .pickup {
    display: none;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 0 auto;
  }
  .section-experiences .pickup.active {
    display: grid;
  }
  .section-experiences .pickup figure {
    border: 1px solid #cccccc;
  }
  .section-experiences .pickup figure img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .section-experiences .pickup figure figcaption {
    padding: 15px 3vw;
  }
  .section-experiences .pickup figure figcaption ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.625rem;
  }
  .section-experiences .pickup figure figcaption ul li {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 2px 10px;
    border: 1px solid #53514f;
  }
  .section-experiences .pickup figure figcaption p {
    margin: 0;
    font-size: 0.875rem;
  }
  .section-experiences .btn {
    margin-top: 60px;
  }
  .sightseeing-recommend h2,
  .sightseeing-archive h2 {
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #a790c4;
    line-height: 1.5em;
    border-left: 5px solid #a790c4;
  }
  .sightseeing-recommend {
    margin-bottom: 50px;
    padding: 50px 4vw;
    background-color: #f6f4f9;
  }
  .sightseeing-recommend .inner {
    margin: 0 auto;
  }
  .sightseeing-recommend .sightseeing-posts .card {
    border: 1px solid #cccccc;
  }
  .sightseeing-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 365px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 10px;
    width: 100%;
    margin: 0 auto;
  }
  .sightseeing-posts .card {
    padding: 10px 10px 20px;
    background-color: #fff;
    color: #53514f;
  }
  .sightseeing-posts .card.veltra {
    background-color: #EDF2F6;
  }
  .sightseeing-posts .card .thumb {
    width: 100%;
    height: 275px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 20px;
  }
  .sightseeing-posts .card h3 {
    margin-bottom: 0.75em;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5em;
  }
  .sightseeing-posts .card p {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
  .sightseeing-posts .card p.veltra-logo {
    margin-bottom: 15px;
    font-size: 12px;
    color: #7CA0BF;
    text-align: center;
  }
  .sightseeing-posts .card p.veltra-logo span {
    display: block;
  }
  .sightseeing-posts .card p.veltra-logo img {
    width: 88px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 8px;
  }
  .sightseeing-posts .card .cats {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.625rem;
    margin-top: 1rem;
  }
  .sightseeing-posts .card .cats li {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 2px 10px;
    color: #53514f;
    background-color: #fff;
    border: 1px solid #cccccc;
  }
  .sightseeing-archive {
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
  }
  .pankz {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 60px;
    padding: 0 4vw;
    font-size: 11px;
    font-weight: 300;
  }
  .pankz li {
    margin-left: 6px;
  }
  .pankz li:not(:last-child)::after {
    content: "|";
    margin-left: 4px;
  }
  .archive-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .archive-wrapper .info-section:first-child {
    border-top: 1px solid #eee;
  }
  .info-section {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
  }
  .info-section a {
    display: block;
  }
  .info-section h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.75em;
  }
  .info-section p {
    margin-bottom: 0;
  }
  .info-section .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1em;
  }
  .info-section .date-wrapper .date {
    margin-right: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #a790c4;
  }
  .info-section .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-section .cat li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.6em 1em 0.5em;
    font-size: 10px;
    font-weight: normal;
    line-height: 1em;
    border: 1px solid #010037;
  }
  .front-banner,
  .front-banner2 {
    width: 100vw;
    margin: 60px auto 0;
    padding: 0 4vw 10px;
    text-align: center;
    overflow-x: auto;
  }
  .front-banner a,
  .front-banner2 a {
    display: inline-block;
    margin: 0 auto;
  }
  .front-banner .banners,
  .front-banner2 .banners {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 0 4vw;
  }
  .front-banner .banners li,
  .front-banner2 .banners li {
    text-align: center;
  }
  .front-banner .banners li a,
  .front-banner2 .banners li a {
    display: block;
  }
  .front-banner .banners li img,
  .front-banner2 .banners li img {
    min-width: 0;
    max-width: 84vw;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .banner-inclusive {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 100;
    width: 400px;
    height: 150px;
  }
  .banner-inclusive .ico {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(https://mercure-wakayamakushimoto-resortandspa.jp/tw/en/wp/wp-content/themes/mercure/assets/images/common/banner-open.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
  }
  .banner-inclusive .ico a {
    display: block;
  }
  .banner-inclusive.close {
    width: 25px;
  }
  .banner-inclusive.close .ico {
    background-position: left bottom;
  }
  .banner-inclusive.close a {
    display: none;
  }
  .page-main {
    padding-top: 100px;
  }
  p {
    font-size: 16px;
    line-height: 1.875em;
    letter-spacing: 0.01em;
  }
  .section-title {
    text-align: center;
  }
  .section-title b,
  .section-title small {
    display: block;
  }
  .section-title b {
    position: relative;
    margin-bottom: 28px;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section-title b::after {
    content: "";
    position: absolute;
    top: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 3px;
    border-top: 1px solid #a790c4;
    border-bottom: 1px solid #a790c4;
  }
  .section-title small {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .btn-g,
  .btn-w,
  .btn-bw {
    text-align: center;
    font-family: "Spectral", "Noto Sans JP", serif;
  }
  .btn-g a,
  .btn-w a,
  .btn-bw a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 350px;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .btn-g a::before,
  .btn-w a::before,
  .btn-bw a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-g a:hover::before,
  .btn-w a:hover::before,
  .btn-bw a:hover::before {
    width: 100%;
  }
  .btn-g a::after,
  .btn-w a::after,
  .btn-bw a::after {
    position: absolute;
    bottom: 2px;
    right: 2px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
  }
  .btn-g a {
    background-color: #53514f;
    color: #fff;
    border: 1px solid #53514f;
  }
  .btn-g a:hover {
    border: 1px solid #a790c4;
  }
  .btn-g a::before {
    background-color: #a790c4;
  }
  .btn-g a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-w a {
    background-color: #fff;
    color: #53514f;
    border: 1px solid #53514f;
  }
  .btn-w a:hover {
    border: 1px solid #a790c4;
    color: #fff;
  }
  .btn-w a:hover::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .btn-w a::before {
    background-color: #a790c4;
  }
  .btn-w a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #53514f 50%, #53514f 100%);
  }
  .btn-bw a {
    color: #fff;
    border: 1px solid #fff;
  }
  .btn-bw a:hover {
    color: #a790c4;
  }
  .btn-bw a:hover::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #a790c4 50%, #a790c4 100%);
  }
  .btn-bw a::before {
    background-color: #fff;
  }
  .btn-bw a::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%);
  }
  .section-info .section-title {
    margin-bottom: 30px;
  }
  .section-info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-info .inner .info-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-info .inner .info-right {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .section-info .inner h3 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
  }
  .section-info .inner h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75em;
  }
  .info-list {
    list-style: none;
    margin-bottom: 60px;
    border-top: 1px solid #999999;
  }
  .info-list > li {
    padding: 30px 18px;
    border-bottom: 1px solid #999999;
  }
  .info-list > li a {
    display: block;
  }
  .info-list > li p {
    margin-bottom: 0;
  }
  .info-list > li .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  .info-list > li .date-wrapper .date {
    width: 120px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #a790c4;
    letter-spacing: 0.1em;
  }
  .info-list > li .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-list > li .cat li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.6em 2em 0.5em;
    font-size: 10px;
    font-weight: 300;
    line-height: 1em;
    border: 1px solid #010037;
  }
  .section-experiences {
    margin: 140px auto;
  }
  .section-experiences .section-title {
    margin-bottom: 40px;
  }
  .section-experiences .exp-movie {
    display: block;
    width: 800px;
    aspect-ratio: 16/9;
    margin: 40px auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-experiences #exp-tab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .section-experiences #exp-tab li {
    margin: 0 5px;
    cursor: pointer;
  }
  .section-experiences #exp-tab li span {
    display: inline-block;
    padding: 3px 10px;
  }
  .section-experiences #exp-tab li.active {
    color: #a790c4;
  }
  .section-experiences #exp-tab li.active span {
    border-bottom: 1px solid #a790c4;
  }
  .section-experiences .pickup {
    display: none;
    grid-template-columns: minmax(50%, 550px) minmax(50%, 630px);
    grid-template-rows: 335px 335px;
    gap: 18px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-experiences .pickup.active {
    display: grid;
  }
  .section-experiences .pickup figure {
    position: relative;
  }
  .section-experiences .pickup figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .section-experiences .pickup figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 30px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .section-experiences .pickup figure figcaption ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .section-experiences .pickup figure figcaption ul li {
    margin-right: 10px;
    padding: 2px 10px;
    border: 1px solid #fff;
  }
  .section-experiences .pickup figure figcaption p {
    margin: 0;
  }
  .section-experiences .pickup .first {
    grid-column: 1/1;
    grid-row: 1/3;
    height: 100%;
  }
  .section-experiences .pickup .second {
    grid-column: 2/2;
    grid-row: 1/2;
  }
  .section-experiences .pickup .third {
    grid-column: 2/2;
    grid-row: 2/3;
  }
  .section-experiences .btn {
    margin-top: 60px;
  }
  .sightseeing-recommend h2,
  .sightseeing-archive h2 {
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #a790c4;
    line-height: 1.5em;
    border-left: 5px solid #a790c4;
  }
  .sightseeing-recommend {
    margin-bottom: 120px;
    padding: 80px 0;
    background-color: #f6f4f9;
  }
  .sightseeing-recommend .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sightseeing-recommend .sightseeing-posts .card {
    border: 1px solid #cccccc;
  }
  .sightseeing-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 23px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sightseeing-posts .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 10px 20px;
    background-color: #fff;
    color: #53514f;
  }
  .sightseeing-posts .card.veltra {
    background-color: #EDF2F6;
  }
  .sightseeing-posts .card:hover {
    opacity: 0.8;
  }
  .sightseeing-posts .card .thumb {
    width: 100%;
    height: 275px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 20px;
  }
  .sightseeing-posts .card h3 {
    margin-bottom: 0.75em;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
  }
  .sightseeing-posts .card p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .sightseeing-posts .card p.veltra-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 14px;
    font-size: 12px;
    color: #7CA0BF;
  }
  .sightseeing-posts .card p.veltra-logo img {
    width: 88px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 8px;
  }
  .sightseeing-posts .card .cats {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sightseeing-posts .card .cats li {
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 300;
    color: #53514f;
    background-color: #fff;
    border: 1px solid #cccccc;
  }
  .sightseeing-archive {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .pankz {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 1400px;
    max-width: 100%;
    margin: 20px auto 60px;
    font-size: 14px;
    font-weight: 300;
  }
  .pankz li {
    margin-left: 6px;
  }
  .pankz li:not(:last-child)::after {
    content: "|";
    margin-left: 4px;
  }
  .archive-wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .info-section {
    padding: 30px 18px;
    border-bottom: 1px solid #eee;
  }
  .info-section a {
    display: block;
  }
  .info-section h2 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75em;
  }
  .info-section p {
    margin-bottom: 0;
  }
  .info-section .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  .info-section .date-wrapper .date {
    width: 120px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #a790c4;
    letter-spacing: 0.1em;
  }
  .info-section .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-section .cat li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.6em 2em 0.5em;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    border: 1px solid #010037;
  }
  .front-banner,
  .front-banner2 {
    margin: 100px auto 0;
    text-align: center;
  }
  .front-banner a,
  .front-banner2 a {
    display: inline-block;
    margin: 0 auto;
  }
  .front-banner a:hover,
  .front-banner2 a:hover {
    opacity: 0.8;
  }
  .front-banner .banners,
  .front-banner2 .banners {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(33% - 10.5px));
    gap: 30px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1600px;
    max-width: calc(100vw - 160px);
    margin: 0 auto 120px;
  }
}