@charset "UTF-8";
/* ====================
	base
==================== */
* {
	box-sizing: border-box;
}

body {
	color: #333;
	font-family: 'BIZ UDPGothic', sans-serif;
}

img {
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #0ac;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0ac;
	text-decoration: underline;
}

p, dl, ol, ul {
	margin-bottom: 0;
}

/* ====================
	common
==================== */
#wrapper {
	margin: 0 auto;
	padding: 0;
}

header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	top: 0;
	z-index: 1;
}

header h1 {
	margin: 0;
}

header h1 img {
	width: 192px;
	height: 60px;
}

main {
	margin: 0 15px;
}

main h2 {
	border-bottom: 3px solid #c9c7ed;
	font-size: 150%;
	line-height: 2em;
	text-align: center;
}

main h3 {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 130%;
	line-height: 2em;
	text-align: center;
}

main div.content {
	margin-bottom: 15px;
}

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -50px;
	background: #c9c7ed;
	opacity: 0.6;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page_top a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #000;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

footer {
	color: #000;
	font-size: 90%;
	text-align: center;
	line-height: 30px;
	margin-top:60px;
}

.inputRCArea {
	display: inline-block;
}

.login-area {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #333;
	background-color: #ccc;
	text-align: center;
}

.login-note-area {
	margin: 20px auto;
	text-align: center;
}

.input-mail {
	width: 250px;
}

/* ====================
	汎用
==================== */
.flexBox {
	display: flex;
}

.margin_top_0 {
	margin-top: 0;
}

.xs_display_block {
	display: block;
}

/* ====================
	index.html
==================== */
#titleArea div {
	font-size: 120%;
}

.list-style-square {
	list-style-type: square;
}

.w30 {
	width: 30px !important;
}

.w60 {
	width: 60px !important;
}

.w80 {
	width: 80px !important;
}

.w100 {
	width: 100px !important;
}

.w120 {
	width: 120px !important;
}

.w150 {
	width: 150px !important;
}

.w380 {
	width: 380px !important;
}

.w100per {
	width: 98% !important;
}

.h10 {
	height: 10px !important;
}

.h100 {
	height: 100px !important;
}

.m0auto {
	margin: 0 auto;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.p10 {
	padding: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.buttonArea1 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

.buttonArea2 {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 10px;
}

.delArea {
	position: relative;
}

.delArea .delBtn {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* ====================
	ticket
==================== */
.explanation {
	width: 100%;
	background: #c9c7ed;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.t_schedule,
.t_schedule th,
.t_schedule td {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px;
}

.t_schedule {
	margin: 0 auto;
	border-bottom: 1px solid #333;
}

.t_schedule th {
	background: #ccc;
	font-weight: bold;
}

.tr_holiday td {
	background: #fdd;
}

.tr_event td {
	background: #ffc;
}
.tr_saturday td {
	background: #cdf;
}

.tr_not_active td {
	background: #aaa;
}

.t_schedule tr.mouseover td {
	cursor: pointer;
	background: #ffa;
}

.t_schedule tr.tr_not_active.mouseover td {
	cursor: default;
	background: #aaa;
}

.t_schedule th {
	border-top: 1px solid #333;
	text-align: center;
}

.t_schedule td {
	border-top: 3px double #333;
	text-align: center;
}

.t_schedule .tr_normalSeat td {
	border-top: none;
}

.t_count {
	width: 100%;
}

.t_count,
.t_count th,
.t_count td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}

.t_count th {
	background: #ccc;
	font-weight: bold;
}

.t_count tr.mouseover td {
	cursor: pointer;
	background: #ffc;
}

.t_friend {
	width: 100%;
	margin-bottom: 10px;
}

.t_friend,
.t_friend th,
.t_friend td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}

.t_friend,
.t_friend th,
.t_friend td {
	border: 3px double #333;
	padding: 5px;
	text-align: center;
}

.t_friend th {
	background: #fffcdd;
	font-weight: bold;
}

.t_friend td.td_friend {
	padding: 0;
}

.t_friend td.td_friend .t_profile th {
	background: #ccc;
	font-weight: bold;
}

.t_friend td.td_friend .t_profile td {
	text-align: left;
}

.t_profile {
	width: 100%;
	margin-bottom: 10px;
}

.t_friend .t_profile {
	border: none;
	margin-bottom: 0;
}

.t_profile,
.t_profile th,
.t_profile td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}

.t_profile td {
	text-align: left;
}
.t_profile th {
	background: #fffcdd;
	font-weight: bold;
}

.t_profile input {
	margin-right: 5px;
}

.t_profile label {
	margin-right: 5px;
	margin-bottom: 0px;
}

.t_profile .postCd {
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}

.t_profile .error {
	color: #f00;
	font-size: 80%;
}
.td_select,
.td_index,
.td_friendOnly {
	width: 30px;
}

.td_datetime {
	min-width: 180px;
}

.td_ext {
	min-width: 100px;
}

.td_friend {
	font-size: 90%;
}

.td_delBtn {
	width: 60px;
}
.sum {
	width: 100%;
	padding: 10px;
	border: 3px double #333;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.sumAmount {
	margin-left: 20px;
}

.wg_required::after {
	content: ' *';
	color: red;
}

/* ====================
	calendar
==================== */
.t_aword {
	margin-bottom: 10px;
}

.t_aword,
.t_aword th,
.t_aword td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}

