@charset "UTF-8";

/*---------------------------------------------
  Reset
-----------------------------------------------*/
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
}




/*---------------------------------------------
  アップ日部分
-----------------------------------------------*/
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.news-time {
	margin-top: 1.5em;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.news-time {
	margin-top: 1em;
}
}




/*----------------------------------------------------
   お知らせ
----------------------------------------------------*/
.category-list-box {
 	padding: 0 0 30px;
}
.news-list .not-news {
	text-align: center;
}
.news-list .up-days p {
	margin-bottom: 1em;
	font-size: 17px;
}
.news-list .up-days p span.new {
	padding: 0 1em;
	margin-right: 1em;
	font-size: 11px;
	display: inline-block;
	background-color: #de0000;
	color: #FFF;
	border-radius: 60px;
	vertical-align: middle;
}
.news-list .list-txt {
	margin-top: .8em;
}
.news-list .list-pht {
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-list .list-txt .news-category {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin: 1em 0 .5em;
}
.news-list .list-txt .news-category p {
  	font-size: 13px;
	font-weight: 400;
	border-radius: 5px;
	text-align: center;
	padding: 0.2em .8em;
	margin-right: .5em;
	margin-bottom: .5em;
	line-height: 1.4;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
}
.news-list .list-txt .news-category p.cate-news {
	background-color: #ff9f94;
}
.news-list .list-txt .news-category p.cate-senior {
	background-color: #89dbd8;
}
.news-list .list-txt h4 {
	letter-spacing: 0.05em;
	font-weight: 400;
}
.news-list .no-img {
	background-image: url("../img/no_img.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75px auto;
	box-sizing: border-box;
	background-color: #f6f6f6;
}

.tax-area .news {
	padding: 0px;
	border: solid 2px #ff9873;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 4em;
}
.tax-area .news-list {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.tax-area .slick-dotted.slick-slider {
	margin-bottom: 20px;
}
.tax-area .news-slide-btn {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.tax-area .news-slide-dot {
	display: inline-block;
}
.tax-area .slick-dots {
	position: relative;
	bottom: auto;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.tax-area .slick-dots li {
	vertical-align: middle;
	margin: 0 1px;
}
.tax-area .slick-dots li button:before {
	font-size: 12px;
}
.tax-area .slick-dots li.slick-active button:before {
	color: #6a3e00;
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1!important;
}
.tax-area .news-slide-btn .slick-prev,
.tax-area .news-slide-btn .slick-next {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	display: inline-block!important;
	vertical-align: middle;
	transform: none;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: solid 2px #ff9873;
	background-color: #FFF;
	box-sizing: border-box;
}
.tax-area .news-slide-btn .slick-prev {
	margin-right: 10px;
}
.tax-area .news-slide-btn .slick-next {
	margin-left: 10px;
}
.tax-area .news-slide-btn .slick-prev,
.tax-area .news-slide-btn .slick-next,
.tax-area .news-slide-btn .slick-prev:before,
.tax-area .news-slide-btn .slick-next:before {
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1!important;
}
.tax-area .news-slide-btn .slick-prev:hover,
.tax-area .news-slide-btn .slick-next:hover,
.tax-area .news-slide-btn .slick-prev:hover:before,
.tax-area .news-slide-btn .slick-next:hover:before {
	filter:Alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85!important;
}
.tax-area .news-slide-btn .slick-prev:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #ff9873 transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.tax-area .news-slide-btn .slick-next:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #ff9873;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.tax-area .btn-news {
	/*margin: 2em auto 0;
	width: 86%;
	max-width: 425px;*/
}
.tax-area .btn-news a,
.tax-area .not-btn-news {
	display: block;
	color: #FFF;
	background-color: #ff9873;
	text-align: center;
	padding: .8em 1em;
	font-size: 22px;
	box-sizing: border-box;
	position: relative;
	font-weight: 500;
}
.tax-area .btn-news a span {
	font-size: 13px;
	display: inline-block;
	position: relative;
	padding: .6em 2em;
	background-color: #FFF;
	border-radius: 100px;
	color: #ff9873;
	line-height: 1;
}
.tax-area .btn-news a span:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #ff9873;
	border-right: solid 2px #ff9873;
	position: absolute;
	right: .7em;
	top: 50%;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-ms-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}
.tax-area .news .not-news {
	text-align: center;
	width: 96%;
	margin: 40px auto;
}

/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.news-list {
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.tax-area .news-list {
	display: block;
}
.news-list:after {
	content:"";
	display: block;
	width:30%;
}
.news-list .list-txt h4 {
	font-size: 17px;
}
.news-list li {
	box-sizing: border-box;
	padding: 5px 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 33%;
	margin-bottom: 3em;
}
.tax-area .news-list li {
	width: auto;
	margin-bottom: 0;
}
.news-list li a {
	display: block;
	/*height: 100%;*/
	padding: 35px 25px 35px;
	background-color: #FFF;
	border-radius: 20px;
	box-sizing: border-box;
	border: solid 1px #e4e4e4;
	box-shadow: 0px 1px 6px 0px rgba(218,212,185,0.7);
}

.news-list li:hover {
	transform:scale(1.03,1.03);
}
/*.news-list li a:hover {
	border: solid 2px #ffe47a;
}*/

.tax-area .slick-slide {
	padding: 10px 0;
}
.tax-area .btn-news a:hover {
	background-color: #ff6731;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( min-width:768px) and ( max-width:945px) {
.news-list li {
	width: 48%;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.news-list {
	width: 92%;
	margin: 0 auto 1.5em;
}
.news-list li {
	/*margin-bottom: 1.5em;*/
	border-top: dashed 1px #CCC;
}
.news-list li:last-child {
	margin-bottom: 0;
	border-bottom: dashed 1px #CCC;
}
.news-list li a {
	padding: 20px 0;
	/*background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0px 1px 5px 0px rgba(218,212,185,0.7);
	border: solid 1px #CCC;*/
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.news-list li a .up-days {
	width: 100%;
	height: auto;
	margin-bottom: .5em;
}
.news-list li a .up-days p {
	margin-bottom: 0;
	font-size: 16px;
}
.news-list li a .up-days p span {
	vertical-align: text-bottom;
}
.news-list li a .list-pht {
	width: 30%;
	height: auto;
}
.tax-area .news-list li a .list-pht {
	height: auto!important;
	min-height: 85px;
}
.news-list li a .list-txt {
	width: 70%;
	margin-top: 0;
	box-sizing: border-box;
	padding: .5em 0 .5em 1em;
}
.news-list li a .list-txt h4 {
	font-size: 14px;
}
.news-list .list-txt .news-category {
	margin: 0 0 .3em;
}
.news-list .list-txt .news-category p {
  	font-size: 10px;
	font-weight: 500;
	margin-right: .7em;
}
.news-list .news-slide-btn {
	display: none;
}

.tax-area .news {
	/*width: 96%;
	margin: 0 auto;*/
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.tax-area .news .news-list {
	margin-top: 0;
	border-bottom: dashed 1px #CCC;
	width: 92%;
}
.tax-area .news .news-list li {
	border: none;
}
.tax-area .news-slide-btn {
	margin-bottom: 0;
}
.tax-area .news-slide-btn .slick-prev,
.tax-area .news-slide-btn .slick-next {
	width: 36px;
	height: 36px;
}
.tax-area .news-slide-btn .slick-prev:before {
	border-width: 6px 12px 6px 0;
}
.tax-area .news-slide-btn .slick-next:before {
	border-width: 6px 0 6px 12px;
}

.tax-area .btn-news a,
.tax-area .not-btn-news {
	font-size: 18px;
}
.tax-area .btn-news a span {
	font-size: 12px;
}
.tax-area .btn-news a span:after {
	width: 4px;
	height: 4px;
}
.news-list .no-img {
	background-size: 40px auto;
}

}









/*----------------------------------------------------
 　ページャー（お知らせ個別記事表示用）
----------------------------------------------------*/
/*　ブログ左枠　記事用ページャー　*/
.news-single-pagenation {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:100%;
	position:relative;
	margin-top: 4em;
}
/*　ブログ左枠　記事用ページャー　各枠　*/
.news-single-pagenation li {
	width:48%;
	-ms-flex-item-align: center;
	align-self: center;
}
/*　ブログ左枠　記事用ページャー　a タグ　リンク部分　*/
.news-single-pagenation li a {
	display:block;
	padding:1.3em 1em;
	background-color: #FFF;
	box-sizing: border-box;
	border: solid 1px #9a9a9a;
	border-radius: 10px;
}
/*　ブログ左枠　記事用ページャー　前の記事へ　*/
.news-single-pagenation li.single-pager-prev a {
	text-align:left;
}
/*　ブログ左枠　記事用ページャー　次の記事へ　*/
.news-single-pagenation li.single-pager-next a {
	text-align:right;
}
/*　ブログ左枠　記事用ページャー　ホバー時設定　*/
.news-single-pagenation li a:hover {
	background-color:#ffe991;
	border: solid 1px #ffe991;
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
/*　ブログ左枠　記事用ページャー　*/
.news-single-pagenation {
	width:96%;
	margin-left: auto;
	margin-right: auto;
}
}



/*----------------------------------------------------
   学区社協の一覧
----------------------------------------------------*/
.local-info .gakku-list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0;
}
.local-info .gakku-list li {
  	width: 30%;
	margin-bottom: .5em;
	list-style: none;
}
.local-info .gakku-list li a {
  	display: block;
	border: solid 3px #fad2c3;
	box-sizing: border-box;
	padding: .5em;
	text-align: center;
	border-radius: 5px;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.local-info {
	width: 92%;
	margin: 0px auto 50px;
}
.archive .local-info {
	margin: 0px auto;
}
.local-info .gakku-list li a:hover {
	border: solid 3px #ff6731;
	color: #ff6731;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( min-width:768px) and ( max-width:849px) {
.local-info .gakku-list li a {
  	font-size: 15px;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.local-info {
	width: 92%;
	margin: 0 auto;
}
}



/*---------------------------------------------
  事業・サービス一覧
-----------------------------------------------*/
.service-sec {
	padding-bottom: 5em;
}
.service-list {
	padding-left: 1em;
}
.service-list li {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 2em;
}
.service-list li:last-child {
	margin-bottom: 0;
}
.service-list li a {
	background: linear-gradient(transparent 98%, #000 0%);
	display: inline;
	/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
	padding: 0 0px 4px;
	line-height: 2.3;
}
.service-list li a:hover {
	background: linear-gradient(transparent 98%, #fe7758 0%);
	color: #fe7758;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.service-sec {
	padding-bottom: 3em;
}
.service-list {
	padding-left: 1em;
}
}



/*---------------------------------------------
  広報紙
-----------------------------------------------*/
.backnumber-koho {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*margin-bottom: 4em;*/
	padding-left: 0!important;
}
.backnumber-koho li {
  	list-style: none!important;
}
.backnumber-koho li a {
  	display: block;
	border: solid 3px #fad2c3;
	box-sizing: border-box;
	padding: .7em .5em;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
}
.archive .backnumber-koho li.new-koho a {
  	border: none;
	padding: 0;
}
.archive .backnumber-koho li.new-koho a .thumb,
.koho-pdf .thumb {
	border: solid 1px #fad2c3;
}
.archive .backnumber-koho li.new-koho a h3,
.koho-pdf .koho-btn {
	border: solid 3px #ff6731;
	box-sizing: border-box;
	padding: .7em .5em;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-top: 1.5em;
}
.koho-pdf .koho-btn {
	width: 100%;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.backnumber-koho li {
  	width: 30%;
	margin-bottom: .5em;
}
.backnumber-koho:after {
  	width: 30%;
	content:"";
	display: block;
}
.backnumber-koho li a:hover {
	border: solid 3px #ff6731;
	color: #ff6731;
}
.archive .backnumber-koho li.new-koho {
  	width: 100%;
	margin-bottom: 4em;
}
.archive .backnumber-koho li.new-koho a {
  	width: 80%;
	max-width: 400px;
	margin: 0 auto ;
}
.archive .backnumber-koho li.new-koho a h3,
.koho-pdf .koho-btn {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.archive .backnumber-koho li.new-koho a:hover .thumb {
	border: solid 1px #ff6731;
}
.archive .backnumber-koho li.new-koho a:hover h3,
.koho-pdf a:hover .koho-btn {
  	background-color: #ff6731;
	color: #FFF;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.backnumber-koho li {
  	width: 100%;
	margin-bottom: .5em;
}
.backnumber-koho:after {
  	width: 100%;
	content:"";
	display: block;
}
.archive .backnumber-koho li.new-koho {
  	width: 100%;
	margin-bottom: 3em;
}
.archive .backnumber-koho li.new-koho a {
  	width: 100%;
	max-width: 400px;
	margin: 0 auto ;
}
}

/*---------------------------------------------
  広報紙（投稿）
-----------------------------------------------*/
.single .sub-content-sec .koho-pdf a {
	display: block;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.single .sub-content-sec .koho-pdf {
	width: 80%;
	margin: 0 auto 2em;
	max-width: 500px;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.single .sub-content-sec .koho-pdf {
	width: 80%;
	margin: 0 auto 2em;
}
}



/*---------------------------------------------
  計画
-----------------------------------------------*/
.keikaku-list li {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-bottom: 2em!important;
}
.keikaku-list li::after{
	content:"";
	display: block;
	width:50%;
}
.keikaku-list li h3 {
  	position: relative;
}
.keikaku-list li h3:before {
  	content: "●";
	color: #ff9873;
	position: absolute;
	left: -1.3em;
	top: 0;
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.keikaku-list li h3 {
  	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
}
.keikaku-list li .keikaku-txt {
  	width: 100%;
	margin-bottom: 10px;
}
.keikaku-list li .keikaku-txt p {
  	width: 100%;
	margin-bottom: 5px;
}
.keikaku-list li p.keikaku-btn {
  	width: 50%;
}
.keikaku-list li p.keikaku-btn a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
}
.keikaku-list li p.keikaku-btn a:hover {
	background: none;
	border: solid 3px #ff6731;
	background-color: #ff6731;
	color: #FFF;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.keikaku-list li h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
.keikaku-list li p {
	margin: 0 0 1em;
	width: 100%;
}
.keikaku-list li p.keikaku-btn a {
	display: block;
	padding: .5em;
	border: solid 3px #fad2c3;
	background: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	box-sizing: border-box;
}
}


/*---------------------------------------------
  パスワード保護
-----------------------------------------------*/
.passArea input {
	box-sizing:border-box;
	padding:5px;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: transparent;
}
.passArea .pass-submit {
	background-color:transparent!important;
	border: solid 2px #FFF!important;
	color:#FFF!important;
	padding:8px 25px!important;
	margin-left: 10px!important;
	cursor:pointer!important;
	-webkit-appearance: none;
	border-radius: 5px!important;
}
.bgwhite .passArea .pass-submit {
	background-color:#ff6363!important;
}
.bgyellow .passArea input {
	border: solid 1px #000!important;
}
.bgyellow .passArea .pass-submit {
	color:#000!important;
	border: solid 2px #000!important;
}

/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.passArea input {
	display: block;
	width: 100%;
}
.passArea  .pass-submit {
	margin: 10px auto!important;
	display: block;
	width: 84%;
	padding:13px 25px!important;
	border-radius: 100px!important;
}
}


