@charset "UTF-8";


:root {
    --cl-main: #6bb42a;
}



/*———————————
メインカラム
———————————*/
.sec-nice {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 53px auto 0;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}

@media screen and (max-width:979px) {
    .sec-nice {
        width: 90%;
        height: auto;
        margin: 33px auto 0;
        overflow: hidden;
    }
}

/*
間中：タイトル周り
———————————*/
.l-mv {
    padding: 160px 0;
    background-image: url(https://www.manaka-hp.jp/assets/img/feature/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:768px) {
    .l-mv {
        padding: 75px 0;
    }

}

/*———————————
共通
———————————*/
/*
見出し・テキスト
———————————*/
.sec-nice h2 {
    font-size: 36px;
    color: var(--cl-main);
    border: none;
}

.sec-nice h3 {
    background: none;
    font-size: 30px;
    color: #4b4b4b;
    padding: 0 0 10px;
    border-bottom: 1px solid #4b4b4b;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.2px;
}

.sec-nice h4 {
    border: none;
    margin: 0;
    font-size: 24px;
    color: var(--cl-main);
    font-weight: bold;
    letter-spacing: 0.2px;
}

@media screen and (max-width:768px) {
    .sec-nice h2 {
        font-size: 32px;
    }

    .sec-nice h3 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .sec-nice h4 {
        font-size: 20px;
    }
}

.sec-nice p {
    margin-bottom: 10px;
}

/*
共通パーツ
———————————*/
.sec-nice .fx {
    display: flex;
}


.el-border {
    border: 1px solid var(--cl-main);
    border-radius: 8px;
}

span.fc-maincl {
    color: var(--cl-main);
    font-weight: bold;
}

span.fc-gray {
    color: #4B4B4B;
    font-weight: bold;
}
span.fc-sub {
    color: #FF9353;;
    font-weight: bold;
}
.sec-nice > section {
    margin-bottom: 50px;
}

@media screen and (max-width:768px) {
    .sec-nice > section {
        margin-bottom: 35px;
    }

}



/*———————————
個別装飾
———————————*/

/*
ページ内リンク
———————————*/
.bl-inlinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

a.bl-inlinks-item {
    font-size: 16px;
    font-weight: 600;
    display: block;
    background-color: var(--cl-main);
    color: #fff;
    border-radius: 8px;
    padding: 8px 25px;
    text-outline: none;
    border: 1px solid transparent;
}

a.bl-inlinks-item:hover {
    color: var(--cl-main);
    background-color: #fff;
    border-color: var(--cl-main);
}

@media screen and (max-width:768px) {
    .bl-inlinks {
        flex-direction: column;
        align-items: center;
    }

    a.bl-inlinks-item {
        font-size: 16px;
        padding: 4px 0;
        width: 100%;
        margin: 4px 0;
        border: 1px solid var(--cl-main);
        text-align: center;
        box-sizing: border-box;

    }

}
[id]::before {
  content: "";
  display: block;
  height: 180px;
  margin-top: -180px;
  visibility: hidden;
    @media screen and (max-width:768px) {
        
          height: 70px;
  margin-top: -70px;
    }
}


/* ロゴ */
.nice-logo {
    width: 100%;
    max-width: 650px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 70px;
}

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

    .nice-logo {
        margin-bottom: 40px;
    }
}

/* アイコンと説明 */
.bl-icon-txt {
    padding: 20px;
}

.bl-icon_box {
    width: 62px;
}

.bl-txt_box {
    width: 100%;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width:768px) {
    .bl-icon-txt {
        flex-direction: column;
        align-items: center;
    }

    .bl-icon_box {
        margin-bottom: 20px;
        width: 80px;
    }

    .bl-txt_box {
        margin-left: 0;
    }
}

/* アポイント電話番号 */
.bl-apptxt {
    padding: 20px;

}

.bl-apptxt h5 {
    margin: 0 0 10px;
    padding: 0 0 10px 10px;
    font-size: 20px;
    color: #4b4b4b;
    border-bottom: 1px solid var(--cl-main);
    letter-spacing: 0;
}

