@charset "UTF-8";
/* @content */
#market #page_header {
  background-image: url(../images/market/underlayer-main@2x.jpg);
}
/*------------------------------------
 #section10
 ------------------------------------*/
#market #section10{
	padding-top: 40px;
	margin-bottom: 90px;
}
#market #section10 .main-box{
	align-items: center;
	display: flex;
	justify-content: space-between;
}
#market #section10 .left-box,
#market #section10 .right-box{
	width: 48%;
}
#market #section10 .right-box{
	text-align: center;
}
#market #section10 .right-box .right-box__text{
	display: inline-block;
	text-align: left;
}
#market #section10 .right-box .right-box__title{
	font-size: 20px;
	margin-bottom: 20px;
}
/*------------------------------------
 #section20
 ------------------------------------*/
#market #section20{
	margin-bottom: 90px;
}
#market #section20 .about-bg{
 	background-image: url(../images/market/about_bg@2x.jpg);
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	padding: 50px 0 100px;
}
#market #section20 .about-img{
 	position: relative;
}
#market #section20 .about-img .border-img{
	text-align: right;
	position: relative;
}
#market #section20 .about-img .border-img:before{
	border: 1px solid #fff;
	border-radius: 15px;
	position: absolute;
	content: "";
	top: 10px;
	right: -10px;
	height: 430px;
	width: 650px;
}
#market #section20 .text-area{
	border-radius: 15px;
	background-color: #fff;
	bottom: -50px;
	padding: 40px 30px;
	position: absolute;
	left: 40px;
	width: 440px;
}
#market #section20 .text-area h3{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}
#market #section20 .text-area h3 + p{
	text-align: left;
}
#market #section20 .text-area p.note{
	font-size: 14px;
}
#market .btn-area{
	text-align: center;
}
/*------------------------------------
 #section21
 ------------------------------------*/
#market #section21 {
	margin-bottom: 90px
}
#market #section21 .bnr-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1920px;
	margin: 0 auto;
}
#market #section21 .bnr-area:first-of-type .giza-btn::after{
	content: none;
}
#market #section21 .bnr-area:last-child .giza-btn::before{
	content: none;
}
#market #section21 .giza-btn {
	position: relative;
}
#market #section21 .giza-btn__content {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	position: absolute;
	right: 80px;
	top: 13%;
	text-align: center;
	padding: 25px 40px 30px;
}
#market #section21 .giza-btn__content h3 {
	font-size: 22px;
	position: relative;
	padding-bottom: 25px;
}
#market #section21 .giza-btn__content h3::after {
	width: 20px;
	height: 1px;
	background: #4d268c;
	bottom: 15px;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
#market #section21 .grape .content__season {
	color: #4d268c;
}
#market #section21 .giza-btn__content .content__season {
	margin-bottom: 20px;
}
#market #section21 .giza-btn__content .button{
	color: #fff;
	padding: 5px 15px;
	border-radius: 8px;
	letter-spacing: 0.08em;
	border: 1px solid #fff;
	transition: .3s;
}
#market #section21 .giza-btn:hover .giza-btn__content .button{
	background: #fff;
	transition: .3s;
}
#market #section21 .grape .button {
	background: #4d268c;
}
#market #section21 .giza-btn:hover .grape .button{
	color: #4d268c;
	border: 1px solid #4d268c;
}

#market #section21 .pear h3::after {
	background: #e5c00c;
}
#market #section21 .pear .content__season {
	color: #e5c00c;
}
#market #section21 .pear .button {
	background: #e5c00c;
}
#market #section21 .giza-btn:hover .pear .button{
	color: #e5c00c;
	border: 1px solid #e5c00c;
}

#market #section21 .persimmon h3::after {
	background: #d66213;
}
#market #section21 .persimmon .content__season {
	color: #d66213;
}
#market #section21 .persimmon .button {
	background: #d66213;
}
#market #section21 .giza-btn:hover .persimmon .button{
	color: #d66213;
	border: 1px solid #d66213;
}

#market #section21 .rise h3::after {
	background: #ff8d8d;
}
#market #section21 .rise .content__season {
	color: #ff8d8d;
}
#market #section21 .rise .button {
	background: #ff8d8d;
}
#market #section21 .giza-btn:hover .rise .button{
	color: #ff8d8d;
	border: 1px solid #ff8d8d;
}

/*------------------------------------
 #section30
 ------------------------------------*/
