@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * calendar.scss
 */
#calendar {
  /* PC
  --------------------------------------------------*/
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#calendar .eventList > li {
  cursor: pointer;
}
#calendar .eventList > li .text .category {
  display: inline-block;
  width: 108px;
  padding: 5px 0;
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  letter-spacing: 0.05em;
}
.msie #calendar .eventList > li .text .category {
  padding: 7px 0 3px;
}
#calendar .eventList > li .text .ttl {
  margin-top: 10px;
  font-weight: bold;
}
#calendar .eventList > li .detail {
  display: none;
}
#calendar .eventList > li.performance .text .category {
  border-color: #3296be;
  color: #3296be;
}
#calendar .eventList > li.workshop .text .category {
  border-color: #50b4a0;
  color: #50b4a0;
}
#calendar .eventList > li.festival .text .category {
  border-color: #be285a;
  color: #be285a;
}
#calendar .eventList > li.other .text .category {
  border-color: #000000;
  color: #000000;
}
.noTouch #calendar .eventList > li:hover .text .ttl {
  text-decoration: underline;
}
#calendar #recommend .inner {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}
#calendar #recommend .inner .title {
  padding: 17px 0;
  background: #ffe73f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.34;
  text-align: center;
}
.msie #calendar #recommend .inner .title {
  padding: 19px 0 15px;
}
#calendar #recommend .inner .eventList {
  zoom: 1;
  padding: 40px 40px 40px 130px;
}
#calendar #recommend .inner .eventList:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#calendar #recommend .inner .eventList > li {
  float: left;
  width: 25%;
  margin-left: 30px;
}
#calendar #recommend .inner .eventList > li:first-child {
  margin-left: -90px;
}
#calendar #recommend .inner .eventList > li .image {
  margin-bottom: 20px;
}
#calendar #calendarArea {
  margin-top: 40px;
}
#calendar #calendarArea .block {
  display: none;
}
#calendar #calendarArea .block.current {
  display: block;
}
#calendar #calendarArea .head {
  position: relative;
  z-index: 2;
}
#calendar #calendarArea .head .inner {
  position: relative;
}
#calendar #calendarArea .head .inner .month {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#calendar #calendarArea .head .inner .month span {
  font-family: "UniversLT-Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 60px;
}
#calendar #calendarArea .head .inner .nextprev li {
  position: absolute;
  top: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#calendar #calendarArea .head .inner .nextprev li a {
  display: block;
  padding: 10px 0;
  color: #000000;
  text-decoration: none;
}
#calendar #calendarArea .head .inner .nextprev li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background: url(../imgs/arw-01_1_black.svg) no-repeat right center;
  background-size: auto 18px;
}
.noTouch #calendar #calendarArea .head .inner .nextprev li a:hover {
  text-decoration: underline;
}
.msie #calendar #calendarArea .head .inner .nextprev li a {
  padding: 12px 0 8px;
}
#calendar #calendarArea .head .inner .nextprev li.prev {
  left: 0;
}
#calendar #calendarArea .head .inner .nextprev li.prev a {
  padding-left: 20px;
}
#calendar #calendarArea .head .inner .nextprev li.prev a:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
#calendar #calendarArea .head .inner .nextprev li.next {
  right: 0;
}
#calendar #calendarArea .head .inner .nextprev li.next a {
  padding-right: 20px;
}
#calendar #calendarArea .head .inner .nextprev li.next a:before {
  right: 0;
}
#calendar #calendarArea .head .inner .day {
  margin-top: 20px;
  font-family: "UniversLT-Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
