@charset "utf-8";

.contentWrap {
	padding-bottom: 0;
}

/*----------------------------
	sec
------------------------------*/
.sec {
	padding: 90px 0 0;
}
.sec:last-child {
	padding-bottom: 100px;
}
.sec h3 {
	font-size: var(--16px);
	font-weight: 500;
}
.sec h3 span {
	font-family: "Oswald", sans-serif;
	font-size: var(--40px);
	line-height: 1.2;
	letter-spacing: 0.04em;
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: 2px;
}
.sec .lead {
	line-height: 2.25;
	margin-top: 40px;
}
.sec .pic {
	margin-top: 50px;
	text-align: center;
}
.sec .subTtl {
	margin-top: 70px;
	font-size: var(--20px);
	font-weight: bold;
}
.sec .subTtl + .pic {
	margin-top: 45px;
}
@media (max-width: 768px) {
	.sec {
		padding: 45px 0 0;
	}
	.sec:last-child {
		padding-bottom: 50px;
	}
	.sec h3 {
		font-size: var(--12px);
	}
	.sec h3 span {
		font-size: var(--27px);
		margin-right: 6px;
		top: 1px;
	}
	.sec .lead {
		font-size: var(--15px);
		line-height: 1.66;
		margin-top: 30px;
	}
	.sec .pic {
		margin-top: 35px;
	}
	.sec .subTtl {
		margin-top: 40px;
		font-size: var(--15px);
		line-height: 1.53;
	}
	.sec .subTtl + .pic {
		margin-top: 35px;
	}
}

