@charset "UTF-8";
/* Foundation
 ---------------------------------------- */
 /* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
 */

 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-size: 100%;
 	font: inherit;
 	vertical-align: baseline;
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
 	display: block;
 }
 body {
 	line-height: 1;
 }
 ol, ul {
 	list-style: none;
 }
 blockquote, q {
 	quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
 	content: '';
 	content: none;
 }
 table {
 	border-collapse: collapse;
 	border-spacing: 0;
 }

/* Layout
---------------------------------------- */

body {
    font-family:"STHeitiTC Medium", Roboto, "Droid Sans", "Helvetica Neue", Helvetica, "STHeitiTC Medium", "Microsoft JhengHei", MingLiU, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.2;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.l-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-wrapper--page05 {
  color: #ffffff;
  background-color: #100964;
}

.l-wrapper--page06 {
  background-color: #bbe2f1;
}

.l-header {
  background-color: #FDEADF;
}

.l-container {
  width: 100%;
}

.l-content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
}

.l-content--full {
  padding-right: 0;
  padding-left: 0;
}

.l-content--item-page {
  padding-right: 0;
  padding-left: 0;
}

.l-content--header {
  padding: 0.5em 2%;
}

.l-header__inner--lower {
  background-color: #3e3a39;
}

@media (max-width: 767px) {
  
}

@media (min-width: 1001px) {
  .l-content{
    padding-right: 60px;
    padding-left: 60px;
  }
  .l-content--full {
    padding-right: 0;
    padding-left: 0;
  }
  .l-content--header {
    padding: 0.5em 20px;
  }
}

/* Component
---------------------------------------- */
.c-lang-wrapper > *{
  display: block;
}

.c-menu {
  position: fixed;
  top: 10px;
  right: 15px;
  margin-top: 10px;
  z-index: 9999;
}

.c-menu__trigger,
.c-menu__trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-menu__trigger {
  position: relative;
  width: 36px;
  height: 30px;
}
.c-menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #B5B5B6;
  border-radius: 4px;
}
.c-menu__trigger span:nth-of-type(1) {
  top: 0;
}
.c-menu__trigger span:nth-of-type(2) {
  top: 14px;
}
.c-menu__trigger span:nth-of-type(3) {
  bottom: 0;
}

.c-menu__trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  -ms-transform: translateY(14px) rotate(-45deg);
      transform: translateY(14px) rotate(-45deg);
}
.c-menu__trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.c-menu__trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  -ms-transform: translateY(-14px) rotate(45deg);
      transform: translateY(-14px) rotate(45deg);
}

.c-icon:before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 1px;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.c-icon.c-icon--tel:before{ background-image: url(../images/icon-tel.png); }
.c-icon.c-icon--clock:before{ background-image: url(../images/icon-clock.png); }
.c-icon.c-icon--yen:before{ background-image: url(../images/icon-yen.png); -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); }
.c-icon.c-icon--noon:before{ background-image: url(../images/icon-noon.png); -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); }
.c-icon.c-icon--night:before{ background-image: url(../images/icon-night.png); -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); }

.l-wrapper--page05 .c-icon.c-icon--clock:before{ background-image: url(../images/icon-clock-wh.png); }
.l-wrapper--page05 .c-icon.c-icon--yen:before{ background-image: url(../images/icon-yen-wh.png); }
.l-wrapper--page05 .c-icon.c-icon--noon:before{ background-image: url(../images/icon-noon-wh.png); }
.l-wrapper--page05 .c-icon.c-icon--night:before{ background-image: url(../images/icon-night-wh.png); }
.l-wrapper--page05 .c-icon.c-icon--tel:before{ background-image: url(../images/icon-tel-wh.png); }


/* Project
---------------------------------------- */

/* p-header
----------------------------------------------------------------- */
.p-header {

}

.p-header__logo {
  width: 64px;
}

.p-header__title {
  float: left;
  max-width: 300px;
}

.p-header__hours {
  float: right;
  max-width: 356px;
}

.p-header__hours img {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  /* .p-header__title {
    min-width: 90%;
  } */

  .p-header__hours {
    float: none;
  }
}

/* p-navi
----------------------------------------------------------------- */

.p-navi {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 100;
  background-color: #9F8B49;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /*スクロールバー削除*/
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;
}
/*スクロールバー削除*/
.p-navi::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}

.p-navi.active {
  width: 300px;
}

.p-navi__list {
  padding: 1em;
  padding-top: 60px;
}

