@charset "UTF-8";

/* =========================================================
  100th CSS
========================================================= */

/* ---------------------------------------------------------
  Base
--------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.pc {
  display: block;
}

.sp,
.sp-only-block {
  display: none;
}

a.company-panel__button::after {
  content: none !important;
  display: none !important;
}

/* ---------------------------------------------------------
  Layout
--------------------------------------------------------- */
.aeon100th_contents .aeon100th_contents-wrap {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

.aeon100th_contents .aeon100th_contents-wrap .section_top_image .section_top_image_inner {
  position: relative;
  border-top: 1px solid #fff;
}

.aeon100th_contents .aeon100th_contents-wrap .section_top_image .section_top_image_inner .bgimage {
  position: relative;
}

.aeon100th_contents .aeon100th_contents-wrap .basic-section,
.aeon100th_contents .aeon100th_contents-wrap .basic-section1480 {
  position: relative;
}

.aeon100th_contents .aeon100th_contents-wrap .basic-section .section_inner {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.aeon100th_contents .aeon100th_contents-wrap .basic-section1480 .section_inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.title-100th {
  max-width: 1440px;
  margin: auto;
}

.logo-100th {
  width: 220px;
  margin: auto;
  padding: 30px 0 50px;
}

.logo-100th img {
  width: 100%;
}

.main-wrap {
  width: 100%;
  padding: 100px 0 10px;
  background: #e1a09b;
}

.main-wrap .sec-panel .head {
  color: #fff;
}

/* ---------------------------------------------------------
  Navigation Text
--------------------------------------------------------- */
.nav-wrap .nav-pc .crumbs .lists .item {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.nav-wrap .nav-sp .head .menuitem {
  position: relative;
  font-size: 3.9vw;
  line-height: 1;
  color: #fff;
}

.nav-wrap .nav-sp .crumbs .lists .item {
  padding-top: 8vw;
  padding-bottom: 8.9vw;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 3.73333vw;
  line-height: 1;
  color: #fff;
  text-align: center;
}

/* ---------------------------------------------------------
  Menu Buttons
--------------------------------------------------------- */
.sec_topbuttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 8vw;
}

.parts-progbtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 72px;
  margin: auto;
  border: 2px solid #af1d7b;
  border-radius: 60px;
  background-color: #fff;
  color: #af1d7b;
  cursor: pointer;
  transition: all 0.3s ease;
}

.parts-progbtn::after {
  content: "";
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 0;
  border-right: solid 2px #af1d7b;
  border-bottom: solid 2px #af1d7b;
  transform: rotate(45deg);
}

.parts-progbtn .parts-progbtn-inner {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}

.parts-progbtn:hover {
  background-color: #af1d7b;
  color: #fff;
}

.parts-progbtn:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

/* ---------------------------------------------------------
  Panel
--------------------------------------------------------- */
.pagprogram .sec_panelitem-wrap {
  justify-content: center;
  gap: 8vw;
  margin-bottom: 7vw;
}

.pagprogram .sec_panelitem-wrap .panelitem {
  width: 710px;
  border: none;
  border-radius: 50px;
  background-color: #fff;
}

.panelitem,.panelitem2 {
  padding-bottom: 20px;
}

.pagprogram .sec-panel .border-box {
  margin-bottom: 3vw;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_head {
  padding: 1.4vw 0;
  border-radius: 30px 30px 0 0;
  font-size: 1.4em;
  line-height: 1.8em;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_image .image .text .catch {
  color: #af1d7b;
  text-shadow: none;
}

.image img {
  margin-top: 40px;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_data {
  width: 90%;
  margin: 30px auto 20px;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .caption {
  width: 120px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 19.2px;
  line-height: 1.66;
  color: #af1d7b;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .sep {
  width: auto;
  margin: 0 6px;
  font-size: 19.2px;
  line-height: 1.66;
  color: #272727;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .detail {
  width: auto;
  font-size: 19.2px;
  line-height: 1.66;
}

/* ---------------------------------------------------------
  Schedule
--------------------------------------------------------- */
.schedule {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.schedule__line {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.9fr;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #8d8d8d;
}

.schedule__time,
.schedule__text {
  margin: 0;
  padding: 12px 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}

.schedule__line--head {
  column-gap: 0;
  margin-bottom: 6px;
  border-bottom: none;
  font-weight: normal;
}

.schedule__line--head .schedule__time,
.schedule__line--head .schedule__text {
  padding: 10px 12px;
  background: #b10072;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.schedule__line:not(.schedule__line--head) .schedule__time,
.schedule__line:not(.schedule__line--head) .schedule__text {
  background: #fff;
  font-weight: normal;
}

.plan__schedule .schedule__text {
  padding: 3px 15px;
  border-bottom: 1px solid #000;
}

.plan__schedule .schedule__text span {
  font-size: 0.75em;
}

/* ---------------------------------------------------------
  Buttons / Links
--------------------------------------------------------- */
.parts-popupclose {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: auto;
  border: none;
  border-radius: 60px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.parts-popupclose:hover {
  background-color: #9e9e9e;
  color: #fff;
  text-decoration: none;
}

.parts-popupclose:hover::after {
  border-color: transparent transparent transparent #fff;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_annai .infolabel {
  background-color: #AF1D7B;
  color: #fff;
  text-decoration: none;
}

.pagprogram .sec_panelitem-wrap .panelitem .panel_annai .infolabel:hover {
  background-color: #707070;
  color: #fff;
  text-decoration: none;
}

.parts-formbtn {
  max-width: 300px;
  height: 60px;
  border: 2px solid #af1d7b;
}

.parts-formbtn .parts-formbtn-inner {
  font-size: 18px;
  line-height: 1;
}

.nobutton {
  width: 90%;
  margin: 0 auto 20px;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

a.program-caution:hover {
  color: #af1d7b;
  text-decoration: underline;
}

/* ---------------------------------------------------------
  Tel / Contact
--------------------------------------------------------- */
.pagprogram .sec_tel .sec_tel-inner {
  max-width: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 66px;
  background-color: #f7f7f7;
}

.pagprogram .sec_tel .sec_tel-inner .head-wrap {
  display: block;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 50px;
  padding: 30px 0;
  border: none;
  border-radius: 0;
  background-color: #af1d7b;
}

.pagprogram .sec_tel .sec_tel-inner .head-wrap .head {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.tel-100th {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 22.4px;
  letter-spacing: 0;
  color: #af1d7b;
}

.pagprogram .sec_tel .sec_tel-inner .tel-wrap .tenno {
  position: relative;
  font-weight: normal;
  font-size: 48.8px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

.mailadd {
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}

/* ---------------------------------------------------------
  Caution / Notes
--------------------------------------------------------- */
.program-caution {
  width: 80%;
  max-width: 1300px;
  margin-inline: auto;
  margin-bottom: 30px;
  padding: 22px 20px;
  border: 3px solid #070707;
  background: #fff;
  color: #272727;
  font-size: 18px;
  line-height: calc(30 / 22);
}

.pagprogram .sec_tel .sec_tel-inner .caution-list {
  width: 80%;
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 45px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
}

.caution-list2 {
  margin: 0;
  margin-inline: auto;
  color: #f00;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

.caution-list3 {
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 20px;
  padding: 0 5%;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
}
.caution-list4 {
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
}

.caution-list4 ul {
  list-style: none;
  padding-left: 0;
}

.caution-list4 li {
  padding-left: 0.7em;
  text-indent: -0.7em;
}

.pagprogram .sec_tel .sec_tel-inner .caution-list4 {
  width: 80%;
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 45px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: right;
}

.pagprogram .sec_tel .sec_tel-inner .attention {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 881px) {
	.caution-list4 {
    margin-bottom: 0;
  }
}

.teltxt {
  display: inline-block;
  padding: 8px 8px;
}

@media screen and (max-width: 881px) {
	.teltxt {
   display: inline-block;
   padding: 8px 8px;
  }
}


/* ---------------------------------------------------------
  event-list
--------------------------------------------------------- */
.event-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
  width: 90%;
  margin: 0 auto;
}

/* 子パネル */
.event-card {
  padding: 16px 10px 10px;
  border: 2px solid #c0188f;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.event-card__title {
  margin: 0 0 8px;
  color: #c0188f;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}

.event-card__text {
  margin: 0;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
}

.event-card__button {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 8px 32px;
  background: #b91591;
  border-radius: 999px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
a.event-card__button:hover {
  opacity: 0.85;
}

/* common.css の a指定対策 */
a.event-card__button,
a.event-card__button:link,
a.event-card__button:visited,
a.event-card__button:hover,
a.event-card__button:active,
a.event-card__button:focus {
  color: #fff;
  text-decoration: none;
}

.event-card__button span {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  transform: translateY(-50%);
}
.event-card__line {
  width: 90%;
  margin: 20px auto 30px;
  height: 1px;
  background-color: #AF1D7B;
}

/* ---------------------------------------------------------
  event-detail-table
--------------------------------------------------------- */
.event-detail-table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  line-height: 1.7;
}

.event-detail-table th,
.event-detail-table td {
  border: 1px solid #e5e5e5;
  padding: 18px 30px;
  vertical-align: middle;
}

.event-detail-table th {
  width: 140px;
  background: #ddd;
  color: #111;
  font-weight: bold;
  text-align: center;
}

.event-detail-table td {
  background: #fff;
  color: #111;
  text-align: left;
}

/* 実施日の中の行 */
.date-row {
  display: flex;
  gap: 20px;
}

.date-label {
  width: 42px;
  flex-shrink: 0;
}

.event-card__button-area {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 881px) {
  .event-card__button-area {
    width: 80%;
    margin: 0 auto;
  }
}

.event-card__button-area2 {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 881px) {
  .event-card__button-area2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.event-card__button-area4 {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 881px) {
  .event-card__button-area4 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

/* 赤文字 */
.txtred {
  color: red;
}
.txtblue {
  color: blue;
}

/* ---------------------------------------------------------
  下層ページ
--------------------------------------------------------- */
.title_head {
  display: block;
  max-width: 100%;
  margin: auto;
  padding: 30px 0;
  text-align: center;
  background-color: #af1d7b;
}

.title_head .head {
  color: #fff;
  font-size: 40px;
  text-align: center;
}

/* イントロ部分 */
.subpage-section {
  background: #fff;
  padding: 45px 20px 60px;
}

.subpage-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.intro-block {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.intro-block__image {
  width: 470px;
  flex-shrink: 0;
}

.intro-block__image img {
  display: block;
  width: 100%;
  height: auto;
}

.image-note {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
}

.intro-block__body {
  flex: 1;
}

.intro-block__title {
  margin: 0 0 22px;
  color: #af1d7b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45;
}

.intro-block__text {
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
}

.company-panel {
  margin-bottom: 28px;
  background: #f7f7f7;
}

.company-panel__head {
  display: flex;
  align-items: center;
}

.company-panel__label {
  width: 245px;
  padding: 10px 20px;
  background: #b91591;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.company-panel__name {
  flex: 1;
  padding: 10px 26px;
  background: #f7eaf4;
  color: #af1d7b;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
}

.company-panel__body {
  display: flex;
  gap: 28px;
  padding: 30px 55px 30px;
}

.company-panel__logo {
  width: 170px;
  flex-shrink: 0;
}

.company-panel__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.company-panel__content {
  flex: 1;
}

.company-panel__content p {
  margin: 0 0 18px;
  color: #111;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
}

.company-panel__button {
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 5px 22px;
  border: 2px solid #b91591;
  border-radius: 999px;
  color: #b91591;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  background: #fff;
}

/* common.css対策 */
a.company-panel__button,
a.company-panel__button:link,
a.company-panel__button:visited,
a.company-panel__button:active,
a.company-panel__button:focus {
  color: #b91591 !important;
  text-decoration: none !important;
}

a.company-panel__button:hover {
  background-color: #af1d7b;
  color: #fff !important;
  text-decoration: none !important;
}

/* ---------------------------------------------------------
  Panel（下層）
--------------------------------------------------------- */
.past-project {
  padding: 80px 20px;
  background: #dfa09d;
  box-sizing: border-box;
}

.past-project__box {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 38px;
}

/* =========================
   見出し帯
========================= */

.past-project__title {
  margin: 0;
  padding: 26px 40px;
  background: #af1d7b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

/* =========================
   中身
========================= */

.past-project__body {
  padding: 60px 100px 42px;
}

.past-project__image-wrap {
  margin-bottom: 30px;
}

.past-project__image {
  display: block;
  width: 100%;
  height: auto;
}

.past-project__caption {
  margin: 4px 0 0;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.past-project__text,.tour-text {
  margin: 0 0 6px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.85;
  margin-bottom: 20px;
}

.dot-list {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.85;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dot-list li {
  position: relative;
  padding-left: 1em;
}

.dot-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}





.past-project__button-wrap {
  margin-bottom: 50px;
}

/* =========================
   注意書き
========================= */

.past-project__note {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
}

/* =========================
   SP
========================= */

@media (max-width: 640px) {
  .past-project {
    padding: 36px 0;
  }

  .past-project__box {
	   width: 90%;
    border-radius: 30px;
  }

  .past-project__title {
    padding: 3vw 0;
    border-radius: 30px 30px 0 0;
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .past-project__body {
    padding: 36px 16px 36px;
  }

  .past-project__image-wrap {
    margin-bottom: 30px;
  }

  .past-project__caption {
    font-size: 13px;
  }

  .past-project__text,.tour-text,.dot-list {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.7;
  }

  .past-project__button-wrap {
    margin-bottom: 28px;
    text-align: center;
  }

  .past-project__button {
    min-width: 210px;
    padding: 5px 30px 5px 22px;
    font-size: 15px;
  }

  .past-project__button-icon {
    right: 24px;
    width: 7px;
    height: 7px;
  }

  .past-project__note {
    font-size: 0.8em;
    line-height: 1.9;
  }
}


/* =========================
   テーブル
========================= */
.tour-detail {
  background: #fff;
  padding: 30px 0 50px;
}

/* PC：白いエリア幅800px */
.tour-detail__inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

/* ブロック間 */
.tour-block {
  margin-bottom: 70px;
}

.tour-block:last-child {
  margin-bottom: 0;
}

/* =========================
   見出し
========================= */

.tour-heading {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 10px;
  color: #af1d7b;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

/* 薄い横線 */
.tour-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f5e7f0;
}

/* 濃い横線 */
.tour-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 2px;
  background: #af1d7b;
}

/* =========================
   基本情報テーブル
========================= */

.info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.7;
}

.info-table th,
.info-table td {
  border: 1px solid #ddd;
  padding: 14px 20px;
  vertical-align: middle;
}

.info-table th {
  background: #ddd;
  border-bottom: 1px solid #fff;
}

.info-table th {
  width: 160px;
  background: #ddd;
  color: #111;
  font-weight: bold;
  text-align: center;
}

.info-table td {
  background: #fff;
  color: #111;
  text-align: left;
}

/* =========================
   各項目
========================= */

.schedule-list {
  width: 100%;
}

.schedule-item {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.schedule-item:first-child {
  border-top: none;
}

.schedule-time {
  width: 170px;
  padding: 16px 20px;
  color: #af1d7b;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  box-sizing: border-box;
}

.schedule-text {
  flex: 1;
  padding: 16px 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  box-sizing: border-box;
}


/* =========================
   ご応募はこちらボタン
========================= */
.event-card__button2 {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 20px 32px;
  background: #af1d7b;
  border-radius: 999px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
a.event-card__button2:hover {
  opacity: 0.85;
}

/* common.css の a指定対策 */
a.event-card__button2,
a.event-card__button2:link,
a.event-card__button2:visited,
a.event-card__button2:hover,
a.event-card__button2:active,
a.event-card__button2:focus {
  color: #fff;
  text-decoration: none;
}

.event-card__button2 span {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  transform: translateY(-50%);
}

@media (max-width: 750px) {
  .event-card__button2 {
    padding: 16px 32px;
  }
}

.k {
	 display: block;
  width: 80%;
  height: 1px;
  margin: 10px auto 40px;
  background-color: #ddd;
}

/* =========================
   戻るボタン
========================= */
.event-card__button3 {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 20px 32px;
  background: #DDDDDD;
  border-radius: 999px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
a.event-card__button3:hover {
  opacity: 0.85;
}

/* common.css の a指定対策 */
a.event-card__button3,
a.event-card__button3:link,
a.event-card__button3:visited,
a.event-card__button3:hover,
a.event-card__button3:active,
a.event-card__button3:focus {
  color: #000;
  text-decoration: none;
}

.event-card__button3 span {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  transform: translateY(-50%);
}

@media (max-width: 750px) {
  .event-card__button3 {
    padding: 16px 32px;
  }
}


/* =========================
   お問い合わせメールフォームボタン
========================= */
.event-card__button4 {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 20px 32px;
  background: #af1d7b;
  border-radius: 999px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
a.event-card__button4:hover {
  opacity: 0.85;
}
/* common.css の a指定対策 */
a.event-card__button4,
a.event-card__button4:link,
a.event-card__button4:visited,
a.event-card__button4:hover,
a.event-card__button4:active,
a.event-card__button4:focus {
  color: #fff;
  text-decoration: none;
}
.event-card__button4 span {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  transform: translateY(-50%);
}

@media (max-width: 750px) {
  .event-card__button4 {
    padding: 16px 32px;
  }
}


/* =========================
   Table
========================= */
.tableimg {
	width: 430px;
}
.tableimg img {
	width: 100%;
}
@media (max-width: 750px) {
  .tableimg {
    width: 100%;
  }
}



/* =========================
   SP
========================= */

@media (max-width: 750px) {
  .tour-detail {
    width: 750px;
    max-width: 100%;
    padding: 24px 0 45px;
    box-sizing: border-box;
  }

  /* SP：中のテーブル・要素幅90% */
  .tour-detail__inner {
    width: 100%;
    max-width: 100%;
  }

  .tour-block {
    margin-bottom: 52px;
  }

  .tour-heading {
    margin-bottom: 18px;
    padding-bottom: 8px;
    font-size: 22px;
  }

  .tour-heading::after {
    width: 185px;
  }

  .info-table {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }

  .info-table th,
  .info-table td {
    padding: 10px 14px;
  }

  .info-table th {
    width: 90px;
  }

  .schedule-item {
    display: flex;
  }

  .schedule-time {
    width: 90px;
    padding: 13px 8px;
    font-size: 15px;
  }

  .schedule-text {
    padding: 13px 8px;
    font-size: 15px;
  }
}





































/* =========================
   SP
========================= */

@media (max-width: 750px) {
  .subpage-section {
    width: 750px;
    max-width: 100%;
    padding: 30px 0 45px;
    box-sizing: border-box;
  }

  /* SP：白背景に乗っている要素は80% */
  .subpage-inner {
    width: 90%;
    max-width: 100%;
  }

  .intro-block {
    display: block;
    margin-bottom: 30px;
  }

  .intro-block__image {
    width: 100%;
    margin-bottom: 20px;
  }

  .intro-block__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.45;
  }

  .intro-block__text {
    font-size: 18px;
    line-height: 2;
  }

  .company-panel {
    margin-bottom: 30px;
  }

  .company-panel__head {
    display: block;
  }

  .company-panel__label {
    width: 100%;
    padding: 7px 15px;
    font-size: 17px;
  }

  .company-panel__name {
    padding: 10px 15px;
    font-size: 19px;
    text-align: center;
  }

  .company-panel__body {
    display: block;
    padding: 24px 22px 28px;
    text-align: center;
  }

  .company-panel__logo {
    width: 110px;
    margin: 0 auto 18px;
  }

  .company-panel__content p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }

  .company-panel__button {
    margin: 0 auto;
    padding: 5px 18px;
    font-size: 15px;
  }

  .bottom-text p {
    font-size: 16px;
    line-height: 2;
  }
}
















/* ---------------------------------------------------------
  Text Styles
--------------------------------------------------------- */
.h1-100th {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4em;
  color: #af1d7b;
  text-align: center;
}

.h1-100th-under {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.4em;
  color: #af1d7b;
  text-align: center;
}

.br-space {
  display: block;
  height: 1.4em;
}

.br-space2 {
  display: block;
  height: 2em;
}

.main-cap,
.main-cap2 {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 2em;
  text-align: center;
}

.main-cap {
  color: #fff;
}

.main-cap2 {
  color: #000;
}

.imgcap {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: right;
}


/* =========================================================
  SP
========================================================= */
@media screen and (max-width: 881px) {
  /* ------------------------------
    Base
  ------------------------------ */
  .pc {
    display: none;
  }

  .sp,
  .sp-only-block {
    display: block;
  }

  /* ------------------------------
    Layout
  ------------------------------ */
  .aeon100th_contents .aeon100th_contents-wrap .basic-section .section_inner,
  .aeon100th_contents .aeon100th_contents-wrap .basic-section1480 .section_inner {
    max-width: 100vw;
  }

  .logo-100th {
    width: 50%;
    margin: auto;
    padding: 30px 0 50px;
  }

  .main-wrap {
    width: 100%;
    padding: 60px 0 10px;
    background: #e1a09b;
  }

  /* ------------------------------
    Menu Buttons
  ------------------------------ */
  .sec_topbuttons {
    gap: 4vw;
    margin-bottom: 19vw;
  }

  .sec_topbuttons .sec-btn a {
    display: block;
  }

  .sec_topbuttons .sec-btn a:hover {
    text-decoration: none;
  }

  .parts-progbtn {
    width: 70vw;
    height: 16vw;
    border-radius: 8vw;
  }

  .parts-progbtn::after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
  }

  .parts-progbtn .parts-progbtn-inner {
    font-size: 4vw;
    line-height: 1.6;
  }

  .parts-progbtn:hover {
    background-color: #fff;
    color: #af1d7b;
  }

  .parts-progbtn:hover::after {
    border-right-color: #af1d7b;
    border-bottom-color: #af1d7b;
  }

  /* ------------------------------
    Panel
  ------------------------------ */
  .pagprogram .sec_panelitem-wrap {
    margin-bottom: 16vw;
  }

  .pagprogram .sec_panelitem-wrap .panelitem {
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;
  }

  .panelitem {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .pagprogram .sec-panel .border-box {
    margin-bottom: 10vw;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_head {
    padding: 3vw 0;
    border-radius: 30px 30px 0 0;
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_image .image .text .catch {
    font-size: 1em;
    text-shadow: none;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_image .image .text .detail {
    font-size: 0.9em;
    line-height: 1.8em;
    text-shadow: none;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_data {
    width: 100%;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem {
    width: 100%;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .caption {
		  width: 30vw;
    font-weight: bold;
    font-size: 1em;
    color: #af1d7b;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .detail {
	  width: 100%;
    font-size: 1em;
    line-height: 1.4em;
  }

  .pagprogram .sec_panelitem-wrap .panelitem .panel_data .dataitem .sep {
    font-size: 1em;
    line-height: 1.4em;
  }

  /* ------------------------------
    Schedule
  ------------------------------ */
  .schedule__line {
    grid-template-columns: 1.2fr 1.4fr 1.8fr;
  }

  .schedule__time,
  .schedule__text {
    padding: 10px 6px;
    font-size: 13px;
  }

  .schedule__line--head .schedule__time,
  .schedule__line--head .schedule__text {
    padding: 9px 6px;
    font-size: 12px;
  }

  /* ------------------------------
    Buttons / Links
  ------------------------------ */
  .parts-formbtn {
    max-width: 200px;
    height: 30px;
    border: 2px solid #af1d7b;
  }

  .parts-formbtn::after {
    right: calc(19 / 750 * 100vw);
    width: calc(17 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }

  .parts-formbtn .parts-formbtn-inner {
    font-size: 14px;
    line-height: 1;
  }

  .nobutton {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 0.8em;
  }

  /* ------------------------------
    Tel / Contact
  ------------------------------ */
  .pagprogram .sec_tel .sec_tel-inner .head-wrap {
    padding: 20px 0;
  }

  .pagprogram .sec_tel .sec_tel-inner .head-wrap .head {
    color: #fff;
    font-size: 1.2em;
  }

  .pagprogram .sec_tel .sec_tel-inner .tel-wrap .tenno {
    font-size: 2.4em;
  }

  .mailadd {
    font-size: 1.4em;
  }

  /* ------------------------------
    Caution / Notes
  ------------------------------ */
  .program-caution {
    width: calc(650 / 750 * 100vw);
    margin-bottom: 20px;
    padding: calc(22 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-width: calc(3 / 750 * 100vw);
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .pagprogram .sec_tel .sec_tel-inner .caution-list {
    max-width: 90%;
    margin-inline: auto;
    margin-block: calc(47 / 750 * 100vw) calc(74 / 750 * 100vw);
    font-size: 0.8em;
    text-align: left;
  }

  /* ------------------------------
    event-list
  ------------------------------ */
  .event-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .event-card__title {
    font-size: 19px;
  }

  .event-card__text {
    font-size: 14px;
  }
  
  /* ------------------------------
    event-detail-table
  ------------------------------ */
  .event-detail-table th,
  .event-detail-table td {
    border: 1px solid #e5e5e5;
    padding: 18px 10px;
    vertical-align: middle;
  }

  .event-detail-table th {
    width: 70px;
    background: #ddd;
    color: #111;
    font-weight: bold;
    text-align: center;
  }

  /* ------------------------------
    下層ページ
  ------------------------------ */
  .title_head {
    padding: 18px 0;
  }

  .title_head .head {
    color: #fff;
    font-size: 1.4em;
  }

  /* ------------------------------
    Text Styles
  ------------------------------ */
  .h1-100th {
    font-size: 1.8em;
    line-height: 1.6em;
  }

  .h1-100th-under {
    font-size: 1.8em;
    line-height: 1.6em;
  }

  .br-space {
    height: 1.2em;
  }

  .main-cap {
    margin-bottom: 50px;
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    text-align: center;
  }

  .main-cap2 {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 2em;
    color: #000;
    text-align: center;
  }

  .imgcap {
    font-size: 0.8em;
  }
}


/* =========================
   応募前確認エリア
========================= */

/* チェックまわり */
.entry-confirm-area {
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}

.entry-confirm-area__lead {
  margin: 0 0 16px;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}

.travel-terms-btn-wrap {
  margin-bottom: 18px;
}

.travel-terms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 88px;
  height: 32px;
  padding: 0 24px;
  border-radius: 5px;

  background: #b24722;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

/* common.css対策 */
a.travel-terms-btn,
a.travel-terms-btn:link,
a.travel-terms-btn:visited,
a.travel-terms-btn:hover,
a.travel-terms-btn:active,
a.travel-terms-btn:focus {
  color: #fff !important;
  text-decoration: none !important;
}

/* target="_blank" などで出る ::after アイコンを消す */
a.travel-terms-btn::after {
  content: none !important;
  display: none !important;
}

a.travel-terms-btn:hover {
  opacity: 0.85;
}

.agree-check {
  margin-right: 6px;
  transform: translateY(1px);
}

.agree-label {
  display: inline-block;
  margin-bottom: 36px;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
}

/* チェック前：文字と三角をグレーにする */
a.event-card__button2.agree-entry-button,
a.event-card__button2.agree-entry-button:link,
a.event-card__button2.agree-entry-button:visited,
a.event-card__button2.agree-entry-button:hover,
a.event-card__button2.agree-entry-button:active,
a.event-card__button2.agree-entry-button:focus {
  color: #cfcfcf !important;
  text-decoration: none !important;
  pointer-events: none;
}

a.event-card__button2.agree-entry-button span {
  border-left-color: #cfcfcf;
}

/* チェック後：文字と三角を白にする */
.agree-check:checked ~ .event-card__button-area a.event-card__button2.agree-entry-button,
.agree-check:checked ~ .event-card__button-area a.event-card__button2.agree-entry-button:link,
.agree-check:checked ~ .event-card__button-area a.event-card__button2.agree-entry-button:visited,
.agree-check:checked ~ .event-card__button-area a.event-card__button2.agree-entry-button:hover,
.agree-check:checked ~ .event-card__button-area a.event-card__button2.agree-entry-button:active,
.agree-check:checked ~ .event-card__button-area a.event-card__button2.agree-entry-button:focus {
  color: #fff !important;
  text-decoration: none !important;
  pointer-events: auto;
}

.agree-check:checked ~ .event-card__button-area a.event-card__button2.agree-entry-button span {
  border-left-color: #fff;
}

/* PC：ご応募はこちら / 一覧に戻る ボタン幅 */
.event-card__button-area,
.event-card__button-area2 {
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

/* SP */
@media screen and (max-width: 881px) {
	 .entry-confirm-area {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
	
  .event-card__button-area,
  .event-card__button-area2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}