@charset "UTF-8";
/* CSS Document */

.sub section#subContainer .eventFooter_cont{
      clear: both;
}



/*-------- フェスタボックス ---------*/

#newyearfest .festblock{
  background-image: url(./20200111_newyaer_mainbg.jpg);
}

/*-------- フェスタボックス メインイメージ---------*/

#newyearfest .festblock .mainimage {
  position:relative;
}

#newyearfest .festblock .mainimage .title{
  width:70%;;
  margin:0 auto;
  display:block;
}

#newyearfest .festblock .mainimage .cloud_01{
  width:20%;
  animation: horizontal 2s ease-in-out infinite alternate;
  position:absolute;
  top:50px;
  left:5%;
  filter: drop-shadow(5px 5px 2px #F44336);
}

#newyearfest .festblock .mainimage .cloud_02{
  width:25%;
  animation: horizontal 2s ease-in-out infinite alternate;
  position:absolute;
  top:350px;
  right:2%;
  filter: drop-shadow(5px 5px 2px #F44336);
}

@keyframes horizontal {
    0% { transform:translateX( -20px); }
  100% { transform:translateX(  0px); }
}

#newyearfest .festblock .mainimage .ume_01{
  width:12%;
  position:absolute;
  top:450px;
  left:13%;
  animation: r2 30s linear infinite;
}

#newyearfest .festblock .mainimage .ume_02{
  width:5%;
  position:absolute;
  top:400px;
  left:5%;
  animation: r1 30s linear infinite;
}

#newyearfest .festblock .mainimage .ume_03{
  width:10%;
  position:absolute;
  top:150px;
  right:11%;
  animation: r2 30s linear infinite;
}

#newyearfest .festblock .mainimage .ume_04{
  width:5%;
  position:absolute;
  top:70px;
  right:3%;
  animation: r1 30s linear infinite;
}

@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes r2 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

#newyearfest .festblock .mainimage .ougi{
  width:18%;
  position:absolute;
  top:250px;
  left:100px;
}


/*-------- フェスタボックス ep ---------*/
#newyearfest .festblock .epblock {
  width:80%;
  margin:auto;
  box-sizing:border-box;
}

#newyearfest .festblock .epblock img{
}
#newyearfest .festblock .epblock h4{
  font-size:140% !important;
  color:#cd3c2c;
    text-shadow: 2px 2px 0 #fff,
               -2px 2px 0 #fff,
               2px -2px 0 #fff,
               -2px -2px 0 #fff;
}
#newyearfest .festblock .epblock h4 span{
  font-size:160%;
  display:block;
  color:#cd3c2c;
}
#newyearfest .festblock .epblock p{
  font-weight:bold;
}



/*-------- プレゼント ---------*/

.sp_only{
  display: block!important;
}

.pc_only{
  display: none!important;
}

#newyearfest div.presentblock {
  width: 100%;
  margin: 60px auto 0 auto;
}

#newyearfest div.presentblock {
  width: 100%;
  margin: 60px auto 0 auto;
}

#newyearfest div.presentblock h4{
    font-size:140% !important;
    padding:20px 0!important;
    color:#fff;
    background-image: url(./20200111_newyaer_bgimg_01.jpg);
}


#newyearfest div.presentblock ul{
  width:96%;
  margin:0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
#newyearfest div.presentblock ul li{
  display:block;
  width: 32%;
  box-sizing:border-box;
  margin-bottom:30px;
  background:#fff;
  padding:15px;
}

#newyearfest div.presentblock ul li dl{
}

#newyearfest div.presentblock ul li img{
  margin-bottom:10px;
}

#newyearfest div.presentblock ul li dt{
  position:relative;
}
#newyearfest div.presentblock ul li dt label{
  color:#000;
  font-size:90%;
  font-weight:bold !important;
  position:absolute;
  top:0;
  left:0;
  background:#FFEB3B;
  padding:2px 10px;
}

