@media (max-width: 600px) {
/* モバイルで画像幅を100%に */
.wp-block-image img {
width: 100%;
height: auto;
}
/* 固定シェアボタンのスタイル */
.social-float {
position: fixed;
right: 20px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
}
.social-button {
display: block;
margin: 10px 0;
padding: 8px;
background: #333;
color: white;
border-radius: 50%;
}
.wpcf7-submit {
background-color: #0073aa; /* ボタンの背景色 */
color: #ffffff; /* ボタンの文字色 */
border: none; /* ボーダーをなくす */
padding: 10px 20px; /* パディング */
cursor: pointer; /* カーソルをポインターに */
border-radius: 5px; /* 角を丸くする */
}
.wpcf7-submit:hover {
background-color: #005177; /* ホバー時の背景色 */
}
.post-meta {
display: none;
}