@charset "UTF-8";
/* -------------------------------------------------
  共通
---------------------------------------------------*/
.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.onlySP_min {
  display: none;
}

@media (min-width: 0px) and (max-width: 445px) {
  .onlySP_min {
    display: block;
  }
}
.onlySP {
  display: none;
}

@media (min-width: 0px) and (max-width: 570px) {
  .onlySP {
    display: block;
  }
}
.noPC {
  display: block;
}

@media (min-width: 0px) and (max-width: 570px) {
  .noPC {
    display: none;
  }
}
.noPCin {
  display: inline-block;
}

@media (min-width: 0px) and (max-width: 570px) {
  .noPCin {
    display: none;
  }
}
.int-fare-box .res-contents {
  margin: 0px !important;
}
img { -ms-interpolation-mode: bicubic; }

.font24{font-size:24px!important;font-size:2.4rem!important}
.font30{font-size:30px!important;font-size:3rem!important}
.bdNon{border:none!important;}

.lh21 {line-height:2.1!important;}
.col57,.ttl-text{color:#575757!important;}
.shutter-span{margin-top:25px;display:block;}

@media (max-width: 570px) {
.font24{font-size:1.8rem!important}
.font30{font-size:2.4rem!important}
.lh21 {line-height:1.5!important;}
.spImg{width:100%!important;}
.spMt20{margin-top:20px!important;}
.shutter-span{margin-top:15px;}
}

.fontRP{color:#1a2866;}
.fullImg {width:100%!important;}
.spImg {width:100%!important;}


/* ------ margin ------ */
.mgT5  {margin-top:5px !important;}
.mgT10 {margin-top:10px!important;}
.mgT15 {margin-top:15px!important;}
.mgT20 {margin-top:20px!important;}
.mgT25 {margin-top:25px!important;}
.mgT30 {margin-top:30px!important;}
.mgT35 {margin-top:35px!important;}
.mgT40 {margin-top:40px!important;}
.mgT45 {margin-top:45px!important;}
.mgT50 {margin-top:50px!important;}

.mgB5  {margin-bottom:5px!important;}
.mgB10 {margin-bottom:10px!important;}
.mgB15 {margin-bottom:15px!important;}
.mgB20 {margin-bottom:20px!important;}
.mgB25 {margin-bottom:25px!important;}
.mgB30 {margin-bottom:30px!important;}
.mgB35 {margin-bottom:35px!important;}
.mgB40 {margin-bottom:40px!important;}
.mgB45 {margin-bottom:45px!important;}
.mgB50 {margin-bottom:50px!important;}

/* ------ padding ------ */
.pdT5  {padding-top:5px!important;}
.pdT10 {padding-top:10px!important;}
.pdT15 {padding-top:15px!important;}
.pdT20 {padding-top:20px!important;}
.pdT25 {padding-top:25px!important;}
.pdT30 {padding-top:30px!important;}
.pdT35 {padding-top:35px!important;}
.pdT40 {padding-top:40px!important;}
.pdT45 {padding-top:45px!important;}
.pdT50 {padding-top:50px!important;}

.pdB5  {padding-bottom:5px;}
.pdB10 {padding-bottom:10px;}
.pdB15 {padding-bottom:15px;}
.pdB20 {padding-bottom:20px;}
.pdB25 {padding-bottom:25px;}
.pdB30 {padding-bottom:30px;}
.pdB35 {padding-bottom:35px;}
.pdB40 {padding-bottom:40px;}
.pdB45 {padding-bottom:45px;}
.pdB50 {padding-bottom:50px;}

/* インナー */
.inner, .ttl,
.container {
  max-width: 950px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.sectionInner {
  margin-top: -44px;
  padding-top: 63px;
  font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","Droid Sans","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.mt1{margin-top:1px !important;}

.mb-30{margin-bottom:-30px !important;}
/* -------------------------------------------------
  ヘッダー
---------------------------------------------------*/
#northMexicoHead {
  background-color: #000;
}

#northMexicoHeadInner {
  max-width: 950px;
  padding: 20px 0;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 950px) {
  #northMexicoHead {
    padding: 0 5%;
  }
}
/* -------------------------------------------------
  キービジュアル
---------------------------------------------------*/
#keyVisual {
  overflow: hidden;
  position: relative;
  text-align: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

/* @media (min-width: 0px) and (max-width: 1024px) {
  #keyVisual {
    padding-bottom: 140px;
  }
} */

@media (min-width: 0px) and (max-width: 570px) {
  #keyVisual {
    height: auto;
    padding: 0;
  }
}
#keyVisual > .inner {
  width: auto;
  max-width: 952px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  #keyVisual > .inner {
    width: 100%;
  }
}
#keyVisual > .inner h1 {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  #keyVisual > .inner h1 {
    top: 55px;
  }
}
#keyVisual > .inner .map {
  position: absolute;
  top: 5px;
  z-index: 1;
  height: 780px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  #keyVisual > .inner .map {
    left: -53px;
    top: 55px;
  }
}
@media (min-width: 0px) and (max-width: 570px) {
  #keyVisual > .inner .map {
    left: -74px;
  }
}
#keyVisual > .inner .map .fade, #keyVisual > .inner .map .mapDep {
  opacity: 0;
}
#keyVisual > .inner .map .mapOverlay, #keyVisual > .inner .map .mapDep {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#keyVisual > .inner .map .mapOverlay img, #keyVisual > .inner .map .mapDep img {
  width: 952px;
  max-width: 952px;
}
#keyVisual > .inner .map .mapOverlay {
  width: 0;
  left: auto;
  right: 0;
  height: 742px;
}
#keyVisual > .inner .map .mapOverlay img {
  position: absolute;
  top: 0;
  right: 0;
}
#keyVisual > .inner .map .mapNotice {
  position: absolute;
  bottom: 90px;
  left: 36px;
  width: 30.14705882352941%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  #keyVisual > .inner .map .mapNotice {
    left: 70px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  #keyVisual > .inner .map .mapNotice {
    bottom: 200px;
  }
}
#keyVisual > .inner .scroll {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  #keyVisual > .inner .scroll {
    bottom: 80px;
  }
}
#keyVisual > .inner .scroll:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* グローバルナビゲーション */
#grobalNav {
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/wws/mx/j/local/promotions/mexico-nrt/images/bg_gnav.png) repeat 0 0;
  z-index: 99;
}
#grobalNav.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 10;
}
@media (min-width: 0px) and (max-width: 570px) {
  #grobalNav.fixed {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
#grobalNav .inner {
  position: relative;
  width: auto;
  max-width: 943px;
}
#grobalNav ul {
  font-size: 0;
}
#grobalNav ul li {
  display: inline-block;
  width: 16.54294803817603%;
  font-size: normal;
}
@media (min-width: 0px) and (max-width: 768px) {
  #grobalNav ul li {
    width: 33.333%;
  }
  #grobalNav ul li:nth-child(1) {
    border-bottom: 1px solid #7b7e81;
  }
  #grobalNav ul li:nth-child(2) {
    border-bottom: 1px solid #7b7e81;
  }
  #grobalNav ul li:nth-child(3) {
    border-bottom: 1px solid #7b7e81;
  }
  #grobalNav ul li:nth-child(4) span {
    border-left: none;
  }
}
#grobalNav ul li a {
  display: table;
  width: 100%;
  height: 70px;
  padding: 10px 0;
  -wegbkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  outline: none;
}
#grobalNav ul li a span {
  overflow: hidden;
  text-indent: -100em;
  display: table-cell;
  height: 50px;
  border-left: 1px solid #7b7e81;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#grobalNav ul li.schedule a span {
  background-image: url(/wws/mx/j/local/promotions/mexico-nrt/images/gnav_01.png);
}
#grobalNav ul li.fleet a span {
  background-image: url(/wws/mx/j/local/promotions/mexico-nrt/images/gnav_02.png);
}
#grobalNav ul li.access a span {
  background-image: url(/wws/mx/j/local/promotions/mexico-nrt/images/gnav_03.png);
}
#grobalNav ul li.service a span {
  background-image: url(/wws/mx/j/local/promotions/mexico-nrt/images/gnav_04.png);
}
#grobalNav ul li.meal a span {
  background-image: url(/wws/mx/j/local/promotions/mexico-nrt/images/gnav_05.png);
}
#grobalNav ul li.module001 a span {
  background-image: url(/wws/mx/j/local/promotions/mexico-nrt/images/gnav_06.png);
}

