/* 
/*
Theme Name: Nambu Site Theme
Theme URI: https://example.com/
Description: 南部サイト用カスタム子テーマ（Hello Elementor Child）
Author: サイト管理者名
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: nambu-theme
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

--------------------------------------------------------------
【テーマ概要】

ベーステーマ : Hello Elementor
用途         : 南部サイト専用カスタマイズ
使用構成     :
 - Pods によるカスタム投稿管理（k_ev）
 - Elementor によるページ構築
 - 独自アーカイブテンプレート（archive.php）
 - 投稿個別テンプレート（single-post.php）
 - 固定ページテンプレート（page.php）

最終整理日 : 2026-03-03
--------------------------------------------------------------
*/

/* Add your custom styles here */
:root {
  --color-text: #363636;         /* 本文/黒 */
  --color-text-light: #555555;   /* 補助テキスト */
  --color-border: #edfdfc;       /* うす緑 */
  --color-link: #005f6b;         /* ダーク緑 */
  --color-focus: #F9695E;        /* フォーカス用/main */
  --color-beige: #fcfaf3;        /* 背景ベージュ */
  --color-yellow: #f8d362;       /* 背景イエロー */
}

body {
    color: var(--color-text);
}

img {
	border-radius: 10px;
}
.elementor a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.elementor a:hover {
    text-decoration-thickness: 2px;
}


/* for list here */

.evlist-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 2em;
}

.evlist-item {
  padding: 10px;
  flex: 50%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 768px) {
  .evlist-item {
    flex: 100%;
  }
}

ul {
  list-style-type: none;
}


h1.entry-title{
 display:none;
}




#h33{
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
}


h1 {
	margin-block-end: 0;
    margin-block-start: 0;
}



.buttongo {
  background-color: #00744E; /* Green */
  border: none;
  color: white;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.0em;
}



.evlhome-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  margin-bottom: 40px;
}

.evlhome-item {
  padding: 10px;
  flex: 30%;
}

.recommend3-term{
text-align: left;
font-size: 1rem;
color: var(--color-text);
}

.recommend3-title{
text-align: center;
font-size: 1.2rem;
}
.recommend3-title a {
color: var(--color-focus);
font-weight: 800;
}
@media (max-width: 480px) {
  .evlhome-item {
    flex: 100%;
  }
}



@media=(max-width: 480px){

.evd{
	width: 100%;
	display: flex;
	padding: 2px;
}
.evdwrap {
	flex: 100%;
}



.recommend3-thumb img{
object-fit: cover;
height: 100%;
transition: 0.3s ease;
}

.recommend3-thumb img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 0.5s ease;
}

}


.ctip{
  color: #fff;
  border: 1px solid #fff;
  background-color: #00744F;
  padding: 5px 20px;
  font-weight: bold;
}


.tldccc{
	margin-top: 7px;
	padding-top: 5px;
}


