#key {
  background: url("../img/takeout/key.jpg") no-repeat center;
  background-size: cover;
}
#lead {
  padding-bottom: 15vw;
  position: relative;
}
#lead:before {
  position: absolute;
  background: url(../img/takeout/lead_deco1.png) no-repeat;
  width: 70%;
  height: 100vw;
  left: 0;
  top: 0;
  background-size: 100%;
  content: "";
}
#lead:after {
  position: absolute;
  background: url(../img/takeout/lead_deco2.png) no-repeat;
  width: 100%;
  height: 100vw;
  right: 0;
  top: 55vw;
  background-size: 100%;
  content: "";
}
#lead .row .col .photo {
  margin-bottom: -10vw;
}
#lead .row .col ul {
  width: 44%;
  height: 41vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#lead .row .col ul li {
  background: #000;
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  padding: 10px 0;
}
#lead .row .col2 {
  padding: 0 4%;
}
#lead .row .col2 h2 {
  font-size: 6vw;
  margin-bottom: 5vw;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
  }
  #lead {
    padding-bottom: 100px;
  }
  #lead:before {
    width: 522px;
    height: 553px;
  }
  #lead:after {
    width: 1119px;
    height: 1071px;
    bottom: -340px;
    top: auto;
    right: -60px;
  }
  #lead .row .col .photo {
    margin-bottom: -170px;
  }
  #lead .row .col ul {
    height: 240px;
    width: 430px;
    line-height: 50px;
    margin-right: 204px;
	    margin-left: 322px;  
  }
  #lead .row .col ul li {
    font-size: 30px;
    line-height: 37px;
    margin-left: 13px;
    padding: 10px 6px;
  }
  #lead .row {
    display: flex;
    flex-direction: row-reverse;
  }
  #lead .row .col2 .txt {
    margin-left: auto;
    width: 403px;
  }
  #lead .row .col2 {
    padding: 0px;
    width: 580px;
    margin-right: -50px;
  }
  #lead .row .col {
    width: calc(100% - 530px);
    position: relative;
    z-index: 5;
  }
  #lead .row .col2 h2 {
    font-size: 50px;
    margin-bottom: 20px;
    margin: 191px auto 60px;
    width: 290px;
    text-align: left
  }
}


#reason {
  position: relative;
  padding: 10vw 0 5vw;
}
#reason h2 {
  text-align: center;
  font-size: 7vw;
  margin-bottom: 11vw;
}
#reason h2:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -5vw;
  border: 1px solid #7c6e23;
  height: 4px;
  content: "";
  width: 80px;
  margin: 0 auto;
}
#reason .list .col {
  margin-bottom: 10vw;
}
#reason .list .col .number {
  font-size: 12vw;
  font-weight: bold;
  color: #bfa30d;
  margin-bottom: 5vw;
  padding-bottom: 1vw;
  text-align: center;
}
#reason .list .col .number span {
  display: inline-block;
  border-bottom: 2px solid #bfa30d;
  padding-bottom: 2vw;
}
#reason .list .col .photo {
  margin-bottom: 5vw;
}
#reason .list .col h3 {
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
}
#reason .list .col h3 span{
  font-size:200%;
}
@media screen and (min-width: 768px) {
  #reason {
    padding: 50px 0 12px;
  }
  #reason h2 {
    font-size: 55px;
    margin-bottom: 100px;
  }
  #reason .wrap {
    width: 1160px;
  }
  #reason h2:before {
    top: -56px;
    height: 5px;
    width: 129px;
  }
  #reason .list .col {
    margin-bottom: 100px;
  }
  #reason .list {
    display: flex;
    justify-content: space-between;
  }
  #reason .list .col .number {
    font-size: 72px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #reason .list .col .number span {
    padding-bottom: 25px;
    border-bottom: 3px solid #bfa30d;
  }
  #reason .list .col .photo {
    margin-bottom: 20px;
  }
  #reason .list .col h3 {
    font-size: 20px;
  }
  #reason .list .col h3 span{
  font-size:180%;
}
}


