*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 0;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* ********** heaer ********** */
header {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/header_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
header h1 {
  width: 252px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 180px;
  }
}
header h1 a {
  transition: opacity 0.3s;
}
header h1 a:hover {
  opacity: 0.7;
}

/* ********** footer ********** */
footer {
  width: 100%;
  padding: 0 5%;
  color: #fff;
  text-align: center;
  background: #738cd1;
}
footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 40px 0 30px;
  }
}
footer .inner .policy-link {
  margin: 0 0 24px 0;
  text-align: center;
}
footer .inner .policy-link a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
footer .inner .policy-link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  footer .inner .policy-link {
    margin: 0 0 18px 0;
  }
  footer .inner .policy-link a {
    font-size: 18px;
  }
}
footer .inner h2 {
  padding: 60px 0 20px 0;
  font-weight: normal;
  background: url(../images/ico_mail.png) no-repeat center top/52px auto;
}
footer .inner .sns-links {
  margin: 28px 0 0;
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  footer .inner .sns-links {
    margin: 24px 0 0;
    gap: 14px;
  }
}
footer .inner .sns-links li {
  list-style: none;
}
footer .inner .sns-links a {
  display: block;
  line-height: 0;
  transition: 0.3s;
}
footer .inner .sns-links a:hover {
  opacity: 0.8;
}
footer .inner .sns-links img {
  width: 42px;
  height: 42px;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .inner .sns-links img {
    width: 38px;
    height: 38px;
  }
}
footer .inner p.sanrio {
  margin: 50px 0 0 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .inner p.sanrio {
    margin: 40px 0 0 0;
    font-size: 11px;
    flex-direction: column;
  }
}
footer .inner p.sanrio img {
  width: 69px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  footer .inner p.sanrio img {
    margin: 0;
  }
}
footer .inner p.copy {
  margin: 20px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .inner p.copy {
    font-size: 11px;
  }
}

