body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;;
	font-size: 14px;
}
.section {
  background-color: #f8f8f8;
  flex-flow: column;
  min-width: 0;
  max-width: 800px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.body {
  background-color: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: 70px;
  display: flex;
}

.div-block-2 {
  flex: 1;
  height: 100%;
}

.div-block-3 {
  width: 120px;
}

.div-block-4 {
  width: 75px;
  height: 100%;
}

.footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 60px;
  display: flex;
  position: static;
  bottom: 0;
  left: auto;
}

.main_contents {
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  display: flex;
}

.caution {
  background-color: #f9fad2;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.flow {
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.flow_icon {
  background-color: #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.flow_icon.flow_text {
  -webkit-text-fill-color: inherit;
  background-color: #59595900;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0%;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.flow_icon_text {
  color: #fff;
  font-weight: 700;
}

.flow_line {
  background-color: #ccc;
  flex: 1;
  width: auto;
  min-width: 50px;
  height: 2px;
}

.flow_line.flow_spacer {
  height: 0;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.section_header {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-weight: 700;
}

.section_header.border-b {
  border-bottom-style: solid;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 0;
}

.text-block-2 {
  font-weight: 700;
}

.dropdown-toggle {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.dropdown {
  border: 1px solid #999;
  border-radius: 3px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.shop_list {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.list {
  border-top: 1px #ddd;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ddd;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.div-block-12 {
  flex: 1;
}

.div-block-13 {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
}

.text-block-3 {
  color: #666;
  font-size: 13px;
  font-weight: 700;
}

.icon {
  inset: 0% 0% 0% auto;
}

.dropdown-list {
  display: none;
}

.flow_icon_wrapp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flow_text {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 12px;
}

.flow_icon_text-copy {
  color: #fff;
  font-weight: 700;
}

.stepnav__prev {
  text-align: center;
  background-color: #434343;
  border-radius: 3px;
  min-width: 240px;
}

.slide_contents {
  flex-flow: row;
  flex: 1;
  width: 700%;
  display: flex;
  position: relative;
  left: 0%;
  overflow: hidden;
}
.slide_contents.user_info {
  flex-flow: row;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  left: 0%;
  overflow: hidden;
}
.slide_contents.login {
  flex-flow: row;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  left: 0%;
  overflow: hidden;
}
.slide_contents.used {
  flex-flow: row;
  flex: 1;
  width: 300%;
  display: flex;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.slide_item1 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_item2 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu_list {
  border-radius: 1px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.menu_chk {
  width: auto;
  height: auto;
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.image {
  width: 20px;
  height: 20px;
}

.menu_detail {
  flex-flow: column;
  flex: 1;
  display: flex;
}
.menu_detail label {
	margin: 0;
}
.menu_title {
  color: #666;
  font-size: 13px;
  font-weight: 700;
}

.detail_labels {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  background-color: #0090aa;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}

.text-block-rental-menu {
  color: #fff;
  background-color: #2c5aa0;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}

.detail_label {
  padding-top: 4px;
  padding-bottom: 4px;
}

.menu_tail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.list_header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.list_contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.image-3 {
  width: 100px;
}

.spacer20 {
  width: 30px;
}

.div-block-14 {
  flex: 1;
}

.paragraph {
  font-size: 12px;
  line-height: 16px;
}

.menu_list_header {
  border: 1px solid #ccc;
  border-left: 5px solid #004098;
  border-radius: 0;
  margin: 10px;
  padding: 5px 10px;
}
.menu_section_header {
  	border: 1px solid #ccc;
    border-radius: 0;
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 15px;
    background: #eee;
}

.slide_item3 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.date_header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 700;
  display: flex;
}

.date_header.border-b {
  border-bottom-style: solid;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.date_prev, .date_next {
  text-align: center;
  flex: 1;
}

.image-5 {
  width: 20px;
  height: 20px;
}

.date_text {
  text-align: center;
  flex: 2;
}

.timetable_header {
  /* border-top: 1px solid #ddd; */
  border-bottom: 1px solid #ddd;
  height: 45px;
  display: flex;
  /* padding-right: 10px; */
}

.saturday {
	color: #0088cc;
}
.sunday {
	color: #ee0055;
}
.week_blank {
  flex: 8;
  height: auto;
}

.day_head {
  flex-flow: column;
  flex: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 12px;
}

.text-block-5, .text-block-6 {
  font-weight: 700;
}

.timetable {
  border-top: 1px #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  height: 100%;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
  overflow: auto;
    scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */

}

/*
加工
*/

.timetable_gut {
	display: flex;
}
.Calender__Item_gut {
	display: flex;
	gap: 10px;
	flex-direction: column;
	flex: 7;
	padding: 10px 4px 60px 4px;
	/* height: 100%; */
}
.Calender__Item_gut_day {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.TimeTable__Body_gut {
	color: #555;
}
.Calender__Item_gut_day .TimeTable__Item_gut {
	border-bottom: 1px solid #ddd;
}
.Calender__Item_gut_day .TimeTable__Body_gut {
	padding: 8px;
	width: 100%;
}
.TimeTable__Body_gut input {
	display: none;
}
.TimeTable__Body_gut ul li {
	list-style: none;
}
.time_front {
	text-align: left;
}
.time_middle {
	text-align: center;
}
.time_back {
	text-align: right;
}
.TimeTable__Body_gut .checkbox--btn {
	padding-left: 10px 10px 10px 20px;
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer;
	margin-bottom: 0px;
}
.TimeTable__Body_gut .checkbox--btn:before {
    font-family: "Font Awesome 6 Free";
    content: '\f22d';
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 4px;
	font-weight: 900
}
.TimeTable__Body_gut .Event__Meta {
	margin: 0;
	padding: 0;
}
.timetable_cont {
	padding: 10px 6px 10px 22px;
}
.TimeTable__Body_gut .checkbox--btn.soldout:before {
	content: '\f00d';
}
.timetable_gut .soldout, .timetable .soldout {
    border-color: #ee4466;
    color: #ee4466;
}

.time_row {
  /* border-bottom: 1px solid #ddd; */
  height: 40px;
  display: flex;
}

.time_label {
  flex: 8;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 13px;
  align-items: flex-start;
}

.time_col {
  border-left: 1px solid #ddd;
  flex: 7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 20px;
  height: 20px;
}

.div-block-15 {
  height: auto;
}

.stepnav__next {
  text-align: center;
  background-color: #999;
  border-radius: 3px;
  min-width: 240px;
}

.slide_item4 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-7 {
  background-color: #0000;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-weight: 700;
}

.confirm_row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.image-7 {
  width: 30px;
  height: 30px;
}

.confirm_row_label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-8 {
  font-weight: 700;
}

.text-block-9 {
  font-weight: 400;
}

.confirm_rows {
  overflow: auto;
}

.slide_item5 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.login_header {
  text-align: center;
  background-color: #ddd;
}

.login_btns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  padding: 10px;
  display: flex;
}

.login_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #eee;
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.button {
  background-color: #2d54a6;
  border-radius: 4px;
  min-width: 200px;
}

.guest_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.regist_btn {
  background-color: #2d54a6;
  border-radius: 4px;
  min-width: 200px;
}

.div-block-16, .div-block-17 {
  text-align: center;
  padding: 10px;
}

.login_content_header {
  color: #fff;
  text-align: center;
  background-color: #2d54a6;
  padding: 10px;
  font-weight: 700;
}

.div-block-18 {
  padding: 10px;
}

.guest_content_header {
  color: #fffdfd;
  text-align: center;
  background-color: #7fc52e;
  padding: 10px;
  font-weight: 700;
}

.div-block-19 {
  padding: 10px;
}

.no_user_contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.user_regist_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.regist_content_header {
  color: #fffdfd;
  text-align: center;
  background-color: #2d54a6;
  padding: 10px;
  font-weight: 700;
}

.guest_btn {
  background-color: #7fc52e;
  border-radius: 4px;
  min-width: 200px;
}

.regist_recomend {
  color: #f00000;
  text-align: center;
  font-size: 12px;
}

.regist_text {
  text-align: center;
  font-size: 13px;
}

.text-block-10 {
  font-size: 13px;
}

.slide_item6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-11 {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-12 {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.user_info_header {
  background-color: #eee;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.text-block-13 {
  font-weight: 700;
}

.user_info_row {
  padding: 10px;
}

.user_info_label {
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-block-14 {
  font-weight: 700;
}

.user_info_value {
  padding: 0 10px;
}

.reserve_info_header {
  background-color: #000;
  padding: 10px;
}

.form_contents {
  grid-column-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.footer_left {
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_right {
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide_item7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.reserve_complete_header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reserve_complete_info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.reserve_info_row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.reserve_info_row_label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 24px;
  height: 24px;
}

.reserve_info_row_value {
  padding-left: 10px;
}

.text-block-16 {
  font-weight: 700;
}

.menu_list_item, .sub_menu_list_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ddd;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  display: block;
}

.reserve_info_section_header-copy {
  background-color: #eee;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/**
 * 受付履歴
 */
.reserve_row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.reserve_list_row_contents {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 6;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.reserve_list_row_icon i {
	font-size: 20px;
	font-weight: 700;;
	color: #ccc;
}

.reserve_list_row_sub_contents {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reserve_list_row_tail {
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
}

.image-10 {
  width: 20px;
  height: 20px;
}

.reserve_list_contents_label, .reserve_list_contents_date, .reserve_list_contents_menu, .reserve_list_contents_shop {
  font-size: 13px;
  font-weight: 700;
}


.text-block-33 {
  color: #f86f07;
  font-weight: 700;
}

.reserve_row_contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.reserve_row_sub_contents {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.reserve_list_btn {
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
}
.check_btn {
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
}

.text-block-34 {
  font-size: 12px;
}





@media screen and (max-width: 479px) {
	.Shop__Icon {
		display: none;
	}
  .main_contents {
    width: 100%;
	font-size: 12px;
  }

  .flow {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .flow_icon {
    width: 28px;
    height: 28px;
  }

  .flow_line {
    min-width: 24px;
  }

  .div-block-9 {
    max-width: 90%;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .shop_list {
    overflow: auto;
  }

  .stepnav__prev {
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .slide_contents {
    width: 700%;
    position: relative;
    left: 0;
    overflow: hidden;
  }
  .slide_item {
    width: 100%;
  }
  .slide_item1 {
    box-sizing: border-box;
    outline-offset: 0px;
    object-fit: fill;
    outline: 3px #333;
    flex: 0 auto;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
  }

  .menu_title {
    font-size: 12px;
  }

  .timetable_header {
    /* padding-right: 10px; */
  }

  .text-block-5, .text-block-6 {
    font-size: 12px;
  }

  .stepnav__next {
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-7, .text-block-8 {
    font-size: 13px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .login_btns {
    flex-flow: column;
    overflow: auto;
  }

  .login_content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button, .regist_btn, .guest_btn, .regist_text, .text-block-10 {
    font-size: 12px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-size: 13px;
  }

  .menu_list_item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-9 {
    display: none;
  }

  .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21 {
    font-size: 12px;
  }

  .text-block-22, .text-block-23 {
    font-size: 13px;
  }

  .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
    font-size: 12px;
  }
  .reserve_row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .reserve_list_row_contents {
    flex: 8;
  }

  .reserve_list_row_tail {
    width: 20px;
    display: none;
  }

  .reserve_list_row_icon {
    display: none;
  }

  .reserve_list_contents_label, .reserve_list_contents_date, .reserve_list_contents_menu, .reserve_list_contents_shop {
    font-size: 12px;
  }

  .text-block-33 {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 12px;
  }

  .reserve_row_sub_contents {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .reserve_list_btn {
    padding: 2px 5px;
    font-size: 12px;
  }

  .TimeTable__Body_gut .checkbox--btn:before {
	content: none !important;
  }
  	.timetable_cont {
		padding: 4px;
		font-size: 10px;
	}
	.modal-footer .btn {
		font-size: 12px;
	}
}





/*
override
*/
.dropdown-toggle::after {
    content: none !important;
}
.w-dropdown-list {
	background: #fff;
	border: 1px solid #ccc;
}
.w-dropdown-list a {
	border-bottom: 1px dashed #ccc;
}
.w-dropdown-list a:hover {
	background: #eee;
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #004098;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #004098;
  content: '';
}
input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #004098;
  border-radius: 2px;
  cursor: pointer;
}

input[type=checkbox]:checked {
background-color: #004098;
}
input[type=checkbox]:checked::after {
content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
/* input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
} */
.pref_select {
	border: 1px solid #ddd;
	padding: 8px;
	border-radius: 4px;
	width: 100%;
}

.StepNav--Selectable {
	background-color: #00669a;
}
.bb_dashed {
    border-bottom: 1px dashed #ccc !important;
}
.bb_solid {
    border-bottom: 1px solid #ccc !important;
}
.not_reserve {
    background: #666;
}
.not_reserve_old {
    background: #f6f6f6;
}
.not_reserve_close {
    background: #eee !important;
}
.not_reserve_last {
    background: #c1CFE4 !important;
}
/*予約テーブルcss*/
.timetable .time_col:hover {
    background: #666;
    opacity: 0.5;
}
.timetable .bg_red {
    background: #f00 !important;
    opacity: 0.5;
}
.timetable .bg_gray {
    background: #000 !important;
    opacity: 0.3 !important;
}
.timetable .bg_conf {
    background: #900;
    opacity: 0.8;
}
.timetable .time_col:not(.existed):hover {
    background: #666;
    opacity: 0.5;
}
.timetable .time_col.existed {
    cursor: pointer !important;
}
.timetable .time_col.existed:hover {
    
}
/*formItem*/
.formItem:first-of-type {
    /* border-top: 1px solid #e7e7e7; */
}

.formItem {
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    width: 100%;
    margin-bottom: 0;
	align-items: center;
	gap: 10px;
    padding: 16px 8px;
}
.formItem:last-of-type {
    border-bottom: 0;
}

/*  dt  */
.formItem.unable .formItem_label {
}
.formItem_label {
    flex: 1;
    font-weight: bold;
	margin: 0;
}
/* dd  */
.formItem__data {
	flex: 3;
	margin: 0;
	word-break: break-all;
}
.modal-body .formItem.unable .formItem_label {
}
.modal-body .formItem_label {
    flex: 1;
}
.modal-body .formItem.unable .formItem__data {
    flex: 3;
    word-break: break-all;
}
.modal-body .error_txt {
    margin: 0;
    text-align: left !important;
}

@media (max-width: 992px) {
	.formItem {
		display: block;
		padding: 8px;
	}
	.formItem_label {
		display: block;
		padding: 10px 10px 0;
		font-weight: bold;
	}
	.modal-body .formItem_label {
		min-width: 30%;
		padding: 14px 10px 12px 1rem;
		font-weight: bold;
	}
	.formItem__data {
		display: block;
		padding: 8px;
	}

}

.formItem input[type="text"], .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"], .formItem input[type="number"], .formItem input[type="password"],
.formItem input[type="button"], .formItem input[type="submit"], .formItem textarea, .formItem select, .section-header select, .formItem button, .control-footer button, .shift_table select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formItem input[type="text"], .formItem textarea, .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"],
.formItem input[type="number"], .formItem input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 8px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    color: #555;
}
.formItem textarea {
    height: auto;
    line-height: 24px;
	padding: 8px;
}

.formItem select, .section-header select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 28px 0 8px;
    font-size: 16px;
    height: 44px;
    background: #fff url(/images/select_arrow.png) right center no-repeat;
    background-size: 20px auto;
    color: #555555;
}

.formItem [type="submit"], .formItem [type="button"], .formItem button, .formItem .button, .control-footer button, .control-footer [type="button"], .control-footer [type="submit"], .control-footer a {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #C7C7C7;
    border-bottom-width: 2px;
    border-radius: 4px;
    background: #FAFAFA;
    color: #777;
    min-width: 120px;
    height: 44px;
    line-height: 44px;
    padding: 0 8px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    outline: none;
}


.modal-content {
	border-top: 10px solid #004098;
    border-radius: 0
}
.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff ;
    color: #333;
    border-bottom: none;
	position: relative;
    height: 70px;
    /* background: url(/images/custom-s1.png) no-repeat;
    background-position: center;
    background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
	border-bottom: 1px solid #ccc;
}
.modal-header::before {
  content: '';
  position: absolute;
  left: 10px;                  /* ボタン内の配置 */
  top: 50%;
  translate: 0 -50%;           /* 中央寄せ */
  width: 50px;
  height: 50px;
  aspect-ratio: 1;             /* 正方形 */
  background-image: url(/front/images/himaraya_logo_sc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-header.primary {
    background: #165e83;
}
.modal-header.danger {
    background: #b94047;
}
.modal-header.warning {
    background: #d0af4c;
}
.modal-header.success {
    background: #82ae46;
}
.modal-header .btn-close {
	color: #fff;
}

.modal-title {
    font-weight: 200;
    letter-spacing: 3px;
	position: relative;
	flex: 1;
	padding-left: 60px;
	font-weight: bold;
}
.modal-logo {
	width: 50px;
	height: 50px;
}

.modal-body {
    position: relative;
    padding: 25px 15px 45px;
    background: #f9f9f9;
    color: #333;
}
.modal-body p.modal_main_text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}
.modal-body p.modal_sub_text {
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #777;
    text-align: left;
    width: 80%;
    margin: 1rem auto;
}
.modal-body p.modal_sub_text.caution_danger {
    color: #d3381c;
}
.modal-body p {
    color: #444;
}
.modal-footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 8px;
    border-top: none;
    background: #f9f9f9;
	border-radius: 0
}
.modal-footer .btn_wrap {
	flex: 1;
	text-align: center;
}
.modal-footer .btn_wrap.btn_left {
	text-align: right;
}
.modal-footer .btn_wrap.btn_right {
	text-align: left;
}

.modal-footer .btn {
    border-radius: 0;
    min-width: 140px;
    margin: 0 !important;
    padding: 8px 16px;
}
.modal-footer .btn.btn-primary {
    background: #00669a !important;
    border-color: #00669a !important;
}
.modal-footer .btn.btn-primary:hover {
    opacity: 0.7;
}
.modal-footer .btn.btn-success {
    background: #82ae46 !important;
    border-color: #82ae46 !important;
}
.modal-footer .btn.btn-success:hover {
    opacity: 0.7;
}
.modal-footer .btn.btn-danger {
    background: #b94047 !important;
    border-color: #b94047 !important;
}
.modal-footer .btn.btn-danger:hover {
    opacity: 0.7;
}
.modal-footer .btn.btn-warning {
    background: #d0af4c !important;
    border-color: #d0af4c !important;
}
.modal-footer .btn.btn-warning:hover {
    opacity: 0.7;
}
.modal-footer .btn.btn-default {
    background: #eee !important;
    border-color: #eee !important;
}
.modal-footer .btn.btn-dark {
    background: #999 !important;
    border-color: #999 !important;
    color: #fff;
}
.modal-footer .btn.btn-default:hover {
    opacity: 0.7;
}


.modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    /* background: #3a5b52;
    border: 3px solid #fff; */
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.6;
    line-height: 24px;;
    font-weight: 200;
}
.modal-header .close:hover {
    opacity: 1;
    /* color: #555;
    font-weight: 700;
    background: #eee;
    border: 3px solid #3a5b52; */
}

.modal-body .confirm_modal td, .modal-body #confirm_modal_table td, .modal-body #confirm_add_modal_table td {
    font-size: 13px;
}
.modal-body .confirm_modal th, .modal-body #confirm_modal_table th, .modal-body #confirm_add_modal_table th {
    font-size: 13px;
}
.modal-body .table-striped>tbody>tr:nth-child(odd)>td, .modal-body .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f3fcf6;
}
table.confirm_modal {
    border-bottom: 1px solid #ddd;
}
.modal-body .dropzone {
    min-height: 90px;
}
.modal-lg {
    max-width: 700px;
}
#loading {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1080;
}
#loading img {
	position: absolute;
	top: 48%;
	left: 48%;
	z-index: 1081;
	width: 50px;
}
/* ==========================================================================

Barger Icon

========================================================================== */
.burger-menu {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 70px;
}
.burger-menu:after, .burger-menu:before {
  content: "";
}
.burger-menu span, .burger-menu::after, .burger-menu::before {
  backface-visibility: hidden;
  position: absolute;
  left: 8px;
  right: 8px;
  border-top: 4px solid #999;
  transition: .2s;
  border-radius: 7px;
}
.burger-menu::before {
  top: 20px;
}
.burger-menu span {
  top: 30px;
}
.burger-menu::after {
  top: 40px;
}
.burger-menu.active::before, .burger-menu.active::after {
  top: 30px;
  backface-visibility: hidden;
  transition: .3s;
}
.burger-menu.active::before {
  transform: rotate(45deg);
}
.burger-menu.active span {
  opacity: 0;
}
.burger-menu.active::after {
  transform: rotate(-45deg);
}
/* ==========================================================================

Top Bar

========================================================================== */

.Shop {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.Shop__Cont {
  width: 100%;
  padding: 1em 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.Shop__Icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* border: 1px solid #95989A; */
  /* border-radius: 50%; */
  overflow: hidden;
}

.Shop__Body {
  padding-left: 10px;
}

.Shop__Label {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.Shop__Name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #999;
  margin: 0;

}

.top-bar__nav-wrapper {
  width: 100%;
  position: absolute;
  top: 70px;
  border-top: 1px solid #FFFFFF;
  display: none;
  z-index: 11;
  max-width: 800px;
  background-color: #fff;
  border-top: none;
  display: none;
}
.top-bar__nav-wrapper {
}
.top-bar__nav-wrapper .top-bar__nav .top-bar__nav-list {
    margin-left: -20px;
}
@media (max-width: 991px) {
  .top-bar__nav-wrapper .top-bar__nav {
  }
  .top-bar__nav-wrapper .top-bar__nav .top-bar__nav-list, .top-bar__nav-wrapper .top-bar__nav .top-bar__nav-accout {
      display: block;
      width: 50%;
      margin: 0;
  }
  .top-bar__nav-wrapper .top-bar__nav .top-bar__nav-list li, .top-bar__nav-wrapper .top-bar__nav .top-bar__nav-accout li {
      width: 100%;
  }
}

.top-bar__head,
.top-bar__nav,
.top-bar,
.site-wrapper,
.site-footer,
.top-bar__head-wrapper
{
  max-width: 800px;
  margin: 0 auto;
}
.top-bar__head-wrapper {
    position: relative;
}


.top-bar__head-wrapper {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (min-width: 1201px) {
  .top-bar__head-wrapper {
/*    height: 160px;
    background-image: url("../images/bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.top-bar__nav {
  padding: 0 10px 26px;
}

.top-bar__nav {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.top-bar__nav .top-bar__nav-accout {
  margin-left: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .top-bar__nav-list li a {
    vertical-align: -5px;
  }

  /* IE11 */
}
.top-bar__nav-list,
.top-bar__nav-accout {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar__nav-list li,
.top-bar__nav-accout li {
  width: 50%;
  margin-top: 30px;
  padding: 0 10px;
  font-size: 0.9375rem;
}
.top-bar__nav-list a,
.top-bar__nav-accout a {
  color: #FFFFFF;
}
@media (min-width: 1201px) {
  .top-bar__nav-list,
  .top-bar__nav-accout {
    margin: 0 0 0 -40px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .top-bar__nav-list li,
  .top-bar__nav-accout li {
    width: auto;
    margin-top: 0;
    margin-left: 40px;
    padding: 0;
  }
  .top-bar__nav-list a,
  .top-bar__nav-accout a {
    color: #000000;
  }
  .top-bar__nav-list a:hover,
  .top-bar__nav-accout a:hover {
    color: #000000;
  }
}

.top-bar__nav-accout li {
  font-size: 0.8125rem;
  font-weight: 700;
}
.top-bar__nav-accout li a {
  width: 100%;
  padding: 6px 0 4px;
  display: block;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 1201px) {
  .top-bar__nav-accout li {
    margin-left: 20px;
  }
  .top-bar__nav-accout li a {
    width: 160px;
  }
}

/* トップバー ===================================================================================*/
.top-bar {
  background-color: #333;
}

.site-name {
/*  padding: 18px 10px;*/
}
.site-name a {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
}
.top-bar__nav ul {
    width: 100%;
    border-bottom: 1px solid #999;
	padding: 0;
	margin: 0;
}
.top-bar__nav ul li {
    display: block;
    border-top: 1px solid #999;
    
}
.top-bar__nav ul li a {
    display: block;
    padding: 14px;
    text-decoration: none;
    cursor: pointer;
	color: #333;
}
.top-bar__nav ul li a:hover {
    background: #eee;
}

.rule {
	margin-bottom: 0;
}
.rule_link {
	margin: 10px;
}
.error_message,.error_txt {
    color: #f00 !important;
}
.error_bg {
	background: rgba(255,0,0,0.2);
}

.border-top-none {
	border-top: 0;
}
.status_label_cont {
	white-space: nowrap;
    border-radius: 3px;
    padding: 5px 10px;
	display: inline-block;
	font-weight: bold;;
	font-size: 12px;;
	border: 2px solid #333;
	color: #333;
}
.status_label_cont.decide {
	border: 2px solid #004098;
	color: #004098;
}
.status_label_cont.wait {
	border: 2px solid rgb(233, 199, 107);
	color: rgb(233, 199, 107);
}
.status_label_cont.cancel {
	border: 2px solid #ccc;
	color: #ccc;
}
.reserve_row.is--Open .reserve_list_row_tail {
  -webkit-transform: rotate(180deg) translate(0, calc(-50% + 12px));
  
  transform: rotate(180deg) translate(0, calc(-50% + 12px));
}
#cancel_confirm_reservation_id {
	font-weight: 700;
}

.confirm_contents {
	overflow-y: auto;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */

}
.Confirm {
  width: 100%;
  padding: 0.75em 16px;
  border-bottom: 1px solid #DDDDDD;
}

.Confirm__Label {
  font-size: 13px;
  font-weight: 700;
  color: #444;
  display: flex;
  align-items: center;
}

.Confirm__Icon {
  width: 24px;
  margin-right: 2px;
  vertical-align: -12px;
}

.Confirm__Body {
  margin-top: 0.5em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.confirm--Sun {
  color: #ee0055;
  font-weight: 700;
}

.confirm--Sat {
  color: #0088cc;
  font-weight: 700;
}

.confirm--Pay {
  display: inline-block;
  height: 22px;
  margin-left: 8px;
  padding: 0 0.75em;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  color: #7FC52D;
  border: 1px solid #7FC52D;
  border-radius: 3px;
}
.barcode_label {
	font-size: 18px;
	margin-top: 12px;
}
.reserve_end_info label {
    padding: 8px 40px;
    border: 1px solid #004098;
    margin: 10px;
    border-radius: 3px;
    background: #004098;
    color: #fff;
    font-weight: bold;
	display: inline-block;
	font-size: 16px;
}
.CompleteHead {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2em 0;
  background-color: #00669a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.CompleteHead__Label {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.CompleteHead__Image {
  padding-right: 20px;
}

.CompleteHead__Image img {
  width: 52px;
}

.CompleteMessage,
.CompleteDescription {
  padding: 1em 16px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
}

.CompleteMessage {
  color: #666;
}

.CompleteDescription {
  color: #999;
  padding-top: 4px;
}

.CompleteDate {
  width: 100%;
  padding: 0 16px 1.5em;
  border-bottom: 1px solid #DDDDDD;
}

.CompleteDate__Item {
  width: 100%;
  margin-top: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.CompleteDate__Label {
  margin-right: 13px;
  font-weight: 700;
  color: #999;
}

.CompleteDate__Body {
  margin-left: auto;
  font-weight: 700;
}

.CompleteDate__Body span {
  font-weight: 700;
}
.CompleteNav {
	list-style: none;
	padding: 0;
}
.CompleteNav__Item {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  line-height: 41px;
  font-size: 13px;
  font-weight: 700;
  color: #666 !important;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  text-decoration: none;
}
a.CompleteNav__Item:hover {
	background: #eee;
}

.CompleteNav__Item:after {
  font-family: 'Font Awesome 6 Free';
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #999;
  font-size: 14px;
}

.completeNav--blue {
  color: #0099dd !important;
  background-color: #f2f2f2;
}

input[type=text], input[type=email], input[type=url], input[type=number], input[type="button"], input[type="submit"], textarea, select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border: none;
    outline: none;
}

.Quantity {
  width: 100%;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.Quantity__Body {
  width: 85px;
  padding: 0 10px;
}

.Quantity input[type="text"].Quantity__Body__Input {
  width: 65px;
  height: 23px;
  margin: 0;
  padding: 0 0 0.25em;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
}

.Quantity__Up__Icon, .Quantity__Down__Icon {
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-appearance: none !important;
	border: none !important;
	outline: none !important;
	min-width: auto !important;
	line-height: 0 !important;;
}

.Quantity__Up__Icon {
  background-image: url("/front/images/icon-count-up.svg") !important;
}

.Quantity__Down__Icon {
  background-image: url("/front/images/icon-count-down.svg") !important;
}

.TimeTable {
  width: 100%;
}

.TimeTable input[type=checkbox] {
  display: none;
}

.TimeTable input[type=radio] {
  display: none;
}

.TimeTable__Item {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.TimeTable__Head {
  width: 85px;
  border-right: 1px solid #DDDDDD;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  color: #999;
}

.TimeTable__Body {
	display: flex;
	flex: 1;
}

.TimeTable__Head, .TimeTable__Body {
  padding: 8px;
}
.TimeTable__Body {
	padding: 0;
}
.TimeTable .checkbox--btn {
  display: flex;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #666;
  padding: 8px;
  position: relative;
  flex: 1;
  align-items: center;
  margin: 0;
  font-weight: 400;
}

.TimeTable .checkbox--btn:first-child {
  margin-top: 0;
}

.TimeTable .checkbox--btn span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
}

.TimeTable .checkbox--btn ul.Event__Meta:before {
  margin-right: 8px;
  font-family: 'Font Awesome 6 Free';
  content: '\004f';
  font-size: 18px;
  vertical-align: -3px;
  position: absolute;
  left: 8px;
}

.TimeTable .soldout {
  /* border-color: #ee4466;
  color: #ee4466; */
  background: #eee;
}

.TimeTable .checkbox--btn.soldout ul:before {
  font-family: 'Font Awesome 6 Free';
  content: '\0058';
  font-size: 18px;
  vertical-align: -3px;
  position: absolute;
  left: 8px;
}

.TimeTable .little {
  border-color: #ffbb33;
  color: #ffbb33;
}

.TimeTable .little span:before {
	font-family: 'Font Awesome 6 Free';
  content: '\e908';
  font-size: 15px;
  vertical-align: -4px;
}

.TimeTable input[type=radio]:checked + .checkbox--btn,
.TimeTable input[type=checkbox]:checked + .checkbox--btn {
  color: #fff;
  /* border: 2px solid rgb(0, 102, 154); */
  background-color: rgb(0, 102, 154, 0.6);
}
.TimeTable input[type=radio]:checked + .checkbox--btn.soldout,
.TimeTable input[type=checkbox]:checked + .checkbox--btn.soldout {
  color: #fff;
  border-color: #666;
  background-color: #666;
}

.TimeTable__Body .Event__Name {
	font-weight: 700;
}
.TimeTable__Body .Event__Meta {
	list-style: none;
	padding-left: 20px;
	flex: 1;
}
.TimeTable__Body .Event__Meta__Date, .TimeTable__Body .Event__Meta__Place{
	padding-left: 20px;
}
.TimeTable__Body .map_btn {
	padding: 4px 8px;
	background: #007baa;
	color: #fff;
	border: 1px solid #fff;;
}

.Quantity input[type=number].Quantity__Body__Input {
    width: 65px;
    height: 23px;
    margin: 0;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
	border: none;
	border-radius: 0;
	background: none;
    border-bottom: 1px solid #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}
.Quantity .limit_status {
	padding: 0 8px;
	font-size: 14px;
	font-weight: 700;
}
.Calender__Nav {
  width: 100%;
  height: 50px;
  padding: 1rem;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Calender__Nav__Current {
  width: calc(100% - 160px);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.Calender__Nav__Current span {
  font-weight: 700;
}

.Calender__Nav__Prev, .Calender__Nav__Next {
  width: 80px;
  height: 100%;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.Calender__Nav__Prev i, .Calender__Nav__Next i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.Calender__Nav__Prev i {
  right: 14px;
}

.Calender__Nav__Next i {
  left: 14px;
}

.Calender__Nav__End {
  color: #ccc;
  pointer-events: none;
}

/* レンタル商品一覧 */
.rental-items-link {
  font-size: 0.9rem;
  color: #2c5aa0;
  text-decoration: none;
  padding: 0.3rem 0.6rem;
  border: 1px solid #2c5aa0;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.rental-items-link:hover {
  background-color: #2c5aa0;
  color: white;
}

/* 破損補償金オプション */
.damage-compensation-option {
  padding: 0.5rem;
}

.radio-container {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.option-text {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  margin-left: 0.5rem;
}

.price-tag {
  background-color: #0052a4;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: bold;
}
.pay_select {
	display: flex;
	gap: 10px;
}
.pay_select .box {
	padding: 6px 8px;
	border: 1px solid #00669a;
	background: #fff;
	border-radius: 3px;;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.pay_select .box.current {
	background: #5fbdec;
	color: #fff;
}
.payment_row {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.payment_header {
	border: 1px solid #ccc;
	background: #3fa7d8;
	color: #fff;
}
.payment_label, .payment_data {
	flex: 1;
	text-align: right;
	padding: 10px;
}
.payment_label {
	font-weight: 700;
}
.border-t {
	border-top: 1px solid #ccc;
}
.border-l {
	border-left: 1px solid #ccc;
}
.border-r {
	border-right: 1px solid #ccc;
}
.border-b {
	border-bottom: 1px solid #ccc;
}
.no-border {
	border: none;
}
.total_price {
	font-weight: 700;
	font-size: 15px;
}
.reserve_caution_info {
	padding: 10px;

}
.payment_info_area {
	display: flex;
	gap: 10px;
	padding: 10px;
}


#flash_area {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
    width: 100%;
}


.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .toast:not(.showing):not(.show) {
    opacity: 0;
  }
  .toast.hide {
    display: none;
  }
  
  .toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
  }
  
  .toast-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .toast-header .btn-close, .toast-header .close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
  }
  
  .toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
  }
.toast-container {
	position: fixed;
	z-index: 1000;
}

.toast {
border: none;
overflow: hidden;
-webkit-animation-name: slidein;
        animation-name: slidein;
-webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;

}
.toast .alert {
position: relative;
margin-bottom: 0;
color: #fff;
background-color: #1f3134;
border: none;
padding: 1.5rem;
border-radius: 0;
}
.toast .alert::after {
position: absolute;
content: "\f0a1";
font-family: "FontAwesome";
font-weight: 200;
font-size: 87px;
color: #fff;
bottom: -22px;
left: 5px;
opacity: 0.1;
-webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
}
.toast-body {
letter-spacing: 0.1em;
font-size: 14px;
}
.toast .alert-success {
border-left: 5px solid rgb(71, 207, 95);
}
.toast .alert-danger {
border-left: 5px solid #b60033;
}
.toast .alert-warning {
border-left: 5px solid rgb(243, 185, 0);
}
.toast .close {
position: relative;
height: 20px;
width: 20px;
background-color: #fff;
font-size: 10px;
}
.toast .close::before {
color: #333;
}
.toast .close span {
position: absolute;
top: 50%;
left: 50%;
height: 3px;
width: 16px;
background-color: #fff;
-webkit-transform-origin: center;
        transform-origin: center;
}
.toast .close span:nth-of-type(1) {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.toast .close span:nth-of-type(2) {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
}

.close_toast {
    height: 14px;
    width: 14px;
    background-image: none;
    background-color: #212529;
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.close_toast::before {
    position: absolute;
    content: "\f00d";
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}


.Calender__Nav {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Calender__Nav__Current {
  width: calc(100% - 160px);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.Calender__Nav__Current span {
  font-weight: 700;
}

.Calender__Nav__Prev, .Calender__Nav__Next {
  width: 80px;
  height: 100%;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.Calender__Nav__Prev i, .Calender__Nav__Next i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.Calender__Nav__Prev i {
  right: 24px;
}

.Calender__Nav__Next i {
  left: 24px;
}

.Calender__Nav__End {
  color: #ccc;
  pointer-events: none;
}

.Calender {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.Calender__Item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}

.Calender__Item.calender--current {
  position: static;
  display: flex;
  flex-flow: column;
  left: 0;
  -webkit-transform: none;
  transform: none;
  height: 100%;
}

.Calender__Item.calender--slideout {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.Calender__Item:first-child .Calender__Nav__Prev {
/*  color: #ccc;*/
/*  pointer-events: none;*/
}

.Calender__Item:last-child .Calender__Nav__Next {
/*  color: #ccc;*/
/*  pointer-events: none;*/
}

.Calender__Table {
  width: 100%;
  table-layout: fixed;
}

.Calender__Table th,
.Calender__Table td {
  padding: 16px 0;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
}

.Calender__Table td {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
#calendar {
	overflow: auto;
	height: 100%;
}

.td:after {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: 100%;
  border: 5px solid #7FC52D;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.t--Today:after {
  border-color: #999;
  opacity: 1;
}

.t--Past {
  color: #ccc;
}

.t--Sun {
  color: #ee0055;
}

.t--Sat {
  color: #0088cc;
}

.t--Close {
  color: #ccc;
  background-color: #eee;
}

.t--Select {
  color: #7FC52D;
}

.t--Select:after {
  opacity: 1;
  border-color: #7FC52D;
}
.f-large {
	font-size: 22px;
}
.slide_contents_item {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.detail_label_middle {
	display:inline-block;
	width: 100px;
	font-size: 11px;
}
.detail_label_short {
	display:inline-block;
	width: 60px;
	font-size: 11px;
}
.w100 {
	width: 100% !important;
}
.sub_text {
	border: 1px solid rgba(0, 0, 220, 0.2);
	border-radius: 2px;
	background-color: rgba(0, 128, 220, 0.2);
	margin-bottom: 4px;
	padding: 6px;
	color: #333;
	font-size: 12px;
	width: max-content;
    margin: 3px 0;
    line-height: 1.3;
}
.sub_text::before {
	margin-right: 5px;
	font-size: 16px;
	content: "\f06a";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: inherit;
	color: inherit;
	color: #2171A3;
	margin-right: 4px;
}
.bg_dark {
	background: #999 !important;
}

.maker_item {
	padding: 8px;
	border-bottom: 1px solid #ddd;
}
.maker_item:hover {
	background: #e6f5fa;
}
.maker_item:first-child {
	border-top: 1px solid #ddd;
}
.maker_item .list_header {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
