@charset "utf-8";
/* CSS Document */
body {
  font-family: "zen old Mincho", serif;
  background: #F4F2F2;
}
.header_d {
  background-color: #000;}
  .header_d .more a{
    border: 1px solid #fff;
}

.sun-gallery .gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.sun-gallery .default_title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: #111;
}
.sun-gallery .insta-link {
  font-size: 14px;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  transition: 0.2s;
}
.sun-gallery .insta-link:hover {
  opacity: 0.6;
}
/* ===== ギャラリーグリッド ===== */
.sun-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.sun-gallery .gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sun-gallery .gallery-grid img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}


.cate1 {
  background-image: url("https://astral253.com/system_panel/uploads/images/bg_sun.jpg");
}
.cate2 {
  background-image: url("https://astral253.com/system_panel/uploads/images/bg_sun2.jpg");
}
.sun-landing {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
}
/* ===== カード ===== */
.sun-landing .card1 {
  background: #F0ECEC;
  padding: clamp(80px, 4vw, 100px) clamp(0px, 4vw, 40px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #212121;
}
/* ===== ロゴ ===== */
.sun-landing .logo {
  display: block;
  width: 120px;
  margin: 12px auto 24px;
}

.sun-landing2 .logo {
    width: auto;
    height: 50px;
}

/* ===== ギャラリー ===== */
.sun-landing .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.sun-landing .gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}
/* ===== タイトル ===== */
.sun-landing .title {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  margin: 16px 0 8px;
  letter-spacing: 0.02em;
  color: #212121;
}
/* ===== 情報テーブル風 ===== */
.info {
  margin-top: 30px;
  overflow: hidden;
}
/* 行 */
.info .row1 {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid #e9e5db;
  padding: 12px 14px;
}
/* 左カラム（ラベル） */
.info .th1 p {
  color: #555;
  font-weight: 500;
}
.info .td1 p {
  color: #444;
  line-height: 1.7;
  margin: 0 0 0.4em 0;
}
.cate3 .common-info {
  color: #212121;
}
.cate3 .common-info .title {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
  margin: 4px 0 14px;
  letter-spacing: .02em;
}
.cate3 .info .row1 {
  display: grid;
  grid-template-columns: 190px 1fr;
  border-top: 1px solid #eee6da;
  padding: 12px 14px;
}
.cate3 .common-info .row1:first-child {
  border-top: none;
}
.common-info .mapwrap {
  margin: 18px 0 22px;
  background: #e9ecef;
  border: 1px solid #e0ddd6;
  border-radius: 4px;
  overflow: hidden;
}
.cate3 .common-info .mapwrap iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}



/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
.cate3 .info .row1,.sun-landing .row1 {
    grid-template-columns: 1fr;
          gap:8px;
  }
    
  .sun-landing .gallery {
    gap: 5px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}