/*********************************************************
ヘッダー
*********************************************************/
#logo-tel {
    display: block;
}
.h-logo {
    display: block;
    width: 100%;
    margin: 1% 0 3%;
}
.h-logo img {
    display: block;
    margin: 0 auto;
}
.h-text {
    display: block;
    width: 100%;
}
.h-tel {
    display: none;
}
.h-tel_sp {
    display: block;
}
/*********************************************************
メイン
*********************************************************/
#container {
    padding: 1%;
}
/*-----------------------
コンセプト（index.html）
-----------------------*/
.concept li {
    line-height: 1.8;
}
#contents h2 {
    padding: 3% 0 3% 2%;
    background-image: none;
    margin: 0 0 3% 0;
    min-height: inherit;
}
.main-concept {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 2% 0;
}
.co-table {
    display: table;
    width: 100%;
}
.co-text {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
}
.co-img {
    display: table-cell;
}
/*-----------------------
メニューバナー（index.html）
-----------------------*/
.menu-ba {
    display: block;
    width: 100%;
}
.menu-ba div {
    display: block;
    width: 100%;
    margin: 0 0 5% 0
}
.menu-ba div:first-child {
    margin: 5% 0 5% 0;
}
.menu-ba img {
    display: block;
    margin: 0 auto;
}
/*-----------------------
メニュー(menu.html)
-----------------------*/
.price span {
    font-size: 10px;
}
/*-----------------------
スタッフ(staff.html)
-----------------------*/
/* テーブル（左：テキスト 右：画像）
-----------------------*/
.staff .staff_table_1 {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.staff .staff_table_1 .left {
    display: table-cell;
    width: 70%;
    padding: 0 5% 0 0;
    vertical-align: middle;
}
.staff .staff_table_1 .left p {
    line-height: 20px;
}
.staff .staff_table_1 .left p span {
    display: inline-block;
    padding: 3px;
    background: #EBE6B0;
    font-weight: bold;
    line-height: 0;
}
.staff .staff_table_1 .right {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
.staff .staff_table_1 .right p img {
    display: block;
    width: 100%;
}
/* テーブル（左：画像 右：テキスト）
-----------------------*/
.staff .staff_table_2 {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.staff .staff_table_2 .left {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
.staff .staff_table_2 .left p img {
    display: block;
    width: 100%;
}
.staff .staff_table_2 .right {
    display: table-cell;
    width: 70%;
    padding: 0 0 0 5%;
    vertical-align: middle;
}
.staff .staff_table_2 .right p {
    line-height: 20px;
}
.staff .staff_table_2 .right p span {
    display: inline-block;
    padding: 3px;
    background: #EBE6B0;
    font-weight: bold;
    line-height: 0;
}