﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, 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: #fff;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #EAF800 0%, #EAF800 2%, black 2%, black 98%, #EAF800 98%, #EAF800 100%);
}
#wrapper {
    width: 1300px;
    margin: 0 auto;

}
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: 53px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 718px;
    border: 4px solid #EAF800;
    background-color: #1A1A1A;
    padding: 20px 90px;
    border-radius: 8px;
}
.ticket-top {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 718px;
    border: 4px solid #EAF800;
    background-color: #1A1A1A;
    padding: 20px 90px;
    border-radius: 8px;
}
.info {
    margin-top: 20px;
}
.bar {
    height: 1px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px dashed #ff0aa5;
}
.oritatami_btn{
	background: #EAF800;
	color: #000;
	font-weight: bold;
	width: 80%;
    padding: 19px;	text-align: center;
	margin: 0 auto;
	border-radius: 8px;
}
@media only screen and (max-width: 750px) {
body {
    background: #000;
	height: auto;
	width: auto;
}
#wrapper {
    min-width: 100%;    margin: 0 auto;
background: #000; 
    height: -webkit-fill-available;
}
	.info{background: #000;}
}
