/*
Theme Name: nicofarmofficial
Theme URI: https://saika-nico.jp
Author: Salon Nico
Description: Salon 二虹-nico- のオリジナルテーマ
Version: 1.0
*/
@charset "UTF-8";



html, body {
  margin: 0;
  padding: 0;
}
body {
  /* 固定ヘッダーの高さ分だけ全体を下げる */
  padding-top: 70px; /* → header { height:70px; } と合わせる */
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
P,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    background-color: #FFF8E1 !important; /* 全体の背景色をクリーム色に変更 */
    margin-top: 0 !important; /* bodyのトップマージンを強制的にリセット */
    min-height: 100vh; /* ビューポートの高さ全体を占めるように設定 */
    display: block !important;
    flex-direction: column; /* 要素を縦方向に配置*/
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*
*基本設計
*/

html {
    margin: 0;
      padding: 0;
    font-size: 62.5%;
}

body { /* bodyの基本フォントサイズを調整 */
    margin: 0;
    padding: 0;
    padding-top: 70px;
    font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
    color: #333;
    font-size: 1.6rem; /* 基本フォントサイズを少し大きくしました */
    line-height: 1.6;
}


@media screen and (max-width: 767px) {
    .container_front.front_localnews.localnews_card.localnews_name,
    .container_front.front_blog_news_split.news_list_wrap ul li a .date, /* New style for date */
    .container_front .front_blog_news_split.blog_list_wrap ul li a .date { /* New style for date */
        font-size: 1.4rem; /* 小さい画面用に調整しました */
    }
}

body * {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

p a {
    text-decoration: underline;
    color: #a56300;
}

p a:hover {
    text-decoration: none;
}

#wrapper {
  width: 100%;
  min-height: 100%; /* ✅ 背景を縦全体に広げる */
  background-color: #FFF8E1; /* ✅ 背景色をここでも指定 */
  flex-grow: 1; /* ✅ 高さを親要素に合わせて伸ばす */
  border-top: none; /* 透明ボーダー不要なら削除OK */
  margin: 0;
  padding: 0;
}

#wrapper > *:first-child { 
    margin-top: 0; 
}

input[type="submit"] {
    -webkit-appearance: none; /* Chrome, Safari */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* 標準プロパティ */
}

img {
    max-width: 100%;
    height: auto;
}

.w_inner {
    width: 100%;
    max-width: 1490px; /* 幅を1490pxに統一 */
    margin-right: auto;
    margin-left: auto;
}

#container:not(.container_front, .container_404) {
    display: flex;
}

#container:not(.container_front, .container_404) main {
    flex: 1 1 auto;
}

#container:not(.container_front, container_404).container_side {
    width: 310px;
    min-width: 310px;
    margin-left: 40px;
}

.col_3_wrap {
    display: flex;
}

.col_3_wrap > * {
    width: 100%;
    max-width: calc(1490px / 3 - 20px); /* 幅を1490pxに統一 */
}

.col_3_wrap > *:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
}

.col_3_wrap > a:hover {
    text-decoration: none;
}

.col_3_wrap > a:hover .btn_common {
    background: #ffffff;
    color: #a56300;
    transition: 0.3s all ease;
}

