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

html{
	font-size: 62.5%;/*16px*62.5%=10px*/
}

body{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.6em;
	-webkit-font-smoosing:antialiased;
	-moz-osx-font-smoosing:grayscale;
}



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

main{
		max-width: 1000px;
		margin: 0 auto;
}

ul{
	list-style: none;
}

/*------------------
*
*header
*
*-------------------*/


.header{
	text-align: center;
	margin-bottom: 10vh;
}

.site-title{
	position: absolute;
/*	font-size: 3.6rem;*/
	margin: 30px;
	z-index: 99;
	width: 20%;
	border-radius: 30px;
}

.tai_5{
	border-radius: 30px;
}

.header-img{
	max-width: 100%;
}



.main_imgBox {
      height: 550px;
    overflow: hidden;
    position: relative; 
}

 .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: auto;
/*    background-position: center center;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 48s 0s infinite;
    animation: anime 48s 0s infinite; 
}

 .main_img:nth-of-type(2) {
      -webkit-animation-delay: 7s;
      animation-delay: 7s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 14s;
      animation-delay: 14s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 21s;
      animation-delay: 21s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 28s;
      animation-delay: 28s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 35s;
      animation-delay: 35s; }

@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.2) ;
         z-index:9;
    }
    100% { opacity: 0 }
}







.br{
	display: none;
}
.header-p1{
	font-size: 3.6rem;
	font-weight: bold;
	margin: 105px 0  50px 0;
}

.header-p2{
font-size: 2.4rem;
    line-height: 2.4;
}

.btn1{
	display: inline-block;
    position: relative;
    margin: 10vh;
    max-width: 30%;
}



/*------------------
*
*main
*
*-------------------*/

.secret{
	margin-bottom: 20vh;
}

.secret-title{
	margin-bottom: 3.0rem;
}



.secret-p{
	font-size: 4.8rem;
}



.shape{
	right: 0;
}

.jp-title{
	font-size: 3.6rem;
    border-bottom: 2px solid #F5B0B0;
    padding-bottom: 16px;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
	font-weight: bold;
}

.en-title{
	font-size: 2.0rem;
	margin: 2vh 0 0px;
	color: #bdbaba;
	}

.section-title{
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.9;
}

.secret-text{
	font-size: 2.0rem;
	line-height: 1.7;
    text-align: justify;
}

.sp-br{
	display: block;
}
.shape-section{
	display: flex;
	align-items: center;
}

.shape-section-img{
	max-width: 40%;
	margin: 30px 0;
}

.shape-section-img > img {
  border-radius: 30px;
}

.shape-p{
	margin:0 30px;
}


/*りんごの種類*/

.jp-title2{
	font-size: 3.6rem;
    border-bottom: 2px solid #F5B0B0;
    padding-bottom: 16px;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
	font-weight: bold;
	text-align: right;
}

.en-title2{
	font-size: 2.0rem;
	margin: 2vh 0 0px;
	color: #bdbaba;
	text-align: right;
}


.type-title1{
	font-size: 3.0rem;
	font-weight: bold;
	margin: 100px 0 10px 0;
	text-align: center;
}


.type-title{
	font-size: 3.0rem;
	margin: 10px;
/*	position: absolute;*/
	
	
}
.type-class{
	padding: 10px;
	margin-left: 100px;
    /* justify-content: left; */
    width: 550px;
}

.type-contents{
	display: flex;
/*	padding: 20px;*/
	justify-content: center;
}

.type{
	list-style: none;
  	background-color: #ffffff;
  	margin: 0 10px;
  	padding: 10px;
	margin: 20px;
}

.season-p{
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.7;
 	margin: 3vh;
}

.type1-p{
	font-size: 2.0rem;
	line-height: 1.7;
	text-align: left;
    text-align: justify;
	
}

.type-jpg{
	max-width: 30%;
}

.type-img{
	width: 60%;
    text-align: center;
    margin: 0 auto;
    display: block;
/*
	width: 100%;
	border-radius: 30px;
*/
}


/*商品の種類*/

.hr{
	border:none;
	border-top:dotted 2px #F5B0B0;
	color:#ffffff;
}


.product-type {
	text-align: center;
	margin-bottom: 10vh;
}


.type-title2{
	font-size: 3.0rem;
	font-weight: bold;
	margin: 100px 0 45px 0;
	text-align: center;

}

