@import url('page.css');
.font-semi-bold {
    font-weight: 500;
}

.section-page-header.full .section-page-header__breadcrumbs {
    max-width: none;
}


/* ////////////////////////////////////////////
====================== common style for secondary pages ======================
 ////////////////////////////////////////////// */

.tightStartBracket {
    letter-spacing: -0.04em;
}

.tightEndBracket {
    letter-spacing: -0.5em;
}

.breadcrumbsWrap {
    padding: 35px 42px 0;
    position: relative;
    z-index: 2;
    max-width: 1366px;
    margin-inline: auto;
}

@media only screen and (max-width: 991px) {
    .breadcrumbsWrap {
        padding: 20px 18px 0;
        margin-bottom: 30px;
    }
    .breadcrumbsWrap .breadcrumbs {
        padding: 0;
        margin: 0;
    }
}

.dib-pc {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .dib-pc {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .el-btn {
        margin-inline: auto;
    }
}


/* setting background color for main contents */

.bgBaige {
    background-color: #F2F0EC;
}

.bgWide--brown {
    position: relative;
    z-index: 1;
    padding-top: 240px;
}

.bgWide--brown::before {
    content: "";
    background-color: #DED7CA;
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
}

@media only screen and (max-width: 991px) {
    .bgWide--brown {
        padding-top: 140px;
    }
    .bgWide--brown::before {
        height: calc(100% + 70px);
        top: 70px;
    }
}

.bgOverlap {
    position: relative;
    z-index: 1;
}

.bgOverlap::before {
    content: "";
    background-color: #EBE7DF;
    width: 100vw;
    height: calc(100% + 205px);
    position: absolute;
    top: -205px;
    left: 0;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
}

.bgOverlap.bgForType::before {
    background-color: rgba(235, 231, 223, 0.6);
}

@media only screen and (max-width: 991px) {
    .bgOverlap::before {
        height: calc(100% + 230px);
        top: -230px;
    }
}


/* sidebar */

.searchKeywordContent {
    position: relative;
}

.searchKeywordContent .icon-search {
    color: #957E61;
    position: absolute;
    top: 16px;
    left: 20px;
}

.searchKeywordContent input[type="search"] {
    background-color: #fff;
    border-radius: 50px;
    width: 284px;
    height: 52px;
    border: 1px solid #957E61;
    color: #957E61;
    font-size: 16px;
    display: block;
    padding: 15px 10px 13px 49px;
    margin-bottom: 0;
}

.cate-qa-sidebar {
    margin-top: 36px !important;
}


/* page-header */

.col2Mv {
    padding: 30px 0 0 42px;
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 1366px;
    margin-inline: auto;
}

.col2MvImgArea {
    width: calc(100% - 296px);
}

.col2MvTitleArea {
    width: 296px;
    position: relative;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.col2MvTitle {
    font-size: 34px;
    font-family: var(--serif);
    letter-spacing: 0.117em;
    display: flex;
    align-items: center;
}


/* page-header 微調整用クラス */

.col2MvTitleMini {
    font-size: 25px;
}

@media only screen and (max-width: 991px) {
    .col2Mv {
        padding: 52px 0 70px 0;
    }
    .col2MvImgArea {
        height: 424px;
        width: calc(100% - 114px);
    }
    .col2MvImgArea img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }
    .col2MvTitleArea {
        width: 114px;
        margin-top: 36px;
    }
    .col2MvTitle {
        font-size: 26px;
    }
    /* page-header 微調整用クラス */
    .col2MvTitleMini {
        font-size: 17px;
    }
    .mv-jyumokusou .col2MvTitleArea {
        margin-top: calc(96px + 1em);
    }
    .mv-shinnoukostudou .col2MvTitleArea {
        margin-top: 82px;
    }
}

@media only screen and (min-width: 992px) {
    .col2MvTitle {
        margin-right: 28px;
    }
    .col2MvImgArea img {
        width: 100%;
    }
    /* page-header 微調整用クラス */
    .mv-jyumokusou .col2MvTitleArea {
        margin-top: 140px;
    }
}

@media only screen and (min-width: 1281px) {
    .col2MvImgArea img {
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .col2MvImgArea img {
        width: 100%;
    }
}

@media only screen and (min-width: 560px) and (max-width: 991px) {
    .col2MvTitleArea {
        width: 250px;
    }
    .col2MvImgArea {
        width: calc(100% - 250px);
    }
}


/* ////////////////////////////////////////////
====================== よくある質問 ======================
 ////////////////////////////////////////////// */

.blTitle {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 28px;
    margin-top: 75px;
    position: relative;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .blTitle {
        font-size: 22px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .blTitle {
        margin-top: 82px;
        padding-left: 53px;
    }
    .blTitle::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 32px;
        background-color: #957E61;
        top: 4px;
        left: 0;
    }
}

.section-qa-list-btn-new li {
    list-style: none;
    width: 100%;
}

.section-qa-list-btn-new ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    column-gap: 12px;
    justify-items: center;
}

.section-qa-list-btn-new a,
.section-qa-list-btn-new .cate-qa-item {
    border: 1px solid #957E61;
    background-color: #fff;
    color: #957E61;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
    width: 245px;
    height: 68px;
    text-align: center;
    letter-spacing: 0;
    padding-top: 2px;
    transition: all ease 0.3s;
}

.section-qa-list-btn-new a:hover,
.section-qa-list-btn-new .cate-qa-item:hover,
.section-qa-list-btn-new a.active,
.section-qa-list-btn-new .cate-qa-item.active {
    background-color: #957E61;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .section-qa-list-btn-new {
        margin: 0 36px;
    }
    .section-qa-list-btn-new a,
    .section-qa-list-btn-new .cate-qa-item {
        font-size: 15px;
        width: 100%;
        height: 60px;
    }
}

.qa-content-colored.qa-content-new dt,
.qa-content-colored.qa-content-detail-new dt {
    border-color: #A5A5A5;
}

.qa-content-new {
    max-width: 806px;
}

.qa-content-new dl,
.qa-content-detail-new dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    text-align: start;
    opacity: 1;
}

.qa-content-new dt,
.qa-content-detail-new dt {
    padding: 36px 50px 28px 20px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    min-height: 48px;
    cursor: pointer;
    margin-right: 0;
    border-bottom: 1px solid #A5A5A5;
}

.qa-content-new dt:last-child {
    margin-bottom: 0 !important;
}

