@charset "UTF-8";
/* CSS Document */
footer {
  margin-top: -80px;
}

.textEditor.marginBottom {
  margin-bottom: 150px;
}

.mainArea {
  overflow: hidden;
  padding-bottom: 0;
}

.cardImgBox {
  margin-bottom: 80px;
}

.cardImgBox .Img {
  max-width: 580px;
}

.cardImgBox .right {
  position: relative;
  max-width: 580px;
}

.cardImgBox .right::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 234px;
  height: 60px;
  background-image: url("../images/chopsticksImg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

@media (max-width: 1180px) {
  .cardImgBox .right::before {
    display: none;
  }
}

.aboutFoodBox {
  position: relative;
  width: 100%;
  margin-bottom: 180px;
  background-image: url("../images/lineDotOrange.png"), url("../images/bg.jpg");
  background-repeat: repeat-x, repeat;
  background-position: left top;
  padding: 60px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aboutFoodBox::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1500px;
  height: 100%;
  margin-left: -750px;
  background-image: url("../images/aboutLeftImg.png"), url("../images/aboutRightImg.png");
  background-repeat: no-repeat;
  background-position: left bottom, right 20px top 50px;
}

.aboutFoodBox::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 100px;
  background-image: url("../images/aboutInsBg.png");
  background-repeat: no-repeat;
}

.aboutFoodBox .titleBox {
  margin-bottom: 40px;
}

.aboutFoodBox .en {
  font-size: 30px;
  text-transform: uppercase;
}

ul.aboutFoodList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 960px) {
  ul.aboutFoodList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

ul.aboutFoodList li {
  position: relative;
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  ul.aboutFoodList li {
    width: 50%;
  }
}

@media (max-width: 420px) {
  ul.aboutFoodList li {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

ul.aboutFoodList li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: calc(100% - 30px);
  background-image: url("../images/lineDotVertical.png");
  background-repeat: repeat-y;
}

@media (max-width: 420px) {
  ul.aboutFoodList li::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background-image: url("../images/lineDot.png");
    background-repeat: repeat-x;
  }
}

@media (min-width: 961px) {
  ul.aboutFoodList li:last-child::after {
    display: none;
  }
}

@media (min-width: 421 - 960px) {
  ul.aboutFoodList li:nth-of-type(even)::after {
    display: none;
  }
}

ul.aboutFoodList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.aboutFoodList .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 421px) {
  ul.aboutFoodList .Img {
    min-height: 150px;
  }
}

ul.aboutFoodList .Img img {
  display: block;
  max-width: 100%;
}

ul.aboutFoodList .Txt {
  text-align: center;
}

ul.aboutFoodList .title1 {
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .1em;
  color: #1e1e1f;
  line-height: 1.4;
}

ul.aboutFoodList .title2 {
  font-size: 14px;
  letter-spacing: .04em;
  color: #d77418;
}

.aboutServiceBox {
  margin-bottom: 100px;
  background-image: url("../images/aboutServiceLeft.png"), url("../images/aboutServiceRight.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
}

@media (max-width: 1180px) {
  .aboutServiceBox {
    background-size: auto 130px;
  }
}

@media (max-width: 1023px) {
  .aboutServiceBox {
    background-size: auto 110px;
  }
}

@media (max-width: 900px) {
  .aboutServiceBox {
    background-image: none;
  }
}

.aboutServiceBox .titleBox .enBg {
  width: 298px;
  height: 93px;
  margin-top: 12px;
  margin-bottom: 50px;
  font-size: 30px;
  text-transform: uppercase;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media (max-width: 900px) {
  .aboutServiceBox .titleBox .enBg {
    margin-bottom: 30px;
  }
}

.aboutServiceBox .titleBox .enBg h3 {
  -webkit-transform: rotate(-6deg) translateY(12px);
  -ms-transform: rotate(-6deg) translateY(12px);
  transform: rotate(-6deg) translateY(12px);
}

ul.aboutServiceList {
  padding-left: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  ul.aboutServiceList li:nth-child(odd) .Txt::before {
    left: -23px;
  }
  ul.aboutServiceList li:nth-child(even) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  ul.aboutServiceList li:nth-child(even) .Txt::before {
    right: -23px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

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

@media (max-width: 767px) {
  ul.aboutServiceList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

ul.aboutServiceList .Img,
ul.aboutServiceList .Txt {
  width: 50%;
}

@media (max-width: 767px) {
  ul.aboutServiceList .Img,
  ul.aboutServiceList .Txt {
    width: 100%;
  }
}

ul.aboutServiceList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

ul.aboutServiceList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  ul.aboutServiceList .Txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

ul.aboutServiceList .Txt::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 2;
  width: 23px;
  height: 36px;
  background-image: url("../images/bg3Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

ul.aboutServiceList .en {
  line-height: 1.2;
  font-weight: 500;
  font-size: 30px;
  color: #e27c1e;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  text-transform: uppercase;
}

ul.aboutServiceList .title {
  font-size: 22px;
  letter-spacing: .04em;
  color: #fff;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
}

ul.aboutServiceList .text {
  padding-top: 25px;
  font-size: 15px;
  letter-spacing: .04em;
  color: #d2d2d2;
}

.aboutAmbienceBox {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background-image: url("../images/aboutAmbienceImg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.aboutAmbienceBox::before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 188px;
  background-image: url("../images/ambienceTopBg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.aboutAmbienceBox .wrap {
  padding-top: 160px;
  padding-bottom: 100px;
}

.aboutAmbienceBox .titleBox {
  margin-bottom: 50px;
}

.aboutAmbienceBox .titleBox .en {
  text-transform: uppercase;
  font-size: 40px;
}

.aboutAmbienceBox .titleBox .title {
  font-size: 26px;
  color: #f7f7f7;
}

.aboutAmbienceBox .textBox {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.aboutAmbienceBox .textBox:not(:last-child) {
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.aboutAmbienceBox .textBox .title {
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: .04em;
  color: #ec8c36;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
}

.aboutAmbienceBox .textBox p {
  font-size: 15px;
  letter-spacing: .04em;
  color: #e4e4e4;
}
