@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

:root {
    --color0: #FFFFFF;
    --color1: #121212;
    --color2: #F8F4E6;
    --color3: #76665B;
}

html, body, h1, h2, h3, h4, h5, h6, header, footer, nav, ul, ol, li, div, p, img, br {
    margin: 0;
    padding: 0;
    font-size: 1.0rem;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: var(--color1);
    line-height: 100%;
}

html {
    scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 80px; /* 固定ヘッダーの高さなどに調整 */
}
a {
    text-decoration: none;
    transition: 0.1s;
}
a:hover {
    opacity: 0.7;
}


.tourist-about {
    position: relative;
    margin: 0 0 clamp(60px, 10vw, 80px) 0;
}

.outer-position {
    width: 90%;
    margin: 0 auto 0 auto; 
}



.header-block {
    width: 100%;
    background-color: var(--color0);
    z-index: 100;
}
.logo {
    padding: 10px 0;
}
.logo-img {
    width: 150px;
}


.sp-heroview {
    width: 100%;
}
.pc-heroview {
    display: none;
}


.about-block {
    text-align: center;
}
.page-titel {
    position: absolute;
    top: 8%;
    left: 0;
}
.page-titel-img {
    width: 80%;
}
/*
.route-title {
    margin: clamp(20px, 3vw, 30px) auto;
    padding: 10px 20px;
    font-size: 1.25rem;
    font-weight: bold;
    border-top: 2px solid var(--color1);
    border-bottom: 2px solid var(--color1);
    line-height: 33px;
}
    */
/* ピックアップ */
.pickup {
    margin: 30px auto auto auto;
    padding: 10px 0;
    background-color: var(--color1);
}
.pickup-text,
.pickup-main {
    color: var(--color0);
    font-weight: 500;
    line-height: 30px;
}
.pickup-text {
    padding: 15px 15px 0 15px;
    border-top: 2px solid #D0C58F;
}
.pickup-main {
    padding: 0 15px 15px 15px;
    font-size: 1.0rem;
    border-bottom: 2px solid #D0C58F;
}
/* 吹き出し */
.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 20px 20px;
    min-width: 120px;
    max-width: 520px;
    color: var(--color1);
    font-size: 16px;
    background: var(--color2);
    z-index: 0;
}
.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--color2);
}
.balloon1 p {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.text-strong {
    font-weight: bold;
}
.balloon1 .text-space {
    margin: 30px 0 0 0;
}
/*　----- 目次 ----- */
.toc {
    max-width: 600px;
    margin: 10px auto 10px auto;
    border: 2px solid var(--color1);
    border-radius: 5px;
    box-sizing: border-box;
}
.toc-position {
    padding: 20px;
}
.toc-title {
    display: inline-block;
    font-size: clamp(1.0rem, 3vw, 1.25rem);
    font-weight: 500;
    padding: 10px 10px;
    border-bottom: 1.5px solid var(--color1);
}
.toc ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}
.toc-list {
    margin: 20px 0 0 0;
}
.toc-item {
    border-bottom: 1px solid var(--color1);
}
.toc-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.toc-hidden.open {
  max-height: 500px; /* 項目数に応じて調整 */
}
.toc-item-link {
    position: relative;
    display: block;
    padding: 12px 10px;
    color: var(--color1);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 24px;
}
.toc-item-link::before {
    content: "";
    position: absolute;
    top: 45%;
    right: 4%;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color1);
    border-bottom: 2px solid var(--color1);
    transform: rotate(45deg);
}
.toc-item-link:hover {
    color: var(--color3);
}
.toc-btn {
    width: 100%;
    padding: 8px 16px;
    color: var(--color0);
    font-size: clamp(0.9rem, 2vw, 1.0rem);
    background-color: #55565B;
    border-top: 2px solid var(--color1);
    cursor: pointer;
}


.content-position,
.traveltime-position {
    width: 80%;
    margin: 0 auto 0 auto;
}
.content-r-position {
    width: 90%;
    margin: 0 auto 0 auto;
}
.inner-position {
    padding: clamp(40px, 10vw, 60px) 0;
}
.start-goal {
    padding: 6px 25px;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid var(--color1);
}
#Location-01 .inner-position {
    padding: clamp(30px, 8vw, 40px) 0;
}
/* --- フォントサイズ --- */
.fs-s{
    font-size: 0.9rem;
}

