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

/* ===============================================
#common
=============================================== */
body {
}

.l-header__bar {
    display: none;
}

.sp-br {
    display: none;
}

.section-wrapper {
    margin: 0 calc(50% - 50vw);
    position: relative;
}

.wrapper-inner {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 20px;
}

.is-none {
	display: none;
}

/* ===============================================
#ファーストビュー
=============================================== */
.fv-font {
    font-weight: bold;
    letter-spacing: 2%;
    line-height: 150%;
}

.fv-42 {
    font-size: 42px;
}

.fv-62 {
    font-size: 62px;
}

.fv-ttl {
    color: #E6B413;
	 letter-spacing: 0.25em;
}

/* ===============================================
#トップページ
=============================================== */
/* エリア */
.area-wrapper {
    padding: 80px 0px;
}

.area {
    display: flex;
    justify-content: space-around;
	column-gap: 24px;
}

.area-box {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.area-head {
    font-size: 24px;
    color: #333;
    padding: 20px 15px;
    border-radius: 10px 10px 0px 0px;
    background: #3C8427;
    text-align: center;
	font-weight: 700;
	color: #fff;
}

.area-attention {
    font-size: 18px;
    text-align: center;
    line-height: 150%;
}

.area-bold {
    font-size: 20px;
    font-weight: 700;
}

.area-txt {
    font-size: 18px;
    line-height: 175%;
    text-align: left;
    flex-grow: 1;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #3C8427;
    background: var(--bg-w, #F9F9F9);
    padding: 20px;
}

/* 死の危険 */
.attention-wrapper {
    padding: 80px 0px;
    background: url(img/cost-bg.png);
    /* background: linear-gradient(180deg, #E6B413 0%, rgba(230, 180, 19, 0.20) 100%); */
}

.attention {
    max-width: 500px;
    text-align-last: left;
    margin: 0 auto;
    background: var(--bg-w, #F9F9F9);
    padding: 20px;
    border-radius: 10px;
}

.attention-txt {
    line-height: 200%;
}

/* 蜂の巣 */
.hachi-wrapper {
    padding: 80px 0px;
}

.hachi-box {
    border-radius: 6px;
    background: var(--box, #EDEDED);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* 毒の危険性 */
.danger-wrapper {
    padding: 80px 0px;
    background: var(--bg-y, #E6B413);
}

/* 駆除までの流れ */
.flow-wrapper {
    padding: 80px 0px;
}

.flow-box {
    padding: 10px;
    border-radius: 10px;
    background: var(--box, #EDEDED);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.reason-wrapper {
    padding: 80px 0px;
    background: var(--bg-g, #005C1B);
    color: #F6F6F6;
}

.voice-wrapper {
    padding: 80px 0px;
    background: #F6F6F6;
}

.faq-wrapper {
    padding: 80px 0px;
    background: #878787;
    color: #F6F6F6;
}

/* ===============================================
#料金について
=============================================== */
.price-wrapper {
    padding: 80px 0px;
}

.area-box2 {
    text-align: center;
    width: 32%;
    display: flex;
    flex-direction: column;
}

.area-txt2 {
    font-size: 20px;
    line-height: 175%;
    text-align: center;
    flex-grow: 1;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #3C8427;
    background: var(--bg-w, #F9F9F9);
    padding: 20px;
}

.cost-wrapper {
    padding: 80px 0px;
    background: url(img/cost-bg.png);
}

/* ===============================================
#ハチの種類
=============================================== */
.kind-wrapper {
    padding: 80px 0px;
    background: #E6B413;
}

.period-wrapper {
    padding: 80px 0px;
    background: #005C1B;
    color: #F6F6F6;
}

.kind-item {
	padding: 1rem;
	background: #fff;
}

/* ===============================================
#メディアクエリ
=============================================== */
@media (min-width: 600px) {
    /* .c-mvBtn__btn {
        font-size: 24px;
    }
    .l-footer__nav li:first-child a {
        border-left: none !important;
    }

    .l-footer__nav a {
        border-right: none !important;
    } */
}


@media screen and (max-width: 820px) {
    /* .sp-br {
        display: block;
    }

    .fv-font-bg {
        font-size: 32px;
        letter-spacing: 0px;
        font-weight: 900;
    }

    .fv-font-sm {
        font-size: 24px;
        font-weight: 900;
    } */
}

@media screen and (max-width: 479px) {
    .fv-font {
        font-weight: bold;
        letter-spacing: 2%;
        line-height: 150%;
    }

    .fv-42 {
        font-size: 32px;
    }

    .fv-62 {
        font-size: 42px;
    }

    .sp-br {
        display: block;
    }

    /* spフッターmenuボタン非表示 */
    li.menu-item.menu_btn {
        display: none;
    }

    #fix_bottom_menu .menu-item i {
        display: none;
    }

    #fix_bottom_menu span {
        color: inherit;
        display: block;
        font-size: 24px;
        line-height: 1;
        margin-top: 0px;
        width: 100%;
    }

    ul.menu_list {
        background: var(--the-btn-bg);
    }

    #fix_bottom_menu .menu-item a {
        color: inherit;
        display: block;
        line-height: 1;
        text-decoration: none;
        color: #f6f6f6;
    }

    .area {
        display: block;
        justify-content: space-around;
    }

    .area-box {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .area-box2 {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .area-box:not(:first-child) {
        margin-top: 20px;
    }

    .area-box2:not(:first-child) {
        margin-top: 20px;
    }

    /* sp-footer */
    .swell-block-button.green_.-size-s.is-style-btn_shiny a:first-child {
        display: none !important;
    }

    #fix_bottom_menu .menu-item {
        height: 100%;
    }

    #fix_bottom_menu .menu_list {
        padding: 0px;
    }
}