@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/noto-sans-jp-v56-latin-regular.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/noto-sans-jp-v56-latin-500.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/noto-sans-jp-v56-latin-700.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/noto-sans-jp-v56-latin-800.woff2') format('woff2');
    font-weight: 800;
}

@font-face {
    font-family: 'ZenMaru';
    src: url('../fonts/zen-maru-gothic-v19-latin-500.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'ZenMaru';
    src: url('../fonts/zen-maru-gothic-v19-latin-700.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'ZenMaru';
    src: url('../fonts/zen-maru-gothic-v19-latin-900.woff2') format('woff2');
    font-weight: 900;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-size: 16px;
    letter-spacing: 0.05em;
    overflow-x: hidden;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}

img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}

/*-- header ------------------------------------*/
.header-lead {
    display: flex;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
    background-color: #FFF;
}

.header-lead__left {
    display: flex;
    flex-direction: column;
    padding: 3px 12px;
    letter-spacing: 0.01em;
    font-weight: 700;
}

.header-lead__left p:nth-child(1) {
    font-size: 1.1rem;
}

.header-lead__left p:nth-child(2) {
    color: #D92229;
    font-size: 0.6rem;
}

.header-lead__right {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #D92229;
    color: #FFF;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
}

.header-lead__left p {
    font-size: 1.1rem;
}

.header-lead__right a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #FFF;
    text-decoration: none;
    border: #FFF 2px solid;
    border-radius: 9999px;
    padding: 5px 12px;
}

.icon-img {
    width: 15px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

/*-- MV ------------------------------------*/
.mv {
    width: 100%;
    display: block;
    padding-top: 50px;
}

.mv-visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 31.25%;
    max-width: none;
    height: auto;
}

.mv-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mv-slider,
.mv-slider .slick-list,
.mv-slider .slick-track,
.mv-slide {
    width: 100%;
    height: auto;
}

.mv-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: normal;
}

/*-- concept-lead ------------------------------------*/
.concept-lead {
    font-family: "ZenMaru", sans-serif;
    width: 1000px;
    max-width: 78%;
    margin: 30px auto;
    text-align: center;
    letter-spacing: 0.01em;
    font-weight: 700;
}

.concept-lead p {
    font-size: 1.3rem;
}

.concept-lead h1 {
    font-size: 2rem;
    color: #D92229;
    margin: 0;
    padding: 3px 0 13px;
}

.concept-lead .area-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    justify-content: center;
    letter-spacing: -0.01em;
}

.concept-lead .area-list li:not(:last-child)::after {
    content: "|";
    margin: 0 5px;
    font-weight: 500;
}

/*-- Intro ------------------------------------*/
.intro {
    background-image: url("../images/bg_intro.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.intro-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    padding: 25px 0px 25px 25px;
    max-width: 90%;
    width: 1000px;
    margin: 0 auto;
}

.intro-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 1;
}

.intro-right {
    flex-shrink: 1;
}

.intro-map-small img {
    max-width: 100%;
    max-height: 65vh;
    width: auto;
    height: auto;
    display: block;
}