/* --- コンテンツ左側 --- */
.title-flex {
    display: flex;
    align-items: center;
}
.content-title  {
    margin: 0 auto 20px auto;
    padding: 0 0 15px 0;
    max-width: 600px;
    border-bottom: 1px solid var(--color1);
    line-height: 24px;
}
.content-title-text {
    font-size: 1.25rem;
    font-weight: bold;
}
.content-title-num {
    margin: 0 10px 0 0;
    padding: 4px 8px;
    font-size: 1.25rem;
    font-weight: 500;
    border: 1px solid var(--color1);
}
/* スライドショー */
.slider {
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
}
.slides {
    display: flex;
    transition: transform 0.4s ease;
}
.slide {
    min-width: 100%;
    user-select: none;
}
.slide img {
    width: 100%;
    display: block;
    border-radius: 5px;
    pointer-events: none;
}
/* ドット */
.dots {
    text-align: center;
    margin-top: 10px;
}
.dots button {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%;
    border: none;
    background: #c8c0b5;
    cursor: pointer;
}
.dots button.active {
    background: #333;
}


/* --- コンテンツ右側 --- */
.content-right,
.traveltime-position {
    margin: auto;
    max-width: 600px;
}
.content-sub-title {
    margin: 30px 0 20px 0   ;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 24px;
}
.content-text {
    margin: 15px 0 0 0;
    line-height: 24px;
}
/* リンクボタン */
.link-unit {
    margin: 30px 0 0 0;
}
.link-botton {
    display: block;
    padding: 10px 15px 12px 15px;
    color: var(--color0);
    text-align: center;
    background-color: var(--color1);
    border-radius: 5px;
}
.link-botton:last-child {
    margin: 10px 0 0 0;
}
.link-botton-recommended {
    display: inline-block;
    color: var(--color1);
    background-color: var(--color2);
}

/* ----- おすすめグルメ ----- */
.content-r-position .inner-position {
    padding: 0 0 clamp(40px, 10vw, 60px) 0;
}
.block-position {
    margin: 0 auto;
    max-width: 640px;
    padding: 30px 20px;
    background-color: #635654;
    border-radius: 5px;
    box-sizing: border-box;
}
.recommended {
    padding: 5px 10px;
    color: #635654;
    font-weight: bold;
    background-color: #fbebb1;
}
.restaurant-name,
.restaurant-introduction {
    margin: 0 0 15px 0;
    color: var(--color0);
    line-height: 24px;
}
.restaurant-name {
    margin: 15px 0 15px 0;
    padding: 10px 0;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid #fbebb1;
}
.restaurant-link {
    text-align: center;
}
.content-left .link-botton {
    margin: 10px 0 30px 0;
}

.restaurant-slider {
    max-width: 400px;
}
/*
#Location-r1,
#Location-r2 {
    padding: 0 0 clamp(40px, 10vw, 60px) 0;
}
*/


/* ----- 移動時間 ----- */
.traveltime-group {
    padding: 10px 0;
    background-color: var(--color2);
}
.traveltime-position {
    margin: 10px auto 10px auto;
}
.traveltime-text {
    margin: 15px 0;
    padding: 10px 15px;
    border-left: 1px dashed var(--color1);
}
.tramstop-text {
    margin: 15px 0;
    padding: 10px 15px;
    font-size: 1.0rem;
    font-weight: 500;
    border-left: 3px solid var(--color1);
}

/* -----フッター----- */
footer a {
    border-bottom: none;
}
.footer-background {
    margin: clamp(60px, 10vw, 80px) 0 0 0;
    background-color: var(--color2);
}
.contact-content-btn {
    padding: clamp(40px, 10vw, 60px) 0 10px 0;
    text-align: center;
}
.contact-content-link {
    display: inline-block;
    padding: 15px 30px;
    font-size: clamp(1.0rem, 3vw, 1.5rem);
    border-bottom: 1px solid var(--link-color);
}
.contact-content-tel {
    padding: 20px 0 20px 0;
}
.contact-content-tel-text {
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
}
.contact-content-tel-text br {
    display: none;
}
.contact-content-tel-unit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0 0 0;
}
.contact-content-tel-icon {
    width: clamp(2.5rem, 8vw, 2.8rem);
}
.contact-content-tel-number {
    font-size: clamp(2.375rem, 8vw, 3.0rem);
    font-weight: bold;
}
.contact-content-tel-text br {
    display: block;
}

