@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1:wght@500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
body {
  text-size-adjust: 100%;
  font-size: 16px;
  font-family: serif;
  margin: 0px;
  line-height: 1.6;
  color: rgb(51, 51, 51);
  background: rgb(255, 254, 254);
  overflow-x: hidden;
}

main {
  background: rgb(255, 254, 254);
  max-width: 1100px;
  margin: 0px auto;
  box-shadow: rgba(196, 166, 166, 0.18) 0px 2px 10px;
  padding: 0px;
}

.shippori-mincho-b1-bold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.lead-h1 {
  color: rgb(255, 254, 254);
  background: url("../img/ume-bg-small.png") right bottom / 1.6% repeat,
    linear-gradient(
        90deg,
        rgb(83, 54, 70) 10%,
        rgb(120, 105, 42) 30%,
        rgb(223, 104, 104) 95%
      )
      0% 0% / auto;
  padding: 1em 0.5em;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 100%;
  opacity: 0;
  animation: 1s ease 1s 1 normal forwards running fadeInBackground;
  align-items: center;
}

h1[data-effect="child"] {
  margin: 0px auto;
  padding: 3em 0.5em 1em;
}

.date,
.main-text {
  opacity: 0;
  animation: 1s ease 1.5s 1 normal forwards running slideInText;
  margin: 0.5em auto 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.date {
  display: block;
  font-size: 1em;
  padding: 0px 0px 0.2em;
  margin: 0px;
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
}

.main-text {
  border-top: 0px solid rgb(207, 160, 158);
  width: 100%;
  padding: 0.5em 0px 1em;
  font-size: 1.7em;
}

@keyframes fadeInBackground {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideInText {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

h1 a {
  color: rgb(74, 43, 61);
}

.lead-h2 {
  display: flex;
  flex-direction: column-reverse;
}

.description {
  display: block;
  font-size: 0.8em;
  padding: 0px 0px 0px 48px;
  box-sizing: border-box;
}

section h2 {
  position: relative;
  color: rgb(74, 43, 61);
  border-bottom: 5px solid rgba(223, 104, 104, 0.24);
  font-size: 1.4em;
  margin: 0px 0px 1em;
  padding-bottom: 0.3em;
  padding-left: 45px;
  padding-right: 5px;
}

section h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/ume-point-01.png") center center / contain no-repeat;
  width: 40px;
  height: 40px;
}

section h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: static;
  top: auto;
  right: auto;
  transform: none;
  background: url("../img/ume-point-02.png") center center / contain no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

h3 {
  color: rgb(74, 43, 61);
  font-size: 1em;
  background: url("../img/ume-left-wh.png") left bottom / contain no-repeat,
    linear-gradient(
      90deg,
      rgb(255, 205, 205) 0%,
      rgb(255, 254, 255) 40%,
      rgba(255, 234, 255, 0) 70%
    );
  padding: 0.5em;
  margin: 0 0 2em;
}

.step h3 {
  color: rgb(74, 43, 61);
  font-size: 1em;
  background: none;
}

h4 {
  margin: 0px 0px 0.5em;
  padding: 0.2em 0.4em;
  background: linear-gradient(
    90deg,
    rgb(203, 197, 112) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  font-size: 1em;
}

.logo {
  font-size: small;
  color: rgb(74, 43, 61);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}

.logo a {
  color: rgb(254, 254, 254);
}

a {
  text-decoration: none;
  color: rgb(195, 55, 54);
  transition: color 0.4s, opacity 0.4s;
  opacity: 1;
}

a:hover,
a:focus {
  color: rgb(255, 210, 210);
  opacity: 0.7;
}

a:active {
  color: rgb(223, 104, 105);
  opacity: 1;
}

p {
  font-size: 1em;
  margin: 2em 0;
}

ul {
  list-style: none;
  margin: 0px 0px 1em;
  padding: 0px;
}

dl {
  display: grid;
  grid-template-columns: 30% 70%;
  row-gap: 0px;
  font-family: sans-serif;
}

dl[data-type="column"] {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 0px;
  font-family: sans-serif;
  margin: 0px;
  font-size: 0.9em;
}

dt,
dd {
  margin: 0px;
  padding: 0.5em 0px 0px 1.5em;
}

dt {
  font-weight: bold;
}

.container {
  max-width: 1000px;
  margin: 0px auto 30px;
  padding: 0px 10px;
}

.header {
  padding: 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: linear-gradient(
    90deg,
    rgba(106, 89, 89, 0.3) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 50%,
    rgba(106, 89, 89, 0.3) 90%
  );
}

.header-inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}

.logo a {
  font-weight: bold;
  font-size: 20px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
}

.nav ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.nav li {
  margin-left: 20px;
  border-radius: 50px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 0px;
  padding: 0.2em 0.6em;
  background: rgba(146, 140, 54, 0.66);
  white-space: nowrap;
}

.nav a {
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.nav a:hover {
  color: rgb(12, 2, 6);
}

.nav-toggle {
  display: none;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.5s;
  z-index: 200;
}

.slider-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}

.slider-item.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.slider-item picture,
.slider-item img {
  display: block;
  width: 100%;
  height: auto;
}

.ume-branch {
  position: absolute;
  bottom: 20%;
  width: 25%;
  opacity: 0;
  z-index: 5000;
}

.ume-branch.left {
  left: -100px;
  animation: 2s ease 0.8s 1 normal forwards running fadeInLeft;
}

.ume-branch.right {
  right: -100px;
  animation: 2s ease 1.2s 1 normal forwards running fadeInRight;
}

@keyframes fadeInLeft {
  100% {
    left: -20px;
    opacity: 1;
  }
}

@keyframes fadeInRight {
  100% {
    right: -20px;
    opacity: 1;
  }
}

.slider-message {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 0px;
  color: rgb(255, 255, 255);
  text-align: left;
  z-index: 4000;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 10px;
  line-height: 1.2;
  background: linear-gradient(
    90deg,
    rgba(106, 89, 89, 0.38) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transform: translateX(-3%);
  animation: 1s ease 0.3s 1 normal forwards running slideInLeft;
}

.slider-message h2 {
  z-index: 5001;
  font-size: 48px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 30px;
}

.slider-message p {
  position: relative;
  z-index: 5001;
  font-size: 1.3em;
  margin: 0.2em 0.2em 0.7em;
  padding: 0px 0px 0px 30px;
}

@keyframes slideInLeft {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.right-reseave {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 15px;
  width: auto;
  padding: 2em 0px 1em;
  height: auto;
  background: rgb(200, 61, 61);
  min-height: 220px;
  border-top: 10px solid rgb(83, 54, 70);
  z-index: 999;
}

.right-reseave a {
  color: rgb(255, 255, 255);
  margin: 0px;
  padding: 0em 1em 2em;
}

.tikect.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: initial;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-size: 1em;
  padding: 1em 0.3em 2.8em;
  margin: 0.3em 0px;
  height: auto;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}

.tikect.vertical::after {
  content: "";
  background: url("../img/ume-point-02.png") center center / contain no-repeat;
  display: block;
  position: absolute;
  right: 3px;
  top: 87%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
}

@media (min-width: 769px) {
  .slider-item {
    position: absolute;
    height: auto;
  }

  .slider-item img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: cover;
    object-position: center center;
  }
}

.content-section {
  padding: 30px 0px 30px;
  align-content: space-around;
}

.bg-plum-right {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 0 1em;
}

.bg-plum-right::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20%;
  height: 20%;
  background: url("../img/ume-point-01.png") right bottom / contain no-repeat;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.bg-plum-right > * {
  position: relative;
  z-index: 1;
}

.bg-plum {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 0 1em;
}

.bg-plum::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 20%;
  height: 20%;
  background: url("../img/ume-point-01.png") right bottom / contain no-repeat;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.bg-plum > * {
  position: relative;
  z-index: 1;
}

.bg-light {
  background: url("../img/ume-right-wh.png") right bottom / 40% no-repeat,
    linear-gradient(
      rgb(255, 254, 254) 0%,
      rgb(249, 229, 224) 70%,
      rgb(255, 221, 241) 100%
    );
}

.bg-img-01 {
  background: url("../img/footer_background.jpg") center bottom / cover
    no-repeat;
}
.bg-2024::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* 他のコンテンツの下に配置 */
  background: url("../img/2024-senninkimono-002.jpg") no-repeat center center;
  background-size: cover; /* コンテナいっぱいに広げる */
  filter: sepia(100%);
  opacity: 0.07;
}

.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(93, 50, 50, 0.37);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.button-right {
  display: flex;
  justify-content: flex-end;
  margin: 2em 0px 0px;
}

.button-center {
  display: flex;
  justify-content: center;
}

.sp-bottom-nav {
  display: none;
}

.nav-button {
  flex: 1 1 0%;
  text-align: center;
  display: flex;
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
  padding: 0.7em 0px;
  width: 100%;
  height: 100%;
  min-height: 60px;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(116, 116, 116, 0.4) 0px 2px 5px;
  flex-direction: column;
  background-color: rgb(246, 244, 231);
  color: rgb(51, 51, 51);
  transition: background-color 0.3s, color 0.3s;
  font-family: sans-serif;
}

.nav-button.rsv {
  background-color: rgb(200, 61, 61);
  color: rgb(255, 255, 255);
  white-space: nowrap;
  position: relative;
  border: 1px solid rgb(200, 61, 61);
}

.nav-button:hover {
  background-color: rgb(223, 104, 104);
  color: rgb(255, 255, 255);
  box-shadow: rgba(217, 130, 130, 0.79) 0px 2px 7px;
}

.tikect {
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid rgb(255, 255, 255);
  border-radius: 200px;
  color: rgb(255, 255, 255);
  font-size: 1em;
  padding: 1em 2em 1em 0.7em;
  margin: 0px 0.3em;
  background: rgb(195, 54, 54);
  position: relative;
  width: 80%;
}

.tikect::after {
  content: "";
  background: url("../img/ume-point-02.png") center center / contain no-repeat;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
}

.ticket-button {
  padding: 0.5em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 0px;
  border-top: 0px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  white-space: nowrap;
  background: rgba(182, 0, 0, 0.45) !important;
  border-radius: 0px !important;
  justify-content: space-around;
}

.ticket-button a {
  color: rgb(255, 255, 255);
}

.footer {
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  padding: 20px 0px 100px;
  text-align: center;
  font-size: small;
}

.glid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  width: 100%;
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px;
  margin: 2em 0px;
  box-sizing: border-box;
  padding: 0px;
}

