@charset "UTF-8";

body {
  font-family:"BIZ UDPGothic",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
}

body:not(.home) .l-contents__inner:first-child {
    padding-top: var(--_padding5);
}

.l-simple-header .c-fluid-container {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 5px 15px;
    border-radius: 50px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    filter: saturate(120%);
    max-width: max-content;
}

.header_lang_icons a {
    margin: 0 5px;
}

.header_lang_icons img {
    width: 50px;
    height: auto;
}

/**/
.c-entry__title {
  color:#e7007f;
}

/* =========================
  Smooth Breathing Hamburger
  3本線がなめらかに呼吸する版
========================= */

.sd-menu-button__line {
  width: 100%;
  transform-origin: left center;
  will-change: transform, opacity;
  transition:
    transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    top 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.24s ease;
}

.sd-menu-button__line:nth-child(1) {
  transform: scaleX(0.72);
  animation: sd-line-scale-wave-1 5.2s ease-in-out infinite;
}

.sd-menu-button__line:nth-child(2) {
  transform: scaleX(1);
  animation: sd-line-scale-wave-2 5.8s ease-in-out infinite;
  animation-delay: -0.7s;
}

.sd-menu-button__line:nth-child(3) {
  transform: scaleX(0.58);
  animation: sd-line-scale-wave-3 5.4s ease-in-out infinite;
  animation-delay: -1.2s;
}

@keyframes sd-line-scale-wave-1 {
  0%, 100% {
    transform: scaleX(0.72);
  }
  35% {
    transform: scaleX(0.92);
  }
  65% {
    transform: scaleX(1);
  }
}

@keyframes sd-line-scale-wave-2 {
  0%, 100% {
    transform: scaleX(1);
  }
  40% {
    transform: scaleX(0.84);
  }
  70% {
    transform: scaleX(0.78);
  }
}

@keyframes sd-line-scale-wave-3 {
  0%, 100% {
    transform: scaleX(0.58);
  }
  35% {
    transform: scaleX(0.76);
  }
  70% {
    transform: scaleX(0.88);
  }
}

/* hover時はいったん揃える */
.sd-menu-button:hover .sd-menu-button__line {
  animation-play-state: paused;
}

.sd-menu-button:hover .sd-menu-button__line:nth-child(1),
.sd-menu-button:hover .sd-menu-button__line:nth-child(2),
.sd-menu-button:hover .sd-menu-button__line:nth-child(3) {
  transform: scaleX(1);
}

/* OPEN時はアニメーション停止 */
body.sd-menu-open .sd-menu-button__line {
  animation: none;
}

/* OPEN時：×に変形 */
body.sd-menu-open .sd-menu-button__line:nth-child(1) {
  top: 9px;
  transform: rotate(45deg) scaleX(1);
}

body.sd-menu-open .sd-menu-button__line:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px) scaleX(1);
}

