@charset "utf-8";/*@media (min-width: 751px)
{
  .featureContents .feature-detail2 .feature-kv-container
  {
    background-image: url(/photo/page/sega/500ac0e585b333a360c2293b41d25a74.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }         
}
@media (max-width: 750px)
{
  .featureContents .feature-detail2 .feature-kv-container
  {
    background-image: url(/photo/page/sega/1cd5b4d67d665ad2192f84904a28e8d2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }     
}*/

.sp_none{
  display: block;
}

.pc_none{
  display: none;
}


.feature-kv-container .crumbsList{
  color: #000;
}


.featureContents .feature-detail2 .feature-kv-container{
  margin-bottom: 170px;
}


@media (max-width: 750px)
{
  
.sp_none{
  display: none;
}  

.pc_none{
  display: block;
}

.featureContents .feature-detail2 .feature-kv-container{
  margin-bottom: 8.5em;
}

  }     

.section-title {
    font-size: 45px;
    color: #FFF;
    background-color: #DEB887;
}
.main h1 {
    font-size: 50px;
}
.main h2 {
    font-size: 45px;
}

.footer-navi {
  background-color: #ffb6c1;
  color: #ffffff;
  height: 170px;
  padding: 30px;
}

.footer-logo {
  float: left;
  font-size: 32px;
}

.footer-list {
  float: right;
}

.footer-list li {
  padding-bottom: 7px;
  color: #ffffff;
}


