/* ------------------------------------------
  sec_page_ttl
------------------------------------------ */
.sec_page_ttl .container {
    width: 90%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0;
}

.sec_page_ttl .page_ttl_wrap {
    border-radius: 32px;
    border: 2px solid #000;
}

.sec_page_ttl .page_ttl_wrap .inner {
    border-radius: 30px;
    text-align: center;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_page_ttl .page_ttl_wrap .inner .icon {
    width: 33px;
    margin-right: 28px;
}

.sec_page_ttl .page_ttl_wrap .inner .page_ttl {
    font-family: "Shippori Mincho", sans-serif;
    font-size: 2.187rem;
    line-height: calc(42/35);
}


@media screen and (max-width: 767px) {
    .sec_page_ttl .container {
        width: calc(100% - 30px);
    }
    
    .sec_page_ttl .page_ttl_wrap {
        border-radius: 30px;
        border: 1px solid #000;
    }
    
    .sec_page_ttl .page_ttl_wrap .inner {
        border-radius: 28px;
        padding: 28px 0 45px;
        flex-direction: column;
    }

    .sec_page_ttl .page_ttl_wrap .inner .icon {
        margin-right: 0;
    }
    
    
    .sec_page_ttl .page_ttl_wrap .inner .page_ttl {
        font-size: 1.562rem;
        line-height: calc(30/25);
        margin-top: 10px;
    }
}

/* ------------------------------------------
  sec_map
------------------------------------------ */
.sec_map {
    margin-top: 55px;
}

.sec_map .map {
    aspect-ratio: 1100/600;
}

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

@media screen and (max-width: 767px) {
    .sec_map {
        margin-top: 20px;
    }

    .sec_map .container {
        padding: 0;
    }

    .sec_map .map {
        aspect-ratio: 375/280;
    }
}

/* ------------------------------------------
  sec_favorite
------------------------------------------ */
.sec_ttl_wrap.deco {
    margin-top: 85px;
    position: relative;
}

.sec_ttl_wrap.deco::before {
    display: block;
    content: "";
    background-color: #000000;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.sec_ttl_wrap.deco .sec_ttl {
    display: table;
    margin: 0 auto;
    padding: 0 25px;
    background-color: #fff;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
}


@media screen and (max-width: 767px) {
    .sec_ttl_wrap.deco {
        margin-top: 40px;
        position: relative;
    }
    
    .sec_ttl_wrap.deco::before {
        display: block;
        content: "";
        background-color: #000000;
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
    
    .sec_ttl_wrap.deco .sec_ttl {
        padding: 0 15px;
        font-size: 1rem;
    }
}


.kanko_list {
    margin-top: 50px;
}

.kanko_search_theme .title,
.kanko_search_area .title,
.kanko_sub_category_title {
    font-size: 1.125rem;
    font-family: "Shippori Mincho", sans-serif;
    line-height: 1.4444444444;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 0 27px;
}

.kanko_search_theme .title::after,
.kanko_search_area .title::after,
.kanko_sub_category_title::after,
.kanko_search_theme .title::before,
.kanko_search_area .title::before,
.kanko_sub_category_title::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #707070;
}

.kanko_single_heading {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.kanko_search .btn_archive_link,
.kanko_search_theme .category_list .item,
.kanko_search_area .category_list .item,
.kanko_sub_category_list .item {
    position: relative;
    border-radius: 5px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    font-family: "Shippori Mincho", sans-serif;
    line-height: 1.2142857143;
    text-align: center;
    font-size: 0.875rem;
}

.kanko_search .btn_archive_link::after,
.kanko_search_theme .category_list .item::after,
.kanko_search_area .category_list .item::after,
.kanko_sub_category_list .item::after {
    content: "";
    position: absolute;
    mask-image: url(../images/common/icon_arrow_thin.svg);
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: black;
    width: 6px;
    height: 100%;
    right: 10px;
}

.kanko_search_theme .category_list .item img {
    width: 16px;
    position: absolute;
    left: 10px;
}

.kanko_search_theme .category_list .item img.icon_w19 {
    width: 19px;
}

.kanko_search_theme .category_list .item img.icon_w14 {
    width: 14px;
}

.kanko_single_slide {
    position: relative;
}

.kanko_single_slide .swiper {
    overflow: hidden;
}

.kanko_single_slide .swiper_wrapper {
    display: flex;
}

.kanko_single_slide .swiper_slide {
    flex-shrink: 0;
}

.kanko_single_slide .swiper_button_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    position: absolute;
    width: 110.8%;
    width: min(110.8%, 95vw);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.kanko_single_slide .swiper_button_prev,
.kanko_single_slide .swiper_button_next {
    pointer-events: all;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8c052;
    cursor: pointer;
}

.kanko_single_slide .swiper_button_prev::after,
.kanko_single_slide .swiper_button_next::after {
    content: "";
    width: 9px;
    height: 100%;
    mask: url(../images/common/icon_arrow_slide.svg) center/contain no-repeat;
    -webkit-mask: url(../images/common/icon_arrow_slide.svg) center/contain no-repeat;
    background-color: black;
}

.kanko_single_slide .swiper_button_prev {
    transform: rotate(180deg);
}

.kanko_single_heading {
    max-width: 1209px;
    margin: 0 auto;
    padding: 0 30px;
    width: calc(100% - 60px);
}

.kanko_single_label,
.kanko_list .item .label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size: 0.75rem;
    line-height: 1.5;
    flex-wrap: wrap;
}

.kanko_single_label>*,
.kanko_list .item .label>* {
    padding: 0 5px;
    border: 1px solid black;
}

.kanko_single_label .label_green,
.kanko_list .item .label .label_green {
    background-color: #d4f2ba;
}

.kanko_single_label .label_pink,
.kanko_list .item .label .label_pink {
    background-color: #f7d7d7;
}

.kanko_single_relation .title,
.kanko_single_detail .title,
.kanko_single_map .title {
    display: grid;
    grid-template-columns: 45px 1fr;
    font-size: 1.5625rem;
    font-family: "Shippori Mincho", sans-serif;
    margin-bottom: 21px;
    line-height: 1.5;
    gap: 0 12px;
}

.kanko_single_relation .title::after,
.kanko_single_detail .title::after,
.kanko_single_map .title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: relative;
    top: -2px;
}

