@charset "UTF-8";

/* 下段用パンくず ここから*/
.plan_pankuzu {
    width: 960px;
    margin: 0 auto 60px;
    padding: 5px;
}
.plan_pankuzu nav {
    position: absolute;
    padding: 6px 0;
    color: #000000;
}
.plan_pankuzu nav a {
    color: #000000;
}
/* 下段用パンくず ここまで*/

/* タブメニュー ここから*/
.tab_navi {
    max-width: 960px;
    margin: 0 auto;
}
.tab_navi ul {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.tab_navi ul li {
    width: 50%;
    /* min-width: 320px; */
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.tab_navi ul li.active {
    color: #ffffff;
    background: #ff7675;
}
.tab_navi ul li a {
    display: block;
}
.tab_navi ul li.active a {
    display: block;
    color: #ffffff;
}
.tab_navi ul li:hover,
.tab_navi ul li.active:hover {
    opacity: 0.75;
}
/* タブメニュー ここまで*/

/* 火葬式プランメインビジュアル　ここから*/
#page_kasoh_visual,
#page_ichinichi_visual,
#page_kazokusoh_visual {
    margin: 0 auto 20px;
    padding: 0;
    max-width: 1920px;
    min-width: 960px;
    border-top: 2px solid #ff7675;
    background: #fff2f2;
}
.container {
}
.top_visual_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.top_visual_block dl {
    margin: 0 0 0 45px;
    padding: 10px 0;
    min-width: 385px;
}
.top_visual_block dl dt h1 {
    font-size: 46px;
    line-height: 1.2;
}
.top_visual_block dl dt p {
    min-width: 385px;
    margin: 5px auto 3px;
    padding: 5px 0;
    font-weight: 700;
    color: #ff7675;
    background: #ffffff;
    text-align: center;
}
.top_visual_block dl dd p {
    position: relative;
    line-height: 1.3;
}
.top_visual_block dl dd p span.member_price {
    font-size: 56px;
    font-weight: 700;
}
.top_visual_block dl dd p span.normal_price {
    font-size: 32px;
    font-weight: 300;
}
.top_visual_block dl dd p span.member_display {
    position: absolute;
    top: 14px;
    right: 136px;
    font-size: 13px;
}
.top_visual_block dl dd .payment_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
    padding: 0;
}
.top_visual_block dl dd .payment_block h4 {
    margin: 0;
    padding: 3px 8px;
    background: #ffffff;
}
.top_visual_block dl dd .payment_block p {
    font-size: 11px;
}
.pay_method_mark img {
    margin-top: 2px;
    width: 175px;
}
.top_visual_block--note {
    display: block;
    color: red;
    font-size: 16px;
}
/* 火葬式プランメインビジュアル　ここまで*/

/* その他葬儀プランメインビジュアル　ここから*/
#page_etc_visual {
    background: url("../img/plan/plan_etc_main_bg.jpg") no-repeat center top;
    padding: 60px 0;
    margin: 0 auto 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-width: 960px;
    max-width: 1920px;
    background-position-y: top;
}
#page_etc_visual .title_waku {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: auto;
    /* border-top: 3px solid #ff7675; */
    padding: 9px;
}
#page_etc_visual .title_waku h1 {
    font-size: 32px;
    line-height: 1.2;
}
#page_etc_visual .title_waku p {
    font-size: 16px;
}
/* その他葬儀プランメインビジュアル　ここまで*/

/* プランとは　ここから*/
#about_plan {
    padding: 0 0 120px 0;
}
#about_plan .about_bg {
    max-width: 960px;
    min-height: 560px;
    margin: 0 auto;
    padding: 50px 0 0;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url("../img/plan/bg_about_choice.png");
}
#about_plan .about_bg h3 {
    font-size: 30px;
    margin: 0;
    padding: 0;
}
#about_plan .about_bg ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 920px;
    margin: 0 0 0 20px;
    list-style: none;
}
#about_plan .about_bg ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 80px;
    color: #ffffff;
    border-radius: 50%;
    background: #ff7675;
}
#about_plan .about_bg ul li.bg_none {
    background: none;
    min-height: 128px;
    margin: 0 20px 0 0;
}
#about_plan .about_bg ul li.bg_none.pc {
    display: block;
}
#about_plan .about_bg ul li.bg_none.sp {
    display: none;
}
#about_plan .about_example {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 920px;
    margin: 0 0 0 20px;
    padding: 20px;
    text-align: left;
    background: #ffffff;
    border: 2px solid #9a9a9a;
}
#about_plan .about_example h4 {
    position: relative;
    margin: 0;
    padding: 0 0 0 10px;
    width: 100%;
    font-weight: 700;
}
#about_plan .about_example p {
    width: 100%;
}
#about_plan .about_example h4::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 20px;
    display: inline-block;
    border-left: 4px solid #ff7675;
}
#about_plan .about_example dl {
    max-width: 460px;
    text-align: left;
}
#about_plan .about_example dl dt {
    margin: 15px 0;
    font-weight: 700;
    color: #ffffff;
    max-width: 100px;
    text-align: center;
    border: 1px solid #ff7675;
    border-radius: 3px;
    background: #ff7675;
}
#about_plan .about_example dl dd {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 2;
}
#about_plan .about_example dl dd::before {
    position: absolute;
    top: 6px;
    left: 0px;
    content: url(../img/top/check.gif);
    display: inline-block;
}
/* プランとは　ここまで*/

