@charset "utf-8";
.underline {
  margin: .5em 1.2em;
  padding: .2em .5em;
  font-size: 22px;
  font-weight: 500;
  background: linear-gradient(transparent 40%, #f5ff00 60%);
}

/* ---------- リスト全体 ---------- */
.local_insta2 .sns_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  border: none;
}

.local_insta2 .sns_list > div {
  width: 31.333%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  border: none;
}

/* ---------- 画像部分 ---------- */
.local_insta2 .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.local_insta2 .sns_list > div .sns_photo a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;         /* はみ出した部分をカット */
}

/* 正方形の縦横比を作る */
.local_insta2 .sns_list > div .sns_photo a::before {
  content: "";
  display: block;
  padding-top: 100%;        /* 幅と同じ高さで正方形 */
}

/* 画像を枠いっぱいに表示 */
.local_insta2 .sns_list > div .sns_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;        /* 枠に合わせて中央を維持、はみ出し部分はカット */
}

/* ---------- 画像下テキスト ---------- */
.local_insta2 .sns_list > div .sns_text {
  margin-top: 10px;
  width: 100%;
  padding: 0 !important;
}

.local_insta2 .sns_list > div .sns_text .sns_date {
  color: #fff !important;
  background: #FDC500;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  padding: 6px;
}

.local_insta2 .sns_list > div .sns_text ul {
  display: none;
}

.local_insta2 .sns_list > div .sns_text .caption {
  font-size: 15px;
  margin-top: 10px;
}

/* ---------- SP（スマホ）対応 ---------- */
@media screen and (max-width: 768px) {
  .local_insta2 .sns_list > div {
    width: 48%;
  }
}
#c1 {
	clear: both;
	background-image: url(../images/utility/subpage_bg.jpg);
	margin:    ;
	padding: 100px 20px  ;
}
#c1 h1,
#c1 div {
	text-align: center;
}
#c2 {
	clear: both;
	margin: 30px 0  ;
	padding:    ;
}
#c6 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c3 {
	clear: both;
	display: none;
	margin: 0 0 60px ;
	padding:    ;
}
#c3 h2,
#c3 div {
	text-align: center;
}
#c4 {
	clear: both;
	display: none;
	margin:    ;
	padding:    ;
}
#c4 {
	flex-direction: row;
	flex-wrap: wrap;
}
#c4 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c4 > div:nth-of-type(1) img {
	width: 240px;
}
#c4 > div:nth-of-type(2) img {
	width: 240px;
}
#c4 > div:nth-of-type(3) img {
	width: 240px;
}
#c4 > div:nth-of-type(4) img {
	width: 240px;
}
#c4 > div:nth-of-type(5) img {
	width: 240px;
}
#c4 > div:nth-of-type(6) img {
	width: 240px;
}
#c5 {
	clear: both;
	display: none;
	margin:    ;
	padding:    ;
}
#c5 h3,
#c5 div {
	text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
#c1 {
	padding: 100px 20px;
}
#c2 {
}
#c6 {
}
#c3 {
	display: none;
}
#c4 {
	display: none;
}
#c4 {
}
#c5 {
	display: none;
}
}
@media screen and (max-width: 640px) {
#c1 {
	padding: 60px 20px;
}
#c2 {
}
#c6 {
}
#c3 {
	display: none;
}
#c4 {
	display: none;
}
#c4 {
}
#c5 {
	display: none;
}
}