.newarrival {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.newarrival dt {
  width: 7%;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}

.newarrival dd {
  padding: 5px;
  width: 85%;
  border-bottom: 1px dotted #ccc;
}


.ymlist{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 21px;
  list-style: none;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.ymlist li{
  width: 20%;
  padding: 7px;
  text-align: left;
}


.facisec{
margin-bottom: 37px 0;
background-color:#fff;
}



.h2page {
  font-size: 1.0em;
  margin: 21px 0 21px 0;
  color: #444;
  border-bottom: 1px dotted #ddd;
}

.h3page {
  font-size: 1.3em;
  margin: 17px;
  color: #444;
  background: transparent;
}

.eventtitle{
margin: 10px 0 10px 0; font-size: 1.9em;
}


.p-term{
  font-size: 1.2em;
  margin: 17px 0;
  color: gray;
  background: transparent;
  font-weight: 600;
}



.eventpamph{
	height: 355px;
    object-fit: cover;
}


.facitable{
width: 100%;
}

.facitable dt dd{
	line-height: 276%;
}


.facitable dt{
line-height: 276%;
font-weight: bold;
border-bottom: 1px dotted #999;
color:#00744E;
}



.tablefee {
display: block;
width: 100%;
}

.tablefee th, .tablefee td {
  white-space: nowrap
}

.tablefee th {
 font-weight: bold;
}


@media only screen and (max-width: 768px) {
  .tablefee {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}


.tablefee2 {
display: block;
width: 100%;
}

.tablefee2 th, .tablefee2 td {
  white-space: nowrap;
  font-size: 1.1em;
}

.tablefee2 th {
 font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .tablefee2 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}



.ols li{
	margin-bottom: 21px;
	font-size: 1.2em;
}



/* 代替画像のときだけ中央寄せ */
.evd .evdwrap.is-noimage {
  text-align: center;
}

/* 代替画像の見た目調整 */
.evd img.noimage {
  display: inline-block;
  width: 70%;
  height: 310px;
  object-fit: contain;
  opacity: 0.08;
}
/* スマホでは一覧の代替画像を非表示 */
@media (max-width: 768px) {
  .evd img.noimage {
    display: none;
  }
}

/* Podsイベント：実画像は切らない */
.evd img.wp-post-image {
  object-fit: contain;
  max-height: none;
  background: #f5f5f5;
}

/* 南部図書室TOPページ */
.open-sec .evlhome-item,
.monthly-sec .evlhome-item {
  flex: 48%;
}
.ev-frontp .evlhome-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ev-frontp .recommend3-title {
  position: relative;
}


.ev-frontp .recommend3-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #f9695e;
    margin: 12px auto 0; /* 中央寄せ */
}
.ev-frontp .recommend3-thumb {
  background: #ffffff;              /* 背景色 */
  padding: 15px;                    /* 画像との余白 */
  border-radius: 16px;              /* 角丸 */
  box-shadow: 0 8px 20px rgba(0,0,0,0.08); /* 不透明シャドウ */
  overflow: hidden;                 /* 角丸を画像に適用 */
  border: solid 1px #363636;
}

.ev-frontp .recommend3-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;               /* 画像も少し丸く */
}

@media (max-width: 768px) {
.ev-frontp .evlhome-container {
  gap: 10px;
}
}

@media (max-width: 480px) {
.ev-frontp .recommend3-thumb {
  width: 60vw;
  margin: 0 auto;
  background: #ffffff;              /* 背景色 */
  padding: 15px;                    /* 画像との余白 */
  border-radius: 16px;              /* 角丸 */
  border: solid 1px #363636;
  overflow: hidden;                 /* 角丸を画像に適用 */
}
.ev-frontp .evlhome-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
}

/* ===== テーマ展示 セクション全体 ===== */

.theme-exhibition-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* 上品な余白 */
}


/* ===== カード本体 ===== */

.theme-item {
    width: calc(50% - 20px);
    box-sizing: border-box;
    background: #ffffff;
    padding: 25px;
    border: solid 1px #363636;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

/* 少しだけ浮き上がる効果 */
.theme-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}


/* ===== 画像 ===== */

.theme-item img {
    width: 100%;
    height: auto; /* 高さ固定 */
    object-fit: cover; /* トリミングして揃える */
    border-radius: 12px; /* 角丸 */
    display: block;
}
/* 画像全体表示 */
.post .wp-post-image {
    max-width: 700px;
    max-height: 500px;
}
.post img.wp-post-image {
  border: solid 5px #F9695E;
  border-radius: clamp(10px, 4vw, 30px);
}

/* ===== タイトル（WP） ===== */

.theme-item h3 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4;
	margin-block-end: 0;
}
/* ===== サブタイトル （Podsフィールド） ===== */
.theme-subtitle {
    display: inline-block;
    padding: 5px 14px;
	margin-top: 5px;
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--color-text);
    border-radius: 30px;
    background: var(--color-yellow);
}

/* ===== 本文 ===== */

.theme-text {
    margin-top: 16px;
    line-height: 1.8;
    color: var(--color-text);
}


/* ===== SP（768px以下） ===== */

@media (max-width: 768px) {
    .theme-item {
        width: 85vw; /* 1列 */
        padding: 20px;
		margin: 0 auto;
    }

    .theme-item img {
        height: 200px;
    }
}
/* ===== お知らせ ===== */

.news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-item {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
	align-items: flex-start;
}

