@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
	background-color: #fff;
}

body .container {
	width: 100%;
	padding: 0;
	overflow: hidden;
}


/* main visual */
.timeshare-top{
	background-image: url('../img/banner/top_banner.webp');
}
.flow{
	background-image: url('../img/banner/flow_banner.webp');
}
.hiltonclub{
	background-image: url('../img/banner/hiltonclub_banner.webp');
}
@media screen and (max-width: 767px) {
	.timeshare-top{
		background-image: url('../img/banner/top_banner_sp.webp');
	}

	.flow{
		background-image: url('../img/banner/flow_banner_sp.webp');
	}

	.hiltonclub{
		background-image: url('../img/banner/hiltonclub_banner_sp.webp');
	}


}

/*********************************************************** 

	common

***********************************************************/

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
    
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
  
}

.page-container #subcontent{
	padding:50px 20px 0;
}

/* pankuzu */
#pankuzuArea {
	width: 1040px;
	margin: 10px auto 30px;
}

@media screen and (max-width: 767px) {
	#pankuzuArea {
		width: 100%;
		margin: 10px auto 30px;
		padding: 0 15px;
		box-sizing: border-box;
	}
}

/* menu */
#pageNavi {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 0;
}
#pageNavi ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 30px;
}

#pageNavi ul li a {
	position: relative;
	font-size: 15px;
	color: #333333;
}

#pageNavi ul li.active a::before {
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 100%;
	margin: 0 0 0 -50%;
	height: 1px;
	background-color: #00B0B9;
	content: "";
}

#pageNavi ul li a:focus, #pageNavi ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#pageNavi {
		width: 100%;
		padding: 0 15px 30px;
		box-sizing: border-box;
	}

	#pageNavi ul {
		justify-content: center;
		padding: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 0 25px;
	}

	#pageNavi ul li {
		margin: 0;
		padding: 0 0 10px 0;
	}

	#pageNavi ul li a {
		font-size: 1.4rem;
	}
}


/* buttom link  */
.link_column{
	display: flex;
	flex-direction: row;
	gap: 70px;
	width: 70%;
	margin: 70px auto;
}

.link_button{
	display: block;
	width: 50%;
	padding: 13px 0;
	border-radius: 30px;
	background-color: #ffffff;
	border: 1px solid #00B0B9;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	margin:0 auto 0;
}

.link_button:hover{
	background-color: #b2e7ea;
	border: 1px solid #b2e7ea;
	text-decoration: none;
	color: #333;
}

.pager_column{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 70px 0 0;
}

.pager_left{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 70px 0 0;
}

.pager_right{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 70px 0 0;
}

.link_text{
  font-size: 1.7rem;
}

.link_text:hover{

}

@media screen and (max-width: 767px) {


	.link_column{
		display: flex;
		flex-direction: column;
		gap: 20px;
		width: 100%;
		margin: 20px auto;
	}

	.link_button{
		display: block;
		width: 100%;
		padding: 13px 0;
		border-radius: 30px;
		background-color: #ffffff;
		border: 1px solid #00B0B9;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333;
		margin:0 auto 0;
	}

	.link_button:hover{
		background-color: #00B0B9;
		border: 1px solid #00B0B9;
		text-decoration: none;
		color: #333;
	}

	.pager_column{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 70px 0 0;
	}

	.link_text{
		font-size: 1.7rem;
	}

	.link_text:hover{

	}
}


/*********************************************************** 

	index
	タイムシェア

***********************************************************/

.top_h2{
	color: #00B0B9;
	text-align: left;
	font-size: 4.5rem;
	margin: 0 0;
	font-weight: 400;
	line-height: 1.6;
	text-transform: none;
}



@media screen and (max-width: 767px) {
	.top_h2{
		color: #00B0B9;
		text-align: left;
		font-size: 4rem;
		margin: 0 0;
		font-weight: 400;
		line-height: 1.6;
		text-transform: none;
	}
}

.header_h1 span{
	font-size: 2rem;
	line-height: 1.5;
}

.top-wrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}

.about-block{
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(../img/top/about_image_pc.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 50px 0 0;
	background-size: 100%;
}

.textarea {
	width: 100%;
	text-align: left;
	padding: 0px 20px 230px;
	max-width: 900px;
	margin: 0 auto;
}

.about_subtext{
	display: block;
	padding: 0;
	font-size: 2rem;
	color: #202b46;
	font-weight: bold;
	margin: 0;
	line-height: 1.8;
}

.about_text{
	margin: 30px 0 0;
	line-height: 2.5;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.top-wrapper{
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0;
	}

	.about-block{
		position: relative;
		width: 100%;
		height: auto;
		background-image: url(../img/top/about_image_sp.webp);
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 0 0;
		background-size: 100%;
	}

	.textarea {
		width: 100%;
		text-align: left;
		padding: 0px 20px 130px;
		max-width:none;
		margin: 0 auto;
		
	}

	.about_subtext{
		display: block;
		padding: 0;
		font-size: 2rem;
		color: #202b46;
		font-weight: bold;
		margin: 0;
		line-height: 1.8;
	}

	.about_text{
		margin: 30px 0 0;
		line-height: 2;
		font-size: 1.6rem;
	}
}

/* Scene */

.scene_content .content{
	padding: 30px 20px 0;
	max-width: 1000px;
}

.scene_lead{
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	line-height: 1.8;
}

.scene_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	margin: 0 0 60px;
}

