/* 記事ページ：本文70% / サイドバー30% */
.single .l-mainContent {
  width: calc(100% - 250px);
}

.single .l-sidebar {
  max-width: 200px;
}

/* 記事ページ：本文とサイドバーの間隔を小さく */
.single .l-mainContent .l-container {
    padding-left: 0;
    padding-right: 0;
}


/* 投稿ページ下部のカテゴリ・タグを非表示 */
.single .p-articleMetas.-bottom {
  display: none;
}

.single .p-articleFoot{
  display: none;
} 

.single .p-articleMetas.-top{
	gap: 10px !important;
}

/* =========================
　　上部のカテゴリボタン
========================= */
.single .c-categoryList {
	gap: 10px;
}

.single .c-categoryList__link {
  background-color: #728B25;
  color: #FFF;
  height: 2rem;
  margin-right: 0;
  padding: 0 1rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.875rem !important;  /* 14px */
  font-weight: 500;
  letter-spacing: 0.10em;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.single .p-articleMetas__termList::before {
  display: none !important;
}

/* ===== 記事上部のタグを「線で囲ったデザイン」に ===== */
.p-articleMetas__termList .c-tagList__link {
  display: inline-block;
  padding: 0 14px !important;
  margin: 0px;
  border: 1px solid #343B34;
  border-radius: 16px;
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #343B34;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.p-articleMetas {
  display: flex;
  flex-direction: column;
}

/* カテゴリボタンが上 */
.p-articleMetas .p-entryTerms {
  order: 1;
}

/* タグが下に */
.p-articleMetas__termList {
  order: 2;
  gap: 10px;
}

.single .p-articleMetas__times {
  order: 3;
}


/* 記事上部のカテゴリ・タグ全体を左寄せにする */
.p-articleMetas.-top {
  text-align: left !important;
}

/* カテゴリリスト */
.p-articleMetas.-top .c-categoryList {
  text-align: left;
  justify-content: flex-start;
}

/* タグリスト */
.p-articleMetas.-top .c-tagList {
  text-align: left;
  justify-content: flex-start;
}

/* タグ・カテゴリの並びを左寄せに固定 */
.p-articleMetas.-top {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 8px;
}


/* =========================
   タグ・カテゴリ：デフォルトhover無効化
========================= */

/* 共通：動き・影・アニメーションを殺す */
.p-articleMetas__termList .c-tagList__link,
.single .c-categoryList__link {
  transition: none;
}

/* hover時：タグ */
.p-articleMetas__termList .c-tagList__link:hover {
  opacity: 0.8;
  transition: background-color 0.3s ease 0.05s;
  background-color: #f5f5f5;
  box-shadow: none;
  transform: none;
}

/* hover時：カテゴリ */
.single .c-categoryList__link:hover {
  opacity: 0.8;
  transition: background-color 0.3s ease 0.05s;
  background-color: #6C7D38;
  color: #FFF;
  box-shadow: none;
  transform: none;
}

/* SWELL特有のアニメーション対策 */
.p-articleMetas__termList .c-tagList__link.hov-flash-up:hover,
.single .c-categoryList__link.hov-flash-up:hover {
  animation: none;
  transform: none;
}

.p-articleMetas__termList .c-tagList__link.hov-flash-up:hover {
  background-color: #f5f5f5;
}

.single .c-categoryList__link.hov-flash-up:hover {
  background-color: #6C7D38;
  color: #FFF;
}

/* =========================
　記事ページフォント
========================= */
/* 記事ページ 見出し調整 */




.single .c-postTitle__ttl {
  font-size:2rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
}




/* ============================================
   ■ PC用フォントの設定
   ============================================ */
/* 本文 p */
.single p {
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
}

/* H2 */
.single h2,
.single .p-entry__body h2,
.single h2.wp-block-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.10em;
  line-height: 1.5;
}

/* H2 セクションタイトル（SWELL独自） */
.single .post_content .is-style-section_ttl {
  letter-spacing: 0.10em;
}

/* H2 上の英語 */
.single .h2-en {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  display: block;
}

/* H3 */
.single h3,
.single .p-entry__body h3,
.single h3.wp-block-heading,
.single .post_content h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

