@charset "utf-8";
/* CSS Document */

main{
  background:url("../img/bg.jpg") center top;
  padding-bottom: 20px;
}
.mv{
  text-align: center;
  padding: 10px 0
}

.contents{
  width: 992px;
  margin:auto;
}
.sub-title{
  border-radius: 10px 10px 0px 0px;
  background: #002584;
  font-size:18px;
  font-weight: bold;
  color: #FFF;
  padding: 0.5em
}
.about{
  display: flex;
  justify-content: space-between;
  background: #FFF;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
}
.sl-item{
  width:540px;
}
.sl-item li:nth-child(odd){
  margin-bottom: 5px
}
.sl-item li:nth-child(even){
  margin-bottom: 10px
}
.gallery{
  width:400px;
}
.tourbox{
  border-radius: 0 0 10px 10px;
  padding: 10px
}

