@charset "utf-8";

/*---------------------
  html,body
---------------------*/

  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    min-width: 320px;
    color: #000;
    text-align: left;
    font: 14px/1.5 "メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }

/*---------------------
  wrapper
---------------------*/

  #wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

@media screen and (max-width: 1000px) {

}


/*---------------------
  header
---------------------*/

  .header-inner {
    margin: 0 auto;
    max-width: 1100px;
  }

  .header-logo a {
    text-decoration: none;
  }

  .header-logo-add {
    display: block;
    margin: .4em 0 0;
    line-height: 1.2;
    font-size: .85em;
    color: #999;
  }

  .header-logo-text {
    display: block;
    line-height: 1.2;
    color: #bbb;
  }

  .header-tel-list li {
    height: 40px;
    border-left: 1px solid #ddd;
  }

  .header-tel1 {
    padding: 1px 20px 10px 18px;
  }

  .header-tel2 {
    padding: 12px 20px 11px 18px;
    border-right: 1px solid #ddd;
  }

  .header-tel-list a {
    display: block;
  }

@media screen and (min-width: 1101px) {

  #header {
    position: relative;
    height: 193px;
  }

  .header-logo a {
    position: absolute;
    left: 50%;
    top: 20px;
    margin: 0 0 0 -545px;
  }

  .header-logo-text {
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin: 0 0 0 -550px;
  }

  .header-tel-list {
    position: absolute;
    right: 50%;
    top: 19px;
    margin: 0 -550px 0 0;
  }

  .header-tel-list:after {
    content: "";
    display: table;
    clear: both;
  }

  .header-tel-list li {
    float: left;
  }

}

@media screen and (max-width: 1100px) {

  #header {
    padding: 37px 15px 0;
  }

  .header-logo {
    margin: 0 0 1em;
    text-align: center;
  }

  .header-logo-text {
    margin: 1em 0 0;
  }

  .header-tel-list {
    margin: 0 0 1em;
    letter-spacing: -.40em;
    text-align: center;
  }

  .header-tel-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }

}

@media screen and (max-width: 640px) {

  .header-tel-list {
    margin: 0 auto 1em;
    width: 240px;
    letter-spacing: normal;
  }

  .header-tel-list li {
    display: block;
    height: 43px;
    border: 1px solid #4AA68D;
    background: #fff;
  }

  .header-tel1 {
    margin: 0 0 1px;
    padding: 6px 0;
  }

  .header-tel2 {
    padding: 12px 0;
  }
}


/*---------------------
  nav
---------------------*/

/* #nav */

  #nav a {
    position: relative;
    display: block;
  }

@media screen and (min-width: 1101px) {

  #nav {
    position: relative;
  }

  #nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 77px;
    padding: 16px 0;
    z-index: 1000000;
    background: #fff;
  }

  #nav:before,
  #nav:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
  }

  #nav:before {
    top: 116px;
    height: 5px;
    background: url(../img/base/grid_bg_green.jpg);
  }

  #nav:after {
    top: 122px;
    height: 10px;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 );
  }

  #nav.fixed:before,
  #nav.fixed:after {
    top: auto;
  }

  #nav.fixed:before {
    bottom: 11px;
  }

  #nav.fixed:after {
    bottom: 0;
  }

}

  /* タクシー～ツアー */
  .main-nav a {
    padding: 9px 0 0;
    height: 45px;
    text-align: center;
  }

  .main-nav a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 125px;
    height: 11px;
    background: url(../img/menu/main_nav_bg.png) no-repeat;
  }

  .nav-taxi { background: #579961;}
  .nav-hire { background: #0080FF;}
  .nav-jumbo { background: #FF7A4D;}
  .nav-tour { background: #222;}

@media screen and (min-width: 1101px) {

  .main-nav-area {
    position: absolute;
    right: 0;
    top: 71px;
    width: 100%;
  }

  #nav.fixed .main-nav-area {
    position: relative;
    right: auto;
    top: 0;
  }

  .main-nav {
    max-width: 1100px;
    margin: 0 auto;
    letter-spacing: -.40em;
    text-align: right;
  }

  #nav.fixed .main-nav {
    position: absolute;
    right: 50%;
    margin: 0 -550px 0 0;
    top: 0;
    letter-spacing: normal;
    text-align: left;
    max-width: none;
  }

  .main-nav:after {
    content: "";
    display: table;
    clear: both;
  }

  .main-nav li:not(:last-child) {
    padding: 0 5px 0 0;
  }

  .main-nav li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }

  .main-nav a {
    width: 150px;
    border-radius: 3px 3px 0 0;
  }

}

@media screen and (max-width: 1100px) {

  .main-nav a {
    padding: 11px 0 0;
    height: 50px;
  }

}

  /* HOME～お問い合わせ */
  .sub-nav li {
    position: relative;
  }

  .sub-nav a:before,
  .drop-down-btn:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/base/link_icon_set_big.png);
    background-position: 0;
  }

  .sub-nav > li > a,
  .drop-down-btn {
    font-size: 1.15em;
    color: #4AA68D;
  }

  .sub-nav > li > a {
    text-decoration: none;
  }

  .sub-nav > li > a:hover {
    text-decoration: underline;
  }

