* {
    float: none;
    position: static;
    margin: 0;
    padding: 0;
}

div, p {
    margin: 0 auto;
}

.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}

.waku {
    border: 1px solid #dcdcdc;
}

hr {
    color: #dcdcdc;
    background-color: #dcdcdc;
    height: 1px;
    border: none;
    padding: 0;
}

a {
    text-decoration: none;
}

/* body */
body {
    font-family: Helvetica;
    background: #f8f1e8;
    text-align: center;
    /* for Android Chrome 40 upper */
    font-size: 1rem;
    line-height: 1.6;
}

section {
    margin: auto;
    padding-bottom: 8px;
}
section::after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 98%;
    line-height: 1.8;
}

header {
    border-top: 2px solid #90785d;
}

.title {
    width: 290px;
    margin: 7px 0;
}
h1 {
    font-size: 20px;
    color: #333;
    margin: 0 10px;
    padding: 8px;
    border-top: 2px dotted #90785d;
}

.txtL {
    color: #333;
    text-align: left;
    font-size: 14px;
}

.L1 {
    float: left;
    width: 49%;
}
.R1 {
    float: right;
    width: 49%;
}

.wrap {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    border-radius: 0.3em;
    border: 1px solid #ccc;
    background: #fff;
    margin: 8px 0 0 0;
    padding: 7px 0 10px 0;
    font-size: 14px;
}

.menu img {
    width: 85%;
    max-width: 170px;
    margin: 7px 0 5px;
}

.tel img {
    width: 250px;
    height: auto;
    margin-top: 10px;
}

footer h2 {
    background: #90785d;
    font-size: 12px;
    padding: 3px 0;
}
h2.copyright a {
    color: #fff;
}