.intro-right img {
    max-width: 100%;
    max-height: 95vh;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.intro-left .intro-text p {
    font-weight: 800;
    line-height: 2.1;
    letter-spacing: 0.01em;
}

.intro-map-small {
    position: relative;
}

.intro-map-small a {
    position: absolute;
    opacity: 0;
}

.maplink-kuji {
    bottom: 34.5%;
    right: 27%;
    width: 10%;
    height: 5.5%;
}

.maplink-hirono {
    right: 25%;
    top: 28%;
    width: 10%;
    height: 5%;
}

.maplink-noda {
    bottom: 18%;
    right: 16%;
    width: 10%;
    height: 5.5%;
}

.maplink-fudai {
    bottom: 6.5%;
    right: 12%;
    width: 10%;
    height: 5.5%;
}

.maplink-ninohe {
    top: 44%;
    left: 11%;
    width: 10%;
    height: 5.5%;
}

.maplink-ichinohe {
    bottom: 39%;
    left: 31%;
    width: 10%;
    height: 5.5%;
}

.maplink-karumai {
    top: 23%;
    right: 44%;
    width: 10%;
    height: 5.5%;
}

.maplink-kunohe {
    bottom: 47%;
    right: 48%;
    width: 10%;
    height: 5.5%;
}

/*-- Area Links ------------------------------------*/
.area-links {
    padding-bottom: 80px;
    background-color: #F5F2E9;
    padding: 60px 50px;
}

.area-links-inner {
    width: 1000px;
    margin: 0 auto;
    max-width: 78%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.area-btn {
    font-family: "ZenMaru", sans-serif;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    position: relative;
    background-color: #fff;
    border: 3.5px solid #000;
    border-radius: 50px;
    padding: 0.7em 10%;
    color: #000;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    gap: 8px;
    white-space: nowrap;
}

.area-btn::before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    display: block;
    flex-shrink: 0;
}

.area-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.area-btn .arrow {
    position: static;
    display: block;
    flex-shrink: 0;
    width: 0.7em;
    height: 0.7em;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.banner-list {
    width: 1000px;
    margin: 55px auto 0;
    max-width: 78%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.banner-item {
    background-color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.8rem;
    letter-spacing: 0.01em;
    transition: transform 0.3s;
}

.banner-item:hover {
    transform: translateY(-5px);
}

.area-links {
    padding: 60px 0;
}

/*-- Area Detail ------------------------------------*/
.area-detail {
    padding-bottom: 80px;
}

.area-detail .jagged-top {
    --s: 20px;
    background: #e98080;
    height: 50px;
    width: 100%;
    -webkit-mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 90deg, #0000 91deg) 50% / var(--s) 100%;
}

.area-detail .jagged-top.hirono {
    background: #3AB291;
}

.area-detail .jagged-top.noda {
    background: #DBBD36;
}

.area-detail .jagged-top.fudai {
    background: #F6AE54;
}

.area-detail .jagged-top.ninohe {
    background: #54C3F1;
}

.area-detail .jagged-top.ichinohe {
    background: #C59965;
}

.area-detail .jagged-top.karumai {
    background: #BA79B1;
}

.area-detail .jagged-top.kunohe {
    background: #B6CA23;
}

.area-detail-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1000px;
    margin: 0 auto;
    gap: 10px;
    padding: 40px 0;
    max-width: 78%;
    padding-left: 0;
    padding-right: 0;
}

.area-detail-text {
    flex: 1;
    text-decoration: none;
    transition: transform 0.3s;
}

.area-detail-text:hover {
    transform: translateY(-5px);
}

.area-detail-text h1 {
    font-size: 4.8rem;
    margin-bottom: 5px;
    color: #E77E84;
    font-family: "ZenMaru", sans-serif;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
}

.area-detail-text.hirono h1 {
    color: #3AB291;
}

.area-detail-text.noda h1 {
    color: #DBBD36;
}

.area-detail-text.fudai h1 {
    color: #F6AE54;
}

.area-detail-text.ninohe h1 {
    color: #54C3F1;
}

.area-detail-text.ichinohe h1 {
    color: #C59965;
}

.area-detail-text.karumai h1 {
    color: #BA79B1;
}

.area-detail-text.kunohe h1 {
    color: #B6CA23;
}

.area-detail-text h1 img {
    width: auto;
    height: 1.2em;
}

.area-detail-text p {
    font-weight: 500;
    font-size: 0.87rem;
    letter-spacing: 0.00em;
    line-height: 1.6;
    color: #000 !important;
}

.area-detail-image {
    width: 320px;
    flex-shrink: 0;
}

.area-detail-image img {
    width: 100%;
    height: auto;
}

.area-detail-body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
    max-width: 78%;
    padding-left: 0;
    padding-right: 0;
}

.area-detail-body::after,
.area-detail-body::before {
    content: "";
    position: absolute;
    left: -3.5%;
    right: -3.5%;
    height: 2px;
    background-color: #E9E6E2;
}

.area-detail-body::before {
    top: 0;
}

.area-detail-body::after {
    bottom: 0;
}

.area-detail-pickup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 33px;
    padding: 40px 0;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s;
}

.area-detail-pickup:hover {
    transform: translateY(-5px);
}

.pickup-visual {
    width: 54%;
}

