@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Yomogi&family=Yusei+Magic&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@300&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.6;
    color: #080b15;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

a {
    color: #011a75;
}
a:hover{
    opacity: 0.8;
}

.logo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo img {
    width: 250px;
}

/* グロナビ */
.gnav {
    background-color: #e5c2c2;
}

.gnav ul {
    display: flex;
    justify-content: center;
}

.gnav a {
    color:#021f07;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-block
}
.gnav a:hover{
    color: #021f07;
    font-weight: bold;
}

.gnav .current {
    border-bottom: 3px solid #021f07;
    font-weight: bold;
    color: #021f07;
}
.toggle{
    display: none;
}

section {
    padding: 70px 0;
}


.title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    font-family: 'M PLUS 1p', sans-serif;
font-family: 'Yomogi', cursive;
font-family: 'Yusei Magic', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', serif;
}
.title::after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: rgb(115, 155, 155);
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 110%;
}
.mainvisual{
    display: flex;
    justify-content: center;
}

.inner {
    width: 920px;
    max-width: 90%;
    margin-inline: auto;
}

.inner p {
    margin-bottom: 20px;
}

.forsale {
    background-color: #c8cfc9;
}

.item_wrap {
    display: flex;
    /* justify-content: space-between; */
    gap:60px 5%;
    flex-wrap: wrap;
}

.item {
    width: 30%;
    position: relative;
}
.pickup{
    position: absolute;
    top: -20px;
    right: 0px;
    width: 80px;

}

.more_link {
    text-align: right;
    margin-top: 20px;
}

.message {
    background-image: url(../images/bg_farm.jpg);

    background-size:cover;
    background-attachment: fixed;
}

.message_img {
    width: 200px;
    float: right;
    margin-left: 15px;
}

.marker {
    background-color:rgb(146, 238, 238);
}
.company{
    background:rgb(212, 221, 209);

}
.company_table{
    width: 100%;
}
.company_table th,
.company_table td {
    border-bottom: 1px solid #18491d;
    padding: 10px;
}
.totop{
    position: fixed;
    bottom: 10px;
    right: 10%;
    z-index: 10;
}
.totop a{
    display: inline-block;
    background-color: #4d91a2;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 10px;
    opacity: 0.8;
}
footer{
    background-color: #e5c2c2;
    color: #fff;
}
.copyright{
    text-align: center;
    padding: 10px;
    font-size: 14px;
}
/* 下層ページ company.html*/
.profile_img{
    width: 200px;
    float: left;
    margin: 0 10px;

}
.access_wrap{
    display: flex;
    justify-content: space-between;

}
.access_map ,
.accsess_info{
    width: 49%;

}
.access_map iframe{
    width: 100%;
}
.accsess_info{
    padding-left: 10px;
}
.accsess_info dt{
    font-weight: bold;
}
.accsess_info dd{
    border-bottom: 1px dashed #071134;
    padding: 10px 0;
    margin-bottom: 20px;
}
/* 農業体験 */
.mainvisual2{
    padding: 50px 0;
}
.inner_wrap{
    display: flex;
    justify-content: center;
}
.gaide{
    max-width: 920px;
    margin-inline: auto;
}
.inner_ev{
    padding: 0 20px;
}
.ev_p{
    padding-bottom: 10px;
    text-align: left;
    
}
.time_table{
    background: rgb(175,231,244);
background: linear-gradient(180deg, rgba(175,231,244,1) 44%, rgba(216,241,223,1) 100%);

}
.ev_table{
    background-color: #fff;
    width: 90%;
}
.ev_table tr,
.ev_table th,
.ev_table td{
    border: #071134 solid 1px;
    padding: 10px;
}
.ev_table2{
    width: 90%;
    }
.ev_table2 th,
.ev_table2 td{
    text-align: left;
    border-bottom: #071134 solid 1px;
    padding: 10px;
    
}
.atenstion1{
    background:rgb(203, 216, 199);
background: linear-gradient(180deg, rgba(238,245,230,1) 94%, rgba(216,241,223,1) 100%);

}
.atenstion{
    list-style: disc;
    padding-bottom: 10px;
}
.btn1 a{
    display: inline-block;
    color: #fff;
    background-color: rgb(107, 181, 181);
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;

   
}
.btn1{
    display: flex;
    justify-content: center;
}
.inner_contact iframe{
    max-width: 100%;
    top: 0;
    bottom: 0;
}
.item_wrap{
    display: flex;
    justify-content: center;
}


/* スマホ対応 */
@media screen and (max-width: 768px) {
    .totop a{
        font-size: 12px;
    }
    .gnav ul{
        flex-wrap: wrap;
        
    }
    .gnav a{
        padding: 15px 10px;
    }
    .title{
        font-size: 30px;
    }
    .toggle {
        display: block;
        position: fixed;
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        z-index: 3;
     }
  
     .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #333;
        transition: 0.35s ease-in-out;
        left: 6px;
     }
  
     .toggle span:nth-child(1) {
        top: 9px;
     }
     .toggle span:nth-child(2) {
        top: 18px;
     }
     .toggle span:nth-child(3) {
        top: 27px;
     }
  
     .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
     }
  
     .toggle.active span:nth-child(2),
     .toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
     }
     .gnav {
        background-color: #e5c2c2;
     }
     
     .gnav ul {
        display: flex;
        justify-content: center;
     }
     
     .gnav a {
        font-size: 18px;
        text-decoration: none;
        padding: 15px 40px;
        display: block;
     }
  
     .gnav {
        width: 80%;
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -110%;
        transition: ease 0.7s;
        z-index: 10;
     }
  
     .gnav.active {
        top: 80px;
     }
  
     .gnav ul {
        display: block;
     }
  
     .gnav a {
        text-align: center;
     }
  
     .gnav li + li a {
        border-top: 1px solid #1c1d1d;
     }
  }
  
@media screen and (max-width: 560px) {
    h2{
        font-size: 18px;
    }
    p{
        font-size: 12px;
    }
    .gnav a{
        font-size: 12px;
        
    }
    .item{
        width: 90%;
        margin-inline: auto;
    }

.center{
    text-align: center;
}
.profile_img,
.message_img{
    width: 50%;
}
.access_wrap{
    display: flex;
    flex-wrap: wrap;

}
.access_map ,
.accsess_info{
    width: 90%;
    margin-inline: auto;

}
.company_table,
.accsess_info{
    font-size: 12px;
}
}

