@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 7rem;
}
#main article {
	position: relative;
}
#main article .comLink {
	position: absolute;
	top: 0.3rem;
	right: 0.5rem;
}
#main .listSec {
	padding: 18.5rem 0;
	background-color: #EFEFEF;
}
#main .listSec:first-of-type {
	padding-top: 0;
}

@media all and (min-width: 897px) {
	#main .comConcept {
		padding-top: 17.5rem;
		padding-bottom: 21.3rem;
	}
	#main .comConcept .headLine03 {
		margin-bottom: 6.8rem;
	}
}

@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.8rem;
	}
	#main article .comLink {
		position: static;
	}
	#main .listSec {
		padding: 4.1rem 0;
	}
}




/*------------------------------------------------------------
  detail (single) PC
------------------------------------------------------------*/

/* 右カラム全体 */
.showcaseDetail {
  color: #333;
}

/* 「店舗・商業施設」見出し（headLine03）の下に少し余白 */
.showcaseDetail > .headLine03 {
  margin-bottom: 3.2rem;
}

/* 年・場所（令和６年 三重県鈴鹿市） */
.showcaseDetailHead {
  margin-bottom: 3.6rem;
}

.showcaseDetailMeta {
  margin-top: 8.5rem;
  color: #49783B; /* タイヨウグリーン想定 */
  font-weight: 500;
}

.showcaseDetailMeta span + span {
  margin-left: 1.5rem;
}

/* タイトル下のラインは不要（デザイン上） */
.showcaseDetailHr {
  display: none;
}


/* ギャラリー共通 */
.showcaseGallery {
  width: 100%;               /* コンテンツ幅いっぱい */
  margin: 0 auto 5.6rem;
}

/* 大きい画像 */
.showcaseGalleryMain {
  margin-bottom: 2.4rem;
}

.showcaseGalleryMain img {
  width: 100%;
  height: auto;
  display: block;
}

/* サムネイルリスト */
.showcaseThumbs {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.showcaseThumbs li {
  flex: 0 0 16%;
  max-width: 16%;
}

/* サムネイルボタン */
.showcaseThumb {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.showcaseThumb img {
  width: 100%;
  height: auto;
  display: block;
  border: 0.2rem solid transparent;
  opacity: 0.6;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

/* ホバー時（PC） */
.showcaseThumb:hover img {
  opacity: 1;
}

/* 選択中のサムネイル */
.showcaseThumb.is-active img {
  opacity: 1;
  border-color: #2b7f3f;
}



/* コメント本文 */
.showcaseDetailComment {
	padding-top: 5.6rem;
    border-top: 1px solid #49783b;
}

.showcaseDetailComment p {
	line-height: 2;
}


/*------------------------------------------------------------
  SP
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	
	.showcaseDetailMeta {
		margin-top: 2.5rem;
	}
	.showcaseGallery {
	margin-bottom: 2.5rem;
	}
	.showcaseThumbs { gap: 0.5rem; }
	.showcaseThumbs li {
		flex: 0 0 18%;
		max-width: 18%;
	}
	.showcaseDetailComment {
		padding-top: 2.5rem;
	}

	#gFooter { background: #fff; }
}











