@charset "UTF-8";

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

/* タブメニュー ここから*/
.tab_navi {
    width: auto;
    margin: 0 auto;
}
.tab_navi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 10px;
}
.tab_navi ul li {
    border-radius: 2px 2px 0 0;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 4px 16px;
    text-align: center;
    width: 50%;
}
.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 {
    margin: 0 auto;
    padding: 0;
    border-top: 2px solid #ff7675;
    background: #fff2f2;
}
#page_kasoh_visual .top_visual_block dl {
    margin: 0;
    padding: 10px 0;
}
#page_kasoh_visual .top_visual_block dl dt h1 {
    font-size: 10vw;
    line-height: 1.2;
}
#page_kasoh_visual .top_visual_block dl dt p {
    width: auto;
    margin: 5px auto 10px;
    padding: 5px 0;
    font-weight: 700;
    color: #ff7675;
    background: #ffffff;
}
#page_kasoh_visual .top_visual_block dl dd p {
    position: relative;
    line-height: 1.3;
}
#page_kasoh_visual .top_visual_block dl dd p span.member_price {
    font-size: 42px;
    font-weight: 700;
}
#page_kasoh_visual .top_visual_block dl dd p span.normal_price {
    font-size: 24px;
    font-weight: 300;
}
#page_kasoh_visual .top_visual_block dl dd p span.member_display {
    position: absolute;
    top: 10px;
    right: 26px;
    font-size: 13px;
}
#page_kasoh_visual .top_visual_block dl dd .payment_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0;
}
#page_kasoh_visual .top_visual_block dl dd .payment_block h4 {
    margin: 0;
    padding: 3px 8px;
    background: #ffffff;
}
#page_kasoh_visual .top_visual_block dl dd .payment_block p {
    font-size: 11px;
}
.price_unit {
    display: inline-block;
    font-size: 4.7vw;
    line-height: 1.1;
}
.plan_price_number {
    text-align: center;
}
.plan_price_tax {
    font-size: 4vw;
    margin: 5px 0 10px;
}

/* 火葬式プランメインビジュアル　ここまで*/

/* 一日葬プランメインビジュアル　ここから*/
#page_ichinichi_visual {
    margin: 0 auto;
    padding: 0;
    border-top: 2px solid #ff7675;
    background: #fff2f2;
}
#page_ichinichi_visual .top_visual_block dl {
    margin: 0;
    padding: 10px 0;
}
#page_ichinichi_visual .top_visual_block dl dt h1 {
    font-size: 10vw;
    line-height: 1.2;
}
#page_ichinichi_visual .top_visual_block dl dt p {
    width: auto;
    margin: 5px auto 10px;
    padding: 5px 0;
    font-weight: 700;
    color: #ff7675;
    background: #ffffff;
}
#page_ichinichi_visual .top_visual_block dl dd p {
    position: relative;
    line-height: 1.3;
}
#page_ichinichi_visual .top_visual_block dl dd p span.member_price {
    font-size: 42px;
    font-weight: 700;
}
#page_ichinichi_visual .top_visual_block dl dd p span.normal_price {
    font-size: 24px;
    font-weight: 300;
}
#page_ichinichi_visual .top_visual_block dl dd p span.member_display {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 13px;
}
#page_ichinichi_visual .top_visual_block dl dd .payment_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
    padding: 0;
}
#page_ichinichi_visual .top_visual_block dl dd .payment_block h4 {
    margin: 0;
    padding: 3px 8px;
    background: #ffffff;
}
#page_ichinichi_visual .top_visual_block dl dd .payment_block p {
    font-size: 11px;
}
/* 一日葬プランメインビジュアル　ここまで*/

/* 家族葬プランメインビジュアル　ここから*/
#page_kazokusoh_visual {
    margin: 0 auto;
    padding: 0;
    border-top: 2px solid #ff7675;
    background: #fff2f2;
}
#page_kazokusoh_visual .top_visual_block dl {
    margin: 0;
    padding: 10px 0;
}
#page_kazokusoh_visual .top_visual_block dl dt h1 {
    font-size: 10vw;
    line-height: 1.2;
}
#page_kazokusoh_visual .top_visual_block dl dt p {
    width: auto;
    margin: 5px auto 10px;
    padding: 5px 0;
    font-weight: 700;
    color: #ff7675;
    background: #ffffff;
}
#page_kazokusoh_visual .top_visual_block dl dd p {
    position: relative;
    line-height: 1.3;
}
#page_kazokusoh_visual .top_visual_block dl dd p span.member_price {
    font-size: 42px;
    font-weight: 700;
}
#page_kazokusoh_visual .top_visual_block dl dd p span.normal_price {
    font-size: 24px;
    font-weight: 300;
}
#page_kazokusoh_visual .top_visual_block dl dd p span.member_display {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 13px;
}
#page_kazokusoh_visual .top_visual_block dl dd .payment_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0;
}
#page_kazokusoh_visual .top_visual_block dl dd .payment_block h4 {
    margin: 0;
    padding: 3px 8px;
    background: #ffffff;
}
#page_kazokusoh_visual .top_visual_block dl dd .payment_block p {
    font-size: 11px;
}
/* 家族葬プランメインビジュアル　ここまで*/