.pickup-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.pickup-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pickup-lead {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pickup-lead img {
    width: 100px;
    height: auto;
}

.pickup-lead p {
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-size: 0.9rem;
}

.pickup-desc h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #333;
    font-family: "ZenMaru", sans-serif;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.pickup-desc p {
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 0.72rem;
}

.pickup-info {
    margin-top: 7px;
    color: #E77E84;
    font-size: 0.67em !important;
}

.pickup-info.hirono {
    color: #3AB291;
}

.pickup-info.noda {
    color: #DBBD36;
}

.pickup-info.fudai {
    color: #F6AE54;
}

.pickup-info.ninohe {
    color: #54C3F1;
}

.pickup-info.ichinohe {
    color: #C59965;
}

.pickup-info.karumai {
    color: #BA79B1;
}

.pickup-info.kunohe {
    color: #B6CA23;
}

.area-detail-pickup-narrow-top {
    padding-top: 0;
}

.pickup-content-margin {
    margin-top: 30px;
}

/*-- Experience ------------------------------------*/
.area-detail-experience {
    max-width: 80%;
    padding: 45px 0;
    width: 1000px;
    margin: 0 auto;
}

.area-detail-experience h2 {
    margin-bottom: 20px;
    font-family: "ZenMaru", sans-serif;
    font-weight: 900;
    font-size: 1.40rem;
    text-align: center;
    color: #333;
    letter-spacing: 0.00em;
}

.experience-body {
    border: 2px solid #000;
    padding: 40px;
    background-color: #F5F2E9;
    border-radius: 5px;
    width: 90vw;
    margin-left: calc(50% - 45vw);
    position: relative;
}

.experience-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

.experience-list.b2col .experience-item {
    width: 47%;
    text-decoration: none;
    transition: transform 0.3s, opacity 0.3s;
}

.experience-list.b2col .experience-item:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.experience-item {
    width: 32%;
}

.experience-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 15px;
    display: block;
}

.experience-item p:nth-of-type(1) {
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
    font-size: 0.8rem;
    color: #000 !important;
}

.experience-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-family: "ZenMaru", sans-serif;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: #000 !important;
}

.experience-item p:nth-of-type(2) {
    font-size: 0.69rem;
    color: #000 !important;
}

.experience-item p:last-child,
.experience-sub-text p {
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 0.69rem;
}

.experience-item p.tel:last-child {
    color: #54C3F1;
    margin-top: 10px;
    font-size: 0.69rem;
}

.experience-contact {
    display: block;
    text-decoration: none;
    transition: transform 0.3s, opacity 0.3s;
    border: 2px solid #E9E6E2;
    padding: 9px;
    text-align: center;
    font-size: 0.8em;
    background-color: #fff;
    color: #E77E84;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 0.69rem;
}

.experience-contact:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.experience-sub-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 40px;
    max-width: 98%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

a.experience-sub-item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, opacity 0.3s;
    width: 48%;
}

a.experience-sub-item:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.experience-sub-item h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: "ZenMaru", sans-serif;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.experience-sub-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.experience-sub-text {
    width: 55%;
}

.sub-contact {
    margin-top: 10px;
    font-size: 0.7rem !important;
    color: #E77E84;
}

.sub-contact.hirono {
    color: #3AB291;
}

.sub-contact.noda {
    color: #DBBD36;
}

.sub-contact.fudai {
    color: #F6AE54;
}

.sub-contact.ninohe {
    color: #54C3F1;
}

.sub-contact.ichinohe {
    color: #C59965;
}

.sub-contact.karumai {
    color: #BA79B1;
}

.sub-contact.kunohe {
    color: #B6CA23;
}

.experience-sub-image {
    width: 42%;
}

.experience-sub-image img {
    width: 100%;
    height: auto;
    display: block;
}

/*-- Northern Iwate Local Railways ------------------------------------*/
.local-railways-lead {
    font-family: "ZenMaru", sans-serif;
    width: 1000px;
    max-width: 78%;
    margin: 30px auto;
    text-align: center;
    letter-spacing: 0.01em;
    font-weight: 700;
}

.local-railways-lead h1 {
    font-size: 2rem;
    margin: 0;
    padding: 3px 0 13px;
}

.local-railways-lead p {
    font-size: 1.2rem;
}

.local-railways-ctt {
    font-family: "ZenMaru", sans-serif;
    border: 2px solid #000;
    padding: 40px;
    background-color: #F5F2E9;
    border-radius: 5px;
    width: 90vw;
    margin-left: calc(50% - 45vw);
    position: relative;
}

.local-railways-ctt.is-space {
    margin-top: 50px;
}

.local-railways-ctt-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.local-railways-ctt-inner h2 {
    display: flex;
    align-items: center;
    font-size: 2rem;
    gap: 13px;
}

.local-railways-ctt-inner h2 img {
    width: 70px;
}

.local-railways-ctt-inner.rias h2 {
    color: #E94709;
}

.local-railways-ctt-inner.igr h2 {
    color: #4D4398;
}

.local-railways-ctt-inner.jrhachinohe h2 {
    color: #00AFCC;
}

.local-railways-ctt-inner h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 30px;
}

.local-railways-ctt-inner h3 span {
    margin-right: 7px;
}

.local-railways-ctt-inner.rias h3 span {
    color: #E94709;
}

