/****************************/
/* たしざんサイド */
/***************************/

/* たしざんトップ */
.tashi_body{
	width:90%!important;
	max-width:1200px!important;
	margin:0 auto!important;
	font-size: 16px;
}
.tashi_body2{
	max-width:750px;
	margin:0 auto;
}
.column_gap0{
	gap: 0px;
}
.tashiTopImg img{
	position: relative;
	width:100vw!important;
	left: 50%;
	transform: translateX(-50%);
}
.tashitopLogo {
  width: 70vw;
  max-width: 200px;
  margin: 0 auto !important;
}
.tashitop_btn {
  width: 95%;
  max-width: 400px;
  margin: 0 auto;
}

/* ボタンデザイン① */
.tashiBtn_block{
	max-width: var(--wp--style--global--content-size);
	margin:0 auto;
}
.tashiBtn a{
	display: flex;
	max-width:800px;
	margin:0 auto;
	justify-content: center;
	text-align:justify;
	align-items: center;
	position: relative;
	min-height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height:1.5;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 5px;
}
.tashiBtn a:hover {
	color: #fff;
}
.tashiBtn a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}
.tashiBtn_01 a:hover {
	background-color: #F2CB05;
}
.tashiBtn_02 a:hover {
	background-color: #c4e376;
}
.tashiBtn a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
.tashiBtn_01 a{
	background:#F29F05;
}
.tashiBtn_01 a::after{
	top: 50%;
	right: 15px;
	transform: rotate(45deg) translateY(-50%);
}
.tashiBtn_02 a{
	padding:0px 5px 10px 5px;
	background:#8cc63f;
}
.tashiBtn_02 a::after{
	bottom: 10px;
	right: 50%;
	transform: rotate(135deg) translateY(-50%);
}


.tashitop_h2 {
	border-bottom:3px solid #009245;
}
.tashitop_h2 h2,.tashitop_h2 p {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 800;
	line-height:1;
	padding-bottom:1rem;
	font-style: normal;
	color: #009245!important;
  margin-bottom: 0 !important;
}
.tashitop_h3 {
	display:block;
  color: #009245;
	font-size:28px!important;
	font-weight: 800;
	border-bottom: 2px dotted #009245;
}
.tashitop_h3_2 {
  position: relative;
  width: fit-content;
  min-width: 75%;
  padding: 1.5rem;
  text-align: center;
  border-top: 2px solid #009245;
  border-bottom: 2px solid #009245;
  color: #009245 !important;
}

.tashitop_h3_2:before,
.tashitop_h3_2:after {
  position: absolute;
  content: "";
}

.tashitop_h3_2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #009245;
  border-radius: 50%;
  background: #ecf4d8;
}

.tashitop_h3_2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ecf4d8;
}

.tashitop_h3_2 i {
  font-size: 25px;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.tashitop_h3_2 span {
  font-size: 22px;
  position: relative;
  font-weight: 600;
  z-index: 1;
}

.tashitop_h4 {
  padding: 0.4rem 0 0.4rem .8rem;
  margin: 1rem 0 2rem;
  border-left: 5px solid #009245;
	background-color: ;
  color: #009245;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.tashitop_h4_nocolor {
  border-left: 0px solid #009245;
	padding: 0px 0px 15px;
  margin: 0 !important;
	background: transparent;
  color: #009245;
}
.tashi_label1 {
  display: inline-block;
  background: #ecf4d8;
  font-size: 14px;
  padding: 3px 30px;
  margin-top: 10px !important;
  border-radius: 50vh;
  white-space: nowrap;
}
.tashi_label2 {
  display: block;
  background-color: #009245;
	color: white;
  font-size: 14px;
  padding: 5px 10px;
  width: 130px;
  margin-left: 0;
  border-radius: 5px;
  white-space: nowrap;
}
.tashiLink{
	display:inline-block;
	text-decoration-line:underline;
	text-decoration-style:dotted;
	line-height:;
}

@media screen and (max-width:765px) {
  .tashi_label2 {
    display: inline-block;
    font-size: 14px;
    padding: 3px 30px;
		width: auto;
    margin-top: 10px !important;
    white-space: nowrap;
  }
}

.tashitop_icon {
  position: relative;
  height: 150px;
  text-align: center;
}
.tashitop_icon img {
  position: absolute;
  width: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-media-text__content {
  padding-right: 0 !important;
}

/* たしざんトップレスポンシブ設定 
 */
@media screen and (max-width: 765px) {
	.tashi_body{
		width:95%;
	font-size: 14px;
}
  .tashitop_h2 {
    padding-bottom: 10px !important;
  }
  .tashitop_h2 p:nth-child(1) {
		font-size: 2rem !important;
		line-height: 1.1;
  }
  .tashitop_h2 p:nth-child(2) {
    font-size: 1rem !important;
  }
	.tashitop_h3 {
		font-size: 1.6rem!important;
	}
	.tashitop_h3_2 span {
		font-size: 18px;
	}
	.tashitop_h4_nocolor{
		font-size:16px!important;
		font-weight:500;
	}
	.tashiBtn a {
		font-weight:500;
	}
}

/* たしざんアコーディオン */

.tashi_accordion-header {
  cursor: pointer;
  outline: none;
  position: relative;
}

.tashi_accordion-header::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: scale(0.8, 1) translateY(-25%) rotate(0deg);
  border: solid transparent;
  border-width: 12px;
  border-top-color: #009245;
  transition: transform 0.3s ease;
}

.tashi_accordion-header.active::after {
  transform: scale(0.8, 1) translateY(-75%) rotate(-180deg); /* 展開時: 上向き */
}
.tashi_accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  transition: max-height 0.3s ease;
}

