@charset "UTF-8";
/*html body setting*/
/* line 3, ../scss/_default.scss */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 10, ../scss/_default.scss */
body {
  position: relative;
  /*overflow: hidden;*/
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

/*px base setting*/
/* line 31, ../scss/_default.scss */
#pxBase sup {
  vertical-align: super;
  font-size: .5em;
}
/* line 35, ../scss/_default.scss */
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none;
}
/* line 41, ../scss/_default.scss */
#pxBase figure {
  position: relative;
}
/* line 44, ../scss/_default.scss */
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 48, ../scss/_default.scss */
#pxBase img.object-fit {
  object-fit: cover;
  height: 100%;
}

/* visible or hidden
--------------------------------------------------------------------------------*/
/* line 57, ../scss/_default.scss */
.hidden-pc {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  /* line 60, ../scss/_default.scss */
  .visible-pc {
    display: none !important;
  }

  /* line 61, ../scss/_default.scss */
  .hidden-pc {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  /* line 64, ../scss/_default.scss */
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 67, ../scss/_default.scss */
  .visible-sp {
    display: none !important;
  }
}
/* line 69, ../scss/_default.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 73, ../scss/_default.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 76, ../scss/_default.scss */
  .visible-xs {
    display: block !important;
  }
}
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/* line 7, ../scss/map.scss */
.mv .mvImg img {
  object-position: center center;
}

/* line 12, ../scss/map.scss */
.map-sec {
  padding-top: 160px;
}
.map-sec + .map-sec {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  /* line 12, ../scss/map.scss */
  .map-sec {
    padding-top: 120px;
  }
  .map-sec + .map-sec {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 12, ../scss/map.scss */
  .map-sec {
    padding-top: 80px;
  }
  .map-sec + .map-sec {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
/* line 20, ../scss/map.scss */
.map-sec .inner {
  padding: 0px 80px;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  /* line 20, ../scss/map.scss */
  .map-sec .inner {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 20, ../scss/map.scss */
  .map-sec .inner {
    padding: 0px 30px;
  }
}
/* line 30, ../scss/map.scss */
.map-sec .inner .bigLead {
  font-size: 80px;
  margin-bottom: 100px;
  color: #254357;
}
.map-sec .inner .map_title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  color: #254357;
}
@media only screen and (max-width:768px) {
  .map-sec .inner .map_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
/* line 33, ../scss/map.scss */
.map-sec .inner .leadCopy {
  font-size: 24px;
  margin-bottom: 80px;
}
/* line 36, ../scss/map.scss */
.map-sec .inner .mapBtn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 36, ../scss/map.scss */
  .map-sec .inner .mapBtn {
    margin-top: 20px;
    gap: 0;
  }
}
/* line 44, ../scss/map.scss */
.map-sec .inner .mapBtn li {
  width: 40%;
  max-width: 260px;
}
@media only screen and (max-width: 767px) {
  /* line 44, ../scss/map.scss */
  .map-sec .inner .mapBtn li {
    width: 50%;
  }
}
/* line 53, ../scss/map.scss */
.map-sec .inner .mapBtn li.print a {
  background: #333;
  color: #fff;
  transition: .3s ease;
}
/* line 57, ../scss/map.scss */
.map-sec .inner .mapBtn li.print a:hover {
  opacity: 0.5;
}
/* line 65, ../scss/map.scss */
.map-sec .inner .mapBtn li.google a {
  background: #7A6A56;
  transition: .3s ease;
  color: #fff;
}
/* line 69, ../scss/map.scss */
.map-sec .inner .mapBtn li.google a:hover {
  opacity: 0.5;
}
/* line 74, ../scss/map.scss */
.map-sec .inner .mapBtn li a {
  padding: 10px;
  box-sizing: border-box;
  height: 80px;
  font-size: 18px;
  display: flex;
  text-align: center;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  /* line 74, ../scss/map.scss */
  .map-sec .inner .mapBtn li a {
    line-height: 1.2;
  }
}
/* line 91, ../scss/map.scss */
.map-sec figure {
  max-width: 1025px;
  margin: 0 auto;
}
/* line 94, ../scss/map.scss */
.map-sec figure img {
  width: 100%;
  height: 100%;
}
.map-sec .inner .caption {
  margin-top: 10px;
}

.route_btn {
  margin-top: 40px;
  display: block;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  background-color: #002662;
  color: #fff !important;
  padding: 10px;
  box-sizing: border-box;
  height: 80px;
  font-size: 18px;
  display: flex;
  text-align: center;
  line-height: 1;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
}
.route_btn .cap {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  margin-left: 10px;
}
.route_btn:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
.route_btn {
  margin-top: 20px;
  height: 70px;
  font-size: 18px;
}
}
