@charset "utf-8";
.pc_img_yo22 {
    background-image: url('../img/gift_yo01.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 300px 200px 300px 300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4rem;
}

.coffee_box {
    width: 33%;
    margin-top: 150px;
}
.pc_img_yo22 > img {
    width: 60% !important;
    height: 400px;
    margin-top: 100px;
    object-fit: contain;
}

@media screen and (max-width: 1441px) {
    .pc_img_yo22 {
        padding: 100px 50px;
        margin-top: 60px;
        background-size: 100%;
    }
    .pc_img_yo22 img {
        width: 60% !important;
    }
    .pc_img_yo22 a img {
  width: 10% !important;
}
}
@media screen and (max-width: 1025px) {
    .mv_btn_group.coffee_btn_ya a {
        gap: 20px;
    }
    .coffee_box .form-container .coffee_wrapper {
        padding: 10px 10px 0 10px;
    }
    .visit-date {
        flex-direction: column;
    }
    .coffee_box {
    }
    .mv_btn_group a {
        height: 45px !important;
    }
    .visit-date {
        /* margin-top: 4px !important; */
        align-items: flex-start !important;
        gap: 5px !important;
    }
    .coffee_box .form-container .terms {
        margin-top: 10px !important;
    }
    .coffee_box label {
        font-size: 12px !important;
    }
    .pc_img_yo22 {
        padding: 100px 50px;
        margin-top: 60px;
        background-size: 100%;
    }
    .coffee_box {
        width: 50%;
    }
    .pc_img_yo22 > img {
        height: 300px;
    }
    .coffee_btn_ya.mt70 {
        margin-top: 20px !important;
    }
    .mv_btn_group a {
        height: 45px !important;
    }
}
@media screen and (min-width: 300px) {
    .mobileOnly {
        display: block !important;
margin-top: 20px!important;
    }
    .coffee_box {
       margin: 20px auto!important;
    }
}
@media screen and (min-width: 769px) {
    .mobileOnly {
        display: none!important;
margin-top: 20px!important;
    }
    .coffee_box {
       margin: 20px auto!important;
    }
}
@media screen and (max-width: 769px) {
    .coffee_box {
        margin-top: 300px;
    }
    .coffee_btn_ya img {
        width: 10% !important;
    }
    .pc_img_yo22 {
        background-size: contain;
        background-color: #f1cec7;
        border-radius: 500px 0 0 0;
        background-position: right;
        padding: 100px 0 200px 0;
        gap: 1.5rem;
    }
    .mv_btn_group a p {
        font-size: 16px;
    }

    .pc_img_yo22 > img {
        width: 80%;
        height: 400px;
        margin-top: 300px !important;
    }
}

@media screen and (min-width: 550px) {
.mobileOnly {
        display: none;
margin: 0 auto;
margin-top: 25px;
    }
}

@media screen and (max-width: 480px) {
    .coffee_box {
        width: 60%;
    }
}