@charset "utf-8";
.is-new_event dl{
  margin-top: 0;
  margin-bottom: 0;
}
.is-new_event dl dd , .is-new_event dl dt{
  border-left: none;
  padding-left: 0;
  margin-bottom: 0;
}
.is-new_event p{
  margin-bottom: 0;
  line-height: 1.5;
}
.is-new_event .is-kv{
  margin-bottom: 60px;
}
.is-new_event .is-kv img{
  max-width: 100%;
}
.is-title{
  font-size: 25px;
  margin-bottom: 30px;
  color: #337ab7;
}
.is-text dl{
  margin-bottom: 30px;
}
.is-text dd p{
  margin-bottom: 20px;
}
.is-text dt{
  color: #8e7a2a;
  font-weight: bold;
}
.is-text dt a{
  margin-bottom: 20px;
  display: inline-block;
  color: #8e7a2a;
}
.is-text dt .is-name{
  font-weight: normal;
}
.is-box{
  text-align: center;
  background: #337ab7;
  color: #fff;
  padding: 20px 10px 5px;
  margin: 0 auto 20px;
  max-width: 1000px;
  width: 90%;
}
.is-box p{
  margin-bottom: 20px;
}
.is-box_add{
  margin: 0 auto 60px;
  max-width: 860px;
  width: 80%;
  font-size: 14px;
}
.is-link{
  margin-bottom: 40px;
}
.is-link dl dt{
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 15px;
}
.is-link dd a{
  display: inline-block;
  background: #8e7a2a;
  color: #fff;
  position: relative;
  padding: 10px 50px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 60px;
}
.is-link dd a:after{
  content: ">>";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.is-table{
  margin-bottom: 90px;
}
.is-table .is-table_title{
  background: #dadada;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.is-table .is-table_wrap{
  overflow: auto;
  white-space: nowrap;
}
.is-table_wrap table a{
  color: #1d2088;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
}
.is-table_wrap > table{
  margin: 0;
  width: 1100px;
  table-layout: fixed;
  border-top: 2px solid #c6b675;
}
.is-table_wrap > table td , .is-table_wrap > table th{
  text-align: center;
  vertical-align: middle;
  padding: 6px 0 6px 10px;
  border-bottom: 2px solid #dadada;
  border-right: 2px solid #dadada;
  font-size: 18px;
}
.is-table_wrap > table th{
  border-right: none;
  border-bottom-color: #bdc1c1;
  padding-top: 12px;
  padding-bottom: 12px;
}
.is-table_wrap > table th.is-active{
  background: #d2e3eb;
}
.is-table_wrap > table th.is-condition{
  background: #ebe3ce;
}
.is-table_wrap > table th.is-kids{
  background: #ecc8a8;
}
.is-table_wrap > table th.is-time{
  width: 200px;
}
.is-table_wrap > table td.is-time{
  background: #dedfe1;
  border-right: none;
}
.is-table_wrap > table td dl{
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 16px;
}
.is-table_wrap > table td dl dd{
  display: table-cell;
  vertical-align: middle;
  width: 110px;
}
.is-table_wrap > table td dl dt{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.is-table_wrap > table td dl dt p{
  margin-top: 8px;
}
.is-table_wrap > table td.is-kids{
  border-right: none;
}
.is-table_wrap > table td.is-kids.is-noborder{
  border-bottom: none;
}
.is-table_wrap > table td.is-kids.is-sp{
  padding-left: 5px;
  padding-bottom: 0;
  vertical-align: bottom;
}
.is-table_wrap > table td.is-kids.is-sp > dl{
  padding-left: 5px;
}
.is-sp_table{
  border-top: 2px dashed #dedfe1;
  padding-top: 4px;
}
.is-sp_table table{
  width: 100%;
}
.is-sp_table table th{
  background: #d7e8e2;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  padding: 8px;
  border-bottom: none;
}
.is-sp_table table td.is-time{
  background: #dedfe1;
  width: 75px;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
}
.is-sp_table table td{
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 80px 15px;
  border-bottom: none;
  border-right: none;
  line-height: 1.2;
}
.is-sp_table table td img{
  margin-top: 20px ;
  margin-bottom: 20px;
}
