.cate-list a {
    margin: 10px 0 !important;
    background-color: #A8947B;
    color: #FFF;
    padding: 5px;
    display: table;
}

.sns-share-button a {
    margin: 5px;
}
.custom-toc {
    background-color: #f8f8f8;
    padding: 10px;
    border: 1px solid #ddd;
}

.custom-toc p {
    font-weight: bold;
    margin-bottom: 5px;
}

.custom-toc ul {
    list-style-type: none;
    padding: 0;
}

.custom-toc li {
    margin-left: 10px;
}

.custom-toc a {
    text-decoration: none;
    color: #0066cc;
}

.custom-toc a:hover {
    text-decoration: underline;
}
.ref-item {
    background-color: #FFF;
}
.modal-custom--search .modal-dialog{
    --bs-modal-width: 740px;
}
#modal-favorite .sidebar-title, 
#modal-favorite .list-map-area,
#modal-favorite .searchform,
#modal-favorite .title-top{
    display: none;
}
.block-memorial-services {
    background-color: #F2F0EC!important;
}
.breadcrumbs {
    color: #262626!important;
    font-weight: 400!important;
}
.breadcrumbs a {
    color: #262626!important;
}
.image-main img {
    width: 100%;
    height: 550px;
    border-radius: 4px;
    object-fit: scale-down;
    background-color: #fff;
}
span.facility_other {
    font-size: 12px;
    margin-left: 15px;
}

.author_avatar {
    height: 85px;
    width: 85px;
    object-fit: contain;
}
.btn-route-search {
    cursor: pointer;
}

.text-topbar {
    position: relative;
    font-weight: 500!important;
    color: #383838!important;
    font-size: 12px!important;
    font-family: 'YuGothicMedium', sans-serif, Noto Sans !important;
}
.text-topbar:hover::after {
    width: 100%;
    background-color: #000;
    content: "";
    color: #000;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    opacity: 0.6;
    bottom: 2px;
}
.section-footer a:not(.accordion-title) {
    position: relative;
    font-size: 16px;
    line-height: 30px;
}
.section-footer a:hover::after {
    width: 100%;
    opacity: 0.9;
}

.daidaibo-intro {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DBD6CC;
}
.daidaibo-intro .d_block1 {
    background: #EDE9DC;
    border-radius: 8px;
    color: #333333;
    padding: 20px 15px;
}

.daidaibo-intro .d_block2 {
    padding: 12px 20px;
    border: 1px solid #796B61;
    text-align: center;
    border-radius: 8px;
    color: #796B61;
}
.img-banner-sidebar {
    height: 60px;
    object-fit: cover;
    width: 125px;
}
.post-list-search {
    border-bottom: 1px solid #CBCBCB;
}
.block_philosophy {
    box-shadow: 0 0 18px 2px rgb(0 0 0 / 10%);
}

.item-location {
    background-color: #A8947B;
    display: flex;
    flex-direction: row!important;
    color: #fff!important;
    font-size: 14px!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    z-index: 2;
}

.item-location img {
    height: auto!important;
    width: auto!important;
    object-fit: contain!important;
}

.btn-to-project {
    border-radius: 10px;
    /* border: 1px solid #DBD6CC; */
    background: #EDE9DC;
}
.section-footer a::after {
    background-color: #FFF;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    opacity: 0.6;
    transition: width 0.3s ease 0s, opacity 0.2s ease 0s;
    width: 0;
}
.slick-next.slick-arrow, .slick-prev.slick-arrow {
    display: none!important;
}

.card-company__img img:hover {
    scale: 105%;
    opacity: 0.8;
    transition: width 0.3s ease 0s, scale 0.2s ease 0s;
}
.card-book__image img {
    height: 86px;
}
.card-book--large .card-book__image img {
    height: 125px;
}
.custom-toc ul {
    margin-left: 10px;
    margin-top: 10px;
}
.ez-toc-title-container {
    text-align: center;
    font-weight: bold!important;
}
.area-jp tspan {
    font-family: "Noto Serif JP", sans-serif;
}
.area-jp:hover tspan {
    fill: #807262!important;
}
.area-jp:hover .tooltip-map {
    transform: translate(0px, 6px);
    transition: transform 0.3s ease;
}

