@charset "UTF-8";
.mainImage {
  position: relative;
}

/*枠線が斜線に
.mainImage::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-image-source: repeating-linear-gradient(
        45deg,
        #ff81ce 0px, #ff81ce 2px,
        rgba(0 0 0 / 0) 2px, rgba(0 0 0 / 0) 7px
    );
    border-image-slice: 20;
    border-width: 20px;
    border-image-repeat: round;
    border-style: solid;
}
*/
.bgIllst {
  position: relative;
  /*
      min-height: 100%;
      height: 100vh; /*--スクロールをさせるため 高さ指定--*/
  background-size: contain;
  /*--背景画像のサイズ--*/
  background-attachment: fixed;
  /*--背景画像の固定--*/
  background-repeat: no-repeat;
  /*--背景画像の繰り返し--*/
  background-position: center center;
  /*--背景画像の位置--*/
  z-index: 2;
  background-image: url("./img/bg_pc.png");
}

.mainImage::before,
.mainImage::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
}
.mainImage::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #ff81ce;
  border-right: 30px solid #ff81ce;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
}
.mainImage::after {
  bottom: -10px;
  left: -10px;
  border-bottom: 30px solid #ff81ce;
  border-left: 30px solid #ff81ce;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid rgba(0, 0, 0, 0);
}
.mainImage img {
  border: #ffc1e0 3px solid;
}

.lower.spring dl dd {
  margin-left: 0;
}

.mb05rem {
  margin-bottom: 0.5rem !important;
}

.momiji .mvTakao {
  background: url(./img/mv_spring.jpg);
  background-position: center center;
  background-size: cover;
}
.momiji .mvTakao h2 {
  line-height: 1.2;
}
.momiji .mvTakao h2 br {
  display: block;
}
.momiji section a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.momiji section a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.momiji-2021 {
  margin-top: 0.3rem;
}

.sns_step_block {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

div.sns_step_block::after {
  content: none;
}

.sns_step_item_img {
  width: 200px;
}

#badge_block {
  display: flex;
  justify-content: left;
  margin-top: 2rem;
}

div#badge_block::after {
  content: none;
}

#badge_block img {
  width: 135px;
  height: auto;
  margin: 1em;
}
#badge_block a {
  display: inline-block;
}

.sns_step_item span {
  font-size: 1.25rem;
}

.takaosan_list {
  list-style-type: disc;
}
.takaosan_list li {
  list-style-type: disc;
  line-height: 1.5;
  margin-left: 1.5em;
}

.momiji_h4 span {
  border-bottom: dashed rgb(226, 66, 31) 2px;
  padding-bottom: 0.2rem;
  padding-left: 1.8rem;
  position: relative;
}
.momiji_h4 span::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #e2421f;
  box-shadow: 0.4em 0.4em 0 -0.1em #e78f7b;
  content: "";
  transform: rotate(-45deg);
}

.momiji_flex_03 img {
  width: 50%;
  margin: 0 auto;
}
.momiji_flex_03 a {
  display: inline-block;
  text-align: center;
}

.spring.lower table {
  margin-top: 0;
}
.spring .accessGrid table tr th {
  width: 100px;
}

.momiji_flex_04 {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  gap: 1rem;
  margin: 1rem 0;
}

div.momiji_flex_04::after {
  content: none;
}

.momiji_flex_04 a {
  text-align: center;
}

.dummy {
  grid-column: 4/6;
  grid-row: 3;
}

.momiji .contents .momiji_flex_04 p {
  margin-bottom: 0;
}

.spring_soto {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

div.spring_soto::after {
  content: none;
}

.spring_soto img {
  max-height: 150px;
}

.spring_flex_01 {
  display: flex;
  gap: 1rem;
}

div.spring_flex_01::after {
  content: none;
}

.spring_flex_01 img {
  height: 50px;
}

.spring_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
  justify-items: center;
  max-width: 1000px;
}

div.spring_grid::after {
  content: none;
}

.takaomap {
  grid-column: 2/4;
  grid-row: 5;
}