body.sd-menu-open .sd-menu-button__line:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg) scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .sd-menu-button__line {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================
  Elegant Drawer Slide
  左から上品にスライド
========================= */

.c-drawer[aria-hidden=false] {
  transform: translateX(8%);
  transition:
    transform 1.58s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.36s ease;
  /* opacity: 0;
  will-change: transform; */
  box-shadow: 18px 0 45px rgba(0, 0, 0, 0.16);
}

/* ドロワーメニュー */
.c-drawer {
    background-color: rgba(255, 255, 255, 0.9);
    color: #1c1c1c;
    position: fixed;
    top: 10.5em;
    border-radius:20px;
    height: 550px;
    padding-bottom: 20px;
    backdrop-filter: blur(5px);
    filter: saturate(120%);
}

.c-drawer .c-ic-angle-right:before {
    font-size: 20px;
    border-color: #1c1c1c;
}

.c-hamburger-btn__bar {    
    width: 25px;
    background-color: var(--wp--preset--color--sm-accent);
}

.c-drawer--highlight-type-background-color .c-drawer__item.sm-nav-menu-item-highlight:last-child {
  color: #fff;
}

/* ページヘッダーの背景にドットパターンを追加 */
.c-page-header:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.c-page-header__content {
    position: relative;
    z-index: 1;
}

.c-drawer__controls--left {
    display: none;
}

.top_heading01a {
    letter-spacing: 2px;
}

.top_heading01 {
/*    position: relative;
    display: table;
    font-size: var(--_fluid-font-size);
    z-index: 1;*/
    letter-spacing: 2px;
}

/* カメラアイコン
.top_heading01::before {
    font-family: 'Material Symbols Outlined';
    content: "\f080"; 
    position: absolute;
    left: -0.6em;
    top: -0.5em;
    font-size: 5rem;
    line-height: 1;
    color: #d9f4ff;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    filter: saturate(30%);
} */

/* 背景の英字 
.top_heading01::after {
    content: "MOVIE";
    position: absolute;
    left: 1.1em;
    top: -0.15em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #d9f4ff;
    opacity: 0.95;
    z-index: -1;
    pointer-events: none;
    white-space: nowrap;
    filter: saturate(30%);
}
*/
/*.top_heading02 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2) !important;
    color: #333333;
}*/
.top_heading02 h3::before {
/*    position: absolute;
    bottom: calc(-3.5em / 3);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.0em;
    height: 3.0em;
    border-radius: 50%;
    background: var(--wp--preset--color--sm-accent);
    content: '';
    filter: blur(25px);
    animation: floating-bg 10s ease-in-out infinite alternate;*/
    animation: floating-bg 5s linear infinite alternate;
    width: 50px;
}

@keyframes floating-bg {
/*    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(8%, 10%) rotate(15deg);  ゆっくり右下に動きつつ少し回転 
    }
    100% {
        transform: translate(-4%, -5%) rotate(-2deg); ゆっくり左上に戻る 
    }
    */
    0% {
        transform: translateX(-15%);
    }
    100% {
        transform: translateX(15%);
    }
}

.c-meta__item--modified {
    display: none;
}

.top_heading03 {
/*    position: relative;
    display: table;
    font-size: var(--_fluid-font-size);
    z-index: 1;*/
    letter-spacing: 2px;
}
/* 
.top_heading03::before {
    font-family: 'Material Symbols Outlined';
    content: "\e0e5";
    position: absolute;
    left: -0.6em;
    top: -0.5em;
    font-size: 5rem;
    line-height: 1;
    color: #d9f4ff;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    filter: saturate(30%);
}
*/
/* 背景の英字
.top_heading03::after {
    content: "NEWS";
    position: absolute;
    left: 1.1em;
    top: -0.15em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #d9f4ff;
    opacity: 0.95;
    z-index: -1;
    pointer-events: none;
    white-space: nowrap;
    filter: saturate(30%);
}
 */
/*下層ページ見出し*/
.kasou_heading-01 {
    border-bottom: 1px solid var(--wp--preset--color--sm-sub-accent);
}

.kasou_heading-01::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 1px;
    background-color: var(--wp--preset--color--sm-accent);
    content: '';
}

.kasou_heading-02 {
    position: relative;
    /*padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #2589d0;*/
    color: #333333;
}
/*
.kasou_heading-02::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: var(--wp--preset--color--sm-accent);
    content: '';
}

.kasou_heading-02::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: var(--wp--preset--color--sm-sub-accent);
    content: '';
}
*/
.top_houshin .smb-section__lede {
    width: 650px;
}

/*フッター*/
/* --- 共通レイアウト --- */
.inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

/* 上段の親要素をFlexboxにして横に並べる */
.ft_top_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    list-style-type: none;
}

.ft_link .left {
    flex: 0 1 auto;
}

.ft_link .right {
    display: flex;
    gap: 10px;
}

.ft_link .right2 {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}

.left img {
    width: 300px;
}

/* --- ボタンパーツ共通 --- */
.c_btn a {
    display: inline-block;
    border: 1px solid var(--wp--preset--color--sm-accent);
    color: var(--wp--preset--color--sm-accent);
    padding: 15px 25px;
    border-radius: 100px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    transition: opacity 0.3s;
    text-align: center;
    width: 160px;
}

/* --- 下段（仲間の声・提言） --- */
.ft_bottom_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px;
}

.content_more a {
    text-decoration: none;
    color: #263238;
    font-weight: bold;
    font-size: 15px;
}

.content_more span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-height: 60px;
    border: 1px solid var(--wp--preset--color--sm-accent);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}

.top_bnr .smb-items__banner__figure > img {
    height: 300px;
    object-position: 0 -25px;
}

.smb-items__banner--vstandard {
    height: 300px;
}

/* ===== 支部アクセス ===== */
.page-box.top-box{
/*    background:#fff;
    border:1px solid #dfe6ee;
    border-radius:10px;
    box-shadow:0 8px 18px rgba(0,0,0,.05);
    position:relative;
    overflow:hidden;
*/
    padding:34px 30px;
    margin:50px 0;
}

