@charset "utf-8";
/* CSS Document */

.xo-event-calendar * {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.xo-month-wrap {
  margin: 0 40px 0 0;
  /* padding-right: 40px; */
}
.xo-months .xo-month-wrap:first-child {
  margin-left: 0;
}
.xo-months .xo-month-wrap:;last-child {
  /* padding-right: 0; */
}
.xo-event-calendar table {
  color: #000;
}
.xo-event-calendar table.xo-month {
  border: none !important;
  margin-bottom: 0;
}
.xo-event-calendar table.xo-month .month-header > span {
  font-size: 16px;
  /* font-weight: bold; */
}
.xo-event-calendar table.xo-month > thead th {
  line-height: 1.8;
  /* 以下、プラグインがページ内に生成するcssへのカウンター */
  color: #000;
  font-size: 100%;
  font-weight: bold;
  padding: 1px 0 !important;
}
.xo-event-calendar table.xo-month > thead th.sunday { color: red; }
.xo-event-calendar table.xo-month > thead th.saturday { color: #00d; }
.xo-event-calendar table.xo-month th {
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE !important;
}
.xo-event-calendar table.xo-month td {
  border-color: #FFF;
  border-width: 2px 2px 0 0 !important;
}
.holiday-titles,
.other-month {
  display: none;
}
.holiday-all, holiday-event {
  color: #FFF;
}
.xo-event-calendar table.xo-month .month-header {
  margin: 2px 0 2px;
  display: block; /* プラグインがページ内に生成するcssでflexが指定されてしまうのでオーバーライド */
}
.xo-event-calendar table.xo-month .month-header > span {
  vertical-align: top;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .xo-months {
    max-width: 300px;
    margin: 0 auto;
  }
  .xo-month-wrap {
    margin-right: 0;
  }
  .xo-event-calendar table.xo-month .month-header > span {
    font-size: 14px;
  }
}

/*日付の中央表示*/
.xo-event-calendar table.xo-month .month-dayname td div,
.xo-event-calendar table.xo-month .month-week {
  line-height: 3em;
  height: 3em;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  padding: 0;
  text-align: center;
  font-size: 1em;
}

.xo-event-calendar table.xo-month .month-dayname td div.today { /*今日*/
  color: #000;
  text-decoration: underline;
}
.xo-event-calendar table.xo-month .month-dayname .dayname td:first-child div { /*日曜日*/
  color: #ff0200 !important;
}
.xo-event-calendar table.xo-month .month-dayname .dayname td:nth-child(7) div { /*土曜日*/
  color: #000188 !important;
}
.xo-event-calendar table.xo-month .month-dayname .dayname td div.today.holiday-all,
.xo-event-calendar table.xo-month .month-dayname .dayname td div.today.holiday-event,
.xo-event-calendar table.xo-month .month-dayname .dayname td:first-child div.holiday-all,
.xo-event-calendar table.xo-month .month-dayname .dayname td:first-child div.holiday-event,
.xo-event-calendar table.xo-month .month-dayname .dayname td:nth-child(7) div.holiday-all,
.xo-event-calendar table.xo-month .month-dayname .dayname td:nth-child(7) div.holiday-event {
  color: #FFF !important;
}


/* slickスライダー */
.slick-prev,
.slick-next {
  background-color: #FFF !important;
  border-radius: 0;
  color: #000;
  border: none;
  padding-top: 2px;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 37px;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-arrow {
  position: absolute;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    padding-top: 2px;
    font-size: 14px;
  }
  .slick-next {
    right: 0;
  }
}


/* style.cssをオーバーライド */
.box_cal_bizhour {
  letter-spacing: 0.03em;
  display: flex;
}
.cal-box {
  display: block;
  /* letter-spacing: normal; */
  max-width: 710px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cal_bizhour {
  display: block;
  /* letter-spacing: normal; */
  margin-top: 72.5px;
  font-size: 15px;
  max-width: 688px;
  margin-left: -40px;
  padding-left: 40px;
  background-color: #FFF;
  position: relative;
  z-index: 100;
}
.cal_shop_cat .cal_bizhour {
  margin-top: 32.5px;
}
.cal-box .tex-box p {
  font-size: 14px;
}
.cal-box .tex-box {
  /* margin-top: 14px; */
  padding-left: 0;
}
.calendar p {
  text-align: left;
}
.calendar p span.boxholiday {
  background-color: #555;
  padding-left: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .cal-box .tex-box {
    margin-top: 14px;
  }
  .tex-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .box_cal_bizhour {
    flex-wrap: wrap;
  }
  .cal-box > div:first-child {
    padding-left: 20px;
  }
  .cal_bizhour {
    width: 100%;
    max-width: 720px;
    margin: 45px auto 30px auto;
    padding-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .cal-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .cal-box > div:first-child {
    padding-left: 0;
  }
  .cal_bizhour {
    width: 80%;
    max-width: 300px;
    padding-left: 0;
    font-size: 14px;
  }
}

/* LP用 */
.lp_calbox {
  background-color: #FFF;
  padding: 60px 0 60px 0;
}
.lp_calbox .cal-box {
  margin-top: 40px;
}
.lp_calbox .cal_bizhour {
  margin-top: 42.5px;
}
@media print, screen and (max-width: 768px) {
  .lp_calbox {
    margin-top: 0;
  }
  .lp_calbox .cal_bizhour {
    margin-top: 45px;
  }
}

/* 20220106: 祝日の色つけ */
.holiday-holiday {
  color: #ff0200 !important;
}

.mw900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
	.mw900{
		width: 90%;
	}
}
