@charset "utf-8";

.mtb-100 {
	margin: 100px 0;
}

.zen-maru-gothic-regular {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}

.container {
	overflow: hidden;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	opacity: 1;
}

#gHeader {
	padding: 0;
	background: none;
	box-shadow: none;
}

#gHeader .hInner {
	padding: 22px 32px 10px;
	height: 110px;
	background: #fff;
	box-sizing: border-box;
}

#gHeader h1 {
	width: 352px;
}

#gHeader a:hover {
	opacity: 1;
}

#main {
	position: relative;
}

#container {
	padding-top: 83px !important;
}

#gFooter {
	margin: 0 !important;
}

@media all and (max-width: 896px) {
	#gHeader .hInner {
		padding: 16px 10px 9px;
		height: auto;
	}

	#gHeader h1 {
		margin: 0 auto;
		width: 292px;
	}

	#gFooter .pageTop {
		width: 78px;
	}
}

@media all and (max-width: 575px) {
	#gHeader .hInner {
		padding: 2.778vw 1.736vw 1.563vw;
	}

	#gHeader h1 {
		width: 50.694vw;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1280px;
}

@media all and (max-width: 896px) {
	.content {
		margin: 0 6.597vw;
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/*#main .bgBox { */
#main {
	padding-bottom: 83px;
	background: url(../img/special-activities/bg01.png) no-repeat center top / 100% auto;
	background-color: rgba(99, 182, 209, 1);
}

#main .sec01 {
	padding: 150px 0 100px;
	text-align: center;
	color: white;
}

#main .sec01 img {
	display: inline-block;
	width: 50%;
	height: auto;
}

#main .sec01 h1 {
	display: inline-block;
	font-size: 6rem;
	line-height: 6rem;
	margin: 6rem auto 2rem;
}

#main .sec01 p {
	margin: 50px 0;
	font-weight: 700;
	line-height: 4rem;
}

#main .sec01 p span {
	display: inline-block;
}

#main .sec02 {
	position: relative;
	margin: 100px 0 100px;
	padding: 100px 0;
	background: url(../img/special-activities/bar-left.png) repeat-y left top,
		url(../img/special-activities/bar-right.png) repeat-y right top;
	background-color: #fff;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	border-radius: 16px;
}

#main .sec02 .top_img {
	display: block;
	position: absolute;
	top: -176px;
	transform: translateY(0);
}

#main .sec02 .activities {
	width: inherit;
	padding: 0;
}

#main .sec02 .activitie_post {
	display: block;
	width: 80%;
	margin: 100px auto;
	background-color: rgba(223, 241, 246, 1);
	box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.4);
	border-radius: 30px;
	overflow: hidden;
	box-sizing: border-box;
}

#main .sec02 .post_thum {
	display: block;
	width: 100%;
	height: 625px;
	overflow: hidden;
	padding: 0;
}

#main .sec02 .post_thum img {
	display: block;
	object-fit: cover;
	padding: 0;
}


#main .sec02 .post_container {
	width: auto;
	height: 100%;
	margin: 6rem;
	padding: 2rem;
	overflow-wrap: break-word;
	background-color: rgba(223, 241, 246, 1);
}

#main .sec02 .post_box {
	width: auto;
	border-left: solid 4px #231815;
	padding: 2rem;
}

#main .sec02 .post_box .date,
#main .sec02 .post_box .title {
	font-size: 2.25rem;
	margin-bottom: 1rem;
}

#main .sec02 .btn {
	margin: 1rem auto;
	text-align: end;
}

#main .sec02 .btnBox {
	text-align: center;
	width: auto;
}

#main .no_post {
	width: auto;
	display: flex;
	justify-content: center;
	padding: 6rem;
}

/* ページャー  */
#main .pager {
	text-align: center;
	margin-bottom: 4rem;
}

#main .pager .pagination .nav-links span,
#main .pager .pagination .nav-links a {
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	position: relative;
	line-height: 30px;
	border-radius: 4px;
}

#main .pager .pagination .nav-links span {
	border: solid 1px rgba(35, 182, 188, 1);
	background: white;
	color: rgba(35, 182, 188, 1);
}

#main .pager .pagination .nav-links a {
	background: rgba(35, 182, 188, 1);
	color: white;
}

#main .pager .pagination .nav-links a.prev,
#main .pager .pagination .nav-links a.next {
	width: 80px;
}


@media all and (max-width: 896px) {
	#main {
		background: url(../img/special-activities/bg01.png) no-repeat center top / 200% auto;
		background-color: rgba(99, 182, 209, 1);
	}

	#main .sec01 {
		padding: 50px 0 100px;
	}

	#main .sec01 h1 {
		display: inline-block;
		font-size: 3.5rem;
		line-height: 5rem;
		margin: 0 auto;
		letter-spacing: 0.12em;
	}

	#main .sec01 p {
		font-size: 1.0em;
		margin: 50px 0;
		font-weight: 400;
		line-height: 1.8em;
	}

	#main .sec02 {
		margin: 0 0 50px;
		padding: 20px 0 50px;
		background: url(../img/special-activities/bar-left_sp.png) repeat-y left top,
			url(../img/special-activities/bar-right_sp.png) repeat-y right top;
		background-color: white;
		border-radius: 8px;
	}

	#main .sec02 .top_img {
		top: calc(-13.75vw);
	}

	#main .sec02 .activitie_post {
		margin: 50px auto;
		border-radius: 15px;
	}

	#main .sec02 .post_thum {
		aspect-ratio: 16 / 9;
		width: 100%;
		height: auto;
	}

	#main .sec02 .post_container {
		margin: 0rem;
		padding: 2rem;
	}

	#main .sec02 .post_box {
		padding: 2rem;
	}

	#main .sec02 .post_box .date,
	#main .sec02 .post_box .title {
		font-size: 2.25rem;
		margin-bottom: 1rem;
	}

	#main .sec02 .post_box .description {
		line-height: 1.8rem;
	}

	#main .sec02 .btn {
		text-align: center;
	}

	#main .sec02 .btnBox img {
		width: 75%;
	}

	#main .pager .pagination li {
		display: none;
	}

	#main .pager .pagination li.pre,
	#main .pager .pagination li.next {
		display: inline-block;
		width: 40%;
		height: 50px;
		text-align: center;
	}

	#main .pager .pagination li.pre a,
	#main .pager .pagination li.next a {
		width: 100%;
		text-align: center;
	}

}

@media all and (max-width: 400px) {
	#main {
		background: url(../img/special-activities/bg01.png) no-repeat center top / 250% auto;
		background-color: rgba(99, 182, 209, 1);
	}

	#main .sec01 h1 {
		font-size: 3rem;
		line-height: 4.5rem;
		letter-spacing: 0.1em;
	}

	#main .sec01 p {
		font-size: 1.0em;
		margin: 50px 0;
		font-weight: 400;
		line-height: 1.8em;
		letter-spacing: -0.06em;
	}
	#main .sec02 .post_box {
		padding: 2rem 1.5rem;
	}

	#main .sec02 .post_box .date,
	#main .sec02 .post_box .title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	#main .sec02 .post_box .description {
		line-height: 1.6rem;
	}

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/