#market #section30{
	margin-bottom: 90px;
}
#market .acd-area {
	margin-bottom: 60px;
}
#market .acd-area:last-child {
	margin-bottom: 0;
}
#market .acd-area .acd-img{
	margin-bottom: 30px;
	font-size: 0;
}
#market .acd-area + .acd-area{
	margin-top: 40px;
}
#market .acd-area p{
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
}
#market .acd-inner .text-link{
	color: #007f3c;
}
#market .acd-inner .text-area{
	font-size: 14px;
}
#market .acd-inner .img-area{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#market .acd-inner .img-area.area2{
	margin-top: 50px;
}
#market .acd-inner .img-area div{
	font-size: 0;
}
#market .acd-inner .img-area div + div{
	margin-left: 30px;
}
/*アコーディオン start*/
#market .acd-label{
	position: relative;
	display: block;
}
#market .acd-label:before{
	background-image: url(../images/market/plus@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 31px;
	width: 31px;
}
#market .acd-inner{
	padding: 0 30px;
    transition: .5s;
}
/*アコーディオン end*/
/*------------------------------------
 #section40
 ------------------------------------*/
#market #section40{
	margin-bottom: 90px; 
}
#market .access-flex {
	margin-bottom: 40px;
}
#market .access-flex .top-box,
#market .access-flex .bottom-box{
	display: flex;
	justify-content: space-between;
}
#market .access-flex .top-box{
	margin-bottom: 40px;
}
#market .access-flex .top-box div,
#market .access-flex .bottom-box div{
	width: 48%;
	font-size: 0;
}
/*------------------------------------
 #section50 支払い方法
 ------------------------------------*/
#market #section50{
 	margin-bottom: 80px;
 }
#market #section50 .pay-area{
	display: flex;
	justify-content: space-between;
}
#market #section50 .pay-title{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 2;
}
#market #section50 .pay-area>div{
	width: 47%;
	margin: 0;
}
#market #section50 .pay-area>div+div{
	margin: 0;
	width: 50%;
}
#market #section50 .pay-area .pay-img{
	text-align: center;
}
/*------------------------------------
 #section60 直売所情報
------------------------------------*/
#market #section60{
	margin-bottom: 80px;
}
#market #section60 .info-title{
	text-align: center;
	font-size: 20px;
}
#market #section60 .info-table{
	margin: 0 auto;
	max-width: 492px;
	width: 100%;
}
#market #section60 dl{
	align-items: center;
	border-bottom: 1px solid #d3d3d3;
	display: flex;
	padding: 20px 10px;
}
#market #section60 dl.align-top{
	align-items: flex-start;
}
#market #section60 dt{
	width: 130px;
}
#market #section60 dd{
	width: calc(100% - 130px);
	font-size: 14px;
}
#market #section60 dd ul li:nth-child(2){
	margin: 5px 0;
}
#market #section60 dd ul li a{
	background-color: #00592a;
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 2px 0;
	padding-right: 20px;
	position: relative;
	text-align: center;
	width: 265px;
}
#market #section60 dd ul li a:after{
	content: "";
	position: absolute;
	background-image: url(../images/market/fax-icon@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 19px;
	height: 12px;
	top: 50%;
	transform: translate(0,-50%);
	right: 10px;
}
/*------------------------------------
 #section70
 ------------------------------------*/
#market #section70 .access-area{
	margin-bottom: 70px;
}


@media screen and (max-width: 1650px) {
	#market #section21 .giza-btn__content {
    padding: 1.2vw;
    right: 5%;
    top: 6%;
	}
	#market #section21 .giza-btn__content h3 {
    font-size: 1.5vw;
    padding-bottom: 1.5vw;
	}
	#market #section21 .giza-btn__content .content__season {
    margin-bottom: 1.5vw;
    font-size: 1.2vw;
	}
	#market #section21 .giza-btn__content .button {
    font-size: 1.2vw;
	}
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
	#market #section10{
		margin: 0 0 40px;
		padding-top: 80px;
	}
	#market #section20,
	#market #section30,
	#market #section40{
		margin-bottom: 45px;
	}
	#market #section50,
	#market #section60{
		margin-bottom: 40px;
	}
	#market #section70 .access-area{
		margin-bottom: 35px;
	}
	#market .acd-inner .img-area.area2{
		margin-top: 30px;
	}

}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
/*------------------------------------
 #section10
------------------------------------*/
	#market #section10 .main-box{
		flex-direction: column;
	}
	#market #section10 .left-box{
		text-align: center;
		margin-bottom: 10px;
	}
	#market #section10 .left-box,
	#market #section10 .right-box{
		width: 100%;
	}
	#market #section10 .right-box .right-box__title{
		font-size: 18px;
		margin-bottom: 10px;
	}