@media screen and (max-width: 1024px) {
    .col_3_wrap > *:nth-child(3n + 2) {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .col_3_wrap {
        flex-direction: column;
    }

    .col_3_wrap > * {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .col_3_wrap > *:last-child {
        margin-bottom: 0;
    }

    .col_3_wrap > *:nth-child(3n + 2) {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.col_4_wrap {
    display: flex;
    flex-wrap: wrap;
}

.col_4_wrap > * {
    width: 100%;
    max-width: calc(1490px / 4 - 30px); /* 幅を1490pxに統一 */
    margin-right: 40px;
}

.col_4_wrap > *:nth-child(4n) {
    margin-right: 0;
}

.col_4_wrap > a:hover {
    text-decoration: none;
}

.col_4_wrap > a:hover .btn_common {
    background: #ffffff;
    color: #a56300;
    transition: 0.3s all ease;
}

.btn_common {
    background: #a56300;
    display: inline-block;
    margin-top: 20px;
    padding: 7px 12px 4px;
    color: #ffffff;
    transition: 0.3s all ease;
    border: 1px solid #a56300;
}

.btn_common:hover {
    background: #ffffff;
    color: #a56300;
    transition: 0.3s all ease;
    text-decoration: none;
}

a:hover .btn_common {
    background: #ffffff;
    color: #a56300;
    transition: 0.3s all ease;
    text-decoration: none;
}

#breadcrumb {
    margin-bottom: 20px;
    color: #777777;
    font-size: 1.2rem;
}

#breadcrumb a {
    color: #777777;
}

.page_head,
.section_head {
    font-weight: bold;
    font-size: 3.2rem;
    margin-bottom: 25px;
    color: #a56300;
}

.content_head {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 2px 7px;
    margin-bottom: 20px;
    border-bottom: 3px solid #cfcfcf;
}

.circle-check {
  position: relative;
  padding-left: 30px; /* チェックマーク分のスペース */
}

.circle-check::before {
  content: "✓"; /* チェックマーク */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #000; /* 丸の線 */
  border-radius: 50%; /* 丸にする */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}


.info {
  position: relative;
  padding-left: 30px;   /* アイコン用のスペース */
  font-size: 18px;      /* 通常文字サイズを少し大きめに */
  line-height: 1.6;
  color: #333;
}

/* 「※祝祭日も営業」は小さめ */
.info .note {
  font-size: 14px;      /* 元のサイズのまま */
  margin-left: 5px;     /* 少しスペースを空ける */
}

/* 共通の擬似要素 */
.info::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 時計マーク（よりシンプルに） */
.info.time::before {
  content: "🕒";  /* シンプルな時計マークに変更 */
}

/* 郵便番号マーク */
.info.postal::before {
  content: "〒";
}

/* 電話マーク */
.info.phone::before {
  content: "📞";
}



/*
*ヘッダー
*/
header {
    position: fixed; /* ヘッダーを固定 */
    width: 100%; /* 幅を100%に設定 */
    top: 0; /* 上部に配置 */
    left: 0; /* 左端に配置 */
    z-index: 1000; /* 他の要素の上に表示 */
    background-color: #FFF8E1; /* ヘッダーの背景色を全体の背景色と同じに */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 影を追加して浮き上がらせる */
  right: 0;
  height: 115px;
  z-index: 1000;

  /* 透過 */
  background-color: rgba(255, 255, 255, 0.5);

  /* 透過部分の背後をぼかす */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

header .header_top {
    padding: 13px 0 12px;
    display: flex;
    align-items: center;
}

header .header_top .logo {
    margin-right: auto;
    padding-right: 20px; /* ロゴの右側にスペースを追加 */
}

/* ロゴ画像と文字を横並び＆高さ中央 */
.logo-wrap a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* ヘッダー内ロゴ全体を横並びに */
.header_top .logo .img {
    display: flex;           /* 横並びにする */
    align-items: center;     /* 縦中央揃え */
    gap: 10px;               /* ロゴと文字の間隔 */
}

/* ロゴ画像サイズ（必要に応じて調整） */
.header_top .logo .img img {
    height: 60px;            /* ロゴの高さを固定、必要に応じて変更 */
    width: auto;
}

/* ロゴ横の文字サイズを画面に合わせて調整 */
.header_top .logo .logo-text {
    font-size: clamp(20px, 3vw, 36px); /* 最小18px、最大36px */
    font-weight: bold; 
    line-height: 1;       /* 縦位置調整用 */
    color: #a56300;       /* 文字色 */
    white-space: nowrap;  /* 改行されず1行で表示 */
}



header .header_top .logo .tagline {
    font-size: 1.2rem; /* タグラインのフォントサイズ */
    margin-bottom: 5px;
    font-weight: normal;
}

header .header_top .nav_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

header .header_top .nav_wrap > input {
    display: none;
}

header .header_top .nav_wrap nav ul {
    display: flex;
    align-items: center;
}

header .header_top .nav_wrap nav ul li {
    margin-left: 20px;
}

/* ナビゲーションリンクの共通スタイル */
header .header_top .nav_wrap nav ul li a {
    display: block; /* 枠全体をクリック可能にする */
    padding: 8px 12px; /* 枠内のパディング */
    border: 1px solid #DCDCDC; /* 薄いグレーの枠線 */
    border-radius: 5px; /* 角を丸くする */
    transition: all 0.3s ease; /* ホバー時のアニメーション */
    background-color: transparent; /* 背景は透過*/
    color: #333; /* 文字色 */
    font-size: 1.6rem; /* フォントサイズを大きくしました */
}

/* ナビゲーションリンクのホバー効果 */
header .header_top .nav_wrap nav ul li a:hover {
    opacity: 0.8; /* 文字を少し薄くする */
    background-color: #F0F8FF; /* 薄い青色の背景 */
    text-decoration: none; /* ホバー時の下線を消す */
}

/* 最後の要素(お問い合わせ)の背景色を削除または上書き */
header .header_top .nav_wrap nav ul li:last-child {
    background: none; /* 以前の背景色を削除 */
    margin-right: 20px; /* お問い合わせボタンの右側にスペースを追加 */
}

/* 最後の要素(お問い合わせ)のリンクスタイルを共通化 */
header .header_top .nav_wrap nav ul li:last-child a {
    display: block; /* 枠全体をクリック可能にする */
    padding: 8px 12px; /* 枠内のパディング */
    border: 1px solid #DCDCDC; /* 薄いグレーの枠線 */
    border-radius: 5px; /* 角を丸くする */
    transition: all 0.3s ease; /* ホバー時のアニメーション */
    background-color: transparent; /* 背景は透過*/
    color: #333; /* 文字色 */
    font-size: 1.6rem; /* フォントサイズを大きくしました */
}

/* 最後の要素(お問い合わせ)のホバー効果 */
header .header_top .nav_wrap nav ul li:last-child a:hover {
    background: #ffffff; /* ホバーで背景を白に */
    color: #333; /* ホバーで文字色を緑に */
    opacity: 1; /* 透明度を元に戻す */
}

.top_key_visual {
    height: 500px; /* 固定の高さに設定 */
    width: 100vw; /* 親要素の幅に合わせる */
    margin: 0; /* 中央寄せ */
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0; /* 下部の余白は引き続き削除 */
    /* margin-top は JavaScript で設定されるため､ ここからは削除 */
}

.top_key_visual img {
    width: 100%; /* 画像が親要素の幅に合わせる */
    height: auto; /* 画像が親要素の高さに合わせる */
    object-fit: cover; /* 画像がコンテナを覆うように調整 */
    display: block; /* 余分なスペースをなくす */
    opacity: 1; /* 初期状態は完全に表示 */
    transition: opacity 1s ease-in-out; /* 1秒かけて透明度を変化させる */
}

.subpage_key_visual {
    height: 300px;
    margin-bottom: 8px;
    margin-top: 70px; /* ヘッダーの高さ分だけ下にずらす */
}

.subpage_key_visual img {
    width: 100%;
}

.subpage_key_visual.header_blog {
    background: url("./../img/header_blog.png") center no-repeat;
    background-size: cover;
}

.subpage_key_visual.header_localnews {
    background: url("./../img/header_farm.png") center no-repeat;
    background-size: cover;
}

.subpage_key_visual.header_archive {
    background: url("./../img/header_blog.png") center no-repeat;
    background-size: cover;
}

.subpage_key_visual.header_profile {
    background: url("./../img/header_profile.png") center no-repeat;
    background-size: cover;
}

.subpage_key_visual.header_contact {
    background: url("./../img/header_contact.png") center no-repeat;
    background-size: cover;
}

.subpage_key_visual.header_admin {
    background: url("./../img/header_admin.png") center no-repeat;
    background-size: cover;
}

.subpage_key_visual.header_izuhara {
    background: url("./../img/header_izuhara.png") center no-repeat;
    background-size: cover;
}

.subpage_key_visual.header_farm {
    background: url("./../img/header_farm.png") center no-repeat;
    background-size: cover;
}

.subpage_key_visual.header_sub {
    background: url("./../img/header_others.png") center no-repeat;
    background-size: cover;
}
/* --------------------------------------------
* 　フロントページ：お知らせ・ブログ
* -------------------------------------------- */
.front_blog_news_split {
    margin: 30px auto 80px;
    background-color: #f2f2e6; /* 背景色をチラシと同じ色に */
    padding: 30px;
    border-radius: 8px;
    max-width: 1100px; /* セクション全体を中央寄せ */
}

.front_blog_news_split .split_content_wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px; /* お知らせとブログの間の余白 */
    flex-wrap: wrap;
}

.front_blog_news_split .news_section,
.front_blog_news_split .blog_section {
    width: calc(50% - 20px);
    min-width: 300px;
    flex-grow: 1;
}

.front_blog_news_split .subsection_head {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #a56300;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 5px;
}

.front_blog_news_split .news_list_wrap ul,
.front_blog_news_split .blog_list_wrap ul {
    margin-bottom: 20px;
}

/* 記事タイトルの装飾 */
.front_blog_news_split .news_list_wrap ul li a .ttl,
.front_blog_news_split .blog_list_wrap ul li a .ttl {
    font-weight: bold;
    text-decoration: none;
    transition: text-decoration 0.3s ease;
}

.front_blog_news_split .news_list_wrap ul li a:hover .ttl,
.front_blog_news_split .blog_list_wrap ul li a:hover .ttl {
    text-decoration: underline;
}

/* リスト全体 */
.front_blog_news_split .news_list_wrap ul li a,
.front_blog_news_split .blog_list_wrap ul li a {
    display: flex;
    padding: 12px 0 3px;
    border-bottom: 1px dotted #ddd;
    align-items: baseline;
}

.front_blog_news_split .news_list_wrap ul li:last-child a,
.front_blog_news_split .blog_list_wrap ul li:last-child a {
    border-bottom: none;
}

.front_blog_news_split .news_list_wrap ul li a .date,
.front_blog_news_split .blog_list_wrap ul li a .date {
    margin-right: 22px;
    font-size: 1.5rem;
    color: #888888;
    flex-shrink: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .front_blog_news_split {
        padding: 20px;
    }
    .front_blog_news_split .split_content_wrap {
        flex-direction: column;
        gap: 30px;
    }
    .front_blog_news_split .news_section,
    .front_blog_news_split .blog_section {
        width: 100%;
        min-width: auto;
    }
}


.container_front .front_localnews {
    margin-bottom: 0;
    background-color: #f2f2e6; /* ブロックの背景色をチラシと同じ色に変更 */
    padding: 30px; /* パディングを追加 */
    border-radius: 8px; /* 角を丸くする */
}

.container_front .front_localnews .localnews_card {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.container_front .front_localnews .localnews_card .localnews_name {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 5px 0 10px;
}

.container_front .front_localnews .localnews_card .explain {
    text-align: left;
    margin-bottom: auto;
}

/* --- REMOVED OLD .front_blog STYLES --- */
/*
.container_front .front_blog {
    margin-bottom: 60px;
}

.container_front .front_blog .article_card .img {
    margin-bottom: 5px;
}

.container_front .front_blog .article_card .date {
    font-size: 1.3rem;
    color: #888888;
    margin-bottom: 10px;
}

.container_front .front_blog .article_card .ttl {
    margin-bottom: 8px;
    font-weight: bold;
}

.container_front .front_blog .article_card .excerpt {
    margin-bottom: 8px;
}

.container_front .front_blog .article_card .link_box {
    text-align: right;
}

.container_front .front_blog .article_card .link_box .link {
    display: normal;
    font-size: 1.4rem;
    border-bottom: 1px solid #d1d1d1;
}

.container_front .front_blog .article_card .link_box .link:hover {
    text-decoration: none;
}

.container_front .front_blog .to_list {
    margin-top: 50px;
    text-align: center;
}

.container_front .front_blog .to_list a {
    display: inline-block;
    padding: 19px 40px 15px;
    background: #fff2f5;
    color: #777777;
}

.container_front .front_blog .to_list a:hover {
    text-decoration: none;
}

.container_front .front_blog .to_blog_list {
    text-align: center;
}
*/

/* --------------------------------------------
* 　地域・畑のおしらせ / 一覧
* -------------------------------------------- */
.container_localnews .localnews_wrap {
    display: flex;
    flex-wrap: wrap; /* ★これを追加して折り返し可能に */
    margin-bottom: 50px; /* 1つ目の写真と次の写真の縦の間隔 */
    gap: 10px; /* 写真と文字の間隔 */
}

.container_localnews .localnews_wrap:last-child {
    margin-bottom: 0;
}

.container_localnews .localnews_wrap > a {
    display: flex;
    align-items: flex-start; /* 必要に応じて中央揃えなら center */
    gap: 20px; /* 写真とテキストの間に余白 */
    text-decoration: none; /* aタグの下線を消す場合 */
}

.container_localnews .localnews_wrap > a .img {
    margin-right: 40px;
    width: 300px;
    min-width: 300px;
}

.container_localnews .localnews_wrap > a .txtarea {
    flex: 1 1 auto;
    text-align: right;
}

.container_localnews .localnews_wrap > a .txtarea .localnews_name {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
}

.container_localnews .localnews_wrap > a .txtarea .explain {
    text-align: left;
}

/* --------------------------------------------
* 　地域・畑のお知らせ / 個別ページ
* -------------------------------------------- */
.container_localnews_detail .content_localnews_outline {
    margin-bottom: 40px;
}

.container_localnews_detail .block {
    display: flex;
    align-items: flex-start; /* 縦位置を揃える (centerでもOK) */
    gap: 20px; /* 画像とテキストの間に余白 */
}

.container_localnews_detail .block .img {
    margin-right: 40px;
    margin-bottom: 40px;
    width: 300px;
    min-width: 300px;
    flex: 0 0 auto; /* ★固定幅にする */
}

.container_localnews_detail .block .txtarea {
    flex: 1 1 auto;
    margin-top: 0;
}

.container_localnews_detail .block .txtarea .head {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.8rem;
}

.content_localnews_flow ol li {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
}

.content_localnews_flow ol li .head {
    font-weight: bold;
}

.content_localnews_flow ol li::marker {
    font-weight: bold;
}

/* --------------------------------------------
* 　記事フォーマット　お知らせ / ブログ
* -------------------------------------------- */
.container_single .article .date {
    font-size: 1.2rem;
}

.container_single .article h1 {
    margin-bottom: 10px;
}

/* --------------------------------------------
* 　ブログ
* -------------------------------------------- */
/* --- REMOVED OLD .blog_list_wrap STYLES --- */
/*
.blog_list_wrap ul li a {
    display: flex;
    padding: 12px 0 3px;
    border-bottom: 1px dotted #ddd;
}

.blog_list_wrap ul li a .date {
    margin-right: 22px;
}

.blog_list_wrap .to_list {
    margin-top: 50px;
    text-align: center;
}

.blog_list_wrap .to_list a {
    display: inline-block;
    padding: 19px 40px 15px;
    background: #fff2f5;
    color: #777777;
}

.blog_list_wrap .to_list a:hover {
    text-decoration: none;
}
*/

/* --------------------------------------------
* 　ブログ 記事リスト
* -------------------------------------------- */
.container_article_list {
    flex: 1 1 auto;
}

.container_article_list .col_3_wrap {
    display: flex;
}

.container_article_list .col_3_wrap > * {
    width: 100%;
    max-width: calc(100% / 3 - 20px);
}

.container_article_list .col_3_wrap > *:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
}

.container_article_list .col_3_wrap > a:hover {
    text-decoration: none;
}

.container_article_list .col_3_wrap > a:hover .btn_common {
    background: #ffffff;
    color: #a56300;
    transition: 0.3s all ease;
}

@media screen and (max-width: 1024px) {
    .container_article_list .col_3_wrap > *:nth-child(3n + 2) {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container_article_list .col_3_wrap {
        flex-direction: column;
    }

    .container_localnews_detail .block {
        flex-direction: column;
    }

    .container_localnews_detail .block .img {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        min-width: auto;
    }

    .container_localnews_detail .block .txtarea {
        margin-top: 0;
    }

    .container_article_list .col_3_wrap > * {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .container_article_list .col_3_wrap > *:last-child {
        margin-bottom: 0;
    }

    .container_article_list .col_3_wrap > *:nth-child(3n + 2) {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.container_article_list .col_3_wrap li {
    margin-bottom: 40px;
}

.container_archive_blog .selected_category,
.container_archive_blog .selected_tag {
    margin-bottom: 10px;
}

.article_card {
    display: block;
}

.article_card:hover {
    background: #fff2f5;
}

.article_card .txtarea {
    padding: 5px;
}

.article_card .txtarea .date {
    font-size: 1.3rem;
    color: #888888;
    margin-bottom: 10px;
}

.article_card .txtarea .ttl {
    margin-bottom: 8px;
    font-weight: bold;
}

.article_card .txtarea .btn_read {
    text-align: right;
    color: #a56300;
    font-size: 12px;
    text-decoration: underline;
}

.page_category .container_article_list > .selected_cat {
    font-weight: bold;
    margin-bottom: 10px;
}

.navigation.pagination {
    margin-top: 30px;
}

.navigation.pagination .nav-links .prev {
    border: none !important;
}

.navigation.pagination .nav-links .next {
    border: none !important;
}

.navigation.pagination .nav-links .current {
    padding: 6px 11px;
    background: #a56300;
    border: 1px solid #a56300;
    border-radius: 3px;
    color: #ffffff;
}

.navigation.pagination .nav-links a {
    padding: 6px 11px;
    border: 1px solid #a56300;
    border-radius: 3px;
}

.navigation.pagination .nav-links a:hover {
    background: #a56300;
    border: 1px solid #a56300;
    color: #ffffff;
}

/* --------------------------------------------
* 　ブログ検索結果
* -------------------------------------------- */
.container_search .keywords {
    margin-bottom: 15px;
}

/* --------------------------------------------
* Profile
* -------------------------------------------- */
.container_profile .profile_wrap > ul li {
    display: flex;
    flex-wrap: wrap; /* ★これを追加して折り返し可能に */
    margin-bottom: 50px; /* 1つ目の写真と次の写真の縦の間隔 */
    gap: 10px; /* 写真と文字の間隔 */
}

/*
.container_profile .profile_wrap .horizontal {
    display: flex;
    margin-bottom: 20px;
    justify-content: center; /* 中央揃え (必要に応じて変更) */
    gap: 30px; /* 3枚目と4枚目の間の余白 */
}

.container_profile .profile_wrap .horizontal .photo-text {
    display: flex;
    flex-direction: column;/* 縦並び */
    align-items: center; /* 中央揃え */
    text-align: center;
}

.container_profile .profile_wrap .horizontal .photo-text h2 {
    margin-top: 0px; /* 画像と文字の間隔 */
    font-size: 2rem;
    font-weight: bold;
}

.container_profile .profile_wrap .horizontal .photo-text p {
    margin-top: 10px; /* 画像と文字の間隔 */
    font-size: 1.5rem;
    font-weight: bold;
}
*/
.container_profile .profile_wrap > ul li .img {
    width: 45%;
    min-width: 245px;
    margin-right: 30px;
}

.container_profile .profile_wrap > ul li .txtarea {
    flex: 1 1 auto;
    padding-top: 15px;
}

.container_profile .profile_wrap > ul li .txtarea h2 {
    font-weight: bold;
    font-size: 1.8rem;
}

.container_profile .profile_wrap > ul li .txtarea p {
    margin-bottom: 15px;
}

.container_profile .profile_wrap > ul li .txtarea p:last-child {
    margin-bottom: 0;
}

.container_profile .profile_wrap > ul li .txtarea p.address {
    font-size: 1.2rem;
}

.custom-field-content {
    text-align: center; /* 中央揃え */
}

/* --------------------------------------------
* 　お問合わせ
* -------------------------------------------- */
.wpcf7 {
    width: 100%;
    font-size: 16px;
}

.wpcf7 table {
    width: 100%;
    font-size: 16px;
}

.wpcf7 table .td_left {
    width: 25%;
    height: auto;
    vertical-align: middle;
    background: #ffffff;
    padding: 0 2%;
}

.wpcf7 table .td_right {
    width: 75%;
    height: auto;
    background: #fff;
    padding: 10px 2%;
}

.wpcf7 p {
    margin: 0 0 15px 0;
}

.wpcf7 input,
.wpcf7 select {
    width: 100%;
    height: 45px;
    padding: 5px 5px 3px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
    padding: 5px 5px 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.wpcf7 .wpcf7-list-item {
    display: block;
}

.wpcf7 .flexwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    background: #f2f1ec;
    border: none;
    outline: none;
}

.wpcf7 tr td .any {
    display: inline-block;
    min-width: 40px;
    color: #fff;
    background: #59c197;
    padding: 3px 7px 1px;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 12px;
}

.wpcf7 tr td .required {
    display: inline-block;
    min-width: 40px;
    color: #fff;
    background: #a56300;
    padding: 3px 7px 1px;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 12px;
}

.wpcf7 tr .wpcf7-form-control-wrap input:focus {
    outline: solid #efefef 1px;
    outline-offset: -1px;
    background-color: #fcfcfc;
}

.wpcf7 tr .wpcf7-form-control-wrap textarea:focus {
    outline: solid #efefef 1px;
    outline-offset: -1px;
    background-color: #fcfcfc;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
    display: block;
    font-size: 12px;
    color: rgba(17, 123, 3, 0.339);
}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    text-align: center;
}

.wpcf7 #acceptance {
    text-align: center;
}

.wpcf7 .ajax-loader {
    display: block !important;
    margin: 0 auto !important;
}

.wpcf7 .submitting .ajax-loader {
    background: url("./../img/ajax-loader.gif") no-repeat center;
    width: 16px;
    height: 36px;
    display: block;
    width: 100%;
}

.wpcf7 form:not([data-status="init"]) .wpcf7-response-output {
    font-size: 1.7rem;
    padding: 10px 10px 7px;
    border: 3px solid #a56300;
}

.wpcf7 form[data-status="submitting"] .wpcf7-response-output {
    display: none;
}

.submit_box {
    text-align: center;
    margin: 30px 0 50px;
}

.submit_box .wpcf7-spinner {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

.submit_box input[type="submit"] {
    background: #333;
    border: none;
    border-radius: 3px;
    padding: 4px 15px 0;
    font-size: 16px;
    color: #fff;
    display: inline-block !important;
    width: 100%;
    max-width: 380px;
}

.submit_box input[type="submit"]:hover {
    cursor: pointer;
}

.submit_box input[type="submit"]:disabled {
    background: #eee;
    color: #454545;
}

/* --------------------------------------------
* 　サイドバー
* -------------------------------------------- */
.container_side .container_side_item {
    margin-bottom: 30px;
}

.container_side .container_side_item .head {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 12px 8px;
    background: #eeeeee;
    margin-bottom: 20px;
}

.container_side .container_side_item .label {
    color: #aaa;
    font-weight: bold;
    font-size: 1.2rem;
}

.container_side .side_localnews ul {
    margin-top: -20px;
}

.container_side .side_localnews ul li a {
    display: block;
    padding: 13px 3px 7px;
    border-bottom: 1px dotted #bebebe;
}

.container_side .container_side_category ul li a {
    display: block;
    padding: 10px 3px 6px;
    border-bottom: 1px dotted #bebebe;
}

.container_side .container_side_tag {
    margin-top: 20px;
}

.container_side .container_side_tag .head {
    margin-bottom: 15px;
}

.container_side .container_side_tag .tag_list ul {
    display: flex;
    flex-wrap: wrap;
}

.container_side .container_side_tag .tag_list ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.container_side .container_side_tag .tag_list ul li a {
    display: inline-block;
    height: 30px;
    padding: 2px 10px 0;
    border-radius: 15px;
    border: 2px solid #e9a2b2;
}

.container_side .container_side_tag .tag_list ul li a:hover {
    text-decoration: none;
    background: #a56300;
    color: #ffffff;
}

.container_side form#searchform {
    position: relative;
}

.container_side form#searchform input[type="text"] {
    width: 100%;
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.container_side form#searchform input[type="text"]:focus-visible {
    outline: none !important;
    border: 2px solid #a56300 !important;
}

.container_side form#searchform input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: url("./../img/icon_search.svg") center no-repeat;
    background-size: 60%;
    text-indent: 9999px;
}

.container_side form#searchform input[type="submit"]:hover {
    cursor: pointer;
}

