@charset "utf-8";
/* ----------------------------------------
   restaurants.css
---------------------------------------- */
.bottom_active {
    box-sizing: border-box;
    height: 70px;
    border-bottom: 6px solid #11356d;
}

.cont_header {
    width: 100%;
    height: 200px;
    background: #dcdddd;
}

.header_title {
    position: absolute;
    top: 70%;
    margin-top: -1.0rem;
    text-align: center !important;
    left: 0;
    right: 0;
    font-size: 27px;
    line-height: 1.4;
    color: #898989;
}

h1 {
    font-weight: bold;
}

header h1 {
    color: #000 !important;
}

h2 {
    font-size: 22px;
    text-align: left;
    line-height: 1.4;
    color: #000;
    margin-top: 0em;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    color: #000;
    margin-top: 0em;
    margin-bottom: 5px;
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.p_link {
    color: #00699C
}

p {
    font-size: 90% !important;
    line-height: 1.4em !important;
}

hr {
    border-top: 2px dashed #bbb;
}

hr.style1 {
    border-top: 2px solid #000;
    margin-top: 30px;
    margin-bottom: 30px;
}

hr.style2 {
    border-top: 5px solid #000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt10 {
    margin-top: 10px;
}

.tblSet {
    display: table;
}

.tblSet .row {
    display: table-row;
}

.tblSet .cell {
    display: table-cell;
}

.pr1 {
    padding-right: 1em;
}

.taR {
    text-align: right;
}

.hidden {
    visibility: hidden;
}

.nowrap {
    white-space: nowrap;
}

/* #lineup
---------------------------------------- */
#lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 950px;
}

#lineup .shop {
    width: 446px;
    margin-top: 50px;
}

#lineup .shop:nth-child(1),
#lineup .shop:nth-child(2) {
    margin-top: 0;
}


#lineup .shop .img {
    margin-bottom: 5px;
}

#lineup .shop h2 {
    padding: 5px 13px;
    background: #000;
    line-height: 1.1;
    color: #fff;
    font-size: 18px;
}

#lineup .shop dl {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
}

#lineup .shop h2 + dl {
    margin-top: 15px;
}

#lineup .shop dl dt {
    font-weight: bold;
}

#lineup .shop p {
    margin-top: 5px;
    text-align: left;
}

#lineup + section {
    margin-top: 35px;
}
