.tac {
  text-align: center;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.db {
  display: block;
}

::after,
::before {
  pointer-events: none;
}

#key {
  background: url(../img/takeout/key.jpg) no-repeat center/cover;
}

#sec1 {
  padding-bottom: 67px;
  background: url(../img/takeout/s1-bg.jpg) no-repeat center top;
}

#sec1 h3 {
  position: absolute;
  left: 40px;
  top: 472px;
}

#sec1 .text {
  width: 749px;
  margin-left: auto;
}

#sec1 .text .img {
  margin-right: -51px;
}

#sec1 .text .txt {
  padding-top: 35px;
}

#sec1 .text .txt span {
  font-size: 30px;
  padding: 0 0 0 15px;
}

#sec2 {
  background: url(../img/takeout/bg.jpg);
  padding-bottom: 43px;
}

#sec2 [class*="item"] {
  position: relative;
}

#sec2 [class*="item"] h3 {
  position: absolute;
}

#sec2 [class*="item"] .txt {

  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec2 .item1 h3 {
  top: -105px;
  right: 0px;
}

#sec2 .item1 .txt {
  width: 451px;
  padding: 28px 0 50px 42px;
  margin-left: auto;
  margin-top: -51px;
}

#sec2 .item2 .img {
  width: 700px;
  margin-left: auto;
}

#sec2 .item2 h3 {
  top: -77px;
  left: 0;
}

#sec2 .item2 .txt {
  width: 478px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 31px 50px 20px;
  margin-top: -32px;
  margin-left: -20px;
}

#sec2 .item3 h3 {
  top: -55px;
  right: -160px;
}

#sec2 .item3 .txt {
  width: 450px;
  padding: 29px 0 47px 40px;
  margin-left: auto;
  margin-top: -50px;
}

#sec3 {
  background: url(../img/takeout/s3-bg.jpg) no-repeat center top;
  padding-bottom: 101px;
}

#sec3 .row1 {
  position: relative;
  padding: 80px 0 74px;
}

#sec3 .row1 h2 {
  position: absolute;
  top: 82px;
  left: -38px;
}

#sec3 .row1 .img {
  width: 700px;
  margin-left: auto;
  margin-right: -150px;
}

#sec3 .row1 .btn1 {
  padding-left: 549px;
  padding-top: 51px;
}

#sec3 .row2 {
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin: 0 -200px;
  padding: 101px 0 39px;
}

#sec3 .row2 .box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 140px;
}

#sec3 .row2 .box .item {
  width: 550px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec3 .row2 .box .soon .img img {
  opacity: 0.5;
}
#sec3 .row2 .box .soon .img {
  background-color: #000;
	position: relative;
}
#sec3 .row2 .box .soon span {
  color: #fff;
	position: absolute;
	top: 180px;
	left: 200px;
	z-index: 1;
}

#sec3 .row2 .box .item .text {
  margin-top: -96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec3 .row2 .box .item .text h4 {
  width: 127px;
	position: relative;
	z-index: 1;
}

#sec3 .row2 .box .item .text .txt {
  width: calc(100% - 127px);
  padding: 114px 0 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec3 .row2 .box .item:first-child .text {
  padding-left: 60px;
}

#sec4 {
  background: url(../img/shared/bg-03.jpg);
  position: relative;
  padding-bottom: 51px;
}

#sec4::before {
  display: block;
  background: url(../img/takeout/line.jpg);
  width: 100%;
  height: 5px;
  content: '';
}

#sec4::after {
  background: url(../img/takeout/s4-dc.png) no-repeat right top;
  height: 804px;
  width: 100%;
  min-width: 1800px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  top: 0;
}

#sec4 h2 {
  margin-bottom: -24px;
}

#sec4 .step-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 120px;
  position: relative;
}

#sec4 .step-box::before {
  width: 1px;
  top: 90px;
  bottom: 180px;
  position: absolute;
  left: 90px;
  content: '';
  background: #1d1d1d;
}

#sec4 .step {
  position: relative;
  z-index: 1;
}

#sec4 .step .icon {
  width: 180px;
}

#sec4 .step .text {
  width: calc(100% - 180px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 69px 0 48px;
  padding-left: 50px;
}

#sec4 .step .text h4 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0.2em;
  padding: 13px 35px;
  background: #000;
  color: #e0daca;
  border-radius: 25px;
}

#sec4 .step .text .txt {
  padding: 19px 0 9px;
  border-bottom: 1px solid;
}

#sec4 .step .box {
  border: 1px solid #1d1d1d;
  border-radius: 25px;
  width: 650px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 73px 38px;
}

#sec4 .step .box h5 {
  color: #cc2b2b;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
}

#sec4 .step .box .tel {
  padding: 7px 0;
  width: 300px;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  color: #e0daca;
  border-radius: 50px;
  background: #cc2b2b;
}

#sec4 .step .box dl {
  border-bottom: 1px dashed #afaaa1;
  padding-bottom: 19px;
  margin-bottom: 21px;
}

#sec4 .step .box dl dt {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
}

#sec4 .step .box dl dd {
  font-size: 15px;
  letter-spacing: 0.2em;
}

#sec4 .step .box small {
  font-size: 15px;
  padding: 3px 0 7px;
}

#sec4 .step .box .btn1 {
  margin-top: 10px;
}

#sec4 .step1 .text {
  padding-bottom: 0;
}

#sec4 .step1 .text .txt {
  border-bottom: 0;
  padding-bottom: 18px;
}

#sec4 .step3 .text {
  padding-bottom: 28px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #sec4 .step .text h4 {
    padding: 15px 35px 9px;
  }
  #sec4 .step .box .tel {
    padding: 9px 0 4px;
  }
}
/*# sourceMappingURL=takeout.css.map */