@charset "UTF-8";


/*-----------------------------------------------
　　top mv
*------------------------------------------------*/
.mv-wrap {
    width: 100%;
    margin:110px  auto 0;
    position: relative;
}
.mv-ribbon{
	width:10vw;
	position: absolute;
	top:0;
	right:3%;
	text-align: center;
	background: #af8746;
	color: #FFF;
	z-index: 3;
/*	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8vw;
	line-height: 1.4;
	font-weight: 500
*/
}
.mv-ribbon .mv-ribbon-txt{
	padding: 2.2vw;
}

.mv-ribbon-deco{
	position: absolute;
	bottom:-2vw;
	left:0;
	right:0;
	margin: auto;
	width:100%;
	height:0;
	padding-bottom: 2vw;
    background:linear-gradient(to top left, transparent 50%, #af8746 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to top right, transparent 50%, #af8746 50%) top right / 50% 100% no-repeat;
}

.mv-txt-wrap{
	width:30%;
	position: absolute;
	top:12%;
	left:10%;

}
.mv-copy{
	text-align: center;
	font-weight: 500;
	font-size:1.6vw;
	margin-top: 2em
}
.mv-slide-wrap{
	width:47%;
	position: absolute;
	top:16%;
	right:10%;
	border-radius: 60px;
	overflow: hidden;
}

.info-wrap{
	position: relative;
	margin: -12vw auto auto;
	padding-bottom: 5vw;
}
.info-inn{
	width:90%;
	margin: 0 auto;
	max-width: 1296px;
	padding: 20px 40px;
	border-radius: 30px;
	background:rgba(255,255,255,0.85);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.info-ttl{
	font-size:30px;
	color:#af8746;
	font-weight: 600;
	white-space: nowrap;
	margin-right: 2em
}
.info-item{
	display: flex;
	flex-wrap: wrap;
	font-size:16px;
}
.info-item .info-date{
	font-weight: 600;
	margin-right: 3em
}
.info-item .info-txt{
	max-width: 788px;
	white-space: pre-wrap
}

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

}
@media only screen and (max-width: 768px) {
	.mv-wrap{
			margin-top: 16.6vw
		}

	.mv-ribbon{
		width:14vw;
		right:4vw
	}
	.mv-txt-wrap{
		width:90%;
		position: absolute;
		top:10vw;
		left:5%;

	}
	.mv-txt-wrap img{
		width:50%;
		margin: 0 auto
	}
	.mv-copy{
		text-align: center;
		font-weight: 500;
		font-size:4vw;
		margin-top: 1em
	}
	.mv-slide-wrap{
		width:50%;
		position: absolute;
		top:72vw;
		right:4%;
		border-radius: 6vw;
		overflow: hidden
	}
	
	
	.info-wrap{
		position: relative;
		margin: -26vw auto auto;
		padding-bottom: 6vw;
	}
	.info-inn{
		width:85%;
		margin: 0 auto 0 5%;
		max-width: inherit;
		padding:3vw 4vw ;
		border-radius: 4vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap
	}

	.info-ttl{
		font-size:5.4vw;
		margin-right: 0;
		line-height: 1
	}
	.info-item{
		display: flex;
		flex-wrap: wrap;
		font-size:3.2vw;
		margin-top:0.5em
	}
	.info-item .info-date{
		font-weight: 600;
		margin-right: 0;
	}
	.info-item .info-txt{
		width:100%;
		max-width: inherit;
	}


	
}

/*-----------------------------------------------
　　top 次回のマルシェ
*------------------------------------------------*/
.next-event{
	margin: 60px auto 0;
	
}

.next-event .top-box{
	padding-bottom: 60px;
		position: relative

}
.next-event .next-image{
	width:66%;
	border-radius: 60px;
	overflow: hidden
}
.next-event .next-info{
	position: absolute;
	bottom:0;
	left:55%;
	width:46%;
	padding: 35px 0;
	border-radius: 30px;
	background-image: url("../img/common/bg_asanoha.jpg");
	background-size: 15%;
	background-color: #e8cfad
}
.next-event .next-info .next-ttl{
	font-size:26px;
	color:#fff;
	display: inline-block;
	background: #af8746;
	padding: 0 50px;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em
	
}
.next-event .next-info .next-date{
	padding: 10px 50px;
	font-size:54px;
	font-weight: 700;
	line-height: 1;
}
.next-event .next-info .next-place{
	padding: 0 50px;
	font-size:33px;
	font-weight: 700;
	line-height: 1.2
}


@media only screen and (max-width: 768px) {
	.next-event{
		margin: 4vw auto 8vw;

	}

	.next-event .top-box{
		padding-bottom: 0;
		position: relative

	}
	.next-event .next-image{
		width:90%;
		margin: 0 0 0 auto;
		border-radius: 6vw;
		overflow: hidden
	}
	.next-event .next-info{
		position: relative;
		margin-top: -6vw;
		left:0;
		width:80%;
		padding: 4vw 0 4vw;
		border-radius: 4vw;
		background-image: url("../img/common/bg_asanoha.jpg");
		background-size: 15%;
		background-color: #e8cfad
	}
	.next-event .next-info .next-ttl{
		font-size:3.6vw;
		padding: 0 4vw;
		border-top-right-radius: 2em;
		border-bottom-right-radius: 2em	
	}
	.next-event .next-info .next-date{
		padding: 2vw 4vw;
		font-size:6vw;
		line-height: 1;
	}
	.next-event .next-info .next-place{
		padding: 0 4vw;
		font-size:3.6vw;
		line-height: 1.2
	}
}


/*--コンセプト--*/
.concept-box{
	padding: 80px 0;
	font-weight: 600;
	text-align: center
}
.concept-ttl{
	font-size:32px;
}
.concept-txt{
	font-size:20px;
	margin-top: 1em;
	line-height: 2.2
}

@media only screen and (max-width: 768px) {
	.concept-box{
		padding: 8vw 0 0;
	}
	.concept-ttl{
		font-size:5.4vw;
	}
	.concept-txt{
		font-size:3.6vw;
		margin-top: 1em;
		line-height: 2.2
	}
	
}


/*--日付カウント--*/

.next-date-count{
	wisth:100%;
	position: relative;
	overflow: hidden
}
.next-date-count .count-base{
	position: relative;
	z-index: 2;
	width:50%;
	max-width: 530px;
	margin: 0 auto;
}
.next-date-count::after{
	position: absolute;
	content:'';
	width:100%;
	height:4px;
	background: #30acb0;
	bottom:0;
	left:0;
}

.next-date-count .count-txt{
	position: absolute;
	z-index: 3;
	bottom:0.2em;
	left:0;
	right:0;
	margin: auto;
	text-align: center;
	line-height: 1;
	font-weight: 600
}

.next-date-count .count-txt .txt1{
	font-size:23px
}
.next-date-count .count-txt .next-date{
	font-size:86px;
	color:#c73636
}
.next-date-count .count-txt .txt2{
	font-size:48px
}

@media only screen and (max-width: 768px) {
	.next-date-count .count-base{
		width:70vw;
		max-width: inherit;
	}
	.next-date-count::after{
		height:1vw;
	}

.next-date-count .count-txt{
	position: absolute;
	z-index: 3;
	bottom:0.2em;
	left:0;
	right:0;
	margin: auto;
	text-align: center;
	line-height: 1;
	font-weight: 600
}

.next-date-count .count-txt .txt1{
	font-size:4vw
}
.next-date-count .count-txt .next-date{
	font-size:12vw;
}
.next-date-count .count-txt .txt2{
	font-size:8vw
}
}

/*-----------------------------------------------
　　top コンテンツ
*------------------------------------------------*/

.contents{
	padding: 80px 0 100px;
	background: #fff
}

.contents-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.contents-wrap a{
	display: block;
	padding-bottom: 50px;
	background-image: url("../img/common/arrow.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 35px;
	height:100%;
}
.contents-wrap .content-item{
	width:calc((100% - 50px)/3);	
	margin-top: 50px;
}
.contents-wrap .content-item .item-ttl{
	width:80%;
	background: #30acb0;
	color:#fff;
	text-align: center;
	font-size:22px;
	font-weight: 600;
	margin: 1em auto;
	border-radius: 2em
}
.contents-wrap .content-item .item-txt{
	font-size:16px;
	font-weight: 500;
	text-align: center
}

@media only screen and (max-width: 768px) {
	.contents{
	padding: 12vw 0  8vw;
	background: #fff;
}

.contents-wrap .content-item{
	width:calc((100% - 5vw)/2);
	padding-bottom: 10vw;
	margin-top: 6vw;
	background-size: 8vw
}
.contents-wrap .content-item .item-ttl{
	width:100%;
	background: #30acb0;
	color:#fff;
	text-align: center;
	font-size:4.0vw;
	font-weight: 600;
	margin: 1em auto 0.5em;
	border-radius: 2em
}
.contents-wrap .content-item .item-txt{
	font-size:3.6vw;
	font-weight: 500;
	text-align: center
}
}



/*-----------------------------------------------
　　問い合わせ 
*------------------------------------------------*/
.contact{
	padding: 100px 0
}












/*--- 見出し ---------------------*/
#index .sec-ttl{
	width:100%;
	text-align: center;
    font-size:52px;
	line-height: 1.2;
	padding-bottom: 40px;
	color:#af8746;
	position: inherit
}
#index .sec-ttl::after{
	position: inherit
}
@media only screen and (max-width: 768px) {
	#index .sec-ttl{
		font-size:8vw;
		padding-bottom: 4vw;
		position: inherit
	}
}