.p-navi__list:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  height: 60px;
  width: 0;
  background-color: #8A783E;
  z-index: 150;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.p-navi.active .p-navi__list:before {
  width: 300px;
}

.p-navi a {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
}

.p-navi__item {
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.p-navi__item span:nth-of-type(1){
  font-size: 20px;
}

.p-navi__item span:nth-of-type(2){
  font-size: 14px;
}

.p-navi__item:before,
.p-navi__item:after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.p-navi__item:after{
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* ナビOPEN時 コンテンツスクロール制御*/
.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

#js-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#js-overlay.active {
  height:100%;
  visibility: visible;
  background:rgba(0,0,0,0.4);
  z-index:50;
}

/* p-hero
----------------------------------------------------------------- */

.p-hero {
  position: relative;
  margin-bottom: 5%;
}

.p-hero img{
  width: 100%;
}

.p-hero__title-wrapper {
  position: absolute;
  width: 100%;
}

.p-hero__title {
  display: block;
}

.p-hero__title--TW {
  width: 56%;
  margin-top: 1.6%;
}

.p-hero__title--en {
  width: 35%;
  margin-top: 0.8%;
}

.p-hero__btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background-color: rgba(35, 24, 21, 0.8);
  text-align: center;
}

.p-hero__btn {
  display: inline-block;
  width: 36%;
  margin: 4% 6%;
}

.p-hero__store-image {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 31%;
}

@media (max-width: 767px) {
  .p-hero {
    margin-bottom: 10%;
  }

  .p-hero__title--zh-TW {
    width: 72.8%;
  }

  .p-hero__title--en {
    width: 45.5%;
  }

  .p-hero__btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    text-align: center;
  }

  .p-hero__btn {
    display: block;
    width: 90%;
    margin: 4% auto;
  }
}

/* p-heading
----------------------------------------------------------------- */