.text-nara.hovered, .text-kanagawa.hovered {
    transform: translate(0px, 6px);
    transition: transform 0.3s ease;
}
.text-nara.hovered tspan, .text-kanagawa.hovered tspan {
    fill: #807262!important;
}

#osaka:hover > path,
#nara:hover > path,
#nara.hovered > path,
#kanagawa.hovered > path,
#kanagawa:hover > path, 
#tokyo:hover > path, 
#mie:hover > path {
    fill: #807262;
}
.noto, .card-company--txt {
    font-family: "Noto Serif JP", sans-serif !important;
}
.menu-title-footer {
    /* font-family: "Noto Serif JP", sans-serif !important; */
    /* margin-bottom: 20px; */
    font-size: 16px;
    font-weight: 500;
}
.menu-title-footer a[target="_blank"]::after{
    content: "";
    display: inline-block;
    background-image: url(../assets/img/icon-custom/icon-window.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    right: -27px;
    left: auto;
    bottom: auto;
    top: 0;
    background-color: transparent;
    opacity: 1;
    /* top: -5px; */
    /* background-color: inherit; */
}
.menu-title-footer.tight a[target="_blank"]::after{
    right: -17px;
}

.menu-title-footer:not(.tight) a[target="_blank"]::after{
    right: -10px!important;
}
.card-book__num {
    font-family: 'PlayfairDisplay-Regular', serif !important;
}
.image-cemetery-item {
    width: 100%;
    height: 395px;
    object-fit: cover;
}

.request-contact {
    transition: background-color 0.3s, color 0.3s, background 0.3s ease;
    cursor: pointer;
}

.request-contact:hover .icon-branch {
    background: url(../assets/img/icon-branch-hover.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 849px) {

}

@media screen and (min-width: 850px) {
    .col-divided + .col {
        padding-left: 26.5px!important;
    }
}
@media screen and (max-width: 549px) {
    .section-banner-text {
        transform: scale(0.7) translate(23%, -94%) !important;
    }
    .slick-dots li button::before {
        width: 7px!important;
        height: 7px!important;;
        border: 1px solid #A5A5A5!important;;
    }
    .image-cemetery-item {
        height: 215px;
    }
    .section-footer.mobi {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .section-footer.mobi strong {
        font-family: "Noto Serif JP", sans-serif;
    }
    .image-box--vision .box-image {
        border-radius: 35px;
    }

    .btn-more-vision {
        top: 50%!important;
        bottom: unset!important;
        right: 15%;
        transform: translate(-50%, -50%);
        margin-bottom: 0 !important;
        margin-top: 0!important;
    }
    .image-box--vision .box-text h4 {
        line-height: 27px;
        letter-spacing: 4px;
    }

    .section-vision {
        padding-bottom: 40px !important;
    }

    .section-banner-text {
        right: 20px!important;
        top: 160px!important;
    }

    .map-right {
        text-align: center;
    }

    
    .block-map-rejen .block-map-area {
        margin-bottom: 0!important;
    }
    
    .card-block-rejen .card-tomb-title {
        margin-top: 35px!important;
        text-align: center;
    }
}

@media screen and (min-width: 375px) {
    .section-vision {
        background-color: #fff;
        padding-top: 80px !important;
        padding-bottom: 130px!important;
    }
    #modal-favorite .text-container {
        width: 130px;
    }
}
@media screen and (min-width: 550px) {
    .section-vision {
        background-color: #fff;
        padding-top: 80px !important;
        padding-bottom: 130px!important;
    }
    #modal-favorite .text-container {
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .block-mobi {
        display: none!important;
    }
}

.text-city {
    color: #383838!important;
}
.text-city:hover {
    border-bottom: 1px #000 solid;
}
.wrap-icon-service .no-icon {
    opacity: 0.3;
}

.footer-link-mobi {
    font-size: 15px;
    font-family: 'NotoSerifJP-SemiBold';
    margin-bottom: 25px;
}

.inquiry-info:hover .btn-contact__icon {
    background: url(../assets/img/icon-custom/icon-contact-phone-hover.png) no-repeat;
}
.inquiry-info .btn-contact__icon {
    background: url(../assets/img/icon-custom/icon-contact-phone.png) no-repeat;
    background-size: contain;
}

.form-readonly input, .form-readonly textarea {
    background-color: #eee!important; /* Màu nền xám nhạt */
    border: 1px solid #ccc!important;/* Viền xám nhạt */
    cursor: not-allowed; /* Con trỏ chuột hình dấu X */
    pointer-events: none;
}

.tab-category-item, .cate-qa-item {
    cursor: pointer;
}

.section-qa-list-btn .cate-qa-item:hover, .section-store-list-btn .cate-store-item:hover,
.section-qa-list-btn .cate-qa-item.active, .section-store-list-btn .cate-store-item.active {
    background: url(../assets/img/icon-custom/anchor_ic_arr_hv.svg) no-repeat center right 12px /15px #FFF;
    color: #796b61;
}
.section-qa-list-btn .cate-qa-item{
    border: 1px solid #796b61;
    background: url(../assets/img/icon-custom/anchor_ic_arr.svg) no-repeat center right 12px /15px #796b61;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    width: 235px;
    height: 70px;
    text-align: center;
    letter-spacing: 0;
    padding-top: 2px;
    font-size: 18px;
    transition: all ease 0.3s;
    color: #FFF;
}

.image-list .slick-slide {
    position: relative;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
}

.image-list .slick-slide:not(.slick-current)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.5;
    z-index: 9;
    border-radius: 5px;
    bottom: 10px;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
}
.image-list .slick-slide:not(.slick-current):hover::before {
    opacity: 0;
}
.branding .button-left, .branding .button-right {
    padding-left: 15px;
    padding-right: 15px;
}
.div-contact-us {
    color: #ffffff!important;
    background-color: #71918A;
    border-radius: var(--bs-border-radius);
    padding: 10px;
    justify-content: center;
    height: 70px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    transition: background .3s, color .3s;
    min-height: 60px;
}
.div-contact-us .icon-envelop {
    margin-right: 15px!important;
}
.div-contact-us:hover {
    background-color: #fff;
    color: #8D7D69!important;
    border: 1px solid #A8947B;
}

.div-contact-us:hover .icon-mail{
    background: url(../assets/img/icon-custom/icon-mail-brown.svg) no-repeat;
    background-size: contain;
    transition: background .3s;
}
@media only screen and (max-width: 768px) {
    .div-contact-us {
        height: 65px;
    }
}

.icon-note {
    background: url(../assets/img/icon-custom/icon-note-white.svg) no-repeat;
    background-size: contain;
    transition: background .3s;
    width: 55px;
    height: 40px;
}

.el-btn-arrow:hover .icon-note {
    background: url(../assets/img/icon-custom/icon-note-brown.svg) no-repeat;
    background-size: contain;
    transition: background .3s;
    width: 55px;
    height: 40px;
}

.icon-mail {
    background: url(../assets/img/icon-custom/icon-mail-white.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 18px;
    margin-right: 10px;
    transition: background .3s;
}
.branding {
    text-align: center;
}
#modal-favorite .consideration {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.page-numbers:not(.current) {
    cursor: pointer;
}

.blog-title {
    font-size: 14px;
}
.icon-branch {
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
}
/* .inquiry-info .small {
    text-align: left;
} */

.cate-qa-sidebar span::after,
.cate-qa-sidebar a::after {
    background-color: #000;
    content: "";
    color: #000;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    opacity: 0.6;
    bottom: 2px;
    transition: width 0.3s ease 0s, opacity 0.2s ease 0s;
    width: 0;
}

.cate-qa-sidebar span,
.cate-qa-sidebar a {
    position: relative;
    font-size: 16px;
}
.cate-qa-sidebar span:hover::after,
.cate-qa-sidebar a:hover::after {
    width: 100%;
    opacity: 1;
}
.delete-consideration {
    width: 45px;
}

.cate-staff_blog {
    cursor: pointer;
}
.cate-staff_blog.active, .cate-staff_blog:hover {
    border: 1px solid #ffffff!important;
    color: #fff;
    background-color: #a8947b!important;
    transition: border .3s,background .3s, color .3s;
}

.btn-submmit-form {
    border-radius: 34px;
    position: relative;
}
.btn-submmit-form i {
    position: absolute!important;
    top: 50%;
    right: 20px;
    transform: translate(50%, -50%);
}
.btn-back-form {
    border-radius: 34px!important;
    position: relative!important;
}
.btn-back-form i {
    position: absolute!important;
    top: 50% !important;
    left: 20px!important;
    transform: translate(50%, -50%) !important;
}
.text-container {
    width: 110px; 
    /* overflow: hidden;
    white-space: nowrap; */
}

.text-ellipsis {
    text-overflow: ellipsis;
}
.count-fav-topbar {
    position: absolute;
    background-color: #A8947B;
    color: #fff;
    font-size: 11px;
    border-radius: 50px;
    width: 17px;
    height: 17px;
    justify-content: center;
    align-items: center;
    top: -5px;
    line-height: 0px;
    left: 10px;
    font-family: math;
}
.ez-toc-js-icon-con {
    border: none!important;
    width: unset!important;
}
.toggle-table {
    left: -100px!important;
}
.ez-toc-heading-1 nav ul li a::before {
    color: #398D8B!important;
}
div#ez-toc-container {
    border: none!important;
    background: unset!important;
    padding: 0!important;
    -webkit-box-shadow: unset!important;
}
.ez-toc-link {
    padding-left: 0!important;
    padding-right: 0!important;
}
.group-type-button a {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #B1AFAD;
    border-radius: 54px;
    background-color: #fff;
}

