@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダーメニューの翻訳スイッチ*/
.msta_menu_box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.msta_select_label {
    border: solid 1px;
    border-radius: 3px;
    font-weight: bold;
    padding: 8px 25px 8px 5px;
    font-size: 13px;
    position: relative;
    margin: 0;
    display: block;
    text-align: start;
    line-height: 1.3;
}

.msta_select_label::before {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
}

ul.msta_menu_list li,
.msta_select_label {
    cursor: pointer;
}

.msta_menu_list {
    position: absolute;
    z-index: 999;
    text-align: start;
    background: #fff;
    color: #000;
    padding: 10px !important;
    width: 100% !important;
    border: solid 1px;
    border-radius: 3px;
    max-height: none !important;
    top: 60px;
}

.msta_menu_list li:not(:last-child) {
    border-bottom: solid 1px #7a7a7a;
}

.display_none {
    display: none !important;
}

.vk-mobile-nav .msta_select_label {
    padding-top: 5px;
    padding-bottom: 5px;
}

.vk-mobile-nav .msta_select_label br,
.vk-mobile-nav .msta_menu_box .acc-btn.acc-btn-open {
    display: none;
}

.vk-mobile-nav .msta_select_label {
    margin-top: 5px;
    width: 100%;
}

.vk-mobile-nav nav ul.msta_menu_list {
    top: 32px;
}

#menu-item-3413 {
    margin-left: 0px;
}

@media (min-width: 992px) {
    body.device-pc .vk-mobile-nav-menu-btn {
        display: none;
    }

    #menu-item-3413 {
        margin-left: 15px;
    }
}

/* reCAPTCHAの位置修正 */
.grecaptcha-badge {
    z-index: 10;
}

/* ページトップボタンの位置修正 */
.p-fixBtnWrap {
    bottom: 6.5em;
}
@media (min-width: 960px) {
    .p-fixBtnWrap {
        right: 1.5em;
    }
}


/* Android用アプリバナー*/
.floating-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
}

/* Android用バナーを非表示にする*/
.floating-banner{
    display: none; 
}

/* スマホ且つAndroidだけ表示させる */
@media screen and (max-width: 480px) { 
body.Android .floating-banner {
display: inline-block; /* 消していたスマホ用のバナーを表示させる*/
/* width: 100vw; スマホの画面幅いっぱいにバナーを表示させる */
}
}


/* 見出しの上書き */
.c-pageTitle {
    font-size: 1.6em;
    text-align: center;
    padding: 0 0 0.5em;
    border-bottom: 1px solid var(--color_pale02);
}
@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 2.0em;
        padding: 0 0 1.0em;
    }
}
.c-pageTitle__inner {
    display: inline-block;
}

/* フッター上書き */
#footer .l-footer__inner {
    background-color: var(--color_pale02);
}
#footer .l-footer__foot {
    background: var(--color_text);
    color: var(--color_bg);
}

/* お問い合わせフォームの上書き */
form p {
    margin-bottom: 2em;

}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 1rem;
    border: 1px solid #cbcbcb;
    border-radius:3px;
    padding: .8em 1em;
    margin: 0 0 .5rem;
    width: 100%;
    background-color: #fff;
}

[type=button], [type=reset], [type=submit] {
    width: 100%;
    font-size: 1.4em;
    background: var(--color_deep04);
    padding: 0.5em;
    border-radius: 100px;
    color: white;
}


/*お知らせの前後ページボタンを逆に*/
#after_article .p-pnLinks {
    flex-direction: row-reverse;
}
#after_article .p-pnLinks__item.-next:before {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    left: .35em;
    transform: rotate(45deg) translateY(-50%);
}
.p-pnLinks .-next .p-pnLinks__link {
    border-right: none;
    border-left: 1.25em solid var(--color_main);
}
.p-pnLinks__item.-next .p-pnLinks__link {
    justify-content: start;
}

#after_article .p-pnLinks__item.-prev:before {
    border-bottom: 1px solid;
    border-left: 1px solid;
    right: .35em;
    left: auto;
    transform: rotate(-135deg) translateY(-50%);
    top: 40%;
}
.p-pnLinks .-prev .p-pnLinks__link {
    border-left: none;
    border-right: 1.25em solid var(--color_main);
}
.p-pnLinks__item.-prev .p-pnLinks__link {
    justify-content: flex-end;
}