.teatime p,
.teatime li {
    line-height: 1.6;
    font-size: 14px;
    list-style-type: none;
}

.teatime h2 {
    font-size: 1.5em;
}

.teatime h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.2em auto;
}

.teatime img {
    width: 100%;
    height: auto;
    max-width: 450px;
    margin: 0 auto;
}

.teatime_text {
    margin-bottom: 2em;
}

.teatime_text p {
    text-align: center;
}

.teatime_text span {
    font-weight: bold;
    font-size: 1.5em;
}

p.teatime_title {
    font-weight: bold;
    font-size: 1.5rem;
}

.teatime ul {
    width: 80%;
    margin: 2em auto;
}

.teatime h2 {
    margin: 2em 0;
    padding: 0.5em;
    /*文字周りの余白*/
    color: #494949;
    /*文字色*/
    background: #fffaf4;
    /*背景色*/
    border-left: solid 5px #b98975;
    /*左線（実線 太さ 色）*/
}

.teatime h4 {
    margin: 1em 0;
}

.teatime .hash {
    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;
    background-repeat: no-repeat;
    top: 0.3em;

}

.teatime .textwrapper p {
    font-weight: bold;
    text-align: center;
}

.teatime .textwrapper {
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.teatime_item {
    display: flex;
    flex-direction: column;
}

.teatime .product_text{
margin-top: 3em;}

.teatime .product_text p{
margin: 1em 0;
}
.teatime .product_text small{
margin: 1em 0;
}



@media(min-width:768px) {
    .sp_none {
        display: none;
    }
    .teatime .textwrapper p {
        font-size: 1.2em;
    }
    .flex {
        flex-direction: row;
        max-width: 1360px;
    }
    .In_pro {
        max-width: 1360px;
    }
}