@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
        margin: 0px auto;
        width: 60%;
	}
	.main_top_in {
		position: relative;
		
	}
	.n2-ss-slider .n2-ss-layer[data-sstype=slide] {
    cursor: auto;
}
	.ttl_img {
		position: absolute;
    bottom: 7vh;
    left: -12vw;
    width: 70%;
    max-width: 100%;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
      margin: 40px auto;
    margin-bottom: 25vw;
    width: 90%;
	}
	.main_top_in {
		position: relative;
		
	}
	.n2-ss-slider .n2-ss-layer[data-sstype=slide] {
    cursor: auto;
}
	.ttl_img {
		position: absolute;
      bottom: -10vh;
    left: 0vw;
    width: 100%;
    max-width: 100%;
	}
	header.bs_header {
    background: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/main_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5vw 0px;
}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	福島の果物農家

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
.section_1 {
    background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/bg_a.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    height: 1060px;
    width: 100%;
    padding: 3rem 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 60px;
    min-height: 70vw;
    padding: 3vw 0px;
}
	.section_1 p {
  color: #593B43;
  text-align: center;
  font-size: 1.5vw;
}
	.section_1 h2 {
    text-align: center;
    background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/ttl_bg_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 260px;
    padding: 80px;
    font-size: 40px;
    margin: 0 auto;
    width: fit-content;
    padding-top: 110px;
}
.img_wrap {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 70px;
}
.img_wrap div:nth-of-type(2) img{
  margin-top: 5vw;
}
.btn {
transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
  position: relative;
  background-color: #F3AF96;
  border-radius: 40px;
  padding: 20px;
  width: 280px;
  max-width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
border:2px solid #F3AF96;
}
.btn:hover {
 background: #fff;
  color: #ff701e;
  letter-spacing: 0.15em;

}
.btn::after{
    content: '';
    border: 0;
    border-top: solid 2px #593B43;
    border-right: solid 2px #593B43;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
.btn:hover::after {
	  border-top: solid 2px #F3AF96;
    border-right: solid 2px #F3AF96;
}
h2 {
	color:#fff;
}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.section_1 {
    background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/bg_a.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    width: 100%;
    padding: 3rem 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
padding-bottom: 28vw;
}
	.section_1 p {
  color: #593B43;
  text-align: center;
}
.section_1 h2 {
    text-align: center;
    background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/ttl_bg_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    font-size: 8vw;
    margin: 0 auto;
    width: fit-content;
    padding-top: 15vw;
	}
.img_wrap {
 
}
.img_wrap div img{
     width: 80%;
    max-width: 100%;
    margin: 40px auto;
    display: block;
}
.btn {
  position: relative;
  background-color: #F3AF96;
  border-radius: 40px;
  padding: 20px;
  width: 280px;
  max-width: 100%;
  display: block;
  text-align: center;
    margin: 0 auto;
}
.btn::after{
    content: '';
    border: 0;
    border-top: solid 2px #593B43;
    border-right: solid 2px #593B43;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
	h2 {
	color:#fff;
}
}





/* ================================================================================

	桃井あい農園のこと

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.section_2 h2{  
    text-align: center;
    background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/ttl_bg_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 260px;
    padding: 60px;
    font-size: 40px;
    margin: 0 auto;
    width: fit-content;
    padding-top: 110px;
align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
	.section_2 h2::before,
.section_2 h2::after {
background-color: #fff;
    border-radius: 5px;
    content: "";
    height: 5px;
    width: 50px;
}
.section_2 h2::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(50deg); /* 傾ける */
}
.section_2 h2::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-50deg); /* 傾ける */
}
	.section_2 h3 {
		font-size:1.8vw;
	}
	.img_box_2 {
  display: flex;
 justify-content: space-around;
  align-items: center;
	max-width: 1180px;
  margin: 40px auto;
flex-direction: row;
}
	.img_box_2:nth-of-type(2) {
	 flex-direction: row-reverse;	
	}
