@charset "UTF-8";
/* CSS Document */

/* header */
@media (width < 1025px) {
		.logo {
			width: 200px;
		}
	}

/* footer */
.footerR2 {
	/* padding-top: 32px; */
}

.sec011L {
	display: table-cell;
	width: 710px;
	vertical-align: top;
	padding-right: 15px;
	display: flex;
	flex-wrap: wrap;
	a{
		transition: ease .3s;
	}
	a:hover{
		opacity: .7;
		transition: ease .3s;
	}
}
.sec011L img {
	display: block;
	/* object-fit: cover; */
}
.sec011R {
	display: table-cell;
	width: 250px;
	vertical-align: top;
}
.sec011R img {
	display: block;
	width: 250px;
	height: 377px;
}

/* floor */
.floorLarge {
	display: block;
	width: 970px;
	height: 725px;
	background: url(/images/yurakucho/floor/hibiya.jpg) no-repeat 0 0;
}
.floorLarge div {
	display: block;
	width: 85px;
	height: 43px;
	position: relative;
}
#button_301 {
	top: 560px;
	left: 486px;
}
#button_302 {
	top: 517px;
	left: 165px;
}
#button_303 {
	top: 255px;
	left: 147px;
}
#button_304 {
	top: 212px;
	left: 296px;
}
#button_305 {
	top: 123px;
	left: 494px;
}
#button_306 {
	top: -99px;
	left: 433px;
}

.f301 {
	position: relative;
	top: 477px;
	left: 604px;
}
.f302 {
	position: relative;
	top: 510px;
	left: -80px;
}
.f303 {
	position: relative;
	top: 260px;
	left: -143px;
}
.f304 {
	position: relative;
	top: 350px;
	left: 134px;
}
.f305 {
	position: relative;
	left: 380px;
	top: 370px;
}
.f306 {
	position: relative;
	left: 140px;
	top: -7px;
}

.floorLarge div a.thickbox.unclickable {
	pointer-events: none;
	cursor: default;
}
.floorLarge div a img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.floorLarge div a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* access */ 
.sec03L {
	width: 420px;
}
.sec03R {
	width: 520px;
	padding-left: 30px;
}
.sec03R img {
	display: block;
	width: 520px;
	height: 481px;
}
h3.sec03gaikanEntTitle {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #333;
	font-size: 114%;
	font-weight: bold;
	text-align: left;
}
h3.sec03gaikanEntTitle:before {
	content: "■";
	color: #ccc;
	margin-right: 0.2em;
}
.sec03gaikanEntWrapper {
	display: table;
}
.sec03gaikanEnt {
	display: table-cell;
	width: 150px;
	padding: 0 10px;
}
.sec03gaikanEnt a,
.sec03gaikanEnt a img {
	display: block;
	width: 150px;
	height: 100px;
}
.sec03gaikanEnt a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.sec03gaikanEnt span {
	display: block;
	text-align: center;
}
.spEntrance {
	display: none;
}


/* space */
.spaceL {
	vertical-align: top;
	padding-top: calc(25px + 1.1em);
}
@media screen and (max-width: 969px) {
	.spaceL {
		vertical-align: top;
		padding-top: 0;
	}
}

/* price-floorMap 201906 */
.price_floorMap {
	margin-top: 20px;
	width: 520px;
}
.price_floorMapTitleWrapper {
	margin-top: 20px;
}
.price_floorMapTitle {
	float: left;
	width: 520px;
	margin-right: 20px;
}
.price_floorMap .price_floorMapTitle:last-child {
	margin-right: 0;
}
.price_floorMapTitle span {
	padding: 2px 1em;
	background: #6eb42f;
	border-radius: 5px;
	color: #fff;
	font-size: 114.28571%;
	font-weight: bold;
}
.price_floorMapWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content:stretch;
	margin-top: 5px;
}
.price_floorMapCont {
	width: 478px;
	padding: 8px 5px;
	border: 1px solid #cfcfcf;
	align-items: center;
}
.price_floorMapCont a {
	display: block;
	width: 100%;
}
.price_floorMapCont a img {
	display: block;
	width: 100%;
}


/* added 20221202 */
.headerStickyUpperL a {
	width: 249px;
}
.footerL a,
.footerL a img {
	width: 341px;
}

/*///////////////////////////////////////
 2024.04.18　新規追加　凡例アイコン調整
 /////////////////////////////////////*/

 @media screen and (min-width: 980px) {
  .legend_box {
		gap: 110px;
	 }
	
 }


/*///////////////////////////////////////
 2024.05.17　TOP MV スライダー
 /////////////////////////////////////*/
 .swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-slide a{
	transition: all .3s;
}

.swiper-slide a:hover:not(.mv *) {
	opacity: .7;
	transition: all .3s;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	filter: drop-shadow(2px 2px 3px #777777);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 33px;
}

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

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 22px;
	}
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
	background-color: rgb(0, 0, 0, .2);
	border: solid 1px #bbb;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #72c232;
	width: 10px;
	height: 10px;
	border: solid 1px #fff;
}

