<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-menu-btns__row {
  width: 100%;
  padding: 8px 0;
  border-radius: 5px;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
  gap: 13px;
  margin: 32px 0 56px 0;
}
@media screen and (max-width: 768px) {
  .top-menu-btns__row {
    margin: 20px 0 32px 0;
    padding: 8px;
  }
}
.top-menu-btns__row .top-menu-btn {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  width: 320px;
  background-color: white;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 768px) {
  .top-menu-btns__row .top-menu-btn {
    padding: 20px 8px;
  }
}
.top-menu-btns__row .button-icon {
  width: 22px;
  height: 24px;
  display: block;
  margin-right: 0;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top-menu-btns__row .button-icon--calendar {
  background-image: url("../img/common/icon-calendar_red.png");
}
.top-menu-btns__row .button-icon--camera {
  background-image: url("../img/common/icon-camera_red.png");
}
.top-menu-btns__row .top-menu-btn__text {
  flex: 1 1 0;
  text-align: center;
  color: #4E8ACD;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-left: 8px;
}

.self-photo-reserve {
  margin: 36px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .self-photo-reserve {
    margin: 24px auto;
  }
}

.self-photo-reserve__button {
  display: inline-block;
  padding: 25px 85px 25px 109px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  max-width: 495px;
  line-height: 150%;
  text-align: center;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  background: #64B5B1;
  box-shadow: 0 6px 0 #358480;
  transition: box-shadow 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .self-photo-reserve__button {
    padding: 28px 0px 28px 48px;
    white-space: nowrap;
    border-radius: 25px;
    font-size: min(32px, 4.8vw);
    width: 100%;
    max-width: none;
    box-shadow: 0 2px 0 #358480;
  }
}

.self-photo-reserve__button-icon {
  display: inline-block;
  position: absolute;
  left: 36px;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .self-photo-reserve__button-icon {
    width: 28px;
    width: min(40px, 7.4vw);
    height: 28px;
    height: min(40px, 7.4vw);
    left: 24px;
    left: min(32px, 6.4vw);
  }
}

.self-photo-reserve__button-icon {
  background-image: url("../img/common/icon-calendar_white.png");
}

.section-blog-flex-container {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  margin: 20px 0;
}
.section-blog-flex-container__figure {
  flex: 0 0 350px;
  width: 350px;
  height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .section-blog-flex-container__figure {
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
}
.section-blog-flex-container__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-blog-flex-container__button-area {
  flex: 0 0 585px;
  width: 585px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-blog-flex-container__button-area {
    gap: 12px;
    width: 100%;
  }
}
.section-blog-flex-container__button-area .section-blog-flex-container__button {
  display: inline-block;
  padding: 25px 125px 25px 174px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  max-width: 585px;
  line-height: 150%;
  text-align: center;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-blog-flex-container__button-area .section-blog-flex-container__button {
    padding: 20px 0 20px 32px;
    min-width: 353px;
    white-space: nowrap;
    border-radius: 25px;
    font-size: min(32px, 4.8vw);
    width: 100%;
    max-width: none;
  }
}
.section-blog-flex-container__button-area .section-blog-flex-container__button:first-child {
  background: #EC7A83;
  box-shadow: 0 6px 0 #AA464E;
}
@media screen and (max-width: 768px) {
  .section-blog-flex-container__button-area .section-blog-flex-container__button:first-child {
    box-shadow: 0 2px 0 #AA464E;
  }
}
.section-blog-flex-container__button-area .section-blog-flex-container__button:nth-child(2) {
  background: #64B5B1;
  box-shadow: 0 6px 0 #358480;
}
@media screen and (max-width: 768px) {
  .section-blog-flex-container__button-area .section-blog-flex-container__button:nth-child(2) {
    box-shadow: 0 2px 0 #358480;
  }
}
.section-blog-flex-container__button-area .button-icon {
  display: inline-block;
  position: absolute;
  left: 36px;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .section-blog-flex-container__button-area .button-icon {
    width: 28px;
    width: min(40px, 7.4vw);
    height: 28px;
    height: min(40px, 7.4vw);
    left: 24px;
    left: min(32px, 6.4vw);
  }
}
.section-blog-flex-container .button-icon--camera {
  background-image: url("../img/common/icon-camera_white.png");
}
.section-blog-flex-container .button-icon--calendar {
  background-image: url("../img/common/icon-calendar_white.png");
}

@media (max-width: 1024px) {
  .section-blog-flex-container {
    flex-direction: column;
    max-width: 100%;
    gap: 32px;
  }
  .section-blog-flex-container__figure, .section-blog-flex-container__button-area {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .section-blog-flex-container__button {
    min-width: 320px;
  }
}
html.shop_top .icon-cam {
  background: url(../img/common/Icon_ttl_camera.png) no-repeat left center;
}

@media screen and (max-width: 768px) {
  html.shop_top .icon-cam {
    background: url(../img/common/Icon_ttl_camera.png) no-repeat left center;
    background-size: 20px;
  }
}
.anchor-dummy {
  height: 80px;
  margin-top: -80px;
}

@media screen and (max-width: 1024px) {
  .anchor-dummy {
    height: 0px;
    margin-top: 0;
  }
}/*# sourceMappingURL=style_top_custom.css.map */</pre></body></html>