@import url(datepicker.css);
@import url(../js/slick/slick.css);
/*
 * "RobotoCondensed" is lisenced under the Apache License, version 2.0
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://www.apache.org/licenses/LICENSE-2.0.html
 */

.jbtn {
	color: #fff;
	text-decoration: none;
	/*! padding: 10px 0; */
	width: 100%;
	background: #FF8079;
	display: block;
	text-align: center;
	line-height: 45px;
	border: 2px solid #FF8079;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.jbtn:hover, .jbtn:active {
	background: #fff;
	color: #FF8079;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}


/* jHr1e5: common global class */

.jHr1e5 {}
.jHr1e5 .jgallery{
	margin-top: 30px;
}
.jHr1e5 .jgallery .jtit {
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.jHr1e5 .jgallery .jlist {}

.jHr1e5 .jgallery .jimg-l {
	margin-bottom: 10px;
	overflow: hidden;
}
.jHr1e5 .jgallery .jimg-l .jimg-l-c{
	display: table;
	position: relative;
}

.jHr1e5 .jgallery .jimg-l .jimg-l-c img{
	float: left;
	display: block;
	width: auto;
}
.jHr1e5 .jgallery .jimg-thumb {
	display: table;
	width: 100%;
}
.jHr1e5 .jgallery .jimg-i.focused img{
	border: 1px solid #333;
}
.jHr1e5 .jgallery .jimg-r {
	margin: 0 -5px;
	display: table;
}

.jHr1e5 .jgallery .jimg-r .jimg-i {
	display: table;
	float: left;
	width: 20%;
	padding: 5px;
}

.jHr1e5 .jgallery .jimg-r .jimg-ii {}

.jHr1e5 .jgallery .jimg-r .jimg-ii img {}

.jHr1e5 .jgallery .jtext {
	margin-top: 30px;
	line-height: 25px;
}

.jHr1e5 .jopxt3 {
	margin-top: 80px;
}

.jHr1e5 .jopxt3 .jctn {}

.jHr1e5 .jopxt3 .jctn.jll {
	width: 470px;
}
.jHr1e5 .jopxt3 .jctn.jll .jtt .tel {
	font-size: 26px;
}

.jHr1e5 .jopxt3 .jctn.jrr {
	width: 195px;
	margin-left: auto;
}

.jHr1e5 .jopxt3 .jctn p {
	margin-bottom: 20px;
	line-height: 1;
}

.jHr1e5 .jopxt3 .jctn p span:first-child {
/*	float: left;
	width: 5em;
	display: block;
*/}
.jHr1e5 .jopxt3 .jctn p span:last-child {
/*	display: block;
	padding-left: 6em;
*/}

.jHr1e5 .jopxt3 .jctn .jtt {
	/*! padding-bottom: 20px; */
	border-bottom: 1px solid #E6D989;
}

.jHr1e5 .jopxt3 .jctn .jtt p:first-child {
	font-size: 18px;
	/*! font-weight: 700; */
}

.jHr1e5 .jopxt3 .jctn .jtbt {
	margin-top: 20px;
}
.jHr1e5 .jopxt3 .jctn .jtbt span {
	line-height:2em;
}

.jHr1e5 .jsocials {
	display: table;
	width: 100%;
	margin-top: 10px;
}

.jHr1e5 .jsocials .jsr {
	margin: 0 -4px;
}

.jHr1e5 .jsocials .jsr .jsr-i {
	float: left;
	display: table;
	width: 16.6666667%;
	padding: 3px;
}

.jHr1e5 .jsocials .jsr .jsr-i a {
	display: block;
	width: 100%;
	background: #ECD01E;
	color: #fff;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	font-size: 16px;
}

.jHr1e5 .jsocials .jsr .jsr-i a:hover {
	opacity: 0.7;
	filter: alpha(opacity=0.7);
}

.jmap {
	margin-top: 10px;
	position: relative;
}

.jmap .jm-ctn {
	position: relative;
}

.jmap .jm-ctn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.08);
	z-index: -2;
}

