@charset "UTF-8";
.mailMagazineFootBanner {
  z-index: 100;
}

img {
  width: 100%;
  vertical-align: top;
}

.l-section {
  width: 740px;
  margin: 0 auto;
  padding: 40px 0 90px;
  background-color: #fff;
  /* オーバーレイ背景 */
}
.l-section .more-text {
  display: none;
}
.l-section .toggle-btn {
  cursor: pointer;
  display: block;
  width: 110px;
  margin: 16px auto 0;
  transition: transform 0.2s ease;
}
.l-section .toggle-btn:hover {
  transform: scale(1.05);
}
.l-section .message,
.l-section .contact {
  position: relative;
}
.l-section .message a,
.l-section .contact a {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
  cursor: pointer;
}
.l-section .message a:hover,
.l-section .contact a:hover {
  opacity: 0.8;
}
.l-section .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.l-section .popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  max-width: 576px;
  cursor: pointer;
  max-height: 90vh;
  overflow-y: auto;
}
.l-section .schedule__inner {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
.l-section .scroll-content {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  margin-top: -350px;
}
.l-section .scroll-content img {
  width: 1820px;
}
.l-section .scroll-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.l-section .custom-scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  background: #fff;
  border: 1px solid orange;
  border-radius: 6px;
  overflow-x: hidden;
}
.l-section .custom-thumb {
  height: 100%;
  width: 30%;
  background-color: orange;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.btn_allergy {
  display: block;
  padding: 0 56px;
}
.btn_allergy:hover {
  opacity: 0.8;
}

.unkerBtn {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 0.0216216216vw;
}
.unkerBtn a {
  width: 20%;
}

.snsBtn {
  margin: 40px auto;
  width: 70%;
}
.snsBtn .snsItems {
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 30px;
}
.snsBtn .snsItem:nth-child(1) {
  width: 90%;
}
.snsBtn .snsItem:nth-child(2) {
  width: 100%;
}
.snsBtn .snsItem:nth-child(3) {
  width: 100%;
}
.snsBtn .snsItem a:hover {
  opacity: 0.8;
}

.txt_coution {
  color: #008740;
  font-size: 20px;
  padding-left: 20px;
}

.bannerItems {
  display: grid;
  gap: 24px;
  margin-top: 64px;
}

.bannerItem {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.contact_btn {
  position: fixed;
  bottom: 0;
  width: 740px;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}
.contact_btn.hide {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */