section {
    padding: 0;
}

body {
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
}


/*--------- 
共通 
-----------*/

.l-page {
    padding-bottom: 40px;
}

.page_text_large {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(28 / 16);
    font-family: "Shippori Mincho B1", serif;
}

.page_text_medium {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(21 / 14);
    font-family: "Shippori Mincho B1", serif;
}

.page_text_small {
    font-size: 12px;
    font-weight: 400;
    line-height: calc(18 / 12);
    font-family: "Shippori Mincho B1", serif;
}

.picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[class*="section_content"] {
    padding: 30px 0;
}

.section_space {
    width: calc(100% - 40px);
    margin-inline: auto;
}

.sp_in {
    display: block;
}

.pc_in {
    display: none;
}

@media (min-width:768px) {

    .l-page {
        padding-bottom: 80px;
    }

    .page_text_large {
        font-size: 16px;
        font-weight: 400;
        line-height: calc(28 / 16);
        font-family: "Shippori Mincho B1", serif;
    }

    .page_text_medium {
        font-size: 16px;
        line-height: calc(32 / 16);
    }

    .page_text_small {
        font-size: 12px;
        font-weight: 400;
        line-height: calc(18 / 12);
        font-family: "Shippori Mincho B1", serif;
    }

    [class*="section_content"] {
        padding: 80px 0 100px;
    }

    .section_space {
        width: 100%;
        max-width: 1128px;
        margin-inline: auto;
    }

    .sp_in {
        display: none;
    }

    .pc_in {
        display: block;
    }

}



/*--------- 
メインコンテンツ
-----------*/


