<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list], ul, ol, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  --color1: #59411F;
  --color2: #F8FFF3;
  --color3: #E59E4D;
  --color4: #EDE5DC;
  --color5: #59A588;
  --color6: #003262;
  --color7: #00AFDD;
  --max-width: 1110px;
  --font: "futura-pt", sans-serif;
  --yakuhan: YakuHanJPs, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

body {
  width: 100%;
  background: var(--color2);
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: var(--color1);
  text-align: left;
  -webkit-text-size-adjust: 100%;
}
body.inquiry {
  background: #fff;
}

section {
  overflow: hidden;
}

.inner {
  max-width: var(--max-width);
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .inner {
    padding: 0 20px;
  }
}
a:hover {
  text-decoration: none;
}

.sp, .tb {
  display: none;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .tb {
    display: none;
  }
}
.secTtl {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  text-align: center;
}
.secTtl::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: var(--color1);
}
.secTtl span {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  margin-bottom: 4px;
  font-size: 16px;
  opacity: 0.3;
}
.secTtl h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  margin: auto;
  background: var(--color2);
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .secTtl::before {
    top: 18px;
  }
  .secTtl span {
    font-size: 16px;
  }
  .secTtl h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .secTtl {
    margin-bottom: 32px;
  }
  .secTtl::before {
    top: 14px;
  }
  .secTtl span {
    top: -18px;
    font-size: 12px;
  }
  .secTtl h2 {
    padding: 0 12px;
    font-size: 22px;
  }
}

.fadeIn {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.fadeIn.active {
  transform: translateY(0);
  opacity: 1;
}

.fadeIn-l {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.fadeIn-l.active {
  transform: translateX(0);
  opacity: 1;
  will-change: transform, opacity;
}

.fadeIn-r {
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.fadeIn-r.active {
  transform: translateX(0);
  opacity: 1;
  will-change: transform, opacity;
}

#fv .inner {
  position: relative;
  max-width: 1600px;
  height: 850px;
  background: url(../img/mv.jpg) no-repeat center/100% auto;
}
#fv .footstepBox {
  font-size: 10px;
  color: #fff;
}
#fv .footstepBox a, #fv .footstepBox a:visited {
  color: #fff;
}
#fv .txt {
  margin: 160px 0 0 120px;
  color: #fff;
  font-weight: bold;
}
#fv .txt .hiraya {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 16px 5px;
  margin-bottom: 24px;
  background: rgba(229, 158, 50, 0.5);
  border: solid 2px #fff;
  font-size: 24px;
}
#fv .txt .ttl {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
#fv .txt .ttl p {
  margin-bottom: 15px;
  font-size: 40px;
}
#fv .txt .ttl h1 {
  margin-bottom: 56px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-family: var(--yakuhan);
}
#fv .txt .cv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 360px;
}
#fv .txt .cv a {
  display: block;
  width: 100%;
  height: 64px;
  background: rgba(0, 0, 0, 0.4);
  border: solid 2px #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 64px;
}
#fv .badge {
  position: absolute;
  top: 100px;
  right: 120px;
  width: 170px;
  height: 170px;
  padding-top: 46px;
  background: var(--color4);
  border-radius: 50%;
}
#fv .badge p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
#fv .badge p:first-of-type {
  margin-bottom: 6px;
}
#fv .badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: solid 1px #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1550px) {
  #fv .inner {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1260px) {
  #fv .txt {
    margin: 160px 0 0 64px;
  }
  #fv .badge {
    right: 64px;
  }
}
@media screen and (max-width: 960px) {
  #fv .inner {
    padding: 0;
    background: url(../img/mv_tb.jpg) no-repeat center/100% auto;
  }
  #fv .txt {
    margin: 50px 0 0 60px;
  }
  #fv .txt .ttl {
    text-shadow: 0 0 15px rgba(0, 47, 83, 0.3);
  }
  #fv .txt .ttl p {
    font-size: 32px;
  }
  #fv .txt .ttl h1 {
    margin-bottom: 24px;
    font-size: 40px;
  }
  #fv .badge {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 800px) {
  #fv .inner {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 520px) {
  #fv .inner {
    height: 600px;
    padding: 0 10px;
    background: url(../img/mv_sp.jpg) no-repeat center/100% auto;
  }
  #fv .footstepBox {
    position: absolute;
    width: 95%;
  }
  #fv .txt {
    width: 320px;
    margin: 0 auto;
    padding-top: 64px;
  }
  #fv .txt .hiraya {
    margin-bottom: 16px;
    background: rgba(229, 158, 50, 0.65);
    font-size: 16px;
  }
  #fv .txt .ttl p {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #fv .txt .ttl h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  #fv .txt .cv {
    gap: 10px;
    width: 280px;
    margin: auto;
  }
  #fv .txt .cv a {
    height: 50px;
    font-size: 16px;
    line-height: 45px;
  }
  #fv .badge {
    top: 36px;
    right: 15px;
    width: 100px;
    height: 100px;
    padding-top: 28px;
  }
  #fv .badge p {
    font-size: 14px;
  }
  #fv .badge p:first-of-type {
    margin-bottom: 2px;
  }
  #fv .badge::after {
    width: 90px;
    height: 90px;
  }
}

