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

.p-camp_pt .sec01{
	padding-bottom:30px;
}
.p-camp_pt .sec01 ul{
	overflow:hidden;
	padding:10px;
	border:solid 5px #e3e1d6;
	background:#FFF;
}
.p-camp_pt .sec01 ul li{
	float:left;
}
.p-camp_pt .sec01 ul li a{
	display:block;
	padding:0 20px 0 15px;
	background:url(../img/ico_arrow01.png) no-repeat 3px 7px;
}
.p-camp_pt .cmnBox01Wrap a {
    color: #2A9D63;
    text-decoration: none;
}
	
.p-camp_pt .cmnBox01Wrap {
    padding: 5rem 4rem;
    background-color: #fffefd;
    border-radius: 15px;
    border-top: 8px solid #2A9D63;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.15));
	margin-bottom: 5rem;
}

.body .cmnBox01Wrap {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    border-top: none;
    filter: none;
    margin-bottom: 0;
}
@media (max-width: 1000px) {
	.cmnBox01In .cmnBox01Wrap{
		padding: 5rem 3rem;
		background-color: #fffefd;
		border-radius: 15px;
		border-top: 8px solid #2A9D63;
		filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.15));
		margin-bottom: 5rem;
	}
	.body .cmnBox01Wrap {
		padding: 0!important;
		background-color: #fff;
		border-radius: 0;
		border-top: none;
		filter: none;
		margin-bottom: 0;
	}
.p-camp_pt .cmnBox01Wrap {
	    padding: 5rem 2rem;
	}
	.faq{
		padding: 5rem 2rem!important;
	}
}
.cmnTit01{
	display: none;
}

/*****フォーム*****/
.body input,.tbl01 input,.tbl01 textarea,textarea,select{border: 1px solid #999999;}
@media (max-width: 600px) {
	/*****フォーム*****/
.tbl01 input,.tbl01 textarea{width: 100%;}
}
/*****フォーム*****/


@media (min-width: 1000px) {
	.p-camp_pt #main {
		width: 1100px;
		margin: 6rem auto;
		color: #333;
	}
}	
.p-camp_pt .tit02 {
    margin-block: 1rem 2rem;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-color: #F5F1E8;
    box-shadow: 3px 3px 0px rgba(203, 197, 183, 0.5);
    color: #333;
    font-size: 1.8rem;
    font-weight: 800;
}
	
.p-camp_pt .p-title__subheading {
    color: #EB7F32;
    margin-bottom: 3rem;
}
.c-title__subheading {
    color: #333;
    text-align: center;
    font-feature-settings: "halt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
    margin-block: 0;
}
.tit01,.tit03  {
    text-align: center;
    font-feature-settings: "halt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
    margin-block: 0;
	color: #EB7F32;
    margin-bottom: 3rem;
}


.dw-img {
  display: flex;
  flex-wrap: wrap;             /* 横幅が足りない場合に折り返し */
  gap: 4rem;                   /* 画像間の余白 */
  justify-content: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.dw-img a {
  display: inline-block;
  text-align: center;
}

.dw-img img {
  display: block;
  width: 270px;
  height: auto;
  transition: transform 0.3s ease;
}

.dw-img img:hover {
  transform: scale(1.05);     /* ホバー時のズーム効果（任意） */
}

/* スマホ対応（画面幅が1000px以下の場合） */
@media (max-width: 1000px) {
	.dw-img {
  display: flex;
  flex-wrap: wrap;             /* 横幅が足りない場合に折り返し */
  gap: 0rem;                   /* 画像間の余白 */
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;	
	}
  .dw-img img {
    width: 200px;              /* 画像サイズを縮小 */
  }
}
/* スマホ対応（画面幅が600px以下の場合） */
@media (max-width: 600px) {
  .dw-img img {
    width: 100%;              /* 画像サイズを縮小 */
  }
}

/* 表デザイン */

/* ====== ベーステーブル ====== */
.tbl02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.125rem; /* 一回り大きく（18px相当） */
  line-height: 1.8;
  color: #222;
}

/* ====== テーブル全体の罫線（1px） ====== */
.tbl02 th,
.tbl02 td {
  border: 1px solid #c5dcd2; /* 薄いグリーン寄りグレー */
  padding: 1em 1.2em;
  vertical-align: top;
  background-color: #fff;
}

/* ====== 行ごとの交互色 ====== */
.tbl02 tr:nth-child(even) th,
.tbl02 tr:nth-child(even) td {
  background-color: #f0f7f4; /* ごく薄いグリーン背景 */
}

/* ====== 見出しセル（左） ====== */
.tbl02 th {
  width: 30%;
  background-color: #e3f1ec; /* 見出しの背景色 */
  font-weight: 600;
  color: #225d4a; /* 落ち着いたグリーン */
  text-align: left;
}

/* ====== 必須マーク用（赤い※） ====== */
.tbl02 .must::after {
  content: '※';
  color: #d9534f;
  font-weight: bold;
  margin-left: 0.25em;
}

