.schedule{
	font-size: 2.0rem;
	text-align: center;
	color: #361600;
	font-weight: bold;
}

.date{
	background: #fff096;
	color: #361600;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.hmweek.hw2023 ul li a{
	background-color: #afd189;
	border: none;
	color: #fff;
	font-weight: bold;
}
.hmweek.hw2023 h3 span{
	background: linear-gradient(transparent 70%, #fff096 0%);
}
.start p{
	color: #5f4536;
    border: 1px solid #5f4536;
    margin-top: 20px;
}
.hmweek h3{
	color: #5f4536;

}
.hmweek .workshop section.item ul li p.title{
	color: #5f4536;
}
.hmweek .workshop section.item ul li dl dt{
	background: #693905;
}
.hmweek.hw2023 .workshop section.item ul li .btn a{
	background: #afd189;
	color: #fff;
	border: 1px solid #afd189;
}

.hmweek .past{
	display: flex;
	margin-bottom: 80px;
}
.hmweek .past .img{
	width:45%;
	margin-right: 5%;
}
.hmweek .past .txt{
	width: 50%;
}
.hmweek .past .txt p{
	margin-bottom: 1em;
}
.hmweek .how h3{
	margin-bottom: 80px;
}
.hmweek .how .list{
	display: flex;
	flex-wrap: wrap;
}
.hmweek .how .list .txt{
	width: 70%;
	margin-right: 5%;
	margin-bottom: 40px;
}
.hmweek .how .list .txt h4{
	font-size: 20px;
	font-weight: bold;
	color:#361600;
	margin-bottom: 10px;
}
.hmweek .how .list .img{
	width: 25%;
	margin-bottom: 40px;
}
.miniws {
	display: flex;
	margin: 80px auto;
	background: #fffadc;
	padding: 40px;
	box-sizing: border-box;
}
.miniws .txt{
	width: 60%;
	margin-right: 5%;
}
.miniws .img{
	width: 35%;
}

.miniws .txt h3{
	text-align: left;
}

.miniws .txt h4{
	font-size: 20px;
	font-weight: bold;
	color:#361600;
	margin-bottom: 10px;
}

.special{
	border: 1px solid #361600;
	padding: 40px;
	box-sizing: border-box;
}
.special h4{
	font-size: 20px;
	font-weight: bold;
}

.size_s span.under{
	font-weight: bold;
    color: #ff0000;
}

	@media screen and (max-width: 750px){
		main.top h2, main.page h2{
			font-size: 1.6rem;
		}
		.hmweek.hw2023 h3 span{
			font-size: 2.0rem;
		}
		.hmweek .how .list .txt h4{
			font-size: 1.8rem;
		}
		.hmweek .how .list .txt{
			width: 60%;
		}
		.hmweek .how .list .img{
			width: 35%;
		}
		.start p{
			font-size: 1.6rem;
		}
		.miniws{
			flex-wrap: wrap;
			padding: 20px;
		}
		.miniws .txt{
			width: 100%;
		}
		.miniws .txt h4{
			font-size: 1.6rem;
		}
		.miniws .img{
			width: 100%;
			margin-top: 40px;
		}
		.special{
			padding: 20px;
		}
		.hmweek.hw2023 .workshop section.item ul li img{
			display: block;
			width: 100%;
		}
		.hmweek .workshop section.item ul li:nth-child(odd){
			margin-right: 0;
		}
		.hmweek .past{
			display: block;
		}
		.hmweek .past .img{
			width: 100%;
			margin-right: 0;
		}
		.hmweek .past .txt{
			width: 100%;
		}
		.hmweek .how .list .txt{
			width: 100%;
			margin-right: 0;
		}
		.hmweek .how .list .img{
			width: 100%;
		}
		.hmweek .how .list{
			display: block;
		}
		.hmweek .how h3{
			margin-bottom: 40px;
		}


	}