@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	margin: 0;
	padding: 0;
/*	font-size: 110%;*/
	line-height: 1.8;
	font-family: "Ryumin Regular KL", sans-serif;
}
img {
	border: 0;	
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-size: 100%;	
}
p, div, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;	
}
table {
	border-collapse: collapse;	
}
td,th {
	text-align: left;
	font-weight: normal;
}
select,
input[type="button"],
input[type="submit"] {
   -webkit-appearance: none;
}

/* common */
.show {
	opacity: 1;	
	transition: all .5s;
}
.hide {
	opacity: 0;	
	transition: all .5s;
}
.nobr {
	white-space: nowrap;	
}
.entry-btn,
.back {
	text-align: center;	
	margin-bottom: 30px;
}
.entry-btn {
	margin-bottom: 60px;	
}
.entry-btn input[type="submit"],
.entry-btn a,
.back a,
.more a {
	text-decoration: none;
	display: inline-block;
	border-radius: 8px;
	border: 1px solid #333;
	color: #333;
	padding: 10px 6%;
}
.entry-btn input[type="submit"],
.entry-btn a {
	background: #205618;
	color: #fff;
	font-size: 1.5rem;
	padding: 15px 15%;
}
img {
	max-width: 100%;	
	height: auto;
}
.f-left {
	float: left;	
}
.f-right {
	float: right;	
}

@media (min-width: 481px) {
	a:hover img {
		opacity: .5;
		transition: all .5s;
	}
	.entry-btn input[type="submit"]:hover,
	.entry-btn a:hover,
	.back a:hover,
	.more a:hover {
		background: #fff;	
	}
	.entry-btn input[type="submit"]:hover,
	.entry-btn a:hover {
		color: #000;	
	}
	br.sp {
		display: none;
	}
}


@media (min-width: 1280px) {
	html {
		font-size: 110%;
	}
	#container > section {
		margin-bottom: 70px;
		text-align: center;
	}
}
@media (min-width: 481px) and (max-width: 1279px) {
	html {
		font-size: 100%;
	}
	#container > section {
		margin-bottom: 70px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	html {
		font-size: 75%;
	}
	#container > section {
		margin-bottom: 40px;
		text-align: center;
	}
}

/* header */
#header {
	background: #fff;	
}
#header > div {
	max-width: 1000px;
	margin: auto;
	position: relative;
}
#header img {
	max-width: 70%;	
}
#nav ul {
	display: table;	
}
#nav li {
	display: table-cell;	
}
#nav li a {
	text-decoration: none;	
	color: #666;
	display: block;
	font-size: .9rem;
	white-space: nowrap;
}
#nav li a:hover {
	background: #EEE;	
}
@media (min-width: 1280px) {
	#header {
		padding: 5px 0;	
	}
	#nav {
		position: absolute;
		right: 3%;
		top: 0;
		height: 100%;
	}
	#nav li a {
		padding: 5px 15px;
	}
}
@media (max-width: 1279px) {
	#header .logo {
		padding: 5px 3%;
	}
}
@media (min-width: 768px) and (max-width: 1279px){
	#header #logo {
		padding-top: 3px;
		padding-left: 1%;	
	}
	#nav {
		position: absolute;
		right: 3%;
		top: 0;
		height: 100%;
	}
	#nav li a {
		padding: 6px 15px;
	}
}
@media (max-width: 767px) {
	#header #logo {
		padding-top: 10px;
		text-align: center;
		max-width: 80%;
		margin: auto;
	}
	#nav ul {
		width: 100%;	
	}
	#nav li {
		width: 20%;
		text-align: center;
	}
	#nav li a {
		padding: 8px 15px;
	}
	#nav li:last-child a {
		background: #205618;
		color: #fff;
		
	}
}
@media (max-width: 480px) {
	#nav li a {
		padding: 8px 8px;
		font-size: .8rem;
	}
	#nav li a span {
		display: none;	
	}
}

