@charset "utf-8";
/* =================================================================================
 eventreserve
================================================================================= */

body{
	border-top: 4px solid #ff9926;

}

@media only screen and (max-width:640px){
	.popupWindow .popupTitle{
		font-size: 16px;
	}
}

.btnCmn02 {
	font-size: 14px;
}

.popupWindow .popupTitle {
	margin-bottom:20px;
}

.wrapEventreserve{
	padding: 20px;
	background-color: #fff;
}


/* button
------------------------------------------------------- */

button[type="button"]  {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 10px;   /* 余白       */
  background    : #b8b8b8;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #b8b8b8;    /* 枠の指定 */
}

button[type="button"] :hover {
  color         : #ff882e;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}


button[type="submit"]  {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 10px;   /* 余白       */
  background    : #ff882e;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #ff882e;    /* 枠の指定 */
}

button[type="submit"] :hover {
  color         : #ff882e;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}


.content-form button{
  padding       : 10px 10px !important;

}


/* booking-form
------------------------------------------------------- */
.monthly-calendar h3,
.mtssb-timetable-name {
    display: none !important;
}

.day-calendar table{
	margin: 0 auto;
}

.mtssb-daily-action{
	text-align:center;
}


.calendar-title{
	text-align:center;
    display:none;
}


.monthly-calendar{
	padding:10px;
	border: 1px solid #dddddd;
}


.booking-form-people-number-row{
    display:none;
}

.option-note{
    display:block;
}

#booking-message-fieldset{
    display:none;
}

/* EOF */