.iframe-map iframe {
    width: 100%;
}
.link-staff-blog {
    font-size: 25px;
}

.the_content p:last-child {
    margin-bottom: 0;
}

.access_info a {
    color: #0066C0;
    text-decoration: underline;
}

.block-content a {
    color: #0066C0;
    /*text-decoration: underline;*/
}

h2 {
    color: #333333!important;
}
.navigation {
    display: flex;
    justify-content: space-between;
}
.nav-previous, .nav-next {
    position: relative;
    padding: 0 20px;
}

.nav-arrow-left:before {
    content: "";
    position: absolute;
    background: url(../assets/img/icon-custom/nav-arrow-left.svg) no-repeat;
    height: 18px;
    width: 10px;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.nav-arrow-right:before {
    content: "";
    position: absolute;
    background: url(../assets/img/icon-custom/nav-arrow-right.svg) no-repeat;
    height: 18px;
    width: 10px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.kw-result {
    background-color: yellow;
}
section.block-search {
    background-color: #F8F7F2;
    padding: 40px 30px 30px 30px;
    border-radius: 12px;
}

.section-search #post-list article {
    padding: 20px;
    border-top: 1px solid #CBCBCB;
    background-color: #FFFFFF;
}

.section-search h2.entry-title {
    margin-bottom: 0;
}

.section-search .entry-summary {
    margin-top: 10px;
}
.modal-content {
    border: none!important;
}

.items-center {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}

.section-outline {
    border-radius: 12px;
    background-color: #F8F7F2;
}

.section-outline .btn-redirect {
    width: 100%;
    max-width: 360px;
    height: 60px;
}
.wrap-button-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-button-top a {
    margin-bottom: 17px;
}
.wrap-outline-content {
    background-color: #FFF;
    padding-top: 30px!important;
}

.table-profile-company td, .table-profile-company th{
    font-size: 16px;
    color: #383838!important;
}
.table-profile-company a {
    color: #0066C0;
    text-decoration: underline;
}
.table-profile-company tr, .border-top-common {
    border-top: 1px solid #B1AFAD!important;
}

.table-profile-company .td-content {
    padding: 10px 15px;
    line-height: 27px;
}
.table-profile-company .title-row-child {
    width: 215px;
    background-color: #F5F5F5;
    /* border: 1px solid #B1AFAD; */
    padding: 15px;
    height: 80px;
}
.table-profile-company .title-row {
    vertical-align: middle;
    padding: 15px 0 15px 20px;
    min-width: 125px;
    background-color: #F8F7F2;
    font-weight: bold;
}
.wrap-outline-content .table-profile-company .title-row {
    padding: 15px 20px;
    width: 195px;
}

.table-profile-company table {
    margin-bottom: 0 !important;
}

.table-profile-company .td-month {
    border-right: 1px solid #CBCBCB;
    padding: 15px;
    width: 80px;
}
.reconment-hotel li::marker {
  color: #796B61;
}

.list-propose-cemetery div {
    color: #262626;
}

.title_type_brown {
    color: #796B61;
    font-weight: bold;
    margin-bottom: 5px;
}
.type_pet_intro {
    display: flex;
    gap: 25px;
}

.type_pet_intro {
    display: flex;
    justify-content: space-between; /* Cách các phần tử ra hai bên */
    gap: 25px
}

.type_pet_intro > div {
    flex: 1;
}

.type_pet_intro img {
    max-width: 100%;
    height: auto;
}

.block_review_graves {
    border: 1px solid #DBD6CC;
    border-radius: 10px;
    padding: 23px;
    background-color: #FFF;
    font-size: 16px!important;
    flex: 1;
}
.block_contact_graves {
    border: 1px solid #DBD6CC;
    border-radius: 10px;
    padding: 15px;
    background-color: #FFF;
    font-size: 16px!important;
    flex: 1;
}
.block_review_graves li::marker {
  color: #796B61;
}
.block_plus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.review_graves, .tutorial_graves {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    position: relative;
}
.review_graves::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 37px;
    width: 37px;
    transform: translate(-50%, -50%);
    background-image: url('../assets/img/icon-custom/icon_plus.svg');
}
.review_noukotsudo,.equal{position: relative;}
.review_noukotsudo::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 43px;
    width: 52px;
    transform: translate(-50%, -50%);
    background-image: url('../assets/img/icon-custom/icon_alpha.svg');
}
/* .equal::after {
    content: '';
    position: absolute;
    top: 104%;
    left: 50%;
    height: 38px;
    width: 37px;
    transform: translate(-50%, -50%);
    background-image: url('../assets/img/icon-custom/icon_equal.svg');
} */
.ul_review_plus {
    margin-left: 15px;
}
.new_sensation {
    background-color: #A8947B;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 30px;
    height: 90px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio  */
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ul_select_cemetery a {
    color: #0066C0;
    text-decoration: none;
}
.ul_select_cemetery a:hover {
    text-decoration: underline;
}
.ul_select_cemetery ul {
    list-style: none;
}

.arrow_down, .arrow2_down {
    position: relative;
}
.arrow_down::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 13px;
    width: 24px;
    transform: translate(-50%, 100%);
    background-repeat: no-repeat;
    background-image: url('../assets/img/icon-custom/icon_arrow_down.svg');
}
.arrow2_down::before {
    content: '';
    position: absolute;
    left: 25%;
    bottom: -10px;
    height: 13px;
    width: 24px;
    transform: translate(-50%, 100%);
    background-repeat: no-repeat;
    background-image: url('../assets/img/icon-custom/icon_arrow_down.svg');
}

