@charset "UTF-8";


/*******************************

sakume

*******************************/

/*-----------------------------
ページタイトル
-----------------------------*/

.pageTitle.sakume {
    padding: 60px 0;
    color: #fff;
    background: url(../img/ind_pic_007.jpg) 50% 50% no-repeat;
    background-size: cover;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2),
    -1px 3px 3px rgba(0, 0, 0, 0.2),
    1px -3px 3px rgba(0, 0, 0, 0.2),
    -1px -3px 3px rgba(0, 0, 0, 0.2);
}


/*-----------------------------
サブナビゲーション
-----------------------------*/

ul.subnavi li {
    width: 20%;
}


/*-----------------------------
figure-list
-----------------------------*/

.figure-list {
    padding-top: 0;
    margin-bottom: 30px;
}

/*-----------------------------
facebook
-----------------------------*/

.facebook {
    width: 100%;
    max-width: 500px;
}

/*-----------------------------
茶室
-----------------------------*/

.sec04 p.annotation {
    font-size: 14px;
    margin-bottom: 10px!important;
}


/*-----------------------------
交通案内
-----------------------------*/

.ggmap .inner {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*-----------------------------
周辺観光マップ
-----------------------------*/

.sec06 h5 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #234ad2;
    margin-bottom: 30px;
    padding-left: 10px;
}

.subPage .sec06 .dl01 {
    margin-bottom: 30px;
}

.subPage .sec06 .dl01 dt {
    margin-bottom: 5px;
}

.subPage .sec06 .dl01 dt a {
    color: inherit;
}

.subPage .sec06 .dl01 address {
    margin-bottom: 0;
}

.subPage .sec06 .table01 {
    width: 100%;
    margin-bottom: 0;
}

.subPage .sec06 .table01 thead th {
    text-align: center;
}

.subPage .sec06 .table01 td.number {
    text-align: center;
}

.subPage .sec06 .table01 tbody th {
    background: #fff;
}


#googlemap {
    margin-bottom: 50px;
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 767px) {

    .tableWrap {
        max-width: 767px;
        overflow: auto;
    }

    .subPage .sec06 .table01 {
        table-layout: fixed;
        min-width: 100%;
    }

    .subPage .sec06 .table01 .number {
        width: 40px;
        min-width: 40px;
    }

    .subPage .sec06 .table01 .shop {
        width: 200px;
        min-width: 200px;
    }
    .subPage .sec06 .table01 .add {
        width: 200px;
        min-width: 200px;
    }
    .subPage .sec06 .table01 .tel {
        width: 120px;
        min-width: 120px;
    }
    .subPage .sec06 .table01 .web {
        width: 90px;
        min-width: 90px;
    }

    #googlemap {
        margin-bottom: 50px;
        height: 300px;
    }

}