.bnr {
  padding: 0 40px 80px;
}
.bnr a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease-in-out;
}
.bnr a:hover {
  opacity: 0.7;
}
.bnr p {
  margin-top: 16px;
  font-size: 18px;
  color: red;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.bnr img {
  max-width: 1110px;
}
@media screen and (max-width: 960px) {
  .bnr {
    padding: 60px 20px;
  }
  .bnr img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .bnr {
    padding: 40px 10px;
  }
  .bnr img:nth-of-type(1) {
    display: none;
  }
  .bnr p {
    font-size: 16px;
  }
}

#lead {
  padding: 100px 0;
  background: url(../img/bg_leaves.png) no-repeat center 200px/auto;
}
#lead .inner {
  max-width: none;
}
#lead h2 {
  margin-bottom: 40px;
  font-family: "Yu Mincho", "游明朝", "Noto serif", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
#lead .txt {
  margin-bottom: 64px;
  text-align: center;
  line-height: 2;
}
#lead .img {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  width: 100%;
}
#lead .img img {
  display: block;
  width: calc(50% - 25px);
  -o-object-fit: contain;
     object-fit: contain;
}
#lead .img img:nth-of-type(1) {
  margin-bottom: -72px;
}
#lead .img img:nth-of-type(2) {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1), 0 45px 30px -40px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  #lead {
    padding: 60px 0;
    background-size: 150%;
  }
  #lead .img {
    gap: 20px;
  }
  #lead .img img {
    width: 50%;
  }
  #lead .img img:nth-of-type(1) {
    margin-bottom: -40px;
  }
  #lead .img img:nth-of-type(2) {
    margin-right: -20px;
  }
}
@media screen and (max-width: 520px) {
  #lead {
    padding: 40px 0;
    background-size: 250%;
    background-position: 70% 80px;
  }
  #lead h2 {
    margin: 0 -20px 30px;
    font-size: 22px;
  }
  #lead .txt {
    margin-bottom: 32px;
  }
  #lead .img {
    flex-direction: column-reverse;
  }
  #lead .img img {
    width: 100%;
  }
  #lead .img img:nth-of-type(1) {
    margin: 0 24px 0 0;
  }
}