.spring_manner a {
  display: inline-block;
}

.image-caption {
  font-size: 0.625rem;
}

.spring_link ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

#sub_menu_area_2nd {
  padding-bottom: 0;
}
#sub_menu_area_2nd .sub_menu_2nd a {
  padding: 0 0 0 30px;
  line-height: 1.5;
  height: 3em;
  background-position: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.summer_flex_03 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1.5em;
}
.summer_flex_03 div {
  text-align: center;
}
.summer_flex_03 div img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  height: auto;
  border: 1px solid #bbb;
  margin-bottom: 0.5em;
}
.summer_flex_03 div img + span {
  display: block;
}

.momiji_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

div.momiji_flex::after {
  content: none;
}

.momiji_flex div {
  text-align: center;
}
.momiji_flex div img {
  width: auto;
  height: 230px;
  border: 1px solid #bbb;
}

#momiji_manner {
  margin-bottom: 2em;
}

#manner_list_momiji_2021 {
  border: 2px solid #0166ff;
  border-radius: 15px;
  padding: 1em;
  background-color: #e5fffe;
}
#manner_list_momiji_2021 > ul > li > span {
  color: #0166ff;
  font-weight: bold;
  border-bottom: 2px dotted #0166ff;
  font-size: larger;
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#manner_list_momiji_2021 > ul > li > ul {
  list-style-type: disc;
  color: #0166ff;
  margin-left: 2em;
  margin-bottom: 2em;
}
#manner_list_momiji_2021 > ul > li > ul > li {
  list-style-type: disc;
  color: #0166ff;
  line-height: 1.5;
  font-weight: bold;
}

.sponsorship_01 {
  display: flex;
  width: 100%;
  font-size: 1.2em;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.sponsorship_01 > div {
  text-align: center;
  margin: 1em;
  width: calc(50% - 2em);
}
.sponsorship_01 > div img {
  margin-bottom: 0.5em;
  max-width: 270px;
  height: auto;
}

.image_caption {
  display: block;
  text-align: center;
  font-size: smaller;
  font-weight: bold;
  margin-top: 0.5em;
}

.data_block {
  box-sizing: border-box;
  padding: 10px 20px !important;
  background-color: #b9eaf8;
  margin-bottom: 1em;
}

.insta_like {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.insta_like > div {
  width: calc(33.3333333333% - 3px);
  height: 190px;
  margin: 1px;
}
.insta_like img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list_area_left3,
.list_area_left2 {
  padding-left: 0px;
}

#guide_image {
  width: 200px;
  height: auto;
  padding: 5px;
  border: 1px solid #ccc;
  margin-right: 1em;
}

.new_style {
  margin-bottom: 1em;
}
.new_style p {
  font-weight: bold;
}

#my_body {
  overflow: auto;
  padding: 1em;
  width: 800px;
  /*background-color: #fc9;*/
}

.center_area {
  width: 700px;
  margin: 1em auto;
}

.my_main {
  width: 830px;
  margin: 0 auto;
}

#containner {
  background: none;
}

p {
  font-size: 1em;
  line-height: 180%;
}

#photo_contest_banner_block > a:first-of-type {
  display: flex;
}
#photo_contest_banner_block > a:nth-of-type(2) {
  display: flex;
  margin-top: 8px;
}
#photo_contest_banner_block > a:nth-of-type(3) {
  display: block;
  margin-top: 8px;
  margin-left: 254px;
}

