@charset "utf-8";
.googlemap-bw iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter : grayscale(50%);
  background-color : black;
  border-width : 1px;
  border-style : solid;
  border-color : white;
  width : 100%;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
}
.s0{
  width : 10%;
  vertical-align : middle;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
}
.s2{
  width : 9%;
  font-size : 20px;
  background-image : url(../img_schedule/s2.png);
  background-repeat : no-repeat;
  background-position : center center;
  vertical-align : middle;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
  color : #fefae7;
}
.s9{
  width : 9%;
  font-size : 90%;
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
}
.s1{
  vertical-align : middle;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  font-weight : bold;
  font-size : 100%;
}
.sat{
  background-image : url(../img_schedule/sat.png);
  background-repeat : no-repeat;
  background-position : center center;
}
.sun{
  background-image : url(../img_schedule/sun.png);
  background-repeat : no-repeat;
  background-position : center center;
}
.hs{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background-color : #fefae7;
  border-radius: 50%;
  /* ?? ???????X */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color : black;
  margin: 0.5em;
  font-size: 80%;
  font-weight : bold;
}
.hs2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background-color : #ea5505;
  border-radius: 50%;
  /* ?? ???????X */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color : black;
  margin: 0.5em;
  font-size: 80%;
  font-weight : bold;
}
.hs span{
  display: inline-block;
  padding-top: 2px;
}
.hs2 span{
  display: inline-block;
  padding-top: 2px;
}
.lineoff{
  border-bottom-width : 0px;
  border-bottom-style : none;
}
.lineoff_y{
  border-right-width : 0px;
  border-right-style : none;
}