body {
    max-width: 1200px;
    margin: auto;
    font-family: 'ヒラギノ明朝 Pro W6', 'HiraMinPro-W6', '游明朝体', 'YuMincho', serif;
    font-weight: bold;
}

.atama {
    max-width: 1000px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.book {
    display: block;
    width: 26%;
    text-align: center;
}

.honn {
    width: 200px;

    margin-top: 30px;
}

.daiji {
    display: block;
    width: 50%;
    text-align: center;
}

.taitoru {
    width: 350px;
    text-align: center;
}

.chosha {
    width: auto;
    text-align: center;
}

.dvd {
    display: block;
    width: 23%;
    text-align: center;
}

.enban {
    width: 180px;

    margin-top: 30px;
}

.kakaku {
    clear: both;
    display: block;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.annnai {
    width: 340px;
    position: absolute;
    top: 0px;
    left: 35%;
}

.botan {
    width: 270px;
    position: absolute;
    top: 20px;
    right: 0%;
}

.jobun {
    clear: both;
    margin-top: 120px;
    position: relative;
}

.goaisatsu {
    max-width: 700px;
    margin: 0 auto;
    background-color: rgb(238, 213, 244, 0.5);
    padding: 10px 100px 40px;
}

p {
    font-size: 18px;
    text-shadow: 0.5px 0.5px 0px rgba(0, 0, 0, 0.3);
    text-indent: 1em;
}

.red {
    color: red;
}

h1 {
    font-size: 1.2em;
    margin-top: 0px;
    text-shadow: 0.5px 0.5px 0px rgba(0, 0, 0, 0.3);
    text-indent: 1em;
}

.opechu {
    position: absolute;
    top: 72%;
    left: 75%;
}

.yuusi {
    width: 150px;
   
    margin: -10px;
    box-shadow: 5px 10px 10px -5px rgba(0, 0, 0, 0.8);
}

.tree {
    display: flex;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.top {
    padding: 20px 50px;
}

.contents {
    padding: 20px 50px;
}

.order {
    padding: 20px 50px;
}
@media screen and (max-width:768px){.annnai {
    width: 340px;
    position: absolute;
    top: 0px;
    left: 18%;
}

.botan {
    width: 270px;
    position: absolute;
    top: 20px;
    right: 1%;
    }.yuusi{width: 120px;position: absolute;top:82px;left: 62px}
.goaisatsu {
    max-width: 700px;
    margin: 0 auto;
    background-color: rgb(238, 213, 244, 0.5);
    padding: 10px 100px 58px;
}.opechu {
    position: absolute;
    top: 72%;
    left: 74%;
}

@media screen and (max-width:414px) {
    body {
        margin-left: auto;
        margin-right: auto;
    }
    
    .atama {
        display: block;
    }
    .daiji {
        display: block;
        position: absolute;
        left: 30%;
        top: 10px;
        width: 100%;
    }

    .taitoru {
        display: block;
        width: 350px;

    }

    .chosha {
        clear: both;
        display: block;
        width: auto;
        position: absolute;
        left: 15%;

    }
    .book {
        display: block;
        position: absolute;
        width: 45%;
        top: 260px;
        left: 20%;

        text-align: center;
    }

    .honn {
        width: 200px;


    }



    .dvd {
        display: block;
        position: absolute;
        top: 280px;
        left: 80%;
        width: 45%;

    }

    .enban {
        width: 180px;


    }

    .kakaku {
        clear: both;
        display: block;
        width: 100%;


    }

    .annnai {
        clear: both;
        position: absolute;
        top: 420px;
        left: 35%;
        display: block;
        width: 80%;
        text-align: center;
    }

    .botan {
        display: block;
        position: absolute;
        top: 520px;
        left: 45%;
        width: 80%;
        margin: 0 auto;

    }

    .jobun {
        clear: both;
        width: 100%;
        top: 650px;
    }

    .goaisatsu {
        width: 100%;
        margin: 0 auto;
        background-color: rgb(238, 213, 244, 0.5);
        padding: 10px 100px 10px;
    }

    .opechu {
        clear: both;
        display: none;
    }

    .tree {
        clear: both;
        display: block;
        position: absolute;
        top: 1470px;
        left: 25%;
        width: 100%;
        text-align: center;
    }

    .top {
        display: block;
        width: 200px;
        padding: 10px;
        margin: auto;
    }

    .contents {
        width: 200px;
        padding: 10px;
    }

    .order {
        width: 200px;
        padding: 10px;
    }
}

@media screen and (max-width:320px) {
    .tree {
        clear: both;
        display: block;
        position: absolute;
        top: 1570px;
        left: 25%;
        width: 100%;
        text-align: center;
    }
}