#grobalNav ul li.module001 {
  background-color:#fc6622;
  }

#grobalNav ul li.current a {
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
}
#grobalNav ul li.current a:not(:target) {
  -webkit-filter: none;
          filter: none;
}
#grobalNav ul li:last-child a span {
 /* border-right: 1px solid #7b7e81;*/
 border-left:none;
}
@media (min-width: 0px) and (max-width: 943px) {
  #grobalNav ul li:last-child a span {
    border-right: none;
  }
}
@media (min-width: 0px) and (max-width: 943px) {
  #grobalNav ul li:first-child a span {
    border-left: none;
  }
}
#grobalNav .bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  width: 158px;
  height: 3px;
  background: #129DFF;
}


/* -------------------------------------------------
  空席照会・予約はこちら
---------------------------------------------------*/

.calendar-module * {
  box-sizing: border-box;
}

.calendar-module p.d_modalTitle {
  padding: 14px 12px 12px !important;
  text-align: left;
}

.calendar-module p.d_modalClose {
  padding-top: 0 !important;
  margin-left: 0 !important;
}

.calendar-module .d_calendar p.month {
  padding-top: 0 !important;
}


/* h2 title ----------------------------------------------------------------- */

.titleWrap { height: 80px;margin-top: 60px; }

.titleWrap { background: url(/wws/mx/j/local/promotions/mexico-nrt/images/title01-img.jpg) no-repeat right top #006847; background-size:contain; -moz-background-size:contain; -webkit-background-size:contain; border-bottom:5px solid #ebebeb; box-sizing: content-box; }
.titleWrap.title04, .titleWrap.title05 { margin-bottom: 20px; }
@media(min-width: 0) and (max-width: 890px) {
  .titleWrap img { height: 50px; }
  .titleWrap { height: 50px;margin-top: 30px; }
}
@media(min-width: 0px) and (max-width: 570px) {
  .titleWrap.title04, .titleWrap.title05 { margin-bottom: 0px; }
}

/* h3 title ----------------------------------------------------------------- */

.titleh3{padding-left:10px; border-left:4px solid #1a2866; margin-bottom:15px; margin-top:30px;}

/* table----------------------------------------------------------------- */

.scheduleTbl{width:100%;}
.scheduleTbl th {background-color:#878787; font-weight:bold; color:#fff;}
.scheduleTbl th,
.scheduleTbl td{border:2px solid #ebebeb; text-align:center; padding:0.5em; width:30%;}

/* eq ----------------------------------------------------------------- */

.eqL{width:40%;}
.eqR{width:55%; padding-left:5%; vertical-align:top;}

@media (min-width: 0px) and (max-width:570px) {
  .btn{ padding:0 5%;}
  .btn img{ width:100%;}
}

/*res-contents*/
.res-contents {padding-left: 10px; padding-right: 10px; }

/* service ----------------------------------------------------------------- */

.svcWrap li .svcInner{box-sizing:content-box;}
.svcWrap li{margin-right:2%;width:32%; margin-bottom:15px;}
.svcWrap li{float:left;}
.svcWrap li:last-child{margin-right:0;}
.svcWrap li p{padding:1em 1em 2em;}
.svcInner img{width:100%;}
.svcBtn{padding:0 25%;}

@media (min-width: 0px) and (max-width: 570px) {
  .svcWrap li{margin-right:0;width:100%; margin-bottom:15px; padding-bottom:15px; }
  .svcWrap li{float:none;}
  .svcBtn{padding:0 20%;}
}

/* meal ----------------------------------------------------------------- */

.meal-title{text-align: center;background:url(/wws/mx/j/local/promotions/mexico-nrt/images/meal-title-bg.gif) repeat-x 0 0;}
.meal-img li{float:left; width:48%;}
.meal-img li:last-child{float:right;}
.meal-img li img {width:100%;}
@media (min-width: 0px)and (max-width:570px) {
  .meal-img li{float:none; width:100%; margin-right:0; margin-bottom:15px;}
}


@media(min-width: 0px) and (max-width: 570px) {
  #wrapper {font-size: 10px;}
  .visualSP {position: relative;}
  .scheduleBtn {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 100%;
    padding: 0 10px;
  }
  #grobalNav {position: relative;background: none;padding-top: 8px;}
  #keyVisual {background: none;}
  #grobalNav ul li {width: 100%; border-bottom: 0!important;}
  #grobalNav ul li a {text-decoration: none;height: auto;padding: 2px 13px;}
  #grobalNav ul li a span {background: none!important; border: none!important; text-indent: 0; color: #1a2866; font-size: 14px; text-align: left; height: auto; background: url(/wws/mx/j/local/promotions/mexico-nrt/images/caret-down.gif) no-repeat center right!important; background-size: 13px 7px!important; -moz-background-size: 13px 7px!important; -webkit-background-size: 13px 7px!important;}
  #grobalNav ul li.module001 {background: none;}
  .titleWrap {margin-top: 20px;}
  .res-contents p, .fontM {font-size: 1.2rem!important;}
  .lh21 {font-size: 1.1rem;}
  .res-contents p.font30 {font-size: 1.6rem!important;}
  .svcWrap li .svcInner.mgT10, .d_moduleMain {margin-top: 0;}
  .meal-title {max-width: 200px; margin: auto; background: none;}
  .titleWrap {height: auto;}
  .titleWrap img {height: 40px;}
  .titleh3 {margin-top: 20px;}
}

@media screen and (max-width: 769px) {
  #keyVisual {padding-top: 0;}
  #keyVisual > .inner h1 {top: 0;}
}