@charset "utf-8";

/* エリアジャック広告（緑） */

header {
    position: initial;
}

.feature_season {
    background: #fff;
    color: #232b39;
    font-size: 0.875rem;
    line-height: 1.5;
    padding-bottom: 24px;
}

.feature_season a {
    color: #076baf;
    text-decoration: underline;
}

.feature_season em,
.feature_season strong {
    font-style: normal;
}

.feature_season .visible_md {
    display: none;
}

.feature_season .ttl_main {
    background: #f3f9fa;
    margin-bottom: 0;
    padding: 10px;
}

.feature_season .main_info {
    margin: 10px;
}

.feature_season .main_info .main_info_ttl {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
}

.feature_season .main_info .main_info_txt {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.6;
}

.feature_season .main_info_lead {
    color: #0caa22;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.feature_season .toc {
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    width: 100%;
    max-width: 960px;
    margin: 10px auto;
}

.toc_title {
    font-weight: bold;
    text-align: center;
    padding: 0 0 16px 0;
    color: #05aa22;
    font-size: 1.25rem;
}

.toc_anchors {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.toc_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 5px;
}

.toc_list li {
    padding: 0 12px 8px;
    margin: 0 auto;
}

.li {
    list-style: none;
}

.toc_list li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-right: 14px;
    background-color: #05aa22;
    border-radius: 5px;
    height: 40px;
    width: 144px;
    line-height: 40px;
    border-bottom: 4px solid #017513;
    text-align: center;
    display: inline-block;
}

.toc_list li a p {
    display: inline;
    position: relative;
}

.toc_list li a p::after {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: -22px;
    top: 0;
    transform: rotate(225deg);
    width: 8px;
}

.toc_list .dummy {
    height: 40px;
    width: 157px;
    height: 0;
    line-height: 40px;
    opacity: 0;
    display: block;
}

