/* =========================================================
   SHOP
========================================================= */

#S_SHOP {
	background: #121212;
	color: #fff;
	padding: 80px 0 100px;
}

#S_SHOP * {
	box-sizing: border-box;
}

#S_SHOP .cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

#S_SHOP img {
	display: block;
	width: 100%;
	height: auto;
}

#S_SHOP h2 {
position: relative;
margin-bottom: 50px;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-weight: normal;
font-size: 28px;
text-align: center;
}
#S_SHOP h2::before {
content: '';
position: absolute;
left: 50%;
bottom: -5px;
display: block;
background-color: #b2b2b2;
width: 1px;
height: 11px;
}
#S_SHOP h2::after {
content: '';
display: block;
background-color: #b2b2b2;
margin: 8px auto 0 auto;
width: 84px;
height: 1px;
}

#S_SHOP h3,
#S_SHOP h4,
#S_SHOP p,
#S_SHOP dl {
	margin-top: 0;
}

#S_SHOP p,
#S_SHOP dt,
#S_SHOP dd {
	font-size: 14px;
	line-height: 1.9;
}


/* =========================================================
   本店・美術ビル
========================================================= */

#S_SHOP .shop_main {
	display: grid;
	grid-template-columns: 55% 45%;
	margin-bottom: 70px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

#S_SHOP .shop_main_photo {
	min-height: 440px;
	overflow: hidden;
}

#S_SHOP .shop_main_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#S_SHOP .shop_main_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 45px 50px;
}

#S_SHOP .shop_en {
	margin-bottom: 12px;
	color: #999;
	font-size: 11px;
	letter-spacing: .25em;
}

#S_SHOP .shop_main_text h3 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .06em;
}

#S_SHOP .shop_lead {
	margin-bottom: 30px;
	color: #ddd;
}


/* 店舗基本情報 */

#S_SHOP .shop_info {
	display: grid;
	grid-template-columns: 85px 1fr;
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid #444;
}

#S_SHOP .shop_info dt {
	margin: 0;
	padding: 3px 0;
	color: #999;
	font-weight: normal;
}

#S_SHOP .shop_info dd {
	margin: 0;
	padding: 3px 0;
	color: #fff;
}


/* =========================================================
   美術ビル
========================================================= */

#S_SHOP .building {
	margin-bottom: 65px;
}

#S_SHOP .section_title {
	display: flex;
	align-items: center;
	gap: 45px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #555;
}

#S_SHOP .section_title h3 {
	flex-shrink: 0;
	margin: 0;
	padding-right: 45px;
	border-right: 1px solid #555;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: .08em;
}

#S_SHOP .section_title p {
	margin: 0;
	color: #aaa;
	font-size: 13px;
	line-height: 1.8;
}


/* フロア */

#S_SHOP .floor_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: #444;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#S_SHOP .floor {
	background: #000;
	padding-bottom: 25px;
}

#S_SHOP .floor_photo {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

#S_SHOP .floor_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#S_SHOP .floor_text {
	padding: 20px 20px 0;
}

#S_SHOP .floor_text h4 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

#S_SHOP .floor_text h4 span {
	color: #aaa;
	font-size: 27px;
	font-weight: 300;
	line-height: 1;
}

#S_SHOP .floor_text p {
	margin-bottom: 0;
	color: #ccc;
	font-size: 13px;
	line-height: 1.9;
}

#S_SHOP .floor_text .floor_tel {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px solid #333;
	color: #999;
	font-size: 12px;
}


/* =========================================================
   MAP 共通
========================================================= */

#S_SHOP iframe {
	display: block;
	width: 100%;
	border: 0;
	filter: grayscale(100%);
}

#S_SHOP .shop_map {
	display: grid;
	grid-template-columns: 30% 70%;
	margin-bottom: 80px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

#S_SHOP .map_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px;
}

#S_SHOP .map_en {
	margin-bottom: 8px;
	color: #777;
	font-size: 10px;
	letter-spacing: .25em;
}

#S_SHOP .map_info h3 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

#S_SHOP .map_info p {
	margin-bottom: 0;
	color: #aaa;
	font-size: 13px;
}

