@charset "utf-8";

/*----------------------------------------------------------

	common

----------------------------------------------------------*/

.fsD1 {
	font-size:0.86em;
}
.linkPdf {
	display:inline-block;
	min-width:200px;
	margin-right:1em;
	text-align:center;
	border:1px solid #999999;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
}
.linkPdf span{
	display:inline-block;
	padding:5px 10px 5px 30px;
	background:url(/-/media/hotel/dh/dhtokyo/access/images/icon_pdf.png) no-repeat 10px 50%;
	background-size:15px auto;
	text-decoration:none;
}
.linkPdfTxt {
	display:inline-block;
	padding:0 10px 0 20px;
	background:url(/-/media/hotel/dh/dhtokyo/access/images/icon_pdf.png) no-repeat 0 50%;
	background-size:15px auto;
}
.linkTxt {
	display:inline-block;
	padding-left:20px;
	position:relative;
}
.linkTxt::after {
	content: '';
	display:block;
	width: 0;
	height: 0;
	padding-left:20px;
	margin:auto 0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:7px solid #7f0020;
	position:absolute;
	top:0;
	bottom:0;
	left:4px;
}

/*----------------------------------------------------------

	hotelDataTop

----------------------------------------------------------*/

#hotelDataTop {
	width:100%;
	max-width:482px;
	margin:0 auto 10px;
	display:table;
}
#hotelDataTop .hotellogo {
	width:200px;
}
#hotelDataTop .hotellogo img{
	width:200px;
	margin:0 auto;
	text-align:center;
}
#hotelDataTop .hoteladd {
	vertical-align:middle;
}
#hotelDataTop .hoteladd dt {
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.15em;
	letter-spacing:0.15em;
}

@media only screen and (max-width: 767px) {

	#hotelDataTop .hotellogo {
		margin:0 auto 10px;
	}
	#hotelDataTop .hoteladd {
		text-align:center;
	}
	#hotelDataTop .hoteladd dd .number {
		display:block;
	}
}
@media only screen and (min-width: 768px) {

	#hotelDataTop {
		display:table;
	}
	#hotelDataTop .hotellogo {
		display:table-cell;
		width:182px;
	}
	#hotelDataTop .hoteladd {
		display:table-cell;
		width:300px;
		vertical-align:middle;
	}
	#hotelDataTop .hoteladd dd .number {
		display:inline-block;
	}
	#hotelDataTop .hoteladd dd .number.tel {
		margin-right:15px;
	}
}



/*----------------------------------------------------------

	accessData

----------------------------------------------------------*/
#accessData {
	margin-bottom:60px;
}
#accessData dl {
	margin-bottom:15px;
}
#accessData dl dt {
	padding:15px 15px 15px 50px;
	color:#ffffff;
	background:#7e0422;
	cursor:pointer;
	position:relative;
}
#accessData dl dt:hover {
	background:#490011;
	transition:background 0.8s ease;
}
#accessData dl dt:before {
	content:'';
	display:block;
	width:60px;
	height:32px;
	margin:auto 0;
	border-radius:32px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
}
#accessData dl.access01 dt:before{
	background-image:url(/-/media/hotel/dh/dhtokyo/access/images/access_icon01.png);
	background-size:60px auto;
}
#accessData dl.access02 dt:before{
	background-image:url(/-/media/hotel/dh/dhtokyo/access/images/access_icon02.png);
	background-size:60px auto;
}
#accessData dl.access03 dt:before{
	background-image:url(/-/media/hotel/dh/dhtokyo/access/images/access_icon03.png);
	background-size:70px auto;
}
#accessData dl dt:after {
	content:'';
	display:block;
	width:24px;
	height:24px;
	margin:auto 0;
	border-radius:24px;
	color:#7e0422;
	text-align:center;
	background:url(/-/media/hotel/dh/dhtokyo/access/images/icon_arrow.png) no-repeat 50% 50% #ffffff;
	background-size:8px auto;
	position:absolute;
	top:0;
	bottom:0;
	left:15px;
}
#accessData dl.open dt:after {
	background:url(/-/media/hotel/dh/dhtokyo/access/images/icon_arrow_d.png) no-repeat 50% 50% #ffffff;
	background-size:10px auto;
}

#accessData dl dd {
	display:none;
	padding:40px 15px 40px 140px;
	position:relative;
}
#accessData dl dd:before{
	content:'';
	display:block;
	width:94px;
	height:94px;
	margin:auto 0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#d6b677;
	border-radius:94px;
	position:absolute;
	top:30px;
	left:20px;
	z-index:1;
}
#accessData dl.access01 dd:before{
	background-image:url(/-/media/hotel/dh/dhtokyo/access/images/access_icon01.png);
	background-size:120px auto;
}
#accessData dl.access02 dd:before{
	background-image:url(/-/media/hotel/dh/dhtokyo/access/images/access_icon02.png);
	background-size:120px auto;
}
#accessData dl.access03 dd:before{
	background-image:url(/-/media/hotel/dh/dhtokyo/access/images/access_icon03.png);
	background-size:140px auto;
}

