@charset "UTF-8";
/* ------------------------------------------------------------ */
/* 展覧会ページ */
/* ------------------------------------------------------------ */
/* PC用 */

/* 日時指定予約 */
.reserve {
  width: 100%;
  margin: 4em 0;
}
.reserve table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
.reserve table td {
  border: none;
  padding: 3px 4px;
  vertical-align: middle;
  border-collapse: collapse;
  color: #000000;
  font-weight: normal;
}
.reserve td.space {
  width: 10px;
}
.reserve td.box01 {
  text-align: center;
  background-color: #ff9999;
}
.reserve td.box02 {
  text-align: center;
  background-color: #c3dbfb;
  width: 24%;
}
.reserve td.box00 {
  text-align: center;
  width: 24%;
}
.reserve td.box03 {
  text-align: center;
  background-color: #d0eaab;
  width: 24%;
}
.reserve td.box04 {
  text-align: center;
  background-color: #faefbb;
  width: 24%;
}
.reserve td.box05 {
  text-align: center;
  background-color: #eae8e8;
  width: 100%;
}
.reserve td.box06 {
  text-align: center;
  width: 100%;
}
.reserve td.box07 {
  text-align: center;
  background-color: #c8cff8;
  width: 100%;
}
.reserve td.box08 {
  text-align: center;
  background-color: #c3dbfb;
  width: 65%;
}
.reserve td p {
  margin: -1px 0;
}
.reserve td p.ttl {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em
}
.reserve td p.re {
  font-size: .85em;
  line-height: 1.4em
}
.reserve td .re_s {
  font-size: .75em;
  line-height: 1.1em
}
.waku ul li {
  line-height: 1.8em;
}
.waku .txt-s {
  font-size: .85em;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.waku .kikan {
  font-size: 1.2em;
  font-weight: bold;
}
.re_sub {
  font-size: 1em;
  line-height: 1.8em;
  color: #ec5b1c;
  font-weight: bold;
  margin-bottom: -10px;
}
.box h7 {
  font-size: 18px;
  font-weight: bold;
  margin: 1.5em 0 1em;
  display: inline-block;
  padding: 0.3em 1em;
  border: 1px solid #111;
  border-radius: 60px;
}
.box h7 .small {
  font-size: 80%;
}
.box a.linkbtn,
.box .linkbtn {
  font-size: 24px;
  display: inline-block;
  padding: 0 8px;
  background-color: #cc0000;
  text-decoration: none;
  color: #ffffff;
  border: none;
}
.yoyaku {
  font-size: 1em;
  line-height: 1.8em;
  color: #ff0000;
  text-align: center;
  margin: 5px 0;
}


@media screen and (max-width: 767px) {

/* 日時指定予約 */
.reserve {
  margin: 3em 0;
}
.reserve td p.ttl {
  font-size: .85em;
}
.waku .txt-s {
  font-size: .8em;
}
.waku ul li {
  font-size: .8em;
}
h5.sp_ttl, h7.sp_ttl {
  font-size: 1em;
  line-height: 1.1em;
}
.box a.linkbtn,
.box .linkbtn {
  font-size: 20px;
  line-height: 1.2em;
  padding: 5px;
}
.waku .kikan {
  font-size: 1.1em;
}

} 
