/*
Theme Name: Fukasawa Child
Template: fukasawa
Version: 1.0
*/

@import url("../fukasawa/style.css");

.sidebar:before,
.post-inner,
.post-content .has-background,
.has-white-background-color ,
.posts .post-container > div, 
.post.single, 
.post-navigation a,
.vk_post_body{
    background: #fffefa !important;
}

body {
  background: #ebecec;	
  font-family: "Zen Antique", "Shippori Mincho B1", serif
	
}

.posts .post-title a,
.nav-item,
.nav-item.center span.label,
.social-links a ,
.post.single .post-title,
.menu-main-label,
.menu-main-label-sec,
.post-content *{
    color: #34444b !important;
}

/* 固定ページ共通 */
.post.single.page .post-title {
  display: none;
}


.post-inner h1,
.post-inner h2 { 
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  line-height: 45px;
}

/* 投稿ページ共通 */
figure.featured-media img {
    width: 620px;
    max-width: 85%;
    padding: 7.5% 0 0 0;
    margin: 0 auto;
}
.post.single .post-title {
  text-align: center;
  padding: 5% 0;
  font-size: clamp(1.2rem, 4vw, 1.6rem);

	
	
}





.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fffefa;;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 9999;
  border-top: 2px solid #dddddd;
	
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  margin-top: 10px;
}

.nav-item .icon {
    font-size: 28px;
	margin-bottom: -2px;
    margin-top: -15px;
}

.nav-item.center {
    position: relative;
    left: 2px;
    background: #34444b;
    color: #34444b;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0px solid #686868;
    margin-top: -61px;
    justify-content: center;
    align-items: center;
}

.nav-item.center span.label{
    position: absolute;
    bottom: -21px;

}

.nav-item.center .icon {
  font-size: 60px;
}

.nav-item.center .icon img{
    margin-top: -13px;
    margin-left: 0px;
    width: 100%;

    display: inline-block;
    vertical-align: middle;
}

.dotted-border-top {
  border: none;
  padding: 20px;
  position: relative;
}

.dotted-border-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px; /* 線の高さ */
  width: 100%;
  background-image: repeating-linear-gradient(
    to right,
    black 0 4px,
    transparent 4px 12px
  );
}

@media (min-width: 1000px) {
  .mobile-bottom-nav ,
  .bottom-nav-curve,
  .svg-wrapper{
    display: none;
  }
}

.bottom-nav-curve {
  position: fixed;
  bottom: 32px; /* ナビの高さに応じて調整 */
  right: 0px;
  width: 100%;
  height: 48px;
  z-index: 10000;
  pointer-events: none;
}

.bottom-nav-curve img {
  margin: 0 auto;
  display: block;
  height: 48px;
}

.svg-wrapper {
    width: 100%;
    height: 82px;
    background-image: url(http://atelier-chouette.net/wp-content/uploads/2025/06/curve_line-11.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    overflow: hidden;
    position: fixed;
    bottom: -12px;
    z-index: 9999;
}

/* 左メニュー */
.blog-title {
  text-align: center;
}

.blog-title a {
  border: 0px;
}

.blog-title a img{
    width: 200px;
    padding: 30px 0 0px 0;
}





/* 現在のページを示すアイコン（PCメニュー） */
.main-menu .current-menu-item:before,
.main-menu .current_page_item:before {
    content: '\f007'; /* Font Awesomeアイコン */
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    color: #019EBD;
    position: absolute;
    top: -1px;
    left: -20px;
}

.blog-title a:hover {
    background: none;
    color: none;
}

/* PCメニューのリンクテキストスタイル */
.main-menu a {
  /* font-size: 125%; */ /* 個別指定するためコメントアウト */
  line-height: 1.5;
}

.blog-title img {
    display: none; /* 全てのロゴを非表示にする */
}

.blog-title .default-logo {
    display: block; /* デフォルトのロゴを表示 */
}

/* タブレット用のブレイクポイント（例: 768px以下） */
@media (max-width: 1000px) {
    .blog-title .default-logo {
        display: none; /* デフォルトのロゴを非表示 */
    }
    .blog-title .mobile-logo {
        display: block; /* タブレット用のロゴを表示 */
    }
    .blog-title {
        text-align: left;
    }
	.social-links {
        display: none;
	}
	.second-menu {
        display: none;
		
	}
	.sidebar-search {
        display: none;
		
	}
	
.blog-title a img {
    padding-top: 0px;
}	
	
	
}

/* ===== スライドメニュー本体 ===== */
#mobile-menu-overlay {
  position: fixed;
  top: 0px;
  right: -300px;
  width: 200px;
  height: 100dvh;
  background: #fffefa;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 2rem 2rem;
  overflow-y: auto;
}

