@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiriyo", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.3em;
  text-decoration: none;
  color: #2B2B2B;
}

a {
  color: #4499cc;
  text-decoration: none;
  transition: 0.24s;
}
a:hover {
  color: #ffa8a8;
}

.link-btn {
  display: inline-block;
  border-radius: 5px;
  border-style: solid;
  border-width: thick;
  border-color: #FFA6C5;
  background-color: #FFFFBF;
  padding: 10px;
  text-decoration: none;
  font-size: 1.1em;
}

.highlight {
  color: red;
  font-weight: bolder;
}

.inPageLink {
  margin-top: -70px;
  padding-top: 70px;
}

header {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 9;
  height: 64px;
  background-color: #BFE9FF;
  display: flex;
  justify-content: space-between;
  height: auto;
}
header a {
  display: block;
}
header .logo {
  height: 64px;
  display: block;
}
header div {
  position: relative;
  background-color: #9FDEFF;
  width: 64px;
}
header div img {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: 64px;
  padding: 10px;
  cursor: pointer;
}
header div img.nav-open-now {
  display: none;
}

nav {
  margin-top: 64px;
}
nav .sp {
  position: fixed;
  top: 64px;
  z-index: 99;
  width: 100vw;
  background-color: #E2F5FF;
  height: calc(100vh - 64px);
  display: none;
  overflow-y: auto;
}
nav .sp ul {
  font-size: 15px;
  border-bottom: 1px #ffffff solid;
}
nav .sp ul:last-child {
  border-bottom: none;
}
nav .sp ul li:nth-child(odd) {
  background-color: #D6F0FF;
}
nav .sp ul li a {
  color: #003EAB;
  display: block;
  padding: 8px 0 8px 16px;
  transition: 0.24s;
}
nav .sp ul li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.main-flex {
  min-height: calc(100vh - 64px);
}
.main-flex.main-utena {
  background-image: url("../img/main/background/utena-back.jpg");
}
.main-flex.main-watage {
  background-image: url("../img/main/background/watage-back.jpg");
}

