@charset "UTF-8";



div.section div.featureStyleWrap {
	position: relative;
	padding: 30px 0 0;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap {
		padding: 10px 0;
	}
}
div.section div.featureStyleWrap.hotel:after,
div.section div.featureStyleWrap.restaurant:after,
div.section div.featureStyleWrap.spa:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 320px;
  z-index: -1;
  width: 100%;
  height: 680px;
  background: #f2f3f3;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap.hotel:after,
	div.section div.featureStyleWrap.restaurant:after,
	div.section div.featureStyleWrap.spa:after {
		top: 140px;
		height: 460px;
  }
}
div.section div.featureStyleWrap.hotel:after {
	height: 600px;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap.hotel:after {
		height: 460px;
  }
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap h3 {
	}
}

div.section div.featureStyleWrap p.img {
	margin: 0 0 40px;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap p.img {
		margin: 0 0 30px;
	}
}
div.section div.featureStyleWrap p.img img {
	width: 100%;
}
div.section div.featureStyleWrap p.lead {
	text-align: center;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap:after {
    height: 50%
  }
}

div.section div.featureStyleWrap div.loopSlide {
	position: relative;
	padding: 0;
	margin: 0;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.loopSlide {
		width: 100%;
		margin: 0;
	}
}
div.section div.featureStyleWrap div.loopSlide ul {
	overflow: hidden;
	margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.loopSlide ul {
    width: 100%;
	}
}
div.section div.featureStyleWrap div.loopSlide ul .slick-track {
  margin: 0 auto;
}

div.section div.featureStyleWrap div.loopSlide ul li {
	float: left;
	padding: 0;
  margin: 0 20px;
	width: 230px;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.loopSlide ul li {
    max-width: inherit;
		width: 180px;
	}
}
div.section div.featureStyleWrap div.loopSlide ul li::before {
	display: none;
}

div.section div.featureStyleWrap div.featureBox {
	padding: 40px 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	border: 1px solid #e6e6e6;
	margin: 30px 0;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.featureBox {
		display: block;
		padding: 40px 15px;
		margin: 0;
	}
	div.section div.featureStyleWrap div.featureBox + div.featureBox {
		margin: 20px 0 0;
	}
}
div.section div.featureStyleWrap div.featureBox .testBox {
	width: 50%;
	margin-right: 5%;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.featureBox .testBox {
		width: 100%;
		margin-right: 0;
	}
}
div.section div.featureStyleWrap div.featureBox .imgBox {
	width: 45%;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.featureBox .imgBox {
		width: 100%;
	}
}
div.section div.featureStyleWrap div.featureBox .title {
	font-size: 24px;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.featureBox .title {
		font-size: 20px;
	}
}
div.section div.featureStyleWrap div.featureBox .img {
	margin: 0;
}
div.section div.featureStyleWrap div.featureBox .img img {
	width: 100%;
}

div.section div.featureStyleWrap div.featureFix {
	display: flex;
	justify-content: flex-start;
	margin: 60px 0;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.featureFix {
		display: block;
		margin: 30px 0;
	}
}
div.section div.featureStyleWrap div.featureFix .fixBox {
	width: 48%;
	margin-right: 4%;
	background: #fff;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.featureFix .fixBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
div.section div.featureStyleWrap div.featureFix .fixBox:last-child {
	margin-right: 0;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.featureFix .fixBox:last-child {
		margin-bottom: 0;
	}
}

div.section div.featureStyleWrap div.featureFix .fixBox p {
	margin: 0;
	padding: 20px 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap div.featureFix .fixBox p {
		padding: 20px;
	}
}
div.section div.featureStyleWrap div.featureFix .fixBox img {
	width: 100%;
}


div.section div.featureStyleWrap.room {
	background: url(../../img/feature/bg_room.jpg) no-repeat 50% 50%;
	background-size: cover;
}
div.section div.featureStyleWrap.room h3,
div.section div.featureStyleWrap.room .lead,
div.section div.featureStyleWrap.room .featureBox {
	color: #fff;
}
div.section div.featureStyleWrap.room div.featureBox {
	margin: 60px 0;
}
@media screen and (max-width: 979px) {
	div.section div.featureStyleWrap.room div.featureBox {
		margin: 30px 0;
	}
}

div.section div.featureStyleWrap.banquet {
	background: url(../../img/feature/bg_banquet.jpg) no-repeat 50% 50%;
	background-size: cover;
}
div.section div.featureStyleWrap.banquet h3,
div.section div.featureStyleWrap.banquet .lead,
div.section div.featureStyleWrap.banquet .featureBox {
	color: #fff;
}

div.section div.featureStyleWrap.spa div.loopSlide {
	padding-bottom: 40px;
}



div.section div.featureStyleWrap.hotel p.commonLink,
div.section div.featureStyleWrap.restaurant p.commonLink,
div.section div.featureStyleWrap.spa p.commonLink {
	margin-bottom: 10px;
}
div.section div.featureStyleWrap.hotel .featureBox p.commonLink,
div.section div.featureStyleWrap.restaurant .featureBox p.commonLink,
div.section div.featureStyleWrap.spa .featureBox p.commonLink {
	margin-bottom: 30px;
}





div.section .personaLinkWrap div.inner {
  padding-top: 0;
}
div.section .personaLinkBlock a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #2b3034;
}
div.section .personaLinkBlock .textBlock {
  width: 60%;
  padding: 60px;
  box-sizing: border-box;
  background: #f2f3f3;
}
@media screen and (max-width: 979px){
  div.section .personaLinkBlock .textBlock {
    width: 95%;
    margin: 0 auto 0 0;
    padding: 20px;
  }
}
div.section .personaLinkBlock .imgBlock {
  width: 50%;
  margin: -200px 0 0 auto;
}
@media screen and (max-width: 979px){
  div.section .personaLinkBlock .imgBlock {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
div.section .personaLinkBlock h3 {
  text-align: left;
}

div.section .personaLinkBlock p.linkBtn {
  width: 253px;
	text-align: center;
  display: block;
	color: #FFF!important;
  background: #808080 url(../../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
  padding: 10px 10px 11px 10px;
  box-sizing: border-box;
  margin: 10px 0 0;
}
@media screen and (max-width: 979px) {
	div.section .personaLinkBlock p.linkBtn {
	  width: 100%;
  }
}

div.section .personaLinkBlock .imgBlock {
  transition: all 0.5s ease;
}
div.section .personaLinkBlock a:hover .imgBlock  {
  transform: scale(0.95);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