.type2-p{
	font-size: 2.0rem;
	line-height: 1.7;
	text-align: left;
    text-align: justify;
	
}

.title2-img{
	max-width: 100%;
	height: auto;
}

.gifts{
	display: flex;
	align-items: center;
	position: relative;
	margin: 20px;
}

.gifts-1{
	width: 200px;
}

.house{
	display: flex;
	align-items: center;
	margin: 20px;
}

.assort{
	display: flex;
	align-items: center;
	margin: 20px;
}

.type-title{
	font-size: 2.4rem;
	text-align: center;
}

.type-p{
	font-size: 2.0rem;
	line-height: 1.7;
/*	text-align: left;*/
}


.btn2{
	display: inline-block;
    position: relative;
    margin: 10vh;
    max-width: 35%;
}

/*農園の秘密*/

.farm{
/*	margin-bottom: 150px;*/
}

.tab-group{
  display: flex;
  justify-content: center;
  margin: 0 80px;
}
.tab{
  flex-grow: 1;
  padding:5px;
  list-style:none;
/*  border:solid 1px #CCC;*/
  text-align:center;
  cursor:pointer;
}

.img{
	width: 40%;
}

/*
.panel-group{
  height:100px;
  border:solid 1px #CCC;
  border-top:none;
  background:#eee;
}
*/
.panel{
  display:none;
}
.tab.is-active{
/*  background:#F00;*/
/*  color:#FFF;*/
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}



.farm-title{
	margin-bottom: 30px;
}

.about1{
	position: relative;
	margin-top: 60px;
	height: 500px;
}


.farm-img{
	max-width: 50%;
	height: auto;
/*	margin: 30px;*/
	margin-left: auto;
	
}

.farm-img > img {
	border-radius: 30px;
}

.about-group{
	width: 550px;
/*	height: 350px;*/
	position: absolute;
	top: -250px;
    justify-content: space-between;
    text-align: left;
/*    background: #f9f4f5;*/
	border-radius: 30px;
	position: relative;
}

.about-title{
	font-size: 30px;
	text-align: left;
margin:20px 0;
}
.hr2{
	margin: 0 67px 0 0;

}


.about-text{
	font-size: 2.0rem;
	line-height: 1.7;
/*    text-align: left;*/
    text-align: justify;
    margin: 20px 70px 0 0;
}

.about2{
/*		font-size: 2.0rem;*/
/*	line-height: 1.7;*/
/*    text-align: left;*/
/*    text-align: justify;*/
/*    margin: 20px 70px 0 0;*/
/*	display: none;*/
	
}

.about3{
/*	font-size: 2.0rem;*/
/*	line-height: 1.7;*/
/*    text-align: left;*/
/*    text-align: justify;*/
/*    margin: 20px 70px 0 0;*/
}

.about4{
/*	font-size: 2.0rem;*/
/*	line-height: 1.7;*/
/*    text-align: left;*/
/*    text-align: justify;*/
/*    margin: 20px 70px 0 0;*/
}





/*------------------
*
*footer
*
*-------------------*/

.footer{
	background-color: #feedea;
	background-size: cover;
	padding: 10vh 0;
}

.footer-title{
	font-size: 3.0rem;
	margin: 0 auto;
}



.footer p {
	text-align: center;
}

.footer-topics{
	font-size: 2.0rem;
	display: flex;
	justify-content: center;
	padding: 5vh 0;
	color: #000000;
}

.menu-items{
	margin: 10px;
}

.menu-items > a {
	color: #000000;
}

.copyright{
	bottom: 30px;
}