/* --------------------------------------------
* 　フッター
* -------------------------------------------- */
/* トップに戻るボタンを半透明で固定 */
#go_top {
    position: fixed;
    bottom: 110px; /* LINEボタンの上に来るよう調整 */
    right: 20px;  /* お問い合わせボックスと揃える */
    display: block; /* 表示する場合はnoneを外す */
    z-index: 15;   /* 固定コンタクトボックスより前面に */
    opacity: 0.6;  /* 半透明 */
    transition: opacity 0.3s ease;
}

#go_top:hover {
    cursor: pointer;
    opacity: 1; /* ホバー時は不透明に */
}

/* 画面が小さいときもLINEボタンより上に表示 */
@media (max-width: 768px) {
    #go_top {
        bottom: 210px; /* ボタン位置に合わせて微調整 */
        right: 15px;
    }
}

footer {
    background: #e7cf9c;
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 4px;
    position: relative;
}

footer .footer_logo {
    text-align: center;
    margin-bottom: 30px;
}

footer .footer_logo img {
    display: inline-block;
}

footer .footer_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

footer .footer_nav ul {
    display: flex;
}

footer .footer_nav ul li {
    margin-right: 10px;
    margin-left: 10px;
}

footer .cr {
    text-align: center;
    font-size: 12px;
}

