@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: #0b6600;
}
.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: #0b6600;
}

@media only screen and (min-width: 901px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu-button {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #0b6600;
  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: #0b6600;
}
.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: #0b6600;
  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, .facility,
.equipment, .staff, .vice-owner-message, .owner-message {
  padding: 40px 0 60px;
  background-color: #FFFFFF;
}
.m-section-inner {
  max-width: 800px;
  margin: 0 auto;
}
.m-section--title, .staff--title, .vice-owner-message--title, .owner-message--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, .staff--title::after, .vice-owner-message--title::after, .owner-message--title::after {
  content: "";
  margin: 16px auto 0;
  width: 80px;
  height: 2px;
  background-color: #0b6600;
  display: block;
}
.m-section--subtitle, .staff--subtitle, .vice-owner-message--subtitle, .owner-message--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: #0b6600;
  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: #0b6600;
}

.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 #0b6600;
  line-height: 42px;
  font-size: 14px;
  text-decoration: none;
  background-color: #FFF;
  color: #0b6600;
  padding: 0 24px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}
.submit-button__launch-icon {
  height: 16px;
  margin-top: -3px;
}

@media only screen and (min-width: 901px) {
  .owner-message--wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.owner-message--profile {
  text-align: center;
  margin: 16px 0 0;
}
.owner-message--profile-image {
  background-image: url("/img/toyosato/owner.jpg");
  background-position: center;
  background-size: contain;
  height: 300px;
  width: 200px;
  margin: 0 auto;
}
.owner-message--profile-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  color: #333333;
  margin-top: 16px;
}
.owner-message--profile-info-position {
  font-size: 15px;
  margin-right: 4px;
}
.owner-message--profile-info-name {
  font-size: 15px;
  font-weight: bold;
}
.owner-message--text {
  margin: 16px 0 0;
  padding: 0 24px;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
}
.owner-message-detail {
  border: 1px solid #0b6600;
  margin: 16px auto 0;
  width: calc(100% - 32px);
  padding: 8px 16px;
}
.owner-message-detail--table {
  border: none;
}
.owner-message-detail--row-head {
  width: 100px;
  padding: 8px 0;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.owner-message-detail--description {
  padding: 8px 0;
  vertical-align: top;
  font-size: 14px;
}

@media only screen and (min-width: 901px) {
  .vice-owner-message--wrapper {
    display: flex;
    align-items: center;
  }
}
.vice-owner-message--profile {
  text-align: center;
  margin: 16px 0 0;
}
.vice-owner-message--profile-image {
  background-image: url("/img/toyosato/vice_owner.jpg");
  background-position: center;
  background-size: contain;
  height: 300px;
  width: 200px;
  margin: 0 auto;
}
.vice-owner-message--profile-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  color: #333333;
  margin-top: 16px;
}
.vice-owner-message--profile-info-position {
  font-size: 15px;
  margin-right: 4px;
}
.vice-owner-message--profile-info-name {
  font-size: 15px;
  font-weight: bold;
}
.vice-owner-message--text {
  margin: 16px 0 0;
  padding: 0 24px;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
}
.vice-owner-message-detail {
  border: 1px solid #0b6600;
  margin: 16px auto 0;
  width: calc(100% - 32px);
  padding: 8px 16px;
}
.vice-owner-message-detail--table {
  border: none;
}
.vice-owner-message-detail--row-head {
  width: 100px;
  padding: 8px 0;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.vice-owner-message-detail--description {
  padding: 8px 0;
  vertical-align: top;
  font-size: 14px;
}

.staff--list {
  display: flex;
  flex-wrap: wrap;
}
.staff--wrapper {
  margin: 40px 0 0;
  width: 100%;
}
@media only screen and (min-width: 901px) {
  .staff--wrapper {
    display: flex;
    align-items: center;
    width: 50%;
  }
}
.staff--profile {
  text-align: center;
  flex: 1;
}
.staff--profile-image {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  margin-right: 8px;
}
@media only screen and (min-width: 901px) {
  .staff--profile-image {
    margin-right: 0;
  }
}
.staff--profile-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  color: #333333;
}
@media only screen and (min-width: 901px) {
  .staff--profile-info {
    text-align: center;
    margin-top: 8px;
  }
}
.staff--profile-info-position {
  white-space: pre-wrap;
}
.staff--profile-info-name {
  font-weight: bold;
}
.staff--text {
  margin: 16px auto 0;
  padding: 0 16px;
  font-size: 15px;
  color: #333333;
  width: 100%;
  max-width: 280px;
}

.facility--list,
.equipment--list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.facility-item,
.equipment-item {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 32px 24px 0;
}
.facility-item:nth-child(1),
.equipment-item:nth-child(1) {
  margin-top: 0;
}
@media only screen and (min-width: 901px) {
  .facility-item,
  .equipment-item {
    width: 47%;
    margin: 60px 40px 0 0;
  }
  .facility-item:nth-child(1), .facility-item:nth-child(2),
  .equipment-item:nth-child(1),
  .equipment-item:nth-child(2) {
    margin-top: 0;
  }
  .facility-item:nth-child(2n),
  .equipment-item:nth-child(2n) {
    margin-right: 0;
  }
}
.facility-item__thumb-img,
.equipment-item__thumb-img {
  width: 100%;
  border-radius: 5px;
}
.facility-item__body,
.equipment-item__body {
  padding: 16px 8px;
}
@media only screen and (min-width: 901px) {
  .facility-item__body,
  .equipment-item__body {
    padding: 16px;
  }
}
.facility-item__name,
.equipment-item__name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.facility-item__description,
.equipment-item__description {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}

.access {
  padding: 40px 0 60px;
}
@media only screen and (min-width: 901px) {
  .access-info__body {
    display: flex;
    justify-content: center;
  }
}
.access-info__map {
  height: 400px;
  width: 100%;
}
@media only screen and (min-width: 901px) {
  .access-info__map {
    width: 400px;
  }
}
.access-info__list {
  padding: 0;
  margin: 0;
}
.access-info-item {
  list-style: none;
  margin: 0 24px 32px;
}
.access-info-item__header {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
}
.access-info-item__body {
  font-size: 15px;
  margin: 8px 0 0;
}