@charset "utf-8";

/*-------------------------------------------------------
	top.css
--------------------------------------------------------*/
/* searchBlock */
.searchBlock {
	text-align: center;
}
@media (max-width: 768px) {
}

/* btnWrap */
.btnWrap {
	display: flex;
	justify-content: space-between;
}
.btnWrap p {
	width: 48.3rem;
}
.btnWrap p a {
	display: block;
	border-radius: 1.2rem;
}
.btnWrap .btnGuide a {
	color: #333;
	background: #fff;
	border: solid 1px #ccc;
	text-decoration: none;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.btnWrap .btnGuide a::after {
	display: block;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	position: absolute;
	top: calc(50% - 1.7rem);
	right: 2rem;
	transform: rotate(-45deg);
}
.btnWrap .btnGuide a span {
	display: block;
	text-align: center;
}
.btnWrap .btnGuide a span:first-child {
	font-size: 2.8rem;
	line-height: 1;
}
.btnWrap .btnGuide a span:last-child {
	margin-top: 0.3rem;
}
@media (max-width: 768px) {
	.btnWrap {
		flex-direction: column;
	}
	.btnWrap p {
		width: 100%;
	}
	.btnWrap p + p {
		margin-top: 3rem;
	}
	.btnWrap p a {
		border-radius: 2rem;
	}
	.btnWrap .btnGuide a {
		height: 9.8rem;
	}
	.btnWrap .btnGuide a::after {
		width: 3rem;
		height: 3rem;
		top: calc(50% - 1.5rem);
	}
	.btnWrap .btnGuide a span:first-child {
		font-size: 3.8rem;
	}
	.btnWrap .btnGuide a span:nth-child(2) {
		display: none;
	}
}

/* selection */
.selection {
	margin-top: 5rem;
	border-radius: 2rem;
}
.selection .ttl {
	font-size: 3rem;
	line-height: 1.26;
}
.selection .leadTxt {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.73;
	text-align: center;
}
.selection .selectBlock {
	margin-top: 3.5rem;
	padding-top: 2.5rem;
	border-top: solid 1px #ccc;
	display: flex;
	justify-content: space-between;
}
.selection .selectBlock .categoryBox {
	width: 51.4rem;
}
.selection .selectBlock .areaBox {
	width: 44.3rem;
}
.selection .selectTtl span {
	padding-left: 3.3rem;
	font-size: 2.4rem;
	position: relative;
}
.selection .selectTtl span::before {
	display: block;
	content: '';
	background-image: url(/member/facilities/top/img/icn_checkmark.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: calc(50% - 1.3rem);
	left: 0;
}
.selection ul {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.selection ul li {
	margin-top: 1.4rem;
	width: 49%;
	border-radius: 0.8rem;
}
.selection ul li label {
	padding: 1.2rem;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.selection .categoryBox ul li {
	height: 7.5rem;
	background: #ed1282;
}
.selection .categoryBox ul li.cur,
.selection .categoryBox ul li:hover {
	background: #ff8dc7;
}
.selection .categoryBox ul li label {
	color: #fff;
}
.selection .categoryBox ul li label::before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
.selection .categoryBox ul li:nth-child(1) label::before {
	width: 4.3rem;
	height: 4.3rem;
	background-image: url(/member/facilities/top/img/icon_hotel.png);
	top: calc(50% - 2.2rem);
	left: 1.5rem;
}
.selection .categoryBox ul li:nth-child(2) label::before {
	width: 5.3rem;
	height: 3.5rem;
	background-image: url(/member/facilities/top/img/icon_food.png);
	top: calc(50% - 1.8rem);
	left: 1.4rem;
}
.selection .categoryBox ul li:nth-child(3) label::before {
	width: 6.3rem;
	height: 4.6rem;
	background-image: url(/member/facilities/top/img/icon_museum.png);
	top: calc(50% - 2.3rem);
	left: 0.8rem;
}
.selection .categoryBox ul li:nth-child(4) label::before {
	width: 4rem;
	height: 3.9rem;
	background-image: url(/member/facilities/top/img/icon_hobby.png);
	top: calc(50% - 2rem);
	left: 1.2rem;
}
.selection .categoryBox ul li:nth-child(5) label::before {
	width: 4.3rem;
	height: 4.7rem;
	background-image: url(/member/facilities/top/img/icon_leisure.png);
	top: calc(50% - 2.4rem);
	left: 1.4rem;
}
.selection .categoryBox ul li:nth-child(6) label::before {
	width: 5.7rem;
	height: 5.1rem;
	background-image: url(/member/facilities/top/img/icon_beauty.png);
	top: calc(50% - 2.6rem);
	left: 0.8rem;
}
.selection .categoryBox ul li:nth-child(7) label::before {
	width: 4rem;
	height: 3.4rem;
	background-image: url(/member/facilities/top/img/icon_healthcare.png);
	top: calc(50% - 1.7rem);
	left: 1.7rem;
}
.selection .categoryBox ul li:nth-child(8) label::before {
	width: 4.8rem;
	height: 4.5rem;
	background-image: url(/member/facilities/top/img/icon_others.png);
	top: calc(50% - 2.3rem);
	left: 1.4rem;
}
.selection .categoryBox ul li span {
	padding-left: 4.5rem;
}
.selection .areaBox ul li {
	border: solid 1px #ed1282;
}
.selection .areaBox ul li.cur,
.selection .areaBox ul li:hover {
	background: #ff8dc7;
	border: solid 1px #ff8dc7;
}
.selection .areaBox ul li label {
	color: #ed1282;
}
.selection .areaBox ul li.cur label,
.selection .areaBox ul li:hover label {
	color: #fff;
}
.selection .areaBox ul li:last-child {
	width: 100%;
}
.selection .btnWrap02 {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.selection .btnSearch {
	padding: 1.3rem 1rem;
	width: 38rem;
	background: #ed1282;
	border-radius: 1rem;
	font-size: 2.2rem;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}
.selection .btnSearch:hover {
	opacity: 0.7;
}
.selection .btnReset {
	cursor: pointer;
	margin-top: 2rem;
	padding: 0.7rem;
	width: 16rem;
	border: solid 1px #999;
	border-radius: 1rem;
	font-size: 1.8rem;
}
.selection .btnReset span {
	padding-right: 0.7rem;
	font-size: 2.5rem;
	line-height: 1;
}
.selection .errorTxt {
	margin-top: 2rem;
	font-size: 2rem;
	color: #f00;
}
@media (max-width: 768px) {
	.selection {
		margin-top: 6rem;
	}
	.selection .ttl {
		font-size: 4rem;
		line-height: 1.5;
	}
	.selection .leadTxt {
		margin-top: 2.5rem;
		font-size: 2.8rem;
		text-align: left;
	}
	.selection .selectBlock {
		margin-top: 4rem;
		padding-top: 4rem;
		flex-direction: column;
	}
	.selection .selectBlock .categoryBox {
		width: 100%;
	}
	.selection .selectBlock .areaBox {
		width: 100%;
	}
	.selection .selectTtl {
		text-align: left;
	}
	.selection .selectTtl span {
		padding-left: 7.3rem;
		font-size: 3.6rem;
	}
	.selection .selectTtl span::before {
		width: 5.6rem;
		height: 5.6rem;
		top: calc(50% - 2.8rem);
	}
	.selection ul {
		margin-top: 1.5rem;
	}
	.selection ul li {
		margin-top: 2rem;
		border-radius: 1.2rem;
	}
	.selection ul li label {
		padding: 1.8rem 1rem;
		font-size: 3rem;
	}
	.selection .categoryBox ul li {
		height: 8.8rem;
	}
	.selection .categoryBox ul li:nth-child(1) label::before {
		width: 5.6rem;
		height: 5.6rem;
		top: calc(50% - 2.8rem);
		left: 2rem;
	}
	.selection .categoryBox ul li:nth-child(2) label::before {
		width: 6.9rem;
		height: 4.5rem;
		top: calc(50% - 2.3rem);
		left: 1.5rem;
	}
	.selection .categoryBox ul li:nth-child(3) label::before {
		width: 8.2rem;
		height: 6rem;
		top: calc(50% - 3rem);
		left: 1.2rem;
	}
	.selection .categoryBox ul li:nth-child(4) label::before {
		width: 5.7rem;
		height: 5rem;
		top: calc(50% - 2.5rem);
		left: 2rem;
	}
	.selection .categoryBox ul li:nth-child(5) label::before {
		width: 5.6rem;
		height: 6.2rem;
		top: calc(50% - 3.1rem);
		left: 1.7rem;
	}
	.selection .categoryBox ul li:nth-child(6) label::before {
		width: 7.4rem;
		height: 6.6rem;
		top: calc(50% - 3.3rem);
		left: 1.3rem;
	}
	.selection .categoryBox ul li:nth-child(7) label::before {
		width: 5.2rem;
		height: 4.4rem;
		top: calc(50% - 2.2rem);
		left: 2rem;
	}
	.selection .categoryBox ul li:nth-child(8) label::before {
		width: 6.2rem;
		height: 6rem;
		top: calc(50% - 3rem);
		left: 2.2rem;
	}
	.selection .categoryBox ul li span {
		padding-left: 6.5rem;
	}
	.selection .areaBox {
		margin-top: 6rem;
	}
	.selection .areaBox ul li {
		width: 32%;
	}
	.selection .areaBox ul li:last-child {
		width: 66%;
	}
	.selection .areaBox ul li label {
		padding: 2rem 1rem;
	}
	.selection .btnWrap02 {
		margin-top: 5rem;
	}
	.selection .btnSearch {
		margin: 0 auto;
		padding: 2rem;
		width: 80%;
		border-radius: 2rem;
		font-size: 3.6rem;
	}
	.selection .btnReset {
		padding: 1.3rem;
		width: 24.3rem;
		font-size: 2.8rem;
	}
	.selection .btnReset span {
		padding-right: 1rem;
		font-size: 4rem;
	}
	.selection .errorTxt {
		margin-top: 2rem;
		font-size: 3rem;
	}
}

/* store */
.store {
	margin-top: 4rem;
	padding-top: 4rem;
	border-top: solid 1px #ccc;
}
.store .ttl {
	/* padding: 4rem; */
	color: #333;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.store .ttl::before,
.store .ttl::after {
	content: "";
	display: block;
	background: #ed1282;
	width: 5rem;
	height: 0.4rem;
	position: absolute;
	top: 50%;
	right: 6rem;
	transform: translateY(-50%);
}
.store .ttl::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.store .ttl.op::after {
	transform: rotate(0);
}
.store .ttl .storeImg {
	margin-left: 10rem;
	margin-right: 2rem;
	width: 12rem;
}
.store .ttl .txt {
	font-size: 3rem;
	line-height: 1.42;
}
.store .ttl .txt span {
	background: linear-gradient(transparent 75%, #fff33f 75%);
}
.store .storeList {
	margin-top: 6.5rem;
}
.store .storeList ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 1.1%;
}
.store .storeList li {
	width: 32.6%;
}
.store .storeList li a {
	height: 100%;
	padding: 1.8rem 1rem;
	border: solid 1px #ed1282;
	border-radius: 0.8rem;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #333;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.store .storeList li.shinjuku a,
.store .storeList li.jr a {
	padding: 0.7rem 1rem;
}
.store .storeList li a::after {
	display: block;
	content: "";
	width: 1.3rem;
	height: 1.3rem;
	border-right: solid 2px #ed1282;
	border-bottom: solid 2px #ed1282;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 1.5rem;
}
.allstore {
	margin-top: 4rem;
	padding: 3rem;
	border: solid 1px #ed1282;
	border-radius: 2rem;
	line-height: 1.55;
}
.allstore .ttlAll {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
.allstore .ttlAll span {
	background: linear-gradient(transparent 75%, #fff33f 75%);
}
.allstore .txt {
	margin-top: 2rem;
	font-size: 1.8rem;
	text-align: left;
}
.allstore .txt p:first-child {
	margin-bottom: 1rem;
	font-weight: bold;
}
@media (max-width: 768px) {
	.store {
		margin-top: 5rem;
		padding-top: 5rem;
	}
	.store .ttl::before,
	.store .ttl::after {
		width: 4rem;
		height: 0.6rem;
		right: 2rem;
	}
	.store .ttl .storeImg {
		margin-left: 0;
		margin-right: 1rem;
		width: 13.4rem;
	}
	.store .ttl .txt {
		text-align: left;
	}
	.store .storeList {
		margin-top: 6rem;
	}
	.store .storeList ul {
		gap: 2rem 2%;
	}
	.store .storeList li {
		width: 49%;
	}
	.store .storeList li a {
		padding: 3rem;
		border-radius: 1.2rem;
		font-size: 2.8rem;
	}
	.store .storeList li a::after {
		border-width: 1px;
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
	}
	.allstore {
		margin-top: 3rem;
		padding: 3rem 4rem;
	}
	.allstore .ttlAll {
		font-size: 3rem;
	}
	.allstore .txt {
		font-size: 2.8rem;
	}
	.allstore .txt p:first-child {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
}

/* recommendBlock */
.recommendBlock {
	margin-top: 14rem;
}
.recommend {
	padding: 4rem;
	border: solid 1px #ed1282;
	border-radius: 2rem;
}
.recommend h2 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.recommend h2 .icn {
	width: 11.6rem;
}
.recommend h2 .ttl {
	margin-left: 2rem;
	font-size: 3.2rem;
	line-height: 1.3;
}
.hotel {
	margin-top: 4.5rem;
	line-height: 1.4;
}
.hotel a {
	display: flex;
	flex-direction: column;
	color: #333;
	text-decoration: none;
}
.hotel .pic {
	margin-bottom: 1.3rem;
	flex-shrink: 0;
}
.hotel.special .pic {
	position: relative;
}
.hotel.special .pic::after {
	display: block;
	content: "";
	background: url(/member/facilities/top/img/icn_special.png) no-repeat;
	background-size: contain;
	width: 10.6rem;
	height: 10.6rem;
	position: absolute;
	top: 1.3rem;
	right: 1.3rem;
}
.hotel .areaTxt {
	font-size: 1.8rem;
}
.hotel .name {
	font-size: 2.2rem;
	color: #0066cc;
}
.hotel .name .icnNew {
	color: #f00;
}
.hotel .descTxt {
	margin-top: 0.4rem;
	font-size: 1.8rem;
}
.hotelMain {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hotelMain .hotel {
	width: 43.3rem;
}
.hotelSub {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hotelSub::after {
	content: '';
	width: 29.2rem;
}
.hotelSub .hotel {
	width: 29.2rem;
}
.hotelSub .hotel a {
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.recommendBlock {
		margin-top: 10rem;
	}
	.recommend {
		padding: 3rem;
		border-radius: 2rem;
	}
	.recommend h2 .icn {
		width: 13.5rem;
	}
	.hotel.special .pic::after {
		width: 15rem;
		height: 15rem;
		top: 2rem;
		right: 2rem;
	}
	.hotel .areaTxt {
		font-size: 2.4rem;
	}
	.hotel .name {
		font-size: 3.2rem;
	}
	.hotel .descTxt {
		margin-top: 1rem;
		font-size: 2.6rem;
	}
	.hotelMain .hotel {
		width: 100%;
	}
	.hotelSub {
		margin-top: 5rem;
		flex-direction: column;
	}
	.hotelSub .hotel {
		margin-top: 2.5rem;
		padding-top: 2.5rem;
		border-top: 1px solid #c7c8c9;
		width: 100%;
	}
	.hotelSub .hotel a {
		flex-direction: row;
		justify-content: space-between;
	}
	.hotelSub .hotel .pic {
		width: 43%;
	}
	.hotelSub .hotel .detail {
		width: 55%;
	}
}
