@charset "utf-8";
/* 日々のようす */
/* ==================================================== */
/*  .contents-head
/* ==================================================== */
.state .contents-head .head-tlt h2 {
  width: 26.31%;
}
@media screen and (max-width: 767px) {
  .state .contents-head .head-tlt h2 {
    width: 192px;
    margin-bottom: 43px;
  }
}
/* ==================================================== */
/*  .contents-area
/* ==================================================== */
/* anchor-list */
.state .contents-area {
  margin-bottom: 250px;
}
.state .contents-area .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 76px;
}
.state .contents-area .anchor-list a {
  display: block;
  width: 239px;
  text-align: center;
}
.state .contents-area .anchor-list a:nth-child(2) {
  border-right: solid 1px #acacac;
  border-left: solid 1px #acacac;
}
.state .contents-area .anchor-list a span {
  position: relative;
  font-size: var(--fs17);
  font-weight: bold;
}
.state .contents-area .anchor-list a span:before {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 15px;
  background-image: url(../img/state/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 767px) {
  .state .contents-area {
    margin-top: 48px;
    margin-bottom: 200px;
  }
  .state .contents-area .anchor-list {
    margin-bottom: 57px;
  }
  .state .contents-area .anchor-list a {
    display: inline-block;
    flex: 1;
    width: auto;
  }
  .state .contents-area .anchor-list a span {
    font-size: var(--fs13);
  }
  .state .contents-area .anchor-list a span:before {
    width: 16%;
    max-width: 15.3px;
    max-height: 15.3px;
    margin-right: 5px;
    margin-bottom: 3px;
  }
}

/* sub-tlt */
.state .sub-tlt {
  text-align: center;
}
.state .sub-tlt span.mark {
  display: block;
  width: 131.87px;
  margin: 0 auto 15px;
}
.state .sub-tlt h2 {
  margin-bottom: 40px;
  font-size: var(--fs28);
  font-weight: bold;
}
.state .sub-tlt p {
  font-size: var(--fs16);
  line-height: 2.1;
}
.state .sub-tlt p span {
  color: #f56300;
}
@media screen and (max-width: 767px) {
  .state .sub-tlt span.mark {
    width: 88.23px;
  }
  .state .sub-tlt h2 {
    margin-bottom: 37px;
    font-size: var(--fs18);
  }
  .state .sub-tlt p {
    font-size: var(--fs15);
    line-height: 1.8;
  }
}

/* #oneday */
#oneday {
  padding-bottom: 95px;
  background-image: url(../img/home/search_bg.svg);
  background-repeat: repeat-x;
  background-size: auto;
}
#oneday .sub-tlt {
  margin-bottom: 65px;
}
#oneday .oneday-list {
  max-width: 1020px;
  margin: auto;
}
#oneday .oneday-list .flex {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 35px;
}
#oneday .oneday-list .flex:after {
  position: absolute;
  right: 0;
  bottom: 50%;
  left: 0;
  z-index: -1;
  display: block;
  width: 5px;
  height: 100%;
  margin: auto;
  background-image: radial-gradient(circle, #f3b329 5px, transparent 5px);
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 4px 19px;
  content: "";
}
#oneday .oneday-list .flex:first-child:after {
  content: none;
}
#oneday .oneday-list .flex:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
#oneday .oneday-list .flex .txt {
  width: 38.4%;
}
#oneday .oneday-list .flex.last .txt {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#oneday .oneday-list .flex:nth-of-type(odd) .txt {
  margin-right: 3%;
}
#oneday .oneday-list .flex .txt h3 {
  margin-bottom: 20px;
  padding-bottom: 23px;
  background-image: url(../img/state/oneday_tlt_border.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: var(--fs26);
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: normal;
}
#oneday .oneday-list .flex .txt p {
  width: 95%;
  font-size: var(--fs16);
  line-height: 1.9;
}
#oneday .oneday-list .flex .txt p span {
  color: #f56300;
}
#oneday .oneday-list .flex .txt p .bold {
  font-weight: bold;
  color: #000;
}
#oneday .oneday-list .flex .oneday-img {
  width: 45%;
}
#oneday .oneday-list .flex .oneday-img span {
  position: absolute;
  top: 0;
  right: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 147.55px;
  height: 141.86px;
  margin: auto;
}
#oneday .oneday-list .flex.last .oneday-img span:after {
  content: none;
}
#oneday .oneday-list .note li {
  margin-top: 14px;
  padding-left: 1em;
  font-size: var(--fs13);
  text-indent: -1em;
}
#oneday .oneday-list .note-end li {
  width: 37.6%;
  margin-bottom: 7px;
  padding-left: 1em;
  font-size: var(--fs16);
  text-indent: -1em;
}
#oneday .oneday-list .note-end li:last-child {
  margin-top: 11px 21px;
}
#oneday .oneday-list .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 21px auto 0;
  padding: 17px 15px 17px 21px;
  border-radius: 15px;
  background-color: #e5f4f5;
}
#oneday .oneday-list .comment figure {
  width: 30%;
  max-width: 107px;
}
#oneday .oneday-list .flex .txt .comment p {
  width: 64.9%;
  max-width: 230px;
  font-size: var(--fs15);
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #oneday .oneday-list .flex .oneday-img span {
    width: 120px;
    height: 118px;
  }
}
@media screen and (max-width: 767px) {
  #oneday {
    padding-bottom: 35px;
    background-size: contain;
  }
  #oneday .sub-tlt {
    margin-bottom: 70px;
  }
  #oneday .oneday-list {
    max-width: 450px;
  }
  #oneday .oneday-list .flex {
    display: block;
  }
  #oneday .oneday-list .flex:before {
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 3;
    display: block;
    width: 5px;
    height: 100%;
    margin: auto;
    background-image: radial-gradient(circle, #f3b329 5px, transparent 5px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 4px 19px;
    content: "";
  }
  #oneday .oneday-list .flex:after {
    content: none;
  }
  #oneday .oneday-list .flex.last {
    padding-bottom: 8px;
  }
  #oneday .oneday-list .flex.last:before {
    content: none;
  }
  #oneday .oneday-list .flex .txt,
  #oneday .oneday-list .flex .oneday-img {
    width: 92.9%;
    margin-left: auto;
  }
  #oneday .oneday-list .flex .oneday-img span {
    top: -20px;
    right: auto;
    bottom: auto;
    left: -22px;
    z-index: 5;
    width: 102px;
    height: 102px;
  }
  #oneday .oneday-list .flex .txt {
    margin-bottom: 15px;
  }
  #oneday .oneday-list .flex:nth-of-type(odd) .txt {
    margin-right: 0;
  }
  #oneday .oneday-list .flex .txt h3 {
    margin-bottom: 35px;
    margin-left: 24%;
    font-size: var(--fs17);
    white-space: normal;
  }
  #oneday .oneday-list .flex .txt p {
    width: 100%;
    font-size: var(--fs15);
    line-height: 1.8;
  }
  #oneday .oneday-list .comment {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px 0;
    padding: 19px 15px 18px 17px;
  }
  #oneday .oneday-list .comment figure {
    width: 33%;
    max-width: 85px;
    margin-right: 16px;
  }
  #oneday .oneday-list .flex .txt .comment p {
    width: 60%;
    margin-bottom: 0;
    font-size: var(--fs14);
    line-height: 1.6;
  }
  #oneday .oneday-list .note-end {
    width: 92.9%;
    margin-left: auto;
  }
  #oneday .oneday-list .note-end li {
    width: 100%;
    margin-bottom: 4px;
    font-size: var(--fs14);
  }
}