/* 表示状態 */
#mobile-menu-overlay.active {
  right: 0;
}

/* バックドロップ（背景暗くする） */
#menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}
#menu-backdrop.active {
  display: block;
}

/* 小さなスクリーンのみ有効 */
@media screen and (max-width: 800px) {
  .mobile-navigation {
    display: none !important; /* 元のメニューを非表示 */
  }
  .sidebar {
    position: relative;
    z-index: 1;
  }
	
	
	
	
}

/* スライドメニュー内の閉じるボタンのスタイル */
.mobile-close-button { /* footer.phpのボタンと区別するため、#mobile-menu-overlay で修飾しない */
  display: flex; /* アイコンとテキストを横並びに */
  align-items: center; /* 縦方向の中央揃え */
  gap: 8px; /* アイコンとテキストの間隔 */
  position: absolute;
  top: 20px;
  right: 20px;
  color: #34444b;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit; /* フォントを周りの要素と合わせる */
  display: none;
}

/* 閉じるボタンのアイコン「×」部分のスタイル */
.mobile-close-button .close-icon {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

/* 閉じるボタンのテキスト「CLOSE」部分のスタイル */
.mobile-close-button .close-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; /* テキストを大文字に */
  letter-spacing: 0.1em; /* 文字間隔を少し広げる */
}

.mobile-close-button:hover {
    color: #fff;
}

/* ハンバーガーボタンのテキスト表示を制御（この部分は変更なし） */
.nav-toggle .close {
    display: none;
}

.nav-toggle.active .menu {
    display: none;
}

.nav-toggle.active .close {
    display: inline;
}


/* --- スライドメニュー（#mobile-menu-overlay内）の追加スタイル --- */



/* モバイルメニューの各項目（li要素）のスタイル */
#mobile-menu-overlay .main-menu-mobile li {
    margin-bottom: 0px; /* 各項目の下余白 */
    padding-bottom: 0px; /* 各項目の下余白 */
    position: relative; /* アイコン配置のために必要 */
}



/* モバイルメニューの現在ページを示すアイコン */
#mobile-menu-overlay .main-menu-mobile .current-menu-item:before,
#mobile-menu-overlay .main-menu-mobile .current_page_item:before {
    content: '';
    display: block;
    width: 5px;
    height: 90%;
    background-color: #019EBD;
    position: absolute;
    top: 0;
    left: -20px;
}

/* アイコンの位置調整（Englishと日本語の2行表示に合わせて） */
.main-menu .current-menu-item:before,
.main-menu .current_page_item:before,
#mobile-menu-overlay .main-menu-mobile .current-menu-item:before,
#mobile-menu-overlay .main-menu-mobile .current_page_item:before {
    top: 10px; /* 上パディングに合わせて調整 */
    transform: translateY(0); /* 必要に応じてリセット */
}


/* ホバー時のスタイル（任意） */
#mobile-menu-overlay .main-menu-mobile a:hover {
    color: #019EBD; /* ホバー時の色 */
}


/* --- ナビゲーションラベルのスタイル --- */

/* メインラベル（English表記） */
.menu-main-label {
    display: block; /* 常に新しい行に */
    font-size: 1.3em; /* 親テーマの125%と同じ */
    font-weight: bold; /* 太字 */
    margin-bottom: 0.3em; /* サブラベルとの間隔 */
	text-transform: none;
}

/* サブラベル（日本語の説明） */
.menu-sub-label {
    display: block; /* 常に新しい行に */
    font-size: 1em; /* メインラベルより小さく */
    color: #777; /* 少し控えめな色 */
    font-weight: normal; /* 太字にしない */
}

/* メインラベルsec（English表記） */
.menu-main-label-sec {
    display: block; /* 常に新しい行に */
    font-size: 1.2em; /* 親テーマの125%と同じ */
    font-weight: bold; /* 太字 */
    margin-bottom: 0.4em; /* サブラベルとの間隔 */
}