.news-date {
    display: inline-block;
    padding: 5px 12px;

    font-size: 15px;
    font-weight: 600;

    background: var(--color-border);
    color: var(--color-link);

    border-radius: 20px;
    white-space: nowrap;

    flex-shrink: 0;
}



.news-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.news-title a {
    color: var(--color-link);
}

.news-text {
    font-size: 16px;
    color: var(--color-text);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 768px) {

    .news-item {
        flex-direction: column;
        gap: 10px;
    }
	.news-title {
    font-size: 1.2rem;
}



}


/* ===== イベントレポート ===== */

.report-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.report-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

/* 画像 */
.report-image img {
    width: 200px;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
}

/* テキスト */
.report-content {
    flex: 1;
    min-width: 0;
}

.report-date {
    font-size: 16px;
    color: var(--color-text);
    margin-bottom: 8px;
}

.report-title {
    font-size: 1.1em;
    font-weight: 600;
	 color: var(--color-link);
}

.report-text {
    font-size: 0.9em;
    line-height: 1.5;
    color: var(--color-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-hr {
    height: 4px;
    background-color: var(--color-focus);
    width: 60%; 
    border: none;
}

/* SP対応 */
@media (max-width: 768px) {

    .report-item {
        flex-direction: row; /* ← 横並びのままにする */
        gap: 15px; /* 少し余白を縮めると良い */
    }

    .report-image {
        flex: 0 0 120px; /* スマホでは少し小さめ */
    }

    .report-image img {
        width: 100%;
        height: 90px;
        object-fit: cover;
    }
}

/* ===== 投稿個別ページ（single-post.php） ===== */
.single h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0.6em 1em;
    margin-bottom: 10px;
    border-left: 6px solid var(--color-focus);
    background: #f7f7f7;
}
.single .post-date {
    display: block;
    font-size: 17px;
    color: var(--color-text);
    margin-bottom: 30px;
}

.single-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 40px;
}
.single-subtitle {
    display: inline-block;
    padding: 5px 14px;
    margin-top: 5px;
	margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--color-text);
    border-radius: 30px;
    background: var(--color-yellow);
}
.single-description {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: var(--color-text);
}
/* 自由記述内 */
.single .single-body {
    font-size: 16px;
    line-height: 1.9;
}

.single .single-body p {
    margin-bottom: 0;
}

.single .single-body h2 {
    font-size: 22px;
    margin: 60px 0 20px;
    font-weight: 700;
}

.single .single-body h3 {
    font-size: 18px;
    margin: 40px 0 15px;
    font-weight: 600;
}

.single .single-body img {
    max-width: 350px;
    height: auto;
    border-radius: 12px;
}