.t_aword td {
	text-align: left;
}
.t_aword th {
	width: 180px;
	background: #fffcdd;
	font-weight: bold;
}

.td_birthday {
	white-space: nowrap;
}

.t_items {
	width: 100%;
	margin-bottom: 10px;
}

.t_items,
.t_items th,
.t_items td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}

.t_items td {
	text-align: left;
}
.t_items th {
	width: 180px;
	background: #fffcdd;
	font-weight: bold;
}

select {
	padding: 5px;
}

.selectCount {
	margin-left: 10px;
}

/* ====================
	プログレスバー
==================== */
.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 16.666%;
    color: #999999;
    font-size: 70%;
    font-weight: bold;
    counter-increment: steps;
}
.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 7px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #0070BD;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #0070BD;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #0070BD;
}

.progressbar li.complete {
    cursor: pointer;
}

/* ====================
	ツールチップ
==================== */
	.tooltip {
	  position: relative;
	  cursor: pointer;
	}

	/* ツールチップ全体の設定 */
	.tooltip::before,
	.tooltip::after {
	  position: absolute;
	  opacity: 0;
	  transition: all 0.3s;
	}

	/* 吹き出しのひげ部分 */
	.tooltip::before {
	  content: "";
	  border: 10px solid transparent;
	  border-bottom-color: #000;
	  top: 10px;
	  left: 10px;
	}

	/* 吹き出しの本体 */
	.tooltip::after {
	  content: attr(data-tooltip);
	  display: block;
	  padding: 7px 13px;
	  background: #000;
	  border-radius: 3px;
	  font-size: 12px;
	  font-weight: 600;
	  color: #fff;
	  top: 30px;
	  left: 0;
	}

	/* マウスホバーしたときの設定 */
	.tooltip:hover::before{
	  top: 16px;
	  opacity: 1;
	}

	.tooltip:hover::after{
	  top: 36px;
	  opacity: 1;
	}


/* ====================
	マークダウン
==================== */
.markdown h2,
.markdown h3 {
	text-align: left;
}

.markdown ul {
	list-style-type: square;
	margin-left: 30px;
}

/* ====================
	fullcalendar
==================== */
.fc-col-header-cell-cushion, .fc-daygrid-day-number, .fc-event{
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}

.fc-event-title {
	white-space: normal;
}

/* ====================
	データテーブル
==================== */
.dt-layout-row:has(.dt-search),
.dt-layout-row:has(.dt-length),
.dt-layout-row:has(.dt-paging) {
	display: none !important;
}
.dt-column-order {
	display: none !important;
}
.dt-scroll-body thead {
	display: none !important;
}

/* ====================
	ワンタイムパスワード
==================== */
/* スピナーを消すためのCSS */
.input_otp_area input[type=number]::-webkit-outer-spin-button,
.input_otp_area input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input_otp_area input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
}

@media screen and (max-width: 480px) {
	/* ====================
		common
	==================== */
	header h1 {
		margin-left: 20px;
	}

	header nav ul li {
		margin-right: 20px;
	}

	/* ====================
		汎用
	==================== */
	.xs_display_block {
		display: inline;
	}

	.xs_display_block:before {
		content: " ";
	}

	/* ====================
		ticket.html
	==================== */
	.t_profile .error {
		display: inline-block;
	}

	.td_datetime {
		width: 90px !important;
	}
}
