<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&amp;display=swap");
/* デザインA（スマートフォン） */
/* メディアクエリ の記述なし。 */
*, *::after, *::before {
  font-family: "Hina Mincho", serif;
  background: #F0F4EF;
  font-size: 16px;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}

*::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

header {
  margin: 0 auto;
  height: 10vh;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .pagetop-sp {
  text-align: center;
}
header .pagetop-sp h1 {
  font-size: 18px;
  line-height: 19px;
}
header .pagetop-sp h1 span {
  font-size: 10px;
}
header a {
  margin: 0;
  width: 11em;
  height: 3em;
  border-radius: 30px;
  background: #344966;
  color: #F0F4EF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header a img {
  width: 30px;
  height: 30px;
  background: #344966;
}
header a p {
  background: #344966;
}
header a:hover {
  opacity: 0.5;
}

main .mv {
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
main .mv .mv-img {
  margin-right: 0;
  margin-left: 0;
  width: 100vw;
  height: 90vh;
  background: url(../image/adDSC_1540.jpg) no-repeat;
  background-size: cover;
  background-position: -140px top;
}
main .mv .mv-text p {
  background: #fff;
  font-size: 1.4em;
  text-align: center;
}
main .mv .mv-text p:nth-child(1) {
  width: 9.5em;
  position: absolute;
  top: 2em;
  left: 1em;
}
main .mv .mv-text p:nth-child(2) {
  width: 8.5em;
  position: absolute;
  top: 3.8em;
  left: 1.7em;
}
main .mv .mv-text p:nth-child(3) {
  width: 9.5em;
  position: absolute;
  top: 5.6em;
  left: 1em;
}
main section {
  width: 90vw;
  margin: 0 auto;
}
main .no1 {
  margin: 30px auto;
}
main .no1 .about {
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}
main .no1 .about h2 {
  font-size: 18px;
  text-align: center;
  line-height: 1.1em;
  background: #fff;
}
main .no1 .about h2 span {
  font-size: 10px;
  color: #B4CDED;
  background: #fff;
}
main .no1 .about p {
  margin-top: 1em;
  background: #fff;
}
main .no2 {
  margin: 30px auto;
}
main .no2 .business {
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}
main .no2 .business h2 {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
  line-height: 1.1em;
  background: #fff;
}
main .no2 .business h2 span {
  font-size: 10px;
  color: #BFCC94;
  background: #fff;
}
main .no2 .business .business-body {
  background: #fff;
}
main .no2 .business .business-body .business-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 30px;
}
main .no2 .business .business-body .business-item img {
  width: 70px;
  height: 70px;
}
main .no2 .business .business-body .business-item h3 {
  margin: 1em;
  font-size: 1.1em;
}
main .no2 .business .business-body .business-item p {
  line-height: 1.5em;
  text-align: left;
}
main .no2 .business .business-item:nth-child(odd) {
  background: #B4CDED;
}
main .no2 .business .business-item:nth-child(even) {
  background: #BFCC94;
}
main .no2 .business .backcolor1 {
  background: #B4CDED;
}
main .no2 .business .backcolor2 {
  background: #BFCC94;
}
main .no2 .rental {
  margin: 30px auto;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 25px;
  width: 90%;
  text-align: center;
}
main .no2 .rental h3 {
  font-size: 1.1em;
}
main .no2 .rental p {
  text-align: left;
}
main .no2 .rental .text-red {
  font-size: 0.8em;
  color: red;
  font-weight: bold;
  text-align: right;
}
main .no2 .rental .table1 {
  margin-top: 10px;
}
main .no2 .rental .table1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 5px;
}
main .no2 .rental .table1 dl dd {
  width: 40%;
}
main .no2 .rental .table1 dl dt {
  width: 60%;
}
main .no3 {
  margin: 30px auto;
}
main .no3 .contact .contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .no3 .contact .contact-flex h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  line-height: 1.1em;
}
main .no3 .contact .contact-flex h2 span {
  font-size: 10px;
  color: #BFCC94;
}
main .no3 .contact .contact-flex a {
  width: 12em;
  height: 3.5em;
  border-radius: 60px;
  background: #344966;
  color: #F0F4EF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .no3 .contact .contact-flex a img {
  width: 35px;
  height: 35px;
  background: #344966;
}
main .no3 .contact .contact-flex a p {
  font-size: 1.2em;
  background: #344966;
}
main .no3 .contact .contact-flex a:hover {
  opacity: 0.5;
}
main .no3 .contact .contact-table {
  margin: 10px 0 25px 0;
}
main .no3 .contact .contact-table dl {
  margin: 20px auto;
  width: 90%;
  text-align: center;
}
main .no3 .contact .contact-table dl div {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #344966 dashed;
}
main .no3 .contact .contact-table dl div dt {
  width: 35%;
  font-weight: bold;
}
main .no3 .contact .contact-table dl div dd {
  width: 65%;
  text-align: left;
}
main .no3 .contact .contact-table dl div:last-child {
  border: none;
}
main .no3 .contact iframe {
  width: 100%;
  height: 30vh;
}

