@charset "UTF-8";
/* ホームページ共通スタイル */
body .wrap {
  width: 100%;
}
body .article {
  margin-bottom: 0 !important;
}
body .content {
  margin-top: 0 !important;
}
body #main {
  padding: 0;
  border: none;
  border-radius: 0;
}
body .entry-content {
  margin: 0;
}
body #footer {
  margin-top: 0;
}
body {
  /* 通常のパンくずを非表示 */
}
body .breadcrumb {
  display: none;
}
body {
  /* ショートコードで追記したパンくずを表示 */
}
body .my-breadcrumb {
  margin-bottom: 0;
}
body .my-breadcrumb .breadcrumb {
  display: block;
}
body {
  /* ページタイトル */
}
body .entry-header {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/page_header_pc.png) center center/cover no-repeat;
  margin-top: -60px;
}
@media only screen and (max-width: 834px) {
  body .entry-header {
    height: 53vw;
    margin-top: -50px;
    background: url(../img/page_header_sp.png) center center/cover no-repeat;
  }
}
body .entry-header .entry-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.25;
  padding: 0.3em 0 0.3em 2em;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  position: relative;
}
@media only screen and (max-width: 834px) {
  body .entry-header .entry-title {
    font-size: 1.5em;
  }
}
body .entry-header .entry-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon_sakura.png);
  filter: drop-shadow(0 4px 10px rgb(255, 255, 255));
}
body .entry-header .entry-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 110%;
  height: 2px;
  background-color: #ffc49f;
}
body .entry-header .date-tags {
  display: none;
}

html {
  scroll-behavior: smooth;
  color: #000;
  font-size: 62.5%; /* = 10px */
}
@media screen and (max-width: 834px) {
  html {
    font-size: clamp(0.313rem, -0.125rem + 1.87vw, 0.75rem);
  }
}

#my-content {
  font-size: 1.6rem; /* 16px */
}
@media screen and (max-width: 834px) {
  #my-content {
    font-size: clamp(14px, 4vw, 24px); /* 14px～24px */
  }
}
#my-content section {
  padding: 6rem 0;
}
#my-content .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 834px) {
  #my-content .inner {
    padding: 0 4rem;
  }
}
#my-content .button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 834px) {
  #my-content .button-wrap {
    flex-direction: column;
    align-items: center;
  }
}
#my-content .button-wrap.--left {
  justify-content: flex-start;
}
@media only screen and (max-width: 834px) {
  #my-content .button-wrap.--left {
    align-items: flex-end;
  }
}
#my-content .button-wrap.--right {
  justify-content: flex-end;
}
@media only screen and (max-width: 834px) {
  #my-content .button-wrap.--right {
    align-items: flex-end;
  }
}
#my-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 16.25em;
  min-height: 3.25em;
  border: 1px solid;
  border-radius: 99px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1em;
  line-height: 1.25;
  padding: 0.1em 0.5em;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#my-content .button:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
#my-content .button.--green {
  background-color: #9dd853;
  border: none;
  color: #fff;
}
#my-content .button.--pink {
  background-color: #f59ea7;
  border: none;
  color: #fff;
}
#my-content .button.--line {
  background-color: #fff;
  border-color: #845745;
  color: #845745;
}
#my-content .cta {
  background: url(../img/cta_bg_pc.png) center center/auto 100% no-repeat;
  padding: 2.4rem 0;
}
@media only screen and (max-width: 834px) {
  #my-content .cta {
    background: url(../img/cta_bg_sp.png) left center/auto 100% no-repeat;
    padding: 3rem 0;
  }
}
#my-content .cta .button-wrap {
  justify-content: flex-end;
  margin-top: 0;
}
@media only screen and (max-width: 834px) {
  #my-content .cta .button-wrap {
    align-items: flex-end;
  }
}
#my-content .title-sakura {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.25;
  padding: 0.4em 0 0.4em 2em;
  margin: 0;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .title-sakura {
    font-size: 1.615em;
  }
}
#my-content .title-sakura::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: url(../img/icon_sakura.png) center center/contain no-repeat;
}/*# sourceMappingURL=page_common.css.map */