@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 400px;
    justify-content: space-between;
    vertical-align: bottom;
}
.wrap {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
}

.flex-box {
    justify-content: space-between;
    /* display: flex; */
}
.honten1 img {
    height: 500px;
    border-radius: 20px;
}
.flex-item01 img {
    width: 400px;
    height: 380px;
    text-align: center;
    border-radius: 20px;
}
.flex-item02 img {
    width: 370px;
    height: 500px;
    border-radius: 20px;
    text-align: center;
}
h1 {
    color: darkslategray;
    text-align: center;
}
h2 {
    padding: 20px;
    text-align: center;
    color: darkslategray;
}
@media (min-width: 768px) {
    .wrap {
        width: 1000px;
        margin: 0 auto;
        background-color: #fff;
    }
    .honten1 img {
        border-radius: 20px;
    }
    .flex-box {
        justify-content: space-between;
        display: flex;
    }
}
