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

/*********************************************************
					　　　　初期設定
**********************************************************/

.pc{display: block;}

.sp{display: none;}

.tb{display: none;}

.brpc{display: block;}

.brsp{display: none;}

.brtb{display: none;}
.eng{
	font-family: 'Montserrat', sans-serif;
}

/*********************************************************
*********************************************************
					ここから梨の種類ページ
*********************************************************
**********************************************************/

/*********************************************************
					梨の種類ページフェードイン
**********************************************************/

.delivery,
.price,
.sec4
 {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.breed.on,
.delivery.on,
.price.on,
.sec4.on {
  transform: translateY(0);
  opacity: 1.0;
}

.breed {
  transition: 1s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

/*********************************************************
					ここから梨の種類_メインビュー
**********************************************************/
.type_main {
	width: 100%;
	max-width: 1366px;
	height: 45vw;
	max-height: 450px;
	min-height: 160px;
	margin: 0 auto;
	background: url(../img/type_mv_img.jpg) no-repeat center / cover;

}


.type_main_h1 {
	width: 80%;
	padding-bottom: 0.05em;
	margin: 0 auto;
	border-bottom: 3px solid #fff;
	text-align: center;
	font-size: min(6vw,5.5rem);
	color: #fff;

}

.type_title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 800px;
	height: 100%;
	margin: 0 auto;
}

/*********************************************************
					ここから梨の種類_本文_section1
**********************************************************/
.sec2 {
	width: 100%;
	max-width: 1366px;
	padding: 100px 0 150px;
	margin: 0 auto;
	background-image: url(../img/top_haikei_04.jpg);
	background-repeat: repeat-y ;
	background-position: center;
}

.variety {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
/* 下からフェードイン */
	animation: fadein-bottom 1.5s 0.5s ease-out forwards;
	opacity: 0;
}

@keyframes fadein-bottom {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 100%;
		transform: translateY(0);
	}
}

.type_tag_img {
	width: 40%;
	max-width: 186px;
}

.type_detail {
	width: 85%;
	margin: 0 auto;
}

.variety-h2 {
	padding: 0 0 3px;
	border-bottom: 3px solid #8CAB6D;
	text-align: center;
	font-size: min(6.85vw,5.5rem);
	color: #8CAB6D;

}

.varietyarea {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.type_tag {
	width: 100%;
	padding-top: 80px;
	margin: 0 auto;
}

.variety_info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 4vw;
	padding: 10px 0 0;
}

.variety_text {
	line-height: 2em;
	font-size: min(4.57vw,2.2rem);
}

.type_photo_image {
	width: 30%;
}

.type_photo {
	width: 100%;
}

/*********************************************************
					ここから梨の種類_本文_section2
**********************************************************/
.pear_type {
	width: 100%;
	margin: 0 auto;
}

.breed {
	width: 87%;
	margin: 0 auto;
}

.pear_breed {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 4em 2em;
	padding: 0.8em;
	margin: 0 0 2em;
	}
.pear_titlebox{
	width: 100%;
	text-align: center;
}

.breed_title_h3 {
	padding: 100px 0 50px;
	text-align: center;
	font-size: min(8.57vw,5.5rem);
	color: #64391B;

}

.pear_breed_box {
	overflow: auto;
	min-width: 0;
	padding: 2em 0 2.2em;
	border-radius: 20px;
	background: #F5EDD6;

}


.pear_breed_box_inner {
	width: 90%;
	margin: 0 auto;

}

.pear_breed_box:nth-child(3) {
	margin-right: 0;
}
.pear_title {
	display: block;
	width: 100%;
	padding: 2px 0;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	background: #D4B455;

}

.pear_img {
	display: block;
	width: 76%;
	padding: 20px 0 18px;
	margin: 0 auto;
}

.pear_text {
	height: 48px;
	text-align: center;
	font-size: 1.8rem;
	color: #64391B;
}

.pear_size {
	width: 30%;
	margin-right: 30px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	background: #E5844E;
}

.size ,.keep {
	display: flex;
	align-items: start;
	width: 86%;
	padding-left: 10px;
	margin: 0 auto;
}

.pear_keep {
	width: 30%;
	margin-right: 30px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	background: #77543D;

}

.pear_info {
	width: 100%;
	padding: 4.4em 0 0;
}

.keep {
	margin-top: 14px;
}

