@charset "UTF-8";

/* =========================================================
  top
========================================================= */
#links {
  flex-basis: 50%;
}

@media only screen and (max-width: 959px) {
  #content {
    flex-basis: 100%;
    margin-right: 0;
    padding: 0 5px;
  }

  #links {
    flex-basis: 100%;
  }
}

#content h2 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  #content h2 {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--mono-color-1);
  }
}

/* main-slider
----------------------------------------------- */
#mainSliderSp {
  display: none;
}

#sliderContainer {
  position: relative;
  margin-bottom: 8rem;
}

div[id$="Slider"] .pieceBody {
  position: relative;
}

#mainSlider,
#mainSliderSp {
  margin: 0;
}

#mainSlider .pieceBody,
#mainSliderSp .pieceBody {
  width: 100%;
  margin: 0 auto;
}

div[id$="Slider"] .bannerImages {
  display: none;
}

div[id$="Slider"] .slick-initialized {
  display: block;
}

div[id$="Slider"] .banner a[href="#"] {
  pointer-events: none;
}

.slick-track {
  display: flex;
}

#posterSlider .slick-track {
  align-items: center;
}

.slick-dots li button {
  border: 1px solid var(--mono-color-8);
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

@-moz-document url-prefix() {
  .slick-dots li button {
    height: 6px;
    padding-top: 6px;
    box-sizing: content-box;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: var(--mono-color-4);
}

.slick-dots li.slick-active button {
  background-color: var(--mono-color-4);
}

.slick-control button {
  background-color: var(--mono-color-4);
}

#mainSlider:has(+ #emergency) .slick-dots {
  bottom: -70px;
}

@media only screen and (max-width: 959px) {
  #mainSlider {
    display: none;
  }

  #mainSliderSp {
    display: block;
  }
}

@media only screen and (max-width: 559px) {
  #mainSliderSp:has(+ #emergency) .slick-dots {
    bottom: -75px;
  }

  .slick-dots li button {
    width: 14px;
    height: 14px;
  }

}

/* emergency
----------------------------------------------- */
#emergency {
  position: absolute;
  bottom: -2.4rem;
  width: 100%;
  margin: -80px auto 0;
  padding: 0.5rem;
  background-color: var(--ac-color-red-2);
  color: var(--mono-color-9);
}

#emergency .pieceContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#emergency .pieceHeader {
  font-size: 1.2rem;
}

@media only screen and (max-width: 959px) {
  #emergency {
    bottom: -2rem;
  }

  #emergency .pieceHeader {
    font-size: 1rem;
  }

  #emergency .pieceContainer {
    gap: 0.3rem;
  }

  #emergency .pieceBody {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 559px) {
  #emergency {
    bottom: -3rem;
    padding: 5px 10px;
  }

  #emergency .pieceHeader {
    min-width: 70px;
  }

}

/* poster-slider
----------------------------------------------- */
#posterSlider {
  width: 50vw;
  max-width: calc((var(--site-width) / 2) - 20px);
  margin-bottom: 65px;
}

#posterSlider .slick-list {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 959px) {
  #posterSlider {
    width: 100%;
    max-width: calc(100vw - 40px);
    margin-bottom: 55px;
  }
}

