@charset "UTF-8";
.day-flow__copy {
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.day-flow__lead {
  max-width: 750px;
  margin: 20px auto 0;
  text-align: center;
}

.day-flow .chart {
  position: relative;
  margin-top: 50px;
  border: 3px solid #EFC100;
  background: url(../common/images/bg.png);
}

.day-flow .chart .chart-btn {
  position: absolute;
  top: 20px;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-btn {
    left: -13px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-btn {
    left: -12px;
    font-size: 2rem;
  }
}

.day-flow .chart .chart-btn--01 {
  background: url(../images/report/btn_chart01.png) 0 0/contain no-repeat;
  opacity: .2;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-btn--01 {
    padding: 5px 60px 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-btn--01 {
    display: inline-block;
    padding: 0px 30px 10px 20px;
  }
}

.day-flow .chart .chart-btn--01.is-active {
  opacity: 1;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.day-flow .chart .chart-btn--01:hover {
  opacity: 1;
}

.day-flow .chart .chart-btn--02 {
  margin-top: 10px;
  background: url(../images/report/btn_chart02.png) 0 0/contain no-repeat;
  opacity: .2;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-btn--02 {
    padding: 5px 60px 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-btn--02 {
    padding: 0px 30px 10px 20px;
  }
}

.day-flow .chart .chart-btn--02.is-active {
  opacity: 1;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.day-flow .chart .chart-btn--02:hover {
  opacity: 1;
}

.day-flow .chart .chart-block {
  position: relative;
  display: none;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-block {
    margin-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block {
    margin-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.day-flow .chart .chart-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #EFC100;
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block:before {
    display: none;
  }
}

.day-flow .chart .chart-block.is-active {
  display: block;
}

.day-flow .chart .chart-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.day-flow .chart .chart-block__item:not(:first-of-type) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-block__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .day-flow .chart .chart-block__item:nth-of-type(even) .chart-block__detail {
    margin-right: 0;
    margin-left: 20px;
    text-align: left;
  }
  .day-flow .chart .chart-block__item:nth-of-type(even) .chart-block__detail .ttl:after {
    right: auto;
    left: 0;
  }
  .day-flow .chart .chart-block__item:nth-of-type(even) .chart-block__image {
    padding-left: 0;
    padding-right: 20px;
  }
  .day-flow .chart .chart-block__item:nth-of-type(even) .chart-block__image .time {
    left: auto;
    right: 0px;
    margin-left: 0;
    margin-right: 20px;
  }
  .day-flow .chart .chart-block__item:nth-of-type(even) .chart-block__image .time:after {
    left: auto;
    right: -20px;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-block__detail {
    width: calc(50% - 20px);
    margin-right: 20px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block__detail {
    width: 100%;
  }
}

.day-flow .chart .chart-block__detail .ttl {
  position: relative;
  display: inline-block;
  margin-left: auto;
  font-weight: 500;
  text-align: right;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-block__detail .ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block__detail .ttl {
    margin-top: 10px;
    font-size: 2rem;
  }
}

.day-flow .chart .chart-block__detail .ttl:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: calc(100% + 20px);
  height: 10px;
  background-color: #EFC100;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-block__detail .ttl:after {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block__detail .ttl:after {
    left: 0;
  }
}

.day-flow .chart .chart-block__detail .txt {
  margin-top: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block__detail .txt {
    line-height: 1.5;
  }
}

.day-flow .chart .chart-block__image {
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-block__image {
    width: 50%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block__image {
    width: 100%;
  }
}

.day-flow .chart .chart-block__image img {
  border-radius: 10px;
}

.day-flow .chart .chart-block__image .time {
  position: absolute;
  left: -1px;
  color: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-block__image .time {
    top: -20px;
    margin-left: 20px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block__image .time {
    top: -17px;
    font-size: 2rem;
  }
}

.day-flow .chart .chart-block__image .time:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/report/icon_flag01.svg) 0 0 no-repeat;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .day-flow .chart .chart-block__image .time:after {
    left: -20px;
    width: 117px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .chart .chart-block__image .time:after {
    left: -10px;
    width: 105px;
    height: 40px;
  }
}

.day-flow .chart.is-himawari {
  border: 3px solid #FF0000;
}

.day-flow .chart.is-himawari .chart-block:before {
  background-color: #FF0000;
}

.day-flow .chart.is-himawari .chart-block__detail .ttl:after {
  background-color: #FF0000;
}

.day-flow .chart.is-himawari .chart-block__image .time:after {
  background: url(../images/report/icon_flag02.svg) 0 0 no-repeat;
}

@media screen and (min-width: 768px) {
  .day-flow .hoiku {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .hoiku {
    margin-top: 60px;
  }
}

.day-flow .hoiku__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

.day-flow .hoiku .hoiku-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .day-flow .hoiku .hoiku-block {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .hoiku .hoiku-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .day-flow .hoiku .hoiku-block__txt {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .day-flow .hoiku .hoiku-block__txt {
    width: 100%;
    margin-top: 20px;
  }
}

.day-flow .hoiku .hoiku-block__image {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .day-flow .hoiku .hoiku-block__image {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .day-flow .hoiku .hoiku-block__image {
    width: 100%;
  }
}

.day-flow .hoiku__btn {
  margin-top: 30px;
  text-align: center;
}

.routine .routine-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .routine .routine-block {
    max-width: 750px;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .routine .routine-block {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .routine .routine-block .routine-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.routine .routine-block .routine-list__item {
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .routine .routine-block .routine-list__item {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .routine .routine-block .routine-list__item {
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}

.routine .routine-block .routine-list__item:before {
  content: "○";
}

.routine .routine-block .routine-list__item:after {
  content: "";
  width: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.routine .routine-block .routine-list__item#koguma.is-active:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 10px;
  background-color: rgba(255, 0, 0, 0.4);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .routine .routine-block .routine-list__item#koguma.is-active:after {
    width: calc(100% + 40px);
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .routine .routine-block .routine-list__item#koguma.is-active:after {
    width: 100%;
    height: 5px;
  }
}

.routine .routine-block .routine-list__item#hbd.is-active:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 10px;
  background-color: rgba(239, 193, 0, 0.7);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .routine .routine-block .routine-list__item#hbd.is-active:after {
    width: calc(100% + 40px);
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .routine .routine-block .routine-list__item#hbd.is-active:after {
    width: 100%;
    height: 5px;
  }
}

.routine .routine-block .routine-list__item#sankan.is-active:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: rgba(41, 166, 221, 0.7);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .routine .routine-block .routine-list__item#sankan.is-active:after {
    width: calc(100% + 40px);
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .routine .routine-block .routine-list__item#sankan.is-active:after {
    width: 100%;
    height: 5px;
  }
}

.routine .routine-block .image-list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .routine .routine-block .image-list {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .routine .routine-block .image-list {
    width: 100%;
    margin-top: 20px;
  }
}

.routine .routine-block .image-list:before {
  content: "";
  display: block;
  padding-bottom: 56%;
}

.routine .routine-block .image-list__item {
  position: absolute;
  display: none;
  top: 0;
}

.routine .routine-block .image-list__item img {
  border-radius: 10px;
  width: 100%;
}

.routine .routine-block .image-list__item#koguma-image {
  display: block;
  border: 3px solid rgba(255, 0, 0, 0.4);
  border-radius: 13px;
}

.routine .routine-block .image-list__item#hbd-image {
  display: none;
  border: 3px solid rgba(239, 193, 0, 0.7);
  border-radius: 13px;
}

.routine .routine-block .image-list__item#sankan-image {
  display: none;
  border: 3px solid rgba(41, 166, 221, 0.7);
  border-radius: 13px;
}

@media screen and (min-width: 768px) {
  .routine .routine-txt {
    max-width: 770px;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .routine .routine-txt {
    margin-top: 30px;
  }
}

.event .event-block {
  background: url(../common/images/bg.png);
}

@media screen and (min-width: 768px) {
  .event .event-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 60px;
    padding: 40px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .event .event-block {
    margin: 30px -25px;
    padding: 25px;
  }
}

@media screen and (min-width: 768px) {
  .event .event-detail {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .event .event-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}

.event .event-detail__month {
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 1;
  color: #EFC100;
}

@media screen and (min-width: 768px) {
  .event .event-detail__month {
    padding-left: 20px;
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 767px) {
  .event .event-detail__month {
    display: inline-block;
    margin-right: 20px;
    font-size: 4.3rem;
  }
}

@media screen and (min-width: 768px) {
  .event .event-detail__month span {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .event .event-detail__month span {
    font-size: 2.1rem;
  }
}

.event .event-detail__month:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #EFC100, #EFC100 16px, transparent 2px, transparent 2px);
  background-size: 28px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .event .event-detail__month:before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .event .event-detail__lead {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .event .event-detail__lead {
    display: inline-block;
    font-size: 1rem;
  }
}

.event .event-detail__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .event .event-detail__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100px;
  }
}

.event .event-detail__item {
  margin-top: 10px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .event .event-detail__item {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .event .event-detail__item {
    display: inline-block;
    margin-right: 10px;
  }
}

.event .event-detail__item:before {
  content: "○";
}

.event .event-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .event .event-image {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .event .event-image {
    width: 100%;
    margin-top: 20px;
  }
}

.event .event-image__wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .event .event-image__wrap {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .event .event-image__wrap {
    width: calc((100% - 10px) / 2);
  }
}

.event .event-image__wrap img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .event .event-image__wrap:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .event .event-image__wrap:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

.event .event-image__caption {
  position: absolute;
  bottom: 5px;
  left: 15px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/*# sourceMappingURL=report.css.map */