.news-detail img{
  width: 100%;
}
body.news{
  background: url(/assets/img/bg/bg_events.jpg) center top;
  background-size: 500px 500px;
}
/* body.news .tit {
  color: #816de3;
} */
#content{
  max-width: 1100px;
}
.news-post {
  width: 100%;
  max-width: 1100px;
}
rt {
  font-size: 0.6em;
}
.movie-list-wrapper2{
  max-width: 640px;
  margin: auto;
}
.news-post .column4event a:hover{
  -webkit-animation: bounce 1s linear;
  animation: bounce 1s linear;
  opacity: 1;
}
.news-post .column4event a{
  text-decoration: none;
  padding: 14px 8px;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  border: 4px solid #000;
  border-radius: 27px;
  background-color: #fdd000;
  color: #aa5a05;
  font-size: 1.375rem;
  font-weight: 900;
  text-shadow: 4px 4px 1px #f9f2d4, -4px -4px 1px #f9f2d4, -3px -4px 1px #f9f2d4, -4px 4px 1px #f9f2d4, 4px -4px 1px #f9f2d4, 4px 0 1px #f9f2d4, -4px 0 1px #f9f2d4, 0 4px 1px #f9f2d4, 0 -4px 1px #f9f2d4;
  flex-wrap: wrap;
  width: 100%;
}
.column4event{
  margin: 50px auto 60px;
  width: 100%;
}
.column4event p{
  width: 24%;
  margin: auto;
}
.column4event rt{
  padding-bottom: 1px;
}
.fes-list .cat{
background-color: #816de3;
color: #fff;
}
.bonodori-music{
  display: flex;
}
.bonodori-music p img{
  width: 100%;
}
.bonodori-music p:nth-child(1) {
    width: 30%;
    margin-right: 2%;
    min-width: 140px;
}
.news-detail{
  background-image: none;
}
@media only screen and (min-width: 767px) {
  .news-detail {
    padding: 50px;
  }
}
/* listページ */

.events.list .p-item{
  min-height: 100vh;
}

.list h2 {
  padding-top: 11px;
  margin: 30px 0 10px;
}
.events.list h2 img{
  width: 100%;
}
.events.list h2 a{
  max-width: 640px;
  margin: auto;
  display: block;
}
.fes-list{
  background-image: none;
}
@media only screen and (min-width: 767px) {
  .fes-list {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .column4event{
    flex-direction:column;
  }
  .news-post .column4event a{
    margin: 0 0 20px;
    width: 100%;
  }
  .column4event p{
    width: 100%;
  }
}

.fes-list::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}
.fes-list::-webkit-scrollbar-thumb {
  background: #c88b33;
  width: 4px;
  border-radius: 20px;
}
.fes-list{
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 10px 0;
  word-break: break-all;
  width: 100%;
}
.fes-list a{
  color: #f1621d;
  font-weight: 800;
  text-decoration: underline;
}
.fes-list th {
  background: #f2aa84;
  color: #fff;
  border: 2px solid #f2aa84;
  padding: 10px;
  letter-spacing: 3px;
  font-size: 1.2rem;
}
.fes-list td{
  border: 2px solid #c1b198;
  padding: 12px 8px;
  font-size: 1.1rem;
}
.fes-list tr th:nth-child(1){
  width: 9%;
}
.fes-list tr th:nth-child(2){
  width: 20%;
}
.fes-list tr th:nth-child(3){
  width: 20%;
}
.fes-list tr th:nth-child(4){
  width: 50%;
}
@media only screen and (max-width: 768px) {
.fes-list{
  word-break: normal;
}
.fes-list tr th:nth-child(1){
  min-width: 100px;
}
.fes-list tr th:nth-child(2){
  min-width: 200px;
}
.fes-list tr th:nth-child(3){
  min-width: 200px;
}
.fes-list tr th:nth-child(4){
  min-width: 530px;
}
}
.p-item {
  margin-bottom: 2%;
}
.p-item_box2 {
  padding: calc(min(0.267vw, 2.048px) * 40) calc(min(0.267vw, 2.048px) * 20);
  position: relative;
}
.l-main_box {
  background-color: #FFFAE8;
  border-radius: calc(min(0.267vw, 2.048px) * 30);
  position: relative;
}

.events.list h3 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
  color: #816de3;
}
.l-main_inner {
  width: 100%;
  padding: 0 calc(min(0.267vw, 2.048px) * 17.5);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-main_inner {
      max-width: 1400px;
      padding: 0 calc(min(0.052vw, 1px) * 50);
  }
}
.l-footer {
  background-color: #FFF;
  padding: calc(min(0.052vw, 1px) * 10) 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
      padding: calc(min(0.052vw, 1px) * 20) 0;
  }
}
.l-footer_copyright {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}