@media screen and (max-width:640px){

html{
	font-size: 62.5%;/*16px*62.5%=10px*/
}

body{
	font-size: 1.6em;/*16px*62.5%=10px*/
}

main{
	max-width: 400px;
	margin: 0 auto;
}
/*
------------------
*
*header
*
*-------------------
*/
	
	.header{
	margin-bottom: 20px;
	}
	
.site-title {
    font-size: 1.5rem;
    margin: 10px;	
	}
	
.main_imgBox {
    height: 200px;
	}
	
.br{
	display: block;
}
	
.header-p1 {
	font-size: 1.7rem;
	line-height: 1.5rem;
	margin: 40px 0 20px 0;
	}
	
.header-p2 {
font-size: 1.2rem;
line-height: 1.9;
}
	
.btn1 {
    display: inline-block;
    position: relative;
	margin: 20px;
	max-width: 60%;
	}
	
/*------------------
*
*main
*
*-------------------*/

.jp-title {
	font-size: 1.5rem;
    border-bottom: 1px solid #F5B0B0;
    padding-bottom: 16px;
    width: 94%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
/*    font-size: 1.5rem;*/
	}
	
.en-title {
    font-size: 0.8rem;
	margin: 0 auto;
    padding: 10px 20px;
	}
	

	
.shape-section{
		display: block;
		text-align: center;
	}
	
	
.shape-section-img{
	text-align: center;
    max-width: 80%;
	margin: 30px 30px 20px 30px;		
	}
	
.section-title {
    font-size: 1.5rem;
	}
	
	.secret{
		margin-bottom: 40px;
	}	
	
	
.secret-text {
    font-size: 1.2rem;
	}
	
	.secret-text2{
		text-align: center;
	}
	
/*
	.sp-br{
		display: none;
	}
*/
	
.jp-title2 {
	font-size: 1.5rem;
    border-bottom: 1px solid #F5B0B0;
    padding-bottom: 16px;
    width: 94%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
	}
	
.en-title2 {
    font-size: 0.8rem;
	margin: 0 auto;
    padding: 10px 20px;
	}
	
.type-title1 {
    font-size: 1.5rem;
	font-weight: bold;
    margin: 30px 0 10px 0;
	}
	
.type-img {
    width: 60%;
	margin: 0 auto;
	}
	
.season-p {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
	}
	
.type1-p {
    font-size: 1.3rem;
	}
	
	
.product-type {
	margin-bottom: 20px;
}
	
.type-title2 {
    font-size: 1.5rem;
    margin: 30px 0 10px 0;
	font-weight: bold;
	}	
	
.title2-img {
    max-width: 100%;
	margin: 0 auto;
	}
	
.type-title {
    font-size: 1.4rem;
	margin: 10px 0 0 0;
	}
	
.type2-p {
    font-size: 1.3rem;
    line-height: 1.5;
	}
	
	.type-contents{
		display: block;
	}	
	
	.type{
	margin: 0 30px 0 30px;
	}
	
	.hr{
		max-width: 80%;
	}
	
	.gifts{
		margin: 20px 30px 20px 20px;
/*		display: block;*/
	}
	
	.gifts-1{
/*	width: 100%;*/
		width: 120px;
		margin-right: 20px;
}

	.house{
		margin: 20px 30px 20px 20px;
/*		display: block;*/
	}
	
	.assort{
		margin: 20px 30px 20px 20px;
/*		display: block;*/
	}
	
.btn2 {
    max-width: 60%;
	margin: 20px;
	}
	
	.farm {
     margin-bottom: 40px;
	}
	
	.img{
		width: 100%;
	}
	
	.tab-group{
	margin: 0 50px 20px;	
		
	}
	
	.farm-img{
	max-width: 80%;
    margin: auto;
	height: auto;
	margin-bottom: 20px;
}
	
/*
	.no{
    width: 50%;
	}
*/
	
	.about1 {
     margin-top: 0;
	height: auto;
	}
	
	
	.type-class {
     padding: 0px; 
     margin-left: 0px; 
     justify-content: left; 
     width: auto;
	font-size: 12px;
	width: 300px;
	}
	
	
	
.about-group {
	height: auto;
/*     width: 550px; 
    /* height: 350px; 
    /* position: absolute; */
    top: 0;
    justify-content: space-between;
    text-align: left;
	/* background: #f9f4f5; */
    border-radius: 30px;
	    max-width: 100%;
}
	
.about-title {
	font-size: 1.8rem;
	margin: 0;
	text-align: center;
	}
	
	
	.hr2{
	max-width: 80%;
	margin: revert;
	}
	
.about-text {
    font-size: 1.3rem;
	margin: 10px 30px 40px 30px;	
	}

	
.tab_item {
	    line-height: 0px;
    font-size: 6px;
	}
	
/*------------------
*
*footer
*
*-------------------*/
	
	.footer-topics{
		display: block;
		text-align: center;
	    font-size: 1.3rem;
		line-height: 1.9;
	}
	
	
	.footer-title {
    font-size: 1.5rem;
	}
	
	.copyright {
	font-size: 0.6rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}

