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

/*小見出し*/
.indexTitle {
  width: 100%;
  margin-top: -28px;
  padding-left: 15px;
  padding-right: 15px;
}
.indexTitle .indexTitleInner {
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.indexTitle .indexTitleInner .indexText {
  font-family: Montserrat;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 2px 17px 0;
  font-weight: 400;
  background-color: #ff51a2;
  color: #fff;
  text-transform: uppercase;
}

.indexUnderline {
  margin-top: -4px;
  border-bottom: solid 4px #ff51a2;
}

/*-----------------------
-----<カレンダーCSS>------
-------------------------*/
.calendarOuter {
  max-width: 730px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 32px;
  margin-bottom: 80px;
}
.calendarOuter html, .calendarOuter body, .calendarOuter table {
  margin: 0;
  padding: 0;
}

/*
カレンダー上部（年月選択部分）
---------------------------*/
.calendarSelectYM {
  height: 38px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

/*20XX年YY月部分*/
.calendarDisplay {
  display: flex;
  justify-content: center;
  align-items: end;
}

.displayNumber {
  color: #FF51A2;
  font-family: Montserrat;
  font-size: 30px;
  margin-right: 5px;
  font-weight: 700;
  line-height: 1.2;
}

.displayText {
  color: #000;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1.8;
}

.displayText:nth-child(4) {
  margin-right: 0;
}

/*前月次月切替アイコン部分*/
.calendarPrev {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #a5ffed;
  padding-left: 5px;
}

.calendarPrev:nth-child(3) {
  padding-left: 0px;
  padding-right: 5px;
}

.calendarPrevObject {
  text-decoration: none;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FF51A2;
  border-right: 3px solid #FF51A2;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.calendarNextObject {
  text-decoration: none;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FF51A2;
  border-left: 3px solid #FF51A2;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

/*カレンダー部分*/
.calendarTable {
  width: 100%;
  border-collapse: collapse; /* ボーダーを重ねる */
  border-spacing: 0; /* 隙間をなくす */
}

th {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  width: 8.5%;
  height: 30.75px;
  color: #fff;
  background-color: #ff51a2;
  border: solid 1px #ff51a2;
  text-align: center;
  vertical-align: middle;
}

td {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  height: 67px;
  border: solid 1px #ff51a2;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 5px;
}

.today {
  color: #fff;
  background: #ff51a2;
}

th:nth-of-type(6), th:nth-of-type(7) {
  width: 25%;
}

/*開催場所タグ*/
.calendarTag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 13px;
  margin-bottom: 5px;
}
.calendarTag p {
  font-size: 12px;
  font-weight: 700;
  width: 63px;
  height: 14px;
  color: #000;
  background-color: #fff824;
  text-align: center;
  line-height: 12px;
}
.calendarTag p:nth-child(2) {
  background-color: #d6a7ff;
}
.calendarTag p:nth-child(3) {
  background-color: #a5ffed;
}
.calendarTag p:nth-child(4) {
  background-color: #ececec;
}

.calendarRecruit {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
}
.calendarRecruit p {
  font-size: 15px;
  font-weight: 550;
  color: #000;
}
/*
カレンダーここまで
------------------*/
/*駅前マップ部分*/
.indexMap {
  padding: 53px 15px 43px;
  background-color: #a5ffed;
  margin-bottom: 85px;
  position: relative;
}
.indexMap #indexMapTitle {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 336px;
  height: auto;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}
.indexMap #indexMapImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  height: auto;
}

/*NextEvent部分*/
.indexNextEvent {
  background-image: url(../images/index-next-bg.svg);
  background-repeat: repeat;
  background-size: 1.5rem;
  background-position: center center;
  padding-bottom: 100px;
}

/*INFORMATION*/
.indexInfomation {
  max-width: 730px;
  padding: 40px 15px 0 15px;
  margin: 0 auto;
}
.indexInfomation p {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.indexNewsLink {
  background-color: #ff51a2;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  display: block;
  max-width: 320px;
  margin: 30px auto 100px;
}

/*ABOUT US*/
.indexAboutUs {
  background-image: url(../images/index-next-bg.svg);
  background-repeat: repeat;
  background-size: 15px;
  background-position: center center;
  position: relative;
  padding: 60px 20px 65px;
}
.indexAboutUs .indexAboutUsInner {
  max-width: 730px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.indexAboutUs .indexAboutUsInner #aboutImageTitle {
  width: 280px;
  height: auto;
  position: absolute;
  top: -100px;
  left: 0;
}
.indexAboutUs .indexAboutUsInner #aboutImage01 {
  max-width: 118px;
  height: auto;
  position: absolute;
  top: -60px;
  right: 2px;
}
.indexAboutUs .indexAboutUsInner #aboutImage02 {
  max-width: 155px;
  height: auto;
  position: absolute;
  bottom: -60px;
  left: -5px;
}
.indexAboutUs .indexAboutUsInner .indexAboutUsText {
  border: 1px solid #707070;
  padding: 35px 25px 20px;
  margin: 0 0 0 10px;
  background-color: #fff;
  position: relative;
  max-width: 690px;
}
.indexAboutUs .indexAboutUsInner .indexAboutUsText h3 {
  position: absolute;
  left: -10px;
  top: 0;
  transform: translateY(-50%);
  background-color: #a5ffed;
  border: 1px solid #707070;
  padding: 6px 10px;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
}
.indexAboutUs .indexAboutUsInner .indexAboutUsText p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  unicode-bidi: isolate;
}
.indexAboutUs .indexAboutUsInner .indexAboutUsText .aboutLinkOuter {
  width: 100%;
  height: 39px;
  position: relative;
}
.indexAboutUs .indexAboutUsInner .indexAboutUsText .aboutLinkOuter a {
  display: block;
  width: 100%;
  display: block;
  font-weight: 700;
  z-index: 1;
}
.indexAboutUs .indexAboutUsInner .indexAboutUsText .aboutLinkOuter .aboutLinkText {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 1px solid #000;
  padding: 7px;
  text-align: center;
  font-size: 1.4rem;
  color: #000;
}
.indexAboutUs .indexAboutUsInner .indexAboutUsText .aboutLinkOuter .aboutLinkBackground {
  background-color: #fff824;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.styles_calendar {
  display: grid;
  grid-template-columns: repeat(5, 35fr) repeat(2, 104fr);
  grid-gap: 1px;
  gap: 1px;
  background-color: #ff51a2;
  padding: 1px;
}

