@charset "utf-8";
/* 記事
 ====================================================*/
/* パンくずリスト */
.breadcrumbsWrap{
  width: 90%;
  margin: auto;
  font-size: 1.2rem;
  color: #777;
	margin-block: 10px 60px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
._breadcrumbs{
  display: flex;
  align-items: center;
}
._breadcrumbs{
  display: flex;
  align-items: center;
}
.breadcrumbs span{
  margin:0 3px;
}
.breadcrumbs span:first-child{
  margin-left:0;
}
.breadcrumbs span:first-child a{
  _color:#2a627e;
}
.breadcrumbs a{
  margin:0 3px;
}


.news-event{
	margin-block: 100px;
}
.waku{
	border: 1px solid #666;
}
.news a{
	border-bottom: 1px solid #ff9900;
}
.no-border a{
	border-bottom: none !important;
}
/* NEWアイコン*/
.ribbon_wrap {  
  	display: block;
  	position: absolute;
	top: 1px;
  	margin: 0;
  	padding: 0;
  	_width: 300px;
  	box-sizing: border-box;
}

.ribbon {  
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  background: #f01;
  left: 10px;
  font-weight: bold;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #f01;
  border-right: 20px solid #f01;
  border-bottom: 10px solid transparent;
}
.ttl_line{
	letter-spacing: 2px;
	font-size: 3.5rem;
	text-align :center;
}
.ttl_line:before{
	content: url(../img/common/line_a_01.svg);
	display: inline-block;
	  padding-right: 20px;
}
.ttl_line:after{
	content: url(../img/common/line_a_02.svg);
	display: inline-block;
	  padding-left: 20px;
}
.ttl_sub{
	font-size: 2rem;
  	text-align: center;
  	margin-bottom: 20px;
  	letter-spacing: 2px;
  	margin-top: -10px;
}
/* サムネール有り */
#news_thumb .news_list{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}
#news_thumb .news_list li{
	width: calc(100% / 4 - 30px);
}
#news_thumb .post_thumbnail{
	position: relative;
	_overflow: hidden;
	padding-top: 88%;
}
#news_thumb .news_list li img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
	  object-fit: cover;
}
.post_date{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4px;
	font-size: 1.4rem;
}
.calendar::before{
	content: "";
	background-image: url("../img/common/calendar.svg");
    background-size: contain;
    background-repeat: no-repeat;
	width: 16px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

#news_thumb .post_title{
	line-height: 1.4;
	margin-top: 5px;
}
#news_thumb .post_title a{
	color: var(--b_color);
}
#news_thumb .cate{
	color: #fff;
  	padding: 1px 12px 2px;
  	border-radius: 10px;
  	font-size: 1.2rem;
  background-color: #666;
}
#news_thumb .information{
  background-color: #666;
}

#news_thumb .gourmet-food{
  background-color: var(--gourmet_02);
}

/* サムネール無し */
#news .news_list li{
	display: flex;
	align-items: center;
	gap: 10px;
}
#news .news_list li + li{
	padding-top: 5px;
}
#news .news_list .post_date{
	font-size: 1.2rem;
}
#news .news_list .post_category{
	background-color: var(--base);
	color: #fff;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 1.3rem;
}
.news .ttl{
	font-size: clamp(2rem, 2vw, 3rem);
	font-weight: bold;
	margin-bottom: 30px;
}
.news_date{
	display: flex;
	margin-block: 30px;
}
.post-categories a{
	margin-left: 20px;
	padding: 1px 15px 2px;
	border-radius: 10px;
	background-color: #666;
	color: #fff;
	border-bottom: none;
	font-size: 1.3rem;
}
.news_cate{
	color: #fff;
  	border-radius: 11px;
  	margin-left: 10px;
  	font-size: 1.4rem;
 	padding: 1px 10px;
		background-color: var(--information)

}
.news_cate.gourmet-food{
	background-color: var(--gourmet_02)
}
.news_cate.information{
	background-color: var(--information)
}
.post_content{
	font-weight: normal;
}
.post_content p{
	margin-bottom: 1em;
}
.post_content .post_font_s{
	font-size: 1.2rem;
}
.archive_wrap{
	display: flex;
	gap: 40px;
	justify-content: center;
}
.archive_list{
	width: 300px;
}
.archive_list img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.archive_cate .post-categories a{
	margin-left: 0px;
}

.news .ttl::after {/*タイトル出力時に改行を挿入*/
  content: '';
  display: block;
}
.news .ttl {
  white-space: pre-line;
}

/* SP 記事
 =====================*/
@media screen and (max-width: 767px) {
.ttl_line{
	letter-spacing: 0px;
	font-size: 1.8rem;
	text-align :center;
}
.ttl_line::before {
  content: url(../img/common/line_a_01_sp.svg);
  display: inline-block;
  padding-right: 5px;
}
.ttl_line::after {
  content: url(../img/common/line_a_01_sp.svg);
  display: inline-block;
  padding-left: 5px;
}
.ttl_sub {
  font-size: 1.5rem;
}
/* アーカイブなど */
.sv_txt .ttl {
  font-size: 22px;
  white-space: nowrap;
}
.sv_txt .ttl_sub {
  font-size: 1.6rem;
}
.sv_img{
	height: 200px;
}
.sv {
  margin-bottom: 40px;
  margin-top: -80px;
}

#news_thumb .news_list {
  gap: 20px;
  flex-wrap: wrap;
}	
#news_thumb .news_list li {
  width: calc(100% / 2 - 10px);
}
#news_thumb .news_list li img {
  _height: auto;
}
.news .ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
#news_thumb .post_title {
  font-size: 1.4rem;
}
.post_date {
  font-size: 1.3rem;
}
#news_thumb .cate {
  padding: 1px 12px 1px;
  font-size: 1.1rem;
}
}

.photo_0315{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
.photo_0315 li{
	width: calc(100% / 3 - 10px)
}
.photo_0315 li img{
	width: 100%
}
@media screen and (max-width: 767px) {
.photo_0315 li{
	width: calc(100% / 2 - 10px)
}
}