footer {
  text-align: center;
  padding-bottom: 30px;
  font-size: 10px;
}

/* デザインB（タブレット） */
@media screen and (min-width: 600px) {
  /* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
  *, *::after, *::before {
    font-size: 18px;
  }

  header .pagetop h1 {
    font-size: 1.3em;
  }
  header .pagetop h1 span {
    font-size: 0.2em;
  }

  main .mv .mv-img {
    background-position: center;
  }
  main .mv .mv-text p {
    font-size: 1.8em;
  }
  main .mv .mv-text p:nth-child(1) {
    top: 3em;
    left: 55%;
  }
  main .mv .mv-text p:nth-child(2) {
    position: absolute;
    top: 5.5em;
    left: 45%;
  }
  main .mv .mv-text p:nth-child(3) {
    position: absolute;
    top: 7.8em;
    left: 55%;
  }
  main .no1 .about h2 {
    font-size: 1.3em;
  }
  main .no1 .about h2 span {
    font-size: 0.6em;
  }
  main .no2 .business h2 {
    font-size: 1.3em;
  }
  main .no2 .business h2 span {
    font-size: 0.6em;
  }
  main .no2 .business .business-body .business-item {
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    width: 95%;
    height: 10em;
  }
  main .no2 .business .business-body .business-item img {
    width: 70px;
    height: 70px;
  }
  main .no2 .business .business-body .business-item h3 {
    width: 30%;
    font-size: 1.1em;
  }
  main .no2 .business .business-body .business-item p {
    width: 60%;
    line-height: 1.5em;
    text-align: left;
  }
  main .no2 .rental {
    margin: 30px auto;
    padding: 30px;
    padding-bottom: 25px;
    width: 95%;
    text-align: center;
  }
  main .no2 .rental h3 {
    font-size: 1.1em;
  }
  main .no2 .rental p {
    text-align: left;
  }
  main .no2 .rental .text-red {
    font-size: 0.8em;
    color: red;
    font-weight: bold;
    text-align: right;
  }
  main .no2 .rental .table1 {
    margin: 15px auto;
    margin-bottom: 5px;
  }
  main .no2 .rental .table1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 5px;
  }
  main .no2 .rental .table1 dl dd {
    width: 40%;
  }
  main .no2 .rental .table1 dl dt {
    width: 60%;
  }
  main .no3 .contact .contact-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 80%;
  }
  main .no3 .contact .contact-flex h2 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.3em;
  }
  main .no3 .contact .contact-flex h2 span {
    font-size: 0.6em;
    color: #BFCC94;
  }
  main .no3 .contact .contact-table dl div dt {
    width: 40%;
  }
  main .no3 .contact .contact-table dl div dd {
    width: 60%;
  }
}
/* デザインC(PC) */
@media screen and (min-width: 1025px) {
  /* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  header {
    width: 90%;
  }

  main .mv .mv-text p:nth-child(1) {
    top: 4em;
    left: 55%;
  }
  main .mv .mv-text p:nth-child(2) {
    top: 6em;
    left: 50%;
  }
  main .mv .mv-text p:nth-child(3) {
    top: 8em;
    left: 55%;
  }
  main .no1 {
    text-align: center;
  }
  main .no1 .about p {
    width: 73%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  main .no2 .business h2 {
    font-size: 1.3em;
  }
  main .no2 .business h2 span {
    font-size: 0.6em;
  }
  main .no2 .business .business-body .business-item {
    margin: 10px auto;
    padding: 0 6em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    width: 85%;
    height: 10em;
  }
  main .no2 .business .business-body .business-item img {
    width: 100px;
    height: 100px;
  }
  main .no2 .business .business-body .business-item h3 {
    width: 30%;
    font-size: 1.1em;
  }
  main .no2 .business .business-body .business-item p {
    width: 45%;
    line-height: 1.5em;
    text-align: left;
  }
  main .no2 .business .rental {
    margin: auto;
    margin-bottom: 30px;
    padding: 30px;
    padding-bottom: 25px;
    width: 85%;
    text-align: center;
  }
  main .no2 .business .rental p {
    margin-top: 1.2em;
    margin-left: 15em;
    text-align: left;
  }
  main .no2 .business .rental .text-red {
    font-size: 0.8em;
    color: red;
    font-weight: bold;
    text-align: right;
    margin-right: 18em;
  }
  main .no2 .business .rental .table1 {
    margin-top: 10px;
    width: 40%;
  }
  main .no2 .business .rental .table1 dl {
    width: 100%;
  }
  main .no2 .business .rental .table1 dl dd {
    width: 45%;
  }
  main .no2 .business .rental .table1 dl dt {
    width: 55%;
  }
  main .no3 .contact .contact-table dl div dt {
    width: 45%;
  }
  main .no3 .contact .contact-table dl div dd {
    width: 55%;
  }
  main .no3 .contact iframe {
    width: 100%;
    height: 40vh;
  }
}</pre></body></html>