@media only screen and (max-width: 899px) {
  .p-ttl {
    height: 200px; } }
@media print, screen and (min-width: 900px) {
  .p-ttl {
    height: 480px; } }

.p-ttl-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }
  .p-ttl-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.p-days-ttl {
  margin-bottom: 1em;
  font-weight: 400; }
  @media only screen and (max-width: 899px) {
    .p-days-ttl {
      font-size: 20px;
      font-size: 2rem; } }
  @media print, screen and (min-width: 900px) {
    .p-days-ttl {
      font-size: 24px;
      font-size: 2.4rem; } }

.p-days-category {
  margin-bottom: 2em; }

.p-days-detail-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px; }
  .p-days-detail-carousel .slick-dots li.slick-active button {
    background: rgba(255, 126, 0, 0.8);
    border: 1px solid #ff7e00; }
.p-days-detail-carousel .slick-dots button {
  width: 10px;
  height: 10px;
  background: rgba(255, 126, 0, 0.3);
  border: 1px solid #ff7e00;
  border-radius: 100%; }
  .p-days-detail-carousel .slick-dots button:before {
    content: none; }

.p-days-detail-carousel-img {
  display: block !important;
  padding-top: 100%;
  position: relative; }
  .p-days-detail-carousel-img img,
  .p-days-detail-carousel-img video {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.p-days-detail-slide-prev {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10; }
  @media print, screen and (min-width: 900px) {
    .p-days-detail-slide-prev {
      transition: background .4s; }
      .p-days-detail-slide-prev:hover {
        background: #ff7e00; } }
  .p-days-detail-slide-prev:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
    transform: translate(-40%, -50%) rotate(-135deg); }
  .p-days-detail-slide-prev.slick-disabled {
    display: none !important; }

.p-days-detail-slide-next {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10; }
  @media print, screen and (min-width: 900px) {
    .p-days-detail-slide-next {
      transition: background .4s; }
      .p-days-detail-slide-next:hover {
        background: #ff7e00; } }
  .p-days-detail-slide-next:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%) rotate(45deg);
    transform: translate(-60%, -50%) rotate(45deg); }
  .p-days-detail-slide-next.slick-disabled {
    display: none !important; }

@media only screen and (max-width: 899px) {
  .p-days-detail-body {
    margin: 50px 0 50px; } }
@media print, screen and (min-width: 900px) {
  .p-days-detail-body {
    margin: 100px 0 100px; } }
.p-days-detail-body p:not(:first-child) {
  margin-top: 1em; }
.p-days-detail-body a {
  text-decoration: underline; }
  @media print, screen and (min-width: 900px) {
    .p-days-detail-body a:hover {
      color: #ff7e00;
      text-decoration: none; } }

/*# sourceMappingURL=detail.css.map */
