* {
    box-sizing: border-box;
}

html {
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

body {
    background-color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Noto Sans CJK JP";
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-align: initial;
}

li {
    list-style-type: none;
}

p {
    font-size: 16px;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.br_pc {
    display: block;
}

.br_sp {
    display: none;
}

.bt_bunjo {
    position: initial;
    width: 80px;
}

#header2 {
    align-items: center;
    background-color: #111;
    display: flex;
    height: 90px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#header2 h1 {
    text-align: initial;
}

#header2 h1 img {
    width: 130px;
}

.header_right_content {
    margin-right: 10px;
    width: 90px;
}

.drawer-hamburger {
    padding: 22px 20px 18px;
}

.drawer {
    width: 56px;
}

.box_pickup {
    border-bottom: 1px #999 dotted;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 50px;
    width: 90%;
}
.box_pickup .cat {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 0;
    text-align: center;
}
.box_pickup a {
    color: #fff;
}
.box_pickup .bt_pickup {
    background-color: #111;
    border: 1px #666 solid;
    color: #eee;
    float: left;
    font-size: 13px;
    height: 100px;
    line-height: 150%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
    padding: 0.8%;
    width: 29%;
}
.box_pickup a:hover .bt_pickup {
    background-color: #4d4d4d;
}
.box_pickup .bt_pickup img {
    border: #fff 1px solid;
    float: left;
    margin-right: 5px;
    max-height: 75px;
    overflow: hidden;
    width: 25%;
}
.box_pickup .bt_pickup h3 {
    color: #fff;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2px;
    padding-top: 5px;
    width: 70%;
}
.box_pickup .bt_pickup p {
    float: left;
    text-align: center;
    width: 70%;
}


.sns {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 12px;
}

.sns a:not(:last-child) {
    margin-right: 5px;
}

.sns img {
    width: 32px;
}

.sns .twitter img {
    display: block;
    margin-right: 8px;
    width: 28px;
}
.sns .youtube img {
    display: block;
}


/* .clearfix:after {
    display: none;
} */

.clearfix:after {
    clear: both;
    content: ".";

/*floatの解除*/
    display: block;
    height: 0;
    visibility: hidden;
}

.renovation .fv {
    align-items: center;
    background-image: url(https://deccs.jp/content-asset/images/renovation-fv.jpg);
    background-size: cover;
    display: flex;
    height: 320px;
    justify-content: center;
    margin-top: 90px;
}


.renovation .fv h1 {
    background-color: rgb(255, 255, 255,0.7);
    color: #111;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 30px;
    text-align: center;
    width: 600px;
}

.renovation .fv h1 span {
    font-size: 20px;
}

.renovation .inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.renovation .about {
    margin: 60px 0;
}

.renovation .about h2 {
    color: #111;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.renovation .about p {
    margin-top: 10px;
}

.renovation .option {
    margin: 60px 0;
}


.option .list_item {
    margin-bottom: 40px;
    text-align: center;
}


.option .list_item .img_box {
    text-align: center;
}

.option .list_item p {
    margin: 30px auto;
    text-align: left;
    width: 70%;
}


.option h2 {
    background-color: #716d6e;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
}

#container1 {
    margin: 0　auto;
    max-width: 900px;
    text-align: center;
    width: 100%;
}


.renovation .arrange {
    background-color: #eee;
    margin-bottom: 40px;
    padding: 40px 0;
}

.renovation .arrange h2 {
    color: #111;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.renovation .arrange .content_box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.renovation .arrange .content_box .img_box {
    width: 49%;
}

.renovation .arrange .content_box .text {
    font-size: 15px;
    width: 49%;
}

.line_banner {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 800px;
    width: 100%;
}


.footer {
    background-color: #000;
    border-top: none;
    padding-top: 20px;
}

.footer .logo {
    text-align: center;
}

.footer .logo img {
    width: 100px;
}