#S_SHOP .map_frame iframe {
	height: 300px;
}


/* =========================================================
   その他の店舗
========================================================= */

#S_SHOP .other_shop {
	margin-top: 20px;
}

#S_SHOP .other_title {
	position: relative;
	margin: 0 0 45px;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
}

#S_SHOP .other_title::after {
	display: block;
	width: 50px;
	height: 1px;
	margin: 18px auto 0;
	background: #777;
	content: "";
}


/* 1店舗 */

#S_SHOP .shop_box {
	display: grid;
	grid-template-columns: 27% 43% 30%;
	align-items: stretch;
	padding: 30px 0;
	border-top: 1px solid #444;
}

#S_SHOP .shop_box:last-child {
	border-bottom: 1px solid #444;
}

#S_SHOP .shop_photo {
	min-height: 250px;
	overflow: hidden;
}

#S_SHOP .shop_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#S_SHOP .shop_text {
	padding: 5px 35px;
}

#S_SHOP .shop_text h4 {
	margin-bottom: 17px;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.6;
}

#S_SHOP .shop_text > p {
	color: #ccc;
	font-size: 13px;
	line-height: 1.9;
}

#S_SHOP .shop_text .shop_info {
	grid-template-columns: 70px 1fr;
	margin-top: 20px;
	padding-top: 15px;
}

#S_SHOP .shop_text .shop_info dt,
#S_SHOP .shop_text .shop_info dd {
	font-size: 13px;
	line-height: 1.7;
}

#S_SHOP .shop_map_small iframe {
	height: 100%;
	min-height: 250px;
}


/* 公式サイト */

#S_SHOP .official {
	margin: 18px 0 0;
}

#S_SHOP .official a {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #777;
	color: #ccc;
	font-size: 13px;
	text-decoration: none;
	transition: .3s;
}

#S_SHOP .official a:hover {
	color: #fff;
	border-color: #fff;
}


/* PC/SP */

#S_SHOP .sp {
	display: none;
}


/* =========================================================
   TABLET / SMARTPHONE
========================================================= */

@media (max-width: 960px) {

	#S_SHOP {
		padding: 55px 0 70px;
	}

	#S_SHOP .cont {
		padding: 0 20px;
	}

	#S_SHOP h2 {
	margin-bottom: 50px;
	font-size: 28px;
	}
	#S_SHOP h2::before {
	bottom: -6px;
	display: block;
	width: 1px;
	height: 13px;
	}
	#S_SHOP h2::after {
	margin: 10px auto 0 auto;
	width: 100px;
	height: 1px;
	}


	/* 本店 */

	#S_SHOP .shop_main {
		display: flex;
		flex-direction: column;
		margin-bottom: 55px;
	}

	#S_SHOP .shop_main_photo {
		min-height: 0;
	}

	#S_SHOP .shop_main_photo img {
		height: auto;
	}

	#S_SHOP .shop_main_text {
		padding: 30px 5px 35px;
	}

	#S_SHOP .shop_main_text h3 {
		font-size: 24px;
	}

	#S_SHOP .shop_lead {
		font-size: 14px;
	}


	/* 美術ビルタイトル */

	#S_SHOP .section_title {
		display: block;
		margin-bottom: 25px;
		padding-bottom: 20px;
	}

	#S_SHOP .section_title h3 {
		margin-bottom: 15px;
		padding: 0;
		border: 0;
		font-size: 22px;
	}

	#S_SHOP .section_title p {
		font-size: 13px;
	}


	/* フロアは1列 */

	#S_SHOP .floor_list {
		display: block;
		background: none;
		border: 0;
	}

	#S_SHOP .floor {
		display: grid;
		grid-template-columns: 42% 58%;
		padding: 20px 0;
		border-top: 1px solid #444;
	}

	#S_SHOP .floor:last-child {
		border-bottom: 1px solid #444;
	}

	#S_SHOP .floor_photo {
		aspect-ratio: 4 / 3;
	}

	#S_SHOP .floor_text {
		padding: 0 0 0 20px;
	}

	#S_SHOP .floor_text h4 {
		margin-bottom: 10px;
		font-size: 15px;
	}

	#S_SHOP .floor_text h4 span {
		font-size: 24px;
	}

	#S_SHOP .floor_text p {
		font-size: 13px;
		line-height: 1.8;
	}


	/* 本店MAP */

	#S_SHOP .shop_map {
		display: block;
		margin-bottom: 65px;
	}

	#S_SHOP .map_info {
		padding: 25px 5px;
	}

	#S_SHOP .map_frame iframe {
		height: 300px;
	}


	/* その他店舗 */

	#S_SHOP .other_title {
		margin-bottom: 25px;
		font-size: 22px;
	}

	#S_SHOP .shop_box {
		display: grid;
		grid-template-columns: 35% 65%;
		padding: 30px 0;
	}

	#S_SHOP .shop_photo {
		min-height: 240px;
	}

	#S_SHOP .shop_text {
		padding: 0 0 0 25px;
	}

	#S_SHOP .shop_map_small {
		grid-column: 1 / -1;
		margin-top: 25px;
	}

	#S_SHOP .shop_map_small iframe {
		height: 300px;
		min-height: 0;
	}

}