@media screen and (min-width: 1101px) {

  .sub-nav-area {
    position: relative;
    z-index: 100000;
  }

  .sub-nav {
    position: absolute;
    right: 50%;
    top: 148px;
    margin: 0 -550px 0 0;
  }

  #nav.fixed .sub-nav {
    right: auto;
    left: 50%;
    top: .7em;
    margin: 0 0 0 -550px;
  }

  .sub-nav > li {
    float: left;
  }

  .sub-nav > li:not(:last-child) {
    margin: 0 3em 0 0;
  }

  #nav.fixed .sub-nav > li:not(:last-child) {
    margin: 0 1.8em 0 0;
  }

  #nav.fixed .sub-nav > li > a,
  #nav.fixed .drop-down-btn {
    font-size: 1em;
  }

}

@media screen and (max-width: 1100px) {

  .sub-nav > li > a,
  .drop-down-btn {
    padding: 0 0 0 1em;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dotted #ddd;
  }

}

  /* ドロップダウンボタン */
  .drop-down-btn {
    position: relative;
    cursor: default;
  }

@media screen and (min-width: 1101px) {

  .drop-down-btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 10px auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    opacity: 0;
    transition: .1s;
    z-index: 2;
  }

  .sub-nav > li.drop .drop-down-btn:after {
    top: 100%;
    opacity: 1;
  }

  /* ドロップダウンナビ */
  .drop-down-nav {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 10px 0;
    width: 170px;
    height: 0;
    overflow: hidden;
    border-top: 10px solid #fff;
  }

}

  /* ドロップダウンナビ */
  .drop-down-nav {
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: .1s;
    background: url(../img/base/grid_bg_right_green.jpg);
  }

  .sub-nav > li.drop .drop-down-nav {
    top: 100%;
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: auto;
  }

  .drop-down-nav a {
    position: relative;
    text-align: left;
    padding: 0 0 0 14px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
    background: url(../img/base/grid_bg_right_green.jpg);
  }

  .drop-down-nav a:hover {
    text-decoration: underline;
  }

  .drop-down-nav a:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-image: url(../img/base/link_icon_set_min.png);
    background-position: -15px 0;
  }

/* sp用スタイル */

  #nav .subtitle,
  #nav .main-nav-back {
    display: none;
  }

@media screen and (max-width: 1100px) {

  #nav {
    position: fixed;
    left: -240px;
    top: 0;
    width: 240px;
    height: 100%!important;
    background: #fff;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .2s;
    transition: left .2s;
    will-change: transform;
  }
  .open #nav {
    left: 0;
  }

  .submenu {
    height: 0;
    overflow: hidden;
    background: #fff;
    z-index: 10000000;
    transition: .1s;
  }
  .submenu.open {
    height: 150px;
    overflow: visible;
  }

  #nav .next {
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 51px;
    cursor: pointer;
  }
  #nav .next:before {
    content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    line-height: 51px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    margin: auto 0;
            z-index: 1;
  }
  #nav .next.open:before {
    content: '－';
  }
  #nav .next:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 51px;
    background: url(../img/base/grid_bg_right_green.jpg);
  }

  .button {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../img/base/grid_bg_right_green.jpg);
    z-index: 1000000;
    cursor: pointer;
    outline: none;
    -webkit-transition: .2s;
            transition: .2s;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  .button:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: #fff;
    font-size: .7em;
    text-align: center;
  }
  .open .button {
    border: 1px solid #fff;
    background: none;
    -webkit-transform: translate(240px,0);
            transform: translate(240px,0);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }

  .bar {
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .bar:before,
  .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .bar:before {
    top: -9px;
  }
  .bar:after {
    top: 9px;
  }

  .open .bar {
    background: none;
  }
  .open .bar:before,
  .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .open .screen {
    opacity: .6;
    visibility: visible;
  }

/* ドロップダウンナビ */

  .drop-down-nav {
    border: none;
    visibility: visible;
    opacity: 1;
    transition: none;
  }
  .sub-nav > li.drop .drop-down-nav {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .drop-down-nav.active {
    overflow: hidden;
    -webkit-transform: translate(0,0) scale(1,1);
            transform: translate(0,0) scale(1,1);
  }
  .drop-down-nav a {
    padding: 0 0 0 1em;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
  }

}

/*---------------------
  main
---------------------*/

  #main {
    padding: 0 0 50px;
  }

  .page-title-area + .inner {
    margin-top: 50px;
    background: #fff;
    z-index: 100;
  }