main {
  padding: 8px;
}
main section {
  font-size: 15px;
  margin: 12px 0 24px;
}
main section section {
  margin: 8px 0 20px;
}
main section h2 {
  padding-left: 44px;
  margin-bottom: 12px;
  font-size: calc(9px + 1.24vw);
  font-weight: 600;
  line-height: 40px;
  background-image: url("../img/main/main/dot.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
main section h3 {
  font-size: 4vw;
  font-weight: 500;
}
main section p {
  font-size: 14px;
  margin: 8px 0;
}
main section ul {
  font-size: 14px;
}

.indexMainSlick div {
  width: 100%;
  /*height: 180px;*/
  height: 50vw;
  position: relative;
}
.indexMainSlick div img {
  width: 100%;
  position: absolute;
  bottom: -7px;
}
.indexMainNotice {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
}
.indexMainNotice-add {
  display: inline;
  font-size: 20px;
  line-height: 1.2em;
  color: red;
}
.indexMainNotice-add2 {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  color: #d70000;
}
.indexMainNotice span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  color: #aa0000;
}
.indexMainNotice ul li {
  /* list-style-type: decimal; */
  color: #999999;
}
.indexMainBanner a {
  display: table;
}
.indexMainBanner img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.indexMainBanner-position {
  position: relative;
  /*
  &:after {
    content: '';
    display: block;
    padding-top: 20%;
  }

  img {
    position: absolute;
  }
  */
}
.indexMainBanner-position2 {
  position: relative;
}
.indexMainBanner-3line {
  margin: 0;
  padding-right: 25%;
  position: absolute;
  top: 6.5909090909vw;
  line-height: 1.1em;
  text-shadow: white 0px -1px, white 0px 1px, white 1px 0px, white -1px 0px, white 1px 1px, white -1px -1px, white 1px -1px, white -1px 1px;
  text-align: center;
  font-size: 3.3vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: 100%;
}
.indexMainBanner-date {
  margin: 0;
  position: absolute;
  top: calc(-4px + 9.0909090909vw);
  line-height: 1.1em;
  text-shadow: white 0px -1px, white 0px 1px, white 1px 0px, white -1px 0px, white 1px 1px, white -1px -1px, white 1px -1px, white -1px 1px;
  text-align: center;
  font-size: 3.5vw;
  font-weight: 500;
  width: 100%;
}
.indexMainBanner-add {
  color: red;
}
.indexMainBanner a {
  display: block;
}
.indexMainBanner a:hover {
  opacity: 0.5;
  transition: 0.24s;
}
@media screen and (min-width: 768px) {
  .indexMainBanner .telLink {
    pointer-events: none;
    color: black;
  }
}
.indexMainEvent {
  display: flex;
  font-size: 24px;
  margin-bottom: 0;
}
.indexMainEvent a {
  display: inline;
}
.indexMainEvent a:hover {
  opacity: 0.72;
}
.indexMainEvent img {
  width: 100%;
  height: auto;
}
.indexMainEvent-comment {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0 10px;
  color: blue;
}
.indexMainEvent-comment-red {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0 10px;
  color: red;
}
.indexMainEvent-form {
  font-size: 18px;
}
.indexMainNews {
  font-size: 18px;
  /*
      &-heading2 {
        a {
          display: inline-block;
          margin-top: 5px;

          &:hover {
            opacity: .72;
          }
        }
        img {
          display: block;
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          } 
      }   
  */
}
.indexMainNews-big {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.indexMainNews-heading a {
  display: inline-block;
  margin-top: 5px;
}
.indexMainNews-heading a:hover {
  opacity: 0.72;
}
.indexMainNews-heading img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.indexMainNews-picture {
  text-align: center;
}
.indexMainNews-picture a {
  display: inline;
  margin-top: 5px;
}
.indexMainNews-picture a:hover {
  opacity: 0.72;
}
.indexMainNews-picture img {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.indexMainNews-picture-yoko {
  text-align: center;
}
.indexMainNews-picture-yoko a {
  display: inline;
  margin-top: 5px;
}
.indexMainNews-picture-yoko a:hover {
  opacity: 0.72;
}
.indexMainNews-picture-yoko img {
  Width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.indexMainNews-logo {
  text-align: center;
}
.indexMainNews-logo a {
  display: inline;
  margin-top: 5px;
}
.indexMainNews-logo a:hover {
  opacity: 0.72;
}
.indexMainNews-logo img {
  Width: 50%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
.indexMainNews .popup {
  display: flex;
}
.indexMainNews .open {
  display: block;
  font-size: 18px;
  color: #4499cc;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 10px;
}
.indexMainNews .open:hover {
  color: #ffa8a8;
}
.indexMainNews .overlay {
  display: none;
}
.indexMainNews #tejun-popup {
  display: none;
}
.indexMainNews #tejun-popup:checked + .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.indexMainNews #ryuui-popup {
  display: none;
}
.indexMainNews #ryuui-popup:checked + .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.indexMainNews .window {
  width: 90vw;
  padding: 10px 15px;
  max-width: 600px;
  background-color: #fff;
  text-align: justify;
  border-radius: 5px;
  display: flex;
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
}
.indexMainNews .window li {
  margin: 10px 15px;
}
.indexMainNews .close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
}
.indexMainMessage p {
  text-align: center;
}
.indexMainTaisetsu img {
  width: 100%;
}

.scheduleMainThis a {
  display: block;
}
.scheduleMainThis a img {
  width: 100%;
  height: auto;
}
.scheduleMainThis section div {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.scheduleMainThis section div div {
  width: 36px;
}
.scheduleMainThis section div div img {
  margin: 0 auto;
  height: 20px;
  width: auto;
}
.scheduleMainThis section div span {
  border-left: 1px #2B2B2B dashed;
  margin-left: 2px;
  padding-left: 4px;
}
.scheduleMainThis section p {
  margin: 0;
}
.scheduleMainNext a {
  display: block;
}
.scheduleMainNext a img {
  width: 100%;
  height: auto;
}

.consultationMain table {
  font-size: 13px;
  border-left: 2px #7497C3 solid;
  border-top: 2px #7497C3 solid;
}
.consultationMain table th {
  border-right: 2px #7497C3 solid;
  border-bottom: 2px #7497C3 solid;
  padding: 2px 3px;
  background-color: #DBEBFF;
}
.consultationMain table td {
  border-right: 2px #7497C3 solid;
  border-bottom: 2px #7497C3 solid;
  padding: 2px 3px;
}
.consultationCounselor-flex {
  margin: 24px 0 8px;
}
.consultationCounselor img {
  width: 60%;
  display: block;
  margin: 0 auto;
  border: 1px #000000 solid;
  border-radius: 6px;
}
.consultationCounselor-name {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.consultationCounselor-h {
  font-weight: 600;
  text-align: center;
}

.activityMainUtena-title {
  margin-left: 12px;
}
.activityMainUtena-detail {
  display: table;
  padding: 4px 8px;
  background-color: #DBEBFF;
  border-top: 4px #7497C3 solid;
  border-bottom: 4px #7497C3 solid;
}
.activityMainUtena-add {
  color: red;
}
.activityMainBazaar-title {
  margin-left: 12px;
}
.activityMainBazaar-detail {
  display: table;
  padding: 4px 8px;
  background-color: #DBEBFF;
  border-top: 4px #7497C3 solid;
  border-bottom: 4px #7497C3 solid;
}

.accessMainContact p span {
  text-decoration: underline;
}
.accessMainContact-reception {
  margin-left: 12px;
}
.accessMainMap-title {
  font-size: 3.8vw;
}
.accessMainMap img {
  width: 100%;
  max-width: 487px;
}

.tanpopoAboutMain img {
  display: block;
  max-width: 100%;
}
.tanpopoAboutMain span {
  font-weight: 600;
}
.tanpopoAboutMain-font {
  color: #d30000;
}
.tanpopoAboutMain-font ruby, .tanpopoAboutMain-font rp, .tanpopoAboutMain-font rt {
  color: #d30000;
}

.tanpopoWeekMainWeek img {
  max-width: 100%;
}
.tanpopoWeekMainLecturer-flex {
  margin: 24px 0 8px;
}
.tanpopoWeekMainLecturer img {
  width: 60%;
  display: block;
  margin: 0 auto;
  border: 1px #000000 solid;
  border-radius: 6px;
}
.tanpopoWeekMainLecturer-name {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.tanpopoUseMain-greenTitle {
  color: #00b050;
  margin: 8px 8px 0 16px;
}
.tanpopoUseMain-detail {
  margin: 0 8px 6px 30px;
}
.tanpopoUseMain-title {
  margin-left: 8px;
  font-weight: 500;
}
.tanpopoUseMain-table {
  border-top: 3px #888888 solid;
}
.tanpopoUseMain-table p {
  margin: 0;
  background-color: #EEEEEE;
  padding: 4px;
}
.tanpopoUseMain-table p:last-child {
  background-color: #F8F8F8;
  margin-bottom: 6px;
  border-bottom: 2px #888888 solid;
}
.tanpopoUseMain-table p .fontColor-red {
  color: #FF0000;
  font-weight: 500;
}
.tanpopoUseMain-table p .fontColor-green {
  color: #006600;
  font-weight: 500;
}
.tanpopoUseMain-table p .fontColor-blue {
  color: #3366CC;
  font-weight: 500;
}

.tanpopoCaregiverMain img {
  width: 200px;
}

.tanpopoYearMain img {
  max-width: 100%;
}

.bookletMain img {
  width: 100%;
  max-width: 479px;
}

.eventMain img {
  width: 40%;
}
.eventMain ul {
  margin-left: 32px;
}
.eventMain ul li {
  list-style-type: decimal;
}

.bookMain img {
  width: 40%;
  margin-right: 30px;
}
.bookMain-author {
  font-weight: 500;
  margin: 0 0 20px 50px;
}

.utenaMain-content {
  margin: 2px 8px 25px;
}
.utenaMain-content ul li {
  margin: 2px 8px 0 30px;
  list-style-type: disc;
}
.utenaMain-date {
  font-weight: 500;
  margin: 12px 0 10px;
}
.utenaMain-main {
  margin: 0 0 8px;
}
.utenaMain-main-add {
  color: red;
  margin: 0 0 8px;
}

.watageMain-logo {
  width: 160px;
  margin: 0 auto;
  display: block;
}
.watageMainWatage-detail {
  display: table;
  padding: 4px 8px;
  background-color: #FFF6BD;
  border-top: 4px #FFD456 solid;
  border-bottom: 4px #FFD456 solid;
}
.watageMainWatage-title {
  border: 1px #FFA33D solid;
  border-radius: 4px;
  color: #9E5D16;
  display: table;
  padding: 2px;
  margin: 8px 8px -6px 20px;
}
.watageMainMain-title {
  font-weight: 500;
  margin: 20px 0 12px;
}
.watageMainMain-main {
  margin: 0 0 8px;
}
.watageMainMain img {
  width: 240px;
  max-width: 100%;
}

.linkMain img {
  display: block;
}
.linkMain img:hover {
  opacity: 0.5;
  transition: 0.24s;
}

.supportMain-payee {
  display: table;
  border: 1px #000000 dashed;
  padding: 8px;
}

.npoMain h2 {
  line-height: 24px;
}
.npoMain .chapter {
  margin: 22px 0;
  line-height: 1.5em;
}
.npoMain .parenthesis {
  margin-left: 18px;
  line-height: 1.5em;
}
.npoMain .article {
  margin: 0 10px;
  line-height: 1.5em;
}
.npoMain .number-parenthesis {
  margin: 0 6px;
  line-height: 1.5em;
}

.sp-hidden-block {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-hidden-block {
    display: block;
  }
  .pc-hidden {
    display: none;
  }
  .inPageLink {
    margin-top: 0;
    padding-top: 0;
  }
  body {
    background-color: #EBF8FF;
  }
  body .wrapper {
    margin: 0 auto;
    background-color: #ffffff;
    max-width: 1000px;
  }
  main section h2 {
    padding-left: 44px;
    margin-bottom: 12px;
    font-size: 25px;
  }
  main section h3 {
    font-size: 20px;
  }
  main section p {
    font-size: 17px;
    margin: 16px 0;
  }
  main section ul {
    font-size: 17px;
  }
  header {
    display: none;
    position: static;
    height: initial;
    background-color: transparent;
    display: block;
  }
  header img {
    width: 100%;
    max-width: 1000px;
    height: initial;
  }
  nav {
    margin-top: 0;
  }
  nav .pc {
    position: relative;
    z-index: 9;
    margin-top: -12px;
  }
  nav .pc ul {
    font-size: calc(8px + 0.5vw);
    display: flex;
    justify-content: space-around;
    background-color: #00BFFF;
  }
  nav .pc ul li a {
    display: block;
    color: #ffffff;
    padding: 8px 6px;
    transition: 0.24s;
  }
  nav .pc ul li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .main-flex {
    padding: 24px 12px;
    display: flex;
    justify-content: space-between;
  }
  .main-left {
    max-width: 220px;
    padding-right: 12px;
  }
  .main-left div {
    margin-bottom: 12px;
  }
  .main-left div a {
    display: block;
  }
  .main-left div a:hover {
    opacity: 0.5;
    transition: 0.24s;
  }
  .main-left div a img {
    width: 100%;
    display: table;
  }
  .main-right {
    max-width: 998px;
    width: 78%;
  }
  .indexMainNotice {
    max-width: 700px;
    margin: 0 auto;
  }
  .indexMainSlick {
    width: 400px;
    height: 300px;
    margin: 0 auto;
  }
  .indexMainSlick div {
    height: 300px;
  }
  .indexMainSlick div img {
    position: static;
    bottom: 0;
  }
  .indexMainBanner img {
    max-width: 700px;
    margin: 0 auto 5px;
  }
  .indexMainBanner-position {
    max-width: 700px;
    max-height: 180px;
    margin: 0 auto;
  }
  .indexMainBanner-3line {
    top: 4.3vw;
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 850px) {
  .indexMainBanner-3line {
    top: 4.6vw;
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 950px) {
  .indexMainBanner-3line {
    top: 49px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .indexMainBanner-date {
    top: 44px;
    font-size: calc(15px + 0.6vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 850px) {
  .indexMainBanner-date {
    top: 52px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (min-width: 950px) {
  .indexMainBanner-date {
    top: 58px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .indexMainBanner-add {
    max-width: 700px;
    margin: 0 auto 5px;
  }
  .indexMainEvent-form {
    font-size: 1.4rem;
  }
  .indexMainNews .window {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .consultationMain table {
    margin: 0 auto;
    font-size: 18px;
  }
  .consultationMain table th {
    padding: 5px 8px;
  }
  .consultationMain table td {
    padding: 5px 8px;
  }
  .consultationCounselor-flex {
    display: flex;
    align-items: flex-start;
  }
  .consultationCounselor img {
    display: inline-block;
    width: 250px;
  }
  .consultationCounselor-name {
    font-size: 20px;
    text-align: left;
    margin: 0 20px 12px;
  }
  .consultationCounselor-detail {
    margin: 0 12px 20px;
  }
  .consultationCounselor-h {
    text-align: left;
    margin: 0 20px 12px;
  }
  .accessMainMap-title {
    font-size: 20px;
  }
  .accessMainMap img {
    width: initial;
    max-width: 100%;
  }
  .tanpopoWeekMainLecturer-flex {
    display: flex;
    align-items: flex-end;
  }
  .tanpopoWeekMainLecturer img {
    display: inline-block;
    width: 250px;
  }
  .tanpopoWeekMainLecturer-name {
    font-size: 20px;
    text-align: left;
    margin: 0 20px 12px;
  }
  .tanpopoWeekMainLecturer-detail {
    margin: 0 12px 20px;
  }
  .tanpopoUseMain-table {
    display: flex;
  }
  .tanpopoUseMain-table p:first-child {
    width: 40%;
  }
  .tanpopoUseMain-table p:last-child {
    width: 60%;
    border: none;
    margin: 0;
  }
  .watageMain-logo {
    width: 200px;
  }
  .watageMainWatage-title {
    margin: 8px 8px -10px 20px;
  }
  footer {
    background-color: #00BFFF;
    font-size: 13px;
    line-height: 1.5em;
    padding: 1em 2em;
    display: flex;
    justify-content: space-between;
  }
  footer a {
    color: #ffffff;
    transition: 0.24s;
  }
  footer a:hover {
    color: #00008b;
  }
}
@media screen and (min-width: 1400px) {
  nav .pc ul {
    font-size: 15px;
  }
}
/*
.indexMainBanner-date, .activityMainUtena-detail {
  text-decoration: line-through;
}
*/
/*
.activityMainBazaar-detail {
  text-decoration: line-through;
}
*/
.under {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
}

.scheduleMainThis p {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */