﻿@charset "UTF-8";
/*-----------------------------------------------------	*/
/*	イベント　booking				*/
/*-----------------------------------------------------	*/
/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}


.reserve{
	
}


/* event */


.event_outer
{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
	padding: 50px 0;
	text-align: left;
}

#booking-package_inputFormPanel .book_now_button, #booking-package_inputFormPanel .next_page_button, #booking-package-subscription_form .book_now_button {

	border: 0;
}

#booking-package_inputFormPanel .return_form_button {
  border: 0;
}

.event_w{width: auto;}

.event_w h2 {font-size: 34px;
	font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 30px;
  padding: 5px 0 10px 0;
  color: #000;
  width: 100%;}

.event_w h3 {font-size: 18px;
	font-weight: 700;
padding: 15px;
text-align: center;
	line-height: 1;
margin-bottom: 50px;
background: #f5f5f5;}

.event_step{
	width: 100%;
}
.event_step_detail{
	
}

.event_thanks{
	text-align: center;
	font-size: 16px;
}




/* simplebarç”¨ */
.scroll-contents {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
}
.scroll-contents::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
.scroll-contents .simplebar-scrollbar::before {
  background: #777;
  border-radius: 4px;
  margin-left: 2px;
  margin-top: 3px;
  height: 10px !important;
}
.scroll-contents .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.scroll-contents .simplebar-track {
  background-color: #DDD;
  height: 20px !important;
}
.scroll-contents .image-area {
  display: flex;
}


.image-area img{
	height: auto;
	width: 1000px;
}


@media screen and (max-width: 767px) {

.event_outer{
   width: auto;
margin: 0 20px 0px 20px;
			
  }
	
	
.event_w{width: auto;}

.event_w h2 {font-size: 5vw;
    text-align: center;
    margin-bottom: 5vw;
    line-height: 26px;}
	
	.event_w h3 {font-size:4vw;
	font-weight: 700;
padding: 3vw 5vw;
text-align: center;
	line-height: 1;
margin-bottom: 8vw;}

.event_step{
	width: auto;
    margin: 0 auto 10vw auto;
    display: block;
    overflow-x: scroll;
}
.event_step_detail{
	width: 1000px;
}

	.event_thanks{
	text-align: center;
	font-size: 4vw;
}
	
	.scroll-contents {
	margin: 0 auto 10vw auto;
}

}


/*時間非表示　0528*/
.timeSlot,.bookingTime{
	display: none!important;
}