.arrow2_down::after {
    content: '';
    position: absolute;
    left: 75%;
    bottom: -10px;
    height: 13px;
    width: 24px;
    transform: translate(-50%, 100%);
    background-repeat: no-repeat;
    background-image: url('../assets/img/icon-custom/icon_arrow_down.svg');
}
.brand_phone {
    margin-left:10px;
}
.grecaptcha-badge {
    z-index: 999;
}
.type_cemetery.block-mobi {
    display: inline-block;
    text-align: center;
    line-height: 15px;
    margin-left: 15px;
}
.type_cemetery {
    background-color: #D1B782;
    color: #FFF;
    border-radius: 4px;
    padding: 5px 10px;
    width: 78px;
    height: 24px;
    font-weight: bold;
}
.td_type_cemetery {
    min-width: 100px;
}
.table-store-cemetery td {
    font-size: 14px;
    border: 1px solid #D8D7D6!important;
    padding-bottom: 8px;
    padding-top: 8px;
}
.td_name_cemetery {
    width: 190px;
}
.td_location {
    width: 275px;
}
.table-store-cemetery .td_address {
    vertical-align: text-top;
    background-color: #F5F5F5;
    font-weight: bold;
    color: #383838;
    padding-left: 10px!important;
    width: 130px;
}

.td_name_cemetery {
    padding-left: 10px!important;
}
.table-store-cemetery a {
    color: #0066C0;
    text-decoration: underline;
}
.store a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #0066C0;
}
.store a.btn-contact-us {
    text-decoration: none!important;
}
.select_store select {
    width: 385px;
    height: 56px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #A8947B;
    padding: 15px;
    margin-bottom: 0!important;
    background-image: url('../assets/img/icon-custom/select_arrow_down.svg');
    background-position: right 10px top 50%;
}
.wrap-button-intro-oterasama {
    background-image: url('../assets/img/icon-custom/button-intro-oterasama.png');
    color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    height: 136px;
    border-radius: 10px;
    text-align: center;
}
.form-col-divided form {
    width: 695px;
}
.form-col-divided {
    display: flex;
    justify-content: center;
}
/*form#form-shoplist {*/
/*    width: 884px;*/
/*}*/
.object-fit-cover {
    object-fit:cover
}
.border-radius-34 {
    border-radius:34px!important;
}
.wrap-content-intro-oterasama {
    background-color: #FFF;
}
.wrap-content-intro-oterasama ul {
    list-style: none;
}
.wrap-content-intro-oterasama li::before {
    position: absolute;
    height: 12px;
    width: 12px;
    content: '';
    top: 13px;
    left: -20px;
    transform: translate(-50%, -50%);
    background-image: url('../assets/img/icon-custom/icon_li_dot.svg');
}
.th-construct {
    width: 125px;
}
.wrap-content-intro-oterasama li {
    position: relative;
}

