@charset "utf-8";

/***************************************************
  sp.css
***************************************************/

.box-title-01 {
  margin-bottom: 12px;
  padding-top: 12px;
}
.ttl-01-box {
  padding: 0 0;
  margin: 0 auto;
}
.sp-main-area{
  margin-top: 5px;
  float: left;
  width: 31.5%;
  margin-right: 2.75%;
  box-sizing: border-box;
  margin-bottom: 20px;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
}
.sp-main-area a{
  display: block;
  height: 100%;
  text-decoration: none;
}
.sp-main-area img{
  width: 100%;
}
.sp-main-area figure{
  background-color: #fff;
}
.sp-main-area:hover{
  background: rgba(146, 135, 105, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sp-main-area:hover img{
  opacity: 0.8;
}
.sp-main-area:nth-child(3n) {
  margin-right: 0;
}
.box-sp-list {
  padding: 12px 20px 0;
}
.ttl-arrow{
  background: url(/shared/img/svg/ar01.svg) no-repeat center right;
  display: table;
  width: 100%;
}
p.ttl-sp{
  font-size: 16px;
  font-weight: bold;
  color: #df0000;
  display: table-cell;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  vertical-align: middle;
  padding-right: 20px;
}
p.txt-sp{
  margin: 8px 0 0;
  font-size: 13px;
  color: #65562d;
  padding: 0 20px 14px;
}
.txt-foods {
  display: block;
  margin: 30px 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
}
.no-nav-side > .ttl-02 {
  padding-top: 0;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
}
.top-line{
  border-top: 3px solid #e00000;
  padding-top: 20px;
}
.nav-side > ul > li:first-child{
  border-top: none;
}
@media only screen and (max-width: 640px) {
  .no-nav-side{
    padding: 0 20px;
  }
  .box-title-01 {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .box-title-01 + .ttl-02 {
    margin: 0 -20px;
    padding: 30px 20px;
    font-size: 20px;
  }
  .box-spsite{
    padding-bottom: 35px;
  }
  .sp-main-area,.sp-main-area:nth-child(3n) {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .no-nav-side > .ttl-02 {
    padding-top: 15px;
    font-size: 20px;
    margin: 15px 0 15px;
  }
  .sp-main-area:hover{
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #fff;
  }
  .sp-main-area:hover img{
    opacity: 1;
  }
  .txt-foods {
    margin-bottom: 0;
  }
}
.nav-side > ul > li > a{
  background-color: rgb(225, 0, 0);
  pointer-events: none;
  color: #ffffff;
  font-size: 15px;
  background-image: url(/shared/img/svg/ar06.svg);
  background-position: right 13px center;
}
.nav-side > ul > li > ul{
  display: block;
}
