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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
#homepage h1.title {
	color: #fff;
	position: absolute;
	z-index: 1001;
	left: 50%;
	margin-left: -500px;
	font-weight : normal;
}
.con_acc .box_root .wrap_root > ul, .con_acc .box_root .wrap_root.train .st {
	max-width: 1000px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_acc .box_root .wrap_root > ul, .con_acc .box_root .wrap_root.train .st {
		width: 95%;
  }
}

@media only screen and (min-width: 768px) {
  #wrapNav #hnav {
		position: relative;
		margin-top: -43px;
  }
}
@media print {
  #wrapNav #hnav {
		position: relative;
		margin-top: -43px;
  }
}
.ie8 #wrapNav #hnav {
	position: relative;
	margin-top: -43px;
}

@media only screen and (min-width: 768px) {
  #wrapNav #gnav + #hnav {
		margin-top: 0;
  }
}
@media print {
  #wrapNav #gnav + #hnav {
		margin-top: 0;
  }
}
.ie8 #wrapNav #gnav + #hnav {
	margin-top: 0;
}

/* -----------------------------------------------------------
	.con_mainimg
----------------------------------------------------------- */
.con_mainimg #obj_mainSlider {
	overflow: hidden;
}
.con_mainimg #obj_mainSlider > div {
	display: none;
}
.con_mainimg #obj_mainSlider > div:first-child {
	display: block;
}
@media only screen and (min-width: 768px) {
  .con_mainimg #obj_mainSlider .slick-list {
		position: relative;
		left: 50%;
		top: 0;
		margin-left: -1000px;
		max-width: none;
		height: 100%;
  }
  .con_mainimg #obj_mainSlider .slick-list img {
		max-width: none;
  }
}
@media print {
  .con_mainimg #obj_mainSlider .slick-list {
		position: relative;
		left: 50%;
		top: 0;
		margin-left: -1000px;
		max-width: none;
		height: 100%;
  }
  .con_mainimg #obj_mainSlider .slick-list img {
		max-width: none;
  }
}
.ie8 .con_mainimg #obj_mainSlider .slick-list {
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -1000px;
	max-width: none;
	height: 100%;
}
.ie8 .con_mainimg #obj_mainSlider .slick-list img {
	max-width: none;
}
.con_mainimg #obj_mainSlider.slick-slider {
	margin-bottom: 0;
}
.con_mainimg #obj_mainSlider .slick-dots {
	bottom: 3%;
}
.con_mainimg #obj_mainSlider .slick-dots li button:before {
	font-size: 13px;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.con_mainimg #obj_mainSlider .slick-dots li.slick-active button:before {
	color: #a78f5b;
}
@media only screen and (min-width: 768px) {
  .con_mainimg #obj_mainSlider .slick-dots {
		display: none !important;
  }
}
@media print {
  .con_mainimg #obj_mainSlider .slick-dots {
		display: none !important;
  }
}
.ie8 .con_mainimg #obj_mainSlider .slick-dots {
	display: none !important;
}

