@charset "UTF-8";

/*
front-page.php css
*/
/* ===============================================
	marquee
================================================== */
.marquee-news {
	width: 100%;
	height: 3rem;
	overflow: hidden;
	background: linear-gradient(to right,#09aec6, #06b3a1);
	position: relative;
}
/*swiper.js > custom*/
.marquee-news .swiper-container {
	height: 100%;
  }
.marquee-news .swiper-wrapper {
	position: relative;
}
.marquee-news .swiper-slide {
    padding-top: 0;/*デフォルトスタイルの打消し*/
    padding-right: 1.5rem;/*矢印の表示エリアを空ける*/
    padding-bottom: 0;/*デフォルトスタイルの打消し*/
    padding-left: 1.5rem;/*矢印の表示エリアを空ける*/
	
}
/*common.css > archive style > custom*/
.slider1 .swiper-slide.archive-list-item {
	overflow: hidden;
	height: 100%;
}

/*記事全体をリンクにする*/
.slider1 .swiper-slide.archive-list-item a {
	width: 100%;
	/*↓日付とタイトルの中央寄せ*/
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
	text-decoration: none;
}
.slider1 .swiper-slide.archive-list-item a:hover {
	opacity: 0.5;
}
/*日付, 記事タイトル*/
.slider1 .swiper-slide.archive-list-item .archive-list-item--time,
.slider1 .swiper-slide.archive-list-item .archive-list-item--ttl {
	/*↓1行だけ表示させる*/
	height: 1.25em;
	line-height: 1.25em;
	color: #fff;
	/*↓文字数が多い場合ははみ出た分を非表示*/
	overflow: hidden;
}
/*日付*/
.slider1 .swiper-slide.archive-list-item .archive-list-item--time {
	width: 8rem;
}

/*記事タイトル*/
.slider1 .swiper-slide.archive-list-item .archive-list-item--ttl {
	max-width: calc(100% - 8rem);/*文字数が多い場合の最大幅*/
	width: auto;
	flex: auto;
}
/* 前へ次への矢印カスタマイズ > ボタン */
.swiper-button-prev_slider1,
.swiper-button-next_slider1 {
	margin: auto;
	width: 1.5rem;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.swiper-button-prev_slider1 {
	left: 0;
	right: auto;
}
.swiper-button-next_slider1 {
	right: 0;
	left: auto;
}

.swiper-button-prev_slider1:hover,
.swiper-button-next_slider1:hover {
	background-color: rgba(255,255,255,0.3);
}
/* 前へ次への矢印カスタマイズ > ボタンの中の白い矢印 */
.swiper-button-prev_slider1:after,
.swiper-button-next_slider1:after {
  content: "";/*標準の矢印を消す*/
  margin: auto;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev_slider1:after {
  border-bottom: 6px solid transparent;/*三角形を作る*/
  border-right: 8px solid #fff;
  border-top: 6px solid transparent;
  right: auto;
  left: 8px;
}
/* 次への矢印カスタマイズ */
.swiper-button-next_slider1:after {
  border-bottom: 6px solid transparent;/*三角形を作る*/
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  right: 8px;
  left: auto;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
/* ===============================================
	mainvisual(slider)
================================================== */
/*トップページの場合*/
.mainvisual {
	width: 100%;
	overflow: hidden;/*スライダーがはみ出るのを防ぐ*/
	position: relative;/*矢印,ページャー固定の為*/
}
/*トップページの場合*/
.slider2 ul li {
	padding: 0.5rem;
}
.slider2 ul li img {
	width: 100%;
	height: auto;
	aspect-ratio: 7 / 3;
	object-fit: cover;
}
.slider2 ul li a:hover {
	opacity: 0.5;
}
/*ページネーション*/
.swiper-pagination_slider2 {
	line-height: 1em;
	text-align: center;
}

/*ナビゲーションボタン*/
.swiper-button-prev_slider2,
.swiper-button-next_slider2 {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	z-index: 1;
	background-color: rgba(15,179,202,0.5);
	backdrop-filter: blur(3px);
}
.swiper-button-prev_slider2:hover,
.swiper-button-prev_slider2:focus,
.swiper-button-next_slider2:hover,
.swiper-button-next_slider2:focus {
	background-color: rgba(15,179,202,1);
}
.swiper-button-prev_slider2 {
	right: auto;
	left: 0;
}
.swiper-button-next_slider2 {
	right: 0;
	left: auto;
}
/*ナビゲーションボタン > 矢印*/
.swiper-button-prev_slider2 .arrow {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.swiper-button-next_slider2 .arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	/* -------------------------------------------
		mainvisual(slider) > SP
	--------------------------------------------- */
	@media (min-width:0px) {
		.mainvisual {
			margin-top: 1rem;
		}
		/*ナビゲーションボタン*/
		.swiper-button-prev_slider2,
		.swiper-button-next_slider2 {
			width: 40px;
			height: 40px;
		}
		/*ナビゲーションボタン > 矢印*/
		.swiper-button-prev_slider2 .arrow,
		.swiper-button-next_slider2 .arrow {
			border-top: 2px solid #fff;
    		border-right: 2px solid #fff;
			width: 12px;
			height: 12px;
			
		}
		.swiper-button-prev_slider2 .arrow {
			margin-left: 5px;
		}
		.swiper-button-next_slider2 .arrow {
			margin-right: 5px;
		}

	}
	/* -------------------------------------------
		mainvisual(slider) > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {
	}
	/* -------------------------------------------
		mainvisual(slider) > PC
	---------------------------------------------- */
	@media (min-width:1028px) {
	}
	/* -------------------------------------------
		mainvisual(slider) > wide PC
	---------------------------------------------- */
	@media (min-width:1680px) {
	}
/* ===============================================
	news
================================================== */
.news-home {
	padding-top: 2rem;
	padding-bottom: 3rem;
	background-image: url("../img/home/kazari01.png");
	background-position: left -4rem bottom;
	background-repeat: no-repeat;
}
.news--layout {
}

/*「新着情報」と「すべて見る」のエリア*/
.news--header {
	margin-bottom: 1rem;
	display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

/*新着情報*/
.news--header--ttl {
}
.news--header--ttl .icon {
	
}
/*tab.css > custom タブ装飾*/
.news-home .tab-group {
	margin-right: auto;
	margin-left: auto;
}
.news-home .tab {
	border-top-style:none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: bold;
	color: #7d8f92;
	background-color: #ecf3f4;
	border-bottom: 1px solid #aaa;
}
.news-home .tab:hover {
	color: #222;
	background-color: #c8e2e6;
}
.news-home .tab.is-active {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	color: #222;
	background-color: #fff;
}
.news-home .tab.is-active:hover {
	color: #09aec6;
	background-color: #ecf3f4;
}
.news-home .panel.is-show {
	border-top-color: #aaa;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0;
	padding-left: 0;
}
/*もっと見るボタン*/
.news--more-btn--area {
	text-align: center;
}
.news--more.btn {
	padding-right: 4rem;
	padding-left: 3rem;
	font-weight: bold;
}
.news--more.btn:after {
	transform:rotate(90deg);
}
.news--more.btn:hover:after {
	color: #222;
}
	/* -------------------------------------------
		news > SP
	--------------------------------------------- */
	@media (min-width:0px) {
		/*tab.css > custom タブ装飾*/
		.news-home .tab-group {
			overflow-x: auto;
			justify-content: flex-start;
		}
		.news-home .tab {
			word-break: keep-all;
		}
	}
	/* -------------------------------------------
		news > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {

	}
	/* -------------------------------------------
		news > PC
	---------------------------------------------- */
	@media (min-width:1028px) {
		/*tab.css > custom タブ装飾*/
		.news-home .tab-group {
			width: 90%;
		}
	}



/* ===============================================
	popular-content
================================================== */
.popular-content {
	margin-bottom: 4rem;
}

/*参加したい, 相談したい, 知りたい*/
.popular-content--header {
	margin-bottom: 1rem;
}
.popular-content--header .btn {
	border-radius: 4px;
	border-color: #aaa;
	width: 100%;
	display: flex;
	align-items: center;
    justify-content: flex-start;
    align-content: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.125rem;
	box-shadow: 4px 4px 0px 0px rgb(230 242 244 / 1);
}
.popular-content--header .btn:hover {
	box-shadow: none;
	transform: translate(2px,2px);
}
.popular-content--header .btn .icon {
	margin-right: 1rem;
}
/*リスト*/
.popular-content--list li:nth-child(even){
	background-color: #e6f2f4;
}
.popular-content--list a {
	padding: 0.25rem 1rem;
	display: flex;
	color: #222;
	text-decoration: none;
}
.popular-content--list a:hover {
	color: #aaa;
	background-color: #f6f6f6;
}
.popular-content--list li:nth-child(even) a:hover {
	color: #828889;
	background-color: #cde5e9;
}
	/* -------------------------------------------
		popular-content > SP
	--------------------------------------------- */
	@media (min-width:0px) {
		.popular-content--column+.popular-content--column {
			margin-top: 2rem;
		}
	}
	/* -------------------------------------------
		popular-content > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {
		.popular-content--layout {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			gap: 0 2rem;
		}
		.popular-content--column+.popular-content--column {
			margin-top: 0;
		}
	}
	/* -------------------------------------------
		popular-content > PC
	---------------------------------------------- */
	@media (min-width:1028px) {
		
	}

/* ===============================================
	specialist
================================================== */
.specialist {
	
}
/*ヘッダ部分*/
.specialist--header {
	/* margin-bottom: -2rem; */
	z-index: 2;
}
.specialist--header--layout {
	/* background-color: deepskyblue; */
}
/*イラスト*/
.specialist--header--illust {
	position: relative;/*中の.illustを固定*/
	/* background-color: darkgoldenrod; */
}
.specialist--header--illust .illust {
	position: absolute;/*後述の要素の上に重ねるため,absoluteで固定する*/
	top:0;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	height: auto;
	aspect-ratio: 376 / 378;/*画像の縦横比固定*/
	z-index: 20;
	/* background-color: gold; */
}
/*テキスト*/
.specialist--header--text {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
	/* background-color: darkseagreen; */
}
/*福祉の分野で学ぶ人、働く人を応援します*/
.specialist--header--ttl {
	margin-bottom: 1rem;
}
/*リンク表示部分*/
.specialist--main {
	width: 100%;
	height: auto;
	background-color: #0fb4cb;
	position: relative;
	z-index: 0;
}
.specialist--main::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0caac4;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: -1;
}
.specialist--main .menu {
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
}
.specialist--main .menu .menu-item {
	width: auto;
	display: inline-flex;
}
.specialist--main .menu .menu-item a {
	display: inline-block;
	border-radius: 2rem;
	border: 1px solid #444;
	width: auto;
	text-align: left;
	text-decoration: none;
	padding-top: 1rem;
	padding-right: 2.75rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	font-size: 1rem;
	color: #000;
	line-height: 1em;
	border-width: 1px;
	border-style: solid;
	position: relative;
	transition: all 0.3s;
	background-color: #fff;
	border-radius: 2px;
	border:none;
	display: flex;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1rem;
}
.specialist--main .menu .menu-item a:hover {
	transition: all 0.3s;
	background-color: #e6f2f4;
}
.specialist--main .menu .menu-item a:after {
	content: "";
	width: 8px;
	height: 9px;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	position: absolute;
	margin: auto;
    left: auto;
	right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
	background-color: #0fb3cb;
	transition: all 0.3s;
}
.specialist--main .menu .menu-item a:hover:after {
	right: 1rem;
	transition: all 0.3s;
}
/*「カスタムリンク」だけ見た目を変える*/
.specialist--main .menu .menu-item-type-custom a {
	border: 2px solid #fff;
	padding-left: 46px;
	color: #fff;
	background-color: #0fb4cb;
	background-image: url("../img/icon/link.png");
	background-size: 20px 18px;
	background-position: left 16px center;
}
.specialist--main .menu .menu-item-type-custom a:after {
	background-color: #fff;
}
.specialist--main .menu .menu-item-type-custom a:hover {
	border-color: #c8e2e6;
	background-color: #06869c;
}
	/* -------------------------------------------
		specialist > SP
	--------------------------------------------- */
	@media (min-width:0px) {
		.specialist--header--layout {
			display: flex;
			flex-flow: column-reverse;
		}
		/*イラスト*/
		.specialist--header--illust {
			min-height: calc(200px - 1rem);/*.illustより1rem低い箱*/
		}
		.specialist--header--illust .illust {
			width: 200px;
		}
		/*テキスト*/
		.specialist--header--text {
			padding-bottom: 1rem;
		}
		/*リンク表示部分*/
		.specialist--main {
			padding-top: 1rem;
			padding-bottom: 1rem;
		}
		.specialist--main .menu a {
			margin: 0.5rem;
		}
	}
	/* -------------------------------------------
		specialist > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {
		.specialist--header--layout {
			display: grid;
			grid-template-columns: 376px auto;
			gap: 0 3rem;
			min-height: calc(378px - 2rem);/*.illustより2rem低い箱*/
		}
		/*イラスト*/
		.specialist--header--illust .illust {
			width: 376px;
		}
		/*テキスト*/
		.specialist--header--text {
			padding-bottom: 0;
		}
		/*リンク表示部分*/
		.specialist--main {
			padding-top: 3rem;
			padding-bottom: 3rem;
		}
		
	}
	/* -------------------------------------------
		specialist > PC
	---------------------------------------------- */
	@media (min-width:1028px) {
	}

/* ===============================================
	senior
================================================== */
.senior {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
/*レイアウト*/
.senior--layout {
	padding-top: calc(2rem / 2);
	position: relative;
}
/*あきたのシニアの皆さまへ*/
.senior--ttl {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	aspect-ratio: 393 / 33;
	width: auto;
	text-align: center;
}
/*リンクを並べる箱*/
.senior--box {
	border-radius: 10px 90px 10px 90px;
	background-color: #ffe887;
}
/*リンク一覧*/
.senior--box .menu {
	font-weight: bold;
	font-size: 1.125rem;
}
.senior--box .menu .menu-item {
	list-style-type: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.senior--box .menu .menu-item a {
	padding-top: 0.75rem;
	padding-right: calc(1rem + 8px);
	padding-bottom: 0.75rem;
	display: flex;
	text-decoration: none;
	color: #000;
	/* background-color: rgba(255,255,255,0.3); */
	position: relative;
	transition: all 0.3s;
}
.senior--box .menu .menu-item a:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 8px;
    height: 12px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: rgba(0,0,0,0.9);
	transition: all 0.3s;
}
.senior--box .menu .menu-item a:hover {
	color: #000;
	/* color: rgba(0,0,0,0.7); */
	/* background-color: rgba(0,0,0,0.1); */
	background-color: #7ccffb;
	transition: all 0.3s;
}
.senior--box .menu .menu-item a:hover:after {
	right: -1rem;
	transform:rotate(180deg);
	transition: all 0.3s;
	background-color: #7ccffb;
}
/*挿絵*/
.senior--illust {
	text-align: center;
	/* background-color: forestgreen; */
}
.senior--illust .illust {
	aspect-ratio: 367 / 328;
	height: auto;
}

	/* -------------------------------------------
		senior > SP
	--------------------------------------------- */
	@media (min-width:0px) {
		.senior--layout {
			padding-top: calc(1.5rem / 2);/*"あきたのシニアの皆さまへ"の半分の高さ*/
		}
		/*あきたのシニアの皆さまへ*/
		.senior--ttl {
			height: 1.5rem;
		}
		/*リンクを並べる箱*/
		.senior--box {
			padding-top: 2rem;
			padding-right: 2rem;
			padding-bottom: 2rem;
			padding-left: 2rem;
		}
		/*挿絵*/
		.senior--illust {
			margin-top: -1rem;/*イラストを重ねる*/
		}
		.senior--illust .illust {
			width: 200px;
		}
	}
	/* -------------------------------------------
		senior > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {
		.senior--layout {
			padding-top: calc(2rem / 2);/*"あきたのシニアの皆さまへ"の半分の高さ*/
			display: grid;
			grid-template-columns: 3fr 2fr;
		}
		/*あきたのシニアの皆さまへ*/
		.senior--ttl {
			height: 2rem;
		}
		/*リンクを並べる箱*/
		.senior--box {
			margin-right: 0;
			margin-left: auto;
			padding-top: 3rem;
			padding-right: 4rem;
			padding-bottom: 3rem;
			padding-left: 4rem;
		}
		/*挿絵*/
		.senior--illust {
			margin-top: 0;
			margin-left: -2rem;/*イラストを重ねる*/
			display: flex;
			align-items: flex-end;
			justify-content: flex-start;
		}
		.senior--illust .illust {
			width: 300px;
		}
	}
	/* -------------------------------------------
		senior > PC
	---------------------------------------------- */
	@media (min-width:1028px) {
	}
	/* -------------------------------------------
		senior > wide PC
	---------------------------------------------- */
	@media (min-width:1680px) {
		/*リンクを並べる箱*/
		.senior--box {
			min-width: 600px;
		}
	}


/* ===============================================
	kaian
================================================== */
/* .kaikan--layout {
	background-color: red;
}
.kaikan--ttl {
	background-color: orange;
}
.kaikan--img {
	background-color: yellow;
}
.kaikan--contents {
	background-color: yellowgreen;
}
.kaikan--links {
	background-color: cyan;
} */
 /*社会福祉会館を利用したい*/
 .kaikan--ttl {
	display: block;
	line-height: 2em;
 }
 /*社会福祉会館を利用したい 画像*/
 .kaikan--img {
	/* background-color: yellowgreen; */
 }
 .kaikan--img picture {
	/* object-fit: cover; */
 }
/*社会福祉会館を利用したい   ボタン部分のスタイル */
/*ご利用案内, 駐車場混雑予想を見る, 空室状況*/
/*style.css .btn > custom*/
.kaikan--contents .btn {
	border-radius: 8px;
	width: 100%;
	display: flex;
	font-weight: bold;
	font-size: 1.125rem;
}
/*ご利用案内だけ見た目を変える*/
.kaikan--contents .kaikan--contents--about .btn {
	border-style: none;
	color: #fff;
	background-color: #0fb4cb;
	box-shadow: 4px 4px 0px 0px #05778a;
}
.kaikan--contents .kaikan--contents--about .btn::after {
	background-color: #fff;
}
.kaikan--contents .kaikan--contents--about:hover .btn {
	background-color: #0a899b;
	transform: translate(2px,2px);
	box-shadow: none;
}
/*テキストリンク*/
.kaikan--links--list a {
	text-decoration: none;
	font-weight: bold;
	color: #222;
}
.kaikan--links--list a:before {
	content: "●";
	margin-right: 0.5rem;
	width: 1rem;
	height: 1rem;
	color: rgba(15, 180, 203, 1);
	line-height: 1.75em;
	font-size: 0.875rem;
}
/*taget="_blank"指定のリンクだけ見た目を変える*/
.kaikan--links--list a[target="_blank"]:before {
	color: rgba(15, 180, 203, 0);
	background-image: url("../img/icon/link_color.png");
}


/*指定管理からのお知らせ*/
.shiteikanri--ttl {
	border-bottom: 1px solid #aaa;
	padding-bottom: 1rem;
	letter-spacing: 1px;
	font-size: 1.5rem;
}
.shiteikanri .archive-list+.shiteikanri--more-btn--area {
	margin-top: 1rem;
}
.shiteikanri .archive-list-item+.archive-list-item {
	border-color: #ddd;
}
.shiteikanri .archive-list-item--time {
	color: #888;
}
/*指定管理からのお知らせ > もっと見る*/
.shiteikanri--more-btn--area {
	text-align: center;
}
.shiteikanri--more-btn--area .btn {
	padding-right: 4rem;
	padding-left: 3rem;
	font-weight: bold;
}
	/* -------------------------------------------
		kaian > SP
	--------------------------------------------- */
	@media (min-width:0px) {
		.kaikan--layout {
			padding-top: 2rem;/*.kaikan--ttlの高さ分を空ける*/
			margin-right: auto;
			margin-left: auto;
			position: relative;
			width: calc(100% - 2rem);
		}
		.kaikan--ttl {
			position: absolute;
			top: 0;
			left: 0;
			letter-spacing: 2px;
			font-size: 1.35rem;
			height: 2rem;
		}
		.kaikan--img {
			margin-right: -1rem;
			margin-left: -1rem;
		}
		/*ご利用案内, 駐車場混雑予想を見る, 空室状況*/
		/*style.css .btn > custom*/
		.kaikan--contents .btn {
			align-items: center;
			justify-content: flex-start;
			align-content: center;
			flex-wrap: nowrap;
			line-height: 1.5em;
		}
		.kaikan--contents .btn .icon {
			margin-right: 1rem;
		}
		.kaikan--contents--about,
		.kaikan--contents--parking,
		.kaikan--contents--room {
			margin-bottom: 1rem;
		}
		
	}
	
	/* -------------------------------------------
		kaian > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {
		/*社会福祉会館を利用したい   全体のレイアウト */
		.kaikan--layout {
			display: grid; 
			grid-template-columns: 30% auto;
			grid-template-rows: auto auto auto; 
			gap: 1rem 2.625rem; 
			grid-template-areas: 
			  "img ttl"
			  "img contents"
			  "img link"; 
		  }
		  .kaikan--img { grid-area: img; }
		  .kaikan--ttl { grid-area: ttl; }
		  .kaikan--contents { grid-area: contents; }
		  .kaikan--links { grid-area: link; }

		/*社会福祉会館を利用したい   スタイル */
		.kaikan--layout {
			margin-bottom: 2rem;
			margin-right: auto;
			margin-left: 0;
			width: 95%;
			padding-top: 0;/*Sp版打消し*/
		}
		.kaikan--ttl {
			position: static;/*position:absolute解除*/
			height: auto;/*Sp版解除*/
			font-size: 1.6rem;
		}
		.kaikan--img {
			margin-right: 0;/*Sp版打消し*/
			margin-left: 0;/*Sp版打消し*/
			width: 100%;
			/*画像を左中央寄せ*/
			display: flex;
			align-items: center;
			justify-content: flex-start;
		}
		.kaikan--img picture,
		.kaikan--img picture img {
			/*画像と同じの大きさ*/
			aspect-ratio: 416 / 306;
			width: 100%;
			height: auto;
		}
		/*社会福祉会館を利用したい   ボタン部分のレイアウト */
		.kaikan--contents {
			display: grid;
		}
		.kaikan--contents {
			display: grid; 
			grid-template-columns: 1fr 1fr; 
			grid-template-rows: auto auto; 
			gap: 1rem 2rem; 
			grid-template-areas: 
			  "about parking"
			  "about room"; 
		  }
		  .kaikan--contents--about { grid-area: about; }
		  .kaikan--contents--parking { grid-area: parking; }
		  .kaikan--contents--room { grid-area: room; }
		
		/*社会福祉会館を利用したい   ボタン部分のスタイル*/
		/*ご利用案内, 駐車場混雑予想を見る, 空室状況*/
		.kaikan--contents--about,
		.kaikan--contents--parking,
		.kaikan--contents--room {
			margin-bottom: 0;
		}
		/*ご利用案内だけ見た目を変える*/
		.kaikan--contents .kaikan--contents--about .btn {
			height: 100%;
			flex-direction: column;
			align-content: center;
			justify-content: center;
			align-items: center;
		}
		.kaikan--contents .kaikan--contents--about .btn .icon {
			margin-right: 0;
			margin-bottom: 1rem;
		}
		
	}
	/* -------------------------------------------
		kaian > PC
	---------------------------------------------- */
	@media (min-width:1028px) {
		/*指定管理からのお知らせ > もっと見る*/
		.shiteikanri--more-btn--area .btn {
			padding-right: 5rem;
		}
		
	}
	/* -------------------------------------------
		kaian > wide PC
	---------------------------------------------- */
	@media (min-width:1680px) {
		/*社会福祉会館を利用したい   全体のレイアウト */
		.kaikan--layout {
			grid-template-columns: 416px auto;
		}
		.kaikan--img picture,
		.kaikan--img picture img {
			width: 416px;
		}
		/*指定管理からのお知らせ > もっと見る*/
		.shiteikanri--more-btn--area .btn {
			padding-right: 3rem;
			padding-left: 3rem;
		}
	}
/* ===============================================
	pickup, social-network, link
================================================== */
/*トップページのコンテンツ共通タイトル*/
.home--contents--ttl {
	margin-bottom: 2rem;
	letter-spacing: 1px;
	font-size: 1.125rem;
	position: relative;
}
/*トップページのコンテンツ共通タイトル(アイコン)*/
.home--contents--ttl::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	background-repeat: no-repeat;
}
/*トップページのコンテンツ共通タイトル(ライン)*/
/*ピックアップ(ライン)*/
.home--contents--ttl::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	height: 1px;
	background-color: #aaa;
}
/*バナー一覧*/
.banner--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.banner--list li a:hover {
	opacity: 0.5;
}
	/* -------------------------------------------
		pickup, social-network, link > SP
	--------------------------------------------- */
	@media (min-width:0px) {
		.banner--list li {
			width: 100%;
		}
	}
	/* -------------------------------------------
		pickup, social-network, link > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {
		.banner--list {
			width: calc(100% + 0.5rem);
			gap: 0.75rem 0.5rem;
		}
		.banner--list li {
			width: calc(50% - 0.5rem);
		}
	}
	/* -------------------------------------------
		pickup, social-network, link > PC
	---------------------------------------------- */
	@media (min-width:1028px) {
		.banner--list {
			width: calc(100% + 1rem);
			gap: 1.5rem 1rem;
		}
		.banner--list li {
			width: calc(33.333% - 1rem);
		}
	}
