.site-header {
    width: 100%;
    background: #E8D2BE;
    display: block;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.back {
  width: 100%;
  font-weight: bold;
  font-size: 30px;
  color: #E94F47;
  margin-left: 40px;
}

.wrap {
    display: flex;
}

.conteiner {
    display: flex;
    flex-direction: column;
    padding-left: 70px;
    align-items: flex-start;
}

.title {
    font-weight: bold;
    font-size: 40px;
    padding-top: 150px;
    padding-bottom: 45px;
}

#about {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 200px;
}

img {
    width: 30%;
    height: 30%;
    padding-top: 180px;
    visibility: hidden;

}

.netshop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 30px;
}
#netshoplogo {
    visibility: visible;
    width: 80%;
    padding-top: 20px;
}

.site-footer {
  margin-top: 50px;
  position: absolute;
  width: 100%;
  display: flex;
  background: #E8D2BE 0% 0% no-repeat padding-box;
  border-top: 2px solid #E94F47;
  padding: 15px;
  opacity: 1;
  text-align: center;
  display: inline;
}

/*タブレット用*/
@media (min-width: 768px) {
    .style-nav ul li {
        display: inline-block;
    }
    .style-nav ul {
        text-align: center;
    }

    .wrap {
        display: flex;
    }
    
    .conteiner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    .title {
        font-weight: bold;
        font-size: 40px;
        padding-top: 150px;
        padding-bottom: 45px;
    }
    
    #about {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 200px;
    }
    
    img {
        visibility: visible;
        width: 30%;
        height: 30%;
        padding-top: 180px;
    }
    
    .netshop {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 35px;
        line-height: 40px;
    }
    #netshoplogo {
        width: 100%;
        padding-top: 20px;
    }
    /*=== 画像の表示エリア ================================= */

.slide {
    position: relative;
    overflow: hidden;
    /* 画像のサイズに合わせて変更ください */
    width: 768px;
    height: 500px;
    margin-top: 5em;
    /* サンプルは中央寄せの背景：白 */
    background: #E8D2BE;
}

}

/*デスクトップ用*/
@media (min-width: 1024px) {

    main {
        max-width: 900px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        margin: auto;
    }

.wrap {
    display: flex;
}

.conteiner {
    display: flex;
    flex-direction: column;
    padding-left: 70px;
    align-items: flex-start;
}

.title {
    font-weight: bold;
    font-size: 40px;
    padding-top: 150px;
    padding-bottom: 45px;
}

#about {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 200px;
}

img {
    visibility: visible;
    width: 30%;
    height: 30%;
    padding-top: 180px;

}

.netshop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    line-height: 40px;
}

#netshoplogo {
    width: 100%;
    padding-top: 20px;
}

}