/* -----------------------------------------------------------
	.con_concept
----------------------------------------------------------- */
.con_concept {
	position: relative;
	padding: 130px 0 255px;
	background: url(../images/home/bg_con.png) left top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
		padding: 5% 0 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
		padding: 5% 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_concept:before, .con_concept:after {
		content: '';
		position: absolute;
		z-index: 0;
  }
  .con_concept:before {
		background: url(../images/home/bg_con02.png) no-repeat left top;
		width: 192px;
		height: 136px;
		left: 63%;
		top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept:before {
		width: 150px;
		background-size: contain;
  }
}
@media only screen and (min-width: 768px) {
  .con_concept:after {
		background: url(../images/home/bg_con01.png) no-repeat left top;
		width: 204px;
		height: 204px;
		left: 15%;
		bottom: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept:after {
		bottom: .5%;
		width: 170px;
		height: 170px;
		background-size: contain;
  }
}

@media print {
  .con_concept:before, .con_concept:after {
		content: '';
		position: absolute;
		z-index: 0;
  }
  .con_concept:before {
		background: url(../images/home/bg_con02.png) no-repeat left top;
		width: 192px;
		height: 136px;
		left: 63%;
		top: 0;
  }
  .con_concept:after {
		background: url(../images/home/bg_con01.png) no-repeat left top;
		width: 204px;
		height: 204px;
		left: 15%;
		bottom: 2%;
  }
}
.ie8 .con_concept:before, .ie8 .con_concept:after {
	content: '';
	position: absolute;
	z-index: 0;
}
.ie8 .con_concept:before {
	background: url(../images/home/bg_con02.png) no-repeat left top;
	width: 192px;
	height: 136px;
	left: 63%;
	top: 0;
}
@media only screen and (max-width: 1024px) {
  .ie8 .con_concept:before {
		width: 150px;
		background-size: contain;
  }
}
.ie8 .con_concept:after {
	background: url(../images/home/bg_con01.png) no-repeat left top;
	width: 204px;
	height: 204px;
	left: 15%;
	bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .ie8 .con_concept:after {
		bottom: .5%;
		width: 170px;
		height: 170px;
		background-size: contain;
  }
}
.con_concept .box_concept {
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept {
		width: 95%;
		margin: 0 auto;
  }
}

.bnr_lp{
	width:980px;
	margin: 10px auto 60px auto !important;
	list-style: none;
	overflow: hidden;
}
.bnr_lp li{
	float: left;
	width: 320px;
	margin-right: 10px;
}
.bnr_lp li:last-child{
	margin-right: 0;
}
@media only screen and (max-width: 1024px) {
.bnr_lp{
	display: none;
}
}
.con_concept .box_concept h3 {
	margin-top: 60px;
	font-size: 293%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: normal;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept h3 {
		margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h3 {
		margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept h3 {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h3 {
		font-size: 147%;
  }
}
.con_concept .box_concept .txt {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	font-size: 177%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .txt {
		margin-top: 3%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .txt {
		line-height: 3;
  }
}
@media print {
  .con_concept .box_concept .txt {
		line-height: 3;
  }
}
.ie8 .con_concept .box_concept .txt {
	line-height: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .txt {
		line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .txt {
		font-size: 100%;
		text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .con_concept .wrap_img p {
		position: absolute;
		left: 50%;
  }
  .con_concept .wrap_img p:first-child {
		top: 135px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .con_concept .wrap_img p:first-child {
		margin-left: -825px;
  }
}
@media only screen and (min-width: 768px) {
  .ie8 .con_concept .wrap_img p:first-child {
		margin-left: -825px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .wrap_img p:first-child {
		width: 250px;
		top: 125px;
		left: -235px;
  }
}
@media only screen and (min-width: 768px) {
  .con_concept .wrap_img p:first-child + p {
		top: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .con_concept .wrap_img p:first-child + p {
		margin-left: -620px;
  }
}
@media only screen and (min-width: 768px) {
  .ie8 .con_concept .wrap_img p:first-child + p {
		margin-left: -620px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .wrap_img p:first-child + p {
		width: 250px;
		top: 10px;
		left: -110px;
  }
}
@media only screen and (min-width: 768px) {
  .con_concept .wrap_img p:first-child + p + p {
		bottom: -45px;
		margin-left: 315px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .wrap_img p:first-child + p + p {
		width: 260px;
		bottom: -85px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .con_concept .wrap_img p:first-child + p + p img {
		max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .ie8 .con_concept .wrap_img p:first-child + p + p img {
		max-width: none;
  }
}
@media print {
  .con_concept .wrap_img p {
		position: absolute;
		left: 50%;
  }
  .con_concept .wrap_img p:first-child {
		top: 135px;
  }
}
@media print {
  .con_concept .wrap_img p:first-child {
		margin-left: -825px;
  }
}
@media print {
  .ie8 .con_concept .wrap_img p:first-child {
		margin-left: -825px;
  }
  .con_concept .wrap_img p:first-child + p {
		top: 30px;
  }
}
@media print {
  .con_concept .wrap_img p:first-child + p {
		margin-left: -620px;
  }
}
@media print {
  .ie8 .con_concept .wrap_img p:first-child + p {
		margin-left: -620px;
  }
  .con_concept .wrap_img p:first-child + p + p {
		bottom: -45px;
		margin-left: 315px;
  }
}
@media print {
  .con_concept .wrap_img p:first-child + p + p img {
		max-width: none;
  }
}
@media print {
  .ie8 .con_concept .wrap_img p:first-child + p + p img {
		max-width: none;
  }
}
.ie8 .con_concept .wrap_img p {
	position: absolute;
	left: 50%;
}
.ie8 .con_concept .wrap_img p:first-child {
	top: 135px;
}
@media only screen and (min-width: 1025px) {
  .ie8 .con_concept .wrap_img p:first-child {
		margin-left: -825px;
  }
}
@media print {
  .ie8 .con_concept .wrap_img p:first-child {
		margin-left: -825px;
  }
}
.ie8 .ie8 .con_concept .wrap_img p:first-child {
	margin-left: -825px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 .con_concept .wrap_img p:first-child {
		width: 250px;
		top: 125px;
		left: -235px;
  }
}
.ie8 .con_concept .wrap_img p:first-child + p {
	top: 30px;
}
@media only screen and (min-width: 1025px) {
  .ie8 .con_concept .wrap_img p:first-child + p {
		margin-left: -620px;
  }
}
@media print {
  .ie8 .con_concept .wrap_img p:first-child + p {
		margin-left: -620px;
  }
}
.ie8 .ie8 .con_concept .wrap_img p:first-child + p {
	margin-left: -620px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 .con_concept .wrap_img p:first-child + p {
		width: 250px;
		top: 10px;
		left: -110px;
  }
}
.ie8 .con_concept .wrap_img p:first-child + p + p {
	bottom: -45px;
	margin-left: 315px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 .con_concept .wrap_img p:first-child + p + p {
		width: 260px;
		bottom: -85px;
  }
}
@media only screen and (min-width: 1025px) {
  .ie8 .con_concept .wrap_img p:first-child + p + p img {
		max-width: none;
  }
}
@media print {
  .ie8 .con_concept .wrap_img p:first-child + p + p img {
		max-width: none;
  }
}
.ie8 .ie8 .con_concept .wrap_img p:first-child + p + p img {
	max-width: none;
}
@media only screen and (max-width: 767px) {
  .con_concept .wrap_img {
		margin-top: 5%;
  }
  .con_concept .wrap_img p {
		width: 31.66667%;
		display: inline-block;
		height: auto;
  }
}

/* -----------------------------------------------------------
	.con_spa
----------------------------------------------------------- */
.con_spa {
	padding: 150px 0;
	background: url(../images/home/bg_spa.jpg) no-repeat left top;
	background-position: calc(50% + 2000px / 2 - 1000px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa {
		padding: 7% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa {
		padding: 5% 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_spa {
		background-size: 100% 100%;
  }
}
.con_spa .box_spa {
	position: relative;
	margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_spa {
		width: 960px;
  }
}
@media print {
  .con_spa .box_spa {
		width: 960px;
  }
}
.ie8 .con_spa .box_spa {
	width: 960px;
}
.con_spa .box_spa .wrap_spa {
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	z-index: 10;
	padding: 100px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_spa .wrap_spa {
		padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_spa .wrap_spa {
		padding: 1em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_spa .wrap_spa {
		position: absolute;
		right: 0;
		top: 0;
		width: 320px;
		height: 100%;
		box-sizing: border-box;
  }
}
@media print {
  .con_spa .box_spa .wrap_spa {
		position: absolute;
		right: 0;
		top: 0;
		width: 320px;
		height: 100%;
		box-sizing: border-box;
  }
}
.ie8 .con_spa .box_spa .wrap_spa {
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
	height: 100%;
	box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .con_spa .box_spa .wrap_spa {
		width: 95%;
		margin: 0 auto;
  }
}
.con_spa .box_spa .wrap_spa .txt {
	margin: 35px auto 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_spa .box_spa .wrap_spa .txt {
		margin: 4% auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_spa .box_spa .wrap_spa .txt {
		width: 90%;
		text-align: left;
  }
}
.con_spa .box_spa #obj_spaSlider > div {
	display: none;
}
.con_spa .box_spa #obj_spaSlider > div:first-child {
	display: block;
}
.con_spa .box_spa #obj_spaSlider.slick-slider {
	margin-bottom: 0;
}
.con_spa .box_spa #obj_spaSlider.slick-slider .slick-prev, .con_spa .box_spa #obj_spaSlider.slick-slider .slick-next {
	left: 0;
}
@media only screen and (max-width: 1024px) {
  .con_spa .box_spa #obj_spaSlider.slick-slider .slick-prev, .con_spa .box_spa #obj_spaSlider.slick-slider .slick-next {
		display: none !important;
  }
}
.con_spa .box_spa #obj_spaSlider.slick-slider .slick-prev:before, .con_spa .box_spa #obj_spaSlider.slick-slider .slick-next:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 25px;
	height: 45px;
	margin-top: -22px;
}
.con_spa .box_spa #obj_spaSlider.slick-slider .slick-prev:before {
	left: 10px;
	background: url(../images/home/arrow_pre.png) no-repeat left top;
}
.con_spa .box_spa #obj_spaSlider.slick-slider .slick-next:before {
	left: 605px;
	background: url(../images/home/arrow_next.png) no-repeat left top;
}
.con_spa .box_spa #obj_spaSlider.slick-slider .slick-dots {
	width: 320px;
	right: 0;
	bottom: 2%;
	z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .con_spa .box_spa #obj_spaSlider.slick-slider .slick-dots {
		width: 100%;
  }
}
.con_spa .box_spa #obj_spaSlider.slick-slider .slick-dots li button:before {
	font-size: 15px;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.con_spa .box_spa #obj_spaSlider.slick-slider .slick-dots li.slick-active button:before, .con_spa .box_spa #obj_spaSlider.slick-slider .slick-dots li:hover button:before {
	color: #a78f5b;
}
@media only screen and (max-width: 1024px) {
  .con_spa .box_spa #obj_spaSlider {
		width: 95%;
		margin: 0 auto;
  }
}

/* 魅力
-----------------------------------------------------*/

#appeal{
	padding: 100px 0 0 0;
}
ul#box_appeal{
	width:960px;
	height:910px;
	padding:20px 10px 20px 10px;
	overflow:hidden;
	margin:35px auto 50px;
	background-color: #fff;
	border: 1px #d2d2d2 solid;
}
ul#box_appeal li{
	margin-bottom: 20px;
	padding: 0 9px 0px 4px;
	float:left;
	border-left: 1px dotted #c4c2a5;
	width: 225px!important;
	height: 470px!important;
	position:relative;
}
ul#box_appeal .no_boder{
	border:none;
}
ul#box_appeal li p.image{
	margin: 0 4px 0 6px;
}
ul#box_appeal li .pTitle{
font-family: "Cinzel", serif;
font-size: 120%;
text-align: center;
color: #A78F5B;
padding: 10px 0;
height: 47px;
width: 220px;
display: table-cell;
vertical-align: middle;
}
ul#box_appeal li p.pTxt{
	width: 220px;
	padding: 0 10px;
	margin-top: 14px;
}

ul#box_appeal li p.btn{
	width: 189px;
	position: absolute;
	bottom: 30px;
	left: 22px;
}
#appeal .bunner {
    margin: 0 auto;
    padding-top: 20px;
    width: 980px;
}
#appeal .bunner li {
	display: inline;
}
#appeal .bunner ul .bn_rside{
	margin: 0 0 0 8px;
}
#appeal .bunner p{
	margin: 6px 0 0 0;
}

