@charset "utf-8";

.main {
    width: 94vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 0 50px;
}

.main__txt {
    margin: 30px 0 40px;
    padding: 10px;
    color: #6b4545;
    line-height: 2;
    text-align: center;
}
.main__txt p {
    padding-bottom: 50px;
    background: url(../../img/shop_deco_01.png) no-repeat center bottom;
    background-size: 150px auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.photo-wrapper--main h2 {
    width: 94vw;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    background: #6b4545;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1em;
    text-align: center;
}
.photo-container--main {
    position: relative;
    width: 94vw;
    max-width: 900px;
    height: 500px;
    margin: 0 auto 100px;
}
.slick img {
    width: 94vw;
    max-width: 900px;
    height: 500px;
    object-fit: cover;
}
/*slick setting
.slick-prev:before, .slick-next:before {
    color: #6b4545;
}*/
.slick-next, .slick-arrow {
    display: none !important;
}
.photo-container--main p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 1.5;
}
.photo-wrapper--secondary {
    display: flex;
    width: 748px;
    height: 350px;
    margin: 0 auto 30px;
    justify-content: center;
}
.photo-wrapper--secondary h2 {
    border-bottom: 2px solid #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .5em;
    text-indent: .5em;
}
.photo-wrapper--secondary img {
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}
.photo-container__txt {
    display: flex;
    padding: 0 50px;
    justify-content: center;
    align-items: center;
}
.photo__txt {
    color: #6b4545;
    line-height: 2;
    text-align: center;
}
.photo__txt p {
    width: 230px;
    padding-top: 10px;
}