@charset "utf-8";

/* ==============================

	共通

============================== */
/* wp調整 */
figure.wp-block-image.size-full {
    margin-bottom: 0;
}

body,
html {
    width: 100%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

a,
a img {
    text-decoration: none;
}

img {
    width: 100%;
}

/* top */
.is-layout-flow .wp-block-group {
    padding: 0 !important;
}

.wp-block-image.size-full {
    margin-bottom: 100px;
}


.top_intro {
    margin-top: 60px;
}

/* ==============================

	ボタン

============================== */
/* メイン */
.wp-block-button a,
.contact_form input[type="submit"] {
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 0px;
}

.wp-block-button a {
    margin: 0 auto;
}

.wp-block-button a:hover,
.contact_form input[type="submit"]:hover {
    box-shadow: none;
}

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

    /* メイン */
    .wp-block-button {
        width: 100%;
    }

    .wp-block-button a,
    .contact_form input[type="submit"] {
        width: 100%;
    }
}



/* ==============================

ヘッダー

============================== */
/* header */
header {
    width: 100%;
}