@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
  font-family: "Noto Serif JP";
}

.softly {
  color: #000;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .fullWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1100px;
  }
  .inrWidth {
    width: 1000px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .outerWidth {
    width: 95% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
main {
  background: #ffffff;
}

.em-calendar td.eventless-post {
  background: #ccc !important;
}

table.em-calendar td.eventless-pre, .em-calendar td.eventless-post {
  background: #ccc !important;
}

#event_list .list {
  margin-bottom: 50px;
}




/* PC */
@media screen and (min-width: 769px) {
  #event_list .sns {
    display: flex;
    margin-bottom: 30px;
  }
  #event_list .sns div {
    float: left;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
  }
  #event_list .twitter-share-button {
    margin: 0 6px 0 0;
  }
  #event_list .search {
    margin: 30px auto 80px;
    display: table;
  }
  #event_list .words {
    display: table-cell;
    margin-bottom: 40px;
    width: calc(100%-400px);
  }
  #event_list .words h2 {
    margin-bottom: 25px;
  }
  #event_list .words input {
    width: 80%;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding: 0 40px 0 10px;
    height: 32px;
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
  #event_list .words button {
    border: none;
    height: 20px;
    width: 20px;
    background-image: url(../img/event-calendar/icon00.png);
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    top: 4px;
    left: -35px;
  }
  #event_list .words li {
    float: left;
    font-size: 1.6rem;
  }
  #event_list .words a {
    text-decoration: underline;
    color: #000000;
  }
  #event_list .words span {
    margin: 0 5px;
  }
  #event_list .calender {
    display: table-cell;
    width: 400px;
  }
  #event_list .em-calendar {
    width: 100%;
    border: 1px solid #000;
  }
  #event_list .em-calendar thead {
    font-size: 120%;
    font-weight: bold;
  }
  #event_list .em-calendar thead td {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
  }
  #event_list .em-calendar td {
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 7px 10px;
    border: 1px solid #000;
    font-size: 2rem;
  }
  #event_list .em-calnav-prev {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    width: 48%;
    background: #000;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
  #event_list .em-calnav-prev:hover {
    color: #fff !important;
  }
  #event_list .em-calnav-prev::before {
    content: url(../img/common/arrow_w_prev.png);
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translate(0, -50%);
    margin-top: 4px;
  }
  #event_list .em-calendar {
    position: relative;
  }
  #event_list .em-calnav-next {
    position: absolute;
    bottom: -50px;
    left: 52%;
    display: block;
    width: 48%;
    background: #000;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
  #event_list .em-calnav-next:hover {
    color: #fff !important;
  }
  #event_list .em-calnav-next::after {
    content: url(../img/common/arrow_w.png);
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translate(0, -50%);
    margin-top: 4px;
  }
  #event_list .days-names td {
    background: #fff;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    border: 1px solid #000;
    width: 14.28%;
    height: 49px;
    vertical-align: middle;
  }
  #event_list .days-names td:first-of-type {
    color: #e54e9b;
  }
  #event_list .days-names td:last-of-type {
    color: #3ab2e8;
  }
  #event_list .eventful {
    background: #e54e9b !important;
  }
  #event_list .eventful a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  #event_list .eventful a:hover {
    color: #fff !important;
  }
  #event_list .eventful-pre {
    background: #e54e9b !important;
  }
  #event_list .eventful-pre a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  #event_list .eventful-post {
    background: #e54e9b !important;
  }
  #event_list .eventful-post a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  #event_list .eventful-today {
    padding: 0px 4px !important;
  }
  #event_list .eventful-today a {
    color: #fff;
    background: #e54e9b;
    display: block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
  }
  .u-ta-c {
    margin: 50px auto 100px;
    width: 450px;
  }
  .u-ta-c:last-of-type {
    margin: 0  auto 100px;
  }
  .u-ta-c .btn {
    background: #000000;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    height: 45px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 45px;
    position: relative;
  }
  .u-ta-c .btn::after {
    content: url(../img/common/arrow_w.png);
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(0, -50%);
    margin-top: 4px;
  }
}


