        body {
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
        
        .teatime p,
        .teatime li {
            line-height: 1.8em;
            font-size: 1.3rem;
            list-style-type: none;
        }
        
        .teatime_text {
            margin-bottom: 2em;
            color: #b98975;
        }
        
        .teatime_text p {
            text-align: center;
            line-height: 3.5rem;
            font-size: 0.7rem;
            list-style-type: none;
        }
        
        .teatime h2 {
            font-size: 18px;
            margin: 2em 0;
            padding: 0.5em;
            color: #494949;
            background: #fffaf4;
            border-left: solid 5px #b98975;
        }
        
        .teatime h4 {
            font-size: 1.5em;
            font-weight: bold;
        }
        
        .teatime img {
            width: 100%;
            height: auto;
        }
        
        .teatime .line_bg {
            background-repeat: no-repeat;
            background-position: bottom;
            padding-bottom: 2em;
        }
        
        .teatime .line_bg img {
            width: 9em;
        }
        
        .teatime_text span {
            font-weight: bold;
            font-size: 1.5em;
            color: #b98975;
        }
        
        p.teatime_title {
            font-weight: bold;
            font-size: 15px;
        }
        
        .teatime ul {
            margin-right: auto;
            margin-left: 44px;
            /* max-width: 88%; */
        }
        
        .teatime h2 {
            margin: 2em 0;
            padding: 0.5em;
            /*文字周りの余白*/
            color: #494949;
            /*文字色*/
            background: #fffaf4;
            /*背景色*/
            border-left: solid 5px #b98975;
            /*左線（実線 太さ 色）*/
        }
        
        .teatime h4 {
            margin: 1em 0;
        }
        
        .teatime .hash {
            color: #b98975;
            font-weight: bold;
        }
        
        .teatime .last {
            text-align: center;
        }
        
        .teatime a {
            display: block;
            color: #b98975;
        }
        
        .teatime li {
            position: relative;
        }
        
        .teatime li:before {
            position: absolute;
            content: "";
            background-image: url(https://www.2wayworld.jp/onlinestore/html/template/default/assets/img/moni/event/tea_icon.png);
            width: 1.5em;
            height: 1.5em;
            left: -2em;
            background-size: contain;
            background-position: center;
            top: 0.3em;
            background-repeat: no-repeat
        }
        
        .point2_img {
            width: 100vw;
            max-width: 200px;
            margin: 15px;
        }
        
        .point2_flex {
            display: flex;
            margin-right: auto;
            margin-left: auto;
            max-width: 95%;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .point2_text {
            margin: 15px;
            line-height: 1.9px;
            justify-content: center;
            align-items: center;
        }
        
        .point3_img {
            width: 50vw;
            max-width: 130px;
            margin: 15px;
        }
        
        .point3_flex {
            display: flex;
            justify-content: flex-start;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            margin-right: auto;
            margin-left: auto;
            max-width: 95%;
        }
        
        .point3_text {
            margin: 15px;
            line-height: 1.9px;
            justify-content: center;
            align-items: center;
        }
        
        .point4 {
            margin-right: auto;
            margin-left: auto;
            max-width: 95%;
        }
        
        .sp_none {
            display: none;
        }
        /* <link href="https://www.2wayworld.jp/onlinestore/html/template/default/assets/css/bibi_teatime_hand.css" rel="stylesheet" /> */
        
        @media screen and (max-width: 900px) {
            .teatime p,
            .teatime li,
            .point2_text p {
                line-height: 1.4em;
                font-size: 0.9rem;
                list-style-type: none;
            }
            .teatime h2 {
                font-size: 1.3rem;
                font-weight: 700;
            }
            .teatime_text p {
                text-align: center;
                line-height: 1.8rem;
                font-size: 0.7rem;
                list-style-type: none;
            }
            .point2_flex {
                display: flex;
                flex-direction: column
            }
            .teatime ul {
                margin-left: 33px;
            }
            .point3_img {
                max-width: 95px;
            }
        }
        
        @media screen and (max-width: 480px) {
            body {
                max-width: 95%;
                margin-left: auto;
                margin-right: auto;
            }
            /* .teatime_text p {
                font-size: 0.8rem;
                line-height: inherit;
            } */
            .point2_img {
                width: 40vw;
                margin: 0px;
            }
            .point2_flex {
                display: flex;
                flex-direction: column
            }
            .teatime h2 {
                font-size: 0.9rem;
                padding: 0.8rem;
            }
            /* .teatime_text p {
                font-size: px;
            } */
            /* .p {
                line-height: 0.8em;
                font-size: 0.8em;
                list-style-type: none;
            } */
            .point3_flex {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .point3_text {
                margin: 10px;
                margin-right: auto;
            }
            .teatime ul {
                max-width: 88%;
            }
            .point4 p {
                line-height: 2em;
            }
            strong {
                font-weight: 700;
                line-height: 1.5em;
                font-size: 1rem;
            }
            .point4 li {
                line-height: 2em;
            }
        }