@charset "UTF-8";

.background {
  background: url(../images/shogatsu/feature-1244-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.feature-banner {
  width: 100%;
      margin: 0 auto;
}

.menu {
  display: flex;
  justify-content: center;
}

.row .col_2-5 {
  width: 32%;

}

.bg-wht {
  background-color: #fff;
}

.bg-wafu {
  background: url(../images/shogatsu/kururin-bg2.jpg) repeat;
}

.bg-img,
.bg-img__dashi,
.bg-img__osechi,
.bg-img__kururin,
.bg-img__shrine {
  height: 220px;
  position: relative;
}

.bg-img {
  background: url(../images/shogatsu/shogatsu01-1.jpg) no-repeat center center;
  background-size: cover;
}

.bg-img__dashi {
  background: linear-gradient(rgba(255, 255, 255, 0) 55%, rgba(255, 255, 250, 0.3) 70%, rgba(255, 255, 255, 0.3)), url(../images/shogatsu/shogatsu05.jpg) no-repeat center center;
  background-size: cover;
}

.bg-img__osechi {
  background: url(../images/shogatsu/shogatsu17.jpg) no-repeat center center;
  background-size: cover;
}

.bg-img__kururin {
  background: url(../images/shogatsu/shogatsu32-1.png) no-repeat center -2px;
  transform: rotate(-0.2deg);
  background-size: contain;
  height: 205px;
  margin-top: 2rem;
}

.bg-img__shrine {
  background: url(../images/shogatsu/shogatsu42.jpg) no-repeat center center;
  background-size: cover;
}


h1.ttl,
.ttl-shrine,
.ttl-kururin {
  position: absolute;
  font-weight: bold;
  font-size: 2.1rem;
  font-family: serif;
  line-height: 1.5;
  letter-spacing: 2.2px;
}

h1.ttl,
.ttl-kururin {
  text-shadow: 0 0 15px #fff;
}

h1.ttl,
.ttl-shrine {
  bottom: 20px;
  left: 25px;
}

.ttl-kururin {
  bottom: 43px;
  left: 12px;
}

.ttl-shrine {
  color: #fff;
  text-shadow: 0 0 20px #333;
}



.subttl-red {
  font-family: serif;
  color: #e60012;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1.3px;
}

.subttl-blk {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.subtext {}

.subttl-mincho {
  display: block;
  font-family: serif;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 1.3px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.subttl-mincho-text {
  display: block;
  text-align: center;
  font-family: serif;
  font-size: 1.4rem;
}

figcaption {
  font-size: 1.4rem;
  text-align: center;
}


.recipe-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 0;
}

.recipe-ul {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

.recipe-ul li {
  list-style: none;
}

.recipe-text {
  display: flex;
  align-items: center;
}

.creset {
  counter-reset: number 0;
}

.number {
  position: relative;
  display: inline-block;
  padding: 0 0 0 33px;
}

.number::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  padding: 8px 9px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6ca06;
  border-radius: 12px;
  margin: 0 0 0 0px;
  font-weight: bold;
  color: #6e0e13;
  line-height: 0.5;
}


.post-type-feature .feature-btn {
  color: #fff;
  background: #98802f;
  border-radius: 0px;
  text-align: center;
  display: block;
  padding: 0.8rem 2rem;
  margin: 3rem auto 6rem;
  max-width: 200px;
}


.post-type-feature .feature-box {
  background: #dcd8bc;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}



.row .sp-order_3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}


.row .sp-order_4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.row .sp-order_5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.row .sp-order_6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.row .sp-order_7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.menu-yoko {
  display: flex;
  flex-wrap: wrap;
}

.menu-yoko li {
  /*  flex: 1 0 auto;*/
  padding-right: 1.3rem;

}



.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}








/*TAB表示*/

@media screen and (min-width: 768px) {
 .menu {
    justify-content: space-between;
  }
  .row .col_2-5 {
    width: 20%;
  }
  
  h1.ttl, .ttl-shrine, .ttl-kururin {
    font-size: 2.7rem;
  }
  
  
  .menu-yoko {
    display: block;
  }
  
  .bg-img,
  .bg-img__dashi,
  .bg-img__osechi,
  .bg-img__kururin,
  .bg-img__shrine {
    height: 310px;
  }
  
  
  .bg-img__kururin {
    background-size: cover;
    height: 349px;
        margin-bottom: 2rem;
  }

}

/*PC表示*/

@media screen and (min-width: 1080px) {
  .feature-banner {
        width: 1000px;
    margin: 0 auto;
  }
  
  .menu {
    justify-content: space-between;
  }
  .row .col_2-5 {
    width: 18.555555555%;
  }
  .bg-img,
  .bg-img__dashi,
  .bg-img__osechi,
  .bg-img__kururin,
  .bg-img__shrine {
    height: 462px;
  }

  .bg-img__kururin {
    transform: rotate(-0.4deg);
  }

  h1.ttl {
    bottom: 40px;
    left: 45px;
    font-size: 3.3rem;
    line-height: 1.7;
    letter-spacing: 3px;
  }
  .ttl-kururin,
  .ttl-shrine {
    bottom: 40px;
    left: 93px;
    font-size: 3.3rem;
    line-height: 1.7;
    letter-spacing: 3px;
  }

  .subttl-red {
    font-size: 2rem;
  }

  .subttl-blk {
    font-size: 2.5rem;
  }


  .subttl-mincho {
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 1.3px;
  }

  .subttl-mincho-text {
    font-size: 1.6rem;
  }

  .menu-yoko {
    display: block;
  }

  .ml40 {
    margin-left: 40px;
  }

  .post-type-feature .feature-btn {
    margin: 4rem auto 6rem;
  }

  .bg-img__kururin {
    margin-bottom: 3rem;
  }


}
