<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------TOP page---------------------*/
/*----------mainVisual----------*/
.pageContent.top .mainVisual .slick-slide img {
	display: block;
}
/*----------primaryBlock----------*/
.pageContent.top .primaryBlock {
	text-align: center;
}
.pageContent.top .primaryBlock__inner {
	width: 980px;
	padding-top: 136px;
	padding-bottom: 96px;
	margin: 0 auto;
	position: relative;
}
.pageContent.top .primaryBlock__deco01{
	width: 176px;
	height: 160px;
	position: absolute;
	top: 60px;
	left: 45px;
	z-index: -1;
}
.pageContent.top .primaryBlock__deco02{
	width: 147px;
	height: 145px;
	position: absolute;
	right: 28px;
	bottom: 20px;
	z-index: -1;
}
.pageContent.top .primaryBlock__heading {
	margin-bottom: 41px;
}
.pageContent.top .primaryBlock__heading:before {
	content: "";
	display: block;
	width: 50px;
	height: 24px;
	margin: 0 auto 8px;
	background: url('https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/deco_heading_art.svg') no-repeat center center / cover;
}
.pageContent.top .primaryBlock__heading img {
	height: 26px;
	width: auto;
}
.pageContent.top .primaryBlock p {
	font-size: 24px;
	font-weight: 300;
	line-height: 2;
}
/*----------infoBlock----------*/
.pageContent.top .infoBlock {
	padding-top: 56px;
	padding-bottom: 49px;
	margin-bottom: 1px;
	background: #edeeee;
	font-weight: 300;
}
.pageContent.top .infoBlock__heading {
	width: auto;
	height: 28px;
	margin-bottom: 48px;
	text-align: center;
}
.pageContent.top .infoBlock__heading img {
	width: auto;
	height: 100%;
}
.pageContent.top .infoBlock dl {
	display: table;
	width: 860px;
	padding: 17px 0;
	margin: 0 auto;
}
.pageContent.top .infoBlock dl:hover {
	cursor: pointer;
}
.pageContent.top .infoBlock dl:hover dd:not(.icon) {
	color: #f29ca4;
}
.pageContent.top .infoBlock dt {
	width: 12%;
	padding-right: 24px;
	display: table-cell;
	font-size: 18px;
	font-weight: 300;
}
.pageContent.top .infoBlock dd {
	width: 100%;
	display: table-cell;
	font-size: 18px;
	font-weight: 300;
	transition: all 0.3s;
}
.pageContent.top .infoBlock dd:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 14px;
	margin: 0 8px;
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/icon_arrow_bottom.svg") no-repeat center center/contain;
	transform: rotate(0);
	transition: all 0.3s;
}
.pageContent.top .infoBlock .active dd:after {
	transform: rotate(-180deg);
}
.pageContent.top .infoBlock .icon {
	display: inline-block;
	width: 67px;
	height: 30px;
	margin-right: 24px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #808080;
}
.pageContent.top .infoBlock .icon:after {
	display: none;
}
.pageContent.top .infoBlock .icon--important {
	background: #f29ca4;
}
.pageContent.top .infoBlock .icon--information {
	background: #73bddd;
}
.pageContent.top .infoBlock .icon--recommend {
	background: #ffbe5b;
}
.pageContent.top .infoBlock .icon--apology {
	background: #d0c1ff;
}
.pageContent.top .infoBlock .icon--revision {
	background: #8bd091;
}