/* プランに含まれるもの　ここから*/
#include_plan .include_box {
    padding: 23px;
    border: 2px solid #9a9a9a;
    background: #ffffff;
}
#include_plan .include_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    text-align: left;
}
#include_plan .include_box ul li {
    display: inline-block;
    margin: 0 15px;
}

#include_plan .include_box ul li p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 36px;
    margin: 10px 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}
#include_plan .include_box ul li p.line {
    display: block;
    min-height: 36px;
    margin: 10px 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}
#include_plan .include_box ul li p span {
    display: block;
    font-size: 12px;
}
#include_plan .benefits_box {
    max-width: 796px;
    margin: auto;
    padding: 5px 10px;
    border: 2px solid #9a9a9a;
    background: #ffffff;
}
#include_plan .benefits_box dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
#include_plan .benefits_box dl dt h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
#include_plan .benefits_box dl dt p {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}
#include_plan .benefits_box dl dt p.label_grey {
    font-size: 20px;
    text-align: center;
    line-height: inherit;
    color: #ffffff;
    background: #9a9a9a;
}
#include_plan .benefits_box dl dt p span {
    font-size: 58px;
    font-weight: 700;
}
#include_plan .benefits_box dl dt span.caution {
    display: block;
    font-size: 12px;
    padding: 5px 0 0;
}
#include_plan .benefits_box dl dd {
}
#include_plan .benefits_box dl dd ul {
    text-align: left;
    list-style: none;
}
#include_plan .benefits_box dl dd ul li {
    position: relative;
    padding: 0 0 0 24px;
    font-weight: 700;
    line-height: 2;
}
#include_plan .benefits_box dl dd ul li::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: url("../img/top/check_black.gif");
    width: 19px;
    height: 19px;
}
/* プランに含まれるもの　ここまで*/

/* 葬儀社選びのステップ　ここから*/
#choice_step {
}
#choice_step .step_list {
    position: relative;
    padding: 20px 30px;
    text-align: left;
    border: 2px solid #9a9a9a;
}
#choice_step .step_list h4 {
    font-size: 22px;
    margin: 0 0 10px;
}
#choice_step .step_list dl dt span {
    position: absolute;
    top: -25px;
    left: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    border-radius: 50%;
    background: #ff7675;
}
#choice_step .step_list dl dd .step_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    padding: 10px 0;
    max-width: 468px;
    color: #ffffff;
    border-radius: 3px;
    background: #000000;
}
/* 葬儀社選びのステップ　ここまで*/

/* 葬儀の流れ　ここから*/
#funeral_flow {
}
#funeral_flow ul {
    list-style: none;
}
#funeral_flow ul li {
    border: 2px solid #9a9a9a;
    background: #ffffff;
}
#funeral_flow ul li dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px 40px;
    text-align: left;
}
#funeral_flow ul li dl dt {
}
#funeral_flow ul li dl dd {
    position: relative;
    max-width: 680px;
}
#funeral_flow ul li dl dd h4 {
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}
#funeral_flow ul li dl dd .info_announce {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#funeral_flow ul li dl dd .info_announce .info_block {
    margin: 10px 0;
    padding: 5px 30px;
    max-width: 340px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 4px;
    background: #ff7675;
}
#funeral_flow ul li dl dd .info_announce .tel_number {
    margin: 0 30px 5px 0;
    padding: 0;
    font-size: 50px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}
#funeral_flow ul li dl dd::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: inline-block;
    width: 4px;
    height: 25px;
    background: #ff7675;
}
#funeral_flow .line_mark {
    position: relative;
    margin: 0;
    padding: 0;
}
#funeral_flow .line_set {
    margin: 0;
    padding: 20px 0 0 45px;
    font-size: 22px;
    text-align: left;
    line-height: 1.3;
}
#funeral_flow .line_mark .line_set::before {
    position: absolute;
    bottom: 0px;
    left: 15px;
    content: "";
    width: 10px;
    height: 100%;
    background: #ff7675;
}
#funeral_flow .line_mark .line_set::after {
    position: absolute;
    bottom: -2px;
    left: 2px;
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ff7675;
}
.line_mark ul li dl dt {
    width: 183px;
}
/* 葬儀の流れ　ここまで*/

