.hmweek .mv{

}

.hmweek .mv_sp{
	display: none;
}

.hmweek ul{
	display: flex;
	justify-content: space-between;
	margin-top:10px;
}

.hmweek ul li{
	width: 280px;
	margin-right:26px;
}

.hmweek ul li:nth-child(3){
	margin-right:26px;
}
.hmweek ul li:nth-child(4){
	margin-right:0;
}

.hmweek ul li a{
	background:#ff672b;
	border:1px solid #ff672b;
	color:#fff;
	text-align: center;
	padding:10px 0;
	box-sizing: border-box;
}

.hmweek h2{
	margin-top:20px;
	font-size:2.2rem;
	font-weight: bold;
}

.hmweek h3{
	font-size:3.0rem;
	color:#812e00;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}

.hmweek h3 span{
	background: linear-gradient(transparent 70%, #ffde00 0%);
}

.hmweek .workshop .copy{
	color:#812e00;
	text-align:center;
} 


.hmweek .workshop .copy .size_s{
	margin-top:30px;
	font-size:1.4rem;
	border:1px solid #ccc;
	padding:20px;
	box-sizing: border-box;
}

.hmweek .workshop section.item{
	margin-top:50px;
}

.hmweek .workshop section.item ul{
	display: flex;
	justify-content: flex-start;
}

.hmweek .workshop section.item ul li{
	width: 32%;
	margin-right:2%;
	margin-bottom:50px;
}

.hmweek .workshop section.item ul li p.title{
	text-align: center;
	font-size:1.8rem;
	color:#812e00;
	font-weight: bold;
	margin:20px auto 10px auto;
}
.hmweek .workshop section.item ul li:nth-child(4n){
	margin-right:2%;
}

.hmweek .workshop section.item ul li:nth-child(3n){
	margin-right:0;
}



.hmweek .workshop section.item ul li .btn{
	margin-top:0px;
}

.hmweek .workshop section.item ul li .btn a{
	background:#ff672b;
	border-radius: 0;
	padding:3px 0;
}
.hmweek .workshop section.item ul li .btn+.btn{
	margin-top:10px;
}

.hmweek .workshop section.item ul li .btn.none{
	background:#f5f2f1;
}

.hmweek .workshop section.item ul li .btn.none a{
	background:#999;
	border:none;
	color:#fff;
}

.hmweek .workshop section.item ul li .btn.cancel a{
	background:#429ce6;
	border:none;
	color:#fff;
}


.hmweek .workshop section.item ul li dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.hmweek .workshop section.item ul li dl dt{
	background:#812e00;
	color:#fff;
	padding:2px 5px;
	font-size:1.4rem;	
	width: 25%;
	text-align: center;
	margin-right:0;
	margin-bottom:10px;
	letter-spacing: 0.1em;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;

}

.hmweek .workshop section.item ul li dl dd{
	width: 70%;
	margin-bottom:10px;

}

.hmweek .workshop section.item ul li dl dd:before{
	content: none;
}

.timetable .btn a{
	color:#fff;
}

.timetable .table img{
	display: block;
	margin:40px auto 20px auto;
}

.timetable,.outline,.access,.link{
	margin:80px auto;
}

.outline ul {
	flex-wrap: wrap;
}
.outline ul li{
	width: 100%;
	text-align: center;
	margin:0;
}
.access{
	width: 592px;
	max-width: 100%;
	margin:80px auto;
}

.access .map{
	text-align: center;
	margin-bottom:50px;
}

.access .map img{
	max-width: 100%;
}

.link a{
	display: block;
	margin:0 auto;
	border-bottom:none;
}

.link a img{
	display: block;
	margin:0 auto;	
	margin-bottom:none;
}

.hmweek .workshop .copy .size_s.end{
	background:#fffeed;
	border:none;
	margin-bottom:50px;
	margin-top:0;
}

	@media screen and (max-width: 1200px){
		.hmweek nav ul{
			flex-wrap: nowrap;
		}
	}

	@media screen and (max-width: 1000px){
		.hmweek .workshop section.item ul li{
			width: 49%;
			margin-right:2%;
			margin-left:0;
		}
		.hmweek .workshop section.item ul li:nth-child(even){
			margin-right:0;
		}
		.hmweek .workshop section.item ul li:nth-child(odd){
			margin-right:2%;
		}
	}

	@media screen and (max-width: 800px){
		body,a{
			font-size:1.4rem;
		}		
		.hmweek .mv{
			display: none;
		}

		.hmweek .mv_sp{
			display: block;
			width:100%; 
		}
		.hmweek nav ul{
			flex-wrap: wrap;
		}
		.hmweek nav ul li{
			width: 49%;
			margin-right:2%;
			margin-bottom:10px;
		}
		.hmweek nav ul li:nth-child(2n){
			margin-right: 0;
		}
		.hmweek nav ul li:nth-child(3){
			margin-right:2%;
		}
		.hmweek .workshop section.item ul li p.title{
			font-size:1.6rem;
			text-align: left;
		}
		.hmweek .workshop .copy .size_s{
			text-align: left;
		}

	}

	@media screen and (max-width: 600px){
		body,a{
			font-size:1.3rem;
		}
		.hmweek h3{
			font-size:2.2rem;
		}
		.hmweek h2{
			font-size:1.8rem;
		}
		main.page .hmweek h2{
			font-size:1.8rem;
		}

		main.top h2, main.page h2{
			text-align: left;
		}
		.hmweek .workshop section.item ul li{
			width: 100%;
			margin-right:0;
		}
	}


	@media screen and (max-width: 500px){
		.hmweek ul li a{
			font-size:1.3rem;
		}
		.outline ul li{
			text-align: left;
		}
	}

	@media screen and (max-width: 350px){
		main.top .btn a{
			text-align: left;
		}
	}




/**********************************************
	2022年用色変更
****************************************************/

.hmweek.hw2022 ul li a{
	background:#3d1501;
	border:1px solid #3d1501;
	color:#fff;
}

.hmweek.hw2022 h3 span{
	background: linear-gradient(transparent 70%, #ff76a1 0%);
}

.hmweek.hw2022 .workshop section.item ul li p{
	text-align: center;
}
.hmweek.hw2022 .workshop section.item ul li p.title+p{
	margin-bottom:10px;
	font-weight: bold;
	color:#e95383;
}

.hmweek.hw2022 h3{
	color:#810000;
}

.start{
	text-align: center;

}

.start p{
	font-weight: bold;
	font-size:2.0rem;
	margin-bottom:50px;
	border:1px solid #e95383;
	display: inline-block;	
	padding:0 20px;
	color:#810000;
}

.hmweek.hw2022 .workshop section.item ul li p.special{
	text-align: left;
	font-size:1.4rem;
	margin-top:20px;
	line-height: 1.5;
}

.hmweek .workshop section.item ul li .btn a{
	background: #e95383;
	border:1px solid #e95383;
}


/**********************************************
	2023年用色変更
****************************************************/

.hmweek.hw2023 ul li a{
	background:#e45050;
	border:1px solid #e45050;
	color:#fff;
}

.hmweek.hw2023 h3 span{
	background: linear-gradient(transparent 70%, #ffb8b8 0%);
}

.hmweek.hw2023 .workshop section.item ul li .btn a{
	background:#e45050;
	border-radius: 0;
	padding:3px 0;
}
.hmweek.hw2023 .workshop section.item ul li .btn.none a {
    background: #999;
    border: none;
    color: #fff;
}