<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no" />

<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Alef:400,700');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    box-sizing: border-box;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

a {
    text-decoration: none;
    color: #555;
}



body {
    color: #000;
    font-size: 12px;
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'IPA 明朝', serif;
    line-height: 1.8;
    text-align: justify;
    word-break: break-all;
    background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff4bf' fill-opacity='0.48' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

header {
    max-width: 100px;
    min-height: 90px;
    margin: 40px auto;
    border-radius: 3px;
    background: #fff;
    background-size: 120px;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


header::before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background: url("hana.png") no-repeat center top;
    background-size: 50px;
    position: relative;
    top: -45px;
}

header h1 {
    margin: -70px auto 0;
    text-align: center;
    letter-spacing: -0.5px;
    font-family: "Kokoro", serif;
    font-size: 13px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight:300;
}

header span {
    font-family: serif;
    display: block;
    position: absolute;
    margin: 0px;
    padding: 8px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 10px;
    color: rgb(231, 0, 0);
    text-align: center;
    line-height: 66px;
    letter-spacing: 0.6px;
    transform: rotate(-10deg);
    border: 1px dashed rgb(231, 0, 0);
    /* background: rgb(255, 255, 255); */
    left: -37px;
    bottom: -24px;
}


header span::before {
    position: absolute;
    top: 18%;
    display: block;
    padding: 0 0 4px;
    width: 80%;
    border-bottom: 1px dashed #ffb4b4;
    content: '食事処';
    line-height: 1;
}

header span::after {
    position: absolute;
    bottom: 12%;
    display: block;
    padding: 7px 0 0;
    width: 82%;
    border-top: 1px dashed #ffb4b4;
    content: '10銭';
    line-height: 1;
}

article {
    display: flex;
    justify-content: center;
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
}

section {
    max-width: 300px;
    width: 80%;
    margin: 40px auto 20px;
}

section p {
    margin-bottom: 15px;
}

atogaki{
    font-size: 12px;
    color: #a9a9a9;
}

main a,
section a {
    color: #ffd400;
    border-bottom: 1px solid #efefef;
}

main strong,
section strong {
    font-weight: bold;
}

h2 {
    border-radius: 2px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12.5px;
    font-weight: bold;
    background: #ffd81a;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 0 8px rgb(214, 202, 143);
}

h2:nth-child(n+2) {
    margin-top: 40px;
}

h3 {
    display: inline-block;
    padding: 0 5px;
    background: #f2f2f2;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-image: linear-gradient(
        -45deg,
        #fff 25%,
        #ffea80 25%, #ffea80 50%,
        #fff 50%, #fff 75%,
        #ffea80 75%, #ffea80
    );
    background-size: 8px 8px;
    padding: 0 10px;
    margin: 20px 0 10px;
}

.list {
    line-height: 38px;
    letter-spacing: 0.7px;
    font-family: "Kokoro", serif;
}

.list span {
    display: inline-block;
    background: url("hana.png") no-repeat 0 3px;
    background-size: 37px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 2px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Hannari', serif;
}

.list span:nth-child(odd) {
    background: url("hana.png") no-repeat 0 3px;
    background-size: 37px;
    font-weight: 100;
    font-size: 10px;
}

form {
    text-align: center;
    margin: 0 0 25px;
}

form input[type=text],
form input[type=submit] {
    line-height: 1.8;
    font-size: 10px;
    color: #555;
    display: inline;
    background: #f2f2f2;
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
}

form input[type=text] {
    width: 70px;
    line-height: 22px;
    height: 26px;
   margin-right:5px;
}

form input[type=submit] {
    width: 50px;
    height: 24px;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFD400;
    color: #fff;
}

main {
    font-size:13px;
    width: 90%;
    max-width: 400px;
    margin: 40px auto;
    border-radius: 3px;
    background: #fff;
    background-size: 120px;
    padding: 20px 15px;
    position: relative;

}

main::before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background: url("hana.png") no-repeat center top;
    background-size: 50px;
    position: relative;
    top: -45px;
}

main h4 {
    margin: -60px 0 30px;
    text-align: center;
    font-family: "Kokoro", serif;
    font-size: 17px;
    letter-spacing: -0.5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #efefef;
    font-weight: 100;
}

main p {
    margin-bottom: 20px;
    line-height: 1.8;
}
</style>