.pageContent.top .infoBlock .detailBox {
	display: none;
	background: #fff;
	padding-top: 33px;
	padding-bottom: 57px;
	font-size: 16px;
}
.pageContent.top .infoBlock .detailBox__inner {
	width: 860px;
	margin: 0 auto;
	position: relative;
}
.pageContent.top .infoBlock .detailBox__closeBtn {
	position: absolute;
	right: 0;
	bottom: -32px;
}
.pageContent.top .infoBlock .detailBox__closeBtn a {
	padding-bottom: 6px;
	text-decoration: none;
	border-bottom: 2px solid #f29ca4;
}
.pageContent.top .infoBlock .detailBox__closeBtn a:hover {
	border-color: #808080;
}
.pageContent.top .infoBlock p {
	margin-bottom: 24px;
}
.pageContent.top .infoBlock p:last-of-type {
	margin-bottom: 0;
}
/*----------bookingBlock----------*/
.pageContent.top .bookingBlock {
	margin-bottom: 48px;
	background: #fbe1e4;
}
.pageContent.top .bookingBlock__header {
	width: 100%;
	height: 98px;
	background: #f29ca4;
}
.pageContent.top .bookingBlock__form {
	width: 980px;
	padding: 16px 0 17px;
	margin: 0 auto;
}
.pageContent.top .bookingBlock .formItems {
	margin-bottom: 10px;
}
.pageContent.top .bookingBlock__footer {
	padding: 24px 0;
	background: #f29ca4;
}
.pageContent.top .bookingBlock .formBtns {
	width: 980px;
	margin: 0 auto;
}
/*----------secondaryBlock----------*/
.pageContent.top .secondaryBlock {
	padding: 192px 0;
	margin-bottom: 0;
}
.pageContent.top .secondaryBlock__inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.pageContent.top .secondaryBlock__heading {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	position: relative;
}
.pageContent.top .secondaryBlock__heading:before {
	content: "";
	display: block;
	width: 67px;
	height: 64px;
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/icon_family.svg") no-repeat center center/contain;
	position: absolute;
	top: -82px;
	left: 50%;
	transform: translateX(-50%);
}
.pageContent.top .secondaryBlock__btnList {
	width: 100%;
	height: 896px;
	position: relative;
}
.pageContent.top .secondaryBlock__btnList li {
	width: 320px;
	height: 320px;
	border-radius: 160px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
.pageContent.top .secondaryBlock__btnList li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	z-index: 1;
}
.pageContent.top .secondaryBlock__btnList li:hover:after {
	transform: scale(1.15);
}
.pageContent.top .secondaryBlock__btnList li:nth-child(1) {
	top: 0;
	left: 132px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(1):after {
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_01-pc.png") no-repeat center center/contain;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(1) span {
	background: rgba(139, 208, 145, 0.75);
}
.pageContent.top .secondaryBlock__btnList li:nth-child(1) img {
	width: 170px;
	height: 60px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(2) {
	top: 0;
	right: 132px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(2):after {
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_02-pc.png") no-repeat center center/contain;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(2) span {
	background: rgba(255, 148, 191, 0.75);
}
.pageContent.top .secondaryBlock__btnList li:nth-child(2) img {
	width: 148px;
	height: 64px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(3) {
	top: 356px;
	left: 0;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(3):after {
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_03-pc.png") no-repeat center center/contain;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(3) span {
	background: rgba(255, 187, 91, 0.75);
}
.pageContent.top .secondaryBlock__btnList li:nth-child(3) img {
	width: 198px;
	height: 101px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(4) {
	top: 356px;
	right: 0;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(4):after {
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_04-pc.png") no-repeat center center/contain;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(4) span {
	background: rgba(115, 189, 221, 0.75);
}
.pageContent.top .secondaryBlock__btnList li:nth-child(4) img {
	width: 138px;
	height: 62px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(5) {
	top: 575px;
	left: 50%;
	transform: translateX(-50%);
}
.pageContent.top .secondaryBlock__btnList li:nth-child(5):after {
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_05-pc.png") no-repeat center center/contain;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(5) span {
	background: rgba(205, 190, 255, 0.75);
}
.pageContent.top .secondaryBlock__btnList li:nth-child(5) img {
	width: 174px;
	height: 64px;
}
.pageContent.top .secondaryBlock__btnList a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.pageContent.top .secondaryBlock__btnList a:after {
	content: "";
	display: block;
	width: 159px;
	height: 56px;
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/img_smilemouth-pc.svg") no-repeat center top/cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(80%);
}
.pageContent.top .secondaryBlock__btnList span {
	display: block;
	width: 296px;
	height: 296px;
	border-radius: 148px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.pageContent.top .secondaryBlock__btnList img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-80%);
}
.pageContent.top .secondaryBlock__carousel .item a {
	display: block;
	width: 100%;
	height: auto;
	color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}
.pageContent.top .secondaryBlock__carousel .item img {
	margin-bottom: 25px;
}
.pageContent.top .secondaryBlock--5points {
	padding: 80px 0;
	background: #fdf0f1;
	background: url('https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_attractions_01.png') repeat-y center center / cover;
}
.pageContent.top .secondaryBlock--5points .secondaryBlock__heading {
	font-size: 60px;
	font-weight: 300;
	line-height: 62px;
	text-align: center;
	position: absolute;
	top: 386px;
	left: 50%;
	transform: translateX(-50%);
}
.pageContent.top .secondaryBlock--5points .secondaryBlock__heading:before {
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/icon_smileface.svg") no-repeat center center/contain;
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
}
.pageContent.top .secondaryBlock--5points .secondaryBlock__heading span {
	display: block;
	font-size: 38px;
}
.pageContent.top .secondaryBlock--5points .secondaryBlock__heading em {
	font-size: 64px;
}
.pageContent.top .secondaryBlock__description {
	margin-bottom: 65px;
	font-size: 26px;
	text-align: center;
}
.pageContent.top .secondaryBlock--service {
	overflow: hidden;
}
.pageContent.top .secondaryBlock--service .secondaryBlock__deco01{
	width: 260px;
	height: 110px;
	position: absolute;
	top: -140px;
	right: -56px;
	z-index: -1;
}
.pageContent.top .secondaryBlock--service .secondaryBlock__deco02{
	width: 130px;
	height: 90px;
	position: absolute;
	left: 16px;
	bottom: -140px;
	z-index: -1;
}
.pageContent.top .secondaryBlock--service .secondaryBlock__heading:before {
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/icon_family.svg") no-repeat center center/contain;
}
.pageContent.top .secondaryBlock--service .secondaryBlock__carousel a:hover {
	text-decoration: underline;
}
.pageContent.top .secondaryBlock--mimiyori {
	background: #fff2de;
}
.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__deco01{
	width: 260px;
	height: 240px;
	position: absolute;
	top: -130px;
	right: -60px;
}
.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__heading:before {
	width: 67px;
	height: 70px;
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/icon_conversation.svg") no-repeat center center/contain;
}
.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item {
	width: 455px;
	height: 560px;
}
.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item a {
	width: 100%;
	height: 100%;
	padding: 48px 40px;
	color: #333;
	font-weight: 300;
	text-align: left;
	text-decoration: none;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/icon_arrow_circleright_pink.svg") no-repeat center center/contain;
	position: absolute;
	left: 50%;
	bottom: 32px;
	transition: all 0.3s;
}
.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item a:hover:after {
	animation: bounceAnimation 1600ms linear infinite both;
}
.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item span {
	display: block;
}
.pageContent.top .secondaryBlock--nearbyAttractions {
	padding-bottom: 110px;
}
.pageContent.top .secondaryBlock--nearbyAttractions .secondaryBlock__inner{
	position: relative;
}
.pageContent.top .secondaryBlock--nearbyAttractions .secondaryBlock__deco01{
	width: 128px;
	height: 142px;
	position: absolute;
	top: -112px;
	right: -60px;
	z-index: -1;
}
.pageContent.top .secondaryBlock--nearbyAttractions .secondaryBlock__deco02{
	width: 320px;
	height: 140px;
	position: absolute;
	left: -30px;
	bottom: -40px;
	z-index: -1;
}
.pageContent.top .secondaryBlock--nearbyAttractions .secondaryBlock__heading:before {
	width: 67px;
	height: 60px;
	background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/icon_building.svg") no-repeat center center/contain;
}
.pageContent.top .secondaryBlock--nearbyAttractions .secondaryBlock__description {
	margin-bottom: 0;
}
.pageContent.top .secondaryBlock--nearbyAttractions .visual {
	width: 100%;
	height: auto;
}
.pageContent.top .secondaryBlock--nearbyAttractions .visual a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.pageContent.top .secondaryBlock--nearbyAttractions .visual a:hover .arrowIcon {
	animation: bounceAnimation 1600ms linear infinite both;
}
.pageContent.top .secondaryBlock--nearbyAttractions .visual a .arrowIcon {
	width: 54px;
	height: 54px;
	margin: -27px;
	position: absolute;
	left: 50%;
	bottom: 74px;
}
/*----------complementBlock----------*/
.pageContent.top .complementBlock {
	padding: 112px 0;
	background: #edeeee;
}
.pageContent.top .complementBlock__inner {
	width: 980px;
	margin: 0 auto;
}
.pageContent.top .complementBlock a:hover img {
	opacity: 0.75;
}
.pageContent.top .complementBlock .planBox__heading {
	width: auto;
	margin-bottom: 64px;
	text-align: center;
}
.pageContent.top .complementBlock .planBox__heading:before {
	content: "";
	display: block;
	width: 50px;
	height: 24px;
	margin: 0 auto 8px;
	background: url('https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/deco_heading_art.svg') no-repeat center center / cover;
}
.pageContent.top .complementBlock .planBox__heading img {
	width: auto;
	height: 26px;
}
.pageContent.top .complementBlock .primaryBnr {
	margin-bottom: 16px;
}
.pageContent.top .complementBlock .bnrList {
	display: flex;
	margin-bottom: 96px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageContent.top .complementBlock .bnrList li {
	width: 235px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	margin-bottom:10px;
}
.pageContent.top .complementBlock .bnrList a {
	display: block;
	width: 100%;
	height: auto;
	padding: 24px 20px 25px;
	color: #333;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
.pageContent.top .complementBlock .bnrList a:hover {
	color: #333;
	text-decoration: underline;
}
.pageContent.top .complementBlock .bnrList a img {
	margin-bottom: 17px;
}
.pageContent.top .complementBlock .pickupBox__heading {
	width: auto;
	margin-bottom: 64px;
	text-align: center;
}
.pageContent.top .complementBlock .pickupBox__heading:before {
	content: "";
	display: block;
	width: 50px;
	height: 24px;
	margin: 0 auto 8px;
	background: url('https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/deco_heading_art.svg') no-repeat center center / cover;
}
.pageContent.top .complementBlock .pickupBox__heading img {
	width: auto;
	height: 26px;
}
.pageContent.top .complementBlock .pickupBox__list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.pageContent.top .complementBlock .pickupBox__list li {
	width: 482px;
}
.pageContent.top .complementBlock .pickupBox__list a {
	display: block;
	width: 100%;
	height: auto;
}
/*----------compactBlock----------*/
.pageContent.top .compactBlock {
	padding: 64px 0 48px;
}
.pageContent.top .compactBlock__inner {
	width: 980px;
	margin: 0 auto;
}
.pageContent.top .compactBlock .reviews {
	display: flex;
	margin-bottom: 64px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: top;
}
.pageContent.top .compactBlock .tripAdvisor {
	display: flex;
	/* width: 480px; */
	justify-content: space-between;
}
.pageContent.top .compactBlock .tripAdvisor__logo {
	width: 200px;
	height: auto;
}
.pageContent.top .compactBlock .tripAdvisor__reviews {
	width: fit-content;
}
.pageContent.top .compactBlock .trustYou {
	display: flex;
	/* width: 326px; */
	justify-content: space-between;
}
.pageContent.top .compactBlock .trustYou__link {
	width:105px;
	/* width: calc(100% - 176px); */
}
.pageContent.top .compactBlock .trustYou__link a {
	display: block;
	width: 100%;
	height: 30px;
	margin-bottom: 17px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background: #4f92cf;
}
.pageContent.top .compactBlock .trustYou__link a:hover {
	opacity: 0.75;
}
.pageContent.top .compactBlock .trustYou__link .notice {
	font-size: 10px;
}
.pageContent.top .compactBlock .goodDesign {
	width: 158px;
}
.pageContent.top .compactBlock .titleLinks {
	display: flex;
	flex-direction: row;
}
.pageContent.top .compactBlock .titleLinks p {
	width: 10%;
	margin-right: 32px;
	color: #f29ca4;
	font-weight: 500;
}
.pageContent.top .compactBlock .titleLinks li {
	display: inline-block;
	padding-left: 16px;
	margin-right: 32px;
	position: relative;
}
.pageContent.top .compactBlock .titleLinks li:last-child {
	margin-right: 0;
}
.pageContent.top .compactBlock .titleLinks li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
.pageContent.top .compactBlock .titleLinks a {
	color: #333;
	text-decoration: none;
}
.pageContent.top .compactBlock .titleLinks a:hover {
	text-decoration: underline;
}

/* ========================================
            styles for tablet &amp; SP
======================================== */
@media screen and (max-width: 768px) {
	/*----------mainVisual----------*/
	/*----------primaryBlock----------*/
	.pageContent.top .primaryBlock__inner {
		width: 88%;
		padding-top: 48px;
		padding-bottom: 44.5px;
	}
	.pageContent.top .primaryBlock__deco01{
		width: 88px;
		height: 80px;
		position: absolute;
		top: 32px;
		left: -10px;
	}
	.pageContent.top .primaryBlock__deco02{
		width: 74px;
		height: 72px;
		position: absolute;
		right: -10px;
		bottom: 20px;
	}
	.pageContent.top .primaryBlock__heading {
		margin-bottom: 24.5px;
	}
	.pageContent.top .primaryBlock__heading:before {
		width: 25px;
		height: 12px;
		margin: 0 auto 4px;
	}
	.pageContent.top .primaryBlock__heading img {
		height: 22px;
		width: auto;
	}
	.pageContent.top .primaryBlock p {
		margin-bottom: 1em;
		font-size: 16px;
		line-height: 1.8;
		text-align: left;
	}
	/*----------infoBlock----------*/
	.pageContent.top .infoBlock {
		padding-top: 32px;
		padding-bottom: 12.5px;
		margin-bottom: 36px;
	}
	.pageContent.top .infoBlock__heading {
		height: 24px;
		margin-bottom: 32.5px;
	}
	.pageContent.top .infoBlock__list li:last-child dl {
		border-bottom: none;
	}
	.pageContent.top .infoBlock__list li.active dl {
		border-bottom: none;
	}
	.pageContent.top .infoBlock__list li.active dl:after {
		transform: rotate(-180deg);
	}
	.pageContent.top .infoBlock dl {
		display: flex;
		width: 88%;
		padding-right: 28px;
		padding-top: 12.5px;
		padding-bottom: 12.5px;
		border-bottom: 1px dotted #aaaaab;
		box-sizing: border-box;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}
	.pageContent.top .infoBlock dl:after {
		content: "";
		display: block;
		width: 20px;
		height: 14px;
		background: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/icon_arrow_bottom.svg") no-repeat center center/contain;
		transform: rotate(0) translateY(-50%);
		transition: all .3s;
		position: absolute;
		top: 50%;
		right: 0;
	}
	.pageContent.top .infoBlock dt {
		display: block;
		width: auto;
		padding-right: 12px;
		font-size: 14px;
	}
	.pageContent.top .infoBlock dd {
		display: block;
		width: 100%;
		margin-top: 4px;
		font-size: 14px;
	}
	.pageContent.top .infoBlock dd:after {
		display: none;
	}
	.pageContent.top .infoBlock .icon {
		display: block;
		height: 22px;
		margin-top: 0;
		line-height: 22px;
	}
	.pageContent.top .infoBlock .detailBox {
		padding-top: 24.5px;
		padding-bottom: 52.5px;
		font-size: 14px;
	}
	.pageContent.top .infoBlock .detailBox__inner {
		width: 88%;
	}
	.pageContent.top .infoBlock .detailBox__closeBtn {
		left: 50%;
		right: auto;
		bottom: -32px;
		transform: translateX(-50%);
	}
	.pageContent.top .infoBlock .detailBox__closeBtn a {
		padding-bottom: 3px;
	}
	/*----------secondaryBlock----------*/
	.pageContent.top .secondaryBlock {
		padding-top: 48.5px;
		padding-bottom: 60.5px;
	}
	.pageContent.top .secondaryBlock__inner {
		width: 88%;
	}
	.pageContent.top .secondaryBlock__heading {
		margin-bottom: 17px;
		font-size: 22px;
		line-height: 1.4;
	}
	.pageContent.top .secondaryBlock__heading:before {
		width: 45px;
		height: 43px;
		margin: 0 auto;
		margin-bottom: 9px;
		position: static;
		transform: none;
	}
	.pageContent.top .secondaryBlock__description {
		font-size: 14px;
	}
	.pageContent.top .secondaryBlock__btnList {
		display: flex;
		height: auto;
		position: static;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.pageContent.top .secondaryBlock__btnList li {
		width: 100%;
		max-width: 320px;
		height: 110px;
		margin-bottom: 12px;
		border-radius: 5px;
		position: relative;
	}
	.pageContent.top .secondaryBlock__btnList li:last-child {
		margin-bottom: 12px;
		transform: translateX(0);
	}
	.pageContent.top .secondaryBlock__btnList li:after {
		width: 35%;
		height: 77%;
		z-index: 3;
		top: 50%;
		left: 4%;
		transition: none;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.pageContent.top .secondaryBlock__btnList li:hover:after {
		transform: scale(1) translateY(-50%);
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(1) {
		order: 1;
		background: #8bd091;
		top: 0;
		left: 0;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(1):after {
		background-image: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_01-sp.jpg");
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(1) span {
		background: none;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(1) img {
		width: 106px;
		height: auto;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(2) {
		order: 2;
		background: #ff94bf;
		top: 0;
		left: 0;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(2):after {
		background-image: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_02-sp.jpg");
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(2) span {
		background: none;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(2) img {
		width: 92px;
		height: auto;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(3) {
		order: 3;
		background: #ffbb5b;
		top: 0;
		left: 0;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(3):after {
		background-image: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_03-sp.jpg");
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(3) span {
		background: none;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(3) img {
		width: 124px;
		height: auto;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(4) {
		order: 5;
		margin-bottom: 0;
		background: #73bddd;
		top: 0;
		left: 0;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(4):after {
		background-image: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_04-sp.jpg");
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(4) span {
		background: none;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(4) img {
		width: 86px;
		height: auto;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(5) {
		order: 4;
		background: #cdbeff;
		top: 0;
		left: 0;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(5):after {
		background-image: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/bg_btn_05-sp.jpg");
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(5) span {
		background: none;
	}
	.pageContent.top .secondaryBlock__btnList li:nth-child(5) img {
		width: 109px;
		height: auto;
	}
	.pageContent.top .secondaryBlock__btnList li a {
		display: flex;
		width: 100%;
		padding-left: 39%;
		padding-right: 16%;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		position: relative;
	}
	.pageContent.top .secondaryBlock__btnList li a:after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background-image: url("https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/common/icon_arrow_circleright_white.svg");
		left: auto;
		right: 4%;
		transform: translateY(-50%);
	}
	.pageContent.top .secondaryBlock__btnList li span {
		width: 100%;
		height: auto;
		border-radius: 0;
		transform: none;
		position: static;
	}
	.pageContent.top .secondaryBlock__btnList li span:after {
		content: "";
		display: block;
		width: 66px;
		height: 23px;
		margin: 8px auto 0;
		background: url('https://www.gardenhotels.co.jp/prana-tokyobay/assets/img/top/img_smilemouth-sp.svg') no-repeat center top/cover;
	}
	.pageContent.top .secondaryBlock__btnList li img {
		margin: 0 auto;
		transform: none;
		position: static;
	}
	.pageContent.top .secondaryBlock__carousel .item a {
		font-size: 14px;
	}
	.pageContent.top .secondaryBlock__carousel .item img {
		margin-bottom: 12.5px;
	}
	.pageContent.top .secondaryBlock--5points {
		padding-top: 32.5px;
		padding-bottom: 48px;
	}
	.pageContent.top .secondaryBlock--5points .secondaryBlock__heading {
		margin-bottom: 24.5px;
		font-size: 30px;
		line-height: 1.2;
		position: static;
		transform: translateX(0);
	}
	.pageContent.top .secondaryBlock--5points .secondaryBlock__heading span {
		font-size: 18px;
	}
	.pageContent.top .secondaryBlock--5points .secondaryBlock__heading em {
		font-size: 32px;
	}
	.pageContent.top .secondaryBlock--service .secondaryBlock__deco01{
		width: 116px;
		height: 49px;
		top: -28px;
		right: -10px;
	}
	.pageContent.top .secondaryBlock--service .secondaryBlock__deco02{
		width: 65px;
		height: 45px;
		left: -20px;
		bottom: -64px;
	}
	.pageContent.top .secondaryBlock--service .secondaryBlock__heading {
		margin-bottom: 24px;
	}
	.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__deco01{
		width: 95px;
		height: 66px;
		top: -20px;
		right: -10px;
	}
	.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__heading:before {
		width: 45px;
		height: 47px;
	}
	.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item {
		height: 320px;
		min-height: 36vh;
	}
	.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item a {
		padding: 5%;
	}
	.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item a:hover:after {
		animation: none;
	}
	.pageContent.top .secondaryBlock--mimiyori .secondaryBlock__carousel .item a:after {
		width: 30px;
		height: 30px;
		bottom: 20px;
		margin-left: -15px;
	}
	.pageContent.top .secondaryBlock--nearbyAttractions .secondaryBlock__deco01{
		width: 63px;
		height: 72px;
		top: 20px;
		left: -10px;
		right: auto;
	}
	.pageContent.top .secondaryBlock--nearbyAttractions .secondaryBlock__deco02{
		width: 137px;
		height: 60px;
		left: auto;
		right: -10px;
		bottom: -26px;
	}
	.pageContent.top .secondaryBlock--nearbyAttractions .secondaryBlock__heading:before {
		width: 52px;
		height: 47px;
	}
	.pageContent.top .secondaryBlock--nearbyAttractions .visual a .arrowIcon {
		display: none;
	}
	/*----------bookingBlock----------*/
	.pageContent.top .bookingBlock {
		display: none;
	}
	/*----------complementBlock----------*/
	.pageContent.top .complementBlock {
		padding-top: 52px;
		padding-bottom: 52px;
	}
	.pageContent.top .complementBlock__inner {
		width: 88%;
	}
	.pageContent.top .complementBlock .planBox__heading {
		margin-bottom: 28px;
	}
	.pageContent.top .complementBlock .planBox__heading:before {
		width: 25px;
		height: 12px;
		margin: 0 auto 4px;
	}
	.pageContent.top .complementBlock .planBox__heading img {
		height: 22px;
	}
	.pageContent.top .complementBlock .planBox .bnrList {
		margin-bottom: 52px;
	}
	.pageContent.top .complementBlock .planBox .bnrList li {
		width: 48%;
		margin-bottom: 4%;
	}
	.pageContent.top .complementBlock .planBox .bnrList li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.pageContent.top .complementBlock .planBox .bnrList a {
		padding: 12px;
	}
	.pageContent.top .complementBlock .planBox .bnrList img {
		margin-bottom: 8.5px;
	}
	.pageContent.top .complementBlock .pickupBox__heading {
		margin-bottom: 28px;
	}
	.pageContent.top .complementBlock .pickupBox__heading:before {
		width: 25px;
		height: 12px;
		margin: 0 auto 4px;
	}
	.pageContent.top .complementBlock .pickupBox__heading img {
		height: 22px;
	}
	.pageContent.top .complementBlock .pickupBox__list {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.pageContent.top .complementBlock .pickupBox__list li {
		width: 100%;
		max-width: 320px;
		margin-bottom: 16px;
	}
	/*----------compactBlock----------*/
	.pageContent.top .compactBlock {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pageContent.top .compactBlock__inner {
		width: 88%;
	}
	.pageContent.top .compactBlock .reviews {
		width: 100%;
		margin-bottom: 40px;
		flex-direction: column;
		justify-content: center;
	}
	.pageContent.top .compactBlock .tripAdvisor {
		width: 100%;
		max-width: 400px;
		padding-bottom: 16px;
		margin-bottom: 24px;
		border-bottom: 1px solid #aaaaab;
		justify-content: center;
		flex-wrap: wrap;
	}
	.pageContent.top .compactBlock .tripAdvisor__logo {
		width: 50%;
		height: auto;
		display: flex;
		justify-content: center;
	}
	.pageContent.top .compactBlock .tripAdvisor__review {
		width: 90%;
	}
	.pageContent.top .compactBlock .tripAdvisor iframe {
		width: 100%;
	}
	.pageContent.top .compactBlock .trustYou {
		width: 100%;
		max-width: 400px;
		justify-content:center;
		padding-bottom: 12px;
		margin-bottom: 32px;
		border-bottom: 1px solid #aaaaab;
	}
	.pageContent.top .compactBlock .goodDesign {
		width: auto;
		/* max-width: 210px; */
		text-align:center;
		padding-bottom: 32px;
		margin-bottom: 32px;
		border-bottom: 1px solid #aaaaab;
	}
	.pageContent.top .compactBlock .goodDesign img{
		width:60%;
	}
	.pageContent.top .compactBlock .cleanliness {
		text-align:center;
	}
	.pageContent.top .compactBlock .titleLinks {
		display: block;
		padding: 8px;
		background: #edeeee;
	}
	.pageContent.top .compactBlock .titleLinks P {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2px;
	}
	.pageContent.top .compactBlock .titleLinks li {
		display: block;
		padding-left: 12px;
		margin-right: 0;
	}
	.pageContent.top .compactBlock .titleLinks li:before {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		transform: rotate(45deg) translateY(100%);
		top: 0;
		left: 3px;
		margin-top: 3px;
	}
}


/* Room Rename */
/*------------------------------------------------------------*/
#room-rename{text-align:center;margin:30px 20px;}
#room-rename table{margin:0 auto 10px;border-collapse:collapse;}
#room-rename .hdg{font-size:14px;color:#960;}
#room-rename tr{border-bottom:dotted 1px #999;}
#room-rename th,#room-rename td{padding:0 20px;}
#room-rename td{text-align:left;}
#room-rename td.new{padding-left:35px;background:url(https://www.gardenhotels.co.jp/images/common/room-arrow.png) left center no-repeat;}
#room-rename .font_s{font-size:12px;}
@media screen and (max-width:767px){
	#room-rename{text-align:left;}
	#room-rename table,#room-rename tbody,#room-rename tr{display:block;}
	#room-rename th{display:none;}
	#room-rename td{display:block;padding-left:35px;}
}

</pre></body></html>