#newyearfest div.presentblock p.notice{
  width:86%;
  font-size:85%;
  padding:20px;
  margin:auto;
  background:rgba(255,255,255,0.6)
}

#newyearfest div.presentblock .staff{
  font-weight:bold;
  width: 90%;
  margin:auto;
  background:#fff;
  text-align:center;
  border-radius:50px;
}


#newyearfest h5 span{
  vertical-align:middle;
}
#newyearfest h5 span{
  font-size:70% !important;
  padding:0 10px !important;
  letter-spacing:0.1em !important;
}

#newyearfest h3 {
  font-family: system-ui !important;
  font-size:37px !important;
  color:#c00 !important;
  position: relative;
  display: inline-block;
  padding: 0 100px;
  margin-top:150px !important;
  margin-bottom:20px !important;
}

#newyearfest h3:before {
    left: 0;
}

#newyearfest h4 {
    font-size: 25px !important;
    text-align: center;
    border-bottom: none!important;
}

#newyearfest .presentblock dl dd h5 {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c69d57+0,f7eabd+50,c69d57+100 */
    background: #c69d57; /* Old browsers */
    background: -moz-linear-gradient(left, #c69d57 0%, #f7eabd 50%, #c69d57 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c69d57 0%,#f7eabd 50%,#c69d57 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c69d57 0%,#f7eabd 50%,#c69d57 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69d57', endColorstr='#c69d57',GradientType=1 ); /* IE6-9 */
    text-align: center;
    font-weight: bold;
}

#newyearfest .presentblock dl dd h5 span {
    font-family:'arial';
    color: #cd3c2c;
    font-size: 40px !important;
    padding: 0 4px!important;
    letter-spacing: 0em !important;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    position: relative;
    top: -2px;
    line-height:0.1em;
}

#newyearfest .presentblock dl dd h6{
  color: #cd3c2c;
  font-size:100%;
  font-weight:bold;
  margin:10px 0 0 0;
}
#newyearfest .presentblock dl dd h6 strong{
  font-size:130%;
  font-weight:bold;
  display:block;
}

#newyearfest .presentblock dl dd p {
    font-size: 85%;
    padding: 10px 0 0 0;
}




/*--------イベント-------*/

#newyearfest div.eventblock{
  margin-top:70px;
  margin-bottom:50px;
  padding-bottom:50px;
}

#newyearfest div.eventblock h4{
    font-size:150% !important;
    padding:15px 0 !important;
    color:#fff;
    background-image: url(./20200111_newyaer_bgimg_01.jpg);
}

#newyearfest .eventblock.img {
    width: 40%;
    height: auto;
    margin-right: 10px;
}

#newyearfest .eventblock dl {
    width: 100%;
}

#newyearfest .eventblock .column2 li {
    padding: 1%;
    border: none;
    background: #fff;
    width: 49%;
    margin-bottom: 20px;
    position:relative;
    box-sizing:border-box;
}

#newyearfest .eventblock .column2 li dd p {
    padding-top: 0;
}

#newyearfest .eventblock .column2 li div.img {
  margin-bottom:10px;
}

#newyearfest .eventblock .column2 li dt {
    font-size: 100%;
    margin-bottom: 0;
    color: #fff;
    font-weight:bold;
    padding: 5px 20px;
    position:absolute;
    top:20px;
    left:0;
    background: repeating-linear-gradient(-45deg, #cd3c2c, #cd3c2c 5px, #cd3c2c 5px, #fff 6px);
}


#newyearfest .eventblock .column2 li dt span{
    font-size: 120%;
}
#newyearfest .eventblock .column2 li dt span::before {
  content: "\A" ;
  white-space: pre;
}

#newyearfest div.food ul.column2,
#newyearfest div.workshop ul.column2,
#newyearfest div.others ul.column2 {
    width: 90%;
    margin: 0 auto;
}


#newyearfest div.food ul.column2 strong,
#newyearfest div.workshop ul.column2 strong,
#newyearfest div.others ul.column2 strong{
  color:#000;
  display:block;
  margin-top:20px;
  font-size:90%;
  font-weight:bold;
}

