@charset "utf-8";

/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #222;
}

.hide {
	display: none;
}

.cf {
	display: none;
}

.external_link_text {
	display: none;
}

img {
	max-width: 100%;
	height: auto !important;
}

.kaigyo {
	display: block;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.w800 {
	max-width: 800px;
	margin: 0 auto;
}

.blockW {
	margin-bottom: 80px;
}

.txtC {
	text-align: center;
}

.detail_free {
	margin-bottom: 50px;
}


/* SNS */

.sns_button_wrap {
	max-width: 1000px;
	margin: 50px auto 0;
	display: flex;
	justify-content: end;
}


/* アイコン */

.iconList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	column-gap: 30px;
}

/* ヘッダー */

.header {
	display: flex;
	justify-content: space-around;
	background-color: #FFF;
	border-bottom: solid 1px gainsboro;
	align-items: center;
}

.menuH {
	display: flex;
	list-style: none;
	column-gap: 2rem;
	padding: 0;
	margin: 0;
	align-items: center;
}

.logoH span,
.logoH h1 {
	font-size: 1rem;
	display: flex;
	align-items: center;
	font-family: "roboto slab", helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.logoH span {
	margin: 0.67em 0;
	font-weight: bold;
}

.logoH span:before,
.logoH h1:before {
	content: '';
	width: 60px;
	height: 36px;
	background-image: url(/img/k-spring/logo.png);
	background-size: contain;
	margin-right: 16px;
}

.logoH a {
	text-decoration: none;
	color: #222;
}


/* ヘッダー固定 */

.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

/* パンくず */

#pankuzu_wrap {
	font-size: 0.86rem;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}

/* 更新日付 */

.content_header_wrap {
	text-align: right;
	color: gray;
	font-size: 0.9rem;
}

/* 見出し */

#main_header h1 {
	padding: 0.5em 0;
	border-top: solid 2px #008924;
	border-bottom: solid 2px #008924;
	color: #008924;
	display: flex;
	justify-content: center;
}

#main h2 {
	border: solid 3px #008924;
	padding: 0.5em;
	border-radius: 0.5em;
	color: #008924;
}

#main h3 {
	background: #e8fae3;
	padding: 0.5em;
	border-radius: 0.5em;
	color: #46574a;
}

#main h4 {
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 6px #008924;
	color: #46574a;
	font-size: 1.1em;
}

#main h5 {
	font-size: 1.1em;
	color: #46574a;
	border-bottom: dotted 1px #008924;
	padding-bottom: 0.5em;
	padding-left: 15px;
}

#main h6 {
	font-size: 1.1em;
	margin: 0 0 1.5em;
	padding-left: 15px;
	color: #46574a;
}


#main p {
	margin: 15px 0 35px;
}

#main ul,
#main ol {
	margin-bottom: 35px;
}



/* プラグインダウンロード */

.pdf_download {
	max-width: 1000px;
	margin: 0 auto 50px;
	display: flex;
	column-gap: 20px;
	font-size: 0.9rem;
}

/* 問い合わせ先 */

#section_footer {
	margin-bottom: 50px;
	border-bottom: solid 1px gainsboro;
	padding-bottom: 20px;
	border-top: solid 1px gainsboro;
}

#section_footer_ttl h2 {
	font-size: 1.2em;
	border: none;
	padding: 0;
	margin-bottom: 0.5em;
}

.sf_name_bu {
	font-weight: bold;
}

.sf_name_bu,
.sf_name {
	margin-right: 1rem;
}

/* トップページ */

