@charset "euc-jp";

/* 両サイドに ＼ ／ みたいなのを持つ */
.mf-has-side-lines {
  position: relative;
}
.mf-has-side-lines::before {
  content: '';
  border-left: 1px solid;
  position: absolute;
  height: 1.414em;
  transform: translateX(-1em) rotate(-30deg);
}
.mf-has-side-lines::after {
  content: '';
  border-left: 1px solid;
  position: absolute;
  height: 1.414em;
  transform: translateX(1em) rotate(30deg);
}
@media (max-width: 480px) {
  .mf-has-side-lines::before {
    top: 0;
    left: 2em;
    height: 2.828em;
  }
  .mf-has-side-lines::after {
    top: 0;
    right: 2em;
    height: 2.828em;
  }
}

/* 正方形画像を背景にしたパターン（使ってない
.mf-has-bg-img {
  position: relative;
}
.mf-has-bg-img > .mf-has-bg-img__img {
  position: absolute;
  width: 100%;
}
.mf-has-bg-img > .mf-has-bg-img__txt {
  position: relative;
}
*/
.mf-has-bg-r-img {
  position: relative;
}
.mf-has-bg-r-img > img {
  position: absolute;
  width: 150px;
  right: 30px;
  top: 120px;
}
@media (max-width: 768px) {
  .mf-has-bg-r-img > img {
    top: 72px;
  }
}

/* でっかいクオーテーション */
.mf-has-quot {
  position: relative;
  quotes: '\201c' '\201d';
  margin: 3rem;
}
.mf-has-quot::before, .mf-has-quot::after {
  font-family: var(--mf-font-gothic);
  color: #c74795;
  position: absolute;
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  writing-mode: initial;
}
.mf-has-quot::before {
  content: open-quote;
  bottom: -3rem;
  left: -3rem;
}
.mf-has-quot::after {
  content: close-quote;
  top: -3rem;
  right: -3rem;
}
.mf-has-quot.txt_vertical {
  margin-left: auto;
  margin-right: auto;
}
.mf-has-translucent-img > img {
  opacity: 0.0;
}

/* ABテスト用 */
#top_category_b {
  display: none;
}
.mf-banner {
  background-color: #e8db69;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.mf-banner a {
  text-decoration: underline;
}
.fader {
  position: relative;
  padding-top: 30.26%;
}
@media (max-width: 768px) {
  .fader {
    padding-top: 100%;
  }
}

.fader img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fader img:not(:first-child) {
  opacity: 0;
}

.side_cal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 100px;
  align-items: baseline;
}
@media (max-width: 768px) {
  /* ~768px */
  .side_cal {
    flex-direction: column;
    align-items: center;
  }
}
.side_cal_memo {
  text-align: center;
  font-family: var(--mf-font-gothic);
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