#newyearfest div.food ul.column2 strong a,
#newyearfest div.workshop ul.column2 strong a,
#newyearfest div.others ul.column2 strong a{
  color:#cd3c2c;
}




/*-------- sale ー-----*/
.sub section#subContainer div.main_box #newyearfest .sale h3 {
    display: block;
    padding: 10px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif!important;
    font-size: 18px !important;
    color: #DA8E00;
    background: #c69d57;
    background: -moz-linear-gradient(left, #c69d57 0%, #f7eabd 50%, #c69d57 100%);
    background: -webkit-linear-gradient(left, #c69d57 0%,#f7eabd 50%,#c69d57 100%);
    background: linear-gradient(to right, #c69d57 0%,#f7eabd 50%,#c69d57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69d57', endColorstr='#c69d57',GradientType=1 );
    -webkit-background-clip: text;
    margin: 0!important;
    -webkit-text-fill-color: transparent;
}

.sub section#subContainer div.main_box #newyearfest .sale h3 span {
    ackground: #c69d57;
    background: -moz-linear-gradient(left, #c69d57 0%, #f7eabd 50%, #c69d57 100%);
    /* background: -webkit-linear-gradient(left, #c69d57 0%,#f7eabd 50%,#c69d57 100%); */
    /* background: linear-gradient(to right, #c69d57 0%,#f7eabd 50%,#c69d57 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69d57', endColorstr='#c69d57',GradientType=1 );
    color: #000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 36px !important;
}

.sub section#subContainer div.main_box #newyearfest .sale h3 span::after {
	content: "\A" ;
	white-space: pre ;
}

.sub section#subContainer div.main_box #newyearfest .sale h3:before,
.sub section#subContainer div.main_box #newyearfest .sale h3:after {
    display: none;
}

.sub section#subContainer div.main_box #newyearfest .sale .bg {
    background-image: url(./20200111_newyaer_bgimg_01.jpg);
    margin-top:50px;
}

.sub section#subContainer div.main_box #newyearfest .sale ul.column2{
  margin:30px 0 0 0;
}

.sub section#subContainer div.main_box #newyearfest .sale ul.column2 li{
      border-left: 5px solid #c69d57;
      border-right: 5px solid #c69d57;
      padding: 2%;
      width: 49%;
}
.sub section#subContainer div.main_box #newyearfest .sale ul.column2 li{
  background: url(./20200111_newyearevent_salebg_img.jpg) no-repeat top center;
}

.sub section#subContainer div.main_box #newyearfest .sale ul.column2 li:before, .sub section#subContainer div.main_box #newyearfest .sale ul.column2 li:after {
    content: "";
    display:block;
    height: 5px;
    position: absolute;
    width:100%;
    background: #c69d57;
    background: -moz-linear-gradient(left, #c69d57 0%, #f7eabd 50%, #c69d57 100%);
    background: -webkit-linear-gradient(left, #c69d57 0%,#f7eabd 50%,#c69d57 100%);
    background: linear-gradient(to right, #c69d57 0%,#f7eabd 50%,#c69d57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69d57', endColorstr='#c69d57',GradientType=1 );
}

.sub section#subContainer div.main_box #newyearfest .sale ul.column2 li:after {
    bottom: 0;
    left: 0;
}

.sub section#subContainer div.main_box #newyearfest .sale ul.column2 li:before {top: 0;left: 0;}

.sub section#subContainer div.main_box #newyearfest .sale h5 {
    font-size: 140% !important;
    padding: 10px !important;
    text-align: center;
    background: #c69d57;
    background: -moz-linear-gradient(left, #c69d57 0%, #f7eabd 50%, #c69d57 100%);
    background: -webkit-linear-gradient(left, #c69d57 0%,#f7eabd 50%,#c69d57 100%);
    background: linear-gradient(to right, #c69d57 0%,#f7eabd 50%,#c69d57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69d57', endColorstr='#c69d57',GradientType=1 );
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    font-weight: bold;    
}


.sub section#subContainer div.main_box #newyearfest .sale .price p {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}

.sub section#subContainer div.main_box #newyearfest .sale .price p span.number {
    color: #cd3c2c;
    font-size: 30px !important;
    font-weight: bold;
    letter-spacing: 0em;
    margin: 0 5px;
    font-family: 'arial';
}

.sub section#subContainer div.main_box #newyearfest .sale .price p span.title {
    background: #fff;
    padding: 5px 10px;
    text-shadow: none;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid;
}




/*-------- セミナ ー-----*/


#newyearfest div.flex .box {
    width: 100%;
    /* float: left; */
}

#newyearfest .flex {
    justify-content: space-between;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}

#newyearfest div.flex .box.w100 {
    width: 100%;
}

