@charset "utf-8";

/* ============================================
h2調整
============================================ */
/* 流れ */
#plan-flow{
    margin-top: 64px;
}

/* その他の葬儀プラン */
#plan-other:has(.list-plans){
    margin: 96px 3.5% 32px!important;
}

/* よくある質問 */
.search_detail:has(#plan_faq){
    margin-top: 120px;
    padding-bottom: 0;
}
.search_detail .faq{
    padding-top: 0!important;
}

/* 近隣斎場スライダー */
#plan-other:has(.hall-slide){
    margin-top: 64px;
}



/* SP版*/
@media screen and (max-width: 767px){
    .search_detail:has(#plan_faq){
        margin-top: 80px;
    }

    #plan-other:has(.list-plans),
    #plan-other:has(.hall-slide){
        margin: 64px 0;
    }
    .search_detail:has(#plan_faq){
        padding-bottom: 32px;
    }
    #plan-review{
        margin-top: 64px;
    }
}

/* PCのみ */
@media screen and (min-width:769px), print {
	/* その他の葬儀プラン */
	#plan-other:has(.list-plans){
    margin: 96px 0 32px!important;
	}
}