.fv {
    display: block;
    background-image: url("../images/location/mv_img_sp_02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 256px;
    padding-top: 20px;
}

.main_catch {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 300;
    line-height: calc(40 / 32);
    letter-spacing: 0.06em;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    /* margin-bottom: 128px; */
    margin-bottom: 35%;
}

.main_catch span {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(40 / 32);
    letter-spacing: 0;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
}

.guidance_box {
    width: 100%;
    max-width: 335px;
    margin-inline: auto;
    background: #fff;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}

.guidance_title {
    font-size: 20px;
    font-weight: 400;
    line-height: calc(30 / 20);
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    word-break: keep-all;
    margin-bottom: 30px;
}

.guidance_title .inline-block {
    display: inline-block;
}

.guidance_map {
    aspect-ratio: 1 / 1;
}

.guidance_subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(30 / 14);
    font-family: "Shippori Mincho B1", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
    position: relative;
}

.guidance_subtitle::before {
    content: "";
    display: block;
    background-image: url("../images/location/ttl_decoration_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 9px;
    height: 30px;
}

.guidance_subtitle::after {
    content: "";
    display: block;
    background-image: url("../images/location/ttl_decoration_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 9px;
    height: 30px;
}

.fv .image-photo--black {
    display: none;
}

.section_content--attractiveness .image-photo--black {
    display: none;
}

@media (min-width:768px) {

    .fv {
        background-image: url("../images/location/mv_img_pc.jpg");
        height: 768px;
        object-fit: cover;
        padding-top: 60px;
        position: relative;
    }

    .fv .image-photo--black {
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-size: 14px;
        display: block;
    }

    .section_content--attractiveness .image-photo--black {
        position: absolute;
        bottom: 10px;
        left: 15%;
        font-size: 14px;
        display: block;
    }

    .main_catch {
        font-size: 60px;
        line-height: calc(60 / 60);
        margin-bottom: 400px;
    }

    .main_catch span {
        font-size: 20px;
        line-height: calc(32 / 20);
    }

    .guidance_bottom {
        display: none;
    }

    .guidance_box {
        max-width: 1000px;
        margin-inline: auto;
        padding: 60px 70px;
    }

    .fv .page_text_medium {
        text-align: center;
        margin: 0;
    }

    .guidance_summary {
        padding: 0 27px;
    }

    .guidance_title {
        font-size: 28px;
        font-weight: 400;
        line-height: calc(49 / 28);
        margin-bottom: 40px;
    }


}

/*--------- 
recommend
-----------*/

.section_content--recommend {
    background: linear-gradient(to right, #f3eadb 0%, #fff 48.96%, #f3eadb 100%);
    padding: 932px 0 30px;
}

.section_content--recommend .page_text_medium {
    margin-bottom: 20px;
}

.location_common_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section_content--recommend .location_common_box {
    margin-bottom: 60px;
}

.location_common_item .picture img {
    margin-bottom: 15px;
}

.location_common_item h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: calc(32 / 20);
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
}

.location_common_item .page_text_large {
    margin-inline: 23px;
}

.insert_title {
    font-size: 60px;
    font-weight: 300;
    line-height: calc(54 / 60);
    color: #B7AB94;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

@media (min-width:768px) {

    .section_content--recommend {
        padding: 1133px 0 40px;
    }

    .location_common_box {
        gap: 0;
        padding-bottom: 100px;
    }

    .location_common_item {
        max-width: 100%;
        display: flex;
        gap: 60px;
    }

    .location_common_item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .section_content--recommend .location_common_item:not(:first-child) {
        align-items: center;
        margin-top: -45px;
    }

    .section_content--recommend .picture img {
        margin: 0;
    }

    .explanation {
        max-width: 289px;
    }

    .location_common_item:first-child .explanation {
        margin-top: 40px;
    }

    .location_common_item h3 {
        text-align: left;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .location_common_item .page_text_large {
        margin: 0;
    }

    .insert_title {
        font-size: 100px;
    }

}


/*--------- 
gallery
-----------*/

.section_content--gallery {
    background: #CAA111;
    padding: 4px 0;
}

.gallery_inner_box {
    background-image: radial-gradient(#005395, #0c2f54);
    padding: 15px 0;
}

.gallery_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


@media (min-width:768px) {

    .section_content--gallery .section_space {
        max-width: 100%;
    }

    .gallery_list {
        max-width: 1168px;
        margin-inline: auto;
        flex-direction: row;
        gap: 20px;
    }

}

/*--------- 
tourist_spot
-----------*/

.section_content--tourist_spot {
    background: linear-gradient(to right, #f3eadb 0%, #fff 48.96%, #f3eadb 100%);
    padding: 40px 0 271px;
}


.location_top_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.location_bottom_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}


@media (min-width:768px) {

    .section_content--tourist_spot {
        padding: 60px 0 100px;
    }

    .section_content--tourist_spot .location_common_box {
        gap: 62px;
        padding: 0;
    }

    .section_content--tourist_spot .location_common_item {
        flex-direction: column;
        gap: 30px;
    }

    .section_content--tourist_spot .location_common_item .picture img {
        margin: 0;
    }

    .location_top_box {
        flex-direction: row;
        gap: 44px;
    }

    .location_bottom_box {
        flex-direction: row;
        gap: 30px;
    }

    .section_content--tourist_spot .location_common_item .explanation {
        margin: 0 auto;
    }

    .section_content--tourist_spot .location_top_box .explanation {
        max-width: 480px;
    }

    .section_content--tourist_spot .location_bottom_box .explanation {
        max-width: 316px;
    }

    .section_content--tourist_spot .explanation .inline-block {
        display: inline-block;
    }

    .section_content--tourist_spot .explanation h3,
    .section_content--tourist_spot .explanation .page_text_large {
        text-align: center;
    }
}


/*--------- 
attractiveness
-----------*/

.section_content--attractiveness {
    background-image: url("../images/location/attractiveness_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 394px;
    max-height: 100%;
    position: relative;
}

.attractiveness_box {
    background: #fff;
    padding: 30px 20px;
    margin-top: -221px;
    position: relative;
    z-index: 1;
}

.attractiveness_box h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: calc(30 / 20);
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    margin-bottom: 15px;
}


@media (min-width:768px) {
    .section_content--attractiveness {
        height: 768px;
        padding: 40px 0;
    }

    .attractiveness_box {
        max-width: 1000px;
        padding: 30px 35px;
        margin: 0 auto;
    }

    .attractiveness_box h2 {
        font-size: 28px;
    }

    .section_content--attractiveness .page_text_medium {
        font-size: 16px;
        text-align: center;
    }

    .section_content--attractiveness .inline-block {
        display: inline-block;
    }

}


/*--------- 
location_spot
-----------*/

/*--- 共通ブロック ---*/

.section_content--location_spot {
    padding: 80px 0 100px;
}

/*--- コンテンツブロック ---*/

.location_spot_toptitle {
    font-size: 40px;
    font-weight: 300;
    color: #0C2F54;
    line-height: calc(40 / 40);
    letter-spacing: 0.06em;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 30px;
}

.location_spot_topbox {
    margin-bottom: 60px;
    box-sizing: border-box;
}

.photo.photo--main {
    aspect-ratio: 375 / 230;
    width: 100%;
    margin-bottom: 15px;
}

.photo.photo--main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_box {
    margin: 0 20px;
}

.photo.photo--sub {
    aspect-ratio: 160 / 112;
    max-width: 160px;
    width: 100%;
    margin: 0;
}

.flex_photo {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.spot_summary_title_block {
    margin-bottom: 20px;
}

.spot_summary_title {
    font-size: 22px;
    font-weight: 400;
    line-height: calc(32 / 22);
    margin-bottom: 5px;
}

.spot_summary_sub_title {
    font-size: 14px;
    line-height: calc(32 / 22);
    letter-spacing: 0.06em;
}

.spot_summary_text {
    font-size: 16px;
    line-height: calc(28 / 16);
    letter-spacing: 0.04em;
}

/* リスト */

.location_spot_list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.location_spot_subtitle {
    font-size: 40px;
    font-weight: 300;
    color: #0C2F54;
    line-height: calc(50 / 40);
    letter-spacing: 0.06em;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 30px;
}

.location_spot_detail_image_photo {
    display: none;
}

.location_spot_detail_info_flex {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.location_spot_detail_photo {
    aspect-ratio: 335 / 230;
    width: 100%;
    margin-bottom: 20px;
}

.location_spot_detail_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width:768px) {
    /*--- 共通ブロック ---*/

    .section_content--location_spot {
        background: linear-gradient(to right, #f3eadb 0%, #fff 48.96%, #f3eadb 100%);
        padding: 60px 0;
    }

    /*--- コンテンツブロック ---*/

    .location_spot_toptitle {
        font-size: 48px;
        line-height: calc(32 / 48);
        margin-bottom: 50px;
    }

    .location_spot_topbox {
        max-width: 1128px;
        margin: 0 auto 80px;
    }

    .location_spot_top_flex {
        display: flex;
        align-items: inherit;
        gap: 50px;
    }

    .photo.photo--main {
        flex: 1 1 480px;
        max-width: 542px;
        margin: 0;
    }

    .right_box {
        flex: 1 1 420px;
        margin: 0;
    }

    .photo.photo--sub {
        aspect-ratio: 252 / 177;
        max-width: 252px;
        margin: 0;
    }

    .flex_photo {
        gap: 20px;
        margin-bottom: 40px;
    }

    .spot_summary {
        margin: 0 10px;
    }

    /* リスト */

    .location_spot_list {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .location_spot_subtitle {
        font-size: 48px;
        line-height: calc(32 / 48);
        margin-bottom: 50px;
    }

    .location_spot_detail_info_flex {
        flex-direction: row;
        gap: 60px;
        flex: 1 1 600px;
        min-width: 0;
    }

    .location_spot_detail_info {
        flex: 1 1 280px;
        max-width: 318px;
    }

    .location_spot_detail_photo {
        width: 100%;
        max-width: 318px;
        aspect-ratio: 318 / 195;
        margin-bottom: 40px;
    }

    /* PC */

    .location_spot_detail_pc {
        display: flex;
        align-items: flex-start;
        gap: 50px;
        width: 100%;
        box-sizing: border-box;
    }

    .location_spot_detail_image_photo {
        display: block;
        flex: 1 1 320px;
        max-width: 392px;
        width: 100%;
    }
}

/*--------- 
facility
-----------*/

/*--- 共通ブロック ---*/

.section_content--facility {
    padding: 0;
}


/*--- コンテンツブロック ---*/

/* 眺望画像 */

.view_box {
    margin-bottom: 40px;
}

.view_photo {
    width: max(1510px, 100vw);
    height: 600px;
}

.view_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: bottom;
}

.scroll_view {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scroll_sp {
    position: relative;
}


.scroll_sp::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 60px;
    height: 60px;
    background: url("../images/location/sr_icon.svg") no-repeat center/cover;
    z-index: 1;
    display: block;
}

/* タイトル */

.description_box {
    margin-bottom: 40px;
}

.facility_title {
    font-size: 20px;
    font-weight: 400;
    line-height: calc(30 / 20);
    text-align: center;
    margin-bottom: 20px;
}

.facility_text {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(21 / 14);
}

/* マップ */

.map_box {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    max-width: 355px;
    aspect-ratio: 355 / 267;
    margin: 0 auto 40px;
}

.zoomImg.pc {
    display: none;
}

.zoomImg.sp {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Leafletの入れ物：画像の上に重ねる */
.map_box .viewport {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.map_box .leaflet-container {
    width: 100%;
    height: 100%;
    background: transparent;
    /* グレー地対策 */
}

.leaflet-control-zoom a.is-disabled {
    pointer-events: none;
    opacity: 0.35;
}

.map_box .viewport {
    z-index: 2;
}

/*--------- 
区域
-----------*/

.organize_box {
    margin-bottom: 40px;
}

.organize_photo {
    margin-bottom: 40px;
}

.organize_area {
    margin-bottom: 40px;
}

.organize_area_inner_box {
    border: 1px solid #000000;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.organize_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #A50005;
    padding: 13px 45px;
    text-align: center;
}

.organize_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0 20px 20px;
}

.organize_item_text {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.organize_num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organize_item:nth-child(1) .organize_num {
    background: #FCE2C4;
}

.organize_item:nth-child(2) .organize_num {
    background: #FAF2AB;
}

.organize_item:nth-child(3) .organize_num {
    background: #C7C0DF;
}

.organize_item:nth-child(4) .organize_num {
    background: #C4DEBD;
}

.organize_item:nth-child(5) .organize_num {
    background: #B5DCF2;
}

.organize_text {
    font-size: 16px;
    line-height: calc(28 / 16);
    letter-spacing: 0.04em;
}

.organize_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 264px;
    height: 48px;
    border-radius: 4px;
    background: linear-gradient(#d8b958 0%, #b4900c 100%);
    border: 2px solid #7e6400;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.organize_button span {
    margin-left: 8px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    background-color: #fff;
    border: 2px solid #000;
    padding: 10px;
    z-index: 1003;
    text-align: center;
    transform: translate(-50%, -50%);
}

.popup img {
    max-width: 100%;
    cursor: pointer;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1002;
}

/*--------- 
周辺施設
-----------*/

.nearby_facilities_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 19px;
    margin-bottom: 40px;
}

.nearby_facilities_item {
    max-width: 100%;
    width: 170px;
}

.nearby_facilities_photo {
    aspect-ratio: 170 / 128;
    width: 100%;
    margin-bottom: 8px;
}

.nearby_facilities_title {
    font-size: 14px;
    margin-bottom: 5px;
}

.distance_text {
    font-size: 12px;
    line-height: calc(32 / 12);
}

.precautions_text {
    font-size: 14px;
    line-height: calc(21 / 14);
    letter-spacing: 0.04em;
    margin: 0 10px;
}



@media (min-width:768px) {

    .section_content--facility .section_space {
        width: 100%;
        max-width: 100%;
    }

    .view_box {
        margin-bottom: 60px;
    }

    .view_photo {
        width: 100%;
        /* height: 543px; */
        height: 680px;
    }

    .scroll_view {
        overflow-x: inherit;
        white-space: inherit;
        -webkit-overflow-scrolling: inherit;
    }

    .scroll_sp {
        position: static;
    }

    .scroll_sp::before {
        content: inherit;
    }

    /* タイトル */
    .description_box {
        max-width: 841px;
        margin: 0 auto 80px;
        text-align: center;
    }

    .facility_title {
        font-size: 28px;
        line-height: calc(49 / 28);
        margin-bottom: 40px;
    }

    .facility_text {
        font-size: 16px;
        line-height: calc(32 / 16);
    }


    /* マップ */

    .map_box {
        width: 100%;
        height: 1272px;
        max-width: 100%;
        margin-bottom: 80px;
    }

    .zoomImg.pc {
        display: block;
        width: 100%;
        height: 1272px;
        object-fit: contain;
    }

    .zoomImg.sp {
        display: none;
    }

    .map_box .viewport {
        display: none !important;
    }

    /* 念のため */

    /* 区域 */

    .organize_box {
        max-width: 1128px;
        margin: 0 auto 80px;
    }

    .organize_photo {
        display: block;
        max-width: 615px;
        flex: 1 1 530px;
        width: 100%;
        margin-bottom: 0;
    }

    .organize_flex_box {
        display: flex;
        gap: 67px;
        margin-bottom: 50px;
    }

    .organize_area {
        flex: 1 1 330px;
        max-width: 408px;
        margin-bottom: 40px;
    }

    .organize_area_inner_box {
        border: 1px solid #000000;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .organize_title {
        font-size: 24px;
    }

    .organize_list {
        gap: 6px;
        padding: 20px 29px;
    }

    .organize_item_text {
        font-size: 16px;
    }

    .organize_button {
        width: 316px;
        height: 58px;
        font-size: 20px;
        transition: all 0.3s ease;
    }

    .organize_button:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .popup {
        width: 80%;
        max-height: 95vh;
        overflow-y: auto;
        padding: 60px;
    }

    /* 周辺施設 */

    .nearby_facilities_box {
        max-width: 1128px;
        margin: 0 auto;
    }

    .nearby_facilities_list {
        gap: 50px 20px;
        margin-bottom: 80px;
    }

    .nearby_facilities_item {
        max-width: 267px;
        width: 100%;
    }

    .nearby_facilities_photo {
        aspect-ratio: 267 / 200;
        width: 100%;
        margin-bottom: 10px;
    }

    .nearby_facilities_title {
        font-size: 16px;
        text-align: center;
    }

    .distance_text {
        text-align: center;
    }

    .precautions_text {
        font-size: 16px;
        line-height: calc(28 / 16);
        margin: 0;
    }



}


/*--------- 
パンくず
-----------*/
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1128px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-link {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 12px;
    line-height: 17px;
    font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb-item:last-child::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    transform: rotate(45deg);
    display: inline-block;
}

@media (min-width: 768px) {
    .breadcrumb {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1920px) {
        .view_photo {
        width: 100%;
        height: 35vw;
    }
}