/* =========================================================
   SMARTPHONE
========================================================= */

@media (max-width: 600px) {

	#S_SHOP {
		padding: 45px 0 60px;
	}

	#S_SHOP .cont {
		padding: 0 15px;
	}

	#S_SHOP h2 {
	margin-bottom: 50px;
	font-size: 24px;
	}
	#S_SHOP h2::before {
	bottom: -6px;
	display: block;
	width: 1px;
	height: 13px;
	}
	#S_SHOP h2::after {
	margin: 10px auto 0 auto;
	width: 100px;
	height: 1px;
	}


	/* 本店 */

	#S_SHOP .shop_main_text {
		padding: 25px 0 30px;
	}

	#S_SHOP .shop_main_text h3 {
		margin-bottom: 20px;
		font-size: 22px;
	}

	#S_SHOP .shop_en {
		font-size: 10px;
	}

	#S_SHOP .shop_info {
		grid-template-columns: 65px 1fr;
	}

	#S_SHOP .shop_info dt,
	#S_SHOP .shop_info dd {
		font-size: 13px;
	}

	#S_SHOP .sp {
		display: block;
	}

	#S_SHOP .pc {
		display: none;
	}


	/* 美術ビル */

	#S_SHOP .building {
		margin-bottom: 45px;
	}

	#S_SHOP .section_title h3 {
		font-size: 21px;
	}


	/* フロアも完全1カラム */

	#S_SHOP .floor {
		display: block;
		padding: 25px 0;
	}

	#S_SHOP .floor_photo {
		margin-bottom: 17px;
		aspect-ratio: 16 / 9;
	}

	#S_SHOP .floor_text {
		padding: 0;
	}

	#S_SHOP .floor_text h4 {
		font-size: 16px;
	}

	#S_SHOP .floor_text h4 span {
		min-width: 38px;
		font-size: 25px;
	}

	#S_SHOP .floor_text p {
		font-size: 13px;
	}


	/* MAP */

	#S_SHOP .map_info {
		padding: 22px 0;
	}

	#S_SHOP .map_frame iframe,
	#S_SHOP .shop_map_small iframe {
		height: 240px;
	}


	/* その他店舗 */

	#S_SHOP .shop_box {
		display: block;
		padding: 35px 0;
	}

	#S_SHOP .shop_photo {
		min-height: 0;
		margin-bottom: 22px;
	}

	#S_SHOP .shop_photo img {
		height: auto;
	}

	#S_SHOP .shop_text {
		padding: 0;
	}

	#S_SHOP .shop_text h4 {
		font-size: 18px;
	}

	#S_SHOP .shop_text > p {
		font-size: 13px;
	}

	#S_SHOP .shop_text .shop_info dt,
	#S_SHOP .shop_text .shop_info dd {
		font-size: 13px;
	}

	#S_SHOP .shop_map_small {
		margin-top: 25px;
	}

}