@charset "utf-8";

body {
  color: #444;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
               system-ui, -apple-system, Roboto, "Segoe UI", sans-serif;
}

.page_ttl_wrap {
	background-image: url(../img/news_back.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}


/* ===================== Page Title / Hero ===================== */
.page_ttl{
  margin:0; color:#fff; font-weight:800;
  font-size:clamp(28px,5.2vw,56px);
  letter-spacing:.25em;
  -webkit-text-stroke:1px rgba(6,172,132,.9);
  text-shadow:0 0 17px #fff, 0 0 10px #fff;
}

.page_ttl_wrap{
  --hero:url("../img/news_back.jpg");  /* ページごとに style で上書き可 */
  --tint:rgba(17,176,143,.35);
  position:relative; isolation:isolate;
  display:grid; place-items:center;
  min-height:clamp(220px,28vw,360px);
  width:100vw; max-width:100vw;
  margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw);
  background-image:var(--hero);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.is-sub .page_ttl_wrap{ padding:20px 16px; }
.page_ttl_wrap::before{
  content:""; position:absolute; inset:0;
  background:var(--tint); z-index:-1;
}

/*.wrapper {
	padding: 0 240px;
	background-image: url(../img/news/news_bg.png);
	background-repeat: no-repeat;
	background-size: 750px;
	background-position: 90% 70%;
}*/

.page_guide a {
	color: #000;
}

.news {
	max-width: 1180px;
   margin: 0 auto;
}

.archive_ttl {
	width: 100%;
}

.news_ttl {
	 text-align: center;
    font-size: 24px;
    color: #895821;
	margin-top: 50px;
	margin-bottom: 100px;
}

.thum img {
	max-width: 500px;
    height: auto;
}

.kiji_flex {
	display: flex;
    margin-bottom: 120px;
    position: relative;
    padding-bottom: 100px;
    border-bottom: 3px solid #02c79f;
}

.kiji_waku {
	    margin-left: 30px;
}

.thum {
	max-width: 500px;
}

.kiji_btn {
	    font-size: 18px;
    position: absolute;
    right: 20px;
    display: inline-block;
    bottom: 80px;
    background: #02c79f;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    font-weight: bold;
}

.article_ttl {
	 font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
	margin-left: 30px;
}

.bassui .alignnone {
	display: none;
}

.days {
	font-size: 20px;
	color: #02c79f;
	text-align: left;
	margin-bottom: 15px;
}

.honbun {
	font-size: 18px;
	color: #000;
}

.sp_flex {
	display: flex;
}

.news_flex {
	margin-top: 10%;
	margin-bottom: 80px;
}

.cate_area {
	height: auto;
   background: #F7F5F0;
   border-radius: 20px;
   padding-top: 20px;
   padding-bottom: 40px;
   padding-right: 20px;
   padding-left: 20px;
}

.cate_mark {
    margin-right: 20px;
}

.mini_f {
	 display: flex;
     height: 30px;
    margin-bottom: 15px;
    align-items: baseline;
}

.cate_ttl {
	 font-size: 22px;
    border-bottom: 4px solid #67C171;
    margin: 0;
    padding: 20px 0;
	width: auto;
}

.cate_list {
	padding-left: 0;
	line-height: 60px;
}

.cate_list a {
	color: #000;
	font-size: 20px;
}

.cate_list li {
	border-bottom: 3px dotted #646464;
    width: max-content;
	max-width: 100%;
	text-align: left;
    margin: 0 auto;
}

.arch {
	margin-top: 100px;
}

.single1 {
	max-width: 1180px;
    margin: 0 auto;
    text-align: center;
	margin-top: 150px;
	margin-bottom: 150px;
}

.single1 .voice_ttl {
	font-size: 24px;
	margin-left: 30px;
}

.single1 .honbun {
	text-align: left;
    margin-top: 50px;
	margin-bottom: 100px;
}

.single1 ul {
	  font-size: 18px;
    padding: 0;
    display: inline-flex;
    justify-content: space-between;
    margin: 0 auto;
	width: 100%;
	margin-bottom: 150px;
}

.single1 li {
	padding: 0 40px;
}

.btn_waku {
	 border: 2px solid #67C171;
    padding: 15px;
    border-radius: 30px;
}


.s_ttl_flex {
	display: flex;
    align-items: baseline;
    border-bottom: 3px solid #02c79f;
}

.ftr-links a {
    font-size: 16px;
}


footer a {
    font-size: 22px;
    color: #895821;
}


@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 768px) {

	
	.news_flex {
		margin-bottom: 120px;
	}
	
	.news_list {
		width: 100%;
	}
	
	.side_flex {
		width: 100%;
	}
	
	.news_ttl {
	 text-align: center;
    font-size: 20px;
    color: #895821;
    margin-top: 50px;
    margin-bottom: 30px;
	}
	
	.kiji_flex {
    margin-bottom: 80px;
	position: static;
}
	
	.single1 .voice_ttl {
	  font-size: 20px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 360px;
}
	
	.single1 .honbun {
    text-align: left;
	  max-width: 360px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
}
	
	.single1 li {
    padding: 0px 0px;
}
	
	.single1 ul {
    width: 90%;
	margin-bottom: 100px;
}
	
	.honbun p {
		font-size: 17px;
	}
	
	.page_guide {
		font-size: 18px;
	}
	
	.page_guide a {
		font-size: 16px;
	  padding: 8px;
	}
	
	
	.kiji_btn {
   font-size: 18px;
   position: static;
   display: block;
   text-align: center;
   max-width: 250px;
   margin: 0 auto;
   margin-top: 30px;
}
	
	
}

/*-----------------single---------------------*/

@media screen and (max-width: 768px) {
	
	.single1 {
    margin-top: 50px;
	 margin-bottom: 100px;
}
	
	.news {
		padding: 0 15px;
	}
	
	.kiji_flex {
		flex-direction: column;
		margin-right: 0px;
		padding-bottom: 50px;
	}
	
	.kiji_waku {
	 margin: 0;
	 width: 100%;
	}
	
	.thum {
		text-align: center;
		max-width: 100%;
	}
	
	.thum img {
    max-width: 100%;
}
	
	.mini_f {
		margin-top: 15px;
	}
	
	.news {
		background-image: none;
	}
	
	.cate_area {
    max-width: 100%;
    margin: 0 auto;
	margin-bottom: 40px;
}
	
	
	.article_ttl {
    font-size: 18px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-left: 10px;
}
	
	.days {
    font-size: 17px;
    max-width: 360px;
}
	
	.honbun {
    font-size: 17px;
	font-weight: 300;
}
	
	.sv_img img {
		max-width: 360px;
		height: auto;
	}
	
	.f_flex {
    flex-direction: column !important;
    padding: 0 15px !important;
}
	
	.single_f {
	   flex-direction: column;
	}
	
	.single_f .left {
     margin-right: 0px;
}
	
	nav {
	font-size: 16px;
}
}

#sidebar {
	display: none;
}