/* Scss Document */
#sec1 h2 {
  padding-bottom: 0; }

#sec2 .sec2Item {
  position: relative; }
#sec2 .sec2_img {
  position: relative;
  z-index: 0; }
  #sec2 .sec2_img p {
    padding-bottom: 0; }
  #sec2 .sec2_img .sec2_txt {
    position: absolute;
    z-index: 1;
    bottom: 34px;
    left: 4%;
    text-shadow: 2px 1px 10px rgba(255, 255, 255, 0.9), 2px 1px 10px rgba(255, 255, 255, 0.9), 2px 1px 10px rgba(255, 255, 255, 0.9); }
#sec2 .sec2_label {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 0;
  width: 22.9%;
  padding-bottom: 0; }
#sec2 .sec2_txt2 {
  padding-bottom: 10px; }

#sec3 {
  background: url("../img/menu/sec3_bg2.jpg") no-repeat top center/100% auto, url("../img/menu/sec3_bg1.jpg") repeat-y top center/100% auto;
  color: #fff;
  padding-top: 12%; }
  #sec3 dl {
    color: #000; }

#sec4 .wrap {
  background: url("../img/menu/sec4_bg.jpg") no-repeat bottom center/100% auto;
  padding-bottom: 12%; }
#sec4 .price {
  background: none;
  margin-top: 0;
  width: 100%;
  padding-bottom: 0; }
#sec4 .slick-list {
  background-color: rgba(255, 255, 255, 0.85); }
#sec4 .sec4_txt {
  padding: 0 5% 30px; }
#sec4 .slick-dots {
  margin-top: 10px; }

#sec5 .toggle-link, #sec6 .toggle-link {
  text-align: center;
  padding-bottom: 0; }

.menuBox {
  margin-bottom: 40px; }
  .menuBox .title {
    color: #fff;
    padding: 15px 0;
    line-height: 1.5;
    letter-spacing: 0.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #001c58;
    font-weight: bold;
    min-height: 75px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .menuBox .title .en {
      letter-spacing: 2px;
      display: block;
      width: 100%; }
  .menuBox .sub {
    color: #fff;
    line-height: 1.5;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 2px;
    background: rgba(0, 28, 88, 0.5); }
  .menuBox dl {
    zoom: 1 !important;
    border-bottom: 1px solid #959595;
    padding: 13px 10px;
    line-height: 1.6; }
    .menuBox dl:after {
      content: "." !important;
      clear: both !important;
      display: block !important;
      height: 0 !important;
      visibility: hidden !important; }
  .menuBox dt {
    float: left;
    color: #626262;
    letter-spacing: 1px; }
  .menuBox dd {
    float: right;
    text-align: right;
    color: #001c58;
    letter-spacing: 2px; }
