/* Base Layout
------------------------------------------------- */
body {
color: #231F20;
line-height: 1.8em;
font-family:'Noto Sans JP';
font-weight:700;
background:url(../images/bg.png) repeat;
overflow-x: hidden;
text-size-adjust: 100%;
}

div#wrapper {
overflow:hidden;
clear:both;
width: 100%;
margin: 0;
padding: 0;
}

footer {
border-top: 1px solid rgba(0,0,0);
background:rgba(0,0,0,0.2);
}


/* Base Element
------------------------------------------------- */
h2 {
font-size: 175%;
font-weight:900;
line-height: 1.5em;
}
h3 {
font-size: 125%;
font-weight:900;
line-height: 1.5em;
}

a {
color: #231F20;
text-decoration: none;
}
a:hover {
color: #FF8000;
text-decoration: underline;
}
a img {
}
a img:hover {
display:inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
filter:brightness(80%);
}
a.textlink {
padding-left: 25px;
background: url("../images/pict.png") no-repeat center left;
}

/* Header
------------------------------------------------- */
header {
margin-top: 50px;
}
header p {
padding: 25px 0 30px;
}


/* Contents Element
------------------------------------------------- */
#contents section {
clear: both;
overflow: hidden;
margin-bottom: 50px;
text-align: center;
}
#contents section dt {
background:rgba(0,0,0,0.1);
}
#contents section img {
max-width: 100%;
}
#contents section p {
margin: 0;
}

/* Contents Element restaurante */
#contents section table {
margin: 30px auto;
border-collapse: separate;
border-spacing: 5px;
}
#contents section th,
#contents section td {
padding: 10px;
}
#contents section th {
background:rgba(0,0,0,0.1);
}
#contents section td {
background:rgba(255,255,255,0.5);
}
/* Contents Element shopping */
#contents section#shop li {
padding: 15px;
background:rgba(255,255,255,0.5);
border-radius: 10px;
}
#contents section#shop img.banner {
margin: 1.0em auto;
width: 100%;
}
#contents section#shop img.qr {
border: 1px solid #000000;
}
/* Contents Element schedule */
#contents section#schedule dd p {
font-size: 125%;
font-weight:900;
line-height: 1.5em;
}
/* Contents Element blog */
#contents section#blog ul {
text-align: left;
}


/* Footer
------------------------------------------------- */
footer section h1 {
clear: both;
margin-top: 15px;
font-size: 150%;
font-weight:900;
line-height: 1.5em;
}
footer section p {
margin: 15px 0;
}

/* pagetop
------------------------------------------------- */
#pagetop {
position: fixed;
bottom: 0;
right: 2%;
}
#pagetop a {
display: block;
padding: 5px;
text-align: center;
background: #231F20;
border-radius: 50px;
}
#pagetop a:hover {
background:#FF8000;
}