/* main */
.main {
	background:url(../img/main2.jpg) no-repeat top center;
	background-size: contain;
	background-color: #02060e;
	text-align: center;
	margin: auto;
	position: relative;
	
}
@media (min-width: 1280px) {
	.main {
		height: 624px;	
	}
	.main .main-copy {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 70%;
		height: 209px;
	}
}
@media (max-width: 1279px) {
	.main {
		height: 0;
		padding: 48.75% 5% 0 5%;
		background-size: cover;
	}
	.main .main-copy {
		position: absolute;
		top: 70%;
		bottom: 0;
		margin: auto;
		width: 90%;
		height: 100%;
		text-align: center;
	}

}


/* message 
----------------------------------------------*/
.message {
	border-bottom: 1px solid #666;
	line-height: 2.3;
	font-size: 1.3rem;
	text-align: center;
	position: relative;
	max-width: 1000px;
	margin: auto;
}
.message h1 {
	margin-bottom: 30px;	
}
.message p {
	margin-bottom: 50px;	
	white-space: nowrap;
}
.message p:last-child {
	padding-top: 50px;	
}

/* btn-overview */
.btn-overview {
	position: absolute;
	top: -159px;
	right: 0;
}
@media (min-width: 481px) {
	.message {
		padding-bottom: 80px;
		line-height: 1.8;
	}
	.message p {
		margin-bottom: 30px;	
	}
}
@media (min-width: 481px) and (max-width: 1279px) {
	.btn-overview {
		max-width: 16%;
		top: calc(-150px + 3%);
		right: 3%;
	}		
}
@media (max-width: 480px) {
	.btn-overview {
		max-width: 20%;
		top: calc(-150px + 6%);
		right: 3%;
	}		
	#container > .message {
		padding-bottom: 40px;
		margin-bottom: 0;
	}
}

@media (max-width: 1000px) {
	#container > section {
		padding-left: 5%;	
		padding-right: 5%;	

	}
}

/* activity
----------------------------------------------*/
.activity {
	border-bottom: 1px solid #666;
}
.activity h1 {
	font-size: 3rem;	
	line-height: 1.4;
	letter-spacing: -.05em;
	margin-bottom: 30px;
}
.activity li .txt {
	font-size: .9rem;	
}
.activity .msg {
	background: #205618;
	color: #FFF;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 3px;
	line-height: 1;
	font-size: .9rem;
	margin-bottom: 20px;
}
.activity .more.entry a {
	background: #205618;
	color: #fff;
}
.activity .more.entry a::hover {
	background: #fff;
	color: #000;
}
.activity ul.feature {
	margin-bottom: 50px;	
}
.activity ul.feature li h2 {
	line-height: 1.5;		
}

@media (min-width: 481px) {
	.activity {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.activity ul.feature {
		max-width: 1000px;
		margin: auto;
		margin-top: 80px;
		margin-bottom: 50px;
	}
	.activity ul.feature::after {
		clear: both;
		content: "";
		display: block;
		height: 0;
	}
	.activity ul.feature li h2 {
		font-size: 1.5rem;	
		margin-bottom: 15px;
		white-space: nowrap;
	}
	.activity li {
		float: left;
		width: 31.6%;
		margin: 0 2.6% 2.6% 0;
	}
	.activity li:nth-child(3n) {
		margin-right: 0;	
	}
	.activity li .img {
		margin-bottom: 15px;	
	}
	.activity li .img img {
		width: 100%;
		height: auto;
	}
	.activity li .txt {
		font-size: .9rem;	
		text-align: left;
	}
	.activity .more a {
		width: 20%;	
		margin-bottom: 20px;
	}

}
@media (max-width: 480px) {
	.activity {
		padding-top: 10px;
		padding-bottom: 50px;
		background: #f0f0f0;
		background:url(../img/activity_bg.jpg) no-repeat top center;
		background-size: cover;
	}
	.activity ul.feature {
		margin-top: 40px;
	}
	.activity h1 {
		font-size: 2rem;	
	}	
	.activity li {
		display: table;	
		margin-bottom: 25px;
	}
	.activity ul.feature li h2 {
		font-size: 1.3rem;	
		line-height: 1;
		margin-bottom: 10px;
	}
	.activity li .img,
	.activity li > div {
		display: table-cell;
		vertical-align: top;
	}
	.activity li .img {	
		width: 40%;
	}
	.activity li > div {
		padding-left: 5%;
		text-align: left;	
	}
	.activity .more a {
		width: 70%;	
		margin-bottom: 20px;
	}
}

/* welcome 
----------------------------------------------*/
.welcome {
	padding-top: 50px;
	max-width: 1000px;	
	margin: auto;
}
.welcome h1 {
	background: url(../img/btn_career.png) no-repeat left 10px;
/*	background-size: contain;*/
	font-size: 3rem;
	text-align: left;
	line-height: 1.2;
	padding-left: 200px;
	padding-bottom: 10px;
	white-space: nowrap;
	margin-bottom: 4%;
}
.welcome h1 span {
	font-size: 1.5rem;	
}
.welcome dl {
	margin-bottom: 60px;	
}
.welcome dt {
	text-align: left;
	clear: both;
	float: left;
	font-weight: bold;
}
.welcome dd {
	padding-left: 12em;
	text-align: left;
	margin-bottom: 3%;
}
@media (min-width: 481px) {
	.welcome dl {
		margin-left: 20%;
	}
}
@media (max-width: 480px) {
	.welcome h1 {
		background-size: 20%;
		padding-left: 25%;
		font-size: 1.9rem;
	}
}

/* staff
----------------------------------------------*/
#container .staff {
	background: #efefef;
	padding-bottom: 120px;
	margin-bottom: 0;
}
.staff h1 {
	background: url(../img/staff_header.jpg) no-repeat top center;
	background-color: #000;
	line-height: 1;
	padding: 60px 0;
	margin-bottom: 80px;
}
.staff ul {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 40px;
}