.tashi_accordion-content p {
  margin: 10px 0;
}

/* 吹き出し */
.balloon1-left {
  position: relative;
  margin: 1.5em 0 1.5em 15px;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background:#ecf4d8;
  border-radius: 10px;
  text-align: center;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -67px;
  margin-top: -15px;
  background: #ecf4d8;
  height: calc(tan(60deg) * 30px / 2);
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}
.balloon1-right {
  position: relative;
  margin: 1.5em 15px 1.5em 0;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 99%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 23px solid #fff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

/* 開催実績 */
.past-events-list {
  margin: 0 auto 25px !important;
}

.past-event-item {
  background-color: #ecf4d8;
  border-radius: 10px;
  box-sizing: border-box;
	padding-top: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
  padding-left: var(--wp--preset--spacing--40);
}

.past-event-item .event-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0em;
  padding-left: 10px;
	font-size: 18px;
  color: #009245;
}

.past-event-item .event-details {
  margin-top: 20px;
  margin-bottom: 15px;
	padding: 0 20px;
	padding-bottom:15px;
	border-radius: 5px;
  background: rgba(255, 255, 255);
}

.event-detail-item {
  display: flex;
  align-items: top;
	padding: 15px 0px 0px;
}
.event-detail-item:first-child {
  border-bottom: #9999 1px solid;
	padding-bottom:15px;
}
.event-note{
	font-size:14px;
	margin-top:5px;
	color:#009245;
}
.event-label {
  background-color: #fff;
  color: #009245;
  width: 50px;
	flex-shrink: 0;
  margin-right: 10px;
  font-weight: 600;
}

.event-content {
  color: #000;
  line-height: 1.5;
}
.event-images {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 10px;
}
.event-images img {
  width: 100%;
  margin: 10px auto;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
	.past-events-list {
		display:flex;
		flex-wrap: wrap;
		gap:2em;
}
	.past-event-item {
		width:48%;
}
	.event-images img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.past-events-list {
		width:98%;
	}
	.past-event-item{
		margin-bottom:2rem;
	}
  .event-detail-item {
    flex-direction: column;
    align-items: center;
  }
  .event-label {
    margin-bottom: 10px;
		text-align: center;
  }

}
/* 活動実績 */
.kyousan_voice{
	height:100%;
	align-items: start;
}
.kyousan_voice .tashitop_h4{
	text-shadow: 0px 0px 5px rgba(255,255,255,.8);
}

/* コラボ・タイアップ */
.sankaku-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
}
.item {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 20px); /* PCで3列 */
  max-width: calc(33.333% - 20px);
}

.item img {
  width: auto; /* 幅は自動調整 */
  height: 130px;
	padding-top:15px;
  max-width: 85%;
  object-fit: contain;
  display: block;
}

.item-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center; /* 縦方向で中央揃え */
  justify-content: space-between; /* 横方向で間隔を調整 */
  width: 100%; /* ラベルとテキストの幅を揃える */
  gap: 20px; /* ラベルとテキストの間隔 */
}

.item-content {
  display: flex;
	gap: 8px;
  align-items: center;
  flex: 1; /* ラベルとテキストが均等にスペースを使用 */
}
.item-label {
	width:62px;
  background-color: #009245;
  color: white;
  text-align: center;
	padding: 3px 0px;
  border-radius: 5px;
	white-space:nowrap;
}

.item-text {
  color: black;
  font-size: 14px;
  line-height: 1.5;
  flex: 1; /* テキスト領域を柔軟に拡大 */
  text-align: left;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .sankaku-container {
		flex-wrap:wrap;
		justify-content:space-between;
		max-width:450px;
		
  }
	.item{
  align-items: left;
}
	.sankaku-container .item{
		min-width:196px;
	}
	.sankaku-container .item::after{
		display: block;
		content:"";
		width: 196px;
	}
	.item img {
		height: 120px;
		padding-top:10px;
		max-width:200px;
	}
}

