@charset "UTF-8";
/* CSS Document */
/* ------------------------------
	bootstrap
------------------------------ */
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
/* ------------------------------
	color
------------------------------ */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/* ------------------------------
	anchor
------------------------------ */
.anchor {
  padding-top: -100px;
  margin-top: 100px;
}

/* ------------------------------
	link設定
------------------------------ */
#contents a:hover,
#contents a:link,
#contents a:visited,
#contents a:hover,
#contents a:active,
footer a:hover,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  text-decoration: none;
  color: #333333;
}

/* ------------------------------
	z-index
------------------------------ */
.zi100 {
  position: relative;
  z-index: 100;
}

.zi200 {
  position: relative;
  z-index: 200;
}

.zi300 {
  position: relative;
  z-index: 300;
}

.zi400 {
  position: relative;
  z-index: 400;
}

.zi500 {
  position: relative;
  z-index: 500;
}

.zi600 {
  position: relative;
  z-index: 600;
}

.zi700 {
  position: relative;
  z-index: 700;
}

.zi800 {
  position: relative;
  z-index: 800;
}

.zi900 {
  position: relative;
  z-index: 900;
}

.zi1000 {
  position: relative;
  z-index: 1000;
}

/* ------------------------------
	bodyWrap
------------------------------ */
body {
  font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  background-color: #fff;
}

h2 {
  margin: 5rem 0;
}

h3 {
  color: #274d7f;
  letter-spacing: 0.4rem;
  border-bottom: 1px solid #274d7f;
  padding-bottom: 0.5rem;
  margin: 1rem 0 1.5rem 0;
  text-align: center;
}

.h2power h3 {
  color: #274d7f;
  letter-spacing: 0.4rem;
  border-bottom: none;
  padding-bottom: 0;
  margin: 1rem 0;
  text-align: center;
}

h4 {
  margin: 3rem 0 0.5rem 0;
}

.midashi01 {
  color: #274d7f;
}

.midashi02 {
  color: #274d7f;
  border-bottom: 1px solid #274d7f;
  padding-bottom: 0.5rem;
  margin: 1rem 0;
  text-align: center;
}

.midashi03 {
  color: #274d7f;
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}

/* ------------------------------
	header
------------------------------ */
header .bg-namiehs {
  background-color: #fff !important;
}
header nav h1 {
  display: block;
  margin: 0 !important;
  font-size: 0 !important;
}
header nav h1 .navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
}
header nav h1 .navbar-brand .hdLogo {
  height: 30px;
  width: auto;
}
header nav .nav-item .language {
  font-weight: bold;
}

@media (min-width: 992px) {
  header nav h1 {
    margin: 0 auto !important;
    padding: 17px 0;
  }
  header nav h1 .navbar-brand .hdLogo {
    height: 40px;
    width: auto;
  }
  header nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 768px) {
  header nav h1 .navbar-brand .hdLogo {
    height: 24px;
    width: auto;
  }
}
/* ------------------------------
	keyvisual
------------------------------ */
.keyVisual {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .keyVisual {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* ------------------------------
	contents
------------------------------ */
#contents {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.message {
  margin: 4rem 0;
  font-size: 1.05rem;
  line-height: 2.5rem;
}

.workblock {
  margin-bottom: 1.2rem;
}

.maparea {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.maparea .gmap {
  width: 100%;
  height: 450px;
}

.datelinkarea {
  text-align: center;
}
.datelinkarea p {
  color: #2b5cb1;
}
.datelinkarea .btn-namiehs {
  border: 0px solid transparent;
  height: 3rem;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 86, 168), rgb(0, 185, 238));
  border-radius: 1.52rem;
}

.rentalcar h4 {
  font-weight: bold;
}
.rentalcar .btn-link {
  border: 0px solid transparent;
  height: 3rem;
  color: #fff;
  background: #274d7f;
  border-radius: 1.52rem;
}

.yoyaku dl {
  border: 1px solid #274d7f;
  padding: 1rem;
}
.yoyaku dl dt {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

/* ------------------------------
	fooer
------------------------------ */
footer {
  padding: 1rem 0;
  background-color: #fff;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(90deg, rgb(0, 86, 168), rgb(0, 185, 238));
  border-image-slice: 1;
}
footer .copyright {
  text-align: center;
}

/* ------------------------------
	table
------------------------------ */
.table-plan thead th {
  vertical-align: middle !important;
  text-align: center !important;
}
.table-plan td {
  vertical-align: middle !important;
  text-align: center !important;
}
.table-plan ul {
  text-align: left !important;
}

.table-access thead th {
  vertical-align: middle !important;
  text-align: center !important;
}
.table-access td {
  vertical-align: middle !important;
}/*# sourceMappingURL=style.css.map */