/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 07 2024 | 16:34:49 */
/* PCヘッダー背景模様 */
#header {
	background-image:url("https://royal-muse.testdesign.site/wp-content/uploads/2024/10/bgwbagde-2.webp");
	background-repeat: repeat;
	background-position: center top;
}
/* PCロゴサイズ */
@media (min-width: 960px) {
    .c-headLogo {
        height: 160px;
    }
}
/* ビジュアルスライダー消す */
.post_slider {
	display: none;
}
.p-postSlider {
    display: none;
}
.top #content {
    padding-top: 0;
}

/* class="l-container */
.l-container .smb-list {
	padding-left: 1em;
}
.l-container a:hover {
	color: #8c586c;
	transition: all 0.15s 0s ease-in-out;
}
/*子ページトップ隙間なくす*/
.l-mainContent__inner {
    margin-top: 0!important;
}
.c-pageTitle {
    display: none!important;
}
.l-mainContent__inner>.post_content {
    margin: 0!important;
}
@media (min-width: 600px) {
    .c-pageTitle {
        display: none;
    }
}
@media (min-width: 600px) {
    .l-content {
        padding-top: 0!important;
    }
}
/* 見出しタイトル */
.post_content h2.ptop-ttl-01 {
    border-top: none!important;
    border-bottom: none!important;
    padding: 0em 0em;
    font-size: 4.26em;
    font-weight: 200;
    letter-spacing: .18em;
}
.clm-ttl-01 h2 {
    border-top: none!important;
    border-bottom: none!important;
    padding: 0em 0em;
    font-size: 4.26em;
    font-weight: 200;
}
.clm-ttl-01 p {
    border-top: solid 1px var(--color_htag);
    border-bottom: solid 1px var(--color_htag);
    padding: .5em .75em;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.26em;
    font-weight: 400;
    letter-spacing: .08em;
}
/* END-見出しタイトル */

/* ボトムフルワイド下部スペースゼロ */
.id_28 #main_content .post_content>:last-child {
 margin-bottom: -6em!important;
}

/* フッター直前メニューSNSボタン */
.sns-icon-footer a {
	padding-left: .3em;
	font-size: 2em;
}
.sns-icon-footer a:first-child {
	padding-left: .5em;
}
.bg-100vh {
	height: 100vh;
}
