<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ==================================

  Hiraya 『8つの魅力』 PC Style

================================== */

/* Main Visual
---------------------------------- */
.main-visual figure { height: auto; }

/* Page Link
---------------------------------- */
.page-link {
  margin: 0;
  padding: 30px 0;
}

/* Intro
---------------------------------- */
.intro { padding: 120px 0 0; }
.intro .heading i {
  position: relative;
  top: -5px;
  display: inline-block;
}
.intro .heading i img {
  width: 100%;
  height: auto;
}
.intro p {
  font-size: 14px;
  line-height: calc(30 / 14);
  text-align: center;
}

/* 8つの魅力
---------------------------------- */
.eight-attractions { padding: 0 0 150px; }
.attraction-unit { margin: 150px 0 170px; }
.attraction {
  height: 450px;
  justify-content: space-between;
}
.attraction:not(:last-of-type) { margin: 0 0 140px; }
.attraction &gt; div {
  position: relative;
  height: 100%;
  margin: 0 40px 0 0;
}
.attraction &gt; div dl {
  font-size: 16px;
  padding: 0 0 0 50px;
}
.attraction &gt; div dl dt {
  font-size: calc(24 / 16 * 1em);
  letter-spacing: 0.075em;
  margin: 0 0 15px;
}
.attraction &gt; div dl dd span {
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
}
.attraction &gt; div dl dd img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}
.attraction_s-unit { justify-content: space-between; }
.attraction_s {
  position: relative;
  width: calc(360 / 1200 * 100%);
}
.attraction_s:nth-of-type(even) { margin: 65px 0 0; }
.attraction_s figure { margin: -25px 0 35px; }
.attraction_s &gt; i {
  position: relative;
  display: inline-block;
}
.attraction_s dl { font-size: 16px; }
.attraction_s dl dt {
  font-size: calc(24 / 16 * 1em);
  letter-spacing: 0.075em;
  line-height: calc(36 / 24);
  margin: 0 0 10px;
}
.attraction_s dl dd {
  letter-spacing: 0.1em;
  line-height: calc(30 / 16);
}

</pre></body></html>