@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.layout_welc .con_tit, .layout_welc .con_welcom .box_tit .text, .layout_welc .con_welcom .box_welc h4, .con_int .box_int, .con_int .box_concept h4, .con_bn {
	max-width: 1160px;
	margin: auto;
}
@media only screen and (max-width: 1160px) {
  .layout_welc .con_tit, .layout_welc .con_welcom .box_tit .text, .layout_welc .con_welcom .box_welc h4, .con_int .box_int, .con_int .box_concept h4, .con_bn {
		width: 95%;
  }
}

.layout_welc .con_welcom .box_welc .box_slide .wrp_slide:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	anim1
----------------------------------------------------------- */
@-webkit-keyframes anim1 {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-moz-keyframes anim1 {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-o-keyframes anim1 {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-ms-keyframes anim1 {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@keyframes anim1 {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 0;
	}
}
/*----------------------------------------------------
	.layout_welc
----------------------------------------------------*/
.layout_welc {
	position: relative;
}
.layout_welc .con_tit {
	text-align: center;
	position: relative;
	z-index: 50;
}
.layout_welc .con_tit h3 {
	position: relative;
}
.layout_welc .con_tit h3 span.off {
	display: block;
}
.layout_welc .con_tit h3 span.on {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: anim1 0.5s none 0s infinite;
	-moz-animation: anim1 0.5s none 0s infinite;
	-o-animation: anim1 0.5s none 0s infinite;
	-ms-animation: anim1 0.5s none 0s infinite;
	animation: anim1 0.5s none 0s infinite;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
.layout_welc .con_welcom {
	position: relative;
	top: -80px;
	background-color: #221b1b;
	border-top: 13px solid #851d16;
	padding-top: 80px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .layout_welc .con_welcom {
		top: -50px;
		padding-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom {
		top: -30px;
		padding-top: 30px;
		border-top: 8px solid #851d16;
  }
}
@media only screen and (max-width: 480px) {
  .layout_welc .con_welcom {
		top: -15px;
		padding-top: 15px;
  }
}
.layout_welc .con_welcom .box_tit {
	text-align: center;
	margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_tit {
		margin-top: 3%;
  }
}
.layout_welc .con_welcom .box_tit h3 {
	font-weight: normal;
	position: relative;
	display: inline-block;
	z-index: 10;
	padding: 0 140px;
}
.layout_welc .con_welcom .box_tit h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 118px;
	height: 66px;
	background: transparent url("../../guestroom/images/fig_starL.png") top left no-repeat;
	background-size: 100% auto;
	margin-top: -33px;
	z-index: 0;
}
.layout_welc .con_welcom .box_tit h3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 118px;
	height: 66px;
	background: transparent url("../../guestroom/images/fig_starR.png") top left no-repeat;
	background-size: 100% auto;
	margin-top: -33px;
	z-index: 0;
}
.layout_welc .con_welcom .box_tit h3 span {
	display: block;
}
.layout_welc .con_welcom .box_tit h3 span.jp {
	color: #b08b6a;
	font-size: 250%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
.layout_welc .con_welcom .box_tit h3 span.en {
	font-size: 134%;
	line-height: 1.4em;
	color: #dbd2b4;
	font-family: "Times New Roman",serif;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .layout_welc .con_welcom .box_tit h3 span.jp {
		font-size: 200%;
		line-height: 1.4em;
		letter-spacing: 0;
  }
  .layout_welc .con_welcom .box_tit h3 span.en {
		font-size: 109%;
		line-height: 1.4em;
  }
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_tit h3 span.jp {
		font-size: 134%;
		line-height: 1.4em;
		letter-spacing: 0;
  }
  .layout_welc .con_welcom .box_tit h3 span.en {
		font-size: 92%;
		line-height: 1.4em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .layout_welc .con_welcom .box_tit h3 {
		padding: 0 89px;
  }
  .layout_welc .con_welcom .box_tit h3:before {
		width: 59px;
		height: 33px;
		margin-top: -16px;
  }
  .layout_welc .con_welcom .box_tit h3:after {
		width: 59px;
		height: 33px;
		margin-top: -16px;
  }
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_tit h3 {
		padding: 0;
  }
  .layout_welc .con_welcom .box_tit h3:before {
		display: none;
  }
  .layout_welc .con_welcom .box_tit h3:after {
		display: none;
  }
}
.layout_welc .con_welcom .box_tit .text {
	color: #FFF;
	line-height: 1.6em;
	margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_tit .text {
		margin-top: 1em;
  }
}
.layout_welc .con_welcom .box_welc {
	margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_welc {
		margin-top: 5%;
  }
}
.layout_welc .con_welcom .box_welc h4 {
	position: relative;
	z-index: 50;
	text-align: center;
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_welc h4 {
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 0.5em 0;
		background-color: #FFF;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		color: #392f24;
  }
}
.layout_welc .con_welcom .box_welc .box_slide {
	position: relative;
	z-index: 10;
	background-color: #2b2424;
	margin-top: -24px;
	padding: 64px 0 40px;
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_welc .box_slide {
		padding: 3% 0;
  }
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_welc .box_slide {
		margin-top: 5%;
  }
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide {
	clear: both;
	margin-bottom: 0;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide {
	width: 24.4%;
	margin-left: 0.8%;
	position: relative;
	overflow: hidden;
	display: block;
}
@media only screen and (min-width: 1161px) {
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide:hover .wrp_hover {
		bottom: 0%;
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-o-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transition-delay: 0ms;
		-moz-transition-delay: 0ms;
		-o-transition-delay: 0ms;
		-ms-transition-delay: 0ms;
		transition-delay: 0ms;
  }
}
@media print {
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide:hover .wrp_hover {
		bottom: 0%;
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-o-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transition-delay: 0ms;
		-moz-transition-delay: 0ms;
		-o-transition-delay: 0ms;
		-ms-transition-delay: 0ms;
		transition-delay: 0ms;
  }
}
.ie8 .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide:hover .wrp_hover {
	bottom: 0%;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	transition-delay: 0ms;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.fore .inner .name {
	background-color: #3e6855;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.fore .wrp_hover {
	background-color: rgba(62, 104, 85, 0.95);
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.fore .wrp_hover .n {
	color: #3e6855;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.rake .inner .name {
	background-color: #2e5578;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.rake .wrp_hover {
	background-color: rgba(46, 85, 120, 0.95);
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.rake .wrp_hover .n {
	color: #2e5578;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.movie .inner .name {
	background-color: #a28a29;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.movie .wrp_hover {
	background-color: rgba(162, 138, 41, 0.95);
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.movie .wrp_hover .n {
	color: #a28a29;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.hide .inner .name {
	background-color: #573d2c;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.hide .wrp_hover {
	background-color: rgba(87, 61, 44, 0.95);
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide.hide .wrp_hover .n {
	color: #573d2c;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner {
	background-color: #161616;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	display: block;
	padding: 3% 6%;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner:first-child {
	margin-left: 0;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner .st {
	text-align: center;
	padding-bottom: 8px;
	background: transparent url("../../guestroom/images/line_w.png") left bottom repeat-x;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner .st img {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner .st {
		font-size: 1.4em;
		line-height: 1.4em;
		letter-spacing: 0.1em;
		color: #b4b37e;
		font-family: "Times New Roman",serif;
  }
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner .img {
	text-align: center;
	margin-top: 1em;
	padding: 0 15px;
	background: transparent url("../../guestroom/images/line_dot.png") top left repeat-y;
	position: relative;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner .img:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 100%;
	top: 0;
	right: 0;
	background: transparent url("../../guestroom/images/line_dot.png") top left repeat-y;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner .img img {
	display: inline-block;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner .name {
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0.8em 3%;
	-moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3) inset;
	margin-top: 1em;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .inner .name img {
	display: inline-block;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover {
	position: absolute;
	bottom: -70%;
	left: 0;
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1161px) {
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-o-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transition-delay: 0ms;
		-moz-transition-delay: 0ms;
		-o-transition-delay: 0ms;
		-ms-transition-delay: 0ms;
		transition-delay: 0ms;
  }
}
@media print {
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-o-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transition-delay: 0ms;
		-moz-transition-delay: 0ms;
		-o-transition-delay: 0ms;
		-ms-transition-delay: 0ms;
		transition-delay: 0ms;
  }
}
.ie8 .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	transition-delay: 0ms;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho {
	padding: 5%;
	text-align: center;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text {
	color: #FFF;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text dt {
	font-size: 1.4vw;
	line-height: 1.4em;
}
.layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text dd {
	margin-top: 1em;
	line-height: 1.8em;
}
@media only screen and (min-width: 1161px) {
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text dd {
		font-size: .8vw;
		-moz-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		width: 120%;
		margin-left: -10%;
  }
}
@media print {
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text dd {
		font-size: .8vw;
		-moz-transform: scale(0.9, 0.9);
		-ms-transform: scale(0.9, 0.9);
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		width: 120%;
		margin-left: -10%;
  }
}
.ie8 .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text dd {
	font-size: .8vw;
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	width: 120%;
	margin-left: -10%;
}
@media only screen and (max-width: 1160px) {
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover {
		position: static;
  }
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho .n {
		text-align: center;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		padding: 0.5em 3%;
		-moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3) inset;
		-webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3) inset;
		box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3) inset;
		background-color: #FFF;
		font-size: 1.4em;
		line-height: 1.4em;
		font-weight: bold;
  }
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text {
		margin-top: 1em;
  }
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text dt {
		font-size: 1.4em;
		line-height: 1.4em;
  }
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text dd {
		text-align: left;
  }
  .layout_welc .con_welcom .box_welc .box_slide .wrp_slide .slide .wrp_hover .inner_ho dl.text dd br {
		display: none;
  }
}

/*----------------------------------------------------
	.con_int
----------------------------------------------------*/
.con_int .box_int {
	text-align: center;
}
.con_int .box_int h3 {
	font-size: 217%;
	color: #836143;
}
@media only screen and (min-width: 641px) {
  .con_int .box_int h3 {
		letter-spacing: .2em;
  }
}
@media print {
  .con_int .box_int h3 {
		letter-spacing: .2em;
  }
}
.ie8 .con_int .box_int h3 {
	letter-spacing: .2em;
}
@media only screen and (max-width: 640px) {
  .con_int .box_int h3 {
		font-size: 167%;
  }
}
.con_int .box_int .txt {
	margin-top: 1.5em;
}
@media only screen and (max-width: 640px) {
  .con_int .box_int .txt {
		text-align: left;
  }
}
.con_int .box_concept {
	margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .con_int .box_concept {
		margin-top: 5%;
  }
}
.con_int .box_concept h4 {
	text-align: center;
}
.con_int .box_concept .box_slide {
	margin-top: 15px;
	background: #9ecec9;
	padding: 8px 0;
}
@media only screen and (max-width: 640px) {
  .con_int .box_concept .box_slide {
		margin-top: 3%;
  }
}
.con_int .box_concept .box_slide:before, .con_int .box_concept .box_slide:after {
	content: '';
	display: block;
	height: 20px;
	background: url(../../guestroom/images/bg_concept.png) repeat-x;
}
.con_int .box_concept .box_slide #obj_conceptSlider {
	margin-bottom: 8px;
}
.con_int .box_concept .box_slide .slick-next, .con_int .box_concept .box_slide .slick-prev {
	width: 66px;
	height: 66px;
	margin-top: -33px;
	bottom: auto;
	background: #fff;
	border-radius: 4px;
	left: 0;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
.con_int .box_concept .box_slide .slick-next.slick-disabled, .con_int .box_concept .box_slide .slick-prev.slick-disabled {
	opacity: .5;
	cursor: default;
	background: #fff;
}
@media only screen and (max-width: 640px) {
  .con_int .box_concept .box_slide .slick-next, .con_int .box_concept .box_slide .slick-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
  }
}
.con_int .box_concept .box_slide .slick-next:before, .con_int .box_concept .box_slide .slick-next:after, .con_int .box_concept .box_slide .slick-prev:before, .con_int .box_concept .box_slide .slick-prev:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	margin-top: -15px;
	-moz-transition: border-color 300ms;
	-o-transition: border-color 300ms;
	-webkit-transition: border-color 300ms;
	transition: border-color 300ms;
	opacity: 1;
}
.con_int .box_concept .box_slide .slick-prev.slick-disabled {
	background: #fff !important;
}
.con_int .box_concept .box_slide .slick-prev.slick-disabled:before {
	border-right-color: #df954d !important;
}
.con_int .box_concept .box_slide .slick-prev.slick-disabled:after {
	border-right-color: #fff !important;
}
.con_int .box_concept .box_slide .slick-prev:before, .con_int .box_concept .box_slide .slick-prev:after {
	border: 15px solid transparent;
	border-right: 15px solid #df954d;
	border-left: 0;
}
.con_int .box_concept .box_slide .slick-prev:after {
	margin-left: -7px;
	border-right-color: #fff;
}
.con_int .box_concept .box_slide .slick-prev.slick-active, .mouse .con_int .box_concept .box_slide .slick-prev:hover, .touch .con_int .box_concept .box_slide .slick-prev.touchstart {
	background: #df954d;
}
.con_int .box_concept .box_slide .slick-prev.slick-active:before, .mouse .con_int .box_concept .box_slide .slick-prev:hover:before, .touch .con_int .box_concept .box_slide .slick-prev.touchstart:before {
	border-right-color: #fff;
}
.con_int .box_concept .box_slide .slick-prev.slick-active:after, .mouse .con_int .box_concept .box_slide .slick-prev:hover:after, .touch .con_int .box_concept .box_slide .slick-prev.touchstart:after {
	border-right-color: #df954d;
}
.touch .con_int .box_concept .box_slide .slick-prev {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_int .box_concept .box_slide .slick-prev.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_int .box_concept .box_slide .slick-next {
	left: auto;
	right: 0;
}
.con_int .box_concept .box_slide .slick-next.slick-disabled {
	background: #fff !important;
}
.con_int .box_concept .box_slide .slick-next.slick-disabled:before {
	border-left-color: #df954d !important;
}
.con_int .box_concept .box_slide .slick-next.slick-disabled:after {
	border-left-color: #fff !important;
}
.con_int .box_concept .box_slide .slick-next:before, .con_int .box_concept .box_slide .slick-next:after {
	border: 15px solid transparent;
	border-left: 15px solid #df954d;
	border-right: 0;
	margin-left: -6px;
}
.con_int .box_concept .box_slide .slick-next:after {
	border-left-color: #fff;
	margin-left: -8px;
}
.con_int .box_concept .box_slide .slick-next.slick-active, .mouse .con_int .box_concept .box_slide .slick-next:hover, .touch .con_int .box_concept .box_slide .slick-next.touchstart {
	background: #df954d;
}
.con_int .box_concept .box_slide .slick-next.slick-active:before, .mouse .con_int .box_concept .box_slide .slick-next:hover:before, .touch .con_int .box_concept .box_slide .slick-next.touchstart:before {
	border-left-color: #fff;
}
.con_int .box_concept .box_slide .slick-next.slick-active:after, .mouse .con_int .box_concept .box_slide .slick-next:hover:after, .touch .con_int .box_concept .box_slide .slick-next.touchstart:after {
	border-left-color: #df954d;
}
.touch .con_int .box_concept .box_slide .slick-next {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_int .box_concept .box_slide .slick-next.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_int .box_concept .box_slide .slide {
	padding: 0 2px;
	text-align: center;
}
.con_int .box_concept .box_slide .slide img {
	display: inline;
}
.con_int .box_concept .box_slide .slide.slide1 .inner span {
	background: #448558;
	background: rgba(68, 133, 88, 0.9);
}
.con_int .box_concept .box_slide .slide.slide2 .inner span {
	background: #38579f;
	background: rgba(56, 87, 159, 0.9);
}
.con_int .box_concept .box_slide .slide.slide3 .inner span {
	background: #d2a50e;
	background: rgba(210, 165, 14, 0.9);
}
.con_int .box_concept .box_slide .slide.slide4 .inner span {
	background: #1a1209;
	background: rgba(26, 18, 9, 0.9);
}
.con_int .box_concept .box_slide .slide .inner {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.con_int .box_concept .box_slide .slide .inner span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 1em;
	color: #fff;
}
@media only screen and (min-width: 1161px) {
  .con_int .box_concept .box_slide .slide .inner span {
		font-size: .8vw;
  }
}
@media print {
  .con_int .box_concept .box_slide .slide .inner span {
		font-size: .8vw;
  }
}
.ie8 .con_int .box_concept .box_slide .slide .inner span {
	font-size: .8vw;
}

/*----------------------------------------------------
	.con_room
----------------------------------------------------*/
.con_room {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .con_room {
		margin-top: 8%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room {
		margin-bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .con_room {
		margin-bottom: 15%;
  }
}
.con_room h3 {
	text-align: center;
	margin-bottom: 40px;
}
.con_room h3 > em {
	display: inline-block;
	line-height: 1;
	font-size: 250%;
	font-weight: bold;
	color: #39322c;
}
@media only screen and (max-width: 640px) {
  .con_room h3 > em {
		font-size: 184%;
  }
}
.con_room h3 > em:before, .con_room h3 > em:after {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 55px;
	height: 14px;
}
@media only screen and (max-width: 640px) {
  .con_room h3 > em:before, .con_room h3 > em:after {
		width: 27px;
		height: 7px;
		background-size: cover !important;
  }
}
.con_room h3 > em:before {
	margin-right: 25px;
	background: url(../images/common/ic_h3_l.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  .con_room h3 > em:before {
		margin-right: 10px;
  }
}
.con_room h3 > em:after {
	margin-left: 25px;
	background: url(../images/common/ic_h3_r.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  .con_room h3 > em:after {
		margin-left: 10px;
  }
}
.con_room h3 > em span {
	display: inline-block;
}
.con_room h3 > span {
	margin-top: 1em;
	display: block;
	line-height: 1;
	font-size: 134%;
	color: #836143;
	font-family: "Times New Roman",serif;
	font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .con_room h3 > span {
		font-size: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room h3 {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .con_room h3 {
		margin-bottom: 3%;
  }
}
.con_room .box_tab {
	width: 68.96552%;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	position: relative;
	padding-bottom: 7px;
	overflow: hidden;
	margin-bottom: 35px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room .box_tab {
		margin-bottom: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .con_room .box_tab {
		margin-bottom: 4%;
  }
}
.con_room .box_tab:after {
	content: "";
	width: 100%;
	max-width: 1020px;
	height: 6px;
	border-bottom: 6px solid #d9d9d9;
	position: absolute;
	bottom: 7px;
	left: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room .box_tab {
		width: 80%;
  }
}
.con_room .box_tab li {
	width: 17.5%;
	float: left;
	position: relative;
	z-index: 10;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	margin-left: 5.3%;
}
.con_room .box_tab li:first-child {
	width: 8.75%;
	margin: 0;
	float: left;
}
.con_room .box_tab li a {
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding-bottom: 13px;
	border-bottom: 6px solid #d9d9d9;
}
.con_room .box_tab li a[data-cate=cat_all].active, .con_room .box_tab li a[data-cate=cat_all]:hover {
	color: #6573ca !important;
	border-bottom-color: #6573ca !important;
}
.con_room .box_tab li a[data-cate=cat_all]:after {
	border-top-color: #6573ca !important;
}
.con_room .box_tab li a[data-cate=cat_all] span img {
	background: #6573ca !important;
}
.con_room .box_tab li a[data-cate=cat02].active, .con_room .box_tab li a[data-cate=cat02]:hover {
	color: #d9bc48 !important;
	border-bottom-color: #d9bc48 !important;
}
.con_room .box_tab li a[data-cate=cat02]:after {
	border-top-color: #d9bc48 !important;
}
.con_room .box_tab li a[data-cate=cat02] span img {
	background: #d9bc48 !important;
}
.con_room .box_tab li a[data-cate=cat01].active, .con_room .box_tab li a[data-cate=cat01]:hover {
	color: #e07979 !important;
	border-bottom-color: #e07979 !important;
}
.con_room .box_tab li a[data-cate=cat01]:after {
	border-top-color: #e07979 !important;
}
.con_room .box_tab li a[data-cate=cat01] span img {
	background: #e07979 !important;
}
.con_room .box_tab li a[data-cate=cat04].active, .con_room .box_tab li a[data-cate=cat04]:hover {
	color: #7fb5a4 !important;
	border-bottom-color: #7fb5a4 !important;
}
.con_room .box_tab li a[data-cate=cat04]:after {
	border-top-color: #7fb5a4 !important;
}
.con_room .box_tab li a[data-cate=cat04] span img {
	background: #7fb5a4 !important;
}
.con_room .box_tab li a[data-cate=cat05].active, .con_room .box_tab li a[data-cate=cat05]:hover {
	color: #d79e7e !important;
	border-bottom-color: #d79e7e !important;
}
.con_room .box_tab li a[data-cate=cat05]:after {
	border-top-color: #d79e7e !important;
}
.con_room .box_tab li a[data-cate=cat05] span img {
	background: #d79e7e !important;
}
.con_room .box_tab li a span {
	display: block;
	padding-bottom: 10px;
}
.con_room .box_tab li a span img {
	background: #d9d9d9;
	border-radius: 50%;
	padding: 11px;
}
.con_room .box_tab li a br {
	display: none;
}
.con_room .box_tab li a:after {
	content: "";
	width: 15px;
	height: 8px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.con_room .box_tab li a.active, .mouse .con_room .box_tab li a:hover, .touch .con_room .box_tab li a.touchstart {
	border-bottom: 6px solid #6473d1;
}
.touch .con_room .box_tab li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_room .box_tab li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_room .box_tab li a.active {
	position: relative;
	-moz-transition: border 0.7s ease;
	-o-transition: border 0.7s ease;
	-webkit-transition: border 0.7s ease;
	transition: border 0.7s ease;
	border-bottom: 6px solid #6473d1;
	cursor: default;
	color: #6473d1;
}
.con_room .box_tab li a.active:after {
	content: "";
	-moz-transition: opacity 0.7s ease;
	-o-transition: opacity 0.7s ease;
	-webkit-transition: opacity 0.7s ease;
	transition: opacity 0.7s ease;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #6473d1;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	margin-top: 6px;
}
.con_room .box_tab_sp {
	margin: 0 auto;
}
.con_room .box_tab_sp select {
	display: block;
	width: 95%;
	margin: 1% 2.5% 2%;
	height: 40px !important;
}
.con_room .box_room {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}
.con_room .box_room > li {
	width: 33.333%;
	float: left;
	background: url(../../guestroom/images/ic_arr01.png) no-repeat 99% 99.5%;
	border-bottom: 1px solid #dddddd;
	background: #fbfbfb;
}
@media only screen and (max-width: 1160px) {
  .con_room .box_room > li {
		width: 50%;
  }
}
.con_room .box_room > li a {
	display: block;
	text-decoration: none;
	position: relative;
}
.con_room .box_room > li a:after {
	content: '';
	position: absolute;
	right: 2px;
	bottom: 2px;
	border: 12px solid transparent;
	border-right-color: #60b2a8;
	border-bottom-color: #60b2a8;
}
@media only screen and (max-width: 640px) {
  .con_room .box_room > li a:after {
		border-width: 6px;
  }
}
.con_room .box_room > li a .wrp_img {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.con_room .box_room > li a .wrp_img img {
	width: 100%;
	position: relative;
	-moz-transition: -moz-transform 0.7s ease, opacity 0.7s ease;
	-o-transition: -o-transform 0.7s ease, opacity 0.7s ease;
	-webkit-transition: -webkit-transform 0.7s ease, opacity 0.7s ease;
	transition: transform 0.7s ease, opacity 0.7s ease;
}
.con_room .box_room > li a .wrp_img:after {
	content: '';
	width: 46px;
	height: 46px;
	background: url(../images/common/ic_next.png) no-repeat;
	position: absolute;
	bottom: -46px;
	margin-bottom: -23px;
	left: 50%;
	margin-left: -23px;
}
.ie8 .con_room .box_room > li a .wrp_img:after {
	content: '';
	display: none;
}
.con_room .box_room > li a .wrp_txt {
	padding: 30px 30px 75px 35px;
	-moz-box-shadow: -5px 0 5px rgba(233, 233, 233, 0.4) inset;
	-webkit-box-shadow: -5px 0 5px rgba(233, 233, 233, 0.4) inset;
	box-shadow: -5px 0 5px rgba(233, 233, 233, 0.4) inset;
	position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room .box_room > li a .wrp_txt {
		padding: 30px 35px;
  }
}
@media only screen and (max-width: 640px) {
  .con_room .box_room > li a .wrp_txt {
		padding: 2.5%;
  }
}
.con_room .box_room > li a .wrp_txt .title {
	*zoom: 1;
	margin-bottom: 20px;
}
.con_room .box_room > li a .wrp_txt .title:after {
	content: "";
	display: table;
	clear: both;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room .box_room > li a .wrp_txt .title {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .con_room .box_room > li a .wrp_txt .title {
		margin-bottom: 2.5%;
  }
}
.con_room .box_room > li a .wrp_txt .title .name {
	float: left;
	margin-right: 2.59067%;
	color: #aaa097;
	font-size: 104%;
	font-family: "Times New Roman",serif;
	letter-spacing: .3em;
}
.con_room .box_room > li a .wrp_txt .title .name span {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	display: block;
	color: #39322c;
	font-size: 162%;
	line-height: 1.2;
	font-weight: bold;
}
.con_room .box_room > li a .wrp_txt .title .txt_talk {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 100;
	top: -35px;
}
.con_room .box_room > li a .wrp_txt .title .txt_talk span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: auto;
	word-break: break-all;
	margin: 0 auto;
	background: #FFF;
	border-radius: 10px;
	padding: 15px;
	-moz-box-shadow: 3px 3px 3px rgba(233, 233, 233, 0.9);
	-webkit-box-shadow: 3px 3px 3px rgba(233, 233, 233, 0.9);
	box-shadow: 3px 3px 3px rgba(233, 233, 233, 0.9);
}
.con_room .box_room > li a .wrp_txt .title .txt_talk span:after {
	content: "";
	background: url(../../guestroom/images/ic_talk.png) no-repeat bottom center;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	width: 15px;
	height: 12px;
	margin: 0 auto;
	display: block;
}
.ie8 .con_room .box_room > li a .wrp_txt .title .txt_talk {
	display: none;
}
.ie8 .con_room .box_room > li a .wrp_txt .title .txt_talk span:after {
	display: none;
}
@media only screen and (max-width: 1160px) {
  .con_room .box_room > li a .wrp_txt .title .txt_talk {
		display: none;
  }
}
.con_room .box_room > li a .wrp_txt .title ul.ic {
	float: left;
	position: relative;
	*zoom: 1;
}
.con_room .box_room > li a .wrp_txt .title ul.ic:after {
	content: "";
	display: table;
	clear: both;
}
.con_room .box_room > li a .wrp_txt .title ul.ic li {
	float: left;
	width: 34px;
	margin-right: 3px;
	text-align: center;
}
.con_room .box_room > li a .wrp_txt .title ul.ic li.last {
	margin-right: 0;
}
.con_room .box_room > li a .wrp_txt .title ul.ic li img {
	max-width: 65%;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 20px;
	height: auto;
	padding: 7px;
	border-radius: 50%;
	background: #a6a0a0;
}
@media only screen and (max-width: 1160px) {
  .con_room .box_room > li a .wrp_txt .title .ic {
		display: none;
  }
}
@media only screen and (max-width: 640px) {
  .con_room .box_room > li a .wrp_txt .title .name {
		float: none;
		width: 100%;
		font-size: 75%;
  }
  .con_room .box_room > li a .wrp_txt .title .name span {
		font-size: 120%;
  }
}
.con_room .box_room > li a .wrp_txt .tbl_basic01 {
	min-width: 298px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room .box_room > li a .wrp_txt .tbl_basic01 {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .con_room .box_room > li a .wrp_txt .tbl_basic01 {
		margin-bottom: 6%;
  }
}
.con_room .box_room > li a .wrp_txt .tbl_basic01 tr td {
	padding: 8px 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room .box_room > li a .wrp_txt .tbl_basic01 {
		width: 100%;
		min-width: 100%;
  }
  .con_room .box_room > li a .wrp_txt .tbl_basic01 tr td {
		padding: 8px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .con_room .box_room > li a .wrp_txt .tbl_basic01 {
		display: none;
  }
}
.con_room .box_room > li a .wrp_txt .txt_det {
	max-width: 298px;
	color: #454545;
	font-size: 100%;
}
@media only screen and (max-width: 1160px) {
  .con_room .box_room > li a .wrp_txt .txt_det {
		display: none;
  }
}
@media only screen and (min-width: 1161px) {
  .con_room .box_room > li a:hover .wrp_img {
		-moz-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		-webkit-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
		opacity: .5;
  }
  .con_room .box_room > li a:hover .wrp_img:after {
		bottom: auto;
		bottom: 50%;
		-moz-transition: bottom 0.3s ease;
		-o-transition: bottom 0.3s ease;
		-webkit-transition: bottom 0.3s ease;
		transition: bottom 0.3s ease;
  }
  .con_room .box_room > li a:hover .wrp_img img {
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
  }
  .con_room .box_room > li a:hover .wrp_txt .title .txt_talk {
		-moz-transition: opacity 0.7s ease 0.3s;
		-o-transition: opacity 0.7s ease 0.3s;
		-webkit-transition: opacity 0.7s ease;
		-webkit-transition-delay: 0.3s;
		transition: opacity 0.7s ease 0.3s;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img {
		-moz-transition: background 0.7s ease;
		-o-transition: background 0.7s ease;
		-webkit-transition: background 0.7s ease;
		transition: background 0.7s ease;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat01"] {
		background: #e07979;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat02"] {
		background: #d9bc48;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat04"] {
		background: #7fb5a4;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat05"] {
		background: #d79e7e;
  }
}
@media print {
  .con_room .box_room > li a:hover .wrp_img {
		-moz-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		-webkit-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
		opacity: .5;
  }
  .con_room .box_room > li a:hover .wrp_img:after {
		bottom: auto;
		bottom: 50%;
		-moz-transition: bottom 0.3s ease;
		-o-transition: bottom 0.3s ease;
		-webkit-transition: bottom 0.3s ease;
		transition: bottom 0.3s ease;
  }
  .con_room .box_room > li a:hover .wrp_img img {
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
  }
  .con_room .box_room > li a:hover .wrp_txt .title .txt_talk {
		-moz-transition: opacity 0.7s ease 0.3s;
		-o-transition: opacity 0.7s ease 0.3s;
		-webkit-transition: opacity 0.7s ease;
		-webkit-transition-delay: 0.3s;
		transition: opacity 0.7s ease 0.3s;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img {
		-moz-transition: background 0.7s ease;
		-o-transition: background 0.7s ease;
		-webkit-transition: background 0.7s ease;
		transition: background 0.7s ease;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat01"] {
		background: #e07979;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat02"] {
		background: #d9bc48;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat04"] {
		background: #7fb5a4;
  }
  .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat05"] {
		background: #d79e7e;
  }
}
.ie8 .con_room .box_room > li a:hover .wrp_img {
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	opacity: .5;
}
.ie8 .con_room .box_room > li a:hover .wrp_img:after {
	bottom: auto;
	bottom: 50%;
	-moz-transition: bottom 0.3s ease;
	-o-transition: bottom 0.3s ease;
	-webkit-transition: bottom 0.3s ease;
	transition: bottom 0.3s ease;
}
.ie8 .con_room .box_room > li a:hover .wrp_img img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.ie8 .con_room .box_room > li a:hover .wrp_txt .title .txt_talk {
	-moz-transition: opacity 0.7s ease 0.3s;
	-o-transition: opacity 0.7s ease 0.3s;
	-webkit-transition: opacity 0.7s ease;
	-webkit-transition-delay: 0.3s;
	transition: opacity 0.7s ease 0.3s;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.ie8 .con_room .box_room > li a:hover .wrp_txt .title .ic li img {
	-moz-transition: background 0.7s ease;
	-o-transition: background 0.7s ease;
	-webkit-transition: background 0.7s ease;
	transition: background 0.7s ease;
}
.ie8 .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat01"] {
	background: #e07979;
}
.ie8 .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat02"] {
	background: #d9bc48;
}
.ie8 .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat04"] {
	background: #7fb5a4;
}
.ie8 .con_room .box_room > li a:hover .wrp_txt .title .ic li img[src*="ic_cat05"] {
	background: #d79e7e;
}
.ie8 .con_room .box_room > li a:hover .wrp_img img {
	filter: alpha(opacity=50);
	position: relative;
	z-index: -1;
}
.ie8 .con_room .box_room > li a:hover .wrp_img:after {
	content: '';
	width: 46px;
	height: 46px;
	background: url(../images/common/ic_next.png) no-repeat;
	position: absolute;
	bottom: 50%;
	margin-bottom: -23px;
	left: 50%;
	margin-left: -23px;
	display: block;
}
.ie8 .con_room .box_room > li a:hover .wrp_txt .title .txt_talk {
	display: block;
}
.ie8 .con_room .box_room > li a:hover .wrp_txt .title .ic li {
	background: #011d6d;
}
.con_room #obj_new {
	border-bottom: none;
	width: auto;
	max-width: 100%;
	border: 10px solid #011D6D;
	border-top: none;
	margin-bottom: 80px;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room #obj_new {
		margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .con_room #obj_new {
		margin-bottom: 7%;
  }
}
.con_room .st {
	width: 100%;
	background: #011D6D;
	color: #FFF;
	font-size: 167%;
	text-align: center;
	line-height: 1;
	padding: 25px 0;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .con_room .st {
		padding: 15px 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_room .st {
		padding: 3% 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_room .st {
		font-size: 142%;
  }
}

/*----------------------------------------------------
	.con_bn
----------------------------------------------------*/
.con_bn {
	display: block !important;
}
.con_bn .bn {
	text-align: center;
}