@-moz-document url-prefix() {
  @media screen and (min-width: 769px) {
    #event_list .words button {
      top: -5px;
    }
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #event_list {
    overflow: hidden;
  }
  #event_list .sns {
    display: flex;
    margin-bottom: 30px;
  }
  #event_list .sns div {
    float: left;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
  }
  #event_list .twitter-share-button {
    margin: 0 6px 0 0;
  }
  #event_list .search {
    margin: 30px auto 80px;
  }
  #event_list .words {
    margin-bottom: 325px;
    width: 100%;
  }
  #event_list .words h2 {
    margin-bottom: 25px;
  }
  #event_list .words input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding: 0 40px 0 10px;
    height: 32px;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  #event_list .words button {
    border: none;
    height: 20px;
    width: 20px;
    background-image: url(../img/event-calendar/icon00.png);
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -56px;
    left: 90%;
  }
  #event_list .words li {
    float: left;
    font-size: 1.6rem;
  }
  #event_list .words a {
    text-decoration: underline;
    color: #000000;
  }
  #event_list .words span {
    margin: 0 5px;
  }
  #event_list .calender {
    width: 100%;
    margin-top: 30px;
    clear: both;
  }
  #event_list .em-calendar {
    width: 100%;
    border: 1px solid #000;
  }
  #event_list .em-calendar thead {
    font-size: 120%;
    font-weight: bold;
  }
  #event_list .em-calendar thead td {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
  }
  #event_list .em-calendar td {
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 7px 10px;
    border: 1px solid #000;
    font-size: 1.4rem;
  }
  #event_list .em-calnav-prev {
    position: absolute;
    bottom: -45px;
    left: 0;
    display: block;
    width: 48%;
    background: #000;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
  }
  #event_list .em-calnav-prev:hover {
    color: #fff !important;
  }
  #event_list .em-calnav-prev::before {
    content: url(../img/common/arrow_w_prev.png);
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0, -50%);
    margin-top: 3px;
  }
  #event_list .em-calendar {
    position: relative;
  }
  #event_list .em-calnav-next {
    position: absolute;
    bottom: -45px;
    left: 52%;
    display: block;
    width: 48%;
    background: #000;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
  }
  #event_list .em-calnav-next:hover {
    color: #fff !important;
  }
  #event_list .em-calnav-next::after {
    content: url(../img/common/arrow_w.png);
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translate(0, -50%);
    margin-top: 3px;
  }
  #event_list .days-names td {
    background: #fff;
    text-align: center;
    font-size: 1.1rem;
    color: #000;
    border: 1px solid #000;
    letter-spacing: -1.5px;
    width: 14.28%;
    height: 39px;
    vertical-align: middle;
  }
  #event_list .days-names td:first-of-type {
    color: #e54e9b;
  }
  #event_list .days-names td:last-of-type {
    color: #3ab2e8;
  }
  #event_list .eventful {
    background: #e54e9b !important;
  }
  #event_list .eventful a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  #event_list .eventful a:hover {
    color: #fff !important;
  }
  #event_list .eventful-pre {
    background: #e54e9b !important;
  }
  #event_list .eventful-pre a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  #event_list .eventful-post {
    background: #e54e9b !important;
  }
  #event_list .eventful-post a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  #event_list .eventful-today {
    padding: 0px 4px !important;
  }
  #event_list .eventful-today a {
    color: #fff;
    background: #e54e9b;
    display: block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
  }
  .u-ta-c {
    margin: 30px 0 50px;
    width: 100%;
  }
  .u-ta-c:last-of-type {
    margin: 0  auto 100px;
  }
  .u-ta-c .btn {
    background: #000000;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    height: 45px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 45px;
    position: relative;
  }
  .u-ta-c .btn::after {
    content: url(../img/common/arrow_w.png);
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(0, -50%);
    margin-top: 4px;
  }
}