.flex-container[data-type="sp-column"] {
  display: flex;
  flex-direction: row;
}

#reseave.flex-container {
  display: flex;
  flex-flow: row-reverse;
  gap: 0px;
  margin: 2em 0px;
  box-sizing: border-box;
  padding: 0px;
}

.flex-container[data-type="end"] {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
  justify-content: space-evenly;
  max-width: 1000px;
  width: 100%;
  align-items: center;
}

.card {
  width: 100%;
  border-radius: 0px;
  padding: 15px 15px 0px;
  box-sizing: border-box;
  box-shadow: rgba(177, 177, 177, 0.4) 0px 2px 5px;
}

.card h4 {
  margin-top: 0px;
  font-size: 1.1em;
  border-bottom: 3px solid rgb(227, 217, 201);
  padding-bottom: 5px;
}

.card h5 {
  font-weight: bold;
  font-size: 1em;
  margin: 0.8em 0px 0px;
}

.card ul {
  list-style-type: none;
  padding: 0px;
}

.card ul li {
  margin: 0.2em 0px;
}

.item {
  flex-grow: 1;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  width: 50%;
}

.item[data-type="20"] {
  width: calc(19%);
  flex-grow: 0;
  flex-shrink: 0;
}

.item[data-type="50"] {
  width: calc(49%);
  flex-grow: 0;
  flex-shrink: 0;
}

