@charset "UTF-8";
.ttl {
 background-image: url("../img/event/ttl-bg.png");
}
.form-keyword {
 border: 1px solid #ddd;
 margin-top: 15px;
 padding-left: 1em;
 padding-right: 1em;
 height: 40px;
 width: 100%;
}
.select-list {
 display: flex;
 flex-wrap: wrap;
}
.select-box .select-list .select-inner {
 position: absolute;
 top: 51px;
}
.select-inner .calender table {
 width: 100%;
}
.select-inner .calender table tr td input {
 display: none;
}
.select-inner .calender table tr th, .select-inner .calender table tr td {
 border: 1px solid #999;
 text-align: center;
 line-height: 1;
}
.select-inner .calender table tr th {
 padding: 8px 5px;
 background-color: #666;
 color: #fff;
 font-weight: normal;
}
.select-inner .calender li table tr td label {
 display: block;
 margin: 0;
 height: 30px;
 line-height: 30px;
 font-weight: normal;
}
.select-inner .calender li table tr td label {
 cursor: pointer;
}
 .calender-box {
		margin-top: 10px;
 }
@media screen and (min-width: 768px) {
 .calender-box {
  width: 810px;
  margin-left: 35px;
 }
 .select-list > li:nth-child(n+2) {
  margin-left: 20px;
 }
 .select-inner .calender .slick-slide {
  width: 250px !important;
  margin: 0 10px;
 }
}
@media screen and (max-width:767px) {
 .select-inner .calender .slick-slide {
  padding: 0 40px;
 }
 .select-inner .calender .slick-prev {
  left: 0px;
 }
 .select-inner .calender .slick-next {
  right: 0px;
 }
 .select-box .select-list {
  justify-content: space-between;
 }
 .select-box .select-list li {
  width: 48%;
 }
 .select-box .btn-select-ttl {
  padding: 0 0 0 10px;
  width: 100%;
 }
}
.calendar-table td:hover:not(.not-use) {
	background-color: #DED4C9;
}
.calendar-table .td_checked {
 background-color: #8F6D48;
 color: #fff;
}

.l-basic .event-date {
 padding: 0 10px 15px;
 font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
 font-weight: 600;
 color: #8F6D48;
}
.event-info {
 margin-top: 20px;
 padding: 10px 45px;
 background-size: auto auto;
 background-color: rgba(255, 255, 255, 1);
 background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(250, 250, 250, 1) 3px, rgba(250, 250, 250, 1) 5px);
 border: 3px solid #C6C1AB;
}
.event-info li {
 padding: 15px 0;
 font-size: 1.6rem;
 border-bottom: 1px dashed #ccc;
}
.event-info li:last-child {
 border-bottom: none;
}
.event-info ul dl {
 display: flex;
 align-items: center;
}
.event-info ul dl dt {
 width: 30px;
}
.event-info ul dd {
 flex: 1;
 padding-left: 10px;
}
@media screen and (max-width: 767px) {
 .event-info {
  margin-top: 10px;
  padding: 0 15px;
  border-width: 2px;
 }
 .event-info li {
  padding: 10px 0;
  font-size: 1.3rem;
 }
 .event-info li:last-child {
  border-bottom: none;
 }
 .event-info ul dl {
  align-items: flex-start;
 }
 .event-info ul dl dt {
  width: 20px;
 }
 .event-info ul dd {
  padding-left: 5px;
 }
}