.footer-position {
    padding: clamp(30px, 6vw, 40px) 0;
    text-align: center;
}
.footer-logo {
    width: clamp(150px, 36vw, 200px);
}
.footer-address {
    margin: 10px 0;
    padding: 6px;
}
.sns-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: clamp(20px, 4vw, 30px) 0 0 0;
}
.sns-icon-link:active,
.footer-logo-link:active {
    filter: none;
}
.i-icon-link,
.y-icon-link {
    margin: 0 0 0 50px;
}
.x-icon {
    width: clamp(20px, 3vw, 25px);
}
.i-icon {
    width: clamp(25px, 4vw, 30px);
}
.y-icon {
    width: clamp(34px, 5vw, 40px);
}
.footerNo3 {
    padding: 10px 0;
    border-top: 1px solid #7D7D7D;
}
.footer-unit {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.footer-nav-unit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.footer-nav-item {
    list-style: none;
}
.copyright,
.footer-nav-item-link {
    font-size: clamp(0.8rem, 2vw, 0.95rem);
}
.footer-nav-item-link {
    color: var(--text-color1);
    font-weight: 500;
}


@media screen and (min-width: 480px) {
    .logo-img {
        width: clamp(150px, 25vw, 200px);
    }
    .fs-s {
        font-size: 1.0rem;
    }
    .page-titel {
        top: 10%;
    }
    .page-titel-img {
        width: 80%;
    }
    .route-title {
        padding: 0.5em;
        font-size: clamp(1.25rem, 4vw, 2.0rem);
        line-height: clamp(33px, 6vw, 60px);
    }
    .pickup-main {
        line-height: clamp(30px, 5vw, 45px);
        font-size: clamp(1.0rem, 2.5vw, 1.5rem);
    }
    .balloon1 p {
        line-height: 30px;
    }
    .toc-item-link {
        padding: 15px 10px;
        font-size: 1.1rem;
    }
    .content-title .content-title-text,
    .restaurant-name {
        font-size: 1.5rem;
    }
    .content-title {
        margin: 0 auto clamp(20px, 4vw, 30px);
    }
    .content-sub-title {
        font-size: 1.25rem;
        line-height: 30px;
    }
    .content-text {
        font-size: 1.0rem;
        line-height: 30px;
    }
    .dots {
        margin-top: 15px;
    }
    .dots button {
        width: 12px;
        height: 12px;
    }
    .block-position {
        padding: 30px 25px;
    }
    .restaurant-name, .restaurant-introduction {
        margin: 0 0 20px 0;
    }
    .restaurant-name, .restaurant-introduction {
        line-height: 30px;
    }
    .restaurant-name {
        margin: 15px 0 20px 0;
        padding: 10px 0;
    }
    .traveltime-text {
        font-size: 1.0rem;
    }
    .tramstop-text {
        font-size: clamp(1.0rem, 2.5vw, 1.2rem);
    }
}
@media screen and (min-width: 768px) {
    .sp-heroview {
        display: none;
    }
    .pc-heroview {
        display: block;
        width: 100%;
    }
    .page-titel {
        top: 3%;
    }
    .page-titel-img {
        width: 42%;
    }
    .balloon1 {
        padding: 20px 40px;
    }
    .content-position, .traveltime-group {
        width: 90%;
        margin: 0 auto 0 auto;
    }
    /* -----フッター----- */
    .contact-content-tel-text br {
        display: none;
    }
}
@media screen and (min-width: 960px) {
    .content-flex {
        display: flex;
        justify-content: space-between;
    }
    .start-goal {
        display: inline-block;
        text-align: left;
    }
    .inner-position {
        margin: 0 0 0 20px;
        padding: 60px 0 60px clamp(40px, 4vw, 50px);
        border-left: 1px solid var(--color1);
    }
    #Location-01 .inner-position {
        padding: 60px 0 60px clamp(40px, 4vw, 50px);
    }
    .content-title {
        max-width: 100%;
    }
    .slider {
        min-width: 400px;
        max-width: 500px;
    }
    .content-right {
        max-width: 530px;
        margin: 0 0 0 40px;
    }
    .content-sub-title {
        margin: 0 0 20px 0;
    }
    .link-flex {
        display: flex;
        gap: 30px;
    }
    .link-botton:last-child {
        margin: 0 0 0 0;
    }
    .content-left .link-botton {
        margin: 20px 0 0 0;
    }
    
    .traveltime-position {
        margin: 10px 0 10px clamp(60px, 6vw, 70px);
    }

    .block-position {
        max-width: 100%;
        
    }
    .block-flex {
        display: flex;
    }

    .content-r-position .inner-position {
        padding: 0 0 60px clamp(40px, 4vw, 50px);
    }
    .block-position {
        padding: 40px 40px;
    }
    .restaurant-link {
        text-align: left;
    }
    .restaurant-slider {
        min-width: 350px;
    }

    /*
    #Location-r1,
    #Location-r2 {
        padding: 0 0 60px clamp(40px, 4vw, 50px);
    }
        */

}
@media screen and (min-width: 1280px) {
    .page-titel {
        top: 5%;
    }
    .page-titel-img {
        width: 35%;
    }
    .route-title br {
        display: none;
    }
    .content-position,
    .outer-position,
    .traveltime-group,
    .content-r-position {
        max-width: 1200px;
        margin: 0 auto 0 auto;
    }
    .inner-position {
        margin: 0 0 0 clamp(30px, 10vw, 50px);
    }
    .traveltime-position {
        margin: 10px 0 10px 100px;
    }

}