#newyearfest div.flex .box.w100 li {
}

#newyearfest div.food, #newyearfest div.workshop, #newyearfest div.others{
  box-sizing:border-box;
}

#newyearfest div.food ul.column2,
#newyearfest div.workshop ul.column2,
#newyearfest div.others ul.column2 {
    width: 90%;
    margin: 0 auto;
    justify-content:space-between;
}


#newyearfest div.seminar .column2 label {
    font-size: 90%;
    font-weight: bold !important;
    position: absolute;
    top: -10px;
    right: 20px;
    background: #cd3c2c; /* Old browsers */
    padding: 2px 20px 2px 20px;
    color: #fff;
}


.sub section#subContainer #newyearfest .seminar h3{
  background: url(./20200111_newyearevent_salebg_img.jpg) no-repeat top center;
  padding: 60px 20px 30px;
  display: block;
  margin: 0 !important;
}

#newyearfest .seminar h3:before{
    content: '';
    position: absolute;
    left: 30px;
    top: 20px;
    display: block;
    width: 100px;
    height: 113px;
    background-size: 100px;
    z-index: 100;
}

#newyearfest .seminar h3:after{
    content: '';
    position: absolute;
    right: 30px;
    top: 20px;
    display: block;
    width: 100px;
    height: 113px;
    background-size: 100px;
}

#newyearfest .seminar{
    background: url(./20200111_newyearevent_salebg_img.jpg) repeat top center;
    border: 3px solid #cd3c2c;
    position:relative;
}

#newyearfest .seminar h4 {
    font-size: 180% !important;
    padding: 10px !important;
    color: #fff;
    background-image: url(./20200111_newyaer_bgimg_01.jpg);
}

#newyearfest div.seminar .column2 label a {
    color: #fff;
}

#newyearfest .seminar .column2 li dt {
  color:#fff;
  font-size:120%;
  padding: 5px 0;
  background: repeating-linear-gradient(-45deg, #cd3c2c, #cd3c2c 5px, #cd3c2c 5px, #fff 6px);
}

 .sub #newyearfest .seminar ul.column2 {
    width: 90%;
    margin: 40px auto 0;
}

 .sub #newyearfest .seminar .column2 li {
    background: #fff;
    padding: 1% 1% 3%;
    border:none;
    position:relative;
    margin-bottom:50px;
}

#newyearfest .seminar .column2 li .date {
     font-weight: bold;
    text-align: center;
    line-height: 2em;
    color: #cd3c2c;
    font-size: 120%;
    font-family: 'arial';
    background:#fff;
}

#newyearfest .seminar .column2 li .date date{
    font-size:130%;
}

#newyearfest .seminar .column2 li .date span {
    background: #FFEB3B;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
}


.sub #newyearfest .column2 li dt {
}


.sub #newyearfest .seminar .pre {
    background: #fff;
    width: 90%;
    margin: 0 auto 50px;
    
}

.sub #newyearfest .pre h5 {
  font-size:130%;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 10px;
    background-color: #FFEB3B;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 10px 10px;
}

