<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.sp {
  display: none !important;
}

header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

body {
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

#bg {
  background: url(../img/bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  z-index: -1000;
}

#wrpper {
  margin: 0 auto;
  max-width: 750px;
}

.cv_btn {
  /*transition: 1.5s;*/
}

.cv_btn:hover {
  opacity: 0.6;
}

#cv {
  position: relative;
}

#cv .cv_btn01 {
  position: absolute;
  width: 627px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 712px;
}

#cv .cv_btn02 {
  position: absolute;
  width: 627px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 107px;
}

#fag {
  background: #fff;
  padding-bottom: 60px;
}

#fag .accordion {
  margin: 0 auto;
  max-width: 682px;
}

#fag .toggle {
  display: none;
}

#fag .option {
  position: relative;
  margin-bottom: 30px;
}

#fag .title,
#fag .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#fag .title {
  display: block;
}

#fag .title::after,
#fag .title::before {
  content: "";
  position: absolute;
  right: 29px;
  top: 33%;
  width: 2px;
  height: 23px;
  background-color: #fff;
  transition: all 0.3s;
}

#fag .title::after {
  transform: rotate(90deg);
}

#fag .content {
  max-height: 0;
  overflow: hidden;
}

#fag .content p {
  margin: 0;
  font-size: 30px;
  line-height: 1.6;
  color: #252525;
}

#fag .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}

#fag .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

#tel {
  position: relative;
}

#tel .tel_btn {
  position: absolute;
  width: 667px;
  left: 21px;
  right: 0;
  bottom: 91px;
}

footer {
  background: #bd9d57;
  text-align: center;
  z-index: 999;
  font-size: 20px;
  color: #fff;
  padding: 40px 0 44px;
}

footer p {
  width: 242px;
  margin: 0 auto;
  margin-bottom: 16px;
  border-bottom: 2px solid;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  #bg {
    background: none;
  }
  #wrpper {
    box-shadow: none;
  }
  #cv {
    position: relative;
  }
  #cv .cv_btn01 {
    position: absolute;
    width: 83.6vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 94.933vw;
  }
  #cv .cv_btn02 {
    position: absolute;
    width: 83.6vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 14.267vw;
  }
  #fag {
    background: #fff;
    padding-bottom: 8vw;
  }
  #fag .accordion {
    margin: 0 auto;
    max-width: 90.933vw;
  }
  #fag .toggle {
    display: none;
  }
  #fag .option {
    position: relative;
    margin-bottom: 4vw;
  }
  #fag .title,
  #fag .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #fag .title {
    display: block;
  }
  #fag .title::after,
  #fag .title::before {
    content: "";
    position: absolute;
    right: 3.4vw;
    top: 33%;
    width: 0.267vw;
    height: 3.067vw;
    background-color: #fff;
    transition: all 0.3s;
  }
  #fag .title::after {
    transform: rotate(90deg);
  }
  #fag .content {
    max-height: 0;
    overflow: hidden;
  }
  #fag .content p {
    margin: 0;
    font-size: 4vw;
    line-height: 1.6;
    color: #252525;
  }
  #fag .toggle:checked + .title + .content {
    max-height: 66.667vw;
    transition: all 1.5s;
  }
  #fag .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
  }
  #tel {
    position: relative;
  }
  #tel .tel_btn {
    position: absolute;
    width: 88.933vw;
    left: 2.8vw;
    right: 0;
    bottom: 12.133vw;
  }
  footer {
    background: #bd9d57;
    text-align: center;
    z-index: 999;
    font-size: 2.667vw;
    color: #fff;
    padding: 5.333vw 0 5.867vw;
  }
  footer p {
    width: 32.267vw;
    margin: 0 auto;
    margin-bottom: 2.133vw;
    border-bottom: 2px solid;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>