.momiji .mvTakao {
  background: url(./img/mv_momiji.jpg);
  background-position: center center;
  background-size: cover;
}
.momiji .mvTakao h2 {
  line-height: 1.2;
}
.momiji .mvTakao h2 br {
  display: block;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.momijiPray {
  background-color: rgb(248, 214, 185);
  border-radius: 1em;
  padding: 1em 2em;
}
.momijiPray h4 {
  font-weight: bold;
  color: rgb(255, 82, 0);
  font-size: 2rem;
  text-align: center;
}

.momijiGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
.momijiGrid::after {
  content: none;
}

.group_flex_area {
  display: flex;
  margin-bottom: 1em;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

div.group_flex_area::after {
  content: none;
}

.group_flex_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px;
}
.group_flex_block img {
  width: 240px;
  height: 171px;
  margin-bottom: 0.5em;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

.w-chance_block {
  text-align: center;
  padding: 0.5em;
  border: 2px dashed #bbb;
  border-radius: 15px;
}
.w-chance_block p {
  text-align: center;
  margin: 1em 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
}

.shop_list_area {
  display: flex;
  justify-content: space-evenly;
  background-color: #ffe2c9;
  border-radius: 15px;
}

div.shop_list_area::after {
  content: none;
}

.performance_schedule_table {
  position: relative;
  width: calc(100% - 20px);
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #bbb;
}
.performance_schedule_table tr:nth-of-type(4n) td,
.performance_schedule_table tr:nth-of-type(4n + 1) td {
  background-color: #dce8ff;
}
.performance_schedule_table tr > td:nth-child(1),
.performance_schedule_table tr > td:nth-child(2),
.performance_schedule_table tr > td:nth-child(3),
.performance_schedule_table tr > td:nth-child(4) {
  text-align: center;
}

.performance_schedule_table th:nth-child(1),
.performance_schedule_table td:nth-child(1),
.performance_schedule_table th:nth-child(2),
.performance_schedule_table td:nth-child(2) {
  width: auto;
}
.performance_schedule_table th:nth-child(3),
.performance_schedule_table td:nth-child(3) {
  width: 40%;
}
.performance_schedule_table th:nth-child(4),
.performance_schedule_table td:nth-child(4) {
  width: 22%;
}
.performance_schedule_table tr:nth-of-type(4n) td,
.performance_schedule_table tr:nth-of-type(4n + 1) td {
  background-color: #fff;
}
/* 2024 11 1 add */
.performance_schedule_table tr.cancel td {
  background-color: rgba(0, 0, 0, 0.2); /* 背景色を赤に設定（0.1で透過） */
}
.performance_schedule_table tr.cancel td img {
  position: relative;
  opacity: 0.9;
}
.performance_schedule_table tr.cancel-1 {
  position: relative;
}

/* ここまで */
.performer_image_block img {
  height: 280px;
  object-fit: contain;
}
.lower table th {
  background: rgba(226, 66, 31, 0.5);
}

/* 2023-10-3add */
/* performance_schedule_table */
.momiji-2023 {
  margin-bottom: 1rem;
  margin-top: 0.3rem;
}
.momiji-2023 .takaosan_list > li {
  list-style-position: inside;
}

/* 紅葉の見ごろ */
.subCntens-migoro {
  position: relative;
}
.momiji_image {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.momiji_image div {
  width: 48%;
  margin: 0 auto;
}
.momiji_image div img {
  width: 100%;
}
.momiji_image-container {
  position: relative;
  width: 100%;
  height: inherit;
  height: 1080px;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.momiji_image-container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 30%, rgba(255, 255, 255, 0.9));
}
.more_momiji_label {
  position: absolute;
  bottom: -36px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
  background-color: #fff;
  border: 2px solid #e2421f;
  color: #e2421f;
  font-weight: bold;
  padding: 4px 6px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.more_momiji_label:hover {
  background-color: #e2421f;
  color: #fff;
  transition: 0.3s;
}
/* デフォルトの「もっと見る」を表示 */
.more_momiji_label::after {
  content: "もっと見る";
}

#more_momiji:checked + .momiji_image-container {
  overflow: unset;
  height: auto;
}
#more_momiji:checked + .momiji_image-container::after {
  display: none;
}

/* お品書き */
.momiji-2021 p:nth-child(3) {
  margin-top: 20px;
}

.momiji_flex_2023 {
  justify-content: left;
}
.momiji_flex_2023 div img {
  border: none;
}

.momiji-2023 .momiji-gozen > li {
  list-style-position: outside;
}
.momiji-2023 ul.momiji-ivent {
  margin-bottom: 2rem;
}
.momiji-2023 ul.momiji-ivent > li {
  list-style-position: outside;
  list-style: none;
  margin-left: 0;
}

/* momiji-ivent */
.momiji-ivent__logo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.momiji-ivent__left-item {
  margin-right: 16px;
}
.momiji-ivent__left-item p.momiji-ivent__text {
  margin-bottom: 0;
  text-align: center;
}

/* momiji-box */
.momiji-box {
  background-color: #ffe699;
  margin-top: 10px;
  padding: 10px;
}
.momiji-box p {
  margin: 0;
}

.momiji-box_flex {
  width: 100%;
  display: flex;
  padding: 10px;
}

.momiji-box_left,
.momiji-box_right {
  width: 50%;
}

.momiji-box_left ul li::before,
.momiji-box_right ul li::before {
  content: "・";
  padding-right: 5px;
}

.momiji-box + .takaosan_list {
  margin-top: 15px;
}
.momiji-box + .takaosan_list li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0px;
}
.momiji-box p span {
  display: inline-block;
  width: 120px;
}

