.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: auto;
  bottom: 0;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

.bx-caption {
  text-align:center;
}

.bx-wrapper .bx-viewport {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border:none !important;
background-color:transparent;
}


.top1-4-1{
    font-family: Cambria, "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 22px;
    font-weight: bolder;
    padding-top:2%;
    line-height:200%;
}

.kodawari1 {
    text-align:center;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 5s;
	animation-iteration-count: 2;
}
	
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}



.news__lists dt{
  float: left;
}

.news__lists dd{
  margin-left: 100px !important;
  line-height: 140%;
  margin-bottom: 20px;
}

.shopcm {
  background-color:#000;
}

.shopcm h2{
  color:#fff;
  font-family:Cambria, "Liberation Serif", Times, "Times New Roman", serif;
  font-size:16px;
  text-align:center;
  margin:0 !important;
  padding:5px 0;
}