#feature {
  padding: 120px 0;
}
#feature ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}
#feature ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  background: var(--color4);
  border-radius: 50%;
  text-align: center;
}
#feature ul li h3 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: normal;
  -webkit-text-stroke: 0.3px var(--color1);
}
#feature ul li h3 span {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  -webkit-text-stroke: 0;
  font-weight: bold;
}
#feature ul li h3 span::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color3);
  transform: translateX(-50%);
}
#feature ul li p {
  line-height: 1.5;
}
#feature ul li p.sml {
  margin-top: 10px;
  font-size: 12px;
}
#feature ul li img {
  position: absolute;
  zoom: 0.5;
}
#feature ul li:nth-of-type(1) img {
  bottom: 14px;
  right: 20px;
}
#feature ul li:nth-of-type(2) img {
  top: 25px;
  left: 40px;
}
#feature ul li:nth-of-type(3) img {
  bottom: 0;
  left: -24px;
}
@media screen and (max-width: 960px) {
  #feature {
    padding: 60px 0;
  }
  #feature ul {
    gap: 15px;
    margin: 0;
  }
  #feature ul li {
    aspect-ratio: 1/1;
    width: 33.3333333333%;
    height: auto;
  }
  #feature ul li h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #feature ul li p {
    font-size: 14px;
  }
  #feature ul li p.sml {
    font-size: 10px;
  }
  #feature ul li img {
    zoom: 0.35;
  }
  #feature ul li:nth-of-type(1) img {
    bottom: 28px;
    right: 30px;
  }
  #feature ul li:nth-of-type(2) img {
    top: 40px;
    left: 50px;
  }
}
@media screen and (max-width: 520px) {
  #feature ul {
    flex-direction: column;
    align-items: center;
  }
  #feature ul li {
    width: 80%;
  }
  #feature ul li img {
    zoom: 0.4;
  }
  #feature ul li:nth-of-type(1) img {
    right: 5px;
  }
  #feature ul li:nth-of-type(2) img {
    left: 25px;
  }
  #feature ul li:nth-of-type(3) img {
    left: -40px;
  }
}

#reason {
  padding: 100px 0 80px;
}
#reason .contents {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}
#reason .contents .box {
  padding: 40px;
  background: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}
#reason .contents .box h3 {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: solid 1px var(--color1);
  font-weight: normal;
  font-size: 24px;
}
#reason .contents .box p {
  line-height: 1.7;
}
#reason .contents .box p.sml {
  font-size: 12px;
}
#reason .contents .box img {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #reason {
    padding: 60px 0;
  }
  #reason .contents {
    gap: 24px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 520px) {
  #reason {
    padding: 40px 0;
  }
  #reason .contents {
    flex-direction: column;
  }
  #reason .contents .box {
    padding: 24px;
  }
  #reason .contents .box h3 {
    padding-bottom: 10px;
    font-size: 18px;
  }
}

