@charset "utf-8";

/* articleTtlWrap */
.articleTtlWrap {
	display: flex;
	align-items: flex-start;
	gap: 0 var(--20px);
}
.articleTtlWrap .ttlTxtWrap {
	width: calc(71.641791% - 2px - var(--20px));
}
.articleTtlWrap .shopLogo {
	margin-top: var(--3px);
	width: calc(28.358209% + 2px);
	border: 1px solid var(--grayBorderColor);
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	position: relative;
}
.articleTtlWrap .shopLogo img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}
.articleTtlWrap .ttlTxtWrap .newTxt {
	font-size: var(--12px);
	margin-bottom: var(--4px);
	color: var(--redColor);
	display: none;
}
.articleTtlWrap .ttlTxtWrap .on.newTxt {
	display: block;
}
.articleTtlWrap .ttlTxtWrap .ttlCategory {
	font-size: var(--12px);
	font-weight: 500;
}
.articleTtlWrap .ttlTxtWrap .articleTtl {
	font-size: var(--20px);
	font-weight: 600;
	text-align: left;
	margin-top: var(--3px);
	margin-bottom: var(--10px);
	line-height: 1.4;
}
.articleTtlWrap .ttlTxtWrap .shopTxtWrap {
	border-top: 1px solid var(--grayBorderColor);
	padding-top: var(--10px);
}
.articleTtlWrap .ttlTxtWrap .shopTxtWrap .shopFloor {
	font-size: var(--12px);
}
.articleTtlWrap .ttlTxtWrap .shopTxtWrap .shopCategory {
	font-size: var(--11px);
	color: #747474;
	padding-top: var(--4px);
}

/* iconWrap */
.articleWrap .iconWrap {
	display: none;
}
.articleWrap .iconWrap:has(.on) {
	display: flex;
	flex-wrap: wrap;
	gap: var(--8px);
	margin-top: var(--16px);
}
.articleWrap .iconWrap li {
	display: none;
	font-size: var(--11px);
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	background: var(--keyColor02);
	padding: var(--5px) var(--8px) var(--6px);
}
.articleWrap .iconWrap li.on {
	display: inline-block;
}

/* articleContent */
.articleContent {
	margin-top: var(--26px);
}
.articleContent .pic {
	margin-top: var(--20px);
	text-align: center;
}
.articleContent h3 {
	margin-top: var(--20px);
	font-size: var(--15px);
	font-weight: 600;
	line-height: 1.7;
}
.articleContent p {
	margin-top: var(--15px);
	font-size: var(--14px);
	line-height: 1.7;
}
.articleContent p a {
	text-decoration: underline;
}
.articleContent .caption {
	margin-top: var(--10px);
	font-size: var(--13px);
	line-height: 1.6;
}
.articleContent .slide {
	margin-top: var(--25px);
	margin-bottom: var(--28px);
}
.articleContent .swiperPicup .swiper-wrapper {
	align-items: flex-start;
}
.articleContent .swiperPicup .swiper-slide .pic {
	display: flex;
	aspect-ratio: 1.49888143 / 1;
	margin-top: 0;
}
.articleContent .swiperPicup .swiper-slide img {
	aspect-ratio: 1.49888143 / 1;
	object-fit: contain;
}
.articleContent .pager.pagerPicup {
	margin-top: var(--12px);
}
.articleContent .pager.pagerPicup .swiperPause {
	width: var(--23px);
}

