@charset "UTF-8";

/*ｰｰｰｰｰｰｰｰｰｰLV周りｰｰｰｰｰｰｰｰｰｰ*/
#lv,
#pan {
    display: none;
}
#lv_outer {
    padding-bottom: 0px;
}
@media screen and (min-width: 1201px) {
    .mv_wrapper {
        display: flex;
        flex-direction: row-reverse;
        max-width: 1300px;
        margin: 0 auto;
        padding: 20px;
    }
    #slmv + div,
    .mv_left {
        max-width: 700px
    }
}
main:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    max-height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--i_main_color);
    pointer-events: none;
}
#slmv + div .gallery_single_slider .inner_item {
    padding-bottom: 20px;
}
#slmv + div .gallery_single_slider .inner_item img {
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
    max-width: 100%;
}
#slmv + div.gallery_single .wrapper_item {
    overflow: visible;
}
#slmv + div .gallery_single_slider_thum .slick-list {
    width: 90%;
    margin: 0 auto;
}
#slmv + div .gallery_single_slider_thum .inner_item {
    width: 15% !important;
    margin-bottom: 0;
}
#slmv + div .gallery_single_slider .slick-arrow {
    background: var(--i_btn_hover_color);
    height: 150px;
    top: calc(50% - 75px);
    border-radius: 5px;
    right: -15px;
}
#slmv + div .gallery_single_slider .slick-prev {
    right: auto;
    left: -15px;
}
#slmv + div .gallery_single_slider .slick-arrow::before {
    border-color: var(--i_bg_color);
}
#mvt1 + section .heading.block_header_1 .h {
    font-size: 1.2vw;
}
#mvt1 + section .inner_item_txt p {
    position: relative;
    font-size: 2.5vw;
    /* padding-left: 40%; */
    font-weight: 600;
    line-height: 1.5;
}
/* #mvt1 + section .inner_item_txt p:after {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 10%;
    pointer-events: none;
    background: url(/common/upload_data/chikaku-no-osohshikicom/image/mv_ico.png) no-repeat;
    z-index: 8;
    background-size: contain;
} */
#mvt2 + section .inner_item_txt {
    border-bottom: 1px dashed var(--i_txt_color);
}
#mvt2 + section .heading.block_header_1 .h {
    font-size: 1.3vw;
    background: var(--i_sub3_color);
    padding: 5px;
    width: 100%;
    border-radius: 99px;
    color: var(--i_bg_color);
}
#mvt2 + section .inner_item_txt p {
    line-height: 1;
    text-align: left !important;
}
#mvt2 + section .inner_item_txt > p:first-child {
    padding-left: 85px;
}
#mvt2 + section .inner_item_txt p:nth-of-type(2) {
    padding-left: 170px;
    position: relative;
    padding-bottom: 30px;
}
#mvt2 + section .inner_item_txt p:nth-of-type(2) span {
    font-size: 3.8vw !important;
}
#mvt2 + section .inner_item_txt p:nth-of-type(2):after {
    content: "";
    display: block;
    width: 30%;
    height: 90%;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 0;
    pointer-events: none;
    background: url(/common/upload_data/chikaku-no-osohshikicom/image/20250714133147.png) no-repeat;
    z-index: 8;
    background-size: contain;
}
button.modal_toggle {
    border: none;
    border-bottom: 2px solid var(--i_btn_color);
    font-size: 2rem;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    color: var(--i_btn_color);
    font-weight: 600;
    cursor: pointer;
}
button.modal_toggle:before {
    display: block;
    content: '+';
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(1em * 1.55 / 2);
    transform: translateY(-50%);
    left: 0;
}
#slmv + div .gallery_single_slider .pointer li button {
    background-color: var(--i_bg_color, rgb(255 255 255));
}