.scene_list:nth-child(odd){
	flex-direction: row-reverse;
}

.scene_list:nth-child(even){
	flex-direction: row;
}

.scene_image{
	width: 60%;
}

.column{

}

.imgWrap{
	
}

.scene_text{
	width: 40%;
}

.scene_list:nth-child(odd) .scene_textinner{
	float: right;
}

.scene_list:nth-child(even) .scene_textinner{
	float: left;
}

.scene_h3{
	color: #00B0B9;
	text-align: left;
	font-size: 3rem;
	margin: 0 0;
	font-weight: 500;
	line-height: 1.6;
	text-transform: none;
}

.scene_text p{
	font-size: 2rem;
	color: #202B46;
	line-height: 1.6;
	font-weight: bold;
	margin: 0;
}

.scene_content .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
	margin: 0;
}

.scene_content .bx-wrapper .bx-controls-direction a{
  z-index: 100;
}


@media screen and (max-width: 767px) {

	.scene_content .content{
		padding: 0;
	}

	.scene_lead{
		font-size: 1.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		line-height: 1.8;
		padding: 20px;
	}

	.scene_list{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
		margin: 0 0 30px;
	}

	.scene_list:nth-child(odd){
		flex-direction: column;
		align-content: flex-end;
	}

	.scene_list:nth-child(even){
		flex-direction: column;
		align-content: flex-start;
	}

	.scene_image{
		width: 90%;
	}

	.column{

	}

	.imgWrap{
		
	}

	.scene_text{
		width: 100%;
	}

	.scene_list:nth-child(odd) .scene_image{
    margin: 0 0 0 auto;
	}

	.scene_list:nth-child(odd) .scene_textinner{
    float: left;
    padding-left: 2em;
	}

	.scene_list:nth-child(even) .scene_image{
		 margin: 0 auto 0 0;
	}

	.scene_list:nth-child(even) .scene_textinner{
		float: left;
		padding-left: 2em;
	}

	.scene_h3{
		color: #00B0B9;
		text-align: left;
		font-size: 3rem;
		margin: 0 0;
		font-weight: 500;
		line-height: 1.6;
		text-transform: none;
	}

	.scene_text p{
		font-size: 2rem;
		color: #202B46;
		line-height: 1.6;
		font-weight: bold;
		margin: 0;
	}

	.scene_content .bx-wrapper {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		background: #fff;
		margin: 0;
		max-width: none !important;
	}

}

/* animation */
.scene_animation {
	height: 350px;
	overflow: hidden;
	position: relative;
}

.scene_animation_image {
	opacity: 0;
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-animation: scene_anime 12s 0s infinite;
	animation: scene_anime 12s 0s infinite;
}

.scene_animation_image:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

@keyframes scene_anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
    z-index:9;
  }
  100% { opacity: 0 }
}

@-webkit-keyframes scene_anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
    z-index:9;
  }
  100% { opacity: 0 }
}

@media screen and (max-width: 767px) {
  .scene_animation {
    height: 230px;

  }

  .scene_animation_image {
    opacity: 0;
    -webkit-animation: scene_anime 12s 0s infinite;
    animation: scene_anime 12s 0s infinite;
  }

  .scene_animation_image:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
  }
}



/* location */

.location_content{
	background-color: rgba(0, 176, 185, 0.1);
	margin: 50px 0 0;
}

.location_inner{

}

.location_column{
	display: flex;
	align-items: center;
	gap: 30px;
}

.location_image{

}

.location_textbox{
	width: 40%;
}

.location_textinner{
	float: right;
	padding-left: 20px;
	width: 300px;
}