.kanko_single_relation .title img,
.kanko_single_detail .title img,
.kanko_single_map .title img {
    grid-row: 1/3;
    margin: 0 auto;
    align-self: center;
}

.kanko_search_theme .category_list .item {
    opacity: 1;
}

.kanko_search_area .category_list .item {
    opacity: 1;
}

.kanko_search .btn_archive_link {
    opacity: 1;
}

.kanko_sub_category_list .item {
    opacity: 1;
}

.kanko_mv_inner {
    position: relative;
    margin: 0 auto;
    max-width: 1209px;
    display: flex;
    justify-content: center;
    width: calc(100% - 60px);
    border-radius: 60px;
    overflow: hidden;
}

.kanko_mv_inner::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid black;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
}

.kanko_mv_inner img {
    border-radius: 60px;
}

.kanko_mv_title {
    min-width: 286px;
    position: absolute;
    bottom: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px 5px 0 0;
    font-family: "Shippori Mincho", sans-serif;
    border-width: 1px 1px 0px 1px;
    border-color: black;
    padding: 0 10px 3px;
}

.kanko_mv_title .title {
    font-size: 1rem;
}

.kanko_mv_title .description {
    font-size: 1.3125rem;
    font-weight: 700;
}

.kanko_sub_category_title {
    color: #007164;
    margin: 72px 0 27px;
}

.kanko_sub_category_list {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 85px;
}

.kanko_sub_category_list .item {
    min-width: 170px;
    padding: 10px;
}

.kanko_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 55px 34px;
}

.kanko_list .item {
    position: relative;
}

.kanko_list .item a {
    display: block;
}

.kanko_list .item.has_post_hidden {
    display: none;
}

.kanko_list .item .image {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.kanko_list .item .image img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 250/220;
}

.kanko_list .item .btn_favorite {
    aspect-ratio: 250/220;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: none;
    z-index: 1;
    height: auto;
    width: 100%;
}

.kanko_list .item .btn_favorite .icon_favorite {
    pointer-events: all;
    width: 33px;
    padding-top: 1px;
    height: 33px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid black;
    position: absolute;
    background-color: white;
    right: 8px;
    bottom: 9px;
    bottom: clamp(0rem, 12.7272727273vw + -2.5454545455rem, 0.4375rem);
}