@media screen and (max-width: 1200px) {
    main:before {
        display: none;
    }
    #slmv + div,
    #mvt1 + section {
        background: var(--i_main_color) !important;
    }
    #mvt2 + section {
        padding-top: 20px;
    }
    #slmv + div > .content_wrapper {
        width: 95%;
        padding-top: 50px;
    }
    #slmv + div .gallery_single_slider .inner_item {
        padding: 10px;
    }
    #slmv + div .gallery_single_slider .slick-arrow {
        background: none;
    }
    #slmv + div .gallery_single_slider_thum {
        margin-bottom: 0;
    }
    #mvt1 + section .heading.block_header_1 .h {
        font-size: 4vw;
    }
    #mvt1 + section .inner_item_txt p {
        font-size: 8vw;
        /* padding-left: 30%; */
    }
    #mvt2 + section .inner_item_txt > p:first-child {
        padding-left: 25%;
    }
    #mvt1 + section .inner_item_txt p:after {
        width: 30%;
        height: 100%;
        left: 5%;
    }
    #mvt2 + section .heading.block_header_1 .h {
        font-size: 3vw;
        width: 80%;
    }
    #mvt2 + section .inner_item_txt p:nth-of-type(2) span {
        font-size: 12vw !important;
    }
    #mvt2 + section .inner_item_txt p:nth-of-type(2) {
        padding-bottom: 0;
        line-height: 1.6;
        padding-left: 33%;
    }
    button.modal_toggle {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 900px) {
    #mvt2 + section .inner_item_txt > p:first-child {
        text-align: center !important;
        padding-left: 0px;
    }
}

@media screen and (max-width: 600px) {
    #slmv + div .gallery_single_slider {
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 2001px) {
    #mvt1 + section .heading.block_header_1 .h {
        font-size: 2.3rem;
    }
    #mvt1 + section .inner_item_txt p {
        font-size: 5rem;
    }
    #mvt2 + section .heading.block_header_1 .h {
        font-size: 2.2rem;
    }
    #mvt2 + section .inner_item_txt p:nth-of-type(2) span {
        font-size: 7rem !important;
    }
}
/*ｰｰｰｰｰｰｰｰｰｰコンタクトボタンｰｰｰｰｰｰｰｰｰｰ*/
#contact + div .inner_item:last-of-type:before,
#contact + .composite_box01.block_images_17 .inner_item:nth-of-type(3) {
    display: none;
}
#contact + div {
    overflow: visible;
}
#contact + .composite_box01 > .content_wrapper {
    position: relative;
}
#contact + .composite_box01 > .content_wrapper:after {
    content: "";
    display: block;
    width: 100px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 5%;
    pointer-events: none;
    background: url(/common/upload_data/chikaku-no-osohshikicom/image/right_2.png) no-repeat;
    z-index: 8;
    background-size: contain;
}
#contact + .composite_box01 .wrapper_item {
    width: 85%;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
}
#contact + .composite_box01 .inner_item_img img {
    object-fit: contain !important;
    border-radius: 0;
}
#contact + div .inner_item:nth-of-type(2) .heading.block_header_4 p {
    background: var(--i_bg_color);
    border-radius: 5px;
    font-size: 2rem;
    color: var(--i_txt_color);
    padding: 10px 10px 12px 20px;
    width: fit-content;
    white-space: nowrap;
    margin: 0 auto;
    box-shadow: 2px 3px 7px rgb(0 0 0 / 15%);
}
@media screen and (max-width: 1100px) {
    #contact + .composite_box01.block_images_17 .inner_item > a {
        margin-bottom: 20px;
    }
    #contact + .composite_box01 > .content_wrapper:after {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    #contact + .composite_box01 .wrapper_item {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #contact + div .heading.block_header_4 .h {
        line-height: 1;
    }
}
@media screen and (max-width: 480px) {
    #contact + div .inner_item .heading.block_header_4 p {
        font-size: 1.35rem !important;
    }
}
/*ｰｰｰｰｰｰｰｰｰｰおすすめｰｰｰｰｰｰｰｰｰｰ*/
#t_reco + section .inner_item_txt p {
    font-size: 4rem;
    font-weight: 600;
    border-bottom: 2px dashed var(--i_border_color);
    width: fit-content;
    margin: 0 auto;
}
#t_reco + section .inner_item_txt p span {
    -webkit-text-emphasis: filled var(--i_main_color);
    text-emphasis: filled var(--i_main_color);
}
#reco + .dec1_3:not(.block_images_21) > .content_wrapper {
    position: relative;
    border: 2px solid var(--i_main_color);
    overflow: visible;
    margin-top: 50px;
    padding-top: 100px;
}
#reco + .dec1_3:not(.block_images_21) > .content_wrapper:before {
    content: "";
    display: block;
    width: 130px;
    height: 140px;
    position: absolute;
    top: -70px;
    left: calc(50% - 65px);
    pointer-events: none;
    background: url(/common/upload_data/chikaku-no-osohshikicom/image/reco4.png) no-repeat;
    z-index: 8;
    background-size: contain;
}
#reco + section .heading.block_header_1 .h {
    font-size: 2.6rem;
    background: linear-gradient(transparent 50%, #d1eace 50%);
}
@media screen and (max-width: 600px) {
    #t_reco + section .inner_item_txt p {
        font-size: 1.8rem;
    }
    #reco + section .heading.block_header_1 .h {
        font-size: 1.3rem;
    }
}
/*ｰｰｰｰｰｰｰｰｰｰ直葬プランｰｰｰｰｰｰｰｰｰｰ*/
a[id*="chokuso"] + div .heading.block_header_1 {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--i_border_color);
    /* box-shadow: 0px 4px 13px 0px #ededed; */
    margin-bottom: 40px;
}
a[id*="chokuso"] + div .heading.block_header_1 p {
    padding-bottom: 0;
    margin-bottom: 0;
}
#chokuso1 + div .heading.block_header_1 p:before {
    display: none;
}
a[id*="chokuso"] + .composite_box01 .inner_item {
    flex-direction: row;
    align-items: center;
}
a[id*="chokuso"] + .composite_box01.block_images_1 a + .inner_item_txt,
a[id*="chokuso"] + .composite_box01 .inner_item > a {
    width: 50%;
}
a[id*="chokuso"] + .composite_box01 .inner_item_img img {
    height: 150px !important;
    border-radius: 10px;
}
a[id*="chokuso"] + .composite_box01 .inner_item .heading {
    text-align: left;
    padding-left: 10px;
}
a[id*="chokuso"] + div .heading.block_header_4 .h {
    font-size: 1.8rem;
}
a[id*="chokuso"] + div .heading.block_header_4 p {
    color: var(--i_txt_color);
    font-weight: 400;
}

