@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 360px;
  width: 48%;
}

.contentswrap {
  margin: 25px 0 60px;
}

.lead {
  margin: 0 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.attention {
  margin: 0 20px 30px;
}
.attention li {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.attention.bottom li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.attention.bottom li:before {
  content: '※';
  margin-right: 0.5em;
}

.information {
  margin: 0 20px 30px;
}
.information .date, .information .weather {
  background: no-repeat left center;
  -webkit-background-size: 24px;
  -o-background-size: 24px;
  background-size: 24px;
  height: 24px;
  padding-left: 30px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
}
.information .date {
  background-image: url("/assets/img/calendar/today/icon_time.png");
  margin-bottom: 8px;
}
.information .weather {
  background-image: url("/assets/img/calendar/today/icon_weather.png");
}

.pagenavi {
  margin: 0 20px 30px;
}
.pagenavi li {
  float: left;
  margin: 0 20px 10px 0;
}
.pagenavi li a {
  display: block;
  background: url("/assets/img/common/arrow_jump.png") no-repeat left center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #000;
  padding-left: 25px;
  text-decoration: none;
}

.att_list {
  margin-bottom: 40px;
}
.att_list h4 {
  font-size: 18px;
  background: no-repeat 25px center;
  position: relative;
  margin-bottom: 20px;
}
.att_list h4:before {
  content: '';
  display: block;
  width: 20px;
  border-top: 6px solid #ffec01;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.att_list.attraction h4 {
  background-image: url("/assets/img/calendar/today/logo_fujiq.png");
  -webkit-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
  height: 26px;
  line-height: 26px;
  padding-left: 58px;
}
.att_list.thomasland h4 {
  background-image: url("/assets/img/calendar/today/logo_thomas.png");
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  height: 22px;
  line-height: 22px;
  padding-left: 76px;
}
.att_list.hamuhamu h4 {
  background-image: url("/assets/img/calendar/today/logo_hamutaro.png");
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  height: 32px;
  line-height: 32px;
  padding-left: 76px;
  letter-spacing: -0.08em;
}
.att_list.lisagas h4 {
  background-image: url("/assets/img/calendar/today/logo_lisagas.png");
  -webkit-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
  height: 40px;
  line-height: 40px;
  padding-left: 62px;
}
.att_list table {
  width: 100%;
}
.att_list table th {
  background: #e60012;
  color: #FFF;
  height: 50px;
  vertical-align: middle;
  font-size: 14px;
}
.att_list table th:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.att_list table th:nth-child(1) {
  width: 30%;
  letter-spacing: -0.2em;
}
.att_list table th:nth-child(2) {
  width: 10%;
}
.att_list table th:nth-child(3) {
  width: 20%;
}
.att_list table th:nth-child(4) {
  width: 25%;
}
.att_list table th:nth-child(5) {
  width: 20%;
}
.att_list table td {
  height: 60px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #d4d4d4;
  font-size: 12px;
  line-height: 1.3;
}
.att_list table td:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.att_list table td:first-child {
  font-size: 14px;
  font-weight: bold;
}
.att_list table tr:nth-child(even) td {
  background: #fff;
}
.att_list table tr:nth-child(even) td:first-child {
  background: #ffec01;
}
.att_list table tr:nth-child(odd) td {
  background: #fffde6;
}
.att_list table tr:nth-child(odd) td:first-child {
  background: #fff466;
}