/* piece
----------------------------------------------- */
/* div[id^="life"] .pieceContainer,
#population .pieceContainer,
#topicsDocs .pieceContainer,
#pickup .pieceContainer,
#eventList .pieceContainer,
#snsTimeline .pieceContainer,
#recentDocs .pieceContainer,
#feedDocs .pieceContainer {
  position: relative;
  padding: 10px 20px 20px;
  border: 1px solid var(--mono-color-6);
  border-top: 0;
  background-color: var(--mono-color-9);
}

div[id^="life"] .pieceContainer::after,
#population .pieceContainer::after,
#topicsDocs .pieceContainer::after,
#pickup .pieceContainer::after,
#eventList .pieceContainer::after,
#snsTimeline .pieceContainer::after,
#recentDocs .pieceContainer::after,
#feedDocs .pieceContainer::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 4px;
  background-color: var(--main-color-4);
  content: "";
}

#topicsDocs .pieceContainer::after {
  background-color: var(--ac-color-red-1);
}

div[id^="life"] .pieceHeader,
#population .pieceHeader,
#topicsDocs .pieceHeader,
#pickup .pieceHeader,
#eventList .pieceHeader,
#snsTimeline .pieceHeader,
#recentDocs .pieceHeader,
#feedDocs .pieceHeader {
  position: relative;
  padding: 15px 10px 15px 26px;
}

div[id^="life"] .pieceHeader::before,
#population .pieceHeader::before,
#topicsDocs .pieceHeader::before,
#pickup .pieceHeader::before,
#eventList .pieceHeader::before,
#snsTimeline .pieceHeader::before,
#recentDocs .pieceHeader::before,
#feedDocs .pieceHeader::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: var(--main-color-4);
  content: "";
}

div[id^="life"] .pieceHeader::after,
#population .pieceHeader::after,
#topicsDocs .pieceHeader::after,
#pickup .pieceHeader::after,
#eventList .pieceHeader::after,
#snsTimeline .pieceHeader::after,
#recentDocs .pieceHeader::after,
#feedDocs .pieceHeader::after {
  position: absolute;
  top: 28px;
  left: 12px;
  width: 8px;
  height: 8px;
  background-color: var(--main-color-6);
  content: "";
} */

/* #topicsDocs .pieceHeader::before {
  background-color: var(--ac-color-red-1);
}

#topicsDocs .pieceHeader::after {
  background-color: var(--ac-color-red-4);
} */

/* topics
----------------------------------------------- */
#topics {
  margin-bottom: 5rem;
}

#topics h2 {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 959px) {
  #topics {
    padding: 0 20px;
  }
}

/* #information
----------------------------------------------- */
#information {
  display: flex;
  gap: 6rem;
  margin-bottom: 7.5rem;
}

#information>div {
  flex-basis: calc(50% - 0.5rem);
/*  display: flex; */
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 959px) {
  #information {
    display: block;
    margin-bottom: 5rem;
    padding: 0 20px;
  }

  #information>div {
    flex-grow: 1;
  }
}

/* newsContainer
----------------------------------------------- */
#newsList {
/*  margin-bottom: 5rem; */
}

#newsList .title_link a:hover {
  color: var(--mono-color-3);
}

#newsList .more {
  text-align: right;
}

#newsList .more a {
  margin-top: 1.3rem;
}

@media only screen and (max-width: 959px) {
  #newsList {
    margin-bottom: 5rem;
  }

  #newsList .more {
    text-align: center;
  }
}

/* #eventSpace .temp-space
----------------------------------------------- */
#eventSpace {
  margin-bottom: 5rem;
}

#eventSpace .temp-space {
/*  display: flex; */
  background-color: #000;
  padding: 3px;
  align-items: center;
}

#eventSpace .temp-space p {
  margin: 0;
}

#eventSpace .temp-space h2 {
  color: var(--mono-color-9);
  font-size: 1.2rem;
  font-weight: normal;
  padding: 1rem;
  border: none;
  margin: 0;
/*  max-width: 150px; */
}

#eventSpace .temp-space .space-text {
  background-color: var(--mono-color-9);
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  /* padding: 3rem 1.5rem; */
  padding: 1.3rem 1.5rem;
  gap: 1rem;
  /* text-align: left; */
  text-align: center;
}

#eventSpace .temp-space .space-text p {
    display: inline-flex;
}

span#eventSpace_js_span1 {
    /* display: block; */
    font-size: 135%;
    width: 4rem;
}

span#eventSpace_js_span2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: left;
}

#eventSpace .temp-space.no .space-text {
  color: var(--ac-color-red-2);
}

#eventSpace .temp-space .space-text img {
  width: 55px;
  min-width: 55px;
}

@media only screen and (max-width: 1200px) {
  #eventSpace .temp-space h2 {
    padding: 0.8rem;
    font-size: 1.1rem;
    min-width: 155px;
  }

  #eventSpace .temp-space .space-text {
    padding: 2rem 1rem;
    font-size: 1.2rem;
  }

  #eventSpace .temp-space .space-text img {
    width: 45px;
    min-width: 45px;
  }
}

@media only screen and (max-width: 1100px) {
  #eventSpace .temp-space h2 {
    padding: 0.5rem;
  }

  #eventSpace .temp-space .space-text img {
    width: 40px;
    min-width: 40px;
  }
}

