@charset "UTF-8";
/*==================================================
  topicPath
==================================================*/
.topicPath {
  display: none;
}

/*==================================================
  pbMainArea
==================================================*/
.pbMainArea {
  width: 100%;
  margin: 0;
  padding: 0;
}

.pbAreaWrapper1 {
  width: 100% !important;
}

:root .pbAreaWrapper2 {
  width: 100% !important;
}

/*==================================================
  rightArea
==================================================*/
.pbRightArea {
  display: none;
}

.vi {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
}

@media print, screen and (min-width: 1200px) {
  .vi {
    padding: 0;
  }
}

.vi .vi__catch {
  width: 300px;
  position: absolute;
  left: 15px;
  top: 100px;
  z-index: 50;
}

@media print, screen and (min-width: 1200px) {
  .vi .vi__catch {
    width: 520px;
    left: 20px;
    top: 124px;
  }
}

.vi ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 90;
}

.vi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media print, screen and (min-width: 1200px) {
  .vi ul li {
    height: 460px;
  }
}

.vi .bx-wrapper {
  margin: 0 auto;
}

.vi .bx-wrapper .bx-viewport {
  box-shadow: none;
  border-width: 0;
  left: 0;
}

.vi .bx-wrapper .bx-pager,
.vi .bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .vi .bx-wrapper .bx-pager,
  .vi .bx-wrapper .bx-controls-auto {
    top: auto;
    bottom: 20px;
  }
}

.vi .bx-wrapper .bx-pager {
  padding: 0;
  z-index: 10;
}

.vi .bx-wrapper .bx-pager.bx-default-pager a:hover,
.vi .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #AC834A !important;
}

.vi .bx-wrapper .bx-pager.bx-default-pager a {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .vi .bx-wrapper .bx-pager.bx-default-pager a {
    width: 60px;
    height: 10px;
  }
}

