body {
  padding-top: 48px;
}
@media print, screen and (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

.top_h2 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .top_h2 {
    margin-bottom: 50px;
  }
}
.top_h2 .text_s {
  display: block;
  color: #b99576;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 920px) {
  .top_h2 .text_s {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
.top_h2 .text_l {
  color: #5a5a5a;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .top_h2 .text_l {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 920px) {
  .top_h2 .text_l {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_h2 .text_l {
    font-size: 3rem;
  }
}

.top_h3 {
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  color: #484145;
  margin-top: 20px;
  padding: 18px 20px 20px 20px;
  line-height: 1.4;
  border-bottom: 2px solid #89c127;
}
@media print, screen and (min-width: 920px) {
  .top_h3 {
    font-size: 2.2rem;
    margin-bottom: 5px;
    padding: 20px 0 20px 25px;
  }
}

.mv_area {
  background: url(/assets/library/img/top/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 160px 0 50px;
}
@media print, screen and (min-width: 768px) {
  .mv_area {
    padding: 334px 0 73px;
  }
}

.mv_search {
  background-color: #fff;
  padding: 20px 20px 0;
  position: relative;
}
@media print, screen and (min-width: 980px) {
  .mv_search {
    display: flex;
    padding: 35px 0 30px;
  }
}

.mascot {
  position: absolute;
  right: 0;
  top: -130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
}
.mascot img {
  width: 100%;
  margin-bottom: 5px;
  width: 65px;
}
@media print, screen and (min-width: 980px) {
  .mascot img {
    width: 96px;
  }
}
.mascot p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .mascot p {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mascot {
    width: 120px;
    top: -130px;
    right: 10px;
  }
}
@media print, screen and (min-width: 980px) {
  .mascot {
    top: -190px;
  }
}

.search_box {
  padding: 25px 0 20px;
  width: 100%;
}
@media print, screen and (min-width: 980px) {
  .search_box {
    padding: 0 25px;
  }
}
@media print, screen and (min-width: 1180px) {
  .search_box {
    padding: 0 50px;
  }
}
.search_box .title {
  color: #5a5a5a;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 980px) {
  .search_box .title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .search_box .title {
    font-size: 2.2rem;
  }
}
.search_box .title .i_search:before {
  position: relative;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  font-weight: bold;
  content: "\e903";
  margin-right: 10px;
  top: 2px;
}
@media print, screen and (min-width: 980px) {
  .search_box .title .i_search:before {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .search_box .title .i_search:before {
    font-size: 2.2rem;
  }
}

.search_content {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .search_content {
    margin-bottom: 30px;
  }
}
.search_content .pc_search {
  display: flex;
  border: 1px solid #b5b9bc;
  background-color: #fcfaf7;
  padding: 3px;
}
@media print, screen and (min-width: 768px) {
  .search_content .pc_search {
    padding: 4px;
  }
}
.search_content .pc_search__input {
  width: 100%;
  background-color: #fcfaf7;
  padding: 0 8px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 980px) {
  .search_content .pc_search__input {
    font-size: 1.5rem;
    padding: 0 9px;
  }
}
@media print, screen and (min-width: 1180px) {
  .search_content .pc_search__input {
    font-size: 1.6rem;
    padding: 0 18px;
  }
}
.search_content .pc_search__input:focus {
  border-color: #b99576;
}
.search_content .pc_search__btn {
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 40px;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 980px) {
  .search_content .pc_search__btn {
    font-size: 1.6rem;
    width: 100px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .search_content .pc_search__btn {
    font-size: 1.8rem;
    width: 135px;
    height: 47px;
  }
}
.search_content .pc_search__btn:hover {
  opacity: 0.7;
}

.search_books .pc_search__btn {
  color: #5a5a5a;
  background-color: #e4ef8f;
}

.search_discovery_service .pc_search__btn {
  color: #fff;
  background-color: #b99576;
}

.search_more {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .search_more {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 980px) {
  .search_more {
    justify-content: space-between;
    align-items: center;
  }
}
.search_more .text {
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .search_more .text {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 980px) {
  .search_more .text {
    font-size: 1.5rem;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .search_more .text {
    font-size: 1.6rem;
  }
}
.search_more .more {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #222222;
  text-decoration: none;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 980px) {
  .search_more .more {
    justify-content: flex-start;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .search_more .more {
    font-size: 1.6rem;
  }
}
.search_more .more::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #a58d70;
  font-size: 1.8rem;
  transition: 0.3s ease;
  transform: translateY(-3px);
  margin-left: 15px;
}
.search_more .more:hover {
  opacity: 0.7;
}
.search_more .more:hover::after {
  transform: translate(3px, -3px);
}

.top_main {
  background-color: #fcfaf7;
}

.top_news {
  background-color: #fff;
  padding: 60px 0;
}
@media print, screen and (min-width: 768px) {
  .top_news {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news .top_news_contents {
    display: flex;
  }
}
.top_news .left {
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .top_news .left {
    width: 35.8%;
    padding-right: 20px;
  }
}
.top_news .right {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .top_news .right {
    margin-bottom: 0;
    width: 64.2%;
  }
}
.top_news .more {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 8px;
  margin-left: auto;
  width: 115px;
}
.top_news .more::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #a58d70;
  font-size: 1.5rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .top_news .more::after {
    font-size: 1.8rem;
  }
}
.top_news .more:hover {
  opacity: 0.7;
}
.top_news .more:hover::after {
  transform: translate(5px, -50%);
}
@media print, screen and (min-width: 768px) {
  .top_news .more {
    font-size: 1.6rem;
    width: 215px;
    padding-bottom: 15px;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news_list li:first-child a {
    padding-top: 0;
  }
}
.top_news_list a {
  display: block;
  text-decoration: none;
  color: #222222;
  padding: 18px 0;
  border-bottom: 1px solid #d7d7e0;
}
.top_news_list a:hover {
  opacity: 0.7;
  background-color: #f7f4f0;
}
@media print, screen and (min-width: 768px) {
  .top_news_list a {
    padding: 25px 0;
  }
}
.top_news_list time {
  display: block;
  margin-bottom: 5px;
  color: #5a5a5a;
  font-size: 1.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .top_news_list time {
    font-size: 1.4rem;
  }
}
.top_news_list .news_title {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .top_news_list .news_title {
    font-size: 1.6rem;
  }
}

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

.database_list {
  margin: 25px 0 40px;
}
@media print, screen and (min-width: 920px) {
  .database_list {
    margin: 35px 0 80px;
  }
}
.database_list:last-child {
  margin-bottom: 0;
}
.database_list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 15px;
}
@media print, screen and (min-width: 920px) {
  .database_list ul {
    column-gap: 2%;
    row-gap: 20px;
  }
}
.database_list li {
  border: 1px solid #d7d7e0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
}
@media print, screen and (min-width: 920px) {
  .database_list li {
    width: 23.5%;
  }
}
@media print, screen and (min-width: 1180px) {
  .database_list li {
    width: 18%;
  }
}
.database_list li .text_box {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #d7d7e0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.database_list li .brown {
  display: block;
  color: #b99576;
  text-align: center;
  letter-spacing: 0;
}
.database_list li .red {
  display: block;
  color: #db1b47;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
}
@media print, screen and (min-width: 920px) {
  .database_list li .red {
    font-size: 1.1rem;
  }
}
.database_list .text_box {
  height: 100%;
}
.database_list img {
  width: 100%;
}
.database_list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
  height: 100%;
}
.database_list a:hover {
  opacity: 0.7;
}
.database_list .pdf {
  display: block;
  color: #db1b47;
  font-size: 1rem;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: 5px;
}
@media print, screen and (min-width: 920px) {
  .database_list .pdf {
    font-size: 1.2rem;
  }
}
.database_list .pdf::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  margin-left: 2px;
}
.database_list .pdf:hover {
  text-decoration: none;
}

.top_schedule {
  background-color: #fff;
  padding: 60px 0;
}
@media print, screen and (min-width: 768px) {
  .top_schedule {
    padding: 100px 0;
  }
}

.schedule_calendar_container {
  border: 1px solid #d7d7e0;
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .schedule_calendar_container {
    padding: 40px 0 20px;
  }
}

.schedule_calender_box {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .schedule_calender_box {
    display: flex;
    column-gap: 65px;
    margin-bottom: 30px;
  }
}

.calender_item {
  margin-bottom: 30px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .calender_item {
    margin-bottom: 0;
  }
}
.calender_item iframe {
  width: 100%;
  height: 330px;
}

.schedule_calender_more .more {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 8px;
  margin-left: auto;
  width: 180px;
}
@media print, screen and (min-width: 768px) {
  .schedule_calender_more .more {
    font-size: 1.6rem;
    width: 215px;
    padding-bottom: 15px;
  }
}
.schedule_calender_more .more::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #a58d70;
  font-size: 1.5rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .schedule_calender_more .more::after {
    font-size: 1.8rem;
  }
}
.schedule_calender_more .more:hover {
  opacity: 0.7;
}
.schedule_calender_more .more:hover::after {
  transform: translate(5px, -50%);
}

.time_color {
  border: 1px solid #a58d70;
  background-color: #f7f4f0;
  padding: 20px 0 20px 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 360px) {
  .time_color {
    padding: 20px 0 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .time_color {
    padding: 15px 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .time_color {
    margin-bottom: 30px;
  }
}
.time_color ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 10px;
}
@media print, screen and (min-width: 920px) {
  .time_color ul {
    flex-wrap: nowrap;
    column-gap: 2%;
    justify-content: space-between;
  }
}
.time_color li {
  width: 48%;
  color: #5a5a5a;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}
@media print, screen and (min-width: 360px) {
  .time_color li {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .time_color li {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .time_color li {
    width: auto;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 980px) {
  .time_color li {
    font-size: 1.5rem;
  }
}
.time_color li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-top: -3px;
}
@media print, screen and (min-width: 980px) {
  .time_color li::before {
    margin-right: 7px;
    width: 15px;
    height: 15px;
  }
}
.time_color li:nth-child(1)::before {
  background-color: #59bfb3;
}
.time_color li:nth-child(2)::before {
  background-color: #4584a3;
}
.time_color li:nth-child(3)::before {
  background-color: #d47f1d;
}
.time_color li:nth-child(4)::before {
  background-color: #5ca631;
}
.time_color li:nth-child(5)::before {
  background-color: #e67398;
}
.time_color li:nth-child(6)::before {
  background-color: #603e99;
}
.time_color li:nth-child(7)::before {
  background-color: #ac2d2d;
}/*# sourceMappingURL=top.css.map */