.item p {
  margin: 0px 0px 1em 0.5em;
  font-size: 1em;
}

.item img {
  width: 100%;
  margin: 0px 0px 0.5em;
  border-radius: 5px;
}

.iframe-box {
  width: 100%;
  height: 300px;
  position: relative;
  padding-top: 45% !important;
}

.iframe-box video {
  margin: 0px auto;
}

.iframe-box iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
}

.sns-box ul {
  display: flex;
  align-items: stretch;
  flex-flow: row;
  width: 100%;
  max-width: 600px;
  justify-content: center;
  margin: 0px auto;
  gap: 2%;
}

.sns-box ul li {
  text-align: center;
  margin: 0px 5px;
}

.sns-box ul li img {
  width: 100%;
  max-width: 70px;
  height: auto;
  background: rgb(0, 0, 0);
  padding: 0.5em;
  border-radius: 0.8em;
}

@media (max-width: 900px) {
  .logo a {
    font-size: 1em;
    white-space: nowrap;
  }

  .nav li {
    margin-left: 10px;
  }

  .nav a {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 0px;
  }
  .bg-plum::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 30%;
    height: 30%;
    background: url("../img/ume-point-01.png") right bottom / contain no-repeat;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
  }
  p {
    font-size: 1em;
  }

  dt,
  dd {
    margin: 0px;
    padding: 0px;
  }

  dd {
    margin: 0px 0px 1em;
  }

  .button-right {
    display: flex;
    justify-content: flex-end;
    margin: 0px 1em 1em 0px;
    padding: 0px 0px 1em;
  }

  .header {
    box-shadow: none;
    background: linear-gradient(
      90deg,
      rgba(106, 89, 89, 0.38) 0%,
      rgba(0, 0, 0, 0) 70%
    );
    box-sizing: border-box;
  }

  .lead-h1 {
    background-size: 4.5%, auto;
    background-repeat: repeat;
    padding: 1em 0.5em;
  }

  .lead-h1[data-effect="child"] {
    background-size: 4.5%, auto;
    background-repeat: repeat;
    padding: 2.2em 0.5em 1em;
  }

  .main-text {
    font-size: 1.2em;
  }

  .nav {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: right 0.3s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 9000;
  }

  .nav.is-active {
    right: 0px;
  }

  .nav ul {
    flex-direction: column;
    text-align: center;
  }

  .nav li {
    font-size: 20px;
    margin: 10px 0px;
    border: none;
    border-radius: 0px;
    padding: 0.5em 2em;
    background: none;
  }

  .nav a {
    font-size: 20px;
    color: rgb(74, 43, 61);
  }

  .nav-toggle {
    display: block;
    z-index: 9999;
    position: fixed;
    border: none;
    cursor: pointer;
    padding: 2px 5px 0px;
    width: 45px;
    height: 45px;
    right: 5px;
    background: url("../img/ume-point-06.png") center center / contain no-repeat;
    transition: transform 1.2s ease-in-out;
  }

  .nav-toggle.is-active {
    transform: rotate(360deg);
  }

  .nav-toggle:not(.is-active) {
    transform: rotate(0deg);
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: rgb(74, 43, 61);
    margin: 4px auto;
    transition: 0.3s;
  }

  .nav-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(48deg);
  }

  .nav-toggle.is-active span:nth-child(2) {
    opacity: 1;
  }

  .nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-48deg);
  }

  .tikect {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid rgb(255, 255, 255);
    border-radius: 200px;
    color: rgb(255, 255, 255);
    font-size: 1em;
    padding: 1em 2em 1em 0.7em;
    margin: 0px 0.3em;
    background: rgb(195, 54, 54);
    position: relative;
    width: 75%;
  }

  .tikect::after {
    content: "";
    background: url("../img/ume-point-02.png") center center / contain no-repeat;
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
  }

  .description {
    display: block;
    font-size: 0.8em;
    padding: 0px 0px 0px 48px;
    box-sizing: border-box;
  }

  section h2 {
    position: relative;
    color: rgb(74, 43, 61);
    border-bottom: 5px solid rgba(223, 104, 104, 0.24);
    font-size: 1.4em;
    margin: 0px 0px 1em;
    padding-bottom: 0.3em;
    padding-left: 45px;
    padding-right: 5px;
  }

  section h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/ume-point-01.png") center center / contain no-repeat;
    width: 40px;
    height: 40px;
  }

  section h2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: static;
    top: auto;
    right: auto;
    transform: none;
    background: url("../img/ume-point-02.png") center center / contain no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }

  .bg-wh {
    background: rgb(255, 254, 254);
  }

  .slider {
    height: auto;
  }

  .slider-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }

  .slider-item.active {
    position: relative;
    opacity: 1;
    z-index: 1;
  }

  .slider-item img {
    width: 100%;
    height: calc(-60px + 100dvh);
    object-fit: cover;
  }

  .slider-message {
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
    line-height: 1.2;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0.2em;
    height: auto;
  }

  .slider-message h2 {
    font-size: 28px;
    padding: 0px;
    z-index: 6000;
  }

  .slider-message p {
    font-size: 0.95em;
    margin: 0.2em 0px 1em;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 6000;
  }

  .ume-branch {
    position: absolute;
    top: 60%;
    width: 70%;
    opacity: 0;
  }

  .ume-branch.left {
    left: -200px;
    animation: 2s ease 0.8s 1 normal forwards running fadeInLeft;
  }

  .ume-branch.right {
    right: -200px;
    animation: 2s ease 1.2s 1 normal forwards running fadeInRight;
  }
  h3 {
    color: rgb(74, 43, 61);
    font-size: 1em;
    background: url("../img/ume-left-wh.png") left bottom / contain no-repeat,
      linear-gradient(
        90deg,
        rgb(255, 205, 205) 0%,
        rgb(255, 254, 255) 40%,
        rgba(255, 234, 255, 0) 70%
      );
    padding: 0.5em;
  }

  @keyframes fadeInLeft {
    100% {
      left: -110px;
      opacity: 1;
    }
  }

  @keyframes fadeInRight {
    100% {
      right: -110px;
      opacity: 1;
    }
  }

  .bg-plum::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 200px;
    right: 0px;
    width: 40%;
    height: 40%;
    opacity: 0.4;
    background: url("../img/ume-point-01.png") right bottom / contain no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  .to-top {
    bottom: 100px;
  }

  .sp-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 5px;
    background-color: rgb(255, 255, 255);
    height: 60px;
    align-items: stretch;
    place-content: space-around;
    padding: 0px 0px 1.5em;
    flex-direction: row-reverse;
  }

  .flex-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 2em 0px 0em;
  }

  .flex-container[data-type="sp-column"] {
    display: flex;
    flex-direction: column-reverse;
  }

  .card {
    width: 100%;
    margin: 1em 0px 0px;
  }

  .item {
    width: 100%;
    padding: 0px;
  }

  .sns-box ul li img {
    width: 100%;
    max-width: 40px;
    height: auto;
    background: rgb(0, 0, 0);
    padding: 0.5em;
    border-radius: 0.8em;
  }

  #reseave.flex-container {
    display: none;
  }

  #reseave {
    display: none;
  }
}