.hr-facility_other {
    border-top: 2px dashed #000!important;
}

.tr_title {
    background-color: #F8F7F2;
}
.btn-add-fav-big {
    height: 64px;
    max-width:640px
}
.right--15 {
    right: -15px!important;
}
.right-22 {
    right: 22px!important;
}
.list-style-dot {
    list-style-type: '・';
}
.max-width-640 {
    max-width:640px!important;
}
.store_url_map {
    width: 55px;
    height: 20px;
    background: #71918A;
    border-radius: 43px;
    color: #fff!important;
    line-height: normal!important;
}
.store_main_text {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background: #FFFFFF;
    width: calc(100% - 132px);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.store_main_area {
    border-radius: 4px;
    background: #D5CDC4;
    border: 1px solid #D5CDC4;
    /*height: 40px*/
}
.height-100 {
    height:100px!important;
}
.height-60 {
    height:60px!important;
}
.main-responsibility {
    width: 132px;
    /*background: #D5CDC4;*/
}
.max-width-350 {
    max-width:350px
}
.near-full-width {
    width:calc(100% - 105px);
}
.near-full-height {
    height:calc(100vh - 102px);
}
#main-menu-logo {
    width: 148px;
    top: 21px;
    position: absolute;
    left: 16px;
}
.memorise-service {
    background-color: #A8947B;
}
.shortcode_contact {
    z-index: 2;
    position: relative;
    background: #fff;
}

