@charset "utf-8";

.guidance .box-kousoku-01 ul{
  overflow: hidden;
}

.guidance .box-kousoku-01 li{
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}

.guidance .box-kousoku-01 li img{
  width: 100%
}

.reserve table{
	letter-spacing: -0.6px
}

.reserve .one{
  width: 40%
}

.reserve .two{
  width: 10%
}

.reserve .three{
  width: 25%
}

.reserve .four{
  width: 25%
}

.reserve .four.sus,
.reserve .four.stop{
  position: relative;
}

.reserve .four.sus a,
.reserve .four.stop a{
  pointer-events: none
}

.reserve .four.sus:before,
.reserve .four.stop:before{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255,255,255,0.92);
  left: 0;
  top: 0;
  font-weight: 900;
  color: #e91e63;
  z-index: 9
}

.reserve .four.sus:before{
  content: "ただいま運休中です";
}

.reserve .four.stop:before{
  content: "Web受付停止中です";
}

/*
.reserve .table-cmn-01.type-02 tbody th{
	background-color: #0097a7
}
*/
.reserve td:first-child{
	text-align: left;
}

.reserve td/*:nth-child(even)*/{
	text-align: center;
}

.reserve td:nth-child(2){
	line-height: 10px	
}

.reserve td:last-child{
  font-size: 12px;
  line-height: 20px
}

.reserve td img{
  width: 120px
}

.reserve .link-warning-02{
  margin: 10px auto 25px;
}

.reserve .notice{
  color: red;
  display: inline-block;
  margin-left: 4px;
}