.kanko_list .item .btn_favorite .icon_favorite::after {
    content: "";
    width: 16px;
    height: 14px;
    background: url(../images/favorite/icon_favorite.svg) center/contain no-repeat;
    display: block;
}

.kanko_list .item .btn_favorite.is_favorited .icon_favorite::after {
    background-image: url(../images/common/icon_favorited.svg);
}

.kanko_list .item .label {
    margin-bottom: 8px;
}

.kanko_list .item .title {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    font-family: "Shippori Mincho", sans-serif;
    margin-bottom: 12px;
    line-height: 1.5;
}

.kanko_list .item .sub_category {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.625rem;
    gap: 4px;
    flex-wrap: wrap;
}

.kanko_list .item .sub_category>* {
    border-radius: 30px;
    background-color: #e5e5e5;
    padding: 0 8px;
    min-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
}

.kanko_list .item .description {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 13px;
}

.kanko_list_show_number {
    line-height: 1.5;
    margin-bottom: 27px;
}

.kanko_list+.sub_pagination {
    border-top: 1px solid black;
    margin-top: 68px;
    padding-top: 20px;
}

.kanko_list+.btn_more {
    margin-top: 67px;
}

.kanko_list+.btn_more+.btn_archive_link {
    margin-top: 27px;
}

.kanko_search {
    margin-top: 91px;
    font-family: "Shippori Mincho", sans-serif;
}

.kanko_search_title {
    font-size: 1.375rem;
    text-align: center;
    padding-right: 10px;
}

.kanko_search_title::after {
    content: "";
    display: block;
    height: 11px;
    background: url(../images/common/img_line_double.svg) center/cover no-repeat;
    margin-top: 6px;
    margin-right: -10px;
}

.kanko_search_option {
    margin: 0 auto;
    max-width: 741px;
    position: relative;
    left: -2px;
}

.kanko_search_theme .title,
.kanko_search_area .title {
    margin-bottom: 20px;
}

.kanko_search_theme .category_list,
.kanko_search_area .category_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 18px 20px;
}

.kanko_search_theme {
    margin-top: 39px;
}

.kanko_search_theme .title {
    color: #1B5808;
}

.kanko_search_area {
    margin-top: 43px;
}

.kanko_search_area .title {
    color: #A52B2A;
    margin-bottom: 14px;
}

.kanko_search .btn_archive_link {
    width: 100%;
    border-width: 2px;
    margin-top: 33px;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    background-image: none;
}

.kanko_search .btn_archive_link::after {
    left: calc(50% + 160px);
}

.kanko_single .btn_favorite {
    width: 250px;
    flex-shrink: 0;
    display: table;
    border-radius: 8px;
    height: 124px;
    background-image: repeating-linear-gradient(-45deg, black 0 4.6px, transparent 0 6px);
    margin: 0 auto;
    position: relative;
}

.kanko_single .btn_favorite_toggle {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: inherit;
    border: 2px solid black;
    transform: translate(-8px, -6px);
    background-color: white;
    opacity: 1;
    flex-direction: column;
    gap: 10px;
}

.kanko_single .btn_favorite_toggle.is_favorited {
    background-color: #FDEAF1;
}

.kanko_single .btn_favorite_toggle.is_favorited .icon {
    background-color: white;
}

.kanko_single .btn_favorite_toggle.is_favorited .icon::before {
    background-image: url(../images/common/icon_favorited.svg);
}

.kanko_single .btn_favorite_toggle.is_favorited .text {
    display: none;
}

.kanko_single .btn_favorite_toggle.is_favorited .text.has_favorite {
    display: flex;
}

.kanko_single .btn_favorite_toggle .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -5px;
}

.kanko_single .btn_favorite_toggle .icon::before {
    content: "";
    display: block;
    background: url(../images/favorite/icon_favorite.svg) center/contain no-repeat;
    width: 21px;
    height: 19px;
}

.kanko_single .btn_favorite_toggle .text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 14px;
    gap: 14px;
}

.kanko_single .btn_favorite_toggle .text::after {
    content: "";
    width: 11px;
    height: 16px;
    background: url(../images/common/icon_arrow_thin.svg) center/contain no-repeat;
    flex-shrink: 0;
}

