@charset "UTF-8";


/*最上部画像
-------------------------------------*/
.top-img {
    position: relative;
    width: 100%;
    padding: 0 0 27px;
    background: #f5f4ed;
}

.top-img img {
    width: 100%;
}

/*見出し
-------------------------------------*/
.top-img h2 {
    position: absolute;
    top: 45%;
    right: 20%;
    margin: 0;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    color: #FFF;
}

@media screen and (max-width: 900px) {
    .top-img h2 {
        text-align: center;
        top: 25%;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 1.6rem;
    }
}

main h3.shop-h3 {
    display: block;
    margin-top: 85px;
    margin-bottom: 30px;
    padding: 0.5rem 2rem;
    font-size: 2.0rem;
    font-weight: 600;
    background: #C6BB93;
    color: #fff;
}

@media screen and (max-width: 900px) {
    main h3.shop-h3 {
        margin-top: 6rem;
        margin-bottom: 2rem;
        font-size: 1.8rem;
        text-align: center;
    }
}


/*店舗情報
-------------------------------------*/
.h3-sub {
    font-size: 1.5rem;
    width: 94%;
    margin: 0 auto;
}

.shop-img {
    width: 94%;
    display: flex;
    justify-content: space-between;
    margin: 1.5rem auto;
}

@media screen and (max-width: 900px) {
    .shop-img {
        flex-wrap: wrap;
    }
}

.shop-img img {
    width: 20%;
}

@media screen and (max-width: 900px) {
    .shop-img img {
        width: 48%;
        margin-bottom: 1.5rem;
    }
}

.adress {
    width: 94%;
    display: flex;
    justify-content: space-between;
    margin: 4rem auto 0;
}

@media screen and (max-width: 900px) {
    .adress {
        margin: 1rem auto 0;
        display: block;
    }
}

.adress-txt {
    width: 40%;
}

.shop-txt{
    font-size: 14px;
}

@media screen and (max-width: 900px) {
    .adress-txt {
        width: 100%;
    }
}

.adress-map {
    width: 55%;
    height: 275px;
}

@media screen and (max-width: 900px) {
    .adress-map {
        width: 100%;
        margin-top: 15px;
    }
}

iframe {
    width: 100%;
    height: 275px;
}

table {
    font-size: 1.6rem;
}

table th {
    white-space: nowrap;
    text-align: left;
    padding: 0.5rem;
    vertical-align: baseline;
}

table td {
    padding: 0 1rem;
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin-top: 100px;
}
