@charset "UTF-8";

/* コンテンツヘッダー
---------------------------------------*/
article header div.bg{
	/* background-image:linear-gradient(0deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .0)),url('../img/workshop/img_header.jpg'); */
	background-image:url('../img/workshop/img_header.jpg');
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
}


/* コンテンツ
---------------------------------------*/
article div#content_wrapper section{
	padding:0 0 45px 0;
}

article div#content_wrapper section div{
	/*width:1000px;*/
	height:100%;
	margin:0 auto;
}

/* 画面幅1250px未満
=======================================*/
@media screen and (max-width:1250px){
	article div#content_wrapper section div{
		width:100%;
	}
}

/* 画面幅768px未満
=======================================*/
@media screen and (max-width:768px){
	article div#content_wrapper section{
		padding:0 0 40px 0;
	}
	article header div.bg{
		background-color:rgba(255,255,255,0.5);
	}
}

/* 画面幅480px以下
=======================================*/
@media screen and (max-width:480px){

}

/* Concept
---------------------------------------*/
article div#content_wrapper section#workshop div.container{
	padding:0 20px;
	max-width:1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing:border-box;
}
article div#content_wrapper section div.container div.introduction{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
article div#content_wrapper section div.container div.introduction figure{
	width: 34.5%;
	margin-right: 4%;
}
article div#content_wrapper section div.container div.introduction figure img{
	width: 100%;
	height: auto;
}
article div#content_wrapper section div.container div.introduction p{
	width: calc(100% - 38.5%);
	display:flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	color: #000;
	/* font-weight: 600; */
    letter-spacing: 0.5px;
    line-height: 190%;
}

article div#content_wrapper section div.container div h2{
	padding:12px 20px 10px 20px;
	margin:10px 0;
	font-size:25px;
	color:#0d4746;
	background-color:#eff6ce;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 130%;
}

article div#content_wrapper section div.container div h2::before{
	content: "";
	border-top:solid 1px #a8d3b9;
	width: 100%;
    position: absolute;
    left: 0;
    top: -8px;
}
article div#content_wrapper section div.container div h2::after{
	content: "";
	border-bottom:solid 1px #a8d3b9;
	width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
}

article div#content_wrapper section div.container div div.pamphlet{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 45px;
}
article div#content_wrapper section div.container div div.pamphlet > div{
	width: calc((100% - 3%) / 2) ;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
article div#content_wrapper section div.container div div.pamphlet > div:nth-of-type(1){
	order: 2;
}
article div#content_wrapper section div.container div div.pamphlet > div:nth-of-type(2){
	order: 1;
	margin-right: 6%;
}
article div#content_wrapper section div.container div div.pamphlet > div em{
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	color: #0d4746;
	text-align: left;
	margin-bottom: 12px;
	display: block;
}
article div#content_wrapper section div.container div div.pamphlet > div > div {
	width: 100%;
	/* margin-bottom: 12px; */
}
article div#content_wrapper section div.container div div.pamphlet > div > div img {
	width: 100%;
	height: auto;
	border: 1px solid #808080;
	box-sizing: border-box;
}
article div#content_wrapper section div.container div div.pamphlet > div > a{
	font-size: 16px;
	font-weight: 600;
	color: #0d4746;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #0d4746;
	border-radius: 25px 25px;
	width: 90%;
	margin: 22px auto 10px auto;
	transition: all 0.5s ease;
	min-height: 35px;
	text-align: center;
	padding: 3px 0;
}
article div#content_wrapper section div.container div div.pamphlet > div > a.pcview{
	display: flex;
}
article div#content_wrapper section div.container div div.pamphlet > div > a.spview{
	display: none;
}
article div#content_wrapper section div.container div div.pamphlet > div > a:hover{
	background-color:#0d4746;
	color: #fff;
}
article div#content_wrapper section div.container div div.request {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}
article div#content_wrapper section div.container div div.request > p{
	display: block;
	width: 100%;
	font-size: 31px;
	font-weight: 600;
	color:#0d4746;
	text-align: center;
}
article div#content_wrapper section div.container div div.request > div{
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
article div#content_wrapper section div.container div div.request > div > a{
	margin-right:3%;
	padding: 20px 25px;
	display: block;
	background-color: #a8d3b9;
	color: #0d4746;
	font-size: 45px;
	font-weight: 600;
	text-align: left;
	border-radius: 15px 15px;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