.catalogBtn {
  max-width: 600px;
  margin: auto;
}
.catalogBtn a {
  position: relative;
  display: block;
  height: 100px;
  padding-top: 28px;
  background: var(--color3);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: opacity 0.1s ease-in-out;
}
.catalogBtn a:hover {
  opacity: 0.7;
}
.catalogBtn a:hover img {
  transform: rotate(15deg);
}
.catalogBtn a p.sml {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
.catalogBtn a span {
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.catalogBtn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.catalogBtn a img {
  position: absolute;
  right: 3px;
  top: -20px;
  width: 100px;
  transform: rotate(12deg);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .catalogBtn {
    max-width: none;
    width: 100%;
  }
  .catalogBtn a {
    padding-top: 20px;
  }
  .catalogBtn a p {
    font-size: 18px;
  }
  .catalogBtn a p.sml {
    font-family: 11px;
  }
  .catalogBtn a img {
    right: 24px;
  }
}
@media screen and (max-width: 549px) {
  .catalogBtn a {
    padding: 24px 20px 0;
    margin: 0 20px;
    text-align: left;
  }
  .catalogBtn a p {
    font-size: 16px;
  }
  .catalogBtn a img {
    width: 90px;
    top: -14px;
    right: -4px;
  }
}

#plan {
  position: relative;
  padding: 80px 0 120px;
}
#plan .planBox {
  margin-bottom: 60px;
}
#plan .planBox h3 {
  display: inline-block;
  margin: 0 16px 16px 0;
  font-size: 24px;
}
#plan .planBox h3 + span {
  margin-right: 10px;
}
#plan .planBox .col2 {
  display: flex;
  gap: 47px;
}
#plan .planBox .col2 .img, #plan .planBox .col2 .txt {
  width: 50%;
}
#plan .planBox .col2 .txt {
  position: relative;
}
#plan .planBox .col2 .txt .furniture h4 {
  margin-bottom: 10px;
}
#plan .planBox .col2 .txt .furniture ul li {
  margin-bottom: 5px;
}
#plan .planBox .col2 .txt .furniture ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
#plan .planBox .col2 .txt .furniture.attached {
  margin-bottom: 32px;
}
#plan .planBox .col2 .txt .furniture.attached ul li span {
  background: var(--color5);
}
#plan .planBox .col2 .txt .furniture.option {
  margin-bottom: 32px;
}
#plan .planBox .col2 .txt .furniture.option ul li span {
  background: var(--color3);
}
#plan .planBox .col2 .txt img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#plan .planBox:nth-of-type(2) .col2 .txt img {
  width: 240px;
}
#plan .planBox:nth-of-type(3) .col2 .txt img {
  width: 250px;
}
#plan .planBox:nth-of-type(4) .col2 .txt img {
  width: 260px;
}
#plan p.note {
  font-size: 14px;
  text-align: right;
}
#plan p.lead {
  margin: 60px 0 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#plan .planCv {
  display: flex;
  gap: 80px;
  max-width: 980px;
  margin: auto;
}
#plan .planCv .catalogBtn {
  max-width: none;
  width: 50%;
  margin: 0;
}
#plan .planCv .catalogBtn a img {
  right: -24px;
}
#plan .planCv .inquiry {
  width: 50%;
  background: #fff;
  border: solid 2px var(--color3);
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
}
#plan .planCv .inquiry a {
  color: var(--color3);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
}
#plan .planCv .inquiry:hover {
  opacity: 0.7;
}
#plan &gt; img {
  position: absolute;
  z-index: -1;
  zoom: 0.5;
}
#plan &gt; img:nth-of-type(1) {
  top: 132px;
  left: 0;
}
#plan &gt; img:nth-of-type(2) {
  top: calc(50% - 600px);
  right: 0;
}
#plan &gt; img:nth-of-type(3) {
  bottom: 560px;
  left: 105px;
}
@media screen and (max-width: 960px) {
  #plan {
    padding: 60px 0;
  }
  #plan .planBox {
    width: 90%;
    margin: 0 auto 40px;
  }
  #plan .planBox .col2 {
    flex-direction: column;
    gap: 16px;
  }
  #plan .planBox .col2 .img, #plan .planBox .col2 .txt {
    width: 100%;
  }
  #plan .planBox .col2 .txt {
    display: flex;
    gap: 16px;
  }
  #plan .planBox .col2 .txt img {
    right: -16px;
  }
  #plan .planBox:nth-of-type(2) .col2 .txt img {
    width: 200px;
  }
  #plan &gt; img {
    zoom: 0.4;
  }
  #plan &gt; img:nth-of-type(2) {
    top: calc(50% - 300px);
  }
  #plan &gt; img:nth-of-type(3) {
    bottom: 1550px;
    zoom: 0.3;
  }
  #plan .planCv {
    flex-direction: column;
    gap: 36px;
  }
  #plan .planCv .catalogBtn, #plan .planCv .inquiry {
    width: 70%;
    margin: auto;
  }
  #plan .planCv .inquiry a {
    line-height: 88px;
  }
}
@media screen and (max-width: 520px) {
  #plan .secTtl h2 {
    padding: 0 10px;
  }
  #plan .planBox {
    width: 100%;
  }
  #plan .planBox h3 {
    display: block;
    margin: 0 0 5px 0;
    font-size: 18px;
  }
  #plan .planBox span {
    font-size: 14px;
  }
  #plan .planBox .col2 {
    margin-top: 10px;
  }
  #plan .planBox .col2 .txt {
    flex-direction: column;
  }
  #plan .planBox .col2 .txt .furniture.attached {
    margin-bottom: 0;
  }
  #plan .planBox .col2 .txt .furniture ul li {
    font-size: 14px;
  }
  #plan .planBox:nth-of-type(2) .col2 .txt img {
    width: 150px;
  }
  #plan .planBox:nth-of-type(3) .col2 .txt img {
    right: -45px;
    width: 180px;
  }
  #plan .planBox:nth-of-type(4) .col2 .txt img {
    right: -30px;
    width: 180px;
  }
  #plan p.note {
    text-align: left;
  }
  #plan p.lead {
    margin: 40px 0;
    font-size: 20px;
  }
  #plan .planCv {
    gap: 20px;
  }
  #plan .planCv .catalogBtn, #plan .planCv .inquiry {
    width: 100%;
  }
  #plan .planCv .catalogBtn a {
    margin: 0;
  }
  #plan .planCv .catalogBtn a img {
    right: -10px;
  }
  #plan .planCv .inquiry a {
    line-height: 56px;
  }
  #plan &gt; img {
    zoom: 0.2;
  }
  #plan &gt; img:nth-of-type(1) {
    top: 650px;
  }
  #plan &gt; img:nth-of-type(2) {
    top: calc(50% - 1490px);
  }
  #plan &gt; img:nth-of-type(3) {
    display: none;
  }
}

