.s-title {
  display: block;
  position: relative;
}
.s-title--teigaku {
  padding-top: 30px;
}
.s-title--teigaku::after {
  content: "";
  background: url("../images/teigakumember.svg") no-repeat;
  background-size: auto 100%;
  aspect-ratio: 93/17;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.link-more {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.link-more :hover {
  filter: contrast(1.75);
}
.link-more--bottom::after {
  content: "";
  width: 20px;
  height: 26px;
  background: url("../images/arrow_bottom.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.link-more--bottom:hover::after {
  transform: translateY(3px);
}
.link-more--left::after {
  content: "";
  width: 20px;
  height: 26px;
  background: url("../images/arrow_left.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.link-more--left:hover::after {
  transform: translateX(3px);
}

[class*="--osusume"] {
  background: #3C4379;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.slider--wrap {
  position: relative;
}

.slider {
  width: calc(100% + 20px);
  overflow: hidden;
  position: relative;
}
.slider-box {
  padding-right: 20px;
}

.slider-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slider-nav--prev {
  left: -12px;
}
.slider-nav--next {
  right: -12px;
}

main {
  width: 100%;
  max-width: 414px;
  margin: 50px auto 0;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 414px) {
  main {
    box-shadow: none;
  }
}

figure {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.topback {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 99;
  background: none;
  border: none;
  cursor: pointer;
}
.topback::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/button_bk.svg") no-repeat;
  background-size: 100% auto;
  top: 5px;
  right: -2px;
  z-index: -1;
}
.topback:hover {
  bottom: 15px;
  right: 38px;
}
.topback:hover::after {
  display: none;
}
@media screen and (max-width: 414px) {
  .topback {
    width: 40px;
    right: 8px;
  }
  .topback:hover {
    right: 6px;
  }
}

.pc-side {
  display: block;
  position: fixed;
  background: url("../images/pc_bk.webp") no-repeat;
  background-size: 100% auto;
  width: calc((100% - 414px) / 2);
  min-height: 100vh;
}
@media screen and (max-width: 979px) {
  .pc-side {
    display: none;
  }
}
.pc-side.pc-side-right {
  right: 0;
}
.pc-side.pc-side-left {
  left: 0;
}
.pc-side h1 {
  width: 100%;
  aspect-ratio: 10/3.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pc-side h1 figure {
  width: 60%;
  max-width: 320px;
  position: relative;
}
.pc-side h1 figure::after {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 90px;
  aspect-ratio: 1/1;
  background: url("../images/pc_title_icon.webp") no-repeat;
  bottom: -20%;
  right: -20%;
  background-size: 100% auto;
}
.pc-side--nav {
  width: 70%;
  max-width: 280px;
  padding: 40px 0px;
}
.pc-side--nav h2 {
  margin-bottom: 30px;
}
.pc-side--nav ul li {
  margin-bottom: 20px;
}
.pc-side-right-text {
  width: 100%;
  aspect-ratio: 10/3.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pc-side-right-text img {
  width: 90%;
  max-width: 550px;
}
.pc-side-right-tokuten {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.pc-side-right-tokuten img {
  width: 70%;
  max-width: 350px;
}

footer {
  text-align: center;
  padding: 0px 20px 40px;
}

/*header
---------------------*/
header {
  top: 0;
  background: #fff;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: -1;
}
header .logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .header_inner {
  max-width: 1200px;
}

.logo img {
  width: 180px;
}

@media screen and (max-width: 979px) {
  header {
    z-index: 20;
  }
  header .logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
a:hover img {
  filter: contrast(1.75);
}

.reserve--btn-top {
  display: block;
  text-align: center;
  margin: 8px auto;
  padding: 30px 0;
}
.reserve--btn-top img {
  width: 260px;
}

.border--underline {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.border--underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../images/svg/border.svg") no-repeat;
  background-size: 100% auto;
}

.selfcheck {
  padding: 0 14px;
}
.selfcheck h2 {
  margin-bottom: 40px;
}
.selfcheck p {
  margin-bottom: 30px;
}
.selfcheck--graf {
  margin-bottom: 30px;
}

.soudankai h2 {
  width: 300px;
  margin: 0 auto 30px;
}
.soudankai h2 span {
  display: block;
  margin-top: 20px;
}
.soudankai--voice {
  background: url("../images/dotto_blue.webp");
  background-size: 100% auto;
  padding: 40px 20px;
  margin-bottom: 30px;
}
.soudankai--voice--intro {
  margin-bottom: 30px;
  padding: 20px 0;
  background: #fff;
}

.soudankai-stores h2 {
  margin-bottom: 40px;
}
.soudankai-stores--nav {
  margin-bottom: 40px;
}
.soudankai-stores--nav ul li {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 20px;
}
.soudankai-stores--nav ul li img {
  width: 260px;
}
.soudankai-stores--nav ul li:last-child {
  padding-bottom: 0;
}
.soudankai-stores--carender {
  margin-bottom: 40px;
  position: relative;
  padding: 0 14px;
}
.soudankai-stores--carender-kokura .store-reserve--btn {
  position: absolute;
  bottom: 400px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.soudankai-stores--carender-kokura .store-reserve--tel {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.soudankai-stores--carender-jono .store-reserve--tel {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.soudankai-stores--carender-shimonoseki .store-reserve--tel {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.soudankai-stores--carender-buzen .store-reserve--tel {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.products {
  padding: 0 14px;
}
.products h2 {
  margin-bottom: 40px;
}
.products--list dt {
  padding: 14px;
  height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.products--list dt img {
  height: 100%;
}
.products--list dd {
  padding: 40px 0 10px;
  margin-bottom: 30px;
}
.products--list-1day dt {
  background: url("../images/dotto_blue.webp");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.products--list-1day dd {
  background: url("../images/dotto_blue.webp");
  background-size: 100% auto;
}
.products--list-1day dd.p1 figure {
  margin: 60px 0;
}
.products--list-1day dd.p2 figure {
  margin: 60px 0;
}
.products--list-1day dd.p3 figure {
  margin: 40px 0;
}
.products--list-2week dt {
  background: url("../images/dotto_orange.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.products--list-2week dd {
  background: url("../images/dotto_orange.webp");
  background-size: 100% auto;
  background-position: center;
}
.products--list-2week dd.p4 figure {
  margin: 40px 0;
  text-align: center;
}
.products--list-2week dd.p4 figure img {
  width: 70%;
}
.products--list-2week dd.p5 figure {
  margin: 2cm 0;
}
.products-serial {
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}
.products-serial span {
  display: inline-block;
}
.products-copy {
  text-align: center;
}
.products-copy img {
  height: 45px;
}/*# sourceMappingURL=style.css.map */