@charset "utf-8";

.face {
	background: -webkit-linear-gradient(top, #cd87f1 0, #b150df);
	background: -o-linear-gradient(top, #cd87f1 0, #b150df);
	background: linear-gradient(top, #cd87f1 0, #b150df);
	padding: 80px 0
}

.event .img {
	text-align: center;
	padding-bottom: 40px
}

.event .img+.img {
	margin-top: 30px
}

.news {
	width: 100%;
	background: url("../images/bg_mainvisual.jpg") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0
}

.news-box {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}

.news-box .title-box {
	width: 30%;
	height: 650px;
	float: left;
	background: url("../images/bg_new_left.png") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 30%;
	margin-bottom: 0;
	text-shadow: 5px 5px 10px #ad3942;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.news-box .des-box {
	width: 70%;
	height: 650px;
	float: left;
	background: rgba(255, 255, 255, 0.9);
	padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.news-box .des-in {
	padding: 10px;
	height: 600px;
	overflow-y: scroll;
	border: 2px solid #bf40e9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.news-box .des-box .time {
	margin-top: 20px;
	background: #bf40e9;
	padding: 3px 20px;
	color: #fff;
	font-size: 20px;
	display: inline-block
}

.news-box .des-box .tit {
	text-align: left;
	font-size: 20px;
	color: #8b01b9;
	margin: 5px 0;
	font-weight: bold
}

.news-box .des-box .txt {
	font-size: 18px;
	line-height: 1.7
}

.news-cont+.news-cont {
	margin-top: 30px
}

.news-cont .tit01 {
	text-align: center;
	font-size: 30px;
	color: #f00101;
	font-weight: bold;
	margin-top: 10px
}

.news-cont .open {
	margin: 10px 0 5px;
	text-align: center;
	font-size: 18px;
	color: #01a4f0
}

.news-cont .price {
	font-size: 36px;
	font-weight: bold;
	color: #ff82b3;
	text-align: center
}

.news-cont .price span {
	color: #ff9000
}

@media screen and (max-width:767px) {
	.face {
		margin-top: 40px;
		padding: 40px 0
	}

	.event .img {
		padding: 0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.event .img+.img {
		margin-top: 15px
	}

	.news {
		width: 100%;
		padding: 40px 0
	}

	.news-box {
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
		background: url("../images/bg_new_left.png") no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 0 10px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.news-box .title-box {
		width: 100%;
		height: auto;
		float: none;
		background: 0;
		padding-top: 20px;
		margin-bottom: 0;
		text-shadow: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.news-box .des-box {
		width: 100%;
		height: 420px;
		float: none;
		padding: 10px;
		background: rgba(255, 255, 255, 0.8);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.news-box .des-in {
		padding: 0 10px;
		height: 400px;
		overflow-y: scroll;
		border: 2px solid #bf40e9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.news-box .des-box .time {
		margin-top: 10px;
		padding: 3px 10px;
		font-size: 16px
	}

	.news-box .des-box .tit {
		font-size: 16px;
		margin: 5px 0
	}

	.news-box .des-box .txt {
		font-size: 14px
	}

	.news-cont+.news-cont {
		margin-top: 15px
	}

	.news-cont .tit01 {
		font-size: 24px;
		margin-top: 5px
	}

	.news-cont .open {
		margin: 5px 0 0;
		font-size: 16px
	}

	.news-cont .price {
		font-size: 20px
	}
}

.section_bnr {
	margin: 0 0 80px;
	padding-top: 20px
}

.section_bnr .tit {
	max-width: 1200px;
	width: 90%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	letter-spacing: 3px;
	color: #9000db
}

.section_bnr .tit span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-weight: bold;
	text-align: left
}

.section_bnr .tit span:before,
.section_bnr .tit span:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 500%;
	height: 1px;
	z-index: 2;
	background-color: #cb80f0
}

.section_bnr .tit span:before {
	right: 100%
}

.section_bnr .tit span:after {
	left: 100%
}

.section_bnr-box {
	width: 1246px;
	margin: 20px auto 0
}

.section_bnr-box ul {
	margin-left: -23px
}

.section_bnr-box li {
	text-align: center;
	float: left;
	width: 50%;
	padding-left: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:767px) {
	.section_bnr {
		margin: 0 0 40px;
		padding-top: 10px
	}

	.section_bnr .tit {
		max-width: 100%;
		width: 90%;
		font-size: 26px;
		letter-spacing: 3px
	}

	.section_bnr .tit span {
		position: relative;
		display: inline-block;
		margin: 0 1em;
		padding: 0 1em
	}

	.section_bnr-box {
		width: 100%;
		margin: 10px auto 0;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.section_bnr-box ul {
		margin-left: 0
	}

	.section_bnr-box li {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

.pick-up-box .swiper-container {
	background: #241e1b;
	text-align: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.pick-up-box .listtit {
	font-size: 14px;
	color: #c1b07b;
	line-height: 1.6
}

.pick-up-box .listsize {
	font-size: 12px;
	color: #fff;
	line-height: 1.6;
	padding-bottom: 3px
}

.pick-up-box .listsize span {
	color: #c1b07b
}

.pick-up-box .listtxt {
	border-top: 1px solid #3c3129;
	font-size: 12px;
	color: #cfbbab;
	padding: 5px 0 0
}

.sp-pick-up-box .swiper-container {
	padding: 10px 0
}

.sp-pick-up-box {
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.slider-top .slick-slide {
	padding: 0 3px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.slider-top .slick-prev {
	width: 40px;
	height: 40px;
	background: url("../images/arrowL.png") no-repeat 0 0;
	left: 5px;
	z-index: 99
}

.slider-top .slick-next {
	width: 40px;
	height: 40px;
	background: url("../images/arrowR.png") no-repeat 0 0;
	right: 5px;
	z-index: 99
}

.slick-prev:before,
.slick-next:before {
	display: none
}

.system-box {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.system-cont {
	width: 600px;
	margin: 0 auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.system-cont+.system-cont {
	margin-top: 20px
}

.ht01 {
	font-family: 'Crimson Text', serif;
	font-size: 24px;
	text-align: center;
	border-top: 0;
	border-bottom: 1px solid #333;
	line-height: 50px;
	height: 50px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0
}

.system-cont .box table {
	width: 100%
}

.system-cont .box th {
	font-size: 16px;
	padding: 15px 0;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ddd
}

.system-cont .box td {
	font-size: 16px;
	padding: 15px 0;
	text-align: right;
	border-bottom: 1px solid #ddd
}

.precautions {
	margin: 20px auto 0;
	width: 600px
}

.precautions dl {
	margin-top: 20px;
	text-align: left
}

.precautions dt {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	border-left: 3px solid #ce88f1;
	color: #ce88f1
}

.precautions dd {
	font-size: 14px;
	line-height: 2
}

@media screen and (max-width:767px) {
	.system-cont {
		width: 100%
	}

	.system-cont+.system-cont {
		margin-top: 20px
	}

	.precautions {
		margin: 10px auto 0;
		width: 100%
	}

	.precautions dl {
		margin-top: 20px;
		text-align: left
	}

	.precautions dt {
		font-size: 16px;
		font-weight: bold;
		padding: 0 0 0 10px;
		margin-bottom: 10px;
		border-left: 3px solid #ce88f1;
		color: #ce88f1
	}

	.precautions dd {
		font-size: 14px;
		line-height: 2
	}
}

.com-container {
	padding: 30px 0 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.schedule-box ul {
	margin: -15px 0 0 -10px
}

.schedule-box li {
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:767px) {
	.com-container {
		margin: 0;
		padding: 10px 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.schedule-box ul {
		margin: -10px 0 0 -10px
	}

	.schedule-box li {
		float: left;
		width: 50%;
		padding-left: 10px;
		padding-top: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

.staff01 .inner {
	width: 930px
}

.staff01-img {
	float: left;
	width: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.staff01-img .img img {
	border: 2px solid #424242;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.imglist {
	margin-top: 15px
}

.imglist ul {
	margin-left: -5px
}

.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+li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.imglist li img {
	border: 1px solid #424242;
	cursor: pointer
}

.staff01-des {
	float: right;
	width: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.staff01-des .ht03 {
	font-size: 16px;
	background-color: #ff88bf;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	border: 1px solid #fff
}

.staff01-des .name {
	font-size: 20px;
	color: #7500af;
	font-weight: bold;
	padding: 10px 0 10px 20px
}

.staff01-des .size {
	font-size: 14px;
	letter-spacing: 2px;
	color: #a433dc;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 20px
}

.comment-box {
	font-size: 16px;
	padding: 10px;
	line-height: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.des-schedule .box {
	margin: 20px 10px 0
}

.des-schedule table {
	width: 100%;
	border: 1px solid #ccc
}

.des-schedule table th {
	color: #fff;
	background: #cd87ef;
	width: 25%;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ccc
}

.des-schedule td {
	font-size: 14px;
	width: 25%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ccc
}

@media screen and (max-width:767px) {
	.staff01 .inner {
		width: 100%
	}

	.slider-for .slick-slide img {
		margin: 0 auto;
		max-height: 400px
	}

	.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-prev::before,
	.slick-next::before {
		display: none
	}

	.staff01-des {
		float: none;
		width: 100%;
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

.room-box .tit {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	border: 1px solid #fff;
	background: -webkit-linear-gradient(top, #ff88bf, #ff5d99)
}

.room-box .room-in {
	margin-top: 30px
}

.room-box .room-in .img {
	width: 100%;
	border: 2px solid #010101
}

.room-box .room-in ul {
	margin-top: -10px;
	margin-left: -10px
}


#footer .design {
	color: #fff;
}

#footer .design a {
	color: #fff;
}

.room-box .room-in li {
	float: left;
	width: 50%;
	padding-left: 10px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.room-box .room-in ul li img {
	border: 1px solid #01010100;
	border-radius: 10px
}

.room-box .txt {
	padding: 25px 10px 0;
	line-height: 1.8;
	font-size: 16px;
	color: #000
}

.room-box .txt a {
	color: #000
}

@media screen and (max-width:767px) {
	.room-box .tit {
		font-size: 16px;
		margin-top: 10px
	}

	.room-box .room-in {
		margin-top: 15px;
		padding: 0 10px
	}

	.room-box .room-in ul li+li {
		margin-top: 0
	}

	.room-box .room-in .img {
		float: none;
		width: 100%;
		border: 1px solid #010101
	}

	.room-box .room-in ul {
		float: none;
		width: 100%;
		margin-top: 10px
	}

	.room-box .txt {
		padding: 15px 10px 0;
		font-size: 14px
	}
}

.ht02 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px 0;
	position: relative
}

.ht02 span {
	font-size: 14px;
	display: block;
	text-align: center
}

.ht02:before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc
}

.ht02:after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box
}

.access-box {
	text-align: center;
	padding: 25px 0
}

.access-box .tel:last-child {
	margin-left: 100px
}

.access-box .tel {
	text-align: center;
	font-size: 18px;
	display: inline-block
}

.access-box .tel a,
.access-box .tel span {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 2;
	text-decoration: none
}

.access .map {
	width: 100%;
	height: 450px;
	margin: 25px auto 0
}

.access .map iframe {
	width: 100%;
	height: 450px
}

@media screen and (max-width:767px) {
	.access .map {
		width: 100%;
		height: 320px;
		margin: 15px auto 0
	}

	.access .map iframe {
		width: 100%;
		height: 320px
	}
}

.recruit-in {
	margin: 25px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.recruit-box table {
	width: 100%;
	border: 1px solid #ccc
}

.recruit-box th {
	width: 30%;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #ce88f1
}

.recruit-box td {
	padding: 10px 0 10px 10px;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
	line-height: 2
}

.recruit-box td a {
	color: #000
}

@media screen and (max-width:767px) {
	.recruit-in {
		margin: 10px 0 0
	}

	.recruit-box dt {
		font-size: 14px
	}

	.recruit-box dd {
		font-size: 12px
	}
}

.hotel-box .caption {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 10px 0
}

.hotel-box table {
	width: 100%
}

.hotel-box table tr {
	border: 1px solid #666
}

.hotel-box table th {
	font-weight: bold;
	border: 1px solid #666;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	color: #ab9355;
	background: #000;
	width: 30%
}

.hotel-box table .newwidth {
	width: 40%
}

.hotel-box table td {
	border: 1px solid #666;
	padding: 8px 0 8px 10px;
	font-size: 14px;
	color: #fff;
	background: #000
}

@media screen and (max-width:767px) {
	.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-in {
	margin: 25px 0 0
}

.link-box table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 1px
}

.link-box table tr {
	border: 1px solid #ccc
}

.link-box table td {
	border: 1px solid #ccc;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:767px) {
	.link-in {
		margin: 10px 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.link-box table td {
		padding: 30px 10px
	}
}
