@charset "utf-8";
/*
	Theme Name: fukuoka-east-hcn
*/
/*―――――――――――――――――――――――――
共通設定
―――――――――――――――――――――――――*/


/*―――――――――――――――――――――――――
トップイメージ
―――――――――――――――――――――――――*/
section.top {
	width: 100%;
	height: calc(100vh - (33.59px + 30.41 / 400 * (100vw - 350px)));
	background-image: url(../images/index/front-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	@media all and (max-width: 350px) {
		section.top {
			height: calc(100vh - 33.59px);
		}
	}
	@media all and (min-width: 750px) {
		section.top {
			height: calc(100vh - 64px);
		}
	}
	@media all and (min-width: 992px) {
		section.top {
			height: calc(100vh - 127.38px);
		}
	}
section.top .filter {
	width: 100%;
	height: calc(100vh - (33.59px + 30.41 / 400 * (100vw - 350px)));
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	position: relative;

}
	@media all and (max-width: 350px) {
		section.top .filter {
			height: calc(100vh - 33.59px);
		}
	}
	@media all and (min-width: 750px) {
		section.top .filter {
			height: calc(100vh - 64px);
		}
	}
	@media all and (min-width: 992px) {
		section.top .filter {
			height: calc(100vh - 127.38px);
		}
	}
#page_title h2 {
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #B7F4F5;
	white-space: nowrap;
}
#page_title p {
	margin-top: 2rem;
	line-height: 2;
}
section.top .btns {
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 15%;
}
section.top .btns a {
	display: block;
	background-color: #B7F4F5;
	padding: 0.3rem 0;
	border-radius: 2rem;
}

/*―――――――――――――――――――――――――
事業計画
―――――――――――――――――――――――――*/
#section0 .content_box table {
	border: 1px solid #628454;
}
#section0 .content_box table th {
	background-color: #628454;
	color: #fff;
}
#section0 .content_box table tr:first-child th:first-child {
	border-right: 1px solid #fff;
}
#section0 .content_box table tr:first-child th:nth-child(2) {
	border-left: 1px solid #fff;
}

/*―――――――――――――――――――――――――
お知らせ
―――――――――――――――――――――――――*/
#section1 .contents > .SGr {
	grid-row: span 3;
}
#section1 .contents  dt {
	position: relative;
}
#section1 .contents  dt p.item-label {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgb(0,0,0,0.8);
	color: #fff;
}
#section1 .content_box > div:last-child {
	margin-top: 2rem;
	font-size: 1.1rem;
}


/*―――――――――――――――――――――――――
活動報告
―――――――――――――――――――――――――*/
#section2 .tab_list {
	column-gap: 0.2rem;
}
#section2 .tab_list .allcate {
	display: none;
}
#section2 .tab_list li {
	border-radius: 2.5rem;
}
#section2 .tab_list li.citizen {
	background-color: #c1568b;
}
#section2 .tab_list li.hospice {
	background-color: #4b5b09;
}
#section2 .tab_list li.seminar {
	background-color: #7f5b3a;
}
#section2 .tab_list li.other {
	background-color: #555e8c
}
#section2 .tab_list li.citizen.active {
	background-color: #fff;
	border: 2px solid #c1568b;
}
#section2 .tab_list li.citizen.active a {
	color: #c1568b;
}
#section2 .tab_list li.hospice.active {
	background-color: #fff;
	border: 2px solid #4b5b09;
}
#section2 .tab_list li.hospice.active a {
	color: #4b5b09;
}
#section2 .tab_list li.seminar.active {
	background-color: #fff;
	border: 2px solid #7f5b3a;
}
#section2 .tab_list li.seminar.active a {
	color: #7f5b3a;
}
#section2 .tab_list li.other.active {
	background-color: #fff;
	border: 2px solid #555e8c;
}
#section2 .tab_list li.other.active a {
	color: #555e8c;
}
#section2 .tab_list li a {
	display: block;
	font-size: calc(12px + 8 / 400 * (100vw - 350px));
	line-height: 2.5;
}
	@media all and (max-width: 350px) {
		#section2 .tab_list li a {
			font-size: 12px;
		}
	}
	@media all and (min-width: 750px) {
		#section2 .tab_list li a {
			font-size: 20px;
		}
	}
	@media all and (min-width: 992px) {
		#section2 .tab_list li a {
			font-size: 16px;
		}
	}
#section2 .tab_list li a:link,
#section2 .tab_list li a:visited {
	color: #fff;
}
#section2 .tab_content {
	margin-top: 2.5rem;
}
#section2 .tab_content .contents {
	display: none;
}
#section2 .contents > .SGr {
	grid-row: span 4;
}
#section2 .contents dd.cate {
	width: 50%;
}
#section2 .content_box > div:last-child {
	margin-top: 2rem;
	font-size: 1.1rem;
}


/*―――――――――――――――――――――――――
タプレット設定
―――――――――――――――――――――――――*/
@media all and (min-width: 576px) {


}

/*―――――――――――――――――――――――――
PC設定
―――――――――――――――――――――――――*/
@media all and (min-width: 992px) {

	/* トップイメージ */
	#page_title p {
		font-size: 1.25rem;
	}
	section.top .btns {
		width: 95%;
		margin: 0 auto;
		max-width: 1050px;
	}
	section.top .btns a {
		padding: 0.5rem 0;
	}

	/* 活動報告 */
	#section2 .tab_list {
		column-gap: 1.75rem;
	}



}