article div#content_wrapper section div.container div div.request > div > a:hover{
	opacity: 0.7;
}
article div#content_wrapper section div.container div div.request > div > a:nth-of-type(2){
	font-size: 35px;
}
article div#content_wrapper section div.container div div.request > div > a span{
	margin-bottom: 10px;
	display: block;
	color: #000;
	font-size: 19px;
	font-weight: 600;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1){
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1){
	width: 45%;
	margin-right: 5%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3{
	text-align: left;
	margin:20px 0 30px 0;
	color: #0d4746;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	line-height: 140%;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3 span{
	letter-spacing: -5px;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3 br{
	display: block;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) p{
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 180%;
	text-indent: 1em;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) p:nth-of-type(2){
	margin-bottom:30px;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) a{
	text-align: left;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(2){
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(2) > div{
	width: 50%;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(2) > div img{
	width: 100%;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(2){
	width: 100%;
	padding-top: 50px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(2) > div{
    margin-right: 1%;
    width: 19.1%;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(2) > div img{
	width: 100%;
	height: auto;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(2) ul{
	width: 80.6%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(2) ul li{
	width: calc((100% - 5%) /4);
	margin-right: 1%;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(2) ul li:nth-of-type(4){
	margin-right: 0;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(2) ul li img{
	width: 100%;
	height: auto;
}
article div#content_wrapper section div.container div.hanging > div:nth-of-type(2) ul li:nth-of-type(5){
	display: none;
	/* position: absolute;
    right: -30px;
    top: -10%; */
}


/* 画面幅870px未満
=======================================*/
@media screen and (max-width:960px){
	article div#content_wrapper section div.container div div.pamphlet > div > a.pcview{
		display: none;
	}
	article div#content_wrapper section div.container div div.pamphlet > div > a.spview{
		display: flex;
	}
	article div#content_wrapper section div.container div div.request > p{
		font-size: 28px;
	}
	article div#content_wrapper section div.container div div.request > div > a{
		font-size: 40px;
	}
	article div#content_wrapper section div.container div div.request > div > a:nth-of-type(2){
		font-size: 30px;
	}
	article div#content_wrapper section div.container div div.request > div > a span{
		font-size: 17px;
	}
}


/* 画面幅768px未満
=======================================*/
@media screen and (max-width:768px){
	article div#content_wrapper section div.container div.introduction p{
		line-height: initial;
	}
	article div#content_wrapper section div.container div div.request > div > a{
		font-size: 32px;
	}
	article div#content_wrapper section div.container div div.request > div > a:nth-of-type(2){
		font-size: 28px;
	}
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1){
		flex-direction: column;
	}
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1){
		width: 100%;
		margin-right: 0;
	}
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(2){
		width: 100%;
	}
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) a{
		margin-bottom: 30px;
	}
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3 br:nth-of-type(2){
		display: none;
	}
}

/* 画面幅620px未満
=======================================*/
@media screen and (max-width:650px){
	article div#content_wrapper section div.container div div.pamphlet{
		flex-direction: column;
	}
	article div#content_wrapper section div.container div div.pamphlet > div{
		width: 100% ;
		margin-left: 0;
		margin-bottom: 40px;
	}
	article div#content_wrapper section div.container div div.pamphlet > div:nth-of-type(2){
		margin-right: 0;
	}
	article div#content_wrapper section div.container div div.pamphlet > div:nth-of-type(1){
		margin-bottom: 0;
	}
	article div#content_wrapper section div.container div div.request > div{
		margin: 20px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	article div#content_wrapper section div.container div div.request > div > a{
		margin-right:0;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	article div#content_wrapper section div.container div div.request > div > a:nth-of-type(2){
		margin-bottom: 0;
	}
}
/* 画面幅530px未満
=======================================*/
@media screen and (max-width:550px){
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3 br:nth-of-type(2){
		display: block;
	}
}
/* 画面幅480px未満
=======================================*/
@media screen and (max-width:480px){
	article div#content_wrapper section div.container div.introduction{
		flex-direction: column;
	}
	article div#content_wrapper section div.container div.introduction figure{
		width: 100%;
		margin-right: 0;
		order: 2;
		max-width: 345px;
	}
	article div#content_wrapper section div.container div.introduction figure img{
		width: 100%;
		height: auto;
	}
	article div#content_wrapper section div.container div.introduction p{
		width: 100%;
		order: 1;
		margin-bottom: 15px;
	}
	article div#content_wrapper section div.container div div.request > p{
		font-size: 22px;
	}
	article div#content_wrapper section div.container div div.request > div > a{
		font-size: 26px;
	}
	article div#content_wrapper section div.container div div.request > div > a:nth-of-type(2){
		font-size: 24px;
	}
}

/* 画面幅400px未満
=======================================*/
@media screen and (max-width:400px){
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3{
		text-align: left;
	}
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3 br:nth-of-type(1){
		display: none;
	}
	article div#content_wrapper section div.container div.hanging > div:nth-of-type(1) > div:nth-of-type(1) h3 br:nth-of-type(2){
		display: none;
	}
}