@charset "UTF-8";

.tx_gold {
  color: #DEB655;
}

#mv {
  background-color: #171B26;
  padding-bottom: 5px;
}

#mv img {
  height: auto;
  max-width: 100%;
}

.mv_reason {
  padding-top: 20px;
}

.mv_reason_ttl {
  text-align: center;
  margin-bottom: 30px;
}

.mv_reason ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mv_reason li {
  width: 33%;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top center;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 60px 10px 20px;
  line-height: 1.4;
}

.mv_reason .icon1 {background-image: url(/contents/9pfruit/img/icon1.png);}
.mv_reason .icon2 {background-image: url(/contents/9pfruit/img/icon2.png);}
.mv_reason .icon3 {background-image: url(/contents/9pfruit/img/icon3.png);}
.mv_reason .icon4 {background-image: url(/contents/9pfruit/img/icon4.png);}
.mv_reason .icon5 {background-image: url(/contents/9pfruit/img/icon5.png);}


.mv_contact {
  background-color: #b58937;
}

.mv-lead {
  background-color: #E5DBD2;
  background-repeat: no-repeat;
  background-image: url(/contents/9pfruit/img/box_sp.jpg);
  background-size: 100% auto;
  background-position: center top;
  min-height: 525px;
}

.mv-lead-tx {
  width: 100%;
  margin: auto;
  padding: 75vw 0 10px 30px;
  color: #101126;
}


.mv-lead-tx {
  text-align: left;
  font-size: 18px;
}

section.fr_chef {
  background-color: #171B26;
  padding: 0 0 50px;
}

.fr_chef .gold_hd {
  background-image: url(/contents/9pfruit/img/kodawari-bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 70px;
  height: 70px;
  text-align: center;
  color: #101126;
  font-size: 18px;
  padding-top: 20px;
  margin: 0;
}

.gold_hd:before,
.gold_hd:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 10px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.gold_hd:before{ 
  background-image: url('/contents/9pfruit/img/kazari1.png');
  background-position: left top;
}
.gold_hd:after{ 
  background-image: url('/contents/9pfruit/img/kazari2.png');
  background-position: right top;
}


.fr_chef * {
  color: #fff;
}

.chef_tx {
  padding: 20px;
}

.chef_name {
  background-repeat: no-repeat;
  background-size: 90px auto;
  background-position: left 70px bottom;
  padding-bottom: 25px;
}

.name_fu {background-image: url(/contents/9pfruit/img/name01.png);}
.name_ka {background-image: url(/contents/9pfruit/img/name02.png);}


section.item_lineup {
  background-color: #171B26;
  padding: 30px 10px 10px;
}

.lineup_hd {
  text-align: center;
  color: #fff;
  font-size: 22px;
  background-image: url(/contents/9pfruit/img/whiteline.gif);
  background-repeat: repeat-x;
  background-size: 100% 1px;
  background-position: center left;
}

.lineup_hd span {
  background-color: #171B26;
  padding: 0 20px;
}

.item_lineup ul {
  width: 350px;
  margin: 10px auto 0px;
}

.item_lineup ul li {
  height: 445px;
  margin-bottom: 55px;
  padding: 0 10px 20px;
  background-repeat: no-repeat;
  background-color: #DACDC7;
  background-size: 100% auto;
  position: relative;
  text-align: left;
}

.item_lineup ul .item01 {  background-image: url(/contents/9pfruit/img/set01.jpg?1);}
.item_lineup ul .item02 {  background-image: url(/contents/9pfruit/img/set02.jpg?1);}
.item_lineup ul .item03 {  background-image: url(/contents/9pfruit/img/set03.jpg?1);}
.item_lineup ul .item04 {  background-image: url(/contents/9pfruit/img/set04.jpg?1);}

.item_lineup ul p {
  color: #101126;
  font-size: 13px;
}

.item_lineup .flag {
  width: 50px;
  margin-bottom: 5px;
}

.item_lineup h3 {
  color: #101126;
  /* text-shadow: #fff 1px 1px ; */
}


.item_lineup ul .itemlist span {
  color: #d0a45c;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d0a45c;
  border-radius: 5px;
  margin-right: 5px;
  padding: 0px 5px;
  font-size: 10px;
}

.item_lineup .item_detail_tx {
  position: absolute;
  bottom:0px;
  left:0px;
  padding: 0 50px 15px;
}

.item_lineup ul a {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 60px;
  background-color: #B68938;
  color: #fff;
  text-align: center;
  background-image: url(/contents/common/img/cart.png) ;
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 22px 24px;
  position: absolute;
  bottom:-33px;
  left:0px;
}

.lineup_notice {
  display: block;
  width: 350px;
  background-color: #fff;
  border: 1px solid #d0a45c;
  color: #101126;
  padding: 10px;
  margin: 20px auto;
}


section.scene {
  background-color: #0F131C;

}
.scene_hd {
  text-align: center;
  color: #d0a45c;
  font-size: 22px;
  background-image: url(/contents/9pfruit/img/goldline.gif);
  background-repeat: repeat-x;
  background-size: 100% 1px;
  background-position: center left;
}

.scene_hd span {
  background-color: #0F131C;
  padding: 0 10px;
}

.scene ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 250px;
  margin: auto;
}