.p-heading {
  margin-right: -6%;
  margin-left: -6%;
  margin-bottom: 5%;
  padding-top: 1em;
  padding-right: 6%;
  padding-bottom: 1em;
  padding-left: 6%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.p-heading--page01 { background-image: url(../images/page01_head-image.jpg); }
.p-heading--page02 { background-image: url(../images/page02_head-image.jpg); }
.p-heading--page03 { background-image: url(../images/page03_head-image.jpg); }
.p-heading--page04 { color: #E4007F; background-image: url(../images/page04_head-image.jpg);background-color: #FDEADF; background-size: contain; }
.p-heading--page05 { background-color: #100964; margin-bottom: 0; }
.p-heading--page06 { color: #187fc4; margin-bottom: 0; }

.p-heading__title.p-heading__title--zh-TW {
  font-size: 50px;
}

.p-heading__title {
  font-size: 24px;
}

.p-heading__lead.p-heading__lead--zh-TW {
  font-size: 24px;
}

.p-heading__lead {
  font-size: 14px;
}

@media (min-width: 1001px) {
  .p-heading {
    margin-right: -60px;
    margin-left: -60px;
    padding-right: 60px;
    outline-width: 60px;
  }
}
/* font-sizes *0.6 */
@media (max-width: 767px) {
  .p-heading {
    margin-right: 0;
    margin-left: 0;
  }

  .p-heading__title.p-heading__title--zh-TW {
    font-size: 30px;
  }

  .p-heading__title {
    font-size: 14px;
  }

  .p-heading__lead.p-heading__lead--zh-TW {
    font-size: 14px;
  }

  .p-heading__lead {
    font-size: 12px;
  }
}

/* p-category
----------------------------------------------------------------- */

.p-category {
  margin-bottom:5%;
}

.p-category img{
  width: 100%;
}

.p-category__item {
  float: left;
  width: 48%;
  margin-bottom: 5%;
}

.p-category__item:nth-child(2n) {
  margin-left: 4%;
}

@media (max-width: 767px) {
  .p-category {
    margin-bottom:10%;
  }
  .p-category__item {
    float: none;
    width: auto;
  }

  .p-category__item:nth-child(2n) {
    margin-left: 0;
  }
}

/* p-movie
----------------------------------------------------------------- */

.p-movie {
  margin-bottom: 5%;
}

.p-movie__title {
  width: 23%;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
}

.p-movie__movie {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  /* background-color: #ccc; */
}

.p-movie__movie video {
  width: 100%;
}

@media (max-width: 767px) {
  .p-movie {
    margin-bottom: 10%;
  }

  .p-movie__title {
    width: 46%;
  }

  .p-movie__movie {
    width: auto;
  }
}

/* p-access
----------------------------------------------------------------- */

.p-access {
  margin-bottom: 5%;
}

.p-access__title {
  width: 14%;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
}

.p-access__map {
  margin-bottom: 3%;
}

.p-access__contact {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .p-access {
    margin-bottom: 10%;
  }

  .p-access__title {
    width: 28%;
  }
  .p-access__contact {
    width: auto;
  }
}

/* p-table
----------------------------------------------------------------- */

.p-table {
  font-size: 14px;
  text-align: left;
}

.p-table-wrapper {
  width: 85%;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  line-height: 1.6;
}

.p-table-wrapper .p-table {
  width: 48%;
}

.p-table-wrapper .p-table:first-child { float: left; }
.p-table-wrapper .p-table:last-child { float: right; }

.p-table-wrapper:first-of-type {
  padding-bottom: 1em;
  border-bottom: 2px solid #000000;
}

.p-table--station .title {
  text-align: left;
}

.p-table--station .col-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-table--station .col-01:after {
  content: "";
  display: inline-block;
  /* min-width: 10%; */
  height: 1px;
  margin-right: 0.5em;
  margin-left: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-bottom: 1px dashed #000000;
}

.p-table--airport {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.p-table-wrapper--en {
  line-height: 1.4;
}

.p-table-wrapper--en .col-02 {
  vertical-align: top;
}

.u-ie {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .p-table-wrapper--en .col-01 {
    width: 235px;
  }
  .u-ie {
    display: block;
  }
  
}

/* table border radius*/
.p-table--airport {
  border: 1px solid #000000;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}
/* /tabel border radius*/

.p-table--airport tr td:first-child {
  padding-left: 0.5em;
}

.p-table--airport tr td:last-child {
  padding-right: 0.5em;
}

.p-table--airport .u-border {
  border-bottom: 1px solid #000000;
}

.p-table__umegle {
  text-align: center;
}

.p-table--plaza {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.p-table--plaza .title {
  font-size: 22px;
}

.p-table--plaza .info {
  font-size: 16px;
}

.p-table--plaza .logo {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .p-table {
    margin-bottom: 3%;
  }

  .p-table-wrapper {
    width: auto;
  }

  .p-table-wrapper .p-table {
    width: 100%;
  }

  .p-table--plaza:not(:first-child) {
    border-top: 0;
  }
}

/* p-item
----------------------------------------------------------------- */

.p-item {
  margin-bottom: 5%;
  padding-bottom: 1em;
  border-bottom: 4px solid #B5B5B6;
  line-height: 1.2;
}

.p-item > *:not(:last-child) {
  margin-bottom: 1em;
}

.p-item img {
  width: 100%;
}

.p-item__desc.p-item__desc--zh-TW {
  font-size: 20px;
}

.p-item__desc {
  font-size: 14px;
}

.p-item__spec.p-item__spec--zh-TW {
  font-size: 20px;
}

.p-item__spec {
  font-size: 14px;
}

.p-item__spec .title {
  font-size: 20px;
}

.p-item__shop-name {
  position: relative;
  padding: 0.8em;
  margin-bottom: 0.5em;
  font-size: 18px;
  color: #ffffff;
  background-color: #958116;
}

.p-item__shop-name-left {
  float: left;
}

.p-item__shop-name-right {
  float: right;
  font-size: 20px;
}

.p-item__shop-name span {
  font-size: 20px;
  color: #fff100;
}

.p-item__shop-name span:after {
  content: " ";
}

.p-item--page04 .p-item__shop-name {
  background-color: #da4c8f;
}

.p-item--page05 .p-item__shop-name {
  background-color: #231815;
}

.p-item--page06 .p-item__shop-name {
  background-color: #00a5de;
}

.p-item__note {
  font-size: 20px;
}

.l-wrapper--page05 .p-item__shop-name {
  border: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .p-item__desc.p-item__desc--zh-TW {
    font-size: 16px;
  }

  .p-item__desc {
    font-size: 14px;
  }

  .p-item__spec.p-item__spec--zh-TW {
    font-size: 16px;
  }

  .p-item__spec {
    font-size: 14px;
  }

  .p-item__spec .title {
    font-size: 16px;
  }

  .p-item__shop-name {
    font-size: 16px;
    padding: 0.5em;
  }

  .p-item__shop-name-left span {
    font-size: 18px;
  }

  .p-item__shop-name-right {
    font-size: 18px;
    float: none;
    clear: left;
  }

  .p-item__note {
    font-size: 16px;
  }
}

/* p-footer
----------------------------------------------------------------- */

.p-footer {
  text-align: center;
}

.p-footer__link-list {
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 4px solid #B5B5B6;
}

.p-footer__link-list.p-footer__link-list--top {
  padding-bottom: 0;
  border-bottom: none;
}

.p-footer__link-item {
  float: left;
  width: 32%;
  border: 1px solid #B5B5B6;
}

.p-footer__link-item img {
  width: 100%;
}

.p-footer__link-item:not(:nth-child(3n+1)) {
  margin-left: 2%;
}

.p-footer__link-item:nth-child(n+4) {
  margin-top: 1em;
}

.p-footer__text {
  margin-bottom: 0.5em;
}

.p-footer__copyright {
  display: inline-block;
  margin-top: 5%;
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  .p-footer__link-item:not(:nth-child(3n+1)) {
    margin-left: auto;
  }

  .p-footer__link-item:nth-child(n+4) {
    margin-top: 0;
  }

  .p-footer__link-item {
    float: none;
    width: 90%;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
  }
}

/* Utility
---------------------------------------- */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-fw-b {
  font-weight: 700 !important;
}

.u-txt-ind {
  margin-left: 1em;
  text-indent: -1em;
}

.u-dnone,
.u-onlypc {
  display: none !important;
}

.u-dblock,
.u-onlysp {
  display: block !important;
}

.u-dflex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

/* 751px以上 */

@media (min-width: 767px) {
  .u-md-dnone,
  .u-onlysp {
    display: none !important;
  }

  .u-md-dblock,
  .u-onlypc {
    display: block !important;
  }

  .u-md-dflex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}

/* Youtube embed ( usage:  div.u-youtube.u-youtube-@@by@ > iframe, embed, object, video )
-------------------------*/
.u-youtube {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.u-youtube::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.u-youtube iframe,
.u-youtube embed,
.u-youtube object,
.u-youtube video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.u-youtube-21by9::before {
  padding-top: 42.857143%;
}

.u-youtube-4by3::before {
  padding-top: 75%;
}

.u-youtube-1by1::before {
  padding-top: 100%;
}

.u-fll {
  float: left !important;
}

.u-flr {
  float: right !important;
}

.u-fln {
  float: none !important;
}

@media (min-width: 751px) {
  .u-md-fll {
    float: left !important;
  }

  .u-md-flr {
    float: right !important;
  }

  .u-md-fln {
    float: none !important;
  }
}

.u-ovh {
  overflow: hidden !important;
}

.u-poss {
  position: static !important;
}

.u-posr {
  position: relative !important;
}

.u-posa {
  position: absolute !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-hauto {
  height: auto !important;
}

.u-m0 {
  margin: 0 !important;
}

.u-mt0,
.u-my0 {
  margin-top: 0 !important;
}

.u-mr0,
.u-mx0 {
  margin-right: 0 !important;
}

.u-mb0,
.u-my0 {
  margin-bottom: 0 !important;
}

.u-ml0,
.u-mx0 {
  margin-left: 0 !important;
}

.u-m1 {
  margin: 0.25rem !important;
}

.u-mt1,
.u-my1 {
  margin-top: 0.25rem !important;
}

.u-mr1,
.u-mx1 {
  margin-right: 0.25rem !important;
}

.u-mb1,
.u-my1 {
  margin-bottom: 0.25rem !important;
}

.u-ml1,
.u-mx1 {
  margin-left: 0.25rem !important;
}

.u-m2 {
  margin: 0.5rem !important;
}

.u-mt2,
.u-my2 {
  margin-top: 0.5rem !important;
}

.u-mr2,
.u-mx2 {
  margin-right: 0.5rem !important;
}

.u-mb2,
.u-my2 {
  margin-bottom: 0.5rem !important;
}

.u-ml2,
.u-mx2 {
  margin-left: 0.5rem !important;
}

.u-m3 {
  margin: 1rem !important;
}

.u-mt3,
.u-my3 {
  margin-top: 1rem !important;
}

.u-mr3,
.u-mx3 {
  margin-right: 1rem !important;
}

.u-mb3,
.u-my3 {
  margin-bottom: 1rem !important;
}

.u-ml3,
.u-mx3 {
  margin-left: 1rem !important;
}

.u-m4 {
  margin: 1.5rem !important;
}

.u-mt4,
.u-my4 {
  margin-top: 1.5rem !important;
}

.u-mr4,
.u-mx4 {
  margin-right: 1.5rem !important;
}

.u-mb4,
.u-my4 {
  margin-bottom: 1.5rem !important;
}

.u-ml4,
.u-mx4 {
  margin-left: 1.5rem !important;
}

.u-m5 {
  margin: 3rem !important;
}

.u-mt5,
.u-my5 {
  margin-top: 3rem !important;
}

.u-mr5,
.u-mx5 {
  margin-right: 3rem !important;
}

.u-mb5,
.u-my5 {
  margin-bottom: 3rem !important;
}

.u-ml5,
.u-mx5 {
  margin-left: 3rem !important;
}

.u-p0 {
  padding: 0 !important;
}

.u-pt0,
.u-py0 {
  padding-top: 0 !important;
}

.u-pr0,
.u-px0 {
  padding-right: 0 !important;
}

.u-pb0,
.u-py0 {
  padding-bottom: 0 !important;
}

.u-pl0,
.u-px0 {
  padding-left: 0 !important;
}

.u-p1 {
  padding: 0.25rem !important;
}

.u-pt1,
.u-py1 {
  padding-top: 0.25rem !important;
}

.u-pr1,
.u-px1 {
  padding-right: 0.25rem !important;
}

.u-pb1,
.u-py1 {
  padding-bottom: 0.25rem !important;
}

.u-pl1,
.u-px1 {
  padding-left: 0.25rem !important;
}

.u-p2 {
  padding: 0.5rem !important;
}

.u-pt2,
.u-py2 {
  padding-top: 0.5rem !important;
}

.u-pr2,
.u-px2 {
  padding-right: 0.5rem !important;
}

.u-pb2,
.u-py2 {
  padding-bottom: 0.5rem !important;
}

.u-pl2,
.u-px2 {
  padding-left: 0.5rem !important;
}

.u-p3 {
  padding: 1rem !important;
}

.u-pt3,
.u-py3 {
  padding-top: 1rem !important;
}

.u-pr3,
.u-px3 {
  padding-right: 1rem !important;
}

.u-pb3,
.u-py3 {
  padding-bottom: 1rem !important;
}

.u-pl3,
.u-px3 {
  padding-left: 1rem !important;
}

.u-p4 {
  padding: 1.5rem !important;
}

.u-pt4,
.u-py4 {
  padding-top: 1.5rem !important;
}

.u-pr4,
.u-px4 {
  padding-right: 1.5rem !important;
}

.u-pb4,
.u-py4 {
  padding-bottom: 1.5rem !important;
}

.u-pl4,
.u-px4 {
  padding-left: 1.5rem !important;
}

.u-p5 {
  padding: 3rem !important;
}

.u-pt5,
.u-py5 {
  padding-top: 3rem !important;
}

.u-pr5,
.u-px5 {
  padding-right: 3rem !important;
}

.u-pb5,
.u-py5 {
  padding-bottom: 3rem !important;
}

.u-pl5,
.u-px5 {
  padding-left: 3rem !important;
}

@media (min-width: 751px) {
  .u-md-m0 {
    margin: 0 !important;
  }

  .u-md-mt0,
  .u-md-my0 {
    margin-top: 0 !important;
  }

  .u-md-mr0,
  .u-md-mx0 {
    margin-right: 0 !important;
  }

  .u-md-mb0,
  .u-md-my0 {
    margin-bottom: 0 !important;
  }

  .u-md-ml0,
  .u-md-mx0 {
    margin-left: 0 !important;
  }

  .u-md-m1 {
    margin: 0.25rem !important;
  }

  .u-md-mt1,
  .u-md-my1 {
    margin-top: 0.25rem !important;
  }

  .u-md-mr1,
  .u-md-mx1 {
    margin-right: 0.25rem !important;
  }

  .u-md-mb1,
  .u-md-my1 {
    margin-bottom: 0.25rem !important;
  }

  .u-md-ml1,
  .u-md-mx1 {
    margin-left: 0.25rem !important;
  }

  .u-md-m2 {
    margin: 0.5rem !important;
  }

  .u-md-mt2,
  .u-md-my2 {
    margin-top: 0.5rem !important;
  }

  .u-md-mr2,
  .u-md-mx2 {
    margin-right: 0.5rem !important;
  }

  .u-md-mb2,
  .u-md-my2 {
    margin-bottom: 0.5rem !important;
  }

  .u-md-ml2,
  .u-md-mx2 {
    margin-left: 0.5rem !important;
  }

  .u-md-m3 {
    margin: 1rem !important;
  }

  .u-md-mt3,
  .u-md-my3 {
    margin-top: 1rem !important;
  }

  .u-md-mr3,
  .u-md-mx3 {
    margin-right: 1rem !important;
  }

  .u-md-mb3,
  .u-md-my3 {
    margin-bottom: 1rem !important;
  }

  .u-md-ml3,
  .u-md-mx3 {
    margin-left: 1rem !important;
  }

  .u-md-m4 {
    margin: 1.5rem !important;
  }

  .u-md-mt4,
  .u-md-my4 {
    margin-top: 1.5rem !important;
  }

  .u-md-mr4,
  .u-md-mx4 {
    margin-right: 1.5rem !important;
  }

  .u-md-mb4,
  .u-md-my4 {
    margin-bottom: 1.5rem !important;
  }

  .u-md-ml4,
  .u-md-mx4 {
    margin-left: 1.5rem !important;
  }

  .u-md-m5 {
    margin: 3rem !important;
  }

  .u-md-mt5,
  .u-md-my5 {
    margin-top: 3rem !important;
  }

  .u-md-mr5,
  .u-md-mx5 {
    margin-right: 3rem !important;
  }

  .u-md-mb5,
  .u-md-my5 {
    margin-bottom: 3rem !important;
  }

  .u-md-ml5,
  .u-md-mx5 {
    margin-left: 3rem !important;
  }

  .u-md-p0 {
    padding: 0 !important;
  }

  .u-md-pt0,
  .u-md-py0 {
    padding-top: 0 !important;
  }

  .u-md-pr0,
  .u-md-px0 {
    padding-right: 0 !important;
  }

  .u-md-pb0,
  .u-md-py0 {
    padding-bottom: 0 !important;
  }

  .u-md-pl0,
  .u-md-px0 {
    padding-left: 0 !important;
  }

  .u-md-p1 {
    padding: 0.25rem !important;
  }

  .u-md-pt1,
  .u-md-py1 {
    padding-top: 0.25rem !important;
  }

  .u-md-pr1,
  .u-md-px1 {
    padding-right: 0.25rem !important;
  }

  .u-md-pb1,
  .u-md-py1 {
    padding-bottom: 0.25rem !important;
  }

  .u-md-pl1,
  .u-md-px1 {
    padding-left: 0.25rem !important;
  }

  .u-md-p2 {
    padding: 0.5rem !important;
  }

  .u-md-pt2,
  .u-md-py2 {
    padding-top: 0.5rem !important;
  }

  .u-md-pr2,
  .u-md-px2 {
    padding-right: 0.5rem !important;
  }

  .u-md-pb2,
  .u-md-py2 {
    padding-bottom: 0.5rem !important;
  }

  .u-md-pl2,
  .u-md-px2 {
    padding-left: 0.5rem !important;
  }

  .u-md-p3 {
    padding: 1rem !important;
  }

  .u-md-pt3,
  .u-md-py3 {
    padding-top: 1rem !important;
  }

  .u-md-pr3,
  .u-md-px3 {
    padding-right: 1rem !important;
  }

  .u-md-pb3,
  .u-md-py3 {
    padding-bottom: 1rem !important;
  }

  .u-md-pl3,
  .u-md-px3 {
    padding-left: 1rem !important;
  }

  .u-md-p4 {
    padding: 1.5rem !important;
  }

  .u-md-pt4,
  .u-md-py4 {
    padding-top: 1.5rem !important;
  }

  .u-md-pr4,
  .u-md-px4 {
    padding-right: 1.5rem !important;
  }

  .u-md-pb4,
  .u-md-py4 {
    padding-bottom: 1.5rem !important;
  }

  .u-md-pl4,
  .u-md-px4 {
    padding-left: 1.5rem !important;
  }

  .u-md-p5 {
    padding: 3rem !important;
  }

  .u-md-pt5,
  .u-md-py5 {
    padding-top: 3rem !important;
  }

  .u-md-pr5,
  .u-md-px5 {
    padding-right: 3rem !important;
  }

  .u-md-pb5,
  .u-md-py5 {
    padding-bottom: 3rem !important;
  }

  .u-md-pl5,
  .u-md-px5 {
    padding-left: 3rem !important;
  }
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-tac {
  text-align: center !important;
}

@media (min-width: 751px) {
  .u-md-tal {
    text-align: left !important;
  }

  .u-md-tar {
    text-align: right !important;
  }

  .u-md-tac {
    text-align: center !important;
  }

}