﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,  h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #4F004A;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #ff0aa5 0%, #ff0aa5 2%, black 2%, black 98%, #ff0aa5 98%, #ff0aa5 100%);
}
#wrapper {
    width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(heart1.png);
    background-repeat: no-repeat;
    background-position: top center;
}
header {
    margin-left: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
}
footer {
    margin-left: 120px;
    width: 1060px;
    color: #fff;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #000;
}
a:link {
    color: #f26091;
    text-decoration: none;
}
a:visited, a:hover {
    color: #ff085b;
    text-decoration: none;
}
a:active, a:focus {
    text-decoration: none;
}
.clearfloat {
    clear: both;
    height: 0;
    line-height: 0px;
}
.ticket {
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 634px;
    border: solid #ff0aa5 3.4px;
    background-color: #FFFFFF;
    padding: 20px 90px;
}
.info {
    margin-top: 280px;
}
.bar {
    height: 1px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px dashed #ff0aa5;
}

@media only screen and (max-width: 750px) {
body {
    background: none;
}
#wrapper {
    width: 1300px;
    margin: 0 auto;
    background-image: url(heart1.png), linear-gradient(90deg, #ff0aa5 0%, #ff0aa5 2%, black 2%, black 98%, #ff0aa5 98%, #ff0aa5 100%);
    background-size: auto;
}
}
