/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 11:17:28 */
/* =========================
   各議員の注力政策
========================= */
/* デフォルトタイトル削除 */
.page-id-1150 .page-header,.page-id-1224 .page-header{
display:none;
}

/* パンくず削除 */
.page-id-1150 #breadcrumb,.page-id-1224 #breadcrumb{
display:none;
}
.member-hero{
margin-bottom:50px;
}

/* 議員ヒーロー（全幅） */
.member-feature-hero{
width:100vw;
margin-left:calc(50% - 50vw);
background:linear-gradient(135deg,#ffe4ea,#f6bdc2);
padding:70px 20px;
position:relative;
overflow:hidden;
}

/* 内側 */
.member-feature-inner{
max-width:1100px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
}

.member-color-1{
background:linear-gradient(135deg,#fff3e0,#ffb74d);
}

/* テキスト */
.member-feature-text{
flex:1;
color:#7a0033;
}

/* 議員名を太字 */
.feature-title strong{
font-size:52px;
}

/* ラベル */
.feature-label{
font-size:13px;
letter-spacing:2px;
font-weight:bold;
margin-bottom:10px;
opacity:0.7;
}

/* タイトル */
.feature-title{
font-size:44px;
line-height:1.3;
font-weight:700;
margin-bottom:20px;
}

.feature-title span{
font-size:38px;
}

/* カテゴリタグ */
.feature-tags{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.feature-tag{
background:#fff;
padding:6px 14px;
border-radius:20px;
font-size:14px;
font-weight:bold;
box-shadow:0 2px 6px rgba(0,0,0,0.1);
}

/* 写真 */
.member-feature-photo{
flex:0 0 360px;
}

.member-feature-photo img{
width:100%;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* 品川区議会議員のテキスト */
.member-role{
font-size:14px;
font-weight:600;
color:#7a0033;
margin-bottom:6px;
display:flex;
align-items:center;
gap:10px;
}

/* 左ライン */
.member-role::before{
content:"";
flex:1;
height:1px;
background:#e6a3b0;
}

/* 右ライン */
.member-role::after{
content:"";
flex:1;
height:1px;
background:#e6a3b0;
}

/* 議員名余白を減らす（品川区議会議員が議員名のすぐ上にくる形にするため） */
.feature-title{
font-size:44px;
line-height:1.2;
margin-top:0; /* ←追加 */
margin-bottom:20px;
}

/* サクラ装飾 */
.member-feature-hero::before{
content:"🌸";
position:absolute;
font-size:280px;
left:-100px;
top:-80px;
opacity:0.12;
transform:rotate(-20deg);
}

.member-feature-hero::after{
content:"🌸";
position:absolute;
font-size:220px;
right:-80px;
bottom:-100px;
opacity:0.12;
transform:rotate(20deg);
}

/* スマホ調整 */
@media (max-width:768px){
.member-feature-inner{
flex-direction:column;
text-align:center;
}

.feature-title{
font-size:32px;
}

.feature-title span{
font-size:28px;
}

.member-feature-photo{
max-width:280px;
}

}

/* 議員メッセージ */
.member-message{
max-width:800px;
margin:0 auto 50px;
font-size:16px;
line-height:1.9;
}