/* ===============================================
	pickup
================================================== */
.pickup {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
/*ピックアップ*/
.home--contents--ttl.pickup--ttl {
	padding-left: calc(32px + 1rem);
}
/*ピックアップ(ピンのアイコン)*/
.home--contents--ttl.pickup--ttl::before {
	width: 32px;
	height: 32px;
	background-image: url("../img/icon/pickup.png");
	background-size: 32px 32px;
}
/*ピックアップ(ライン)*/
.home--contents--ttl.pickup--ttl::after {
	width: calc(100% - 32px - 1rem - 6em - 2rem);
}


/* ===============================================
	social-network
================================================== */
/*関連サイト、SNS*/
.home--contents--ttl.social-network--ttl {
	padding-left: calc(32px + 1rem);
}
/*関連サイト、SNS(旗のアイコン)*/
.home--contents--ttl.social-network--ttl::before {
	width: 32px;
	height: 29px;
	background-image: url("../img/icon/sns.png");
	background-size: 32px 29px;
}
/*関連サイト、SNS(ライン)*/
.home--contents--ttl.social-network--ttl::after {
	width: calc(100% - 32px - 1rem - 8.5em - 2rem);
}

/*facebook埋め込み*/
.social-network--facebook {
	/* background-color: blue; */
}
/*バナーリスト*/
.social-network--banner {
	/* background-color: skyblue; */
}
.social-network--banner--list {
	display: flex;
	flex-wrap: wrap;
}
	/* -------------------------------------------
		social-network > SP
	--------------------------------------------- */
	@media (min-width:0px) {
	}
	/* -------------------------------------------
		social-network > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {
		/*レイアウト*/
		.social-network--layout {
			display: grid;
			gap: 0 2rem;
			grid-template-columns: 340px auto;
		}
	}
	/* -------------------------------------------
		social-network > PC
	---------------------------------------------- */
	@media (min-width:1028px) {
	}