.styles_week {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-color: #ff51a2;
  padding: 3px 1px;
}

.styles_dayNo {
  background-color: #fff;
}

.styles_day {
  background-color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  padding: 5px 0 5px 5px;
  line-height: 1.2;
  font-size: 15px;
}

.styles_dayExistEvent {
  background-color: #ff92c5;
  color: #fff824;
  text-decoration: underline;
}

.styles_dayToday {
  background-color: #ff51a2;
  color: #fff;
}

.styles_dayTodayExistEvent {
  background-color: #ff51a2;
  color: #fff824;
  text-decoration: underline;
}

.styles_dayWeek1 {
  grid-row-start: 2;
  grid-row-end: 4;
}

.styles_dayWeek2 {
  grid-row-start: 4;
  grid-row-end: 6;
}

.styles_dayWeek3 {
  grid-row-start: 6;
  grid-row-end: 8;
}

.styles_dayWeek4 {
  grid-row-start: 8;
  grid-row-end: 10;
}

.styles_dayWeek5 {
  grid-row-start: 10;
  grid-row-end: 12;
}

.styles_dayWeek6 {
  grid-row-start: 12;
  grid-row-end: 14;
}

.styles_eventWrap {
  grid-column: 1/8;
  display: grid;
  grid-template-columns: repeat(5, 35fr) repeat(2, 104fr);
  grid-auto-flow: dense;
  grid-gap: 6px 1px;
  gap: 6px 1px;
  padding: 30px 0 10px;
  min-height: 67px;
}

.styles_eventWrapWeek1 {
  grid-row-start: 3;
  grid-row-end: 4;
}

.styles_eventWrapWeek2 {
  grid-row-start: 5;
  grid-row-end: 6;
}

.styles_eventWrapWeek3 {
  grid-row-start: 7;
  grid-row-end: 8;
}

.styles_eventWrapWeek4 {
  grid-row-start: 9;
  grid-row-end: 10;
}

.styles_eventWrapWeek5 {
  grid-row-start: 11;
  grid-row-end: 12;
}

.styles_eventWrapWeek6 {
  grid-row-start: 13;
  grid-row-end: 14;
}

.styles_eventBox {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 2px 0 5px;
  border: 0;
  background-color: transparent;
  text-align: left;
}

.styles_eventTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 1.5px 6px;
  flex-grow: 1;
}

.styles_eventTitle1 {
  background-color: #fff824;
}

.styles_eventTitle2 {
  background-color: #d6a7ff;
}

.styles_eventTitle3 {
  background-color: #a5ffed;
}

.styles_eventTitle4 {
  background-color: #ececec;
}

.styles_eventTitleCancel {
  background-color: #bdbdbd;
}

.styles_eventHelpIcon {
  width: 22px;
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.styles_popupBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
}

.styles_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 335px;
  border: 1px solid #ff51a2;
  background-color: #fff;
  padding: 15px 20px 27px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  z-index: 1000;
  width: calc(100% - 30px);
  margin: 0;
  animation: styles_up__xJmJy 0.4s both;
}

.styles_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ff51a2;
  transform: translate(45%, -45%);
  border: 0;
}
.styles_close:after, .styles_close:before {
  content: "";
  height: 3px;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
}
.styles_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.styles_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.styles_headEnd, .styles_headStart, .styles_head {
  display: flex;
  align-items: baseline;
}

.styles_headDayNumber, .styles_headDayWeek {
  font-size: 1.2rem;
  font-weight: 700;
}

.styles_headDayWeek {
  margin: 0 0 0 5px;
}

.styles_headEndNyoro {
  margin: 0 5px;
}

.styles_headDayWeek6 {
  color: #2d42ff;
}

.styles_headDayWeek7 {
  color: #ff2d2d;
}

.styles_cancel {
  background-color: #ff3a3a;
  color: #fff;
  display: inline-block;
  margin: 0 0 5px;
  max-width: 41px;
  height: 14px;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
}

.styles_title {
  color: #ff51a2;
  font-size: 1.5rem;
  line-height: 1.667;
  margin: 0 0 10px;
}

.styles_btn {
  background-color: #ff51a2;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 11px;
  margin: 15px 0 0;
}

@media (max-width: 520px){
  .calendarRecruit p {
    font-weight: 400;
  }
  .indexAboutUs .indexAboutUsInner .indexAboutUsText p {
    font-weight: 400;
  }
}

/*# sourceMappingURL=index.css.map*/