html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

body {
    background: url(image/background.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    min-height: 1020px;
}
.only_smart{
    display:none;
}
@media screen and (max-width:768px){
    body {
        height: auto;
        min-height: 100vh;
    }
    .only_smart{
        display:block;
    }
}

#container {
    max-width: 690px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
}

h1 {
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 16px;
    padding: 14px;
    font-size: 12px;
    margin-top: 38px;
    letter-spacing: 2px;
}

header img {
    display: block;
    width: 100%;
}

#timer {
    padding:5% 0;
    text-align:center;
    border-bottom:1px solid #ccc;
}
#timer ul {
    margin-bottom:1.2em;
    list-style:none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
#timer ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
#timer ul li div{
    width:2.2em;
    height:2.2em;
    line-height:2.3;
    margin-right:0.1em;
    font-size:22px;
  /*  color:#fff; */
    background-color:#000;
    border-radius:0.3em;
}
#timer ul li span{
    width:2.5em;
    display:inline-block;
    font-size:10px;
    text-align:left;
}
#timer p {
    font-size:16px;
    font-weight:bold;
    letter-spacing:0.06em;
    text-indent:0.06em;
}
#timer p .marker {
    display:inline-block;
    line-height:1.1;
    background-color:#ffd877;
}
#timer p .line {
    display:inline-block;
    line-height:1.1;
    border-bottom:1px solid;
}

@media screen and (max-width:768px){
    #timer ul li div{
        font-size:4vw;
    }
    #timer ul li span{
        font-size:2.2vw;
    }
    #timer p {
        line-height:1.5;
        font-size:3.4vw;
    }
}

#contents {
    background-color: #fff;
  /*  margin-top: 38px; */
    padding: 3%;
}

#contents iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 360px;
}

#wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contents a {
    display: block;
    width: 80%;
    max-width: 460px;
    margin: 3% auto 0px auto;
}

.reservationButton img {
    width: 100%;
}

.reservationButton:hover {
    opacity: 0.8;
}

footer {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    font-size: 12px;
    letter-spacing: 2px;
}