/* サブラベルsec（日本語の説明） */
.menu-sub-label-sec {
    display: block; /* 常に新しい行に */
    font-size: 0.95em; /* メインラベルより小さく */
    color: #777; /* 少し控えめな色 */
    font-weight: normal; /* 太字にしない */
}








/* .main-menu および #mobile-menu-overlay .main-menu-mobile 内のリンクについて、
   a タグの直接のfont-size指定を削除し、子要素のspanで制御する */
.main-menu a,
#mobile-menu-overlay .main-menu-mobile a {
    font-size: unset; /* 親テーマや他のfont-size指定をリセット */
    display: flex; /* Englishと日本語を縦に並べるためにflexboxを利用 */
    flex-direction: column; /* 縦方向に並べる */
    align-items: flex-start; /* 左寄せ */
    padding: 5px 0; /* 上下のパディングを調整 */
    line-height: 1.2; /* 行の高さを調整 */
}



/* --- Instagramアイコンのスタイル --- */
.social-links, .social-links-mobile {
    position: relative;
    text-align: left;

}


.social-links a,.social-links-mobile a {
    font-size: 24px; /* アイコンのサイズを少し小さく */
    text-decoration: none; /* 下線を消す */
    transition: color 0.3s ease; /* ホバー時のトランジション */
    border: none; /* リンクのボーダーを消す */
    background: none; /* リンクの背景を消す */
    display: inline-block; /* リンクの余白調整用 */
    padding: 5px; /* クリックしやすいようにパディング */
}

.social-links a:hover,.social-links-mobile a:hover {
    color: #C13584; /* Instagramのブランドカラーに近い色に */
    background: none; /* ホバー時に背景が変化しないように */
	
}
.social-links-mobile a {
    color: #34444b
}


/* --- credits-mobileのスタイル --- */
.credits-mobile p{
    font-size: 11px;

}

.credits-mobile p a {
    color: #767676;
    text-decoration: none;
}




.main-menu:before, .second-menu:before, .widgets:before, .widget + .widget:before,.credits:before ,.social-links:before,.social-links:after{
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #e7e7e7;
    margin: 35px 0;
}

.second-menu-mobile:before, .social-links-mobile:before,.social-links-mobile:after, .credits-mobile:before{
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #e7e7e7;
    margin: 20px 0 20px 0;

}




.second-menu {
	margin: 0px;
	padding-left: 0;
	list-style: none;
}

.second-menu li {
	padding: 10px 0;
    position: relative;
}

.second-menu li a {
	text-decoration: none;
	color: #34444b;
	display: block;
}


/* SVGアイコンの共通スタイル */
.main-menu li a {
    position: relative;
    padding-left: 30px; /* アイコンのサイズ + 余白分を確保 */
    display: block; /* リンク全体をクリック可能にするため */
}

.main-menu li a::before {
    content: ''; /* 擬似要素は必要だが、内容は空 */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 35px 35px; /* アイコンのサイズをここで共通設定 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; /* background-sizeと同じか少し大きめに */
    height: 40px; /* background-sizeと同じか少し大きめに */
}

/* 各アイコンのパスをカスタムプロパティで定義 */
.main-menu li.menu-icon-about a::before {
    --icon-url: url('http://atelier-chouette.net/wp-content/uploads/2025/07/ac-03.svg');
    background-image: var(--icon-url);
}

.main-menu li.menu-icon-works a::before {
    --icon-url: url('http://atelier-chouette.net/wp-content/uploads/2025/07/ac-04.svg');
    background-image: var(--icon-url);
}

.main-menu li.menu-icon-blog a::before {
    --icon-url: url('http://atelier-chouette.net/wp-content/uploads/2025/07/ac-05.svg');
    background-image: var(--icon-url);
}

.main-menu li.menu-icon-contact a::before {
    --icon-url: url('http://atelier-chouette.net/wp-content/uploads/2025/07/ac-06.svg');
    background-image: var(--icon-url);
}


/* アイコンとテキストの間隔を調整したい場合 */
.main-menu li a {
	padding-left: 50px; 
} 