.infoW {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.infoW.cBox {
	flex-direction: row-reverse;
}

.infoW>div {
	flex: 0 0 48%;
}

.infoW2 h3 em {
	display: block;
	font-size: 0.8em;
}


/* 新着情報 */

.section_information_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.section_information_list ul li {
	margin-bottom: 15px;
	border-bottom: dotted 1px gray;
	padding-bottom: 15px;
}

.list_pack {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.article_img span {
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.article_txt {
	display: flex;
	flex-direction: column;
}

.article_date {
	font-size: 0.9rem;
	padding-bottom: 0.25rem;
	color: gray;
}

.link_box {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 16px;
}

/* 小メニューリスト */

.w1000.col2 {
	display: flex;
	column-gap: 50px;
}

.w1000.col2 .row01 {
	flex: 0 0 240px;
}

.subsite_menu {
	border: solid 1px #e8fae3;
	box-sizing: border-box;
}

.subsite_menu_ttl.acc_title {
	background-color: #e8fae3;
	text-align: center;
	font-size: 0.9em;
	color: #46574a;
	letter-spacing: 3px;
	font-size: 2.8em;
}

.subsite_menu_ttl.acc_title label {
	padding: 3px 5px;
}

.subsite_menu .infoList1box ul {
	padding: 0 25px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 !important;
}

.subsite_menu .infoList1box ul li a {
	padding: 5px 10px 5px 18px;
	background-image: url(/img/k-spring/arrow02.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	font-size: 0.9rem;
	display: block;
}

.subsite_menu .infoList1box ul li strong {
	padding: 5px 10px 5px 18px;
	background-image: url(/img/k-spring/arrow02_b.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	font-weight: normal;
	display: block;
	font-size: 0.9rem;
}


.info_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
}

.info_list ul li {
	flex: 0 0 300px;
	display: flex;
}

.article_img2 {
	width: 300px;
	height: 190px;
	background-color: #eee;
	background-image: url(/img/k-spring/no_image.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.article_img2 span {
	display: block;
	height: 190px;
	width: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.article_txt2 {
	display: flex;
	flex-direction: column;
}

.article_date2 {
	color: gray;
	padding: 4px 0 0;
}

.article_title2 {
	font-size: 1.1em;
	/* font-weight: bold; */
	padding: 2px;
	line-height: 1.7;
	margin-top: 0.5em;
}


/* 大メニューリスト */

.info_list_wrap .infoList1box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 50px;
}

.info_list_wrap .infoList1box ul li {
	flex: 0 0 300px;
	font-size: 1.1rem;
}

.info_list_wrap .infoList1box ul li a {
	display: block;
	padding: 20px 20px 20px 28px;
	border: solid 1px gainsboro;
	background-image: url(/img/k-spring/arrow.png);
	background-repeat: no-repeat;
	background-position: 11px center;
}


/* 施設案内 */
.w1000.shisetsuG,
.w800.shisetsuG {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 25px;
}

.w1000.shisetsuG>div,
.w800.shisetsuG>div {
	flex: 0 0 48%;
	padding: 0px 18px;
	border: 2px solid rgba(0, 0, 0, .1);
}

/* 画像拡大 */

.lum-lightbox {
	z-index: 200;
}

.lum-lightbox-inner img.lum-img {
	max-width: 100%;
}

.imgZoom {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.centerW {
	text-align: center;
}

/* 見出し */

.headImg {
	position: relative;
	padding: 26px;
	background-image: url(/img/k-spring/bg_ph.jpg);
	background-size: cover;
	background-position: center;
	/* background-attachment: fixed; */
}

.headImg::before {
	content: "";
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(23, 102, 56, 0.35);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.headImg h2 {
	text-align: center;
	font-family: "roboto slab", helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	position: relative;
	font-size: 1.8rem;
}

.headImg h2 span {
	font-size: 4rem;
}

.w1000.midashi2 h2 {
	color: #1c7f46;
	font-size: 2rem;
	text-align: center;
	font-family: "roboto slab", helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .w1000.midashi2 h2 {
	border: none;
}

.infoW2 h3 {
	font-size: 1.4rem;
	color: #1c7f46;
	text-align: center;
	margin-bottom: 0;
	font-family: "roboto slab", helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infoW2 h3 span.catchC {
	display: block;
	font-size: 1rem;
}

.catchC1 {
	display: flex;
	justify-content: center;
	text-align: left;
	flex-wrap: wrap;
}

.catchC2 {
	color: #1c7f46;
}

/* リンクボタン */

.syosaiLink {
	display: flex;
	justify-content: center;
}

.syosaiLink a {
	background-color: #008924;
	color: #FFF;
	padding: 9px 22px;
	text-decoration: none;
	border-radius: 5px;
}

/* タイムライン */

.List-Item {
	border-top: 1px solid #ddd;
	width: 100%;
}

@media screen and (max-width: 540px) {
	.List-Item {
		border-top: 0;
	}
}

.List-Item:nth-of-type(1) {
	border-top: 0;
}

.List-Item-Content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 540px) {
	.List-Item-Content {
		padding-top: 15px;
		padding-bottom: 15px;
		flex-wrap: wrap;
	}
}

.List-Item-Content.one {
	padding-top: 0;
}

.List-Item-Content-Number {
	position: relative;
	margin-right: 40px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #1c7f46;
	color: #fff;
	font-size: 2.5rem;
	flex: 0 0 80px;
}

@media screen and (max-width: 540px) {
	.List-Item-Content-Number {
		margin-right: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		flex: 0 0 40px;
	}
}

.List-Item-Content-Number-Line {
	position: absolute;
	top: -36%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 4px;
	height: 66px;
	background: #1c7f46;
}

@media screen and (max-width: 540px) {
	.List-Item-Content-Number-Line {
		top: -80%;
		width: 2px;
		height: 72px;
	}
}

.List-Item-Content-Title {
	margin-right: 48px;
	/* flex-basis: 298px; */
	color: #1c7f46;
	font-size: 1.5rem;
	flex: 0 0 auto;
}

@media screen and (max-width: 540px) {
	.List-Item-Content-Title {
		margin-right: 0;
		/* max-width: 230px; */
		/* font-size: 18px; */
	}
}

.List-Item-Content-Description {
	line-height: 1.5;
	/* font-size: 16px; */
	flex: 0 1 auto;
}

@media screen and (max-width: 540px) {
	.List-Item-Content-Description {
		margin-left: 60px;
		/* max-width: 260px; */
		font-weight: normal;
		font-size: 0.9em;
	}
}


/* facebookフェイスブック */
.fbW {
	text-align: center;
}


/* フッター */
.footer {
	background-color: #e8fae3;
	overflow: hidden;
	margin-top: 50px;
	padding: 80px 0;
	color: #46574a;
}

.footer h2 {
	text-align: center;
	font-size: 1em;
}

.footer h2 span {
	display: block;
	font-size: 1.8em;
	letter-spacing: 5px;
}

.footer p {
	text-align: center;
}



/* ここから下がハンバーガーメニューに関するCSS */

.navSp {
	display: flex;
	justify-content: flex-end;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 110;
	/* 重なり順を一番上にする */
	cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #333;
	transition: 0.5s;
	position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
	background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	/* メニューを画面の外に飛ばす */
	z-index: 109;
	background: #fff;
	transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
	/* list-style: none; */
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
	left: 0;
	/* メニューを画面に入れる */
}

/* ここまでがハンバーガーメニューに関するCSS */


/* SPスマホ */

.navSp {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title+input {
	display: none;
}

.acc_icon {
	display: none;
}

@media screen and (max-width: 670px) {
	#pankuzu_wrap {
		display: none;
	}

	/* レスポンシブアコーディオン用（SP） */
	.acc_title_wrap {
		position: relative;
	}

	.acc_title {
		position: relative;
	}

	.acc_title>label {
		display: block;
		cursor: pointer;
		padding-right: 30px;
	}

	.acc_title+input[id*="acc_ttl_label"]+* {
		display: none;
	}

	.acc_title+input[id*="acc_ttl_label"]:checked+* {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	label[for*="acc_ttl_label"] {
		background: url(/img/sp/acc_open.png) no-repeat right 10px top 50% transparent;
		background-size: 15px 15px;
	}

	.acc_open label[for*="acc_ttl_label"] {
		background-image: url(/img/sp/acc_close.png);
	}

	div.subsite_menu div.subsite_menu_ttl.acc_title label {
		background: url(/img/sp/acc_open_siro.png) no-repeat right 10px top 50% transparent;
		background-size: 15px 15px;
	}

	div.subsite_menu div.subsite_menu_ttl.acc_title.acc_open label {
		background-image: url(/img/sp/acc_close_siro.png);
	}


	.no_acc_title label[for*="acc_ttl_label"] {
		background: none;
	}

	/* ここまでレスポンシブアコーディオン用（SP） */

	.navSp {
		display: flex;
		/*  */
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
		width: 100%;
	}

	.kaigyoSp {
		display: block;
	}

	.w800,
	.w1000 {
		width: auto;
		margin: 0 12px;
	}

	/*  */
	.menuH {
		flex-direction: column;
		font-size: 1.2rem;
		margin-top: 58px;
	}

	.menuH li {
		border-bottom: dotted 1px gray;
		width: 100%;
	}

	.menuH li:last-child {
		border-bottom: none;
		margin-top: 20px;
	}

	.menuH li a {
		display: block;
		padding: 15px;
		text-align: center;
		letter-spacing: 2px;
	}

	/* SPRINGとは */
	.infoW {
		flex-wrap: wrap;
	}

	.infoW>div {
		flex: 0 0 100%;
	}

	/* 施設概要 */
	.w1000.shisetsuG>div,
	.w800.shisetsuG>div {
		flex: 0 0 100%;
	}

	.imgZoom {
		gap: 0;
		justify-content: space-between;
	}

	.imgZoom>div {
		width: 32%;
		margin-bottom: 2%;
	}

	.txtC {
		text-align: left;
	}

	/* 大メニューリスト */
	.info_list_wrap .infoList1box ul {
		gap: 1px 0px;
	}

	.info_list_wrap .infoList1box ul li {
		flex: 0 0 100%;
	}

	.info_list_wrap .infoList1box ul li a {
		padding: 8px 20px 8px 28px;
	}

	/* 小メニューリスト */
	.subsite_menu_ttl.acc_title {
		background-color: #008924;
		color: #FFF;
		font-size: 2em;
	}

	.info_list ul {
		width: 300px;
		margin: 0 auto;
	}

	.subsite_menu .infoList1box ul {
		padding: 0 8px;
	}

	/* プラグインダウンロード */
	.pdf_download {
		flex-wrap: wrap;
		row-gap: 10px;
		padding: 0 10px;
	}

	/* 見出し */
	#main_header h1 {
		font-size: 1.4em;
	}

	#main h2 {
		font-size: 1.2em;
	}

	#main h3 {
		font-size: 1.1em;
	}

	#main h5,
	#main h6 {
		font-size: 1em;
		padding-left: 0;
	}

	#main p {
		padding: 0;
	}

	.w1000.midashi2 h2 {
		font-size: 1.5em;
	}

	/* イベントカレンダー */
	.detail_html iframe {
		display: inline-block;
		width: 1px;
		min-width: 100%;
	}


	/* フッター */
	.jusho span {
		display: block;
	}
}