/* #event */
#event {
  margin-bottom: 48px;
  padding: 86px 0 24px;
  background-image: url(../img/home/pagelink_bg.svg);
  background-repeat: repeat;
  background-size: auto;
}
#event .sub-tlt {
  margin-bottom: 40px;
}
.calendar-wrapper {
  position: relative;
}
#event .calendar {
  position: relative;
  width: 50%;
  margin-left: 5.8%;
  padding: 25px 40px 22.5px;
  border-radius: 29px;
  background-color: #eaf6f7;
}
#event .calendar li {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  font-size: var(--fs16);
}
#event .calendar li span {
  width: 77px;
  padding-left: 12px;
  font-size: var(--fs21);
  font-weight: bold;
  color: #1e7ac6;
}
#event .calendar li p {
  width: 82%;
}
#event .calendar-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 57.1%;
}
@media screen and (max-width: 767px) {
  #event {
    margin-bottom: 0;
    padding: 49px 0 52px;
    background-size: contain;
  }
  #event .sub-tlt {
    margin-bottom: 45px;
  }
  #event .calendar {
    width: 100%;
    margin-left: 0;
    padding: 19px 20px 49px 23px;
    border-radius: 20px;
  }
  #event .calendar li {
    font-size: var(--fs15);
  }
  #event .calendar li span {
    width: 54px;
    padding-left: 4px;
    font-size: var(--fs18);
  }
  #event .calendar li p {
    width: 78%;
  }
  #event .calendar-img {
    position: relative;
    z-index: 11;
    width: 100%;
    margin-top: -30px;
  }
}
/* #voice */
#voice .head-area {
  position: relative;
}
#voice .head-area figure {
  width: 100%;
}
#voice .inner-m {
  position: relative;
}
#voice .sub-tlt {
  margin: 54px auto 105px;
}
#voice .inner-m .sticky {
  position: absolute;
  top: -110px;
  left: 0;
  width: 24%;
  max-width: 275.37px;
  padding-left: 41.5px;
}
#voice .inner-m .comments {
  display: block;
  padding-top: 5px;
  padding-left: 20%;
  font-size: var(--fs13);
}
#voice .inner-m .voice-box {
  max-width: 1020px;
  margin: auto;
}
#voice .inner-m .voice-box .flex {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin-bottom: 35px;
}
#voice .inner-m .voice-box .flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
#voice .inner-m .voice-box .flex .icon {
  position: relative;
  width: 134px;
  padding-top: 15px;
}
#voice .inner-m .voice-box .flex .icon:after {
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 48.28px;
  background-image: url(../img/state/voice_fukidashi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
#voice .inner-m .voice-box .flex:nth-child(even) .icon:after {
  right: auto;
  left: 0;
  transform: scale(-1, 1);
}
#voice .inner-m .voice-box .flex .icon figure {
  width: 90px;
}
#voice .inner-m .voice-box .flex:nth-child(even) .icon figure {
  margin-left: auto;
}
#voice .inner-m .voice-box .flex .icon span {
  display: block;
  font-size: var(--fs15);
  font-weight: bold;
  color: #e55289;
}
#voice .inner-m .voice-box .flex:nth-child(even) .icon span {
  text-align: right;
}
#voice .inner-m .voice-box .flex .comment-box {
  width: 73.7%;
  padding: 29px 5.1%;
  border-radius: 29px;
  background-color: #ffefea;
}
#voice .inner-m .voice-box .flex .comment-box h4 {
  margin-bottom: 0.8em;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 1.6;
}
#voice .inner-m .voice-box .flex .comment-box p {
  font-size: var(--fs16);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #voice .inner-m .sticky {
    top: -81px;
    left: 8.5%;
    width: 42%;
    max-width: 157.75px;
    padding-left: 0;
  }
  #voice .inner-m .comments {
    padding-top: 28px;
    padding-left: 53%;
    white-space: nowrap;
  }
  #voice .sub-tlt {
    margin: 38px auto 22px;
  }
  #voice .inner-m .voice-box .flex {
    display: block;
    margin-bottom: 18px;
  }
  #voice .inner-m .voice-box .flex .icon {
    width: 100%;
    margin: 0 auto 19.6px;
    padding: 0;
  }
  #voice .inner-m .voice-box .flex .icon figure {
    width: 80px;
    margin: 0 auto 5px;
  }
  #voice .inner-m .voice-box .flex .icon span,
  #voice .inner-m .voice-box .flex:nth-child(even) .icon span {
    display: block;
    font-size: var(--fs14);
    text-align: center;
  }
  #voice .inner-m .voice-box .flex .icon:after {
    display: none;
  }
  #voice .inner-m .voice-box .flex .comment-box {
    width: 100%;
    padding: 23px 7.6%;
    border-radius: 20px;
  }
  #voice .inner-m .voice-box .flex .comment-box h4 {
    font-size: var(--fs16);
  }
  #voice .inner-m .voice-box .flex .comment-box p {
    font-size: var(--fs15);
    line-height: 1.8;
  }
}
