@charset "utf-8";

.main {
    width: 96vw;
    margin: 0 auto;
    padding: 13vw 0 5vw;
}

.main__txt {
    padding: 8vw 1vw;
    color: #6b4545;
    line-height: 2;
}
.main__txt p {
    margin: 0 6vw 5vw;
    padding-bottom: 12vw;
    background: url(../../img/shop_deco_01.png) no-repeat center bottom;
    background-size: 40vw auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.5em;
}
.photo-wrapper--main h2 {
    padding: 2vw 0;
    background: #6b4545;
    color: #fff;
    font-weight: 700;
    font-size: 4vw;
    letter-spacing: 1em;
    text-align: center;
}
.photo-container--main {
    position: relative;
    width: 96vw;
    height: 70vw;
    margin: 0 auto 20vw;
}
.slick img {
    width: 96vw;
    height: 70vw;
    object-fit: cover;
}
.slick-next, .slick-arrow {
    display: none !important;
}
.photo-container--main p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1vw 2vw;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 3vw;
    line-height: 1.5;
}
.photo-wrapper--secondary {
    margin-bottom: 10vw;
    text-align: center;
}
.photo-wrapper--secondary img {
    width: 70vw;
    height: 70vw;
    object-fit: cover;
    border-radius: 50%;
}
.photo-container__txt {
    width: 70vw;
    margin: 0 auto;
}
.photo-container__txt h2 {
    border-bottom: 2px solid #fff;
    font-weight: 700;
    font-size: 4.2vw;
    letter-spacing: .5em;
    text-indent: .5em;
}
.photo__txt {
    color: #6b4545;
    line-height: 2;
    text-align: center;
}
.photo__txt p {
    padding-top: 3vw;
    font-size: 3.5vw;
}
.order {
    display: flex;
    flex-direction:column;
    align-items: center;
}
.order .photo-container__txt {
    order: 2;
}
.order img {
    order: 1;
}