.p-oshikatsu {
  background: #fff;
  text-align: center;
}
.p-oshikatsu-kv {
  background: url("/osaka/oshikatsu/assets/images/kv-bg.png") no-repeat top center #fceff0;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .p-oshikatsu-kv__inner {
    margin-inline: auto;
  }
}
.p-oshikatsu-section {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-section {
    padding-block: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p-oshikatsu-section {
    padding-block: 120px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-oshikatsu-section__inner {
    margin-inline: auto;
  }
}
.p-oshikatsu-cnt01 {
  background: #fceff0;
}
.p-oshikatsu-cnt02 {
  background: #e6ebc0;
}
.p-oshikatsu-cnt03 {
  background: #faeae0;
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-slide {
    padding-block: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-oshikatsu-slide {
    padding-block: 50px;
  }
}
@media screen and (max-width: 991px) {
  .p-oshikatsu-slide .splide__slide {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .p-oshikatsu-slide .splide__slide {
    width: 700px;
  }
}
.p-oshikatsu-slide .splide__arrow {
  display: block;
  height: auto;
  background: none;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .p-oshikatsu-slide .splide__arrow {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-slide .splide__arrow {
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .p-oshikatsu-slide .splide__arrow {
    width: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-oshikatsu-slide .splide__arrow {
    width: 64px;
  }
}
.p-oshikatsu-slide .splide__arrow--next {
  right: auto;
  left: 50%;
}
@media screen and (max-width: 991px) {
  .p-oshikatsu-slide .splide__arrow--next {
    margin-left: calc(35vw + 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-slide .splide__arrow--next {
    margin-left: calc(35vw + 40px);
  }
}
@media screen and (max-width: 575px) {
  .p-oshikatsu-slide .splide__arrow--next {
    margin-left: calc(35vw + 20px);
  }
}
@media screen and (min-width: 992px) {
  .p-oshikatsu-slide .splide__arrow--next {
    margin-left: 440px;
  }
}
.p-oshikatsu-slide .splide__arrow--prev {
  left: auto;
  right: 50%;
}
@media screen and (max-width: 991px) {
  .p-oshikatsu-slide .splide__arrow--prev {
    margin-right: calc(35vw + 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-slide .splide__arrow--prev {
    margin-right: calc(35vw + 40px);
  }
}
@media screen and (max-width: 575px) {
  .p-oshikatsu-slide .splide__arrow--prev {
    margin-right: calc(35vw + 20px);
  }
}
@media screen and (min-width: 992px) {
  .p-oshikatsu-slide .splide__arrow--prev {
    margin-right: 440px;
  }
}
.p-oshikatsu-access {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 15px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-access {
    padding-block: 8vw;
  }
}
@media screen and (min-width: 576px) {
  .p-oshikatsu-access {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .p-oshikatsu-access {
    max-width: 720px;
    padding-block: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-oshikatsu-access {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .p-oshikatsu-access {
    max-width: 1140px;
  }
}
.p-oshikatsu-access h3 {
  font-size: 22px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-access h3 {
    margin-bottom: 1em;
    font-size: 18px;
  }
}
@media screen and (min-width: 576px) {
  .p-oshikatsu-access h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 1.5em;
  }
}
.p-oshikatsu-access h3 img {
  height: 0.8em;
}
@media screen and (max-width: 575px) {
  .p-oshikatsu-access h3 img {
    display: none;
  }
}
.p-oshikatsu-access h3 img:last-child {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-oshikatsu-access__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 40px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-oshikatsu-access__main {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-access__main figure {
    display: none;
  }
}
.p-oshikatsu-access__list {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .p-oshikatsu-access__list {
    display: -ms-grid;
    display: grid;
    gap: 20px 40px;
    -ms-grid-columns: auto 40px 1fr;
    grid-template-columns: auto 1fr;
  }
}
.p-oshikatsu-access__list dt, .p-oshikatsu-access__list dd {
  margin: 0;
}
.p-oshikatsu-access__list dt {
  width: 6em;
  color: #dc5f54;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .p-oshikatsu-access__list dt {
    margin-bottom: 0.5em;
    font-size: 18px;
  }
}
.p-oshikatsu-access__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  .p-oshikatsu-access__list dd {
    font-size: 15px;
  }
  .p-oshikatsu-access__list dd:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .p-oshikatsu-access__list dd br {
    display: none;
  }
}
.p-oshikatsu-access__list dd i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.3em;
}
.p-oshikatsu-access__list dd small {
  font-size: 80%;
}
.p-oshikatsu-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-block: 15px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999;
}
.p-oshikatsu-cta__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  margin-inline: auto;
  background: #000;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-oshikatsu-cta__btn {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-oshikatsu-cta__btn {
    padding-inline: 40px;
    font-size: 2rem;
  }
}
.p-oshikatsu-cta__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #3af;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .p-oshikatsu-cta__btn:hover:before {
    width: 100%;
  }
}
.p-oshikatsu-cta__btn span {
  position: relative;
  z-index: 10;
}

body {
  padding-bottom: 90px;
}