@media screen and (max-width: 767px) {
    #header {
        padding-top: 25vw
    }

    #header h1 {
        position: unset;
        color: #000;
        padding: 4.5vw 5% 0
    }

    #header .logo {
        width: 28%
    }

    #hamburger {
        top: 5px;
        right: 7px
    }
}

@media screen and (min-width: 768px) {
    #header {
        padding: 177px 0 0 150px
    }

    .ttl-shared span.en {
        font-size: 14px
    }
}

.section-shared {
    padding-top: 15vw
}

.section-shared .ttl-shared span.cate {
    border: 2px solid #a97e20;
    color: #a97e20
}

.section-shared .note {
    margin-top: 5vw;
    text-align: center;
    font-size: 12px
}

.section-shared .set {
    margin-top: 15vw
}

.section-shared .set h3 span {
    text-align: center;
    display: block;
    color: #241d18;
    line-height: 1.5;
    letter-spacing: .1em
}

.section-shared .set h3 span:nth-child(1) {
    border-bottom: 1px solid #000;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
    font-size: 5vw
}

.section-shared .set h3 span:nth-child(2) {
    font-size: 7.4vw
}

.section-shared .set h3 span:nth-child(3) {
    margin-top: 3vw;
    font-size: 4vw
}

.section-shared .set .txt {
    margin-top: 5vw
}

.section-shared .set .name-price {
    text-align: center;
    margin-top: 3vw;
    font-size: 3.5vw;
    line-height: 1.875
}

.section-shared .set .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10vw;
    row-gap: 5vw
}

.section-shared .set .group .item:nth-child(1) {
    width: 100%
}

.section-shared .set .group .item:nth-child(n+2) {
    width: 48%;
}
.section-shared .set .group::after {
display: block;
content:"";
width: 48%;
    
}

@media screen and (min-width: 768px) {
    .section-shared {
        padding-top: 107px;
    }
    .section-shared .wrap {
        max-width: 1240px;
        padding: 0 20px;
    }

    .section-shared .note {
        margin-top: 28px;
        font-size: 14px
    }

    .section-shared .set {
        margin-top: 98px
    }

    .section-shared .set h3 span:nth-child(1) {
        margin-bottom: 16px;
        padding-bottom: 28px;
        font-size: 30px
    }

    .section-shared .set h3 span:nth-child(2) {
        font-size: 48px
    }

    .section-shared .set h3 span:nth-child(3) {
        margin-top: 25px;
        font-size: 22px
    }

    .section-shared .set .txt {
        text-align: center;
        margin-top: 57px;
        line-height: 36px
    }

    .section-shared .set .name-price {
        margin-top: 32px;
        font-size: 16px
    }

    .section-shared .set .group {
        margin-top: 104px;
        row-gap: 0
    }

    .section-shared .set .group .item:nth-child(1) {
        display: flex;
        align-items: center;
        margin-bottom: 74px
    }

    .section-shared .set .group .item:nth-child(1) .photo {
        width: 62.5%
    }

    .section-shared .set .group .item:nth-child(1) .name-price {
        width: 37.5%;
        margin-top: 0
    }
    .section-shared .set .group .item {
        width: 30%;
        margin-bottom: 36px;
    }
    .section-shared .set .group .item:nth-child(n+2) {
        width: 30%;  
    }
    .section-shared .set .group::after {
        width: 30%;
    
}
    .section-shared .set2 {
        margin-top: 210px
    }

    .section-shared .set2 .name-price {
        font-size: 18px
    }
    .section-shared .set3 .name-price {
        font-size: 18px
    }
    .section-shared .set4 .name-price {
        font-size: 18px
    }

}

#shopinfo {
    padding-top: 20vw
}

#shopinfo .wrap {
    padding: 0 4%
}

#shopinfo .box-parallax {
    margin-top: 10vw;
    height: 100vw
}

#shopinfo .info {
    margin-top: 10vw
}

#shopinfo .info dl {
    display: flex;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 12px 0;
    font-size: 12px;
    line-height: 22px
}

#shopinfo .info dl dt {
    max-width: 30vw;
    width: 100%
}

#shopinfo .info dl dd {
    flex: 1;
    letter-spacing: 0
}

#shopinfo .info dl dd .btn-map {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2px
}

#shopinfo .info dl dd .btn-map img {
    width: 9px;
    margin: 0 8px 0 2px
}

#shopinfo .bnr {
    margin-top: 10vw;
    position: relative;
}

#shopinfo .bnr a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 2px solid #000;
    background: #fff;
    padding: 5vw 0
}

#shopinfo .bnr a::before,
#shopinfo .bnr a:after {
    content: "";
    position: absolute;
    background: #000;
    height: 2px;
    left: 0;
    right: 0
}

#shopinfo .bnr a::before {
    top: 5px
}

#shopinfo .bnr a:after {
    bottom: 5px
}

#shopinfo .bnr a .logo {
    width: 100%;
    padding: 0 10% 5vw
}

#shopinfo .bnr a .sub-txt-1 {
    margin-right: 4vw;
    font-size: 5.2vw;
    font-weight: 500;
    line-height: 1
}

#shopinfo .bnr a .sub-txt-2 span {
    text-align: center;
    display: block;
    font-weight: 500;
    line-height: 1
}

#shopinfo .bnr a .sub-txt-2 span:nth-child(1) {
    border-bottom: 1px solid #000;
    margin-bottom: 2vw;
    padding: 0 2vw 2vw;
    font-size: 2.8vw
}

