@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.4rem;
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover img {
  opacity: 0.75;
}


/*メインナビゲーション ==========================*/

/*Stellarnavスタイル上書き*/
.stellarnav {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.stellarnav li.has-sub > a:after {
  content: '\f078';
  margin-left: 8px;
}
.stellarnav ul li ul li {
  font-size: 1.6rem;
}
.stellarnav > ul > li {
  font-size: 1.8rem;
  cursor: default;
}
.stellarnav > ul > li,
.stellarnav > ul > li > a {
  color: #222;
}
.stellarnav > ul > li > a:hover {
  color: #D96D00;
}
.stellarnav li a {
  padding: 5px;
}
.stellarnav ul li ul li a {
  background-image: url(../../images/simulation/mark_navi.png);
  background-size: 19px 19px; 
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.2;
  color: #333;
  padding: 6px 2px 4px 28px;
  margin: 7px 10px;
}
.stellarnav ul li ul li a:hover {
  opacity: 0.7;
}

@media only screen and (min-width : 1140px) {
  .stellarnav > ul {
    display: flex!important;
    justify-content: space-between!important;
  }
  .stellarnav > ul > li > a {
    padding: 20px 2px 5px!important;
  }
  /* first level dd */
  .stellarnav ul ul {
    width: 300px;
    background: #FFF9E6;
    border-radius:0px 0px 4px 4px;
    box-shadow:0px 7px 6px rgba(0,0,0,0.4);
    padding-top: 5px;
  }
}

@media only screen and (max-width : 1139px) {
  .stellarnav.mobile ul {
    background-color: #fff;
  }
  .stellarnav > ul > li > a {
    color: #fff;
    background-color: #311800;
    font-size: 1.6rem;
  }
  .stellarnav ul li ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stellarnav ul li ul li a {
    margin: 10px 0px;
  }
  .stellarnav .dd-toggle {
    height: 50px;
  }
  .stellarnav.mobile ul.navi {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
  }
  .sp-arrow {
    position: relative;
  }
  .sp-arrow:after {
    content: '\f105';
    font-size: 28px;
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    right: 18px;
    top: 10px;
  }
  .fa-plus:before {
    font-size: 20px;
  }
  .stellarnav {
    padding-top: 88px;
  }
  .stellarnav .full {
    width: 60px;
    float: right;
    margin-top: -72px;
    text-align: center;
    font-size: 10px;
    padding: 10px 15px;
    color: #402000;
  }
  .fa-bars:before {
    font-size: 36px;
  }
  .stellarnav.mobile li.has-sub a {
    padding-right: 0px;
    white-space: normal;
  }
}



/*ヘッダー ==========================*/

.header {
  border-top: 3px solid #EE8100;
  position: relative;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  max-width: 96%;
  margin: 0 auto 10px;
  height: 110px;
}
.main-logo {
  margin: 0;
}
.header-contact {
  display: flex;
  align-items: center;
}
.header-contact > div {
  margin-left: 20px;
}
.header-bt-contact {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #402000;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px;
}
.header-bt-contact:hover {
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
}

@media only screen and (max-width : 1139px) {
  .header-inner {
    position: absolute;
    width: auto;
    height: auto;
  }
  .header-contact {
    display: none;
  }
  .main-logo {
    width: 200px;
    margin: 10px 0 0 10px;
  }
}


/*フッター =========================*/

.footer {}
.footer-copyr {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #444444;
  padding: 15px;
  font-family: Lato;
}
.footer-menu {
  width: 1140px;
  max-width: 98%;
  margin: 0 auto;
  padding: 30px 0;
}
.footer-menu ul {
  list-style: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.footer-menu ul li:first-child {
  border-left: 1px solid #333;
}
.footer-menu ul li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 5px 0;
  padding: 0 15px;
  border-right: 1px solid #333;
}
.footer-menu li a {
  color: #333;
  text-decoration: none;
}
.footer-menu li a:hover {
  text-decoration: underline;
}
.footer-banner {
  background-color: #f0f0f0;
  padding: 50px 0 10px;
}
.footer-banner h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 5px 0 10px;
}
.footer-banner-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1400px;
  max-width: 98%;
  margin: 0 auto;
}
.footer-banner-list li {
  margin: 30px 10px;
  padding: 0;
}
.sp-actv {
  display: none;
}
@media only screen and (max-width : 768px) {
  .sp-none {
    display: none;
  }
  .sp-actv {
    display: block;
  }
  .footer-banner h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width : 414px) {
  .footer-banner-list {
    display: block;
  }
}


/*モーダル =========================*/
.modal {
  z-index: 999999;
}
.modal-backdrop {
  z-index: 999998;
}


/*スライダー =========================*/

.main-slider {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.slider{
  margin:0;
}
.slick-center {
  opacity: 1;
}
.slick-slide {
  background-color: #000;
  margin: 0 5px;
}
.slick-slide img {
  opacity: 0.5;
}
.slick-slide.slick-center img {
  opacity: 1;
}
.slick-prev,
.slick-next {
  
}
.slick-prev,
.slick-next {
  width: 56px;
  height: 98px;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  border-radius: 5px;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  background-image: url(../../images/simulation/mark_next.png);
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../../images/simulation/mark_prev.png);
}
.slick-prev:before,
.slick-next:before {
  content:none;
}
.slick-next {
  right: 50%;
  margin-right: -680px;
}
.slick-prev {
  left: 50%;
  margin-left: -690px;
  z-index: 99;
}
@media only screen and (max-width : 1400px) {
  .slick-next {
    right: 0px;
    margin-right: 0;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus,
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus{
    background-color: rgba(0,0,0,0.39);
  }
  .slick-prev {
    left: 0px;
    margin-left: 0;
  }
}
@media only screen and (max-width : 1139px) {
  .slick-slide {
    margin: 0;
  }
  .slick-list {
    padding: 0!important;
  }
}
@media only screen and (max-width : 768px) {
  .slick-prev,
  .slick-next {
    width: 34px;
    height: 60px;
    border-radius: 0px;
    background-size: contain;
  }
}
@media only screen and (max-width : 414px) {
  .slick-prev,
  .slick-next {
    /*width: 26px;
    height: 49px;
    border-radius: 0px;
    background-size: contain;*/
    display: none!important;
  }
}
/*ページのトップに戻るボタン*/
.pagetop { position: fixed; bottom: 15px; right: 15px; height: 40px; width: 40px; color: #fff; background-color: rgba(0, 0, 0, 0.5); border-radius: 4px; z-index: 13; }
.pagetop a { display: block; height: 40px; color: #fff; font-size: 30px; line-height: 1.2; }

/*モーダルデザイン上書き*/
.modal-header {
  background-color: #DB7800;
  color: #fff;
  padding-bottom: 10px;
}
.modal-header h4 {
  font-size: 3rem;
}
.close {
  color: #fff;
  opacity: 1;
}
.modal-header .close {
  margin-top: -4px;
  margin-right: -2px;
}
.modal-body p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.modal-body .bnr-list-contact {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bnt-modal-pdf {
  display: inline-block;
  color: #fff;
  background-color: #402000;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 1.6rem;
  margin: 3px;
}
.bnt-modal-pdf .fa {
  font-size: 2rem;
  margin-right: 10px;
}
@media only screen and (min-width : 1140px) {
  .bnt-modal-pdf:hover,
  .bnt-modal-pdf:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
  }
}
@media only screen and (max-width : 767px) {
  .modal-header h4 {
    font-size: 2.6rem;
  }
}
