@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background: #F2ECE2;
    color: #3D3100;
}

p {
  margin: 0;
  line-height: 1.8;
}

p + p {
  margin-top: 0.6em;
}

/* FONT */
.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpmincho-bold {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sawarabi-gothic-regular {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/* ハイライト */
.highlight {
  background: linear-gradient(
  transparent 60%,
  rgba(217, 179, 106, 0.3) 75%,
  rgba(217, 179, 106, 0.6) 90%,
  #D9B36A 100%);
}

/* HERO */
.hero {
    position: relative;
    height: 500px;
    background: url("img/01.jpg") center/cover;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
 .hero {
     position: relative;
	 background: url("img/02.jpg") ;
	 background-repeat: no-repeat;
}
}

.hero-text {
    position: absolute;
    right: 120px;
    top: 0px;
	height: 460px;
	width: 25px;
    background: rgba(255,255,255,0.6);
    padding: 40px 15px 0px 20px;
    writing-mode: vertical-rl;
    font-size: 30px;
	font-family: "Shippori Mincho", serif;
    line-height: 1.8;
	font-weight: 800;
}

@media (max-width: 768px) {
 .hero-text {
	 top: 0px;
	 right: 15px;
	 width: 35px;
	 height: 370px;
	 padding: 40px 8px 20px 0px;
	 font-size: 22px;
}
}

.hero-text02 {
    position: absolute;
    right: 180px;
    top: 0px;
	height: 410px;
	width: 80px;
    background: rgba(255,255,255,0.6) ;
    padding: 150px 0px 0px 10px;
    writing-mode: vertical-rl;
    font-size: 40px;
    line-height: 1.8;
	font-family: "Shippori Mincho", serif;
	font-weight:bold;
	letter-spacing: 0.05em;
}

@media (max-width: 768px) {
 .hero-text02 {
	 top: 0px;
	 right: 58px;
	 height: 370px;
	 width: 55px;
	 padding: 80px 0px 0px 10px;
	 font-size: 34px;
}
}

.hero-text03 {
    position: absolute;
    left: 0px;
    top: 50px;
	background: rgba(255,255,255,0.6);
    padding: 20px 40px 20px 40px;
    font-size: 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.6;
	font-weight: 700;
}

@media (max-width: 768px) {
 .hero-text03 {
   	background: rgba(255,255,255,0.6);
	padding: 10px 20px 10px 15px;
	font-size: 18px;
}
}

.hero-img-pc {
  padding: 0;
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-img-pc { display: block; }
.hero-img-sp { display: none; }


@media (max-width: 768px) {
.hero-img-sp {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-img-sp img {
  width: 70vw;
  height: auto;
}

.hero-img-pc { display: none; }
.hero-img-sp{ display: block; }
}


/* DATE BOX */
.date-box {
    position: absolute;
    right: 120px;
	width: 120px;
    top: 460px;
    background: #c68a2b;
    color: white;
    padding: 15px;
    font-size: 34px;
	font-family:"Kiwi Maru", serif;
	font-weight: 700;
	text-align: right;
	
}

@media (max-width: 768px) {
 .date-box {
	 right: 15px;
	 top: 390px;
	 width: 100px;
	 padding: 15px 8px 15px 0px;
	 font-size: 26px;
}
}

.date-box-text01 {
    font-size: 18px;
}

@media (max-width: 768px) {
 .date-box-text01 {
	 font-size: 16px;
}
}


/* --------NEWS-------- */
.news {
  max-width: 860px;
  margin: 350px auto 40px;
  padding: 20px 80px;
  font-family: "Noto Sans JP", sans-serif;
  background: #e6d8c3;
}

@media (max-width: 768px) {
  .news {
	max-width: 100%;
    margin: 150px 0px 0px;
	padding: 20px 20px;
  }
}


/* タイトル */
.news-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  margin: 10px auto 0px 5px;
  font-family: "BIZ UDPMincho", serif;
}

@media (max-width: 768px) {
  .news-title {
    font-size: 20px;
  }
}

.news-title::first-letter {
  color: #c28c32;
  font-size: 40px;
}

@media (max-width: 768px) {
  .news-title::first-letter {
    font-size: 30px;
  }
}

/* リスト */
.news-item {
  margin: 8px 0 10px;
  padding: 0;
  border-bottom: 1px solid #A99C6A;
}


/* 日付＋ラベル */
.news-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .news-head {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.date {
  font-size: 14px;
  color: #8c611a;
}

.newslabel {
  background: rgba(194, 140, 50, 0.15);
  color: #8c611a;
  padding: 2px 6px;
  font-size: 14px;
}

/* 本文 */
.news-text {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 10;
}

.news-text .red{
  color: #8B1E3F;
}
	
@media (max-width: 768px) {
  .news-text {
    font-size: 16px;
  }
}

.news-text a {
  color: inherit;          /* 親と同じ色 */
}

.news-text a:hover {
  color: inherit; 
  text-decoration: none;
}



/* ----- catch ----- */

.content {
  	max-width: 100%;
  	margin: 0px auto 0px;
  	padding: 20px 80px;
  	background: #FFF;
	text-align: center
}

@media (max-width: 768px) {
  .content {
    margin: 0px auto 0px;
	padding: 8px 10px;
  }
}

.content h1 {
 	margin: 0 auto 8px;
	display: inline-block;
    padding: 60px 20px 0px;
	font-family: "Sawarabi Gothic", sans-serif;
    font-size: 30px;
  	font-weight: 400;
	letter-spacing: 4px;
}

@media (max-width: 768px) {
 .content h1 {
	font-size: 24px;
	padding: 20px 0px 10px;
}
}

/* 装飾 */
.title span {
  font-weight: 600;
  margin: 0 8px;
}

/* テキスト */
.content-text {
  font-size: 18px;
  color: #333;
  text-align: left;
}


/* GALLERY */

.gallery-section {
    max-width: 100%;
    margin: auto;
    padding: 20px 20px;
	background: #FFF;
    color: #3D3100;
}

/* GRID */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* CARD */
.card {
    display: flex;
    flex-direction: column;
}

.card img {
    width: 100%;
    border-radius: 16px;
    height: 180px;
    object-fit: cover;
}

.card p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

@media(max-width: 1000px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 600px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.event {
  background: #F2E9dc;
  padding: 60px 20px;
  text-align: center;
}

.event-title {
  font-size: 28px;
  margin-bottom: 40px;
}

/* 中央の箱 */
.event-info {
  max-width: 520px;
  margin: 0 auto;
  text-align: left; /* ←中は左揃え */
}

/* 行（日時・場所） */
.row {
  display: flex;
  margin-bottom: 0;
}

/* ラベル揃えの核 */
.label {
  width: 60px;
  flex-shrink: 0;
  font-weight: bold;
  text-align: right;
}

/* テキスト */
.text {
  flex: 1;
  font-weight: bold;
}

/* ブロック間余白 */
.block {
  margin-bottom: 0px;
}

/* 説明 */
.event-note {
  margin: 5px 0 40px 60px;
  line-height: 1.9;
  font-size: 14px;
  color: #6b5a3a;
}

/* アクセス */
.event-access {
  margin: 20px 0 20px 60px;
  line-height: 1.9;
  font-size: 14px;
  color: #6b5a3a;
}

/* 地図 */
.map-title {
  font-weight: bold;
  margin-top: 30px;
}

.map-text {
  margin: 5px 0 40px 60px;
  line-height: 1.9;
  font-size: 14px;
  color: #6b5a3a;
  font-weight: bold;
}

.map-text a {
  color: inherit;          /* 親と同じ色にする */
}

.map-text a:hover {
  color: inherit; 
  text-decoration: none;
  opacity: 0.7;
}

.map-box {
  margin: 30px auto;
  max-width: 400px;
  height: 250px;
  border: 1px solid #3D3100;
  border-radius: 4px;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* フッター */
.event-footer {
  margin-top: 60px;
  text-align: center;
  font-size: 14px;
}

.event-footer a {
  color: inherit;          /* 親と同じ色 */
}

.event-footer a:hover {
  color: inherit; 
  text-decoration: none;
}



/* FOOTER */
footer {
    background: #c68a2b;
    color: white;
    text-align: center;
    padding: 15px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .info {
        flex-direction: column;
    }
    .info-box {
        width: 100%;
    }
}


/* ===== アニメーション ===== */

/* ===== 右からフェードイン===== */
.fade-right {
  opacity: 0;
  transform: translateX(50px);/* 右からスタート */
  animation: fadeRight 1s ease-out forwards;
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.fade-lines span {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.4s ease-out forwards; /* ← ゆっくり */
}

/* 遅延を大きくする（余韻を出す） */
.fade-lines span:nth-child(1) { animation-delay: 0.3s; }
.fade-lines span:nth-child(2) { animation-delay: 0.8s; }
.fade-lines span:nth-child(3) { animation-delay: 1.3s; }
.fade-lines span:nth-child(4) { animation-delay: 1.8s; }
.fade-lines span:nth-child(5) { animation-delay: 2.3s; }
.fade-lines span:nth-child(6) { animation-delay: 2.8s; }
.fade-lines span:nth-child(7) { animation-delay: 3.3s; }


/* ===== 左からフェードイン ===== */
.fade-left {
  opacity: 0;
  transform: translateX(-60px);
  animation: fadeLeft 1s ease-out forwards;
  animation-delay: 1.2s;
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== 下からスタート ===== */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