.single .single-body p {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.single .single-body p img {
    flex: 1 1 45%;
}

.single .single-body p img:only-of-type {
    flex: 1 1 100%;
}


@media (max-width: 768px) {
    .single .single-body p img {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
}

/* ===== イベント情報個別ページ（pods/templates/k_ev_temp_dt.php）.sectionevd ===== */
.sectionevd {
	padding: 50px;
}


.evd { 
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	column-gap: 40px; 
}
.evdwrap { 
	flex: 0 0 45%;
}


.evdtable {
    background-color: #fcf9ed;
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 20px;
}

.evdtable dd {
    margin: 0 0 10px 0;
    line-height: 1.8;
	font-size: 0.8rem;
}

.evdtable dt {
    display: inline-block;
    background-color: var(--color-yellow);
    color: var(--color-text);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0px;
}

.evdtable dt:first-child {
    margin-top: 0;
}

.evd-heading {
	display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 0.2em;
    border: 2px solid #353535;
    background-color: #fff;
    color: #353535;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.evd-heading:before {
    position: absolute;
    inset: 0;
    transform: rotate(4deg);
    border-radius: 0.2em;
    border: 2px solid #353535;
    background-color: var(--color-yellow);
    content: '';
    z-index: -1;
}
/* スマホ */
@media (max-width: 768px) {
	.sectionevd {
		padding: 50px 10px 10px 10px;
	}

.evd { 
	display: block;
	flex-wrap: wrap;
	margin: 0 auto;
	column-gap: 40px; 
}
	.single h1 {
		font-size: 1em;
	}
}
/* ===== イベント一覧ページ （Podsテンプレート）.evlist===== */

.evlist {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 2px solid #eee;
}

.evlist-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.4;
  padding-left: 16px;
  border-left: 6px solid var(--color-focus);
  margin-bottom: 24px;
}

.evlist-title a {
  text-decoration: none;
  color: #222;
}

.evlist-title a:hover {
  text-decoration: underline;
}

.evlist-flex {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.evlist-thumb {
  width: 30%;
}

.evlist-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.evlist-content {
  width: 100%;
}
.evlist .evdtable {
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 20px;
}

.evlist .evd-heading {
	display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 0.2em;
    border: 2px solid #353535;
    background-color: #fff;
    color: #353535;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.evlist .evd-heading:before {
    position: absolute;
    inset: 0;
    transform: rotate(4deg);
    border-radius: 0.2em;
    border: 2px solid #353535;
    background-color: var(--color-yellow);
    content: '';
    z-index: -1;
}
.evlist .evdtable dt {
    display: inline-block;
    background-color: #efefef;
    color: #1a1a1a;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.8;
    margin: 0px;
}

.evlist-date {
  font-size: 14px;
  margin: 15px; /* タイトルの左線に合わせる */
}
.evlist-date .label {
    display: inline-block;
    background-color: #efefef;
    color: #1a1a1a;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.8;
    margin: 0px;
}
.evlist-date .date-text {
    display: block;
    margin-inline-start: 0px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 1rem;
    word-break: break-word;
}
.chip {
    display: inline-block;
    background: #ffffff;
    padding: 2px 0px 2px 5px;
    border: solid 1px #e2e2e2;
    border-radius: 999px;
    margin: 2px;
    font-size: 13px;
}
/* スマホ */
@media (max-width: 768px) {
  .evlist-flex {
    flex-direction: column;
  }

  .evlist-thumb {
    width: 60%;
	margin: 0 auto;
  }
.evlist-title {
  font-size: 27px;
  font-weight: bold;
  margin: 10px;
}
}

/* 施設案内ページ */
.nnb-library .nnb-library-h4 h4.elementor-heading-title {
    font-weight: bold;
}

/* ===== アーカイブ共通 ===== */

.nnb-news-archive {
    display: flex;
    gap: 1em;                 /* 画像と本文の間隔 */
    margin-bottom: 1em;
	padding: 0.75em 0.75em;
    border-bottom: 1px solid #ddd;
}

/* 画像 */
.nnb-news-archive .post-thumb {
    flex-shrink: 0;
}

.nnb-news-archive .post-thumb img {
    width: 120px;
    height: auto;
    display: block;
    border-radius: 10px;
    border: solid 2px #48a79b;
}

/* テキスト群 */
.nnb-news-archive .post-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* タイトル */
.nnb-news-archive .entry-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.nnb-news-archive .entry-title a {
    text-decoration: none;
    color: #333;
}

.nnb-news-archive .entry-title a:hover {
    color: var(--color-focus);
}

/* 抜粋 */
.nnb-news-archive .post-excerpt {
    font-size: 0.9rem;
    color: #555;
}

/* ===== SP対応（横並び 3:7） ===== */
@media (max-width: 768px) {

    .nnb-news-archive {
        flex-direction: row;
        align-items: flex-start;
    }

    /* 画像：比率3 */
    .nnb-news-archive .post-thumb {
        flex: 3;
    }

    /* テキスト：比率7 */
    .nnb-news-archive .post-body {
        flex: 7;
        min-width: 0; /* ← 重要（はみ出し防止） */
    }

    .nnb-news-archive .post-thumb img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

/* ===== パンくず全体 ===== */
.breadcrumb {
    font-size: 0.9rem;
    margin: 1.5em 0 1em;
}

/* リスト */
.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4em;
}

/* 各項目 */
.breadcrumb li {
    display: flex;
    align-items: center;
}

/* 区切り記号 */
.breadcrumb li + li::before {
    content: "›";
    margin: 0 0.4em;
    color: #999;
}

/* リンク */
.breadcrumb a {
    text-decoration: none;
    color: #005a9c;
}

/* hover */
.breadcrumb a:hover {
    text-decoration: underline;
}

/* フォーカス（重要：JIS対応） */
.breadcrumb a:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* 現在ページ */
.breadcrumb li[aria-current="page"] {
    color: #333;
    font-weight: 600;
}
/* Elementor固定ページコンテンツ幅 */
.content-inner {
    max-width: 1140px;   /* サイト幅に合わせて調整 */
    margin: 0 auto;
    padding: 0 20px;     /* 左右余白 */
}
/* Elementorで作った投稿も1140pxに統一 */
.single-post .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
    margin: 0 auto;
}

/* ヘッダーエリア */
.g-happy-nav li{	
	border-radius: 50px;
	border: solid 3px;
}
.g-happy-nav li:hover{	
	border: none;
}
.han-menu p {
    margin-block-end: 0;
    margin-block-start: 0;
}

@media (max-width: 768px) {
.g-happy-nav li{
	border-radius: 0px;
	border: none;
}
  /* アクティブなメニュー項目だけ色を変える */
  .g-happy-nav li.current-menu-item .menu-item-title,
  .g-happy-nav li.current_page_item .menu-item-title {
    color: var(--color-focus);
  }
	.nnb-f-p p{
		margin-block-end: 0;
	}
}

/* フッターエリア */
.ekit-template-content-footer {
	margin-top: 120px;
	padding-top: 70px;
	background-color:  var(--color-beige);
}

.nnb-f .nnb-f-menu ul {
    padding-inline-start: 0;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 2.3em;
}
.nnb-footer-menu h5 {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nnb-footer-menu h5::before {
    font-family: "Font Awesome 6 Free";
    content:  "\f3c5"; /* sitemapアイコン */
    font-weight: 900;
	color: var(--color-link);
}

/* SPナビ */
/* 初期は閉じる */
.menu-panel {
  display: none;
}

/* 開いた時 */
.menu-panel.is-open {
  display: block;
}

/* ハンバーガーボタン */
.menu-toggle {
  position: relative;
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 48px;
  min-height: 48px;
  padding: 10px 14px;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  background-color: var(--color-link);
  transition: background-color .3s ease;
}

.menu-toggle.is-open {
  background-color: var(--color-focus);
}

.menu-toggle:hover {
  background-color: var(--color-link);
}

.menu-toggle:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

.menu-toggle .icon-close {
  display: none;
}

.menu-toggle.is-open .icon-open {
  display: none;
}

.menu-toggle.is-open .icon-close {
  display: inline;
}

.menu-toggle .divider {
  opacity: 0.7;
}

/* メニュー本体 */
#global-menu {
  display: none;        /* 初期非表示 */
  width: 100%;          /* 親幅いっぱい */
  background: transparent;
  z-index: 9999;
}

#global-menu.is-open {
  display: block;
}