.local-railways-ctt-inner p {
    margin-top: 15px;
}

.local-railways-ctt-inner .link a,
.local-railways-column-ctt .link a {
    text-decoration-line: underline;
    word-break: break-all;
    transition: transform 0.3s, opacity 0.3s;
}

.local-railways-ctt-inner .link a:hover,
.local-railways-column-ctt .link a:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.local-railways-ctt-inner.rias .link,
.local-railways-ctt-inner.rias .link a {
    color: #E94709;
}

.local-railways-ctt-inner.igr .link,
.local-railways-ctt-inner.igr .link a {
    color: #4D4398;
}

/* PCでは無効 */
@media (hover: hover) and (pointer: fine) {
    .local-railways-ctt-inner.igr .link .tel-link {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
        cursor: default;
    }
}

.local-railways-ctt-inner.jrhachinohe .link,
.local-railways-ctt-inner.jrhachinohe .link a {
    color: #00AFCC !important;
}

.local-railways-ctt-inner .stt {
    margin-top: 30px;
}

.local-railways-ctt-img {
    width: 44.5%;
}

.local-railways-ctt-img img:nth-of-type(2) {
    margin-top: 20px;
}

.local-railways-ctt-inner {
    width: 52%;
}

.local-railways-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #E9E6E2;
    background: #FFF;
    padding: 30px 5.5% 60px;
    margin-top: 50px;
}

.local-railways-column-ctt {
    width: 50.8%;
}

.local-railways-column-ctt hgroup {
    color: #00AFCC;
    font-weight: 700;
}

.local-railways-column-ctt hgroup h2 {
    font-size: 2.3rem;
}

.local-railways-column-ctt hgroup p {
    font-size: 1.3rem;
}

.local-railways-column-ctt p {
    margin-top: 15px;
}

.local-railways-column-ctt .link {
    color: #00AFCC;
}

.local-railways-column-ctt .link a {
    color: #00AFCC !important;
}

.local-railways-column-img {
    width: 42.6%;
}

/*-- local-railways-access ------------------------------------*/
.local-railways-access-ctnr {
    max-width: 80%;
    padding: 80px 0;
    width: 1000px;
    margin: 0 auto;
}

.local-railways-access {
    background-image: url(../images/bg_lacalrailways.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 80px;
}

/*-- footer ------------------------------------*/
footer {
    background: #F5F2E9;
}

.footer-wrapper {
    max-width: 90%;
    width: 1000px;
    margin: 0 auto;
}

.flogo {
    text-align: center;
    padding: 40px 0 30px;
}

.flogo img {
    width: 200px;
}

.dbook {
    text-align: center;
}

.dbook a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
}

.guidelink {
    margin: 20px auto 50px;
    max-width: 1200px;
    font-family: "ZenMaru", sans-serif;
    display: flex;
    gap: 20px;
}

.guidelink a {
    border-radius: 40px;
    border: 5px solid #000;
    background: #FFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.30);
    padding: 10px 20px;
    display: block;
    text-align: center;
    justify-content: center;
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.3s, opacity 0.3s;
    width: 50%;
    display: flex;
    align-items: center;
}

.guidelink a:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid;
    font-size: 0.8rem;
}