.jmap .jm-ctn::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
	-webkit-animation: spinner_loading 2.5s linear infinite;
	-o-animation: spinner_loading 2.5s linear infinite;
	animation: spinner_loading 2.5s linear infinite;
	z-index: -1;
}

@keyframes spinner_loading {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.jmap .jm-ctn iframe {
	display: block;
	height: 450px;
	min-height: 300px;
}

.jmap > p {
	margin: 5px 0 15px 0;
	color: #333;
	font-size: 11px;
	letter-spacing: 1px;
}

.jHr1e5 .jss {
	margin-top: 70px;
}

.jHr1e5 .jss .jtit {
	font-size: 15px;
}

.jHr1e5 .jss .jct {
	margin-top: 20px;
}

.jHr1e5 .jcalendar {}

.jHr1e5 .jcalendar .jcal-picker {
	margin-left: -20px;
}

.jHr1e5 .jcalendar .datepicker .datepicker-switch,
.jHr1e5 .jcalendar .datepicker th {
	font-weight: 400;
	letter-spacing: 2px;
}

.jHr1e5 .jcalendar .datepicker table tr td.old,
.jHr1e5 .jcalendar .datepicker table tr td.new {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	backface-visibility: hidden;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	/*! display: block; */
	line-height: 0;
}

.jHr1e5 .jcalendar .datepicker-inline {
	display: block;
	width: auto;
	font-size: 18px;
	font-family: 'Questrial', sans-serif;
}

.jHr1e5 .jcalendar .datepicker table {
	width: 100%;
}

.jHr1e5 .jcalendar .datepicker .prev,
.jHr1e5 .jcalendar .datepicker .next {
	background: #ECD01E;
	color: #fff;
	border-radius: 0;
	padding: 5px;
	width: 22px;
	height: 22px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	margin-top: 6px;
	font-weight: 100;
	position: relative;
	left: 17px;
	text-align: center;
	padding: 0;
	font-weight: 100;
}

.jHr1e5 .jcalendar .datepicker table tr td.highlighted {
	background: transparent;
	color: #848484;
	border-radius: 100%;
	position: relative;
}

.jHr1e5 .jcalendar .datepicker table tr td.highlighted::before {
	content: '';
	position: absolute;
	background: #F9F1BB;
	z-index: -1;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
}

.jHr1e5 .jcalendar .datepicker table tr td.active.active {
	background: #ECD01E;
}

.jHr1e5 .jcalendar .table-condensed > tbody > tr > td,
.jHr1e5 .jcalendar .table-condensed > tbody > tr > th,
.jHr1e5 .jcalendar .table-condensed > tfoot > tr > td,
.jHr1e5 .jcalendar .table-condensed > tfoot > tr > th,
.jHr1e5 .jcalendar .table-condensed > thead > tr > td,
.jHr1e5 .jcalendar .table-condensed > thead > tr > th {
	padding: 0;
}

.jvideo iframe {width:360px;height:240px;}

.jstaff {
	margin-top: 70px;
}

.jHr1e5.stpr .jstaff {
	margin-top: 20px;
}

.jstaff .jtit,
.jmywork .jtit,
.jstyle .jtit {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
}

.jstaff .jctn {}

.jstaff .jst-r {
	margin: 0 -15px;
}

.jstaff .jst-i {
	display: table;
	width: 16.6666667%;
	float: left;
	padding: 10px 15px;
}

.jstaff .jst-i:hover {
	opacity: 0.6;
	filter: alpha(opacity=0.6);
}

.jstaff .jst-i .jst-ii a, .jstaff .jst-i .jst-ii a:hover, .jstaff .jst-i .jst-ii a:active{
	color: #333;
}

.jstaff .jst-i .jst-th {}

.jstaff .jst-i .jst-txt {}

.jstaff .jst-i .jst-txt p {
	margin: 5px 0;
	font-size: 0.85em;
	line-height: 1;
}

.jstaff .jst-i .jst-txt p:last-child {
	font-size: 1em;
	margin-top: 7px;
	text-decoration: underline;
}

.jstyle {}

.jstyle .jdesc {
	font-size: 20px;
	margin-bottom: 40px;
}

.jstyle .jdesc span {
	margin-left: 15px;
	font-size: 0.85em;
}

.jstyle .jstl-ll {
	float: left;
	width: 27%;
}

.jstyle .jstl-rr {
	float: left;
	width: 73%
}

.jstyle .jstl-rr .jstl-ctn {
	padding-left: 40px;
}

.jstyle .jstl-rr .jstl-ctn p {
	margin-bottom: 25px;
	font-size: 14px;
}

.jstyle .jstl-rr .jstl-ctn p.txt-l {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.jstyle .jstl-rr .jstl-ctn p.p-img {
	padding-top: 10px;
	margin-bottom: 0;
}

.jstyle .jstl-rr .jstl-ctn p img {
	width: auto;
	height: auto;
}

.jstyle .jstl-ll .jstl-th {}

.jstyle .jstl-ll .jstl-th a:hover {
	opacity: 0.7;
	filter: alpha(opacity=0.7);
}

.jstyle .jstl-ll .jstl-bt {
	margin-top: 15px;
}

.jstyle .jstl-ll .jsocials {}

.jmywork {
	margin-top: 70px;
	margin-bottom: 30px;
}

.jmywork .jmw-slick-slide .slick-center {}

.jmywork .jmw-slick-slide .slick-slide .jmw-ii {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.6;
	filter: alpha(opacity=0.6);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.jmywork .jmw-slick-slide .slick-slide.slick-current .jmw-ii {
	border: 1px solid #F4E580;
	padding: 5px;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	color: #e67e22;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.jmywork .jmw-slick-slide .slick-prev,
.jmywork .jmw-slick-slide .slick-next {
	position: absolute;
	bottom: -45px;
	top: auto;
	padding: 0;
	border: 0;
	/*! width: 20px; */
	/*! height: 20px; */
	cursor: pointer;
}

.jmywork .jmw-slick-slide .slick-prev {
	left: 50%;
	margin-left: -35px;
}

.jmywork .jmw-slick-slide .slick-next {
	right: 50%;
	margin-right: -35px;
}


/*.jmywork .jmw-slick-slide .slick-list, .jmywork .jmw-slick-slide  .slick-track{
	overflow-x: hidden;
	overflow-y: initial;
}*/

.jmywork .jmw-slick-slide .slick-current img {}


/*---------------RECRUIT---------------*/


/*-------------------------------------*/

.jHr1e5.jrcruit {}

.jHr1e5 .jmain-img {
	margin-top: 20px;
}

.jHr1e5 .jmain-img img {}

.jHr1e5 .jqueue {}

.jHr1e5 .jqueue.jqueue-vertical {
	margin-top: 15px;
}

.jHr1e5 .jqueue.jqueue-vertical .jque-i {
	display: table;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.jHr1e5 .jqueue.jqueue-vertical .jque-ll {
	float: left;
	width: 38%;
}

.jHr1e5 .jqueue.jqueue-vertical .jque-ll .jque-th {}

.jHr1e5 .jqueue.jqueue-vertical .jque-ll img {
	width: 100%;
	display: block;
}

.jHr1e5 .jqueue.jqueue-vertical .jque-rr {
	float: right;
	width: 62%;
	padding-left: 35px;
}

.jHr1e5 .jqueue.jqueue-vertical .jque-rr .jque-txt {}

.jHr1e5 .jqueue.jqueue-vertical .jque-rr .jque-txt p {}

.jHr1e5 .jqueue.jqueue-vertical .jque-rr .jque-txt p.jt {}

.jHr1e5 .jqueue.jqueue-horizontal {
	display: table;
	width: 100%;
}

.jHr1e5 .jqueue.jqueue-horizontal .jque-row {
	margin-left: -25px;
	margin-right: -25px;
}

.jHr1e5 .jqueue.jqueue-horizontal .jque-i {
	display: block;
	float: left;
	width: 50%;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 25px;
	padding-right: 25px;
}

.jHr1e5 .jqueue.jqueue-horizontal .jque-ll {}

.jHr1e5 .jqueue.jqueue-horizontal .jque-ll .jque-th {}

.jHr1e5 .jqueue.jqueue-horizontal .jque-ll img {}

.jHr1e5 .jqueue.jqueue-horizontal .jque-rr {}

.jHr1e5 .jqueue.jqueue-horizontal .jque-rr .jque-txt {}

.jHr1e5 .jqueue.jqueue-horizontal .jque-rr .jque-txt p {
	margin-top: 18px;
}

.jHr1e5 .jrcruit-movie {
	margin-top: 20px;
}

.jHr1e5 .jrcruit-movie .jtit {
	font-weight: 900;
	text-align: center;
}

.jHr1e5 .jrcruit-movie .jmovie {
	margin-top: 20px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.jHr1e5 .jrcruit-movie .jmovie iframe {width:484px;height:323px; }

.jHr1e5 .jl-table {
	margin-top: 90px;
}

.jHr1e5 .jl-table .jl-tb {
	margin-top: 40px;
}

.jHr1e5 .jl-table .jl-head {
	position: relative;
	border-bottom: 1px solid #333;
	padding-left: 30px;
	font-size: 1.3em;
	letter-spacing: 3px;
	padding-bottom: 8px;
}

.jHr1e5 .jl-table .jl-head::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 10px;
	border-color: #F2E27F transparent transparent transparent;
}

.jHr1e5 .jl-table .jl-body {}

.jHr1e5 .jl-table .jl-tr {
	display: table;
	width: 100%;
	border-bottom: 1px solid #efefef;
}

.jHr1e5 .jl-table .jl-td {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.jHr1e5 .jl-table .jl-td.jl-td1 {
	width: 20%;
}

.jHr1e5 .jl-table .jl-td.jl-td2 {
	width: 80%;
}

.jHr1e5 .jl-table .jl-td.jl-td2 p {
	margin-bottom: 5px;
}

.jHr1e5 .jy-quote {
	margin-top: 40px;
	background: #f9f0bb;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
}

.jHr1e5 .jy-quote .jy-ctn {}

.jHr1e5 .jy-quote p {}

.jHr1e5 .jl-sub-img {
	margin-top: 50px;
}

.jHr1e5 .jl-sub-img .jl-s-th {
	display: table;
}

.jHr1e5 .jl-sub-img img {}

.jHr1e5 .jl-sub-img img:hover {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
}

.jHr1e5 .jl-sub-img .jl-s-txt {
	line-height: 1;
	margin-top: 8px;
	font-size: 0.98em;
}

.jHr1e5 .jl-but {
	margin-top: 50px;
}

.jHr1e5 .jl-but a {
	padding: 16px;
	line-height: 1;
	width: 340px;
	display: table;
	text-align: center;
}

.jHr1e5 .jl-but .jl-but-txt {
	margin-top: 9px;
	line-height: 1;
	font-size: 0.98em;
}

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

@media screen and (max-width: 960px) {
	.jHr1e5 .jopxt3 .jctn.jll,
	.jHr1e5 .jopxt3 .jctn.jrr {
		width: 100%;
		float: none;
	}
	.jstaff .jst-i {
		width: 20%;
	}
	.jstyle .jstl-ll {
		width: 40%;
	}
	.jstyle .jstl-rr {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.jHr1e5 .jopxt3 {
		margin-top: 10px;
	}
	.jHr1e5 .jopxt3 .jctn.jrr {
		max-width: 300px;
		float: none;
		margin: 20px auto;
		margin-top: 0;
	}
	.jHr1e5 .jopxt3 .jctn.jrr .jbtn,
	.jstyle .jstl-ll .jstl-bt .jbtn {
		display: table;
		width: auto;
		min-width: 200px;
		margin: auto;
	}
	.jHr1e5 .jsocials .jsr .jsr-i a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
	}
	.jHr1e5 .jrcruit-movie .jmovie iframe {
		width:100%;
		height: calc((323 / 484) * 375px);
	}

	.jstaff .jst-i {
		width: 25%;
	}
	.jHr1e5 .jss {
		margin-top: 20px;
	}
	.jHr1e5 .jss .jct {
		margin-top: 5px;
	}
	.jstyle .jdesc {
		margin-bottom: 20px;
	}
	.jstyle .jstl-ll,
	.jstyle .jstl-rr {
		float: none;
		width: 100%;
	}
	.jstyle .jstl-rr .jstl-ctn {
		padding-left: 0;
		margin-top: 10px;
	}
	.jstyle .jstl-rr .jstl-ctn p.txt-l {
		margin-bottom: 15px;
	}
	.jstyle .jstl-ll,
	.jstyle .jstl-rr .jstl-ctn p.p-img {
		max-width: 300px;
		margin: 0 auto;
		display: table;
	}
	.jstyle .jstl-ll .jstl-th {
		max-width: 210px;
		margin: 0 auto;
	}
	.jmap .jm-ctn iframe {
		height: auto;
	}
	.jmywork {
		margin-top: 20px;
	}
	.jmywork .jtit {
		text-align: center;
		margin-bottom: 20px;
	}
	.jHr1e5 .jgallery {
	margin-top: 0;
	}
	.jvideo iframe {width:100%;}

	/*RECRUIT*/
	.jHr1e5 .jqueue.jqueue-vertical .jque-i {
		display: block;
		float: left;
		width: 50%;
	}
	.jHr1e5 .jqueue.jqueue-vertical .jque-rr,
	.jHr1e5 .jqueue.jqueue-vertical .jque-ll {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-bottom: 7px;
	}
	.jHr1e5 .jqueue.jqueue-horizontal .jque-row,
	.jHr1e5 .jqueue.jqueue-vertical .jque-row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.jHr1e5 .jqueue.jqueue-horizontal .jque-i,
	.jHr1e5 .jqueue.jqueue-vertical .jque-i {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.jHr1e5 .jl-table,
	.jHr1e5 .jl-table .jl-tb {
		margin-top: 20px;
	}
	
.jHr1e5 .jopxt3 .jctn {
	font-size:14px;
	margin-left:2px;
}
.jtt p:first-child span {
	display: block;
	font-size: 14px;
	margin-left: 0;
	margin-top: 10px;
}
.jHr1e5 .jopxt3 .jctn p {
	line-height: 1.4;
}
.jHr1e5 .jcalendar .jcal-picker {
	margin-left: 0;
}

}

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

@media screen and (max-width: 480px) {
	.jstaff .jst-i {
		width: 33.3333333%;
	}
	.jHr1e5 .jqueue.jqueue-horizontal .jque-i,
	.jHr1e5 .jqueue.jqueue-vertical .jque-i {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.jHr1e5 .jl-table .jl-tr {
		border-bottom: 1px solid #333;
	}
	.jHr1e5 .jl-table .jl-td,
	.jHr1e5 .jl-table .jl-td.jl-td1,
	.jHr1e5 .jl-table .jl-td.jl-td2 {
		float: none;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.5;
		font-weight: 400;
	}
	.jHr1e5 .jl-table .jl-td.jl-td1 {
		font-weight: 700;
	}
	.jHr1e5 .jy-quote {
		padding: 7px;
	}
	.jHr1e5 .jl-but {
		margin-top: 20px;
	}
}

@media screen and (max-width: 360px) {
	.jstaff .jst-i {
		width: 50%;
	}
	/*RECRUIT*/
	.jHr1e5 .jqueue.jqueue-horizontal .jque-row,
	.jHr1e5 .jqueue.jqueue-vertical .jque-row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.jHr1e5 .jqueue.jqueue-horizontal .jque-i,
	.jHr1e5 .jqueue.jqueue-vertical .jque-i {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
		float: none;
		display: block;
		width: 100%;
	}
	.jHr1e5 .jl-but a {
		width: 100%;
	}
}

@media screen and (max-width: 300px) {
	.jstaff .jst-i {
		width: 100%;
	}
}
