﻿
.tdr_top {
	position: relative;
}
.tdr_top > h1 {
	width: 100%;
	position: absolute;
	top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
	font-size: 5.6rem;
    letter-spacing: .2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
	margin-top: 1.5rem;
	text-shadow: 0 0 3px rgb(0 119 204), 0 0 15px rgb(115 241 255), 0 0 35px rgb(255 255 255);
}
.tdr_top > h1 > span {
	display: block;
    font-size: 3.4rem;
	color: #07c;
	text-shadow: #fff 1px 1px;
    letter-spacing: .2rem;
    margin-top: .8rem;
    font-family: '游明朝 Medium', serif;
}
.tdr_top > h1 > span::before {
	content: "────";
	letter-spacing: -.1rem;
	margin-right: .5em;
}
.tdr_top > h1 > span::after {
	content: "────";
	letter-spacing: -.1rem;
	margin-left: .5em;
}

.tdr_inner {
	padding: 0 0 5rem;
}
/* .tdr_inner > h1 {
	font-size: 3.2rem;
	color: #07c;
	font-weight: bold;
	text-align: center;
	letter-spacing: .3rem;
	margin-bottom: 3rem;
}
.tdr_inner > h1 > span {
	display: block;
    font-size: 2.2rem;
    letter-spacing: .2rem;
    margin-top: 1.5rem;
    font-family: '游明朝 Medium', serif;
}
.tdr_inner > h1 > span::before {
	content: "─";
	margin-right: 1em;
}
.tdr_inner > h1 > span::after {
	content: "─";
	margin-left: 1em;
} */
.tdr_box01 {
	margin: 4rem auto 3rem;
    position: relative;
    padding: 2rem 1.5rem;
    border: solid 1px #66ade0;
    border-radius: 3px 0 3px 0;
    width: 85%;
}
.tdr_box01:before,.tdr_box01:after
{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid 1px #66ade0;
    border-radius: 50%;
}
.tdr_box01:after {
    top:-25px;
    left:-25px;
}
.tdr_box01:before {
    bottom:-25px;
    right:-25px;
}
.tdr_box01 p {
	font-size: 1.5rem;
	font-weight: normal;
    text-align: center;
    letter-spacing: .2rem;
    line-height: 2;
    color: #07c;
}
.tdr_imgbox {
	position: relative;
	width: 85%;
    margin: 0 auto;
    border: solid 1px #66ade0;
}
.tdr_imgbox > h2 {
	position: absolute;
    font-size: 2rem;
    background-color: #07c;
    color: #fff;
    padding: 1.2rem 1rem;
    letter-spacing: .1rem;
    width: 18em;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.btn_welcomecenter {
	position: absolute;
	bottom: 29%;
	right: 27%;
}
.btn_tokyobay {
	position: absolute;
	bottom: 26%;
	left: 10%;
}
.btn_grandnikko {
	position: absolute;
	bottom: 18%;
	left: 10%;
}
.btn_welcomecenter > a,
.btn_tokyobay > a,
.btn_grandnikko > a {
	font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: bold;
	letter-spacing: .1rem;
	border-radius: 3px;
    background-color: #fff;
    padding: 0.6rem 1rem;
    display: inline-block;
} 
.btn_welcomecenter > a {
    color: #eb1a72;
    border: solid 2px #eb1a72;
}
.btn_tokyobay > a,
.btn_grandnikko > a {
	color: #07c;
	border: solid 2px #07c;
}
.btn_welcomecenter > a:hover,
.btn_tokyobay > a:hover,
.btn_grandnikko > a:hover {
	color: #fff;
	text-decoration: none;
}
.btn_welcomecenter > a:hover {
	background-color: #eb1a72;
}
.btn_tokyobay > a:hover,
.btn_grandnikko > a:hover {
	background-color: #07c;
}
.tdr_imgbox > img {
	width: 100%;
    padding: 0;
}

.tdr_hotels_bc {
	position: relative;
	background: linear-gradient(-20deg, #f7b3d0 0%, #80ceee 100%);
	padding: 6rem 0 5rem;
}
.tdr_hotels_bc::before {
	top: 20px;
	left: 20px;
}
.tdr_hotels_bc::after {
	bottom: 20px;
	right: 20px;
}
.tdr_hotels_bc::before,
.tdr_hotels_bc::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 360px;
	border: solid 1px #fff;
	border-radius: 50%;
	opacity: .7;
}

.tdr_bk {
	background-color: #f5fcff;
	padding: 5rem 0 3rem;
}
.tdr_bk .h2_title,
.tdr_info .h2_title {
	text-align: center;
	letter-spacing: .2rem;
	font-size: 2.6rem;
	font-weight: bold;
}
.tdr_bk .h2_title > br, .tdr_info .h2_title > br {
	display: none;
}
.tdr_bk .h2_title > span,
.tdr_info .h2_title > span {
	display: block;
	font-size: 1.8rem;
	letter-spacing: .2rem;
	margin-top: 1.5rem;
	font-family: '游明朝 Medium', serif;
}
.tdr_bk .h2_title > span::before,
.tdr_info .h2_title > span::before {
	content: "─";
	margin-right: 1em;
}
.tdr_bk .h2_title > span::after,
.tdr_info .h2_title > span::after {
	content: "─";
	margin-left: 1em;
}
.tdl_info, .tds_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
.tdl_info {
	margin-top: 5rem;
	border-bottom: solid 1px #ddd;
}
.tdl_info > li, .tds_info > li {
	font-size: 1.5rem;
	font-weight: normal;
	padding: 2.5rem;
	letter-spacing: .1rem;
    line-height: 2.6rem;
	margin: 1.5rem 0;
}
.tdl_info > li:first-child,
.tds_info > li:first-child {
	width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
}
.tdl_info > li:last-child,
.tds_info > li:last-child {
	width: 70%;
}
.tdl_info > li:first-child {
	border-right: solid 2px #f7b3d0;
	background: #fdf0f6;
}
.tds_info > li:first-child {
	border-right: solid 2px #80ceee;
	background: #e6f5fc;
}
.tdr_tag_box {
    text-align: center;
    padding: 1.5rem 0 1rem;
    margin: 0 0 3rem;
	border: solid 6px #fff;
}
.tdr_tag_box > h2 {
    font-size: 2rem;
	color: #07c;
    margin: 4rem auto 2rem;
    letter-spacing: .1rem;
    padding: 0.4rem 0 0.6rem;
	width: 16em;
    line-height: normal;
    border-bottom: solid 2px #07c;
    text-align: center;
}
.tdr_tag_box_link {
    margin: 3rem 0 1rem;
    text-indent: unset;
    font-size: unset;
    padding-left: 0;
}
.tdr_tag_box_link > li {
    display: inline-block;
    padding: 0.5rem 0.2rem;
    margin-bottom: 2.5rem;
}
.tdr_tag_box_link > li > a {
    font-size: 1.5rem;
	font-weight: normal;
    letter-spacing: .1rem;
    padding: 1.2rem 8.5rem;
    border: solid 1px #07c;
    border-radius: 2.4rem;
    color: #07c;
    text-decoration: none;
    line-height: initial;
    background-color: #fff;
	transition-duration: 0.3s;
}
.tdr_tag_box_link > li > a:hover {
	background-color: #07c;
	color: #fff;
}
/* ここから作り直し */
.tdr_hotels_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 3rem;
}
.tdr_hotels_box >  .tdr_hotels_item:first-child {
	width: 60%;
	z-index: 1;
}
.tdr_hotels_box >  .tdr_hotels_item:first-child > a > img {
	width: 100%;
}
.tdr_hotels_box >  .tdr_hotels_item:last-child {
	width: 40%;
	display: flex;
    flex-direction: column;
}
.tdr_hotels_box >  .tdr_hotels_item:last-child > a {
	position: relative;
	display: block;
}
.tdr_hotels_box >  .tdr_hotels_item:last-child > a > h3 {
	position: absolute;
	color: #1c3385;
	top: 1.5rem;
	right: 2rem;
	background-color: #fff;
	width: 600px;
	padding: 2rem;
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: bold;
	text-align: left;
	margin: 0;
	letter-spacing: .2rem;
	border-left: solid 3px #07c;
	opacity: .9;
	z-index: 2;
}
.tdr_hotels_box >  .tdr_hotels_item:last-child > a > h3 > span {
	background-color: #07c;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: initial;
    display: table;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
    opacity: .8;
}
p.txt_hotels {
	font-weight: normal;
    font-size: 1.6rem;
    margin: 170px auto 0;
    width: 90%;
    letter-spacing: .1rem;
    line-height: 2.8rem;
}
.tdr_hotels_box >  .tdr_hotels_item > img {
	width: 100%;
	height: auto;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.tdr_hotels_box >  .tdr_hotels_item:last-child > ul {
	width: 90%;
	margin: 1.5rem auto;
	font-weight: normal;
}
.tdr_hotels_item:last-child > ul > li {
	list-style-type: disc;
    margin-left: 1.3em;
    padding: 0.5rem 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
}
p.txt_location {
	font-weight: bold;
    position: relative;
    padding: 0 0 0.7rem 3rem;
    margin: 3rem 2rem 0;
    font-size: 1.6rem;
	letter-spacing: .1rem;
	border-bottom: solid 3px #07c;
}
p.txt_location::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../image/icon_position.webp);
	display: inline-block;
	background-size: contain;
	width: 24px;
	height: 31px;
	margin-right: 0.5rem;
}
p.txt_location > span {
	font-weight: normal;
	background-color: #f7b3d0;
	margin-left: 1em;
	font-size: 1.4rem;
	padding: 0.3rem 0.2rem 0.2rem;
}
.tdr_hotels_btn {
	margin-top: auto;
	padding: 1.5rem 0;
}
.tdr_hotels_btn > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: auto auto 2rem;
	height: 50px;
	position: relative;
	background: #fff;
	border: 1px solid #07c;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #07c;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: .2rem;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}