@media only screen and (max-width: 959px) {
  #eventSpace {
    margin-bottom: 9rem;
  }

  #eventSpace .temp-space h2 {
    padding: 1.5rem;
    min-width: 182px;
    max-width: none;
  }
}

@media only screen and (max-width: 559px) {

  #eventSpace .temp-space {
    flex-direction: column;
  }

  #eventSpace .temp-space .space-text {
    width: 100%;
  }

  #eventSpace .temp-space h2 {
    padding: 0.5rem;
  }
}

/* recruitBanner
----------------------------------------------- */
#recruitBanner {
  margin-bottom: 7.5rem;
}

#recruitBanner a {
  transition: 0.3s;
}

#recruitBanner a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 959px) {
  #recruitBanner {
    margin-bottom: 5rem;
    padding: 0 20px;
  }
}

/* overview
----------------------------------------------- */
#overview {
  margin-bottom: 5rem;
}

#overview h2 {
  margin-bottom: 3rem;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mono-color-1);
  font-size: 2.5rem;
}

#overview h3 {
  margin-bottom: 0.3rem;
  font-weight: 900;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1rem;
}

/* #overview h3+p {
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
} */

#overview p {
  letter-spacing: 0.1rem;
  text-align: justify;
}

#overview .overview-box {
  margin-bottom: 7.5rem;
}

#overview .overview-box:last-of-type {
  margin-bottom: 15rem;
}

#overview .overview-img {
  position: relative;
  overflow: hidden;
}

#overview .overview-img img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

#overview .overview-img::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  width: 100%;
  height: 100%;
  background-color: white;
  content: '';
  transition: transform 1.5s ease;
}

#overview .overview-img.visible::before {
  transform: translateX(100%);
}

#overview .overview-txt {
  padding: 0 3rem;
}

@media only screen and (max-width: 959px) {
  #overview {
    padding: 0 20px;
  }

  #overview h2 {
    font-size: 2rem;
  }

  #overview h2 br {
    display: none;
  }

  #overview h3 {
    font-size: 1.4rem;
  }

  #overview .overview-box {
    margin-bottom: 5.5rem;
  }

  #overview .overview-box:last-of-type {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 559px) {
  #overview h2 {
    line-height: 1.2;
  }

  #overview h2 br {
    display: block;
  }

  #overview h3 {
    /* font-size: 1.3rem; */
    margin-bottom: 0;
  }

  #overview .overview-box {
    margin-bottom: 3.5rem;
  }
}

/* #youtubeMovie
----------------------------------------------- */
#youtubeMovie {
  margin-bottom: 7.5rem;
}

#youtubeMovie .movie {
  position: relative;
}

#youtubeMovie .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}

#youtubeMovie .modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

#youtubeMovie .modal-content {
  position: relative;
  width: 100%;
  max-width: 964px;
  margin: 15% auto;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

/* フェードインアニメーション */
#youtubeMovie .modal-content {
  position: relative;
  width: 100%;
  max-width: 964px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.5s ease, transform 1.5s ease;
  height: 100vh;
}

#youtubeMovie .modal.show .modal-content {
  opacity: 1;
  transform: translateY(0);
}



#youtubeMovie .modal-close {
  position: fixed;
  top: 0;
  right: 10px;
  color: var(--mono-color-9);
  font-weight: bold;
  font-size: 35px;
  cursor: pointer;
}

#youtubeMovie .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#youtubeMovie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

@media only screen and (max-width: 559px) {
#youtubeMovie iframe {
  top: 70px;
  height: auto;
}

  #youtubeMovie .play-btn {
    width: 70px;
  }
}

/* cafeSpace
----------------------------------------------- */
#cafeSpace {
  margin: 0 -100% 12rem;
  padding: 4rem calc(100% - 1280px) 5rem;
  background-color: #000;
}

#cafeSpace .pieceContainer {
  width: 1280px;
  margin: 0 auto;
}

#cafeSpace .pieceBody {
  display: flex;
  background-color: var(--mono-color-9);
  align-items: center;
}

#cafeSpace .pieceBody>p {
  /* height: 100%; */
  flex-basis: 40%;
}

#cafeSpace .pieceBody>p img {
  max-height: 342px;
}

#cafeSpace .cafeSpace_txt {
  padding: 2rem 3rem;
  flex-grow: 1;
  flex-basis: 60%;
}