#don .set1 {
  background: url("../img/takeout/don_bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 70vw;
}
#don .set1 h2 {
  width: 40%;
}
#don .set2 {
  padding: 8% 4%;
}
#don .set2 .list .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8vw;
}
#don .set2 .list .item .photo {
  width: 40%;
}
#don .set2 .list .item .info {
  width: 57%;
}
#don .set2 .list .item .info h3 {
  font-weight: bold;
  font-size: 4.5vw;
  text-align: center;
  margin-bottom: 1vw;
}
#don .set2 .list .item .info ul {
  border-bottom: 2px solid #000;
  margin-bottom: 2vw;
}
#don .set2 .list .item .info ul li {
  background: #d5bc5a;
  border-radius: 15px;
  text-align: center;
  margin-right: 0px;
  display: inline-block;
  padding: 0 4px;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 20px;
}
#don .set2 .list .item .info .txt {
  line-height: 20px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #don .set1 {
    min-height: 630px;
    padding-top: 1px;
  }
  #don .set1 h2 {
    width: 337px;
    margin-left: 90px;
    margin-top: 53px;
  }
  #don .set2 {
    padding: 80px 0 11px;
  }
  #don .set2 .list {
    max-width: 1260px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  }
  #don .set2 .list .item {
    margin-bottom: 100px;
    flex-direction: column;
    max-width: 48%;
    justify-content: flex-start;
  }
  #don .set2 .list .item .photo {
    width: 100%;
    margin-bottom: 42px;
  }
  #don .set2 .list .item .photo img {
    width: 100%;
    height: auto;
  }
  #don .set2 .list .item .info {
    width: 100%;
  }
  #don .set2 .list .item .info h3 {
    font-size: 40px;
    margin-bottom: 26px;
    text-align: center;
  }
  #don .set2 .list .item .info ul {
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    padding-bottom: 31px;
    padding: 0 0 30px;
    margin: 0 20px 39px;
  }
  #don .set2 .list .item .info ul li {
    font-size: 20px;
    padding: 5px 15px;
    margin: 0 6px;
    line-height: 20px;
  }
  #don .set2 .list .item .info .txt {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}


