@charset "utf-8";

html, body {
    width: 100%;
    height: 100dvh;
}

body {
    background-color: #FFFFFF;
	margin: 0;
    padding: 0;
    touch-action: pan-x pan-y;
}

#header {
    position: fixed;
    top: 0;
    background-color: #000000;
	height: 60px;
	width: 100%;
	text-align: center;
    z-index: 1000;
}

#header_left, #header_center, #header_right {
    width: 33%;
    float: left;
}

#header_center {
    margin-top: 15px;
}

#header_left, #header_right {
    margin-top: 25px;
}

#footer {
    position: fixed;
    bottom: 0;
    min-height: 60px;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    z-index: 1000;
	background-color: #FFFFFF;
}

.footer_box {
    float: left;
    width: calc(100% / 4);
    height: 100%;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 75%;
	position: relative;
}

.footer_box a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

#footer_new_add {
    position: fixed;
    bottom: 0;
    min-height: 60px;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 75%;
    text-align: center;
    z-index: 1000;
}


/* ================================ */
#next_reserve {
	width: 320px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #222222;
	text-align: center;
	padding: 15px;
	font-size: 75%;
	color: #FF0000;
}
.next_reserve_txt {
	margin-left: 15px;
	font-size: 120%;
	color: #222222;
}

#other_area {
    width: 320px;
    margin-top: 60px;
	padding-top: 20px;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#freepass_area {
    position: relative;
    z-index: 1;
}

.ctc_area {
    margin-top: 20px;
    position: relative;
}
.ctc_txt {
	position: absolute;
    color: #FFFFFF;
    top: 65px;
    left: 10px;
    font-size: 12px;
    width: 115px;
    text-align: center;
}

#other_switch {
    margin-top: 15px;
}
#other_switch_link {
    cursor: pointer;
}

#other_switch a:link, #other_switch a:visited, #other_switch a:hover, #other_switch a:active {
    color: inherit;
    text-decoration: none;
}

#free_pass_limit_txt {
    width: 100%;
    position: absolute;
    font-size: 75%;
    top: 95px;
}

#conf_area {
	width: 320px;
    margin-top: 60px;
	padding-top: 20px;
    padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
}

.conf_area_dl dt, .conf_area_dl dd {
    margin-bottom: 10px;
}

.conf_area_dl dt {
    float: left;
    width: 35%;
}

#conf_area hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

#post_no {
    width: 30%;
}

#add, #add_2 {
    width: 60%;
}

#password {
    width: 50%;
}

#submit_area {
    margin-top: 50px;
    text-align: center;
}
.submit_btm {
    padding: 15px 30px;
    -webkit- appearance: none;
}

#add_submit_area {
    margin-top: 30px;
    text-align: center;
}

#add_submit {
	display: inline-block;
	border-radius: 5%;
	font-size: 12pt;
	text-align: center;
	cursor: pointer;
	padding: 15px 60px;
	background: #333333;
	color: #ffffff;
	transition: .3s;
	box-shadow: 5px 5px 3px #999999;
	border: 2px solid #333333;
}
#add_submit:hover {
	box-shadow: none;
	color: #333333;
	background: #ffffff;
}




/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
    z-index: 99999;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
    border-radius: 10px;
}


#barcord_box {
    position: absolute;
    bottom: 85px;
    width: 100%;
    text-align: center;
}

#dvBarcord {
    margin-left: auto;
    margin-right: auto;
}

#ticket_no_txt {
	color: firebrick;
}


#benefits_area {
	margin-top: 45px;
	margin-bottom: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#benefits_title {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

#info_area {
	margin-top: 45px;
	margin-bottom: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#info_title {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}


.fc_red {
    color: firebrick;
}

.f_tp_50 {
    color: #CCCCCC;
}