/* ********** animation ********** */
.anim {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s, transform 1s;
}
.anim.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ********** contents ********** */
main {
  width: 100%;
}
main section.visual {
  width: 100%;
  overflow: hidden;
}
main section.visual .inner {
  container-type: inline-size;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.visual .inner {
    width: 200%;
    transform: translate(-25%, 0);
  }
}
main section.visual .bg {
  width: 100%;
}
main section.visual .bg img {
  width: 100%;
}
main section.visual .img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
main section.visual .img img {
  width: 100%;
  opacity: 0;
  transform: scale(1.3) rotate(8deg);
  transition: 2.5s 0.5s;
}
main section.visual .img img.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
main section.visual .txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
main section.visual .txt img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2) rotate(-2deg);
  transition: 1.5s 1.5s;
}
main section.visual .txt img.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
main section.visual .thumb {
  width: 70%;
  position: absolute;
  left: 15%;
  bottom: 1.3%;
}
@media screen and (max-width: 768px) {
  main section.visual .thumb {
    width: 50%;
    left: 25%;
    bottom: 6%;
  }
}
main section.visual .thumb ul {
  display: flex;
}
main section.visual .thumb ul li {
  opacity: 0;
  transform: translate(0, 20px);
}
main section.visual .thumb ul li.thumb1 {
  transition: 1.5s 2.5s;
}
main section.visual .thumb ul li.thumb2 {
  transition: 1.5s 2.8s;
}
main section.visual .thumb ul li.thumb3 {
  transition: 1.5s 3.1s;
}
main section.visual .thumb ul li.active {
  opacity: 1;
  transform: translate(0, 0);
}
main section.visual .language {
  font-family: serif;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  main section.visual .language {
    top: 15px;
    right: calc(25% + 15px);
  }
}
main section.visual .language p {
  transform: translate(0, 20px);
  transition: 1.5s 2s;
  opacity: 0;
}
main section.visual .language p.active {
  opacity: 1;
  transform: translate(0, 0);
}
main section.visual .language a {
  padding: 10px 35px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  border-radius: 7px;
  background: #738cd1;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main section.visual .language a {
    padding: 5px 15px;
    font-size: 13px;
  }
}
main section.visual .language a:hover {
  opacity: 0.8;
}
main .flower-bg-area {
  background-image: url(../images/flower_left.png), url(../images/flower_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left -70px top 80px, right -70px top 80px;
  background-size: 450px auto, 450px auto;
  background-attachment: fixed, fixed;
}
@media screen and (max-width: 768px) {
  main .flower-bg-area {
    background-size: 200px auto, 200px auto;
    background-position: left -30px top 1200px, right -30px top 30px;
    background-attachment: scroll, scroll;
  }
}
main .about {
  width: 100%;
  padding: 60px 5%;
}
@media screen and (max-width: 768px) {
  main .about {
    padding: 40px 5%;
  }
}
main .about .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .about .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 75px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/about_h2_left.png) no-repeat left center/61px auto, url(../images/about_h2_right.png) no-repeat right center/61px auto;
}
@media screen and (max-width: 768px) {
  main .about .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 62px;
    font-size: 16px;
    background: url(../images/about_h2_left.png) no-repeat left center/50px auto, url(../images/about_h2_right.png) no-repeat right center/50px auto;
  }
}
main .about .inner h3 {
  margin: 0 0 20px 0;
  color: #cd7dbd;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .about .inner h3 {
    font-size: 18px;
  }
}
main .about .inner p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .about .inner p {
    font-size: 14px;
  }
}
main .info {
  width: 100%;
  padding: 0 5% 100px 5%;
}
@media screen and (max-width: 768px) {
  main .info {
    padding: 0 5%;
  }
}
main .info .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .info .inner p {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main .info .inner p {
    font-size: 18px;
  }
}
main .video {
  width: 100%;
  padding: 0 5% 80px;
}
@media screen and (max-width: 768px) {
  main .video {
    padding: 40px 5% 60px;
  }
}
main .video .inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  aspect-ratio: 16/9;
}
main .video .inner video {
  width: 100%;
  height: auto;
}
main .map {
  width: 100%;
  padding: 0 5% 80px;
}
@media screen and (max-width: 768px) {
  main .map {
    padding: 0 5% 60px;
  }
}
main .map .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .map .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 70px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/map_h2_left.png) no-repeat left center/52px auto, url(../images/map_h2_right.png) no-repeat right center/52px auto;
}
@media screen and (max-width: 768px) {
  main .map .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 65px;
    font-size: 16px;
    background: url(../images/map_h2_left.png) no-repeat left center/43px auto, url(../images/map_h2_right.png) no-repeat right center/43px auto;
  }
}
main .mobility {
  width: 100%;
  padding: 0 5% 80px;
}
@media screen and (max-width: 768px) {
  main .mobility {
    padding: 0 5% 60px;
  }
}
main .mobility .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .mobility .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 50px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/mobility_h2_left.png) no-repeat left center/40px auto, url(../images/mobility_h2_right.png) no-repeat right center/40px auto;
}
@media screen and (max-width: 768px) {
  main .mobility .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 44px;
    font-size: 16px;
    background: url(../images/mobility_h2_left.png) no-repeat left center/34px auto, url(../images/mobility_h2_right.png) no-repeat right center/34px auto;
  }
}
main .mobility .inner p {
  margin: 0 0 30px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .mobility .inner p {
    font-size: 14px;
  }
}
main .mobility .inner p a {
  text-decoration-thickness: 1px;
}
main .mobility .inner p a:hover {
  text-decoration: none;
}
main .mobility .inner figure {
  max-width: 500px;
  margin: 0 auto;
}
main .contents {
  width: 100%;
  margin: 0 0 0px 0;
  padding: 80px 5%;
  background: #fbf2f5;
}
@media screen and (max-width: 768px) {
  main .contents {
    padding: 60px 5%;
  }
}
main .contents .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
main .contents .inner h2 {
  margin: 0 0 50px 0;
  padding: 5px 85px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/contents_h2_left.png) no-repeat left center/75px auto, url(../images/contents_h2_right.png) no-repeat right center/75px auto;
}
@media screen and (max-width: 768px) {
  main .contents .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 60px;
    font-size: 16px;
    background: url(../images/contents_h2_left.png) no-repeat left center/60px auto, url(../images/contents_h2_right.png) no-repeat right center/50px auto;
  }
}
main .contents .inner .block {
  text-align: left;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  main .contents .inner .block {
    flex-direction: column;
  }
}
main .contents .inner .block + .block {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  main .contents .inner .block + .block {
    margin: 40px 0 0 0;
  }
}
main .contents .inner .block figure {
  width: 42%;
}
@media screen and (max-width: 768px) {
  main .contents .inner .block figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
main .contents .inner .block .txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  main .contents .inner .block .txt {
    width: 100%;
  }
}
main .contents .inner .block .txt dl {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  color: #d97d9b;
  font-weight: 600;
  border-bottom: 2px solid #d97d9b;
}
@media screen and (max-width: 768px) {
  main .contents .inner .block .txt dl {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
  }
}
main .contents .inner .block .txt dl dt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main .contents .inner .block .txt dl dt {
    font-size: 15px;
  }
}
main .contents .inner .block .txt dl dd {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main .contents .inner .block .txt dl dd {
    font-size: 18px;
  }
}
main .contents .inner .block .txt p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main .contents .inner .block .txt p {
    font-size: 15px;
  }
}
main .contents .inner .block .txt .contents_info {
  margin: 20px 0 0 0;
  color: #d97d9b;
}
main .contents .inner .block .txt .btn {
  margin: 20px 0 0 0;
  max-width: 320px;
}
main .contents .inner .block .txt .btn a {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background: #d97d9b;
  display: block;
  transition: opacity 0.3s;
}
main .contents .inner .block .txt .btn a.disable {
  pointer-events: none;
}
main .contents .inner .block .txt .btn a:hover {
  opacity: 0.7;
}
main .workshop {
  width: 100%;
  margin: 0 0 80px 0;
  padding: 80px 5%;
  background: #edf6f8;
}
@media screen and (max-width: 768px) {
  main .workshop {
    padding: 60px 5%;
  }
}
main .workshop .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
main .workshop .inner h2 {
  margin: 0 0 50px 0;
  padding: 5px 85px;
  color: #4ca9bc;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/contents_h2_left.png) no-repeat left center/75px auto, url(../images/contents_h2_right.png) no-repeat right center/75px auto;
}
@media screen and (max-width: 768px) {
  main .workshop .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 60px;
    font-size: 16px;
    background: url(../images/contents_h2_left.png) no-repeat left center/60px auto, url(../images/contents_h2_right.png) no-repeat right center/50px auto;
  }
}
main .workshop .inner .block {
  text-align: left;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  main .workshop .inner .block {
    flex-direction: column;
  }
}
main .workshop .inner .block + .block {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  main .workshop .inner .block + .block {
    margin: 40px 0 0 0;
  }
}
main .workshop .inner .block figure {
  width: 42%;
}
@media screen and (max-width: 768px) {
  main .workshop .inner .block figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
main .workshop .inner .block .txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  main .workshop .inner .block .txt {
    width: 100%;
  }
}
main .workshop .inner .block .txt dl {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  color: #4ca9bc;
  font-weight: 600;
  border-bottom: 2px solid #4ca9bc;
}
@media screen and (max-width: 768px) {
  main .workshop .inner .block .txt dl {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
  }
}
main .workshop .inner .block .txt dl dt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main .workshop .inner .block .txt dl dt {
    font-size: 15px;
  }
}
main .workshop .inner .block .txt dl dd {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main .workshop .inner .block .txt dl dd {
    font-size: 18px;
  }
}
main .workshop .inner .block .txt p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main .workshop .inner .block .txt p {
    font-size: 15px;
  }
}
main .workshop .inner .block .txt .workshop_info {
  margin: 20px 0 0 0;
  color: #4ca9bc;
}
main .workshop .inner .block .txt .btn {
  margin: 20px 0 0 0;
  max-width: 320px;
}
main .workshop .inner .block .txt .btn a {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background: #4ca9bc;
  display: block;
  transition: opacity 0.3s;
}
main .workshop .inner .block .txt .btn a.disable {
  pointer-events: none;
}
main .workshop .inner .block .txt .btn a:hover {
  opacity: 0.7;
}
main .event {
  width: 100%;
  padding: 0 5% 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .event {
    padding: 0 5% 60px;
  }
}
main .event .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .event .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 70px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/map_h2_left.png) no-repeat left center/52px auto, url(../images/map_h2_right.png) no-repeat right center/52px auto;
}
@media screen and (max-width: 768px) {
  main .event .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 65px;
    font-size: 16px;
    background: url(../images/map_h2_left.png) no-repeat left center/43px auto, url(../images/map_h2_right.png) no-repeat right center/43px auto;
  }
}
main .event .swiper {
  max-width: 1400px;
  margin: 40px auto 0;
  overflow: visible;
  padding: 0 20px;
}
main .event .swiper .swiper-slide {
  container-type: inline-size;
  height: auto;
  color: #fff;
  border-radius: 8px;
  background: #738cd1;
  transition: opacity 0.3s;
}
main .event .swiper .swiper-slide:hover {
  opacity: 0.7;
}
main .event .swiper .swiper-slide a {
  padding: 8cqw;
  display: block;
  text-decoration: none;
}
main .event .swiper .swiper-slide figure {
  margin: 0 0 10px 0;
}
main .event .swiper .swiper-slide h3 {
  margin: 0 0 10px 0;
  font-size: 5.7cqw;
  font-weight: 500;
  text-wrap: pretty;
}
main .event .swiper .swiper-slide p {
  font-size: 4.2cqw;
  line-height: 1.7;
}
main .event .swiper .swiper-pagination {
  bottom: -35px;
}
main .event .swiper .swiper-pagination-bullet-active {
  background: #738cd1;
}
main .event .btn {
  max-width: 320px;
  margin: 60px auto 0;
}
main .event .btn a {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background: #738cd1;
  display: block;
  transition: opacity 0.3s;
}
main .event .btn a:hover {
  opacity: 0.7;
}
main .kitchencar {
  width: 100%;
  padding: 0 5% 80px;
}
@media screen and (max-width: 768px) {
  main .kitchencar {
    padding: 0 5% 60px;
  }
}
main .kitchencar .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
main .kitchencar .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 85px;
  color: #cd7dbd;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/contents_h2_left.png) no-repeat left center/75px auto, url(../images/contents_h2_right.png) no-repeat right center/75px auto;
}
@media screen and (max-width: 768px) {
  main .kitchencar .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 60px;
    font-size: 16px;
    background: url(../images/contents_h2_left.png) no-repeat left center/60px auto, url(../images/contents_h2_right.png) no-repeat right center/50px auto;
  }
}
main .kitchencar .inner p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .kitchencar .inner p {
    font-size: 14px;
  }
}
main .kitchencar .inner p span.pink {
  color: #cd7dbd;
}
main .kitchencar .inner p span.small {
  font-size: 0.8em;
}
main .kitchencar .inner ul {
  max-width: 1200px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .kitchencar .inner ul li:nth-child(1) {
  width: 43.3%;
}
main .kitchencar .inner ul li:nth-child(2) {
  width: 17.5%;
}
main .kitchencar .inner ul li:nth-child(3) {
  width: 35.9%;
}
@media screen and (max-width: 768px) {
  main .kitchencar .inner ul li:nth-child(1) {
    width: 100%;
    margin: 0 0 3.5% 0;
  }
  main .kitchencar .inner ul li:nth-child(2) {
    width: 31.3%;
  }
  main .kitchencar .inner ul li:nth-child(3) {
    width: 64.2%;
  }
}
main .kitchencar .inner .btn {
  max-width: 320px;
  margin: 40px auto 0;
}
main .kitchencar .inner .btn a {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background: #cd7dbd;
  display: block;
  transition: opacity 0.3s;
}
main .kitchencar .inner .btn a:hover {
  opacity: 0.7;
}
main .access {
  width: 100%;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  main .access {
    padding: 0 0 60px;
  }
}
main .access .gmap {
  width: 100%;
}
main .access .gmap iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  main .access .gmap iframe {
    height: 350px;
  }
}
main .access .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .access .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 70px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/access_h2_left.png) no-repeat left center/52px auto, url(../images/access_h2_right.png) no-repeat right center/52px auto;
}
@media screen and (max-width: 768px) {
  main .access .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 65px;
    font-size: 16px;
    background: url(../images/map_h2_left.png) no-repeat left center/43px auto, url(../images/map_h2_right.png) no-repeat right center/43px auto;
  }
}
main .access .wrap {
  padding: 50px 5%;
  background: #f1f3fa;
}
@media screen and (max-width: 768px) {
  main .access .wrap {
    padding: 30px 5%;
  }
}
main .access .wrap .flex {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  main .access .wrap .flex {
    flex-direction: column;
    gap: 20px;
  }
}
main .access .wrap .flex .block {
  width: calc(33.33% - 20px);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  main .access .wrap .flex .block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
main .access .wrap .flex .block .icon {
  width: 70px;
}
@media screen and (max-width: 768px) {
  main .access .wrap .flex .block .icon {
    width: 50px;
  }
}
main .access .wrap .flex .block .txt {
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  main .access .wrap .flex .block .txt {
    width: calc(100% - 60px);
  }
}
main .access .wrap .flex .block .txt h3 {
  color: #738cd1;
  font-weight: 600;
}
main .policy-page {
  background: #fff;
}
main .sitepolicy {
  width: 100%;
  padding: 40px 5% 80px;
}
@media screen and (max-width: 768px) {
  main .sitepolicy {
    padding: 30px 5% 50px;
  }
}
main .sitepolicy .inner {
  max-width: 860px;
  margin: 0 auto;
}
main .sitepolicy h1 {
  margin: 0 0 28px 0;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .sitepolicy h1 {
    margin: 0 0 22px 0;
    font-size: 16px;
  }
}
main .sitepolicy .lead {
  margin: 0 0 28px 0;
}
main .sitepolicy .lead p {
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  main .sitepolicy .lead p {
    font-size: 12px;
    line-height: 2;
  }
}
main .sitepolicy .policy-block {
  margin: 0 0 26px 0;
}
@media screen and (max-width: 768px) {
  main .sitepolicy .policy-block {
    margin: 0 0 22px 0;
  }
}
main .sitepolicy .policy-block h2 {
  margin: 0 0 10px 0;
  color: #738cd1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .sitepolicy .policy-block h2 {
    font-size: 14px;
  }
}
main .sitepolicy .policy-block h3 {
  margin: 12px 0 4px 0;
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .sitepolicy .policy-block h3 {
    font-size: 12px;
  }
}
main .sitepolicy .policy-block p {
  margin: 0 0 6px 0;
  font-size: 13px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  main .sitepolicy .policy-block p {
    font-size: 12px;
    line-height: 2;
  }
}
main .sitepolicy .policy-block ul {
  margin: 0;
  padding: 0;
}
main .sitepolicy .policy-block li {
  margin: 0 0 4px 0;
  font-size: 13px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  main .sitepolicy .policy-block li {
    font-size: 12px;
    line-height: 2;
  }
}
main .sitepolicy .policy-block a {
  color: #738cd1;
  word-break: break-all;
}
main .sitepolicy .contact-block {
  margin-bottom: 0;
}
main .note {
  width: 100%;
  padding: 0 5% 60px;
}
@media screen and (max-width: 768px) {
  main .note {
    padding: 0 5% 60px;
  }
}
main .note .inner {
  max-width: 800px;
  margin: 0 auto;
}
main .note .inner h3 {
  margin: 0 0 10px 0;
  color: #738cd1;
  font-size: 14px;
  font-weight: 600;
}
main .note .inner ul li {
  margin: 0 0 0 1em;
  font-size: 14px;
  text-indent: -1em;
}
main .note .inner ul li + li {
  margin: 10px 0 0 1em;
}

