@import url("https://file002.shop-pro.jp/PA01012/586/js/slick/slick.css");
@import url("https://file002.shop-pro.jp/PA01012/586/js/slick/slick-theme.css");

/*************************************************
all
*************************************************/

.section_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #c13838;
}

.bg_wrap {
  background: #fff;
}

/*************************************************
main_visual
*************************************************/
.main_visual {
  display:block;
  margin-top:-4px;
}

.main_visual img {
  margin-bottom:10px;
}

.main_visual .slick-prev {
  top: 53% !important;
  left: 100px !important;
}

.main_visual .slick-next {
  top: 53% !important;
  right: 116px !important;
}

.main_visual .slick-dots {
  right: 0 !important;
  bottom: -28px !important;
}

.slick-dots li button:before {
  color: #f0101e !important;
}

.slick-prev::before {
  content: url(https://file002.shop-pro.jp/PA01012/586/img//index_slick_prev.gif) !important;
}

.slick-next::before {
  content: url(https://file002.shop-pro.jp/PA01012/586/img/index_slick_next.gif) !important;
}

/*************************************************
news
*************************************************/

.news {
  padding:0;
  margin:0 0 30px;
} 

.news .news_box {
  padding: 10px 20px 0;
    background: #f7f7f7;
}
.news .news_box:nth-of-type(1) {
  padding-top: 15px;
}

.news .news_box:nth-of-type(3) {
  padding-bottom: 5px;
}

.news .news_box span {
  font-weight: bold;
  font-family: 'Arial',sans-serif;
}

.news .news_box .news_txt {
  margin-top: 5px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}

.news .news_box:nth-of-type(3) .news_txt {
  border-bottom: none!important;
}

.news p {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
}

.news p a {
  color: #c13838;
}
/*************************************************
contact
*************************************************/

.contact {
  background-color: #f2f5f7!important;
  color: #000;
  margin: auto;
  /*  margin-bottom: 22px;*/
}

.contact ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact ul li {
  width: 33.333%;
  text-align: center;
  line-height: 1.5;
  padding: 15px 0 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.contact ul li:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.contact ul li .address {
  font-size: 1.5rem;
  line-height: 2;
}

.contact ul li.address span {
  line-height: 1.5;
}

.contact ul li h2 {
  color: #f0101e;
  font-size: 1.7rem;
  font-weight: normal;
}

.contact ul li img {
  width: 30px;
  display: block;
  margin: 10px auto 0;
}

.contact ul li p {
  font-size: 2rem;
}

.contact ul li p.deco {
  /*  display: block;*/
  font-size: 1.4rem;
  font-weight: normal;
}

.contact ul li p.deco span,
.contact ul li p.deco a {
  display: inline-block;
  background: #f0101e;
  color: #fff;
  font-size: 1.5rem;
  margin: 10px auto 0;
  padding: 3px 13px 5px;
}

.contact ul li p span a {
  background: #f0101e;
  color: #fff;
  width: 87%;
  margin: 10px auto 0;
  padding: 7px 0;
  display: block;
}

/*************************************************
pickup
*************************************************/

.pickup {
  padding: 30px 0;
  font-size: 1.3rem;
}

.pickup ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto -30px;
}

.pickup ul li {
  width: 48%;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.pickup ul li h3 {
  font-size:16px;
  background:#f7f7f7;
  padding: 10px;
}

.pickup ul li figure {
  margin:10px 0;
}

/*.pickup ul li a img {
  box-shadow: 0px 0px 3px 2px #d8d8d8;
}*/

.pickup ul li a span {
    display: block;
    margin: 8px auto 0;
    width: 97%;
    font-size: 1.6rem;
    line-height: 1.2;
}

.pickup ul li a:hover span {
  color: blue;
  text-decoration: underline;
}

.case_bunner {
   margin-top: 35px auto;
}

.h2-lineup {
  font-size:24px;
  background:#f7f7f7;
  text-align: center;
  padding: 10px;
}
/*************************************************
order_button
*************************************************/

.order_button {
  background: #f2f5f7;
  margin-bottom: -50px;
}

.order_button ul li {
  padding: 30px;
  position: relative;
}

.order_button ul li:nth-child(2) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.order_button ul li h2 {
  font-size: 1.2rem;
  width: 33%
}

.order_button ul li p {
  width: 58%;
  position: absolute;
  top: 18px;
  right: 30px;
}

.order_button ul li p a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  background: #f0101e;
}

.order_button ul li.box02 p a {
  background: #e8970c;
}

.order_button ul li.box03 p a {
  background: #0c7ae8;
}

/*************************************************
ranking
*************************************************/

.ranking {
  padding: 35px 0 0;
  background: #fff;
  margin-top:0;
  margin-bottom:30px;
}

.ranking_slider {
  padding: 0;
  width: calc(100% + 26px)!important;
  margin: -11px auto 0 -11px;
}

.ranking_slider .slick-prev {
  display:none!important;
  
}

.ranking_slider .slick-next {
  display:none!important;

}

.ranking_slider li {
  margin: 0 10px;
}

.ranking_slider li .number {
  display: block;
  width: 45px;
  margin: auto;
  position: relative;
  top: 15px
}

.ranking_slider li a {
  display: block;
  text-align: center;
  font-size: 1.3rem;
}

.ranking_slider li a:hover {
  opacity: 1;
}

.ranking_slider li a:hover img,
.ranking_slider li a:hover h3 {
  opacity: 0.5;
}

.ranking_slider li a:hover p {
  color: blue;
  opacity: 1;
  text-decoration: underline;
}

.ranking_slider li a img {
  box-shadow: 0px 0px 3px 2px #bebebe;
}

.ranking_slider li a .band {
  background: #f0101e;
  color: #fff;
  font-weight: normal;
  padding: 7px 0;
  text-align: center;
  margin: 0 0 10px;
  font-size: 1.4rem;
  box-shadow: 0px 0px 3px 2px #bebebe;
}

.ranking_slider li a p span {
  display: block;
  margin-top: 10px;
}


/*************************************************
bunner_block
*************************************************/
.bunner_block {
  padding: 15px 0 30px;
  background: #fff;
  width: 100%;
  margin: auto;
}

.bunner_block p {
  width: 100%;
  margin-top: 20px;
}

/*
.bunner_block p {
  width: 49%;
  float: left;
}

.bunner_block p:first-child {
  margin-right: 2%;
}

.bunner_block p:nth-child(3),
.bunner_block p:nth-child(4){
  width: 100%;
  margin-top: 20px;
}
*/

.bunner_block p img {
  vertical-align: middle;
}

/*************************************************
appeal
*************************************************/

.appeal {
  padding: 30px 25px;
  background: #C13838;
}

.appeal .txt_box h2 {
  width: 30%;
  float: left;
}

.appeal .txt_box p {
  width: 67%;
  float: right;
  font-size: 1.3rem;
  color: #fff;
  line-height:1.5;
}

.appeal ul {
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -5px;
}

.appeal li {
  position: relative;
  background: #fff;
  text-align: center;
  margin-top: 20px;
  width: 31%;
  align-self: stretch;
}

.appeal li h3 {
  text-align: center;
  background: rgba(190, 0, 0, 0.7);
  background: #333;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 0;
}

.appeal li h3 span {
  font-size: 1rem;
  display: inline-block;
  padding-left: 5px;
}

.appeal li p {
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 12px 0 12px;
}

/*
¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£
Media Queries
1100px¡Á
¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£¢£
*/

@media screen and (min-width: 1100px) {
  
  /*¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü news ¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü*/
 
 /* 
  .news {
    max-width: 1300px;
    padding: 35px 20px 37px;
    margin-top:23px;
  }
  
  .news i.fa-plus {
    top: 17px;
  }
*/  

  /*¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü contact ¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü*/
  .contact {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px 35px;
    background: transparent;

  }

  .contact ul li {
    width: 32%;
    padding: 20px 0 27px;
    text-align: center;
    line-height: 1.5;
    background: #fff;
  }

  .contact ul li {
    border: none;
  }

  .contact ul li .borderTop {
    font-size: 2rem;
  }

  .contact ul li p {
    font-size: 3rem;
  }

  .contact ul li p.deco {
    font-size: 1.6rem;
  }

  .contact ul li p.deco span,
  .contact ul li p.deco a {
    font-size: 1.6rem;
    padding: 7px 25px 10px;
  }

  .contact ul li .address {
    font-size: 2.5rem;
    line-height: 1.8;
  }

  .contact ul li img {
    width: 48px;
  }

  /*¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü order_button ¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü*/
  .order_button {
     margin-bottom: 0;
  }
  
  .order_button ul {
    display: flex;
  }

  .order_button ul li {
    width: 33.333%;
    padding: 30px 50px
  }

  .order_button ul li:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
  }

  .order_button ul li p {
    width: 100%;
    position: static;
  }

  .order_button ul li p a {
    display: block;
    font-size: 1.5rem;
    padding: 15px 0;
  }


  .order_button ul li h2 {
    font-size: 1.3rem;
    margin-bottom: 16px;
    width: 100%
  }


  /*¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü pickup ¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü*/
/*
  .pickup {
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 20px 0;
  }
  */
  
/*
  .pickup ul {
    margin-top: 20px;
  }
*/
  .pickup ul li {
    width: 32%;
  }
/*
  .pickup ul li a span {
    font-size: 1.6rem
  }
*/
  /*
  .case_bunner {
    max-width: 1000px;
  }
*/

  /*¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü ranking ¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü*/
/*
  .ranking {
    max-width: 1300px;
    margin: auto;
    padding: 30px 20px 35px;
  }
  */


  .ranking_slider .slick-prev {
    left: -40px;
    /*    top:100%!important;*/
  }

  .ranking_slider .slick-next {
    right: -24px;
  }

  .ranking_slider li a {
    font-size: 1.4rem
  }

  .ranking_slider li a span.band {
    font-size: 1.6rem
  }

  /*¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü bunner_block ¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü*/
  .bunner_block {
    max-width: 1000px;
    /*    width: 80%;*/
    margin: auto;
    padding: 0 0 35px;
  }


  /*¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü appeal ¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü¡ü*/

/*  .appeal .txt_box {
    width: 25%;
    height: 420px;
    padding: 72px 0;
  }
*/  

  .appeal .txt_box h2 {
    width: 330px;
    margin: auto;
    float: none;  }

  .appeal .txt_box p {
    margin: 20px auto 10px;
    float: none;
    width: 79%;
  }

/*  .appeal ul {
    width: 70%;
    height: 440px;
    margin-top: -20px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 20px;
  }
*/
  
  .appeal ul li p {
    vertical-align: bottom;
  }

  .ranking .section_ttl {
    width: 1300px;
    margin: auto;
  }

  .ranking ul {
    width: 1300px;
  }

  .ranking_slider li {
    margin: 0 13px;
  }
}