#calendar #calendarArea .head .inner .day > li {
  display: inline-block;
  padding: 0 1px;
}
#calendar #calendarArea .head .inner .day > li a {
  display: inline-block;
  padding: 5px;
  color: #000000;
  text-decoration: none;
}
#calendar #calendarArea .head .inner .day > li a:not([href]) {
  opacity: 0.5;
  cursor: default;
}
.noTouch #calendar #calendarArea .head .inner .day > li a[href]:hover {
  text-decoration: underline;
}
#calendar #calendarArea .head .categorySelect {
  margin-top: 15px;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  background: #ffffff;
  font-size: 17px;
  line-height: 1;
}
#calendar #calendarArea .head .categorySelect .label {
  display: none;
}
#calendar #calendarArea .head .categorySelect .select .list {
  display: table;
  margin: 0 auto;
  padding: 0 40px;
}
#calendar #calendarArea .head .categorySelect .select .list > li {
  display: table-cell;
}
#calendar #calendarArea .head .categorySelect .select .list > li + li {
  padding-left: 65px;
}
#calendar #calendarArea .head .categorySelect .select .list > li a {
  display: block;
  position: relative;
  padding: 20px 0 19px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#calendar #calendarArea .head .categorySelect .select .list > li a:after {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: transparent;
}
#calendar #calendarArea .head .categorySelect .select .list > li a.on, .noTouch #calendar #calendarArea .head .categorySelect .select .list > li a:hover {
  color: #000000;
}
#calendar #calendarArea .head .categorySelect .select .list > li a.on:after, .noTouch #calendar #calendarArea .head .categorySelect .select .list > li a:hover:after {
  background: #ffe73f;
}
#calendar #calendarArea .head .categorySelect .select .list > li a.on {
  font-weight: bold;
}
.msie #calendar #calendarArea .head .categorySelect .select .list > li a {
  padding: 22px 0 17px;
}
#calendar #calendarArea .calendar {
  position: relative;
  z-index: 1;
}
#calendar #calendarArea .calendar .day {
  zoom: 1;
  padding: 30px 0;
  border-bottom: #dcdcdc solid 1px;
}
#calendar #calendarArea .calendar .day:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#calendar #calendarArea .calendar .day dt {
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
#calendar #calendarArea .calendar .day dt span {
  margin-right: 5px;
  font-family: "UniversLT-Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
}
#calendar #calendarArea .calendar .day dd {
  margin-left: 135px;
}
#calendar #calendarArea .calendar .day dd .eventList > li {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  display: none;
}
#calendar #calendarArea .calendar .day dd .eventList > li + li {
  margin-top: 20px;
}
#calendar #calendarArea .calendar .day dd .eventList > li .image {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  display: table-cell;
  width: 120px;
  vertical-align: top;
}
#calendar #calendarArea .calendar .day dd .eventList > li .image + .text {
  padding-left: 20px;
}
#calendar #calendarArea .calendar .day dd .eventList > li .text {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  display: table-cell;
  vertical-align: top;
}
#calendar #calendarArea.sort_all .calendar .day dd .eventList > li {
  display: table;
}
#calendar #calendarArea.sort_performance .head .inner .day > li.performance_none a {
  opacity: 0.5;
  cursor: default;
}
.noTouch #calendar #calendarArea.sort_performance .head .inner .day > li.performance_none a:hover {
  text-decoration: none;
}
#calendar #calendarArea.sort_performance .calendar .day.performance_none {
  display: none;
}
#calendar #calendarArea.sort_performance .calendar .day dd .eventList li.performance {
  display: table;
}
#calendar #calendarArea.sort_workshop .head .inner .day > li.workshop_none a {
  opacity: 0.5;
  cursor: default;
}
.noTouch #calendar #calendarArea.sort_workshop .head .inner .day > li.workshop_none a:hover {
  text-decoration: none;
}
#calendar #calendarArea.sort_workshop .calendar .day.workshop_none {
  display: none;
}
#calendar #calendarArea.sort_workshop .calendar .day dd .eventList li.workshop {
  display: table;
}
#calendar #calendarArea.sort_festival .head .inner .day > li.festival_none a {
  opacity: 0.5;
  cursor: default;
}
.noTouch #calendar #calendarArea.sort_festival .head .inner .day > li.festival_none a:hover {
  text-decoration: none;
}
#calendar #calendarArea.sort_festival .calendar .day.festival_none {
  display: none;
}
#calendar #calendarArea.sort_festival .calendar .day dd .eventList li.festival {
  display: table;
}
#calendar #calendarArea.sort_other .head .inner .day > li.other_none a {
  opacity: 0.5;
  cursor: default;
}
.noTouch #calendar #calendarArea.sort_other .head .inner .day > li.other_none a:hover {
  text-decoration: none;
}
#calendar #calendarArea.sort_other .calendar .day.other_none {
  display: none;
}
#calendar #calendarArea.sort_other .calendar .day dd .eventList li.other {
  display: table;
}
#calendar #detailModalWindow {
  overflow: hidden;
  position: fixed;
  top: 100px;
  bottom: 50px;
  left: 50%;
  z-index: 4;
  width: 540px;
  margin-left: -310px;
  border-radius: 10px;
}
#calendar #detailModalWindow .outer {
  box-sizing: border-box;
  overflow: auto;
  max-height: 100%;
  border-radius: 10px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}
