<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainvisual .col-md-6 {
  display: block;
}
.mainvisual .col-md-6:nth-of-type(1) {
  background: #9ad52f;
}
.mainvisual .col-md-6:nth-of-type(2) {
  background: #30b9e2;
}
.mainvisual .fh5co_suceefh5co_height {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 22px - 62px - 128px);
  height: -webkit-fill-available;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
}
.mainvisual .fh5co_suceefh5co_height &gt; img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-image {
  width: 100%;
}

.lead__box {
  padding: 70px 0 20px;
}
.lead__box .lead__title {
  margin: 0 0 35px;
  font-size: 24px;
  text-align: center;
}
.lead__box .lead__text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.menu__banner .menu__item {
  width: 31%;
  margin-bottom: 50px;
}
.menu__banner .menu__item img {
  max-width: 100%;
  height: auto;
}

.menu {
  margin-bottom: 50px;
}
.menu .menu__item {
  width: 23%;
}
.menu .menu__item img {
  width: 100%;
  height: auto;
}

.contents .fh5co_con_123 {
  margin: 0 0 20px 0;
  line-height: 4em;
}

@media screen and (max-width: 1280px) {
  .mainvisual .fh5co_suceefh5co_height {
    padding: 0;
  }
  .mainvisual .fh5co_suceefh5co_height &gt; img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .fh5co_suceefh5co_height {
    display: block;
    height: auto !important;
    padding: 0;
  }

  .lead__box {
    padding: 40px 0 0;
  }
  .lead__box .lead__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .lead__box .lead__text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
  .lead__box .lead__text .hidden-sp {
    display: none;
  }

  .menu {
    margin-bottom: 30px;
  }
  .menu .menu__item {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .menu__banner {
    margin-bottom: 35px;
  }
  .menu__banner .menu__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .menu__banner .menu__item img {
    width: 100%;
  }
}
</pre></body></html>