.hmweek .mv img{
	display: block;
	margin: 0 auto;
}

.hmweek .mv_sp{
	display: none;
}
.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:3.2rem;
	font-weight: bold;
}

.hmweek h3{
	margin-top:50px;
	font-size:2.2rem;
	color:#333;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}

.talkshow h3,.workshop h3{
	display: flex;
	background: #fff;
	color:#0c3287;
	text-align: center;
	font-weight: 900;
	padding:10px 0;
	vertical-align:middle;
	align-items: center;
 	justify-content: center;
 	border:1px solid #0c3287;
}

.talkshow h3 span,.workshop h3 span{
	font-size:1.6rem;
	margin-right:20px;
	vertical-align:middle;
}


.time{
	color:#0c3287;
	text-align: center;
	padding:5px 20px;
	font-size:2.0rem;
	margin-bottom:30px;
}

.time span{
	font-size:1.6rem;
}


.talkshow .flex{
	display: flex;
}

.talkshow .flex .img{
	width: 33%;
	margin-right:2%;
}

.talkshow .flex .text{
	width: 65%;
}	
.talkshow .flex .text .teacher_name{
	font-size:2.6rem;
	margin-bottom:30px;
}

.talkshow .flex .text .teacher_name span{
	font-size:1.6rem;
	line-height: 1.5;
}

.workshop .main_photo{
	display: flex;
	justify-content: center;
	margin-bottom:30px;
}
.workshop ul{
	display: block;
	margin-top:30px;
}

.workshop ul li{
	width: 100%;
	font-size:1.4rem;
	margin:0;
}

.workshop .img{

}

.workshop .text{
	width: 50%;
}

.outline p{
	text-align: center;
	margin:50px auto;
}


main.top.ev221210 .btn a{
	border-radius: 0;
	background-color: #0c3287;
	color:#fff;
	border:1px solid #0c3287;
}


.hmweek .summary p{
	color:#333;
	text-align:center;
	margin:20px 0;
} 


.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;
}
.hmweek .workshop .detail{
	margin-bottom: 50px;
}
.hmweek .workshop .detail span{
	background:#0c3287;
	color: #fff;
	padding: 0 20px;
	margin-right: 20px;
}


.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;
}

.hmweek .tel{
	text-align: center;
	margin-top:20px;
}

.hmweek .tel span{
	font-size:1.4rem;
}


.start{
	text-align: center;

}

.start p{
	font-weight: bold;
	font-size:2.0rem;
	margin-top:50px;
	display: inline-block;	
	padding:0 20px;
}

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


	@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 .talkshow h3,.hmweek .workshop h3{
			display: block;
			font-size:1.8rem;
			text-align: left;
			padding:10px 20px;
			box-sizing: border-box;
		}
		.hmweek .talkshow h3 span,.hmweek .workshop h3 span{
			display: block;
		}
		.talkshow .flex{
			display: block;
		}
		.talkshow .flex .img{
			width: 100%;
		}
		.talkshow .flex .text{
			width: 100%;
		}
		.time{
			font-size:1.6rem;
			text-align: left;
		}
		.workshop .img{
		}
		.workshop .flex{
			display: block;
		}
		.workshop .text{
			width: 100%;
		}
		.hmweek .summary p{
			text-align: left;
		}

	}

	@media screen and (max-width: 600px){
		body,a{
			font-size:1.3rem;
		}
		.hmweek h3{
			font-size:1.6rem;
			text-align: left;
		}

		.hmweek h3 .pc{
			display: none;
		}
		.hmweek h2{
			font-size:2.0rem;
		}
		main.page .hmweek h2{
			font-size:2.0rem;
		}

		main.top h2, main.page h2{
			text-align: left;
			padding-bottom:20px;
		}
		.workshop .main_photo{
			flex-wrap: wrap;
		}
		.workshop .img:first-child{
			width: 70%;
		}
		.workshop .img{
			width: 50%;
		}		
		.outline p{
			box-sizing: border-box;
			padding:30px;
			width:100%;
		}

		.start{
			text-align: left;

		}

		.start p{
			font-size:1.6rem;
			margin-top:50px;
		}
		.hmweek .workshop .detail{
			margin-bottom: 30px;
			font-size: 16px;
		}
		.hmweek .workshop .detail span{
			display: block;
		}
		.talkshow .flex .img{
			width: 50%;
			margin: 0 auto;
		}
		.talkshow .flex .img img{
			display: block;
			margin: 0 auto;
		}

	}


	@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;
		}
	}




/**********************************************
	「北欧のテキスタイルデザインとデザイナーの仕事」色変更
****************************************************/

.hmweek.ev221210 ul li a{
	background:#0c3287;
	border:1px solid #0c3287;
	color:#fff;
}


.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:#333;
}


.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;
}