@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.sp:not(.pc), .tb:not(.pc) {
  display: none !important;
}

.drawer--navbarTopGutter {
  padding-top: 0 !important;
}

#pc_header {
  border-bottom: 5px solid #006cb7;
}
#pc_header .header_inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  height: 75px;
  margin: 0 auto;
  position: relative;
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#pc_header .header_inner h1 {
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
#pc_header .header_inner h1 a {
  display: block;
  width: 448px;
  margin: 0;
  padding: 0;
}
#pc_header .header_inner nav {
  margin: 0 0 0 auto;
}
#pc_header .header_inner nav ul {
  list-style-type: none;
  display: flex;
}
#pc_header .header_inner nav ul li {
  margin-right: 2em;
  font-size: min(1.8rem, 1.8vw);
}
#pc_header .header_inner nav ul li a {
  color: #333;
  position: relative;
}
#pc_header .header_inner nav ul li a::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  z-index: 100;
  border-bottom: 2px solid currentColor;
  width: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  transition: width 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
}
#pc_header .header_inner nav ul li a:hover {
  color: #132c8d;
}
#pc_header .header_inner nav ul li a:hover::before {
  width: 40px;
}
#pc_header .header_inner nav ul li a.slct {
  color: #132c8d;
}
#pc_header .header_inner nav ul li a.slct::before {
  width: 40px;
}

/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
#pan {
  width: 100%;
  max-width: 1200px;
  margin: -20px auto 20px;
  font-size: 1.4rem;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#pan ul {
  font-size: 1.4rem;
  width: 100%;
  padding: 0;
  margin: 0 10px 10px;
  line-height: 2;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  overflow-y: hidden;
}
#pan ul li {
  display: inline-block;
  position: relative;
  padding: 0;
}
#pan ul li + li::before {
  content: ">";
}

.single_col .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.single_col .inner h1 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.single_col .inner .catch {
  color: #000;
  margin: 80px 10px;
  margin-bottom: 100px;
}
.single_col .inner .catch p {
  font-size: 1.6rem;
}
.single_col .inner .tbl_dl {
  font-size: 2rem;
  margin-bottom: 30px;
}
.single_col .inner .tbl_dl dl {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.single_col .inner .tbl_dl dl dt {
  position: relative;
  width: 200px;
  padding: 5px;
}
.single_col .inner .tbl_dl dl dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  background: #ddd;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.single_col .inner .tbl_dl dl dd {
  width: calc(100% - 200px);
  padding: 5px;
}
.single_col .inner .contact_dl {
  font-size: 2rem;
  margin-bottom: 30px;
}
.single_col .inner .contact_dl dl {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.single_col .inner .contact_dl dl dt {
  position: relative;
  width: 250px;
  padding: 5px;
}
.single_col .inner .contact_dl dl dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  background: #ddd;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.single_col .inner .contact_dl dl dt.required::before {
  content: "必須";
  font-size: 1rem;
  color: #fff;
  height: 1em;
  line-height: 1;
  padding: 5px;
  position: absolute;
  background: #F00;
  margin: auto;
  right: 5px;
  top: 10px;
  border-radius: 4px;
}
.single_col .inner .contact_dl dl dd {
  width: calc(100% - 250px);
  padding: 5px;
}

#map_canvas {
  width: 100%;
  height: 350px;
}
#map_canvas #googlemap {
  width: 100%;
  height: 100%;
}

.topBtn {
  right: 10px;
}

@media (min-width: 1280px) {
  .topBtn {
    margin: auto;
    right: 0;
    left: 0;
    width: 55px;
    transform: translate(600px);
  }
}
#footer {
  position: relative;
  background: #006cb7;
  padding: 20px 0;
  margin-top: 260px;
}
#footer nav {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#footer nav ul {
  list-style-type: none;
  display: flex;
  font-size: 1.6rem;
}
#footer nav ul li {
  margin: 10px;
}
#footer nav ul li a {
  color: #fff;
}
#footer nav ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 3px;
}

@media (min-width: 900px) {
  #footer .inner .navi_flex {
    height: 630px;
  }
}
@media (min-width: 900px) {
  #footer .inner .navi_flex {
    height: 630px;
  }
}
#footer_lower {
  background: linear-gradient(180deg, #29c4cf 0%, #23949c 100%);
  height: 200px;
}
#footer_lower .bottom_link {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 30px 0;
  font-size: 1.6rem;
}
#footer_lower .bottom_link li {
  margin: 0;
  padding: 0 20px;
  border-left: 1px solid #fff;
  text-align: center;
  height: 1em;
  line-height: 1;
}
#footer_lower .bottom_link li:last-child {
  border-right: 1px solid #fff;
}
#footer_lower .bottom_link li a {
  color: #fff;
  text-align: center;
}

.copyright {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: left;
  padding: 20px 0 0;
  font-size: 1.6rem;
  color: #fff;
}

footer {
  background: #006cb7;
}
