@charset "UTF-8";
/* CSS Document */


@media screen and (min-width: 0px) and (max-width: 768px) {

.pc-no {
    display: inline;
}

.sp-no {
    display: none;
}    

main{
    font-size: 100%;
    font-weight: 600;
}
    
h1{
    margin: 0;
    font-size: 130%;
    line-height: 42px;
    z-index: 15;
}
    
.anchor {
    padding-top: 0px;
    margin-top: 50px;
}
    
h3 {
    font-size: 140%;
}    

h3.business_title {
    width: 100%;
}
    
.l-header {
    display: block;
    z-index: 997;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
    
.p-header__title{
    width: 60%;
    z-index: 50;
    max-width: 250px;
}
   
.header_menu {
    width: 100%;
    margin: 0px -100% 0 0;
    display: flex;
    justify-content: flex-end;
}
    
.p-header__hamburger {
    display: block;
}

.p-header__title a img{
    width: 100%;
    min-width: 200px;
    max-width: 400px;
}

.p-header__inner {
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    width: 90%;
    height: auto;
    max-width: 1200px;
    padding: 0;
    overflow: visible;
    background-color: #fff;
}
    
.c-hamburger {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    cursor: pointer;
    border: none;
    background-color: #fff;
}

.c-hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 28px;
    height: 2px;
    transform: translateX(-50%);
    background: #007753;
    transition: all 0.4s;
    border-radius: 50px;
}

.c-hamburger span:nth-of-type(1) {
    top: -11px;
}

.c-hamburger span:nth-of-type(2) {
    top: -6px;
}


.c-hamburger span:nth-of-type(3) {
    top: -1px;
}

.c-hamburger .c-hamburger__text {
    display: block;
    top: 5px;
    padding: 0;
    background: transparent;
    color: #007753;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.c-hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
}


.c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
}


.c-hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
}
    
.p-header__hamburger {
    margin-left: auto;
    z-index: 999;
    position: relative;
    height: 40px;
    border: none;
}

.p-header__nav {
    display: flex;
    z-index: 10;
    position: fixed;
    top: 0;
    right: -100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    background: transparent;
    font-weight: 700;
    opacity: 0;
    transition: 0.4s;
    padding-top: 80px;
    background-color: #fff;
}

.p-header__nav.is-active {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    top: 0;
    right: 0;
    opacity: 1;
    transition: 0.4s;
    background-color: #fff;
    height: 100%;
}

.p-nav {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-header__title {	
    flex-shrink: 0;
    max-width: 240px;
}
    
   
.p-nav__list {
    margin: 70px 0 0;
    display: block;
    width: 100%;
    padding: 0;
    background: #fff;
    font-weight: 600;
}

.p-nav__link{
    width: 100%;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #007753;
    text-align: left;
    font-size: 80%;
}

.p-nav__item.header_c {
    margin: 20px auto;
    width: 60%;
    max-width: 240px;
    font-size: 150%;
    padding: 5px;
}
    
.p-nav__link.header_c {
    display: flex;
    padding: 7px 0;
    font-size: 65%;
    font-weight: 600;
    border-bottom: none;
    justify-content: center;
}
    
.p-nav__link img {
    width: 32px;
    margin: 0 10px 0 0;
}

.ichiran-button{
    display: block;
    transition: all 0.3s;
    margin: 0px 0 50px;
    padding: 1px 0 0;
}
  
.ichiran-button:hover{
    opacity: 0.5;
}

ul.newsList {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 0;
}

.a_dream_farm.contact {
    padding: 0 0 60px;
    text-align: center;
}
    
.contact_button {
    width: 270px;
    padding: 15px 0px;
    font-size: 110%;
}    

.contact_button img {
    margin: 0 10px 0 0;
    width: 12%;
    max-width: 40px;
}

 .a_dream_farm.contact .a_dream_caption {
    margin: 30px auto 60px;
}
    
.news_list a {
    display: flex;
    margin: 30px 0 10px;
    border-bottom: solid 1px;
    padding: 0 10px;
    color: #C9C9C9;
    transition: .4s ease-in-out;
    flex-direction: column;
} 
    
.date {
    margin: 0;
    width: 100%;
    max-width: 122px;
    font-size: 90%;
    font-weight: 500;
    color: #007656;
}

.news_container {
    margin: 10px auto 50px;
    width: 100%;
} 
    
.yazirusi::after {
    content: '';
    width: 30px;
    height: 6px;
}  
    
.news_page_list {
    margin: 0 30px 5px 0;
    width: 100%;
    font-size: 85%;
    line-height: 180%;
}
    
.more_about.news {
    margin: 0 auto 20px;
    width: 180px;
}  

    
    
/***FOOTER***/

    
.pagetop {
    width: 10%;
    max-width: 60px;
    position: fixed;
    right: 1%;
    bottom: 25%;
    z-index: 20;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    
    transition: all 0.3s;
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 10px;
}

.footer{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
}

#drone {
    position: absolute;
    margin: -180px 0 0;
    width: 100px;
    animation: drone 6s ease-in-out infinite alternate;
}
 
.footer_info {
    margin: 75px 50px 0;
    max-width: 1200px;
    padding: 0;
}
    
.footer_info img{
    margin: 0 auto;
    width: 250px;
    display: block;
}

.footer_about {
    margin: 10px 0 0;
    position: relative;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 100%;
}

.footer_adress {
    margin: 5px 0 0;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: 80%;
    line-height: 150%;
}
    
footer small {
    text-align: center;
    padding: 15px 0;
    line-height: 20px;
}

    
}