.img_box_2 img {
  width: 48%;
}
.btn_wrap {
  display: flex;
    justify-content: center;
}
.btn_wrap .btn {
  margin: 20px;
}
	.continu {
    float: right;
	}
		.continu .continu_link {
	    position: relative;	
	    display: block;
		margin-right:30px;
	font-weight: 700;
	}
	.continu .continu_link::after {
    content: '';
    border: 0;
    border-top: solid 2px #593B43;
    border-right: solid 2px #593B43;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%) rotate(45deg);
}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.section_2 h2{  
text-align: center;
    background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/ttl_bg_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    font-size: 8vw;
    margin: 0 auto;
    width: fit-content;
    padding-top: 15vw;
    position:relative;
}
.section_2 h2::before,.section_2 h2::after {
background-color: #fff;
    border-radius: 5px;
    content: "";
  height: 5px;
    width: 30px;
    top: 60%;
	    position: absolute;
}
.section_2 h2::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(50deg); /* 傾ける */
left: 0;
}
.section_2 h2::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-50deg); /* 傾ける */
right:0;
}
	.section_2 h3 {
	    font-size: 5vw;
}
.img_box_2 {
  display: block;
    text-align: center;
    margin-bottom: 40px;
}
.img_box_2 img {
 width: 90%;
    margin: 20px auto;
    display: block;
}

.btn_wrap {
 display: block;
}
.btn_wrap .btn {
    margin: 20px auto;
}
	.continu .continu_link {
	    position: relative;	
	    display: block;
	    text-align: right;
    padding-right: 40px;
    font-weight: 600;
	}
	.continu .continu_link::after {
    content: '';
    border: 0;
    border-top: solid 2px #593B43;
    border-right: solid 2px #593B43;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
}





/* ================================================================================

	お知らせイベント情報

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.section_3 {
       margin: 120px 0;
	}
	.section_3 h2{  
    text-align: left;
    background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/ttl_bg_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    padding: 60px;
    font-size: 40px;
    /* margin: 0 auto; */
    width: fit-content;
    padding-top: 65px;
    line-height: 120%;
	position: relative;
    z-index: -1;
}
	.news_box:before {
    position: absolute;
    content: "";
    display: block;
    background: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/peach.png)no-repeat center top /100% auto;
      width: 200px;
    height: 180px;
    top: -45px;
    left: 185px;
	}

	.news_box {
       background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/box.png);
    background-repeat: no-repeat;
    background-size: cover;
padding: 80px 0;
    margin-top: -20px;
    padding-bottom: 160px;
	    position: relative;
}
 
	.news_box ul {
     display: flex;
   justify-content: center;
    flex-wrap: wrap;
   margin: 60px 0;
	}
    .news_box ul li {
    width: 45%;
	margin:20px;
	}
	.news_box ul li .post_thumb {
		    float: left;
		padding-right:20px;
		    width: 48%;
	}
	.news_box ul li .post_thumb img {
		height: 13vw;
    width: 16vw;
    border-radius: 70% 60% 75% 70%;
    object-fit: cover;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.section_3 {
		margin: 60px 0;
	}
	.section_3 h2{  
    text-align: left;
    background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/ttl_bg_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    padding: 60px;
    font-size: 8vw;
    width: 80%;
    padding-top: 60px;
    line-height: 120%;
    position: relative;
    z-index: -1;
    margin: 0 auto;
}
	.news_box:before {
    position: absolute;
    content: "";
    display: block;
    background: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/peach.png)no-repeat center top /100% auto;
      width: 140px;
    height: 180px;
    top: -16px;
    left: 250px;
	}

	.news_box {
       background-image: url(https://www.momoiainouen.com/wordpress/wp-content/themes/grbs11/img/box_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
padding: 20px 0;
    margin-top: -20px;
    padding-bottom: 60px;
	    position: relative;
}
 
	.news_box ul {
    flex-wrap: wrap;
   margin: 60px 0;
    padding: 0 20px;
	}
    .news_box ul li {
    width: 100%;
	margin:20px;
	}
	.news_box ul li .post_thumb {
		    width: 100%;
	}
	.news_box ul li .post_thumb img {
    height: 65vw;
    width: 80vw;
    border-radius: 70% 60% 75% 70%;
    object-fit: cover;
    margin: 20px auto;
	}
}





/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





/* ================================================================================

	〇〇

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}