.location_h2{
	color: #00B0B9;
	text-align: left;
	font-size: 4.5rem;
	margin: 0 0 10px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.location_h2 span{
	display: block;
	font-size: 2rem;
	color: #202B46;
	line-height: 1;
	font-weight: bold;
	margin: 5px 0 0;
}

.location_text{
	margin: 10px 0 15px;
	line-height: 1.6;
	font-size: 1.6rem;
}


.location_imagebox{
	position: relative;
	width: 60%;
}

.location_image{

}

.location_image img{

}

.image_column{
	position: absolute;
	bottom: -2em;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: row;
	width: 90%;
	margin: 0 auto 0;
	gap: 20px;
	justify-content: center;
}

.image_text--upper{
	color:#fff;
	font-size: 1.8rem;
	font-weight: 500;
	font-weight: bold;
}

.image_text--lowwer{
	color:#fff;
	font-size: 1.6rem;
	font-weight: 500;
	font-weight: bold;
}

.image_text--number{
	color:#fff;
	font-size: 4rem;
	font-weight: 700;
	font-weight: bold;
}

.location_link{
	display: block;
	width: 90%;
	padding: 10px 0;
	border-radius: 30px;
	background-color: #ffffff;
	border: 1px solid #00B0B9;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	margin: 0 auto 0;
}

.location_link:hover {
	background-color: #b2e7ea;
	border: 1px solid #b2e7ea;
	text-decoration: none;
	color: #333;
}

@media screen and (max-width: 767px) {
	.location_content{
		background-color: rgba(0, 176, 185, 0.1);
		margin: 30px 0 0;
		padding: 0 0 30px;
	}

	.location_inner{

	}

	.location_column{
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 0;
	}

	.location_image{

	}

	.location_textbox{
		width: 100%;
	}

	.location_textinner{
		float: right;
		padding: 30px 20px 0;
		width: 100%;
	}

	.location_h2{
		color: #00B0B9;
		text-align: left;
		font-size: 4rem;
		margin: 0 0 10px;
		font-weight: 400;
		line-height: 1;
		text-transform: none;
	}

	.location_h2 span{
		display: block;
		font-size: 2rem;
		color: #202B46;
		line-height: 1;
		font-weight: bold;
		margin: 10px 0 0;
	}

	.location_text{
		margin: 10px 0 15px;
		line-height: 1.8;
		font-size: 1.6rem;
	}


	.location_imagebox{
		position: relative;
		width: 100%;
	}

	.location_image{

	}

	.location_image img{

	}

	.image_column{
		position: absolute;
		bottom: -1.3em;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		flex-direction: row;
		width: 90%;
		margin: 0 auto 0;
		gap: 30px;
		justify-content: center;
	}

	.image_text--upper{
		color:#fff;
		font-size: 1.6rem;
		font-weight: 500;
		font-weight: bold;
	}

	.image_text--lowwer{
		color:#fff;
		font-size: 1.2rem;
		font-weight: 500;
		font-weight: bold;
	}

	.image_text--number{
		color:#fff;
		font-size: 3rem;
		font-weight: 700;
		font-weight: bold;
	}

	.location_link{
		display: block;
		width: 90%;
		padding: 10px 0;
		border-radius: 30px;
		background-color: #ffffff;
		border: 1px solid #00B0B9;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333;
		margin: 30px auto 0;
	}

	.location_link:hover {
		background-color: #b2e7ea;
		border: 1px solid #b2e7ea;
		text-decoration: none;
		color: #333;
	}

}


/* plan */

.plan_content{
	background-color: #fff;
	margin: 0 0 0;
}

.plan_content .content{
	padding: 70px 20px;
	max-width: 1000px;
}

.plan_inner{

}

.plan_h2{
	color: #00B0B9;
	text-align: left;
	font-size: 4.5rem;
	margin: 0 0 10px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.plan_h2 span{
	display: block;
	font-size: 2rem;
	color: #202B46;
	line-height: 1;
	font-weight: bold;
	margin: 10px 0 0;
}

.plan_column{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
	margin: 50px 0 0;
	align-items: center;
}

.plan_text{
	width: 50%;
	font-size: 1.6rem;
}

.plan_box{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.plan_price{
	color: #00B0B9;
	font-size: 2.5rem;
}

.plan_num{
	font-size: 5rem;
	font-weight: bold;
}

.plan_addition{
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.plan_content{
		background-color: #fff;
		margin: 0 0 0;
	}

	.plan_content .content{
		padding: 30px 20px;
	}

	.plan_inner{

	}

	.plan_h2{
		color: #00B0B9;
		text-align: left;
		font-size: 4.5rem;
		margin: 0 0 10px;
		font-weight: 400;
		line-height: 1;
		text-transform: none;
	}

	.plan_h2 span{
		display: block;
		font-size: 2rem;
		color: #202B46;
		line-height: 1;
		font-weight: bold;
		margin: 10px 0 0;
	}

	.plan_column{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
		margin: 30px 0 0;
		align-items: center;
	}

	.plan_text{
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.plan_box{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.plan_price{
		color: #00B0B9;
		font-size: 2.5rem;
	}

	.plan_num{
		font-size: 5rem;
		font-weight: bold;
	}

	.plan_addition{
		font-size: 1.2rem;
	}
}

/* join */

.join_content{
	background-color: rgba(0, 176, 185, 0.1);
	margin: 0 0 0;
}

.join_content .content{
	padding: 70px 20px;
  max-width: 1000px;
}

.join_inner{

}

.join_h2{
	color: #00B0B9;
	text-align: left;
	font-size: 4.5rem;
	margin: 0 0 10px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.join_h2 span{
	display: block;
	font-size: 2rem;
	color: #202B46;
	line-height: 1;
	font-weight: bold;
	margin: 10px 0 0;
}

.join_column{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
	margin: 50px 0 0;
}

.join_text{
	width: 50%;
}

.join_h3{
	font-size: 1.8rem;
	color: #333;
	line-height: 1.6;
	font-weight: bold;
	margin: 0;
}

.join_text p{
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 15px 0 0;
}

.join_text p b{
	display: block;
	margin: 0 0 15px;
}

.join_text p span{
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 15px 0 0;
	display: block;
}

.join_image{
	width: 50%;
}

.join_image img{
	width: 100%;
}

.join_button{
	width: 80%;
	margin: 30px 0 0;
}

.join_column--second{
	margin: 30px 0 0;
	border-top: 1px solid #707070;
	padding: 30px 0 0;
}

.pcbutton{
	display: block;
	margin: 30px 0 0;
	width: 70%;
}

.spbutton{
	display: none;
	margin:0 0;
}

@media only screen and (max-width: 767px) {

	.join_content .content {
    padding: 30px 20px;
	}
	.join_h2 {
    color: #00B0B9;
    text-align: left;
    font-size: 4rem;
    margin: 0 0 ;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
	}

	.join_h2 span {
    display: block;
    font-size: 2rem;
    color: #202B46;
    line-height: 1.6;
    font-weight: bold;
    margin: 10px 0 0;
	}

	.join_column{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 15px;
		margin: 30px 0 0;
	}

	.join_text{
		width: 100%;
	}

	.join_h3{
		font-size: 1.7rem;
		color: #202B46;
		line-height: 1.6;
		font-weight: bold;
		margin: 0;
	}

	.join_text p{
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 10px 0 0;
	}

	.join_text p span{
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 10px 0 0;
		display: block;
	}

	.join_image{
		width: 100%;
	}

	.join_image img{
		width: 100%;
	}

	.join_button{
		width: 100%;
		margin: 20px 0 0;
	}


	.join_column--second {
    margin: 30px 0 0;
    border-top: 1px solid #707070;
    padding: 30px 0 0;
	}

	.pcbutton{
		display: none;
		margin:0 0;
	}

	.spbutton{
		display: block;
		margin: 10px 0 0;
	}
}






/* member voice */


.voice_content{
	background-color: #F8F8F8;
}

.voice_content .content{
	padding: 0 20px 70px;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {

	.voice_content{
		background-color: #F8F8F8;
	}

	.voice_content .content{
		padding: 0 20px 70px;
	}
}

.voice_inner {
	width: 100%;
	height: 700px !important;
	overflow: hidden;
	padding: 70px 20px ;
}

.voice_h2{
	color: #00B0B9;
	text-align: left;
	font-size: 4.5rem;
	margin: 0 auto 10px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	max-width: 1000px;
}

.voice_h2 span{
	display: block;
	font-size: 2rem;
	color: #202B46;
	line-height: 1;
	font-weight: bold;
	margin: 10px 0 0;
}

.voice_inner .membersVoicesArea {
	margin: 50px auto 0;
	width: 100%;
	max-width: 1000px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.voice_inner .column {
	display: flex;
	width: 100%;
	height: 410px;
	background: #FFF;
}
.voice_inner .imgWrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 300px;
}
.voice_inner .imgWrap img {
	object-fit: cover;
	width: 300px;
	height: 200px;
}
.voice_inner .column .imgWrap.img03 img {
	object-fit: cover;
	width: 300px;
	height: 410px;
}
.voice_inner .txtWrap {
	flex: 1;
	padding: 2rem;
}
.voice_h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
}
.voice_inner ul {
	margin: 1rem 0;
	list-style: none;
	padding: 0;
}
.voice_inner li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.5rem;
	border: none;
	border-radius: 15px;
	height: 30px;
	font-size: 1.3rem;
	font-weight: 500;
	box-sizing: border-box;
	background-color: #E8E8E8;
	margin: 0 1.5rem 0 0;
}
.voice_h4 {
	margin: 15px 0 10px;
	font-size: 2.1rem;
	color: #00B0B9;
	font-weight: bold;
	line-height: 1.6;
}
.voice_inner p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.voice_inner p .pcView {
	display: inline;
}
.voice_inner p .spView {
	display: none;
}
.voice_inner .txtWrap a {
	display: none;
}
.voice_inner .bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
	max-width: none !important;
}
.voice_inner .bx-wrapper .bx-prev {
	left: -40px !important;
	background: url('../img/top/icon01.svg') no-repeat 0 !important;
}
.voice_inner .bx-wrapper .bx-prev:hover, .voice_inner .bx-wrapper .bx-prev:focus {
	background-position: 0 0 !important;
}
.voice_inner .bx-wrapper .bx-next {
	right: -40px !important;
	background: url('../img/top/icon01.svg') no-repeat 0 !important;
	transform: rotate(180deg);
}
.voice_inner .bx-wrapper .bx-next:hover, .voice_inner .bx-wrapper .bx-next:focus {
	background-position: 0 0 !important;
}
.voice_inner .bx-wrapper .bx-controls-direction a {
	top: 205px !important;
	width: 17px !important;
	height: 32px !important;
	background-position: 0 0 !important;
	z-index: 100;
}



.voice_inner .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.voice_inner .bx-wrapper .bx-pager.bx-default-pager a.active, 
.voice_inner .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #00B0B9;
}

.voice_inner .bx-wrapper .bx-pager.bx-default-pager a{
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
	.voice_inner {
		padding: 30px 20px;
		box-sizing: border-box;
		height: auto !important;
	}
	.voice_h2 {
		font-size: 4rem;
	}

	.voice_inner .membersVoicesArea {
		margin: 20px auto 0;
		width: 100%;
		background: #FFF;
		box-shadow: 0 3px 6px rgba(0,0,0,.16);
	}
	.voice_inner .column {
		flex-direction: column;
		height: auto;
	}
	.voice_inner .imgWrap {
		width: 100%;
	}
	.voice_inner .imgWrap img {
		object-fit: cover;
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.voice_inner .imgWrap img.pcView {
		display: none!important;
	}
	.voice_inner .column .imgWrap.img03 img {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.voice_inner .txtWrap {
		flex: 1;
		padding: 2rem;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.voice_inner .bx-wrapper{
		max-width: none !important;
	}

	.voice_h3 {
		font-size: 1.4rem;
		text-align: left;
	}
	.voice_inner ul {
		justify-content: flex-start;
		margin: 1.5rem 0 2rem;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}
	.voice_inner li {
		margin: 0 0;
		padding: 0 1.2rem;
		border-radius: 13px;
		height: 26px;
		font-size: 1rem;
	}
	.voice_h4 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.6;
	}
	.voice_inner p {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
	}
	.voice_inner p .spView {
		display: inline;
	}
	.voice_inner p .pcView {
		display: none;
	}
	.voice_inner .txtWrap a {
		display: block;
		width: 90%;
		padding: 10px 0;
		border-radius: 30px;
		background-color: #ffffff;
		border: 1px solid #00B0B9;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333;
		margin: 30px auto 0;
	}
	.voice_inner .txtWrap a:hover {
		text-decoration: none;
	}
	.voice_inner .txtWrap a.membersClose {
		justify-content: center;
	}
	.voice_inner .txtWrap a.memberslose img {
		margin-left: .5rem;
		width: 1.5rem;
	}
}


/*===============================

	追従ボタン追加　SP

================================*/
#float_ctablock {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: -200px;
  width: 200px;
  opacity: 0;
  transition: all 1.0s ease;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#float_ctablock.view {
  bottom: 70px;
  opacity: 1;
}
#float_ctablock .linkTyp01 {

}
#float_ctablock .linkTyp01 a {
  display: block;
  width: 200px;
  height: auto;
  padding: 13px 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #DD0088;
  border: 1px solid #DD0088;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
}
#float_ctablock .linkTyp01 a:hover {
  background-color: #FFF;
  border: 1px solid #DD0088;
  text-decoration: none;
  color: #333;
}
@media only screen and (max-width: 767px) {
  #float_ctablock {
    position: fixed;
    right: auto;
    left: 0;
    top: -60px;
    width: 100%;
    height: 60px;
    padding: 11px 15px;
    box-sizing: border-box;
    background-color: #fff;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
    opacity: 1;
    transition: all 0.3s ease;
  }
  #float_ctablock.view {
    position: fixed;
    top: 72px;
    opacity: 1;
  }
  #float_ctablock .linkTyp01 {
    width: 48%;
    height: auto;
    margin: 0;
  }
  #float_ctablock .linkTyp01 a {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 1.5rem;
  }
}