.momiji-box-end {
  color: red;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  /*以下の時*/
  .momiji-box-end {
    font-size: 24px;
  }
}
@media screen and (max-width: 501px) {
  .momiji-box-end {
    font-size: 18px;
  }
}
/* poster */
.momiji-poster__flex {
  display: flex;
  justify-content: center;
  width: 100%;
}

.momiji-poster__item {
  width: 50%;
}

.momiji-poster__text {
  font-weight: bold;
}

.momiji_poster img {
  width: 72%;
}

/* momigi-prize */
.momigi-prize {
  width: 100%;
  margin-top: 4rem;
}

.momigi-prize__inner--left,
.momigi-prize__inner--right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.momiji-prize__inner-item {
  position: relative;
  width: 100%;
  border: 1px solid red;
  padding: 5px;
  display: grid;
  place-items: center;
}
.momiji-prize__inner-item::before {
  position: absolute;
  content: "〇名様";
  top: -30px;
  left: -30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  display: block;
  background-color: red;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.momiji-prize__inner-item br {
  display: block;
}

.momiji-prize__image {
  width: 56%;
}

.momiji-prize__inner-item--1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
}
.momiji-prize__inner-item--1 .momiji-prize__image {
  width: 62%;
}

.momiji-prize__inner-item--2,
.momiji-prize__inner-item--3,
.momiji-prize__inner-item--4,
.momiji-prize__inner-item--5,
.momiji-prize__inner-item--6,
.momiji-prize__inner-item--7 {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: end;
}

.momiji-prize__inner-item--2 p,
.momiji-prize__inner-item--3 p,
.momiji-prize__inner-item--4 p,
.momiji-prize__inner-item--5 p,
.momiji-prize__inner-item--6 p,
.momiji-prize__inner-item--7 p {
  width: 30%;
  text-align: center;
}

.momiji-prize__inner-item--1::before {
  content: "1名様";
}

.momiji-prize__inner-item--2::before {
  content: "3名様";
}

.momiji-prize__inner-item--3::before {
  content: "5名様";
}

.momiji-prize__inner-item--4::before {
  content: "10名様";
}

.momiji-prize__inner-item--5::before {
  content: "30名様";
}

.momiji-prize__inner-item--6::before {
  content: "50名様";
}

.momiji-prize__inner-item--7::before {
  content: "500名様";
}

.momiji-prize__inner-item--content {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
}
.momiji-prize__inner-item--content::after {
  content: none;
}

.momiji-prize__image::after,
.momiji-prize__inner-item::after {
  content: none;
}

