/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .link-more,
  .link-more-w {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 210px;
    margin-top: 50px;
  }
  .link-more a,
  .link-more-w a {
    display: block;
    padding: 1em 30px 1em 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: right center;
  }
  .link-more a {
    background-image: url(../img/common/ico-arrow-b.svg);
    border-bottom: 1px solid #01100C;
  }
  .link-more a[target=_blank] {
    background-image: url(../img/common/ico-blank-b.svg);
    background-size: 12px auto;
  }
  .link-more-w a {
    color: #fff;
    background-image: url(../img/common/ico-arrow-w.svg);
    border-bottom: 1px solid #fff;
  }
  .link-more-w a[target=_blank] {
    background-image: url(../img/common/ico-blank-w.svg);
    background-size: 12px auto;
  }
  .link-more-btn {
    margin: 70px auto 0;
  }
  .link-more-btn a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5em 50px 1.5em 30px;
    font-size: clamp(12px, 3.7vw, 14px);
    color: #fff;
    background-color: #1A332C;
    background-image: url(../img/common/ico-arrow-w.svg);
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: right 20px center;
  }
  .link-more-btn a[target=_blank] {
    background-image: url(../img/common/ico-blank-w.svg);
    background-size: 12px auto;
  }
  .list-green,
  .list-brown {
    list-style: none;
    padding: 0 0 0 20px;
  }
  .list-green li,
  .list-brown li {
    position: relative;
    margin-bottom: 0.75em;
    line-height: 1.75em;
  }
  .list-green li::before,
  .list-brown li::before {
    content: "";
    position: absolute;
    left: -20px;
    display: inline-block;
    border-radius: 50%;
  }
  .list-green li::before {
    top: calc(0.875em - 5px);
    width: 10px;
    height: 10px;
    background-color: #629A02;
  }
  .list-brown li::before {
    top: calc(0.875em - 3px);
    width: 6px;
    height: 6px;
    background-color: #868468;
  }
  .page-header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 300px;
    margin-bottom: 70px;
    padding: 80px 6vw 0;
  }
  .page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26, 51, 44, 0.5);
  }
  .page-header > img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-header .page-title {
    position: relative;
    z-index: 10;
    display: block;
    width: 750px;
    max-width: 100%;
    color: #fff;
  }
  .page-header .page-title .title_en {
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: clamp(32px, 10.1vw, 38px);
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .page-header .page-title .title_ja {
    display: block;
    font-size: clamp(14px, 4.27vw, 16px);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .section-title {
    margin-bottom: 70px;
    padding-bottom: 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/relief02.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .archive-sightseeing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(180px, 48vw, 200px), 1fr));
    gap: 1px;
    width: 750px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .archive-sightseeing .sightseeing {
    outline: solid 1px #999;
  }
  .archive-sightseeing .sightseeing a {
    display: block;
  }
  .archive-sightseeing .sightseeing img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .archive-sightseeing .sightseeing .text {
    padding: 40px 10px;
    text-align: center;
  }
  .archive-sightseeing .sightseeing .text .name {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(16px, 4.8vw, 18px);
    font-weight: 400;
  }
  .archive-sightseeing .sightseeing .text .time {
    padding-top: 40px;
    font-size: clamp(12px, 3.7vw, 14px);
    letter-spacing: 0.05em;
    background-image: url(../img/common/relief05.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 130px auto;
  }
  .faq-related {
    margin-top: 120px;
    padding: 100px 6vw 70px;
    color: #fff;
    background-color: #395D54;
  }
  .faq-related .inner {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  .faq-related hgroup {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    line-height: 1em;
  }
  .faq-related hgroup .font-st {
    position: absolute;
    top: -0.25em;
    left: -0.5em;
    z-index: -1;
    font-size: clamp(80px, 9vw, 100px);
    font-weight: 400;
    color: #2F534A;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .faq-related hgroup .font-pt {
    margin-right: 40px;
    font-size: clamp(24px, 8vw, 30px);
    font-weight: 400;
  }
  .faq-related hgroup h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(14px, 4.27vw, 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .faq-related .faq {
    border-bottom: 1px solid #5A7870;
  }
  .faq-related .faq:first-of-type {
    border-top: 1px solid #5A7870;
  }
  .faq-related .question {
    position: relative;
    padding: 30px 50px 30px 10px;
    font-size: clamp(14px, 4.27vw, 16px);
    font-weight: 400;
    cursor: pointer;
  }
  .faq-related .question.active::after {
    display: none;
  }
  .faq-related .question::before, .faq-related .question::after {
    content: "";
    position: absolute;
    top: 40px;
    display: inline-block;
    width: 11px;
    height: 1px;
    background-color: #fff;
  }
  .faq-related .question::before {
    right: 10px;
  }
  .faq-related .question::after {
    right: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .faq-related .answer {
    display: none;
    padding: 10px 10px 30px;
    font-size: clamp(14px, 4.27vw, 16px);
    line-height: 2em;
  }
  .faq-related .answer p:last-child {
    margin-bottom: 0;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  @-webkit-keyframes linkArrow {
    0% {
      background-position: right 10px center;
    }
    100% {
      background-position: right center;
    }
  }
  @keyframes linkArrow {
    0% {
      background-position: right 10px center;
    }
    100% {
      background-position: right center;
    }
  }
  .link-more,
  .link-more-w {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 210px;
    margin-top: 70px;
  }
  .link-more a,
  .link-more-w a {
    display: block;
    padding: 1em 30px 1em 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: right center;
  }
  .link-more a:hover,
  .link-more-w a:hover {
    opacity: 0.8;
    -webkit-animation: linkArrow 0.3s ease-in forwards;
            animation: linkArrow 0.3s ease-in forwards;
  }
  .link-more a {
    background-image: url(../img/common/ico-arrow-b.svg);
    border-bottom: 1px solid #01100C;
  }
  .link-more a[target=_blank] {
    background-image: url(../img/common/ico-blank-b.svg);
    background-size: 12px auto;
  }
  .link-more-w a {
    color: #fff;
    background-image: url(../img/common/ico-arrow-w.svg);
    border-bottom: 1px solid #fff;
  }
  .link-more-w a[target=_blank] {
    background-image: url(../img/common/ico-blank-w.svg);
    background-size: 12px auto;
  }
  .link-more-btn {
    margin: 70px auto 0;
  }
  .link-more-btn a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    margin: 0 auto;
    padding: 1.5em 50px 1.5em 30px;
    font-size: 14px;
    color: #fff;
    background-color: #1A332C;
    background-image: url(../img/common/ico-arrow-w.svg);
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: right 20px center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .link-more-btn a[target=_blank] {
    background-image: url(../img/common/ico-blank-w.svg);
    background-size: 12px auto;
  }
  .link-more-btn a:hover {
    opacity: 0.8;
  }
  .list-green,
  .list-brown {
    list-style: none;
    padding: 0 0 0 20px;
  }
  .list-green li,
  .list-brown li {
    position: relative;
    margin-bottom: 0.75em;
    line-height: 1.75em;
  }
  .list-green li::before,
  .list-brown li::before {
    content: "";
    position: absolute;
    left: -20px;
    display: inline-block;
    border-radius: 50%;
  }
  .list-green li::before {
    top: calc(0.875em - 5px);
    width: 10px;
    height: 10px;
    background-color: #629A02;
  }
  .list-brown li::before {
    top: calc(0.875em - 3px);
    width: 6px;
    height: 6px;
    background-color: #868468;
  }
  .page-header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 430px;
    margin-bottom: 70px;
    padding: 100px clamp(50px, 5.8vw, 100px) 0;
  }
  .page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26, 51, 44, 0.5);
  }
  .page-header > img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-header .page-title {
    position: relative;
    z-index: 10;
    display: block;
    width: 1400px;
    max-width: 100%;
    color: #fff;
  }
  .page-header .page-title .title_en {
    font-family: "PT Serif", serif;
    font-style: normal;
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .page-header .page-title .title_ja {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .section-title {
    margin-bottom: 85px;
    padding-bottom: 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/relief02.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .archive-sightseeing {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .archive-sightseeing .sightseeing {
    border-right: 1px solid #999;
  }
  .archive-sightseeing .sightseeing:nth-child(3n-2) {
    border-left: 1px solid #999;
  }
  .archive-sightseeing .sightseeing a {
    display: block;
  }
  .archive-sightseeing .sightseeing a:hover img {
    opacity: 0.8;
  }
  .archive-sightseeing .sightseeing img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .archive-sightseeing .sightseeing .text {
    padding: 40px;
    text-align: center;
  }
  .archive-sightseeing .sightseeing .text .name {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(18px, 1.58vw, 22px);
    font-weight: 400;
  }
  .archive-sightseeing .sightseeing .text .time {
    padding-top: 40px;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-image: url(../img/common/relief05.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 130px auto;
  }
  .faq-related {
    margin-top: 150px;
    padding: 120px clamp(50px, 5.8vw, 100px) 70px;
    color: #fff;
    background-color: #395D54;
  }
  .faq-related .inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(50px, 5.8vw, 100px);
  }
  .faq-related hgroup {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    line-height: 1em;
  }
  .faq-related hgroup .font-st {
    position: absolute;
    top: -0.25em;
    left: -0.5em;
    z-index: -1;
    font-size: clamp(70px, 7.2vw, 100px);
    font-weight: 400;
    color: #2F534A;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .faq-related hgroup .font-pt {
    margin-right: 40px;
    font-size: 40px;
    font-weight: 400;
  }
  .faq-related hgroup h2 {
    margin-top: 1em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .faq-related .faq {
    border-bottom: 1px solid #5A7870;
  }
  .faq-related .faq:first-of-type {
    border-top: 1px solid #5A7870;
  }
  .faq-related .question {
    position: relative;
    padding: 30px 10px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
  }
  .faq-related .question:hover {
    opacity: 0.8;
  }
  .faq-related .question.active::after {
    display: none;
  }
  .faq-related .question::before, .faq-related .question::after {
    content: "";
    position: absolute;
    top: 40px;
    display: inline-block;
    width: 11px;
    height: 1px;
    background-color: #fff;
  }
  .faq-related .question::before {
    right: 10px;
  }
  .faq-related .question::after {
    right: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .faq-related .answer {
    display: none;
    padding: 10px 10px 30px;
    font-size: 16px;
    line-height: 2em;
  }
  .faq-related .answer p:last-child {
    margin-bottom: 0;
  }
}