@charset "utf-8";

#__pw_new_machine_info + #__pw_calendar {
  margin-top: 16px;
}

/* reset */
.__pw_calendar a {
  color: #383838;
  text-decoration: none;
}

.__pw_calendarBoxTitle {
  padding: 4px 0 0 8px;
  border-bottom: solid 4px #DF18A0;
  font-size: 24px;
  font-weight: bold;
}
.__pw_calendarBoxTitle > img {
  margin: 0 4px 6px 0;
  vertical-align: middle;
}
.__pw_calendar[data-type="month"] {
  border-bottom: solid 8px #E6E6E6;
  background-color: #FFF;
  color: #333;
}
/* calendar-nav */
.__pw_calendar-navGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
}
.__pw_calendar-navGrid-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.__pw_calendar-navGrid-title > span {
  font-size: 13px;
}
.__pw_calendar-navGrid-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 22px;
  border: solid 1px #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #212529;
}
.__pw_calendar-navGrid-nav.is-disabled {
  border-color: #CCC;
  color: #CCC;
}
.__pw_calendar-navGrid-nav:not(.is-disabled) {
  cursor: pointer;
}
.__pw_calendar-navGrid-nav > i {
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url("../img/iconArrows.svg");
  -webkit-background-size: 37px 14px;
  -moz-background-size: 37px 14px;
  background-size: 37px 14px;
}
.__pw_calendar-navGrid-nav-left {
  background-position: 0 0;
}
.__pw_calendar-navGrid-nav.is-disabled .__pw_calendar-navGrid-nav-left {
  background-position: -10px 0;
}
.__pw_calendar-navGrid-nav-right {
  background-position: -20px 0;
}
.__pw_calendar-navGrid-nav.is-disabled .__pw_calendar-navGrid-nav-right {
  background-position: -29px 0;
}
/* カレンダー部分 */
.__pw_calendar-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.__pw_calendar[data-type="week"] .__pw_calendar-grid[data-type="body"],
.__pw_calendar[data-type="month"] .__pw_calendar-grid[data-type="body"]:not(:last-of-type) {
  border-bottom: solid 1px #F2F2F7;
}
.__pw_calendar-grid[data-type="header"] > p,
.__pw_calendar-item {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  margin: 0;
}
.__pw_calendar-grid[data-type="header"] > p {
  margin: 0;
  background-color: #F2F2F7;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
}
.__pw_calendar-item:not(.is-empty) {
  cursor: pointer;
}
.__pw_calendar-item + .__pw_calendar-item {
  border-left: solid 1px #F2F2F7;
}
.__pw_calendar-item-header {
  position: relative;
  height: 18px;
}
.__pw_calendar-item-date {
  position: absolute;
  left: 2px;
  top: 2px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.__pw_calendar[data-type="week"] .__pw_calendar-item-date {
  text-align: left;
}
.__pw_calendar[data-type="month"] .__pw_calendar-item-date {
  width: 20px;
  text-align: center;
}
.__pw_calendar-item-date-month {
  font-size: 10px;
}
.__pw_calendar-item-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 64px;
  padding: 0 2px 2px;
}
/* 土日祝日・当日・選択・非活性 */
.__pw_calendar-grid[data-type="header"] .sat,
.__pw_calendar-item.sat .__pw_calendar-item-date,
.__pw_calendar[data-type="month"] .__pw_calendar-grid[data-type="header"] > p:last-child,
.__pw_calendar[data-type="month"] .__pw_calendar-item:last-child .__pw_calendar-item-date {
  color: #5CC0DD;
}
.__pw_calendar-grid[data-type="header"] .sun,
.__pw_calendar-item.sun .__pw_calendar-item-date,
.__pw_calendar-grid[data-type="header"] .holiday,
.__pw_calendar-item.holiday .__pw_calendar-item-date,
.__pw_calendar[data-type="month"] .__pw_calendar-grid[data-type="header"] > p:first-child,
.__pw_calendar[data-type="month"] .__pw_calendar-item:first-child .__pw_calendar-item-date {
  color: #D9534F;
}
.__pw_calendar-item.today {
  background-color: #FFFDE3;
}
.__pw_calendar-item.is-current:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: solid 1px #00B4FF;
  content: "";
  z-index: 1;
}
.__pw_calendar-item.is-disabled:after {
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 0;
  right: 0;
  background-color: #EBEBEB;
  content: "";
  z-index: 0;
}
/* 各種予定バッジ */
.__pw_calendar-event {
  position: relative;
  margin: 0 auto;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
.__pw_calendar-event + .__pw_calendar-event {
  margin-top: 2px;
}
.__pw_calendar-event[data-type="grand_open"] {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  background: url("../img/iconRibbonRed.png") no-repeat center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  color: #FFE100;
  text-shadow: 0 1px #E00000, 1px 1px #E00000, 1px 0 #E00000, 1px -1px #E00000, 0 -1px #E00000, -1px -1px #E00000, -1px 0 #E00000, -1px 1px #E00000;
}
.__pw_calendar-event[data-type="anniversary"] {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  background: url("../img/iconRibbonYellow.png") no-repeat center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  color: #CA0000;
  text-shadow: 0 1px #FFF, 1px 1px #FFF, 1px 0 #FFF, 1px -1px #FFF, 0 -1px #FFF, -1px -1px #FFF, -1px 0 #FFF, -1px 1px #FFF;
}
.__pw_calendar-event[data-type="text_ad"],
.__pw_calendar-event[data-type="intervew"],
.__pw_calendar-event[data-type="send_area"],
.__pw_calendar-event[data-type="mail"],
.__pw_calendar-event[data-type="new_kisyu"],
.__pw_calendar-event[data-type="introduce_machine"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 14px;
  padding-left: 1px;
  padding-right: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: solid 1px;
  line-height: 12px;
}
.__pw_calendar-event[data-type="text_ad"][data-plan="royal"] {
  background-color: #000;
  border-color: #F1B739;
  color: #FFF;
}
.__pw_calendar-event[data-type="text_ad"][data-plan="premium"] {
  background-color: #A10000;
  border-color: #F1B739;
  color: #FFF;
}
.__pw_calendar-event[data-type="text_ad"][data-plan="advance"] {
  background-color: #F9D4D4;
  border-color: #CE2323;
  color: #4D4D4D;
}
.__pw_calendar-event[data-type="text_ad"][data-plan="basic"] {
  background-color: #FDF2F2;
  border-color: #D4D4D4;
  color: #4D4D4D;
}
.__pw_calendar-event[data-type="intervew"][data-plan="paid"] {
  background-color: #A674BD;
  border-color: #A674BD;
  color: #FFF;
}
.__pw_calendar-event[data-type="text_ad"][data-plan="trial"],
.__pw_calendar-event[data-type="intervew"][data-plan="free"] {
  background-color: #FFF;
  border-color: #D4D4D4;
  color: #4D4D4D;
}
.__pw_calendar-event[data-type="send_area"] {
  background-color: #FB7210;
  border-color: #FB7210;
  color: #FFF;
}
.__pw_calendar-event[data-type="mail"] {
  background-color: #1B85C4;
  border-color: #1B85C4;
  color: #FFF;
}
.__pw_calendar-event[data-type="new_kisyu"] {
  background-color: #4B5AB2;
  border-color: #4B5AB2;
  color: #FFF;
}
.__pw_calendar-event[data-type="introduce_machine"] {
  background-color: #3C7B06;
  border-color: #3C7B06;
  color: #FFF;
}

/* カレンダー下 詳細エリア */
.__pw_event-date {
  margin: 0;
  padding: 10px 8px;
  background-color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.__pw_event-title {
  margin: 0;
  padding: 4px 8px;
  background-color: #3C3C42;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.__pw_event-body {
  padding: 8px;
  background-color: #E6E6E6;
}
.__pw_event-item {
  display: block;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.__pw_event-item + .__pw_event-item {
  margin-top: 8px;
}
.__pw_event-item-date {
  margin: 0 auto 4px;
  color: #222;
  font-size: 15px;
}
.__pw_event-item.is-noScheduled {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}
.__pw_event-item.is-inactive {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 66px;
  text-align: center;
}
.__pw_event-item.is-inactive:before,
.__pw_event-item.is-inactive:after,
.__pw_event-item.is-inactive .__pw_event-item-inner:before {
  position: absolute;
  left: 8px;
  height: 14px;
  background-color: #EEE;
  content: "";
}
.__pw_event-item.is-inactive:before {
  top: 8px;
  width: 240px;
}
.__pw_event-item.is-inactive:after {
  top: 26px;
  width: 90%;
}
.__pw_event-item.is-inactive .__pw_event-item-inner:before {
  top: 44px;
  width: 70%;
}
.__pw_event-item.is-inactive .__pw_event-item-comment {
  position: relative;
  margin: 0;
  font-size: 15px;
  line-height: 50px;
  z-index: 1;
}
.__pw_event .intervew-memo {
  margin-top: 8px;
  color: #828282;
  font-size: 10px;
}

/* 周年告知 */
.__pw_event .annivInfo {
  width: 100%;
  margin-bottom: 0;
}
.__pw_event .grandOpenAds-item + .annivInfo {
  margin-top: 8px;
}
/* テキスト告知 */
.__pw_event .textInfo {
  width: 100%;
  margin-bottom: 0;
}

/* メッセージ */
/*.__pw_event-item[data-type="mail"] {
  padding-right: 24px;
  background: url("https://www.p-world.co.jp/sp/images/red_arrow_03.png") no-repeat 100% 50% #FFF;
}
.__pw_event .mailTitle {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.__pw_event .mailBody {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
}*/

/* チラシ（エリア定期便） */
.__pw_event .sendArea-title {
  margin: 0 auto 4px;
  color: #CE2323;
  font-size: 15px;
  font-weight: bold;
}
.__pw_event .sendArea-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.__pw_event .sendArea-thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 166px;
  height: 166px;
  margin: 0;
  border: solid 1px #E7E7E7;
}
.__pw_event .sendArea-thumb > img {
  width: auto;
  height: auto;
  max-width: 166px;
  max-height: 166px;
}
.__pw_event .sendArea-body {
  padding-left: 8px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.__pw_event .sendArea-text {
  margin: 0;
  font-size: 12px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* 導入台・新台入替 */
.__pw_event .introduceMachine-carousel {
  position: relative;
  width: 630px;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  overflow: hidden;
}
.__pw_event .introduceMachine-carousel-header {
  display: table;
  width: 100%;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.__pw_event .introduceMachine-carousel-header[data-type="p"] {
  border: solid 1px #E76565;
  background-color: #E76565;
}
.__pw_event .introduceMachine-carousel-header[data-type="s"] {
  border: solid 1px #647EE5;
  background-color: #647EE5;
}
.__pw_event .introduceMachine-carousel-type {
  display: table-cell;
  width: 94px;
  color: #FFF;
}
.__pw_event .introduceMachine-carousel-count {
  display: table-cell;
  background-color: #FFF;
}
.__pw_event .introduceMachine-carousel-count > img {
  vertical-align: middle;
}
.__pw_event .introduceMachine-carousel-thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 180px;
  margin: 0 auto 4px;
}
.__pw_event .introduceMachine-carousel-thumb img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 180px;
  vertical-align: bottom;
}
.__pw_event .introduceMachine-carousel-maker {
  margin: 0 0 4px;
  font-size: 12px;
  text-align: left;
}
.__pw_event .introduceMachine-carousel-maker a {
  color: #333;
  text-decoration: none;
}
.__pw_event .introduceMachine-carousel-name {
  margin: 0;
  color: #00F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.__pw_event .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.__pw_event .owl-stage {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.__pw_event .owl-item {
  position: relative;
  display: table-cell;
  min-height: 1px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #CCC;
  background-color: #FFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.__pw_event .owl-controls .owl-nav .owl-prev,
.__pw_event .owl-controls .owl-nav .owl-next {
  position: absolute;
  display: block;
  -webkit-box-shadow: 0 1px 3px #888;
  -moz-box-shadow: 0 1px 3px #888;
  box-shadow: 0 1px 3px #888;
  top: 50%;
  width: 36px;
  height: 80px;
  margin-top: -40px;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
}
.__pw_event .owl-controls .owl-nav .owl-prev {
  left: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  border-left: solid 1px #FFF;
  background: url("https://www.p-world.co.jp/img/index/iconCarouselArrowLeft.svg") no-repeat 10px 50% #FFF;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}
.__pw_event .owl-controls .owl-nav .owl-next {
  right: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  border-right: solid 1px #FFF;
  background: url("https://www.p-world.co.jp/img/index/iconCarouselArrowRight.svg") no-repeat 18px 50% #FFF;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}
.__pw_event .owl-controls .owl-nav .owl-prev.disabled,
.__pw_event .owl-controls .owl-nav .owl-next.disabled {
  display: none;
}

/* 過去情報・メッセージ・導入台 アクセス権なし */
.__pw_event-body[data-type="unauthorized"] {
  padding: 12px 8px;
  background-color: #FFF;
  font-size: 15px;
}
.__pw_event-container > .__pw_event-body[data-type="unauthorized"]:first-of-type {
  border-top: solid 1px #CCC;
}
.__pw_event-body[data-type="unauthorized"] a {
  color: #00F;
}
.__pw_event-body-puremiumButton,
.__pw_event-body-loginButton {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  border: none;
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.__pw_event-body-puremiumButton {
  margin: 24px auto 16px;
  background-color: #FB8C00;
  color: #FFF;
}
.__pw_event-body-loginButton {
  margin: 8px auto 0;
  border: solid 1px #BBB;
  background-color: #EEE;
  color: #444;
}