.momiji-prize__get-image {
  width: 40%;
  margin: 0 auto;
  display: block;
  border: 5px solid red;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /* SP画面背景 */
  .bgIllst {
    background-image: url("./img/bg_sp.png");
  }
  /* performance_schedule_table */
  .performance_schedule_table th:nth-child(1),
  .performance_schedule_table th:nth-child(3) {
    width: 100%;
  }
  .momiji-2023 .takaosan_list > li {
    list-style-position: outside;
  }
  /* 抽選会イメージ */
  .momiji_image {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .momiji_image div {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .momiji_image div img {
    width: 100%;
  }
  .momiji_poster img {
    width: 100%;
  }
  /* momiji-box */
  .momiji-box p span {
    display: block;
    margin-top: 15px;
  }
  .momiji-box_flex {
    flex-direction: column;
  }
  .momiji-box_left,
  .momiji-box_right {
    width: 100%;
  }
  /* momiji-poster */
  .momiji-poster__flex {
    display: block;
  }
  .momiji-poster__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  /* momigi-prize */
  .momigi-prize__inner--left,
  .momigi-prize__inner--right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .momiji-prize__inner-item {
    position: relative;
    width: 100%;
    height: 230px;
    border: 1px solid red;
    padding: 5px;
    display: grid;
    place-items: center;
  }
  .momiji-prize__inner-item br {
    display: none;
  }
  .momiji-prize__inner-item .br {
    display: block;
  }
  .momiji-prize__image {
    width: 56%;
  }
  .momiji-prize__inner-item--1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
  }
  .momiji-prize__inner-item--1 .momiji-prize__image {
    width: 62%;
  }
  .momiji-prize__inner-item--2,
  .momiji-prize__inner-item--3,
  .momiji-prize__inner-item--4,
  .momiji-prize__inner-item--5,
  .momiji-prize__inner-item--6,
  .momiji-prize__inner-item--7 {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
  }
  .momiji-prize__inner-item--2 p,
  .momiji-prize__inner-item--3 p,
  .momiji-prize__inner-item--4 p,
  .momiji-prize__inner-item--5 p,
  .momiji-prize__inner-item--6 p,
  .momiji-prize__inner-item--7 p {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .momiji-prize__inner-item--content {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
  }
  .momiji-prize__inner-item--content::after {
    content: none;
  }
  .momiji-prize__image::after,
  .momiji-prize__inner-item::after {
    content: none;
  }
  .momiji-prize__get-image {
    width: 80%;
  }
  /* 2024-10-22 add */
  .performance_schedule_table tr td.date_cell,
  .performance_schedule_table tr td.time_cell {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* 2023-10-3add */
.momiji_flex_03 div img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px !important;
  height: auto;
  border: 1px solid #bbb;
  margin-bottom: 0.5em;
}

.momiji_grid_05 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1rem 0;
}

div.momiji_grid_05::after {
  content: none;
}

.momiji_flex_02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
}
.momiji_flex_02 div img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 420px;
  height: auto;
}

.data_block {
  box-sizing: border-box;
  padding: 10px 20px !important;
  background-color: #fff9c5;
  margin-bottom: 1em;
}

/* 2024-10 -3add */
/* .performance_schedule_table {
  position: relative;
}
.performance_schedule_table::after {
  position: absolute;
  content: "Cooming Soon";
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  text-align: center;
  color: #0166ff;
  font-weight: bold;
} */
/* .performance_schedule_table tr th {
  width: calc(100% / 4) !important;
} */