/* ====== スマホ対応（必要に応じて） ====== */
@media (max-width: 768px) {
  .tbl02 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .tbl02,
  .tbl02 tbody,
  .tbl02 tr,
  .tbl02 th,
  .tbl02 td {
    display: block;
    width: 100%;
  }

  .tbl02 tr {
    margin-bottom: 1.5em;
    border: 1px solid #c5dcd2;
    padding: 0.5em;
    background-color: #fff;
  }

  .tbl02 th {
    background-color: #e3f1ec;
    color: #225d4a;
    font-weight: 600;
    padding: 0.5em 1em;
    border-bottom: none;
  }

  .tbl02 td {
    background-color: #f0f7f4;
    padding: 1em;
    border-top: none;
  }
}

/* =========================================================
   お知らせ詳細ページ（2カラムレイアウト）
   ========================================================= */
.l-main--two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.l-main__body {
  flex: 1;
  min-width: 0;
}

.l-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.p-sidebar__section + .p-sidebar__section {
  margin-top: 2rem;
}

.p-sidebar__title {
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: 2px solid #72b37e;
  margin-bottom: 0.8rem;
  color: #3a3a3a;
}

.p-sidebar__list li {
  line-height: 1.8;
  border-bottom: 1px solid #e5e5e5;
}

.p-sidebar__list li a {
  color: #2b5f2d;
  text-decoration: none;
}

.p-sidebar__list li a:hover {
  text-decoration: underline;
}

/* 前後ナビ */
.p-post-nav {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

.p-post-nav__home {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

.p-post-meta {
  font-size: 1.5rem;
  color: #777;
  margin-top: 0.5rem;
}

/* =========================================
   お知らせ詳細 2カラムレイアウト
========================================= */
.l-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

/* メインコンテンツ */
.l-main__body {
  flex: 1;
  min-width: 0; /* 長いURLなどで崩れないように */
}

/* サイドバー */
.l-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.p-sidebar__section {
  margin-bottom: 30px;
}

.p-sidebar__title {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.p-sidebar__list li {
  margin-bottom: 6px;
}

/* --- スマホ対応（1カラム） --- */
@media screen and (max-width: 768px) {
  .l-content {
    flex-direction: column;
  }
  .l-sidebar {
    width: 100%;
    margin-top: 40px;
  }
}

/* =========================================================
   お知らせ詳細ページ レイアウト調整
========================================================= */

/* --- 2カラム構成 --- */
.l-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

/* メインコンテンツ領域 */
.l-main__body {
  flex: 1;
  min-width: 0;
}

/* サイドバー領域 */
.l-sidebar {
  width: 280px;
  flex-shrink: 0;
  margin-top: 4px; /* タイトル高さと揃える微調整 */
}

.p-sidebar__section {
  margin-bottom: 30px;
}

.p-sidebar__title {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.p-sidebar__list li {
  margin-bottom: 6px;
}

/* --- スマホ時（1カラム） --- */
@media screen and (max-width: 768px) {
  .l-content {
    flex-direction: column;
  }
  .l-sidebar {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 24px;
  }
}

/* =========================================================
   お知らせ一覧ページ
========================================================= */

.p-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-news-item {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}

.p-news-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.p-news-item__meta {
  font-size: 1.5rem;
  color: #777;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-news-item__cat {
  color: #2f9c5a;
  font-weight: 600;
}

.p-news-item__title {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-pagination {
  text-align: center;
  margin-top: 40px;
}

.p-news-item__title a{
	color: #000000!important;
}
.p-news-item__title a:hover{
	color: #2A9D63!important;
}


/* --- 2カラム構成を継承 --- */
.l-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.l-main__body {
  flex: 1;
}

.l-sidebar {
  width: 280px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .l-content {
    flex-direction: column;
  }
  .l-sidebar {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 24px;
  }
}

/* ------------------------------------
   お知らせ一覧デザイン強化
------------------------------------ */
.p-archive__list {
  list-style: none;
  margin-top: 3rem;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}

.p-archive__list li {
  border-bottom: 1px solid #d8d8d8;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.p-archive__list li a {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 1.2em;
  padding: 1.2em 1.6em;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.pagenavi{
	text-align: center;
    margin-top: 3rem;
}

/* 日付部分 */
.p-archive__list li .date {
  color: #0f7a3f;
  font-weight: 600;
  min-width: 7em;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
}

/* タイトル部分 */
.p-archive__list li .title {
  flex: 1;
  color: #333;
  transition: color 0.3s ease;
}

/* ホバー効果 */
.p-archive__list li:hover {
  background-color: #f8f8f4;
  transform: translateX(3px);
}

.p-archive__list li:hover .title {
  color: #0f7a3f;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .p-archive__list li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3em;
    padding: 1em;
  }

  .p-archive__list li .date {
    font-size: 0.9rem;
  }

  .p-archive__list li .title {
    font-size: 1rem;
  }
}


.secBtns01 a.c-btn2{
	color: #ffffff;
}

.su-row .su-column-size-1-2 {
    text-align: center;
}

.cmnBox01 p{
	margin-bottom: 4rem;
}

.cmnBox01 h5{
    font-size: 1.8rem;
    color: #2A9D63;
    margin-bottom: 1rem;
    border-left: 7px solid #2A9D63;
    padding-left: 1rem;
}

.cmnBox01 h6{
    font-size: 1em;
    margin-bottom: 1rem;
	margin-top: 1rem;
}

.cmnBox01 hr{
    margin: 5rem 2rem;
}
.su-row {
    margin-bottom: 5rem!important;
}


