@charset "utf-8";

.ht01 {
	text-align: center
}

.news {
	margin-top: 38px
}

.news-box ul {
	margin-left: -40px
}

.news-box li {
	float: left;
	width: 50%;
	padding-left: 40px;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.news-box li .img {
	float: left;
	width: 100px;
	overflow: hidden;
	height: 100px
}

.news-box li .img img {
	width: 100px;
	overflow: hidden;
	height: 100px;
	border-radius: 50%
}

.news-box li .des {
	overflow: hidden;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.news-box .des .time {
	font-size: 14px
}

.news-box .des .tit {
	font-size: 16px;
	color: #ff1e69;
	margin: 5px 0
}

.news-box .des .txt {
	font-size: 14px
}

.news-box .btn {
	margin-top: 40px;
	text-align: center
}

.news-box .btn a {
	display: inline-block;
	width: 300px;
	padding: 10px 0;
	text-align: center;
	font-size: 1.6em;
	color: #fff;
	background-color: #5c5c5c;
	text-decoration: none;
	border-radius: 6px;
	letter-spacing: .1em;
	transition: all .3s
}

@media screen and (max-width:767px) {
	.news {
		margin-top: 15px
	}

	.news-box ul {
		margin-left: 0
	}

	.news-box li {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.news-box li .img {
		float: left;
		width: 50px;
		overflow: hidden;
		height: 50px
	}

	.news-box .listbox {
		padding: 10px 5px;
		border-bottom: 1px solid #cbcbcb
	}

	.news-box li .img img {
		width: 50px;
		overflow: hidden;
		height: 50px;
		border-radius: 50%;
		vertical-align: middle
	}

	.news-box li .des {
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.news-box .des .time {
		font-size: 12px
	}

	.news-box .des .tit {
		font-size: 14px;
		color: #ff1e69;
		margin: 2px 0 0
	}

	.news-box .des .txt {
		font-size: 14px;
		display: none
	}

	.news-box .btn {
		margin-top: 20px;
		text-align: center
	}

	.news-box .btn a {
		display: inline-block;
		width: 260px;
		padding: 10px 0;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background-color: #5c5c5c;
		text-decoration: none;
		border-radius: 6px;
		letter-spacing: .1em;
		transition: all .3s
	}
}

.top-box {
	margin-top: 40px
}

.top-recruit {
	display: table;
	width: 100%
}

.top-recruit .img {
	display: table-cell;
	width: 50%;
	height: 350px;
	background: url(../img/img_top01.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
	background-size: cover
}

.top-recruit .des {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	background: #f7a7a1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.top-recruit .des .box {
	width: 475px;
	padding: 0 0 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.top-recruit .des .tit01 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center
}

.top-recruit .des .tit02 {
	font-size: 25px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
	text-align: center
}

.top-recruit .des .txt {
	font-size: 13px;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.8
}

.top-recruit .des .btn {
	text-align: center
}

.top-recruit .des .btn a {
	display: inline-block;
	width: 280px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	transition: all .3s;
	border-radius: 5px;
	border: 2px solid #fff
}

.top-diary .img {
	background: url(../img/img_top02.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
	background-size: cover
}

.top-diary .des {
	background: #8d8b8b
}

.top-diary .des .box {
	float: right;
	padding: 0 40px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:767px) {
	.top-box {
		margin-top: 15px
	}
}

.face {
	margin-top: 20px
}

.face-box {
	margin-top: 20px
}

.face-box ul {
	margin: -10px 0 0 -10px
}

.face-box li {
	float: left;
	width: 33.33%;
	padding-left: 10px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.face-box .img {
	background: #fff;
	position: relative;
	overflow: hidden
}

.face-box .img:before {
	background: url(../img/ico_new.png) 0 0 no-repeat;
	width: 47px;
	height: 49px;
	right: 0;
	top: 0;
	content: '';
	z-index: 2;
	position: absolute
}

.face-box .img img {
	transition: all .5s
}

.face-box .img img:hover {
	transform: rotate(15deg);
	transition: all .5s
}

.face-box .name {
	padding: 3px 0 0;
	font-size: 12px;
	text-align: center;
	color: #815f11
}

.face-box .size {
	padding: 3px 0 3px;
	font-size: 12px;
	text-align: center
}

.face-box .time {
	padding: 3px 0;
	text-align: center;
	background: #815f11;
	color: #fff;
	font-size: 12px
}

.message {
	margin-bottom: 40px
}

.message-box {
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	margin-top: 10px;
	font-size: 1.4rem;
	overflow: hidden;
	padding: 15px;
	text-align: justify
}

.message-box .txt01 {
	font-size: 14px;
	line-height: 2.5;
	text-align: center
}

.message-box .img {
	margin-top: 15px;
	text-align: center
}

@media screen and (max-width:767px) {
	.message {
		margin-bottom: 20px
	}

	.message-box {
		padding: 10px
	}

	.message-box .txt01 {
		font-size: 14px
	}

	.message-box .img {
		margin-top: 10px
	}
}

.system-cont+.system-cont {
	margin-top: 30px
}

.system-cont {
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ht01 {
	color: #fd574a;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px
}

.system-cont table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ff1e6a
}

.system-cont table th {
	background: #f7a7a1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	border: 1px solid #ffffff
}

.system-cont table thead th {
	color: #fff
}

.system-cont table td {
	font-size: 16px;
	color: #fd574a;
	font-weight: 700;
	padding: 10px 10px;
	background: #fff;
	border: 1px solid #fd574a
}

@media screen and (max-width:767px) {
	.system-cont+.system-cont {
		margin-top: 15px
	}

	.system-cont {
		padding: 0
	}

	.ht01 {
		font-size: 18px
	}

	.system-cont table th {
		font-size: 14px;
		padding: 10px 0
	}

	.system-cont table td {
		font-size: 14px
	}
}

.access-img {
	margin-top: 50px;
	text-align: center
}

.access-img img {
	width: 80%
}

.access-box .address table {
	width: 100%
}

.access-box .address table th {
	width: 30%;
	font-size: 16px;
	padding: 15px 20px;
	font-weight: 700;
	color: #fd574a;
	border: 1px solid #fd574a
}

.access-box .address table td {
	font-size: 14px;
	text-align: left;
	padding: 15px 20px;
	border: 1px solid #fd574a
}

.access-box iframe {
	width: 100%;
	height: 420px !important
}

@media screen and (max-width:767px) {
	.access-img {
		margin-top: 25px;
		text-align: center
	}

	.access-box {
		padding: 10px 10px !important
	}

	.access-box .address table th {
		font-size: 14px;
		padding: 10px 5px;
		text-align: center
	}

	.access-box .address table td {
		font-size: 12px;
		text-align: left;
		padding: 10px 10px
	}

	.access-box iframe {
		width: 100%;
		height: 340px !important
	}
}

.com-container {
	margin-top: 20px;
	background: rgba(255, 255, 255, .6);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	padding: 20px 20px
}

.mainbox {
	margin-top: 20px
}

@media screen and (max-width:767px) {
	.com-container {
		padding: 10px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

.staff01-box {
	padding: 20px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.staff01 .tags {
	border: 1px solid #97adbe;
	padding: 2px 0;
	text-align: center;
	width: 330px
}

.staff01 .icoimg {
	padding: 10px 0 10px
}

.staff01-img01 {
	width: 400px;
	float: left;
	margin-right: 28px
}

.staff01-img img {
	width: 100%
}

.staff01-des {
	overflow: hidden
}

.txt_box {
	margin-bottom: 30px;
	padding: 10px 20px;
	font-size: 15px;
	color: #000;
	text-align: left
}

.txt_box .name {
	color: #fd574a;
	font-size: 16px;
	font-weight: 700
}

.txt_box .size {
	font-size: 14px;
	color: #fd574a;
	font-weight: 700
}

.txt_box .name img {
	vertical-align: middle;
	margin-left: 10px
}

.txt_box01 {
	line-height: 2.5
}

.ht03 {
	padding: 0 0 0 8px;
	border-left: 2px solid #fd574a;
	font-weight: 700;
	color: #fd574a;
	font-size: 20px;
	letter-spacing: 4px;
	text-align: left
}

.imglist {
	margin-top: 15px
}

.imglist ul {
	margin-left: -5px;
	width: 400px
}

.imglist li {
	float: left;
	width: 25%;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.imglist li img {
	cursor: pointer
}

.nav-list03 {
	text-align: center;
	margin-bottom: 20px
}

@media screen and (max-width:767px) {
	.staff01-box {
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.staff01 .main-inner {
		width: 100%
	}

	.staff01 .tags {
		text-align: center;
		width: 100%
	}

	.staff01 .slick-slide img {
		margin: 0 auto;
		max-height: 360px
	}

	.staff01 .icoimg {
		padding: 10px 0 10px
	}

	.slider-nav .slick-slide {
		padding: 0 5px !important;
		margin: 5px 0 0 0;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important
	}

	.slick-next::before {
		content: ''
	}

	.slick-next::before,
	.slick-prev::before {
		display: none
	}

	.staff01-des {
		overflow: hidden
	}

	.staff01-des .tablebox {
		margin-top: 15px
	}

	.staff01-des .tablebox .comment {
		font-size: 12px;
		margin-top: 10px
	}

	.txt_box {
		margin-bottom: 15px;
		padding: 10px 0;
		font-size: 15px;
		color: #000;
		text-align: left
	}
}

.room-box {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.room-box ul {
	margin: -20px 0 0 -20px
}

.room-box li {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.room-box li img {
	border: 2px solid #ff1e69;
	border-radius: 20px
}

.room-box .room-txt {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2
}

@media screen and (max-width:767px) {
	.room-box {
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.room-box ul {
		margin: -10px 0 0 -10px
	}

	.room-box li {
		padding-left: 10px;
		padding-top: 10px
	}

	.room-box li img {
		border: 1px solid #fd574a;
		border-radius: 10px
	}

	.room-box .room-txt {
		margin-top: 15px;
		font-size: 14px;
		line-height: 2
	}
}

.recruit-box {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.recruit-in {
	border-bottom: 1px solid #fd574a
}

.recruit-box dl {
	display: table;
	width: 100%;
	border-top: 1px solid #fd574a
}

.recruit-box dt {
	display: table-cell;
	width: 30%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	background: #f7a7a1;
	color: #fff;
	border-left: 1px solid #fd574a;
	border-right: 1px solid #fd574a
}

.recruit-box dd {
	display: table-cell;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #fd574a;
	line-height: 2
}

.recruit-box dd a {
	color: #000;
	text-decoration: underline;
	font-size: 16px
}

@media screen and (max-width:767px) {
	.recruit-box dt {
		font-size: 14px
	}

	.recruit-box dd {
		font-size: 12px
	}
}

.hotel-box .caption {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 0 0 10px 0
}

.hotel-in+.hotel-in {
	margin-top: 20px
}

.hotel-box table {
	width: 100%
}

.hotel-box table th {
	border: 1px solid #bf9d4e;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	color: #fff;
	background: #815f11
}

.hotel-box table td {
	border: 1px solid #bf9d4e;
	padding: 8px 0 8px 10px;
	font-size: 14px;
	color: #000
}

.hotel-box table td a {
	color: #000
}

@media screen and (max-width:767px) {
	.hotel-in+.hotel-in {
		margin-top: 15px
	}

	.hotel-box {
		margin: 0;
		padding: 10px 5px 10px
	}

	.hotel-box .caption {
		font-size: 14px
	}

	.hotel-box table th {
		padding: 3px 0 3px 5px;
		font-size: 12px
	}

	.hotel-box table td {
		padding: 3px 0 3px 5px;
		font-size: 12px
	}
}

.link-box table {
	width: 100%;
	border: 1px solid #ff1e69;
	border-collapse: separate;
	border-spacing: 1px
}

.link-box table tr {
	border: 1px solid #ff1e69;
	text-align: left
}

.link-box table td {
	border: 1px solid #ff1e69;
	padding: 50px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left
}

@media screen and (max-width:767px) {
	.link-box table td {
		padding: 30px 20px
	}
}
