/* 背景色 */
/* body {
	background-color: #E4E2E2;
} */
/* お知らせバー */
.c-entry-summary__term {
	background: linear-gradient(95deg, #030453, #0470fd);
}
/* パネル記事の背景色 */
.c-entries--panel .c-entries__item>a {
background: #fff;
}
.c-copyright--inverse {
	background-color: #030453;
  color: var(--wp--preset--color--sm-text-alt);
}

/* ページトップ ボタン*/
#page-top{
	border-radius: 50%;
}
/* ドロワー背景 */
.c-drawer {
	background-image: url(http://head-spanista-salon-aries.site/wp-content/uploads/2024/02/119940.jpg);
background-size: auto;
background-repeat: no-repeat;
background-position: center;
}

/* 更新日を消す */
li.c-meta__item.c-meta__item--modified {
    display: none;
}
/* 投稿者を消す */
li.c-meta__item.c-meta__item--author {
    display: none;
}
@media screen and (max-width:480px) { 
	
@media screen and (max-width:480px) { 
	/*記事のタイトル余白*/
.c-entry-summary__header {
    margin-bottom: 0;
}

.c-entries--panel .c-entry-summary__body {
	    padding: 0 10px;
	}
}