.kanko_single .btn_favorite_toggle .text.has_favorite {
    display: none;
}

.kanko_single_heading {
    border-radius: 30px;
    padding: 22px 20px 21px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 100%;
}

.kanko_single_heading::after,
.kanko_single_heading::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.kanko_single_heading::after {
    border: 10px solid #f5e7f7;
    z-index: -2;
}

.kanko_single_heading::before {
    border: 2px solid black;
    z-index: -1;
}

.kanko_single_name {
    font-size: 2.1875rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.4857142857;
    font-family: "Shippori Mincho", sans-serif;
}

.kanko_single_label {
    margin-top: 4px;
}

.kanko_single_sub_category {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    gap: 10px;
    line-height: 1;
    margin-top: 12px;
}

.kanko_single_sub_category>* {
    min-width: 52px;
    min-height: 24px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    padding: 0 5px;
}

.kanko_single_slide {
    margin-top: 22px;
}

.kanko_single_slide .swiper_button_wrap {
    width: 90%;
    max-width: 852px;
}

.kanko_single_slide .swiper_button_prev,
.kanko_single_slide .swiper_button_next {
    background-color: white;
    border: 2px solid black;
}

.kanko_single_slide .swiper_button_prev::after,
.kanko_single_slide .swiper_button_next::after {
    width: 10px;
    mask-image: url(../images/common/icon_arrow_wh.svg);
    -webkit-mask-image: url(../images/common/icon_arrow_wh.svg);
}

.kanko_single_slide .swiper_slide {
    max-width: 800px;
    width: 80%;
}

.kanko_single_slide_thumbnail {
    margin-top: 45px;
}

.kanko_single_slide_thumbnail .container {
    padding: 0;
}

.kanko_single_slide_thumbnail .item {
    overflow: hidden;
}

.kanko_single_slide_thumbnail .item img {
    transition: transform 0.5s ease;
}

.kanko_single_slide_thumbnail .swiper {
    overflow: hidden;
}

.kanko_single_slide_thumbnail .swiper_wrapper {
    display: flex;
}

.kanko_single_slide_thumbnail .swiper_slide {
    flex-shrink: 0;
    width: 176px;
}

.kanko_single_slide_thumbnail .swiper_slide_thumb_active {
    opacity: 1 !important;
}

.kanko_single_slide_thumbnail .swiper_slide_thumb_active .item img {
    transform: scale(1.1);
}

.kanko_single_slide_thumbnail .swiper_pagination {
    height: 3px;
    border-radius: 2px;
    background-color: #dddddd;
    margin-top: 32px;
    overflow: hidden;
    position: relative;
}

.kanko_single_slide_thumbnail .swiper_pagination_bar {
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
}

.kanko_single_intro {
    display: flex;
    justify-content: space-between;
    margin-top: 79px;
    gap: 40px;
}

.kanko_single_intro .btn_favorite {
    margin: 15px 0 0;
}

.kanko_single_description {
    font-family: "Shippori Mincho", sans-serif;
    line-height: 2.375;
    font-weight: 500;
    max-width: 730px;
}

.kanko_single_map {
    margin-top: 119px;
}

.kanko_single_map .btn_archive_link {
    margin-top: 41px;
}

.kanko_single_map .map iframe,
.kanko_single_map .map img {
    width: 100%;
    height: 413px;
}

.kanko_single_map .map img {
    object-fit: cover;
    object-position: center;
}

.kanko_single_detail {
    margin-top: 105px;
}

.kanko_single_detail .title {
    margin-bottom: 24px;
}

.kanko_single_detail table {
    width: 100%;
}

.kanko_single_detail table tr,
.kanko_single_detail table td,
.kanko_single_detail table th {
    border: 1px solid black;
    font-weight: 400;
    line-height: 2;
}

.kanko_single_detail table th,
.kanko_single_detail table td:first-child {
    background-color: #f8f8e7;
    text-align: center;
    min-width: 240px;
    width: 27.2727272727%;
}

.kanko_single_detail table th,
.kanko_single_detail table td {
    padding: 5px 10px;
}

.kanko_single_detail table a {
    text-decoration: underline;
}

.kanko_single_relation {
    margin-top: 151px;
}

