/* 以下にフロントエンドとブロックに適用させるスタイルコードを記述してください */
/*** クリスマスギャラリー ***/
/* キャプションを表示 */
.album-xmas .gallery-caption {
	display: block;
}

/* 背景画像 */
body.page-id-37462,
body.page-id-37462 .fancybox-bg
{
	background-image: url(https://momosiri.nagoya/wp-content/uploads/2024/12/background-1562801_1280.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.page-id-37462 .fancybox-bg{
	background-color:unset;
}

body.page-id-37462 ul.wp-block-navigation__submenu-container.has-text-color.has-ha-white-color.has-background.wp-block-navigation-submenu {
	background-color: #e60033 !important;
}

/* キャプションの文字 */
.galleryid-37462 {
	color: #fff;
	text-align: center;
	font-weight:700;
	font-style: italic;
}

body.page-id-37462 .ha-custom-footer {
	background-color: unset !important;
}

/*** 迷惑メール一覧テーブル ***/
/* ID 37858 */
.fmail-table th:nth-child(1) {
    width: 20%;
}
.fmail-table th:nth-child(2) {
    width: 60%;
}
.fmail-table th:nth-child(3) {
    width: 20%;
}

li.wp-block-navigation-item.wp-block-navigation-link a:hover {
    background: #eee;
    /* color: #eee; */
    font-weight: 600;
}