/*SP_appeal*/
.con_appeal{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 10% 0 0 0;
}
.con_appeal h3 {
	text-align: center;
}
.con_appeal h3 img{
	width: 60%;
}
.con_appeal ul {
	overflow: hidden;
	margin-top: 4%;
}
.con_appeal ul li{
	width: 49.5%;
	float: left;
	margin-bottom: 3%;
}
.con_appeal ul li:nth-child(even){
	float: right;
}
.con_appeal ul li:nth-child(even)+li{
	clear: both;
}
.con_appeal ul li .img {
	height: 0;
	padding-bottom: 74%;
	position: relative;
	overflow: hidden;
}
.con_appeal ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.con_appeal ul li:nth-child(4) .img img {
	top: -30%;
}
.con_appeal ul li:nth-child(3) .img img {
	top: -25%;
}
.con_appeal ul li:nth-child(6) .img img {
	top: -20%;
}
.con_appeal ul li h4 {
	background: #9A8469;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	height: 3.4em;
	line-height: 1.5;
	display: table;
	width: 100%;
	color: #fff;
}
.con_appeal ul li h4 span{
	display: table-cell;
	vertical-align: middle;
}
.con_appeal ul li .btn {
	margin-top: 2%;
	text-align: center;
}
.con_appeal ul li .btn a {
	display: block;
	background: #421309;
	color: #ddd;
	padding: 8% 0;
	border: 1px solid #421309;
	box-shadow: inset 0px 0px 0 1px #888;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
	position: relative;
	padding: 50px 0 100px;
}
@media only screen and (max-width: 767px) {
  .con_rooms {
		padding: 10% 0 10%;
  }
}
.con_rooms:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 18%;
	background: url(../images/home/bg_roo01.png) no-repeat left top;
	width: 150px;
	height: 142px;
	z-index: -1;
}
.con_rooms .box_rooms .txt {
	margin-top: 35px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .txt {
		margin-top: 5%;
  }
}
.con_rooms .box_rooms .txt span {
	font-size: 93%;
}
.con_rooms .box_rooms ul {
	width: calc(100% - 80px);
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
	margin-top: 35px;
	letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms ul {
		margin-top: 6%;
  }
}
.con_rooms .box_rooms ul li {
	display: inline-block;
	width: 33.33333%;
	letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms ul li {
		width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms ul li {
		width: 100%;
		margin-bottom: 5%;
  }
}
.con_rooms .box_rooms ul li a {
	position: relative;
	display: block;
}
.con_rooms .box_rooms ul li a .wrap_img {
	position: relative;
}
.con_rooms .box_rooms ul li a .wrap_img p {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	padding: 15px 0 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 147%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms ul li a .wrap_img p {
		padding: 2% 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms ul li a .wrap_img p {
		padding: 2% 0 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms ul li a .wrap_img p {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms ul li a .wrap_img p {
		font-size: 100%;
  }
}
.con_rooms .box_rooms ul li a .wrap_img p:after {
	content: '';
	display: block;
	width: 60px;
	border-bottom: 3px solid #a78f5b;
	margin: 2% auto 0;
}
.con_rooms .box_rooms ul li a .wrap_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(67, 19, 9, 0.75);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.con_rooms .box_rooms ul li a .wrap_txt:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.con_rooms .box_rooms ul li a .wrap_txt p {
	position: relative;
	top: 50%;
	margin-top: -2em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 170%;
}
.con_rooms .box_rooms ul li a .wrap_txt p:before, .con_rooms .box_rooms ul li a .wrap_txt p:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_rooms .box_rooms ul li a .wrap_txt p > * {
	vertical-align: middle;
	display: inline;
}
.con_rooms .box_rooms ul li a .wrap_txt p:before {
	content: "";
	margin-right: .5em;
	display: block;
	font-size: 182%;
}
.con_rooms .box_rates {
	position: relative;
	padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rates {
		padding-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rates {
		padding-top: 7%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_rates:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 1px;
		width: 150px;
		height: 111px;
		margin-left: -30%;
		background: url(../images/home/bg_roo02.png) no-repeat left top;
  }
}
@media print {
  .con_rooms .box_rates:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 1px;
		width: 150px;
		height: 111px;
		margin-left: -30%;
		background: url(../images/home/bg_roo02.png) no-repeat left top;
  }
}
.ie8 .con_rooms .box_rates:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 1px;
	width: 150px;
	height: 111px;
	margin-left: -30%;
	background: url(../images/home/bg_roo02.png) no-repeat left top;
}
.con_rooms .box_rates h3 {
	text-align: center;
}
.con_rooms .box_rates h3 span {
	display: block;
	font-weight: normal;
}
.con_rooms .box_rates h3 span.jp {
	font-size: 170%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rates h3 span.jp {
		font-size: 139%;
  }
}
.con_rooms .box_rates h3 span.en {
	font-size: 93%;
	font-family: "Cinzel", serif;
	color: #a78f5b;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rates h3 span.en {
		font-size: 77%;
  }
}
.con_rooms .box_rates .wrap_tbl {
	margin: 30px auto 0;
	width: 800px;
	padding: 30px 50px;
	background: #faf9f3;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rates .wrap_tbl {
		margin: 3% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rates .wrap_tbl {
		margin: 3% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rates .wrap_tbl {
		padding: 2% 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_rates .wrap_tbl {
		width: 95%;
  }
}
.con_rooms .box_rates .wrap_tbl .tbl {
	display: table;
	width: 100%;
}
.con_rooms .box_rates .wrap_tbl .tbl .th, .con_rooms .box_rates .wrap_tbl .tbl .td {
	display: table-cell;
	vertical-align: middle;
	border-top: 2px solid #bcaa82;
	font-size: 108%;
}
.con_rooms .box_rates .wrap_tbl .tbl .th {
	width: 30%;
	text-align: center;
}
.con_rooms .box_rates .wrap_tbl .tbl .td {
	width: 70%;
}
.con_rooms .box_rates .wrap_tbl .tbl .td .inner {
	padding: 10px 15px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rates .wrap_tbl .tbl .td .inner {
		padding: 3%;
  }
}
.con_rooms .box_rates .wrap_tbl .tbl .td .inner:last-child {
	border-top: 1px solid #bcaa82;
}
.con_rooms .box_rates .wrap_tbl .tbl .td .inner p {
	float: left;
}
.con_rooms .box_rates .wrap_tbl .tbl .td .inner p:first-child {
	padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rates .wrap_tbl .tbl .td .inner p:first-child {
		padding-top: 1.5%;
  }
}
.con_rooms .box_rates .wrap_tbl .tbl .td .inner p:last-child {
	float: right;
}
.con_rooms .box_rates .wrap_tbl .tbl .td .inner p span {
	font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rates .wrap_tbl .tbl .td .inner p span {
		font-size: 143%;
  }
}
.con_rooms .box_rates .wrap_tbl .tbl:last-child {
	border-top: 1px solid #bcaa82;
	border-bottom: 1px solid #bcaa82;
}
.con_rooms .box_rates .wrap_tbl .tbl:last-child .th, .con_rooms .box_rates .wrap_tbl .tbl:last-child .td {
	border: none;
}

.con_rooms .box_rates .bunner{
	width: 980px;
	margin: 40px auto 0;
	clear: both;
}

@media only screen and (max-width: 1024px) {
.con_rooms .box_rates .bunner{
	display: none;
}
}

.con_rooms .box_rates .bunner ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.con_rooms .box_rates .bunner ul li{
	display: inline;
}

.con_rooms .box_rates .bunner ul li.bn_rside{
	margin: 0 0 0 8px;
}

/* -----------------------------------------------------------
	.con_scr
----------------------------------------------------------- */
.con_scr .simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
.con_scr #obj_scr, .con_scr #obj_scr_sec,
.con_scr #obj_scr_tab, .con_scr #obj_scr_sec_tab,
.con_scr #obj_gla_sli {
	overflow: hidden;
	display: none;
}
.con_scr #obj_scr li, .con_scr #obj_scr_sec li,
.con_scr #obj_scr_tab li, .con_scr #obj_scr_sec_tab li,
.con_scr #obj_gla_sli li {
	float: left;
}
.con_scr #obj_scr, .con_scr #obj_scr_sec {
	height: 350px;
}
@media only screen and (min-width: 1025px) {
  .con_scr #obj_scr, .con_scr #obj_scr_sec {
		display: block;
  }
}
@media print {
  .con_scr #obj_scr, .con_scr #obj_scr_sec {
		display: block;
  }
}
.ie8 .con_scr #obj_scr, .ie8 .con_scr #obj_scr_sec {
	display: block;
}
.con_scr #obj_scr_tab, .con_scr #obj_scr_sec_tab {
	height: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_scr #obj_scr_tab, .con_scr #obj_scr_sec_tab {
		display: block;
  }
}
.con_scr #obj_scr_tab li, .con_scr #obj_scr_sec_tab li {
	width: 250px;
}
.con_scr #obj_gla_sli {
	position: relative;
	margin: auto;
	max-width: 450px;
	width: 90%;
}
@media only screen and (max-width: 767px) {
  .con_scr #obj_gla_sli {
		display: block;
  }
}
.con_scr #obj_gla_sli .slick-list .slick-slide img {
	width: 100%;
}
.con_scr #obj_gla_sli .slick-prev:before, .con_scr #obj_gla_sli .slick-next:before {
	content: '';
	position: absolute;
	top: -10px;
	display: block;
	font-size: 55px;
	margin-right: 0 !important;
}
.con_scr #obj_gla_sli .slick-prev:before, .con_scr #obj_gla_sli .slick-prev:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_scr #obj_gla_sli .slick-prev > * {
	vertical-align: middle;
	display: inline;
}
.con_scr #obj_gla_sli .slick-prev:before {
	content: "";
	margin-right: .5em;
	left: 35px;
}
.con_scr #obj_gla_sli .slick-next:before, .con_scr #obj_gla_sli .slick-next:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_scr #obj_gla_sli .slick-next > * {
	vertical-align: middle;
	display: inline;
}
.con_scr #obj_gla_sli .slick-next:before {
	content: "";
	margin-right: .5em;
	right: 35px;
}

