@charset "utf-8";

#title:before{
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
}

#contents .links{
	display: block;
	letter-spacing: -0.4em;
	text-align: right;
	line-height: 0;
	margin: 0 auto 80px;
}
#contents .links>a{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 1.7rem;
	line-height: 40px;
	color: #fff;
	background: #8c857b;
	border-radius: 10px;
	min-width: 330px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 20px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .links>a:hover,
#contents .links>a.active{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#contents .column{
	display: block;
	letter-spacing: -0.4em;
	/*text-align: left;*/
	line-height: 0;
	margin: 0 auto 60px;
}
#contents .column>.col{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 160%;
	color: #000;
	max-width: 580px;
}
#contents .column>.col.img{
	width: 408px;
	line-height: 0;
}
#contents .column>.col.img>span{
	display: block;
	font-size: 1.6rem;
	line-height: 19px;
	color: #666;
	padding: 20px 0 0;
	font-weight: bold;
}
#contents .column>.col.text{
	padding: 0;
	margin-left: 34px;
}
#contents .column>.col.text p{
	color: #000;
	line-height: 24px;
	margin: 0 auto 1em;
}
#contents .column>.col.text p:last-child{
	margin-bottom: 0;
}
#contents .column>.col.text p.tit{
	font-size: 1.8rem;
	line-height: 31px;
	margin: 0 auto 20px;
	font-weight: bold;
}

#contents .title{
	border-top: 1px solid #5d5543;
	border-bottom: 1px solid #5d5543;
	padding: 25px 0 28px;
	line-height: 0;
	text-align: center;
	margin: 0 auto 45px;
}
#contents .title_02{
	border-top: 1px solid #5d5543;
	border-bottom: 1px solid #5d5543;
	padding: 25px 0 28px;
	line-height: 0;
	text-align: center;
	margin: 0 auto 45px;
}
#contents .title>h2{
	font-size: 2.5rem;
	line-height: 35px;
	color: #768862;
	padding: 0;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
	letter-spacing: normal;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

#contents .title>p{
	font-size: 1.4rem;
	line-height: 24px;
	color: #000;
	margin: 0 auto;
	text-align: center;
}
#contents .title_02>p{
	font-size: 1.5rem;
	line-height: 24px;
	color: #000;
	margin: 0 auto;
	text-align: center;
}
#contents ul.notice{
	display: block;
	line-height: 0;
	margin: 0 auto 120px;
}
#contents ul.notice>li{
	display: block;
	letter-spacing: -0.4em;
	/*text-align: left;*/
	line-height: 0;
	margin: 0 auto 100px;
}
#contents ul.notice>li:last-child{
	margin-bottom: 0;
}
#contents ul.notice>li>p.img{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 390px;
	margin: 0 35px 0 0;
	text-align: left;
}
#contents ul.notice>li>.text{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 580px;
	margin: 0;
	padding: 15px 0 0;
}
#contents ul.notice>li>.text>p{
	font-size: 1.4rem;
	line-height: 24px;
	color: #000;
	margin: 0 auto 1em;
}
#contents ul.notice>li>.text>p:last-child{
	margin-bottom: 0;
}
#contents ul.notice>li>.text>p.tit{
	font-size: 2.0rem;
	line-height: 31px;
	font-weight: bold;
	color: #768862;
	margin: 0 auto 20px;
}

#contents ul.staff{
	display: block;
	letter-spacing: -0.4em;
	/*text-align: left;*/
	line-height: 0;
	background: #f8f6f2;
    margin: 0 auto 100px;
    padding: 5% 2%;
}
#contents ul.staff>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 30%;
	margin: 0 40px 0 0;
}
#contents ul.staff>li:last-child{
	margin-right: 0;
}
#contents ul.staff>li>p.img{
	line-height: 0;
	margin: 0 1% 10px;
	position: relative;
}
#contents ul.staff>li>p.img>span{
	position: absolute;
	top: 60px;
	right: -35px;
	display: block;
	font-size: 2.7rem;
	line-height: 24px;
	color: #666;
	font-family: 'EB Garamond', serif;
	letter-spacing: 2px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	text-align: left;
}
#contents ul.staff>li:nth-child(2)>p.img>span{
	top: 75px;
	right: -50px;
}
#contents ul.staff>li:nth-child(3)>p.img>span{
	top: 117px;
	right: -91px;
}
#contents ul.staff>li>p.name{
	font-size: 1.8rem;
	line-height: 25px;
	color: #333;
	font-weight: bold;
	margin: 0 1% 10px;
}
#contents ul.staff>li>p.name>strong{
	font-size: 1.5rem;
	line-height: 28px;
	display: block;
	margin: 0 auto;
}
#contents ul.staff>li>p.name>span{
	font-size: 1.4rem;
	line-height: 24px;
	display: block;
	margin: 0 auto;
}
#contents ul.staff>li>p.tex{
	font-size: 1.4rem;
	line-height: 24px;
	margin: 0 auto 1em;
	color: #666;
}
#contents ul.staff>li>p:last-child{
	margin-bottom: 0;
}
#contents ul.staff>li>p.tx{
	padding: 0 6% 0 0;
	margin-bottom: 2%;
	/*border: 1px ridge;*/
}
#contents p.banner{
	line-height: 0;
	margin: 0 auto 50px;
	text-align: center;
}

#contents #concept_nav>li{
	background: #98a7a3;
}
#contents #concept_nav>li:nth-child(2){
	background: #98a7a3 ;
}
#contents #concept_nav>li:nth-child(3){
	background: #98a7a3;
}

@media screen and (min-width:768px){

}

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

	#contents .links{
		text-align: center;
		margin: 0 auto 30px;
	}
	#contents .links>a{
		margin: 0 auto 10px;
		font-size: 1.4rem;
		line-height: 30px;
	}
	#contents .column{
		margin: 0 auto 30px;
	}
	#contents .column>.col.text{
		display: block;
		margin: 0 auto 20px;
		padding: 1%;
		width: auto;
	}
	#contents .column>.col.text p.tit{
		font-size: 1.6rem;
		text-align: center;
	}
	#contents .column>.col.img{
		display: block;
		width: 250px;
		height: auto;
		margin: 0 auto;
	}
	#contents .column>.col.img>span{
		text-align: center;
		font-size: 1.4rem;
		padding: 10px 0 0;
	}
	#contents .title,#contents .title_02{
		margin: 0 auto 20px;
		padding: 10px 0;
	}

	#contents .title>h2{
		font-size: 1.8rem;
		line-height: 25px;
	}
	#contents .title>p{
		font-size: 1.4rem;
	}
	#contents .title_02>p {
		font-size: 1.4rem;
        line-height: 22px;
	}
	#contents ul.notice{
		padding-bottom: 60px;
		margin: 0 auto;
	}
	#contents ul.notice>li{
		margin-bottom: 40px;
	}
	#contents ul.notice>li>p.img{
		display: block;
		width: 250px;
		height: auto;
		margin: 0 auto;
	}
	#contents ul.notice>li>.text{
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 0;
	}
	#contents ul.notice>li>.text>p{
		padding: 1%;
	}
	#contents ul.notice>li>.text>p.tit{
		font-size: 1.7rem;
		line-height: 24px;
		text-align: center;
		margin: 0 auto 10px;
	}
	#contents ul.staff>li{
		display: block;
		width: auto;
		margin: 0 auto 40px;
	}
	#contents ul.staff>li:last-child{
		margin-bottom: 0;
	}
	#contents ul.staff>li>p.tx{
		padding: 1%;
	}
	#contents p.banner{
		width:300px;
	}
}
