@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #270900;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0.1em;
  background: url("../img/shared/bg.jpg")repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.fnt-noto-serif {
  font-family: 'Noto Serif JP', serif;
}
.fnt-din-condensed {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
/*img {
  max-width: 100%;
  width: auto;
  height: auto;
}*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*=============================================
 ******************** header ******************
 *=============================================*/
#key {
  line-height: 0;
}
header {
  position: relative;
  width: 100%;
  z-index: 990;
}
header .logo a {
  text-decoration: none;
}
.red {
  color: #780404;
}
.tax {
  font-size: 15px;
}
header h1 {
  position: absolute;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  top: 89px;
  left: calc(50% - 500px);
  z-index: 2;
  width: 300px;
}
header .nav-inline {
  font-size: 0;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  color: #0c0b07;
}
header .nav-inline li {
  margin-right: 16px;
  position: relative;
  display: inline-block;
}
header .nav-inline li:after {
  position: relative;
  content: "|";
  padding-left: 16px;
  font-size: 17px;
}
header .nav-inline li:hover {
  text-decoration: none;
}
header .nav-inline li:hover a {
  text-decoration: none;
}
header .nav-inline li a {
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}
header .nav-inline li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #c89829;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: transform .3s;
}
header .nav-inline li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header .nav-inline li a:hover:before {
  transform: scale(1, 1);
}
header .nav-inline li:last-child {
  margin-right: 0;
}
header .nav-inline li:last-child:after {
  position: relative;
  content: "";
  padding-left: 0;
}
header .nav-inline li:last-child a {
  background: #780404;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 11px 9px;
}
header .nav-inline li:last-child a:hover:before {
  transform: scale(0, 1);
}
header .nav-inline li:nth-child(7) {
  margin-right: 5px;
}
header .nav-inline .active a:before {
  transform: scale(1, 1);
}
header .header {
  background: url("../img/shared/bg_header.png") repeat center top;
  position: relative;
  z-index: 1;
}
header .header .logo {
  width: 342px;
  margin: 0 auto;
}
header .header .row {
  background: url("../img/shared/bg_nav.png") repeat center top;
  padding: 16px 0 12px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
}
header .header .nav {
  margin-left: -5px;
}
header .header .tel {
  position: absolute;
  top: 30px;
  left: calc(50% - 511px);
}
header .header .btn {
  position: absolute;
  top: 8px;
  right: 2px;
}
header .header .btn2 {
  position: absolute;
  top: 66px;
  right: 2px;
}
.text_center {
  text-align: center;
}
.d-flex {
  display: flex;
}
* {
  box-sizing: border-box;
}
body, main {
  overflow-x: hidden;
}
.main-wr .d-flex {
  justify-content: space-between;
}
.nav-fixed .d-flex {
  justify-content: space-between;
}
header .nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: .5s all;
  width: 100%;
  color: #fff;
  z-index: 66;
  background: url("../img/shared/bg_nav.png")repeat center top;
  padding: 16px 0 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
}
header .nav-fixed.fixed {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.nav-fixed .nav-inline {
  color: #0c0b07;
}
.nav-fixed .btn2 {
  position: absolute;
  right: 1px;
  top: 74px;
}
.nav-fixed.fixed .group-fixed {
  visibility: visible;
}
.copy.copied {
  pointer-events: none;
}
@media screen and (max-height: 600px) {
  .nav-fixed .group-fixed {
    top: 100px;
  }
}
.nav-fixed .group-fixed li + li {
  margin-top: 5px;
}
.nav-fixed.fixed .group-fixed {
  visibility: visible;
}
header .toggle-button {
  position: fixed;
  top: 16px;
  right: 7px;
  z-index: 999;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background: url(../img/shared/menu.jpg) no-repeat center / cover;
}
header .toggle-button.active {
  background: url(../img/shared/menu_on.png) no-repeat center / cover;
}
/*header .toggle-button:after {
  font-size: 10px;
  content: 'MENU';
  position: absolute;
  top: 36px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: block;
}
header .toggle-button.active:after {
  content: "";
}
header .toggle-button .button {
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0ms .2s;
  transition: all 0ms .2s;
  display: block;
}
header .toggle-button .button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 7px;
  background: #fff;
  -webkit-transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
header .toggle-button .button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 7px;
  background: #fff;
  -webkit-transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
header .toggle-button.active .button {
  background: transparent;
}
header .toggle-button.active .button:before {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
header .toggle-button.active .button:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
header .toggle-button.active .close {
  transition-delay: .3s;
  opacity: 1;
}
.menu-open header .toggle-button .button:before, .menu-open header .toggle-button .button:after {
  background: #fff;
}*/
header .mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 80px;
  z-index: 990;
  background: rgba(0, 0, 0, .94);
  opacity: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
	visibility: hidden;
}
.menu-open header .mobile-nav {
  opacity: 1;
	visibility: visible;
  pointer-events: initial;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header {}
header .nav-fixed {}
.bg-parallax {
  position: relative;
  height: auto !important;
  min-height: auto;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
footer {
  background: url("../img/shared/bg_ft.jpg") repeat center bottom;
  color: #fff;
  padding: 46px 0 38px 0;
}
footer .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
footer #socialbuttons {
  margin-right: 0;
  margin-top: 5px;
}
footer address {
  margin-bottom: -11px;
}
footer address, footer .cookies-link {
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.11em;
  font-weight: bold;
}
footer .cookies-link a {
  text-decoration: underline;
}
footer .cookies-link a:hover {
  text-decoration: none;
}
footer #socialbuttons {
  text-align: center;
  display: flex;
  justify-content: center;
}
.social-facebook {
  width: 95px;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
}
/*.social-facebook .fb-like.fb_iframe_widget > span{
	width: 95px!important;
}
.social-facebook .fb-like.fb_iframe_widget > span iframe{
	width: 95px!important;
}
body.plugin ._51mz{
	width: 95px !important;
}*/
/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 1500px) {
  #key:after {
    background: url("../img/shared/h_deco.png") no-repeat center top;
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 30px;
  }
  img {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .fl {
    float: none;
  }
  .fr {
    float: none;
  }
  .txt-vertical {
    cursor: auto;
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    text-orientation: inherit;
    word-wrap: inherit;
  }
  .txt-vertical .txt-latin {
    cursor: auto;
    direction: inherit;
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    text-orientation: inherit;
    -o-text-orientation: inherit;
    -ms-text-orientation: inherit;
    -ms-text-orientation: inherit;
    -moz-text-orientation: inherit;
    -webkit-text-orientation: inherit;
    letter-spacing: 0em;
  }
  .hamberger-btn {
    position: fixed;
    top: 17px;
    right: 2%;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 201;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .hamberger-btn::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "MENU";
    text-align: center;
    font-size: 10px;
    line-height: 20px;
  }
  .hamberger-btn span {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 35%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #000;
  }
  .hamberger-btn span::before, .hamberger-btn span::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    content: "";
  }
  .hamberger-btn span::after {
    top: -8px;
  }
  .hamberger-btn span::before {
    top: 8px;
  }
  .nav-header .sub-nav::before {
    display: none;
  }
  .menu-open .hamberger-btn {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .menu-open .hamberger-btn span {
    -webkit-transform: rotate(140deg) translateX(20px);
    transform: rotate(140deg) translateX(20px);
    top: 5px;
    left: 46%;
  }
  .menu-open .hamberger-btn span::after {
    -webkit-transform: rotate(-105deg) translateX(0px);
    transform: rotate(-105deg) translateX(0px);
    top: 0;
  }
  .menu-open .hamberger-btn::after {
    content: "CLOSE";
  }
  .menu-open .hamberger-btn span::before {
    opacity: 0;
  }
  .nav-header {
    width: 100%;
    height: 100vh;
    background: #FFF;
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    opacity: 1;
  }
  .menu-open .nav-header {
    left: 0%;
    visibility: visible;
    overflow: auto;
  }
  .js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .hide-nav {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .d-flex {
    flex-wrap: wrap;
  }
  .main-btn {
    width: 100%;
  }
  .hamberger-btn {
    top: 10px;
  }
  #key {
    height: auto;
  }
  header h1 {
    font-size: 10px;
    line-height: 1.6;
    top: 85px;
    left: 10px;
    right: 10px;
    width: 100%;
  }
  header .header {
    background: url(../img/shared/bg_line.png) repeat-x center top, url(../img/shared/sp_bg_header.png) no-repeat center top/cover;
    height: 75px;
  }
  header .header .logo {
    width: 170px;
    position: absolute;
    top: 8px;
    left: 5px;
  }
  header .header .tel {
    width: 60px;
    top: 12px;
    left: auto;
    right: 55px;
    position: absolute;
    z-index: 1200;
  }
  header .mobile-nav .wrap {
    padding: 0 5%;
  }
  header .mobile-nav .nav-sp {
    width: 100%;
  }
  header .mobile-nav .nav-sp a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    border-bottom: 1px solid rgba(168, 168, 168, 0.46);
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
  }
  header .mobile-nav .nav-sp a:after {
    background: url(../img/shared/icon_on.png) no-repeat center/100% auto;
    width: 13px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '';
  }
  .txt {
    text-align: justify;
  }
  footer {
    padding: 8vw 0 100px 0;
    text-align: center;
  }
  footer .wrap {
    flex-wrap: wrap;
  }
  footer #socialbuttons {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    width: 100%;
    order: -1;
    margin-bottom: 5vw;
  }
  footer address {
    margin-bottom: 0;
  }
  footer .text {
    width: 100%;
  }
  footer address, footer .cookies-link {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}