/* その他プラン　ここから*/
section#etc_plan {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
#etc_plan .main_plan_list {
    margin: 30px auto 60px;
}
#etc_plan .main_plan_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
    text-align: left;
    list-style: none;
}
#etc_plan .main_plan_list ul li:nth-child(1) {
    position: relative;
    margin: 0;
    padding: 15px 20px;
    width: 304px;
    height: 480px;
    background: url("../img/plan/bg_etc_plan_img01.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
}
#etc_plan .main_plan_list ul li:nth-child(2) {
    position: relative;
    margin: 0;
    padding: 15px 20px;
    width: 304px;
    height: 480px;
    background: url("../img/plan/bg_etc_plan_img02.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
}
#etc_plan .main_plan_list ul li:nth-child(3) {
    position: relative;
    margin: 0;
    padding: 15px 20px;
    width: 304px;
    height: 480px;
    background: url("../img/plan/bg_etc_plan_img03.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
}
#etc_plan .main_plan_list ul li h3 {
    font-size: 24px;
    font-weight: 700;
}
.etc_btn a {
    display: block;
    color: #ffffff;
}
.main_plan_list ul li:nth-child(1) h3 {
    color: #9bc387;
}
.main_plan_list ul li:nth-child(2) h3 {
    color: #91b5e3;
}
.main_plan_list ul li:nth-child(3) h3,
.main_plan_list ul li:nth-child(3) p {
    color: #ffffff;
}
.etc_btn.btn01 {
    position: absolute;
    width: 264px;
    bottom: 20px;
    left: 20px;
    margin: 0;
    padding: 8px 0;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #faa5cf;
}
.etc_btn.btn02 {
    position: absolute;
    width: 264px;
    bottom: 20px;
    left: 20px;
    margin: 0;
    padding: 1px 0 15px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #ff7675;
}
.etc_btn.btn03 {
    position: absolute;
    width: 264px;
    bottom: 20px;
    left: 20px;
    margin: 0;
    padding: 1px 0 15px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #f5b062;
}
.etc_btn02,
.etc_btn03 {
    position: relative;
}
.etc_btn__explan {
    font-size: 12px;
    left: 33px;
    position: absolute;
    bottom: 1px;
}
#etc_plan .other_plan {
    text-align: left;
    border: 2px solid #ff7675;
}
#etc_plan .other_plan .pet_plan,
#etc_plan .other_plan .doll_plan {
    position: relative;
    margin: 0;
    padding: 40px 20px 20px;
}
#etc_plan .other_plan .pet_plan dt h3,
#etc_plan .other_plan .doll_plan dt h3 {
    position: absolute;
    top: -28px;
    left: 20px;
    margin: 0;
    padding: 5px 20px;
    font-size: 30px;
    color: #ffffff;
    background: #ff7675;
}
#etc_plan .other_plan .pet_plan dd .flex_image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 0;
    list-style: none;
}
#etc_plan .other_plan .doll_plan dd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
#etc_plan .other_plan .doll_plan dd .about_doll {
    width: 52%;
}
#etc_plan .other_plan .doll_plan dd .about_doll h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 2px;
}
/* その他プラン　ここまで*/

/* セットプラン　ここから*/
section#set_plan {
}
#set_plan ul.set_plan_list {
    list-style: disc;
    padding-left: 27px;
    margin-top: 7px;
    line-height: 1.4;
}
#set_plan ul.set_plan_list li {
    width: 198px;
    font-size: 24px;
    border: 0;
}
#set_plan ul.set_plan_list li.yokohaba {
    width: 100px;
}
#set_plan ul.set_plan_list li + li {
    margin-left: 0px;
}
#set_plan ul.set_plan_list li:hover {
    opacity: initial;
}
/* セットプラン　ここまで*/
.price_unit {
    display: inline-block;
    font-size: 21px;
    line-height: 1.1;
}
.plan_price_number {
    font-size: 21px;
    text-align: right;
}
.plan_price_tax {
    text-align: right;
    font-size: 14px;
    margin: 0 0 10px;
}
.top_visual_block__img {
    height: 397px;
    max-width: 520px;
    object-fit: cover;
}
.img_block {
    width: 50%;
}
.info_block {
    width: 50%;
}
.flow {
    width: 385px;
    text-align: right;
}

.flow.kasoh img {
    width: 50%;
}
