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

/*============================
 * heder
=============================*/
/* ボタン */
@media (min-width: 960px) {
    .-series-left .w-header {
        margin-left: calc(100% - 50%);
    }
}
.w-header__inner {
    width: 550px;
}

.swell-block-button.-size-l.is-style-more_btn.tel_btn01 a {
    background: #5A9568;
    color: #fff;
    letter-spacing: 0px;
    font-size: 19px;
    font-weight: bolder;
}
.swell-block-button.red_.-size-l.is-style-more_btn.estimate_btn01 a {
	background: #CB6D52;
    color: #fff;
    letter-spacing: 0px;
    font-size: 19px;
    font-weight: bolder;
}

.line01 {
	border-top: 1px solid #707070;
	padding-top: 10px;
}

/*=======================================================
 * 問合せ
=======================================================*/
.contact_box {
    margin-bottom: 30px;
}
.contact_box input {
    width: 100%;
}
.contact_box textarea {
    width: 100%;
}
.contact_box02 {
    margin-bottom: 30px;
}

/*=======================================================
 * スマホ
=======================================================*/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
@media (max-width: 960px) {
.l-header__menuBtn {
	visibility: hidden;
}
}