.fixed-contact-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.fixed-contact-box .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: clamp(11px, 2.5vw, 13px); /* 文字サイズも可変 */
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: clamp(70px, 20vw, 90px); /* 横幅も可変 */
}

/* ホバー時の浮き上がり効果 */
.fixed-contact-box .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-phone {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #a47d50;
}

.btn-insta {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  color: white;
}

.btn-line {
  background: linear-gradient(to right, #6edb6a, #2cbf42);
  color: white;
}

/* 📞📷💬 のサイズ調整 */
.btn .icon {
  font-size: clamp(15px, 4vw, 28px); /* 画面幅に応じて可変 */
  line-height: 1;
  margin-bottom: 3px;
}
.btn .text {
  font-size: clamp(8px, 2vw, 13px); /* テキストも可変 */
  text-align: center;
}

/* スマホ時の縦並び */
@media (max-width: 768px) {
  .fixed-contact-box {
    flex-direction: column;
    gap: 6px;
    bottom: 15px;
    right: 15px;
  }
}

/* スマホ・タブレット表示時にアイコンを半透明に */
@media (max-width: 768px) {
  .fixed-contact-box {
    flex-direction: column;
    gap: 6px;
    bottom: 15px;
    right: 15px;
  }

  /* アイコン半透明 */
  .fixed-contact-box .btn {
    opacity: 0.5;           /* 半透明 */
    transition: opacity 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease; /* ホバーや変化も滑らかに */
  }

  /* ホバー時は透明度を戻す */
  .fixed-contact-box .btn:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}




/* --------------------------------------------
* 　記事スタイル
* -------------------------------------------- */
.article .container {
    margin-top: 20px;
}

.article h1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.article h2 {
    font-size: 24px;
    margin: 45px 0 25px;
    border-bottom: 3px solid #999;
}

.article h3 {
    font-size: 20px;
    margin: 40px 0 20px;
    border-left: 3px solid #999;
    padding: 3px 0 2px 10px;
}

.article h4 {
    font-size: 16px;
    margin: 25px 0 10px;
    border-bottom: 1px solid #ddd;
}

.article p {
    margin: 0 0 15px;
}

.article table {
    width: 100%;
    margin: 20px 0 20px;
}

.article table td {
    padding: 5px 5px 2px;
    border: 1px solid #ddd;
}

.article ul,
.article ol {
    margin: 20px 0 20px;
}

.article ul li {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 7px;
}

.article ol li {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 7px;
}

.article figure {
    margin: 20px 0 20px;
}

.article figure figcaption {
    font-size: 13px;
    font-style: italic;
    color: #888;
    text-align: center;
}

.article blockquote {
    background: #f8f8f8;
    padding: 30px 30px 25px;
}

.article blockquote p:last-child {
    margin-bottom: 0;
}

.article img {
    margin: 20px 0 20px;
}

.article .alignright {
    float: right;
    margin-left: 20px;
}

.article .alignleft {
    float: left;
    margin-right: 20px;
}

.article .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.article .wp-caption {
    font-size: 13px;
    color: #555;
}

/* --------------------------------------------
* 404ページ
* -------------------------------------------- */
.container_404 #error {
    text-align: center;
    padding: 50px 0 50px;
}