.staff ul::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
.staff li .img {
	margin-bottom: 10px;
}
.staff li .img img {
	border-radius: 50%;	
}
.staff li .ttl {
	line-height: 1.4;
	margin-bottom: 20px;
}
.staff li .ttl span {
    display: inline-block;
	white-space: nowrap;
}
.staff li .name {
	line-height: 1;
	font-size: .9rem;
}
.staff li .name a {
	color: #000;
	text-decoration: none;	
	display: block;
	padding: 8px 0;
	background: #FFF;
	width: 70%;
	margin: auto;
}

@media (min-width: 769px) {
	.staff h1 {
		padding: 60px 0;
		margin-bottom: 80px;
	}
	.staff li {
		float: left;
		margin-right: 5%;
		margin-bottom: 40px;
		width: 21%;
	}
	.staff li:nth-child(4) {
		margin-right: 0;	
	}
	.staff li:nth-child(5) {
		clear: both;	
		margin-left: 12.5%;
	}
}

@media (max-width: 1000px) {
	#container .staff {
		padding: 0;	
	}
	.staff ul {
		padding: 0 5%;	
	}
	.staff .more {
		padding-bottom: 50px;
		font-size: 1.2rem;
	}
}
@media (max-width: 768px) and  (min-width: 481px) {
	.staff h1 {
		padding: 60px 0;
		margin-bottom: 80px;
	}
	.staff li {
		float: left;
		margin-right: 5%;
		margin-bottom: 40px;
		width: 30%;
	}
	.staff li:nth-child(3n) {
		margin-right: 0;	
	}
}
@media (max-width: 480px) {
	.staff h1 {
		padding: 20px 0;
		margin-bottom: 50px;
	}
	.staff h1 img {
		max-width: 40%;	
	}
	.staff li {
		float: left;
		margin-right: 6%;
		margin-bottom: 40px;
		width: 46%;
	}	
	.staff li .img {
		text-align: center;	
		margin-bottom: 5px;
	}
	.staff li .img img {
		width: 90%;	
	}
	.staff li:nth-child(2n) {
		margin-right: 0;	
	}
	.staff li:nth-child(2n+1) {
		clear: both;
	}
}