/* その他葬儀プランメインビジュアル　ここから*/
#page_etc_visual {
    background: url("../img/plan/plan_etc_main_bg.jpg") no-repeat center top;
    padding: 60px 0;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100vw;
    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;
}
#about_plan .about_bg {
    margin: 0 auto;
    padding: 0;
    background: #f2fee6;
}
#about_plan .about_bg::before {
    content: "";
    display: block;
    height: 120px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-position: right 10px;
    background-repeat: no-repeat;
    background-image: url("../img/plan/bg_about_choice_head.png");
}
#about_plan .about_bg::after {
    content: "";
    display: block;
    height: 120px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-position: left -50px;
    background-repeat: no-repeat;
    background-image: url("../img/plan/bg_about_choice_foot.png");
}
#about_plan .about_bg h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
}
#about_plan .about_bg ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    margin: 0;
    list-style: none;
    /* padding: 10px; */
}
#about_plan .about_bg ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0;
    padding: 1.5vh 0;
    width: 46vw;
    height: auto;
    font-size: 3vw;
    color: #fff;
    border-radius: 50%;
    background: #ff7675;
    line-height: 1.3;
}
#about_plan .about_bg ul li.bg_none {
    background: none;
    margin: 0;
    padding: 0;
    width: 28vw;
}
#about_plan .about_example {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    margin: 0;
    padding: 10px;
    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_plan .include_box {
    max-width: 960px;
    padding: 10px;
    border: 2px solid #9a9a9a;
    background: #ffffff;
}
#include_plan .include_box ul {
    text-align: left;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#include_plan .include_box ul li {
    display: inline-block;
    margin: 0 1.5%;
    width: 22%;
}
#include_plan .include_box ul li p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 36px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}
#include_plan .include_box ul li p.line {
    display: block;
    min-height: 36px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 11px;
    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 {
    width: 100vw;
}
#include_plan .benefits_box dl dt h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
#include_plan .benefits_box dl dt p {
    font-size: 18px;
    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: 42px;
    font-weight: 700;
}
#about_plan .about_bg ul li.bg_none.pc {
    display: none;
}
#about_plan .about_bg ul li.bg_none.sp {
    display: block;
}
#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: 1.5;
    margin-bottom: 10px;
}
#include_plan .benefits_box dl dd ul li::before {
    position: absolute;
    top: 2px;
    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 {
    position: relative;
    z-index: 10;
}
#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 10px;
    text-align: left;
}
#funeral_flow ul li dl dt {
}
#funeral_flow ul li dl dt figure img {
    width: 100vw;
}
#funeral_flow ul li dl dd {
    position: relative;
    max-width: 680px;
}
#funeral_flow ul li dl dd h4 {
    margin: 10px 0 10px;
    padding: 0 0 0 10px;
    font-size: 20px;
}
#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 0;
    padding: 5px 30px 0;
    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;
    padding: 0;
    font-size: 15vw;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
}
#funeral_flow ul li dl dd::before {
    position: absolute;
    top: 10px;
    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;
    z-index: -1;
}
#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;
}
/* 葬儀の流れ　ここまで*/

/* その他プラン　ここから*/
section#etc_plan {
    width: 100%;
    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 0 30px;
    padding: 15px 20px;
    width: 100vw;
    height: 80vh;
    background: url("../img/plan/bg_etc_plan_img01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#etc_plan .main_plan_list ul li:nth-child(2) {
    position: relative;
    margin: 0 0 30px;
    padding: 15px 20px;
    width: 100vw;
    height: 80vh;
    background: url("../img/plan/bg_etc_plan_img02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#etc_plan .main_plan_list ul li:nth-child(3) {
    position: relative;
    margin: 0;
    padding: 15px 20px;
    width: 100vw;
    height: 80vh;
    background: url("../img/plan/bg_etc_plan_img03.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#etc_plan .main_plan_list ul li h3 {
    font-size: 24px;
    font-weight: 700;
}
.main_plan_list ul li .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;
    min-width: 264px;
    bottom: 20px;
    left: 50%;
    margin: 0;
    padding: 8px 30px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #faa5cf;
    transform: translateX(-50%);
}
.etc_btn.btn02 {
    position: absolute;
    min-width: 264px;
    bottom: 20px;
    left: 50%;
    margin: 0;
    padding: 1px 30px 15px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #ff7675;
    transform: translateX(-50%);
}
.etc_btn.btn03 {
    position: absolute;
    min-width: 264px;
    bottom: 20px;
    left: 50%;
    margin: 0;
    padding: 1px 30px 15px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #f5b062;
    transform: translateX(-50%);
}
.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: center;
    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 h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 2px;
}
#etc_plan .other_plan .doll_plan dd figure {
    min-width: 100%;
}
/* その他プラン　ここまで*/

/* セットプラン　ここから*/
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;
}
/* セットプラン　ここまで*/
.pay_method {
    text-align: left;
}
.pay_method_mark {
    position: relative;
    width: 160px;
}
.pay_method_mark img {
    left: 0;
    position: absolute;
    top: 4px;
}

.top_visual_block--note {
    color: red;
    font-size: 4.267vw;
}

.flow picture {
    display: block;
}

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