/* グラデ背景は使わない（以前の::beforeがある場合は無効化） 
.page-box.top-box::before{ content:none !important; }
*/
/* 左アクセント：単色 
.page-box.top-box::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:#2a6fb3;
}
*/

/* 見出し：下線で硬め */
.page-box .top-box_ttl{ margin:0 0 16px; }
.page-box .h2{
    font-size:22px;
    letter-spacing:.04em;
    margin:0;
    padding-bottom:10px;
    border-bottom:2px solid #e6edf5;
}

/* 注意文：薄いグレー枠 */
.shibu-access__note{
    margin: 14px 0 18px;
    padding: 12px 14px;
    border-radius:8px;
    background:#f7f9fb;
    border:1px solid #e4ebf3;
    color:#263238;
    font-size:14px;
    line-height:1.75;
}

/* 2列カード：角丸控えめ＋線を強め */
.shibu-access__grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:14px;
    margin-top: 12px;
}

.shibu-access__card{
    background:#fff;
    border:1px solid #dfe6ee;
    border-radius:10px;
    padding:14px 14px 12px;
    box-shadow:none;
}

/* ラベル：アイコンは丸をやめて四角寄り */
.shibu-access__label{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:800;
    font-size:13px;
    letter-spacing:.06em;
    color:#1f2a2e;
    margin-bottom:10px;
    padding-bottom:8px;
    border-bottom:1px solid #eef3f8;
}

.shibu-ico{
    width:28px;
    height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    background:#f1f5f9;
    border:1px solid #dfe6ee;
    font-size:15px;
    color:#1f2a2e;
}

.shibu-access__value{
    font-size:15px;
    line-height:1.8;
    color:#263238;
}

.shibu-access__line + .shibu-access__line {
    margin-top:6px;
    padding-top:6px;
    border-top:1px dotted #d7e0ea;
}

/* Map：角丸控えめ＋枠 */
.shibu-access__map{
    margin-top: 18px;
    border-radius:10px;
    overflow:hidden;
    border:1px solid #dfe6ee;
    box-shadow:none;
}
.shibu-access__map iframe{
    width:100%;
    height: 360px;
    border:0;
    display:block;
}

.is-type-video iframe {
    border-radius: 20px;
}

.p-social-nav svg {
    font-size: 30px;
}

/* バナーの本文 */
.smb-items__banner__body-inner {
    background-color: rgba(255, 255, 255, .8);
    color: #333;
    padding: 10px 20px;
    width: 100%;
    position: relative;
    top: 1.9em;
    left: 1.9em;
    border-radius: 10px 0 0 0;
    text-align: center;
}

.reverse img {
    transform: scale(-1, 1);
}

#page-top {
    background-color: rgba(255, 255, 255, 0);
    width: 88px;
    height: 168px;
    bottom: 2em;
    animation: backtotop 10s linear infinite alternate;
}

@keyframes backtotop {
    0% {
        transform: translateY(-15%);
    }
    100% {
        transform: translateY(15%);
    }
}

#page-top a {
    background-image: url(assets/img/backtop.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.c-page-top svg {
    display: none;
}

#menu-footer-menu .menu-item a {
    font-size: 14px;
    padding: 8px 12px;
}

#menu-footer-menu .menu-item img {
    width: 50px;
    height: auto;
}

#menu-footer-menu .footer_tel img {
    width: 35px;
    height: auto;
}


/* ===== 支部一覧 ===== */
.branch-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 35px 0;
}

.branch-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.branch-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f4f4f4;
  overflow: hidden;
}

.branch-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branch-card__noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #999;
  font-size: 14px;
}

.branch-card__body {
  padding: 20px;
}

.branch-card__title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.5;
}

.branch-card__title a {
  color: var(--wp--preset--color--sm-sub-accent);
  text-decoration: none;
}

.branch-card__url span {
  display: inline-block;
  margin-right: 8px;
  font-weight: 700;
}

.branch-card__info {
  margin: 0;
  font-size: 15px;
}

.branch-card__info div {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #eee;
}

.branch-card__info dt {
  font-weight: 700;
  color: #555;
}

.branch-card__info dd {
  margin: 0;
}

.branch-card__info a {
  color: inherit;
}

/* 支部・施設一覧：既存カラムブロック用 */
.branch-simple-list {
  margin: 32px 0;
}