#accessData dl dd .mapImage {
	width:100%;
	margin:40px 0;
}
#accessData dl dd .mapImage.border {
	border:1px solid #eeeeee;
}

@media only screen and (max-width: 767px) {

	#accessData dl dd {
		padding:15px 5px 30px;
	}
	#accessData dl dd:before{
		display:none;
	}
}
@media only screen and (min-width: 768px) {

}



/*----------------------------------------------------------

	rootBox

----------------------------------------------------------*/

.rootBox {
	width:100%;
	margin:20px auto 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.rootBox .ttl {
	width:100%;
}
.rootBox .ttl span{
	display:block;
	width:260px;
	height:30px;
	margin:0 auto;
	font-size:14px;
	line-height:30px;
	text-align:center;
	color:#ffffff;
	background:#333333;
	border-radius:3px;
	box-sizing:border-box;
}
.rootBox .root {
	width:380px;
	overflow:hidden;
	float:left;
}
.rootBox .root .sttl {
	width:260px;
	margin:20px auto;
	font-size:14px;
	text-align:center;
	border-radius:3px;
	box-sizing:border-box;
}
.rootBox .root .box {
	width:380px;
	padding:0;
	box-sizing:border-box;
	position:relative;
}
.rootBox .root .box::before{
	content: '';
	width: 50px;
	height: 50px;
	background:url(../images/icon_step_bg.png) no-repeat 0 0;
	background-size:50px auto;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.rootBox .root .box::after{
	content: '';
	width: 30px;
	height: 35px;
	font-size:16px;
	line-height:35px;
	color:#ffffff;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.rootBox .root .box.num1::after{
	content: '1';
}
.rootBox .root .box.num2::after{
	content: '2';
}
.rootBox .root .box.num3::after{
	content: '3';
}
.rootBox .root .box.num4::after{
	content: '4';
}
.rootBox .root .box.num5::after{
	content: '5';
}
.rootBox .root .box.num6::after{
	content: '6';
}



.rootBox .root .box .img{
	position:relative;
}
.rootBox .root .box .txt{
	height:50px;
	margin-top:12px;
	font-size:1.2rem;
	line-height:1.8em;
	color:#111111;
	text-align:center;
}


@media screen and (max-width: 768px) {

	.rootBox {
		width:100%;
		margin:10px auto;
	}
	.rootBox .root {
		width:100%;
		margin:0 auto;
	}
	.rootBox .root .box {
		width:100%;
		margin:0 auto;
	}

}


/*-----------------------------------------------------------------

	.slider
	
-----------------------------------------------------------------*/

.slider {
	padding:0;
	position:relative;
	overflow:hidden;
}
.slider.slick-initialized{
  display: block;
}
.slider .box {
	float:left;
}
.slider .slick-prev {
	position: absolute; 
	z-index:1;
	margin:auto 0;
	padding:0; 
	display:block; 
	border:none; 
	width:24px; 
	height:64px; 
	top:31%;
	left:0; 
	background:#000000; 
	background-size: 11px auto; 
	text-indent: -9999px; 
	overflow: hidden;
	cursor: pointer;
}
.slider .slick-prev::after {
	content: '';
	margin:auto;
	width: 14px;
	height: 14px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	left:8px;
}
.slider .slick-next{ 
	position: absolute; 
	z-index: 1;
	margin:auto;
	padding: 0;
	display: block; 
	border: none; 
	width: 24px; 
	height: 64px; 
	top:31%;
	right: 0; 
	background:#000000;
	background-size: 11px auto; 
	text-indent: -9999px; 
	overflow: hidden;
	cursor: pointer;
}
.slider .slick-next::after {
	content: '';
	margin:auto;
	width: 14px;
	height: 14px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	right:8px;
}
.slider .slick-dots{
	width:;
	position:absolute;
	left:0;
	bottom:70px;
	z-index:10;
	text-align:center;
	width:100%;
}
.slider .slick-dots li{ 
	display:inline-block;
	width:12px; 
	height:12px;
	margin:0 5px;
}
.slider .slick-dots li button{
	display:inline-block;
	width:12px; 
	height:12px;
	margin:0;
	padding:0;
	border:0px; 
	background:#ffffff;
	border-radius:12px;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}
.slider .slick-dots li.slick-active button{
	background:#7d0824;
}



/*----------------------------------------------------------

	accessList

----------------------------------------------------------*/

.accessList > li{
	margin-bottom:6px;
	padding-left:1.3em;
	position:relative;
}
.accessList > li li{
	margin-bottom:0;
}
.accessList > li:last-child {
	margin-bottom:0;
}
.accessList li:before{
	position:absolute;
	top:0;
	left:0;
}
.accessList.circle > li:before{
	content:'●';
	color:#7e0422;
}
.accessList.asterisk > li:before{
	content:'＊';
}



/*----------------------------------------------------------

	access_gmap

----------------------------------------------------------*/

#access_gmap {
	margin-bottom:50px;
}
#access_gmap .map_area {
	width:100%!important;
	float:none;
}
#access_gmap .map_area #map_basic,
#access_gmap .map_area iframe {
	width:100%!important;
}
