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

.hmweek .mv_sp{
	display: none;
}
.sp{
	display: none;
}
.mv{
	margin: 0 0 30px 0;
}
.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 h1{
	margin-top:20px;
	font-size:3.6rem;
	font-weight: bold;
	text-align: center;
}
.hmweek h2{
	margin-top:20px;
	padding-bottom: 0;
	font-size:3.2rem;
	font-weight: bold;
}
main.top h2, main.page h2{
	padding-bottom: 0;
	padding-top: 0;
}
.hmweek h3{
	margin-top:50px;
	font-size:3.0rem;
	color:#333;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
.hmweek h3 span{
	text-align: center;
}
.hmweek h4{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.talkshow h3,.workshop h3{
	background: #fff;
	color:#000;
	text-align: center;
	font-weight: 900;
	padding:10px 0;
	vertical-align:middle;
	align-items: center;
 	justify-content: center;
 	border-bottom:2px solid #000;
}




.talkshow .flex{
	display: flex;
}

.talkshow .flex .img{
	margin-right:4%;
	width: auto;
}
.talkshow .flex .img:last-child{
	margin-right: 0;
	margin-left: 4%;
}

.talkshow .flex .text{
	flex: 1;
}	
.talkshow .flex .text .teacher_name{
	font-size:1.6rem;
	margin-bottom:30px;
}

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

.talkshow .time{
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 30px;
}
.talkshow .time span{
	font-size: 1.6rem;
}
.workshop .notice{
	font-size: 1.4rem;
	margin: 1em 0;
}


.workshop .img{
	width: 49%;
	margin-right:2%;
}
.workshop .img img{
	width: 100%;
}
.workshop .img+.workshop .img{
	margin-right: 0;
}
.present .text{
	width: 49%;
	margin-right:2%;	
}
.present .img{
	width: 49%;
}
.present .img img{
	width: 100%;
}
.present .flex{
	margin-bottom: 30px;
}
.outline{
	width: 592px;
	margin:50px auto;
	max-width: 100%;
}


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


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

.hmweek .summary .flex{
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.hmweek .summary .flex .date_time{
	margin-right: 50px;
	font-size: 2.0rem;
}
.hmweek .summary .flex .time{
	font-size: 2.0rem;
}
.hmweek .summary .flex .time span{
	font-size:1.6rem;
	display: block;
}


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

}
.sp{
	display: none;
}
.pc{
	display: block;
}
.start p{
	font-weight: bold;
	font-size:2.0rem;
	margin-top:50px;
	padding:0 20px;
}
.text_center{
	text-align: center;
}


	@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 .text{
			width: 100%;
		}
		.hmweek .summary p{
			text-align: left;
		}
		.hmweek h1{
			font-size: 2.6rem;
		}
		.outline{
			width: 100%;
			margin:50px auto;
			max-width: 100%;
		}
		.outline p{
			padding: 0;
		}
		.talkshow .flex .text .teacher_name {
			text-align: center;
		}
		.talkshow .flex .text .teacher_name span{
			display: block;
			font-size: 2.0rem;

		}
		.sp{
			display: block;
		}
		.pc{
			display: none;
		}
	}

	@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{

		}
		.workshop .flex{
			display: block;
		}
		.workshop .img{
			width: 100%;
		}
		.present .flex{
			display: block;
		}
		.present .text{
			width: 100%;
			margin-right: 0;
		}
		.present .img{
			width: 100%;
		}

		.start{
			text-align: left;

		}
		.text_center{
			text-align: left;
		}

		.start p{
			font-size:1.6rem;
			margin-top:50px;
			text-align: left;
			font-weight: normal;
		}
		.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;
		}
		.hmweek .summary .flex{
			display: block;
		}
		.hmweek .summary .flex .date_time{
			width: 100%;
			margin-right: 0;
			margin-bottom: 20px;
		}
		.free img{
			max-width: 70%;
			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;
}