@charset "UTF-8";
/*index*/
.kvImg.kvImgFacility.kvImgClubHouseFacility,
.phGallery.ClubHouseFacility {
  margin-bottom: 60px;
}
.kvImg.kvImgFacility .kvImgInner {
  width: 150px;
  height: 246px;
  bottom: 100px;
}
.kvImg.kvImgFacility.kvImgClubHouseFacility .kvImgInner .imgBlur{
  padding: 10px 3px 8px;
  background: rgba(0,0,0,.3);
}

.kvImg.kvImgFacility .imgBlurBefore,
.kvImg.kvImgFacility .imgBlur:before{
  background-image: url(/common/images/bg-ph-facility-top-pc.jpg);
}

/* phGallery */
.phGallery{
  max-width: 1280px;
  margin: 0 auto 60px;
  padding: 0 1px;
  box-sizing: border-box;
}
.phGallery ul.clearfix > li{
  position: relative;
  float: left;
  width: 33.33%;
  border: solid 1px #ffffff;
  box-sizing: border-box;
}
.phGallery ul.clearfix > li.phGalleryWide{
  width: 50%;
}

.phGalleryBottom{
  position: relative;
  top: -85px;
  height: 85px;
  margin-bottom: -85px;
  padding: 0 10px;
}
.phGallery .txtR{
  margin-top: -8px;
}
.phGallery .linkArrow{
  font-size: 12px;
}
.phGalleryTeaHouse{
  min-height: 306px;
}
.phGalleryTeaHouse.phGalleryLeft{
  background: url(/common/images/img-ph-clubhouse-facility-6-pc.jpg) no-repeat;
  background-size: cover;
}
.phGalleryTeaHouse .phGalleryBottom{
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.phGalleryMenu{
  padding: 15px;
  background-color: #342352;
  color: #ffffff;
}
.phGalleryMenu .menuList:last-of-type{
  margin-bottom: 0;
}
.phGalleryMenu .menuList{
  margin-bottom: 0;
}
.phGalleryMenu .menuList dt{
  border-bottom-color: #ffffff;
}
.phGalleryMenu .menuList dd,
.phGalleryMenu .menuList dd ul li:last-child{
  margin-bottom: 0;
}

/*shop*/
.proShopReadTxt{
  margin-bottom: 90px;
}
.proshopTxt {
  display: block;
}
.proShopName {
  display: block;
}
.proShopPrice {
  display: block;
}
.proShop .proShopImg img {
  height: 150px;
}

/* restaurant */
.index.indexMenu {
  width: 738px;
}
.index.indexMenu li {
  width: 25%;
}
.kvImg.kvImgRestaurant{
	background-image: url(/common/images/bg-ph-restaurant-pc.jpg);
	margin-bottom: 100px;
}
.kvImg.kvImgRestaurant .kvImgInner {
  width: 190px;
  height: 220px;
  bottom: 100px;
}
.kvImg.kvImgRestaurant .kvImgInner .imgBlur {
  padding: 10px 3px 8px;
  background: rgba(255,255,255,0.1);
}
.kvImg.kvImgRestaurant .kvImgInner .imgBlurBefore,
.kvImg.kvImgRestaurant .kvImgInner .imgBlur:before{
	background-image: url(/common/images/bg-ph-restaurant-pc.jpg);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.9;
}
.restaurantSamGallery {
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.restaurantSamGallery li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  border: 0;
}
.restaurantSamGallery li img {
  width: 100%;
}
.menuListCenter {
  float: none;
  width: 70%;
  margin: 0 auto;
}
.menuList{
  margin-bottom: 40px;
  letter-spacing: 0.03em;
}

.menuList dt{
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #000000;
  font-size: 16px;
}

.menuList .iconArrow:before{
  content: none;
}

.menuList dd{
  display: table;
  width: 100%;
  font-size: 12px;
  margin-bottom: 12px;
}
.menuList dd.empty {
  display: none;
}
.menuList dd ul {
  border-bottom: 1px dotted #ececec;
}
.menuList dd li{
  display: table;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 8px;
  border-top: 1px dotted #ececec;
}
.menuList dd li:first-child {
  border-top: 0;
}
.menuList dd li + .itemSameType {
  border-top: 0;
}
.menuList dd li.itemSameType {
  margin-top: -14px;
}

.menuList dd span{
  display: table-cell;
  vertical-align: bottom;
}
.menuList dd span:last-child {
  width: 58px;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
}

.setPrice {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 12px;
}
.mt120 {
  margin-top: 120px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 150px;
}
.mt730 {
  margin-top: 730px;
}