/* H4 */
.single h4,
.single .p-entry__body h4,
.single h4.wp-block-heading,
.single .post_content h4 {
  font-family: "游ゴシック体", "Yu Gothic Bold", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
}




/* Google Mapをコンテンツ幅に合わせる */
.wp-block-gmap-gmap-block iframe {
  width: 100%;
  max-width: 100%;
  height: 450px; /* 好きな高さに調整 */
  display: block;
}

@media (max-width: 900px){
  .wp-block-gmap-gmap-block iframe {
    width: 90%;
    max-width: 90%;
    aspect-ratio: 16 / 9; /* ← 地図の比率 */
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
	
/* 記事ページ：アイキャッチの影を消す */
.single .p-articleThumb__img,
.single .p-articleThumb__youtube {
  box-shadow: none;
}

/* link-card：黒枠＋影なし */
.single .p-blogCard__caption {
  display: none;
}
.single .p-blogCard.-external{
  border: 1px solid #000 !important;
	box-shadow: none !important;
}
.single a.p-blogCard__title {
	font-family: 'Noto Serif JP', serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
}
.single .p-blogCard__excerpt{
	font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;     /* 16px */
    font-weight: 500;   /* Medium */
    line-height: 2;
    letter-spacing: 0.15em;
}




/* 通常記事は触らない */
.single .post_content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* フル幅にしたいブロックだけ */
.single .post_content .alignfull {
  max-width: 100% !important;
}


/* 目次 */
.single .p-toc.-simple {
    width: 100%;
    display: inline-block;
}
.single .p-toc.-simple {
    padding: 40px 50px 40px 50px;
}

/* 記事ページ：目次の外枠色を変更 */
.single .p-toc {
  border: 1px solid #343B34;
}

/* 記事ページ：目次のフォント変更 */
.single .p-toc__link {
	font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1rem; /* 本文サイズ =16px */
	font-weight: 500; /* Medium */
	line-height: 2;
	letter-spacing: 0.15em;
}



@media (min-width: 960px) {
  .single #main_content .p-toc {
    width: 100%;      /* もしくは 100% */
    max-width: none;
  }
}

/* =========================
   記事ページ：1112px以下で1カラム・幅100%
========================= */
@media (max-width: 1112px) {
  .single.-sidebar-on .l-mainContent,
  .single.-sidebar-on #sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }
}





/* =========================
　記事装飾
========================= */

/* 記事ページの h2 */
.single-post .post_content h2 {
  position: relative;
  margin: 50px auto;
  padding-bottom: 14px;
  padding-left: 10px;/* 下だけ余白 */
}

/* 下線 （記事カードは除外）*/
.single-post .post_content h2:not(.p-postList__title)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #343B34;
  opacity: 0.6;
}


/* 記事ページの h3 */
.single-post .post_content h3,
.single-post .p-entry__body h3 {
  position: relative;
  padding-left: 24px !important; 
  margin: 40px 0 40px;
}

.single-post .post_content h3::before,
.single-post .p-entry__body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #7a8e3f;
}

/* 記事ページの h4 */
.single-post .post_content h4,
.single-post .p-entry__body h4 {
  position: relative;
  padding-left: 28px !important; /* ← 距離を絶対に適用 */
  margin: 40px 0 40px;
}

/* 丸アイコン */
.single-post .post_content h4::before,
.single-post .p-entry__body h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background-color: #7a8e3f;
  border-radius: 50%;
}






/* 記事ページ：本文内リストの文字スタイル */
.single .l-article ul li,
.single .l-article ol li {
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;     /* 16px */
  font-weight: 500;   /* Medium */
  line-height: 2;
  letter-spacing: 0.15em;
}

/* 数字の色とサイズ */
.single-post .post_content ol:not(.p-toc__list) > li::before,
.single-post .p-entry__body ol:not(.p-toc__list) > li::before {
  font-size: 20px;
  color: #7a8e3f !important;
}