/* overview
----------------------------------------------*/
.overview {
	background: #000;
	color: #FFF;
}
.overview > div {
	background: #333;	
	max-width: 900px;
	margin: auto;
	padding: 5%;
}
.overview h1 {
	font-size: 3rem;
	margin-bottom: 50px;
}
.overview th,
.overview td {
	font-size: .9rem;	
	border-bottom: 1px solid #666;
	padding: 2% 0;
}
.overview th {
	white-space: nowrap;	
}
.overview td {
	padding-left: 15px;	
}
.overview td p {
	margin-bottom: 15px;	
}
.overview td p:last-child {
	margin-bottom: 0;	
}
.overview tr:last-child th ,
.overview tr:last-child td {
	border-bottom: none;	
}
.overview td .ex {
	background-color: #000;	
	padding: 4%;
}
.overview td .ex p {
	margin-bottom: 6px;	
}
.overview td .ex p.line {
	border-top: 1px solid #666;
	padding-top: 6px;
	margin-bottom: 20px;
}
.overview td.place p {
	margin-bottom: 1.5em;	
}
.overview td.place p:last-child {
	margin-bottom: 0;	
}
@media (min-width: 481px) {
	.overview {
		padding: 100px 0;
	}	
	.overview th,
	.overview td {
		font-size: .9rem;
	}
}
@media (max-width: 480px) {
	.overview {
		background: #000;
		padding: 40px 0;
	}
	.overview h1 {
		font-size: 3rem;
		margin-bottom: 40px;
	}	
	.overview th,
	.overview td {
		vertical-align: top;
		font-size: 1.1rem;
	}
}

/* flow
----------------------------------------------*/
.flow {
	max-width: 800px;
	margin: auto;
}
.flow h1 {
	font-size: 1.3rem;
	margin-bottom: 20px;	
}
.flow ul {
	text-align: left;	
	margin: auto;
}
.flow li {
	list-style: decimal;
	text-align: left;		
}

/* address
----------------------------------------------*/
.address {
	max-width: 900px;
	padding: 50px;
	border: 1px solid #666;
	background: #f8f8f8;
}
.address h1 {
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.address p {
	margin-bottom: 30px;
}
.address p:last-child {
	margin-bottom: 0;
}
@media (min-width: 950px) {
	.address {
		margin: 0 auto;
	}
}

@media (max-width: 949px) {
	.address {
		margin: 0 3%;
		padding: 5%;
	}
	
}

/* footer
----------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 3%;
}
#pagetop a {
	border: 1px solid #666;
	display: block;
	text-decoration: none;
	font-size: .8rem;
	border-radius: 5px;
	background-color: rgba(255,255,255,.7);
	color: #000;
	padding: 15px 20px;
}

#footer {
	text-align: center;
}
#footer img {
	max-width: 35%;	
}
@media (min-width: 481px) {
	#footer {
		padding: 40px 0;
	}	
}
@media (min-width: 481px) and (max-width: 1000px) {
	#footer img {
		max-width: 20%;	
	}
	
}
@media (max-width: 480px) {
	#footer {
		padding: 20px 0;
	}	
	#footer img {
		max-width: 35%;	
	}
	
}


/* staff
----------------------------------------------*/
#staff {
	background: #f8f8f8;	
}
#staff #content::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#staff section.intro h1 {
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 5px;
	max-width: 70%;	
	white-space: nowrap;
}
#staff section.intro .photo {
	position: absolute;
	right: 0;
	top: -30px;
	max-width: 30%;
}
#staff section.intro .photo img {
	border-radius: 50%;	
}
#staff section.intro .name {
	font-size: 1.2rem;	
}
#staff .comment {
	background: #fff;
	padding: 5%;
	font-size: .9rem;
}
#staff .comment section {
	margin-bottom: 50px;
}
#staff .comment h2 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #205618;
	font-size: 1.1rem;
	margin-bottom: 20px;
}
#staff .comment p {
	margin-bottom: 1rem;	
}
#staff .comment p:last-child {
	margin-bottom: 0;
}
#staff .f-left > .photo  {
	margin-bottom: 40px;
	line-height: 1;
}
#staff section.schedule {
	font-size: .8rem;	
	background: #fff;
	padding: 5%;
}
#staff section.schedule h2 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #205618;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 10px;
}
#staff section.schedule tr td {
	vertical-align: top;	
	border-bottom: 1px solid #eee;
	padding: 3% 0;
}
#staff section.schedule tr:last-child td {
	border-bottom: 0;	
}
#staff section.schedule tr td:first-child {
	white-space: nowrap;
	padding-right: 1rem;
}
/* other */
#staff section.other h2 {
	font-size: 1.6rem;
	margin-bottom: 40px;
}
#staff section.other {
	background: #000;
	color: #fff;
	padding-top: 5%;
}
#staff section.other > div {
	max-width: 1000px;
	margin: auto;
}
#staff section.other ul::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#staff section.other  li {
	float: left;
}
#staff section.other  li:last-child {
	margin-right: 0;	
}
#staff section.other  li .img {
	margin-bottom: 10px;	
}
#staff section.other  li .img img {
	border-radius: 50%;	
}
#staff section.other li .ttl {
	font-size: .75rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