@media screen and (max-width: 425px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    .br_pc {
        display: none;
    }

    .br_sp {
        display: block;
    }

    #header2 {
        background-color: #111;
        color: #fff;
        left: 0;
        position: fixed;
        text-align: center;
        top: 0;
        transition: 0.3s;
        width: 100%;
        z-index: 9999;
    }
    #header2 h1 {
        height: 65px;
        margin: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
    }
    #header2 h1 img {
        margin-left: 20px;
        margin-top: 5px;
        width: 100px;
    }

    #header2 .box_header {
        float: right;
        padding-top: 45px;
        text-align: right;
        width: 500px;
    }
    #header2 .box_header img {
        display: block;
        width: 100%;
    }

    .bt_bunjo img {
        width: 100%;
    }

    .box_pickup {
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        width: 100%;
    }
    .box_pickup .cat {
        background-color: #666;
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
        padding: 5px 0;
        text-align: center;
    }
    .box_pickup a {
        color: #eee;;
    }
    .box_pickup .bt_pickup {
        background-color: none;
        border: 1px #ccc solid;
        color: #eee;
        float: none;
        font-size: 12px;
        height: auto;
        line-height: 150%;
        margin: 0 auto;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 20px 10px;
        text-align: center;
        width: 80%;
    }
    .box_pickup .bt_pickup img {
        border: #fff 1px solid;
        display: block;
        float: none;
        margin: 3px auto 10px auto;
        max-height: 120px;
        width: 50%;
    }
    .box_pickup .bt_pickup h3 {
        color: #eee;
        display: inline;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        margin-bottom: 10px;
        width: 98%;
    }

    .box_pickup .bt_pickup p {
        float: none;
        font-size: 14px;
        margin-top: 10px;
        width: 100%;
    }
}


@media screen and (max-width: 325px) {
    p {
        font-size: 15px;
    }

    .header_right_content {
        margin-right: 10px;
        width: 70px;
    }

    .bt_bunjo {
        width: 70px;
    }

    .renovation .about p {
        margin-top: 20px;
    }

    .renovation .about h2 {
        font-size: 16px;
    }

    .renovation .arrange h2 {
        font-size: 16px;
    }
}




/*////////// LINEアカウントページ //////////*/

.line {
    background-image: url(https://deccs.jp/content-asset/images/line-bgi.jpg);
    border: solid 2px #111;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 150px;
    max-width: 1000px;
    padding: 60px 0;
    width: 100%;
}


.line .title {
    text-align: center;
}


.qr_content {
    align-items: center;
    background-color: #fff;
    border-bottom: #111 dashed 2px;
    border-top: #111 dashed 2px;
    display: flex;
    justify-content: center;
    margin: 60px auto;
    padding: 55px 20px;
    width: 90%;
}

.icon_box {
    width: 45%;
}

.icon_box .img_box {
    text-align: center;
}

.icon_box p {
    margin: 0 auto;
    margin-top: 30px;
    width: 80%;
}

.qr_box {
    width: 45%;
}

.qr_box p {
    margin-bottom: 10px;
    text-align: center;
}

.qr_box .img_box {
    text-align: center;
}


.sns_banner {
    display: flex;
    justify-content: center;
}


.sns_banner .twitter_banner {
    margin-right: 30px;
}


@media screen and (max-width: 425px) {
    .line {
        margin: 110px auto;
        margin-bottom: 20px;
        padding: 40px 20px;
        width: 90%;
    }

    .qr_content {
        flex-direction: column;
        margin: 30px auto;
        margin-bottom: 20px;
    }


    .icon_box {
        margin-right: 0;
        width: 100%;
    }

    .icon_box .img_box {
        text-align: center;
    }


    .icon_box .img_box img {
        width: 40%;
    }

    .icon_box p {
        margin: 0 auto;
        margin-top: 20px;
        width: 80%;
    }

    .qr_box {
        width: 100%;
    }

    .qr_box .img_box {
        margin: 0 auto;
    }
    .sns_banner {
        flex-direction: column;
        margin: 0 auto;
        width: 80%;
    }

    .sns_banner .twitter_banner {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .sns .line img {
        display: block;
    }
}


/*コロナページ用CSS*/


.corona_banner {
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
}

.corona {
    background-color: #eee;
    margin: 150px auto;
    margin-bottom: 100px;
    max-width: 1000px;
    padding: 50px;
    width: 100%;
}

.corona h1 {
    font-size: 24px;
    font-weight: bold;
}

.corona p {
    font-size: 16px;
}

.corona .text {
    margin-top: 20px;
}

.corona .content_box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}


.corona .img_box {
    margin: 10px 0;
    text-align: center;
    width: 20%;
}

.corona .img_box.column {
    text-align: center;
    width: 180px;
}

.corona .img_box.column img {
    width: 90px;
}

.corona .text_box {
    margin: 10px 0;
    width: 78%;
}

.corona .text_box h2 {
    font-weight: bold;
}


.corona .text_box p {
    margin-top: 5px;
    padding-left: 15px;
}

@media screen and (max-width: 425px) {
    .corona {
        padding: 30px;
    }
    .corona p {
        font-size: 14px;
    }
    .corona h1 {
        font-size: 20px;
    }
    .corona .content_box {
        flex-direction: column;
        margin-top: 20px;
    }
    .corona .img_box {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }

    .corona .img_box.column {
        width: 300px;
    }
    .corona .img_box.column img {
        width: 150px;
    }


    .corona .text_box {
        margin: 10px 0;
        width: 100%;
    }
}
