.HeaderImg {
    background-image: url(../Image/PageTop/HosoMaki.png);
}
#HeaderImgNameEn:after {
    content: "※Hoso Maki";
}
#HeaderImgNameJp:after {
    content: "※細巻き";
}

.AboutSec {
    margin-bottom: 20px;
}
.AboutKazIMG {
    width: 50%;
    min-width: 160px;
    max-width: 400px;
    float: right;
    shape-outside: polygon(40% 0, 25% 30%, 40% 40%, 5% 60%, -5% 100%, 100% 100%);
}
.AboutIMG {
    display: none;
}
@media only screen and (min-width: 800px) {
    .AboutVert {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .AboutSec {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        width: 46%;
        background-color: white;
        box-shadow: 3px 3px 5px grey;
        padding: 30px;
        font-size: 14px;
        height: 100%;
        margin: 10px;
    }
    .AboutKazIMG {
        float: none;
        margin: 0 auto;
        display: block;
        width: 300px;
    }
    .AboutIMG {
        float: none;
        margin: 0 auto;
        display: block;
        width: 300px;
    }
    .AboutSec h3 {
        margin: 20px 0;
    }
}