#global-menu ul {
  text-align: center;   /* テキスト中央 */
  padding: 25px 0;
  margin: 0;
}

#global-menu li {
  margin-bottom: 16px;
  font-weight: 700;
}

#global-menu a {
  display: inline-block;
  padding: 12px 20px;
  color: inherit;
}

/* ヘッダーを基準にする */
.elementor-location-header {
  position: relative;
  z-index: 1000;
}

/* モバイル限定 */
@media (max-width: 767px) {
  /* 必要ならさらに調整可能 */
}

/* テーマの button:hover を無効化 */
button.menu-toggle,
button.menu-toggle:hover,
button.menu-toggle:focus {
  background-color: var(--color-link);
  color: #fff;
}

button.menu-toggle.is-open,
button.menu-toggle.is-open:hover,
button.menu-toggle.is-open:focus {
  background-color: var(--color-focus);
}

/* 投稿ページのElementorセクション幅を1140pxに固定 */
.single-post .post {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (max-width: 767px) {
.single-post .post {
	padding: 20px;
}
}
/* ===== 関連サイトページ（固定ページ） ===== */
.info-list ul {
	padding-inline-start: 15px;
}
.info-list ul li::before {
    content: "\f054"; /* FA6右矢印 */
    font-family: "Font Awesome 6 Free"; /* FA6専用 */
    font-weight: 900;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 0.5em;
    color: #ff6600;
}

/* =====================================
   スマホのみ改行表示
===================================== */

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}