@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #004337;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#gnav {
  margin-bottom: 20px;
}
#gnav:not(.on) {
  display: none;
}
#gnav.m_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  padding: 13px 0 13px;
}
#gnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 2.7848101266%;
  padding: 0 10px;
}
#gnav ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 16px;
  line-height: 1.6;
  color: #003637;
}
#gnav ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #gnav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #gnav ul {
    row-gap: 5px;
  }
  #gnav ul li a {
    font-size: 12px;
  }
}

/* ----------------------------------------------
map
------------------------------------------------- */
#map {
  height: 438px;
  padding-top: 38px;
  background-color: #ba1510;
}
#map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #map {
    height: 330px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #map {
    height: 280px;
    padding-top: 20px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #ba1510;
  padding: 50px 1.375% 30px 7.5%;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  display: flex;
}
#footer .left .logo {
  max-width: 408px;
  margin-bottom: 27px;
}
#footer .left .address {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  padding-left: 9px;
}
#footer .center {
  margin-left: 4.9382716049%;
  padding-top: 48px;
}
#footer .center .tel {
  margin-bottom: 59px;
}
#footer .center .tel a {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#footer .center .tel a span {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.04em;
}
#footer .center .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  margin-left: -3px;
}
#footer #fnav {
  margin-left: 20.438957476%;
  padding-top: 34px;
}
#footer #fnav ul li a {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 16px;
  line-height: 2.125;
  color: #fff;
}
#footer .copyright {
  writing-mode: vertical-rl;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-left: auto;
  transform: rotate(180deg);
  text-align: center;
}
@media (max-width: 999px) {
  #footer {
    padding: 40px 10px 20px;
  }
  #footer .inner {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .left .logo {
    margin-bottom: 20px;
  }
  #footer .left .address {
    font-size: 14px;
  }
  #footer .center {
    margin-left: 0;
    padding-top: 30px;
  }
  #footer .center .tel {
    margin-bottom: 40px;
  }
  #footer .center .tel a {
    font-size: 18px;
  }
  #footer .center .tel a span {
    font-size: 30px;
  }
  #footer .center .data {
    font-size: 13px;
  }
  #footer #fnav {
    margin-left: 0;
    padding-top: 25px;
  }
  #footer #fnav ul li a {
    font-size: 13px;
  }
  #footer .copyright {
    font-size: 11px;
    margin-left: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  #footer {
    padding-top: 30px;
  }
  #footer .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .left .address {
    padding-left: 0;
  }
  #footer .center {
    padding-top: 0;
  }
  #footer .center .tel {
    margin-bottom: 15px;
  }
  #footer .center .tel a {
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .center .tel a span {
    font-size: 24px;
  }
  #footer #fnav {
    padding-top: 0;
  }
  #footer #fnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
  }
  #footer .copyright {
    writing-mode: unset;
    transform: unset;
  }
}/*# sourceMappingURL=style.css.map */