@charset "utf-8";

body{
  font-family:'メイリオ', 'Meiryo', sans-serif;
}

.wrapper {
  margin: 0 auto;
  text-align:center;
}

h2 {
	padding: 1rem 2rem;
	background: #C0C0C0;
	font-size: 45px;
}

h3 {
	padding: 0.8rem 2rem;
	background: #de5858;
	font-size: 30px;
	color: #FFF;
}

h4 {
	padding: 0.8rem 2rem;
	background: #22ac38;
	font-size: 30px;
	color: #FFF;
}

h5 {
	padding: 0.8rem 2rem;
	background: #fa8072;
	font-size: 20px;
	color: #FFF;
}

.container{
  height:170px;
  margin-top:15px;
	}


.watch_img span {
 font-size: 150px; font-weight: 800;
}


.flex-container {
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.flex-item1 { flex-basis: 10%; }

.flex-item2 { flex-basis: 50%;
font-size: 80px; font-weight: 800;
text-align:right;
}

.flex-item3 { flex-basis: 10%; }

.flex-item4 { flex-basis: 10%;
     font-size: 60px; font-weight: 800;
}

.flex-item5 { flex-basis: 10%; }

.flex-item6 { flex-basis: 10%;
  font-size: 60px; font-weight: 800;
text-align:right;}


/* ラスハン */

.buttan_player{
	display: inline-block;
}

.buttan_player input{
	display: none;
}
.buttan_player label{
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	margin: 0;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 45px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	padding: 20px 5px;
}
.buttan_player label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.buttan_player label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.buttan_player input[type="radio"]:checked + label {
	background-color: #de5858;
	color: #fff;
}

/* スタッフ */

.buttan_staff{
	margin-top:20px;
	display: inline-block;
}

.buttan_staff input{
	display: none;
}
.buttan_staff label{
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	margin: 0;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 45px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	padding: 20px 5px;
}
.buttan_staff label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.buttan_staff label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.buttan_staff input[type="radio"]:checked + label {
	background-color: #22ac38;
	color: #fff;
}

/* スタート */

.buttan_start{
	margin-top:20px;
	display: inline-block;
  }

.tabel0_start {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 30px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 40px 5px;   /* 余白       */
  background    : #4a88c5;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border:0;
  width:180px;
}


/* 一時停止 */

.buttan_stop{
	margin-top:20px;
	display: inline-block;
  }


.tabel0_stop {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 30px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 40px 5px;   /* 余白       */
  background    : #4a88c5;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border:0;
  width:180px;
}

/* セット貸卓 */

.buttan_set{
	margin-top:20px;
	display: inline-block;
  }

.tabel0_set {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 30px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 40px 5px;   /* 余白       */
  background    : #cc8f52;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border:0;
  width:180px;
}


/* 人数変更 */

.buttan_change{
	margin-top:20px;
	display: inline-block;
  }

.tabel0_change {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 30px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 40px 5px;   /* 余白       */
  background    : #898989;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border:0;
  width:180px;
}

/* 時局へ */

.buttan_next{
	margin-top:20px;
	display: inline-block;
  }

.tabel0_next {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 30px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 40px 5px;   /* 余白       */
  background    : #898989;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border:0;
  width:180px;
}

/* リセット */

.buttan_reset{
	margin-top:20px;
	display: inline-block;
  }

.tabel0_reset {
  display       : inline-block;
  border-radius : 10px;          /* 角丸       */
  font-size     : 30px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 40px 5px;   /* 余白       */
  background    : #4a88c5;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border:0;
  width:180px;
}



/* お客様待ち人数 */

.buttan_player_wait{
	display: inline-block;
}

.buttan_player_wait input{
	display: none;
}
.buttan_player_wait label{
	display: block;
	float: left;
	cursor: pointer;
	width: 90px;
	margin: 0;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 45px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
}
.buttan_player_wait label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.buttan_player_wait label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.buttan_player_wait input[type="radio"]:checked + label {
	background-color: #de5858;
	color: #fff;
}

/* スタッフ待機 */

.buttan_staff_wait{
	margin-top:20px;
	display: inline-block;
}

.buttan_staff_wait input{
	display: none;
}
.buttan_staff_wait label{
	display: block;
	float: left;
	cursor: pointer;
	width: 90px;
	margin: 0;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 45px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
}
.buttan_staff_wait label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.buttan_staff_wait label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.buttan_staff_wait input[type="radio"]:checked + label {
	background-color: #22ac38;
	color: #fff;
}

input[type=text]{
width:400px;
height:30px;
}
