@charset "UTF-8";

footer {
    padding-top: 1px;
}

main {
    margin-top: 120px;
}

/*メインビジュアル*/
#hero_Wrap {
    position: relative;
    width: 100%;
    height: calc(100svh - 120px);
    background: url(../img/main.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#hero_Wrap .mv_Txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 300px;
    margin: 0 auto;
}



/*メインコンテンツ*/
.contents {
    padding: 100px 0 0;
    color: #552121;
    text-align: center;
}

.eqBtn {
    width: 1000px;
    max-width: 90%;
    margin: 70px auto;
    display: flex;
    flex-wrap: wrap;
    gap:1%;
}
.eqBtn li {
    width: 24%;
    text-align: center;
}
.eqBtn li a {
    display: block;
    padding: 10px 0;
    color: #552121;
    border: 1px solid #552121;
    font-size: 14px;
    transition: 0.3s;
}
.eqBtn li a:hover ,
.eqBtn li.here a {
    background: #552121;
    color: #fff;
}
.eqBtn li.here a {
    pointer-events: none;
}

.eq_Box {
    width: 1000px;
    max-width: 90%;
    margin: 100px auto;
}
.eq_Box > h3 {
    color: #9a664c;
    font-size: 40px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 30px;
}
.eq_Box .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap:4%;
    margin-top: 30px;
}
.m_none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.flex4-1 {
    width: 22%;
}
.flex3-1 {
    width: 30%;
}
.flex3-2 {
    width: 66%;
}
.flex2-1 {
    width: 48%;
    margin-bottom: 30px;
}
.flex2-2-1 {
    width: 22%;
}
.flex1-1 {
    width: 100%;
    margin-bottom: 30px;
}
.eq_Box .flex li {
    margin-bottom: 30px;
}
.eq_Box .flex li figure {
    position: relative;
}
.eq_Box .flex li h3 {
    color: #9a664c;
    font-size: 18px;
    margin: 15px auto;
    line-height: 1.6;
}
.eq_Box .flex li p {
    font-size: 13px;;
    line-height: 1.7;
}
.eq_Box .flex li p.small {
    font-size: 12px;
    margin-top: 10px;
}
.eq_Box .flex li small {
    font-size: 12px;
}

.beige_bg {
    width: 100%;
    background: #fffeee;
    padding: 1px 0;
}

.beige_bg h3.ttl {
    font-size: 25px;
    line-height: 1.6;
    padding: 10px 0;
    border-top: 1px solid #6f6e48;
    border-bottom: 1px solid #6f6e48;
    color: #6f6e48;
}
h3.ic_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #6f6e48;
}
.eq_Box .flex li h3.ic_ttl {
    color: #6f6e48;
}
h3.ic_ttl img {
    width: 50px;
    margin-right: 10px;
}

.free_ttl {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #9a664c;
}
.freeid {
    width: 100%;
    background: #f7f5f0;
    padding: 30px;
    border-radius: 40px;
}

.freeid .id_ic {
    width: 205px;
    max-width: 70%;
    margin: 0 auto;
}
.id_ttl {
    text-align: center;
    color: #006caa;
    font-size: 25px;
    margin-top: 30px;
}
.eq_Box .freeid .flex li h3 {
    color: #006caa;
}
.eq_Box .freeid .flex li h5 {
    color: #006caa;
    font-size: 15px;
    padding: 10px 0;
    text-indent: -1em;
    padding-left: 1em;
}
.id_cap {
    position: absolute;
    left: 0;
    top: 0;
    background: #006caa;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
}
.freeid .ent figcaption {
    width: 100%;
    padding: 6px 0;
    text-align: center;
    background: #006caa;
    color: #fff;
    font-size: 13px;
    border-radius: 10px 10px 0 0;
}
.freeid .ent img {
    border-radius: 0px 0px 10px 10px;
}
.app {
    width: 100%;
    background: #fff;
    padding: 1px 20px;
    border-radius: 20px;
}
.kaoigai {
    margin-top: 70px;
}
.secu {
    margin-top: 70px;
    color: #9a8758;
}
.eq_Box .door .flex li h3 {
    color: #9a8758;
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
    word-break:auto-phrase;
}
.eq_Box .door .flex li h3 span {
    background: #9a8758;
    color: #fff;
    padding: 5px 9px;
    line-height: 1;
    font-size: 15px;
    margin-right: 10px;
}
.eq_Box .door .flex li h4 {
    margin-bottom: 10px;
}


