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

.l-header__logo {
    display: none !important;
}

.l-header .l-header__menuBtn {
    visibility: hidden;
}

/* メインビジュアル start*/
.p-mainVisual__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.p-mainVisual__imgLayer {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.p-mainVisual__imgLayer picture,
.p-mainVisual__imgLayer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

/* メインビジュアル end*/

.col-text {
    max-width: 700px;
    margin: 0 auto;
    line-height: 2em;
}

@media screen and (max-width: 599px) {

    .col-normal .wp-block-heading {
        font-size: 1.3rem !important;
    }

    .col-profile .wp-block-media-text__media img {
        width: 60% !important;
        height: auto;
        margin: 0 auto;
    }
}

/* contact start */
/*――――表――――*/
table.tb_form {
    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;
    color: #5db9de;
}

/*――送信ボタン――*/
.submit-btn input {
    background-color: #5db9de;
    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: #5db9de;
    cursor: pointer;
}

/* contact end */