@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
*/

/* body {
    font-family: "Zen Kurenaido", sans-serif;
} */

h2,
h3 {
    /* font-family: "M PLUS 1p", sans-serif; */
    font-family: "Zen Kurenaido", sans-serif;
}

.c-gnav>.menu-item>a .ttl {
    font-size: 1.2rem;
}

a {
    font-family: "Zen Kurenaido", sans-serif;
}

/* メインビジュアルキャッチ */
@media (max-width: 599px) {
    .mv-title {
        font-size: 2rem !important;
        margin-top: 24rem !important;
    }
}

/* カラム　ぼかし */
/* .bg-blur {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 1rem;
    padding: 2rem 4rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color: #333;
} */

.bg-blur {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    /* Safari対応 */
    background: rgba(0, 120, 190, 0.2);
    /* 青みのある半透明 */
    border-radius: 1rem;
    padding: 2rem 4rem;
    box-shadow: 0 0 20px rgba(0, 80, 130, 0.15);
    /* 青みがかった影 */
    color: #fff;
    /* コントラストのため白文字に */
}

@media (max-width: 599px) {
    .bg-blur {
        padding: 1rem;
    }
}

.l-footer .copyright {
    text-align: left;
}

/* メインビジュアル領域を固定*/
.p-mainVisual .p-mainVisual__imgLayer,
/* メインビジュアル画像・動画 */
.p-mainVisual .c-filterLayer::before,
.p-mainVisual .c-filterLayer::after,
/* メインビジュアルフィルタ */
.p-mainVisual .swiper-wrapper

/* スライド領域 */
    {
    position: fixed;
}

/* デフォルトの余白を削除 */
.top #content {
    padding-top: 0em;
}

.l-content {
    margin: 0 auto;
}

/* ヘッダーを固定 */
#header {
    position: fixed !important;
}

/* フッターを固定 */
.l-footer {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background-color: transparent;
}

/* フルワイドブロックの高さを調整 */
.swell-block-fullWide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swell-block-fullWide:not(:last-child) {
    min-height: 150vh;
}

.swell-block-fullWide__inner.l-article,
.swell-block-fullWide__inner.l-container {
    width: 100%;
}


/* オーバーラップ(スマホ) */
.mySpOverLap-fixed-bottom {
    /* border-top: 1px solid #c0c0c0;
    background-color: #DDEFF8 !important; */
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: auto;
    transition: 0.8s ease;
    transform: translateY(100%);
    z-index: 10;
    /* 最上面に表示 */
    opacity: 0.8;
}

.mySpOverLapShow {
    transform: translateY(0px);
}

/* contact start */
/*――――表――――*/
table.tb_form {
    color: white;
    border: 1px solid black;
    border-collapse: collapse;

    &>tbody {
        &>tr {

            &>th {
                text-align: left;
                padding: 0.5rem;

                &>span {
                    white-space: nowrap;
                }
            }

            &>td {
                text-align: left;
                padding: 0.5rem;

                &>input {
                    width: 100%;
                }

                &>textarea {
                    width: 100%;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    table.tb_form {
        border-top: none;

        &>tbody {
            &>tr {
                display: flex;
                flex-direction: column;

                &>th,
                td {
                    border: 0;
                }

                &>th {
                    border-top: 1px solid black;
                    padding-bottom: 0;
                }

                &>td {
                    padding-top: 0;

                    &>span {
                        margin-top: 0;
                    }
                }
            }
        }
    }
}

/*―――必須―――*/
.required-srt {
    font-size: 0.8rem;
    padding: 6px;
    border-radius: 3px;
    margin-right: 10px;
    /*     background: #427a95; */
    color: #0cc0df;
    /*     color: #f10707; */
}

/*――送信ボタン――*/
.submit-btn input {
    background-color: #0cc0df;
    border: 0;
    color: #ffffff;
    margin: 0 auto;
    padding: 10px 35px;
    /* border-radius: 30px; */
    cursor: pointer;
    text-align: center;
}

.submit-btn {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.submit-btn input:hover {
    background-color: #FFFFFF;
    color: #0cc0df;
    cursor: pointer;
}

/* contact end */