main.sub .title {
  padding: 40px 0;
  color: white;
  text-align: center;
  background: #738cd1;
}
main.sub .title.pink {
  background: #cd7dbd;
}
@media screen and (max-width: 768px) {
  main.sub .title {
    padding: 25px 0;
  }
}
main.sub .title h2 {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  main.sub .title h2 {
    font-size: 18px;
  }
}
main.sub .event_page {
  padding: 0 5% 100px;
}
@media screen and (max-width: 768px) {
  main.sub .event_page {
    padding: 0 5% 60px;
  }
}
main.sub .event_page .inner {
  max-width: 1200px;
  margin: 0 auto;
}
main.sub .event_page .inner .lead {
  padding: 50px 0;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main.sub .event_page .inner .lead {
    padding: 30px 0;
    font-size: 14px;
  }
}
main.sub .event_page .inner .block {
  scroll-margin-top: 60px;
  padding: 30px;
  border-radius: 15px;
  border: 3px solid #738cd1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.sub .event_page .inner .block.is-ended {
  background: #d9d9d9;
}
@media screen and (max-width: 768px) {
  main.sub .event_page .inner .block {
    scroll-margin-top: 50px;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
  }
}
main.sub .event_page .inner .block + .block {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  main.sub .event_page .inner .block + .block {
    margin: 30px 0 0 0;
  }
}
main.sub .event_page .inner .block figure {
  width: 44%;
}
@media screen and (max-width: 768px) {
  main.sub .event_page .inner .block figure {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
main.sub .event_page .inner .block .txt {
  width: calc(56% - 30px);
  color: #738cd1;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main.sub .event_page .inner .block .txt {
    width: 100%;
  }
}
main.sub .event_page .inner .block .txt h3 {
  margin: 0 0 20px 0;
  padding: 15px 20px;
  color: #fff;
  border-radius: 8px;
  background: #738cd1;
}
@media screen and (max-width: 768px) {
  main.sub .event_page .inner .block .txt h3 {
    padding: 10px 15px;
  }
}
main.sub .event_page .inner .block .txt .event_info {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
main.sub .event_page .inner .block .txt .btn {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  main.sub .event_page .inner .block .txt .btn {
    margin: 20px 0 0 0;
    text-align: center;
  }
}
main.sub .event_page .inner .block .txt .btn a {
  padding: 10px 70px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #738cd1;
  display: inline-block;
  transition: color 0.3s, background 0.3s;
}
main.sub .event_page .inner .block .txt .btn a:hover {
  color: #fff;
  background: #738cd1;
}
main.sub .kitchencar_page {
  padding: 0 5% 100px;
}
@media screen and (max-width: 768px) {
  main.sub .kitchencar_page {
    padding: 0 5% 60px;
  }
}
main.sub .kitchencar_page .inner {
  max-width: 1200px;
  margin: 0 auto;
}
main.sub .kitchencar_page .inner .lead {
  padding: 50px 0 0;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main.sub .kitchencar_page .inner .lead {
    padding: 30px 0 0;
    font-size: 14px;
  }
}
main.sub .kitchencar_page .inner .lead span {
  color: #cd7dbd;
  font-weight: 600;
}
main.sub .kitchencar_page .inner .wrap .block {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  main.sub .kitchencar_page .inner .wrap .block {
    margin: 30px 0 0 0;
  }
}
main.sub .kitchencar_page .inner .wrap .block .date {
  margin: 0 0 30px 0;
  padding: 10px;
  border-radius: 15px;
  background: #cd7dbd;
}
@media screen and (max-width: 768px) {
  main.sub .kitchencar_page .inner .wrap .block .date {
    margin: 0 0 20px 0;
  }
}
main.sub .kitchencar_page .inner .wrap .block .date p {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
main.sub .kitchencar_page .inner .wrap .block .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main.sub .kitchencar_page .inner .wrap .block .flex {
    gap: 20px;
  }
}
main.sub .kitchencar_page .inner .wrap .block .flex .box {
  width: calc(50% - 15px);
  padding: 15px;
  border-radius: 15px;
  border: 3px solid #cd7dbd;
}
@media screen and (max-width: 768px) {
  main.sub .kitchencar_page .inner .wrap .block .flex .box {
    width: 100%;
  }
}
main.sub .kitchencar_page .inner .wrap .block .flex .box h3 {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  background: #cd7dbd;
}
main.sub .kitchencar_page .inner .wrap .block .flex .box .img {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
main.sub .kitchencar_page .inner .wrap .block .flex .box .img figure {
  width: calc(50% - 7px);
}
main.sub .kitchencar_page .inner .wrap .block .flex .box h4 {
  margin: 0 0 10px 0;
  color: #cd7dbd;
}
main.sub .kitchencar_page .inner .wrap .block .flex .box p {
  color: #cd7dbd;
  font-size: 14px;
}
main.sub .kitchencar_page .inner .wrap .block:nth-of-type(even) .date {
  background: #738cd1;
}
main.sub .kitchencar_page .inner .wrap .block:nth-of-type(even) .flex .box {
  border: 3px solid #738cd1;
}
main.sub .kitchencar_page .inner .wrap .block:nth-of-type(even) .flex h3 {
  margin: 0 0 15px 0;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  background: #738cd1;
}
main.sub .kitchencar_page .inner .wrap .block:nth-of-type(even) .flex h4 {
  color: #738cd1;
}
main.sub .kitchencar_page .inner .wrap .block:nth-of-type(even) .flex p {
  color: #738cd1;
}
main.sub .stamprally_page .visual {
  background: #f9d3e3;
}
main.sub .stamprally_page .visual .inner {
  max-width: 840px;
  margin: 0 auto;
}
main.sub .stamprally_page .block {
  padding: 0 5% 100px;
}
@media screen and (max-width: 768px) {
  main.sub .stamprally_page .block {
    padding: 0 5% 60px;
  }
}
main.sub .stamprally_page .block .inner {
  max-width: 1200px;
  margin: 0 auto;
}
main.sub .stamprally_page .block .inner .lead {
  padding: 50px 0;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main.sub .stamprally_page .block .inner .lead {
    padding: 30px 0;
    font-size: 14px;
  }
}
main.sub .stamprally_page .block .inner .lead span {
  color: #cd7dbd;
  font-weight: 600;
}
main.sub .stamprally_page .block .inner .flow {
  max-width: 820px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  main.sub .stamprally_page .block .inner .flow {
    margin: 0 auto 40px;
  }
}
main.sub .stamprally_page .block .inner .spot h2 {
  width: 75%;
  max-width: 540px;
  margin: 0 auto;
}
main.sub .stamprally_page .block .inner .spot p {
  margin: 20px 0 30px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.sub .stamprally_page .block .inner .spot p {
    font-size: 14px;
  }
}
main.sub .prize {
  padding: 80px 5% 100px;
  background: #f9d3e3;
}
@media screen and (max-width: 768px) {
  main.sub .prize {
    padding: 40px 5% 60px;
  }
}
main.sub .prize .inner {
  max-width: 880px;
  margin: 0 auto;
}
main.sub .guide {
  padding: 80px 5% 100px;
}
@media screen and (max-width: 768px) {
  main.sub .guide {
    padding: 40px 5% 60px;
  }
}
main.sub .guide .inner {
  max-width: 640px;
  margin: 0 auto;
}
main.sub .guide .inner h2 {
  margin: 0 0 40px 0;
}
main.sub .guide .inner p {
  margin: 30px 0 0 0;
  font-size: 14px;
}
main.sub .guide .inner ul {
  font-size: 14px;
}
main.sub .guide .inner ul.place {
  color: #ea609e;
  font-size: 16px;
  font-weight: 600;
}
main.sub .guide .inner ul li {
  margin: 0 0 5px 1em;
  text-indent: -1em;
}

/* =========================
   hanatohikari page
========================= */
.hanatohikari-page {
  background: #fff;
}
.hanatohikari-page > .title,
.hanatohikari-page .hanatohikari-title,
.hanatohikari-page .symphony-summary,
.hanatohikari-page .symphony-fv {
  display: none;
}

/* =========================
   hanatohikari FV
========================= */
.hanatohikari-page .hanatohikari-fv {
  padding: 80px 5% 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-fv {
    padding: 42px 5% 18px;
  }
}
.hanatohikari-page .hanatohikari-fv .inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-fv .inner {
    display: block;
    max-width: 100%;
  }
}
.hanatohikari-page .hanatohikari-fv .fv-left {
  width: 470px;
  flex: 0 0 470px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-fv .fv-left {
    width: 100%;
    flex: none;
    margin: 0 0 32px 0;
  }
}
.hanatohikari-page .hanatohikari-fv .fv-title-img {
  width: 470px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 80px;
  overflow: visible;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-fv .fv-title-img {
    width: 86%;
    max-width: 470px;
    margin: 0 auto 50px;
  }
}
.hanatohikari-page .hanatohikari-fv .fv-title-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transform: none;
}
.hanatohikari-page .hanatohikari-fv .fv-summary {
  max-width: 430px;
  margin: 0 auto;
  color: #cd7dbd;
}
.hanatohikari-page .hanatohikari-fv .summary-block {
  margin: 0 0 24px 0;
}
.hanatohikari-page .hanatohikari-fv .summary-block:last-child {
  margin-bottom: 0;
}
.hanatohikari-page .hanatohikari-fv .summary-label {
  width: 140px;
  margin: 0 auto 10px;
  padding: 5px 14px;
  color: #cd7dbd;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  border: 1.5px solid #cd7dbd;
  border-radius: 999px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-fv .summary-label {
    width: 130px;
    font-size: 14px;
  }
}
.hanatohikari-page .hanatohikari-fv .summary-text {
  color: #cd7dbd;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-fv .summary-text {
    font-size: 15px;
    line-height: 1.55;
  }
}
.hanatohikari-page .hanatohikari-fv .fv-right {
  width: 700px;
  max-width: 700px;
  flex: 0 0 700px;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-fv .fv-right {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider {
  width: 700px;
  height: 586px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-fv .fv-css-slider {
    width: 100%;
    height: auto;
    aspect-ratio: 700/586;
  }
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fvFade 18s infinite;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(1) {
  animation-delay: 0s;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(2) {
  animation-delay: 2s;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(3) {
  animation-delay: 4s;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(4) {
  animation-delay: 6s;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(5) {
  animation-delay: 8s;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(6) {
  animation-delay: 10s;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(7) {
  animation-delay: 12s;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(8) {
  animation-delay: 14s;
}
.hanatohikari-page .hanatohikari-fv .fv-css-slider img:nth-child(9) {
  animation-delay: 16s;
}

@keyframes fvFade {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  11% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* =========================
   intro
========================= */
.hanatohikari-page .symphony-intro {
  min-height: 450px;
  padding: 20px 5% 96px;
  background: linear-gradient(180deg, #ffffff 0%, #fff6fa 10%, #fdeaf3 28%, #fbe4ef 55%, #fff4f9 82%, #ffffff 100%);
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-intro {
    min-height: auto;
    padding: 56px 5% 90px;
    display: block;
  }
}
.hanatohikari-page .symphony-intro .inner {
  max-width: 980px;
  margin: 0 auto;
}
.hanatohikari-page .symphony-intro .intro-title {
  margin: 0 0 34px 0;
  text-align: center;
  color: #cd7dbd;
}
.hanatohikari-page .symphony-intro .intro-title h2 {
  margin: 0 0 4px 0;
  color: #cd7dbd;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-intro .intro-title h2 {
    font-size: 17px;
  }
}
.hanatohikari-page .symphony-intro .intro-en {
  margin: 0;
  color: #cd7dbd;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-intro .intro-en {
    font-size: 12px;
  }
}
.hanatohikari-page .symphony-intro .intro-text {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-intro .intro-text {
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }
}

.hanatohikari-page .hanatohikari-map {
  padding: 0 5% 90px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .hanatohikari-map {
    padding: 0 5% 50px;
  }
}
.hanatohikari-page .hanatohikari-map .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.hanatohikari-page .hanatohikari-map img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   symphony content
========================= */
.hanatohikari-page .symphony-content {
  padding: 10px 5% 90px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-content {
    padding: 0 5% 60px;
  }
}
.hanatohikari-page .symphony-content .inner {
  max-width: 1080px;
  margin: 0 auto;
}

.hanatohikari-page .symphony-block {
  display: flex;
  align-items: center;
  gap: 55px;
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-block {
    display: block;
    margin: 0 0 50px 0;
  }
}
.hanatohikari-page .symphony-block.reverse {
  flex-direction: row-reverse;
}
.hanatohikari-page .symphony-block figure {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-block figure {
    width: 100%;
    margin: 0 0 22px 0;
  }
}
.hanatohikari-page .symphony-block figure img {
  width: 100%;
  border-radius: 4px;
}
.hanatohikari-page .symphony-block .txt {
  width: 42%;
  padding: 28px 0;
  border-top: 12px solid #f8ddea;
  border-bottom: 12px solid #f8ddea;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-block .txt {
    width: 100%;
    padding: 20px 0;
  }
}
.hanatohikari-page .symphony-block .txt h2 {
  margin: 0 0 18px 0;
  color: #cd7dbd;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-block .txt h2 {
    margin: 0 0 12px 0;
    font-size: 18px;
  }
}
.hanatohikari-page .symphony-block .txt p {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .hanatohikari-page .symphony-block .txt p {
    font-size: 14px;
    line-height: 1.9;
  }
}/*# sourceMappingURL=style.css.map */