/* ===============================================
	links
================================================== */
.links {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
/*外部リンク*/
.home--contents--ttl.links--ttl {
	padding-left: calc(32px + 1rem);
}
/*外部リンク(ネットのアイコン)*/
.home--contents--ttl.links--ttl::before {
	width: 32px;
	height: 32px;
	background-image: url("../img/icon/links.png");
	background-size: 32px 32px;
}
/*外部リンク(ライン)*/
.home--contents--ttl.links--ttl::after {
	width: calc(100% - 32px - 1rem - 5em - 2rem);
}




/* ===============================================
	home--sub-nav
================================================== */
.home--sub-nav {
	padding-top: 3rem;
	padding-bottom: 3rem;
	/* background-color: #eee; */
}
.home--sub-nav--list {
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.home--sub-nav--list li {
	width: auto;
	font-size: 1.125rem;
	/* background-color: #aaa; */
}
.home--sub-nav--list li+li {
	border-left: 1px solid #222;
}
.home--sub-nav--list li a {
	color: #222;
	width: 100%;
	padding-top: 0.5rem;
	padding-right: 2rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
	text-decoration: none;
}
.home--sub-nav--list li a:hover {
	background-color: #ddd;
	opacity: 0.5;
}
.home--sub-nav--list .icon {
	
	width: 1em;
	height: 1em;
}
/*トップページ > サブナビゲーション(サイトマップ)*/
.home--sub-nav--sitemap .icon {
	margin-right: 1rem;
}
/*トップページ > サブナビゲーション(お問い合わせ)*/
.home--sub-nav--contact .icon {
	margin-right: 1.25rem;
}
/*トップページ > サブナビゲーション(アクセス)*/
.home--sub-nav--access .icon {
	margin-right: 1rem;
}
	/* -------------------------------------------
		home--sub-nav > SP
	--------------------------------------------- */
	@media (min-width:0px) {
	}
	/* -------------------------------------------
		home--sub-nav > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {}
	/* -------------------------------------------
		home--sub-nav > PC
	---------------------------------------------- */
	@media (min-width:1028px) {}


/* ===============================================
	advt(広告)
================================================== */
.advt {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.advt--ttl {
	margin-right: auto;
	margin-left: auto;
	width: 30%;
	min-width: 6em;
	padding-top: 1rem;
	text-align: center;
	letter-spacing: 2px;
	font-size: 1.125rem;
	background-color: #f4f4f4;
}
.advt--box {
	padding-top: 1rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	background-size: auto auto;
	background-color: rgba(242, 242, 242, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(244, 244, 244, 1) 10px, rgba(244, 244, 244, 1) 20px );
}
.advt--list {
	display: flex;
	flex-wrap: wrap;
}
.advt--list li {
	margin: 0.5rem;
	
}
.advt--list li,
.advt--list li img {
	width: 200px;
	height: 52px;
}
.advt--list li:hover {
	opacity: 0.5;
}
.advt--boshu {
	font-size: 0.875rem;
	
}
.advt--boshu a {
	color: #444;
}
	/* -------------------------------------------
		advt > SP
	--------------------------------------------- */
	@media (min-width:0px) {
	}
	/* -------------------------------------------
		advt > TABLET
	---------------------------------------------- */
	@media (min-width:720px) {}
	/* -------------------------------------------
		advt > PC
	---------------------------------------------- */
	@media (min-width:1028px) {}
	