.philosophy_slide {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
}

.philosophy_slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover!important;
}

.philosophy_wrap_text {
    color: #FFFFFF!important;
    max-width: 840px!important;
    margin: auto!important;
    line-height: 1.8!important;;
}

.philosophy_block1 {
    background: #F4F1EC!important;
    z-index: 2!important;
    position: relative!important;
}
.philosophy_block2 {
    background: #E6DFD3!important;
    z-index: 2!important;
    position: relative!important;
}
.item-headstone-img {
    height: 110px;
    width: 110px;
    object-fit: cover;
    border-radius: 4px;
}
.fav_thumbnail {
    height: 54px!important;
    object-fit: cover!important;
}
.cateName {
    border-radius: 5px;
    /* height: 22px; */
    border: 1px solid #B1AFAD;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    padding: 4px;
    line-height: 1.1;
}
.relate_content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#search-cemeteries {
    padding: 12px 50px!important;
}
.pc{display: none;}
.sp{display: block;}
.link_philosophy, .link_reason {
    cursor: pointer;
}
.read_together {
    color: #383838!important;
}
button[aria-label="1 of 1"] {
    display: none!important;
}

.section-voice {
    border-radius: 12px;
    padding: 50px 58px;
    background-color: #F8F7F2;
}
@media only screen and (max-width: 768px) {
    .section-voice {
        border-radius: 0;
        padding: 30px 15px!important;
    }
}


