






.flower_b1{
    position: relative;
}

.flower_b1 img{
    width: 100%;
}


.flower_b1 img.m{
    display: none;
}

.flower_b1 .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.flower_b1 .text h2{
    font-size: 54px;
    color: #fff;
    text-shadow: 0 0 10px #26262633;
}

.flower_b1 .text a{
    background-color: #fff;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-flex;
    letter-spacing: 1.5px;
}

.max_90{
    max-width: 90%;
    margin: 0 auto;
}

.flower_b2{
    
    text-align: center;
    color: #333;
    padding: 120px 0;
}

.flower_b2 .text h2{
    font-size: 24px;
    margin-bottom: 30px;
}

.flower_b2 .text p{
    font-size: 16px;
    line-height: 60px;

}


.flower_b3{
    position: relative;
    width: 100%;
}

.flower_b3 .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    z-index: 1;
    width: 100%;
}

.flower_b3 video{
    width: 100%;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
    position: relative;
}
    

.flower_b3 .text h2{
    font-size: 48px;
}

.flower_b3 .text p{
    font-size: 16px;
    margin-top: 20px;
}


.flower_b4{
    width: 100%;
    padding: 100px 0;
    text-align: center;
}


.flower_b4 h2{
    font-size: 36px;
    color: #333;
    margin-bottom: 50px;
}

.flower_b4 p{
    font-size: 20px;
    color: #333;
    line-height: 40px;
    position: relative;
}


.flower_b4 p span {
    color: #e6ded9;
    font-size: 150px;
    font-weight: 700;
    font-family: sans-serif;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}




.flower_b5{
    background-image: url(../img/flower_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 100px 50px;
}

.flower_b5 .text{
    width: 430px;
    max-width: 100%;
    padding: 40px;
    color: #333;
    background-color: #f9f1ec;
    text-align: center;
}

.flower_b5 .text h2{
    font-size: 36px;
    margin-bottom: 20px;
}

.flower_b5 .text p{
    font-size: 16px;
    line-height: 32px;
}






.flower_b6{
    background-color: #e6c6bd;
    padding: 50px 0;

}


.flower_b6 ul {
    width: 780px;
    display: flex;
    justify-content: space-around;
}

.flower_b6 ul li {
    width: 160px;
}


.flower_b6 ul li img{
    width: 100%;;
}


.flower_b7{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    padding: 100px 0;
    flex-wrap: wrap;

}


.flower_b7 .text{
    width: 60%;
}

.flower_b7 .text p{
    width: 460px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 20px 0;
    max-width: 95%;
}



.flower_b7 .img {
    width: 40%;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: flex-start;

}

.flower_b7 .img .img1{
    width: 290px;
    position: absolute;
    right: 50%;
    top: 30px;
}

.flower_b7 .img .img2{
    width: 310px;
    max-width: 100%;
}


.flower_b7 .img_box{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 200px;
}


.flower_b7 .img_box img{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 610px;
    max-width: 95%;
}




.flower_b8{
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.flower_b8 h2{
    font-size: 26px;
    margin-bottom: 30px;
}

.flower_b8 p{
    font-size: 16px;
    line-height: 40px;
}


.flower_b8 h3{
    font-size: 26px;
    margin-bottom: 30px;
}

.flower_b8 div{
    width: 400px;
    max-width: 100%;
    margin: 150px auto 0 auto;
}

.flower_b8 div img{
    margin: 0 auto;
    margin-bottom: 20px;
}

.flower_b8 h4{
    font-size: 16px;
    line-height: 32px;
}




.flower_b9{
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.flower_b9 .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    z-index: 1;
    border: 2px #fff solid;
    padding: 12px 25px;
    border-radius: 30px;
    letter-spacing: 1.5px;
}

.flower_b9 video{
    width: 100%;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
    position: relative;
}
    

.flower_b9 .video_box{
    position: absolute;
    width: 100%;
    top: -30%;
}








.contact_box{
    width: 1300px;
    max-width: 95%;
    margin: 40px auto;
}


.contact_b1{
    width: 960px;
    max-width: 95%;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap:30px 0 ;

}



.input_box01{
    width: calc(50% - 20px);
}

.input_box02{
    width: 100%;
}

.input_box03{
    width: calc(100% - 100px);
}

.input_box01 p,
.input_box02 p,
.input_box03 p{
    font-size: 16px;   
    margin-bottom: 10px;
}



.contact_b1 input,
.contact_b1 textarea,
.contact_b1 select{
    border: 0;
    border-bottom: 2px #333 solid;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    font-size: 16px;
}


.contact_b1 textarea{
    height: 100px;
}


.verify_box{
    width: 80px;
}

.contact_b1 .send{
    margin-top: 20px;

}

.contact_b1 .send a{
    display: inline-block;
    padding: 10px 30px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
}

.contact_b1 .send a:hover{
    background-color: #444;
}









@media screen and (max-width: 1200px) {


.flower_b7 .img .img2 {
    width: 200px;
}

.flower_b7 .img .img1 {
    width: 60%;
    right: 30%;
}








}


@media screen and (max-width: 768px) {

.flower_b1 img.m {
    display: block;
}

.flower_b1 img.pc {
    display: none;
}

.flower_b1 .text h2 {
    font-size: 32px;
}


.flower_b2 {
    padding: 70px 0;
}


.flower_b2 .text p {
    line-height: 40px;
}


.flower_b3 .text h2 {
    font-size: 28px;
}


.flower_b4 h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.flower_b4 p {
    font-size: 16px;
    line-height: 34px;
}

.flower_b4 p span {
    font-size: 100px;
}


.flower_b5 {
    padding: 50px 0 100px 0px;
}

.flower_b5 .text {
    max-width: 95%;
    padding: 40px;
    margin: 0 auto;
}

.flower_b5 .text h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.flower_b5 .text p {
    line-height: 28px;
}


.flower_b7 {
    padding: 50px 0;
}

.flower_b7 .text {
    width: 100%;
    margin-bottom: 50px;
}

.flower_b7 .text p {
    width: 95%;
    line-height: 40px;
    text-align: left;
}


.flower_b7 .img {
    width: 500px;
    max-width: 95%;
    margin: 0 auto;
}

.flower_b7 .img .img1 {
    width: 50%;
    right: 30%;
}

.flower_b7 .img_box {
    margin-top: 35%;
}


.flower_b8 {
    padding: 60px 0;
}

.flower_b8 div {
    margin: 50px auto 0 auto;
}


.flower_b9 {
    height: 40vh;
}

.input_box01 p, .input_box02 p, .input_box03 p {
    font-size: 14px;
    margin-bottom: 0px;
}


.input_box01 {
    width: 100%;
}


.contact_b1 {
    margin: 30px auto 0 auto;
    gap: 20px 0;
}


.contact_b1 input, .contact_b1 textarea,
.contact_b1 select {
    padding: 10px 0px;
}



.contact_b1 .send a {
    padding: 10px 25px;
    font-size: 14px;
}


}