/*ｰｰｰｰｰｰｰｰｰｰflowｰｰｰｰｰｰｰｰｰｰ*/
#flow + section .heading.block_header_2 .h:before {
    display: block;
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--i_main_color);
    border: none;
    border-radius: 0%;
    transform: none;
}
#flow + section .heading.block_header_2 .h {
    font-size: 4rem;
}
#sche + section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
#sche + section > .content_wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 0;
}
.schedule {
    background: var(--i_sub2_color);
    padding: 20px 20px 60px;
    display: block;
    width: 1360px;
}
.timeline {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.step {
    padding: 0 5px;
}
dd.step-content {
    display: flex;
    justify-content: space-between;
}
.item {
    font-size: 2rem;
    text-align: center;
    border: 1px solid var(--i_border_color);
    border-radius: 5px;
    background: #fff;
    margin-left: 10px;
}
.item:first-of-type {
    margin-left: 0;
}
.item img {
    height: 92px;
}
dt.step-title {
    background: var(--i_main_color);
    color: #fff;
    /* width: 99%; */
    padding: 10px;
    margin: 0 5px 10px;
    text-align: center;
    border-radius: 5px;
}
.step-line {
    position: relative;
    border-bottom: 2px solid var(--i_main_color);
    width: 100%;
    bottom: -30px;
}
.step-line:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent var(--i_main_color);
    top: calc(1em * 0.1 / 2);
    transform: translateY(-50%);
    right: -6px;
    position: absolute;
    z-index: 3;
    margin: auto;
    pointer-events: none;
}