﻿/*スマホのみ改行させたいとき*/
@media screen and (min-width: 650px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}


/* ページトップへ戻るボタン */
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 10px 12px;
    background-size: 50px 50px;
    z-index: 99;
}





.header_bg {
    background: url(myimg/herder_bg.png) no-repeat center top;
    margin-top: -50px;
    padding-top: 120px;
    text-align: center;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    background-size: 100%;
    background-size: cover;
}


    .header_bg .display-3 {
        color: #ff50ac;
        margin-top: 5vh;
        padding-bottom: 30px;
        letter-spacing: 8px;
        font-size: 80px;
        font-weight: bold;
        text-shadow: 2px 2px 2px #FFF;
    }

    .header_bg .lead {
        color: #ffffff;
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        line-height: 40px;
        letter-spacing: 3px;
        margin-left: 15px;
        text-shadow: 1px 1px 1px #000;
    }


.sec1_bar {
    background-color: #ff50ac;
    /*background: #f5f5f5;*/
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.sec1_bar img{
    padding-top:20px;
    padding-bottom:20px;
}


.sec2 {
    padding-top: 40px;
    text-align: center;
 
}

    .sec2 hr {
        position: relative;
        border: none;
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;

    }


.sec3 {
    background-image: url(myimg/sec2_bg.png);
    z-index: 999;
    width: 100%;
    display: table;
    min-height:300px;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;
    background-position: center center;
    background-size: 100%;
    background-size: cover;
    text-align: center;
}


.sec3{
    color:#ffffff;
}


/*料金表*/
.sec4 {
    padding-top: 40px;
    text-align: center;
}


.sec4 hr {
    position: relative;
    border: none;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.sec4 h3{
    margin-top:30px;
}
    .sec4 .menu_link_btn {
        margin-top: 15px;
    }

        .sec4 .menu_link_btn .align-items-center {
            min-height: 100px;
        }

    .sec4 .sec4_naiyou {
        text-align: left;
    }

    .sec4 table td:nth-child(1){
        width:70%;
    }
    .sec4 table td:nth-child(2) {
        width: 30%;
    }

    .sec4 caption {
        caption-side: top;
    }




/*リフォーム例*/
.sec5 {
    padding-top: 40px;
    text-align: center;
}


    .sec5 hr {
        position: relative;
        border: none;
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
    }

    .sec5 .list-group-item {
        color: #212529;
    }

        .sec5 .jitureiBox {
            margin-bottom: 30px;
        }


footer .footerBar {
    background-color: #ff50ac;
    text-align: center;
    padding-top: 20px;
    height: 325px;
    text-decoration:none;
}

    footer img {
        margin-top: 0px;
        margin-left: 10%;
    }

    footer p.con1 {
        margin-top: 50px;
    }