/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {}
/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#pagetop:hover {
  opacity: 0.9;
}
.slick-slider {
  z-index: 0;
}
.slick-track {
  will-change: transform;
}
.slick-slide * {
  transform: translate3d(0, 0, 0)
}
/* slick arrows custom */
.slick-arrow {
  width: 50px;
  height: 70px;
  line-height: 40px;
  border: none;
  background: transparent;
  font-size: 0;
  position: relative;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
}
.slick-prev {
  left: 0;
  background: url("../img/shared/prev.jpg")no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.slick-next {
  right: 0;
  background: url("../img/shared/next.jpg")no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
/* slick dots custom */
.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  line-height: 0;
  margin: 0 2px;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #780404;
  background-color: transparent;
  font-size: 0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #780404;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #270900;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
  }
  #fixed-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background: #270900;
  }
  #fixed-sp ul li {
    width: 50%;
    background: url("../img/shared/bg_ft_btn1.png")no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #fixed-sp ul li:nth-child(2) {
    background: url("../img/shared/bg_ft_btn2.png")no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #fixed-sp ul li a {
    width: auto;
    display: block;
    text-align: center;
  }
  #fixed-sp ul li a img {
    height: 40px;
    width: auto;
  }
  #pagetop {
    right: 10px;
    bottom: 80px;
    width: 50px;
    z-index: 99;
  }
  .menu-open #pagetop {
    z-index: 0;
    opacity: 0;
  }
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .has_nav footer:after {
    background-color: transparent;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
  }
  #fixed-sp {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 140px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .has_nav footer:after {
    background-color: transparent;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
  }
  #fixed-sp {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 140px);
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .has_nav footer:after {
    background-color: transparent;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
  }
  #fixed-sp {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 140px);
  }
}
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  header .nav-inline li {
    margin-right: 13px;
  }
  header .nav-inline li:after {
    padding-left: 13px;
  }
}
/*# sourceMappingURL=shared.css.map */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  p.btn img:hover, .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  p.bnr img:hover, .bnr-over img, .over-img img, img.over, img:not(.bnr):not(.non-over), button img, p.logo img:hover {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  header .nav-inline li:last-child a {
    padding: 14px 9px 8px 9px;
  }
  header .header .row {
    padding: 16px 0 9px 0;
  }
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}