@charset "utf-8";
.news_post .post_title{/* アーカイブタイトル */
	font-size: 2rem;
	margin-bottom: 10px;
}
/* ページ送り */
.wp-pagenavi {
  clear: both;
  margin: 50px auto 0;
  display: table !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
    border-top-color: rgb(191, 191, 191);
    border-right-color: rgb(191, 191, 191);
    border-bottom-color: rgb(191, 191, 191);
    border-left-color: rgb(191, 191, 191);
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px 15px !important;
}
/* 記事
 ====================================================*/
.post_link {/* 前のタイトル　次のタイトル*/
	display: flex;
  	gap: 200px;
	justify-content: space-between;
  	border-top: 1px dashed var(--b_color);
  	margin-top: 50px;
  	padding-top: 10px;
}
.post_wrap .post_cont p{
	margin-bottom: 1.5em;
}
.post_wrap .post_cont li a,
.post_wrap .post_cont p a{
	border-bottom: 1px solid #ff9900;
}
/* 角丸リセット */
:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 30px !important;
}
/* パンくずリスト */
.breadcrumbsWrap{
  width: 100%;
  margin: 30px auto;
  font-size: 1.4rem;
  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;
}

/* ボックス枠調整　背景色アリ */
.box_padding{
	padding: 10px 0 !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: 65%;
}
#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;
	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;
}
#news_thumb .information{
  background-color: #666;
}
#news_thumb .gourmet-food{
  background-color: var(--gourmet_02);
}

/* サムネール無し */
#news .news_list li{
	line-height; 1.2
}
#news .news_list li + li{
	padding-top: 5px;
}
#news .news_list .post_date {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#news .news_list .post_category {
  background-color: var(--g_color);
  color: #fff;
  border-radius: 10px;
  padding: 0px 8px 0px;
  font-size: 1rem;
  margin-left: 8px;
  height: 20px;
}
.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;
}
.news_cate.gourmet-food{
	background-color: var(--gourmet_02)
}
.news_cate.information{
	background-color: var(--information)
}
.post_content{
	font-weight: normal;
}
.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;
}

/* ブログ */
.blog_hukidashi{
	margin-top: 60px;
}
.blog_hukidashi .liquid-speech-balloon-text{
	border-radius: 30px;
	
}
.blog_hukidashi .liquid-speech-balloon-avatar{
	width: 100px;
	height: 120px;
}
.blog_hukidashi p{
	margin-bottom: 0 !important
}
.blog_hukidashi .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
	border-top: 10px solid transparent !important;
	border-top-color: transparent !important;
	border-bottom: 10px solid transparent !important;
    border-bottom-color: transparent !important;
	border-right: 20px solid rgba(0, 0, 0, 0.2): transparent !important;
	border-right: 20px solid transparent !important;
    border-right-color: rgba(0, 0, 0, 0.2);
    border-right-color: #00aca9 !important;
}
.liquid-speech-balloon-avatar::after {
  display: none !important
}
.blog_hukidashiB .liquid-speech-balloon-arrow {
  position: absolute;
  z-index: 2;
  content: '.';
  line-height: 1;
  width: 0px;
  height: 0;
  top: 25px;
  left: -21px;
  color: transparent;
	  border-right: 21px solid #ff9900 !important;
}



.blog-table th{
	background-color: #f4f2f2;
	text-align: center;
}
.blog-table tr td:first-child{
	white-space: nowrap;
	padding-inline: 5px;
}
.blog_gap--1em{/* カラム空き */
	gap: 1em !important;
}
.blog_gap--3em{/* カラム空き */
	gap: 3em !important;
}
.blog_ttl--01{/* タイトル　角丸 */
	border: 2px solid var(--b_color);
  border-radius: 20px;
  font-size: 2rem;
  display: table;
  margin-inline: auto;
  padding: 10px 30px;
}
.list-style_01{/* リストスタイル　スペース調整 */
	margin-top: -40px !important;
	margin-left: 0 !important
}

/* SP 記事
 =====================*/
@media screen and (max-width: 767px) {
.post_link {/*前の記事　次の記事*/
	gap: 50px;
}
.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;
}
}

/*ここから*/
.pickup_wrap {
	width: 385px;
  	position: absolute;
  	top: 580px;
  	font-size: 1.35rem;
  	border-top: 1px dashed var(--g_color);
  	padding: 5px;
  	left: 32px;
  	line-height: 1.8;
}
.post_wrap .post_cont {
	width: min(100%, 800px);
	margin-inline: auto;
}
.post_wrap .post_cont .ttl{
	font-size: clamp(2rem, -0.17rem + 2.73vw, 3rem);
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
 .pickup_wrap {
    position: relative;
    top: -50px;
    padding: 5px 0% 0;
    left: auto;
    width: 90%;
    margin-inline: auto;
  }
	}

/* リスト */
.post_wrap .post_cont .wp-block-list{
	  list-style: disc;
	margin-left: 3em
}
.list-style{/* 数字 */
	list-style: decim
}

/* 記事　レイアウト */
.column--01{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
}
.column--01 li{
	width: calc(100% / 2 - 20px);
}
.column--01 .post_ttl--01{
	font-size: 20px;
  	border-bottom: 1px dashed var(--g_color);
}

@media screen and (max-width: 767px) {
.column--01{
	flex-flow: column
}
.column--01 li{
	width: 100%
}
}