#cafeSpace .cafeSpace_txt h4 {
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 1.9rem;
  display: flex;
  align-items: center;
}

#cafeSpace .cafeSpace_txt h4 span {
  margin-left: 1rem;
  font-weight: bold;
  font-size: 1.3rem;
}

#cafeSpace .cafeSpace_txt .text {
  margin-bottom: 1rem;
  text-align: justify;
  font-weight: bold;
}

#cafeSpace .cafeSpace_txt .time {
  display: none;
}

#cafeSpace .cafeSpace_txt img {
  width: 300px;
}

@media only screen and (max-width: 1340px) {
  #cafeSpace {
    margin: 0 -100% 6rem;
    padding: 4rem 100% 5rem;
  }

  #cafeSpace .pieceContainer {
    width: auto;
  }

  #cafeSpace .pieceBody {
    align-items: stretch;
  }

  #cafeSpace .pieceBody>p img {
    height: 100%;
    object-fit: cover;
    max-height: 418px;
  }
}

@media only screen and (max-width: 959px) {
  #cafeSpace {
    padding: 2rem calc(100% + 20px);
  }

  #cafeSpace .pieceBody {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

  #cafeSpace .cafeSpace_txt {
    padding: 2rem 1.5rem;
  }

  #cafeSpace .cafeSpace_txt .time {
    margin-bottom: 10px;
  }

  #cafeSpace .cafeSpace_txt img {
    max-width: 400px;
  }

  #cafeSpace .pieceBody>p img {
    height: auto;

  }
}

@media only screen and (max-width: 559px) {
  #cafeSpace .cafeSpace_txt {
    padding: 1.5rem 1rem 2.5rem;
  }

  #cafeSpace .cafeSpace_txt img {
    width: 100%;
  }

}

/* floorMap
----------------------------------------------- */
#floorMap {
  margin-bottom: 20rem;
}

#floorMap h2 {
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--mono-color-1);
}

#floorMap .floor-img {
  margin-bottom: 7rem;
}

#floorMap ul {
  border-top: 1px solid var(--mono-color-7);
}

#floorMap ul li {
  padding: 2rem;
  border-bottom: 1px solid var(--mono-color-7);
}

#floorMap .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#floorMap .title img {
  display: block;
  max-width: 653px;
}

#floorMap .title span {
  font-size: 0px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}

#floorMap .title span::before,
#floorMap .title span::after {
  position: absolute;
  /* right: 2rem; */
  width: 15px;
  height: 2px;
  top: 50%;
  background-color: #333;
  content: '';
}

#floorMap .title span::after {
  left: 0;
  transform: rotate(90deg)translateY(-25%);
}

#floorMap .title.active span::after {
  display: none;
}

#floorMap .detail-txt {
  display: none;
  width: 80%;
  margin: 1.5rem auto 0;
  padding: 1rem;
  background-color: var(--mono-color-8);
}

@media only screen and (max-width: 959px) {
  #floorMap .pieceContainer {
    padding: 0 20px;
  }

  #floorMap .floor-img {
    margin-bottom: 4rem;
  }

  #floorMap .title img {
    max-width: 400px;
  }

  #floorMap ul li {
    padding: 1.5rem;
  }

  #floorMap .detail-txt {
    width: 100%;
  }
}

@media only screen and (max-width: 559px) {

  #floorMap .title img {
    width: 280px;
    max-width: calc(100% - (2rem + 15px));
  }

  #floorMap ul li {
    padding: 1rem 0.5rem;
  }
}

/* goodsList
----------------------------------------------- */
#goodsList {
  margin: 0 -100%;
  background-color: var(--mono-color-8);
  padding: 0 100%;
}

#goodsList .pieceContainer {
  padding: 500px 0 14rem;
  background-image: url("/_themes/site/images/07_passiongirl.png");
  background-position: top 8rem center;
  background-size: 600px;
  background-repeat: no-repeat;
}

#goodsList h2 {
  position: relative;
  margin-bottom: 9rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--mono-color-1);
}

#goodsList h2 small {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-weight: normal;
  font-size: 0.9rem;
}

#goodsList ul.docs {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
  margin-bottom: 6rem;
}

#goodsList .docs>li {
  flex-basis: calc(50% - 4.5rem / 2);
}

