@charset "utf-8";

section {
    text-align: center;
}

header {
    width: 100%;
    height: 10%;
    background-color: #e8b5b5;
    position: fixed;
    z-index: 5;
    box-shadow: 0px -5px 10px rgb(96 73 73);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 10%;
    position: relative;
}

header .header_content .ham_btn {
    margin-left: 25px;
    cursor: pointer;
}

header .header_content div:last-child {
    z-index: 5;
}

header a,
header .ham_btn {
    transition: .3s;
}

header a:hover,
header .ham_btn:hover {
    opacity: 0.7;
}

.bouquet_heading,
.arrange_area,
.vending_area {
    flex-direction: column;
}

h3 {
    font-weight: 200;
    /* font-size: 30px; */
    letter-spacing: 0.03em;
    font-size: 2.7vw;
}

.arrange_area h3,
.vending_area h3 {
    margin-top: 150px;
}

.arrange_area p:nth-child(3),
.vending_area p:nth-child(3) {
    margin: 50px 0 60px;
}

.bouquet_area p:nth-child(3) {
    margin: 5px 0 20px;
}

.bouquet_area .flower_annotation {
    font-size: 16px;
    margin: 40px 0 150px;
}

.arrange_area ul {
    gap: 8%;
}

.arrange_area ul li figure .flex {
    flex-direction: column;
}

.arrange_area figcaption p:first-child {
    font-size: 1.2vw;
}

.arrange_area figcaption p:last-child {
    font-size: 1vw;
}



/* ブーケエリア */
.bouquet_area #bouquet_heading_text {
    margin: 60px 0 50px;
}

.bouquet_area .bouquet_text {
    font-size: 14px;
    width: 320px;
    text-align: left;
}

.bouquet_area h4 {
    font-weight: 200;
    font-size: 2.8vw;
    margin-bottom: 5px;
}

.bouquet_area .price_text {
    font-size: 1.7vw;
    margin-top: -20px;
}

.bouquet_area .bouquet_box {
    gap: 6%;
    position: relative;
    align-items: center;
    margin-bottom: 6%;
}

.bouquet_area .bouquet_img {
    flex-direction: column;
    margin-bottom: 200px;
}

.bouquet_area .bouquet_img>.flex {
    cursor: pointer;
    opacity: 0.7;
}

.bouquet_area .kirikabu {
    background: url(../image/png/image_flower_13_465x429png.png) center center no-repeat;
    background-size: 100%;
    width: 33%;
    height: 429px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.eclat rt {
    margin-bottom: 10px;
}

.bouquet_area .butterfly_yellow01 {
    background: url(../image/png/image_flower_14_270x290.png) center center no-repeat;
    width: 270px;
    height: 290px;
    position: absolute;
    left: 31%;
    top: -32%;
    rotate: 9deg;
}

.bouquet_area .butterfly_yellow02 {
    background: url(../image/png/image_flower_14_270x290.png) center center no-repeat;
    max-width: 270px;
    width: 100%;
    height: 290px;
    position: absolute;
    left: 31%;
    top: -32%;
    rotate: 9deg;
}

.bonheur {
    position: relative;
}

.bouquet_area .butterfly_pink {
    background: url(../image/png/image_flower_15_270x290.png) center center no-repeat;
    max-width: 270px;
    width: 100%;
    height: 290px;
    position: absolute;
    right: -120%;
    top: -43%;
    rotate: -9deg;
}

.bouquet_item {
    align-items: flex-end;
}

.bouquet_item img {
    margin-bottom: 50px;
}

.bouquet_img .flex {
    gap: 5%;
}

.vending_area {
    margin-bottom: 8%;

}

.more_btn {
    margin: 3% 0 0 50%;
}

.more_btn a {
    display: inline-block;
    border-radius: 1vw;
    width: 25vw;
    line-height: 3;
    text-align: center;
    background: linear-gradient(90deg, rgba(232, 181, 181, 1) 0%, rgba(255, 236, 220, 1) 50%, rgba(232, 181, 181, 1) 100%);
    box-shadow: 2px 2px 3px rgba(147, 103, 99, 0.8);
    font-size: 1.4vw;
    transition: background-position 0.8s ease;
    background-size: 200% 100%;
    background-position: 0 0;
}