@media screen and (min-width: 641px) {

  .page-title-area + .inner {
    padding-top: 40px;
  }

}

  /* sightseeing用 */
  .page-title-area + .inner > .gutter {
    /*position: relative;
    padding-bottom: .5em;
    background-color: #fff;
    z-index: 100;*/
  }

  /* dmy用 */
  .gutter.m0 {
    margin-bottom: 0!important;
  }



/* TOP・下層共通バナー */

@media screen and (max-width: 1100px) {

  .common-link-area {
    padding: 0 15px;
  }

}

  /* taxi～観光コース バナー */
  .service-type-list > li {
    margin: 0 14px 0 0;
    width: 260px;
  }

  .service-type-list-box {
    padding: 3px 3px 1em;
    background: #fff;
    box-shadow: 0 0 4px 3px rgba(204,204,204,.4);
    border-radius: 3px 3px 0 0;
  }

  .service-type-title {
    margin: 0 0 2px;
    padding: 11px 0 9px 16px;
    border-radius: 3px 3px 0 0;
  }
  .taxi-service-type-title { background: #579961;}
  .hire-service-type-title { background: #0080FF;}
  .jumbo-service-type-title { background: #FF7A4D;}
  .tour-service-type-title { background: #222;}

  .service-type-title span {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
  }

  .service-type-title:not(.jumbo-service-type-title) span {
    padding: .3em 0 0 .8em;
  }

  .jumbo-service-type-title span {
    padding: .3em 0 0 .3em;
  }

  .service-type-img-box {
    position: relative;
    min-height: 131px;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
  }
  .taxi-service-type-img-box { background-image: url(../img/base/taxi_bg.jpg);}
  .hire-service-type-img-box { background-image: url(../img/base/hire_bg.jpg);}
  .jumbo-service-type-img-box { background-image: url(../img/base/jumbo_bg.jpg);}
  .tour-service-type-img-box { background-image: url(../img/base/tour_bg.jpg);}

  .service-type-img-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 68%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 68%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 68%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }

  .service-type-img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
  }

  .service-type-img-box:not(.tour-service-type-img-box) .service-type-img {
    top: 20px;
  }

  .service-type-img-box.tour-service-type-img-box .service-type-img {
    top: 5px;
  }

  .service-type-detail {
    padding: .5em 0 0;
    background: #fff;
  }

  .service-type-text {
    margin: 0 0 1em;
    padding: 0 1.5em;
    line-height: 1.2;
    text-align: center;
    font-size: .85em;
  }

  .service-type-link-list {
    position: relative;
    padding: 0 0 0 13px;
  }

  .service-type-link-list li:nth-child(n+3) {
    position: absolute;
    left: 133px;
  }
  .service-type-link-list li:nth-child(3) { top: 0;}
  .service-type-link-list li:nth-child(4) { bottom: 0;}

  /* Tour 観光コース　依頼の流れ　非表示 */
  .service-type-list > li:nth-child(4) .service-type-link-list li:nth-child(3) {
    display: none;
  }
  .service-type-list > li:nth-child(4) .service-type-link-list li:nth-child(4) {
    top: 0;
  }
  /* footerの　Tour 観光コース 依頼の流れ　も非表示 */
  .footer-nav > li:nth-child(4) .footer-service-link-list li:nth-child(3) {
    display: none;
  }

@media screen and (min-width: 641px) {

  .service-type-list {
    margin: 0 -14px 70px 0;
    letter-spacing: -.40em;
    text-align: center;
  }

  .service-type-list > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
  }

}

@media screen and (max-width: 1100px) {

  .service-type-img-box {
    background-size: cover;
  }

  .service-type-list > li {
    margin: 0 0 14px;
    padding: 0 14px 0 0;
    width: 50%;
  }

}

@media screen and (max-width: 640px) {

  .service-type-list {
    margin: 0 0 70px;
  }

  .service-type-list > li {
    padding: 0;
    width: auto;
  }

}

  /* バナー４つ */
  .banner-link-list {
    text-align: center;
  }

  .banner-link-list li {
    padding: 0 17px 0 0;
  }

  .banner-link-list a {
    display: block;
  }

@media screen and (min-width: 641px) {

  .banner-link-list {
    letter-spacing: -.40em;
    overflow: hidden;
  }

  .banner-link-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }

}

@media screen and (min-width: 1101px) {

  .banner-link-list {
    margin: 0 -17px 0 0;
  }

  .banner-link-list a {
    transition: .2s;
  }

  .banner-link-list a:hover {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
    filter: brightness(110%);
  }

}

