@charset "UTF-8";
/* CSS Document */
.tea_title{
    width: 80%;
    margin: 0 auto;
    font-size: 24px;
    max-width: 1100px;
    margin-bottom: 70px;
    position: relative;
    padding-left: 43px;
}
.tea_title::before{
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    background-color: #eef6ef;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/*sec_01------------------------------*/
.sec_01{
    margin-bottom: 100px;
}
.sec_01_inner{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    max-width: 1100px;
}
.sec_01_inner dl{
    width: calc(33.333% - 2%);
    margin: 0 1% 2% 1%;
    border: solid 1px #98B188;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    padding: 4% 2%;
}
.sec_01_inner dl dt{
    font-size: 20px;
    line-height: 1em;
    padding-bottom: 15px;
}
.sec_01_inner dl dd{
    font-size: 14px;
    line-height: 1.8em;
}
@media print, screen and (max-width: 1200px) {
    .sec_01_inner dl:nth-child(5) dd{
        font-size: 12px;
        line-height: 2em;
    }
}


/*sec_02------------------------------*/
.sec_02{
    margin-bottom: 100px;
}
.sec_02>div{
    width: 80%;
    margin: 0 auto;
    max-width: 1100px;
    padding-bottom: 45px;
}
.sec_02>div p{
    width: 45%;
    display: block;
    margin: 0 0 0 auto;
}
.sec_02>p{
    width: 100%;
}
.sec_02>p img{
    width: 100%;
    height: auto;
}


/*sec_03------------------------------*/
.sec_03{
    margin-bottom: 120px;
}
.sec_03_inner{
    width: 80%;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 120px;
}
.sec_03_inner .left{
    width: 50%;
    box-sizing: border-box;
    margin-right: 5%;
}
.sec_03_inner .left img{
    width: 100%;
}
.sec_03_inner .right{
    width: 50%;
    box-sizing: border-box;
    margin-left: 5%;
    padding-bottom: 5%;
}
.chashi .name{
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: solid 1px #98B188;
    margin-bottom: 15px;
}
.chashi .name p span{
    font-size: 20px;
    display: inline-block;
    padding-left: 20px;
}
.chashi .name p:first-of-type{
    color: #98B188;
}
.chashi .name p{
    font-size: 16px;
}
.youtube_wrapper{
    width: 70%;
    margin: 0 auto;
    max-width: 1100px;
}
.youtube{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*sec_04------------------------------*/
.sec_04{
    margin-bottom: 160px;
}
.farm_wrapper{
    max-width: 800px;
    margin: 0 auto;
    width: 80%;
    line-height: 1em;
    margin-bottom: 120px;
}
.farm_box{
    margin-bottom: 50px;
}
.farm_box:last-child{
    margin-bottom: 0;
}
.farm_name{
    font-size: 18px;
    margin-bottom: 15px;
}
.farm_box table{
    width: 100%;
}
.farm_box table tr{
    border-bottom: solid 1px #98B188;
}
.farm_box table tr:first-child{
    border-top: solid 1px #98B188;
}
.farm_box table tr th{
    width: 20%;
    text-align: left;
    padding: 15px 10px;
    box-sizing: border-box;
}
.farm_box table tr td{
    width: 80%;
    padding: 15px 10px;
    line-height: 1.6em;
    box-sizing: border-box;
}
.sec_04_img{
    width: 90%;
}
.sec_04_img img{
    width: 100%;
    height: auto;
}


@media print, screen and (max-width: 1000px) {
    .sec_01_inner {
        width: 90%;
    }    
    .sec_01_inner dl {
        width: calc(33.333% - 2%);
        margin: 0 1% 4% 1%;
    }
    .sec_01_inner dl dd{
        text-align: left;
    }
    .sec_01_inner dl dd br{
        display: none;
    }
    .sec_01_inner dl:nth-child(5) dd {
        font-size: 14px;
        line-height: 1.8em;
    }
    .sec_02>div p {
        width: 80%;
    }
    .sec_03_inner {
        align-items: center;
    }
    .sec_03_inner .right {
        margin-left: 0;
        padding-bottom: 5%;
    }
    .chashi .name p {
        font-size: 14px;
    }
    .chashi .name p span {
        font-size: 16px;
        padding-left: 10px;
    }
    
    
    
    
    
    
    
    
    
}



@media print, screen and (max-width: 750px) {
    .tea_title {
        width: 86%;
        max-width: 600px;
        font-size: 20px;
        margin-bottom: 45px;
        padding-left: 15px;
    }
    .tea_title::before {
        width: 60px;
        height: 60px;
        left: -5px;
    }
    
    
/*sec_01------------------------------*/
    .sec_01 {
        margin-bottom: 50px;
    }
    .sec_01_inner {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        max-width: 600px;
    }
    .sec_01_inner dl {
        width: calc(50% - 2%);
        text-align: left;
        padding: 15px;
    }
    .sec_01_inner dl:nth-child(odd){
        margin: 0 2% 4% 0;
    }
    .sec_01_inner dl:nth-child(even){
        margin: 0 0 4% 2%;
    }
    .sec_01_inner dl dt {
        font-size: 16px;
        text-align: center;
        padding-bottom: 10px;
    }
    .sec_01_inner dl:nth-child(5) dd{
        font-size: 14px;
        line-height: 1.8em;
    }
    .sec_01_inner dl dd {
        line-height: 1.6em;
    }

    
/*sec_02------------------------------*/
    .sec_02{
        margin-bottom: 60px;
    }
    .sec_02>div{
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        max-width: 600px;
        padding-bottom: 25px;
    }
    .sec_02>div p {
        width: 100%;
    }

    
/*sec_03------------------------------*/
    .sec_03 {
        margin-bottom: 60px;
    }
    .sec_03_inner {
        width: 100%;
        max-width: 600px;
        display: block;
        margin-bottom: 30px;
    }
    .sec_03_inner .left {
        width: 80%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .sec_03_inner .right {
        width: 100%;
        padding: 0 20px;
        margin-left: 0;
    }
    .chashi .name p {
        font-size: 14px;
    }
    .chashi .name p span {
        font-size: 18px;
        padding-left: 15px;
    }
    .chashi .name {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    
    .youtube_wrapper{
        width: 90%;
    }


/*sec_04------------------------------*/
    .sec_04 {
        margin-bottom: 80px;
    }
    .farm_wrapper {
        max-width: 600px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .farm_box {
        margin-bottom: 35px;
    }
    .farm_name {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .farm_box table tr th {
        padding: 12px 5px;
    }
    .farm_box table tr td {
        padding: 12px 5px;
    }
















































}
