@charset "utf-8";
/* init */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 960px;
}
a img {
  border: none;
}
a:link {
  color: #cf0582;
  /*color: #9d7438;*/
}
a:visited {
  color: #cf0582;
}
a:hover {
  text-decoration: none;
  color: #FA54BB;
}
ul.no-listStyle li {
  list-style: none;
}
/* レイアウト */
#mainImg {
  width: 900px;
  height: 912px;
  margin: 0 auto;
}
#contents_bg {
  background: url(../images/bg_art.jpg) no-repeat 50% 0;
  width: 100%;
}
#contents_wrapper {
  width: 900px;
  margin: 0 auto;
}
#contents_left, #contents_right {
  width: 435px;
}
#contents_left {
  float: left;
}
#contents_right {
  float: right;
}
.contents_1col, .contents_2col {
  background: #EEF2DB;
  border: 1px solid #cde447;
  position: relative;
}
.contents_1col {
  width: 858px;
  margin-bottom: 30px;
  padding: 20px;
}
.contents_2col {
  margin-bottom: 30px;
  width: 393px;
  padding: 20px;
}
#footer {
  clear: both;
  background-color: #cde447;
  border-top: 1px solid #cde447;
  margin-top: 40px;
}
#footer_in {
  width: 900px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}
#gaiyou h1, #event h1, #oshirase h1, #past h1, #dl h1, #access h1, #tbg h2, #ueno_h h2, #ins h2 {
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* パーツ */
#gaiyou h1 {
  background-image: url("../images/ttl_gaiyou.png");
  padding-top: 26px;
  margin-bottom: 15px;
  font-size: 18px;
}
#event h1 {
  background-image: url("../images/ttl_event.png");
  padding-top: 26px;
  margin-bottom: 15px;
  font-size: 18px;
}
#oshirase h1 {
  background-image: url("../images/ttl_oshirase.png");
  padding-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}
#past h1 {
  background-image: url("../images/ttl_past.png");
  padding-top: 26px;
  margin-bottom: 15px;
  font-size: 18px;
}
#dl h1 {
  background-image: url("../images/ttl_dl.png");
  padding-top: 26px;
  margin-bottom: 15px;
  font-size: 18px;
}
#access h1 {
  background-image: url("../images/ttl_access.png");
  padding-top: 26px;
  margin-bottom: 15px;
  font-size: 18px;
}
#tbg h2 {
  background-image: url("../images/txt_tsukuba.png");
  padding-top: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
#ueno_h h2 {
  background-image: url("../images/txt_ueno.png");
  padding-top: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
#ins h2 {
  background-image: url("../images/txt_shirogane.png");
  padding-top: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
