.footer-wrapper {
    background-color: #de8e91;
    /* padding-left: 33%; */
}

.footer-box {
    background-color: #de8e91;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-triangle {
    width: 100%;
    position: relative;
    top: 100px;
    z-index: -1;
}

@media (max-width:1250px) {
    .footer-triangle {
        width: 100%;
        position: relative;
        top: 70px;
        z-index: -1;
    }
}

@media (max-width:920px) {
    .footer-triangle {
        width: 100%;
        position: relative;
        top: 40px;
        z-index: -1;
    }
}

.footer-triangle-box {
    margin-top: 20px;
}

@media (max-width:1250px) {
    .footer-triangle-box {
        margin-top: 50;
    }
}

@media (max-width:920px) {
    .footer-triangle-box {
        margin-top: 75;
    }
}

.footer-triangle-box02 {
    height: 0;
}

.footer-border {
    width: 100%;
    position: relative;
    bottom: 200px;
    z-index: 2;
}

@media (max-width:1700px) {
    .footer-border{
        width: 100%;
        position: relative;
        bottom: 140px;
        z-index: 2;
    }
}

@media (max-width:1500px) {
    .footer-border {
        width: 100%;
        position: relative;
        bottom: 120px;
        z-index: 2;
    }
}

@media (max-width:1375px) {
    .footer-border {
        width: 100%;
        position: relative;
        bottom: 100px;
        z-index: 2;
    }
}

@media (max-width:1250px) {
    .footer-border {
        width: 100%;
        position: relative;
        bottom: 110px;
        z-index: 2;
    }
}

@media (max-width:1140px) {
    .footer-border {
        width: 100%;
        position: relative;
        bottom: 100px;
        z-index: 2;
    }
}

@media (max-width:1080px) {
    .footer-border {
        width: 100%;
        position: relative;
        bottom: 80px;
        z-index: 2;
    }
}

@media (max-width:1000px) {
    .footer-border {
        width: 100%;
        position: relative;
        bottom: 65px;
        z-index: 2;
    }
}

@media (max-width:920px) {
    .footer-border {
        width: 100%;
        position: relative;
        bottom: 80px;
        z-index: 2;
    }
}

@media (max-width:800px) {
    .footer-border {
        bottom: 65px;
    }
}

@media (max-width:700px) {
    .footer-border {
        bottom: 55px;
    }
}

@media (max-width:650px) {
    .footer-border {
        bottom: 40px;
    }
}

.footer-textbox{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-textbox-01 {
    margin: 0;
    margin-right: 10px;
    /* margin-bottom: 50px; */
}

.footer-textbox-01x {
    padding-bottom: 28px;
}

.footer-textbox-01 a{
    text-decoration: none;
}

.footer-textbox-02 {
    margin-left: 10px;
    margin-bottom: 184px;
}

.footer-textbox-02 a{
    text-decoration: none;
}

.footer-paragraph {
    margin: 0;
    text-align: left;
    /* color: #333333; */
    font-size: 15px;
    /* font-family: "Zen Maru Gothic",serif; */
    font-family: "uddigikyokasho-pro",
        sans-serif;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer-paragraph a{
    text-decoration: none;
}

.margin {
    padding-left: 10px;
}

.dl-contents-wrapper {
    background-color: #de8e91;
    padding-bottom: 35px;
}

.dl-content p {
    margin: 0;
    text-align: left;
    /* color: #333333; */
    font-size: 15px;
    /* font-family: "Zen Maru Gothic",
    serif; */
    font-family: "uddigikyokasho-pro",
        sans-serif;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 15px;
    /* padding-left: 17%; */
}

.dl-content a {
    text-decoration: none;
}

.dl-content span {
    padding-left: 10px;
}

.dl-content img {
    width: 19px;
    height: 19px;
    position: relative;
    top: 2px;
}

.information-box {
    background-color: #de8e91;
    padding-bottom: 24px;
    margin-left: 150px;
}

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

.information-box{
margin-left:0px;
width:420px;
}

}

.information-box p {
    margin: 0;
    padding-bottom: 7px;
    /* padding-left: 17%; */
    /* font-family: "Zen Maru Gothic",
    serif; */
    font-family: "uddigikyokasho-pro",
        sans-serif;
    color: #2f2f2f;
    font-size: 13px;
    font-weight: bold;
}

.information-box a {
    /* text-decoration: none; */
    color: #2f2f2f;
}

.place {
    margin-left: 41px;
}

.sns-icons {
    background-color: #de8e91;
    margin-top: 70px;
    padding-bottom: 35px;
    display: flex;
    justify-content: flex-start;
    column-gap: 33px;
}

@media screen and (max-width: 890px){
.sns-icons{
justify-content:center;
}

}

.sns-icons img {
    width: 30px;
    height: 30px;
}

.textbox {
    background-color: #de8e91;
    padding-bottom: 20px;
}

.textbox p {
    margin: 0;
    padding-bottom: 0px;
    font-family: "uddigikyokasho-pro",
        sans-serif;
    color: #2f2f2f;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.under-box{
    background-color: #de8e91;
    display: flex;
    justify-content: flex-start;
    column-gap: 170px;
    padding-left: 33%;
}