@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .rooms-type {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .rooms-type .rooms-intro {
    padding: 80px 0;
    background-image: url(../img/common/relief01.svg);
    background-repeat: no-repeat;
    background-size: 260px auto;
    background-position: center top;
  }
  .rooms-type .rooms-intro p {
    text-align: center;
  }
  .rooms-type .rooms-intro p:last-child {
    margin-bottom: 0;
  }
  .rooms-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(15px, 3.6vw, 30px);
    width: 750px;
    max-width: 100%;
    margin: 0 auto 100px;
  }
  .rooms-list .room {
    border: 1px solid #AC9985;
  }
  .rooms-list .room .memo {
    margin: 0;
    padding: 0 clamp(15px, 1.5vw, 30px);
    font-size: clamp(12px, 3.7vw, 14px);
    font-weight: 400;
    color: #666666;
    background-color: #F2F2EA;
    line-height: 1.75em;
  }
  .rooms-list .room figure {
    width: 100%;
    height: 100%;
    padding: clamp(15px, 1.5vw, 30px);
    background-color: #F2F2EA;
  }
  .rooms-list .room figure > img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms-list .room figure figcaption h2 {
    padding: 1.5em clamp(18px, 1.15em, 22px) 1em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 1.15em, 22px);
    font-weight: 400;
    border-bottom: 1px solid #AC9985;
  }
  .rooms-list .room figure figcaption dl {
    padding: clamp(18px, 1.15em, 22px);
  }
  .rooms-list .room figure figcaption dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
    border-bottom: 1px solid #D8DBD5;
  }
  .rooms-list .room figure figcaption dl dt,
  .rooms-list .room figure figcaption dl dd {
    font-size: clamp(12px, 3.7vw, 14px);
  }
  .rooms-list .room figure figcaption dl dt {
    width: 50%;
  }
  .rooms-list .room figure figcaption dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rooms-amenity {
    margin: 0 auto 100px;
    padding: 100px 0 0;
    border-top: 1px solid #D8DBD5;
  }
  .rooms-amenity .col2 {
    margin: 0 auto 100px;
    padding: 0 6vw;
  }
  .rooms-amenity .col2 .text {
    margin-bottom: 70px;
  }
  .rooms-amenity .col2 .img img {
    width: 100%;
  }
  .rooms-amenity .col2 .check {
    margin-bottom: 50px;
    padding: 30px 1em;
    line-height: 2em;
    text-align: center;
    background-color: #E6E6DE;
    border: 1px solid #D8DBD5;
  }
  .rooms-amenity .col2 .check p {
    margin: 0;
  }
  .rooms-amenity .col2 .list-green,
  .rooms-amenity .col2 .list-brown {
    margin-left: 4vw;
  }
  .rooms-amenity .col2 .list-green {
    margin-bottom: 2em;
  }
  .rooms-amenity .icons-wrapper {
    position: relative;
    z-index: 1;
    padding: 100px 6vw;
    color: #fff;
    background-image: url(../img/rooms/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .rooms-amenity .icons-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(0, 25, 18, 0.9);
  }
  .rooms-amenity .icons-wrapper > p {
    text-align: center;
  }
  .rooms-amenity .icons-wrapper .icons {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1px;
    width: calc(750px - 12vw);
    max-width: 100%;
    margin: 70px auto 0;
  }
  .rooms-amenity .icons-wrapper .icons li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-template-rows: repeat(auto-fit, 1fr);
    gap: 20px;
    padding: 30px 5px 20px;
    text-align: center;
    outline: 1px solid #1A332C;
  }
  .rooms-amenity .icons-wrapper .icons li.blank {
    background-color: rgba(0, 25, 18, 0.6);
  }
  .rooms-amenity .icons-wrapper .icons li:hover img,
  .rooms-amenity .icons-wrapper .icons li:hover span {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .rooms-amenity .icons-wrapper .icons li img,
  .rooms-amenity .icons-wrapper .icons li span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rooms-amenity .icons-wrapper .icons li img {
    margin: auto auto 0;
  }
  .rooms-amenity .icons-wrapper .icons li span {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: clamp(12px, 3.7vw, 14px);
    text-align: center;
  }
  .rooms-other {
    margin: 0 auto;
    padding: 0 6vw;
  }
  .rooms-other .section-title {
    margin-bottom: 40px;
  }
  .rooms-other .list-green {
    margin-bottom: 2em;
  }
  .rooms-other .list-green li {
    margin-bottom: 1.5em;
  }
  .rooms-other .memo {
    font-size: clamp(12px, 3.7vw, 14px);
  }
  .facilities-items {
    padding-bottom: 100px;
    border-bottom: 1px solid #D8DBD5;
  }
  .facilities-items .inner {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .facilities-items .facilities-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 45px 20px;
  }
  .facilities-items .facilities-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 19px);
            flex: 0 0 calc(25% - 19px);
  }
  .facilities-items .facilities-list figure {
    display: block;
  }
  .facilities-items .facilities-list figure > img {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .facilities-items .facilities-list figcaption {
    padding: 20px 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(12px, 3.7vw, 14px);
    text-align: center;
    background-image: url(../img/common/relief04.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .facilities-service {
    margin-top: 100px;
  }
  .facilities-service .service-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 45px 20px;
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .facilities-service .service-list .item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-template-rows: repeat(auto-fit, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    height: auto;
    border-bottom: 1px solid #D8DBD5;
  }
  .facilities-service .service-list .item:not(dialog):hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .facilities-service .service-list .item:not(dialog):hover > .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .facilities-service .service-list .item .img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .facilities-service .service-list .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .facilities-service .service-list .item > h3 {
    padding: 20px 24px 20px 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(12px, 3.7vw, 14px);
    font-weight: 400;
    background-image: url(../img/common/ico-arrow-b.svg);
    background-repeat: no-repeat;
    background-position: right bottom 25px;
  }
  .facilities-service dialog {
    border: none;
    width: 750px;
    max-width: 88vw;
    max-height: calc(100% - 150px);
    padding: 0;
    background-color: #D9DAD9;
    -webkit-animation: fadeIn 0.3s ease-out forwards;
            animation: fadeIn 0.3s ease-out forwards;
    cursor: default;
  }
  .facilities-service dialog::-ms-backdrop {
    background-color: rgba(0, 25, 18, 0.95);
  }
  .facilities-service dialog::backdrop {
    background-color: rgba(0, 25, 18, 0.95);
  }
  .facilities-service .dialog-wrapper {
    position: relative;
    width: 100%;
    max-height: calc(100% - 150px);
    padding: 100px 6vw 50px;
    overflow-y: auto;
  }
  .facilities-service .dialog-wrapper .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }
  .facilities-service .dialog-wrapper .close::before, .facilities-service .dialog-wrapper .close::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #01100C;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .facilities-service .dialog-wrapper .close::before {
    -webkit-transform: translate(-2px, 19px) rotate(45deg);
            transform: translate(-2px, 19px) rotate(45deg);
  }
  .facilities-service .dialog-wrapper .close::after {
    -webkit-transform: translate(-2px, 19px) rotate(-45deg);
            transform: translate(-2px, 19px) rotate(-45deg);
  }
  .facilities-service .dialog-wrapper h3 {
    margin: 0 auto 50px;
    padding: 50px 0 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    background-image: url(../img/common/relief01.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 200px auto;
  }
  .facilities-service .dialog-wrapper h4 {
    margin-bottom: 1em;
  }
  .facilities-service .dialog-wrapper .col2 .img {
    width: 350px;
    max-width: 100%;
    aspect-ratio: 4/3;
    margin-bottom: 30px;
  }
  .facilities-service .dialog-wrapper .col2 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facilities-service .dialog-wrapper .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  .facilities-service .dialog-wrapper aside {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #666666;
  }
  .facilities-service .dialog-wrapper aside ul {
    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;
    gap: 20px;
  }
  .facilities-service .dialog-wrapper aside ul li.link-more-btn {
    margin: 0;
  }
  .restaurant-section {
    padding: 100px 6vw 0;
  }
  .restaurant-section:first-of-type {
    padding-top: 0;
    padding-bottom: 100px;
    border-bottom: 1px solid #D8DBD5;
  }
  .restaurant-section .restaurant-title {
    margin-bottom: 60px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 5.87vw, 22px);
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .restaurant-section .restaurant-title span,
  .restaurant-section .restaurant-title strong {
    display: block;
    font-weight: inherit;
  }
  .restaurant-section .restaurant-title span {
    padding-bottom: 10px;
  }
  .restaurant-section .restaurant-title strong {
    padding-top: 30px;
    background-image: url(../img/common/relief02.svg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .restaurant-section .col2 {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  .restaurant-section .col2 .img {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  .restaurant-section .col2 .main-img {
    margin-bottom: 10px;
  }
  .restaurant-section .col2 .main-img img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant-section .col2 .thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 5px;
  }
  .restaurant-section .col2 .text {
    margin: 40px auto 0;
  }
  .restaurant-section .col2 .info {
    margin-bottom: 50px;
  }
  .restaurant-section .col2 .info .logo {
    width: 90px;
    margin: 0 auto 20px;
  }
  .restaurant-section .col2 .info .open {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .restaurant-section .col2 .info .open .tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 20px 20px 20px 60px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 22px;
    background-image: url(../img/common/ico-tel.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left 10px center;
    border-bottom: 1px solid #D8DBD5;
  }
  .restaurant-section .col2 .info .open dl {
    margin-bottom: 50px;
  }
  .restaurant-section .col2 .info .open dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: nowrap;
    margin-bottom: 0.5em;
  }
  .restaurant-section .col2 .info .open dl dt {
    width: clamp(100px, 8.5vw, 120px);
    padding-bottom: 0.5em;
  }
  .restaurant-section .col2 .info .open dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .restaurant-section .col2 .info .memo {
    margin-bottom: 0;
    font-size: clamp(12px, 3.7vw, 14px);
  }
  .restaurant-section .col2 .desc {
    line-height: 2em;
  }
  .restaurant-section .col2 .desc p:last-of-type {
    margin-bottom: 0;
  }
  .restaurant-section .col2 .link-more-btn {
    margin-top: 50px;
  }
  .restaurant-section .col2 .link-more-btn a {
    margin: 0;
  }
  .sightseeing-intro .col2 {
    width: 750px;
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 6vw;
  }
  .sightseeing-intro .col2 .img {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .sightseeing-intro .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  .sightseeing-intro .col2 .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .sightseeing-intro .col2 .btn-area .link-more {
    margin: 0;
  }
  .sightseeing-intro .neighborhood {
    padding: 50px 0;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  .sightseeing-intro .neighborhood .sightseeing a {
    color: #fff;
  }
  .sightseeing-taxonomy,
  .sightseeing-spot {
    padding: 100px 0 0;
  }
  .sightseeing-taxonomy #sightseeingTab,
  .sightseeing-spot #sightseeingTab {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    gap: 0;
    margin: 0 auto 50px;
    padding: 0 4vw;
  }
  .sightseeing-taxonomy #sightseeingTab li,
  .sightseeing-spot #sightseeingTab li {
    position: relative;
    z-index: 1;
    padding: 30px 10px 40px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(12px, 3.7vw, 14px);
    text-align: center;
    border-top: 1px solid #D8DBD5;
    border-bottom: 1px solid #D8DBD5;
    cursor: pointer;
  }
  .sightseeing-taxonomy #sightseeingTab li::after,
  .sightseeing-spot #sightseeingTab li::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: calc(50% - 5.5px);
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../img/common/ico-anchor.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .sightseeing-taxonomy #sightseeingTab li:hover, .sightseeing-taxonomy #sightseeingTab li.active,
  .sightseeing-spot #sightseeingTab li:hover,
  .sightseeing-spot #sightseeingTab li.active {
    background: #F2F2EA;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(242, 242, 234)), to(rgb(221, 216, 206)));
    background: linear-gradient(0deg, rgb(242, 242, 234) 0%, rgb(221, 216, 206) 100%);
  }
  .sightseeing-spot .area-sightseeing {
    display: none;
    opacity: 0;
  }
  .sightseeing-spot .area-sightseeing.active {
    display: block;
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
  .sightseeing-taxonomy {
    padding: 0;
  }
  .sightseeingNavi {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 0 auto 50px;
    padding: 0 4vw;
  }
  .sightseeingNavi li {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(12px, 3.7vw, 14px);
    border: 1px solid #1A332C;
  }
  .sightseeingNavi li a {
    position: relative;
    display: block;
    padding: 20px 1em;
  }
  .sightseeingNavi li a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5.5px);
    right: 20px;
    display: block;
    width: 16px;
    height: 11px;
    background-image: url(../img/common/ico-arrow-b.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .sightseeingNavi li a:hover, .sightseeingNavi li a.active {
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  .sightseeingNavi li a:hover::after {
    background-image: url(../img/common/ico-arrow-w.svg);
  }
  .sightseeingNavi li a.active::after {
    width: 11px;
    height: 11px;
    background-image: url(../img/common/ico-anchor-w.svg);
  }
  .spot-intro {
    position: relative;
    z-index: 1;
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .spot-intro .img {
    margin-bottom: 50px;
  }
  .spot-intro .img img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .spot-intro .text p {
    line-height: 2.25em;
  }
  .spot-intro .spot-title {
    margin-bottom: 60px;
    padding: 30px 0 40px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 5.87vw, 22px);
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
    background-image: url(../img/common/relief01.svg);
    background-repeat: no-repeat;
    background-size: 180px auto;
    background-position: center bottom;
  }
  .spot-access,
  .location-access {
    padding: 100px 4vw;
  }
  .spot-access #spotAccessTab,
  .location-access #spotAccessTab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(12px, 3.7vw, 14px);
  }
  .spot-access #spotAccessTab li,
  .location-access #spotAccessTab li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
    cursor: pointer;
  }
  .spot-access #spotAccessTab li:not(:last-child),
  .location-access #spotAccessTab li:not(:last-child) {
    border-right: 1px solid #D8DBD5;
  }
  .spot-access #spotAccessTab li:hover,
  .location-access #spotAccessTab li:hover {
    opacity: 0.8;
  }
  .spot-access #spotAccessTab li.active,
  .location-access #spotAccessTab li.active {
    color: #01100C;
    background: #F8F8F4;
  }
  .spot-access #spotAccessTab li {
    padding: 25px 10vw;
  }
  .location-access #spotAccessTab li {
    padding: 25px 10px;
  }
  .spot-route,
  .location-route {
    display: none;
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 4vw 50px;
    background-color: #F8F8F4;
  }
  .spot-route.active,
  .location-route.active {
    display: block;
    -webkit-animation: fadeIn 0.7s ease-out forwards;
            animation: fadeIn 0.7s ease-out forwards;
  }
  .spot-route .route-title,
  .location-route .route-title {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 5.87vw, 22px);
    font-weight: 400;
    margin-bottom: 40px;
    padding: 20px 20px 20px 50px;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #D8DBD5;
  }
  .spot-route .route-title.walk,
  .location-route .route-title.walk {
    background-image: url(../img/common/ico-access-walk.svg);
    background-size: 26px auto;
  }
  .spot-route .route-title.train,
  .location-route .route-title.train {
    background-image: url(../img/common/ico-access-train.svg);
    background-size: 27px auto;
  }
  .spot-route .route-title.bus,
  .location-route .route-title.bus {
    background-image: url(../img/common/ico-access-bus.svg);
    background-size: 27px auto;
  }
  .spot-route .route-title.car,
  .location-route .route-title.car {
    background-image: url(../img/common/ico-access-car.svg);
    background-size: 30px auto;
  }
  .spot-route .top,
  .location-route .top {
    margin-bottom: 70px;
  }
  .spot-route .top .time,
  .spot-route .top .price,
  .location-route .top .time,
  .location-route .top .price {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .spot-route .top .time,
  .location-route .top .time {
    background-image: url(../img/common/ico-access-clock.svg);
    background-size: auto 23px;
  }
  .spot-route .top .price,
  .location-route .top .price {
    background-image: url(../img/common/ico-access-yen.svg);
    background-size: auto 20px;
  }
  .spot-route .route,
  .location-route .route {
    border-top: 1px dashed #AC9985;
  }
  .spot-route .route > div,
  .location-route .route > div {
    position: relative;
    padding: 20px;
    border-bottom: 1px dashed #AC9985;
  }
  .spot-route .route > div:last-child,
  .location-route .route > div:last-child {
    border-bottom: none;
  }
  .spot-route .route dt,
  .location-route .route dt {
    padding-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(16px, 4.8vw, 18px);
    font-weight: 500;
  }
  .spot-route .route dd,
  .location-route .route dd {
    position: relative;
    padding: 10px 20px 10px 110px;
    background-repeat: no-repeat;
    background-position: left 70px center;
  }
  .spot-route .route dd::before,
  .location-route .route dd::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 13px;
    background-color: #8B9B95;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .spot-route .route dd.walk,
  .location-route .route dd.walk {
    background-image: url(../img/common/ico-access-walk.svg);
    background-size: 16px auto;
  }
  .spot-route .route dd.train,
  .location-route .route dd.train {
    background-image: url(../img/common/ico-access-train.svg);
    background-size: 17px auto;
  }
  .spot-route .route dd.bus,
  .location-route .route dd.bus {
    background-image: url(../img/common/ico-access-bus.svg);
    background-size: 17px auto;
  }
  .spot-route .route dd.car,
  .location-route .route dd.car {
    background-image: url(../img/common/ico-access-car.svg);
    background-size: 20px auto;
  }
  .spot-route .route > div:first-child::after, .spot-route .route > div:last-child::after {
    position: absolute;
    right: 20px;
    padding: 0;
    font-family: "Mrs Saint Delafield", cursive;
    font-style: normal;
    color: #E7E8DF;
    font-size: 60px;
    font-weight: 400;
    text-align: right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .spot-route .route > div:first-child::after {
    top: 0px;
    content: "Start";
  }
  .spot-route .route > div:last-child::after {
    top: 10px;
    content: "Goal !";
  }
  .location-route .top .time {
    max-width: 100%;
  }
  .location-route.active:has(> .route-half) {
    gap: 30px clamp(50px, 6vw, 100px);
  }
  .location-route .route-half:first-of-type {
    margin-bottom: 80px;
  }
  .location-route .route-half .route-title {
    font-size: clamp(18px, 1.42vw, 20px);
  }
  .sightseeing-related {
    padding: 100px 0 100px;
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  .sightseeing-related .sightseeing a {
    color: #fff;
  }
  .faq-intro {
    border-bottom: 1px solid #D8DBD5;
  }
  .faq-intro .faq-navi {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 0 auto 50px;
    padding: 0 4vw;
  }
  .faq-intro .faq-navi li {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    border: 1px solid #1A332C;
  }
  .faq-intro .faq-navi li a {
    position: relative;
    display: block;
    padding: 16px 1em;
  }
  .faq-intro .faq-navi li a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5.5px);
    right: 10px;
    display: block;
    width: 12px;
    height: 8px;
    background-image: url(../img/common/ico-anchor.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .faq-intro .faq-navi li a:hover {
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  .faq-intro .faq-navi li a:hover::after {
    background-image: url(../img/common/ico-anchor-w.svg);
  }
  .faq-section {
    width: 750px;
    max-width: 100%;
    margin: 80px auto;
    padding: 0 4vw;
  }
  .faq-section .faq-title {
    margin-bottom: 40px;
    padding: 20px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(16px, 4.8vw, 18px);
    font-weight: 400;
    border-bottom: 1px solid #395D54;
  }
  .faq-section .faq {
    position: relative;
    width: 750px;
    max-width: 100%;
    padding: 0 4vw;
  }
  .faq-section .faq.active::after {
    display: none;
  }
  .faq-section .faq::before, .faq-section .faq::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 4vw;
    display: inline-block;
    width: 11px;
    height: 1px;
    background-color: #01100C;
  }
  .faq-section .faq::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .faq-section .faq .question {
    position: relative;
    padding: 20px 30px 20px 30px;
    font-size: clamp(14px, 4.27vw, 16px);
    font-weight: 500;
    line-height: 2em;
    border-bottom: 1px solid #D8DBD5;
    cursor: pointer;
  }
  .faq-section .faq .question::before {
    content: "Q.";
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
  }
  .faq-section .faq .question:hover {
    opacity: 0.8;
  }
  .faq-section .faq .answer {
    display: none;
    padding: 30px 20px;
    font-size: clamp(14px, 4.27vw, 16px);
    line-height: 2.25em;
  }
  .access-map {
    padding: 0 6vw 150px;
    border-bottom: 1px solid #D8DBD5;
  }
  .access-map .address {
    text-align: center;
  }
  .access-map .tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 20px 0 20px 40px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 22px;
    background-image: url(../img/common/ico-tel.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
  }
  .access-map .gmap {
    position: relative;
    width: 750px;
    max-width: 100%;
    height: 550px;
    margin: 60px auto 30px;
    overflow: hidden;
  }
  .access-map .gmap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .access-map .link-more {
    margin: 50px auto 0;
  }
  .news-wrapper {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 0 6vw;
  }
  .news-wrapper .archive-news > div {
    padding: 25px 3vw;
    border-bottom: 1px solid #D8DBD5;
  }
  .news-wrapper .archive-news .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .news-wrapper .archive-news .date time {
    margin-right: 1em;
    font-size: clamp(14px, 3.7vw, 16px);
  }
  .news-wrapper .archive-news .date strong {
    display: inline-block;
    min-width: 7em;
    padding: 0.25em 0.5em;
    font-size: clamp(11px, 2.9vw, 13px);
    font-weight: 400;
    color: #fff;
    text-align: center;
  }
  .news-wrapper .archive-news dd a {
    display: block;
    font-size: clamp(15px, 4vw, 16px);
    line-height: 1.75em;
  }
  .single-article .inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 0 6vw;
  }
  .single-article .single-title {
    margin-bottom: 15px;
    padding: 0 0 15px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 4.8vw, 22px);
    font-weight: 600;
    border-bottom: 1px solid #395D54;
  }
  .single-article .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    padding: 0;
  }
  .single-article .date time {
    font-size: clamp(12px, 3.2vw, 14px);
    margin-right: 40px;
  }
  .single-article .date strong {
    display: inline-block;
    min-width: 7em;
    padding: 0.25em 0.5em;
    font-size: clamp(11px, 2.9vw, 13px);
    font-weight: 400;
    text-align: center;
    color: #fff;
  }
  .single-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 1400px;
    max-width: 100%;
    margin: 70px auto;
    padding: 0 6vw;
  }
  .single-footer a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
    padding: 1em;
    font-size: clamp(13px, 3.46vw, 15px);
    color: #224E43;
  }
  /* ////////////////// ページネーション(wp-pagenaviプラグイン用) ////////////////// */
  .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 75px auto 100px;
  }
  .wp-pagenavi a.page,
  .wp-pagenavi span {
    text-decoration: none;
    display: inline-block;
    min-width: 2.5em;
    padding: 0.2em;
    margin: 0 5px;
    color: #1A332C;
    font-size: 16px;
    line-height: calc(40px - 0.4em);
    border: 1px solid #224E43;
  }
  .wp-pagenavi .current {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #1A332C;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .rooms-type {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .rooms-type .rooms-intro {
    padding: 80px 0;
    background-image: url(../img/common/relief01.svg);
    background-repeat: no-repeat;
    background-size: 260px auto;
    background-position: center top;
  }
  .rooms-type .rooms-intro p {
    text-align: center;
  }
  .rooms-type .rooms-intro p:last-child {
    margin-bottom: 0;
  }
  .rooms-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - clamp(15px, 2.15vw, 40px)), 1fr));
    gap: clamp(15px, 2.15vw, 40px);
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 150px;
  }
  .rooms-list .room {
    border: 1px solid #AC9985;
  }
  .rooms-list .room .memo {
    margin: 0;
    padding: 0 clamp(15px, 1.5vw, 30px);
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    background-color: #F2F2EA;
    line-height: 1.75em;
  }
  .rooms-list .room figure {
    width: 100%;
    height: 100%;
    padding: clamp(15px, 1.5vw, 30px);
    background-color: #F2F2EA;
  }
  .rooms-list .room figure > img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms-list .room figure figcaption h2 {
    padding: 1.5em clamp(18px, 1.15em, 22px) 1em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 1.15em, 22px);
    font-weight: 400;
    border-bottom: 1px solid #AC9985;
  }
  .rooms-list .room figure figcaption dl {
    padding: clamp(18px, 1.15em, 22px);
  }
  .rooms-list .room figure figcaption dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
    border-bottom: 1px solid #D8DBD5;
  }
  .rooms-list .room figure figcaption dl dt,
  .rooms-list .room figure figcaption dl dd {
    font-size: 14px;
  }
  .rooms-list .room figure figcaption dl dt {
    width: 50%;
  }
  .rooms-list .room figure figcaption dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rooms-amenity {
    margin: 0 auto 150px;
    padding: 100px 0 0;
    border-top: 1px solid #D8DBD5;
  }
  .rooms-amenity .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 150px;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .rooms-amenity .col2 .text {
    width: 50%;
    margin-right: 100px;
  }
  .rooms-amenity .col2 .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rooms-amenity .col2 .img img {
    width: 100%;
  }
  .rooms-amenity .col2 .check {
    margin-bottom: 60px;
    padding: 50px 1em;
    text-align: center;
    background-color: #E6E6DE;
    border: 1px solid #D8DBD5;
  }
  .rooms-amenity .col2 .check p {
    margin: 0;
  }
  .rooms-amenity .col2 .list-green,
  .rooms-amenity .col2 .list-brown {
    margin-left: 2em;
  }
  .rooms-amenity .col2 .list-green {
    margin-bottom: 2em;
  }
  .rooms-amenity .icons-wrapper {
    position: relative;
    z-index: 1;
    padding: 160px clamp(50px, 5.8vw, 100px) 130px;
    color: #fff;
    background-image: url(../img/rooms/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .rooms-amenity .icons-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(0, 25, 18, 0.9);
  }
  .rooms-amenity .icons-wrapper > p {
    text-align: center;
  }
  .rooms-amenity .icons-wrapper .icons {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
    width: calc(1400px - clamp(50px, 5.8vw, 100px) * 2);
    max-width: 100%;
    margin: 70px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .rooms-amenity .icons-wrapper .icons li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-template-rows: repeat(auto-fit, 1fr);
    gap: 20px;
    padding: 30px 5px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .rooms-amenity .icons-wrapper .icons li.blank {
    background-color: rgba(0, 25, 18, 0.6);
  }
  .rooms-amenity .icons-wrapper .icons li img {
    margin: auto auto 0;
  }
  .rooms-amenity .icons-wrapper .icons li span {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 14px;
    text-align: center;
  }
  .rooms-other {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .rooms-other .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
  }
  .rooms-other .list-green {
    margin-bottom: 2em;
  }
  .rooms-other .memo {
    font-size: 16px;
  }
  .facilities-items {
    padding-bottom: 150px;
    border-bottom: 1px solid #D8DBD5;
  }
  .facilities-items .inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .facilities-items .facilities-list {
    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;
    justify-items: center;
    gap: 45px 25px;
  }
  .facilities-items .facilities-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 19px);
            flex: 0 0 calc(25% - 19px);
  }
  .facilities-items .facilities-list figure {
    display: block;
  }
  .facilities-items .facilities-list figure > img {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .facilities-items .facilities-list figcaption {
    padding: 30px 0 20px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    background-image: url(../img/common/relief04.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .facilities-service {
    margin-top: 150px;
  }
  .facilities-service .service-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 25px), 1fr));
    gap: 45px 25px;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .facilities-service .service-list .item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-template-rows: repeat(auto-fit, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    height: auto;
    border-bottom: 1px solid #D8DBD5;
  }
  .facilities-service .service-list .item:not(dialog):hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .facilities-service .service-list .item:not(dialog):hover > .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .facilities-service .service-list .item .img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .facilities-service .service-list .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .facilities-service .service-list .item > h3 {
    padding: 30px 30px 20px 1em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    background-image: url(../img/common/ico-arrow-b.svg);
    background-repeat: no-repeat;
    background-position: right bottom 25px;
  }
  .facilities-service dialog {
    border: none;
    width: 1200px;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 150px);
    padding: 0;
    background-color: #D9DAD9;
    -webkit-animation: fadeIn 0.3s ease-out forwards;
            animation: fadeIn 0.3s ease-out forwards;
    cursor: default;
  }
  .facilities-service dialog::-ms-backdrop {
    background-color: rgba(0, 25, 18, 0.95);
  }
  .facilities-service dialog::backdrop {
    background-color: rgba(0, 25, 18, 0.95);
  }
  .facilities-service .dialog-wrapper {
    position: relative;
    width: 100%;
    max-height: calc(100% - 150px);
    padding: 100px 95px;
    overflow-y: auto;
  }
  .facilities-service .dialog-wrapper .close {
    position: absolute;
    top: 45px;
    right: 40px;
    width: 43px;
    height: 43px;
    cursor: pointer;
  }
  .facilities-service .dialog-wrapper .close::before, .facilities-service .dialog-wrapper .close::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #01100C;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .facilities-service .dialog-wrapper .close::before {
    -webkit-transform: translate(-10px, 25px) rotate(45deg);
            transform: translate(-10px, 25px) rotate(45deg);
  }
  .facilities-service .dialog-wrapper .close::after {
    -webkit-transform: translate(-10px, 25px) rotate(-45deg);
            transform: translate(-10px, 25px) rotate(-45deg);
  }
  .facilities-service .dialog-wrapper h3 {
    margin: 0 auto 80px;
    padding: 60px 0 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    background-image: url(../img/common/relief01.svg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .facilities-service .dialog-wrapper .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .facilities-service .dialog-wrapper .col2 .img {
    width: 350px;
    aspect-ratio: 4/3;
    margin-right: 70px;
  }
  .facilities-service .dialog-wrapper .col2 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facilities-service .dialog-wrapper .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  .facilities-service .dialog-wrapper aside {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #666666;
  }
  .facilities-service .dialog-wrapper aside ul {
    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;
    gap: 20px;
  }
  .facilities-service .dialog-wrapper aside ul li.link-more-btn {
    margin: 0;
  }
  .restaurant-section {
    padding: 100px clamp(50px, 5.8vw, 100px) 0;
  }
  .restaurant-section:first-of-type {
    padding-top: 0;
    padding-bottom: 100px;
    border-bottom: 1px solid #D8DBD5;
  }
  .restaurant-section .restaurant-title {
    margin-bottom: 85px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .restaurant-section .restaurant-title span,
  .restaurant-section .restaurant-title strong {
    display: block;
    font-weight: inherit;
  }
  .restaurant-section .restaurant-title span {
    padding-bottom: 10px;
  }
  .restaurant-section .restaurant-title strong {
    padding-top: 30px;
    background-image: url(../img/common/relief02.svg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .restaurant-section .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .restaurant-section .col2 .img {
    width: 50%;
    margin-right: clamp(40px, 4vw, 80px);
  }
  .restaurant-section .col2 .main-img {
    margin-bottom: 10px;
  }
  .restaurant-section .col2 .main-img img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant-section .col2 .thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(16.5% - 5px), 1fr));
    gap: 5px;
  }
  .restaurant-section .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .restaurant-section .col2 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
  .restaurant-section .col2 .info .logo {
    width: 110px;
    margin-right: clamp(40px, 3.6vw, 70px);
  }
  .restaurant-section .col2 .info .open {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .restaurant-section .col2 .info .open .tel {
    margin-bottom: 30px;
    padding: 20px 0 20px 40px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 22px;
    background-image: url(../img/common/ico-tel.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
    border-bottom: 1px solid #D8DBD5;
  }
  .restaurant-section .col2 .info .open dl {
    margin-bottom: 2em;
  }
  .restaurant-section .col2 .info .open dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: nowrap;
    margin-bottom: 0.5em;
  }
  .restaurant-section .col2 .info .open dl dt {
    width: clamp(100px, 8.5vw, 120px);
    padding-bottom: 0.5em;
  }
  .restaurant-section .col2 .info .open dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .restaurant-section .col2 .info .memo {
    margin-bottom: 0;
    font-size: 14px;
  }
  .restaurant-section .col2 .desc {
    line-height: 2em;
  }
  .restaurant-section .col2 .desc p:last-of-type {
    margin-bottom: 0;
  }
  .restaurant-section .col2 .link-more-btn {
    margin-top: 50px;
  }
  .restaurant-section .col2 .link-more-btn a {
    margin: 0;
  }
  .sightseeing-intro .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .sightseeing-intro .col2 .img {
    width: 480px;
    margin-right: 70px;
  }
  .sightseeing-intro .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  .sightseeing-intro .col2 .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sightseeing-intro .col2 .btn-area .link-more {
    margin-right: clamp(30px, 3.5vw, 50px);
  }
  .sightseeing-intro .neighborhood {
    padding: 150px clamp(50px, 5.8vw, 100px) 100px;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  .sightseeing-intro .neighborhood .sightseeing a {
    color: #fff;
  }
  .sightseeing-taxonomy,
  .sightseeing-spot {
    padding: 150px clamp(50px, 5.8vw, 100px);
  }
  .sightseeing-taxonomy #sightseeingTab,
  .sightseeing-spot #sightseeingTab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1px;
    margin: 0 auto 70px;
  }
  .sightseeing-taxonomy #sightseeingTab li,
  .sightseeing-spot #sightseeingTab li {
    position: relative;
    z-index: 1;
    width: 150px;
    padding: 40px 10px 55px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #D8DBD5;
    border-bottom: 1px solid #D8DBD5;
    cursor: pointer;
  }
  .sightseeing-taxonomy #sightseeingTab li::after,
  .sightseeing-spot #sightseeingTab li::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: calc(50% - 5.5px);
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../img/common/ico-anchor.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .sightseeing-taxonomy #sightseeingTab li:hover, .sightseeing-taxonomy #sightseeingTab li.active,
  .sightseeing-spot #sightseeingTab li:hover,
  .sightseeing-spot #sightseeingTab li.active {
    background: #F2F2EA;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(242, 242, 234)), to(rgb(221, 216, 206)));
    background: linear-gradient(0deg, rgb(242, 242, 234) 0%, rgb(221, 216, 206) 100%);
  }
  .sightseeing-spot .area-sightseeing {
    display: none;
    opacity: 0;
  }
  .sightseeing-spot .area-sightseeing.active {
    display: block;
    -webkit-animation: fadeIn 0.5s ease-out forwards;
            animation: fadeIn 0.5s ease-out forwards;
  }
  .sightseeing-taxonomy {
    padding: 0 clamp(50px, 5.8vw, 100px) 150px;
  }
  .sightseeingNavi {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 0 auto 70px;
  }
  .sightseeingNavi li {
    min-width: 180px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    border: 1px solid #1A332C;
  }
  .sightseeingNavi li a {
    position: relative;
    display: block;
    padding: 20px 30px;
  }
  .sightseeingNavi li a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5.5px);
    right: 20px;
    display: block;
    width: 16px;
    height: 11px;
    background-image: url(../img/common/ico-arrow-b.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .sightseeingNavi li a:hover, .sightseeingNavi li a.active {
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  .sightseeingNavi li a:hover::after {
    background-image: url(../img/common/ico-arrow-w.svg);
  }
  .sightseeingNavi li a.active::after {
    width: 11px;
    height: 11px;
    background-image: url(../img/common/ico-anchor-w.svg);
  }
  .spot-intro {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
  }
  .spot-intro::before {
    content: "";
    position: absolute;
    inset: 0 0 0 45%;
    z-index: 3;
    width: 20%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 234, 0)), color-stop(50%, rgb(242, 242, 234)));
    background: linear-gradient(90deg, rgba(242, 242, 234, 0) 0%, rgb(242, 242, 234) 50%);
  }
  .spot-intro::after {
    content: "";
    position: absolute;
    inset: 0 0 0 45%;
    z-index: 4;
    background: linear-gradient(135deg, rgba(242, 242, 234, 0.3) 0%, rgb(242, 242, 234) 50%);
  }
  .spot-intro .img {
    position: relative;
    z-index: 2;
    width: 55%;
  }
  .spot-intro .img img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .spot-intro .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 5;
    max-width: 600px;
    padding-right: clamp(50px, 5.8vw, 100px);
  }
  .spot-intro .text p {
    line-height: 2.25em;
  }
  .spot-intro .spot-title {
    margin-bottom: 85px;
    padding: 30px 0 40px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
    background-image: url(../img/common/relief01.svg);
    background-repeat: no-repeat;
    background-size: 180px auto;
    background-position: center bottom;
  }
  .spot-access,
  .location-access {
    padding: 150px clamp(50px, 5.8vw, 100px);
  }
  .spot-access #spotAccessTab,
  .location-access #spotAccessTab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .spot-access #spotAccessTab li,
  .location-access #spotAccessTab li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    padding: 25px 50px;
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
    cursor: pointer;
  }
  .spot-access #spotAccessTab li:not(:last-child),
  .location-access #spotAccessTab li:not(:last-child) {
    border-right: 1px solid #D8DBD5;
  }
  .spot-access #spotAccessTab li:hover,
  .location-access #spotAccessTab li:hover {
    opacity: 0.8;
  }
  .spot-access #spotAccessTab li.active,
  .location-access #spotAccessTab li.active {
    color: #01100C;
    background: #F8F8F4;
  }
  .spot-route,
  .location-route {
    display: none;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 70px 100px;
    background-color: #F8F8F4;
  }
  .spot-route.active,
  .location-route.active {
    display: block;
    -webkit-animation: fadeIn 0.7s ease-out forwards;
            animation: fadeIn 0.7s ease-out forwards;
  }
  .spot-route .route-title,
  .location-route .route-title {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px;
    padding: 20px 20px 20px 50px;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #D8DBD5;
  }
  .spot-route .route-title.walk,
  .location-route .route-title.walk {
    background-image: url(../img/common/ico-access-walk.svg);
    background-size: 26px auto;
  }
  .spot-route .route-title.train,
  .location-route .route-title.train {
    background-image: url(../img/common/ico-access-train.svg);
    background-size: 27px auto;
  }
  .spot-route .route-title.bus,
  .location-route .route-title.bus {
    background-image: url(../img/common/ico-access-bus.svg);
    background-size: 27px auto;
  }
  .spot-route .route-title.car,
  .location-route .route-title.car {
    background-image: url(../img/common/ico-access-car.svg);
    background-size: 30px auto;
  }
  .spot-route .top,
  .location-route .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
  }
  .spot-route .top .time,
  .spot-route .top .price,
  .location-route .top .time,
  .location-route .top .price {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .spot-route .top .time,
  .location-route .top .time {
    max-width: 60%;
    padding-right: 50px;
    background-image: url(../img/common/ico-access-clock.svg);
    background-size: auto 23px;
  }
  .spot-route .top .price,
  .location-route .top .price {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-image: url(../img/common/ico-access-yen.svg);
    background-size: auto 20px;
  }
  .spot-route .route,
  .location-route .route {
    border-top: 1px dashed #AC9985;
  }
  .spot-route .route > div,
  .location-route .route > div {
    position: relative;
    padding: 20px;
    border-bottom: 1px dashed #AC9985;
  }
  .spot-route .route > div:last-child,
  .location-route .route > div:last-child {
    border-bottom: none;
  }
  .spot-route .route dt,
  .location-route .route dt {
    padding-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
  }
  .spot-route .route dd,
  .location-route .route dd {
    position: relative;
    padding: 10px 20px 10px 110px;
    background-repeat: no-repeat;
    background-position: left 70px center;
  }
  .spot-route .route dd::before,
  .location-route .route dd::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 13px;
    background-color: #8B9B95;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .spot-route .route dd.walk,
  .location-route .route dd.walk {
    background-image: url(../img/common/ico-access-walk.svg);
    background-size: 16px auto;
  }
  .spot-route .route dd.train,
  .location-route .route dd.train {
    background-image: url(../img/common/ico-access-train.svg);
    background-size: 17px auto;
  }
  .spot-route .route dd.bus,
  .location-route .route dd.bus {
    background-image: url(../img/common/ico-access-bus.svg);
    background-size: 17px auto;
  }
  .spot-route .route dd.car,
  .location-route .route dd.car {
    background-image: url(../img/common/ico-access-car.svg);
    background-size: 20px auto;
  }
  .spot-route .route > div:first-child::after, .spot-route .route > div:last-child::after {
    position: absolute;
    right: 20px;
    padding: 0;
    font-family: "Mrs Saint Delafield", cursive;
    font-style: normal;
    color: #E7E8DF;
    font-size: 60px;
    font-weight: 400;
    text-align: right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .spot-route .route > div:first-child::after {
    top: 0px;
    content: "Start";
  }
  .spot-route .route > div:last-child::after {
    top: 10px;
    content: "Goal !";
  }
  .location-route .top .time {
    max-width: 100%;
  }
  .location-route.active:has(> .route-half) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px clamp(50px, 6vw, 100px);
  }
  .location-route .route-half {
    width: 50%;
  }
  .location-route .route-half .route-title {
    font-size: clamp(18px, 1.42vw, 20px);
  }
  .sightseeing-related {
    padding: 150px clamp(50px, 5.8vw, 100px) 100px;
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  .sightseeing-related .sightseeing a {
    color: #fff;
  }
  .faq-intro {
    padding: 0 clamp(50px, 5.8vw, 100px);
    border-bottom: 1px solid #D8DBD5;
  }
  .faq-intro .faq-navi {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, 210px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto 70px;
  }
  .faq-intro .faq-navi li {
    min-width: 180px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(14px, 1.14vw, 16px);
    border: 1px solid #1A332C;
  }
  .faq-intro .faq-navi li a {
    position: relative;
    display: block;
    padding: 20px 30px;
  }
  .faq-intro .faq-navi li a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5.5px);
    right: 20px;
    display: block;
    width: 16px;
    height: 11px;
    background-image: url(../img/common/ico-anchor.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .faq-intro .faq-navi li a:hover {
    color: #fff;
    background: #1A332C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 51, 44)), to(rgb(34, 78, 67)));
    background: linear-gradient(180deg, rgb(26, 51, 44) 0%, rgb(34, 78, 67) 100%);
  }
  .faq-intro .faq-navi li a:hover::after {
    background-image: url(../img/common/ico-anchor-w.svg);
  }
  .faq-section {
    width: 1400px;
    max-width: 100%;
    margin: 100px auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .faq-section .faq-title {
    margin-bottom: 40px;
    padding: 20px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #395D54;
  }
  .faq-section .faq {
    position: relative;
    width: 1400px;
    max-width: 100%;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .faq-section .faq.active::after {
    display: none;
  }
  .faq-section .faq::before, .faq-section .faq::after {
    content: "";
    position: absolute;
    top: 40px;
    right: calc(clamp(50px, 5.8vw, 100px) + 20px);
    display: inline-block;
    width: 11px;
    height: 1px;
    background-color: #01100C;
  }
  .faq-section .faq::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .faq-section .faq .question {
    position: relative;
    padding: 20px 60px 20px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2em;
    border-bottom: 1px solid #D8DBD5;
    cursor: pointer;
  }
  .faq-section .faq .question::before {
    content: "Q.";
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
  }
  .faq-section .faq .question:hover {
    opacity: 0.8;
  }
  .faq-section .faq .answer {
    display: none;
    padding: 30px 20px;
    line-height: 2.25em;
  }
  .access-map {
    padding: 0 clamp(50px, 5.8vw, 100px) 150px;
    border-bottom: 1px solid #D8DBD5;
  }
  .access-map .address {
    text-align: center;
  }
  .access-map .tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 20px 0 20px 40px;
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 22px;
    background-image: url(../img/common/ico-tel.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
  }
  .access-map .gmap {
    position: relative;
    width: 1400px;
    max-width: 100%;
    height: 550px;
    margin: 60px auto 30px;
    overflow: hidden;
  }
  .access-map .gmap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .access-map .link-more {
    margin: 50px auto 0;
  }
  .news-wrapper {
    width: 1400px;
    max-width: 100%;
    margin: 100px auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .news-wrapper .archive-news > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 30px;
    border-bottom: 1px solid #D8DBD5;
  }
  .news-wrapper .archive-news .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    margin-right: 50px;
  }
  .news-wrapper .archive-news .date strong {
    display: inline-block;
    min-width: 7em;
    padding: 0.25em 0.5em;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff;
  }
  .news-wrapper .archive-news dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news-wrapper .archive-news dd a {
    display: block;
  }
  .news-wrapper .archive-news dd a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  .single-article .inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .single-article .single-title {
    margin-bottom: 20px;
    padding: 20px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #395D54;
  }
  .single-article .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .single-article .date time {
    margin-right: 40px;
  }
  .single-article .date strong {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
  }
  .single-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 1400px;
    max-width: 100%;
    margin: 100px auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .single-footer a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
    padding: 1em;
    color: #224E43;
  }
  /* ////////////////// ページネーション(wp-pagenaviプラグイン用) ////////////////// */
  .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 75px auto 100px;
  }
  .wp-pagenavi a.page,
  .wp-pagenavi span {
    text-decoration: none;
    display: inline-block;
    min-width: 2.5em;
    padding: 0.2em;
    margin: 0 5px;
    color: #1A332C;
    font-size: 16px;
    line-height: calc(40px - 0.4em);
    border: 1px solid #224E43;
  }
  .wp-pagenavi a:hover,
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    opacity: 0.8;
    color: #fff;
    background-color: #395D54;
  }
  .wp-pagenavi .current {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #1A332C;
  }
}