.bl-apptxt a {
    font-size: 28px;
    font-weight: bold;
    color: var(--cl-main);
    margin-bottom: 10px;
    display: block;
}

.bl-apptxt a:nth-of-type(3),
.bl-apptxt a:last-of-type{
    margin-bottom: 0;
}
.bl-apptxt div{
    margin-top: -5px;
    margin-bottom: 15px;
}
.bl-apptxt p {
    margin-bottom: 0;
}
.bl-apptxt p:nth-of-type(1){
    padding-bottom: 10px;
    border-bottom: 1px solid #4b4b4b;
    margin-bottom: 10px;
}
@media screen and (max-width:768px) {
    .bl-apptxt h5 {
        font-size: 18px;
    }

    .bl-apptxt a {
        font-size: 22px;
    }

}

/* Online Questionnaire */

.bl-question_link{
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.bl-question_link a{
background-color: var(--cl-main);
    color: #fff;
    padding: 5px 10px ;
    text-align: center;
    width: 100%;
    max-width: 400px;
    border-radius: 100px;
    font-size: 20px;font-weight: bold;
}
.bl-question_link a span{
    text-decoration: underline;
}
/* もちもの？ */
.un-bring {
    align-items: center;
}

.un-bring_txt {
    width: 70%;
    padding-right: 20px;
}

.un-bring_txt > h4 {
    padding: 0;
    font-size: 20px;
    color: #FF9353;
    line-height: 1.4;
    margin-bottom: 20px;
}

.un-bring_img {
    width: 180px;
}

@media screen and (max-width:768px) {
    .un-bring_txt > h4 {
        font-size: 18px;
    }

    .un-bring {
        flex-direction: column;
        align-items: center;
    }

    .un-bring_txt {
        width: 100%;
    }
}

/* 流れ */
.flow-img {
    width: 98%;
    max-width: 600px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.flow-img.img_sp {
    display: none;
}

@media screen and (max-width:768px) {
    .flow-img.img_pc {
        display: none;
    }

    .flow-img.img_sp {
        display: block;
    }
}

/* キャッシュフロー */
.cash-img-01 {
    display: block;
    margin: 30px auto 40px;
    width: 98%;
    max-width: 425px;
}

h5.payflow_subttl {
    color: #4b4b4b;
    font-size: 22px;
    letter-spacing: 0.2px;
}

.un-payflow {
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    flex-direction: column;
}

.un-payflow_img {
    width: 50%;
}

.un-payflow_txt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:768px) {
    .un-payflow {
        flex-direction: column;
    }

    h5.payflow_subttl {
        font-size: 20px;
    }

    .un-payflow_img,
    .un-payflow_txt {
        width: 100%;
    }

    .un-payflow_img {
        margin-bottom: 20px;
    }

}

/* 連絡先 */
.un-req_box {
    padding: 20px 0;
}

.un-req_box:first-of-type {
    padding-top: 0;
}

.un-req_box:last-of-type {
    padding-bottom: 0;
}

.un-req_box:nth-of-type(2) {
    border-top: 1px solid var(--cl-main);
}

.un-req_box > h4 {
    font-size: 20px;
    font-weight: bold;
    color: #4B4B4B;
    margin: 0;
    width: 100%;
}

.un-req_box > a {
    font-size: 28px;
    font-weight: bold;
    color: #4B4B4B;
    margin-bottom: 10px;
}
.un-req_box.fx{
    flex-wrap: wrap;
    align-items: center;
}
.un-req_box.fx p{
    width: 100%;
}
a.un-whatup-btn {
    background-color: var(--cl-main);
    color: #fff;
    padding: 10px 15px;
    border-radius: 100px;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
}
.un-req_box.fx img{
    width: 100%;
    max-width:120px;
}
@media screen and (max-width:768px) {
    .un-req_box > h4 {
        font-size: 18px;
    }

    .un-req_box > a {
        font-size: 19px;
    }
    .un-req_box.fx{
        justify-content: center;
}
}

/* アクセス */
.un-gmap,
.un-gmap iframe {
    width: 100%;
}

.un-gmap iframe {
    aspect-ratio: 16/9;
}