.feature_season .ttl_area {
    color: #05aa22;
    font-size: 1.125rem;
    font-weight: normal;
    margin: 24px auto;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

.feature_season .ttl_area span {
    background: #fff;
    padding: 0 8px;
    position: relative;
    text-align: center;
}

.feature_season .ttl_area::before {
    background: #05aa22;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.feature_season .list_card {
    margin: 0 auto 24px;
    width: calc(100% - 20px);
}

.feature_season .list_card .item_card {
    margin: 0 0 24px;
    position: relative;
}

.feature_season .list_card .item_card:last-child {
    margin: 0;
}

.feature_season .card_facility.card_facility {
    background: #fff;
    border: 1px solid #05aa22;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}

.card_facility p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.feature_season .card_facility .ttl_card {
    font-weight: bold;
    font-size: 1rem;
    line-height: 24px;
    margin: 0 0 12px;
    padding: 0;
    text-align: center;
}

.feature_season .card_facility .ttl_card > strong {
    color: #076baf;
    text-decoration: underline;
}

.feature_season .card_facility .ttl_card_area {
    align-items: center;
    background: #edf5e2;
    border-radius: 5px 5px 0 0;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0 -10px 10px;
    width: calc(100% + 20px);
}

.feature_season .card_facility .blk_img {
    display: block;
    margin: 0 auto 10px;
    min-height: 44vw;
    position: relative;
    width: 89vw;
    z-index: 1;
}

.feature_season .card_facility .blk_img > img {
    height: 44vw;
    left: 0;
    margin: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 66vw;
}

.feature_season .card_facility .blk_img label {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1vw 67vw;
    opacity: 1;
    width: 22vw;
}

.feature_season .card_facility .blk_img label:hover {
    opacity: 0.5;
}

.feature_season .card_facility .blk_img label img {
    display: block;
    height: 14vw;
    object-fit: cover;
    width: 21vw;
}

.feature_season .card_facility .blk_img input[name^="switch_img_"] {
    display: none;
}

.feature_season .card_facility .blk_img input[name^="switch_img_"]:checked + label {
    opacity: 0.5;
}

.feature_season .card_facility .blk_img input[name^="switch_img_"] ~ img {
    opacity: 0;
}

.feature_season .card_facility .blk_img input[name^="switch_img_"]:checked + label + img {
    opacity: 1;
}

.feature_season .card_facility .blk_img .link_img {
    height: 42.6vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 63.9vw;
}

.feature_season .card_facility .txt_introduce {
    margin-bottom: 10px;
    height: fit-content;
}

.feature_season .card_facility .list_tag li {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: bold;
    height: 24px;
    margin: 0 2px 8px 0;
    padding: 0 10px;
    border: 1px solid #05aa22;
}

.feature_season .card_facility .list_tag li:last-child {
    margin: 0 0 8px;
}

.feature_season .card_facility .blk_cost_move,
.feature_season .card_facility .blk_cost_monthly {
    align-items: center;
    display: flex;
    margin: 0 0 18px;
}

.feature_season .card_facility .blk_cost_move dt,
.feature_season .card_facility .blk_cost_monthly dt {
    font-size: 1.125rem;
    font-weight: bold;
    margin-right: 5px;
}

.feature_season .card_facility .blk_cost_move.blk_cost_move dd,
.feature_season .card_facility .blk_cost_monthly dd {
    color: #d84472;
    font-size: 1rem;
}

.feature_season .card_facility .blk_cost_move dd em,
.feature_season .card_facility .blk_cost_monthly dd em {
    font-size: 1.125rem;
    font-weight: bold;
}

.feature_season .card_facility .txt_traffic {
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-left: 24px;
    position: relative;
}

.feature_season .card_facility .txt_traffic.txt_traffic::before {
    color: #05aa22;
    content: "\e536";
    display: inline-block;
    font-family: "material icons";
    font-size: 1.5rem;
    font-weight: normal;
    left: -4px;
    line-height: 1.2;
    position: absolute;
    top: -4px;
}

.feature_season .card_facility .link_card {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.feature_season .card_facility .txt_link {
    align-items: center;
    border-radius: 0 0 5px 5px;
    border-top: 1px dashed #ccc;
    bottom: 0;
    color: #076baf;
    display: flex;
    font-weight: bold;
    height: 48px;
    justify-content: flex-end;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-right: 2px;
}

.feature_season .card_facility .txt_link::after {
    border-left: 2px solid;
    border-top: 2px solid;
    content: "";
    display: block;
    height: 7px;
    transform: rotate(135deg);
    width: 7px;
}

.blk_footer_attention a {
    color: #076baf;
}

.feature_season .main_cp {
    padding: 0 10px;
    box-sizing: border-box;
}

.feature_season .main_cp picture {
    display: block;
    box-sizing: border-box;
}

.feature_season .main_cp picture img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 24px 0;
    box-sizing: border-box;
}

.feature_season .main_cp .cp_list {
    background-color: #f5f5f5;
    padding: 16px 15px 8px;
    font-size: 0.875rem;
}

.feature_season .main-contact {
    padding: 0px 10px;
    margin: 24px 0;
    box-sizing: border-box;
}

.feature_season .main-contact__container {
    background-color: #edf5e2;
    border-radius: 8px;
}

.feature_season .main-contact__card {
    padding: 8px 12px;
}

.feature_season .main-contact__call-area {
    text-decoration: none;
    color: inherit;
}

.feature_season .main-contact__card--freecall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.feature_season .main-contact__label {
    text-align: center;
    width: 62px;
    height: 62px;
    background-color: #fff;
    border-radius: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
}

.feature_season .main-contact__description {
    font-size: 1rem;
    font-weight: bold;
}

.feature_season .main-contact__icon {
    height: 19px;
    width: 11px;
}

.feature_season .main-contact__card--phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding-top: 0;
}

.feature_season .main-contact__phone-icon {
    width: 34px;
    height: 34px;
    aspect-ratio: 1/1;
}

.feature_season .main-contact__phone-number {
}

.feature_season .main-contact__phone-value {
    color: #05aa22;
    font-size: 2.25rem;
    font-weight: 800;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    white-space: nowrap;

}

.feature_season .main-contact__card--info {
    background-color: #05aa22;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.feature_season .main-contact__hours {
    font-size: 0.875rem;
    font-weight: 400;
}

.feature_season .main-contact__company {
    font-size: 0.625rem;
    font-weight: 400;
}

.feature_season .card_facility .blk_cv {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.feature_season .card_facility .blk_cv .blk_cv_call {
    align-items: center;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 1.75rem;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
}

.feature_season .card_facility .blk_cv .blk_cv_call::before {
    color: #05aa22;
    content: "\E0CD";
    display: inline-flex;
    font-family: "material icons";
    font-size: 1.75rem;
    font-weight: normal;
}

.feature_season .card_facility .blk_cv .blk_cv_form {
    width: 240px;
}

.feature_season .card_facility .blk_cv .blk_cv_form > a {
    background: #f55d00;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #b94600;
    display: block;
    height: 36px;
    position: relative;
    text-decoration: none;
    z-index: 2;
}

.feature_season .card_facility .blk_cv .blk_cv_form > a:hover {
    box-shadow: 0 0 0 0 transparent;
    text-decoration: none;
    transform: translateY(3px);
}

.feature_season .card_facility .blk_cv .blk_cv_form a p {
    color: #fff;
    font-size: 0.8125rem;
    line-height: 36px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
}

.feature_season .card_facility .blk_cv .blk_cv_form a p strong {
    font-size: 1rem;
}

.feature_season .card_facility .grave_type {
    display: flex;
    flex-wrap: wrap;
}

.feature_season .card_facility .grave_type .list_tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.feature_season .card_facility .grave_type .list_tag li {
    display: flex;
    height: 16px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: #edf5e2;
    font-size: 0.875rem;
    margin: 0 0px 8px 0;
    border: none;
}

.main-contact__card--freecall.main-contact__label {
    display: flex;
}

.main-contact__card--phone .main-contact__label {
    display: none;
}

.br-sp,
.visible-xs {
    display: block;
}

.visible-md {
    display: none;
}

/* PC */
@media (min-width: 768px) {
    .feature_season .visible_md {
        display: inline-block;
    }

    .feature_season .ttl_main {
        background: rgb(243 249 250);
        padding: 20px 0 20px;
        margin: 0 auto 40px auto;
        text-align: center;
        width: 100%;
        max-width: 980px;
    }

    .feature_season .main_info {
        font-size: 1rem;
        line-height: 1.5;
        margin: 40px auto;
        max-width: 1000px;
    }

    .feature_season .main_cp {
        margin: 0 auto;
        width: 100%;
        max-width: 960px;
    }

    .feature_season .main-contact {
        margin: 24px auto;
        width: 100%;
        max-width: 960px;
    }

    .feature_season .main_info .main_info_ttl {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }

    .feature_season .main_info .main_info_txt {
        font-size: 1rem;
    }

    .feature_season .toc .toc_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

    .feature_season .toc .toc_list li a p::after {
        border-top: 3px solid;
        border-left: 3px solid;
        height: 9px;
        width: 9px;
        position: absolute;
    }

    .feature_season .ttl_area {
        margin: 40px auto;
        max-width: 1000px;
        width: 100%;
        font-size: 1.5rem;
    }

    .feature_season .list_card {
        margin: 40px auto;
        max-width: 1000px;
        width: 100%;
    }

    .feature_season .list_card .item_card {
        margin: 0 0 36px;
    }

    .feature_season .card_facility {
        display: grid;
        grid-auto-rows: auto;
        grid-template-columns: 500px 1fr;
        padding: 5px 15px 0;
    }

    .feature_season .card_facility .ttl_card {
        font-size: 1.375rem;
        grid-column: 1/3;
        grid-row: 1/2;
        margin: 16px 0 10px;
        text-align: left;
    }

    .feature_season .card_facility .ttl_card_area {
        border-radius: 0;
        display: inline-flex;
        font-size: 1.125rem;
        height: auto;
        margin: 0 20px 0 0;
        padding: 4px 8px;
        width: auto;
    }

    .feature_season .card_facility .blk_img {
        grid-column: 1/2;
        grid-row: 2/8;
        margin-right: 15px;
        min-height: 240px;
        width: 100%;
    }

    .feature_season .card_facility .blk_img > img {
        height: 240px;
        width: 360px;
    }

    .feature_season .card_facility .blk_img label {
        margin: 0 0 6px 366px;
        width: 120px;
    }

    .feature_season .card_facility .blk_img label img {
        height: 76px;
        width: 114px;
    }

    .feature_season .card_facility .blk_img .link_img {
        height: 240px;
        width: 360px;
    }

    .feature_season .card_facility .txt_introduce {
        font-size: 1rem;
        grid-column: 2/3;
        grid-row: 3/4;
        margin: 0;
    }

    .feature_season .card_facility .blk_tag {
        display: flex;
        flex-wrap: wrap;
        grid-column: 2/3;
        grid-row: 4/5;
    }

    .feature_season .card_facility .grave_type {
        grid-column: 2/3;
        grid-row: 2/4;
    }

    .feature_season .card_facility .grave_type .list_tag {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .feature_season .card_facility .blk_tag .list_tag li {
        font-size: 0.875rem;
        height: 30px;
        margin: 0 4px 4px 0;
        padding: 0 10px;
    }

    .feature_season .card_facility .blk_cost_move {
        grid-column: 2/3;
        grid-row: 6/7;
        margin: 0;
    }

    .feature_season .card_facility .blk_cost_move dt {
        font-size: 1.25rem;
        margin-right: 5px;
    }

    .feature_season .card_facility .blk_cost_move dd {
        font-size: 1rem;
        margin-right: 15px;
    }

    .feature_season .card_facility .blk_cost_move dd em {
        font-size: 1.25rem;
    }

    .feature_season .card_facility .txt_traffic {
        grid-column: 2/3;
        grid-row: 5/6;
        font-size: 1rem;
        height: fit-content;
        margin: 0;
    }

    .feature_season .card_facility .txt_link {
        font-size: 1.125rem;
        grid-column: 1/3;
        grid-row: 8/9;
        margin: 0 auto;
    }

    .feature_season .card_facility .txt_link::after {
        border-left: 3px solid;
        border-top: 3px solid;
        content: "";
        display: block;
        height: 9px;
        transform: rotate(135deg);
        width: 9px;
    }

    .toc_list {
        width: 85%;
    }

    .toc_list li {
        margin: 0;
    }

    .toc_list li a {
        width: 160px;
    }

    .toc_list .dummy {
        width: 172px;
        height: 0;
        display: none;
    }

    /* フッターレイアウト調整 */
    .blk_footer_info.no_border {
        border-top: none;
        margin: 0 auto 40px;
    }

    .feature_season .card_facility .blk_cv {
        justify-content: flex-start;
    }

    .feature_season .card_facility .txt_link {
        justify-content: center;
    }

    .feature_season .main-contact__card--phone {
        gap: 14px;
    }

    .feature_season .main-contact__description {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .feature_season .main-contact__phone-icon {
        width: 60px;
        height: 60px;
        aspect-ratio: 1/1;
    }

    .feature_season .main-contact__phone-value {
        font-size: 4.625rem;
        font-weight: 600;
        text-decoration-line: unset;
    }

    .feature_season .main-contact__label {
        width: 100px;
        height: 100px;
        font-size: 1.5rem;
        font-weight: 700;
        margin-right: 30px;
    }

    .feature_season .main-contact__hours {
        font-size: 1.75rem;
        font-weight: 400;
        text-align: center;
    }

    .feature_season .main-contact__company {
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
    }

    .main-contact__card--freecall .main-contact__label {
        display: none;
    }

    .main-contact__card--phone .main-contact__label {
        display: flex;
    }

    .feature_season .main-contact__icon {
        display: none;
    }

    .br-sp,
    .visible-xs {
        display: none;
    }

    .visible-md {
        display: block;
    }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1040px) {
    .feature_season .list_card {
        width: calc(100% - 20px);
    }
}