#calendar #detailModalWindow .inner {
  position: relative;
  padding: 40px 40px 90px;
}
#calendar #detailModalWindow .detail .category {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
#calendar #detailModalWindow .detail .ttl {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.7;
}
#calendar #detailModalWindow .detail .info {
  width: 100%;
  margin-bottom: 30px;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  font-size: 17px;
  line-height: 1.65;
}
#calendar #detailModalWindow .detail .info th,
#calendar #detailModalWindow .detail .info td {
  padding: 16px 0;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  vertical-align: top;
}
.msie #calendar #detailModalWindow .detail .info th, .msie
#calendar #detailModalWindow .detail .info td {
  padding: 18px 0 14px;
}
#calendar #detailModalWindow .detail .info th {
  width: 3em;
  padding-right: 20px;
  font-weight: bold;
}
#calendar #detailModalWindow .detail .image {
  width: 350px;
  margin: 0 auto 20px;
  text-align: center;
}
#calendar #detailModalWindow .detail .image img {
  max-width: 100%;
  height: auto;
}
#calendar #detailModalWindow .detail .text {
  font-size: 17px;
  line-height: 1.65;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#calendar #detailModalWindow .detail a {
  color: #000000;
}
#calendar #detailModalWindow .close {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
}
#calendar #detailModalWindow .close:before, #calendar #detailModalWindow .close:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 2px;
  margin: -1px 0 0 -18px;
  background: #000000;
}
#calendar #detailModalWindow .close:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#calendar #detailModalWindow .close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  #calendar #calendarArea .head .categorySelect .list > li + li {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar #content {
    z-index: 2;
  }
  #calendar .eventList > li .text .category {
    width: 88px;
    padding: 5px 0 3px;
    border-radius: 10px;
    font-size: 10px;
  }
  #calendar .eventList > li .text .ttl {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.44;
  }
  #calendar #recommend .inner {
    border-radius: 5px;
  }
  #calendar #recommend .inner .title {
    padding: 17px 0;
    font-size: 16px;
  }
  #calendar #recommend .inner .eventList {
    padding: 20px 20px 20px 40px;
  }
  #calendar #recommend .inner .eventList > li {
    width: 50%;
    margin-top: 20px;
    margin-left: 20px;
  }
  #calendar #recommend .inner .eventList > li:first-child {
    margin-left: -20px;
  }
  #calendar #recommend .inner .eventList > li:nth-child(odd) {
    clear: both;
    margin-left: -20px;
  }
  #calendar #recommend .inner .eventList > li:nth-child(-n+2) {
    margin-top: 0;
  }
  #calendar #recommend .inner .eventList > li .image {
    margin-bottom: 10px;
  }
  #calendar #calendarArea {
    margin-top: 30px;
  }
  #calendar #calendarArea .head .inner .month {
    font-size: 27px;
  }
  #calendar #calendarArea .head .inner .month span {
    font-size: 54px;
  }
  #calendar #calendarArea .head .inner .nextprev {
    font-size: 16px;
  }
  #calendar #calendarArea .head .inner .nextprev li {
    top: 10px;
  }
  #calendar #calendarArea .head .inner .nextprev li a:before {
    width: 10px;
    background-size: auto 10px;
  }
  #calendar #calendarArea .head .inner .nextprev li.prev {
    left: 0;
  }
  #calendar #calendarArea .head .inner .nextprev li.prev a {
    padding-left: 10px;
  }
  #calendar #calendarArea .head .inner .nextprev li.next a {
    padding-right: 10px;
  }
  #calendar #calendarArea .head .inner .day {
    display: none;
  }
  #calendar #calendarArea .head .categorySelect {
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.34;
  }
  #calendar #calendarArea .head .categorySelect .label {
    display: block;
    position: relative;
    padding: 13px 60px 13px 20px;
    cursor: pointer;
  }
  #calendar #calendarArea .head .categorySelect .label:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    border-top: #000000 solid 13px;
    border-right: transparent solid 6px;
    border-left: transparent solid 6px;
  }
  #calendar #calendarArea .head .categorySelect.open .label {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.5);
  }
  #calendar #calendarArea .head .categorySelect .select {
    position: relative;
  }
  #calendar #calendarArea .head .categorySelect .select .list {
    display: block;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background: #ffffff;
  }
  #calendar #calendarArea .head .categorySelect .select .list > li {
    display: block;
  }
  #calendar #calendarArea .head .categorySelect .select .list > li + li {
    padding-left: 0;
  }
  #calendar #calendarArea .head .categorySelect .select .list > li a {
    padding: 8px 20px;
    color: #000000;
  }
  #calendar #calendarArea .head .categorySelect .select .list > li a:after {
    display: none;
  }
  #calendar #calendarArea .calendar .day {
    padding: 20px 0;
  }
  #calendar #calendarArea .calendar .day dt {
    float: none;
    font-size: 15px;
  }
  #calendar #calendarArea .calendar .day dt span {
    font-size: 38px;
  }
  #calendar #calendarArea .calendar .day dd {
    margin-top: 20px;
    margin-left: 0;
  }
  #calendar #calendarArea .calendar .day dd .eventList > li {
    width: 100%;
  }
  #calendar #calendarArea .calendar .day dd .eventList > li .image {
    width: 21.67%;
  }
  #calendar #calendarArea .calendar .day dd .eventList > li .image + .text {
    padding-left: 10px;
  }
  #calendar #detailModalWindow {
    top: 60px;
    right: 25px;
    bottom: 70px;
    left: 25px;
    width: auto;
    margin-left: 0;
    border-radius: 5px;
  }
  #calendar #detailModalWindow .outer {
    box-sizing: border-box;
    overflow: auto;
    max-height: 100%;
    border-radius: 5px;
    background: #ffffff;
  }
  #calendar #detailModalWindow .inner {
    position: relative;
    padding: 20px 20px 60px;
  }
  #calendar #detailModalWindow .detail .category {
    font-size: 13px;
  }
  #calendar #detailModalWindow .detail .ttl {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.44;
  }
  #calendar #detailModalWindow .detail .info {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  #calendar #detailModalWindow .detail .info th,
  #calendar #detailModalWindow .detail .info td {
    padding: 17px 0;
  }
  #calendar #detailModalWindow .detail .info th {
    width: 3em;
    padding-right: 0;
  }
  #calendar #detailModalWindow .detail .image {
    width: auto;
    margin: 0 50px 20px;
  }
  #calendar #detailModalWindow .detail .text {
    font-size: 15px;
    line-height: 1.6;
  }
  #calendar #detailModalWindow .close {
    bottom: 15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
  }
  #calendar #detailModalWindow .close:before, #calendar #detailModalWindow .close:after {
    width: 34px;
    height: 1px;
    margin: -1px 0 0 -17px;
  }
}