/*==================================================
  topMenu
==================================================*/
.topMenu {
  background: #AC834A;
  background: linear-gradient(to right, #AC834A 0%, #cca36a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

.topMenu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-image: url("/library/wakamatsu2020/images/top/top-menu_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.topMenu ul li {
  width: 33.333333%;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  list-style: none;
  text-align: center;
}

@media print, screen and (min-width: 1200px) {
  .topMenu ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    font-family: "メイリオ";
  }
}

@media print, screen and (min-width: 768px) {
  .topMenu ul li {
    width: 16.64%;
  }
}

.topMenu ul li:before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.topMenu ul li:after {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.topMenu ul li a {
  width: 100%;
  height: 90px;
  padding: 10px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 1200px) {
  .topMenu ul li a {
    height: auto;
    padding: 20px 10px;
    transition: all .2s;
  }
  .topMenu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .topMenu ul li a:hover .icon {
    top: -5px;
  }
}

.topMenu ul li a .icon {
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 1200px) {
  .topMenu ul li a .icon {
    transition: all .2s;
    top: 0;
  }
}

.topMenu ul li a .icon img {
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 1200px) {
  .topMenu ul li a .icon img {
    width: 60px;
    height: 60px;
  }
}

.topMenu ul li a .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*==================================================
  topMenuBnr
==================================================*/
.topMenuBnr {
  padding: 20px 15px 15px 15px;
  background-color: #eae0d1;
}

.topMenuBnr ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 576px) {
  .topMenuBnr ul {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1200px) {
  .topMenuBnr ul {
    width: auto;
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    text-align: center;
  }
}

.topMenuBnr ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  list-style: none;
}

@media print, screen and (min-width: 576px) {
  .topMenuBnr ul li {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media print, screen and (min-width: 1100px) {
  .topMenuBnr ul li {
    width: 24%;
    margin: 0 0.5% 0.5% 0.5%;
  }
}

.topMenuBnr ul li a {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 15px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8e6c3d;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
  background-image: url("/library/wakamatsu2020/images/icon_squre_down.png");
  background-position: bottom 5px right 5px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 1200px) {
  .topMenuBnr ul li a {
    /*padding: 20px 15px;*/
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

/*==================================================
  topBg
==================================================*/
.topBg {
  background-image: url(/library/wakamatsu2020/images/top/top_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media print, screen and (min-width: 1200px) {
  .topBg {
    background-position: left 0 bottom 0;
  }
}

/*==================================================
  topNews
==================================================*/
.topNews {
  padding: 20px 15px;
}

@media print, screen and (min-width: 1200px) {
  .topNews {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0;
  }
}

.topNews .topNews__mainTitle {
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.topNews .topNews__mainTitle .topNews__mainTitleEn {
  margin: 0 20px 6px 20px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #8e6c3d;
  font-family: Arial , sans-serif;
  text-align: center;
  opacity: .9;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  text-align: left;
}

.topNews .topNews__mainTitle .topNews__mainTitleEn::before, .topNews .topNews__mainTitle .topNews__mainTitleEn::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #b59e80;
}

.topNews .topNews__mainTitle .topNews__mainTitleEn::before {
  right: 100%;
}

.topNews .topNews__mainTitle .topNews__mainTitleEn::after {
  left: 100%;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__mainTitle .topNews__mainTitleEn {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 12px;
    padding: 0 20px;
  }
}

.topNews .topNews__mainTitle .topNews__mainTitleJa {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #8e6c3d;
  font-weight: bold;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__mainTitle .topNews__mainTitleJa {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.topNews .topNews__list {
  padding: 15px;
  background-color: #fff;
}

.topNews .topNews__list ul {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  z-index: 20;
}

@media print, screen and (min-width: 768px) {
  .topNews .topNews__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list ul {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0;
  }
}

@media print, screen and (min-width: 1400px) {
  .topNews .topNews__list ul {
    padding: 0;
  }
}

.topNews .topNews__list li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px dotted #DADDDF;
}

@media print, screen and (min-width: 768px) {
  .topNews .topNews__list li {
    width: 49%;
  }
}

.topNews .topNews__list li a {
  margin: 0;
  padding: 0;
  display: block;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list li a {
    padding: 15px;
    transition: all .2s;
  }
  .topNews .topNews__list li a:hover {
    background-color: #EEE;
  }
}

.topNews .topNews__list li a .topNews__pht {
  width: 110px;
  margin: 0 auto 0 0;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list li a .topNews__pht {
    width: 150px;
  }
}

.topNews .topNews__list li a .topNews__text {
  width: calc(100% - 120px);
  margin: 0 0 0 auto;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list li a .topNews__text {
    width: calc(100% - 170px);
  }
}

.topNews .topNews__list li a .topNews__text .topNews__date {
  margin-right: 10px;
  display: inline-block;
  font-size: 15px;
  /* font-size: 0.8125rem; */
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list li a .topNews__text .topNews__date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.topNews .topNews__list li a .topNews__text .topNews__tag {
  padding: 2px 8px;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  border-radius: 15px;
  background-color: #333;
}

.topNews .topNews__list li a .topNews__text .topNews__title {
  width: 100%;
  margin-top: 6px;
  display: block;
  font-size: 15px;
  /* font-size: 0.8125rem; */
  line-height: 1.6;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list li a .topNews__text .topNews__title {
    font-size: 15px;
    font-size: 0.9375rem;
    //font-weight: bold;
  }
}

.topNews .topNews__list li a .topNews__text .topNews__title .iconNew {
  padding: 2px 8px;
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: normal;
}

.topNews .topNews__btn {
  margin-bottom: 20px;
  text-align: center;
}

.topNews .topNews__btn a {
  padding: 15px 40px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #AC834A;
  background: linear-gradient(to right, #AC834A 0%, #cca36a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  border-radius: 40px;
  text-decoration: none;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__btn a {
    width: 240px;
    padding: 22px 40px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .topNews .topNews__btn a:hover:before {
    right: 10px;
  }
}

.topNews .topNews__btn a:before {
  content: "";
  width: 5px;
  height: 7px;
  position: absolute;
  top: 18px;
  right: 15px;
  background-image: url(/library/wakamatsu2020/images/icon_arrow_s_white_right.png);
  background-repeat: no-repeat;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNews__btn a:before {
    top: 26px;
    transition: all .2s;
  }
}

/*==================================================
  topTopics
==================================================*/
.topTopics {
  padding: 20px 15px;
}

@media print, screen and (min-width: 1200px) {
  .topTopics {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
  }
}

.topTopics .pbNestedWrapper {
  overflow: visible;
}

.topTopics .topTopics__mainTitle {
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.topTopics .topTopics__mainTitle .topTopics__mainTitleEn {
  margin: 0 20px 6px 20px;
  padding: 0 10px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Arial , sans-serif;
  color: #8e6c3d;
  text-align: center;
  opacity: .9;
  position: relative;
  display: inline-block;
  text-align: left;
}

.topTopics .topTopics__mainTitle .topTopics__mainTitleEn::before, .topTopics .topTopics__mainTitle .topTopics__mainTitleEn::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #b59e80;
}

.topTopics .topTopics__mainTitle .topTopics__mainTitleEn::before {
  right: 100%;
}

.topTopics .topTopics__mainTitle .topTopics__mainTitleEn::after {
  left: 100%;
}

@media print, screen and (min-width: 1200px) {
  .topTopics .topTopics__mainTitle .topTopics__mainTitleEn {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 12px;
    padding: 0 20px;
  }
}

.topTopics .topTopics__mainTitle .topTopics__mainTitleJa {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #8e6c3d;
  font-weight: bold;
}

@media print, screen and (min-width: 1200px) {
  .topTopics .topTopics__mainTitle .topTopics__mainTitleJa {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.topTopics .topTopicsBnr {
  margin: 30px 0 60px 0;
}

.topTopics .topTopicsBnr ul {
  margin: 0;
  padding: 0;
}

.topTopics .topTopicsBnr ul li {
  margin: 0;
  padding: 0 10px;
}

.topTopics .slick-slide {
  height: auto;
}

.topTopics .slick-prev:before,
.topTopics .slick-next:before {
  opacity: 1;
}

.topTopics .slick-dots li button:before {
  font-size: 14px;
  color: #8e6c3d;
  opacity: 0.8;
}

.topTopics .slick-dots li.slick-active button:before {
  opacity: 1;
}

.topTopics .slick-dots {
  bottom: -35px;
}

.topTopics .slick-prev:before,
.topTopics .slick-next:before {
  color: #8e6c3d;
}

/*==================================================
  topSchedule
==================================================*/
.topSchedule {
  width: 100%;
  padding: 40px 15px;
  color: #fff;
  background-image: url("/library/wakamatsu2020/images/top/schedule_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media print, screen and (min-width: 1200px) {
  .topSchedule {
    padding: 60px 0;
  }
}

.topSchedule ul {
  margin-bottom: 2rem;
}

.topSchedule ul li {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media print, screen and (min-width: 1200px) {
  .topSchedule ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .topSchedule .topSchedule__inner {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }
}

.topSchedule .topSchedule__mainTitle {
  width: 100%;
  margin: 0 0 30px 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.topSchedule .topSchedule__mainTitle .topSchedule__mainTitleEn {
  margin: 0 20px 6px 20px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Arial , sans-serif;
  text-align: center;
  opacity: .9;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  text-align: left;
}

.topSchedule .topSchedule__mainTitle .topSchedule__mainTitleEn::before, .topSchedule .topSchedule__mainTitle .topSchedule__mainTitleEn::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #fff;
}

.topSchedule .topSchedule__mainTitle .topSchedule__mainTitleEn::before {
  right: 100%;
}

.topSchedule .topSchedule__mainTitle .topSchedule__mainTitleEn::after {
  left: 100%;
}

@media print, screen and (min-width: 1200px) {
  .topSchedule .topSchedule__mainTitle .topSchedule__mainTitleEn {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 12px;
    padding: 0 20px;
  }
}

.topSchedule .topSchedule__mainTitle .topSchedule__mainTitleJa {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1200px) {
  .topSchedule .topSchedule__mainTitle .topSchedule__mainTitleJa {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.topSchedule .topSchedule__title {
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "メイリオ";
  border-bottom: 1px solid #fff;
}

@media print, screen and (min-width: 1200px) {
  .topSchedule .topSchedule__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.topSchedule .topSchedule__title p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.125rem;
}

@media print, screen and (min-width: 1200px) {
  .topSchedule .topSchedule__title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.topSchedule .topSchedule__title .topSchedule__titleSmall {
  font-size: 13px;
  font-size: 0.8125rem;
}

.topSchedule .topSchedule__title .topSchedule__titleSmall p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.topSchedule .btnSchedule {
  margin: 10px 0 0 10px;
  padding: 3px 15px 3px 22px;
  display: inline-block;
  color: #fff;
  background-color: #f34205;
  border-radius: 15px;
  background-image: url("/library/wakamatsu2020/images/icon_arrow_s_white_right.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 5px 7px;
}
/*# sourceMappingURL=top.css.map */

#display-none {
    display: none;
}

/*==================================================
  topInfo__tag
==================================================*/

.topInfo__tag--nyushi {
  background-color: #f87a2f !important;
}

.topInfo__tag--info {
  background-color: #e85e91 !important;
}

.topInfo__tag--event {
  background-color: #12a1d6 !important;
}

.topInfo__tag--covid19 {
  background-color: #8e2a20 !important;
}

.topInfo__tag--news {
  background-color: #9cc204 !important;
}