.kanko_single_relation .title {
    margin-bottom: 28px;
}

.kanko_single .kanko_search {
    margin-top: 122px;
}

@media screen and (max-width: 767px) {

    .kanko_search_theme .title,
    .kanko_search_area .title,
    .kanko_sub_category_title {
        font-size: 1rem;
    }

    .kanko_single_slide .swiper_button_wrap {
        width: 97%;
    }

    .kanko_single_slide .swiper_button_prev,
    .kanko_single_slide .swiper_button_next {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .kanko_single_heading {
        padding: 0 15px;
        width: calc(100% - 40px);
    }

    .kanko_single_relation .title,
    .kanko_single_detail .title,
    .kanko_single_map .title {
        margin-bottom: 15px;
        align-items: flex-end;
        line-height: 1.3;
        gap: 8px 5px;
        font-size: 1.4375rem;
    }

    .kanko_single_relation .title::after,
    .kanko_single_detail .title::after,
    .kanko_single_map .title::after {
        grid-column: 1/3;
        top: 0;
    }

    .kanko_single_relation .title img,
    .kanko_single_detail .title img,
    .kanko_single_map .title img {
        grid-row: auto;
    }

    .kanko_mv_inner {
        border-radius: 28px;
        width: calc(100% - 30px);
    }

    .kanko_mv_inner::before {
        border-width: 1px;
    }

    .kanko_mv_inner img {
        border-radius: 28px;
    }

    .kanko_mv_title {
        min-width: 266px;
        padding: 2px 10px 4px;
    }

    .kanko_mv_title .description {
        font-size: 1.25rem;
        line-height: 1.35;
    }

    .kanko_sub_category_title {
        margin: 23px 0 17px;
    }

    .kanko_sub_category_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        margin: 0 -0.34px 31px;
    }

    .kanko_sub_category_list .item {
        width: 100%;
        min-width: 0px;
    }

    .kanko_list {
        grid-template-columns: 1fr;
        gap: 0 26px;
        margin-top: 30px;
    }

    .kanko_list .item a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 17px 11px;
        padding: 23px 0;
    }

    .kanko_list .item:not(:last-child) {
        border-bottom: 1px solid #707070;
    }

    .kanko_list .item:last-child a {
        padding-bottom: 0;
    }

    .kanko_list .item .image {
        margin-bottom: 0;
        margin-right: 2px;
    }

    .kanko_list .item .btn_favorite {
        left: auto;
        right: 0;
        width: 50%;
        top: 23px;
    }

    .kanko_list .item .btn_favorite .icon_favorite {
        bottom: 7px;
        right: 0;
    }

    .kanko_list .item .label {
        justify-content: flex-start;
        margin-bottom: 9px;
        gap: 5px;
    }

    .kanko_list .item .title {
        text-align: left;
        margin-bottom: 7px;
    }

    .kanko_list .item .sub_category {
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .kanko_list .item .sub_category>* {
        padding: 0 6px;
    }

    .kanko_list .item .description {
        grid-column: 1/3;
        margin-top: 0;
    }

    .kanko_list_show_number {
        margin-bottom: 17px;
        padding-top: 0;
    }

    .kanko_list+.sub_pagination {
        margin-top: 20px;
        padding-top: 34px;
    }

    .kanko_list+.btn_more {
        margin-top: 47px;
    }

    .kanko_search {
        margin-top: 64px;
    }

    .kanko_search_title {
        font-size: 1.25rem;
        padding-right: 0;
    }

    .kanko_search_title::after {
        margin-top: 3px;
        margin-right: 0;
    }

    .kanko_search_option {
        left: 0;
        margin: 0 -2.5px;
    }

    .kanko_search_theme .title,
    .kanko_search_area .title {
        gap: 12px;
        margin-bottom: 11px;
    }

    .kanko_search_theme .category_list,
    .kanko_search_area .category_list {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 8px 10px;
    }

    .kanko_search_theme {
        margin-top: 14px;
    }

    .kanko_search_theme .category_list .item:nth-child(3) {
        order: 3;
    }

    .kanko_search_theme .category_list .item:nth-child(4) {
        order: 4;
    }

    .kanko_search_theme .category_list .item:nth-child(5) {
        order: 1;
    }

    .kanko_search_theme .category_list .item:nth-child(6) {
        order: 2;
    }

    .kanko_search_theme .category_list .item:nth-child(7) {
        order: 5;
    }

    .kanko_search_area {
        margin-top: 13px;
    }

    .kanko_search .btn_archive_link {
        margin-top: 13px;
    }

    .kanko_search .btn_archive_link::after {
        left: auto;
    }

    .kanko_single .btn_favorite {
        height: 72px;
        width: 285px;
    }

    .kanko_single .btn_favorite_toggle {
        flex-direction: row;
        gap: 5px;
    }

    .kanko_single .btn_favorite_toggle .icon {
        top: 0;
        left: -7px;
    }

    .kanko_single .btn_favorite_toggle .text {
        gap: 18px;
        left: 0;
    }

    .kanko_single_heading {
        border-radius: 28px;
        padding: 40px 20px 21px;
    }

    .kanko_single_heading::after {
        border-width: 6px;
    }

    .kanko_single_heading::before {
        border-width: 1px;
    }

    .kanko_single_name {
        font-size: 1.5625rem;
    }

    .kanko_single_label {
        margin-top: 10px;
    }

    .kanko_single_slide {
        margin-top: 19px;
        padding: 0 20px;
    }

    .kanko_single_slide_thumbnail {
        margin-top: 8px;
    }

    .kanko_single_slide_thumbnail .container {
        padding: 0 20px;
    }

    .kanko_single_slide_thumbnail .item img {
        aspect-ratio: 55/42;
        object-fit: cover;
        object-position: center;
    }

    .kanko_single_slide_thumbnail .swiper_slide {
        width: 55px;
    }

    .kanko_single_slide_thumbnail .swiper_pagination {
        margin-top: 20px;
    }

    .kanko_single_intro {
        margin-top: 10px;
        display: block;
    }

    .kanko_single_intro .btn_favorite {
        position: relative;
        margin: 30px auto 0;
        left: 4px;
    }

    .kanko_single_description {
        line-height: 2.5714285714;
    }

    .kanko_single_map {
        margin-top: 56px;
    }

    .kanko_single_map .btn_archive_link {
        margin-top: 23px;
    }

    .kanko_single_map .map {
        margin: 0 -15px;
    }

    .kanko_single_map .map iframe,
    .kanko_single_map .map img {
        height: 281px;
    }

    .kanko_single_detail {
        margin-top: 25px;
    }

    .kanko_single_detail .title {
        margin-bottom: 18px;
    }

    .kanko_single_detail table th,
    .kanko_single_detail table td:first-child {
        width: 34.7826086957%;
        min-width: 100px;
    }

    .kanko_single_relation {
        margin-top: 43px;
    }

    .kanko_single_relation .title {
        line-height: 1.4782608696;
        margin-bottom: 17px;
    }

    .kanko_single .kanko_search {
        margin-top: 73px;
    }
}