.pear_titlebox {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/*********************************************************
					ここから梨の種類_本文_section3
**********************************************************/

.delivery_price {
	width: 100%;
	margin: 0 auto;
	margin-top: -40px;
	background-image: url(../img/top_haikei_04.png);
	background-repeat: repeat-y ;
	background-position: center;
	background: #F0F4EC;
}

.delivery_price_inner {
	width: 85%;
	max-width: 1366px;
	margin: 0 auto;
}

.delivery_img {
	width: 72%;
	max-width: 186px;
}

.delivery_img_sp {
	display: none;
}

.delivery-h2 {
	padding: 100px 0 3px;
	border-bottom: 3px solid #8CAB6D;
	text-align: center;
	font-size: min(6.85vw,5.5rem);
	color: #8CAB6D;
}

.delivery {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.deliveryarea,
.delivery_textarea  {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.delivery_textarea {
	padding-top: min(3vw , 32px);
}


.delivery_info {
	display: flex;
	width: 100%;
	max-width: 750px;
	padding-top: min(3vw , 32px);
	margin: 0 auto;
}

.delivery_info img {
	width: calc(100% /2 - 2%);
	padding-right: 4%;
}
.delivery_info img:nth-child(2) {
	padding-right: 0;
}

.delivery_text {
	padding: 6px 0 0 0;
	text-align: center;
	font-size: min(4.57vw,2.2rem);
	line-height: 1.8em;
}


.price-h2 {
	padding: 100px 0 3px;
	border-bottom: 3px solid #8CAB6D;
	text-align: center;
	font-size: min(6.85vw,5.5rem);
	color: #8CAB6D;
} 

.price {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

.pricetag {
	position: absolute;
	top: 70px;
	left: -16px;
	width: 40%;
	max-width: 186px;
}

.pricearea {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.pear_kg {
	padding: 6px 40px;
	border: solid 1px #64391B;
	color: #fff;
	background-color: #BAA38B;
}

.pear_price {
	padding: 6px min(9.8vw,100px);
	border: solid 1px #64391B;
	text-align: center;
	color: #64391B;
	background-color: #fff;

}

.price_info {
	width: 100%;
	padding: 60px 0 0;

}

.price_inner {
	display: flex;
	justify-content: center;
	align-items: start;
	width: 100%;
	gap: 0 4vw;
}

.pricelist {
	border: solid 2px #64391B;
	font-size: min(2.13vw,2.7rem);
}

.price_annotation {
	text-align: right;
	font-size: min(4.57vw,1.8rem);
}

.delivery_price_info {
	max-width: 750px;
	padding: 50px 0 100px;
	margin: 0 auto;
	text-align: left;
	font-size: 2.2rem;
}

/*********************************************************
					ここから梨の種類_本文_section4
**********************************************************/

.sec4 {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	background-image: url(../img/top_haikei_04.jpg);
	background-repeat: repeat-y ;
	background-position: center;
}

.harvest {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.sec4_inner {
	width: 85%;
	margin: 0 auto;
}

.delivery_h2,
.harvest-h2 {
	padding: 100px 0 3px;
	text-align: center;
	border-bottom: 3px solid #8CAB6D;
	font-size: min(6.85vw,5.5rem);
	color: #8CAB6D;
} 

.harvestarea {
	width: 100%;
	max-width: 800px;
	position: relative;
	margin: 0 auto;
}

.harvest_info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 4vw;
	padding: 60px 0 0;
}

.harvest_text {
	padding: 6px 0 0 0px;
	font-size: min(4.57vw,2.2rem);
	line-height: 1.8em;
}

.harvest_photo {
	width: 38%;
}

.chart {
	width: 100%;
	max-width: 1000px;
	padding: 80px 0 200px;
	margin: 0 auto;
}

.chart_info {
	text-align: right;
	font-size: min(4vw,1.6rem);
	color: #64391B;
}

.chart_img {
	width: 100%;
}

.harvest_img {
	width: 48%;
	max-width: 186px;
}
/*********************************************************
					ここからフッター上イメージ
**********************************************************/
.type_footer_photo_img {
	width: 100%;
	height: 30vw;
	max-height: 450px;
	min-height: 160px;
	background: url(../img/footer_img.jpg) no-repeat center / cover;

}

/*************************************************************************************
			ここからメディアクエリ(タブレット）1000px
**************************************************************************************/

@media screen and (max-width: 1000px){
	.pc{display: none;}
	.sp{display: none;}
	.tb{display: block;}
	.brpc{display: none;}
	.brsp{display: none;}
	.brtb{display: block;}

	.wrapper {
		width: 100%;
		background-image: url(../img/top_haikei_04_1000px.jpg);
		background-repeat: repeat-y ;
		background-position: center;
	}

/*********************************************************
					1000px以下ではフェードインなし
**********************************************************/

.fadein2 {
	transition: unset;
	transform: none;
	opacity: 1;
}

/*********************************************************
					ここから梨の種類_本文_section1
**********************************************************/
.variety_text {
	font-size: min(4.57vw,1.8rem);
	padding-top: 4vw;
}

.variety {
	padding: 0 0 80px 0;
	/* 下からフェードイン無効 */
	opacity: 1;
	animation: none;
}

.type_photo_image {
	width: 100%;
}

.sec2 {
	padding: 100px 0 0 ;
	background-image: none;
}
/*********************************************************
					ここから梨の種類_本文_section2
**********************************************************/
.breed {
	width: 100%;
	background: #F5EDD6;
}

.pear_type {
	width: 87%;
}

.breed_title_h3 {
	padding: 50px 0 50px;
}


.pear_breed_box {
	position: relative;
	padding: 2em 0 2.2em;
	border-bottom: 1px dotted #000;
	border-radius: 0;
	background-color: transparent;

}

.pear_breed_box:last-of-type {
	border-bottom: 0;
}

.pear_breed_box:nth-of-type(2n+1):after {
	position: absolute;
	right: 0;
	top: 2em;
	content: "";
	width: 100%;
	height: calc(100% - 4.2em);
	border-right:1px dotted #000 ;
}

.pear_breed {
	grid-gap: 0;
}

@media screen and (max-width: 630px){
	.pear_breed_box:nth-of-type(2n+1):after {
		border-right:0 ;
	}
}
/*********************************************************
					ここから梨の種類_本文_section3
**********************************************************/
.delivery_text {
	font-size: min(4.57vw,1.8rem);
}

.delivery_price {
	background-color: transparent;
	background-image: none;
}

/*********************************************************
					ここから梨の種類_本文_section4
**********************************************************/
.delivery_img_sp,
.harvest_img {
	position: absolute;
	top: 60px;
}

.delivery_img_sp {
	display: block;
}
.delivery_img {
	display: none;
}

/*********************************************************
					section5
**********************************************************/
.sec4 {
	background-image: none;
}
}





/*********************************************************************************
			   ここからメディアクエリ(SP） 750px
**********************************************************************************/

@media screen and (max-width: 750px){
	.pc{display: none;}
	.sp{display: block;}
	.brpc{display: none;}
	.brsp{display: block;}

	.wrapper {
		background-image: url(../img/top_haikei_04_500px.jpg);
	}

/*********************************************************
					ここから梨の種類_メインビュー
**********************************************************/

.type_main {
	position: relative;
	width: 100%;
	max-width: 750px;
	height: 48vw;
	max-height: 450px;
	min-height: 160px;
	padding-top: 0px;
	background: url(../img/type_mv_img_sp.jpg) no-repeat center / cover;

	
}

.type_main_h1 {
	text-align: center;
	font-size: min(7.5vw,4.5rem);
}

/*********************************************************
					ここから梨の種類_本文_section1
**********************************************************/
.variety_info {
	flex-direction: column;
}

.variety_textarea {
	order: 2;
}

.type_photo_image {
	order: 1;
}

.type_tag {
	padding-top: 50px;
}

.sec2 {
	padding: 100px 0 0 0 ;
}
/*********************************************************
					ここから梨の種類_本文_section2
**********************************************************/
.breed {
	width: 100%;
	margin: 0 auto;
}

.pear_type {
	width: 100%;
}

.pear_text {
	font-size: min(4.57vw,1.8rem);
}
/*********************************************************
					ここから梨の種類_本文_section3
**********************************************************/


.delivery_info {
	align-items: center;
	padding: 50px 0 0;
}


.price_info {
	padding: 50px 0 0;
}

.pricetag {
	top: 55px;
}

.price_inner {
	display: block;
}

.pricelist {
	width: 100%;
}

.pricelist {
	font-size: min(4.57vw,1.8rem);
}

.price_photo {
	width: 100%;
}

.delivery_price_info {
	padding: 1.2em 0 0 0;
	font-size: min(4.57vw,1.8rem);
}

.price_annotation {
	padding: 0 0 2em 0;
	font-size: min(4.57vw,1.8rem);
}
.harvest_info {
	display: block;
}
/*********************************************************
					ここから梨の種類_本文_section4
**********************************************************/
.harvest_photo {
	width: 100%;
	padding: 2vw 0 0 0;
}

.harvest_text {
	font-size: min(4.57vw,1.8rem);
}

.harvest_info {
	padding: 3vw 0 0;
}

.chart {
	padding: 80px 0 100px;
}
/*********************************************************
					ここからフッターイメージ_footerimage
**********************************************************/
.type_footer_photo_img {
	width: 100%;
	height: 30vw;
	max-height: 450px;
	min-height: 160px;

	background: url(../img/footer_img_sp.jpg) no-repeat center / cover;
}

.delivery_img {
	display: none;
}

.delivery_img_sp,
.harvest_img {
	top: 60px;
	left: -16px;
	width: 40%;
	max-width: 186px;
}
}