.sub #newyearfest .pre h5 strong{
  font-family: 'arial';
  color:#FFEB3B;
  font-weight:bold;
  font-size:110%;
}

.sub #newyearfest .pre h5 strong::after {
	content: "\A" ;
	white-space: pre ;
}


.sub #newyearfest .pre ul {
    padding: 30px;
}

.sub #newyearfest .pre ul {
    display: flex;
    justify-content:space-between;
}

.sub #newyearfest .pre ul li{
  width:23%;
}


.sub #newyearfest .pre ul div {
    font-weight: bold;
    border-bottom:1px solid #ddd;
    text-align:center;
    margin-bottom:10px;
}

.sub #newyearfest .pre ul p {

}

.sub #newyearfest .seminar .pre img {
    width: 150px;
    height: 150px;
    display:block;
    margin:auto;
}


/*-------- 会場 -----*/

#newyearfest .shop {
  margin-top:100px;
  padding:50px 20px 20px 20px;
  background-color: #f8f8f8;
  -webkit-background-size: 14px 14px;
  border:1px solid #ddd;
  border-radius:10px;
  box-sizing:border-box;
  position:relative;
}

#newyearfest .shop h4{
  font-size:160% !important;
  color:#fff;
  display:block;
  margin:0 auto;
  line-height:1.8em;
  position:absolute !important;
  top:0;
  right:0;
  left:0;
  background: repeating-linear-gradient(-45deg, #cd3c2c, #cd3c2c 5px, #cd3c2c 5px, #fff 6px);

}

#newyearfest .shop ul{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-top:40px;
}

#newyearfest .shop ul li{
  width:48%;
  margin:0 0 50px 0;
  padding:20px;
  box-sizing:border-box;
  background:#fff;
  border-radius:10px;
}
#newyearfest .shop ul li h5{
  color: #cd3c2c;
  font-size:120%;
  font-weight:bold;
}

#newyearfest .shop ul li dd{
  width:100%;
  height:400px;
}

#newyearfest .shop ul li dd iframe{
  width:100%;
  height:100%;
}

#newyearfest .shop ul li dl{
  margin:20px 0;
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:right;
}

#newyearfest .shop ul li dl.villa{
  background-image: url(./20200111_newyearevent_shop_villa.png);
}

#newyearfest .shop ul li dl.takara{
  background-image: url(./20200111_newyearevent_shop_takara.png);
}

#newyearfest .shop ul li dl.labo{
  background-image: url(./20200111_newyearevent_shop_labo.png);
}

#newyearfest .shop ul li dl.sumai{
  background-image: url(./20200111_newyearevent_shop_sumai.png);
}



#newyearfest .shop ul li dl p{
  font-size:90%;
  font-weight:bold;
}


@media screen and (max-width: 959px) {
  .sub .column2 li dt, .sub .column3 li dt {
    font-family:unset;
  }
  #newyearfest .eventblock .column2 li {
 
  }
  #newyearfest .seminar ul.column2 {
   display:flex;
   justify-content:space-between;
  }
   #newyearfest .seminar ul.column2 li{
   width:48%;
  }

  #newyearfest .seminar .column2 li .date span {
    display:block;
  }

}

