/* ドロワー */
.c-drawer {
    background-color: #ffffff;
    color: var(--accent-color);
}
.c-drawer .menu-item {
    font-size: 16px;
}
.c-drawer--overall .c-drawer__inner {
    text-align: center;
}
.c-drawer .c-hamburger-btn__bar {
    background-color: var(--accent-color);
}
/* ドロワーロゴサイズ */
.custom-drawer-image {
    display: block; /* ブロックレベル要素として配置 */
    margin-top: 20px; /* 上部の隙間*/
    margin-left: auto; /* 左マージンを自動調整 */
    margin-right: auto; /* 右マージンを自動調整 */
    margin-bottom:20px !important; /* 下部の隙間*/
    width: 200px; /* 画像の幅、必要に応じて調整 */
    height: auto; /* アスペクト比を保持 */
}

/* フッター */
.l-footer {
    border-top: 0px;
    overflow: hidden;
}
.l-footer {
	background-color: #ffffff;
}
.l-footer--default .l-footer-widget-area {
    padding-bottom: 10px;
    padding-top: 0;
}
.c-copyright {
		background-color: #ffffff;
}
.c-copyright--inverse {
	color: #3a3a3a;
}
.p-footer-sub-nav .c-navbar__item a{
		color: #3a3a3a;
}

/* mv */
.wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.smb-section-break-the-grid--mobile-nowrap.smb-section-break-the-grid--match-height.mv-block {
    height: 100vh;
}
@media (max-width: 1024px) {
.smb-section-break-the-grid--match-height>.smb-section__inner, .smb-section-break-the-grid--match-height>.smb-section__inner>.c-container{
		  height: 100vh;
}
}
.mv-block .smb-section__header>*+.smb-section__lede, .smb-section__header>*+.smb-section__lede-wrapper {
    margin-top: 0;
}

/* ページタイトル影 */
h1.c-page-header__title {
    text-shadow: 2px 2px 2px #333333;
}
/* 上に戻るボタン */
#page-top a svg {
    display: none;
}

#page-top {
    background: url("../my-snow-monkey/img/page-top.png") no-repeat center center;
    background-color: transparent;
    background-size: contain;
    margin-right: 10px;
	   margin-bottom: 10px
}


/* cta */
.is-style-RJE_R001CORP_cta:not(:root) .smb-section__title{
    text-align: center !important;
}
.cta .smb-btn-wrapper.is-style-ghost .smb-btn:hover {
	background-color: #ffffff;
	color: #a4801e;
	transition: 0.3s;
}

/* ボタン枠線 */
.button-border {
    padding: 8px;
    position: relative;
    display: inline-block;
}
.button-border::before,
.button-border::after {
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
}
.button-border::before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.button-border::after {
    top: 0;
    left: 0;
    border-width: 0 1px 1px 0;
}
.smb-btn.smb-btn:hover {
    filter: none;
}
.button-border:hover::before {
    width: 1.5em;
    height: 1.5em;
}
.button-border:hover::after {
    width: 1.5em;
    height: 1.5em;
    top: 62.7%;
    left: calc(100% - 1.5em);
}

/* お知らせカテゴリーデザイン */
.news-list-simple:not(:root) .c-entries--text2 .c-entries__item>a {
    padding-bottom: 2rem;
    padding-top: 2rem
}
.news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__body {
    display: flex;
    flex-direction: column;
    letter-spacing: .05rem
}
.news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__header {
    margin-top: .75rem;
    order: 2
}
.news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__title {
    font-size: .857rem;
    line-height: 2;
    text-align: left
}
.news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__meta {
    font-size: .857rem;
    order: 1
}
.news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__meta>.c-meta {
    display: flex
}
.news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__meta .c-entry-summary__term {
    background-color: initial;
    border: 1px solid;
    color: var(--accent-color);
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    min-width: 100px;
    padding: .25rem .5rem;
    text-align: center
}
.news-list-simple:not(:root) .snow-monkey-taxonomy-posts .c-meta__item--categories {
    display: none
}
@media screen and (min-width: 768px) {
    .news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__body {
        align-items:flex-start;
        flex-direction: row
    }
    .news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__header {
        margin-left: 2rem;
        margin-top: 0
    }
    .news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__title {
        font-size: 1rem
    }
    .news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__meta {
        font-size: 1rem;
        margin-top: 0
    }
    .news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__meta>.c-meta {
        flex-wrap: nowrap
    }
    .news-list-simple:not(:root) .c-entries--text2 .c-meta__item--published {
        width: 8.5em
    }
}
@media screen and (min-width: 1024px) {
    .news-list-simple:not(:root) .c-entries--text2 .c-entry-summary__meta .c-meta__item:not(:last-child) {
        margin-right:1.25em
    }
}

/* お問い合わせフォーム */
.snow-monkey-form input.smf-text-control__control {
    width: 100%;
}
.snow-monkey-form {
    padding-left: 5px;
    padding-right: 5px;
}
.smf-error-messages {
    color: #f20c10;
    margin-top: var(--_margin-2);
}
.smf-form [data-invalid="1"] {
    border-color: red;
}
[data-screen="confirm"] .input {
    display:none;
}
[data-screen="input"] .confirm,
[data-screen="invalid"] .confirm {
    display:none;
}
.smf-form--business .smf-item__col--label {
    background-color: transparent;
    border-right: none;
}
.smf-form--business .smf-item {
    border: 1px solid #c1c1c1;
    border-left: none;
    border-right: none;
}
.smf-form--business .smf-item:last-child {
    border: none;
}
.smf-form--business .smf-item__col--label {
    border-bottom: none;
}
.checkboxes-policy .smf-item__controls {
    text-align: center;
}
.checkboxes-policy .smf-item__controls p.has-text-align-left.input {
    text-align: center;
}
.address .smf-placeholder{
    width: 100%;
}
.snow-monkey-form .smf-action .smf-button-control__control {
    border-radius: 50px;
    padding: 7px 60px 7px 50px;
    background: #ffffff;
    border: 1px solid  #333333;
    font-weight: bold;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.smf-button-control__control  {
    margin-left: -1rem;
}
.smf-button-control {
    position: relative;
    transition: 0.3s ease-in-out;
}
.smf-button-control:after {
    content: "";
    position: absolute;
    top: 52%;
    right: 2rem;
    display: flex;
    transition: right 0.3s;
    width: 8px;
    height: 8px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.smf-button-control:hover:after {
    right: 1.4rem;
}
[data-screen="confirm"] .input {
    display:none;
}

/* 投稿ページ背景 */
.single .l-contents__main {
    max-width: var(--wp--custom--content-width);
    margin: 0 auto; /* 中央に配置する場合 */
    margin-bottom: var(--wp--preset--spacing--50);
    padding-top: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--60);
    padding-bottom: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--60);
    box-shadow: var(--wp--preset--shadow--natural);
    border-radius: 30px;
    background-color: #ffffff;
    text-align: justify;
}

.single .l-contents__container {
    background-color: #f2eeeb;
}
@media screen and (max-width: 640px) {
    .single .l-contents__main {
        padding-right: 20px;
        padding-left: 20px;
    }
    .single .c-fluid-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