.performance_schedule_table tr td {
  height: auto;
  border-bottom: none;
  padding: 16px 4px;
}
/* 2024-10 -18 add */
.momiji_grid-store {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.table_wrap {
  height: 800px;
  overflow: auto;
  border-top: #333;
}
/* スクロールバーを消す */
.table_wrap::-webkit-scrollbar {
  display: none;
}

.momiji_grid-item {
  padding: 0.5rem;
  border-radius: 5px;
  box-shadow: #e2421f 0px 0px 5px;
  background-color: #fff;
  /* cursor: pointer; */
  align-self: self-start;
}
.momiji_grid-store--omiyage .momiji_grid-item {
  box-shadow: #33ad37 0px 0px 5px;
}

.momiji_grid-item--title {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  color: #e2421f;
  font-family: "Shippori Antique B1", sans-serif;
}
.momiji_grid-store--omiyage .momiji_grid-item--title {
  color: #33ad37;
}
.momiji_grid-item--title::before {
  margin-right: 0.2em;
  content: "●";
  color: #e2421f;
}
.momiji_grid-store--omiyage .momiji_grid-item--title::before {
  color: #33ad37;
}
.momiji_grid-item--img {
  width: 100%;
  height: 140px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
p.momiji_grid-item--time {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.momiji_grid-item--time img {
  width: 1rem;
  margin-right: 0.25rem;
}
.momiji_grid-item--add {
  font-size: 0.75rem;
  font-weight: 700;
}
p.momiji_grid-item--add a {
  color: blue;
  text-decoration: underline;
}
p.momiji_grid-item--holiday {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.momiji_grid-item--holiday img {
  width: 1rem;
  margin-right: 0.25rem;
}

.subConts .hissu {
  color: red;
}
@media screen and (max-width: 768px) {
  .momiji_grid-store {
    grid-template-columns: 1fr 1fr;
  }
  .momiji_grid-item {
    padding: 1rem 0.5rem;
  }
  .momiji_grid-item--img {
    max-height: 180px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .momiji_grid-store {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .performance_schedule_table tr td {
    height: auto;
    padding: 8px 4px;
  }
  .performer_image_block img {
    height: 240px;
    object-fit: contain;
  }
  .performance_schedule_table tr th,
  .performance_schedule_table tr td {
    width: 100% !important;
  }
  p.performer_image_block {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .performance_schedule_table::after {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  /*以下の時*/
  .momiji .mvTakao h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
  }
}
.wakaba {
  background-color: rgb(218, 248, 185);
  border-radius: 1em;
  padding: 1em 2em;
}
.wakaba h4 {
  font-weight: bold;
  color: rgb(19, 175, 0);
  font-size: 2rem;
  text-align: center;
}

.wakabaGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
.wakabaGrid::after {
  content: none;
}

.group_flex_area {
  display: flex;
  margin-bottom: 1em;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

div.group_flex_area::after {
  content: none;
}

.group_flex_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px;
}
.group_flex_block img {
  width: 240px;
  height: 171px;
  margin-bottom: 0.5em;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

.momiji .accessGrid table tr th {
  width: 100px;
}
.momiji.lower table {
  margin-top: 0;
}
.momiji section a {
  display: inline-block;
}

.momiji_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
  justify-items: center;
  max-width: 1000px;
}

.momiji p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  /*以下の時*/
  .momiji .mvTakao h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
  }
  .momiji .accessGrid table tr th,
  .momiji .accessGrid table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .momiji table {
    border: none;
    border-bottom: 1px solid #999;
  }
  .shop_list_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lower table th,
  .lower table td {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  /*以下の時*/
  .momiji_flex {
    flex-direction: column;
  }
  /*
      .lower table th {
          display: block;
          width: 100%;
          border-bottom: none;
      }
  */
}
@media screen and (max-width: 500px) {
  /*以下の時*/
  .mainCaption {
    font-size: 0.875rem;
  }
  .momiji .contents h4 {
    line-height: 1.8em;
  }
  .more_momiji_label {
    bottom: -8px;
  }
  .mainImage::before {
    top: -5px;
    right: -5px;
    border-top: 20px solid #ff81ce;
    border-right: 20px solid #ff81ce;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0);
  }
  .mainImage::after {
    bottom: -5px;
    left: -5px;
    border-bottom: 20px solid #ff81ce;
    border-left: 20px solid #ff81ce;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
  }
  .momiji .contents .momiji_flex_04 p {
    font-size: 0.65rem;
  }
  .image_caption {
    font-size: 0.625rem;
  }
  .momiji_flex_04 {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
    gap: 1rem;
  }
  .dummy {
    grid-column: 2/4;
    grid-row: 5;
  }
  .sns_step_item_img {
    width: 150px;
  }
  .sns_step_item span {
    font-size: 0.875rem;
  }
  #badge_block {
    margin-top: 1rem;
  }
  #badge_block img {
    width: 80%;
  }
  .spring_soto {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
  }
  .sns_step_block {
    gap: 0.5rem;
  }
} /*# sourceMappingURL=style.css.map */
