@charset "UTF-8";
html {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}

body {
  font-family: inherit;
}

button,
input,
textarea,
select,
optgroup {
  font-family: inherit;
}

.low-header h1 {
  font-family: inherit;
}

.list-monthly-calendar *,
.day-calendar *,
.monthly-calendar * {
  font-family: inherit;
}

.header.header--renew {
  box-sizing: border-box;
  height: auto;
  min-height: 100px;
  padding: 0;
  align-items: stretch;
  justify-content: center;
}
.header.header--renew *,
.header.header--renew *::before,
.header.header--renew *::after {
  box-sizing: border-box;
}
.header.header--renew .header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 35px clamp(24px, 3.125vw, 60px) 40px;
}
.header.header--renew .header-left {
  flex: 0 0 auto;
  padding-left: 0px;
  padding-right: 8px;
}
.header.header--renew .header-left h1 {
  margin: 0;
}
.header.header--renew .header-left h1 a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  align-items: flex-start;
}
.header.header--renew .header-left h1 a img {
  height: auto;
  width: clamp(200px, 23vw, 402px);
  display: block;
  margin-bottom: 10px;
}
.header.header--renew .header-left h1 a span {
  color: #333333;
  font-size: 15px;
  line-height: 0;
  font-weight: 500;
}
.header.header--renew .header-nav {
  flex: 0 1 auto;
  margin-left: auto;
  min-width: 0;
  padding-right: clamp(4px, 2.5vw, 77px);
}
.header.header--renew .header-nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 1.1vw, 40px);
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.header.header--renew .header-nav li {
  margin: 0;
  flex: 0 0 auto;
}
.header.header--renew .header-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  padding: 8px 4px;
  color: #333333;
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  height: auto;
  width: auto;
  flex-direction: row;
}
.header.header--renew .header-nav a::before {
  content: ">";
  margin-bottom: 2px;
  font-size: 1.25em;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.header.header--renew .header-nav a:hover {
  opacity: 0.75;
}
.header.header--renew .header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 34px);
  padding-right: 0px;
}
.header.header--renew .header-tel {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 2px;
  line-height: 1.2;
}
.header.header--renew .header-tel__icon {
  grid-column: 1;
  grid-row: 1;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  align-self: center;
  margin: 0;
}
.header.header--renew .header-tel__body {
  display: contents;
}
.header.header--renew .header-tel__number {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #093d83;
  font-size: clamp(20px, 1.75vw, 40px);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}
.header.header--renew .header-tel__number:hover {
  opacity: 0.85;
}
.header.header--renew .header-tel__hours {
  grid-column: 2;
  grid-row: 2;
  margin: 0 auto;
  color: #333;
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 500;
  white-space: nowrap;
}
.header.header--renew .header-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  min-width: 132px;
  height: 65px;
  padding: 19px clamp(20px, 5.9vw, 112px) 16px;
  background-color: #093d83;
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.header.header--renew .header-contact-btn:hover {
  opacity: 0.88;
}
.header.header--renew .header-contact-btn__ja {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
}
.header.header--renew .header-contact-btn__en {
  color: #739cd2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  .header.header--renew .header-inner {
    padding: 22px 16px;
    gap: clamp(16px, 1vw, 77px);
  }
  .header.header--renew .header-left h1 a span {
    font-size: 10px;
  }
  .header.header--renew .header-nav {
    padding-right: clamp(4px, 1vw, 77px);
  }
  .header.header--renew .header-nav a {
    font-size: 13px;
    padding: 6px 2px;
  }
  .header.header--renew .header-nav ul {
    gap: clamp(8px, 1vw, 20px);
  }
  .header.header--renew .header-tel__number {
    font-size: 18px;
  }
  .header.header--renew .header-contact-btn {
    min-width: 118px;
    padding: 19px clamp(20px, 3vw, 112px) 16px;
  }
  .header.header--renew .header-contact-btn .header-contact-btn__ja {
    font-size: 16px;
  }
  .header.header--renew .header-contact-btn .header-contact-btn__en {
    font-size: 12px;
  }
}

