@charset "UTF-8";
/*--------------
# ANIMATION
----------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.cp202607-sec img {
  opacity: 0;
  -webkit-animation: slideIn linear forwards;
  animation: slideIn linear forwards;
  transition: all 1000ms;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}

/*--------------
# BASE
----------------*/
#cp202607 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}

#cp202607 img {
  max-width: 100%;
}

#cp202607 iframe {
  max-width: 100%;
}

#cp202607 a img {
  position: relative;
}

#cp202607 a:hover img {
  opacity: 0.8 !important;
  transition: 0.5s;
  right: 1px;
  bottom: 1px;
}

@media screen and (min-width: 767px) {
  #cp202607 .sp-only {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  #cp202607 .pc-only {
    display: none;
  }
}
/*--------------
# CONTENTS
----------------*/
.cp202607-header {
  text-align: center;
}
.cp202607-header h1.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; /* 古いブラウザ用 */
  clip-path: inset(50%) !important; /* モダンブラウザ用 */
  white-space: nowrap !important;
  border: 0 !important;
}
.cp202607-header .cp202607-ttl {
  position: relative;
  width: 100%;
  max-width: 878px;
  margin: 0 auto;
}
.cp202607-header .cp202607-ttl img {
  display: block;
  margin: 0 auto;
}
.cp202607-header .cp202607-ttl .ttl02 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  animation: fadeIn 0.5s 0.5s linear forwards;
}
.cp202607-header .cp202607-ttl .ttl03 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  animation: fadeIn 0.5s 1.3s linear forwards;
}

.cp202607-sec {
  width: 94%;
  max-width: 737px;
  margin: 0 auto 20px auto;
}

.cp202607-special {
  width: 94%;
  max-width: 737px;
  margin: 0 auto 20px auto;
}
.cp202607-special .cp202607-special-header .cp202607-special-ttl {
  margin: 20px auto;
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #4c4948;
}
.cp202607-special .cp202607-special-content .special-item .special-txt {
  margin: 5px 0;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .cp202607-special .cp202607-special-content {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .cp202607-special .cp202607-special-content .special-item {
    width: 31%;
    margin: 1%;
  }
}
@media screen and (max-width: 766px) {
  .cp202607-special .cp202607-special-header .cp202607-special-ttl {
    font-size: 18px;
  }
}

.cp202607-main .cp202607-tokuten {
  margin: 0 auto 20px auto;
}
.cp202607-main .cp202607-service {
  margin: 0 auto 20px auto;
}
.cp202607-main .cp202607-service .cp202607-service-note {
  text-align: left;
  font-size: 14px;
  margin: 5px 0;
}
.cp202607-main .cp202607-bnr {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px auto;
}
.cp202607-main .cp202607-bnr a {
  width: 49%;
}
.cp202607-main .cp202607-point {
  margin: 0 auto 20px auto;
}
.cp202607-main .cp202607-denki {
  margin: 0 auto 50px auto;
}

.cp202607-chirashi {
  width: 94%;
  max-width: 737px;
  margin: 0 auto 60px auto;
  text-align: center;
  border: 1px solid #005bac;
}

.cp202607-chirashi .cp202607-chirashi-header {
  background: #005bac;
  padding: 10px 10px;
}

.cp202607-chirashi .cp202607-chirashi-ttl {
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 4px;
}

.cp202607-chirashi .cp202607-chirashi-content {
  background: #fffcd9;
  padding: 20px;
}

.cp202607-chirashi .cp202607-chirashi-content .cp202607-chirashi-txt {
  margin: 10px auto 20px auto;
  color: #005bac;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 2px;
}

.cp202607-chirashi .cp202607-chirashi-content .cp202607-chirashi01 {
  margin: 0 auto 20px auto;
}

.cp202607-chirashi .cp202607-chirashi-content .cp202607-chirashi02 {
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 766px) {
  .cp202607-chirashi .cp202607-chirashi-header {
    padding: 8px 5px;
  }
  .cp202607-chirashi .cp202607-chirashi-ttl {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .cp202607-chirashi .cp202607-chirashi-content .cp202607-chirashi-txt {
    font-size: 16px;
  }
  .cp202607-chirashi .cp202607-chirashi-content .cp202607-chirashi01 {
    margin: 0 auto 10px auto;
  }
  .cp202607-chirashi .cp202607-chirashi-content .cp202607-chirashi02 {
    margin: 0 auto 10px auto;
  }
}

/*# sourceMappingURL=cp202607.css.map */
