#kitchen_details {
    height: auto;
    background: rgb(241, 226, 197);
}

.kitchenTop_top {
    display: inline-block;
    margin-top: 2%;
    width: 100%;
    height: auto;
    background: #fff;
}

.kitchen_logo{
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 3%;
    background: #fff;
}

.ktn_logo {
    text-align: center;
    width: 50%;
    padding: 3%;
}

video {
    width: 100%;
}

.kidchen_logo {
    margin: 0 auto;
}

.kitchen_logo p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
    text-align: left;
    line-height: 1.5;
    font-size: calc(14px + 6 * ((100vw - 320px) / 1920));
}

.kitchen_logo span {
    display: inline-block;
    padding-top: 1%;
    font-size: small;
}

.waterflow {
    max-width: 1040px;
    margin: 0 auto;
}

.waterflow h1 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 3%;
    background-color: rgb(238, 163, 25);
    border-radius: 0 50px 50px 0;
    text-align: left;
    font-family: "游明朝", "YuMincho", serif;
    font-size: calc(36px + 8 * ((100vw - 1300px) / 1920));
    color: #fff;
}

.waterflow h3 {
    font-family: "游明朝", "YuMincho", serif;
    font-weight: normal;
    font-size: calc(30px + 8 * ((100vw - 1300px) / 1920));
}

.waterflow table {
    width: 100%;
}

.waterflow img {
    width: 100%;
}

.waterflow h1:nth-of-type(2) {
    box-sizing: border-box;
    padding-right: 3%;
    border-radius: 50px 0 0 50px;
    text-align: right;
}

.kitchen_inst {
    display: inline-block;
    margin-top: 2%;
    width: 100%;
    height: auto;
    background: #fff;
}

.kitchen_instTop {
    max-width: 1040px;
    margin: 0 auto;
}

.kitchen_instTop table {
    width: 100%;
    margin: 2% 0;
}

.kitchen_instTop td {
    width: 33.33333%;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: rgb(238, 163, 25);
    padding: 1% 3%;
    font-weight: bold;
    color: #fff;
}


.kitchen_instTop h1 {
    margin-bottom: 0;
    border-bottom: 1px solid #615f5f;
    font-family: "游明朝", "YuMincho", serif;
    font-size: calc(36px + 8 * ((100vw - 1300px) / 1920));
}

.kitchen_instTop img {
    width: 100%;
}

.send_pics {
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 1%;
}

.send_pics img {
    width: 100%;
}

.kitchen_inst p:last-of-type {
    font-size: calc(14px + 6 * ((100vw - 320px) / 1920));
}

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

    .ktn_logo {
        width: 80%;
    }


    .waterflow h1 {
        font-size: calc(20px + 6 * ((100vw - 320px) / 480));
    }

    .waterflow h3 {
        font-size: calc(20px + 4 * ((100vw - 320px) / 480));
    }

    .waterflow p {
        font-size: calc(14px + 4 * ((100vw - 320px) / 480));
    }

    .waterflow span {
        font-size: calc(12px + 6 * ((100vw - 320px) / 480));
    }

    .kitchen_instTop h1 {
        font-size: calc(20px + 6 * ((100vw - 320px) / 480));
        margin: 0 auto;
        width: 90%;
        padding: 2% 0;
    }

    .waterflow h3:nth-of-type(1), .waterflow p:nth-of-type(1){
        text-align: left;
    }

    .waterflow h3:nth-of-type(2), .waterflow p:nth-of-type(2){
        text-align: right;
    }
}