/* Scss Document */
/* Scss Document */
.contents {
  width: 1300px;
  margin: 100px auto 0;
  padding: 0; }

@media (max-width: 1400px) {
  .contents {
    width: calc(100% - 80px);
    margin: 100px 40px 0; } }
@media (max-width: 700px) {
  .contents {
    width: calc(100% - 40px);
    margin: 60px 20px 0; } }
.monthly {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .monthly__title {
    width: 150px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbf7cd;
    border: 1px solid #444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .monthly__data {
    width: calc(100% - 150px - 20px);
    margin: 0 0 0 20px; }
    .monthly__data p {
      font-size: 1.125rem;
      line-height: 1.5; }

@media (max-width: 500px) {
  .monthly {
    flex-direction: column;
    align-items: flex-start; }
    .monthly__data {
      width: 100%;
      margin: 20px 0 0; } }
.excuse {
  margin: 15px 0 0; }

.schedule {
  margin: 40px 0 0;
  padding: 0; }
  .schedule__month {
    margin: 0;
    padding: 40px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #444; }
    .schedule__month--name {
      width: 220px;
      height: 220px;
      color: #FFF;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .schedule__month--name span {
        font-family: "Zen Maru Gothic", sans-serif;
        line-height: 1.0; }
        .schedule__month--name span:first-of-type {
          font-size: 2.25rem;
          font-weight: 900; }
          .schedule__month--name span:first-of-type em {
            font-size: 4.5rem;
            font-style: normal;
            position: relative;
            top: 3px; }
        .schedule__month--name span:last-of-type {
          margin: 20px 0 0;
          font-size: 1.25rem;
          font-weight: 700; }
    .schedule__month:nth-of-type(1) .schedule__month--name {
      background-color: #e7b8b8; }
    .schedule__month:nth-of-type(1) .eventsData__list--item::before {
      background-color: rgba(231, 184, 184, 0.3); }
    .schedule__month:nth-of-type(2) .schedule__month--name {
      background-color: #fbc101; }
    .schedule__month:nth-of-type(2) .eventsData__list--item::before {
      background-color: rgba(251, 193, 1, 0.3); }
    .schedule__month:nth-of-type(3) .schedule__month--name {
      background-color: #d595af; }
    .schedule__month:nth-of-type(3) .eventsData__list--item::before {
      background-color: rgba(213, 149, 175, 0.3); }
    .schedule__month:nth-of-type(4) .schedule__month--name {
      background-color: #004f8a; }
    .schedule__month:nth-of-type(4) .eventsData__list--item::before {
      background-color: rgba(0, 79, 138, 0.3); }
    .schedule__month:nth-of-type(5) .schedule__month--name {
      background-color: #a0b4a4; }
    .schedule__month:nth-of-type(5) .eventsData__list--item::before {
      background-color: rgba(160, 180, 164, 0.3); }
    .schedule__month:nth-of-type(6) .schedule__month--name {
      background-color: #7389c4; }
    .schedule__month:nth-of-type(6) .eventsData__list--item::before {
      background-color: rgba(115, 137, 196, 0.3); }
    .schedule__month:nth-of-type(7) .schedule__month--name {
      background-color: #253649; }
    .schedule__month:nth-of-type(7) .eventsData__list--item::before {
      background-color: rgba(37, 54, 73, 0.3); }
    .schedule__month:nth-of-type(8) .schedule__month--name {
      background-color: #d04033; }
    .schedule__month:nth-of-type(8) .eventsData__list--item::before {
      background-color: rgba(208, 64, 51, 0.3); }
    .schedule__month:nth-of-type(9) .schedule__month--name {
      background-color: #95bed7; }
    .schedule__month:nth-of-type(9) .eventsData__list--item::before {
      background-color: rgba(149, 190, 215, 0.3); }
    .schedule__month:nth-of-type(10) .schedule__month--name {
      background-color: #fac38a; }
    .schedule__month:nth-of-type(10) .eventsData__list--item::before {
      background-color: rgba(250, 195, 138, 0.3); }
    .schedule__month:nth-of-type(11) .schedule__month--name {
      background-color: #f29285; }
    .schedule__month:nth-of-type(11) .eventsData__list--item::before {
      background-color: rgba(242, 146, 133, 0.3); }
    .schedule__month:nth-of-type(12) .schedule__month--name {
      background-color: #68be8c; }
    .schedule__month:nth-of-type(12) .eventsData__list--item::before {
      background-color: rgba(104, 190, 140, 0.3); }

@media (max-width: 1200px) {
  .schedule__month--name {
    width: 150px;
    height: 150px; }
    .schedule__month--name span:first-of-type {
      font-size: 1.5rem; }
      .schedule__month--name span:first-of-type em {
        font-size: 3.125rem; }
    .schedule__month--name span:last-of-type {
      margin: 10px 0 0;
      font-size: 0.875rem; }
  .schedule__month--image {
    width: 150px;
    height: auto; } }
@media (max-width: 1000px) {
  .schedule__month {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .schedule__month--image {
      margin: 20px auto 0; } }
.eventsData {
  width: calc(100% - 220px - 240px);
  margin: 0;
  padding: 0 30px 0 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .eventsData__list {
    width: calc(100% - 330px);
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .eventsData__list--item {
      margin: 0 0 20px;
      padding: 0 0 0 20px;
      font-size: 1.25rem;
      line-height: 1.5;
      position: relative; }
      .eventsData__list--item:last-of-type {
        margin: 0; }
      .eventsData__list--item::before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 10px;
        left: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
  .eventsData__image {
    width: 330px;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none; }
    .eventsData__image--item {
      width: 160px;
      overflow: hidden;
      margin: 5px 10px 5px 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      position: relative; }
      .eventsData__image--item::before {
        content: '';
        display: block;
        padding-top: 75%;
        background-color: #F3F3F3;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
      .eventsData__image--item span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
        .eventsData__image--item span img.photo {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.1s linear; }
        .eventsData__image--item span a:hover img.photo {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: alpha(opacity=70); }
      .eventsData__image--item img.zoom {
        padding: 6px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(68, 68, 68, 0.5);
        z-index: 2; }
      .eventsData__image--item:nth-of-type(even) {
        margin: 5px 0; }

@media (max-width: 1200px) {
  .eventsData {
    width: calc(100% - 150px - 150px); } }
@media (max-width: 1000px) {
  .eventsData {
    width: calc(100% - 150px);
    padding: 0 0 0 40px; }
    .eventsData__list {
      width: calc(100% - 250px); }
    .eventsData__image {
      width: 250px; }
      .eventsData__image--item {
        width: 120px; } }
@media (max-width: 700px) {
  .eventsData {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    flex-direction: column; }
    .eventsData__list {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .eventsData__list--item {
        font-size: 1.125rem; }
    .eventsData__image {
      width: 100%;
      margin: 20px 0 0;
      justify-content: center; }
      .eventsData__image--item {
        margin: 5px; }
        .eventsData__image--item:nth-of-type(even) {
          margin: 5px; } }
@media (max-width: 640px) {
  .eventsData__image--item {
    width: calc((100% - 20px)/2); } }
@media (max-width: 500px) {
  .eventsData__image--item {
    width: calc(100% - 10px); } }