@media screen and (max-width: 1100px) {

  .banner-link-list {
    margin: 0 -14px -17px 0;
  }

  .banner-link-list li {
    margin: 0 0 17px;
    padding: 0 10px 0 0;
    width: 25%;
    max-width: 265px;
  }

}

@media screen and (max-width: 640px) {

  .banner-link-list {
    margin: 0;
  }

  .banner-link-list li {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
  }

  .banner-link-list li:not(:last-child) {
    margin: 0 0 17px;
  }

}

/*---------------------
  footer
---------------------*/

@media screen and (max-width: 1100px) {

  #footer {
    padding: 0 0 60px;
  }

}

  .footer {
    padding: 55px 0 80px;
    background: url(../img/base/grid_bg_right_blue.jpg);
  }

@media screen and (max-width: 1100px) {

  .footer {
    padding: 55px 15px 80px;
  }

}

@media screen and (min-width: 1101px) {

  .footer-inner {
    position: relative;
    display: table;
    border-spacing: 0;
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-logo-area,
  .footer-nav-area {
    display: table-cell;
    vertical-align: top;
  }

  .footer-logo-area {
    width: 219px;
  }

  .footer-nav-area {
    padding: 4px 0 0 10px;
  }

  .footer-tel-list {
    padding: 0 0 0 4px;
  }

}

/* ロゴ・住所・TEL */

  .footer-logo {
    margin: 0 0 1em;
    text-align: center;
  }

  .footer-logo-add {
    display: block;
    margin: 1.2em 0 0;
    line-height: 1.2;
    font-size: .85em;
  }

  .footer-tel-list li {
    height: 41px;
    border: 1px solid #4AA68D;
    background: #fff;
  }

  .footer-tel1 {
    margin: 0 0 1px;
    padding: 6px 0 0 6px;
  }

  .footer-tel2 {
    padding: 12px 0 0 7px;
  }

  .footer-tel-list a {
    display: block;
  }

@media screen and (max-width: 1100px) {

  .footer-tel-list {
    margin: 0 auto 10px;
    width: 215px;
  }

}

/* ナビ */

  .footer-nav {
    overflow: hidden;
  }

  .footer-nav a {
    position: relative;
    display: block;
    text-decoration: none;
  }

  .footer-nav a:hover {
    text-decoration: underline;
  }

  .footer-service-link {
    display: block;
    padding: 7px 5px 6px 10px;
    line-height: 1;
    color: #fff;
    background: #4AA68D;
    border-radius: 3px;
  }

  .footer-service-link-list {
    padding: 10px 0 0;
  }

  .footer-service-link-list a {
    font-weight: bold;
    color: #4AA58C;
  }

  .footer-service-link:before,
  .footer-service-link-list a:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

  .footer-service-link:before {
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/base/link_icon_set_big.png);
    background-position: -20px 0;
  }

  .footer-service-link-list a:before {
    margin: 0 5px 0 12px;
    width: 15px;
    height: 15px;
    background-image: url(../img/base/link_icon_set_min.png);
    background-position: 0;
  }

@media screen and (min-width: 1101px) {

  .footer-nav {
    margin: 0 -9px 0 0;
  }

  .footer-nav > li {
    width: 20%;
  }

}

@media screen and (max-width: 1100px) {

  .footer-nav {
    margin: 0 -9px -9px 0;
  }

  .footer-nav > li {
    margin: 0 0 9px;
    width: 50%;
  }

}

@media screen and (min-width: 641px) {

  .footer-nav:after {
    content: "";
    display: table;
    clear: both;
  }

  .footer-nav > li {
    float: left;
    padding: 0 9px 0 0;
  }

}

@media screen and (max-width: 640px) {

  .footer-nav {
    margin: 0 0 -9px 0;
  }

  .footer-nav > li {
    position: relative;
    margin: 0 0 9px;
    width: auto;
  }

  .footer-service-link {
    position: relative;
    z-index: 1;
    padding: 0 0 0 10px;
    line-height: 40px;
    height: 40px;
  }

  /* toggle */
  .footer-nav-next {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer;
    z-index: 2;
  }

  .footer-nav-next:after {
    content: '＋';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 1.3em;
    line-height: 40px;
    text-align: center;
    color: #4AA68D;
  }

  .footer-nav-next.open:after {
    content: '－';
  }

  .footer-service-link-list {
    position: absolute;
    top: 50%;
    width: 100%;
    visibility: hidden;
    background: url(../img/base/grid_bg_right_blue.jpg);
    transition: .3s;
    opacity: 0;
  }

  .footer-service-link-list.open {
    position: relative;
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

}

/* コピーライト */

  .copy {
    padding: 35px 15px;
    text-align: center;
  }

@media screen and (max-width: 1100px) {

  .copy {
    padding: 25px 15px;
  }

}

/*---------------------
  print
---------------------*/

@media print {

  html,
  body{
    background: none;
  }

}