#goodsList .goods-item .image {
  margin-bottom: 0.5rem;
}

#goodsList .goods-item .image+li {
  display: flex;
  gap: 2rem;
  align-items: baseline;
}

#goodsList .goods-item .title {
  font-weight: 900;
  font-size: 1.45rem;
}

#goodsList .goods-item .price,
#goodsList .goods-item .comment {
  display: none;
}

@media only screen and (max-width: 959px) {
  #goodsList {
    padding: 280px 100% 7rem;
    background-position: top 3rem center;
    background-size: 500px;
  }

  #goodsList h2 {
    margin-bottom: 5rem;
  }

  #goodsList ul.docs {
    flex-wrap: wrap;
    justify-content: center;
  }

  #goodsList .docs>li {
    flex-basis: 100%;
    max-width: 500px;
  }

  #goodsList .goods-item .image+li {
    flex-direction: row;
    gap: 1rem;
  }
}

@media only screen and (max-width: 559px) {
  #goodsList {
    background-size: 80vw;
  }

  #goodsList h2 small {
    bottom: -3.3rem;
  }
}

/* accessGuide
----------------------------------------------- */
#accessGuide {
  position: relative;
  margin: 0 -100% 7rem;
  padding: 100px 100% 0;
}

#accessGuide::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 440px;
  background-color: #000;
  content: "";
}

#accessGuide h2 {
  margin-bottom: 3rem;
  color: var(--mono-color-9);
  border: none;
}

#accessGuide iframe {
  display: block;
  margin: 0 auto 3rem;
}

#accessGuide .access-detail {
  display: flex;
  justify-content: center;
}

#accessGuide .access-detail>div {
  padding: 1rem 1rem;
  border-left: 3px solid var(--mono-color-1);
}

#accessGuide .access-detail h3 {
  font-weight: 900;
  font-size: 1.5rem;
}

#accessGuide .access-detail ul {
  margin-left: 4rem;
}

#accessGuide .access-detail .ja-txt {
  /* margin-bottom: 1.5rem; */
  font-weight: bold;
}

#accessGuide .access-detail ul.ja-txt {
  position: relative;
  list-style-type: disc;
  /* margin-bottom: 1rem; */
}

#accessGuide .access-detail ul.ja-txt::before {
  position: absolute;
  top: 5px;
  left: -4rem;
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat left top/contain url("/_themes/site/images/07_railway_logo.png");
  content: "";
}

#accessGuide .access-detail p[lang="en"],
#accessGuide .access-detail ul[lang="en"],
#accessGuide .access-detail address[lang="en"] {
  color: var(--mono-color-2);
  font-size: 0.9rem;
}

@media only screen and (max-width: 959px) {
  #accessGuide {
    margin-bottom: 5rem;
    padding: 50px calc(100% + 20px)0;
  }

  #accessGuide .access-detail {
    flex-direction: column;
  }

  #accessGuide .access-detail>div {
    border-left: none;
  }

  #accessGuide .access-detail>div>address,
  #accessGuide .access-detail>div>div,
  #accessGuide .access-detail>div>p {
    margin-left: 1rem;
  }

  #accessGuide .access-detail .hours {
    order: 3;
  }

  #accessGuide .access-detail h3 {
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--mono-color-1);
    font-size: 1.3rem;
  }

  #accessGuide .access-detail .access h3 {
    display: flex;
    gap: 5px;
  }

  #accessGuide .access-detail .access h3::after {
    width: 30px;
    height: 30px;
    background: no-repeat left top/contain url("/_themes/site/images/07_railway_logo.png");
    content: "";
  }

  #accessGuide .access-detail ul.ja-txt::before {
    display: none;
  }

  #accessGuide .access-detail ul {
    margin-left: 1.8rem;
  }

  #accessGuide .access-detail li {
    text-indent: -8px;
  }

  #accessGuide .access-detail ul:last-of-type {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 559px) {
  #accessGuide {
    margin-bottom: 3rem;
  }
}

/* #attention
----------------------------------------------- */
#attention {
  margin-bottom: 7rem;
}

#attention .pieceContainer {
  width: 670px;
  margin: 0 auto;
}

#attention h3 {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

