@charset "UTF-8";
/* CSS Document */
.explain{
    margin: 0 auto;
    margin-bottom: 120px;
    max-width: 1800px;
}
.explain_copy{
    font-size: 24px;
    line-height: 2.2em;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 70px;
}
.explain_img{
    width: 80%;
    margin-bottom: 70px;
}
.explain_img img{
    width: 100%;
    height: auto;
}
.explain_point{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.point_box{
    width: calc(33.333% - 6%);
    margin: 0 3%;
    padding-top: 5%;
    background-image: url("../img/sustainable-project/icon_01.png");
    background-repeat: no-repeat;
    background-size: 10% auto;
    background-position: top center;
}
.point_box:nth-child(2){
    background-image: url("../img/sustainable-project/icon_02.png");
    background-size: 15% auto;
    background-position: center 6px;
}
.point_box:last-child{
    background-image: url("../img/sustainable-project/icon_03.png");
    background-size: 12% auto;
    background-position: center 5px;
}
.point_box h4{
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}
.tea{
    margin-bottom: 140px;
}
.tea_wrapper{
    margin-bottom: 2px;
    position: relative;
}
.tea_wrapper>p img{
    width: 100%;
    height: auto;
}
.tea_wrapper>p img:nth-child(2){
    display: none;
}
.tea_wrapper>p img:last-of-type{
    display: none;
}
.detail_box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 35%;
}
.tea_wrapper:nth-child(2) .detail_box{
    left: 10%;
}
.tea_name{
    padding-bottom: 3%;
    border-bottom: solid 1px #98B188;
    margin-bottom: 4%;
}
.tea_name>span{
    line-height: 1em;
    display: inline-block;
    padding-bottom: 15px;
}
.tea_name h3{
    font-size: 24px;
    line-height: 1em;
}
.tea_name h3 span{
    line-height: 1em;
    font-size: 18px;
}
.detail_text{
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 20px;
}
.product_detail{
    display: flex;
}
.product_detail>div{
    font-size: 14px;
    line-height: 1em;
}
.product_detail>div:first-of-type{
    box-sizing: border-box;
    margin-right: 10%;
}
.product_detail>div p{
    padding-bottom: 14px;
}
.product_detail>div .chahachi{
    font-size: 12px;
    line-height: 1.4em;
}
.product_detail>div ul{
    padding-bottom: 5px;
}
.product_detail>div ul li{
    padding-bottom: 14px;
}
.product_detail>div a{
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    background-color: #98B188;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: solid 1px #98B188;
    transition: .4s;
    box-sizing: border-box;
}
.product_detail>div a:hover{
    color: #98B188;
    background-color: #fff;
}
@media print, screen and (max-width: 1200px) {
    .tea_name>span {
        font-size: 14px;
        padding-bottom: 12px;
    }
    .tea_name h3 {
        font-size: 20px;
    }
    .tea_name h3 span {
        font-size: 15px;
    }
    .tea_name {
        margin-bottom: 3%;
    }
    .detail_text {
        padding-bottom: 15px;
    }
    .product_detail>div p {
        padding-bottom: 10px;
    }
    .product_detail>div ul li {
        padding-bottom: 5px;
        line-height: 1.5em;
    }
    .product_detail>div:first-of-type {
        margin-right: 5%;
    }
    .explain_point p{
        font-size: 15px;
        line-height: 2em;
    }
    .point_box h4 {
        font-size: 16px;
    }
    .point_box {
        width: calc(33.333% - 4%);
        margin: 0 2%;
    }
}
@media print, screen and (max-width: 1060px) {
    .tea_wrapper>p img:first-of-type{
        display: none;
    }
    .tea_wrapper>p img:nth-child(2){
        display: block;
    }
    .tea_wrapper>p{
        display: block;
        padding-bottom: 40px;
    }
    .detail_box{
        position: static;
        transform: translateY(0);
        width: 80%;
        margin: 0 auto;
    }
    .tea_wrapper {
        margin-bottom: 50px;
    }
    .product_detail {
    }
    .product_detail>div:first-of-type {
        margin-right: 8%;
    }
    .detail_text {
        padding-bottom: 25px;
    }
    .explain_point {
        width: 90%;
    }
    .point_box h4 {
        font-size: 15px;
    }
    .point_box:last-child h4 {
        font-size: 14px;
    }

    
    
    
}


@media print, screen and (max-width: 750px) {
    .header_detail h2 {
        font-size: 24px;
        line-height: 1.2em;
    }
    .explain {
        margin-bottom: 40px;
    }
    .explain_copy {
        font-size: 18px;
        line-height: 2em;
        width: 86%;
        max-width: 600px;
        margin-bottom: 30px;
    }
    .explain_img {
        width: 90%;
        margin-bottom: 30px;
    }
    .explain_point {
        width: 100%;
        max-width: 400px;
        display: block;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .point_box {
        width: calc(100%);
        margin: 0 0 25px 0;
        padding-top: 14%;
        background-size: 8% auto;
    }
    .point_box:nth-child(2) {
        background-size: 13% auto;
        background-position: center top;
        padding-top: 13%;
    }
    .point_box:last-child {
        background-size: 11% auto;
        background-position: center top;
        margin-bottom: 0;
    }
    .point_box h4 {
        padding-bottom: 5px;
        font-size: 16px;
    }
    .tea_wrapper>p {
        padding-bottom: 25px;
    }
    .detail_box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .product_detail>div:first-of-type {
        margin-right: 4%;
    }
    .tea_wrapper:nth-child(2) .detail_box .product_detail>div:last-of-type p{
        font-size: 13px;
    }
    .tea {
        margin-bottom: 80px;
    }






















































}

