@media screen and (min-width: 751px) {
  .alpha {
    transition: all .2s ease;
  }
  .alpha:hover {
    opacity: 0.7;
  }
}

.hdr {
  color: #45B5CE;
}

.petapeta-yukata-kibun #content-hdr {
  background: linear-gradient(to bottom, #fff 319px, #DAF0F5 319px, #DAF0F5 750px, transparent 750px);
}

@media screen and (max-width: 750px) {
  .petapeta-yukata-kibun #content-hdr {
    background: linear-gradient(to bottom, #fff calc((100vw - 40px) * 0.509), #DAF0F5 calc((100vw - 40px) * 0.509));
  }
}

#entry .entry-col {
  border-color: #45B5CE;
}

#entry .entry-col::after {
  border-color: #45B5CE #45B5CE transparent transparent;
}

#entry .entry-col-hdr {
  background-color: #45B5CE;
}

.colbox-row {
  align-items: center;
}

.colbox-cont p + p {
  margin-top: 32px;
}

@media screen and (max-width: 750px) {
  .colbox-cont p + p {
    margin-top: 24px;
  }
}

#entry .entry-row {
  margin-bottom: 85px;
}

@media screen and (max-width: 750px) {
  #entry .entry-row {
    margin-bottom: 50px;
  }
}

#entry .entry-col:nth-child(1) img {
  width: 56px;
  top: 28px;
}

#entry .entry-col:nth-child(2) img {
  width: 114px;
  top: 38px;
}

#entry .entry-col:nth-child(3) img {
  width: 124px;
  top: 63px;
}

.video-area {
  width: 610px;
  margin: 25px auto 0;
}

@media screen and (max-width: 750px) {
  .video-area {
    width: 100%;
    margin-top: 10px;
  }
}

.video-area .video-area-inner {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.video-area iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.workshop {
  margin: 76px 0;
}

@media screen and (max-width: 750px) {
  .workshop {
    margin: 47px 0;
  }
}

.workshop h3 {
  color: #45B5CE;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}

@media screen and (max-width: 750px) {
  .workshop h3 {
    font-size: 17px;
    line-height: 1.47;
    text-indent: 1em;
    margin-bottom: 15px;
  }
}

#bg {
  margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
  #bg {
    margin-bottom: 53px;
  }
}

#bg .bg-inner {
  padding: 70px 0 50px;
}

@media screen and (max-width: 750px) {
  #bg .bg-inner {
    padding: 28px 0 35px;
  }
}

@media screen and (max-width: 750px) {
  #dates {
    margin: 0 auto;
  }
}

#map {
  padding-bottom: 67px;
}

@media screen and (max-width: 750px) {
  #map {
    padding-bottom: 28px;
  }
}

#price {
  margin: 85px 0 68px;
}

@media screen and (max-width: 750px) {
  #price {
    margin: 47px 0 44px;
  }
}

#price p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.67;
  width: 270px;
  margin: 9px auto 0;
}

@media screen and (max-width: 750px) {
  #price p {
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    width: 160px;
    margin-top: 6px;
  }
}

#map .place-item {
  margin-top: 0;
}

#map .place-item + .place-item {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  #map .place-item + .place-item {
    margin-top: 35px;
  }
}

#map .place-hdr {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 1020px;
  margin: 0 auto;
  padding: 2px 0 3px;
  background-color: #45B5CE;
}

@media screen and (max-width: 750px) {
  #map .place-hdr {
    font-size: 15px;
    line-height: 1.25;
    text-align: left;
    width: 100%;
    padding: 2px 5px;
  }
}

#map .place-hdr img {
  display: inline-block;
  width: 24px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 750px) {
  #map .place-hdr img {
    width: 17px;
  }
}

#map .place-hdr img + img {
  margin-left: 4px;
}

@media screen and (max-width: 750px) {
  #map .place-hdr img + img {
    margin-right: 3px;
  }
}

#map .place-hdr img:last-of-type {
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  #map .place-hdr img:last-of-type {
    margin-right: 4px;
  }
}

#map .map {
  margin-bottom: 65px;
}

@media screen and (max-width: 750px) {
  #map .map {
    margin-bottom: 26px;
  }
}

#map .map-points {
  width: 1020px;
}

@media screen and (max-width: 750px) {
  #map .map-points {
    width: 100%;
    margin-top: 10px;
  }
}

#map .map-points li {
  letter-spacing: 0;
  width: 430px;
}

@media screen and (max-width: 750px) {
  #map .map-points li {
    width: 100%;
  }
}

#map .place-imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 30px;
}

@media screen and (max-width: 750px) {
  #map .place-imgs {
    display: block;
    margin-top: 35px;
    padding: 0;
  }
}

#map .place-img {
  width: 450px;
}

@media screen and (max-width: 750px) {
  #map .place-img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #map .place-img + .place-img {
    margin-top: 18px;
  }
}

#map .place-img p.shirokuma {
  color: #45B5CE;
  font-size: 30px;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  #map .place-img p.shirokuma {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

#map .place-img .caption {
  font-size: 14px;
  font-weight: 500;
  text-indent: -1em;
  text-align: left;
  margin: 16px 0 0 1em;
}

@media screen and (max-width: 750px) {
  #map .place-img .caption {
    font-size: 13px;
    margin-top: 5px;
  }
}