/*-- Slick Components -----------------------------------*/
.slick-track {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slick-track img {
    width: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 90;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.slick-arrow:hover {
    opacity: 0.6;
    cursor: pointer;
    cursor: hand;
}

.slider01 .al {
    background-image: url('../images/common/icon_al01.png');
    left: 0;
}

.slider01 .ar {
    background-image: url('../images/common/icon_ar01.png');
    right: 0;
}

.slick-dots {
    bottom: -30px !important;
}

.slick-dots li {
    margin: 0 5px !important;
    background-color: #EBEBEB;
    width: 11px !important;
    height: 11px !important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.slick-dots li button {
    display: none !important;
}

.slick-dots li.slick-active {
    background-color: #333;
}

/*-- Page Top ----------------------------------------*/
.pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 90;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
}

/* ------- laptopSite　----------------------------------- */
@media screen and (max-width:997px) {
    .intro-inner {
        flex-wrap: wrap;
    }

    .intro-left {
        display: contents;
    }

    .intro-text {
        order: 1;
        flex: 0 0 100%;
        margin-bottom: 30px;
        text-align: left;
    }

    .intro-map-small {
        order: 2;
        flex: 1;
        min-width: 0;
    }

    .intro-right {
        order: 3;
        flex: 1;
        min-width: 0;
    }

    .intro-map-small img,
    .intro-right img {
        width: 100%;
        height: auto;
        max-height: none;
    }

    .area-detail-inner {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0;
    }

    .area-detail-text {
        display: contents;
    }

    .area-detail-text h1 {
        order: 1;
        flex: 0 0 100%;
        font-size: 3.2rem;
        margin-bottom: 20px;
    }

    .area-detail-text p {
        order: 2;
        flex: 1;
        margin-right: 20px;
    }

    .area-detail-image {
        order: 3;
        flex: 0 0 300px;
        width: 300px;
    }

    .area-links-inner {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        max-width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        gap: 20px;
    }

    .banner-list {
        gap: 20px;
    }

    .experience-body {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .experience-list {
        flex-direction: column;
        align-items: center;
    }

    .experience-item {
        width: 100%;
        max-width: 400px;
    }

    .experience-sub-list {
        flex-direction: column;
    }

    a.experience-sub-item {
        width: 100%;
    }
}

/* ------- tabletSite　----------------------------------- */
@media screen and (max-width:768px) {

    .area-links-inner,
    .area-detail-inner,
    .area-detail-body,
    .banner-list,
    .intro-inner,
    .area-detail-experience {
        width: 100%;
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
    }

    .header-lead__left p:nth-child(1) {
        font-size: 0.9rem;
    }

    .header-lead__right {
        font-size: 0.7rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .intro {
        padding: 40px 0;
        min-height: auto;
    }

    .intro-inner {
        flex-direction: column;
        align-items: center;
    }

    .intro-left,
    .intro-right {
        width: 100%;
        max-width: 100%;
    }

    .intro-right img,
    .intro-map-small img {
        max-height: none;
        width: 100%;
    }

    .area-detail-text h1 {
        font-size: 3rem;
    }

    .area-detail-image {
        width: 100%;
        max-width: 400px;
        margin-top: 20px;
    }

    .area-detail-pickup {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .pickup-visual,
    .pickup-content {
        width: 100%;
    }

    .pickup-content-margin {
        margin-top: 0;
    }

    .guidelink {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagetop {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
    }
}

/* ------- spSite　----------------------------------- */
@media screen and (max-width:599px) {
    .mv {
        padding-top: 75px;
    }

    .header-lead {
        position: fixed;
        height: 75px;
    }

    .header-lead__right {
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    .area-detail-inner {
        flex-direction: column;
        align-items: center;
    }

    .area-detail-image {
        width: 100%;
        max-width: 400px;
        margin-top: 20px;
    }

    .area-links-inner {
        grid-template-columns: 1fr;
        padding-left: 5%;
        padding-right: 5%;
    }

    .banner-list {
        flex-direction: column;
    }

    .experience-sub-body {
        flex-direction: column-reverse;
    }

    .experience-sub-text,
    .experience-sub-image {
        width: 100%;
    }

    .experience-list.b2col .experience-item {
        width: 100%;
    }

    .local-railways-ctt {
        padding: 20px;
    }

    .local-railways-ctt-wrapper {
        flex-direction: column-reverse;
    }

    .local-railways-ctt-inner h2 {
        font-size: 1.5rem;
    }

    .local-railways-column-ctt hgroup h2 {
        font-size: 2rem;
    }

    .local-railways-ctt-inner,
    .local-railways-ctt-img,
    .local-railways-column-ctt,
    .local-railways-column-img {
        width: 100%;
    }

    .local-railways-ctt-img,
    .local-railways-column {
        margin-top: 20px;
    }

    .local-railways-ctt-inner h3 {
        font-size: 1.4rem;
    }

    .local-railways-column {
        flex-direction: column;
        padding: 10px 5.5% 30px;
    }

    .local-railways-access {
        margin-top: 40px;
    }

    .local-railways-access-ctnr {
        padding: 40px 0;
    }

    .flogo img {
        width: 150px;
    }

    .guidelink a {
        padding: 10px;
        width: 100%;
    }
}

/* ------- spSite　----------------------------------- */
@media screen and (max-width:425px) {
    .header-lead__right a {
        font-size: 0;
        padding: 5px 30px;
    }

    .header-lead__right a::after {
        content: "Area";
        font-size: 0.7rem;
        margin-left: 0;
    }

    .icon-img {
        margin-right: 0;
    }

    .padding-small {
        padding-left: 20px;
        padding-right: 20px;
    }

    .area-detail {
        padding-bottom: 30px;
    }

    .area-detail-text h1 {
        font-size: 2.3rem;
    }

    .pickup-desc h2 {
        font-size: 1.5rem;
    }
}