.slider li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider .slick-prev, .slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../img/slider_arrow.png) no-repeat center;
  transform: translateY(-50%);
  transition: 0.15s background-color ease-in-out;
  cursor: pointer;
}
.slider .slick-prev {
  left: -30px;
}
.slider .slick-next {
  right: -30px;
  transform: translateY(-50%) scale(-1, 1);
}
.slider .slick-dots {
  display: flex;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
}
.slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #d9d9d9;
  cursor: pointer;
}
.slider .slick-dots li.slick-active {
  background: var(--color1);
}
.slider .slick-dots li button {
  display: none;
}

#contact {
  max-width: 980px;
  margin: auto;
  padding: 30px 60px;
  background: #fff;
  border: solid 3px var(--color1);
}
#contact h2 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
#contact .time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
#contact .col_box {
  display: flex;
}
#contact .col {
  width: 50%;
  padding: 0 15px;
}
#contact .col a {
  width: 300px;
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#contact .contact_tel {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 2px #d4d4d4;
}
#contact .contact_tel strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
}
#contact .contact_tel .col:nth-of-type(2) &gt; a {
  display: block;
  color: #FFF;
  padding-top: 14px;
  margin: auto;
  background: #005C94;
  border-radius: 6px;
}
#contact .contact_tel .col:nth-of-type(2) &gt; a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#contact .contact_line {
  text-align: center;
}
#contact .contact_line h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
#contact .contact_line p {
  font-size: 14px;
  line-height: 1.6em;
}
#contact .contact_line a {
  display: block;
  padding-top: 16px;
  margin: auto;
  background: #6BC315;
  border-radius: 6px;
  color: #FFF;
}
#contact .contact_line a:hover {
  opacity: 0.8;
}
#contact .contact_line a img {
  width: auto;
  height: 23px;
  margin: auto;
}
@media screen and (max-width: 940px) {
  #contact {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 24px 20px;
  }
  #contact h2 {
    font-size: 20px;
  }
  #contact .col {
    width: 100%;
    padding: 0;
  }
  #contact .col a {
    width: 100%;
    max-width: 300px;
  }
  #contact .col_box {
    flex-direction: column;
    gap: 16px;
  }
  #contact .contact_tel .col:nth-of-type(1) {
    text-align: center;
  }
  #contact .contact_tel .col:nth-of-type(1) a {
    font-size: 32px;
    color: var(--color1);
  }
}

#shop {
  padding: 120px 0 100px;
}
#shop h2 {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
#shop .contents {
  display: flex;
  gap: 40px;
}
#shop .contents .box {
  position: relative;
  width: 50%;
}
#shop .contents .box iframe {
  width: 100%;
  height: 350px;
  border: none;
}
#shop .contents .box h3 {
  margin: 16px 0;
  font-size: 20px;
}
#shop .contents .box .display {
  position: absolute;
  top: 362px;
  right: 0;
  padding: 6px 16px;
  border: solid 2px var(--color3);
  border-radius: 3px;
  background: #fff;
  color: var(--color3);
  font-weight: bold;
}
#shop .contents .box p {
  line-height: 1.7;
}
#shop .contents .box p:last-of-type {
  margin-bottom: 8px;
}
#shop .contents .box .shopBtn {
  display: flex;
  gap: 15px;
}
#shop .contents .box .shopBtn a {
  display: block;
  width: 50%;
  height: 47px;
  background: var(--color3);
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 47px;
  transition: all 0.15s ease-in-out;
}
#shop .contents .box .shopBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  #shop {
    padding: 60px 0;
  }
  #shop .contents {
    flex-direction: column;
    gap: 60px;
  }
  #shop .contents .box {
    width: 100%;
  }
  #shop .contents .box iframe {
    height: 240px;
  }
  #shop .contents .box .display {
    top: 252px;
  }
}
@media screen and (max-width: 520px) {
  #shop h2 {
    font-size: 22px;
  }
  #shop .contents .box .shopBtn a {
    font-size: 14px;
  }
}