/*# sourceMappingURL=style.css.map */

#wrapper {
  flex-grow: 0 !important;
  /* ついでに min-height をリセットしておくと安心です */
  min-height: 0 !important;
}

/* wrapper直下の最初の .top_key_visual（空のバッファ）を消す */
#wrapper > .top_key_visual:first-child {
  display: none !important;
}

/* ------------------------------
*  main-background 全体背景
* ------------------------------ */
.main-background {
  background-color: #FFF8E1;
  width: 100%;
  min-height: 100%;
  padding-bottom: 0; /* 不要な余白を削除 */
}

/* --------------------------------------------
 * 　全体設定
 * -------------------------------------------- */
body {
  background-color: #FFF8E1; /* ← ここを追加・変更 */
}

/* ------------------------------
 * アクセスセクション
 * ------------------------------ */
.access {
  background-color: #FFF8E1; /* 全体の背景に馴染ませる */
  padding: 40px 20px;
  border-radius: 8px;
  margin-bottom: 60px;
}

.access-flex {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; /* スマホ対応 */
}

.access-map {
  flex: 1 1 60%;
  min-width: 300px;
}

.access-info {
  flex: 1 1 35%;
  background-color: #ffffff;
  border: 1px solid #e0d5b8;
  border-radius: 8px;
  padding: 25px 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.access-info p {
  margin-bottom: 10px;
}

.access-info p strong {
  color: #a56300; /* サイトのアクセントカラー */
}

.access-info .btn_common {
  display: inline-block;
  margin-top: 15px;
  background-color: #a56300;
  color: #fff;
  padding: 10px 20px 7px;
  border-radius: 5px;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.access-info .btn_common:hover {
  background-color: #fff;
  color: #a56300;
  border: 1px solid #a56300;
  text-decoration: none;
}

/* スマホ表示 */
@media screen and (max-width: 768px) {
  .access-flex {
    flex-direction: column;
  }

  .access-map,
  .access-info {
    flex: 1 1 100%;
  }
}

/* サロンの特徴セクション */
.salon-features {
  background-color: #f2f2e6;
  padding: 60px 40px 80px;
  border-radius: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.salon-features .section_head {
  font-size: 2.4rem;
  color: #6b4200;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}

.feature-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  padding: 20px 30px;
  gap: 30px;
}

.feature-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.feature-text {
  flex: 1;
  text-align: left;
}

.feature-text h3 {
  font-size: 1.8rem;
  color: #5a3b00;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.feature-text p {
  font-size: 1.5rem;
  color: #444;
  line-height: 1.8;
}

/* salon-info */
.salon-info {
  text-align: right;
  margin-top: 50px;
  font-size: 1.5rem;
  color: #333;
}

.salon-info i {
  margin-right: 8px;
  color: #a56300;
}

.salon-info p {
  margin: 10px 0;
}

.salon-info .btn_common {
  display: inline-block;
  margin-top: 20px;
  background-color: #a56300;
  color: #fff;
  padding: 10px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.salon-info .btn_common:hover {
  background-color: #c58020;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .feature-card {
    flex-direction: column;
    text-align: center;
  }
  .feature-img img {
    margin-bottom: 20px;
  }
  .salon-info {
    text-align: center;
  }
}
/* ---------------------------
   キャッチコピーセクション
--------------------------- */
.catchcopy-section {
  background: #FFF8E1;
  position: relative;
  padding: clamp(80px, 10vw, 160px) 4vw clamp(100px, 8vw, 180px);
  text-align: center;
  overflow: hidden; /* はみ出し防止 */
}

.catchcopy-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* 小見出し */
.catch-sub {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(18px, 2.4vw, 32px);
  color: #2a2620;
  margin-bottom: clamp(16px, 2vw, 32px);
  letter-spacing: 0.08em;
}

/* メインタイトルブロック */
.catch-main-block {
  position: relative;
}

/* salon 二虹 -nico- */
.catch-main {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: clamp(16px, 3vw, 48px);
  font-family: "Times New Roman", serif;
  color: #1a1a1a;
  letter-spacing: 0.08em;
  margin: 0 auto clamp(32px, 5vw, 48px);
  flex-wrap: wrap;
}

.catch-main .word {
  font-size: clamp(40px, 6vw, 90px);
  font-weight: 400;
}

.catch-main .niji {
  font-size: clamp(56px, 8vw, 110px);
  font-weight: 600;
}

/* サブキャッチ */
.catch-desc {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(22px, 2.4vw, 36px);
  color: #2b2721;
  margin-bottom: clamp(8px, 2vw, 20px);
}

.catch-small {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(16px, 1.8vw, 24px);
  color: #5e5a52;
  letter-spacing: 0.05em;
}

/* ---------------------------
   OPENバッジ（右上固定・さらに右寄せ）
--------------------------- */
.open-badge-fixed {
  position: absolute;
  top: clamp(10px, 2vw, 40px);     /* さらに少し上 */
  right: clamp(-40px, -4vw, -60px); /* 右端を超えて少しはみ出すイメージで */
  pointer-events: none;
  transform: translateX(20%); /* 右に少し押し出す */
}


.open-circle {
  width: clamp(180px, 22vw, 280px);
  height: clamp(180px, 22vw, 280px);
  border-radius: 50%;
  background:
    radial-gradient(140% 140% at 28% 22%,
      rgba(255, 255, 255, .85) 0%,
      rgba(255, 255, 255, .55) 22%,
      rgba(255, 192, 203, .55) 40%,
      rgba(255, 182, 193, .40) 60%,
      rgba(255, 182, 193, .28) 100%),
    linear-gradient(160deg,
      rgba(255, 192, 203, .58) 0%,
      rgba(255, 170, 185, .40) 45%,
      rgba(255, 192, 203, .30) 100%);
  box-shadow:
    0 28px 48px rgba(0, 0, 0, .12),
    inset 0 -12px 28px rgba(255, 255, 255, .42),
    inset 0 10px 36px rgba(255, 192, 203, .28);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #332e2a;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  opacity: 0.92;
}

.open-circle::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 20%;
  width: 60%;
  height: 30%;
  background: radial-gradient(120% 120% at 50% 50%,
    rgba(255, 255, 255, .75) 0%,
    rgba(255, 255, 255, .35) 60%,
    rgba(255, 255, 255, 0) 100%);
  filter: blur(2px);
  border-radius: 50%;
}

.open-date {
  font-family: "Times New Roman", serif;
  color: #332e2a;
  line-height: 1.15;
  font-size: clamp(16px, 2vw, 22px);
}

.open-date .big {
  display: block;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 700;
}

.open-date .small {
  font-size: clamp(12px, 1.5vw, 16px);
  opacity: .8;
}

.open-text {
  font-family: "Times New Roman", serif;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 600;
  color: #2f2924;
  margin-top: 0.3em;
}

/* スマホ時はバッジを下中央に */
@media (max-width: 768px) {
  .open-badge-fixed {
    position: static;
    margin: clamp(24px, 6vw, 40px) auto 0;
  }
}
/* ============================
   archive.php（お知らせ一覧）
============================ */
.archive_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.archive_list li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.archive_list li a {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease;
}

.archive_list li a .date {
  flex-shrink: 0;
  margin-right: 20px;
  color: #888;
  font-size: 1.4rem;
}

.archive_list li a .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 1px dotted transparent;
  transition: 0.3s ease;
}

/* ホバー時 */
.archive_list li a:hover {
  background-color: #fff4e6;
}
.archive_list li a:hover .ttl {
  border-bottom: 1px dotted #a56300;
  color: #a56300;
}

/* アクティブ状態 */
.archive_list li a:active {
  background-color: #fde7c2;
  color: #a56300;
}

/* archive.php 専用でサイドバーを消す */
.container_archive_blog.no_sidebar {
  display: block !important; /* flex解除 */
}

.container_archive_blog.no_sidebar main {
  width: 100%;
}

/* 背景全体 */
#profile-page {
  position: relative;
  background-color: #FFF8E1;
  padding: 4rem 2rem;
  overflow: hidden;
}

