@charset "UTF-8";

.bg-wrapper{
	wudth:100%;
	box-sizing: border-box;
	padding:50px 0;
}

h1, h2, h3, .bg-wrapper p, .bg-wrapper ol li, .bg-wrapper ul li, .bg-wrapper ul li a{
	font-family: 'Noto Sans JP', sans-serif!important;
}

h1{
	font-weight:900;
	letter-spacing:2px;
	line-height:2;
	margin-bottom:15px;
}

.bg-wrapper p{
	color:#000;
}

.bbq{
	background-color:#d3dccb;
	background-image: url("img/bg-round-wht.svg"), url("img/bg-round-wht.svg");
	background-size:80%, 70%;
	background-position: left -20% bottom -3%, right -40% top 30%;
	background-repeat: no-repeat, no-repeat;
	padding-top:0!important;
}

.odekake-fes{
	background-color:#f6e2d4;
	background-image: url("img/bg-round-wht.svg");
	background-size:50%;
	background-position: left 10% bottom 10%;
	background-repeat: no-repeat;
}

.odekake-outdoor{
	background-color:#f7deeb;
	background-image: url("img/bg-round-wht.svg");
	background-size:35%;
	background-position: right 5% top 20%;
	background-repeat: no-repeat;
	padding-bottom:20px!important;
}

.bbq-top-img{
	width:100%;
	margin:0 0 -50px;
	position:relative;
}

.top-img-flex img{
	width:50%;
}

.top-title-img{
	position:relative;
	width:40%;
	margin:auto;
	bottom:60px;
}

.top-flex, .bbq-mid-flex, .style-flex{
	justify-content: space-between;
	align-items: center;
}

.top-flex, .bbq-mid-flex{
	width:80%;
	margin:30px auto;
	padding:20px 0;
}

.bbq-caption, .flex-mid-caption{
	width:49%;
}

.bbq-caption h1{
	font-size:2rem;
	color:#1485c8;
}

.bbq-caption-img, .flex-mid-img{
	width:47%;
}

.d-slick-container{
	width:70%;
	margin:20px auto;
	padding:30px 0;
}

.flex-big-box{
	width:80%;
	margin:30px auto;
	flex-wrap: wrap;
	gap:30px;
	padding:30px 0;
}

.flex-big-box img{
	width:calc((100% - 60px)/ 3);
}

.d-caption{
	width:90%;
	margin:0 auto 30px;
}

.d-caption h1{
	font-size:1.8rem;
	color:#27933a;
}

.odekake-title{
	width:65%;
	margin:30px auto;
}

.icon{
	width:20%;
}

.odekake-title h1{
	color:#27933a;
	font-size:2.5rem;
}

.style-wrapper{
	width:70%;
	margin:30px auto;
	padding:20px 0;
}

.mid-title{
	margin:20px 0;
	padding-bottom:20px;
}

.title-img{
	width:60%;
	margin:auto;
}

.style-wrapper h2, .style-wrapper h3{
	font-weight:900;
}

.mid-title h2{
	color:#27933a;
	font-size:1.8rem;
	text-align: center;
}

.style-img-fes{
	width:50%;
}

.style-comment-fes{
	width:46%;
}

.style-wrapper h3{
	font-size:1.6rem;
	margin-bottom:15px;
}

.style-wrapper .new-item-list{
	margin-top:20px;
}

.style-wrapper .mens, .style-wrapper .mens .new-item-list li, .style-wrapper .mens p{
	text-align: right!important;
}

.wmns{
	margin-bottom:50px;
}

.wmns h3{
	color:#c21477;
}

.mens h3{
	color:#1e86c9;
}

.style-flex-outdoor{
	align-items: flex-start;
	justify-content: space-between;
}

.style-box{
	width:48%;
}

.style-comment-out{
	width:100%;
	box-sizing: border-box;
	padding:30px 20px 0;
}

.yomo-title{
	width:70%;
	margin-bottom:20px;
}

.bold-blue{
	font-size:1.5rem!important;
	color:#344d6f!important;
	font-weight:bold;
}

/*タブレット用*/
@media screen and (max-width: 820px){

	.bbq{
		background-size:120%, 90%;
		background-position: left -150px bottom -3%, right -40% top 30%;
	}

	.top-title-img{
		width:60%;
		bottom:40px;
	}
	
	.top-flex{
		display:block;
	}
	
	.bbq-caption{
		width:90%;
		margin:auto
	}
	
	.bbq-caption-img{
		width:85%;
		margin:30px auto;
	}
	
	.d-slick-container, .bbq-mid-flex, .flex-big-box{
		width:90%;
	}
	
	.flex-big-box{
		gap:20px;
	}
	
	.flex-big-box img{
		width:calc((100% - 40px)/ 3);
	}
	
	.odekake-fes{
		background-size:80%;
		background-position: left -25% bottom 25%;
		padding-bottom:10px!important;
	}
	
	.odekake-outdoor{
		padding-top:20px!important;
		background-size:60%;
		background-position: right 5% top 25%;
	}

	.odekake-title{
		width:80%;
	}
	
	.style-wrapper{
		width:90%;
	}
	
	.style-flex{
		display: block;
	}
	
	.style-img-fes{
		width:60%;
		margin:auto;
	}
	
	.style-comment-fes{
		width:85%;
		margin:20px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.style-comment-fes .wmns, .style-comment-fes .mens{
		width:47%;
	}

}

/*スマホ用*/
@media screen and (max-width:640px){

	.top-img-flex{
		display:flex;
	}
	
	.top-title-img{
		width:90%;
		bottom:20px;
	}
	
	.bbq{
		background-size:180%, 110%;
		background-position: left -200px bottom -3%, right -50px top 30%;
	}
	
	.bbq-caption, .bbq-caption-img, .flex-mid-img, .flex-mid-caption, .flex-big-box, .title-img, .style-comment-fes .wmns, .style-comment-fes .mens, .yomo-title{
		width:100%;
	}
	
	.flex-mid-caption{
		box-sizing: border-box;
		padding:10px 20px;
	}
	
	.flex-big-box{
		gap:15px;
	}
	
	.flex-big-box img{
		width:calc((100% - 4px)/ 2);
	}
	
	.icon{
		width:60%;
		margin-bottom:5px;
	}
	
	.odekake-title h1{
		font-size:2.3rem;
	}
	
	.mid-title h2{
		font-size:1.5rem;
	}

	.style-img-fes{
		width:90%;
		margin:auto;
	}

	.style-comment-fes{
		width:85%;
		display:block;
	}
	
	.style-box{
		width:90%;
		margin:30px auto 70px;
	}
	
	.style-box:last-of-type{
		margin-bottom:30px;
	}
	
	.odekake-outdoor{
		padding:10px 0!important;
	}
	
	.everymonth-wrapper{
		margin-top:10px!important;
		padding-top:10px!important;
	}
}
/* CSS Document */