#step {
  padding: 100px 0;
}
#step ul {
  display: flex;
  margin-bottom: 10px;
}
#step ul li {
  position: relative;
  width: 14.2857142857%;
  height: 240px;
  padding-top: 50px;
  background: var(--color4);
  text-align: center;
}
#step ul li div:not(.note) {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: bold;
}
#step ul li:not(:first-of-type) {
  padding-left: 20px;
}
#step ul li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  right: -20px;
  width: 20px;
  height: 100%;
  border-left: solid 20px var(--color4);
  border-top: solid 120px transparent;
  border-bottom: solid 120px transparent;
}
#step ul li:nth-of-type(2) {
  background: #fff;
}
#step ul li:nth-of-type(2)::after {
  border-left: solid 20px #fff;
}
#step ul li:nth-of-type(3) {
  background: #F8F5F3;
}
#step ul li:nth-of-type(3)::after {
  border-left: solid 20px #F8F5F3;
}
#step ul li:nth-of-type(5) {
  background: var(--color1);
  color: #fff;
}
#step ul li:nth-of-type(5)::after {
  border-left: solid 20px var(--color1);
}
#step ul li:nth-of-type(6) .note {
  width: 82%;
  padding: 6px;
  margin: 10px auto 0;
  background: #fff;
  border: solid 1px var(--color3);
  font-size: 14px;
}
#step ul li:nth-of-type(7) {
  background: var(--color1);
  color: #fff;
}
@media screen and (max-width: 960px) {
  #step {
    padding: 60px 0;
  }
  #step ul {
    flex-direction: column;
    width: 90%;
    max-width: 600px;
    margin: auto;
  }
  #step ul li {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 24px 20px 20px;
  }
  #step ul li div:not(.note) {
    margin-bottom: 0;
  }
  #step ul li:not(:last-of-type)::after {
    top: unset;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 20px;
    border-top: solid 20px var(--color4);
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
    border-bottom: 0;
  }
  #step ul li:not(:last-of-type):nth-of-type(2)::after {
    border-top-color: #fff;
  }
  #step ul li:not(:last-of-type):nth-of-type(3)::after {
    border-top-color: #F8F5F3;
  }
  #step ul li:not(:last-of-type):nth-of-type(5)::after {
    border-top-color: var(--color1);
  }
  #step ul li:not(:last-of-type):nth-of-type(6) {
    padding: 24px 20px 40px;
  }
  #step ul li:not(:last-of-type):nth-of-type(6) .note {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
  #step ul li p {
    width: 90%;
  }
  #step p.note {
    width: 90%;
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  #step {
    padding: 40px 0;
  }
  #step .secTtl h2 {
    padding: 0 8px;
  }
  #step ul {
    width: 100%;
  }
  #step ul li {
    gap: 10px;
  }
  #step ul li div:not(.note) {
    font-size: 20px;
  }
  #step ul li:not(:last-of-type):nth-of-type(6) {
    padding: 24px 20px 64px;
  }
  #step ul li:not(:last-of-type)::after {
    bottom: -11px;
    width: 60px;
    height: 12px;
    border-top: solid 12px var(--color4);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
  }
  #step ul li p {
    width: 80%;
  }
  #step p.note {
    width: 100%;
  }
}

