@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media print, screen and (min-width: 768px) {
  ._sp:not(._pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  ._pc:not(._sp) {
    display: none !important;
  }
}
._ib {
  display: inline-block;
}

header {
  position: relative;
  z-index: 1;
  height: 60vw;
}
header figure {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 25vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.6;
}
header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
header .txt {
  position: relative;
  z-index: 2;
  height: 700px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header .txt {
    height: 650px;
  }
}
@media screen and (max-width: 991px) {
  header .txt {
    height: 600px;
  }
}
header .txt .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
header .txt hgroup {
  padding-top: 30px;
}
header .txt hgroup .upper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
header .txt hgroup .upper .shop h1 {
  font-size: min(35px, 3.5vw);
  font-weight: 900;
  color: #0B308E;
  line-height: 1.2;
}
header .txt hgroup .upper .shop .place {
  color: #0B308E;
  line-height: 1.2;
  font-weight: bold;
  font-size: min(20px, 2vw);
  margin-top: 0.1em;
}
header .txt hgroup .lower {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}
header .txt hgroup .lower .place {
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.4827586207;
}
header .txt hgroup .lower .new {
  font-size: 150px;
  font-weight: bold;
  line-height: 1;
  color: #E40112;
}
@media screen and (max-width: 1199px) {
  header .txt hgroup {
    padding-top: 20px;
  }
  header .txt hgroup .lower {
    margin-top: 20px;
    gap: 10px;
  }
  header .txt hgroup .lower .place {
    margin: 0;
  }
  header .txt hgroup .lower .new {
    margin: -10px 0 0;
    line-height: 1;
    font-size: 120px;
  }
}
@media screen and (max-width: 991px) {
  header .txt hgroup .upper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  header .txt hgroup .upper img {
    width: 200px;
  }
  header .txt hgroup .upper h1 {
    font-size: 28px;
  }
  header .txt hgroup .lower {
    flex-wrap: nowrap;
  }
  header .txt hgroup .lower .place {
    font-size: 24px;
    margin: 0;
  }
  header .txt hgroup .lower .new {
    margin: 0;
    line-height: 1;
    font-size: 100px;
    letter-spacing: -0.05em;
  }
}
header .txt .catch {
  margin-top: 20px;
}
header .txt .catch .pro {
  display: inline-block;
  background: #fff;
  color: #0B308E;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 18px 3px;
  line-height: 1.5;
  position: relative;
}
header .txt .catch .pro::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
  background-color: #fff;
  width: 13px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%);
  transform: translateY(calc(100% - 1px));
}
header .txt .catch h2 {
  color: #FFF000;
  font-weight: 900;
}
header .txt .catch h2 .catch_upper {
  font-size: min(39px, 4vw);
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}
header .txt .catch h2 .catch_lower {
  line-height: 1;
  font-size: min(62px, 6.5vw);
  text-indent: 0.05em;
}
header .txt .catch h2 .catch_lower .small {
  font-size: 75%;
}
@media screen and (max-width: 991px) {
  header .txt .catch h2 .upper {
    font-size: 28px;
  }
  header .txt .catch h2 .lower {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  header .txt .catch {
    margin-top: 10px;
  }
  header .txt .catch .pro {
    font-size: 4vw;
  }
  header .txt .catch h2 {
    color: #FFF000;
    margin-top: 5vw;
  }
  header .txt .catch h2 .catch_upper {
    font-size: 6vw;
  }
  header .txt .catch h2 .catch_lower {
    font-size: 9.3vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 150vw;
  }
  header figure {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  header figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
  }
  header figure img {
    -o-object-position: 8% top;
       object-position: 8% top;
  }
  header .txt {
    z-index: 2;
  }
  header .txt .inner {
    height: 100%;
  }
  header .txt hgroup {
    padding-top: 5vw;
  }
  header .txt hgroup .upper {
    flex-direction: column;
    gap: 2vw;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .txt hgroup .upper img {
    width: 50vw;
  }
  header .txt hgroup .upper .shop h1 {
    font-size: 6vw;
  }
  header .txt hgroup .upper .shop .place {
    color: #0B308E;
    line-height: 1.2;
    font-weight: bold;
    font-size: 4vw;
    display: block;
  }
  header .txt hgroup .lower {
    margin-top: 3vw;
    gap: 3vw;
  }
  header .txt hgroup .lower .place {
    font-size: 5vw;
    line-height: 1.4827586207;
  }
  header .txt hgroup .lower .new {
    font-size: 17.5vw;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1;
    color: #E40112;
  }
}

.inner {
  width: 1170px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .inner {
    width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .inner {
    width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: auto;
    padding: 0 3vw;
  }
}

main {
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
main * {
  box-sizing: border-box;
}
main ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
}
main #feature .inner {
  border: 2px solid #fff;
  border-radius: 8px;
  background: #0B308E;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
main #feature ul {
  display: flex;
  justify-content: space-between;
}
main #feature ul li {
  width: 32%;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
main #feature ul li p {
  margin: 0 -0.5em;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5;
}
main #feature ul li figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main #feature {
    margin: 20px 3vw;
  }
  main #feature .inner {
    border: 2px solid #fff;
    border-radius: 8px;
    background: #0B308E;
    padding: 5vw;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  main #feature ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 5vw;
  }
  main #feature ul li {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  main #feature ul li p {
    margin: 0 -0.5em;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.5;
  }
  main #feature ul li figure {
    margin-bottom: 10px;
  }
}
main #booking {
  margin-top: 80px;
}
main #booking .web {
  text-align: center;
}
main #booking .web a {
  transition: filter 0.3s ease;
}
main #booking .web a:hover {
  filter: brightness(140%) saturate(80%);
}
main #booking .telarea {
  text-align: center;
  background: rgba(11, 48, 142, 0.1);
  margin-top: 40px;
  padding: 30px;
  border-radius: 8px;
}
main #booking .telarea h3 {
  font-size: 20px;
  font-weight: bold;
}
main #booking .telarea .lower {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #0B308E;
  line-height: 1;
}
main #booking .telarea .lower .toi {
  background: #fff;
  font-size: 17px;
  padding: 5px 15px 8px;
}
main #booking .telarea .lower .telnum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main #booking .telarea .lower .tel {
  font-size: 32px;
  margin-left: 30px;
  margin-right: 10px;
}
main #booking .telarea .lower .number {
  font-size: 56px;
  color: #0B308E;
}
@media screen and (max-width: 991px) {
  main #booking .telarea h3 {
    font-size: 18px;
  }
  main #booking .telarea .lower .toi {
    font-size: 15px;
  }
  main #booking .telarea .lower .tel {
    font-size: 24px;
  }
  main #booking .telarea .lower .number {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  main #booking {
    margin-top: 60px;
  }
  main #booking .telarea {
    margin-top: 30px;
    padding: 5vw;
  }
  main #booking .telarea h3 {
    font-size: 18px;
  }
  main #booking .telarea .lower {
    margin-top: 15px;
    display: block;
  }
  main #booking .telarea .lower .toi {
    font-size: 15px;
    margin-bottom: 20px;
  }
  main #booking .telarea .lower .telnum {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main #booking .telarea .lower .tel {
    font-size: min(21px, 6vw);
    margin-left: 0;
    margin-right: 5px;
  }
  main #booking .telarea .lower .number {
    font-size: min(32px, 9vw);
  }
}
main #access {
  margin: 80px auto auto;
  padding: 0;
}
main #access h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
main #access h2 span {
  font-weight: 900;
  font-size: 35px;
}
main #access .main {
  margin: 20px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
