@charset "UTF-8";
/* Happy_and_Natural*/

.tradition{
  text-align: center;
  margin-bottom: 50px;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e6;
}

.tradition h1{
    font-family: "Montserrat","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}


#feature-wrap ul li.first-child{
    clear: both;
    margin-left: 0;
}
#feature-wrap .caption{
    padding: 5px 0 40px 0;
}

#feature-wrap img{
  border: 1px solid #cfd8dc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}


.tradition .sub{
display: block;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 10px;
    margin-top: 8px;
}

.newlabel {
    background-color: #fff;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #4482c2;
    color: #4482c2;
	padding:1px;
}
.caption a {
	color: #777;
}
#special p {
  margin-top: 20px;
  text-align: center;
  line-height: 25px;
}


/*-----------------------------*/
/*smartphone only*/
/*-----------------------------*/
@media (max-width: 767px) {
  .tradition{
    text-align: center;
    margin-bottom: 50px;
    padding: 15px 0 ;
    border-bottom: 1px solid #e5e5e6;
  }
   p{
  	font-size:10px;
  }
  #feature-wrap ul li.first-child{
  	clear: none;
    margin-left: 2%;
  }
  #feature-wrap ul li:nth-child(2n+1) {
    clear: both;
    margin-left: 2%;
  }
  #feature-wrap img{
  	width:100%;
  }

  #feature-wrap li{
  	float: none;
    margin: 0;
  }
  #feature-wrap .caption {
    padding: 0 5px;
  }
}

@media screen and (max-width:640px){
 p{
	line-height: 15px;
	margin-top: 5px;
}
}