.scene li {
  width: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top center;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 60px 10px 20px;
  line-height: 1.4;
}

.icon6 {background-image: url(/contents/9pfruit/img/icon6.png);}
.icon7 {background-image: url(/contents/9pfruit/img/icon7.png);}
.icon8 {background-image: url(/contents/9pfruit/img/icon8.png);}
.icon9 {background-image: url(/contents/9pfruit/img/icon9.png);}


.scene_lead {
  background-image: url(/contents/9pfruit/img/scene_SP.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 10vw 20px;
  background-color: #F0F0F0;
}

.scene_lead h2 {
}


/* PC Style ----------*/

@media (min-width: 768px) {

  #mv  {
    text-align: right;
  }

  #mv h1 {
    background-repeat: no-repeat;
    background-image: url(/contents/9pfruit/img/MVimg.jpg);
    background-position: center center;
    background-size: auto 600px;
    text-align: left;
    min-height: 600px;
    padding: 60px 10px 0;
  }

  .mv_gentei {
    position: absolute;
    right:3%;
    bottom:40px;
  }



.mv_reason {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 40px auto;
  width: 1200px;
}

.mv_reason_ttl {
  width: 200px;
  margin-top: 30px;
}

.mv_reason ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.mv_reason li {
  width: 200px;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: top center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 65px 10px 0px;
}

.mv-lead {
  background-image: url(/contents/9pfruit/img/box.jpg);
  background-size: auto 525px;
  background-position: center center;
  min-height: 525px;
}

.mv-lead-tx {
  width: 100%;
  margin: auto;
  padding: 40px 0 0 20px;
}


.fr_chef .gold_hd {
  background-size: auto 179px;
  height: 179px;
  font-size: 50px;
  padding-top: 50px;
  margin-bottom: 60px;
}

.gold_hd:before,
.gold_hd:after {
  width: 90px;
  height: 29px;
}


.fr_chef .chef_box {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}


.chef_box:nth-of-type(2) {
  flex-direction: row-reverse;
}

.chef_box > p {
  width: 50%;
}

.chef_tx {
  width: 50%;
    padding: 40px 0 0 40px;
}
.chef_name {
  background-size: 133px auto;
  background-position: left 90px bottom;
  padding-bottom: 25px;
}








section.fr_chef {
  padding-top: 0;
}

.chef_box {
  width: 1240px;
  margin: auto;
}



section.item_lineup {
  padding: 80px 30px 30px;
}

.item_lineup .lineup_hd {
  font-size: 30px;
  width: 537px;
  margin: 0 auto 30px;
}

.lineup_hd span {
  padding: 0 20px;
}

.item_lineup ul {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_lineup ul li {
  width: 537px;
  height: 682px;
  margin-bottom: 96px;
  padding: 0 30px 30px;
}

.item_lineup ul p {
  font-size: 16px;
}

.item_lineup .flag {
  width: 85px;
  margin-bottom: 5px;
}

.item_lineup h3 {
}


.item_lineup ul .itemlist span {
  font-size: 12px;
}

.item_lineup ul a {
  width: 535px;
  height: 50px;
  padding: 10px 60px 6px;
  bottom:-48px;
  font-size: 18px;
  left:1px
}

.item_lineup .item_detail_tx {
    padding-bottom: 35px;
}


.item_lineup .lineup_notice {
  display: block;
  width: 800px;
  margin: 10px auto 40px;
  text-align: center;
}

.scene_lead {
  background-image: url(/contents/9pfruit/img/scene.jpg);
  background-size: auto 400px;
  height: 400px;
  padding: 80px 0 70px 15vw;
  background-position: center top;
}


section.scene {
  padding: 0;
}

.scene .scene_hd {
  font-size: 30px;
  width: 1000px;
  margin: 0 auto 30px;
}

.scene_hd span {
  padding: 0 20px;
}

.scene ul {
  flex-wrap: nowrap;
  width: 1000px;
}

.scene li {
  width: 25%;
  background-size: 60px;
  font-size: 24px;
  padding: 80px 10px 20px;
}
}



@media (min-width: 1500px) {
  #mv h1 {
    margin-left: 10vw;
    background-position: center right;
    background-size: cover;
      padding: 60px 5% 0;
}
.mv-lead-tx {
  width: 1000px;
  margin: auto;
  padding: 100px 0 0;
}

}






