.item-slide {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.box-btn-payment {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
    margin: 0 auto;
}

.btn-green-custom {
    background-color: #0D5039;
    border-color: #0D5039;
    color: white;
    width: 260px;
    padding: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.btn-green-custom:hover {
    /*font-weight: 700;
    color: white;*/
    opacity: 0.5;
    transition: .3s;
}


.box-info-payment {
    height: fit-content;
    box-sizing: border-box;
    width: auto;
    display: flex;
    justify-content: center;
    /*margin-bottom: 20px;*/
}

.box-info-payment tbody {
    padding: 20px 10px;
   /* border:1px solid #e4e4e4;*/
}

.box-info-payment tr td {
    padding: 0 12px;
    text-wrap: nowrap;
}

.flex_cont{
    justify-content: space-between;
    display: flex;
    gap: 40px;
}

.card_address p{
margin-bottom: 0px;
}

.unit {
    font-weight: normal;
    font-size: 16px;
}

.option-price-item {
    position: relative;
    /*border-radius: 10px;*/
    /* margin: 20px auto; */
    padding: 30px;
    /*border: 1px solid #e4e4e4;*/
   
}

.option-price-item .box-option-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.box-option-header {
    align-items: flex-start !important;
    margin-bottom: 20px;
}

.box-option-item:last-child() {
    align-items: flex-end !important;
    margin-bottom: 20px;
}

.option-info {
    flex: 1;
    margin-top: 20px;
}

.box-option-header img {
    width: 280px;
}

.box-option-footer {
    margin-top: 30px;
}

.box-option-footer .option-price {
    font-weight: 700;
    font-size: 20px;
}

.box-option-footer .quantity-option {
    margin-bottom: 5px;
    padding: 5px 8px;
    font-size: 16px;
}

.option-price-item h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.option-price-item p {
    margin: 0;
    font-size: 18px;
}

.col-md-4 {
    max-width: 25%;
}


.percent-price td {
    padding: 12px !important;
}

.meter-in {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 20px;
    background-color: #e4e4e4;
    border-radius: 10px;
}

.bar {
    height: 100%;
    background: linear-gradient(to right, rgb(61 197 150), rgb(13 80 57));
}

.bar span {
    position: absolute;
    left: 10px;
    right: 0;
    color: white;
}

.btn-back-top {
    margin-top: 20px;
}

.box-social {
    margin-top: 40px;
    display: flex;
    justify-content: end;
}

.btn-link {
    color: white;
    margin: 0 5px;
    padding: 5px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.btn-link:hover {
    color: white;
    text-decoration: none;
}

.btn-link img {
    width: 25px;
    height: auto;
    margin-right: 3px;
}

.btn-link.facebook {
    background-color: #3b5998;
}

.btn-link.facebook img {
    width: 20px;
}

.btn-link.twitter {
    background-color: white;
    border: 1px solid #bfbfbf;
    color: black;
}

.btn-link.twitter img {
    width: 23px;
}

.btn-link.line {
    margin-right: 0;
    background-color: #00c854;
}

.option-price-item h2 {
    font-size: 24px;
}

.box-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.box-link-social {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.box-link-social a {
    padding: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 8px;
}

.box-link-social img {
    width: 18px;
    margin-right: 5px;
}

.kikaku-item_area_icon{
    width: 25px !important;
    margin-right: 5px; 
}

.card_address img{
    width: auto !important;
}


@media screen and (max-width: 768px) {
    .box-link-social img{
       margin-right: 0px;
       width: 30px !important;
       object-fit: contain;
       height: 100%;
       margin-right: 0px !important;
    }

    .box-link-social a {
        /*width: 200px;*/
        text-align: center;
    }

    .social-twitter{
           padding-left: 8px !important; 
    }
    .sp_none{
    display: none;
    }
}


.social-twitter img {
    width: 18px;
    margin-right: 5px;
}

.social-facebook img {
    width: 18px;
}

.flex_cont_column{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: end;
    gap: 30px;
}

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

    .flex_cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .flex_cont_column{
        
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    
    .container {
        max-width: 95%;
        padding: 0;
    }

    .option-price-item {
        padding: 20px;
        width: 100%;
    }

    .option-info h2 {
        font-size: 20px;
    }

    .option-info h2 {
        font-size: 26px;
    }

    .box-option-header {
        flex-direction: column;
    }

    .box-option-header img {
        width: 75%;
        margin: 10px auto;
    }

    .option-info{
        text-wrap: wrap;
    }
    
}


@media screen and (max-width: 600px) {
    .page-start {
        margin-top: 120px;
    }

    .btn-green-custom {
        width: 200px;
        padding: 8px 12px;
    }
}

iframe {
    height: 40vw;
   width: 100% !important;
}

.home-txt img{
    width: 100%;
    object-fit: cover; 
}
.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.box-top .box-icon-heart {
    border: 1px solid #43434326;
    background-color: white;
    padding: 15px 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-icon-heart .text {
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px;
}

.box-icon-heart .total-like {
    padding: 0 5px;
    background-color: red;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
}

.box-top .box-icon-heart i {
    font-size: 23px;
    cursor: pointer;
}

.img_slider_img{
    height: 100%;
    max-height: 100% !important;  
}

h2 span{
    background-color: #fbeeb8;
    display: block;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;  
}

.box-info-payment-text-p{
    display: flex;
    align-items: center;
    /* padding: 0px 20px; */
    margin-bottom: 10px;
    line-height: 5px;   
}

.box-info-payment-text{
    padding: 5px 20px;
}

.payment_pr-table{
    background-color: white;
    border: 1px solid #e4e4e4;
   /* box-shadow: 0px 3px 10px #e4e4e4;*/
    /*padding-bottom: 20px;*/
    height: auto;
   /* margin-bottom: 5px;*/
}



.box-info-payment-all{
    width: 100%;
}

    .option-price-item {
       width: 50%;
        background-color: white;
       /* box-shadow: 0px 3px 10px #e4e4e4;*/
    }
    
    .option-info{
        margin-bottom: 20px;
    }
    
    .option-price{
        font-size: 28px !important;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .box-left{
        margin-bottom: 20px;
    }


    .option-price-item-img{
        background-color: #22c58e30;
    }

    .return_h{
        font-size: 25px;
        margin: 40px 0 20px 0;
        font-weight: bold;
        color: #004831;  
    }

    #image-gallery li img{
        width: 100%;
    }

    #image-gallery li{
        width: 100%;
    }

    .option_price_flex{
        display: flex;
        gap: 30px;  
    }

    .lSSlideOuter{
        width: 100%;
    }

    .option-price-item img{
        width: auto;
        height: 100%;
        margin: 0 auto;
        display: block;
        }
        
@media screen and (max-width: 990px) {

    .item-slide{
        flex-wrap: wrap; 
        gap: 20px;
    }

    .payment_pr-table{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .box-info-payment{
        justify-content: center;
    }

    .option_price_flex{
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .option-price-item {
        width: 47%;
    }
}

@media screen and (max-width: 600px) {
    .option-price-item {
        width: 100%;
        
    }

}