@charset "utf-8";
.s0{
  vertical-align : middle;
  text-align : center;
  font-size : 110%;
  padding-right : 10px;
  background-color : rgba(255, 255, 255, 0.95);
  padding-top : 10px;
  padding-bottom : 10px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : dotted;
  border-bottom-style : dotted;
}
.s1{
  vertical-align : middle;
  text-align : center;
  width : 33.33%;
  font-size : 110%;
  padding-right : 10px;
  background-color : rgba(255, 255, 255, 0.8);
  padding-top : 10px;
  padding-bottom : 10px;
  border-right-width : 1px;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-bottom-width : 1px;
}
.t1{
  vertical-align : middle;
  text-align : center;
  width : 50%;
  font-size : 120%;
  padding-right : 10px;
  background-color : rgba(0, 0, 0, 0.4);
  padding-top : 20px;
  padding-bottom : 20px;
  border-right-width : 1px;
  border-right-style : dotted;
  border-bottom-style : dotted;
  font-weight : 700;
  border-bottom-width : 1px;
}
.lineoff{
  border-bottom-width : 0px;
  border-bottom-style : none;
}
.lineoff_y{
  border-right-width : 0px;
  border-right-style : none;
}
.tableticket{
  border-width : 1px;
  border-style : solid;
  box-shadow : 0px 5px 0px #666666;
}
.list{
  background-repeat : no-repeat;
}
.coverdiv{
  position: relative;
}
.coverdiv a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  background-repeat : repeat;
}
.coverdiv:hover{
  filter:alpha(opacity=70);
  /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
    -moz-opacity:0.7;
  /* FF , Netscape */
    -khtml-opacity: 0.7;
  /* Safari 1.x */
    opacity:0.7;
  zoom:1;
/*IE*/

}
.googlemap-bw iframe{
  background-color : black;
  border-width : 1px;
  border-style : solid;
  border-color : white;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}
.kaijo1{
  padding-top : 20px;
  padding-right : 5%;
  padding-left : 5%;
  padding-bottom : 20px;
  background-image : linear-gradient(to right, #ffffff, #fcf7cf);
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  box-shadow : 0px 5px 0px #666666;
}
.ribon_access{
  width : 250px;
  position : absolute;
  top : 20px;
  right : -20px;
  z-index : 2;
}
.tiiki{
  background-color : white;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}
.nittei{
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
  padding-top : 10px;
  padding-left : 5%;
  padding-right : 5%;
  padding-bottom : 10px;
  background-color : #f8eb94;
  font-size : 120%;
  font-weight : 700;
}


@media screen and (max-width:768px){
.ribon_access{
  width : 50%;
  position : absolute;
  top : -15px;
  right : -10px;
  z-index : 2;
}}