@charset "UTF-8";
.section__kv {
  background: #FFE2E2;
  position: relative;
  min-height: 100vh;
}
.section__kv .container {
  max-width: 1100px;
  padding: 90px 20px 60px;
}
.section__kv .kv1 {
  padding-left: 30px;
}
.section__kv .btn1 {
  padding-left: 10px;
}
.section__kv .kv3 {
  padding-left: 10px;
}
.section__kv .kv-left, .section__kv .kv-right {
  z-index: 10;
  width: 48%;
}

.section__ch-baby {
  background: #FFFDF2;
  text-align: center;
}
.section__ch-baby .ch-baby__header {
  max-width: 415px;
  margin: 0 auto 30px;
}
.section__ch-baby .ch-baby__txt {
  text-align: left;
  margin-bottom: 30px;
  line-height: 2.2;
}

.section__tokuten {
  text-align: center;
  background: #FFE2E2;
}
.section__tokuten .notification {
  text-align: left;
  font-size: 14px;
  color: #707070;
  margin-bottom: 20px;
}
.section__tokuten .tokuten__img {
  margin-bottom: 20px;
}

.section__qupon {
  text-align: center;
  background: #FFFDF2;
}
.section__qupon .qupon__txt {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 60px;
}
.section__qupon .notification {
  text-align: left;
  font-size: 14px;
  color: #707070;
}
.section__qupon .heading {
  margin-bottom: 20px;
}
.section__qupon .ac1 {
  background: white;
  border: 1px solid #ED5579;
  border-radius: 5px;
  padding: 40px;
  position: relative;
  margin-bottom: 70px;
}
.section__qupon .ac1::before {
  content: "";
  display: block;
  background: url(../img/icon1.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.section__qupon .ac2 {
  background: white;
  border: 1px solid #59D0C2;
  border-radius: 5px;
  padding: 40px;
  position: relative;
}
.section__qupon .ac2::before {
  content: "";
  display: block;
  background: url(../img/icon2.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.section__qupon .ac3 {
  background: white;
  border: 1px solid #ED5579;
  border-radius: 5px;
  padding: 40px;
  position: relative;
  margin-bottom: 70px;
}
.section__qupon .ac3::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.section__qupon .ac__heading {
  padding-top: 20px;
}
.section__qupon .ac__heading .ac__heading1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.section__qupon .ac__heading .ac__heading2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section__qupon .ac__txt {
  font-size: 14px;
  text-align: left;
}
.section__qupon .ac-btn1, .section__qupon .ac-btn2, .section__qupon .ac-btn3 {
  font-size: 14px;
  position: relative;
  padding-top: 30px;
}
.section__qupon .address {
  color: #294E84;
  font-weight: bold;
  margin-top: 20px;
}
.section__qupon .address .address1 {
  font-size: 28px;
}
.section__qupon .address .address2 {
  font-size: 30px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.section__qupon .address .address3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.section__catch1 {
  position: relative;
  height: 100vh;
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.section__catch1 .container {
  padding-bottom: 80px;
}
.section__catch1 .catch__txt {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  text-align: center;
}
.section__catch1 .banner-wrapper {
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
}

.section__features {
  background: #FFE2E2;
  text-align: center;
}
.section__features .container {
  max-width: 800px;
}
.section__features .heading {
  padding-bottom: 50px;
}
.section__features .features-number {
  width: 60px;
  margin: 0 auto 30px;
}
.section__features .features__item {
  margin-bottom: 30px;
}
.section__features .features-number {
  margin-bottom: 30px;
}
.section__features .features__ttl {
  font-size: 22px;
  color: #294E84;
  margin-bottom: 30px;
  line-height: 1.5;
}
.section__features .features__txt {
  padding: 0 30px;
  text-align: left;
  font-size: 16px;
}

.section__line-up {
  text-align: center;
  background: url(../img/bg1-filter.jpg) no-repeat;
  background-size: cover;
}
.section__line-up .heading {
  margin-bottom: 20px;
}
.section__line-up .line-up__txt {
  text-align: left;
  margin-bottom: 40px;
}
.section__line-up .notification {
  text-align: left;
  font-size: 14px;
  margin-bottom: 30px;
}

/*** 以下モーダル用CSS ***/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.modal:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}

.modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgb(108, 108, 108);
  opacity: 0.4;
  top: 0;
  left: 0;
}

.modal-wrapper {
  width: auto;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-contents {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 80px;
}

.modal-close {
  position: fixed;
  top: 0px;
  right: 10px;
  text-decoration: none;
  z-index: 1000;
}

.swaying-effect {
  animation: horizontal 1.1s ease-in-out infinite alternate;
}
.swaying-effect__inner {
  animation: vertical 1.3s ease-in-out infinite alternate;
}

@keyframes horizontal {
  0% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(2px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
.fixed-btn-pc1 {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
  opacity: 0;
}/*# sourceMappingURL=shokai-pc.css.map */