
/*------------------------------------------------------------
  全体設定
------------------------------------------------------------*/
html,body {
  height: 100%;
  min-width: unset;
  font-size: 16px;
  color:#333333;
}

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,
input, select, textarea {
  touch-action: manipulation;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 130%;
}

/*------------------------------------------------------------
  その他
------------------------------------------------------------*/
#mobile_top_menu {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  z-index: 200;
  position: fixed;
  top: 0px;
  left: 0px;
}

#mobile_top_menu .mobile_top_menu_row {
  width: 100%;
  height: 50px;
  border-bottom: 1px white dashed;
}

#mobile_top_menu .menu_icon_area {
  width: 42px;
  height: 100%;
  background:#ffffff;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobile_top_menu .menu_row {
  width: 100%;
  height: 100%;
  background:#737373;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 17px;
  text-decoration: none;
}

#mobile_top_menu .menu_close_icon {
  width: 100%;
  height: 100%;
  text-align: right;
}

a.selectable_store {
  text-decoration: none;
  color: #333333;
}

.over_text_three {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mobile_table_fixed{
  float: left;
  overflow: scroll;
}

/* iOSで背景色と文字色が変更されてしまうため色を指定 */
select {
  color: #000;
  background-color: #ffffff;
}

/*------------------------------------------------------------
  共通部品（共通仕様）
------------------------------------------------------------*/
table {
  width: 100%;
  table-layout: fixed;
}

.flex-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.flex-wrapper div.header_area {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  background:white;
  z-index: 100;
}
.flex-wrapper div.header_area div.mobile_header {
  display: flex;
  flex-direction: column;
}
.flex-wrapper div.main_area {
  flex: 1;
}
.flex-wrapper div.footer_area {
  position: sticky;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background:white;
  z-index: 100;
}
.flex-wrapper div.footer_area div.mobile_footer {
  display: flex;
}

div.mobile_header {
  width: 100%;
  background:white;
  z-index: 100;
}

div.mobile_footer {
  width: 100%;
  background:white;
  z-index: 100;
  border-top: 1px solid #cccccc;
}

div.mobile_header_back,
div.mobile_footer_back {
  width: 100%;
  background:white;
  float: left;
}

div.float_header {
  position: fixed;
  top: 0px;
  left: 0px;
}

div.float_footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
}

div.mobile_header_info {
  height: 40px;
  color: #808080;
  background: #F5F5F5;
}

div.mobile_header_pannel {
  width: 100%;
  display: flex;
  align-items: baseline;
}

