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

.p-mainVisual__slideTitle {
    display: inline-block;
    color: #197BBA;
    /* 文字の色 */
    font-weight: bold;
    letter-spacing: 4px;
    /* 文字間 */
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
    /* 文字の影 */
}

@media screen and (min-width:1024px) {
    .p-mainVisual__slideTitle {
        font-weight: bold;
        font-size: 4em !important;
    }
    .ttl {
        font-size: 1.1em !important;
    }
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.c-mvBtn__btn {
    font-size: 15pt;
}

.p-mainVisual__slideText {
    font-weight: bold;
}

.faq_q {
    color: #197BBA;
}