#attention p {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 959px) {
  #attention {
    margin-bottom: 5rem;
    padding: 0 20px;
  }

  #attention .pieceContainer {
    width: auto;
  }

  #attention p {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  #attention {
    margin-bottom: 3rem;
    padding: 0 20px;
  }
}

/* custom calendar
----------------------------------------------- */
#customCalendar {
  cursor: pointer;
}

.calendarArea {
  padding: calc(100% / 11);
  border: 1px solid var(--mono-color-6);
}

.calendarArea h3 {
  margin: 0 0 1rem;
  padding: 2px 0;
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
}

.calendarArea .upperPagination {
  margin: -3.2rem 0px 2.5rem;
}

.calendarCalendarEvents td {
  height: 65px;
  padding: 5px 12px 16px;
  vertical-align: top;
}

.calendarArea td.day {
  text-align: center;
}

.calendarArea td.day a {
  font-size: 0.8em;
  text-decoration: none;
}

.calendarArea li.holiday {
  font-size: 0.6em;
}

.calendarArea .eventHosting {
  margin-top: 1em;
  font-size: 0.8em;
}

@media only screen and (max-width: 959px) {
  .calendarArea {
    /* margin-bottom: 5rem; */
    padding: 0;
    border-width: 0;
  }

  .calendarArea h3 {
    margin: 0 0 0;
  }

  .calendarArea table {
    margin: 3rem 0 0;
  }

  .calendarArea .upperPagination {
    /*    margin: -3.1rem 0px 2.5rem; */
    display: none;
  }

}

@media only screen and (max-width: 559px) {
  .calendarCalendarEvents td {
    padding: 5px 3px 16px;
  }
}


/* 2605テスト */


/* #eventSpace2605 .temp-space
----------------------------------------------- */
#eventSpace2605 {
  margin-bottom: 5rem;
  margin-top: 4.5rem; /* 0514追加 */
}

#eventSpace2605 .temp-space {
/*  display: flex; */
  background-color: #000;
  margin-bottom: 0.5rem; /* 0528追加 */
  padding: 3px;
  align-items: center;
}

#eventSpace2605 .temp-space p {
  margin: 0;
}

#eventSpace2605 .temp-space h2 {
  color: var(--mono-color-9);
  font-size: 1.2rem;
  font-weight: normal;
  padding: 1rem;
  border: none;
  margin: 0;
/*  max-width: 150px; */
}

#eventSpace2605 .temp-space .space-text {
  background-color: var(--mono-color-9);
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  /* padding: 3rem 1.5rem; */
  padding: 1.3rem 1.5rem;
  gap: 1rem;
  /* text-align: left; */
  text-align: center;
}

#eventSpace2605 .temp-space .space-text p {
  display: inline-flex;
}

span#eventSpace2605_js_span1 {
  /* display: block; */
  font-size: 135%;
  width: 4rem;
}

span#eventSpace2605_js_span2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: left;
}

#eventSpace2605 .temp-space.no .space-text {
  color: var(--ac-color-red-2);
}

#eventSpace2605 .temp-space .space-text img {
  width: 55px;
  min-width: 55px;
}

@media only screen and (max-width: 1200px) {
  #eventSpace2605 .temp-space h2 {
    padding: 0.8rem;
    font-size: 1.1rem;
    min-width: 155px;
  }

  #eventSpace2605 .temp-space .space-text {
    padding: 2rem 1rem;
    font-size: 1.2rem;
  }

  #eventSpace2605 .temp-space .space-text img {
    width: 45px;
    min-width: 45px;
  }

}

@media only screen and (max-width: 1100px) {
  #eventSpace2605 .temp-space h2 {
    padding: 0.5rem;
  }

  #eventSpace2605 .temp-space .space-text img {
    width: 40px;
    min-width: 40px;
  }
}

@media only screen and (max-width: 959px) {
  #eventSpace2605 {
    margin-bottom: 0.5rem;
  }

  #eventSpace2605 .temp-space h2 {
    padding: 1.5rem;
    min-width: 182px;
    max-width: none;
  }

  #tooltipInfo2605 {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 559px) {

  #eventSpace2605 .temp-space {
    flex-direction: column;
  }

  #eventSpace2605 .temp-space .space-text {
    width: 100%;
  }

  #eventSpace2605 .temp-space h2 {
    padding: 0.5rem;
  }
}