.branch-simple-list > .wp-block-columns {
  margin: 0;
  padding: 22px 24px;
  margin: 15px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
/*  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
*/
  gap: 24px;
  width: 100%;
}

.branch-simple-list .wp-block-column {
  margin: 0;
}

.branch-simple-list p {
  margin: 0;
  line-height: 1.8;
}

.branch-simple-list a {
  color: inherit;
  text-decoration: none;
}

.branch-simple-list a:hover {
  text-decoration: underline;
}

.branch-simple-list .wp-block-column:first-child p {
  font-size: 1.05rem;
  line-height: 1.6;
}

.branch-simple-list .wp-block-column:first-child a {
  font-weight: 700;
}

.branch-simple-list .wp-block-column:nth-child(2) {
  color: #333;
}

.branch-simple-list .wp-block-column:nth-child(3) {
  color: #333;
  font-weight: 500;
}

/* =========================
   加入のメリット
   ========================= */

.support-benefits {
  margin: 40px 0;
}

/* 一覧 */
.support-benefits .smb-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

/* カード */
.support-benefits .smb-btn-box {
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8e4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}

/* カード内 */
.support-benefits .smb-btn-box > .c-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 22px;
}

/* タイトル */
.support-benefits .smb-btn-box__lede {
  margin-bottom: 10px;
  color: var(--wp--preset--color--sm-accent);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.5;
}

/* 説明文 */
.support-benefits .smb-btn-box__note {
  order: 2;
  margin: 0 0 18px;
  color: #333;
  font-size: .95rem;
  line-height: 1.7;
}

/* ボタンを下に */
.support-benefits .smb-btn-box__btn-wrapper {
  order: 3;
  margin-top: auto;
}

/* ボタン */
.support-benefits .smb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: .7em 1.2em;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  background: var(--wp--preset--color--sm-accent);
  border: none !important;
  border-radius: 999px !important;
}

.support-benefits .smb-btn:hover {
  color: #fff !important;
  background: var(--wp--preset--color--sm-accent);
}

/*60日前アラート*/
.is-ha-para-notice .svg-inline--fa {
  color: #ffc533;
  padding-right: 10px;
  font-size: 1.2em;
}

.is-ha-para-notice {
  /*background: #fff9e6;
  border-radius: 8px;*/
  padding: 8px;
  border-bottom: 2px solid #ffc533;
  display: table;
  margin: 1em auto;
  max-width: 90%;
}