div.mobile_header div.header_title {
  width: calc(100% - 42px - 42px);
  float: left;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
div.mobile_header div.header_button {
  width: 38px;
  float: left;
  padding: 2px;
}

div.mobile_header div.header_button a{
  margin-left: 4px;
}

div.float_add {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  background:white;
  height: 70px;
  border-radius: 100%;
}
div.float_add img.mobile_icon {
  width: 70px;
}

div.info_area{
  color: #696969;
  font-size: 14px;
  padding: 0px 20px;
}

div.desktop_ver_link_area{
  float: left;
  width: 100%;
}

div.desktop_ver_link_area a{
  display: flex;
  align-items: center;
}

/* 上下中央右寄せ */
div.item_center_right {
  display: flex;
  align-items: center;
  justify-content: right;
}

.table_body_area td:first-child {
  padding-left: 7%;
}
.table_body_area td:last-child {
  padding-right: 7%;
}
.table_body_area th:first-child {
  padding-left: 7%;
}
.table_body_area th:last-child {
  padding-right: 7%;
}
th.mobile_th_text_left {
  text-align: left;
}

th.mobile_th_text_right {
  text-align: right;
}

/*------------------------------------------------------------
  エラーメッセージ
------------------------------------------------------------*/
div.error_msg:has(div) {
  margin: 10px;
}
div.error_ttl {
  padding: 10px;
  margin: 0px auto;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  background: #ff6060;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
div.error_area {
  padding: 10px;
  color: #ff4c4c;
  font-size: 14px;
  border: 2px solid #ff6060;
  background: #ffffff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

/*------------------------------------------------------------
  共通部品（一覧表）
------------------------------------------------------------*/
.thline {
  background: #FBDCDC;
  font-size: 12px;
}
.mobile_table td ,
.mobile_table th {
  padding: 3px;
}
.mobile_table.single_row_table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile_table tr.selected {
  background: #87CEFA;
}

/*------------------------------------------------------------
  共通部品（レイアウト）
------------------------------------------------------------*/
.detail_info_area {
  margin: 10px 7%;
}
.item_width45 {
  width: 45px;
}
.item_width50 {
  width: 50px;
}
.item_width80 {
  width: 80px;
}
.item_width96 {
  width: 96px;
}
.item_width105 {
  width: 105px;
}
.item_width130 {
  width: 130px;
}
.item_width150 {
  width: 150px;
}
.item_width190 {
  width: 190px;
}
.item_width155 {
  width: 155px;
}
.item_width165 {
  width: 165px;
}
.item_width220 {
  width: 220px;
}
.item_width280 {
  width: 280px;
}
.item_width340 {
  width: 340px;
}
.item_width100pc {
  width: 100%;
}
.item_mt5 {
  margin-top: 5px;
}
.item_mt10 {
  margin-top: 10px;
}
.item_mr3 {
  margin-right: 3px;
}
.item_mr5 {
  margin-right: 5px;
}
.item_mr10 {
  margin-right: 10px;
}
.item_mr15 {
  margin-right: 15px;
}
.item_mr20 {
  margin-right: 20px;
}
.item_mr30 {
  margin-right: 30px;
}
.item_mb5 {
  margin-bottom: 5px;
}
.item_mb10 {
  margin-bottom: 10px;
}
.item_mb15 {
  margin-bottom: 15px;
}
.item_mb40 {
  margin-bottom: 40px;
}
.item_flex_row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.item_flex_column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.item_flex_items_end {
  align-items: flex-end;
}
.item_title {
  font-size: 12px;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_font12 {
  font-size: 12px;
}
.text_font14 {
  font-size: 14px;
}
.text_font24 {
  font-size: 24px;
}
.text_font30 {
  font-size: 30px;
}
.line_height24 {
  line-height: 24px;
}
.line_height30 {
  line-height: 30px;
}
.position_relative {
  position: relative;
}
.item_label {
  font-size: 11px;
}

/*------------------------------------------------------------
  共通部品（装飾）
------------------------------------------------------------*/
hr {
  color: #E7E7E7;
  border: none;
  border-bottom: solid 1px;
  margin: 7px 0px;
}
.datacel {
  color: #980000;
}
.gray {
  color: #aaaaaa;
}
.topline {
  border-top: solid 1px #CCCCCC;
}
.bottomline {
  border-bottom: solid 1px #CCCCCC;
}
.noneline {
  border: none !important;
}

/*------------------------------------------------------------
  共通部品（アイコン）
------------------------------------------------------------*/
img.mobile_icon ,
img.input_over_icon ,
img.ui-datepicker-trigger {
  filter: brightness(0) saturate(100%) invert(75%) sepia(73%) saturate(408%) hue-rotate(181deg) brightness(94%) contrast(92%);
  width: 34px;
  height: auto;
}
.mobile_header_info img.mobile_icon {
  filter: invert(73%) sepia(4%) saturate(487%) hue-rotate(169deg) brightness(86%) contrast(94%);
}

img.input_over_icon ,
img.ui-datepicker-trigger {
  position: absolute;
  width: 30px;
}
img.ui-datepicker-trigger {
  top: 0;
  left: 0;
}
img.svg_red {
  filter: invert(15%) sepia(82%) saturate(3731%) hue-rotate(354deg) brightness(111%) contrast(133%);
}
img.svg_white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(140deg) brightness(104%) contrast(101%);
}
img.svg_lightgray {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2068%) hue-rotate(164deg) brightness(88.5%) contrast(87%);
}
img.svg_gray {
  filter: invert(73%) sepia(4%) saturate(487%) hue-rotate(169deg) brightness(86%) contrast(94%);
}
img.svg_skyblue {
  filter: brightness(0) saturate(100%) invert(75%) sepia(73%) saturate(408%) hue-rotate(181deg) brightness(94%) contrast(92%);
}
img.svg_lightskyblue {
  filter: brightness(0) saturate(100%) invert(99%) sepia(79%) saturate(1230%) hue-rotate(174deg) brightness(95%) contrast(86%);
}
img.svg_ticket_blue {
  filter: invert(45%) sepia(56%) saturate(6694%) hue-rotate(204deg) brightness(104%) contrast(101%);
}

/*------------------------------------------------------------
  共通部品（インプット）
------------------------------------------------------------*/
input[type="text"].inputtext ,
input[type="tel"].inputtel ,
input[type="email"].inputemail {
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  vertical-align: top;
  padding: 0px 5px;
  height: 30px;
  box-sizing: border-box;
}
input[type="text"].inputtext.inputerror ,
input[type="tel"].inputtel.inputerror ,
input[type="email"].inputemail.inputerror {
  color: #333333;
  border: 1px solid #FF0000 !important;
  background-color: #FFCFCF !important;
}
input[type="text"].inputtext.input_over_icon {
  padding-left: 35px;
}
input[type="text"].inputtext.search::before {
  content: "";
}
select.inputselect ,
select.ui-datepicker-year ,
select.ui-datepicker-month {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: top;
  padding: 0 20px 0 5px;
  height: 30px;
  background-color: #ffffff;
  background-image: url(../img/select_arrow_new_theme.png);
  background-repeat: no-repeat;
  background-position: right center;
}
select.inputselect.inputerror {
  color: #333333;
  border: 1px solid #FF0000 !important;
  background-color: #FFCFCF !important;
}
textarea.inputtextarea ,
div.inputtextarea {
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  vertical-align: top;
  padding: 5px 5px;
  height: 80px;
  width: calc(100% - 10px);
  resize: vertical;
}
input[type="radio"].inputradio {
  display: none;
}
label.inputradio {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
  font-size: 16px;
}
label.inputradio::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
}
input[type="radio"].inputradio:checked + label.inputradio::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff9191;
  border-radius: 100%;
}