#place {
  float: left;
  width: 436px;
}
.gaiyou {
  background: #FFF;
  width: 800px;
  float: left;
  margin-bottom: 5px;
  padding: 15px 20px;
  border: 3px #DDD solid;
}
.gaiyou h2 {
  margin-top: 3px;
}
.gaiyou dt {
  color: #667e3c;
  /*color: #85a943;*/
  font-size: 0.9em;
  width: 65px;
  float: left;
}
.gaiyou dt#tsukuba01 {
  color: #667e3c;
  font-size: 0.9em;
  width: 7.5rem;
  float: left;
}
.gaiyou dt#tsukuba02 {
  color: #667e3c;
  font-size: 0.9em;
  width: 7.5em;
  float: left;
}
.gaiyou dt#ueno {
  color: #667e3c;
  font-size: 0.9em;
  width: 6.5rem;
  float: left;
}
@-moz-document url-prefix() {
  .gaiyou dt#ueno {
    color: #667e3c;
    font-size: 0.9em;
    width: 6.5rem;
    float: left;
  }
}
.gaiyou dd {
  margin-left: 65px;
}
.gaiyou_txt {
  padding: 0 15px 15px 15px;
  /*float: right;*/
}
.gaiyou a {
  color: #207bae;
  /*color: #2181B7;*/
}
.date {
  /*width: 400px;*/
  font-size: 1.3em;
  font-weight: bold;
}
.date span.normal {
  font-size: 0.8em !important;
  font-weight: normal !important;
}
.date span.tume {
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: -0.1em;
}
.info_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info {
  padding: 5px;
}
.info p {
  margin-bottom: 0.3em;
}
.info1 {
  width: 40%;
  /*float: left;*/
  padding: 5px 0;
  /*margin-right: 5px;*/
}
.info2 {
  width: 59%;
  /*float: right;*/
}
.info3 {
  background-color: #FAF3F3;
  color: #E00000;
  text-align: left;
  line-height: 1.6;
  padding: 1em;
  margin: 10px auto 0 auto;
  border-radius: 5px;
}
.info4 {
  background-color: #fff;
  color: #E00000;
  text-align: left;
  line-height: 1.6;
  padding: 1em;
  margin: 0 auto 0 auto;
  /*border: 1px solid #E00000;*/
  border-radius: 5px;
}
.tukubaV {
  font-size: 0.5em;
  font-weight: normal;
  color: #666;
  display: block;
  position: absolute;
  top: 25px;
  left: 180px;
}
.table01 {
  border-collapse: collapse;
  width: 373px;
}
.table01 td, .table01 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
  padding: 5px 0;
  font-size: 1em;
}
.table01 th {
  background-color: #EEF2DB;
  text-align: center;
  width: 25%;
}
.table01 td {
  background-color: #ffffff;
  padding: 5px 10px;
  text-align: left;
}
.table02 {
  border-collapse: collapse;
  width: 100%;
}
.table02 td, .table02 th {
  border: 1px solid #aeaeae;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
}
.table02 th {
  font-weight: normal;
  background-color: #EEF2DB;
}
.table02 td {
  background-color: #FFF;
}
.table02 td.fee {
  text-align: left;
  padding: 15px 0 15px 25px;
}
.box01 {
  position: relative;
  width: 373px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
}
.box02 {
  width: 363px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.txt01 {
  border-bottom: 1px dotted #999999;
  padding: 10px 0 8px 10px;
  margin-bottom: 13px;
  font-size: 0.9em;
  line-height: 1.3em;
}
.txt02 {
  padding-left: 15px;
}
.txt03 {
  background: #FFFCE9;
  border: 1px dotted #999999;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 1.5em;
}
.txt04 {
  padding: 15px 0 10px 0px;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.3em;
}
.txt03 ol {
  margin: 0.5em 0 0.5em 2em;
}
.box_dl1 a, .box_dl2 a {
  display: block;
  width: 225px;
  height: 71px;
  padding: 71px 20px 0 150px;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
  color: #333333;
  text-decoration: none;
}
.box_dl1 a {
  background-image: url(../images/btn_dl_off.png);
  background-repeat: no-repeat;
}
.box_dl1 a:hover {
  background-image: url(../images/btn_dl_on.png);
  background-repeat: no-repeat;
}
.logo1 {
  width: 148px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 1px;
}
.logo2 {
  width: 164px;
  height: auto;
  position: absolute;
  left: 181px;
  top: 54px;
}
.logo3 {
  width: 147px;
  height: auto;
  position: absolute;
  left: 373px;
  top: 60px;
}
.cr {
  width: 500px;
  color: #232323;
  font-size: 10px;
  text-align: right;
  position: absolute;
  left: 400px;
  top: 95px;
}
.totop {
  width: 93px;
  height: 31px;
  position: absolute;
  left: 807px;
  top: -26px;
}
a .totop_02 {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -27px;
  background-color: #52a5bf;
  border-left: 1px solid #52a5bf;
  border-right: 1px solid #52a5bf;
  border-bottom: 0px solid #52a5bf;
  border-top: 1px solid #52a5bf;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url(../images/btn_totop_in.png);
  background-repeat: no-repeat;
  background-position: center 8px;
}
a:hover .totop_02 {
  background-color: #52a5bf;
}
/* padding margin */
.maT5B10 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.maT20 {
  margin-top: 20px;
}
.maT10 {
  margin-top: 10px;
}
.maT5 {
  margin-top: 5px;
}
.ma_top5 {
  margin-top: 5px;
}
.maB20 {
  margin-bottom: 20px;
}
.maB15 {
  margin-bottom: 15px;
}
.maB10 {
  margin-bottom: 10px;
}
.maB5 {
  margin-bottom: 5px;
}
.maB0 {
  margin-bottom: 0px;
}
.pa_btm10 {
  padding-bottom: 10px;
}
/* テキスト装飾 */
.small {
  font-size: 0.9em;
  line-height: 1.3em;
}
span.smaller {
  font-size: 0.7em !important;
  font-weight: normal !important;
  line-height: 2em;
}
.note {
  color: #E00000;
  /*color: #E80391;*/
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
/*その他 */
.year {
  background: #fcfcf4;
  font-size: 0.8em;
  margin-right: 5px;
  color: #747474;
  /*color: #868686;*/
  padding-top: 1px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 1px;
  border: 1px #CCC solid;
}
.waku {
  background: #fff8d7;
  font-size: 0.9em;
  margin-right: 3px;
  padding: 2px 3px 0 3px;
  border: 1px #CCC solid;
}
.clear {
  clear: both;
}
strong.large {
  font-size: 1.2em;
}
.nowrap {
  white-space: nowrap;
}
.chushi01 {
  position: absolute;
  left: 163px;
  top: 150px;
}
/* map box */
/* map */
.map_box {
  border: 0;
  margin: 10px auto 10px;
  padding: 0;
  color: #FFF;
  line-height: 1.4em;
}
.map_box img {
  margin: 0;
  padding: 0;
  border: 0;
}
.map_box dl {
  width: 370px;
  background: #fff;
  border: 1px #999 dotted;
  padding: 10px;
  color: #333;
}
.map_box dt {
  font-weight: bold;
  color: #aba510;
  font-size: 14px;
}
.map_box dd {
  margin: 3px 0 5px 0;
  font-size: 11px;
  line-height: 1.4;
}
.map_box dd span.bold {
  font-weight: bold;
  font-size: 1em;
}
.map_box dd span.tour_bus {
  display: block;
  font-weight: normal;
  font-size: 11px;
  margin-top: 5px;
}
.map_box dd.jikoku_pdf {
  text-indent: 0;
}