.timeline {
  position: relative;
  padding-left: 2rem;
  border-left: 2px solid transparent;
  overflow: visible;
}

.step {
  position: relative;
  margin: 2rem 0px;
  padding: 0px 0px 0px 0.7em;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}

.step::before {
  content: "";
  position: absolute;
  left: -1.3rem;
  top: 0.2rem;
  width: 24px;
  height: 24px;
  background: url("../img/ume-point-03.png") center center / contain no-repeat;
}

.step.active {
  opacity: 1;
  transform: translateY(0px);
}

.step.rotate::before {
  animation: 10s linear 0s infinite normal none running umeRotate;
}

@keyframes umeRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.timeline-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 0px;
  background: linear-gradient(rgb(244, 176, 221), transparent);
  transition: height 0.8s;
}

.page-header {
  width: 100%;
  padding: 70px 0px 60px;
  text-align: center;
  border-bottom: 0px solid rgb(186, 156, 156);
  background: url("../img/ume-bg-small.png") right bottom / 1.6% repeat,
    linear-gradient(
        90deg,
        rgb(73, 65, 33) 10%,
        rgb(120, 105, 42) 50%,
        rgb(223, 104, 104) 95%
      )
      0% 0% / auto;
}

.page-header-inner .main-text {
  font-size: 2rem;
  font-weight: 500;
  margin: 2em 0px 0em;
  padding: 0px;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
}

