/*
Theme Name:芸術コース美術展
Version: 1.0
*/
@charset "utf-8";
@import url("/css/base.css");

/*####################################################################################

  	WP

　####################################################################################*/


.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main{
	overflow-wrap: break-word;
	word-wrap: break-word;
}


.main ul{margin-left: 20px;}

.main ol{margin-left: 25px;}

.main blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

.main a {color:#00f;}




/*####################################################################################

  	HOME (在学生作品)

　####################################################################################*/

/* コンテンツ */

	.workslist h3{
		display:flex;
		align-items:center;
		width:96%;
		height:40px;
		margin: 40px 0;
		padding: 0 2%;
		color:#fff;
		font-weight: 700;
		background-image: url("/shared/bg_clear-indigo30.png");
	}

@media screen and (max-width:770px){

	.workslist h3{
		margin: 30px 0;
	}

}

@media screen and (max-width:480px){

	.workslist h3{
		height:30px;
		margin:20px 0;
		font-size:0.9em;
	}

}

	.workslist h3:nth-of-type(1){
		margin-top: 0;
	}

			
			
		.workslist ul{zoom:1;}
		.workslist ul:after{
		  content: ""; 
		  display: block; 
		  clear: both;
		}

	@media screen and (max-width:640px){

		.workslist ul{
			max-width:480px;
			width:100%;
			margin: 0 auto;
		}

	}

		.workslist li{
			width:calc(16.6% - 20px);
			margin:0 1.7% 40px;
			padding: 10px 10px 0;
			text-align: center;
			list-style: none;
			background-color: #fff;
			float: left;
			box-shadow:1px 1px 3px 0 #ccc; 
		}

	@media screen and (max-width:1200px){

		.workslist li{
			width:calc(18% - 20px);
			margin:0 1% 20px;
		}

	}

	@media screen and (max-width:1000px){

		.workslist li{
			width:calc(21.6% - 20px);
			margin:0 1.7% 30px;
		}

	}

	@media screen and (max-width:770px){

		.workslist li{
			width:calc(((100% / 3) - 3.4%) - 20px);
			margin:0 1.7% 25px;
		}

	}

	@media screen and (max-width:640px){

		.workslist li{
			width:calc(((100% / 2) - 3.4%) - 20px);
			margin:0 1.7% 25px;
		}

	}


			.workslist li a{
				color:#00568c;
				text-decoration: none;
			}
			.workslist li a:hover{
				color:#c33;
			}


			.workslist li img{
				width:100%;
				height:auto;
				margin-bottom: 0;
				line-height: 0;
			}

			.workslist li p{
				display:flex;
				justify-content: center;
				align-items:center;
				height:50px;
				margin:0;
				font-weight:700;
				line-height: 1.4em;
				position: relative;
				top:-5px;
			}

		@media screen and (max-width:840px){

			.workslist li p{
				font-size:0.9em;
			}

		}

		@media screen and (max-width:640px){

			.workslist li p{
				font-size:0.85em;
			}

		}




/*####################################################################################

  	過去作品

　####################################################################################*/

	.pastworks > .inner{
		padding:60px 0;
		background-image: url("/shared/bg_clear-white90.png");
	}

@media screen and (max-width:1000px){

	.pastworks .inner{
		padding:50px 0;
	}

}

@media screen and (max-width:770px){

	.pastworks .inner{
		padding:40px 0;
	}

}

@media screen and (max-width:640px){

	.pastworks .inner{
		padding:30px 0;
	}

}

@media screen and (max-width:480px){

	.pastworks .inner{
		padding:20px 0;
	}

}

		.pastworks ul{
			max-width:1000px;
			width:92%;
			margin: 0 auto
		}

			.pastworks li{
				list-style: none;
				border-bottom: 1px dashed #ccc;
			}
			.pastworks li:nth-of-type(1){
				border-top: 1px dashed #ccc;
			}

			.pastworks li a,
			.pastworks li span{
				display: block;
				width: 98%;
				padding: 10px 1%;
			}
			.pastworks li a{zoom:1;}
			.pastworks li a:after{
			  content: ""; 
			  display: block; 
			  clear: both;
			}

			.pastworks li h3{
				width:calc(100% - 130px);
				float:left;
			}

			.pastworks li p{
				width:120px;
				margin: 0;
				text-align: right;
				float: right;
			}

		@media screen and (max-width:640px){

			.pastworks li h3{
				width:calc(100% - 120px);
				font-size: 0.9em;
			}

			.pastworks li p{
				width:110px;
				font-size: 0.8em;
			}

		}

		@media screen and (max-width:370px){

			.pastworks li h3{
				font-size: 0.8em;
			}

		}




/*####################################################################################

  	詳細

　####################################################################################*/

	.detail > .inner{
		max-width:calc(1200px - 4%);
		width:92%;
		padding: 40px 2% 60px;
		background-image: url("/shared/bg_clear-white90.png");
	}

		.detail ul{zoom:1;}
		.detail ul:after{
		  content: ""; 
		  display: block; 
		  clear: both;
		}

		.detail > .inner .note{
			width: 96%;
			margin:0 auto 20px;
			color:#00568c;
		}

	.linkworks{
		max-width: 620px;
		width:90%;
		margin: 0 auto 25px;
	}

	.linkworks{zoom:1;}
	.linkworks:after{
	  content: ""; 
	  display: block; 
	  clear: both;
	}


		.linkworks > a{
			display:flex;
			justify-content: center;
			align-items:center;
			width:48%;
			height:40px;
			color:#fff;
			font-weight: 700;
			text-decoration: none;
			float:left;
			background-color: #371212;
			border-radius: 5px;
		}

	@media screen and (max-width:480px){
		
		.linkworks > a{
			font-size:0.9em;
		}
		
	}

		.linkworks select{
			width:48%;
			height:40px;
			color: #371212;
			font-size:1.0em;
			font-weight: 700;
			text-align-last: center;
			border-radius: 5px;
			float:right;
		}

	@media screen and (max-width:480px){
		
		.linkworks select{
			font-size:0.9em;
		}
		
	}


		.detail ul.detaillist{
			width:100%;
			margin: 0 auto;
		}

	@media screen and (max-width:1000px){

		.detail ul.detaillist{
			max-width:770px;
		}

	}

	@media screen and (max-width:560px){

		.detail ul.detaillist{
			max-width:300px;
		}

	}

		.detaillist li{
			width:calc(((100% / 3) - 3.4%) - 20px);
			margin:0 1.7% 40px;
			padding: 10px 10px 0;
			text-align: center;
			list-style: none;
			background-color: #fff;
			float: left;
			box-shadow:1px 1px 3px 0 #ccc; 
		}

	@media screen and (max-width:1000px){

		.detaillist li{
			width:calc(((100% / 2) - 3.4%) - 20px);
			margin:0 1.7% 25px;
		}

	}

	@media screen and (max-width:560px){

		.detaillist li{
			width:calc(100% - 20px);
			margin:0 0 25px;
			float: none;
		}

	}


			.detaillist li a{
				color:#00568c;
				text-decoration: none;
			}
			.detaillist li a:hover{
				color:#c33;
			}

			.detaillist li div{
				display:flex;
				justify-content: center;
				align-items:center;
				width:calc(100% - 20px);
				margin: 0 10px;
			}

				.detaillist li p{
					display:flex;
					justify-content: center;
					align-items:center;
					height:100px;
					margin:5px 0 0;
					font-weight:700;
					line-height: 1.4em;
				}

			@media screen and (max-width:770px){

				.detaillist li p{
					height:90px;
					font-size:0.85em;
				}

			}

			@media screen and (max-width:640px){

				.detaillist li p{
					height:85px;
					font-size:0.8em;
				}

			}