#orizume .set1 {
  background: url("../img/takeout/orizume_bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 70vw;
}
#orizume .set1 h2 {
  width: 40%;
}
.item-shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 8% 4% 10%;
  position: relative;
}
.item-shared:before {
  position: absolute;
  left: 0;
  top: 65vw;
  width: 46%;
  background: url(../img/takeout/orizume_deco.png) no-repeat;
  height: 50vw;
  content: "";
  background-size: 100%;
}
.item-shared .col {
  width: 40%;
}
.item-shared .col .photo {
  margin-bottom: 2vw;
}
.item-shared .col .note {
  font-size: 12px;
  text-align: right;
}
.item-shared .info {
  width: 55%;
}
.item-shared .info h3 {
  font-weight: bold;
  font-size: 4.5vw;
  text-align: center;
  margin-bottom: 2vw;
}
.item-shared .info ul {
  border-bottom: 2px solid #000;
  margin-bottom: 5vw;
}
.item-shared .info ul li {
  display: inline-block;
  text-align: center;
  margin-right: 1px;
	font-size: 10px;
}
.item-shared .info ul li span {
  background: #d5bc5a;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0px;
  border-radius: 20px;
	font-size: 10px;
	line-height: 20px;
}
.item-shared .info .txt{
	font-size: 12px;
	line-height: 20px;
}
#oke .set1 {
  background: url("../img/takeout/oke_bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 70vw;
}
#oke .set1 h2 {
  width: 40%;
}
#order .set1 {
  background: url("../img/takeout/order_bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 40vw;
  padding: 15vw 0px 10vw;
}
#order .set1 h2 {
  font-size: 6vw;
  font-weight: 600;
  margin-bottom: 5vw;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.6;
}
#order .set1 h2:before {
  position: absolute;
  content: "";
  background: url("../img/takeout/order_deco.png") no-repeat center;
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: -9vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#order .set1 .txt {
  color: #fff;
}
#order .set2 {
  padding: 12% 0px;
}
#order .set2 h3 {
  font-size: 6vw;
  text-align: center;
  position: relative;
  padding-top: 5vw;
  font-weight: 600;
  margin-bottom: 5vw;
}
#order .set2 h3:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 2px;
  margin: 0 auto;
  content: "";
  background: #b99937;
}
#order .set2 h3 span {
  font-size: 4vw;
  color: #b99937;
}
#order .set2 .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#order .set2 .list .item {
  width: 48%;
  margin-bottom: 5vw;
}
#order .set2 .list .item h4 {
  margin-bottom: 3vw;
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 600;
}
#order .set2 .list .item h4:before {
  position: absolute;
  left: 0;
  top: 7px;
  height: 20px;
  width: 2px;
  content: "";
  background: #b99937;
}
#order .set2 .list .item .photo {
  margin-bottom: 4vw;
}
#order .set2 .list .item .g-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#order .set2 .list .item .g-btn p:first-child a {
  background: #9d0000;
}
#order .set2 .list .item .g-btn p:first-child a:before {
  content: "";
  background: url(../img/takeout/order_btn_deco1.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#order .set2 .list .item .g-btn p:last-child a {
  background: #b99937;
}
#order .set2 .list .item .g-btn p:last-child a:before {
  content: "";
  background: url(../img/takeout/order_btn_deco2.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#order .set2 .list .item .g-btn p {
  width: 48%;
}
#order .set2 .list .item .g-btn p a {
  font-size: 7px;
  border-radius: 5px;
  padding: 5px 3px;
  margin: 0px;
  line-height: 15px;
  display: block;
  width: 89%;
}
#order .set2 .list .item .g-btn p a:hover {
  opacity: 0.8
}
#order .set2 .list .item .g-btn p a:after {
  display: none;
}
@media screen and (min-width: 768px) {
  #orizume .set1 {
    min-height: 630px;
    padding-top: 1px;
  }
  #orizume .set1 h2 {
    margin-left: 90px;
    margin-top: 20px;
  }
  .item-shared {
    padding: 90px 0 150px;
    max-width: 1220px;
    margin: 0 auto;
  }
  .item-shared:before {
    width: 414px;
    height: 195px;
    bottom: 71px;
    right: -80px;
    left: auto;
    top: auto;
  }
  .item-shared .col {
    width: calc(100% - 450px);
  }
  .item-shared .col .photo {
    margin-bottom: 20px;
  }
  .item-shared .col .photo img {
    width: 100%;
    height: auto;
  }
  .item-shared .col .note {
    text-align: right;
	    font-size: 14px;  
  }
  .item-shared .info {
    width: 398px;
    margin-top: 70px;
    margin-right: -20px;
  }
  .item-shared .info h3 {
    font-size: 50px;
    margin-bottom: 54px;
  }
  .item-shared .info .txt {
    text-align: center;
    font-size: 18px;
	line-height: 40px; 
  }
  .item-shared .info ul {
    margin-bottom: 41px;
    padding-bottom: 38px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px 33px;
  }
  .item-shared .info ul li {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .item-shared .info ul li span {
    padding: 2px 8px;
    line-height: 28px;
    margin: 0 4px;
	font-size: 20px;  
  }
  #oke .set1 {
    min-height: 630px;
    padding-top: 1px;
  }
  #oke .set1 h2 {
    margin-left: 60px;
    margin-top: 81px;
  }
  #order .set1 {
    min-height: 530px;
    padding: 188px 0px 40px;
    box-sizing: border-box;
  }
  #order .set1 h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  #order .set1 h2:before {
    width: 49px;
    height: 49px;
    top: -80px;
  }
  #order .set1 .txt {
    font-size: 22px;
    text-align: center;
  }
  #order .set2 {
    padding: 140px 0 90px;
  }
  #order .set2 .wrap {
    width: 1200px;
    max-width: 100%;
  }
  #order .set2 h3 {
    font-size: 44px;
    padding-top: 20px;
    margin-bottom: 80px;
  }
  #order .set2 h3:before {
    top: -37px;
    width: 100px;
    height: 3px;
  }
  #order .set2 h3 span {
    font-size: 20px;
    margin-top: 25px;
    display: block;
    letter-spacing: 2px;
  }
  #order .set2 .list .item {
    margin-bottom: 73px;
    width: 354px;
    max-width: 30%;
  }
  #order .set2 .list .item .photo img {
    width: 100%;
    height: auto;
  }
  #order .set2 .list .item h4 {
    margin-bottom: 20px;
    font-size: 24px;
    padding-left: 40px;
    letter-spacing: 1px;
  }
  #order .set2 .list .item h4:before {
    left: 21px;
    width: 5px;
    height: 27px;
  }
  #order .set2 .list .item .photo {
    margin-bottom: 25px;
  }
  #order .set2 .list .item .g-btn {
    margin: 0 auto;
    padding: 0 10px;
  }
  #order .set2 .list .item .g-btn p:first-child a:before {
    width: 15px;
    height: 15px;
  }
  #order .set2 .list .item .g-btn p:last-child a:before {
    width: 19px;
    height: 13px;
	margin-top: -2px;  
  }
  #order .set2 .list .item .g-btn p {
    width: 47%;
  }
  #order .set2 .list .item .g-btn p a {
    width: 140px;
    font-size: 14px;
    padding: 14px;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.item-shared .info{
		margin-right: 20px;
	}
}