main #access .map iframe {
  display: block;
  width: 100%;
  height: 600px;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 991px) {
  main #access h2 img {
    width: 200px;
  }
  main #access h2 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  main #access {
    margin: 70px auto auto;
  }
  main #access h2 {
    display: block;
  }
  main #access h2 span {
    margin-top: 10px;
    display: block;
    font-size: 6vw;
  }
  main #access .main {
    margin: 20px 0 30px;
    display: block;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  main #access .map iframe {
    height: 100vw;
  }
}

footer .upper {
  background: #0B308E;
  padding: 50px 0;
}
footer .upper .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
footer .upper .left .name {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
  font-weight: bold;
}
footer .upper .left .name .com {
  font-size: 15px;
  font-weight: bold;
}
footer .upper .left .name .shop {
  font-size: 21px;
}
footer .upper .left .contact {
  margin-top: 20px;
  display: flex;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  line-height: 1;
}
footer .upper .left .contact .toi {
  background: #fff;
  font-size: 12px;
  padding: 6px 12px 7px;
  color: #0B308E;
  font-weight: bold;
}
footer .upper .left .contact .telnum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .upper .left .contact .tel {
  font-size: 24px;
  margin-left: 30px;
  margin-right: 10px;
}
footer .upper .left .contact .number {
  font-size: 42px;
  color: #fff;
}
footer .upper .left .add {
  display: flex;
  margin-top: 30px;
  gap: 0 30px;
  font-size: 14px;
  flex-wrap: wrap;
}
footer .upper .left .add span {
  white-space: nowrap;
}
footer .upper .right a {
  transition: filter 0.3s ease;
}
footer .upper .right a:hover {
  filter: brightness(140%) saturate(80%);
}
@media screen and (max-width: 991px) {
  footer .upper .inner {
    flex-direction: column-reverse;
    gap: 70px;
  }
  footer .upper .contact .toi .tel {
    font-size: 20;
  }
  footer .upper .contact .toi .number {
    font-size: 28px;
  }
}
footer .lower {
  padding: 20px 0;
}
footer .lower .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  color: #111;
}
footer .lower .inner a {
  color: #0B308E;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .upper {
    padding: 50px 0;
  }
  footer .upper .left img {
    max-width: 15vw;
  }
  footer .upper .left .name {
    display: flex;
    gap: 20px;
  }
  footer .upper .left .name .com {
    font-size: 12px;
  }
  footer .upper .left .name .shop {
    font-size: min(17px, 4.358974359vw);
  }
  footer .upper .left .contact {
    margin-top: 20px;
    display: block;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    font-weight: 900;
    line-height: 1;
  }
  footer .upper .left .contact .toi {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    padding: 6px 12px 7px;
    color: #0B308E;
    font-weight: bold;
  }
  footer .upper .left .contact .telnum {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
  }
  footer .upper .left .contact .tel {
    font-size: min(21px, 5.3846153846vw);
    margin-left: 0;
    margin-right: 10px;
  }
  footer .upper .left .contact .number {
    font-size: min(32px, 8.2051282051vw);
    color: #fff;
  }
  footer .upper .left .add {
    display: flex;
    margin-top: 30px;
    gap: 0 30px;
    font-size: 14px;
    flex-wrap: wrap;
  }
  footer .upper .left .add span {
    white-space: nowrap;
  }
  footer .upper .right a {
    transition: filter 0.3s ease;
  }
  footer .upper .right a:hover {
    filter: brightness(140%) saturate(80%);
  }
  footer .upper .inner {
    flex-direction: column-reverse;
    gap: 70px;
  }
  footer .upper .contact .toi .tel {
    font-size: 20;
  }
  footer .upper .contact .toi .number {
    font-size: 28px;
  }
  footer .lower {
    padding: 20px 0;
  }
  footer .lower .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    color: #111;
  }
  footer .lower .inner a {
    color: #0B308E;
    font-size: 12px;
  }
}

.coating__fender__parts {
  max-width: 50%;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 100px;
}
.coating__fender__parts li {
  margin-top: 0.5em;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.coating__fender__parts li .head {
  color: #A05740;
}
.coating__fender__parts li .num {
  color: #E42935;
  font-weight: bold;
  display: inline-flex;
  padding: 0em 0.3em 0.18em 1.3em;
  border: 2px solid #E42935;
  white-space: nowrap;
}
.coating__fender__parts li .note {
  display: inline-block;
  font-size: 80%;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .coating__fender__parts {
    max-width: unset;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=lp.css.map */