@charset "UTF-8";
html {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

body {
  color: #333333;
}

figure {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

a {
  color: #2462a1;
}
.reverse a {
  color: #FFFFFF;
}

.header {
  position: relative;
  left: 0;
  right: 0;
  padding: 16px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 901px) {
  .header {
    position: fixed;
    top: 0;
    padding: 16px 32px;
    border-bottom: 1px solid #eeeeee;
  }
}
.header-content {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  margin: 0;
}
.header-logo--img {
  height: 28px;
  display: block;
}
@media only screen and (min-width: 901px) {
  .header-logo--img {
    height: 32px;
  }
}
.header-logo--text {
  margin: 0 0 4px;
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  display: block;
}
.header-menu {
  display: none;
}
@media only screen and (min-width: 901px) {
  .header-menu {
    display: block;
  }
}
.header-menu--list {
  margin: 0;
  padding: 0;
}
.header-menu--item {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}
.header-menu--link {
  text-decoration: none;
  color: inherit;
  padding: 8px;
}
.header-contact {
  display: none;
}
@media only screen and (min-width: 901px) {
  .header-contact {
    display: block;
  }
}
.header-contact--title {
  margin: 0;
  font-size: 14px;
  display: none;
}
@media only screen and (min-width: 901px) {
  .header-contact--title {
    display: block;
  }
}
.header-contact-tel {
  position: relative;
  top: 5px;
}
@media only screen and (min-width: 901px) {
  .header-contact-tel {
    top: 2px;
  }
}
.header-contact-tel--link {
  text-decoration: none;
  color: inherit;
}
.header-contact-tel--img {
  height: 13px;
  margin-top: -4px;
  margin-right: -2px;
}
.header-contact-tel--number {
  font-size: 18px;
  color: #2462a1;
}

@media only screen and (min-width: 901px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu-button {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #2462a1;
  color: #ffffff;
  position: fixed;
  top: 16px;
  right: 8px;
  text-align: center;
  box-shadow: 0 8px 15px rgba(123, 138, 147, 0.25);
  z-index: 3;
}
.sp-menu-button.is-open {
  background-color: #ffffff;
  color: #2462a1;
}
.sp-menu-button--icon {
  height: 12px;
  display: block;
  margin: 12px auto 0;
}
.sp-menu-button--label {
  font-size: 10px;
  display: block;
  margin-top: 2px;
}
.sp-menu-cover {
  background-color: #2462a1;
  position: fixed;
  z-index: 2;
  color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 52px 0 40px;
  overflow: auto;
}
.sp-menu-cover-enter-active {
  transition: bottom 0.5s;
}
.sp-menu-cover-enter {
  bottom: 100vh;
}
.sp-menu-cover--inner {
  max-width: 400px;
  margin: 0 auto;
}
.sp-menu-cover--logo {
  max-height: 32px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.sp-menu-cover-item-list {
  padding: 0;
  margin-top: 24px;
  text-align: center;
}
.sp-menu-cover-item {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 120px;
  height: 34px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  margin: 12px 8px;
}
.sp-menu-cover-item::after {
  content: url("/img/toyosato/icon-menu-item-arrow.svg");
  height: 16px;
  position: absolute;
  top: 2px;
  right: 0;
}
.sp-menu-cover-item--link {
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.sp-menu-cover-guide {
  text-align: center;
  margin-top: 24px;
}
.sp-menu-cover-guide--text {
  font-size: 14px;
  margin: 0;
}
.sp-menu-cover-guide--tel-link {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 4px;
  display: inline-block;
  margin-top: 8px;
}
.sp-menu-cover-guide--tel-img {
  height: 20px;
  position: relative;
  top: -4px;
}
.sp-menu-cover-guide--tel-number {
  font-size: 24px;
}
.sp-menu-cover-guide-open {
  margin: 24px 24px 0;
}

.m-section {
  padding: 40px 0 60px;
  background-color: #FFFFFF;
}
.m-section-inner {
  max-width: 800px;
  margin: 0 auto;
}
.m-section--title {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
}
.m-section--title::after {
  content: "";
  margin: 16px auto 0;
  width: 80px;
  height: 2px;
  background-color: #2462a1;
  display: block;
}
.m-section--subtitle {
  margin: 32px 0 0 0;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.m-section--power-text {
  margin: 16px 0 0 0;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.m-section--text {
  margin: 16px auto 0;
  padding: 0 24px;
  font-size: 15px;
  line-height: 28px;
}
.m-section--addition {
  margin: 16px auto 0;
  padding: 0 24px;
  font-size: 13px;
  line-height: 21px;
  color: #999;
}

.fixed-footer {
  position: fixed;
  z-index: 1;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
}
@media only screen and (min-width: 901px) {
  .fixed-footer {
    display: none;
  }
}
.fixed-footer--button, .fixed-footer--button__reverse {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(123, 138, 147, 0.25);
  color: #FFF;
  background-color: #CC4C71;
  display: inline-block;
}
.fixed-footer--button__reverse {
  color: #CC4C71;
  background-color: #FFF;
}
.fixed-footer--reserve-icon {
  height: 16px;
  margin-top: -4px;
}
.fixed-footer--tel-icon {
  height: 13px;
  margin-top: -4px;
}

.footer {
  padding: 48px 0 96px;
  background-color: #2462a1;
  color: #ffffff;
}
@media only screen and (min-width: 901px) {
  .footer {
    padding-bottom: 48px;
  }
}
.footer-site-map {
  margin-bottom: 48px;
}
.footer-site-map--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 901px) {
  .footer-site-map--list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-site-map--item {
  text-align: center;
  font-size: 13px;
  margin-bottom: 8px;
}
.footer-site-map--item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 901px) {
  .footer-site-map--item {
    margin-bottom: 0;
  }
  .footer-site-map--item::after {
    content: "/";
  }
  .footer-site-map--item:last-child::after {
    content: "";
  }
}
.footer-site-map--link {
  text-decoration: none;
  color: inherit;
  padding: 0 8px;
}
@media only screen and (min-width: 901px) {
  .footer-site-map--link {
    margin: 0 16px;
  }
}
.footer-content {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 901px) {
  .footer-content {
    display: flex;
  }
}
.footer-info {
  flex: 1;
  padding: 0 16px;
}
.footer-map {
  flex: 1;
  margin-top: 24px;
  height: 300px;
}
@media only screen and (min-width: 901px) {
  .footer-map {
    margin-top: 0;
    padding: 0 16px;
    height: inherit;
  }
}
.footer--logo {
  max-height: 32px;
  max-width: 200px;
  display: block;
}
.footer--address {
  margin: 24px 0 0;
}
.footer--parking {
  margin: 8px 0 0;
  font-weight: bold;
}
.footer-tel {
  margin-top: 24px;
}
.footer-tel--text {
  margin: 0;
  font-size: 14px;
}
.footer-tel--link {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 4px;
  margin-top: 8px;
  display: inline-block;
}
.footer-tel--img {
  height: 20px;
  position: relative;
  top: -4px;
}
.footer-tel--number {
  font-size: 24px;
}
.footer-open {
  margin-top: 24px;
}
.footer-insurance {
  padding: 0 16px;
  margin-top: 48px;
}
.footer-insurance--title {
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.footer-insurance--list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-insurance--item {
  margin-top: 16px;
}
@media only screen and (min-width: 901px) {
  .footer-insurance--item {
    display: inline-block;
    padding: 0 4px;
  }
}
.footer-insurance--banner {
  width: 200px;
}
@media only screen and (min-width: 901px) {
  .footer-insurance--banner {
    height: 60px;
    width: inherit;
  }
}
.footer-credit {
  font-size: 14px;
  margin: 48px auto 0;
}
.footer-credit--label {
  text-align: right;
  opacity: 0.6;
  vertical-align: baseline;
  padding-right: 8px;
  padding-bottom: 8px;
}
.footer-credit--value {
  text-align: left;
  vertical-align: baseline;
  padding-left: 8px;
  padding-bottom: 8px;
}
.footer--copyright {
  margin-top: 48px;
  text-align: center;
  font-size: 12px;
}
.footer--hr {
  margin: 48px 0;
  height: 0;
  border: none;
  border-top: 1px solid #bbb;
}

.sub-title {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
@media only screen and (min-width: 901px) {
  .sub-title {
    margin-top: 86px;
  }
}
.sub-title--text {
  margin: 0;
}
.sub-title--maintext {
  margin: 0;
  line-height: 1;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.sub-title--subtext {
  margin: 8px 0 0;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.sub-menu {
  margin-bottom: 32px;
}
.sub-menu--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-menu--item {
  text-align: center;
  font-size: 13px;
}
@media only screen and (min-width: 901px) {
  .sub-menu--item::after {
    content: "/";
    color: #999999;
  }
  .sub-menu--item:last-child::after {
    content: "";
  }
}
.sub-menu--link {
  text-decoration: none;
  color: #999999;
  padding: 0 8px;
}
@media only screen and (min-width: 901px) {
  .sub-menu--link {
    padding: 0 16px;
  }
}
.sub-menu--link.is-active {
  color: #2462a1;
}

.consultation-hours {
  width: 100%;
  font-size: 14px;
  border: 1px solid #eeeeee;
  text-align: center;
}
.consultation-hours--header-row {
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
}
.consultation-hours--header-cell {
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 4px;
}
.consultation-hours--left-header-cell {
  font-weight: normal;
  width: 96px;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.consultation-hours--body-cell {
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.consultation-hours--reserve-time {
  color: #999999;
}
.reverse .consultation-hours--reserve-time {
  color: #EEEEEE;
}
.consultation-hours-complement {
  color: #999999;
}
.consultation-hours-complement__reverse, .reverse .consultation-hours-complement {
  color: #FFFFFF;
}
.consultation-hours-complement--list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.consultation-hours-complement--item {
  font-size: 13px;
  line-height: 26px;
}
.consultation-hours-complement--item::before {
  content: "※";
}

.submit-button {
  border-radius: 21px;
  border: 1px solid #2462a1;
  line-height: 42px;
  font-size: 14px;
  text-decoration: none;
  background-color: #FFF;
  color: #2462a1;
  padding: 0 24px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}
.submit-button__launch-icon {
  height: 16px;
  margin-top: -3px;
}

.article {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 80px 0;
}
@media only screen and (min-width: 901px) {
  .article {
    margin-top: 86px;
  }
}
.article-header {
  padding: 0 16px;
  margin-bottom: 60px;
}
.article-header--title {
  margin: 0 0 16px 0;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
.article-header--date {
  text-align: right;
  margin-bottom: 4px;
}
.article-header--author {
  text-align: right;
}
.article-body {
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.8;
}
.article-body--paragraph {
  margin: 0 0 24px 0;
}
.article-body--header {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
}