/* .pop */

.container {
    width: 90%;
    max-width: 1120px;
    /* background-color: green; */
    margin: 0 auto;
     position: relative; 
}

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}
/* ヘッダー */
.header{
padding: 27px 0;
}

.logo{
font-size: 24px;
 font-weight: 700;   
letter-spacing: -0.04em;
}

/* .logo span{} */


.header_menu li{
    margin-left: 40px;
}
.header_menu li a{
    
    transition: .3s;
}

.header_menu li a:hover{
    color: green;
    transition: .3s;
}

@media only screen and (max-width:768px){
    header .container{
        justify-content: center;
    }
    .header_menu li{
    margin: 20px 16px 0;
}
}
/* メイン */
#hero{
    background-image: url(IMG_7716.JPG);
    background-position: center;
    background-size: cover;
    height: 300px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    overflow: hidden;
}
#hero::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
}

.hero_inner{
    z-index: 2;
    color: #fbfb04;
    width: 100%;
    text-align: center;
}
.hero_inner p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.hero_inner h1{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
@media only screen and (max-width:768px){
    #hero{
        height: 460px;
    }.hero_inner p{
    font-size: 20px;   
}
.hero_inner h1{
    font-size: 32px;  
}
}

/*農園*/
#concept{
    margin-bottom: 20px;
}
.title{
    font-size: 24px;
    font-weight: 700;
    color: green;
    margin-bottom: 40px;
}
#concept h3{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}
.column-2 {
    width: 48%;
}
.text {
    line-height: 2;
    font-size: 24px;
    font-style: 700;
}
#農園 img {
    border-radius: 20px;
}


@media only screen and (max-width:768px){
  #concept h3{
    font-size: 24px;
    line-height: 1.5;
} 
 .column-2 {
    width: 100%;
}
.text {
    line-height: 1.7;
    font-size: 15px;
}
.concept-img{margin-top: 30px;}
}


/* tomato */
#トマト{
    margin-bottom: 20px;
    margin-top: 20px;
}

.トマト_inner {
margin-bottom: 40px;
}
.column-40 {
width: 40%;
}
.column-55{
    width: 55%;
}

#トマト img {
    border-radius: 20px;
}

#トマト h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 24px;
}

@media only screen and (max-width:768px){
 .column-40 {
width: 100%;
margin-bottom: 30px;
}
.column-55{
    width: 100%;
}   
#トマト h3 {
font-size: 17px;

}
}

/* 直売所 */
#直売所{
    margin-bottom: 20px;
}

.直売所_inner {
margin-bottom: 40px;
}
.column-40 {
width: 40%;
}
.column-55{
    width: 55%;
}

#直売所 img {
    border-radius: 20px;
}

#直売所 h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 24px;
}
@media only screen and (max-width:768px){
  .column-40 {
width: 100%;
margin-bottom: 30px;
}
.column-55{
    width: 100%;
} 
 #直売所 h3 {
font-size: 17px;}
}

/* アクセス */
.iframe{
    margin: 0 auto;
}
#アクセス h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 24px;
}
@media only screen and (max-width:768px){
#アクセス h3 {
font-size: 17px;
}
}