/* -----------------------------------------------------------
	.con_acc
----------------------------------------------------------- */
.con_acc {
	padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc {
		padding-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc {
		padding-top: 13%;
  }
}
.con_acc #map {
	width: 100%;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_acc #map {
		margin-top: 3%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_acc #map {
		height: 450px;
  }
}
@media print {
  .con_acc #map {
		height: 450px;
  }
}
.ie8 .con_acc #map {
	height: 450px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc #map {
		height: 0;
		padding-bottom: 50%;
  }
}
.con_acc #map .gm-style-iw {
	text-align: center;
	padding: 10px 0;
}
.con_acc #map .gm-style-iw p {
	margin-top: 5px;
}
.con_acc .box_det {
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	padding-top: 25px;
	margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_det {
		padding-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det {
		padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det {
		margin-top: 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_acc .box_det {
		width: 95%;
		margin: 3% auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_acc .box_det .inner {
		width: 37.7907%;
  }
}
@media print {
  .con_acc .box_det .inner {
		width: 37.7907%;
  }
}
.ie8 .con_acc .box_det .inner {
	width: 37.7907%;
}
.con_acc .box_det .inner h3 {
	font-size: 124%;
	font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .con_acc .box_det .inner h3 {
		border-left: 2px solid #a78f5b;
		padding-left: 15px;
  }
}
@media print {
  .con_acc .box_det .inner h3 {
		border-left: 2px solid #a78f5b;
		padding-left: 15px;
  }
}
.ie8 .con_acc .box_det .inner h3 {
	border-left: 2px solid #a78f5b;
	padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det .inner h3 {
		text-align: center;
  }
}
.con_acc .box_det .inner .img {
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det .inner .img {
		position: static;
		width: 80%;
		text-align: center;
		margin: 3% auto 0;
  }
}
.con_acc .box_det .inner address {
	margin-top: 15px;
	padding: 10px 15px;
	background: #f7f4e7;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_det .inner address {
		margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det .inner address {
		margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_det .inner address {
		padding: 3% 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det .inner address {
		padding: 3% 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det .inner address {
		width: 80%;
		margin: 2% auto 0;
  }
}
.con_acc .box_det .inner .btn {
	width: 260px;
	padding: 10px 0;
	margin-top: 15px;
	text-align: center;
	background: #431309;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_det .inner .btn {
		padding: 3% 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det .inner .btn {
		padding: 2% 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det .inner .btn {
		margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_det .inner .btn {
		width: 80%;
		margin: 2% auto 0;
  }
}
.con_acc .box_det .inner .btn a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
}
.con_acc .box_det .inner .btn a:before, .con_acc .box_det .inner .btn a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_acc .box_det .inner .btn a > * {
	vertical-align: middle;
	display: inline;
}
.con_acc .box_det .inner .btn a:before {
	content: "";
	margin-right: .5em;
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -.7em;
}
.con_acc .box_root {
	margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_root {
		margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root {
		margin-top: 10%;
  }
}
.con_acc .box_root .wrap_root h3 {
	text-align: center;
	margin-bottom: 25px;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_root .wrap_root h3 {
		margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root h3 {
		margin-bottom: 5%;
  }
}
.con_acc .box_root .wrap_root h3 span {
	display: block;
}
.con_acc .box_root .wrap_root h3 span.jp {
	font-size: 170%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root h3 span.jp {
		font-size: 139%;
  }
}
.con_acc .box_root .wrap_root h3 span.en {
	font-size: 93%;
	color: #a78f5b;
	font-family: "Cinzel", serif;
	margin-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_root .wrap_root h3 span.en {
		margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root h3 span.en {
		margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root h3 span.en {
		font-size: 77%;
  }
}
.con_acc .box_root .wrap_root h3:before {
	content: '';
	display: block;
	left: 50%;
	top: -15px;
	width: 16px;
	height: 30px;
	background: url(../images/home/ic_root01.png) no-repeat left top;
	margin: 0 auto 1%;
}
.con_acc .box_root .wrap_root > ul {
	text-align: center;
}
.con_acc .box_root .wrap_root > ul li {
	display: inline-block;
	width: 23%;
	margin-left: 2%;
	vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_root .wrap_root > ul li {
		margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root > ul li {
		margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root > ul li {
		overflow: hidden;
		display: block;
		width: 100%;
		margin-top: 2%;
  }
}
.con_acc .box_root .wrap_root > ul li:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root > ul li p {
		float: left;
  }
  .con_acc .box_root .wrap_root > ul li p.img {
		width: 40%;
  }
  .con_acc .box_root .wrap_root > ul li p.txt {
		width: 60%;
		padding-left: 2%;
		box-sizing: border-box;
  }
}
.con_acc .box_root .wrap_root > ul li .txt {
	margin-top: 7px;
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_root .wrap_root > ul li .txt {
		margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root > ul li .txt {
		margin-top: 0;
  }
}
.con_acc .box_root .wrap_root.train {
	margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_root .wrap_root.train {
		margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root.train {
		margin-top: 10%;
  }
}
.con_acc .box_root .wrap_root.train h3:before {
	top: -15px;
	width: 22px;
	height: 30px;
	background: url(../images/home/ic_root02.png) no-repeat left top;
}
.con_acc .box_root .wrap_root.train .img {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.con_acc .box_root .wrap_root.train .st {
	position: relative;
	padding: 0.9em 0;
	background: #431309;
	color: #fff;
	font-size: 93%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_root .wrap_root.train .st {
		padding: 0.9em 0;
  }
}
.con_acc .box_root .wrap_root.train .st:before, .con_acc .box_root .wrap_root.train .st:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_acc .box_root .wrap_root.train .st > * {
	vertical-align: middle;
	display: inline;
}
.con_acc .box_root .wrap_root.train .st:before {
	content: "";
	margin-right: .5em;
	position: absolute;
	right: .5em;
	top: 50%;
	margin-top: -.8em;
	color: #fff;
}
.con_acc .box_root .wrap_root.train .st.active:before, .con_acc .box_root .wrap_root.train .st.active:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_acc .box_root .wrap_root.train .st.active > * {
	vertical-align: middle;
	display: inline;
}
.con_acc .box_root .wrap_root.train .st.active:before {
	content: "";
	margin-right: .5em;
}
.con_acc .box_root .wrap_root.train > ul {
	display: none;
	margin-top: 2%;
}
.con_acc .box_root .wrap_root.train > ul li {
	padding: 3% 2%;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
}
.con_acc .box_root .wrap_root.train > ul li:first-child {
	background: #9e7611;
	border-radius: 5px 5px 0 0;
}
.con_acc .box_root .wrap_root.train > ul li:nth-child(even):before {
	content: '▼';
	display: inline-block;
	vertical-align: middle;
	padding-right: 2%;
	color: #ded5b3;
}
.con_acc .box_root .wrap_root.train > ul li:nth-child(2n+1) {
	background: #ece9dd;
}