@media screen and (max-width: 768px) {
   #newyearfest .festblock .mainimage {
    height:unset;
    position:relative;
    }
  #newyearfest .festblock .mainimage .title{
    width:96%;
  }
  
  #newyearfest .festblock .mainimage .cloud_01{
    width:20%;
    top:70px;
    left:2%;
  }
  #newyearfest .festblock .mainimage .cloud_02{
    width:20%;
    top:45vh;
    right:2%;
  }

  #newyearfest .festblock .mainimage .ume_01{
    width:12%;
    top:45vh;
    left:8%;
  }

   #newyearfest .festblock .mainimage .ume_02{
    width:5%;
    top:40vh;
  }
  #newyearfest .festblock .mainimage .ume_04{
    width:7%;
    top:10vh;
    right:3%;
  }
  #newyearfest .festblock .epblock {
    width:96%;
  }


  #newyearfest .festblock .epblock h4{
    width:100% !important;
    font-size:140% !important;
    color:#cd3c2c;
    margin:0 !important;
    padding: 0!important;
  }
  #newyearfest .festblock .epblock h4 span{
    font-size:140%;
    display:block;
    color:#cd3c2c;
  }

  #newyearfest .festblock .mainimage .ougi{
    width:16%;
    position:absolute;
    top:25vh;
    left:5%;
  }
  #newyearfest div.presentblock ul li{
    width:100%;
  }
  #newyearfest div.presentblock ul li dl{
    display:flex;
    justify-content:space-between;
  }
  #newyearfest div.presentblock ul li dt{
    width:38%;
    position:relative;
  }
  #newyearfest div.presentblock ul li dd{
    width:60%;
    position:relative;
  }



  #newyearfest div.presentblock ul{
    width:96%;
  }
  #newyearfest div.food ul.column2,
  #newyearfest div.workshop ul.column2,
  #newyearfest div.others ul.column2 {
    width: 96%;
    margin: 0 auto;
  }
  .sub #newyearfest .pre ul{
    flex-wrap:wrap;
  }
  .sub #newyearfest .pre ul li{
    width:48%;
  }
  .sub #newyearfest .seminar .pre img {
    width: 50%;
    height:unset;
    display:block;
    margin:auto;
  }
  #newyearfest .seminar .column2 li dt {
  color:#fff;
  font-size:110%;
  }
  #newyearfest .seminar .column2 li .date span {
    margin-left: 0;
  }

  #newyearfest .shop ul{
  display:unset;
  justify-content:unset;
  flex-wrap:unset;
  }
  #newyearfest .shop ul li{
    width:100%
  }
  #newyearfest .shop ul li h5{
    color: #cd3c2c;
    font-size:140%;
   font-weight:bold;
  }
  #newyearfest .shop ul li dl p{
    font-size:100%;
    font-weight:bold;
  }
  #newyearfest .shop ul li dd{
    height:300px;
  }
  #newyearfest .eventblock .column2 li dt {
    position:unset;
  }
  #newyearfest .eventblock .column2 li dt span::before {
    content: none ;
    white-space: none ;
  }


}
@media screen and (max-width: 600px) {

  #newyearfest .shop ul li dl.villa{
    background-image:none;
  }

  #newyearfest .shop ul li dl.takara{
    background-image:none;
  }

  #newyearfest .shop ul li dl.labo{
    background-image:none;
  }

  #newyearfest .shop ul li dl.sumai{
    background-image:none;
  }
}

@media screen and (max-width: 550px) {
  #newyearfest .festblock .epblock h4{
    font-size:110% !important;
  }

  #newyearfest div.presentblock ul li dl{
    display:unset;
    justify-content:unset;
  }
  #newyearfest div.presentblock ul li dt{
    width:100%;
    position:relative;
  }
  #newyearfest div.presentblock ul li dt img{
    width:100%;
  }
  #newyearfest div.presentblock ul li dd{
    width:100%;
    position:relative;
  }

  #newyearfest div.food ul.column2,
  #newyearfest div.workshop ul.column2,
  #newyearfest div.others ul.column2 {
    display:unset;
  }
  #newyearfest .eventblock .column2 li {
    width: 96%;
    margin:0 auto 20px;
  }

    #newyearfest .seminar h4 {
    font-size: 140% !important;
  }
  .sub #newyearfest .seminar ul.column2 {
    display:block;
    margin-top:20px;
  }
  .sub #newyearfest .seminar ul.column2 li{
    width: 96%;
    margin:50px auto 20px;
  }
   .sub #newyearfest .seminar ul.column2 {
    width: 96%;
  }
  .sub #newyearfest .pre ul{
    padding:2%;
    
  }
  .sub #newyearfest .pre ul li{
    width:47%;
    
  }

}