@media only screen and (min-width: 992px) {
    .break-line-pc {
        display: block;
    }
    .pc{display: block;}
    .sp{display: none!important;}
    .review_noukotsudo::after{content: none;}
    /* .equal::after {
        top: 155%;
        left: 8%;
    } */
    .ul_select_cemetery {
        display: flex;
        margin-top: 10px;
        justify-content: space-around;
    }
    .slick-recommended .slick-dots {
        display: none;
    }
    .row.row-main {
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .th-construct {
        width: 100%;
    }
    .table-store-cemetery .td_address, .table-store-cemetery td {
        width: 100%;
    }
    .section-store-list-btn, .section-sekou-case, .section-oterasama {
        border-radius: 0;
    }
    .wrap-button-intro-oterasama {
        text-align: left;
    }
    .select_store select {
        max-width: 345px;
    }
    .brand_phone {
        margin-left: 0
    }
    .brand_phone .small {
        text-align: center !important;
    }
    .grecaptcha-badge {
        bottom: 70px !important;
    }
    .block_plus {
        display: block;
    }
    .type_pet_intro, .review_graves {
        display: block;
        gap: unset;
    }
    .block_review_graves {
        margin-top: 20px;
    }

    .type_pet_intro .title_type_brown {
        margin-top: 20px;
    }
    .title-introduce.sec-title {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .desc-introduce {
        margin-bottom: 55px;
    }
    .table-profile-company table {
        min-width: 100%!important;
    }
    .td-month,
    .content-row {
        display: inline;
    }
    .table-profile-company {
        padding-bottom: 30px!important;
    }
    .table-profile-company tr, .table-store-cemetery tr {
        display: flex;
        flex-direction: column;
    }
    
    .table-profile-company .title-row-child ,
    .wrap-outline-content .table-profile-company .title-row {
        width: 100%;
        height: unset;
        border-left: none;
        border-right: none;
        border-top: none !important;
        font-weight: bold;
    }

    .table-profile-company .td-content{
        border-bottom: none!important;
    }
    .table-profile-company .last-td-content {
        border-bottom: 1px solid #B1AFAD!important;
    }
    .table-profile-company td {
        font-size: 14px;
        padding: 10px !important;
    }
    .wrap-button-top {
        display: table;
        margin: auto;
    }
    .break-line-sp {
        display: block;
    }
    .section-outline .btn-redirect {
        max-width: 100%;
    }
    .link-staff-blog {
        font-size: 16px;
    }
    .rq-doc-info {
        font-size: 14px!important;
    }
    .count-fav-topbar {
        top: -2px!important;
        left: 22px!important;
    }
    .delete-consideration {
        margin-right: 10px;
    }
    .section-qa-list-btn .cate-qa-item {
        width: 170px;
        font-size: 13px!important;
        height: 48px;
        background-position: right 8px center;
        background-size: 12px;
    }

    /* .section-qa-list-btn .cate-qa-item:hover, */
    .section-store-list-btn .cate-store-item:hover,
    /* .section-qa-list-btn .cate-qa-item.active, */
    .section-store-list-btn .cate-store-item.active {
        background: url(../assets/img/icon-custom/anchor_ic_arr_hv.svg) no-repeat center right 8px /12px #65615C!important;
    }
    .branding {
        text-align: left!important;
    }

    .slick-track {
        margin-left: unset;
        margin-right: unset;
    }

    .image-list {
        width: calc(100% + 3px);
    }
    .image-list .slick-list {
        margin-left: -3px;
    }

    .branding .button-left, .branding .button-right {
        padding-left: 0!important;
        padding-right: 0!important;
        margin-top: 20px;
    }
    .section-footer {
        padding-left: 15px!important;
        padding-right: 15px !important;
    }
    .block-desktop {
        display: none!important;
    }
    .block-map-area {
        margin-top: 0!important;
    }
    #map-tab {
        justify-content: center;
    }
    .section-map .block-map-area {
        margin-bottom: 40px !important;
    }
    #map-kansai .list-map-area, #map-kanto .list-map-area {
        margin-top: 35px;
        display: flex;
        flex-wrap: wrap;
        width: 70%;
    }

    #map-kansai .list-map-area li, #map-kanto .list-map-area li {
        margin-left: 55px;
    }

    .item-staff-blog .item-img {
        margin-right: 10px;
    }
    .ul_select_cemetery {
        display: flex;
        margin-top: 10px;
        justify-content: space-around;
    }
    .near-full-width {
        width:100%;
    }
    
    .review_noukotsudo::after {
        content: '';
        position: absolute;
        top: 103%;
        left: 50%;
        height: 43px;
        width: 52px;
        transform: translate(-50%, -50%);
        background-image: url('../assets/img/icon-custom/icon_alpha.svg');
    }
}

