@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
*/
.michroma-regular {
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-antique-regular {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* body{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
} */

h2 {
    font-family: "Michroma", sans-serif;
}

/* header start */
.w-header .swell-block-button__link {
    background: linear-gradient(135deg, #63c9e8, #2d6a8a);
    border: none;
    color: #ffffff;
}

.w-header .swell-block-button__link:hover {
    background: linear-gradient(135deg, #3d8fa7, #1e5a7a);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
}

/* header end */

/* FV start */
/* テキストサイズ調整 */
@media screen and (max-width: 600px) {
    .top-mv {
        font-size: 2rem !important;
    }

    .top-img img {
        width: 120px !important;
    }
}

/* FV end */

/* グラデーションボタン */
.btn-gradient .swell-block-button__link {
    background: linear-gradient(135deg, #63c9e8, #2d6a8a);
    border: none;
    color: #ffffff;
}

.btn-gradient .swell-block-button__link:hover {
    background: linear-gradient(135deg, #3d8fa7, #1e5a7a);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
}

/* WPForms start */
.btn-submit {
    background: linear-gradient(135deg, #63c9e8, #2d6a8a) !important;
    border-color: #4ea0b9;
    color: #ffffff;
    border-radius: 50px !important;
    transition: box-shadow 0.3s ease;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #3d8fa7, #1e5a7a) !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
}

/* WPForms end */