#shopinfo .bnr a .sub-txt-2 span:nth-child(2) {
    font-size: 2.6vw
}

#shopinfo .bnr a .sub-txt-2 span:nth-child(2) img {
    width: 2.6vw;
    margin: -1vw 0 0 2vw
}


#shopinfo .group-photo {
    display: flex;
    justify-content: space-between;
    margin-top: 10vw
}

#shopinfo .group-photo li {
    width: 48%
}

@media screen and (min-width: 768px) {
    #shopinfo {
        padding-top: 160px
    }

    #shopinfo .ttl-shared span.jp {
        font-size: 48px
    }

    #shopinfo .ttl-shared span.en {
        margin-top: 36px
    }

    #shopinfo .box-parallax {
        margin-top: 90px;
        height: 700px
    }

    #shopinfo .wrap {
        max-width: 1040px;
        padding: 0 20px
    }

    #shopinfo .info {
        max-width: 800px;
        margin: 91px auto 0
    }

    #shopinfo .info dl {
        padding: 14px 0 14.5px 16px;
        font-size: 16px;
        line-height: 30px
    }

    #shopinfo .info dl dt {
        max-width: 190px
    }

    #shopinfo .info dl dd .btn-map {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        margin-top: 3px;
        font-size: 13px
    }

    #shopinfo .info dl dd .btn-map img {
        width: 10px;
        margin: -4px 9px 0 3px
    }

    #shopinfo .info dl dd .btn-map:hover {
        border-color: #000
    }

    #shopinfo .bnr {
        max-width: 800px;
        margin: 89px auto 0
    }

    #shopinfo .bnr a {
        justify-content: flex-end;
        flex-wrap: nowrap;
        padding: 40px 0 46px
    }

    #shopinfo .bnr a .logo {
        width: auto;
        padding: 0
    }

    #shopinfo .bnr a .sub-txt-1 {
        margin: 0 32px;
        font-size: 24px
    }

    #shopinfo .bnr a .sub-txt-2 {
        width: 163px
    }

    #shopinfo .bnr a .sub-txt-2 span {
        letter-spacing: 0
    }

    #shopinfo .bnr a .sub-txt-2 span:nth-child(1) {
        margin-bottom: 9px;
        padding: 0 0 4px;
        font-size: 13.5px
    }

    #shopinfo .bnr a .sub-txt-2 span:nth-child(2) {
        font-size: 12px
    }

    #shopinfo .bnr a .sub-txt-2 span:nth-child(2) img {
        width: 12px;
        margin: -4px 0px 0 6px
    }

    #shopinfo .bnr a:hover {
        opacity: .7
    }

    #shopinfo .group-photo {
        margin-top: 124px
    }

    #shopinfo .group-photo li {
        width: calc(50% - 7px)
    }
}

#gmap {
    padding: 20vw 0
}

#gmap .lead h2 {
    font-size: 6vw;
    line-height: 1;
    letter-spacing: .05em
}

#gmap .map {
    margin-top: 5vw;
    height: 100vw
}

#gmap .btn-map {
    margin-top: 5vw
}

#gmap .btn-map a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    border: 2px solid #000;
    background: #2e2b29;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: .05em
}

#gmap .btn-map a::after {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_map_w.png") no-repeat;
    width: 13px;
    height: 18px;
    background-size: 100%;
    top: 50%;
    left: 20%;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    #gmap {
        padding: 144px 0 106px
    }

    #gmap .wrap {
        max-width: 1040px;
        padding: 0 20px
    }

    #gmap .lead {
        display: flex;
        justify-content: space-between
    }

    #gmap .lead h2 {
        font-size: 30px
    }

    #gmap .lead .group-link {
        display: flex !important;
        margin-top: 7px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    #gmap .lead .group-link li a {
        display: block;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0
    }

    #gmap .lead .group-link li a:hover {
        text-decoration: underline
    }

    #gmap .lead .group-link li:nth-child(1) a {
        background: url("../img/kyobashi/gmap_icon1.png") no-repeat center right/auto;
        padding-right: 15px
    }

    #gmap .lead .group-link li:nth-child(2) a {
        background: url("../img/kyobashi/gmap_icon2.png") no-repeat center right/auto;
        padding-right: 27px
    }

    #gmap .map {
        margin-top: 20px;
        height: 600px
    }

    #gmap .btn-map {
        width: 392px;
        margin: 76px auto 0
    }

    #gmap .btn-map a {
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
        transition-property: color;
        transition-duration: .3s;
        background: rgba(0, 0, 0, 0);
        color: #000;
        padding-left: 12px;
        font-size: 24px;
        line-height: 85px
    }

    #gmap .btn-map a::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2e2b29;
        border-radius: 100%;
        transform: scale(0);
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    #gmap .btn-map a::after {
        background: url("../img/shared/icon_map.png") no-repeat;
        width: 18px;
        height: 23px;
        left: 74px;
        transition-property: background;
        transition-duration: .3s
    }

    #gmap .btn-map a:hover {
        color: #fff
    }

    #gmap .btn-map a:hover::before {
        transform: scale(2)
    }

    #gmap .btn-map a:hover:after {
        background-image: url("../img/shared/icon_map_w.png")
    }
}

#shopinfo .pre{
    width:100%;
    padding:14%;
    bottom:0px;
    font-size:5vw;
}

@media screen and (min-width: 768px) {
    #shopinfo .pre{
        padding:44px;
         font-size:24px;
    }
}

