@charset "UTF-8";
/*******************************

About Css

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

/*-----------------------------
ご挨拶
-----------------------------*/
.sign {
    text-align: right;
}

.sign span {
    padding-right: 20px;
}

/*-----------------------------
スタッフ紹介
-----------------------------*/
#staff ul li {
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#staff ul figure {
    width: 168px;
    margin: 0;
}

#staff ul dl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5%;
    margin-left: 5%;
    border-left: 1px solid #d2d2d2;
    text-align: left;
    line-height: 1.7;
}

#staff ul dt {
    font-size: 90%;
    margin-bottom: 10px;
}

#staff ul dt span {
    display: block;
    font-size: 150%;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #staff ul figure {
        width: 100%;
        margin-bottom: 20px;
    }
    #staff ul dl {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    #staff ul dt {
        text-align: center!important;
    }
}

/*-----------------------------
写真
-----------------------------*/
ul.photo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.photo li {
    width: 48.5%;
    margin-bottom: 20px;
}

ul.photo img {
    width: 100%;
}

/*-----------------------------
歴史
-----------------------------*/
#history ol {
    border-left: 2px dotted #dbc67d;
    text-align: left;
}

#history ol li {
    padding-left: 30px;
    text-indent: -30px;
    margin-left: 4px;
    margin-bottom: 30px;
    position: relative;
}


#history ol li::before {
    position: absolute;
    display: block;
    content: url(../../common/img/common/icon-ttl-s.png);
    line-height: 1.5;
    left: 20px;
    top: -5px;
}

#history ol li span {
    padding-left: 30px;
}


/*-----------------------------
店舗情報
-----------------------------*/
.info-wrap {
    margin-bottom: 50px;
}

.info-wrap table {
    width: 50%;
    line-height: 2;
}

.info-wrap th {
    padding: 10px 0;
}

.info-wrap span {
    display: block;
}

.info-wrap span::before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #dbc67d;
}

.info-wrap td {
    padding: 10px 0;
}

.info-wrap .map {
    width: 50%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.info-wrap .map iframe,
.info-wrap .map object,
.info-wrap .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .info-wrap table {
        width: 100%;
        margin-bottom: 30px;
    }
    .info-wrap .map {
        width: 100%;
    }
}
