@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

.sr-footer {
  background: #6b1f1f;
  color: #fff;
  width: 100%;
  min-height: 550px;
  font-family:
    "Noto Sans JP",
    "Noto Sans",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    "Yu Gothic",
    sans-serif;
  display: flex;
  flex-direction: column;
}

.sr-footer__inner {
  width: min(1200px, 100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-top: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.sr-footer__left {
  max-width: 640px;
}

.sr-footer__brand {
  margin-bottom: 22px;
}

.sr-footer__brandImg {
  display: block;
  width: 460px;
  height: auto;
}

.sr-footer__lead,
.sr-footer__addr {
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.sr-footer__contact {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.35;
  flex-wrap: nowrap;
}

.sr-footer__mail {
  margin-bottom: 10px;
}

.sr-footer__tel,
.sr-footer__fax {
  margin-left: 0;
}

.sr-footer__tel,
.sr-footer__mail,
.sr-footer__fax {
  grid-column: auto;
  grid-row: auto;
}

.sr-footer__contactLabel {
  width: 54px;
  flex: 0 0 54px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sr-footer__contactColon {
  flex: 0 0 auto;
  margin: 0 14px 0 0;
}

.sr-footer__contactLink,
.sr-footer__contactText {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: normal;
}

.sr-footer__contactLink:hover {
  text-decoration: underline;
}

.sr-footer__hours {
  grid-column: 1 / -1;
  grid-row: 5;
  width: fit-content;
  margin: 10px 0 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}

.sr-footer__hoursNote {
  opacity: 0.95;
}

.sr-footer__nav {
  width: 320px;
  text-align: left;
  padding-top: 10px;
  box-sizing: border-box;
}

.sr-footer__navList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sr-footer__navLink {
  display: inline-block;
  font-size: 20px;
  line-height: 1.9;
  color: #fff;
  text-decoration: none;
}

.sr-footer__navLink:hover {
  text-decoration: underline;
}

.sr-footer__navGroup {
  margin: 2px 0 6px;
}

.sr-footer__subList {
  list-style: none;
  margin: 4px 0 10px;
  padding: 0;
}

.sr-footer__subLink {
  display: inline-block;
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
}

.sr-footer__subLink:hover {
  text-decoration: underline;
}

.sr-footer__line {
  display: block;
  width: 204px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  margin: 18px 0 14px;
}

.sr-footer__auth {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.sr-footer__auth:hover {
  text-decoration: underline;
  opacity: 1;
}

.sr-footer__bottom {
  margin-top: auto;
  padding-bottom: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-footer__copy {
  font-size: 20px;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

.sr-footer__contactLink,
.sr-footer__contactText {
  color: #fff;
  text-decoration: none;
}

.sr-footer__contactLink:visited,
.sr-footer__contactLink:hover,
.sr-footer__contactLink:active {
  color: #fff;
}

.sr-footer__telPc {
  display: inline;
}

.sr-footer__telSp {
  display: none;
}

@media (max-width: 767px) {
  .sr-footer {
    height: auto;
    min-height: 0;
    display: block;
    padding: 14px 0 14px;
    position: relative;
    margin-top: 0;
  }

  .sr-footer__inner {
    width: min(92vw, 360px);
    margin: 0 auto;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    min-height: 0;
  }

  .sr-footer__left {
    display: grid;
    grid-template-columns: 170px 1fr;
    column-gap: 14px;
    row-gap: 0;
    align-items: start;
    justify-items: start;
  }

  .sr-footer__contactWrap {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: center;
    width: fit-content;
    text-align: left;
    margin-top: 8px;
  }

  .sr-footer__contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 6px;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    flex-wrap: nowrap;
  }

  .sr-footer__contact:last-child {
    margin-bottom: 0;
  }

  .sr-footer__brand {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
    margin: 0;
  }

  .sr-footer__brandImg {
    width: 170px;
    height: auto;
    transform: scale(1.1);
    transform-origin: left top;
  }

  .sr-footer__lead {
    grid-column: 2;
    grid-row: 1;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    line-height: 1.6;
    transform: translateX(12px);
  }

  .sr-footer__addr {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    margin: 14px auto 6px;
    word-break: keep-all;
  }

  .sr-footer__addr br {
    display: none;
    width: fit-content;
    margin: 3px auto 10px;
    transform: translateX(8px);
  }

  .sr-footer__addr br:first-of-type {
    display: inline;
  }

  .sr-footer__mail {
    grid-column: 1 / -1;
    grid-row: 5;
  }

  .sr-footer__tel {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .sr-footer__fax {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  .sr-footer__contactLabel {
    width: 40px;
    flex: 0 0 40px;
    font-size: 12px;
    letter-spacing: 0.01em;
  }

  .sr-footer__contactColon {
    flex: 0 0 auto;
    margin: 0 8px 0 0;
  }

  .sr-footer__contactLink,
  .sr-footer__contactText {
    font-size: 15px;
    line-height: 1.3;
  }

  .sr-footer__hours {
    grid-column: 1 / -1;
    grid-row: 7;
    width: fit-content;
    margin: 10px auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
  }

  .sr-footer__hoursNote {
    display: block;
    margin-top: 4px;
    opacity: 0.85;
  }

  .sr-footer__nav {
    display: block;
    width: auto;
    padding-top: 0;
    margin-top: 14px;
    text-align: left;
  }

  .sr-footer__navList,
  .sr-footer__line {
    display: none;
  }

  .sr-footer__auth {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 14px;
    font-size: 10px;
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    z-index: 2;
  }

  .sr-footer__auth:hover {
    text-decoration: underline;
    opacity: 1;
  }

  .sr-footer__bottom {
    margin-top: 14px;
    height: auto;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    transform: translateX(-80px);
  }

  .sr-footer__copy {
    font-size: 10px;
    opacity: 0.8;
    text-align: center;
  }
	
	.sr-footer__telPc {
    display: none;
  }

  .sr-footer__telSp {
    display: inline;
  }
}