.tap-img {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.tap-img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.tap-img:hover img {
  transform: scale(1.1); /* 拡大 */
}

.c-copyright {
  background-color:var(--wp--preset--color--sm-sub-accent);
}

.wp-show-posts-columns {
  margin-left: auto !important;
}

/*フォーム*/
.smf-control-description {
  color: red;
  padding-left: 10px;
}

/*top新着情報*/
.post-list-horizontal {
	display: flex;
	flex-direction: column;
}

.post-list-horizontal__item {
	display: flex;
	align-items: baseline;
	gap: 1.5em;
	padding: 18px 0;
  border-bottom: 1px solid #eee;
}

.post-list-horizontal__date {
	flex: 0 0 7em;
	color: #666;
	font-size: 0.9rem;
	white-space: nowrap;
}

.post-list-horizontal__title {
	color: inherit;
	text-decoration: none;
	line-height: 1.6;
}

.post-list-horizontal__title:hover {
	text-decoration: underline;
}

/*読者の声*/
.contactform {
  width: 100%;
  text-align: center;
}

.contactform dt, .contactform dd {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.contactform dt {
  width: 20%;
  text-align: right;
  margin-right: 20px;
  font-weight: bold;
}

.contactform dd {
  width: 70%;
  text-align: left;
}

.contactform dd input, .contactform dd textarea, .contactform dd select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contactform dd input[type="checkbox"] {
  border: 1px solid #ddd;
  width: auto;
  margin: 10px 0;
  display: inline-flex;
  vertical-align: middle;
}

input[type="text"], button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 10px 10px 0;
}

span.mwform-checkbox-field {
  display: inline-block;
  margin: 0 10px;
}

.contactform p input[type="submit"], .contactform button[type="submit"] {
  background: #dc7623;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
  width: 70%;
  margin: 10px auto;
  border: none;
  display: block;
  cursor: pointer;
}

.contactform p input[type="submit"]:hover, .contactform button[type="submit"]:hover {
  background: #ff9b4a;
}

/* デイリーユーチューブ Shorts */
.daily-youtube-short {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.daily-youtube-short__movie {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
}

.daily-youtube-short__movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.daily-youtube-short__link {
  margin-top: 16px;
  text-align: center;
}

.daily-youtube-short__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.daily-youtube-short__link a:hover {
  opacity: 0.8;
}

@media (max-width: 600px) {
	.post-list-horizontal__item {
		flex-direction: column;
		gap: 0.3em;
	}

	.post-list-horizontal__date {
		flex: none;
	}
}

@media (width >= 960px) {
  .no-phone {
    pointer-events: none;/* 画像をクリックしてもリンクが機能しないようにする */
  }
}

/* タブレット */
@media (width <= 960px) {
  .support-benefits .smb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* タブレット・スマホ横（768px以下） */
@media (width <= 768px) {
    .support-benefits .smb-grid {
      grid-template-columns: 1fr !important;
      gap: 16px !important;
    }
    .support-benefits .smb-btn-box > .c-container {
      padding: 22px 18px;
    }
    .support-benefits .smb-btn {
      width: 100%;
    }
    .branch-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .ft_top_row {
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }
    .ft_top_row li {
        width: 100%;
    }
    .ft_top_row li a {
        width: 100%;
    }

    /* 右側のボタン3つを横2列または縦1列に */
    .ft_link .right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
/* 
    .ft_link .right .ft_btn {
        width: 100%; 2カラムにする場合。1列なら100% 
    }
*/
    .c_btn a {
        padding: 12px 10px;
        font-size: 14px;
        box-sizing: border-box;
    }

    /* 下段の大きな枠 */
    .ft_bottom_row {
        flex-direction: column;
        align-items: center;
    }

    .content_more, 
    .content_more span {
        width: 100%; /* スマホでは横幅いっぱいに */
        max-width: 400px;
    }
    
    .page-box.top-box{ padding:20px 5px; margin:30px 0; }
    .shibu-access__grid{ grid-template-columns: 1fr; }
    .shibu-access__map iframe{ height: 280px; }
    
    .post-list-horizontal__item {
      flex-direction: column;
      gap: 0.3em;
    }
    .post-list-horizontal__date {
      flex: none;
    }
}


/* スマホ（430px以下） */
@media (width <= 430px) {
    .c-drawer {
        top: 7.5em;
    }
    .branch-list {
        grid-template-columns: 1fr;
    }
    .branch-card__info div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .l-simple-header .c-fluid-container {
        background-color: #ffffff;
        margin: 5px 15px;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
        filter: saturate(120%);
        max-width: max-content;
    }

    .header_lang_icons img {
        width: 50px;
    }
    .reverse-columns {
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .top_heading01a {
        font-size: 1rem !important;
        text-align: left !important;
    }
    .smb-section__title {
        margin-top: 0;
        line-height: 1.4;
        text-align: left;
    }
    .top_heading04 p, .top_heading04 div {
        text-align: left;
    }
    .top_heading04 h2 {
        margin-top: 0;
        line-height: 1.4;
        text-align: left;
    }
}

/* ===== カットリスト ===== */
.cut-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
	margin: 24px 0;
}

.cut-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    grid-template-rows: subgrid;
}

.cut-card__thumb {
	background: #fafafa;
	padding: 16px;
	text-align: center;
}

.cut-card__img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.cut-card__body {
	padding: 0 16px 16px;
}

.cut-card__category {
	font-size: 0.95rem;
	font-weight: 700;
	margin-bottom: 8px;
	color: #333;
}

.cut-card__date {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 12px;
}

.cut-card__title {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px;
	color: #111;
}

.cut-card__button-wrap {
	margin-top: auto;
}

.cut-card__button {
	display: block;
	width: 100%;
	text-align: center;
	background: #11b5e4;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 12px 16px;
	border-radius: 4px;
	transition: opacity 0.2s ease;
	box-sizing: border-box;
}

.cut-card__button:hover {
	opacity: 0.85;
	color: #fff;
	text-decoration: none;
}

.cut-list__pagination {
	margin-top: 32px;
}

.cut-list__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cut-list__pagination a,
.cut-list__pagination span {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
}

.cut-list__pagination .current {
	background: #11b5e4;
	color: #fff;
	border-color: #11b5e4;
}

.c-hamburger-btn__label {
    display: none;
}

