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

.slide{
  width: 100%;
  height: 483px;
  margin: 0 auto;
}

.slide li img{
  opacity: 0;
}

.slide li:nth-child(1){
  background: url("../img/mv01.jpg") center no-repeat;
  background-size: cover;
}

.slide li:nth-child(2){
  background: url("../img/mv02.jpg") center no-repeat;
  background-size: cover;
}

.slide li:nth-child(3){
  background: url("../img/mv03.jpg") center no-repeat;
  background-size: cover;
}

.bk{
  height: 298px;
  background: url("../img/pic_hed.jpg") center no-repeat;
  background-size: cover;
}
.contents {
  padding-bottom: 80px;
}

.contents .inner{
  padding-top: 85px;
}

.contents .inner h1{
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 75px;
  text-align: center;
} 

.contents .inner p{
  line-height: 1.9;
}

.pic{
  margin: 40px 0;
}

.pic img + img{
  margin-left: 20px;
}

.contents h2{
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}

.contents dt{
  width: 145px;
  font-size: 16px;
  line-height: 2;
  float: left;
  clear: both;
}

.contents dt::before{
  content: "● ";
  font-size: 85%;
}

.contents dd{
  font-size: 16px;
  line-height: 2;
  padding-left: 145px;
}



@media screen and (max-width: 739px) {
  .slide{
    width: 100%;
    height:auto;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .bk{
    height: 20vw;
    background: url("../img/pic_hed.jpg") center no-repeat;
    background-size: cover;
  }
  
  .contents {
    background-color: #f6f6f6;
    padding-bottom: 10vw;
  }

  .contents .inner{
    padding-top: 12vw;
  }

  .contents .inner h1{
    font-size: 4.5vw;
    line-height: 1;
    margin-bottom: 10vw;
  } 

  .contents .inner p{
    line-height: 1.8;
  }

  .pic{
    width: 102%;
    margin: 5vw 0 5vw -2%;
  }
  
  .pic img {
     width: 48%;
     margin-left: 2%;
     margin-bottom: 2%;
  }

  .pic img + img{
    margin-left: 2%;
  }

  .contents h2{
    font-size: 3vw;
    line-height: 1;
    margin-bottom: 10px;
  }

  .contents dt{
    width: 100%;;
    font-size: 3vw;
    line-height: 2;
    float: none;
    clear: both;
  }

  .contents dd{
    font-size: 3vw;
    line-height: 2;
    padding-left: 1.2em;
    margin-bottom: 1vw;
  }


}