.blog-title .current-menu-item:before,
.second-menu .current-menu-item:before,
.second-menu .current-page-item:before,
.main-menu .current-menu-item:before, 
.main-menu .current_page_item:before {
    content: '';
    display: block;
    width: 5px; /* 縦線の太さ */
    height: 90%; /* メニュー項目の高さに合わせる */
    background-color: #019EBD; /* 元のアイコンと同じ色 */
    position: absolute;
    top: 0;
    left: -20px; /* 必要に応じて調整 */
}


/* CF7 のカスタマイズ */
/* フォーム全体のスタイル */
.wpcf7-form {
  margin: 0 auto;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  color: #34444b;
}

/* テキスト入力とテキストエリア */
.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* テキストエリア特有の高さ調整 */
.form-textarea {
  min-height: 160px;
  resize: vertical;
}

/* 送信ボタン */
.submit-btn {
  background-color: #34444b;
  color: #fff;
  padding: 10px 24px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #555;
}


/* front-page */

.about-block {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.about-block h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.about-block p {
  margin-bottom: 1.2rem;
}
.about-block .button {
  display: inline-block;
  background: #444;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}



.lessons-block,
.workshop-block {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.lessons-block h2,
.workshop-block h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.info-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}

.info-text {
  flex: 1;
}

.info-text p {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .info-box {
    flex-direction: column;
  }
  .info-image, .info-text {
    width: 100%;
  }
}


/* ABOUT */
div.profile div div p {
  font-size: 75% ;
  margin-top: 10px;
  line-height: 135%;	
	
}





/* WORKS */
.page-title {
    display: none;
}


/* 画像がメインエリアで奇麗に全幅にならない件の対応 */
.post-content .alignfull {
  width: 100%;       
  margin: auto;
}



/* FAQ */
.vk_faq {
border-bottom: none;

}
dl.vk_faq-body{
    border-bottom: 1px solid #cccccc;
}

.vk_faq.vk_faq-accordion-close .vk_faq_title::after{
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;

}






/* スクロールボタン　https://animate-club.com/text/scroll_down/ */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
.scroll_down{
  position:relative;
  top:315px;
  z-index:1;
}

.scroll_down a{
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll_down a{
  color: #ffffff;
  position: absolute;
  bottom: 60px;
  left: 50%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none; 
  transform: translate(-50%, -50%);
}

.scroll_down a:before {
  position: absolute;
  top: calc(50% + 24px);
  left: calc(50% - 8px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #ffffff;
  border-width: 0px 0 2px 2px;
  animation: bounce 2s linear infinite;
}

.scroll_down a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  content: "";
  border-radius: 50%;
  top: calc(50% + 16px);
  left: calc(50% - 19px);
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  70%,
  80% {
    -webkit-transform: translateY(0)rotate(-45deg);
    -ms-transform: translateY(0)rotate(-45deg);
    transform: translateY(0)rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(-8px)rotate(-45deg);
    -ms-transform: translateY(-8px)rotate(-45deg);
    transform: translateY(-8px)rotate(-45deg);
  }
  60% {
    -webkit-transform: translateY(-4px)rotate(-45deg);
    -ms-transform: translateY(-4px)rotate(-45deg);
    transform: translateY(-4px)rotate(-45deg);
  }
}





/* トップページのときだけロゴの左に印を表示 */
body.home .blog-title:before{
    content: '';
    display: block;
    width: 5px;
    height: 90%;
    background-color: #019EBD;
    position: absolute;
    top: 0;
    left: -20px;
}

/* 相対位置が必要なので追加 */
.site-title {
    position: relative;
}




.work-grid.fixed-3x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  aspect-ratio: 3 / 1;
}

.work-grid.fixed-3x3 .work-item {
  overflow: hidden;
}

.work-grid.fixed-3x3 .work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#works.wp-block-group {

    padding: 0 !important;
}


.work-grid-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.work-grid.fixed-3x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
  pointer-events: none;
}

.work-overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 3;
  text-align: center;
  pointer-events: none;
}

.work-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.work-button {
  background: #fffefa;
  color: #000;
  padding: 0.5em 1em;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  pointer-events: auto; /* ←ボタンだけクリックできるように */
  transition: background 0.3s;
}

.work-button:hover {
  background: #fffefa;
}




@media (max-width: 1000px) {
    .sidebar {
        background: #fffefa;
        padding: 10px 3%;
    }
}