/*********************************************************** 

	flow-of-purchase
	ご利用までの流れ

***********************************************************/

.flow-wrapper{
	display: flex;
	flex-direction: column;
}

.flow_contents{

}

.flow_block{
	border: 1px solid #00B0B9;
	padding: 30px;
	border-radius: 20px;
	margin: 0 0 60px;
	position: relative;
}

.flow_block::after{
	content: "";
	position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 20px solid #00B0B9;
  border-bottom: 0;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.flow_block:last-child:after{
	content:none
}

.flow_h2{
	font-size: 3rem;
	color: #333;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.flow_column{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
}

.flow_text{
	width: 50%;
}

.flow_step{
	color: #00B0B9;
	font-weight: normal;
	font-size: 2.5rem;
}

.flow_step span{
	color: #00B0B9;
	font-weight: bold;
	font-size: 4rem;
}

.flow_h3{
	font-size: 3rem;
	color: #202B46;
	line-height: 1.6;
	font-weight: bold;
	margin: 0;
}

.flow_text p{
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 15px 0 0;
}

.flow_text p b{
	display: block;
	margin: 0 0 15px;
}

.flow_text p span{
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 15px 0 0;
	display: block;
}

.flow_image{
	width: 50%;
}

.flow_image img{
	width: 100%;
}


.flow_column--second{
	margin: 30px 0 0;
}

.flow_button{
	width: 50%;
}

.request_button{
	display: block;
	width: 100%;
	padding: 13px 0;
	border-radius: 30px;
	background-color: #DD0088;
	border: 1px solid #DD0088;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	margin:20px auto 0;
}

.request_button:first-child{
	margin:0 auto 0;
}

.request_button:hover{
	background-color: #FFF;
	border: 1px solid #DD0088;
	text-decoration: none;
	color: #333;
}

.flow_place{
	width: 50%;
}


.flow_subblock{
	margin: 30px 0 0;
}

.flow_box{
	padding: 20px;
	background-color: #F0F0F0;
	margin: 0 0 20px;
}

.flow_box:last-child{
	margin: 0 0;
}

.flow_box dt{
	font-size: 1.8rem;
	line-height: 1.8;
}

.flow_box dd{
	font-size: 1.6rem;
	line-height: 1.8;
}

.flow_box dd a{
	font-size: 1.6rem;
	line-height: 1.8;
	color: #00B0B9;
}

.flow_column--third{
	margin: 30px 0 0;
	border-top: 1px solid #707070;
	padding: 30px 0 0;
}

.pcbutton{
	display: block;
	margin: 30px 0 0;
}

.spbutton{
	display: none;
	margin:0 0;
}


@media screen and (max-width: 767px) {

	.flow-wrapper{
		display: flex;
		flex-direction: column;
	}

	.flow_contents{

	}

	.flow_block{
		border: 1px solid #00B0B9;
		padding: 15px;
		border-radius: 20px;
		margin: 0 0 40px;
		position: relative;
	}

	.flow_block::after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 15px solid #00B0B9;
		border-bottom: 0;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.flow_block:last-child:after{
		content:none
	}

	.flow_h2{
		font-size: 2rem;
		color: #333;
		font-weight: 400;
		margin: 0 0 20px 0;
	}

	.flow_column{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 15px;
	}

	.flow_text{
		width: 100%;
	}

	.flow_step{
		color: #00B0B9;
		font-weight: normal;
		font-size: 2.5rem;
	}

	.flow_step span{
		color: #00B0B9;
		font-weight: bold;
		font-size: 4rem;
	}

	.flow_h3{
		font-size: 2rem;
		color: #202B46;
		line-height: 1.6;
		font-weight: bold;
		margin: 0;
	}

	.flow_text p{
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 10px 0 0;
	}

	.flow_text p b{
		display: block;
		margin: 0 0 15px;
	}

	.flow_text p span{
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 10px 0 0;
		display: block;
	}

	.flow_image{
		width: 100%;
	}

	.flow_image img{
		width: 100%;
	}


	.flow_column--second{
		margin: 30px 0 0;
	}

	.flow_button{
		width: 100%;
	}

	.request_button{
		display: block;
		width: 100%;
		padding: 13px 10px;
		border-radius: 30px;
		background-color: #DD0088;
		border: 1px solid #DD0088;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #FFF;
		margin:15px auto 0;
	}

	.request_button:first-child{
		margin:0 auto 0;
	}

	.request_button:hover{
    background-color: #FFF;
    border: 1px solid #DD0088;
    text-decoration: none;
    color: #333;
	}

	.flow_place{
		width: 100%;
		margin: 10px 0 0;
	}


	.flow_subblock{
		margin: 20px 0 0;
	}

	.flow_box{
		padding: 15px;
		background-color: #F0F0F0;
		margin: 0 0 20px;
	}

	.flow_box:last-child{
		margin: 0 0;
	}

	.flow_box dt{
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.flow_box dd{
		font-size: 1.6rem;
		line-height: 1.8;
	}	

	.flow_box dd a{
		font-size: 1.6rem;
		line-height: 1.8;
		color: #00B0B9;
	}

	.flow_column--third {
    margin: 20px 0 0;
    border-top: 1px solid #707070;
    padding: 10px 0 0;
	}

	.pcbutton{
		display: none;
		margin:0 0;
	}

	.spbutton{
		display: block;
		margin: 10px 0 0;
	}
}



/* member benefit */
.benefits_content{
	background-color: #00B0B9;
}

.benefits_content .content{
	padding: 70px 20px;
  max-width: 1000px;
}

.benefits_title{
	color: #fff;
	text-align: left;
	font-size: 3rem;
	margin: 0 0;
	font-weight: bold;
	text-transform: none;
	line-height: 1.6;
}

.benefits_subtitle{
	color: rgba(255, 255, 255, 0.7);
	text-align: left;
	font-size: 2rem;
	margin: 0 0 0;
	font-weight: normal;
	line-height: 1.6;
	text-transform: none;
}

.benefits_column{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 70px;
	margin: 30px 0 0;
}

.benefits_list{
  width: 50%;
}

.benefits_image{
	width: 100%;
	background-color: #fff;
}

.benefits_image a{

}

.benefits_image a:hover{
	opacity: 0.7;
}

.benefits_image img{
	width: 100%;
}

.benefits_text{

}



.benefits_detail{
	margin: 20px 0 0;
}

.benefits_detail dt{
	color: #fff;
	font-size: 1.8rem;
}

.benefits_detail dd{
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0 0
}

.benefits_detail dd span{
	font-size: 1.4rem;
	display: block;
	margin: 10px 0 0;
}


@media screen and (max-width: 767px) {

	.benefits_content{
		background-color: #00B0B9;
	}

	.benefits_content .content{
		padding: 30px 20px;
	}

	.benefits_title{
		color: #fff;
		text-align: left;
		font-size: 2.5rem;
		margin: 0 0;
		font-weight: bold;
		text-transform: none;
		line-height: 1.6;
	}

	.benefits_subtitle{
		color: rgba(255, 255, 255, 0.7);
		text-align: left;
		font-size: 2rem;
		margin: 0 0 0;
		font-weight: normal;
		line-height: 1.6;
		text-transform: none;
	}

	.benefits_column{
		display: flex;
		flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    margin: 20px 0 0;
	}

	.benefits_list{
		width: 100%;
	}

	.benefits_image{
		width: 100%;
	}

	.benefits_image img{
		width: 100%;
	}

	.benefits_text{

	}

	.benefits_detail{
		margin: 20px 0 0;
	}

	.benefits_detail dt{
		color: #fff;
		font-size: 1.8rem;
	}

	.benefits_detail dd{
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 10px 0 0
	}

	.benefits_detail dd span{
		font-size: 1.4rem;
		display: block;
		margin: 10px 0 0;
	}

	.benefits_text{
		margin: 20px 0 0;
	}

	.benefits_detail{
		margin: 0 0;
	}

	.benefits_detail dt{
		font-size: 1.8rem;
	}

	.benefits_detail dd{
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 10px 0 0;
	}

}

/* members' voice */
.testimonials_content{

}

.testimonials_content .content{
	padding: 70px 20px;
  max-width: 1000px;
}

.full_image{
	width: 100%;
}

.full_image img{
	width: 100%;
}

.testimonials_text{

}

.testimonials_detail{
	margin: 20px 0;
}

.testimonials_detail dt{
	font-size: 1.8rem;
}

.testimonials_detail dd{
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
	.testimonials_content{

	}

	.testimonials_content .content{
		padding: 30px 20px 70px;
	}

	.full_image{
		width: 100%;
	}

	.full_image img{
		width: 100%;
	}

	.testimonials_text{

	}

	.testimonials_detail{
		margin: 20px 0;
	}

	.testimonials_detail dt{
		font-size: 1.8rem;
	}

	.testimonials_detail dd{
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 10px 0 0;
	}
}


/*********************************************************** 

	hiltonclub
	ヒルトンクラブ

***********************************************************/

.hiltonclub_h2 {
	font-size: 3rem;
	color: #333;
	font-weight: 400;
	margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
	.hiltonclub_h2 {
		font-size: 2rem;
		color: #333;
		font-weight: 400;
		margin: 0 0 20px 0;
	}
}


.hclead-wrapper{
	max-width: 1000px;
	margin: 30px auto 0;
	padding: 0 20px;
}

.hclead_column{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin: 50px auto 0;
}

.hclead_image{
  width: 30%;
}

.hclead_image img{
  width: 80%;
}

.hclead_text{
	font-size: 1.6rem;
	line-height: 1.6;
	width: 70%;
	font-weight: 300;
}


@media screen and (max-width: 767px) {

	.hclead-wrapper{
		max-width: 1000px;
		margin: 30px auto 0;
		padding: 0 20px;
	}

	.hclead_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 30px auto 0;
	}

	.hclead_image{
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}

	.hclead_image img{
		width: 50%;
	}

	.hclead_text{
		font-size: 1.6rem;
		line-height: 1.6;
		width: 100%;
		font-weight: 300;
	}

}

/* hcresort */

.hcresort_block{
	margin: 50px auto 0;
	padding: 0 20px;
	max-width: 1000px;
}

.hcresort_inner{
	background-image: url(../img/hiltonclub/hiltonclub_bg.webp);
	background-size: cover;
	width: 100%;
	height: auto;
	background-position: bottom;
	min-height: 600px;
	position: relative;
}

.hcresort_text{
  position: absolute;
	padding: 50px;
	font-size: 1.6rem;
	line-height: 1.8;
}


@media screen and (max-width: 767px) {

	.hcresort_block{
		margin: 30px auto 0;
		padding: 0 20px;
		max-width: 1000px;
	}

	.hcresort_inner{
		background-image: url(../img/hiltonclub/hiltonclub_bg_sp.webp);
		background-size: cover;
		width: 100%;
		height: auto;
		background-position: bottom;
		min-height: 800px;
		position: relative;
	}

	.hcresort_text{
		position: absolute;
		padding: 20px;
		font-size: 1.5rem;
		line-height: 1.7;
	}
}



/* resortBtn */
.resortBtn_content{
	max-width: 1000px;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
	display: flex;
	margin: 50px auto 0;
	align-items: center;
	flex-wrap: wrap;
}

.resortBtnBlock{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px 70px;
	align-items: center;
	flex-wrap: wrap;
}

.resortBtnBlock a{
	display: block;
	padding: 20px 0;
	background-color: #212b46;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 50px;
	letter-spacing: 1px;
	width: 400px;
}

.resortBtnBlock a:hover{
	text-decoration: none;
	background-color: #3b445d;
}

@media screen and (max-width: 767px) {

	.resortBtn_content{
		max-width: 1000px;
		flex-direction: row;
		justify-content: center;
		gap: 30px;
		display: flex;
    margin: 50px auto 0;
		align-items: center;
		flex-wrap: wrap;
	}

	.resortBtnBlock{
		display: flex;
		justify-content: center;
		gap: 20px;
		align-items: center;
		flex-wrap: wrap;
    width: 100%;
		flex-direction: column;
		padding: 0 20px;
	}

	.resortBtnBlock a{
		display: block;
		padding: 17px 0;
		background-color: #212b46;
		color: #fff;
		text-align: center;
		font-size: 1.8rem;
		border-radius: 50px;
		letter-spacing: 1px;
		width: 100%;
	}

	.resortBtnBlock a:hover{
		text-decoration: none;
		background-color: #3b445d;
	}
}


/* reward_content */
.reward_content{

}

.reward_content .content{
	padding: 50px 20px 0;
	max-width: 1000px;
}

.reward_column{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.reward_column img{
  width: 49%;
}

.reward_text{
	margin: 30px 0 0;
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.reward_content{

	}

	.reward_content .content{
		padding: 50px 20px 0;
		max-width: 1000px;
	}

	.reward_column{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.reward_column img{
		width: 49%;
	}

	.reward_text{
		margin: 20px 0 0;
		font-size: 1.6rem;
		line-height: 1.8;
		padding: 0 10px;
	}
}


/* partner_content */
.partner_content{

}

.partner_content .content{
	padding: 50px 20px 0;
	max-width: 1000px;
}

.partner_column{
	border: 7px solid #CBA058;
	background-color: #f5ecdd;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.partner_text{
	padding: 0 30px;
	width: 50%;
}

.partner_text p{
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0;
}

.partner_text p span{
	margin: 0 0 20px 0;
	font-size: 2.5rem;
	line-height: 1.8;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
	display: block;
}

.partner_text a{
	width: 90%;
	background-color: #CBA058;
	color: #000;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 15px 50px;
	border-radius: 50px;
	display: block;
	text-align: center;
	margin: 20px auto 0;
}

.partner_text a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.partner_image{
	width: 50%;
}


@media screen and (max-width: 767px) {

	.partner_content{

	}

	.partner_content .content{
		padding: 30px 20px 0;
		max-width: 1000px;
	}

	.partner_column{
		border: 5px solid #CBA058;
		background-color: #f5ecdd;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.partner_text{
		padding: 20px;
		width: 100%;
	}

	.partner_text p{
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 0;
	}

	.partner_text p span{
		margin: 0 0 20px 0;
		font-size: 2.5rem;
		line-height: 1.6;
		font-weight: bold;
		color: #000;
		letter-spacing: 1px;
		display: block;
		text-align: center;
	}

	.partner_text a{
    width: 100%;
    background-color: #CBA058;
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 15px 50px;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
	}

	.partner_image{
		width: 100%;
	}

}


/* hcp_detail_content */
.hcp_detail_content{

}

.hcp_detail_content .content{
	padding: 50px 20px 0;
	max-width: 1000px;
}

.hcp_detail_text{
	font-size: 1.6rem;
	line-height: 1.8;
}

.hcp_detail_text a{
  text-decoration: underline;
}

.hcp_detail_text a:hover{

}


.hcend_content{

}

.hcend_content .content{
	padding: 0 20px 70px;
	max-width: 1000px;
}

@media screen and (max-width: 767px) {
	.hcend_content .content{
		padding: 0 20px 70px;
		max-width: 1000px;
	}
}