/*------------------------------------
 #section20
------------------------------------*/
	#market #section20 .about-img .border-img img{
		height: 300px;
	}
	#market #section20 .about-img .border-img:before{
		height: 300px;
		width: 450px;
	}
	#market #section20 .text-area{
		left: 0;
		padding: 20px 15px;
		width: 360px;
	}
	#market #section20 .text-area h3{
		font-size: 18px;
	}
	#market #section20 .text-area h3+p{
		font-size: 14px;
	}
	#market #section20 .text-area p.note{
		font-size: 12px;
	}

/*------------------------------------
 #section21
------------------------------------*/
	#market #section21 {
		margin-bottom: 45px;
	}
	#market #section21 .bnr-area {
		flex-flow: column;
	}
	#market #section21 .giza-btn::before,
	#market #section21 .giza-btn::after {
		content: none;
	}
	#market #section21 .giza-btn__content {
    padding: 10px;
    right: 0;
    top: auto;
    bottom: 20px;
    left: 0;
    margin: auto;
    width: 70%;
    z-index: 1;
    box-shadow: 0px 0px 10px -1px rgba(122,122,122,0.6);
	}
	#market #section21 .giza-btn a {
    margin-bottom: 80px;
	}
	#market #section21 .giza-btn__content h3 {
    font-size: 18px;
    padding-bottom: 15px;
	}
	#market #section21 .giza-btn__content .content__season {
    margin-bottom: 10px;
    font-size: 14px;
	}
	#market #section21 .giza-btn__content .button {
    font-size: 14px;
	}

/*------------------------------------
 #section30
------------------------------------*/
	#market .acd-area p{
		font-size: 16px;
	}
	#market .acd-inner{
		padding: 0 15px;
	}
	#market .acd-check:checked+.acd-label+.acd-inner{
		padding: 10px 15px 60px;
	}
	#market .text-area{
		font-size: 14px;
	}
/*------------------------------------
 #section40
------------------------------------*/
	#market .access-flex .top-box{
		margin-bottom: 20px;
	}
/*------------------------------------
 #section50
------------------------------------*/
	#market #section50 .pay-area{
		flex-direction: column;
	}
	#market #section50 .pay-area>div{
		width: 100%;
		text-align: center;
	}
	#market #section50 .pay-area>div+div{
		text-align: left;
		width: 100%;
	}

}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
	#market #section10 .right-box .right-box__title{
		font-size: 16px;
	}
	#market #section10 .right-box .right-box__title + p{
		font-size: 12px;
	}
/*------------------------------------
 #section20
------------------------------------*/
	#market #section20 .about-bg{
		padding-bottom: 60vw;
	}
	#market #section20 .about-img .border-img img{
		height: auto;
	}
	#market #section20 .about-img .border-img:before{
		width: 100%;
		height: 100%;
	}
	#market #section20 .text-area{
		bottom: -180px;
		right: 0;
		margin: 0 auto;
		width: 90%;
	}
	#market .acd-inner .img-area.area2{
		margin-top: 15px;
	}
/*------------------------------------
 #section30
------------------------------------*/
	#market .acd-inner .img-area{
		flex-direction: column;
	}
	#market .acd-area p{
		font-size: 14px;
	}
	#market .text-area{
		font-size: 12px;
	}
	#market .acd-inner .img-area{
		margin-top: 15px;
	}
	#market .acd-inner .img-area div{
		text-align: center;
	}
	#market .acd-inner .img-area div+div{
		margin-left: 0;
		margin-top: 15px;
	}
/*------------------------------------
 #section40
------------------------------------*/
	#market .access-flex .top-box,
	#market .access-flex .bottom-box{
		flex-direction: column;
	}
	#market .access-flex .top-box{
		margin-bottom: 0;
	}
	#market .access-flex .top-box div,
	#market .access-flex .bottom-box div{
		width: 100%;
		margin-bottom: 10px;
	}
	#market .access-flex{
		margin-bottom: 10px;
	}
/*------------------------------------
 #section50
------------------------------------*/
	#market #section50 .pay-title{
		line-height: 1.6;
		font-size: 14px;
	}
	#market #section50 .pay-img{
		margin: 10px 0; 
	}
/*------------------------------------
 #section60
------------------------------------*/
	#market #section60 dl{
		flex-direction: column;
		align-items: flex-start;
		padding: 10px;
	}
	#market #section60 dt,
	#market #section60 dd{
		width: 100%;
	}



}