@charset "UTF-8";
.web_footer {
  width: 100%;
  align-self: flex-end;
}
.main-content {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
  padding-bottom: 80px;
}

.tleStyle2 {
  color: #033c7c;
  font-size: 1.4285714286em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.tleStyle2:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  position: absolute;
  bottom: 0.1em;
  right: 0;
  left: 0;
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(230, 238, 246,.5);
}
.tleStyle3 {
  font-size: 1.2857142857em;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 30px;
}
.tleStyle3:before {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  position: absolute;
  top: 0.85em;
  left: 0;
  background-color: #033c7c;
}

.small-90 {
  font-size: 0.9em;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.days dt {
  width: 9em;
}
.days dd {
  width: calc(100% - 9em);
}

.btn {
  width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.btn a {
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 400;
  position: relative;
  background-color: #033c7c;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn a:after {
  content: "▷";
  font-size: 0.7;
  font-family: icomoon;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btn.zoom {
  margin-bottom: 50px;
}
.btn.id {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #555;
  margin-bottom: 20px;
}
/* .btn.zoom a{
  background: #f2f8ff;
  color: #033c7c;
}
.btn.zoom a:hover {
  background: #033c7c;
  color: #fff;
} */
.btn.zoom a:after {
  content: "❐";
}
.btn a:hover {
  background-color: #e6ebf2;
  color: #033c7c;
}
.btn.nolink a {
  background-color: #bbbbbb;
  pointer-events: none;
}

.attention > li:not(:first-child) {
  margin-top: 20px;
}
.attention li {
  padding-left: 1em;
}
.attention li .num {
  color: #033c7c;
  font-weight: 400;
  text-indent: -1em;
  display: inline-block;
}
.attention .icon-right {
  font-size: 0.7em;
  line-height: 1em;
  color: #78209b;
}

.info {
  font-size: 1.2em;
  text-align: center;
}
.info span {
  display: inline-block;
}

.movie_box {
  text-align: center;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.movie_list li {
  width: 24%;
  margin-right: 1.3%;
}
.movie_list li:nth-child(4n) {
  margin-right: 0;
}
.movie_list li:nth-child(n+5) {
  margin-top: 20px;
}
.movie_list li figure .thumb {
  line-height: 0;
  cursor: pointer;
}
.movie_list li figure .thumb figcaption {
  margin-top: 10px;
}