/* shopInfo */
.shopInfo {
	padding-top: var(--35px);
}
.shopInfo h3 {
	font-size: var(--18px);
	font-weight: 600;
	text-align: center;
}
.shopInfo .shopInfoDetail {
	margin-top: var(--12px);
}
.shopInfo .shopInfoDetail .shopInfoList {
	border-top: 1px solid var(--grayBorderColor);
	padding: var(--15px) 0;
	font-size: var(--13px);
}
.shopInfo .shopInfoDetail .shopInfoList:last-child {
	padding-bottom: 0;
}
.shopInfo .shopInfoDetail .shopInfoList h4 {
	font-size: var(--14px);
	font-weight: 600;
	margin-bottom: var(--5px);
}
.shopInfo .shopInfoDetail .shopInfoList p + h4 {
	margin-top: var(--12px);
}
.shopInfo .shopInfoDetail .shopInfoList a {
	text-decoration: underline;
}
/* shopInfoLink */
/* shopInfoSns */
.shopInfo .shopInfoDetail .shopInfoSns .snsIcon {
	display: flex;
	flex-wrap: wrap;
	gap: var(--10px) var(--20px);
	margin: var(--10px) auto var(--5px);
}
.shopInfo .shopInfoDetail .shopInfoSns .snsIcon a {
	display: block;
	width: var(--30px);
	text-decoration: none;
}
.shopInfo .shopInfoDetail .shopInfoSns table {
	margin-top: var(--10px);
}
.shopInfo .shopInfoDetail .shopInfoSns table th {
	font-weight: 400;
	text-align: left;
	padding-right: 1em;
	max-width: 10.25em;
}
.shopInfo .shopInfoDetail .shopInfoSns table th,
.shopInfo .shopInfoDetail .shopInfoSns table td {
	padding-top: var(--3px);
	padding-bottom: var(--4px);
	vertical-align: baseline;
}
/* shopInfoService */
.shopInfo .shopInfoDetail .shopInfoService .serviceIcon {
	display: none;
}
.shopInfo .shopInfoDetail .shopInfoService .serviceIcon:has(.on) {
	display: flex;
	flex-wrap: wrap;
	gap: var(--10px) var(--8px);
	margin: var(--10px) auto var(--5px);
}
.shopInfo .shopInfoDetail .shopInfoService .serviceIcon li {
	display: none;
	font-size: var(--12px);
	letter-spacing: 0;
	line-height: 1;
	border: 1px solid var(--grayBorderColor);
	padding: var(--4px) var(--7px) var(--5px);
}
.shopInfo .shopInfoDetail .shopInfoService .serviceIcon li.on {
	display: inline-block;
}
/* shopInfoRecruit */
.shopInfo .shopInfoDetail .shopInfoRecruit {
	border-top: none;
	padding: var(--5px) 0 var(--30px);
}
.shopInfo .shopInfoDetail .shopInfoRecruit .moreBtn {
	width: 64.179104%;
	margin-top: 0;
}
.shopInfo .shopInfoDetail .shopInfoRecruit .moreBtn a {
	font-size: var(--13px);
	padding: var(--7px) var(--35px) var(--8px);
	text-decoration: none;
}
.shopInfo .shopInfoDetail .shopInfoRecruit .moreBtn a::after {
	width: var(--15px);
	height: var(--15px);
	right: var(--12px);
}
/* floorMap */
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap {
	margin: var(--12px) -1px 0;
	text-align: center;
	border: 1px solid var(--grayBorderColor);
	width: calc(100% + 2px);
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .floorImg {
	overflow: hidden;
	position: relative;
	cursor: default;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .floorImg {
	cursor: grab;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .floorImg:has(.zoomOutButton:disabled) {
	cursor: default;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .floorImg:active {
	cursor: grabbing;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .floorImg .floorInner {
	display: block;
	position: relative;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	will-change: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	margin: 0 auto;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .floorImg .mapimg {
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .floorImg .areaPin {
	position: absolute;
	width: 9.552238%;
	height: 20.556746%;
	top: 0;
	left: 0;
	/* ピンの中心を左半分、上方向へピン高さぶんずらす */
	transform: translate(-50%, -100%);
}
/* btnZoom */
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .btnZoom {
	position: absolute;
	right: var(--10px);
	bottom: var(--10px);
	display: flex;
	flex-direction: column;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .btnZoom button {
	width: var(--37px);
	height: var(--37px);
	border-radius: 50%;
	background: var(--baseColor);
	color: var(--whiteColor);
	cursor: pointer;
	position: relative;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .btnZoom button:disabled {
	opacity: 1;
	cursor: default;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .btnZoom .zoomInButton::before,
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .btnZoom .zoomInButton::after {
	display: block;
	content: '';
	width: var(--16px);
	height: 1px;
	background: var(--whiteColor);
	position: absolute;
	top: calc(50% - 0.5px);
	left: calc(50% - var(--8px));
	transform: rotate(0);
	transition: all 0.3s ease-out;
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .btnZoom .zoomInButton::before {
	transform: rotate(-90deg);
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .btnZoom .zoomInButton {
	margin-top: var(--8px);
}
.shopInfo .shopInfoDetail .shopInfoPlace .floorMap .btnZoom .zoomOutButton::after {
	display: block;
	content: '';
	width: var(--16px);
	height: 1px;
	background: var(--whiteColor);
	position: absolute;
	top: calc(50% - 0.5px);
	left: calc(50% - var(--8px));
	transform: rotate(0);
	transition: all 0.3s ease-out;
}
/* moreBtn */
.shopInfo .shopInfoDetail .shopInfoPlace .moreBtn {
	width: 64.179104%;
	margin-top: var(--22px);
}
.shopInfo .shopInfoDetail .shopInfoPlace .moreBtn a {
	font-size: var(--13px);
	padding: var(--7px) var(--35px) var(--8px);
	text-decoration: none;
}
.shopInfo .shopInfoDetail .shopInfoPlace .moreBtn a::after {
	width: var(--15px);
	height: var(--15px);
	right: var(--12px);
}

/* othersWrap */
.sec.othersWrap h3 {
	font-size: var(--18px);
	font-weight: bold;
	margin-bottom: var(--20px);
	text-align: center;
}
.othersWrap .swiper-slide {
	padding-bottom: var(--18px);
}
.othersWrap .swiper-slide a {
	display: block;
}
.othersWrap .swiper-slide a .pic {
	display: flex;
	aspect-ratio: 1 / 1;
}
.othersWrap .swiper-slide a .txt {
	font-size: var(--14px);
	margin-top: var(--8px);
}
.othersWrap .swiper:not(.swiper-initialized) .swiper-wrapper {
	gap: 0 var(--12px);
}
.othersWrap .swiper:not(.swiper-initialized) .swiper-slide {
	width: calc((100% - var(--12px)) / 2);
	margin: 0 auto;
}
.othersWrap .moreBtn {
	margin-top: var(--35px);
}

/* bnrWrap */
.sec.bnrWrap {
	padding-top: var(--45px);
	border-top: 1px solid var(--grayBorderColor);
}
.bnrWrap li a {
	display: block;
	text-align: center;
}
.bnrWrap li + li {
	margin-top: var(--15px);
}
.bnrWrap .moreBtn {
	margin-top: var(--30px);
}