@media screen and (max-width: 950px) {
  .header.header--renew {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .sp_header.sp_header--renew {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 80px;
    height: auto;
    padding: 12px clamp(15px, 4.3vw, 32px) 12px clamp(14px, 4.3vw, 32px);
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp_header.sp_header--renew .sp_header__logo {
    flex: 1;
    min-width: 0;
    padding-left: 0;
    height: auto;
    display: block;
  }
  .sp_header.sp_header--renew .sp_header__logo h1 {
    margin: 0;
  }
  .sp_header.sp_header--renew .sp_header__logo h1 a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-decoration: none;
  }
  .sp_header.sp_header--renew .sp_header__logo h1 a img {
    display: block;
    width: 193px;
    height: auto;
    margin-bottom: 6px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
  }
  .sp_header.sp_header--renew .sp_header__logo h1 a span {
    display: block;
    font-size: 12px;
    line-height: 0;
    font-weight: 500;
    color: #333333;
  }
  .sp_header.sp_header--renew .menu-btn {
    position: relative;
    top: auto;
    right: auto;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
  .sp_header.sp_header--renew .menu-btn span {
    position: absolute;
    left: 50%;
    margin-left: -14px;
    width: 34px;
    height: 1px;
    background-color: #093d83;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, top 0.3s ease-out;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(1) {
    top: -16px;
    transform: none;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(1).open {
    top: 8px;
    transform: rotate(28deg);
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(2) {
    top: 0px;
    transform: none;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(2).open {
    opacity: 0;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(3) {
    top: 16px;
    transform: none;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(3).open {
    top: 8px;
    transform: rotate(-28deg);
  }
}

.sp_nav-overlay {
  display: none;
}
@media screen and (max-width: 950px) {
  .sp_nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 24;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .sp_nav-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 950px) {
  .sp_nav.sp_nav--renew {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    right: 0;
    left: auto;
    z-index: 25;
    width: 100%;
    max-width: 100%;
    height: calc(100svh - 80px);
    margin: 0;
    padding: clamp(24px, 5vh, 43px) 33px clamp(30px, 7vh, 58px);
    box-sizing: border-box;
    background: #e8f2ff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    pointer-events: none;
  }
  .sp_nav.sp_nav--renew.is-active {
    transform: translateX(0);
    pointer-events: auto;
  }
  .sp_nav.sp_nav--renew .sp_nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 0 0 auto;
  }
  .sp_nav.sp_nav--renew .sp_nav__list > li {
    margin: 0;
    border-bottom: 1px solid #828282;
  }
  .sp_nav.sp_nav--renew .sp_nav__list > li > a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: clamp(20px, 2.6vh, 30px) 0;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }
  .sp_nav.sp_nav--renew .sp_nav__list > li > a::before {
    content: "›";
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 0;
    border-radius: 50%;
    background-color: #093d83;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
  .sp_nav.sp_nav--renew .sp_nav__list > li > a:hover {
    opacity: 0.75;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer {
    margin: auto auto 0;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 500px;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-contact-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 65px;
    padding: 19px 24px 16px;
    background-color: #093d83;
    color: #fff;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.2;
    box-sizing: border-box;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-contact-btn__ja {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-contact-btn__en {
    color: #739cd2;
    font-size: 12px;
    font-weight: 500;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    -moz-column-gap: 2px;
         column-gap: 2px;
    row-gap: 2px;
    line-height: 1.2;
    justify-content: center;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel__icon {
    grid-column: 1;
    grid-row: 1;
    width: 1.5em;
    height: 1.5em;
    -o-object-fit: contain;
       object-fit: contain;
    align-self: center;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel__body {
    display: contents;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel__number {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: #093d83;
    font-size: clamp(20px, 10vw, 40px);
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel__hours {
    grid-column: 2;
    grid-row: 2;
    margin: 0 auto;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
  }
}

@media screen and (max-width: 950px) {
  body.sp-nav-open {
    overflow: hidden;
  }
}

.tit01 {
  background-image: url(../../../runrunrun/assets/images/common/ico_tit01.svg);
}

.tit02::before {
  background-image: url(../../../runrunrun/assets/images/common/ico_dog.svg);
}

.mv {
  margin-bottom: 154px;
}

@media screen and (max-width: 950px) {
  main {
    margin-top: 80px;
  }
}
.mv .T1-time {
  left: auto;
  right: clamp(16px, 3vw, 40px);
  bottom: clamp(24px, 4vw, 40px);
  z-index: 5;
  width: auto;
  max-width: calc(100% - 32px);
}
.mv .T1-time .inner {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
.mv .T1-time dl {
  justify-content: flex-start;
  color: #333333;
  font-weight: 500;
  border: none;
  background-color: #fff;
  padding: 14px 36px 12px 27px;
  gap: 0.75em;
}
.mv .T1-time dt {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.mv .T1-time dt::before {
  background-image: url(../../images/top/iconamoon_clock-light.svg);
}
.mv .T1-time dd {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .mv .T1-time {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }
  .mv .T1-time dl {
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    padding: 10px 12px;
  }
  .mv .T1-time dd {
    font-size: 0.875rem;
  }
}

.T1-news.T1-news--renew {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  border-top: 1px solid #828282;
}
.T1-news.T1-news--renew .inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 74px clamp(20px, 4vw, 40px) 154px;
  box-sizing: border-box;
}
.T1-news.T1-news--renew .inner::before {
  display: none !important;
}
.T1-news.T1-news--renew .T1-news-tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
  padding: 0;
  margin: 0 0 92px;
  border: 0;
  border-right: none;
}
.T1-news.T1-news--renew .T1-news-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-news.T1-news--renew .T1-news-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-news.T1-news--renew .T1-news-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 112px;
  flex-shrink: 0;
  min-width: 200px;
  padding: 20px 40px;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: border-color 0.2s, opacity 0.2s;
}
.T1-news.T1-news--renew .T1-news-more:hover {
  border-color: #093d83;
  opacity: 0.9;
}
.T1-news.T1-news--renew .T1-news-more__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.T1-news.T1-news--renew .T1-news-more__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.T1-news.T1-news--renew .T1-news-more__label {
  font-size: 20px;
  font-weight: 500;
}
.T1-news.T1-news--renew .T1-news-more--mobile {
  display: none;
  width: 100%;
  box-sizing: border-box;
  margin-top: 28px;
}
.T1-news.T1-news--renew .T1-news-cards {
  position: relative;
  width: 100%;
}
.T1-news.T1-news--renew .T1-news-cards__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}
@media screen and (max-width: 1024px) and (min-width: 781px) {
  .T1-news.T1-news--renew .T1-news-cards__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.T1-news.T1-news--renew .T1-news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.T1-news.T1-news--renew .T1-news-card__media {
  margin-bottom: 12px;
}
.T1-news.T1-news--renew .T1-news-card__thumb {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 2px;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}
.T1-news.T1-news--renew .T1-news-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.T1-news.T1-news--renew .T1-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 10px;
}
.T1-news.T1-news--renew .T1-news-card__date {
  font-size: 13px;
  color: #808080;
  font-weight: 500;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}
.T1-news.T1-news--renew .T1-news-card__cat a {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #828282;
  border-radius: 2px;
  background: transparent !important;
  color: #828282 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
}
.T1-news.T1-news--renew .T1-news-card__cat a:hover {
  border-color: #093d83;
  color: #093d83 !important;
}
.T1-news.T1-news--renew .T1-news-card__title {
  flex: 1;
}
.T1-news.T1-news--renew .T1-news-card__title a,
.T1-news.T1-news--renew .T1-news-card__title .T1-news-card__plain {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  text-decoration: none;
}
.T1-news.T1-news--renew .T1-news-card__title a:hover {
  color: #093d83;
}
.T1-news.T1-news--renew .T1-news-card__footlink {
  display: block;
  text-decoration: none;
  align-self: flex-start;
}
.T1-news.T1-news--renew .T1-news-card__arrow {
  display: inline-block;
  width: 1.25em;
  height: 1px;
  background: #333333;
  position: relative;
}
.T1-news.T1-news--renew .T1-news-card__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}
.T1-news.T1-news--renew .T1-news-card--static .T1-news-card__footlink {
  display: none;
}
.T1-news.T1-news--renew .T1-news-card--empty {
  grid-column: 1/-1;
  padding: 24px;
  text-align: center;
  color: #666;
  border: 1px dashed #ccc;
  border-radius: 4px;
}
.T1-news.T1-news--renew .T1-news__prev,
.T1-news.T1-news--renew .T1-news__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #999;
}
.T1-news.T1-news--renew .T1-news__prev span,
.T1-news.T1-news--renew .T1-news__next span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.T1-news.T1-news--renew .T1-news__prev:hover,
.T1-news.T1-news--renew .T1-news__next:hover {
  color: #093d83;
}
.T1-news.T1-news--renew .T1-news__prev:focus-visible,
.T1-news.T1-news--renew .T1-news__next:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.T1-news.T1-news--renew .T1-news__prev {
  left: -8px;
}
.T1-news.T1-news--renew .T1-news__prev span {
  transform: rotate(45deg);
}
.T1-news.T1-news--renew .T1-news__next {
  right: -8px;
}
.T1-news.T1-news--renew .T1-news__next span {
  transform: rotate(-135deg);
}
.T1-news.T1-news--renew .T1-news-cards__list.slick-initialized .T1-news-card__thumb {
  z-index: 2;
}
.T1-news.T1-news--renew .T1-news-cards .slick-arrow::before {
  display: none !important;
  content: none !important;
}
@media screen and (max-width: 780px) {
  .T1-news.T1-news--renew .T1-news-tit {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
  }
  .T1-news.T1-news--renew .T1-news-tit h2 {
    text-align: center;
  }
  .T1-news.T1-news--renew .T1-news-more--desktop {
    display: none;
  }
  .T1-news.T1-news--renew .T1-news-more--mobile {
    display: inline-flex;
  }
  .T1-news.T1-news--renew .T1-news-cards {
    padding: 0 clamp(36px, 10vw, 48px);
  }
  .T1-news.T1-news--renew .T1-news-cards__list {
    display: block;
  }
  .T1-news.T1-news--renew .T1-news-cards__list::before, .T1-news.T1-news--renew .T1-news-cards__list::after {
    display: none;
  }
  .T1-news.T1-news--renew .T1-news-card {
    padding: 0 4px;
  }
  .T1-news.T1-news--renew .T1-news-card--empty {
    border: none;
  }
  .T1-news.T1-news--renew .T1-news__prev {
    left: 0;
  }
  .T1-news.T1-news--renew .T1-news__next {
    right: 0;
  }
}
@media screen and (max-width: 780px) and (min-width: 481px) {
  .T1-news.T1-news--renew .T1-news-cards {
    padding: 0 40px;
  }
}

.T1-she.T1-she--renew {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: clamp(64px, 8vw, 100px) !important;
  padding: 152px 0 174px !important;
  background: #e8edf1 !important;
  text-align: left;
  color: #333333;
}
.T1-she.T1-she--renew .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
.T1-she.T1-she--renew .T1-she-tit {
  margin: 0 0 clamp(28px, 4vw, 40px);
  padding: 0;
  border: 0;
  background: none !important;
  text-align: left;
}
.T1-she.T1-she--renew .T1-she-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-she.T1-she--renew .T1-she-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-she.T1-she--renew .T1-she-calendar {
  width: 100%;
}
.T1-she.T1-she--renew .xo-event-calendar {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif, "Noto Sans JP", sans-serif !important;
  overflow: visible;
  color: #333333;
}
.T1-she.T1-she--renew table.xo-month {
  margin: 0 !important;
  border: none !important;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.T1-she.T1-she--renew table.xo-month caption {
  caption-side: top;
  padding: 0;
  text-align: left;
  border: 0;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th,
.T1-she.T1-she--renew table.xo-month > tbody > tr > td {
  border-color: #d8dde2 !important;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th {
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  padding: 0 4px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  line-height: 26px !important;
  text-transform: uppercase;
  border-width: 0 1px 1px 0 !important;
  color: #fff !important;
  vertical-align: middle;
  box-sizing: border-box;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th:first-child {
  border-left-width: 1px !important;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th.sunday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.saturday {
  background: #828282 !important;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th.monday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.tuesday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.wednesday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.thursday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.friday {
  background: #c0b7a9 !important;
}
.T1-she.T1-she--renew table.xo-month caption .month-header,
.T1-she.T1-she--renew .month-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 !important;
  padding: 16px 0 18px;
  border: 0 !important;
  border-bottom: none !important;
  width: 100%;
  box-sizing: border-box;
}
.T1-she.T1-she--renew .calendar-caption {
  flex: 0 1 auto;
  margin: 0 !important;
  text-align: left;
  line-height: 1.1;
}
.T1-she.T1-she--renew .month-header__nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-shrink: 0;
  margin-left: auto;
}
.T1-she.T1-she--renew .T1-she-cal-caption {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.T1-she.T1-she--renew .T1-she-cal-caption__num {
  font-size: clamp(48px, 8vw, 50px);
  font-weight: 500;
  color: #333333;
  line-height: 1;
}
.T1-she.T1-she--renew .T1-she-cal-caption__meta {
  display: inline-flex;
  align-items: baseline;
  gap: 0.15em;
  font-size: 15px;
  font-weight: 500;
  color: #6b6f73;
  letter-spacing: 0.02em;
}
.T1-she.T1-she--renew .T1-she-cal-caption__mon {
  font-weight: 600;
}
.T1-she.T1-she--renew .month-prev,
.T1-she.T1-she--renew .month-next {
  flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #666 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.T1-she.T1-she--renew .month-prev:hover,
.T1-she.T1-she--renew .month-next:hover {
  opacity: 0.75;
}
.T1-she.T1-she--renew .month-prev:disabled,
.T1-she.T1-she--renew .month-next:disabled {
  opacity: 0.25;
}
.T1-she.T1-she--renew .month-prev span.nav-prev,
.T1-she.T1-she--renew .month-prev span.nav-next,
.T1-she.T1-she--renew .month-next span.nav-prev,
.T1-she.T1-she--renew .month-next span.nav-next {
  border-color: #666 !important;
}
.T1-she.T1-she--renew .month-prev .dashicons::before,
.T1-she.T1-she--renew .month-next .dashicons::before {
  display: none !important;
}
.T1-she.T1-she--renew .month-prev .dashicons,
.T1-she.T1-she--renew .month-next .dashicons {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 auto !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.T1-she.T1-she--renew .month-prev .dashicons {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
}
.T1-she.T1-she--renew .month-next .dashicons {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}
.T1-she.T1-she--renew .month-week {
  padding: 0 !important;
  vertical-align: top;
}
.T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname-space {
  display: block !important;
  position: relative !important;
  height: 90px !important;
  min-height: 90px !important;
}
.T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname {
  height: 90px !important;
  bottom: auto !important;
}
.T1-she.T1-she--renew .month-week > .month-dayname {
  border: none !important;
  width: 100%;
}
.T1-she.T1-she--renew .month-dayname td {
  border-width: 0 1px 1px 0 !important;
  border-color: #d8dde2 !important;
  background: #fff !important;
  padding: 0 !important;
  vertical-align: top;
  height: 90px !important;
}
.T1-she.T1-she--renew .month-dayname tr.dayname td:first-child {
  border-left-width: 1px !important;
}
.T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname td div,
.T1-she.T1-she--renew .month-dayname td div {
  box-sizing: border-box;
  height: 100% !important;
  min-height: 90px !important;
  max-height: 90px !important;
  padding: 8px 10px !important;
  text-align: right !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500;
  color: #6b6f73 !important;
  border: none !important;
}
.T1-she.T1-she--renew .month-dayname td div.other-month {
  opacity: 0.38 !important;
  background: #fafbfb !important;
}
.T1-she.T1-she--renew .month-dayname td div.today {
  color: #093d83 !important;
  font-weight: 700;
}
.T1-she.T1-she--renew .month-dayname td div.holiday-closed-day {
  background-color: #e08375 !important;
  color: #fff !important;
}
.T1-she.T1-she--renew .month-dayname td div.holiday-night-day {
  background-color: #739cd2 !important;
  color: #fff !important;
}
.T1-she.T1-she--renew .month-dayname td div.holiday-closed-day.holiday-night-day {
  background-color: #739cd2 !important;
}
.T1-she.T1-she--renew .month-dayname td div[class*=holiday-] {
  color: #fff !important;
}
.T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-event-space {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}
.T1-she.T1-she--renew .month-event td {
  border-color: #d8dde2 !important;
  vertical-align: top;
}
.T1-she.T1-she--renew .month-event-title {
  border-radius: 2px !important;
  font-size: 11px !important;
  margin: 2px !important;
}
.T1-she.T1-she--renew .holiday-titles {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px 24px;
}
.T1-she.T1-she--renew p.holiday-title {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px !important;
  color: #333333;
  line-height: 1.5;
}
.T1-she.T1-she--renew p.holiday-title span {
  flex-shrink: 0;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 2px !important;
  box-sizing: border-box;
}
.T1-she.T1-she--renew .holiday-titles p.holiday-title:nth-of-type(1) span {
  background-color: #e08375 !important;
}
.T1-she.T1-she--renew .holiday-titles p.holiday-title:nth-of-type(2) span {
  background-color: #739cd2 !important;
}
@media screen and (min-width: 600px) {
  .T1-she.T1-she--renew .holiday-titles {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname-space {
    height: clamp(64px, 12vw, 90px) !important;
    min-height: clamp(64px, 12vw, 90px) !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname {
    height: clamp(64px, 12vw, 90px) !important;
  }
  .T1-she.T1-she--renew .month-dayname td {
    height: clamp(64px, 12vw, 90px) !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname td div,
  .T1-she.T1-she--renew .month-dayname td div {
    min-height: clamp(64px, 12vw, 90px) !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 780px) {
  .T1-she.T1-she--renew .T1-she-tit {
    margin-bottom: 24px;
  }
  .T1-she.T1-she--renew .T1-she-tit h2 {
    font-size: clamp(20px, 5.5vw, 26px);
  }
  .T1-she.T1-she--renew .T1-she-tit h2 span {
    font-size: 13px;
  }
  .T1-she.T1-she--renew .month-header {
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 12px;
  }
  .T1-she.T1-she--renew .month-header__nav {
    width: 100%;
    justify-content: flex-end;
  }
  .T1-she.T1-she--renew .T1-she-cal-caption__num {
    font-size: clamp(36px, 12vw, 52px);
  }
  .T1-she.T1-she--renew .T1-she-cal-caption__meta {
    font-size: 13px;
  }
  .T1-she.T1-she--renew table.xo-month > thead > tr > th {
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    line-height: 22px !important;
    font-size: 9px !important;
    padding: 0 2px !important;
    letter-spacing: 0.02em;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname-space {
    height: clamp(52px, 14vw, 72px) !important;
    min-height: clamp(52px, 14vw, 72px) !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname {
    height: clamp(52px, 14vw, 72px) !important;
  }
  .T1-she.T1-she--renew .month-dayname td {
    height: clamp(52px, 14vw, 72px) !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname td div,
  .T1-she.T1-she--renew .month-dayname td div {
    min-height: clamp(52px, 14vw, 72px) !important;
    max-height: none !important;
    padding: 6px 6px !important;
    font-size: 12px !important;
  }
  .T1-she.T1-she--renew .month-prev,
  .T1-she.T1-she--renew .month-next {
    width: 36px !important;
    height: 36px !important;
  }
  .T1-she.T1-she--renew .holiday-titles {
    margin-top: 16px;
    gap: 8px 16px;
  }
  .T1-she.T1-she--renew p.holiday-title {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname-space {
    height: 48px !important;
    min-height: 48px !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname {
    height: 48px !important;
  }
  .T1-she.T1-she--renew .month-dayname td {
    height: 48px !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname td div,
  .T1-she.T1-she--renew .month-dayname td div {
    min-height: 48px !important;
    padding: 4px 4px !important;
    font-size: 11px !important;
  }
}

.low-header {
  background-image: url(../../../runrunrun/assets/images/low/low-header.jpg);
}
.low-header::before {
  background-image: url(../../../runrunrun/assets/images/top/mv_glass.svg);
}
.low-header .low-header-dog01,
.low-header .mv-dog01 {
  display: block;
  width: 117px;
  height: 89px;
  background: url(../../../runrunrun/assets/images/top/mv_dog01.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 10%;
  z-index: 4;
}
.low-header .low-header-dog02,
.low-header .mv-dog02 {
  display: block;
  width: 80px;
  height: 96px;
  background: url(../../../runrunrun/assets/images/top/mv_dog02.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10%;
  z-index: 4;
}
@media screen and (max-width: 780px) {
  .low-header::before {
    background-image: url(../../../runrunrun/assets/images/top/mv_glass_sp.svg);
  }
}

.A1-concept::before {
  background-image: url(../../../runrunrun/assets/images/low/low-kazari.svg);
}

.A1-kitchen {
  background-image: url(../../../runrunrun/assets/images/low/A1_bg01.svg);
}
.A1-kitchen .txts h3::before {
  background-image: url(../../../runrunrun/assets/images/common/ico_tit01.svg);
}

.B1-dog {
  background-image: url(../../../runrunrun/assets/images/low/B1_bg01.jpg);
}
.B1-dog-bikou h3::before {
  background-image: url(../../../runrunrun/assets/images/common/ico_tit03.svg);
}

.B1-point-wrap .numbers {
  background-image: url(../../../runrunrun/assets/images/low/B1_point_n.svg);
}

.B1-reserv dl dt::before {
  background-image: url(../../../runrunrun/assets/images/low/B1_parts.svg);
}

.B1-mochi {
  background-image: url(../../../runrunrun/assets/images/low/A1_bg01.svg);
}
.B1-mochi .wraps::before {
  background-image: url(../../../runrunrun/assets/images/low/B1_kazari.svg);
}
.B1-mochi .wraps ul li::before {
  background-image: url(../../../runrunrun/assets/images/common/ico_check.svg);
}

.nami01::before {
  background-image: url(../../../runrunrun/assets/images/low/A1_line01.svg);
}
.nami01::after {
  background-image: url(../../../runrunrun/assets/images/low/A1_line02.svg);
}

.news-child-left__category ul li a::before {
  content: url("../../../runrunrun/assets/images/common/ico_arrow03.svg");
}

.A1-access--renew {
  background-color: #e8eef3;
  padding: 114px 0 192px;
  margin-top: 0;
}
.A1-access--renew .tit01 {
  margin-bottom: 65px;
  padding-bottom: 0;
  background: none;
  background-image: none;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .A1-access--renew .tit01 {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
.A1-access--renew .tit01 span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #093D83;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .A1-access--renew .tit01 span {
    font-size: 12px;
  }
}
.A1-access--renew .ggmap {
  margin-bottom: 96px;
}
@media screen and (max-width: 780px) {
  .A1-access--renew .ggmap {
    margin-bottom: 37px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.A1-access--renew .A1-access__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(20px, 7.31vw, 94px);
}
.A1-access--renew .A1-access__col--info {
  flex: 0 1 390px;
  width: 100%;
  max-width: 390px;
  min-width: 0;
}
.A1-access--renew .A1-access__col--parking {
  flex: 1 1 400px;
  width: 100%;
  max-width: 796px;
  min-width: 0;
}
.A1-access--renew .A1-access__name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 27px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .A1-access--renew .A1-access__name {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.A1-access--renew .A1-access__address {
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 18px;
}
.A1-access--renew .A1-access__meta {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.A1-access--renew .A1-access__meta span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}
.A1-access--renew .A1-access__meta p + p {
  margin-top: 14px;
}
.A1-access--renew .A1-access__heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  color: #333333;
}
.A1-access--renew .A1-access__heading::before {
  content: "●";
  margin-right: 0.1em;
}
.A1-access--renew .A1-access__heading--parking {
  margin-bottom: 49px !important;
}
.A1-access--renew .A1-access__heading--parking::before {
  content: "●";
  margin-right: 0.1em;
}
@media screen and (max-width: 950px) {
  .A1-access--renew .A1-access__heading--parking {
    margin-bottom: 18px !important;
  }
}
.A1-access--renew .A1-access__car {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  background-color: #fff;
  padding: 21px 22px;
  border-radius: 4px;
}
.A1-access--renew .A1-access__car-body {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.A1-access--renew .A1-access__car-body ul {
  list-style: disc;
  padding-left: 0.2em;
}
.A1-access--renew .A1-access__parking-map {
  background-color: #fff;
  padding: 33px 36px 51px;
  border-radius: 4px;
}
.A1-access--renew .A1-access__parking-map img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 35px;
}
@media screen and (max-width: 780px) {
  .A1-access--renew {
    padding: 40px 0 60px;
  }
  .A1-access--renew .inner {
    padding: 16px;
  }
  .A1-access--renew .A1-access__detail {
    flex-direction: column;
    gap: 32px;
  }
  .A1-access--renew .A1-access__col--info,
  .A1-access--renew .A1-access__col--parking {
    flex: 1 1 auto;
    max-width: none;
  }
}

.footer.footer--renew {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  margin-top: 0;
  padding: 125px clamp(20px, 4vw, 60px) 57px !important;
  background-color: #faf9f5;
  overflow-x: clip;
}
.footer.footer--renew .inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 950px) {
  .footer.footer--renew .inner {
    max-width: 500px;
  }
}
.footer.footer--renew .footer__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px clamp(24px, 8vw, 140px);
  padding-bottom: 56px;
  border-bottom: 1px solid #c8c4bc;
}
.footer.footer--renew .footer__main > * {
  min-width: 0;
}
.footer.footer--renew .footer__brand {
  flex: 1 1 280px;
  max-width: 440px;
}
.footer.footer--renew .footer__nav {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 5vw, 80px);
  flex: 0 1 auto;
}
.footer.footer--renew .footer__logo {
  margin: 0 0 40px;
}
.footer.footer--renew .footer__logo a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
.footer.footer--renew .footer__logo img {
  height: 36px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.footer.footer--renew .footer__logo span {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}
.footer.footer--renew .footer__address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.footer.footer--renew .footer__address a {
  color: inherit;
  text-decoration: none;
}
.footer.footer--renew .footer__address a:hover {
  text-decoration: underline;
}
.footer.footer--renew .footer__infos dl {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.7;
}
.footer.footer--renew .footer__infos dl + dl {
  margin-top: 12px;
}
.footer.footer--renew .footer__infos dl dt {
  flex-shrink: 0;
  min-width: 68px;
  padding: 2px 8px;
  border: 1px solid #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.footer.footer--renew .footer__infos dl dd {
  flex: 1;
  margin: 0;
}
.footer.footer--renew .footer__menu-title {
  margin: 0 0 18px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #093d83;
  line-height: 1.5;
}
.footer.footer--renew .footer__menu-columns {
  display: flex;
  gap: clamp(24px, 2vw, 56px);
}
.footer.footer--renew .footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer.footer--renew .footer__menu-list a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #333333;
  white-space: nowrap;
}
.footer.footer--renew .footer__menu-list a::before {
  content: "";
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  background: url("../../../runrunrun/assets/images/common/ico_arrow02.svg") center/contain no-repeat;
}
.footer.footer--renew .footer__menu-list a:hover {
  color: #093d83;
  opacity: 0.85;
}
.footer.footer--renew .footer__social {
  text-align: center;
}
.footer.footer--renew .footer__qr {
  display: block;
  width: clamp(100px, 11.5vw, 162px);
  height: auto;
  margin: 0 auto 6px;
}
.footer.footer--renew .footer__social-label {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin: 0;
  color: #333333;
}
.footer.footer--renew .footer__social-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer.footer--renew .footer__contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  flex: 0 0 auto;
  width: clamp(260px, 19vw, 360px);
  max-width: 360px;
  margin: 0 auto;
}
.footer.footer--renew .header-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-width: 0;
  height: 65px;
  padding: 19px 24px 16px;
  background-color: #093d83;
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.footer.footer--renew .header-contact-btn:hover {
  opacity: 0.88;
}
.footer.footer--renew .header-contact-btn__ja {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer.footer--renew .header-contact-btn__en {
  color: #739cd2;
  font-size: 12px;
  font-weight: 500;
}
.footer.footer--renew .header-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1.2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer.footer--renew .header-tel__icon {
  flex-shrink: 0;
  width: 23px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
}
.footer.footer--renew .header-tel__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.footer.footer--renew .header-tel__number {
  margin: 0;
  color: #093d83;
  font-size: clamp(28px, 2.2vw, 40px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}
.footer.footer--renew .header-tel__number:hover {
  opacity: 0.85;
}
.footer.footer--renew .header-tel__hours {
  margin: 0 auto;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.footer.footer--renew .footer-related {
  clear: both;
  width: 100%;
  padding-top: 48px;
  text-align: center;
}
.footer.footer--renew .footer-related__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 39px;
  line-height: 1.5;
}
.footer.footer--renew .footer-related__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 40px;
}
.footer.footer--renew .footer-related__list a {
  display: block;
  transition: opacity 0.2s;
}
.footer.footer--renew .footer-related__list a:hover {
  opacity: 0.8;
}
.footer.footer--renew .footer-related__list img {
  display: block;
  max-height: 100px;
  width: auto;
  height: auto;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  .footer.footer--renew {
    padding: 80px clamp(24px, 3vw, 48px) 48px !important;
  }
  .footer.footer--renew .footer__logo {
    margin-bottom: 36px;
  }
  .footer.footer--renew .footer__main {
    gap: 28px 36px;
    padding-bottom: 48px;
  }
  .footer.footer--renew .footer__brand {
    flex: 1 1 calc(50% - 18px);
    max-width: none;
  }
  .footer.footer--renew .footer__nav {
    flex: 1 1 calc(50% - 18px);
    align-items: flex-end;
    gap: 24px;
  }
  .footer.footer--renew .footer__menu-columns {
    gap: 20px 32px;
  }
  .footer.footer--renew .footer__menu-list {
    gap: 12px;
  }
  .footer.footer--renew .footer__menu-list a {
    white-space: normal;
    font-size: 14px;
  }
  .footer.footer--renew .footer__social {
    text-align: right;
  }
  .footer.footer--renew .footer__qr {
    width: 120px;
    margin-left: auto;
    margin-right: 0;
  }
  .footer.footer--renew .footer__social-label {
    justify-content: flex-end;
    font-size: 15px;
  }
  .footer.footer--renew .footer__contact {
    flex: 1 1 100%;
    max-width: 360px;
    margin: 8px auto 0;
  }
  .footer.footer--renew .header-tel__number {
    font-size: 40px;
  }
  .footer.footer--renew .footer-related__list {
    gap: 20px 32px;
  }
}
@media screen and (max-width: 950px) {
  .footer.footer--renew {
    padding: 56px 20px 40px !important;
  }
  .footer.footer--renew .footer__logo {
    margin-bottom: 32px;
    text-align: center;
  }
  .footer.footer--renew .footer__logo a {
    align-items: center;
  }
  .footer.footer--renew .footer__logo img {
    margin-left: auto;
    margin-right: auto;
    -o-object-position: center;
       object-position: center;
  }
  .footer.footer--renew .footer__logo span {
    text-align: center;
  }
  .footer.footer--renew .footer__brand {
    max-width: none;
  }
  .footer.footer--renew .footer__infos dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .footer.footer--renew .footer__infos dl dt {
    margin-bottom: 2px;
  }
  .footer.footer--renew .footer__main {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 40px;
  }
  .footer.footer--renew .footer__brand {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
  .footer.footer--renew .footer__nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 0;
  }
  .footer.footer--renew .footer__menu {
    flex: 1 1 auto;
    min-width: 0;
  }
  .footer.footer--renew .footer__menu-columns {
    flex-direction: column;
    gap: 12px;
  }
  .footer.footer--renew .footer__menu-list a {
    white-space: normal;
    font-size: 14px;
  }
  .footer.footer--renew .footer__social {
    flex: 0 0 auto;
    padding-top: 28px;
  }
  .footer.footer--renew .footer__qr {
    width: 120px;
    margin-bottom: 8px;
  }
  .footer.footer--renew .footer__social-label {
    font-size: 13px;
    justify-content: center;
  }
  .footer.footer--renew .footer__contact {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .footer.footer--renew .header-contact-btn {
    max-width: 400px;
    margin: 0 auto;
  }
  .footer.footer--renew .header-tel {
    width: auto;
    justify-content: center;
  }
  .footer.footer--renew .header-tel__body {
    align-items: center;
  }
  .footer.footer--renew .header-tel__number {
    font-size: clamp(28px, 10.2vw, 40px);
  }
  .footer.footer--renew .footer-related {
    padding-top: 36px;
  }
  .footer.footer--renew .footer-related__list {
    flex-direction: column;
    gap: 28px;
  }
  .footer.footer--renew .footer-related__list img {
    max-height: none;
    max-width: min(280px, 100%);
    margin: 0 auto;
  }
}

.copyright--renew {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #faf9f5;
  color: #333;
  font-size: 12px;
  padding: 0 clamp(20px, 4vw, 60px) 45px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .copyright--renew {
    padding: 0 20px 32px;
    font-size: 11px;
  }
}/*# sourceMappingURL=child.css.map */