@charset "UTF-8";

/* 共通部分 */
html {
	font-size:100%;
}
body{
	font-family: 'Philosopher', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;

	line-height: 1.7;
	color: #000000
}
a {
	text-decoration: none;
}
img {
	max-width: 100%
}
/* HEADER */
.page-header {
	display: flex;
	justify-content: space-between;
}
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
	position: relative;
}
.slider {
width: 100vw;
height: 350px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.logo {
	width: 180px;
	margin-top: 10px;
	margin-left: 6%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
} /* HEADER */

/*記事部分*/
article {
		width: 75%;
}
/*サイドバー*/
aside {
		width: 25%;
}
.news-contents {
		display: flex;
		justify-content: space-between;
}
.sub-title {
		font-size: 1.375rem;
		padding: 0 8px 8px;
		border-bottom: 2px #0bd solid;
		font-weight: normal;
}
/*sns
#sns {
background: #fada91;

}
#sns .wrapper {
		display: flex;
		justify-content: space-between;
}*/

.sns-sub-title {
		font-size: 1.6rem;
		font-family :'Noto Sans JP', sans-serif;
		color: #000000;
		padding: 0 8px 8px;
		border-bottom: 2px #efb81a solid;
		font-weight: normal;
		margin: -40px 0 10px;
}
.facebook-wrapper {
		margin: 0 10px 0;
}
saside p {
		padding: 12px 10px;
}
.sub-menu {
		margin-bottom: 10px;
		list-style: none;
}
.sub-menu li {
		border-bottom: 1px #ddd solid;
}
.sub-menu a {
		color: #432;
		padding: 10px;
		display: block;
}
.sub-menu a:hover {
		color: #efb81a;
}
.item {/*親div*/
  position: relative;/*相対配置*/
  top: 10px;
}
article h4 {
position: relative;/*絶対配置*/
color: #000000;/*文字は白に*/
font-weight: 600; /*太字に*/
font-size: 1.6em;/*サイズ2倍*/
font-family :'Noto Sans JP', sans-serif;/*Google Font*/
text-align: center;
padding: 0 8px 8px;
margin: -40px 20px 5px;
border-bottom: 2px #a8e6cf solid;
}
p.master1 {
position: relative;/*絶対配置*/
text-align: center;
color: #000000;/*文字は白に*/
font-weight: 400; /*太字に*/
font-size: 1em;/*サイズ2倍*/
font-family :'Noto Sans JP', sans-serif;/*Google Font*/
padding: 2px;
  }
p.master1 a {
  color: #ff4f4f;
}
p.master2 {
background: linear-gradient(to bottom, #FFC778, #fff3e3);
position: relative;/*絶対配置*/
width: 40%;
margin: auto;
padding: 5px 5px 0px;
  }

.grid {
		display: grid;
		gap: 6px;
		grid-template-columns: 1fr;
		margin-top: 0%;
		margin-bottom: 0%;
}

.item h5 {
  position: absolute;/*絶対配置*/
			color: #ffffff;/*文字は白に*/
font-weight: 600; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family :'Noto Sans JP', sans-serif;/*Google Font*/
  top: 2%;
  left: 2%;
  }
/* フッター */
footer {
	background: #1a660a;
	text-align: center;
	padding: 26px 0;
}
footer p {
	color: #ffffff;
	font-size: 0.875rem;
		}
/*------------------- モバイル -------------------*/
@media (max-width: 960px) {
		}
@media (max-width: 560px) {


/* HEADER */
.logo {
	width: 100px;
	margin-top: 5px;
	margin-left: 6%;}
/* HOME */

.page-header {
flex-direction: column;
}
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 3%;
}
.slider{
width: 100vw;
height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.item {
color: #ffffff;
font-weight: 100;
font-size: 0.85em;
font-family :'Noto Sans JP', sans-serif;
top: 0px;
}
article h4 {
position: relative;
font-weight: 600;
font-size: 1em;
font-family :'Noto Sans JP', sans-serif;
text-align: center;
padding: 0px;
margin: 10px 0px 5px;
}
p.master1 {
position: relative;
text-align: left;
font-weight: 400;
font-size: .8em;
font-family :'Noto Sans JP', sans-serif;
padding: 2px;
margin-bottom: 5px;
}
p.master1 a {
color: #ff4f4f;
}
p.master2 {
background: linear-gradient(to bottom, #FFC778, #fff3e3);
position: relative;
width: 60%;
margin-bottom: 10px;
padding: 5px 5px 0px;
}
.item h5 {
position: absolute;
color: #ffffff;
font-weight: 600;
font-size: 1.6em;
font-family :'Noto Sans JP', sans-serif;
top: 2%;
left: 2%;
}

/*サイドバー*/
.news-contents {
flex-direction: column;
}
aside,
article
{
width: 100%;
}
.sub-title {
		font-size: 1em;
		padding: 0 8px 8px;
		border-bottom: 2px #efb81a solid;
		font-weight: normal;
		margin-top: -10px;
}
.sns-sub-title {
		align: center;
		font-size: 1rem;
		color: #000000;
		padding: 0 8px 8px;
		border-bottom: 2px #efb81a solid;
		font-weight: normal;;
		margin: 0 10px 10px;
}
.facebook-wrapper {
		margin: 0 20px 0;
}
.sub-menu a {
		font-size: .8rem;
		color: #432;
		padding: 6px 10px;
		display: block;
}
article {
order: 1;
}
aside {
order: 2;
}
}
/* フッター */
footer {
background: #1a660a;
text-align: center;
padding: 10px 0;
}
footer p {
color: #ffffff;
font-size: 0.675em;
}