/* チェックスタイル（UL） */
.single-post .p-entry__body ul.is-style-check,
.single-post .post_content ul.is-style-check {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* 記事（single）ページだけ、チェックリストに外枠をつける */
.single .is-style-check_list-bordered.is-style-check_list.bordered   {
    border: 1px solid #343B34;   /* 枠線の色・太さを合わせる */
    padding: 42px 47px;/* 内側の余白 */
	width: 100%;
}


.is-style-check_list_plain.is-style-check_list {
	padding: 0;
	margin: 0;
}


/* 行間調整（任意） */
.single .wp-block-list.is-style-check_list li {
    margin-bottom: 8px;
}

.single .wp-block-list.is-style-check_list li:last-child {
    margin-bottom: 0;
}

/* 番号リスト（LI）の余白調整 */
.single-post .p-entry__body ol:not(.p-toc__list) > li,
.single-post .post_content ol:not(.p-toc__list) > li {
  padding-left: 2px;
  margin-bottom: 0.6em;
}

/* 記事ページ：番号リスト（is-style-index）の数字＋縦線 */
.single-post .post_content ol.is-style-index > li::before,
.single-post .p-entry__body ol.is-style-index > li::before {
  font-size: 16px;
  color: #7a8e3f;              /* 数字＆線の色 */
  border-right-width: 2px !important;  /* ★縦線の太さ */
  border-right-style: solid;          /* 念のため指定 */
}

.single .is-style-index-bordered.is-style-index.bordered{
    border: 1px solid #343B34;   /* 枠線の色・太さ */
    padding: 42px 47px;          /* 内側の余白 */  
	width: 100%;
	
}

.single .is-style-index-plain.is-style-index.plain{
	padding: 0;
	margin: 0;
}

/* 行間調整（お好みで） */
.single .wp-block-list.is-style-index li {
    margin-bottom: 8px;
}

.single .wp-block-list.is-style-index li:last-child {
    margin-bottom: 0;
}

/* 下線時に文字をボールドに */
.post_content .swl-marker {
  font-weight: 700 !important;
}
span.swl-marker.mark_orange {
   background: linear-gradient(transparent 60%, #7a8e3f70 60%);
}


/* ボールド + 下線を同時に適用するクラス */
.single strong {
    background: linear-gradient(transparent 60%, #7a8e3f70 60%);
}


/* 記事本文の「通常テキスト」にだけリンク色を付ける（記事カードは除外） */
.single .post_content p a:not(.p-toc__link):not(.p-postList__cat):not(.p-postList__tag),
.single .post_content li a:not(.p-toc__link):not(.p-postList__cat):not(.p-postList__tag),
.single .post_content dd a:not(.p-toc__link):not(.p-postList__cat):not(.p-postList__tag),
.single .post_content blockquote a:not(.p-toc__link):not(.p-postList__cat):not(.p-postList__tag) {
  color: #728B25 !important;
  text-decoration: underline;
  text-decoration-color: rgba(114, 139, 37, 0.6);
}

/* ホバー時 */
.single .post_content p a:not(.p-toc__link):hover,
.single .post_content li a:not(.p-toc__link):hover,
.single .post_content dd a:not(.p-toc__link):hover,
.single .post_content blockquote a:not(.p-toc__link):hover {
  color: #556b1e !important;
  text-decoration-color: rgba(114, 139, 37, 0.9);
}




/* =========================
　　店舗情報ＢＯＸ
========================= */
.single figure.wp-block-table.info-box {
	font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;     /* 16px */
    font-weight: 500;   /* Medium */
    line-height: 2;
    letter-spacing: 0.15em;
}	

.info-box td {
	margin-left: 10px;
}
	
.wp-block-table.info-box table,
.wp-block-table.info-box tr,
.wp-block-table.info-box td {
    border: none !important;
    box-shadow: none !important;
}

.wp-block-table.info-box td {
  border-bottom: 1px solid #c8c8c0 !important; /* 下線だけ追加 */
  padding: 10px 0;
}

.wp-block-table.info-box tr:last-child td {
  border-bottom: none !important;
}

.wp-block-table.info-box td {
  border-bottom: 1px solid #c8c8c0 !important;
  padding: 16px 0;  /* ← ここを調整すると行間が変わる！ */
}


.wp-block-table.info-box td:first-child {
  width: 25%;
  padding-left: 10px !important;
  white-space: nowrap; /* 左列を折り返さない */
}

.wp-block-table.info-box td:last-child {
  width: 75%;
  padding-left: 50px;
}

/* ▼ ボタンが入っている行だけ、下線を消す */
.wp-block-table.info-box tr:has(.info_cv_btn) td {
  border-bottom: none !important;
}

.wp-block-table.info-box {
    background-color: #FEFAF3;  /* ← 好きな色に変更 */
    padding-top: 52px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 40px;
}

.info-box table td,
.info-box table th {
  border-bottom: 1px solid #c8c8c0; /* 下線の色 */
  padding: 10px 0;                  /* 上下の余白 */
}


.info_cv_btn{
	width:504px;
	height:82px;
	background-color:#343B34;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-top: 77px !important;
	padding:0 40px;
	
}

.info_cv_btn_text{
	color:#ffffff;
	font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight:300;
	font-size: 1rem;
	
}

.info_cv_btn_arrow{
	width:8px;
	height:26px;
}
.info_cv_btn_arrow img{
	width:8px;
	height:16px;
}	
.info_cv_btn:hover{
		opacity:0.8;
		transition: opacity 0.3s;
}

.info_cv_btn {
  margin: 0 auto;   /* ← これで中央配置！ */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 504px; /* 中央に置くための最大幅 */
  width: 100%;      /* スマホで広がる */
  padding: 18px 40px;

}

.wp-block-table.info-box .info_cv_btn {
    margin-top: 60px !important;
	margin-bottom: 40px !important;
}


/* 写真×写真カラムbox */
.wp-block-columns.img.box .wp-block-image{
  max-width: 420px;
  width: 100%;
  aspect-ratio: 3 / 2;   /* 420×280 */
  overflow: hidden;
  margin-left: 0;      /* ← 左寄せ */
  margin-right: auto;
}

.wp-block-columns.img.box .wp-block-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px){
  .wp-block-columns.img.box .wp-block-image{
    margin-left: 0;     
    margin-right: auto; 
  }
}	


/* 写真×テキストカラムbox */
.wp-block-columns.column-img-text-box .wp-block-image{
  max-width: 420px;
  width: 100%;
  aspect-ratio: 3 / 2;   /* 420×280 */
  overflow: hidden;
  margin-left: 0;      
  margin-right: auto; 
}

.wp-block-columns.column-img-text-box  .wp-block-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px){
.wp-block-columns.img-text-box .wp-block-image{
    margin-left: 0;      
    margin-right: auto; 
  }
}	

	
/* キャプションbox */	
.single .caption-style.cap_box { 
  margin: 30px 0;  
}

.single .caption-style .cap_box_ttl span {
  font-size: 1rem; 
  color: #343B34;
}

.single .caption-style .cap_box_content,
.single .caption-style .cap_box_content * {
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.875rem !important; 
  line-height: 2;
  letter-spacing: 0.15em;
}

.single .caption-style .cap_box_content {
  padding: 37px 67px !important;
}

.p-articleMetas.-bottom {
    display: none;
}

.single .swell-block-postLink {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
	

	
	
.single .post_content.wp-block-gmap-gmap-block.gmap-block-77z7xd94 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

	



/* ======================================
   ■ SP（599px以下）
   ====================================== */
@media (max-width: 599px) {
	
.single .p-toc.-simple {
    width: 100%;
    display: inline-block;
}


.single .p-toc.-simple {
    padding: 20px 20px 20px 20px;
}
	
.p-toc.-simple {
    font-size: 1rem;
}

.p-toc.-simple {
    font-size: 1rem;
}

	

.single figure.wp-block-table.info-box {
	font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.875rem;    
    font-weight: 500;   
    line-height: 2;
    letter-spacing: 0.15em;
}
	
.wp-block-table.info-box {
    background-color: #FEFAF3;  
    padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}
	
	
.info_cv_btn{
	width:98%;
	height:64px;
	margin:30px auto;
	background-color:#343B34;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	padding:0 20px;
}
.info_cv_btn_text{
	color:#ffffff;
	font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight:300;
	font-size:14px !important;
	
}
.info_cv_btn_arrow{
	width:8px;
	height:22px;
}
.info_cv_btn_arrow img{
	width:8px;
	height:16px;
}
	
.wp-block-table.info-box .info_cv_btn {
    margin-top: 0 !important;
	margin-bottom: 0 !important;
}
	
.single .caption-style .cap_box_content {
  padding: 20px 25px !important;
}
	
.single .wp-block-list.is-style-check_list {
    padding: 20px 25px;          
    width: 95%;
}
	
.single .wp-block-list.is-style-index {
    padding: 20px 25px;          
	width: 95%;
}
/* ============================================================
   ■ SP版（599px以下）用フォント設定
   ============================================================ */
 /* 本文（p） */
  .single p {
    font-size: 0.875rem;
  }

  /* H2 */
  .single h2,
  .single .p-entry__body h2,
  .single h2.wp-block-heading {
    font-size: 1.5rem !important; 
  }


  /* H3 */
  .single h3,
  .single .p-entry__body h3,
  .single h3.wp-block-heading,
  .single .post_content h3 {
    font-size: 1.25rem !important;
  }

  /* H4 */
  .single h4,
  .single .p-entry__body h4,
  .single h4.wp-block-heading,
  .single .post_content h4 {
    font-size: 1rem !important;
  }

/* リスト表示*/
.single .l-article ul li,
.single .l-article ol li {
    font-size: 0.875rem !important;       
  }
	
/* 目次*/
.single .p-toc__link{
    font-size: 0.875rem !important;       
  }
/* ============================================================
   ■ SP版（599px以下）記事余白感
   ============================================================ */	

.single .p-toc.-simple {
	margin :0 !important;
}
.single-post .post_content h2{
	margin-bottom:20px!important;
}
.single-post .post_content h3,
	.single-post .p-entry__body h3{
	margin-bottom:20px!important;
}
.wp-block-table.info-box td:last-child {
  padding-left: 20px;
}	
}
	
/* ======================================
   ■ イベント開催期間
====================================== */
.event-period-title {
  margin-top: 6px;
  color: #728B25;
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}

.event-period-label {
  font-weight: 600;
  margin-right: 4px;
}


/* ======================================
   ■ 著者情報
====================================== */
.wp-block-columns.author {
    border: 1px solid #343B34;
    padding: 40px 50px;
    width: 100%;
	gap: 10px;
}

span.author_position {
  display: inline;
  background: linear-gradient(transparent 60%, #7a8e3f70 60%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari対策 */
  text-align: center;
  font-weight: 600;
}

p:has(span.author_position) {
  margin-bottom: 0;
}

p.author_p {
    margin-bottom: 0;
}

span.author_name {
  text-align: center;
  font-weight: 600;
　font-size: 1.25rem;
}

p.author_title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.author .author_img img {
  width: 100%;
  max-width: clamp(100px, 18vw, 160px);
  height: auto;
  max-height: 200px;
  margin: 0 auto;
  display: block;
}

/* 959px以下で縦並び */
@media (max-width: 959px) {
  .wp-block-columns.author {
    flex-wrap: wrap !important;
  }

.wp-block-columns.author > .wp-block-column {
    flex-basis: 100% !important;
  }
.wp-block-columns.author {
    padding: 30px 20px;
}
	
p:has(span.author_position),
p:has(span.author_name){
    text-align: center;
}	
}








.swell-block-columns.author {
    border: 1px solid #343B34;
    padding: 40px 50px;
    width: 100%;
    gap: 10px;
}
/* author右カラム内の columns を無効化 */
.swell-block-columns.author .wp-block-columns {
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}
/* flexアイテムがはみ出すのを防ぐ */
.swell-block-columns.author
  > .swell-block-columns__inner
  > .swell-block-column {
  min-width: 0;
}

p.author_position_p {
    font-weight: 600;
	display: inline; 
	background: linear-gradient(transparent 60%, #7a8e3f70 60%); 
	box-decoration-break: clone; -webkit-box-decoration-break: clone; /* Safari対策 */
}

p.author_name_p {
    font-weight: 600;
}

/* authorブロックだけ強制的に横並び */
.swell-block-columns.author {
  display: flex !important;
}

.swell-block-columns.author > .swell-block-columns__inner {
  display: flex !important;
  flex-wrap: nowrap;
}

/* 左：画像 */
.swell-block-columns.author
  > .swell-block-columns__inner
  > .author_img {
  flex: 0 0 25%;
  max-width: 25%;
}

/* 右：テキスト */
.swell-block-columns.author
  > .swell-block-columns__inner
  > .swell-block-column:not(.author_img) {
  flex: 0 0 85%;
  max-width: 85%;
}