@media only screen and (max-width: 768px) {
    .azukari iframe {
        height: 315px;
    }
    #map-kansai .list-map-area, #map-kanto .list-map-area {
        margin-top: 35px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .review_graves::after {
        content: '';
        position: absolute;
        top: 52%;
        left: 50%;
        height: 37px;
        width: 37px;
        transform: translate(-50%, -50%);
        background-image: url('../assets/img/icon-custom/icon_plus.svg');
    }
    .mb-center {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-reien-new .row {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
    }
}
/*@media only screen and (max-width: 600px) {*/
/*    #phone_number {*/
/*        -webkit-appearance: none;*/
/*        -moz-appearance: none;*/
/*        appearance: none;*/
/*        ime-mode: disabled;*/
/*        -moz-ime-mode: disabled;*/
/*        -webkit-ime-mode: disabled;*/
/*        touch-action: manipulation;*/
/*        caret-color: transparent;*/
/*    }*/
/*}*/

@media only screen and (max-width: 425px) {
    .azukari iframe {
        height: 220px;
    }
    .ul_select_cemetery {
        display: block;
    }
}

@media only screen and (max-width: 349px) {
    .nav-tabs-custom {
        min-width: 115px!important;
    }
}
@media only screen and (max-width: 345px) {
    .section-outline .btn-redirect {
        width: 290px;
    }
    .azukari iframe {
        height: 180px;
    }
}

@media only screen and (max-width: 337px) {
    .review_graves::after {
    transform: translate(-50%, -87%);
        
    }

    .btn-more-vision {
        right: 4% !important;
    }
}