.page-header-inner .en-text {
  font-family: serif;
  font-style: italic;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 1.3em;
}

.area-block {
  margin-top: 60px;
}

.area-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 5px solid rgb(219, 163, 183);
  line-height: 1.4;
}

.event-list {
  margin: 0px auto;
  width: 100%;
}

.event-item {
  background: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px;
  transition: transform 0.3s;
}

.event-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgb(221, 221, 221);
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-flow: row-reverse wrap;
  gap: 15px;
  line-height: 1.4;
  justify-content: space-between;
}

.event-time {
  font-size: 0.8rem;
  background: rgb(144, 121, 122);
  color: rgb(255, 255, 255);
  padding: 5px 12px;
  border-radius: 0px;
  font-weight: normal;
  font-family: sans-serif;
  letter-spacing: 1px;
}

.event-body {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin: 0 0 2em;
}

.event-thumb {
  width: 300px;
  flex-shrink: 0;
  margin: 0px;
  aspect-ratio: 16 / 11;
  background-color: rgb(238, 238, 238);
  overflow: hidden;
  border-radius: 4px;
}
.event-thumb-box {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-detail {
  flex-grow: 1;
  padding: 0px 1em;
}

.event-detail p {
  margin: 0em 0px 1em;
  line-height: 1.8;
}

.event-thumb-small {
  width: 35%;
  flex-shrink: 0;
  margin: 1em 0px;
  overflow: hidden;
}

.event-thumb-small-circle {
  width: 100px;
  flex-shrink: 0;
  margin: 1em 0px;
  overflow: hidden;
}

.event-thumb-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.event-thumb-small-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-detail-small {
  flex-grow: 1;
  padding: 0px;
}

.highlight-event {
  border: 2px solid rgb(219, 163, 183);
  background: url(../img/ume-right-wh.png) right bottom / 40% no-repeat,
    linear-gradient(
      rgb(255, 254, 254) 0%,
      rgb(255 239 235) 70%,
      rgb(255 234 246) 100%
    );
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 60px 0px 30px;
    background-size: 4.5%, auto;
    background-repeat: repeat;
  }

  .page-header-inner .main-text {
    font-size: 1.5rem;
  }

  .event-item {
    padding: 0px;
  }

  .event-title {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
    display: flex;
  }

  .event-body {
    flex-direction: column;
    gap: 15px;
  }

  .event-thumb {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.li-contents {
  list-style: disc;
  margin: 1em;
}

.li-contents li {
  padding: 0.2em;
}

.index-section {
  padding: 20px 0px;
  background-color: rgb(73, 64, 33);
  border-top: 0px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
  margin-bottom: 30px;
  color: rgb(254, 242, 241);
}

.index-section p {
  font-size: 0.9em;
  margin: 1em;
}

.index-section .container {
  max-width: 960px;
  margin: 0px auto;
  padding: 0px 15px;
}

.index-title {
  font-size: 1.1em;
  font-weight: bold;
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
  border-left: 5px solid rgb(166, 42, 55);
  padding-left: 10px;
}

.index-list {
  list-style: none;
  padding: 0px;
  margin: 2em 0px 1em;
  display: flex;
  gap: 20px;
}

.index-list a {
  text-decoration: none;
  color: rgb(254, 241, 241);
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.index-list a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: static;
  top: auto;
  right: auto;
  transform: none;
  background: url("../img/ume-point-02.png") center center / contain no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.index-list a:hover {
  background-color: rgb(224, 224, 224);
  text-decoration: underline;
}

@media (max-width: 600px) {
  .index-section {
    padding: 15px 0px;
    margin-bottom: 20px;
  }

  .index-list {
    flex-direction: column;
    gap: 5px;
  }

  .index-title {
    margin-bottom: 5px;
  }

  .event-thumb-small {
    width: 70%;
    flex-shrink: 0;
    margin: 1em auto 0px;
    overflow: hidden;
  }

  .event-thumb-small-circle {
    width: 40%;
    flex-shrink: 0;
    margin: 1em auto 0px;
    overflow: hidden;
  }
}
/* 美容室情報のレイアウト用CSS */
.beauty-info-list {
  padding: 10px 0;
}
.beauty-item {
  padding: 15px 0;
}
.beauty-item .item-title {
  /* h3要素 */
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.beauty-item .item-body {
  padding-left: 10px; /* 見出しと少しずらす */
}

/* 価格リストのフレックスレイアウト */
.price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.price-item {
  background-color: #fff; /* 背景色を白に戻して簡素化 */
  border: 1px solid #eee;
  padding: 8px 12px;
  border-radius: 4px;
  flex: 1 1 auto; /* 項目数に応じて自動調整 */
  min-width: 120px;
}
.price-item h4 {
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 1em;
  color: #666;
}
.price-item p {
  font-size: 1.1em;
  font-weight: bold;
  color: #c00;
  margin: 0.4em 0;
}
.contact-info p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  font-size: 0.9em;
}
.note {
  font-size: 0.95em;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #666;
}

.separator {
  border: none;
  border-top: 1px dashed #ddd; /* 点線で区切る */
  margin: 20px 0;
}