.qa-content-new dt div,
.qa-content-detail-new dt div {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.qa-content-new dd {
    display: none;
}

.qa-content-new dd a {
    color: #7B5713;
    text-decoration: underline;
}

.qa-content-new dd div,
.qa-content-detail-new dd div {
    font-size: 16px;
    display: flex;
    padding: 30px 55px 35px 20px;
    text-align: justify;
}

.qa-content-new dl dt:hover {
    opacity: 0.75;
}

.qa-content-new dl dt::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background: url(../assets/img/icon-custom/qa_ic_arrow.png) no-repeat center /cover;
    transition: all 0.3s;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.qa-content-new dl.active dt::after {
    transform: translateY(-50%) rotate(0)
}

.qa-content-new .qa-q,
.qa-content-detail-new .qa-q,
.qa-content-new .qa-a,
.qa-content-detail-new .qa-a {
    font-size: 34px;
    font-family: 'PlayfairDisplay-Regular';
    margin-right: 27px;
    margin-top: -13px;
}

.qa-content-new .qa-q,
.qa-content-detail-new .qa-q {
    color: #957E61;
}

.qa-content-new .qa-a,
.qa-content-detail-new .qa-a {
    color: #6B7C8B;
}

.qa-content-new .qa-a {
    margin-top: -15px;
}

@media screen and (max-width: 768px) {
    .qa-content-new {
        padding-bottom: 10px;
    }
    .qa-content-new .qa-q,
    .qa-content-detail-new .qa-q,
    .qa-content-new .qa-a,
    .qa-content-detail-new .qa-a {
        font-size: 30px;
        margin-right: 15px;
        margin-top: -13px;
    }
    .qa-content-new dt,
    .qa-content-detail-new dt {
        font-size: 16px;
        padding: 24px 40px 24px 20px;
        /* margin-bottom: 10px; */
        min-height: 48px;
    }
    .qa-content-new dd {
        line-height: 1.5;
    }
    .qa-content-new dd div,
    .qa-content-detail-new dd div {
        padding: 24px 10px 24px 20px;
    }
    .qa-content-new dl dt::after {
        top: calc(50% - 1px);
        right: 10px;
    }
}


/* ////////////////////////////////////////////
====================== 店舗一覧 ======================
 ////////////////////////////////////////////// */

.list-store .item-store {
    background-color: #fff;
    border-radius: 2px;
    padding: 34px 55px;
}

.list-store .item-store img {
    width: 214px;
    height: auto;
    object-fit: cover;
    margin-right: 40px;
    border-radius: 0;
}

.list-store .store_main_text {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: #FFFFFF;
    width: calc(100% - 132px);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    letter-spacing: 0.05em;
}

.list-store .store_main_area {
    border-radius: 4px;
    background: #EBE7DF;
    border: 1px solid #DBDBDB;
}

.list-store .storeKome {
    color: #403217;
    font-size: 12px;
    margin-top: 8px;
    position: relative;
    padding-left: 1em;
    letter-spacing: 0;
}

.list-store .storeKome::before {
    content: "※";
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.store_url_map {
    margin-top: 8px;
    width: 72px;
    line-height: 1 !important;
}

.list-store .main-responsibility {
    font-weight: 500;
    width: 150px;
    letter-spacing: 0.05rem;
    color: #574B43;
}

@media only screen and (max-width: 991px) {
    .list-store .main-responsibility {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 5px;
    }
    .list-store .store_main_text {
        font-size: 16px;
        width: 100%;
    }
}

.el-btn-arrow-wrap-new {
    margin-top: 30px;
}

.el-btn-arrow-new {
    background-color: #957E61;
    border: 1px solid #957E61;
    border-radius: 50px;
    color: #fff!important;
    display: block;
    font-size: 16px;
    text-decoration: none!important;
    padding: 20px 60px 20px 50px;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
    max-width: 478px;
    width: 100%;
    transition: ease-in .2s;
    margin: 0 auto;
}

.el-btn-arrow-new:hover {
    background-color: #fff!important;
    color: #957E61 !important;
}

.el-btn-arrow-new .el-btn-arrow__icon {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    width: 20px;
    height: 10px;
    background: url(../assets/img/icon-custom/arrow-white.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: ease-in .2s;
}

.el-btn-arrow-new:hover .el-btn-arrow__icon {
    background-image: url(../assets/img/icon-custom/arrow-brawn.svg);
}

@media only screen and (max-width: 991px) {
    .el-btn-arrow-new {
        font-size: 16px;
        padding: 14px 30px 14px 28px;
        margin-top: 18px;
    }
}

.item-store+.item-store {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .item-store+.item-store {
        margin-top: 16px;
    }
}

.section-shoplist-kobe .item-store .item-store-content__right,
.list-store .item-store .item-store-content__right {
    width: calc(100% - 214px)
}

.item-store-content__right table tr:first-child {
    border-top: 1px solid #DBDBDB;
}

.item-store-content__right table tr {
    border-bottom: 1px solid #DBDBDB;
}

.item-store-content__right table tr td:first-child {
    width: 85px;
    vertical-align: baseline;
}

.item-store-content__right table td {
    padding: 12px 12px 12px 0;
    letter-spacing: 0.03em;
}

.item-store-content__right table td,
.item-store-content__right table label {
    margin: 0;
    border: 0 !important;
    font-size: 16px;
    color: #262626;
    border-color: #A5A5A5;
}

.item-store-name::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 33px;
    background-color: #726658;
    transform: rotate(0);
    left: -55px;
    top: 5px;
}

@media only screen and (max-width: 991px) {
    .list-store .item-store {
        padding: 28px 24px;
    }
    .item-store-name::after {
        width: 7px;
        height: 28px;
        left: -24px;
        top: 3px;
    }
    .list-store .item-store .item-store-content__right {
        margin-top: 8px;
        width: 100%;
        border-top: none;
        padding-top: 0;
    }
    .item-store-content__right table tr td:first-child {
        width: 70px;
    }
    .item-store-content__right table tr td:first-child label {
        font-size: 16px;
    }
    .item-store-content__right table td {
        font-size: 16px;
        padding: 16px 10px 16px 0;
    }
    .item-store-content__right table tr td:nth-child(2) {
        padding-right: 0;
    }
    .list-store .item-store img {
        width: 100%;
        margin-right: 0;
        padding: 0 20px;
    }
}


/* ////////////////////////////////////////////
====================== 加登の考える供養 ======================
 ////////////////////////////////////////////// */

.philosophy_wrap_text {
    font-size: 16px;
    margin-top: 90px;
    padding-bottom: 140px;
    line-height: 1.9 !important;
}

.philosophy_text_title {
    margin-top: 160px;
}

@media only screen and (max-width: 991px) {
    .philosophy_wrap_text {
        line-height: 1.8 !important;
        text-align: left!important;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 80px;
        letter-spacing: 0.05em;
    }
    .philosophy_text_title {
        margin-top: 60px;
    }
}

.btn-card-company {
    background-color: #957E61;
}

.philosophy_block1 {
    background-color: #EBE7DF!important;
}

.philosophy_block3 {
    background: #fff!important;
    z-index: 2!important;
    position: relative!important;
}

.philosophy_block3_in {
    max-width: 977px;
    margin: 0 auto;
}

.philosophy_block4 {
    background: #F4F1EC!important;
    z-index: 2!important;
    position: relative!important;
    letter-spacing: 0.1em;
}

.philosophy_block4_in {
    background-color: #fff;
    max-width: 1156px;
    margin: 0 auto;
    padding: 120px 125px 140px;
}

.philosophyTitleBlock {
    text-align: center;
}

.philosophyTitleBlock .philosophyTitle {
    font-size: 34px;
    font-family: var(--serif);
    line-height: 1.8;
}

.philosophyTitleBlock .philosophyLead {
    font-size: 16px;
    margin: 20px -8px 0;
}

.philosophyGraveList {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    list-style-type: none;
    margin-top: 57px;
    margin-bottom: 0;
}

.philosophyGraveList li {
    width: calc(100% / 4 - 48px);
    text-align: center;
    position: relative;
}

.philosophyGraveList li .textArea {
    margin: -20px -10px 0;
}

.philosophyGraveList li .graveName {
    font-size: 20px;
    font-family: var(--serif);
}

.philosophyAfterLead {
    position: relative;
    line-height: calc(46.8/18);
    margin-top: 150px;
}

.philosophyAfterLead::after {
    content: "";
    background-color: #2B2625;
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    width: 1px;
    height: 24px;
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) {
    .philosophyGraveList li:not(:last-child) {
        margin-right: 64px;
    }
    .philosophyGraveList li:nth-child(3) {
        margin-right: 65px;
    }
}

@media only screen and (max-width: 991px) {
    .philosophyTitleBlock .philosophyLead {
        letter-spacing: 0.05em;
    }
    .philosophy_block3 {
        padding: 0 30px;
    }
    .pb1_lead {
        line-height: 2.2;
        letter-spacing: 0.07em;
    }
    .philosophy_block4 {
        padding: 60px 16px 80px;
        letter-spacing: 0.05em;
    }
    .philosophy_block4_in {
        padding: 60px 14px 40px;
    }
    .philosophyTitleBlock .philosophyTitle {
        font-size: 25px;
    }
    .philosophyGraveList {
        justify-content: flex-start;
        max-width: 320px;
        margin: 40px auto 0;
    }
    .philosophyGraveList li {
        width: calc(100% / 2 - 6px);
        text-align: center;
    }
    .philosophyGraveList li .textArea {
        margin: -16px -20px 0;
        letter-spacing: 0.05em;
    }
    .philosophyGraveList li:nth-child(n+3) {
        margin-top: 40px;
    }
    .philosophyGraveList li:nth-child(odd) {
        margin-right: 6px;
    }
    .philosophyGraveList li:nth-child(even) {
        top: 90px;
    }
    .philosophyGraveList li .graveName {
        font-size: 16px;
    }
    .philosophyAfterLead {
        margin-top: 90px;
        line-height: 2;
    }
}

.col2VArea {
    margin-top: 100px;
    counter-reset: number 0;
}

.col2VTitle {
    font-family: var(--serif);
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.1em;
}

.col2VTitle .adjustNum {
    text-combine-upright: all;
    text-align: center;
}

.col2VTitle::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    color: #F4F1EC;
    font-family: 'PlayfairDisplay-Regular';
    font-size: 70px;
    position: absolute;
    top: -40px;
    left: -46px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    transform: rotate(-90deg);
    z-index: -1;
    letter-spacing: 0em;
}

.col2VItem .txt {
    font-size: 16px;
    margin-right: 28px;
    line-height: 1.8;
}

.col2V {
    display: flex;
}

.block-parallax-1 .md-box h2 {
    font-size: 34px;
    letter-spacing: 0.08em;
}

@media only screen and (max-width: 991px) {
    .col2VArea {
        margin: 35px auto 0;
        max-width: 500px;
    }
    .col2V {
        justify-content: center;
        margin-bottom: 30px;
    }
    .col2VItem+.col2VItem {
        margin-top: 72px;
    }
    .col2VItem:nth-child(odd) .col2V {
        padding-right: 16px;
    }
    .col2VItem:nth-child(even) .col2V {
        flex-direction: row-reverse;
        padding-left: 16px;
    }
    .col2VItem .img {
        margin-top: 37px;
    }
    .col2VItem .txt {
        margin-right: 16px;
    }
    .col2VItem:nth-child(even) .txt {
        margin-right: 0;
        margin-left: 16px;
    }
    .col2VTitle {
        margin-bottom: 0;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        line-height: 1.4;
        width: 100px;
        display: flex;
        align-items: center;
    }
    .col2VTitle::before {
        font-size: 52px;
        top: -35px;
        left: 0;
    }
    .col2VItem:nth-child(even) .col2VTitle::before {
        left: auto;
        right: 0;
    }
    .col2VTitle .adjustNum {
        padding-left: 33px;
    }
    .col2VItem .el-btn {
        width: 100%;
    }
    .col2VItem .btn-submmit-form i {
        top: calc(50% + 1px);
    }
}

@media print,
screen and (min-width: 992px) {
    .col2V {
        align-items: center;
    }
    .col2VItem .img {
        width: 395px;
    }
    .col2VItem .txt {
        width: calc(100% - 395px - 28px);
    }
    .col2VItem .el-btn {
        width: 300px;
    }
    .col2VItem+.col2VItem {
        margin-top: 120px;
    }
    .col2VItem .btn-submmit-form i {
        top: calc(50% + 2px);
    }
    .memorial-service-card {
        padding: 50px 70px 50px 0;
    }
    .memorial-service-card__right img {
        width: 270px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-block__title {
        line-height: 1.5;
    }
}


/* ////////////////////////////////////////////
====================== お墓タイプ======================
 ////////////////////////////////////////////// */


/* 【お墓タイプ共通】 ○○とは（ページヘッダー直下のパーツ）*/

.secondCommonInner {
    max-width: 95%;
    margin-inline: auto;
    width: 980px;
}

@media only screen and (max-width: 991px) {
    .secondCommonInner {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    .l-inner .secondCommonInner {
        padding: 0;
    }
    .typeReienIn {
        padding: 0;
    }
}

.secondBtnWrap {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.secondBtn {
    background-color: #957E61;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 10px;
    max-width: 240px;
    width: 100%;
    min-height: 50px;
    text-align: center;
    transition: .2s background, .2s color;
}

.secondBtn.btnTel {
    background-color: #6B7C8B;
}

.secondBtn.btnMail {
    background-color: #607E77;
}

.secondBtn:hover {
    background-color: #fff;
    border-color: #957E61;
    color: #957E61;
}

.secondBtn.btnTel:hover {
    border-color: #6B7C8B;
    color: #6B7C8B;
}

.secondBtn.btnMail:hover {
    border-color: #607E77;
    color: #607E77;
}

@media only screen and (max-width: 991px) {
    .secondBtnWrap {
        display: block;
        margin-top: 22px;
    }
    .secondBtn {
        max-width: 265px;
        min-height: 50px;
        margin-inline: auto;
    }
    .secondBtn+.secondBtn {
        margin-top: 6px;
    }
}

@media print,
screen and (min-width: 992px) {
    .typeReienIn {
        width: 988px;
    }
    .typeReienPetIn {
        width: 1053px;
    }
    .typePreparationIn {
        width: 1078px;
    }
}

.typeCol2Area {
    display: flex;
    position: relative;
}

.typeCol2Area .titleArea {
    width: calc(100% - 248px - 38px);
    margin-right: 38px;
}

.typeCol2Title {
    font-family: var(--serif);
    font-size: 34px;
    line-height: 1.8;
}

.typeCol2Desc {
    color: #312C27;
    font-size: 16px;
    margin: 0;
    margin-top: 30px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.typeCol2Desc span,
.mitamaCaseLead span {
    color: #403217;
    font-weight: 500 !important;
}

.typeCol2Area .imgArea {
    width: 248px;
}

.typeCol2Area.typeCol2AreaNarrow .titleArea {
    width: calc(100% - 245px - 20px);
    margin-right: 20px;
}

.typeCol2Area.typeCol2AreaNarrow .imgArea {
    width: 245px;
}

.typeCol2Area .imgArea+.titleArea {
    margin-left: 38px;
    margin-right: 0;
}

.typeCol2Area+.typeCol2Area {
    margin-top: 58px;
}

.typeCol2Reverse {
    flex-direction: row-reverse;
}

.typeCol2Reverse .titleArea {
    margin-left: 38px;
    margin-right: 0;
}

@media only screen and (max-width: 991px) {
    .typeCol2Area {
        display: block;
    }
    .typeCol2Area .titleArea {
        width: 100%;
        margin-right: 0;
    }
    .typeCol2Title {
        font-size: 26px;
        text-align: center;
    }
    .typeCol2Desc {
        margin-top: 20px;
    }
    .typeCol2Area .imgArea {
        width: 100%;
        margin-top: 36px;
        text-align: center;
    }
    .typeCol2Area .imgArea img {
        width: 238px;
    }
    .typeCol2Area .imgArea+.titleArea {
        margin-left: 0;
    }
    .typeCol2Area+.typeCol2Area {
        margin-top: 32px;
    }
    .typeCol2Reverse {
        display: flex;
        flex-wrap: wrap;
    }
    .typeCol2Reverse .titleArea {
        margin-left: 0;
    }
}


/* 【お墓タイプ共通】 こんな方におすすめ*/

.imgColorBox+.recommendBox {
    margin-top: 74px;
}

.recommendBox {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 48px 38px 34px;
    margin-top: 84px;
}

.recommendBox::before {
    content: "";
    display: block;
    background-image: url(../assets/img/type/daidaibo/hukidashi_recommend.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 192px;
    height: 51px;
    position: absolute;
    top: -26px;
    left: 20px;
}

.recommendList {
    list-style-type: none;
    margin-bottom: 0;
}

.recommendList li {
    color: #312C27;
    font-size: 17px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 18px;
    margin-bottom: 0;
    margin-left: 0!important;
}

.recommendList li::before {
    content: "";
    background-color: #5E5246;
    border-radius: 50px;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 13px;
    left: 0;
}

.recommendList li+li {
    margin-top: 10px;
}

.recommendList .showyLetters {
    background-color: #F0EADF;
    color: #403217;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .imgColorBox+.recommendBox {
        margin-top: 52px;
    }
    .recommendBox {
        padding: 42px 40px 42px 30px;
        margin-top: 66px;
    }
    .recommendBox::before {
        background-image: url(../assets/img/type/daidaibo/hukidashi_recommend-sp.png);
        width: 47px;
        height: 202px;
        left: auto;
        top: -16px;
        right: -4px;
    }
    .recommendList li {
        font-size: 16px;
        padding-left: 18px;
    }
    .recommendList li::before {
        top: 13px;
    }
    .sp-adjustForHukidashi li:nth-child(-n+3) {
        padding-right: 1em;
    }
}


/* 【お墓タイプ共通】永代供養付き代々墓を購入できる霊園 */

.section-type-reien {
    padding: 100px 0 120px;
}

@media only screen and (max-width: 991px) {
    .section-type-reien {
        padding: 60px 0 70px;
    }
}

h2+.typeSubTitle {
    margin-top: 37px;
}

.typeSubTitle {
    color: #000;
    font-size: 22px;
    font-family: var(--serif);
    padding: 0 54px;
    text-align: center;
}

.typeSubTitle span {
    display: inline-block;
    position: relative;
}

.typeSubTitle span.titleIn::before,
.typeSubTitle span.titleIn::after {
    content: "";
    display: block;
    background-color: #312C27;
    width: 16px;
    height: 1px;
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}

.typeSubTitle span.titleIn::before {
    left: -54px;
}

.typeSubTitle span.titleIn::after {
    right: -54px;
}

.list-propose-cemetery-new+p {
    margin-bottom: 0!important;
    letter-spacing: 0.03em;
}

.list-propose-cemetery-new {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 48px;
    grid-column-gap: 32px;
}

.list-propose-cemetery-new a {
    color: #262626;
}

.list-propose-cemetery-new a:hover img {
    opacity: 0.8;
}

.list-propose-cemetery-new .item-propose-type-cemetery img {
    height: 160px;
    transition: transform 0.6s, opacity 0.6s;
}

.list-propose-cemetery-new .item-location {
    background-color: #957E61;
    letter-spacing: 0.05em;
}

.list-propose-cemetery-new p {
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 991px) {
    h2+.typeSubTitle {
        margin-top: 32px;
    }
    .typeSubTitle {
        font-size: 18px;
        padding: 0 34px;
        margin-top: 32px;
    }
    /* .typeSubTitle span.titleIn::before,
  .typeSubTitle span::after{
    top: calc(50% + 1px);
  } */
    .typeSubTitle span.titleIn::before {
        left: -34px;
    }
    .typeSubTitle span.titleIn::after {
        right: -34px;
    }
    .list-propose-cemetery-new {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 25px;
        grid-column-gap: 15px;
        padding: 0 20px;
        letter-spacing: 0;
    }
    .list-propose-cemetery-new .item-propose-type-cemetery img {
        height: 114px;
    }
    .list-propose-cemetery-new p {
        letter-spacing: 0;
    }
}


/* 守り続けること */

.section-type-protect {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

.section-type-protect::before {
    content: "";
    display: block;
    background-color: #65594C;
    width: calc(100% - 152px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section-type-protect::after {
    content: "";
    background-color: #EFEBE1;
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.typeProtectIn {
    max-width: 866px;
    width: calc(100% - 160px);
    margin-inline: auto;
    position: relative;
    left: -60px;
}

.typeProtectIn.InMiddle {
    max-width: 954px;
}

.typeProtectIn::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 130px);
    background-color: #fff;
    position: absolute;
    top: -130px;
    left: -60px;
}

.section-type-protect h2 {
    position: relative;
    /* padding-left: 25px; */
    line-height: 1.7;
}

.typeProtectArea {
    display: flex;
    position: relative;
}

.typeProtectArea .textArea {
    width: calc(100% - 360px - 47px);
    margin-right: 47px;
}

.typeProtectArea .imgArea {
    width: 360px;
}

.typeProtectArea,
.section-type-protect h2 {
    color: #fff!important;
}

.typeProtectDesc {
    font-size: 16px;
    margin: 0;
    margin-top: 30px;
    line-height: 1.8;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .section-type-protect::before {
        width: calc(100% - 60px);
    }
}

@media only screen and (max-width: 991px) {
    .section-type-protect {
        padding: 50px 0;
    }
    .typeProtectIn {
        padding: 0 68px 0 41px;
        left: 0;
        width: 100%;
    }
    .typeProtectIn::before {
        content: none;
    }
    .section-type-protect::before {
        width: calc(100% - 27px);
        height: calc(100% + 0px);
    }
    .section-type-protect::after {
        height: 100%;
        top: 102px;
        bottom: auto;
    }
    .section-type-protect h2 {
        padding-left: 0;
        letter-spacing: 0.08em;
        position: relative;
        margin-bottom: 46px;
    }
    .section-type-protect h2::before {
        content: "";
        display: block;
        width: 230px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: -20px;
        left: -47px;
    }
    .typeProtectArea {
        display: block;
    }
    .typeProtectArea .textArea {
        width: 100%;
        margin-right: 0;
        letter-spacing: 0.06em;
    }
    .typeProtectDesc {
        margin-top: 20px;
    }
    .typeProtectArea .imgArea {
        width: 100%;
        margin-top: 36px;
        text-align: right;
        padding-left: 33px;
    }
}


/* スマホのみ　タイトル長いとレイアウト変更 */

@media only screen and (max-width: 991px) {
    .section-type-protect.sp-longTitleCont h2::before {
        content: none;
    }
    .sp-longTitleArea {
        position: relative;
    }
    .sp-longTitleArea .typeProtectArea {
        display: flex;
        flex-wrap: wrap;
    }
    .sp-longTitleArea h2 {
        position: absolute;
        top: 0;
        left: calc(50% + 94px);
        transform: translateX(-50%);
        width: 76px;
    }
    .sp-longTitleArea .typeProtectArea .textArea {
        order: 2;
        margin-top: 32px;
    }
    .sp-longTitleArea .typeProtectArea .imgArea {
        order: 1;
        max-width: 41.15vw;
        /* max-width: 154px; */
        padding-left: 0;
        margin-top: 70px;
        text-align: left;
    }
}


/* 【お墓タイプ共通】その他のお墓のタイプ */

.section-type-other {
    background-color: #EFEBE1;
    padding: 102px 0 110px;
}

.typeOtherIn {
    max-width: 734px;
    margin-inline: auto;
}

#section-card-tomb-second {
    margin-top: 50px;
}

.card-tomb-second {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.card-tomb-second--text {
    justify-content: start;
    align-items: center;
}

.card-tomb-second--text>div {
    margin-top: 80px;
}

.card-tomb-second__img {
    height: 164px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
}

.card-tomb-second__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: url("../assets/img/img-tomb-hover-01.png") no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.card-tomb-second--01:hover .card-tomb-second__img::before {
    opacity: 1;
    background: url("../assets/img/img-tomb-hover-01.png") no-repeat;
    background-size: cover;
}

.card-tomb-second--02:hover .card-tomb-second__img::before {
    opacity: 1;
    background: url("../assets/img/img-tomb-hover-02.jpg") no-repeat;
    background-size: cover;
}

.card-tomb-second--03:hover .card-tomb-second__img::before {
    opacity: 1;
    background: url("../assets/img/img-tomb-hover-03.png") no-repeat;
    background-size: cover;
}

.card-tomb-second--04:hover .card-tomb-second__img::before {
    opacity: 1;
    background: url("../assets/img/img-tomb-hover-04.png") no-repeat;
    background-size: cover;
}

.card-tomb-second--05:hover .card-tomb-second__img::before {
    opacity: 1;
    background: url("../assets/img/img-tomb-hover-05.png") no-repeat;
    background-size: cover;
}

.card-tomb-second--06:hover .card-tomb-second__img::before {
    opacity: 1;
    background: url("../assets/img/img-tomb-hover-06.png") no-repeat;
    background-size: cover;
}

.card-tomb-second--07:hover .card-tomb-second__img::before {
    opacity: 1;
    background: url("../assets/img/img-tomb-hover-07.png") no-repeat;
    background-size: cover;
}

.section-card-tomb-second a {
    color: #262626;
}

.card-tob-second__name {
    font-family: var(--serif);
    font-size: 20px;
    margin: 0 -10px;
    text-align: center;
}

.typeOtherList {
    display: flex;
    flex-flow: wrap;
}

.typeOtherList .typeOtherItem {
    width: calc(100% / 3 - 27px);
}

.typeOtherList .typeOtherItem:not(:nth-child(3n)) {
    margin-right: 40px;
}

@media only screen and (max-width: 991px) {
    .section-type-other {
        padding: 60px 0 60px;
        position: relative;
        z-index: 2;
    }
    .typeOtherIn {
        padding: 0 24px;
    }
    #section-card-tomb-second {
        margin-top: 40px;
    }
    .card-tomb-second-title {
        margin-top: 70px;
    }
    .card-tomb-second-title>.title-unline {
        font-size: 24px;
    }
    .card-tomb-second__img {
        height: auto;
        margin-bottom: 7px;
    }
    .card-tob-second__name {
        font-size: 16px;
        line-height: 1.35;
    }
    .typeOtherList .typeOtherItem {
        width: calc(100% / 2 - 10px);
    }
    .typeOtherList .typeOtherItem:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .typeOtherList .typeOtherItem:not(:nth-child(2n)) {
        margin-right: 20px;
    }
    .typeOtherList .typeOtherItem:nth-child(n+3) {
        margin-top: 15px;
    }
    .card-tomb-second {
        margin-bottom: 0;
    }
    .card-tomb-second .btn-card-company i {
        position: absolute;
        right: 31px;
        bottom: 27px;
        font-size: 14px;
    }
}


/* 代々墓*/

.typeFlowArea {
    background-color: #E8E2DB;
    padding: 58px 88px 55px;
    margin-top: 50px;
}

.typeFlowTitle {
    color: #43361E;
    font-family: var(--serif);
    font-size: 22px;
    letter-spacing: 0.08em;
    text-align: center;
}

.typeFlowList {
    margin-bottom: 0;
    margin-top: 38px;
    position: relative;
    list-style-type: none;
}

.typeFlowList li {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 27px;
    position: relative;
    margin: 0;
    margin-left: 0 !important;
}

.typeFlowList li::before,
.typeFlowList li::after {
    content: "";
    display: block;
    position: absolute;
}

.typeFlowList li::before {
    background-color: #43361E;
    width: 1px;
    height: calc(100% + 42px);
    left: -28px;
    top: 0;
    z-index: 1;
}

.typeFlowList li::after {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 18px;
    background-color: #E8E2DB;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.typeFlowList li:last-child:before {
    content: none;
}

.typeFlowList li+li {
    margin-top: 36px;
}

.typeFlowList li .decoSquare {
    border: 1px solid #43361E;
    background-color: #E8E2DB;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.typeFlowList li .decoArrow {
    background-image: url(../assets/img/type/icon-flow-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 13px;
    height: 12px;
    border: 0px;
    position: absolute;
    top: 8px;
    left: -34px;
    z-index: 3;
}

.typeFlowList li dl {
    margin-bottom: 0;
}

.typeFlowList li dt {
    color: #43361E;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.typeFlowList li dd {
    color: #312C27;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.07em;
    margin: 8px 0 0;
}

.typeFlowList li.typeFlowItemEnd {
    background-color: transparent;
    padding: 0;
    margin-left: 0!important;
}

.typeFlowList li.typeFlowItemEnd p {
    font-family: var(--serif);
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 0;
    line-height: 1;
}

.typeFlowLinkArea {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.typeFlowLinkArea .typeFlowLinkItem {
    width: calc(50% - 10px);
}

.typeFlowLinkArea .typeFlowLinkItem:not(:last-child) {
    margin-right: 20px;
}

.typeFlowLinkArea .typeFlowLinkItem .imgArea {
    margin-right: 20px;
}

.typeFlowLinkItem.itemHotoke .imgArea {
    margin-right: -2px;
}

.typeFlowLinkArea .typeFlowLinkItem .textArea {
    color: #574B43;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .typeFlowArea {
        padding: 38px 30px 28px 50px;
        margin-top: 30px;
    }
    .typeFlowTitle {
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    .typeFlowList {
        margin-top: 22px;
    }
    .typeFlowList li {
        padding: 12px 16px;
    }
    .typeFlowList li::before {
        height: calc(100% + 32px);
        left: -20px;
    }
    .typeFlowList li::after {
        left: -29px;
    }
    .typeFlowList li.sp-adjustPosTop::after {
        top: 16px;
        transform: translateY(0);
    }
    .typeFlowList li.sp-adjustPosTop .decoSquare {
        top: 20px;
        transform: translateY(0);
    }
    .typeFlowList li+li {
        margin-top: 16px;
    }
    .typeFlowList li .decoSquare {
        width: 10px;
        height: 10px;
        left: -25px;
    }
    .typeFlowList li .decoArrow {
        width: 13px;
        height: 12px;
        top: 8px;
        left: -26px;
    }
    .typeFlowList li dt {
        font-size: 16px;
    }
    .typeFlowList li dd {
        color: #312C27;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin: 8px 0 0;
    }
    .typeFlowList li.typeFlowItemEnd p {
        font-size: 14px;
        padding-left: 14px;
        margin-top: 22px;
        letter-spacing: 0.05em;
    }
    .typeFlowLinkArea {
        display: block;
        margin-top: 13px;
    }
    .typeFlowLinkArea .typeFlowLinkItem {
        max-width: calc(234px + 20px);
        width: 100%;
    }
    .typeFlowLinkArea .typeFlowLinkItem+.typeFlowLinkItem {
        margin-top: 8px;
    }
    .typeFlowLinkArea .typeFlowLinkItem:not(:last-child) {
        margin-right: 0;
    }
    .typeFlowLinkArea .typeFlowLinkItem .imgArea {
        margin-right: 0;
    }
    .typeFlowLinkArea .typeFlowLinkItem .textArea {
        font-size: 15px;
    }
}


/* 永代供養墓　期限付き墓 */

.imgColorBox {
    border-radius: 4px;
    padding: 50px 52px;
    margin-top: 54px;
}

.imgColorBox.bg--baige {
    background-color: #E5DED5;
}

.imgColorBox h3 {
    color: #43361E;
    font-family: var(--serif);
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}

.imgColorBox h3 span {
    border-bottom: 1px solid #43361E;
    display: inline-block;
    padding-bottom: 12px;
}

.imgColorBox .imgBox {
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .imgColorBox {
        padding: 37px 17px 30px;
    }
    .imgColorBox h3 {
        font-size: 20px;
        margin-bottom: 34px;
        letter-spacing: 0.1em;
        line-height: 2;
        text-align: center;
    }
    .imgColorBox h3 span {
        padding-bottom: 9px;
    }
    .imgColorBox .imgBox {
        background: #fff;
        border-radius: 3px;
        text-align: center;
    }
    .imgColorBox .imgBox img {
        width: 285px;
    }
}


/* 樹木葬 */

.typeBorderBox {
    background-color: #F5F1EC;
    border: 1px solid rgba(121, 107, 97, 0.74);
    outline: solid 1px rgba(121, 107, 97, 0.74);
    outline-offset: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 50px;
    padding: 150px 62px 60px;
    position: relative;
}

.typeBorderBoxItem+.typeBorderBoxItem {
    margin-top: 40px;
}

.titleRibbon {
    background-color: #5E5246;
    color: #fff;
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
    width: 463px;
    padding: 10px 0 9px 58px;
    position: absolute;
    top: 54px;
    left: -6px;
}

.titleRibbon:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-top: 25px solid transparent;
    border-right: 20px solid #F5F1EC;
    border-left: 20px solid transparent;
    border-bottom: 25px solid transparent;
}

.numTitleBlock {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
    position: relative;
}


/* 1カラムレイアウト用 */

.numTitleBlock--Col {
    display: block;
}

.numTitleBlock--Col .numTitleBlock {
    margin-bottom: 16px;
}

.numTitleBlock--Col .numOrderArea+.numTitle {
    margin-top: 22px;
}

.numOrderArea {
    color: #726351;
    display: inline-flex;
    border-bottom: 1px solid #726351;
    padding-bottom: 5px;
    /* min-width: 112px; */
    line-height: 1;
    white-space: nowrap;
    margin-top: 4px;
    margin-right: 20px;
}

.numTitle {
    color: #43361E;
    font-weight: 400;
    font-family: var(--serif);
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 0.08em;
}

.numOrderText {
    font-family: var(--serif);
    font-size: 18px;
}

.numOrder {
    font-family: var(--plaryfair);
    font-size: 28px;
    margin-top: -7px;
}

@media only screen and (max-width: 991px) {
    .typeBorderBoxItem p {
        letter-spacing: 0.06em;
    }
    .numOrderArea {
        margin-right: 1em;
    }
    /* スマホ　フロート　レイアウト用 */
    .numOrderArea.sp-float {
        background-color: #F2EFE9;
        position: absolute;
        top: -23px;
        left: -15px;
    }
    .typeBorderBox {
        padding: 150px 20px 35px;
        margin-top: 60px;
    }
    .titleRibbon--large {
        font-size: 25px;
        margin-top: 6px;
        display: block;
    }
    .titleRibbon {
        font-size: 19px;
        width: 242px;
        padding: 33px 40px 48px;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        text-align: center;
    }
    .titleRibbon:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-top: 20px solid transparent;
        border-right: 120px solid transparent;
        border-left: 120px solid transparent;
        border-bottom: 20px solid #F5F1EC;
    }
    .numTitleBlock {
        display: block;
        margin-bottom: 14px;
        text-align: center;
    }
    .numOrderArea {
        display: inline-block;
        padding-bottom: 5px;
        margin-top: 0;
        margin-right: 0;
    }
    .numTitle {
        font-size: 19px;
        margin-top: 14px;
        line-height: 30.4px;
    }
    .numOrderText {
        font-size: 13px;
    }
    .numOrder {
        font-size: 19px;
        margin-top: -8px;
        margin-left: -4px;
    }
}


/* ペット */

.simpleBorderBox {
    border: 1px solid rgba(121, 107, 97, 0.74);
    padding: 58px 65px 60px;
    margin-top: 50px;
}

.typeSimpleTitle {
    color: #43361E;
    font-family: var(--serif);
    font-size: 26px;
    font-weight: normal;
    line-height: 1.53;
    letter-spacing: 0.08em;
    text-align: center;
}

.typeSimpleLead {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.08em;
    text-align: center;
}

.typeSimpleSmall {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.03em;
    text-align: center;
}

.typePlanArea {
    margin-top: 60px;
}

.typePlanItem {
    background-color: #fff;
    outline: 1px solid #A5A5A5;
    outline-offset: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 44px 56px 26px;
    position: relative;
}

.typePlanItem::before {
    content: "";
    display: block;
    width: 115px;
    height: 19px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.partsRibbon {
    color: #fff;
    width: 109px;
    height: 27px;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    line-height: 1;
    clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%, 0% 0%);
}

.partsRibbonText {
    font-family: var(--serif);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-right: 10px;
}

.partsRibbonNum {
    font-family: var(--plaryfair);
    font-size: 20px;
    letter-spacing: 0.02em;
}

.partsRibbon.plan01 {
    background-color: #6B7C8B;
}

.partsRibbon.plan02 {
    background-color: #607E77;
}

.partsRibbon.plan03 {
    background-color: #957E61;
}

.typePlanItem+.typePlanItem {
    margin-top: 42px;
}

.typePlanTitle {
    font-family: var(--serif);
    font-size: 22px;
    letter-spacing: 0.08em;
    text-align: center;
}

.typePlanDesc {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .simpleBorderBox {
        padding: 50px 20px 50px;
        margin-top: 62px;
    }
    .typeSimpleTitle {
        font-size: 22px;
        line-height: 1.5;
    }
    .typeSimpleLead {
        text-align: left;
    }
    .typeSimpleSmall {
        font-size: 12px;
        margin-top: 16px;
        text-align: left;
    }
    .typePlanArea {
        margin-top: 36px;
    }
    .typePlanItem {
        padding: 38px 24px 28px;
    }
    .typePlanItem::before {
        content: "";
        display: block;
        width: 104px;
        height: 17px;
        background-color: #fff;
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .partsRibbon {
        width: 104px;
        height: 26px;
        top: -8px;
    }
    .partsRibbonText {
        font-size: 12px;
        margin-right: 4px;
    }
    .partsRibbonNum {
        font-size: 19px;
    }
    .typePlanItem+.typePlanItem {
        margin-top: 30px;
    }
    .typePlanTitle {
        font-size: 19px;
    }
    .typePlanDesc {
        margin-top: 13px;
        margin-bottom: 0;
    }
}

.section-type-reien-pet {
    background-color: #65594C;
    color: #fff;
    padding: 140px 0;
}

.section-type-reien-pet .type-reien-pet-title {
    color: #fff!important;
    font-size: 34px;
    font-weight: normal;
    font-family: var(--serif);
    text-align: center;
}

.reienPetImgArea {
    display: flex;
    flex-flow: wrap;
    margin-top: 48px;
}

.reienPetImgItem {
    width: calc(50% - 30px);
}

.reienPetImgItem:nth-child(odd) {
    margin-right: 60px;
}

.reienPetImgItem:nth-child(n+3) {
    margin-top: 40px;
}

.reienPetImgItem .textArea {
    margin-top: 24px;
}

.reienPetImgTitle {
    font-family: var(--serif);
    font-size: 28px;
    text-align: center;
}

.reienPetImgDesc {
    margin-top: 18px;
    letter-spacing: 0.05em;
}

.reien-petBlock {
    border-radius: 2px;
    background-color: #F7F5F0;
    padding: 80px 132px;
    outline: 2px dashed #867258;
    outline-offset: -14px;
    margin-top: 90px;
    position: relative;
}

.reien-petBlockTitle {
    font-family: var(--serif);
    font-size: 30px;
    text-align: center;
    margin-left: 21px;
}

.reien-petBlockTitle span {
    position: relative;
}

.reien-petBlockTitle span.titleIn::before {
    content: "";
    display: block;
    background: url(../assets/img/type/pet/reien-pet-icon.svg) no-repeat;
    background-size: contain;
    width: 41px;
    height: 44px;
    position: absolute;
    left: -62px;
    top: 0;
}

.reienPetImgItem .imgArea {
    position: relative;
}

.reienPetImgRibbon {
    background-color: #fff;
    color: #403217;
    width: 125px;
    height: 36px;
    padding: 2px 0 0 12px;
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 2;
    line-height: 1;
    clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0 100%, 0% 50%, 0% 0%);
}

.partsImgRibbonText {
    font-family: var(--serif);
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-right: 7px;
}

.partsImgRibbonNum {
    font-family: var(--plaryfair);
    font-size: 26px;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 991px) {
    .section-type-reien-pet {
        padding: 66px 0 0;
    }
    .typeReienPetIn {
        padding: 0px;
    }
    .petBlock {
        padding: 0 54px 40px;
    }
    .section-type-reien-pet .type-reien-pet-title {
        font-size: 22px;
    }
    .reienPetImgArea {
        display: block;
        margin-top: 38px;
    }
    .reienPetImgItem {
        width: 100%;
    }
    .reienPetImgItem+.reienPetImgItem {
        margin-top: 48px;
    }
    .reienPetImgItem:nth-child(odd) {
        margin-right: 0;
    }
    .reienPetImgItem .textArea {
        margin-top: 18px;
    }
    .reienPetImgTitle {
        font-size: 20px;
        margin: 0 -10px;
    }
    .reienPetImgRibbon {
        width: 102px;
        height: 31px;
        padding: 2px 0 0 10px;
        position: absolute;
        top: -4px;
        left: -4px;
    }
    .partsImgRibbonText {
        font-size: 15px;
        margin-right: 4px;
    }
    .partsImgRibbonNum {
        font-size: 22px;
    }
    .reien-petBlock {
        border-radius: 0;
        padding: 60px 30px;
        margin-top: 0;
    }
    .reien-petBlock {
        outline: none;
    }
    .reien-petBlock::before,
    .reien-petBlock::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        border-top: 2px dashed #867258;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .reien-petBlock::before {
        top: 12px;
    }
    .reien-petBlock::after {
        bottom: 12px;
    }
    .reien-petBlockTitle {
        font-size: 21px;
        margin-left: 0;
    }
    .reien-petBlockTitle span {
        left: 30px;
    }
    .reien-petBlockTitle span.titleIn::before {
        background-size: 44px 47px;
        background-position: center;
        width: 70px;
        height: 70px;
        left: -88px;
        top: -4px;
        border: 2px solid #42331E;
        border-radius: 50px;
    }
    .section-type-reien-pet .list-propose-cemetery-new {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .reien-petBlock .list-propose-cemetery-new {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 32px;
    }
}

.section-type-preparation {
    background-color: #DED7CA;
    color: #403217;
    padding: 140px 0 128px;
}

.section-type-preparation .typeSimpleTitle {
    color: #403217!important;
}

.typeBorderWideBox {
    background-color: #DED7CA;
    border: 1px solid #796B61;
    outline: solid 1px #796B61;
    outline-offset: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 122px 125px;
    position: relative;
}

.typeBorderWideBoxItem {
    padding: 44px 0 58px;
    position: relative;
}

.typeBorderWideBoxItem:first-child {
    padding-top: 0;
}

.typeBorderWideBoxItem:last-child {
    padding-bottom: 0;
}

.typeBorderWideBoxItem:not(:last-child)::after {
    content: "";
    display: block;
    background: url(../assets/img/type/pet/reien-border.svg) no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.typeBorderWideBoxItemIn {
    display: flex;
}

.typeBorderWideBoxItem .imgArea {
    width: calc(190px + 30px);
    margin-top: -30px;
    margin-right: 30px;
}

.typeBorderWideBoxItem .textArea {
    margin-right: 72px;
    width: calc(100% - 220px - 72px);
}

.typeBorderWideBoxDesc {
    margin-bottom: 0;
}

.bd-numTitleBlock {
    display: flex;
    align-items: flex-start;
    margin-bottom: 17px;
    position: relative;
}

.bd-numOrderArea {
    color: #403217;
    display: inline-flex;
    line-height: 1;
    white-space: nowrap;
    margin-top: 4px;
    margin-right: 20px;
}

.bd-numTitle {
    color: #403217;
    font-weight: 400;
    font-family: var(--serif);
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: 0.08em;
}

.bd-numOrderText {
    font-family: var(--serif);
    font-size: 16px;
    margin-top: 17px;
}

.bd-numOrder {
    font-family: var(--plaryfair);
    font-size: 28px;
    margin-top: -4px;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 991px) {
    .section-type-preparation {
        padding: 76px 0;
    }
    .typePreparationIn {
        padding: 0px 26px;
    }
    .typeBorderWideBox {
        padding: 50px 23px;
    }
    .typeBorderWideBoxItem {
        padding: 25px 0;
    }
    .typeBorderWideBoxItem:not(:last-child)::after {
        content: none;
    }
    .typeBorderWideBoxItemIn {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .typeBorderWideBoxItem .imgArea {
        width: 100%;
        margin-right: 0;
        margin-top: -10px;
        margin-bottom: -20px;
        text-align: center;
    }
    .typeBorderWideBoxItem .imgArea img {
        width: 204px;
    }
    .typeBorderWideBoxItem .textArea {
        margin-right: 0;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .bd-numTitleBlock {
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
    }
    .bd-adjustPosTitle {
        margin-bottom: -30px;
    }
    .bd-numOrderArea {
        margin-top: 2px;
        margin-right: 10px;
    }
    .bd-numOrder {
        margin-top: -9px;
    }
    .bd-numTitle {
        font-size: 20px;
        display: inline-block;
        line-height: 1.53;
        width: auto;
    }
    .bd-numOrderText {
        margin-top: 17px;
    }
}


/* 新感覚納骨堂*/

.simpleBorderBox.gridBox {
    padding: 62px 36px 33px;
}

.gridArea {
    display: flex;
    flex-wrap: wrap;
    margin-top: 43px;
}

.gridItem {
    border: 1px solid #CBC6BFB3;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 30px;
    width: calc(50% - 8px);
    position: relative;
}

.gridItem:first-child::before {
    content: "";
    display: block;
    background: url(../assets/img/type/shinnoukostudou/icon-plus.png) no-repeat;
    background-size: contain;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -31px;
    z-index: 2;
}

.gridItem:nth-child(odd) {
    margin-right: 16px;
}

.gridItem:nth-child(n+3) {
    margin-top: 16px;
}

.gridItem.gridItemWide {
    width: 100%;
    margin-right: 0;
}

.gridArea .gridTitle {
    border-bottom: 1px solid #726351;
    padding-bottom: 20px;
    color: #43361E;
    font-family: var(--serif);
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.08em;
}

.gridArea .gridList {
    color: #312C27;
    margin-top: 24px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.gridArea .gridList li:last-child {
    margin-bottom: 0;
}

.gridArea .gridList li::marker {
    color: #726351;
}

.gridArea .gridCol2 {
    display: flex;
    justify-content: center;
}

.gridArea .gridTextArea {
    margin-top: -12px;
    margin-right: 72px;
    text-align: center;
}

.gridArea .gridTextArea img {
    width: 95px;
}

.gridArea .gridTextArea+.gridList {
    margin-top: 0;
}

.gridArea .gridTextName {
    color: #43361E;
    font-family: var(--serif);
    font-size: 20px;
    margin-bottom: 0;
    line-height: calc(35/20);
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 991px) {
    .simpleBorderBox.gridBox {
        padding: 50px 24px 24px;
    }
    .gridArea {
        display: block;
        margin-top: 31px;
    }
    .gridItem {
        padding: 29px;
        width: 100%;
    }
    .gridItem:first-child::before {
        background-size: contain;
        width: 36px;
        height: 36px;
        position: absolute;
        top: auto;
        right: auto;
        bottom: -21px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .gridItem:nth-child(odd) {
        margin-right: 0;
    }
    .gridItem+.gridItem {
        margin-top: 4px;
    }
    .gridItem:nth-child(n+3) {
        margin-top: 20px;
    }
    .gridArea .gridTitle {
        padding-bottom: 16px;
        font-size: 19px;
    }
    .gridArea .gridList {
        margin-top: 18px;
    }
    .gridArea .gridCol2 {
        display: block;
    }
    .gridArea .gridTextArea img {
        width: 60px;
        margin-right: 15px;
    }
    .gridArea .gridTextArea {
        border-bottom: 1px solid #726351;
        padding-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-right: 0;
    }
    .gridArea .gridTextArea+.gridList {
        margin-top: 18px;
    }
    .gridArea .gridTextName {
        font-size: 16px;
        line-height: calc(35/20);
        margin-top: 0;
        margin-right: 0;
        letter-spacing: 0.02em;
    }
}

.list-propose-cemetery-new.list-propose-cemetery-custom {
    display: flex;
    gap: 80px;
    justify-content: center;
}

.list-propose-cemetery-new.list-propose-cemetery-custom img {
    height: 185px;
}

@media only screen and (max-width: 991px) {
    .list-propose-cemetery-new.list-propose-cemetery-custom {
        /* gap: 15px; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 25px;
        grid-column-gap: 15px;
        padding: 0 20px;
        letter-spacing: 0;
    }
    .list-propose-cemetery-new.list-propose-cemetery-custom img {
        height: 114px;
    }
}


/* 守り続けること */

.section-type-kodawari {
    color: #fff;
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

.section-type-kodawari::before {
    content: "";
    display: block;
    background-color: #65594C;
    width: calc(100% - 160px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section-type-kodawari::after {
    content: "";
    background-color: #F3F0EC;
    width: 100%;
    height: calc(100% - 125px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.typeKodawariIn {
    max-width: 1180px;
    width: 95%;
    margin-inline: auto;
    position: relative;
}

.typeKodawariTitle {
    position: absolute;
    top: 0;
    left: 946px;
    width: 77px;
    height: 424px;
}

.typeKodawariArea {
    display: flex;
}

.typeKodawariItem {
    width: calc(50% - 29px);
    max-width: 392px;
}

.typeKodawariItem:nth-child(odd) {
    margin-right: 58px;
}

.typeKodawariItem .imgArea {
    position: relative;
}

.typeKodawariItem .imgArea .kodawariFloatImg {
    position: absolute;
    left: -10px;
    bottom: -10px;
}

.typeKodawariItem .textArea p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 0;
}

.typeKodawariItem .textArea {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .section-type-kodawari::before {
        width: calc(100% - 40px);
    }
    .typeKodawariArea {
        max-width: 70vw;
    }
    .typeKodawariTitle {
        left: 78vw;
    }
}

@media only screen and (max-width: 991px) {
    .section-type-kodawari {
        padding: 50px 0;
    }
    .typeKodawariIn {
        padding: 0 60px 0 37px;
        width: 100%;
    }
    .typeKodawariIn::before {
        content: none;
    }
    .section-type-kodawari::before {
        width: calc(100% - 27px);
        height: calc(100% + 0px);
    }
    .section-type-kodawari::after {
        height: calc(100% - 84px);
    }
    .typeKodawariTitle .tightStartBracket {
        margin-left: -10px;
    }
    .typeKodawariTitle {
        position: relative;
        left: auto;
        width: auto;
        height: auto;
        color: #fff!important;
        font-family: var(--serif);
        font-size: 22px;
        line-height: 2;
        letter-spacing: 0.06em;
        margin: 0 -3px;
    }
    .typeKodawariArea {
        display: block;
        margin-top: 33px;
    }
    .typeKodawariItem {
        width: 100%;
        max-width: none;
    }
    .typeKodawariItem+.typeKodawariItem {
        margin-top: 33px;
    }
    .typeKodawariItem:nth-child(odd) {
        margin-right: 0;
    }
    .typeKodawariItem .imgArea {
        padding: 0 12px;
    }
    .typeKodawariItem .imgArea .kodawariFloatImg {
        width: 95px;
        left: 0;
    }
    .typeKodawariItem .textArea {
        margin-top: 24px;
    }
    .typeKodawariItem .textArea p {
        letter-spacing: 0.02em;
        line-height: 1.6;
    }
}

.typeBorderBox.typeBorderBoxCol2 {
    padding: 84px 55px 70px;
    margin-top: 60px;
}

.typeBorderBox.typeBorderBoxCol2 .typeSimpleTitle {
    font-size: 28px;
}

.typeBorderBoxCol2Item {
    display: flex;
    position: relative;
    margin-top: 60px;
}

.typeBorderBoxCol2Item+.typeBorderBoxCol2Item {
    margin-top: 40px;
}

.typeBorderBoxCol2Item .imgArea {
    margin-right: 28px;
    width: 264px;
}

.typeBorderBoxCol2Item .textArea {
    width: calc(100% - 264px - 28px);
}

.typeBorderBoxCol2 p {
    color: #403217;
    letter-spacing: 0.08em;
}

.imgBoxCol2 {
    background-color: #EBE7DF;
    border-radius: 6px;
    padding: 26px 30px;
    margin-top: 38px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.imgBoxCol2 .imgArea {
    margin-right: 38px;
    width: 189px;
}

.imgBoxCol2 .imgArea img {
    border-radius: 4px;
}

.imgBoxCol2 .textArea {
    width: calc(100% - 189px - 38px);
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.imgBoxCol2 .textArea p {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .typeBorderBox.typeBorderBoxCol2 {
        padding: 50px 26px 23px;
    }
    .typeBorderBox.typeBorderBoxCol2 .typeSimpleTitle {
        font-size: 22px;
    }
    .typeBorderBoxCol2Item {
        display: block;
        margin-top: 40px;
    }
    .typeBorderBoxCol2Item .numOrderArea {
        border: none;
        background-color: #F5F1EC;
        width: 69px;
        height: 30px;
        position: absolute;
        top: -10px;
        /* left: 0; */
        left: -20px;
    }
    .typeBorderBoxCol2Item .numOrderText {
        font-size: 14px;
    }
    .typeBorderBoxCol2Item .numOrder {
        font-size: 21px;
    }
    .typeBorderBoxCol2Item .numTitleBlock {
        position: static;
    }
    .typeBorderBoxCol2Item .imgArea {
        margin-right: 0;
        width: 100%;
    }
    .typeBorderBoxCol2Item .textArea {
        width: 100%;
    }
    .typeBorderBoxCol2 p {
        letter-spacing: 0.05em;
        margin: 0 -2px;
    }
    .imgBoxCol2 {
        padding: 26px 28px 23px;
        margin-top: 23px;
        display: block;
    }
    .imgBoxCol2 .imgArea {
        margin-right: 0;
        width: 100%;
    }
    .imgBoxCol2 .textArea {
        margin-top: 14px;
        line-height: 1.6;
        width: 100%;
    }
}

.section-mitama-flow {
    background-color: #DED7CA;
    padding: 130px 0 140px;
}

.typeMitamaFlowIn {
    width: 815px;
}

.mitamaFlowTitle {
    font-family: var(--serif);
    font-weight: normal;
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
}

.mitamaFlowArea {
    font-weight: normal;
    margin-top: 90px;
    opacity: 1;
}

.mitamaFlowItem {
    border-radius: 10px;
    position: relative;
}

.mitamaFlowItem+.mitamaFlowItem {
    margin-top: 18px;
}

.mitamaFlowItem:not(:last-child)::before {
    content: "";
    display: block;
    background-image: url(../assets/img/type/azukari/arrow-flow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 31px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.mitamaFlowHead {
    background-color: #65594C;
    border-radius: 10px 10px 0 0;
    color: #F7F5F0;
    font-weight: normal;
    padding: 8px 20px;
    width: 100%;
    margin-right: 0;
}

.mitamaFlowHead .mitamaFlowHeadNum {
    font-family: var(--plaryfair);
    font-size: 27px;
    margin-right: 28px;
    position: relative;
}

.mitamaFlowHead .mitamaFlowHeadNum::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: -18px;
}

.mitamaFlowHead .mitamaFlowHeadTitle {
    color: #fff!important;
    font-family: var(--serif);
    font-size: 20px;
}

.mitamaFlowContent {
    background-color: #F7F5F0;
    border-radius: 0 0 10px 10px;
    padding: 42px 48px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
}

.mitamaFlowContent .ul_select_cemetery {
    margin-top: 24px;
}

.mitamaFlowContent .ul_select_cemetery a {
    color: #6F5B41;
    font-size: 15px;
    text-decoration: underline;
}

.mitamaFlowContent .textArea {
    width: calc(100% - 147px - 25px);
    margin-right: 25px;
}

.mitamaFlowContent .imgArea {
    width: 147px;
}

.mitamaFlowContent p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 0;
}

.mitamaFlowContent p+p {
    margin-top: 10px;
}

.simpleNumberList {
    color: #6F5B41;
    margin-top: 16px;
    list-style-type: none;
}

.simpleNumberList li {
    font-size: 18px;
    margin-left: 0!important;
    letter-spacing: 0.05em;
}

.simpleNumberList li+li {
    margin-top: 8px;
}

.mitamaFlowContent .textShowyP {
    line-height: 2.1;
}

.mitamaFlowContent .textShowy {
    background-color: #EAE6DC;
    border-radius: 2px;
    border: 1px solid #CBC6BF;
    color: #403217;
    display: inline-block;
    padding: 4px 17px;
    margin: 0 6px;
    line-height: 1.4;
}

.mitamaFlowContent .textColor {
    color: #957E61;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .section-mitama-flow {
        padding: 77px 0 60px;
    }
    .typeMitamaFlowIn {}
    .mitamaFlowTitle {
        font-size: 22px;
        line-height: 1.5;
    }
    .mitamaFlowArea {
        margin-top: 35px;
    }
    .mitamaFlowItem:not(:last-child)::before {
        width: 35px;
        height: 28px;
        position: absolute;
        bottom: -28px;
    }
    .mitamaFlowHead {
        padding: 30px 110px 25px 30px;
        min-height: 114px;
        display: flex;
        align-items: center;
    }
    .mitamaFlowHead .mitamaFlowHeadNum {
        font-size: 16px;
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 25px;
        text-align: center;
    }
    .mitamaFlowHead .mitamaFlowHeadNum::before {
        content: none;
    }
    .mitamaFlowHead .mitamaFlowHeadNum::after {
        content: "";
        display: block;
        width: 35px;
        height: 24px;
        background: url(../assets/img/type/azukari/deco-num.svg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 4px;
        left: 4px;
    }
    .mitamaFlowHead .mitamaFlowHeadTitle {
        font-family: "Zen Kaku Gothic New", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
        font-size: 18px;
        letter-spacing: 0.06em;
        line-height: 1.5;
    }
    .mitamaFlowContent {
        background-color: #F7F5F0;
        border-radius: 0 0 10px 10px;
        padding: 24px 22px 30px;
        display: block;
    }
    .mitamaFlowContent .ul_select_cemetery {
        margin-top: 20px;
    }
    .mitamaFlowContent .textArea {
        width: 100%;
        margin-right: 0;
    }
    .mitamaFlowContent .imgArea {
        width: 74px;
        position: absolute;
        top: 22px;
        right: 30px;
        z-index: 1;
    }
    .mitamaFlowContent p {
        font-size: 16px;
    }
    .mitamaFlowContent p+p {
        margin-top: 20px;
    }
    .simpleNumberList {
        margin-top: 20px;
    }
    .simpleNumberList li {
        font-size: 16px;
    }
    .simpleNumberList li+li {
        margin-top: 12px;
    }
    .mitamaFlowContent .textShowy {
        padding: 4px 12px;
        margin: 0 6px;
    }
    .mitamaFlowContent .textColor {
        font-size: 15px;
    }
}

@media only screen and (max-width: 425px) {
    .mitamaFlowContent .ul_select_cemetery li {
        margin-left: 0!important;
    }
}

.mitamaCaseBox {
    background-color: #F2EEE7;
    border: 1px solid rgba(121, 107, 97, 0.6);
    padding: 62px 100px;
    margin-top: 60px;
}

.mitamaCaseBox h3 {
    color: #403217;
    font-family: var(--serif);
    font-size: 26px;
    text-align: center;
}

.mitamaCaseBox .mitamaCaseLead {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.mitamaCaseBox .mitamaCaseLead p {
    margin-bottom: 14px;
}

.mitamaCaseCol2Area {
    background-color: #E3DED580;
    border-radius: 10px;
    padding: 23px 50px 10px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mitamaCaseCol2Area .textArea {
    width: calc(100% - 162px - 30px);
    margin-top: -10px;
    margin-right: 30px;
}

.mitama-mainText {
    margin-bottom: 10px;
}

.mitama-highlightText {
    color: #816300;
}

.mitamaCaseCol2Area .textArea p {
    font-size: 16px;
    line-height: 1.8;
}

.mitamaCaseCol2Area .imgArea {
    width: 162px;
}

@media only screen and (max-width: 991px) {
    .mitamaCaseBox {
        padding: 0;
        margin-top: 50px;
    }
    .mitamaCaseBox h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .mitamaCaseTop {
        padding: 43px 18px 21px;
    }
    .mitamaCaseBox .mitamaCaseLead {
        line-height: 1.7;
        letter-spacing: 0.02em;
    }
    .mitamaCaseBox .mitamaCaseLead p {
        margin-bottom: 12px;
    }
    .mitama-mainText {
        letter-spacing: 0.05em;
    }
    .mitamaCaseCol2Area {
        background-color: #E3DED580;
        border-radius: 0;
        padding: 28px 14px;
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        text-align: center;
    }
    .mitamaCaseCol2Area::before {
        content: "";
        display: block;
        background-color: rgba(121, 107, 97, 0.6);
        width: calc(100% - 10px);
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .mitamaCaseCol2Area .textArea {
        width: 100%;
        margin-top: 12px;
        margin-right: 0;
    }
    .mitamaCaseCol2Area .textArea p {
        font-size: 16px;
        line-height: 1.6;
    }
    .mitamaCaseCol2Area .imgArea {
        margin-left: -20px;
    }
    .mitamaFlowHead .mitamaFlowHeadNum {
        width: 40px;
    }
}

#content .typeKome {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: relative;
    padding-left: 1.2em;
}

#content .typeKome::before {
    content: "※";
    position: absolute;
    left: 0;
}


/* 「※」の中央寄せ　PCスマホ共通用 */

#content .typeKome.typeKomeCenter {
    padding-left: 0;
    text-align: center;
}

#content .typeKome.typeKomeCenter::before {
    display: contents;
}

@media only screen and (max-width: 991px) {
    #content .typeKome {
        letter-spacing: 0.03em;
    }
    /* 「※」の中央寄せ スマホ用 */
    #content .typeKome.typeKomeCenter-sp {
        padding-left: 0;
        text-align: center;
    }
    .typeKome.typeKomeCenter-sp::before {
        display: contents;
    }
}

@media screen and (min-width: 992px) {
    /* 「※」の中央寄せ　PC用 */
    #content .typeKome.typeKomeCenter-pc {
        padding-left: 0;
        text-align: center;
    }
    .typeKome.typeKomeCenter-pc::before {
        display: contents;
    }
}


/* お墓を建てる */

.bg-stone-navy {
    background-image: url(../assets/img/bg_navy.png);
    background-size: cover;
}

.bg-white {
    background-color: #FFF;
}

.bg-light-baige {
    background-color: #EFEBE1;
}

.secondCommonInner.bosekiBuildIn {
    width: 1078px;
}

.bosekiLink {
    color: #957E61;
    text-decoration: underline;
}

.bosekiLink:hover {
    color: #957E61;
}

.bosekiKome {
    font-size: 14px;
    line-height: 21px;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0;
}

.bosekiKome::before {
    content: "※";
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 991px) {
    .tb-contentsNarrow {
        max-width: 560px;
        margin-inline: auto;
    }
}

.bosekiBorderBox {
    border: 1px solid #7A7A7A;
    /* padding: 97px 184px 105px; */
    padding: 97px 0 105px;
    margin-top: 42px;
    position: relative;
}

.bosekiBorderBoxArea {
    max-width: 707px;
    margin-inline: auto;
    width: 95%;
    margin-top: 70px;
}

.bosekiBorderBoxItem {
    padding: 44px 0 58px;
    position: relative;
}

.bosekiBorderBoxItem:first-child {
    padding-top: 0;
}

.bosekiBorderBoxItem:last-child {
    padding-bottom: 0;
}

.bosekiBorderBoxItem:not(:last-child)::after {
    content: "";
    display: block;
    background: url(../assets/img/boseki/build/item-border.svg) no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.bosekiBorderBoxItemIn {
    display: flex;
}

.bosekiBorderBoxItem .imgArea {
    width: 150px;
    text-align: center;
}

.bosekiBorderBoxItem .textArea {
    margin-right: 72px;
    width: calc(100% - 72px);
    letter-spacing: 0.08em;
}

.bosekiBorderBoxDesc {
    margin-bottom: 0;
    line-height: 1.8;
}

.bosekiNumTitleBlock {
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
    position: relative;
}

.bosekiNumOrderArea {
    color: #957E61;
    display: inline-flex;
    line-height: 1;
    white-space: nowrap;
    margin-right: 22px;
}

.bosekiNumTitle {
    color: #312C27;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0.08em;
}

.bosekiNumOrderText {
    font-family: var(--serif);
    font-size: 16px;
    margin-top: 17px;
}

.bosekiNumOrder {
    font-family: var(--plaryfair);
    font-size: 32px;
    margin-top: -10px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #957E61;
    padding-bottom: 8px;
}

@media only screen and (max-width: 991px) {
    .bosekiBorderBox {
        margin-top: 60px;
        padding: 50px 23px;
    }
    .bosekiBorderBox p {
        letter-spacing: 0.06em;
    }
    .bosekiBorderBoxArea {
        margin-top: 30px;
    }
    .bosekiBorderBoxItem {
        padding: 30px 0 50px;
    }
    .bosekiBorderBoxItemIn {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .bosekiBorderBoxItem .imgArea {
        width: 100%;
        margin-top: 23px;
        margin-right: 0;
        text-align: center;
    }
    .bosekiBorderBoxItem .imgArea img {
        width: 204px;
    }
    .bosekiBorderBoxItem .textArea {
        margin-top: 23px;
        margin-right: 0;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .bosekiBorderBoxItem-material .imgArea img {
        width: 120px;
    }
    .bosekiBorderBoxItem-estimate .imgArea img {
        width: 80px;
    }
    .bosekiBorderBoxItem-agreement .imgArea img {
        width: 83px;
    }
    .bosekiBorderBoxItem-construction .imgArea img {
        width: 98px;
    }
    .bosekiBorderBoxItem-ceremony .imgArea img {
        width: 129px;
    }
    .bosekiBorderBoxItem .secondBtnWrap {
        margin-top: 16px;
    }
    .bosekiBorderBoxDesc {
        line-height: 1.6;
    }
    .bosekiNumTitleBlock {
        margin-bottom: 0;
        align-items: center;
        flex-direction: column;
    }
    .bosekiNumOrderArea {
        margin-top: 2px;
        margin-right: 10px;
    }
    .bosekiNumOrder {
        font-size: 22px;
        padding-bottom: 2px;
        margin-top: 0;
    }
    .bosekiNumTitle {
        font-size: 18px;
        display: inline-block;
        line-height: 1.53;
        margin-top: 14px;
        width: auto;
    }
    .bosekiNumOrderText {
        margin-top: 17px;
    }
}

.bosekiSpecialBox {
    background-color: rgba(244, 238, 228, 0.6);
    border: 1px solid #7A7A7A;
    color: #312C27;
    margin-top: 80px;
    padding: 85px 90px 80px;
    position: relative;
}

.bosekiSpecialBox h2 {
    color: #312C27!important;
}

.bosekiSpecialBox::before {
    content: "";
    display: block;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #7A7A7A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bosekiSpecialBox .lead-text {
    margin-top: 25px;
    line-height: 1.8;
    text-align: center;
}

.bosekiSpecialCol2 {
    display: flex;
    align-items: center;
    margin-top: 52px;
    position: relative;
}

.bosekiSpecialCol2::before {
    content: "";
    background-color: #262626;
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.bosekiSpecialCol2 .imgArea {
    margin-right: 40px;
    width: 242px;
}

.bosekiSpecialCol2 .textArea {
    color: #312C27;
    width: calc(100% - 242px - 40px);
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.bosekiSpecialCol2Title .miniText {
    font-size: 14px;
    margin-right: 17px;
}

.bosekiSpecialCol2Title {
    font-size: 20px;
}

.bosekiSpecialCol2Desc {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .bosekiSpecialBox {
        margin-top: 36px;
        padding: 55px 28px 66px;
    }
    .bosekiSpecialBox::before {
        width: calc(100% - 12px);
        height: calc(100% - 12px);
    }
    .bosekiSpecialBox h2 {
        line-height: 1.5;
    }
    .bosekiSpecialBox .lead-text {
        margin-top: 20px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        text-align: justify;
    }
    .bosekiSpecialCol2 {
        display: block;
        margin-top: 30px;
    }
    .bosekiSpecialCol2::before {
        content: none;
    }
    .bosekiSpecialCol2 .imgArea {
        margin-right: 0;
        width: 70%;
        text-align: center;
        margin-inline: auto;
    }
    .bosekiSpecialCol2 .textArea {
        width: 100%;
        letter-spacing: 0.06em;
        line-height: 1.5;
        text-align: center;
    }
    .bosekiSpecialCol2Title .miniText {
        font-size: 13px;
        margin-right: 0;
        display: block;
    }
    .bosekiSpecialCol2Title {
        font-size: 20px;
        text-align: center;
    }
    .bosekiSpecialCol2Desc {
        margin-top: 15px;
    }
}

.bosekiAchivementBlock {
    background-color: #fff;
    padding: 100px 0;
    margin-top: 118px;
}

.bosekiAchivementCol2 {
    display: flex;
}

.bosekiAchivementCol2 .imgArea {
    margin-right: 87px;
    width: 445px;
}

.bosekiAchivementCol2 .textArea {
    width: calc(100% - 445px - 87px);
    letter-spacing: 0.05em;
    line-height: 1.9;
}

.bosekiAchivementCol2Badge {
    text-align: center;
}

.bosekiAchivementCol2Badge .award_year_now {
    position: absolute;
    top: -84%;
    left: 12%;
    font-size: 46px;
    color: #957e61;
    font-family: "Noto Serif JP", sans-serif !important;
    margin: auto;
    z-index: 9;
}
@media screen and (max-width: 991px) {
    .bosekiAchivementCol2Badge .award_year_now  {
        top: -12%;
        left: 11%;
        font-size: 35px;
    }
}

.bosekiAchivementCol2Desc {
    margin-top: 48px;
}

@media only screen and (max-width: 991px) {
    .bosekiAchivementBlock {
        background-color: #fff;
        padding: 0 0 82px;
        margin-top: 60px;
    }
    .bosekiAchivementCol2 {
        display: block;
    }
    .bosekiAchivementCol2 .imgArea {
        margin-right: 0;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .bosekiAchivementCol2 .imgArea img {
        margin-right: 0;
        width: 100%;
    }
    .bosekiAchivementCol2 .textArea {
        width: 100%;
        letter-spacing: 0.06em;
        line-height: 1.6;
        margin-top: 45px;
    }
    .bosekiAchivementCol2Desc {
        margin-top: 20px;
    }
}

.bosekiKodawariIn {
    width: 970px;
}

.bosekiBuildContents {
    padding: 134px 0 136px;
}

.bosekiBuildContents h2 {
    color: #fff!important;
    font-weight: 400;
}

.bosekiBuildContents .bosekiKome {
    color: #fff;
    letter-spacing: 0.05em;
}

.bosekiKodawariCol2Area {
    display: flex;
    margin: 55px 16px 0;
}

.bosekiKodawariCol2Item {
    width: calc(50% - 32px);
}

.bosekiKodawariCol2Item:nth-child(odd) {
    margin-right: 64px;
}

.bosekiKodawariCol2Item .imgArea {
    position: relative;
}

.bosekiKodawariCol2Item .imgArea .bosekiFloatLabel {
    position: absolute;
    left: -10px;
    bottom: -10px;
    background-color: #fff;
    color: #294155;
    font-family: var(--serif);
    font-size: 28px;
    width: 130px;
    height: 47px;
    text-align: center;
}

.bosekiKodawariCol2Item .textArea {
    color: #fff;
    margin-top: 30px;
}

.bosekiKodawariCol2Item .textArea p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .bosekiBuildContents {
        padding: 116px 16px 64px;
    }
    .bosekiKodawariTop {
        position: relative;
    }
    .sp-bosekiKodawariCol2FloatTitle {
        margin-right: 10px;
        line-height: 1.4;
        position: absolute;
        right: 0;
        top: -68px;
        z-index: 1;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left!important;
    }
    .bosekiKodawariCol2Area {
        display: block;
        margin: 0;
    }
    .bosekiKodawariCol2Item {
        width: 100%;
    }
    .bosekiKodawariCol2Item+.bosekiKodawariCol2Item {
        margin-top: 36px;
    }
    .bosekiKodawariCol2Item .imgArea .bosekiFloatLabel {
        position: absolute;
        left: auto;
        bottom: 0;
        font-size: 22px;
        width: 100px;
        height: 36px;
        letter-spacing: 0.1em;
    }
    .bosekiKodawariCol2Item .textArea {
        margin-top: 16px;
    }
    .bosekiKodawariCol2Item .textArea p {
        letter-spacing: 0.06em;
        line-height: 1.6;
    }
    .bosekiKodawariCol2Item:nth-child(odd) {
        margin-right: 0;
    }
    .bosekiKodawariCol2Item:nth-child(odd) .imgArea {
        padding-right: 130px;
    }
    .bosekiKodawariCol2Item:nth-child(even) .imgArea {
        padding-left: 130px;
        text-align: right;
    }
    .bosekiKodawariCol2Item:nth-child(odd) .bosekiFloatLabel {
        right: 0;
    }
    .bosekiKodawariCol2Item:nth-child(even) .bosekiFloatLabel {
        left: 0;
    }
}

.bosekiKodawariBox {
    color: #fff;
    padding: 182px 0 105px;
}

.bosekiKodawariBox h3 {
    color: #fff;
}

.flex-reverse-row {
    flex-direction: row-reverse;
}

.bosekiKodawariArea p {
    font-size: 16px;
    line-height: calc(24/16);
}

.bosekiKodawariItem {
    position: relative;
    max-width: 738px;
}

.bosekiKodawariItem::before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 36px);
    top: 0;
    left: -120px;
    z-index: 0;
}

.bosekiKodawariItem+.bosekiKodawariItem {
    padding-top: 36px;
}

.bosekiKodawariItem .bosekiKodawariItemTitle {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 17px;
}

.bosekiKodawariItem .inquiry-info {
    background-color: #6B7C8B;
}

.bosekiKodawariItem .div-contact-us {
    background-color: #607E77;
}

.bosekiKodawariItemCol2 {
    display: flex;
    flex-direction: row-reverse;
}

.bosekiKodawariItem .textArea {
    margin-right: 30px;
    width: calc(100% - 242px - 30px);
}

.bosekiKodawariItem .imgArea {
    width: 242px;
}

.bosekiKodawariItem .plan-banner a .label {
    margin-right: 44px;
}

.decoKodawariMark {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    top: 27px;
    left: -130px;
}

.decoKodawariMark::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: solid #6B7C8B 1px;
    border-radius: 50%;
    box-sizing: border-box;
}

.decoKodawariMark::after {
    content: "";
    display: block;
    position: absolute;
    background-size: 7px 2px;
    background-image: linear-gradient(to right, #fff 3px, transparent 3px);
    background-repeat: repeat-x;
    width: 90px;
    height: 2px;
    top: 50%;
    left: 20px;
    z-index: 1;
    transform: translateY(-50%);
}

.bosekiKodawariItem-batch {
    display: flex;
    line-height: 1;
    white-space: nowrap;
    margin-right: 24px;
    margin-bottom: 4px;
}

.bosekiKodawariNum {
    font-size: 28px;
    font-family: var(--plaryfair);
}

@media screen and (max-width: 991px) {
    .bosekiKodawariBox {
        padding: 70px 0 0;
    }
    .bosekiKodawariArea {
        padding: 0 6px 0 40px;
        margin-top: 50px;
    }
    .bosekiKodawariArea p {
        letter-spacing: 0.06em;
    }
    .bosekiKodawariItem::before {
        left: -36px;
    }
    .bosekiKodawariItem:last-child::before {
        height: 100%;
    }
    .bosekiKodawariItem+.bosekiKodawariItem {
        padding-top: 40px;
    }
    .bosekiKodawariItem .bosekiKodawariItemTitle {
        font-size: 24px;
        margin-bottom: 0;
    }
    .bosekiKodawariItemCol2 {
        display: block;
        flex-direction: column;
        margin-top: -85px;
    }
    .bosekiKodawariItem .textArea {
        margin-top: 16px;
        margin-right: 0;
        width: 100%;
    }
    .bosekiKodawariItem .imgArea {
        width: 100%;
        padding-left: 93px;
    }
    .bosekiKodawariNum {
        font-size: 23px;
    }
    .bosekiKodawariItem-batch {
        margin-bottom: 14px;
    }
    .decoKodawariMark {
        width: 16px;
        height: 16px;
        top: 21px;
        left: -43px;
    }
    .decoKodawariMark::before {
        width: 12px;
        height: 12px;
    }
    .decoKodawariMark::after {
        background-size: 6px 2px;
        width: 22px;
        left: 16px;
    }
    .flow-heading-block {
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .bosekiKodawariArea {
        margin-left: 48px;
        padding-left: 120px;
    }
}

.bosekiKodawariAward {
    display: flex;
    margin-top: 55px;
}

.bosekiKodawariAwardItem {
    background-color: rgba(255, 255, 255, 0.7);
    width: calc(50% - 20px);
    padding: 36px 40px;
    position: relative;
}

.bosekiKodawariAwardItem::before {
    content: "";
    display: block;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bosekiKodawariAwardItem:nth-child(odd) {
    margin-right: 40px;
}

.bosekiKodawariAwardItem .imgArea {
    background-color: #fff;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    height: 267px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bosekiKodawariAwardItem .textArea {
    margin-top: 30px;
    position: relative;
}

.bosekiKodawariAwardItem .textArea p {
    color: #294155;
    margin-bottom: 0;
}

.bosekiKodawariAwardItem .bosekiKodawariAwardTitle {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.bosekiKodawariAwardItem .bosekiKodawariAwardDesc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .bosekiKodawariAward {
        display: block;
        margin-top: 50px;
    }
    .bosekiKodawariAwardItem {
        width: 100%;
        padding: 36px 30px 32px;
    }
    .bosekiKodawariAwardItem+.bosekiKodawariAwardItem {
        margin-top: 20px;
    }
    .bosekiKodawariAwardItem:nth-child(odd) {
        margin-right: 0;
    }
    .bosekiKodawariAwardItem .imgArea {
        background-color: #fff;
        padding: 13px 20px;
        min-width: 196px;
        width: 80%;
        height: 139px;
        margin-inline: auto;
    }
    .bosekiKodawariAwardItem.bosekiKodawariAwardItem--certification .imgArea img {
        width: 80px;
    }
    .bosekiKodawariAwardItem .textArea {
        margin-top: 16px;
    }
    .bosekiKodawariAwardItem .bosekiKodawariAwardTitle {
        font-size: 16px;
        letter-spacing: 0.07em;
    }
    .bosekiKodawariAwardItem .bosekiKodawariAwardDesc {
        font-size: 16px;
        margin-top: 14px;
        letter-spacing: 0.06em;
    }
}


/* boseki modal */

.boseki-build-modal.modal-dialog {
    max-width: 1100px;
}

.boseki-build-modal .desc {
    max-width: 673px;
    margin: 0 auto 35px;
}

.boseki-build-modal table {
    max-width: 830px;
    margin: 0 auto;
}

.boseki-build-modal table th {
    vertical-align: middle;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 2rem;
    background-color: #f8f7f2;
    font-weight: unset;
}

.boseki-build-modal table td {
    padding: 30px;
    line-height: 2rem;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .boseki-build-modal table th {
        padding: 10px;
        line-height: 1.6rem;
        font-size: 12px;
        text-align: left;
    }
    .boseki-build-modal table td {
        padding: 10px;
        line-height: 1.6rem;
        font-size: 12px;
    }
    .boseki-build-modal .modal-header {
        height: 65px;
    }
    .boseki-build-modal .close-modal-text {
        right: 35px;
        top: 35px;
    }
    .boseki-build-modal .btn-close-modal {
        width: 95px;
        height: 95px;
    }
}

.afterBuildIn {
    width: 984px;
}

.afterBuildContents {
    padding: 140px 0 100px;
}

.afterBuildContents h2 {
    color: #574B43!important;
    line-height: 1.8;
}

.afterBuildItem {
    display: flex;
    align-items: center;
}

.afterBuildItem+.afterBuildItem {
    margin-top: 80px;
}

.afterBuildItem .textArea {
    width: calc(100% - 391px - 100px);
    margin-right: 100px;
}

.afterBuildItem .imgArea {
    width: 391px;
}

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

.afterBuildItem:nth-child(even) .textArea {
    margin-right: 0;
}

.afterBuildItem:nth-child(even) .imgArea {
    margin-right: 100px;
}

.afterBuildDesc {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2;
}

.afterbuildPhotoArea {
    text-align: right;
    margin: 30px 0px 0 auto;
}

@media screen and (max-width: 991px) {
    .afterBuildContents {
        padding: 68px 0 40px;
        max-width: 560px;
        margin-inline: auto;
    }
    .afterBuildArea {
        margin-top: 40px;
    }
    .afterBuildItem {
        flex-direction: column-reverse;
    }
    .afterBuildItem+.afterBuildItem {
        margin-top: 40px;
    }
    .afterBuildItem:nth-child(even) {
        flex-direction: column-reverse;
    }
    .afterBuildItem:nth-child(even) .imgArea {
        margin-right: 0;
    }
    .afterBuildItem .textArea {
        width: 100%;
        margin: 36px 0 0 10px;
        letter-spacing: 0.05em;
    }
    .afterBuildDesc {
        line-height: 1.7;
    }
    .afterBuildItem .imgArea {
        width: 100%;
        text-align: right;
        padding-left: 50px;
    }
    .afterbuildPhotoArea {
        margin: 30px 0px 0 auto;
        width: 285px;
    }
    .afterbuildPhotoArea img {
        width: 100%;
    }
}

.storeReienBlock {
    background-color: unset;
    border: none;
    margin-bottom: 0;
    padding: 45px 55px 30px;
}

.storeReienTitle {
    color: #43361E;
    font-family: var(--serif);
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.storeReienList {
    margin-top: 42px;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
}

.storeReienList .storeReienItem {
    width: calc(50% - 8px);
    margin-bottom: 0;
}

.storeReienList .storeReienItem:nth-child(odd) {
    margin-right: 16px;
}

.storeReienList .storeReienItem:nth-child(n+3) {
    margin-top: 18px;
}

.storeReienBlock .storeReienList .storeReienItem a {
    background-color: #fff;
    color: #312C27;
    display: flex;
    align-items: center;
    padding: 18px;
    text-decoration: none;
}

.storeReienBlock .storeReienList .storeReienItem a:hover img {
    opacity: 0.7;
}

.storeReienList .storeReienItem .imgArea {
    width: 84px;
    margin-right: 10px;
}

.storeReienList .storeReienItem .imgArea img {
    transition: .2s opacity;
}

.storeReienList .storeReienItem .textArea {
    width: calc(100% - 84px - 10px);
    text-align: center;
}

.storeReienList .storeReienItem .storeReienName {
    color: #312C27;
    font-family: var(--serif);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .storeReienBlock {
        background-color: #EBE7DF;
        padding: 15px 15px 20px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .storeReienTitle {
        font-size: 20px;
    }
    .storeReienList {
        display: block;
        margin-top: 35px;
    }
    .storeReienList .storeReienItem {
        width: 100%;
    }
    .storeReienList .storeReienItem:nth-child(odd) {
        margin-right: 0;
    }
    .storeReienList .storeReienItem:nth-child(n+3) {
        margin-top: 0;
    }
    .storeReienList .storeReienItem+.storeReienItem {
        margin-top: 12px;
    }
    .storeReienList .storeReienItem:last-child {
        margin-bottom: 0;
    }
    .storeReienBlock .storeReienList .storeReienItem a {
        padding: 16px;
    }
    .storeReienList .storeReienItem .imgArea {
        width: 76px;
        margin-right: 10px;
    }
    .storeReienList .storeReienItem .textArea {
        width: calc(100% - 76px - 10px);
        text-align: center;
    }
    .storeReienList .storeReienItem .storeReienName {
        line-height: 1.5;
        font-size: 17px;
    }
}

.section-detail .access_info {
    color: #403217;
}

.section-detail .access_info a {
    color: #7B5713;
}

.section-detail .el-btn-brown {
    max-width: 240px;
    padding: 5px 5px 5px 15px;
    margin-bottom: 0;
}

.section-detail .el-btn-brown i {
    right: -45px;
}

@media screen and (max-width: 991px) {
    .section-detail .el-btn-brown {
        max-width: none;
        padding: 7px 7px 7px 11px;
        width: 304px;
    }
    .section-detail .el-btn-brown i {
        right: -66px;
    }
}

.detailNarrowBox {
    max-width: 580px;
    margin-inline: auto;
}

.section-detail+h2+.typeSubTitle {
    margin-top: 32px;
}

.flyer-new-item+.typeSubTitle {
    margin-top: 110px;
}

.flyer-new .pdfLinkText {
    color: #6F5B41;
    font-size: 15px;
    margin-top: 32px;
    margin-bottom: 0;
}

.flyer-new .pdfLinkText .pdfLink {
    position: relative;
    display: inline-block;
    margin-top: 0;
}

.flyer-new .pdfLinkText .pdfLink a {
    color: #6F5B41;
}

.flyer-new .pdfLinkText .pdfLink::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../assets/img/icon-custom/icon-blank-brawn.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: -15px;
}

.flyer-new .pdfLinkText .pdfLink::after {
    content: "";
    display: block;
    background-color: #6E5526;
    width: calc(100% + 15px);
    height: 1px;
    background-size: contain;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.section-detail-news {
    background-color: #EAE6DC;
    padding: 130px 0;
}

.secondCommonInner.section-detail-newsIn {
    width: 838px;
}

.section-detail-news .news-item__cate {
    background-color: #fff;
    border-color: #BAA894;
}

.section-detail-news .news-item__cate .news-item__cate a {
    color: #866948;
}

@media screen and (max-width: 991px) {
    .flyer-new-item+.typeSubTitle {
        margin-top: 80px;
    }
    .flyer-new .pdfLinkText {
        font-size: 14px;
        margin-top: 10px;
    }
    .flyer-new .pdfLinkText .pdfLink::before {
        top: 7px;
        right: -17px;
    }
    .flyer-new .pdfLinkText .pdfLink::after {
        width: calc(100% + 17px);
    }
    .section-detail-news {
        padding: 78px 0 80px;
    }
    .secondCommonInner.section-detail-newsIn {
        width: 100%;
    }
}

.section-detail-summary {
    background-color: #fff;
    padding: 120px 0 135px;
}

.secondCommonInner.section-detail-summaryIn {
    width: 1004px;
}

.section-detail .item-store-content__right table td,
.section-detail .item-store-content__right table label {
    font-size: 18px;
}

.section-detail .item-store-content__right table tr td:first-child {
    width: 102px;
}

.section-detail .list-store .item-store {
    padding: 0;
}

.section-detail .list-store .item-store .item-store-content__right {
    margin-top: 0;
}

.section-detail-access {
    background-color: #EAE6DC;
    padding: 115px 0 120px;
}

.secondCommonInner.section-detail-accessIn {
    width: 890px;
}

.store_main_area-new {
    border: 1px solid #CBC6BF;
    margin: 60px auto 0;
}

.storeAreaName {
    background-color: #F2EEE6;
    color: #403217;
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}

.storeAreaText {
    background-color: #fff;
    color: #6F5A42;
    font-size: 17px;
    padding: 18px 20px 26px;
    text-align: center;
}

.section-detail .list-store .storeKome {
    color: #262626;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}

.section-detail .list-store .storeKome a {
    color: #957E61;
    text-decoration: underline;
}

.section-detail .store_url_map {
    width: 89px;
    height: 31px;
}

@media screen and (max-width: 991px) {
    .section-detail {
        padding: 72px 0 80px;
    }
    .secondCommonInner.section-detail-summaryIn {
        width: 100%;
    }
    .section-detail .item-store-content__right table tr td:first-child {
        width: 68px;
    }
    .section-detail .item-store-content__right table td,
    .section-detail .item-store-content__right table label {
        font-size: 16px;
    }
    .section-detail .item-store-content__right table tr td:first-child label {
        font-size: 16px;
    }
    .section-detail .list-store .item-store img {
        width: auto;
        margin: 0 auto 32px;
    }
    .section-detail .list-store .item-store .item-store-content__right {
        margin-top: 16px;
    }
    .secondCommonInner.section-detail-accessIn {
        width: 100%;
    }
    .store_main_area-new {
        margin-top: 20px;
    }
    .storeAreaName {
        font-size: 16px;
        padding: 4px 10px;
    }
    .storeAreaText {
        font-size: 16px;
        padding: 11px;
        text-align: center;
    }
    .section-detail .list-store .storeKome {
        margin-top: 6px;
    }
    .storeAreaText {
        text-align: left;
    }
    .btn-route-search {
        margin-top: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .section-detail .item-store-content__left {
        align-items: flex-start;
    }
    .section-detail .list-store .item-store img {
        width: 350px;
        margin-right: 63px;
    }
    .section-detail .list-store .item-store .item-store-content__right {
        width: calc(100% - 350px - 36px);
    }
    .section-detail .item-store-content__right table td {
        padding: 20px 12px 20px 0;
        line-height: 1.2;
    }
}

.section-detail-access {
    color: #403217;
    padding: 115px 0 120px;
}

.section-detail .iframe-map,
.section-detail .list-style-dot {
    max-width: 580px;
    margin-inline: auto;
}

.section-detail .list-style-dot li {
    line-height: 1.5;
}

.detailAccessItem {
    border: 1px solid rgba(114, 99, 81, 0.5);
    padding: 76px 100px 44px;
}

.detailAccessItem+.detailAccessItem {
    margin-top: 37px;
}

.detailAccessTitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.detailAccessTitle::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.accessTrain .detailAccessTitle::before {
    background-image: url(../assets/img/shoplist/icon-train.svg);
    width: 18px;
    height: 23px;
}

.accessCar .detailAccessTitle::before {
    background-image: url(../assets/img/shoplist/icon-car.svg);
    width: 26px;
    height: 18px;
}

.detailAccessDesc {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    line-height: 1.8;
}

@media screen and (max-width: 991px) {
    .section-detail-access {
        padding: 72px 0 70px;
    }
    .section-detail .list-style-dot li {
        letter-spacing: 0.05em;
    }
    .section-detail .list-style-dot li+li {
        margin-top: 4px;
    }
    .detailAccessItem {
        margin-top: 60px;
        padding: 0;
        border: none;
    }
    .detailAccessItem+.detailAccessItem {
        margin-top: 50px;
    }
    .detailAccessTitle {
        font-size: 18px;
        padding-left: 29px;
        margin-top: 0;
        text-align: left;
    }
    .detailAccessTitle::before {
        top: 5px;
        left: 0;
        transform: translateX(0);
    }
    .accessTrain .detailAccessTitle::before {
        background-image: url(../assets/img/shoplist/icon-train.svg);
        width: 18px;
        height: 20px;
    }
    .accessCar .detailAccessTitle::before {
        background-image: url(../assets/img/shoplist/icon-car.svg);
        width: 26px;
        height: 18px;
    }
    .accessCar .detailAccessTitle {
        padding-left: 34px;
    }
    .detailAccessDesc {
        margin-top: 10px;
        text-align: left;
        line-height: 1.5;
    }
    .btn-route-search span {
        min-width: 303px;
        padding: 14px 20px;
    }
    .btn-route-search span::before {
        width: 6px;
        height: 6px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        right: 24px;
    }
}

.summaryLinkList {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 100px 0 0;
}

.summaryLinkList .summaryItem {
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(25% - 11px);
    position: relative;
    height: 240px;
}

.summaryLinkList .summaryItem:not(:nth-child(4n)) {
    margin-right: 14px;
}

.summaryLinkList .summaryItem::before {
    content: "";
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: #5A564C;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.2s;
}

.summaryItem.summaryItem--01 {
    background-image: url(../assets/img/shoplist/summry01.png);
}

.summaryItem.summaryItem--02 {
    background-image: url(../assets/img/shoplist/summry02.png);
}

.summaryItem.summaryItem--03 {
    background-image: url(../assets/img/shoplist/summry03.png);
}

.summaryItem.summaryItem--04 {
    background-image: url(../assets/img/shoplist/summry04.png);
}

.summaryItem:hover .iconArea img,
.summaryItem:hover .summaryItemName::before {
    filter: invert(1);
}

.summaryItem:hover .summaryItemName {
    color: #262626;
}

.summaryItem:hover::before {
    mix-blend-mode: normal;
    background-color: #fff;
    opacity: 0.65;
}

.summaryItem a {
    color: #fff;
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.summaryItem .iconArea {
    position: relative;
    z-index: 2;
    text-align: center;
}

.summaryItem .textArea {
    margin-top: 20px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.summaryItemName {
    color: #fff;
    font-family: var(--serif);
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
    padding-right: 33px;
}

.summaryItemName::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../assets/img/shoplist/icon-arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 0;
}

@media screen and (max-width: 991px) {
    .summaryLinkList {
        display: block;
        margin: 50px auto 0;
        max-width: 560px;
        width: 100%;
    }
    .summaryLinkList .summaryItem {
        background-size: cover;
        background-position: center center;
        width: 100%;
        /* height: 98px; */
        height: 26.1vw;
        min-height: 98px;
        max-height: 200px;
    }
    .summaryLinkList .summaryItem+.summaryItem {
        margin-top: 10px;
    }
    .summaryLinkList .summaryItem:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .summaryItem a {
        color: #fff;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        padding: 20px 30px 20px 20px; 
    }
    .summaryItem .iconArea {
        width: 65px;
        margin-right: 10px;
    }
    .summaryItem .textArea {
        width: auto;
        margin-top: 0;
        text-align: left;
        position: static;
    }
    .summaryItemName {
        font-size: 16px;
        position: static;
        padding-right: 10px;
    }
    .summaryItemName::before {
        content: "";
        display: block;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 991px) {
    .boseki-faq h2 {
        font-size: 26px;
    }
}

/* shoplist-service_detail */

.shoplist-service_detail {
    margin-top: 100px;
}
.shoplist-service_detail .shoplist-service_ttl {
    padding: 34.5px 0;
    border-top: 2px solid #323D48;
    border-bottom: 1px solid #323D48;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40.8px;
}
.shoplist-service_image-LinkBlock {
    pointer-events:none;;
    transition: 0.8s;
    height: 245px;
    width: 100%;
    padding: 60px 0 30px 260px;
    background: url(../assets/img/shoplist/shoplist-service.png) no-repeat;
    background-size: cover;
    z-index: 1;
    list-style: none;
    border-radius: 5px;
}
.shoplist-service_image .shoplist-service_image-LinkBlock:hover {
    background: url(../assets/img/shoplist/shoplist-service-hover.png) no-repeat;
    background-size: cover;
    z-index: 2;
}
.shoplist-service_image-LinkBlock li {
    pointer-events:auto;
    position: relative;
    margin-left: 33px;
}
.shoplist-service_image .shoplist-service_image-LinkBlock li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding-left: 30px;
}
.shoplist-service_image .shoplist-service_image-LinkBlock li a:hover {
     color: #333;
     mix-blend-mode: normal;
     display: block;
}
.shoplist-service_image .shoplist-service_image-LinkBlock li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../assets/img/shoplist/icon-arrow-w.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 0;
}
.shoplist-service_image .shoplist-service_image-LinkBlock li:hover::before  {
    background: url(../assets/img/shoplist/icon-arrow-b.svg) no-repeat;
    background-size: cover;
} 
.shoplist-service_image .shoplist-service_image-LinkBlock li:not(:last-child) {
    margin-bottom: 28px;
}
.shoplist-service_image .shoplist-service_image-LinkBlock li:hover::after {
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #333;
    position: absolute;
    bottom: -5px;
    left: 0;
} 
.shoplist-service_image .shoplist-service_image-LinkBlock li:hover .shoplist-service_image .shoplist-service_image-LinkBlock li::before {
        filter: invert(1);
}
.shoplist-service_image-LinkBlock{position: relative;}
.shoplist-service_image-LinkBlock::before {
        content: "";
        display: block;
        width: 125px;
        height: 159px;
        background: url(../assets/img/shoplist/icon-shoplist-service.svg) no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 80px;
        transform: translate(0, -50%);
}
.shoplist-service_image-LinkBlock:hover::before {
        filter: invert(1);
}
.shoplist-service_detail .summaryLinkBlock {
    padding-bottom: 40.8px;
    border-bottom: 2px solid #323D48;
    margin-bottom: 70px;
}
.shoplist-service_detail .summaryLinkList {
    margin: 36px 0 0;
}
.shoplist-service_detail .summaryLinkList .summaryItem {
    height: 158px;
}
.shoplist-service_detail .summaryLinkList .summaryItem a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 5px;
}
.shoplist-service_detail .summaryItem .iconArea {
    max-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shoplist-service_detail .summaryItem .iconArea img {
    height: 100%;
}
.shoplist-service_detail .summaryItem .textArea {
    margin-top: 12.7px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.shoplist-service_detail .summaryItemName {
    padding-right: 0;
    font-size: 15px;
}
.shoplist-service_detail .summaryItemName.fs-small {
    font-size: 13px;
}
.shoplist-service_detail .summaryItemName::before {
    content: none;
}
.shoplist-service_detail .summaryItem.summaryItem--06 {
    background-image: url(../assets/img/shoplist/summry06.png);
}
.shoplist-service_detail .summaryItem.summaryItem--05 {
    background-image: url(../assets/img/shoplist/summry05.png);
}
.shoplist-service_detail .summaryItem.summaryItem--07 {
    background-image: url(../assets/img/shoplist/summry07.png);
}
.shoplist-service_contact a {
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
    padding: 32.5px 0px;
    margin: 0;
}
.shoplist-service_contact a .icon-angle-down {
    display: block;
}
.shoplist-service_contact a .icon-angle-down:before {
    position: absolute;
    right: 45px;
    bottom: 0;
    top: -30px;
}

/* @media (min-width: 850px) {
    .section-content .s-common-sidebar {
         padding-bottom: 1000px;
    }
} */
@media (max-width: 991px) {
    .shoplist-service_detail {
        margin-top: 55px;
    }
    .shoplist-service_detail .summaryItemName::before {
        content: "";
        right: 20px;
    }
    .shoplist-service_detail .summaryItem .iconArea {
        margin-right: 10px;
        width: 65px;
    }
    .shoplist-service_detail .summaryItem.summaryItem--04 .iconArea {
        margin-right: 15px;
    }
    .shoplist-service_detail .shoplist-service_ttl {
        margin-bottom: 24px;
        padding: 17px 0;
        font-size: 20px;
    }
    .shoplist-service_image {
        height: 277px;
        width: 100%;
    }
    .shoplist-service_image-LinkBlock {
        background: url(../assets/img/shoplist/shoplist-service-sp.png) no-repeat;
        height: 100%;
        width: 100%;
        background-size: cover;
        padding: 140px 0 0;
    }
    .shoplist-service_image .shoplist-service_image-LinkBlock:hover {
        background: url(../assets/img/shoplist/shoplist-service-sp.png) no-repeat;
        background-size: cover;
        z-index: 2;
    }
    .shoplist-service_image .shoplist-service_image-LinkBlock li a {
        padding-left: 0;
        font-size: 16px;
    }
    .shoplist-service_image .shoplist-service_image-LinkBlock li a:hover {
        color: #fff;
    }
    .shoplist-service_image .shoplist-service_image-LinkBlock li::before {
        background: url(../assets/img/shoplist/icon-arrow.svg) no-repeat;
        left: initial;
        right: 22px;
    }
    .shoplist-service_image .shoplist-service_image-LinkBlock li:hover::before {
        background: url(../assets/img/shoplist/icon-arrow.svg) no-repeat;
    } 
    .shoplist-service_image .shoplist-service_image-LinkBlock li:hover::after {
        background-color: #fff;
    }
    .shoplist-service_image .shoplist-service_image-LinkBlock li:not(:last-child) {
        margin-bottom: 16.4px;
    }
    .shoplist-service_image .shoplist-service_image-LinkBlock li {
        margin-left: 0;
        padding: 0px 30px 0px 20px;
    }
    .shoplist-service_image-LinkBlock::before {
        width: 210px;
        height: 73px;
        background: url(../assets/img/shoplist/icon-shoplist-service-sp.svg) no-repeat;
        background-size: cover;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .shoplist-service_image-LinkBlock:hover::before {
        filter: initial;
    }
    .shoplist-service_detail .summaryLinkList .summaryItem{
        height: 98px;
    }
    .shoplist-service_detail .summaryLinkList {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }
    .shoplist-service_detail .summaryLinkList .summaryItem a {
       padding: 20px 30px 20px 20px;
       justify-content: flex-start;
    }
    .shoplist-service_detail .summaryItem .textArea {
        margin-top: 0;
    }
    .shoplist-service_detail .summaryLinkBlock {
        padding-bottom: 24px;
        margin-bottom: 17px;
    }
    .shoplist-service_contact a {
        font-size: 16px;
        padding: 17px 0;
    }
    .shoplist-service_contact span.pc {
        display: none;
    } 
}

/* ////////////////////////////////////////////
====================== form ======================
 ////////////////////////////////////////////// */


/* 【※注意】フォーム系のCSSは、完全に複製するのが厳しいため、「form-commonWrap」「form-common」というクラスを新たに追加してその中で調整する */

.form-commonWrap {
    background-color: #EBE7DF;
    padding: 120px 0 143px;
}

.form-common {
    width: 100%!important;
    max-width: 958px;
    margin-inline: auto;
}

.form-common h4 {
    background: #fff;
    font-family: var(--serif);
    font-size: 28px;
    font-weight: normal !important;
    margin: 0;
    text-align: center !important;
    padding: 80px 30px 0;
}

.form-common .section-form-request-content {
    background-color: #EBE7DF;
}

.form-common .section-form-request-box h4 {
    font-family: var(--serif);
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}

.form-common .formCopy {
    align-items: center;
    font-size: 16px;
}

.form-common .formCopy span {
    border-bottom: 1px solid #38322C;
    padding-bottom: 10px;
    position: relative;
}

.form-common .formCopy span::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 9px;
    background: url(../assets/img/deco_diagonal_line.png) no-repeat center /contain;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}

.form-common .table-form-common th,
.form-common .table-form-common td {
    border-bottom-color: rgba(165, 165, 165, 0.4)!important;
}

.form-common table.table-form-common td:first-child,
.form-common table.table-form-common td:first-child label {
    color: #262626;
    font-weight: 500;
}

.form-common table.table-form-common td:last-child,
.form-common table.table-form-common td:last-child label {
    color: #312C27;
}

.form-common .form-common-confirm a {
    color: #796B61;
}

.form-common .form-common-confirm-content.disabled .el-btn {
    background-color: #CCC2B4;
}

.form-common .required {
    background-color: #E01A1A;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    padding: 0px 4px 0;
    width: 40px;
    height: 16px;
    text-align: center;
}

.form-common .select-resize-ghost,
.form-common .select2-container .form-common .select2-choice,
.form-common .select2-container .form-common .select2-selection,
.form-common select {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238D7D69' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);
}

.form-common table.table-form-common .small-input {
    max-width: 268px;
}
.form-common table.table-form-common textarea.small-input.xs {
    margin-top: 10px;
    max-width: 400px;
    min-height: 60px;
}

.form-common table.table-form-common [type="radio"]:checked+label:before,
table.table-form-common [type="radio"]:not(:checked)+label:before,
.form-common table.table-form-common [type="radio"]:checked+label:after,
table.table-form-common [type="radio"]:not(:checked)+label:after {
    border-color: #7A7A7A;
}

.form-common table.table-form-common [type="radio"]:checked+label:after,
.form-common table.table-form-common [type="radio"]:not(:checked)+label:after {
    background-color: #957E61;
}

.form-common table.table-form-common .check-cemeteries input:checked+label:after {
    border-color: #957E61;
}

.form-common table.table-form-common input[type='text'],
.form-common table.table-form-common input[type='tel'],
table.table-form-common input[type='email'],
.form-common table.table-form-common select {
    border-color: #C3C3C3;
    border-radius: 0;
    height: 56px;
}

.form-common table.table-form-common .desired_completion_time {
    height: 29px;
}

.form-common table.table-form-common label {
    font-size: 16px;
}

.form-common table.table-form-common [type="radio"]:checked+label,
.form-common table.table-form-common [type="radio"]:not(:checked)+label {
    font-size: 17px;
}

.form-common table.table-form-common .check-cemeteries label {
    font-size: 17px;
}

.form-common table.table-form-common textarea {
    font-size: 17px;
    border-radius: 0;
    border-color: #C3C3C3;
    min-height: 131px;
}

.form-common table.table-form-common td .sub-label {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-common .select-resize-ghost,
.form-common .select2-container .form-common .select2-choice,
.form-common .select2-container .form-common .select2-selection,
.form-common input[type=date],
.form-common input[type=email],
.form-common input.form-common [type=number],
.form-common input[type=password],
.form-common input[type=search],
.form-common input[type=tel],
.form-common input[type=text],
.form-common input[type=url],
.form-common select,
.form-common textarea {
    font-size: 16px;
}

.form-common input::placeholder {
    color: #828282;
    font-size: 16px;
}

.form-common table.table-form-common .btn-search-address:hover {
    background-color: #fff;
}

.form-common .check-cemeteries .required {
    display: none;
}

@media only screen and (max-width: 991px) {
    .form-commonWrap {
        padding: 40px 15px;
    }
    .form-common .section-form-request-box {
        background-color: transparent;
    }
    .form-common h4 {
        background-color: transparent;
        font-size: 24px;
        padding-top: 0;
    }
    .form-common .section-form-request-box h4 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .form-common table.table-form-common .form_rq_materials .button-label {
        border-radius: 50px !important;
        line-height: 1.4;
        display: inline-block;
        width: 100%;
    }
    .form-common .check-cemeteries label {
        font-size: 14px;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .form-common table.table-form-common .small-input {
        max-width: 360px;
        width: 100%;
    }
    .form-common table.table-form-common textarea.small-input.xs {
        max-width: 100%;
        margin-top: 10px;
    }
    .form-common table.table-form-common [type="radio"]:checked+label,
    .form-common table.table-form-common [type="radio"]:not(:checked)+label {
        font-size: 16px;
    }
    .form-common .inquire_type_0 .gr-checkbox-horizontal {
        letter-spacing: 0.05em;
    }
    .form-common .required {
        margin-left: 0!important;
        margin-right: 8px;
        margin-top: 3px;
        min-width: 40px;
    }
    .form-common table.table-form-common td:first-child {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .td-wrap-item+.td-wrap-item {
        margin-top: 15px;
    }
    table.table-form-common tr:last-child td {
        border-bottom: 1px solid rgba(165, 165, 165, 0.4) !important;
        padding-bottom: 25px;
    }
    .table-form-common .d-flex {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .form-common table.table-form-common textarea.small-input.xs {
        margin-top: 10px;
        margin-left: 1.5rem;
        max-width: 100%;
        min-height: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .form-common .section-form-request-box {
        padding: 40px 78px 30px 78px;
    }
    .form-common table.table-form-common td:first-child,
    .form-common table.table-form-common td:last-child {
        padding: 42px 40px 40px 0;
    }
    .form-common table.table-form-common td:first-child {
        width: 200px;
    }
    .form-common table.table-form-common .btn-search-address {
        min-width: 232px;
        padding: 13px 10px;
        margin-left: 25px;
    }
    .td-wrap {
        display: flex;
    }
    .td-wrap-item {
        width: 100%;
    }
    .td-wrap-item:first-child {
        margin-right: 28px;
    }
}


/* ////////////////////////////////////////////
====================== sitemap ======================
 ////////////////////////////////////////////// */
 .sitemap-inner {
    max-width: 1284px;
    padding: 30px 0 120px;
    margin: 0 auto;
 }
 .section_flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-flow: row;
    min-height: auto;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    gap: 40px;
 }
 .section_flex .list_flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 70px;
    margin-left: 1rem;
 }
 .section_flex.section_box05, 
 .section_flex.section_box06 {
    display: block;
 }

 .section_flex .section_content {
    width: calc(100%/2);
 }
 .section_flex.section_box05 .section_content, 
 .section_flex.section_box06 .section_content {
    width: 100%;
 }
 
 .section_flex.section_box05 .section_content .list-item, 
 .section_flex.section_box06 .section_content .list-item {
    width: calc(100%/4);
 }

 .sitemap h2 {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 20px;
 }

 .sitemap h3 {
    font-family: var(--serif);
    font-size: 1.25em;
    line-height: 1.8;
    margin-bottom: 20px;
   }
.sitemap a{
    color: #6F5B41;
    font-size: 15px;
    text-decoration: underline!important;
}
 .sitemap .list-item li {
    list-style-type: none;
}
 .sitemap .list-item li {
    list-style-type: none;
    color: #312C27;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 18px;
    margin-bottom: .6em;
    margin-left: 0 !important;
 }
 .sitemap .list-item li:before {
    content: "";
    background-color: #5E5246;
    border-radius: 50px;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 0;
}

.sitemap .list-item-child {
  margin: 0.5em 0 1em;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
.sitemap .list-item-child li::before {
  content: "";
  background-color: #312c27;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
}
.sitemap .list-link a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background-image: url(../assets/img/icon-custom/icon-window-brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 0px;
  left: auto;
  bottom: auto;
  top: 0;
  background-color: transparent;
  opacity: 1;
  position: relative;
  display: inline-block;
}
.sitemap .list-link li:not(.tight) a[target="_blank"]::after {
  right: -10px !important;
}

 @media only screen and (max-width: 991px) {
  .sitemap-inner {
    padding: 30px 20px;
  }

.sitemap h2 {
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
.sitemap h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.sitemap .section_flex {
    display: block;
}
.sitemap .section_flex .section_content {
    width: 100%;
}
.sitemap .section_flex .list_flex {
    display: block;
    width: auto;
}
.sitemap .section_flex .list_flex.sp-block {
    display: flex;
}

.sitemap .section_flex.section_box05 .section_content .list-item, 
.sitemap .section_flex.section_box06 .section_content .list-item {
    width: auto;
}
.sitemap .list_flex .list-item {
    margin-bottom: 0;
}
.sitemap .section_flex .section_content, 
.section_flex.section_box06 .list_flex .list-item {
    margin-bottom: 40px;
}
}

/* スタッフブログ、新着情報の詳細ページ */
.staff-blog-detail p {
    letter-spacing: 0.05rem;
    text-align: justify;
    line-height: 1.7;
    font-size: 16px;
}
.list-cate a {
    display: inline-block;
}