#specification {
  padding: 100px 0;
}
#specification table {
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
}
#specification table th, #specification table td {
  padding: 8px;
  border-right: solid 1px var(--color1);
  border-bottom: solid 1px var(--color1);
  text-align: center;
}
#specification table td:last-of-type {
  border-right: none;
}
#specification table tr:nth-of-type(even) {
  background: #fff;
}
#specification table tr:nth-of-type(odd) {
  background: #F8F5F3;
}
#specification table thead th {
  height: 48px;
  background: var(--color1);
  color: #fff;
  text-align: center;
}
#specification table thead th:not(:last-of-type) {
  border-right: solid 1px #fff;
}
#specification table tbody th, #specification table tbody td {
  font-size: 14px;
}
#specification table tbody th {
  width: 120px;
}
#specification table tbody td span {
  font-size: 12px;
  margin-left: 20px;
}
#specification .add {
  display: flex;
  gap: 20px;
}
#specification .add .sml {
  font-size: 12px;
}
#specification .add .left {
  display: flex;
  align-items: center;
  gap: 30px;
  width: calc(100% - 600px);
  padding-top: 40px;
}
#specification .add .left p:not(.sml) {
  line-height: 1.7;
}
#specification .add .right {
  width: 600px;
}
#specification .add .right h3 {
  line-height: 1.7;
}
#specification .add .right img {
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  #specification {
    padding: 60px 0;
  }
  #specification .add {
    flex-direction: column;
    align-items: center;
  }
  #specification .add .left {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 520px) {
  #specification {
    padding: 40px 0;
  }
  #specification .tableScroll {
    overflow-x: auto;
  }
  #specification table {
    width: 750px;
  }
  #specification .add .left {
    gap: 10px;
  }
  #specification .add .left img {
    width: 110px;
  }
  #specification .add .right {
    width: 100%;
  }
  #specification .add .right img {
    width: 100%;
  }
}

#lineup {
  padding: 100px 0;
  background: #fff;
}
#lineup .secTtl h2 {
  position: relative;
  z-index: 2;
  background: #fff;
}
#lineup .secTtl::before {
  z-index: 1;
}
#lineup .item {
  display: flex;
  align-items: center;
  gap: 40px;
}
#lineup .item:not(:last-of-type) {
  margin-bottom: 60px;
}
#lineup .item .thumb {
  max-width: 470px;
}
#lineup .item .right h3 {
  margin-bottom: 30px;
}
#lineup .item .right h3 span {
  display: block;
  margin-bottom: 30px;
  color: var(--color6);
}
#lineup .item .right p {
  color: #333;
}
#lineup .item .right p.description {
  margin-bottom: 24px;
  line-height: 1.5;
}
#lineup .item .right .btnArea {
  display: flex;
  gap: 20px;
  margin-top: 45px;
}
#lineup .item .right .btnArea a {
  display: block;
  width: 188px;
  padding: 12px 10px;
  background: var(--color7);
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#lineup .item .right .btnArea a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #lineup {
    padding: 60px 0;
  }
  #lineup h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #lineup .item {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: auto;
  }
  #lineup .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #lineup .item .right {
    width: 100%;
  }
  #lineup .item .right h3 {
    margin-bottom: 20px;
  }
  #lineup .item .right h3 span {
    margin-bottom: 16px;
  }
  #lineup .item .right .btnArea {
    margin-top: 24px;
  }
}

#guideBox {
  padding: 100px 0;
}
#guideBox .inner {
  padding: 0 40px;
}
#guideBox h2 {
  margin-bottom: 60px;
  font-size: 32px;
  text-align: center;
}
#guideBox ul.productLink {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
#guideBox ul.productLink li img {
  margin: 0 auto 15px;
  zoom: 0.5;
}
#guideBox ul.productLink li a {
  display: block;
  margin: 10px;
  font-size: 18px;
  text-align: center;
  color: var(--color1);
}
#guideBox ul.productLink li a h3 i {
  margin-right: 5px;
  font-size: 22px;
}
#guideBox ul.productLink li p {
  font-size: 13px;
}
#guideBox .productNote {
  padding: 20px 28px;
  background: #fff;
}
#guideBox .productNote h4 {
  margin-bottom: 5px;
  font-size: 18px;
}
#guideBox .productNote ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
}
#guideBox .productNote ul:nth-of-type(1) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #guideBox {
    padding: 60px 0;
  }
  #guideBox h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #guideBox .inner {
    padding: 0 20px;
  }
  #guideBox ul.productLink {
    grid-template-columns: 1fr 1fr;
  }
}

body.inquiry .inner {
  position: relative;
  max-width: 1600px;
  margin: auto;
}
body.inquiry .footstepBox {
  position: absolute;
  top: 0;
  left: calc(50% - 430px);
  font-size: 10px;
  color: #fff;
}
body.inquiry .footstepBox a {
  color: #fff;
}
body.inquiry .footstepBox a:visited {
  color: #fff;
}
@media screen and (max-width: 960px) {
  body.inquiry .inner {
    padding: 0;
  }
  body.inquiry .footstepBox {
    left: 10px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>