#staff section.other li .ttl span {
    white-space: nowrap;
    display: inline-block;
}
#staff section.other li .name {
	background: #FFF;
	padding: 8px 0;
	line-height: 1;
	margin: auto;
	font-size: .7rem;
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media (max-width: 999px) {
	#staff #content {
		padding: 0 5%;	
	}
}
@media (min-width: 481px) {
	#staff #content {
		max-width: 1000px;
		margin: auto;
		margin-bottom: 80px;
	}
	#staff section.intro {
		margin: 80px 0;
		position: relative;
	}
	#staff #content .f-left {
		width: 40%;	
	}
	#staff #content .f-right {
		width: 55%;	
	}
	
	#staff section.other  li {
		margin-right: 5%;
		margin-bottom: 40px;
		width: 21%;
		padding-bottom: 25px;
	}
	#staff section.other li:nth-child(4) {
		margin-right: 0;
	}
	#staff section.other li:nth-child(5) {
		margin-left: 12.5%;	
	}
}

@media (max-width: 480px) {
	#staff #content {
		padding: 0;	
	}
	#staff section.intro h1 {
		white-space: normal;
	}
	#staff section.other {
		padding-top: 10%;
	}
	#staff section.intro {
		padding: 5%;	
	}
	#staff section.intro .photo {
		position: static;
		float: right;
		max-width: 30%;
	}
	#staff .f-left,
	#staff .f-right  {
		float: none;
	}
	#staff .comment {
		font-size: 1.1rem;	
		margin: 0 5% 5%;
	}
	#staff .f-left {
		position: relative;	
	}
	#staff .f-left .photo {
		margin-bottom: 0;	
	}
	#staff .f-left .photo img {
		width: 100%;	
	}
	#staff section.schedule {
		position: absolute;
		bottom: 5%;
		top: 5%;
		background: rgba(255,255,255,.8);
		margin: 0 5%;
		font-size: 1rem;
	}
	#staff section.other ul li {
		margin-right: 5%;
		margin-bottom: 10px;
		width: 30%;
	}
	#staff section.other  li:nth-child(3n) {
		margin-right: 0;	
	}
	#staff section.other  li:nth-child(3n+1) {
		clear: both;
	}
}



/* entry
----------------------------------------------*/
#entry {
	background: #f8f8f8;
}
#entry #content {
	background:#fff;
	border-radius:10px;
	padding: 5%;
	margin: 50px auto;
	max-width: 600px;
}
#entry #content h1 {
	font-size: 1.8rem;
	margin-bottom: 5%;
}
#entry #content > p {
	font-size: .8rem;
	margin-bottom: 30px;
}
#entry #content .notice {
	color: #D00;
	font-size: .8rem;
}
#entry dl {
	margin-bottom: 7%;
}
#entry dt {
	font-size: 1rem;
	font-weight:bold;
	text-align: left;
}
#entry dt span {
	font-size:.7rem;
	font-weight:normal;
	margin-left:4px;
}
#entry dd {
	margin-bottom:15px;
	text-align: left;
}
#entry input[type="text"],
#entry input[type="password"],
#entry textarea {
	background-color:#FFF;
	border-radius:3px;
	border:1px solid #999;
	font-size:1.1rem;
	padding:8px 3%;
	-webkit-appearance: none;
	width:94%;
}
#entry select {
	border:1px solid #999;
	border-radius:3px;
	padding:8px 3%;
}

@media (max-width: 999px) {
	#entry #content {
		margin: 5%;	
	}
}
@media (max-width: 480px) {
	#entry dt span.nobr {
		display: block;	
	}
}