/*------------------------------------------------------------
  日付選択（datepicker）
------------------------------------------------------------*/
.ui-datepicker {
  left: 50% !important;
  transform: translateX(-50%) !important;
  box-sizing: border-box !important;
  width: calc(100% - 20px);
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
}
.ui-datepicker:empty {
  display: none;
}
.ui-datepicker-calendar {
  flex-grow: 1;
  border-collapse: separate !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 3.5em !important;
  height: 2.5em !important;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background-image: url(../../img/mobile_icons/chevron_backward.svg);
  background-position: -6px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2068%) hue-rotate(164deg) brightness(88.5%) contrast(87%);
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background-image: url(../../img/mobile_icons/chevron_forward.svg);
  background-position: 0px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2068%) hue-rotate(164deg) brightness(88.5%) contrast(87%);
}
.ui-datepicker td {
  background: #f5f5f5;
  vertical-align: middle;
}
.ui-datepicker td.ui-datepicker-current-day {
  background: #00a2ff;
}
.ui-datepicker td.day-sunday {
  background: #ffecec;
}
.ui-datepicker td.day-saturday {
  background: #eaeaff;
}
.ui-datepicker td.ui-datepicker-today {
  background: #fffa90;
}
.ui-datepicker td a {
  font-size: 18px;
  text-align: center;
  border: none !important;
}

/*------------------------------------------------------------
  共通部品（ボタン）
------------------------------------------------------------*/
.button {
  background-color: #FFFFFF;
  border: solid 1px #9FBEE6;
  border-radius: 5px;
  color: #9FBEE6;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 9px 0;
  display: inline-block;
  margin: 2px;
}
.button_main {
  background-color: #F87474;
  border-radius: 5px;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 9px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.button_full {
  width: 340px;
  background-color: #F87474;
  border-radius: 5px;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 9px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.button_full.hidden {
  background-color: #CCCCCC;
  color: #FFFFFF;
}

.ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-datepicker-year,
.ui-datepicker-month {
  margin: 0 5px;
}

.button_area {
  text-align: center;
  padding: 7px 0;
}

.button_area_align_left {
  text-align: left;
  margin: 7px 0px 7px 14px;
}

/*------------------------------------------------------------
  共通部品（利用済みチケット関連）
------------------------------------------------------------*/
.use_ticket_green {
  color: #0ba100;
}

.icon_ticket_unpaid {
  height: 18px;
  width: auto;

}
.icon_ticket {
  height: 20px;
  width: auto;
}

/*------------------------------------------------------------
  ローディングのくるくる表示
------------------------------------------------------------*/
.loader_outer {
  position: relative;
  height: 100%;
}
.loader_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: rgba(255,255,255,0.5);
  padding: 10px;
  border-radius: 10px;
}
.loader_circle {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  position: relative;
}
.loader_circle .loader_child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loader_circle .loader_child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fcaa04;
  border-radius: 100%;
  -webkit-animation: loader_circleBounceDelay 1.2s infinite ease-in-out both;
  animation: loader_circleBounceDelay 1.2s infinite ease-in-out both;
}
.loader_circle .loader_circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.loader_circle .loader_circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.loader_circle .loader_circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.loader_circle .loader_circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.loader_circle .loader_circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.loader_circle .loader_circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loader_circle .loader_circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.loader_circle .loader_circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.loader_circle .loader_circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.loader_circle .loader_circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.loader_circle .loader_circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.loader_circle .loader_circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loader_circle .loader_circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loader_circle .loader_circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loader_circle .loader_circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loader_circle .loader_circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loader_circle .loader_circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loader_circle .loader_circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loader_circle .loader_circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader_circle .loader_circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loader_circle .loader_circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loader_circle .loader_circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes loader_circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loader_circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* コンテンツ内のサブメニュー */
div.inner_submenu {
    position: absolute;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    border: 1px solid #e4e4e4;
    text-align: center;
    z-index: 2;
}
div.inner_submenu li {
    padding: 5px 10px;
    margin: 0;
    background: none;
    font-weight: normal;
    box-shadow: none;
    float: none;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}
div.inner_submenu li a:hover {
    text-decoration: underline;
}
div.inner_submenu li:last-child {
    border-bottom: 0;
}

.checkbox {
	cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    z-index: 0;
}
label.checkbox input[type="checkbox"] {
    appearance: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -40px;
    box-shadow: rgb(255, 255, 255) 39px 0px;
    z-index: 2;
}
label.checkbox::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 6px;
    width: 5px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid rgb(255, 145, 145);
    border-right: 3px solid rgb(255, 145, 145);
    z-index: 1;
}
label.checkbox input[type="checkbox"]:checked {
    box-shadow: none;
}
.checkbox_input{
  display: none;
}
.checkbox_parts{
  padding-left: 26px;
  display: block;
  position: relative;
}
.checkbox_parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 4px;
}
.checkbox_input:checked + .checkbox_parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ff9191;
  border-right: 3px solid #ff9191;
}