/*----------------------------
	secAnchorWrap
------------------------------*/
.secAnchorWrap .anchorWrap {
	max-width: 850px;
	margin: 0 auto;
}
.secAnchorWrap .anchorWrap .anchorList {
	display: flex;
	align-items: stretch;
	gap: 5px;
}
.secAnchorWrap .anchorWrap .anchorList + .anchorList {
	margin-top: 5px;
}
.secAnchorWrap .anchorWrap .anchorList dt {
	font-size: var(--22px);
	text-align: center;
	background: #ebebeb;
	width: 80px;
	padding: 14px 10px 16px;
	min-height: 67px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.secAnchorWrap .anchorWrap .anchorList dt p {
	line-height: 1;
}
.secAnchorWrap .anchorWrap .anchorList dt span {
	font-size: var(--18px);
}
.secAnchorWrap .anchorWrap .anchorList dt p:nth-child(2) {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	font-size: var(--18px);
	margin-top: 10px;
	margin-bottom: 8px;
}
.secAnchorWrap .anchorWrap .anchorList dd {
	font-size: var(--24px);
	line-height: 1.2;
	font-weight: 600;
	width: calc(100% - 80px - 5px);
	min-height: 67px;
	position: relative;
}
.secAnchorWrap .anchorWrap .anchorList dd.list01  {
	width: 54.705882%;
}
.secAnchorWrap .anchorWrap .anchorList dd.list02 {
	width: calc(100% - 80px - 10px - 54.705882%);
}
.secAnchorWrap .anchorWrap .anchorList dd a {
	background: #ebebeb;
	padding: 4px 35px 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
}
.secAnchorWrap .anchorWrap .anchorList dd.linkNone {
	background: #ebebeb;
	padding: 4px 35px 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.secAnchorWrap .anchorWrap .anchorList dd a span.txt::after {
	content: "";
	display: inline-block;
	background: url(/common/img/arrow_black.png) no-repeat top center;
	background-size: contain;
	width: var(--20px);
	height: var(--9px);
	margin: 0 0 7px 8px;
}
.secAnchorWrap .anchorWrap .anchorList dd.roofGarden {
	align-self: flex-end;
}
.secAnchorWrap .anchorWrap .anchorList dd.roofGarden a {
	position: relative;
}
.secAnchorWrap .anchorWrap .anchorList dd.roofGarden a::before {
	content: "";
	position: absolute;
	background: url(/floor/img/icon_roofgarden.png) no-repeat top center;
	background-size: contain;
	width: 38px;
	height: 54px;
	right: 4px;
	bottom: 0;
}
.secAnchorWrap .anchorWrap .anchorList dd.roofGarden a {
	padding-left: 10px;
	padding-right: 40px;
	min-height: 67px;
	font-size: var(--22px);
}
.secAnchorWrap .anchorWrap .anchorList dd.osakaMetro {
	color: #999;
	padding-right: 60px;
}
.secAnchorWrap .anchorWrap .anchorList dd.osakaMetro::after {
	content: "";
	position: absolute;
	background: url(/floor/img/icon_metro.png) no-repeat top center;
	background-size: contain;
	width: 37px;
	height: 51px;
	right: 18px;
	bottom: 0;
	opacity: 0.5;
}
.secAnchorWrap .anchorWrap .anchorList.floorB02 {
	color: #999;
}
.secAnchorWrap .anchorWrap .anchorList dd.parking {
	padding-right: 70px;
}
.secAnchorWrap .anchorWrap .anchorList dd.parking::after {
	content: "";
	position: absolute;
	background: url(/floor/img/icon_car.png) no-repeat top center;
	background-size: contain;
	width: 53px;
	height: 39px;
	right: 10px;
	bottom: 0;
	opacity: 0.5;
}
@media (max-width: 768px) {
	.secAnchorWrap .anchorWrap .anchorList {
		gap: 3px;
	}
	.secAnchorWrap .anchorWrap .anchorList + .anchorList {
		margin-top: 3px;
	}
	.secAnchorWrap .anchorWrap .anchorList dt {
		font-size: var(--13px);
		width: 40px;
		padding: 12px 5px;
		min-height: 37px;
	}
	.secAnchorWrap .anchorWrap .anchorList dt span {
		font-size: var(--11px);
	}
	.secAnchorWrap .anchorWrap .anchorList dt p:nth-child(2) {
		font-size: var(--11px);
		margin-top: 5px;
		margin-bottom: 4px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd {
		font-size: var(--15px);
		width: calc(100% - 40px - 3px);
		min-height: 37px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.list01  {
		width: 54.705882%;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.list02 {
		width: calc(100% - 40px - 6px - 54.705882%);
		font-size: var(--11px);
	}
	.secAnchorWrap .anchorWrap .anchorList dd a {
		padding: 7px 8px 7px 10px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.linkNone {
		padding: 7px 8px 7px 10px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd a span.txt::after {
		width: var(--12px);
		height: var(--6px);
		margin: 0 0 4px 5px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.list02 a span.txt::after {
		width: var(--10px);
		height: var(--5px);
		margin: 0 0 3px 3px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.roofGarden a::before {
		width: 19px;
		height: 27px;
		right: 5px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.roofGarden a {
		padding-left: 8px;
		padding-right: 25px;
		min-height: 37px;
		font-size: var(--11px);
	}
	.secAnchorWrap .anchorWrap .anchorList dd.osakaMetro {
		padding-right: 30px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.osakaMetro::after {
		width: 17px;
		height: 24px;
		right: 11px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.parking {
		padding-right: 35px;
	}
	.secAnchorWrap .anchorWrap .anchorList dd.parking::after {
		width: 27px;
		height: 20px;
		right: 6px;
	}
}

/*----------------------------
	linkList
------------------------------*/
.linkList {
	margin-top: 50px;
	display: flex;
	gap: 5px;
}
.linkList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ebebeb;
	padding: 14px 15px 15px;
	width: 100%;
	height: 100%;
	font-size: var(--24px);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	min-height: 67px;
}
.linkList li a[aria-current="page"] {
	background: #2483ec;
	color: #fff;
	pointer-events: none;
}
@media (max-width: 768px) {
	.linkList {
		margin-top: 25px;
		gap: 3px;
	}
	.linkList li a {
		padding: 7px 5px;
		font-size: var(--13px);
		min-height: 37px;
	}
}

/*----------------------------
	floorguideWrap
------------------------------*/
.floorguideWrap .linkList li {
	width: calc((100% - 15px) / 4);
}
.floorguideWrap .linkList li span span {
	font-size: var(--19px);
}
.floorguideWrap .floorImg {
	margin: 80px auto 0;
	width: 75.5%;
}
/* shopList */
.floorguideWrap .shopList {
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 26px;
}
.floorguideWrap .shopList .shopBox {
	width: calc((100% - 78px) / 4);
}
.floorguideWrap .shopList .shopBox a {
	display: block;
}
.floorguideWrap .shopList .shopBox a .shopLogo {
	border: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	position: relative;
}
.floorguideWrap .shopList .shopBox a .shopLogo img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}
.floorguideWrap .shopList .shopBox a .detail {
	margin-top: 20px;
}
.floorguideWrap .shopList .shopBox a .detail .floorBoxWrap {
	min-height: var(--36px);
}
.floorguideWrap .shopList .shopBox a .detail .floorBox {
	display: flex;
}
.floorguideWrap .shopList .shopBox a .detail .floorBox .floorNum {
	font-family: "Oswald", sans-serif;
	font-size: var(--20px);
	text-align: center;
	line-height: 1;
	padding: 4px 3px 5px;
	min-width: var(--31px);
	height: fit-content;
	border: 1px solid #262626;
	margin-right: 10px;
}
.floorguideWrap .shopList .shopBox a .detail .floorBox .floorTxtWrap {
	align-self: flex-end;
	position: relative;
	top: calc(0px - var(--2px));
	margin-top: calc(0px - var(--1px));
}
.floorguideWrap .shopList .shopBox a .detail .floorBox .newTxt {
	font-size: var(--12px);
	color: #808080;
	font-weight: 500;
	line-height: 1.5;
	color: #e60000;
	display: none;
}
.floorguideWrap .shopList .shopBox a .detail .floorBox .on.newTxt {
	display: block;
}
.floorguideWrap .shopList .shopBox a .detail .floorBox .floorTxt {
	font-size: var(--12px);
	color: #808080;
	font-weight: 500;
	line-height: 1.5;
}
.floorguideWrap .shopList .shopBox a .detail .shopName {
	margin-top: 6px;
	font-size: var(--18px);
	font-weight: 500;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.floorguideWrap .linkList li {
		width: calc((100% - 9px) / 4);
	}
	.floorguideWrap .linkList li a {
		font-size: var(--15px);
		padding: 7px 5px 8px;
	}
	.floorguideWrap .linkList li span span {
		font-size: var(--12px);
	}
	.floorguideWrap .floorImg {
		margin: 35px auto 0;
		width: 100%;
	}
	/* shopList */
	.floorguideWrap .shopList {
		margin: 40px auto 0;
		gap: 25px 15px;
	}
	.floorguideWrap .shopList .shopBox {
		width: calc((100% - 15px) / 2);
	}
	.floorguideWrap .shopList .shopBox a .detail {
		margin-top: 15px;
	}
	.floorguideWrap .shopList .shopBox a .detail .floorBoxWrap {
		min-height: var(--29px);
	}
	.floorguideWrap .shopList .shopBox a .detail .floorBox .floorNum {
		font-size: var(--16px);
		padding: 2px 2px 3px;
		min-width: var(--23px);
		margin-right: 8px;
	}
	.floorguideWrap .shopList .shopBox a .detail .floorBox .newTxt {
		font-size: var(--10px);
	}
	.floorguideWrap .shopList .shopBox a .detail .floorBox .floorTxt {
		font-size: var(--10px);
	}
	.floorguideWrap .shopList .shopBox a .detail .shopName {
		margin-top: 0;
		font-size: var(--16px);
	}
}
