@charset "utf-8";

    .book__title__text{
        text-align: center;
        font-size: xx-large;
    }

    .book__title{
        text-align: center;
    }

    .book__page{
        text-align: center; 
    }

    .book__img0{
        width: 50%;
    }

    .book__img1{
        width: 50%;
   }

    .book__img2{
        width: 50%;
    }

    .book__img3{
        width: 50%;
    }

    .book__text__description{
        text-align: center;
        font-size: x-large;
    }

    .coco__kumanosan{
        text-align: center;
        font-size: x-large;
    }

    .coco__ondasan{
        text-align: center;
        font-size: x-large;
    }

    .coco__momohirasan{
        text-align: center;
        font-size: x-large;
    }

    .foot{
        text-align: center;
        font-size: x-large;
    }

    @media screen and (min-width: 981px)
    {
    }

    /* -- -------------------------------------------------------------- -- */

    /* タブレット用 */
    @media screen and (min-width: 481px) and (max-width: 980px) 
    {
        .book__title__text{
            text-align: center;
            font-size: xx-large;
        }

        .book__img0{
            width: 70%;
        }

        .book__img1{
            width: 70%;
        }

        .book__img2{
            width: 70%;
        }

        .book__img3{
            width: 70%;
        }
        .book__text__description{
            text-align: center;
            font-size: large;
        }
        .coco__kumanosan{
            text-align: center;
            font-size: large;
        }
        .coco__ondasan{
            text-align: center;
            font-size: large;
        }
        .coco__momohirasan{
            text-align: center;
            font-size: large;
        }
        .foot{
            text-align: center;
            font-size: large;
        }
    }
    /* -- -------------------------------------------------------------- -- */
   

    /* スマートフォン用 */
    @media screen and (max-width:480px)
    {
        .book__title__text{
            text-align: center;
            font-size: x-large;
        }

        .book__img0{
            width: 90%;
        }

        .book__img1{
            width: 90%;
        }

        .book__img2{
            width: 90%;
        }

        .book__img3{
            width: 90%;
        }

        .book__text__description{
            text-align: center;
            font-size: xx-small;
        }

        .coco__kumanosan{
            text-align: center;
            font-size: xx-small;
        }
        .coco__ondasan{
            text-align: center;
            font-size: xx-small;
        }
        .coco__momohirasan{
            text-align: center;
            font-size: xx-small;
        }
        .foot{
            text-align: center;
            font-size: xx-small;
        }

    }


