@charset "utf-8";
/* CSS Document */

sub {
  font-size: 12px;
}
#breadcrumb sub {
  font-size: 10px;
}

.title_box {
  width: 100%;
  margin: 0 0 40px 0;
  text-align: center;
}
.title_box p {
  color: #e00b0e;
}
.title_box h1 {
  font-size: 1.8rem;
}

.title_box h2 {
  font-size: 1.6rem;
  margin: 10px 0;
  color: #e00b0e;
  text-align: left;
  color: #333;
}

.title_box img {
  margin-top: 30px;
  width: 80%;
  height: auto;
  border-radius: 16px;
}

.title_box .t_popup {
  background: #e00b0e;
  color: #fff;
  width: 90%;
  height: 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}




.event-txt {
  margin: 0 0 40px;
}
.event-txt p+p,
.event-txt p+div{
  margin-top: 20px;
}
.event-img {
  width: calc(100%);
  margin: 0 0 40px;
}
.event-img img {
  width: 100%;
  display: block;
}
.event-img ul {
  flex-wrap: wrap;
  display: flex;
}
.event-img ul li {
  padding: 8px;
  margin: 0 0 -1px -1px;
  box-sizing: border-box;
}
.event-img.list1 ul li {
  /*width: calc(100% / 4);*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.event-txt.w720,
.event-img.w720,
.title_box.w720 {
  max-width: 720px;
  margin: 0 auto 40px;
}
.event-txt.w450 {
  max-width: 450px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px), screen and (orientation: portrait) {

  #container #contents #contents_header .header_img.act h1 {
    height: 35px;
  }
  .title_box {
    margin: 0 0 20px;
  }
  .event-txt {
    margin: 0 0 20px;
  }
  .event-img {
    margin: 0 0 20px;
  }

}


.flR {
  float: right;
  padding: 0 0 20px 20px;
}
.flR.half {
  width: 45%;
}
.flR img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px), screen and (orientation: portrait){
  .flR.half {
    float: none;
    padding: 0;
    width: 100%;
  }
}

.flL {
  float: left;
  padding: 0 20px 20px 0;
}
.flL.half {
  width: 45%;
}
.flL.bottle {
  width: 13%;
}
.flL img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px), screen and (orientation: portrait){
  .flL.half {
    float: none;
    padding: 0;
    width: 100%;
  }
  .flL.bottle {
    width: 20%;
  }
}

figure, figure + p {
  margin-top: 20px !important;
}
figure img {
  max-width: 100%;
  height: auto;
}