/* 背景ロゴ（透かし） */
#profile-page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 45%;
  background: url('<?php echo get_theme_file_uri("/img/saikalogo.png"); ?>') no-repeat center center;
  background-size: contain;
  opacity: 0.05;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

#profile-page .inner {
  position: relative;
  z-index: 1;
  max-width: 950px;
  margin: 0 auto;
  color: #333;
  line-height: 1.9;
}

#profile-page h1.page_head {
  text-align: center;
  font-size: 4rem;
  border-bottom: 3px solid #d1c7a5;
  display: inline-block;
  margin: 0 auto 3rem auto;
}

/* セクションタイトル */
#profile-page h2 {
  font-size: 2rem;
  border-left: 5px solid #d4b46e;
  padding-left: 0.6rem;
  margin: 3rem 0 1.5rem 0;
}

/* 施設長紹介：左右並び */
.profile-flex {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  margin-top: 1.5rem;
}

.profile-photo img {
  width: 250px;
  height: 250px;
  border-radius: 50%;    /* 円形 */
  object-fit: cover;     /* 画像の切れを防止 */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* 軽い影 */
  background: none;      /* 背景色なし */
  padding: 0;            /* 枠の空白なし */
  border: none;          /* 枠線なし */
}


.profile-text {
  flex: 1;
}

/* 横並びの画像 */
.image-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.image-row img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  object-fit: cover;
}

/* テキスト */
.facility-text {
  margin-top: 1rem;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .profile-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .profile-photo img {
    width: 180px;
  }
  .image-row {
    flex-direction: column;
  }
  .image-row img {
    width: 100%;
  }
}
