<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc-hero {
  display: none;
}

.main {
  margin: 0 auto;
  width: 100%;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.yoyaku a:hover, .swiper-slide a:hover, .images-pc a:hover {
  opacity: 0.8;
}

.inquiry {
  padding-top: 70px;
}
.inquiry a {
  display: block;
}
.inquiry img {
  width: 100%;
}

.slider1 {
  width: 100%;
  height: auto;
}

.swiper {
  position: relative;
}
.swiper .slider2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0 60px 0;
  margin-bottom: 50px;
  background-color: #eeeceb;
  box-sizing: content-box;
}
.swiper .slider2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper .slider2 .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
}

.yoyaku {
  text-align: center;
}
.yoyaku img {
  width: 300px;
  margin: 30px;
}

.images {
  position: relative;
}
.images a {
  display: block;
  color: #000;
}
.images .text {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.images .text h1 {
  font-size: 6.5vw;
  font-weight: bold;
  margin: 5vw 0;
}
.images .text p {
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.25em;
}
.images .text span {
  color: tomato;
  position: absolute;
  right: 1vw;
  font-size: 2vw;
  font-weight: bold;
  bottom: -1vw;
}
.images .news {
  position: relative;
  width: 100%;
  border-top: solid 1px;
  border-bottom: solid 1px;
  margin: 100px 0;
}
.images .news .item {
  width: 300px;
  margin: 30px auto 50px;
  border-bottom: dashed 2px #AFAFAF;
}
.images .news h1 {
  font-family: "Adobe Garamond Pro", "Cambria";
  text-align: center;
  font-size: 50px;
}
.images .news a {
  font-size: 25px;
  margin-bottom: 20px;
}
.images .news span {
  position: absolute;
  bottom: 10px;
  left: 60%;
  font-size: 25px;
  color: tomato;
}
.images .white {
  color: #fff;
}

.images img {
  width: 100vw;
  margin-bottom: 20px;
}

.images-pc {
  display: none;
}
.images-pc .img-title {
  margin-bottom: 50px;
}
.images-pc img {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .yoyaku img {
    width: 500px;
    margin: 50px;
  }
}
@media screen and (min-width: 800px) {
  .inquiry {
    padding-top: 0;
  }
  .yoyaku img {
    width: 700px;
  }
}
@media screen and (min-width: 1000px) {
  .pc-hero {
    display: block;
  }
  .sp-hero {
    display: none;
  }
  .images {
    display: none;
  }
  .images-pc {
    position: relative;
    display: block;
  }
  .images-pc a {
    display: block;
    color: #000;
  }
  .images-pc .text {
    position: absolute;
    right: 10%;
  }
  .images-pc .text h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0;
  }
  .images-pc .text p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
  }
  .images-pc .text span {
    color: tomato;
    position: absolute;
    right: -70px;
    font-size: 20px;
    font-weight: bold;
    bottom: 10px;
  }
  .images-pc .white {
    color: #fff;
    left: 10%;
  }
  .images-pc .news {
    position: relative;
    width: 100%;
    border-top: solid 1px;
    border-bottom: solid 1px;
    margin: 100px 0;
  }
  .images-pc .news .item {
    width: 300px;
    margin: 30px auto 50px;
    border-bottom: dashed 2px #AFAFAF;
  }
  .images-pc .news h1 {
    font-family: "Adobe Garamond Pro", "Cambria";
    text-align: center;
    font-size: 50px;
  }
  .images-pc .news a {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .images-pc .news span {
    position: absolute;
    bottom: 10px;
    left: 60%;
    font-size: 25px;
    color: tomato;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>