.door {
    width: 100%;
    border: 2px solid #c9bc9c;
    padding: 30px;
    border-radius: 40px;
}
.deadbolt figure {
    width: 30%;
}
.eq_Box .door .flex li .deadbolt h3 {
    font-size: 15px;
    margin-top: 0;
}
.deadbolt > .txt_box {
    width: 60%;
}
.eq_Box .door .flex li .deadbolt h3 {
}
.bell img {
    width: 50px;
    max-width: 90%;
    float: left;
    margin-right: 15px;
}
.toritsugi img {
    width: 100px;
    max-width: 90%;
    float: right;
    margin-left: 15px;
}

.ansin {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.ansin img {
    float: left;
    width: 180px;
    max-width: 90%;
    margin-right: 15px;
}

.notes {
  width: 1200px;
  max-width: 90%;
  margin: 40px auto 0;
}
.notes p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    
    /*メインビジュアル*/
    main {
        margin-top: 60px;
    }
    #hero_Wrap {
        height: 50svh;
        background: url(../img/main_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #hero_Wrap .mv_Txt {
        width: 230px;
       filter: drop-shadow(0px 0px 5px #000);
    }
    
    
    /*メインコンテンツ*/
    .contents {
        padding: 70px 0 0;
    }
    
    .order1 { order: 1;}
    .order2 { order: 2;}
    .order3 { order: 3;}
    .order4 { order: 4;}
    
    .eqBtn {
        margin: 40px auto;
    }
    .eqBtn li {
        width: 48%;
        margin-bottom: 5px;
    }
    .eqBtn li a {
        font-size: 11px;
        letter-spacing: 0;
    }
    
    .eq_Box {
        margin: 50px auto;
    }
    .eq_Box > h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .eq_Box .flex .flex3-1 {
        width: 48%;
    }
    .eq_Box .flex .flex2-1 {
        width: 100%;
    }
    .eq_Box .flex li > h3 {
        font-size: 15px;
        letter-spacing: 0;
    }
    .eq_Box .flex li > p {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .eq_Box .flex li > p.small {
        font-size: 10px;
    }
    
    .eq_Box.ecology .flex .flex2-1 .flex2-1 {
        width: 48%;
    }
    
    .eq_Box .flex .flex3-2 {
        width: 100%;
    }
    .eq_Box .flex .flex3-1 {
        width: 100%;
    }
    
    .flex4-1 {
        width: 48%;
    }
    
    .beige_bg h3.ttl {
        font-size: 18px;
    }
    .free_ttl {
        line-height: 1.8;
        font-size: 18px;
    }
    .freeid {
        padding: 10px;
        border-radius: 20px;
    }
    .freeid .id_ic {
        width: 150px;
    }
    .id_ttl {
        margin-top: 10px;
    }
    
    .door {
        padding: 10px;
        border-radius: 20px;
    }
    .doorimg img {
        border-radius: 15px 15px 0 0;
    }
    .eq_Box .door .flex {
        margin-top: 0;
    }
    
    
    .js-scrollable {
overflow-y: hidden;
}
.js-scrollable img {
height: 100px;
padding: 0 0 10px;
max-width: unset;
}
.js-scrollable.anshin_img img {
height: 250px;
padding: 0 0 10px;
max-width: unset;
}
    
    .notes {
        width: 90%;
        margin: 30px auto;
    }
    .notes p {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}