/* トップページのときだけ blog-title の左に印を表示 */
body.home .blog-title::before,
body.front-page .blog-title::before {
    content: '';
    display: block;
    width: 5px;
    height: 90%;
    background-color: #019EBD;
    position: absolute;
    top: 0;
    left: -20px;
}

/* 擬似要素の位置の基準にする */
.blog-title {
    position: relative;
}





.nav-item.active .icon i,
.nav-item.active span.label{
  color: #019EBD !important; /* 選択中の色 */
}

/* 初期状態では両方非表示 */
.nav-item .icon img.default,
.nav-item .icon img.active {
  display: none;
}

/* 非アクティブ時は default を表示 */
.nav-item .icon img.default {
  display: inline-block;
}

/* アクティブ時だけ active を表示し、default は非表示に */
.nav-item.active .icon img.default {
  display: none;
}
.nav-item.active .icon img.active {
  display: inline-block;
}



.main-menu-mobile{
	font-size: 75%;
	list-style: none;
    margin: 0;


}
.second-menu-mobile{
	font-size: 65%;
	list-style: none;
    margin: 0;

}

.main-menu-mobile li,
.second-menu-mobile li{
	padding-bottom: 15px;
	
}




.posts .post-container > div,
.post.single,
.post-navigation a {
    background: #fffefa;

}

.post-navigation a:hover p {
    color: #34444b;

}

.post-navigation p {
    color: #34444b;

}

.post-navigation {
    background: #ebecec;
}

@media (max-width: 500px) {
    .post-navigation {
        padding: 15px 0;
    }
}

@media (max-width: 600px) {
    .post-navigation {
        padding: 15px 0;
    }
}





.vk_post.card:last-child {
    margin-bottom: 30px;

}


.vk_button a:hover{
  background-color: #ccc;

}

.vk_button .has-text-color.is-style-outline:hover.has-black-color{
  background-color:transparent;
  border: 2px solid #34444b;
	
}











.post-content p, .post-content blockquote, .post-content address, .post-content dl, .post-content .wp-caption, .post-content pre {
    line-height: 150%;
    margin-bottom: 0em;
}

@media screen and (max-width: 500px){
.post-content p, .post-content ul{
	font-size: 85%;
	
}
}

@media screen and (max-width: 600px) {
  .lt01 {
    display: block;
  }

  .lt01 tr {
    display: block;
    margin-bottom: 0.5em;
        border: 1px solid #34444b;
        border-radius: 10px;
  }

  .lt01 td {
    display: block;
    width: 100% !important;
  }

  .lt01 tr td:last-child {
  font-size: 85%;
  background: #fffefa !important;
	}	
	
	
}


.button, .post-content input[type="submit"], .post-content input[type="reset"], .post-content input[type="button"]{
	
    border: 1px solid #34444b;
    background: #fffefa;	
	
	
}


.moji_1 { display: none; }
.moji_2 { display: block; }

@media (min-width: 768px) {
  .moji_1 { display: block; }
  .moji_2 { display: none; }
}









/* =========================
   EXHIBITION LIST（トップ用）
========================= */

/* 全体ラッパー */
.exhibition-list {
  margin: 40px 0;
  max-width: 480px;
}

/* 見出し */
.exhibition-list h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 20px;
}

/* 投稿リスト全体 */
.exhibition-list .wp-block-post-template {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 各行 */
.exhibition-list .wp-block-post-template li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 0px 0;
  border-bottom: none;
}

/* 日付 */
.exhibition-list .wp-block-post-date {
  font-size: 12px;
  color: #888;
  min-width: 90px;
  letter-spacing: 0.05em;
}

/* タイトル */
.exhibition-list .wp-block-post-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin:0px;
}

/* タイトルリンク */
.exhibition-list .wp-block-post-title a {
  text-decoration: none;
  color: #222;
  transition: opacity 0.2s ease;
}

/* hover */
.exhibition-list .wp-block-post-title a:hover {
  opacity: 0.5;
}

/* 一覧リンク */
.exhibition-list .exhibition-more {
  margin-top: 12px;
  font-size: 12px;
}

.exhibition-list .exhibition-more a {
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}

.exhibition-list .exhibition-more a:hover {
  opacity: 0.6;
}

/* スマホ */
@media (max-width: 600px) {
  .exhibition-list .wp-block-post-template li {
    flex-direction: column;
    gap: 2px;
  }

  .exhibition-list .wp-block-post-date {
    min-width: auto;
  }
}




