/* org data--oem_uniq.css-- をアレンジ*/
/* ここから */

* {
    box-sizing: border-box
}

.shop_hero {
    width: 100%;
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    position: relative
}

@media screen and (max-width: 1000px) {
    .shop_hero {
        background-position: center left 40%
    }
}

@media screen and (max-width: 767px) {
    .shop_hero {
        background-position: center left 35%
    }
}

.shop_hero .logo {
    position: absolute;
    bottom: 30px;
    left: 5%;
    text-align: center;
/*    text-shadow: 3px 3px 3px #fff;*/
    color: #fff;
}

@media screen and (max-width: 767px) {
    .shop_hero .logo {
        top: 50px;
        right: 5%;
        text-align: right
    }
}
/*
@media screen and (max-width: 767px)
.shop_hero .logo {
    right: 5%;
    text-align: right;
}
*/

.shop_hero .logo h1 {
    font-size: 34px;
    letter-spacing: 0.2em
}

@media screen and (max-width: 767px) {
    .shop_hero .logo h1 {
        font-size: 30px
    }
}

.shop_hero .logo p {
    font-size: 1.3rem;
    letter-spacing: 0.2em
}

@media screen and (max-width: 767px) {
    .shop_hero .logo p {
        font-size: 1rem
    }
}

#shop_contents .section_base h2 {
    font-size: 26px;
    line-height: 2.5;
    letter-spacing: 0.1em;
    background-image: -webkit-linear-gradient(right, rgba(0, 150, 94, 0) 0%, #00965e 80%, #00965e 100%);
    background-image: -o-linear-gradient(right, rgba(0, 150, 94, 0) 0%, #00965e 80%, #00965e 100%);
    background-image: linear-gradient(to left, rgba(0, 150, 94, 0) 0%, #00965e 80%, #00965e 100%);
    background-repeat: no-repeat;
    background-size: 100% 5%;
    background-position: bottom;
    margin: 40px auto;
    padding: 5px 1em
}

@media screen and (max-width: 1023px) {
    #shop_contents .section_base h2 {
        font-size: 26px
    }
}

@media screen and (max-width: 767px) {
    #shop_contents .section_base h2 {
        font-size: 20px;
        line-height: 1.5;
        text-align: center
    }
}

#shop_contents #shop_1 h2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

#shop_contents #shop_1 .text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    font-size: 16px
}

@media (max-width: 1200px) {
    #shop_contents #shop_1 .text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    #shop_contents #shop_1 .text {
        font-size: 14px
    }
}

#shop_contents #shop_1 .text p {
    margin-bottom: 1em
}


#shop_contents #shop_2 h2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}
#shop_contents #shop_2 .text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    font-size: 16px
}

@media (max-width: 1200px) {
    #shop_contents #shop_2 .text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    #shop_contents #shop_2 .text {
        font-size: 14px
    }
}

#shop_contents #shop_2 .text p {
    margin-bottom: 1em
}
#shop_contents #shop_3 {
    padding-bottom: 150px
}

@media (max-width: 768px) {
    #shop_contents #shop_3 {
        padding-bottom: 80px
    }
}

#shop_contents #shop_3 h2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}
#shop_contents #shop_3 .text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    font-size: 16px
}

@media (max-width: 1200px) {
    #shop_contents #shop_3 .text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    #shop_contents #shop_3 .text {
        font-size: 14px
    }
}

#shop_contents #shop_3 .text p {
    margin-bottom: 1em
}

#shop_contents #shop_3 {
    padding-bottom: 150px
}

@media (max-width: 768px) {
    #shop_contents #shop_3 {
        padding-bottom: 80px
    }
}

/* ここまで */

/* org data--uniq.css-- をアレンジ*/
/* ここから */

#shop_contents .inr {
    max-width: 1200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
}

#shop_contents .inr .txt {
    font-size: 16px;
    background-color: #F3F3F3;
    padding: .5em 1em;
    line-height: 1.8;
    max-width: 650px;
    margin: auto;
}

#shop_contents .txt article {
    margin: 1em 0;
}

#shop_contents .txt ul {
    padding-left: .5em;
}

.shop_map {
    position: relative;
    width: 100%;
    padding-top: calc(56.25% + 55px);
    overflow: hidden;
}

.shop_map iframe {
    position: absolute;
    top: -55px;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}

.shop_wrapper a {
    font-size: .8em;
    border: 1px solid #dcdcdc;
    padding: .2em .8em;
    border-radius: 20px;
    display: inline-block;
    margin-left: .5em;
    background: #dcdcdc;
}

.shop_wrapper h3 {
    display: inline-block;
    color: #00965e;
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
}

.wissh_list dt {
    font-weight: bold;
}

.wissh_list dd {
    margin-bottom: .5em;
}

.shop_wrapper > p {
    letter-spacing: .1em;
    text-align: center;
    font-size: 1.4em;
    margin-top: 2em;
}

.shop_wrapper .txt article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop_right_button {
    margin: 0 0 0 auto;
}

@media(min-width:768px) {
    .wissh_list {
        display: flex;
        flex-wrap: wrap;
        padding-left: 1em;
    }

    .wissh_list dt {
        width: 10em;
    }

    .wissh_list dd {
        width: calc(100% - 10em);
    }

    .shop_wrapper a {
        margin-left: 1.5em;
    }

    .shop_wrapper .txt ul {
        text-align: center;
    }

    .shop_wrapper .txt ul li {
        display: inline-block;
    }

    .shop_wrapper .txt ul li:not(:last-child):after {
        content: "/";
        margin: 1em;
    }
}
/* ここまで */