@media (any-hover: hover) and (pointer: fine) {
    .kanko_search_theme .category_list .item {
        transition: background-color 0.5s ease;
    }

    .kanko_search_theme .category_list .item:hover {
        background-color: #D4F2BA;
    }

    .kanko_search_area .category_list .item {
        transition: background-color 0.5s ease;
    }

    .kanko_search_area .category_list .item:hover {
        background-color: #F7D7D7;
    }

    .kanko_search .btn_archive_link {
        transition: background-color 0.5s ease;
    }

    .kanko_search .btn_archive_link:hover {
        background-color: #FFEB03;
    }

    .kanko_sub_category_list .item {
        transition: background-color 0.5s ease;
    }

    .kanko_sub_category_list .item:hover {
        background-color: #DEF5F3;
    }

    .kanko_single_detail table a:hover {
        text-decoration: none;
    }
}

/* ------------------------------------------
  モーダル
------------------------------------------ */
.modal {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    transition: 0.5s;
}

.modal.open {
    display: block;
}

.modal-content {
    background-color: #fff;
    margin: 85px auto;
    padding: 44px 50px 60px;
    border-radius: 30px;
    width: 80%;
    position: relative;
}

.modal .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -53px;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .modal-content {
        margin: 65px auto;
        padding: 25px 0;
        border-radius: 15px;
        width: calc(100% - 30px);
    }

    .modal .close {
        top: -50px;
    }
}