/* 投稿・Works */

.posts .post-title {
  font-size: 1.1rem;
}

.blog figure.featured-media img,
.archive figure.featured-media img {
    width: 620px;
    max-width: 100%;
    padding: 0;
    margin: 0;
}



@media (max-width: 1000px) {
    .content, .content.thin {
        max-width: 90%;
        margin: 5% auto 25% auto;
    }
}

.post-meta {
    font-size: 15px;
    color: #999;
    margin-top: 8px;
    text-align: right; /* 任意 */
}







/* その他 */

@media (max-width: 600px) {
    .post.single .post-inner {
        padding-bottom: 100px;
    }
    .post-content .alignfull, .post-content .alignwide {
        margin-top: 0;
    }
}


.br-sp {
  display: none;
}

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


.custom-icon {
  display: inline-block;
  width: 1em; /* フォントサイズに合わせる */
  height: 1em;
  vertical-align: middle;
  color: inherit; /* 親要素の文字色を継承させる */
}

/* 色を変えたい場合 */
.icon-active {
  color: #ff0000;
}



.wp-block-post-title {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.wp-block-post-date {
  font-size: 12px;
  color: #888;
  margin-right: 10px;
}

.wp-block-post-template li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}


/* サイドバー検索 */



.sidebar-search,.sidebar-search-mobile {
  position: relative;
}

.sidebar-search input[type="search"],.sidebar-search-mobile input[type="search"]{
  padding-left: 35px;
}

.sidebar-search::before,.sidebar-search-mobile::before {
  content: "\f002"; /* ←これが検索アイコン */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solidアイコン用 */
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 14px;
}

.sidebar-search .search-field,.sidebar-search-mobile .search-field {
  width: 100%;
  padding: 10px 12px;
  padding-left: 35px;
  background: #f5f5f5;
  border: none;
  border-radius: 3px;
  
}



.external_link{

    color: #019EBD !important;

}

span.vk_post_title_new {
    color: red !important;
}

span.vk_post_imgOuter_singleTermLabel{
    background-color: rgba(200, 200, 200, 0.7) !important; /* 薄いグレーの透過背景 */
    color: #333 !important;                                /* 文字色 */
}



/* 投稿一覧画面 */
/* アイキャッチの親要素に基準点を設定 */
.featured-media {
    position: relative;
    display: block;
}
/* カテゴリラベルのスタイル（画像参照） */
.cat-label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(200, 200, 200, 0.7); /* 薄いグレーの透過背景 */
    color: #333;                                /* 文字色 */
    padding: 5px 12px;                          /* ラベルの余白 */
    font-size: 13px;                            /* 文字サイズ */
    letter-spacing: 0.05em;
    z-index: 10;
}
/* ホバー時にラベルが消えないように調整 */
.featured-media:hover .cat-label {
    opacity: 1;
}


/* 投稿画面 */
/* 1. 「投稿先」というテキストのみを消す */
.post-categories {
    font-size: 0;         /* 親要素の文字サイズを0にして「投稿先」を消滅させる */
    visibility: hidden;  /* 念のため隠す */
}

/* 2. カテゴリリンク（雑記など）を再表示して装飾する */
.post-categories a {
    display: inline-block;
    font-size: 15.3px;      /* ここで元のサイズ（または好きなサイズ）に戻す */
    visibility: visible;  /* これでカテゴリ名だけが見えるようになる */
    
    /* --- ここから自由な装飾 --- */
    background-color: #f0f0f0; /* 背景色 */
    color: #555;               /* 文字色 */
    padding: 12px 12px;         /* 余白 */
    margin-top: -1px;
    border-radius: 3px;        /* 角丸 */
    text-decoration: none;     /* 下線を消す */
    transition: 0.3s;          /* ホバー時の動きを滑らかに */
}



/* 問合せフォーム */
.post-content input[type="email"] {
    width: 100%;
    padding: 14px 16px;
    font-size: 0.9em;
    border: none;
    color: #333;
    background: #f2f2f2;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.post-content input[type="submit"] {
  width: auto;
  background: #34444b;
  color: #fff !important;
  border: none;
}

div.wpcf7 form p {
    margin-bottom: 30px;
}


.wpcf7-not-valid-tip,
small.text-danger{
  color: #dc3232 !important;
}
