#order_action_box {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.5em;
    position: sticky;
    bottom: 0;
    background-color: var(--bg-01);
    z-index: 3;
}
#order_action_box > .open_close_btn {
    display: block;
    width: 90px;
    height: auto;
    background-color: var(--bg-01);
    border-radius: 10px;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
#order_action_box > .open_close_btn > img {
    display: block;
    width: 36px;
    height: auto;
    margin: 0 auto;
}
#order_action_box > .open_close_btn.opened > img {
    transform: rotate(180deg);

}
#order_action_box > .detail_box {
    display: block;
    width: 100%;
    height: auto;
}
#order_action_box .alert_info {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #F4D0D0;
    color: #F2A0A0;
    font-size: .9375em;
    line-height: 1.4em;
    text-align: center;
    text-align: justify;
    padding: 1em;
}
#order_action_box .qnt_and_price {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 0;
}
#order_action_box .qnt_and_price .qnt_box {
    display: grid;
    width: auto;
    height: auto;
    font-size: 1.125em;
    line-height: 1em;
    grid-template-columns: 2em 3em 2em;
}
#order_action_box .qnt_and_price .qnt_box > * {
    border: 1px solid #AEAEAE;
}
#order_action_box .qnt_and_price .qnt_box > a {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}
#order_action_box .qnt_and_price .qnt_box > a.minus_btn {
    border-right: 0;
}
#order_action_box .qnt_and_price .qnt_box > a.plus_btn {
    border-left: 0;
}
#order_action_box .qnt_and_price .qnt_box > a > img {
    display: block;
    width: 100%;
    height: auto;
}
#order_action_box .qnt_and_price .qnt_box > input {
    width: 100%;
    height: auto;
    text-align: center;
}
#order_action_box .qnt_and_price .price_box {
    display: block;
    width: auto;
    height: auto;
    text-align: right;
}
#order_action_box .qnt_and_price .price_box > .deco {
    font-size: 1em;
    color: var(--text-08);
    font-weight: 300;
}
#order_action_box .qnt_and_price .price_box > .price > span {
    font-size: 1.25em;
    font-weight: 600;
}

#order_action_box .flr_btn_box {
    display: flex;
    width: 100%;
    height: auto;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: end;
    font-size: 1.25em;
}
#order_action_box .flr_btn_box > * {
    display: inline-block;
    line-height: 1em;
    padding: 0.5em 0;
    text-align: center;
    font-weight: 500;
}

#order_action_box .flr_btn_box > a.tel_order {
    width: calc(50% - 0.25em);
    color: #000;
}
#order_action_box .flr_btn_box > .online_order {
    width: 100%;
    color: #fff;
    background-color: #C7AF8E;
    font-size: 1em;
}
#order_action_box .flr_btn_box > .online_order:hover {
    background-color: #B79B76;
}
.checklist_section_body2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 3em 1.5em;
    background-color: #fff;
    border-top: 1px solid #F2ECE8;
}
.checklist_section_body2 > .order_delivery {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    justify-content: left;
}
.checklist_section_body2 > .order_delivery > li {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1.25em;
    font-weight: 600;
    padding: .25em 0;
    border-bottom: 2px solid #C0C0C0;
    color: #C0C0C0;
}
.checklist_section_body2 > .order_delivery > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #C0C0C0;
    text-align: center;
}
.checklist_section_body2 > .order_delivery > li.on {
    color: #000;
    border-bottom: 2px solid #000;
}
.checklist_section_body2 > .order_delivery > li.on > a {
    color: #000;
}
.checklist_section_body2 > .inner_wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
}
.checklist_section_body2 > .inner_wrap > p {
    display: block;
    width: 100%;
    height: auto;
    font-size: .9375em;
    line-height: 1.4em;
    margin-bottom: 1.5rem;
    color: var(--text-08);
    font-weight: 300;
    text-align: justify;
}
#flower_info_wrapper h3 {
    display: block;
    width: fit-content;
    height: auto;
    font-size: 1.125em;
    font-weight: 600;
    background-color: #505050;
    color: #fff;
    padding: .25em .5em;
    border-radius: 5px;
    margin-bottom: 1rem;
}
#flower_info_wrapper h4 {
    display: block;
    width: fit-content;
    height: auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: .25em;
} 


.checklist_section_body {
    display: block;
    width: 100%;
    height: auto;
    padding: 3em 1.5em;
    background-color: #F8F6F1;
}
.checklist_section_body > ul {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 1.5em;
    margin-top: .5rem;
    margin-bottom: 2rem;
    font-size: .9375em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: justify;
}
.checklist_section_body > ul > li {
    margin-bottom: .75em;
}
.checklist_section_body > ul > li.important {
    font-weight: 600;
    color: #F26363;
}
.checklist_section_body > .inner_wrap {
    display: block;
    width: 100%;
    height: auto;
    background-color: var(--bg-01);
    border-radius: 1em;
    padding: 1.5em;
}
.checklist_section_body .prd_img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    margin: 2em auto;
}
.checklist_section_body .prd_desc {
    margin-bottom: 3rem;
}
.checklist_section_body .prd_desc > p {
    display: block;
    width: 100%;
    height: auto;
    font-size: .9375em;
    line-height: 1.4em;
    margin-bottom: 1.5rem;
    color: var(--text-08);
    font-weight: 300;
    text-align: justify;
}
.checklist_section_body .prd_desc > p > span {
}
.checklist_section_margin {
    display: block;
    width: 100%;
    height: 4em;
    background-color: var(--bg-01);
}
.checklist_section_header {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: var(--bg-01);
    padding: 3em 1em;
}
.checklist_section_header > .small {
    font-size: 1.5625em;
    color: #DBD4CF;
    padding-bottom: .75em;
}
.checklist_section_header > .big {
    font-size: 2.0625em;
    color: #535353;
    font-weight: 700;
}

#shipping_img_section {
    display: block;
    width: 100%;
    aspect-ratio: calc(500/475);
    height: auto;
    background-image: url(/resources/img/shop/basong_info.jpg);
    background-size: cover;
    color: #fff;
    font-weight: 800;
    font-size: min(max(7vw, 20px), 35px);
    position: relative;
}
#shipping_img_section > p {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#quote_section {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1.4em;
    font-size: 1.5em;
    background-color: #B7B2AB;
    color: #fff;
    padding: 1em .25em;
}
#flower_photo_box {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 2em 0 3em;
}
#flower_photo_box > .main_photo {
    display: block;
    width: 95%;
    max-width: 330px;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#flower_photo_box > .main_photo > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.015;
    margin: 0 auto;
}
#flower_photo_box > .thumbnail_list {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 1em min(max(4vw, 10px), 20px) 0;
}
#flower_photo_box > .thumbnail_list > a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
}
#flower_photo_box > .thumbnail_list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.015;
}