.tdr_hotels_btn > a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #07c;
	border-right: 2px solid #07c;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
.tdr_hotels_btn > a:hover {
	background-color: #07c;
	color: #fff;
}
.tdr_hotels_btn > a:hover:before {
	border-top: 2px solid #07c;
	border-right: 2px solid #07c;
}
@media screen and (max-width: 1200px) {
	.tdr_top > h1 {
		font-size: 4.6rem;
	}
	.tdr_hotels_box > .tdr_hotels_item {
		width: 85%;
		margin: 0 auto 2rem;
	}
	p.txt_official {
		font-size: 1.4rem;
	}
	.btn_welcomecenter {
		bottom: 28%;
		right: 23%;
	}
	.btn_tokyobay {
    	bottom: 26%;
    	left: 6%;
	}
	.btn_grandnikko {
		bottom: 17%;
		left: 6%;
	}
	.tdr_hotels_box > .tdr_hotels_item:first-child {
		width: 55%;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child {
		width: 45%;
	}
}
@media screen and (max-width: 992px) {
	.tdr_top > h1 {
		font-size: 3.8rem;
	}
	.tdr_top > h1 > span {
		font-size: 2.8rem;
	}
	.btn_welcomecenter > a, .btn_tokyobay > a, .btn_grandnikko > a {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.btn_welcomecenter {
		bottom: 26%;
		right: 17%;
	}
	.btn_tokyobay {
    	bottom: 26%;
    	left: 3%;
	}
	.btn_grandnikko {
		bottom: 15%;
		left: 3%;
	}
	.tdr_hotels_box > .tdr_hotels_item:first-child,
	.tdr_hotels_box > .tdr_hotels_item:last-child {
		width: 100%;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > a > h3 {
		top: -50px;
		right: unset;
		left: 50%;
		transform: translate(-50%);
    	-webkit-transform: translate(-50%);
    	-ms-transform: translate(-50%);
		font-size: 2rem;
    	line-height: 2.8rem;
		padding: 1.5rem 1.5rem 1rem;
		width: 94%;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > a > h3 > span {
		font-size: 1.2rem;
	}
	p.txt_hotels {
		width: 94%;
		font-size: 1.4rem;
		margin: 70px auto 0;
		line-height: 2.4rem;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > ul {
		width: 94%;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > ul > li {
		font-size: 1.4rem;
		padding: .1rem 0;
	}
}
@media screen and (max-width: 768px) {
	.tdr_top > img {
		height: 20rem;
	}
	.tdr_top > h1 {
		font-size: 3rem;
		margin-top: 0;
	}
	.tdr_top > h1 > span {
		font-size: 1.8rem;
	}
	.tdr_inner {
		padding: 2rem 0;
		width: 100%;
	}
	.tdr_inner > h1 {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.tdr_inner > h1 > span {
		font-size: 1.8rem;
	}
	.tdr_box01 {
		width: 88%;
		margin: .5rem auto 1rem;
		padding: 2rem 2rem 1.6rem;
	}
	.tdr_box01 p {
		font-size: 1.4rem;
    	line-height: 2.4rem;
    	text-align: left;
	}
	.tdr_imgbox {
		margin: 5rem auto -2rem;
    	width: 100%;
    	border: none;
	}
	.tdr_imgbox > h2 {
		font-size: 1.4rem;
		top: -4.5rem;
		padding: 0.8rem 1rem 0.6rem;
	}
	.tdr_hotels_bc {
		padding: 1rem 0 0;
	}
	.tdr_hotels_box > .tdr_hotels_item {
		width: 96%;
	}
	p.txt_official {
		font-size: 1.3rem;
	}
	.tdr_hotels_item > a > h3 {
		font-size: 2rem;
	}
	.tdr_hotels_item > a > h3 > span {
		font-size: 1.3rem;
	}
	.tdr_hotels_item > p {
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: .1rem;
	}
	.table_way > tbody > tr > td {
		padding: .7rem;
	}
	.tdr_bk .h2_title, .tdr_info .h2_title {
		font-size: 2rem;
		line-height: 3rem;
	}
	.tdr_bk .h2_title > br, .tdr_info .h2_title > br {
		display: block;
	}.tdr_bk .h2_title > span, .tdr_info .h2_title > span {
		font-size: 1.4rem;
		letter-spacing: .1rem;
		margin-top: 0;
	}
	.tdr_info {
		padding: 1.5rem 0;
	}
	.tdl_info {
		margin-top: 2rem;
		border-bottom: none;
	}
	.tdr_bk {
		padding: 1.5rem 0 2.5rem;
	}
	.tdr_hotels_bc::before, .tdr_hotels_bc::after {
		content: none;
	}
	.tdl_info > li:first-child, .tds_info > li:first-child {
		width: 80%;
    	margin: 0 auto 1.5rem;
    	border-right: none;
    	padding: 1rem;
    	border-radius: 30px;
	}
	.tdl_info > li:last-child, .tds_info > li:last-child {
		width: 100%;
		margin: 0;
		padding: 0 2rem 2rem;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	a.btn_detail {
		font-size: 1.5rem;
		height: 44px;
	}
	.tdr_tag_box {
		margin: 3rem auto 0;
		padding: 0 1.5rem 2rem;
		border: solid 3px #fff;
	}
	.tdr_tag_box > h2 {
		font-size: 1.6rem !important;
    	width: 14em;
    	margin: 2.5rem auto 0;
	}
	.tdr_tag_box_link {
		margin: 1rem auto 0;
	}
	.tdr_tag_box_link > li > a {
		font-size: 1.3rem;
		padding: .8rem 2rem;
		display: block;
	}
	.tdr_tag_box_link > li {
		margin-bottom: 0;
	}
	.tdr_box01:before, .tdr_box01:after {
		width: 30px;
		height: 30px;
	}
	.tdr_box01:before {
		bottom: -15px;
		right: -15px;
	}
	.tdr_box01::after {
		top: -15px;
		left: -15px;
	}
	.btn_welcomecenter > a, .btn_tokyobay > a, .btn_grandnikko > a {
		font-size: 1rem;
		line-height: 1.2rem;
		font-weight: normal;
	}
	.btn_welcomecenter {
		bottom: 27%;
		right: 23%;
	}
	.btn_tokyobay {
    	bottom: 26.5%;
    	left: 6%;
	}
	.btn_grandnikko {
		bottom: 17%;
		left: 6%;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > a > h3 {
		font-size: 1.8rem;
    	line-height: 2.6rem;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > a > h3 > span {
		font-size: 1.1rem;
		margin-bottom: 0.8rem;
	}
	.tdr_hotels_btn > a {
		font-size: 1.4rem;
	}

}
@media screen and (max-width: 580px) {
	.btn_welcomecenter > a, .btn_tokyobay > a, .btn_grandnikko > a {
		padding: .4rem .5rem;
	}
	.btn_welcomecenter {
		bottom: 26%;
		right: 17%;
	}
	.btn_tokyobay {
    	bottom: 26.5%;
    	left: 3%;
	}
	.btn_grandnikko {
		bottom: 16.5%;
		left: 3%;
	}
}
@media screen and (max-width: 480px) {
	.btn_welcomecenter > a, .btn_tokyobay > a, .btn_grandnikko > a {
		padding: .4rem .3rem;
	}
	.btn_tokyobay > a > br {
		display: block;
	}
	.btn_welcomecenter {
		bottom: 25%;
		right: 8%;
	}
	.btn_tokyobay {
    	bottom: 26%;
    	left: 5%;
	}
	.btn_grandnikko {
		bottom: 13%;
		left: 1%;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > a > h3 {
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: 0;
		padding: 1rem 0 0.5rem 1rem;
		width: 97%;
		top: -40px;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > a > h3 > span {
		letter-spacing: 0;
		font-size: 1rem;
	}
	p.txt_location {
		font-size: 1.4rem;
		margin: 2rem 1rem 0;
	}
	p.txt_location > span {
		font-size: 1.2rem;
    	display: block;
    	margin-left: 0;
    	text-align: center;
	}
	.tdr_hotels_btn > a {
		margin: auto auto 1rem;
	}
	.tdr_hotels_box > .tdr_hotels_item:last-child > ul {
		margin: 1rem auto 0;
	}

}