@charset "UTF-8";
/*-------------------
// add2025_for_MT
---------------------*/
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}

a:hover img {
  opacity: 0.5;
}

#wrapper a:hover {
  text-decoration: none;
}

#topimg {
  padding: 0 10px;
}

#navi {
  padding: 0 10px;
}
#navi .naviPan {
  width: 250px;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 5px 10px;
  border-radius: 50%;
  transition: 0.5s;
  color: #006fcc;
  opacity: 0;
  font-size: 14px;
  background-size: 13px;
  border: solid #a5a5a5 1px;
  border-radius: 4px;
  background-color: #eeeeee;
}

.pagetop::after {
  content: "";
  display: inline-block;
  background-image: url("images/common/btn_gototop.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.pagetop:hover {
  background-color: #f2ef37;
}

/*------------ 共通 ------------*/
#contents .mt-10 {
  margin-top: 10px;
}
#contents .mt-20 {
  margin-top: 20px;
}
#contents .mt-30 {
  margin-top: 30px;
}
#contents .mt-40 {
  margin-top: 40px;
}
#contents .mt-50 {
  margin-top: 50px;
}
#contents .mt-60 {
  margin-top: 60px;
}
#contents .mt-70 {
  margin-top: 70px;
}
#contents .mt-80 {
  margin-top: 80px;
}
#contents .mt-90 {
  margin-top: 90px;
}
#contents .mt-100 {
  margin-top: 100px;
}
#contents .mb-10 {
  margin-bottom: 10px;
}
#contents .mb-20 {
  margin-bottom: 20px;
}
#contents .mb-30 {
  margin-bottom: 30px;
}
#contents .mb-40 {
  margin-bottom: 40px;
}
#contents .mb-50 {
  margin-bottom: 50px;
}
#contents .mb-60 {
  margin-bottom: 60px;
}
#contents .mb-70 {
  margin-bottom: 70px;
}
#contents .mb-80 {
  margin-bottom: 80px;
}
#contents .mb-90 {
  margin-bottom: 90px;
}
#contents .mb-100 {
  margin-bottom: 100px;
}
#contents .wrap_flex {
  margin: 0 0;
  padding: 0 0;
  width: 900px;
  border: none;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex {
    width: 95%;
    margin: 0 auto;
  }
}
#contents .wrap_flex .itemWrap {
  display: flex;
  justify-content: space-between;
  background: none;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex .itemWrap {
    flex-direction: column;
  }
}
#contents .wrap_flex .itemWrap .leftItem {
  float: none;
  padding-left: 0px;
}
#contents .wrap_flex .itemWrap .side-banner {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex .itemWrap .side-banner {
    margin: 20px auto 20px;
  }
}
#contents .wrap_flex .itemWrap .side-banner img {
  width: 280px;
  margin-bottom: 4px;
}
#contents .wrap_flex .itemWrap .side-banner .only_top {
  display: none;
}
#contents .wrap_flex .itemWrap .side-banner.index .no_top {
  display: none;
}
#contents .wrap_flex .itemWrap .side-banner.index .only_top {
  display: block;
}
#contents .wrap_flex .itemWrap_border {
  border: 1px solid #e3e3e3;
  width: 100%;
  margin-bottom: 10px;
  background: none;
}
#contents .wrap_flex.mb-50 {
  margin: 0 0 50px;
  padding: 0 0;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex.mb-50 {
    margin: 0 auto 30px;
  }
}
#contents img {
  max-width: 100%;
}

/*------------ for Top page ------------*/
#topimg #topimg-body .bx-wrapper {
  margin-bottom: 0px;
  box-shadow: none;
  border: none;
}

#wrapper .top-toi {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 640px) {
  #wrapper .top-toi {
    flex-flow: wrap;
  }
}
#wrapper .top-toi .omotenashi {
  margin: 0 25px 0 0;
}
#wrapper .top-toi .kochira {
  line-height: 1.4;
  margin: 0 25px 0 0;
}
#wrapper .top-toi .kochira span {
  font-weight: bold;
  font-size: 1.1em;
}
#wrapper .top-toi .kochira a {
  padding: 0 0 0;
  display: flex;
  align-items: center;
}
#wrapper .top-toi .kochira a:before {
  content: url(/images/common/cursor.jpg);
  display: inline-block;
  margin-right: 5px;
}
#wrapper .top-toi .btn_access {
  margin: 0 25px 0 0;
  display: block;
}
#wrapper .top-toi .btn_access a {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #53ace6;
  padding: 10px 25px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
#wrapper .top-toi .btn_access a:hover {
  background-color: #4b7eb3;
}
#wrapper .top-toi .btn_line {
  padding: 0 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  #wrapper .top-toi .btn_line {
    display: none;
  }
}
#wrapper .top-toi .btn_line a {
  padding: 0 0;
  margin: 0 0;
}

#contents .itemTopA.top-newsArea {
  margin-bottom: 40px;
  background: none;
  background-color: #ffffef;
  border: 1px solid #bdbdbd;
}
#contents .itemTopA.top-newsArea h3.news-T {
  color: #fff;
  /*background-color: #cd2c2c;*/
  background-image: linear-gradient(90deg, #ad0000, #c50000);
  padding: 6px 15px;
  margin-left: 0px;
  font-weight: bold;
}
#contents .itemTopA.top-newsArea .top-news {
  padding: 0 20px 10px;
}
@media screen and (max-width: 640px) {
  #contents .itemTopA.top-newsArea .top-news {
    padding: 0 12px px;
  }
}
#contents .itemTopA.top-newsArea .top-news dl {
  display: flex;
  flex-direction: column;
}
#contents .itemTopA.top-newsArea .top-news dl div {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
#contents .itemTopA.top-newsArea .top-news dl div dt {
  font-weight: bold;
  white-space: nowrap;
  color: #000000;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  #contents .itemTopA.top-newsArea .top-news dl div dt {
    margin-right: 15px;
    font-size: 0.9em;
  }
}
#contents .itemTopA.top-newsArea .top-news dl div dd {
  font-size: 1em;
  line-height: 1.2;
}
#contents .itemTopA.top-newsArea .top-news_tolist {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 5px 0;
}
#contents .itemTopA.top-newsArea .top-news_tolist a {
  font-size: 0.9em;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#contents .itemTopA.top-newsArea .top-news_tolist a::after {
  content: "";
  display: inline-block;
  background-image: url(images/common/btn_gototop.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  margin-left: 3px;
}
#contents .itemTopA.top-newsArea .top-news_tolist a:hover {
  text-decoration: underline;
}

#contents .wrap_flex .itemWrap_border {
  border: 1px solid #e3e3e3;
  width: 100%;
  margin-bottom: 10px;
  background: none;
}
#contents .wrap_flex .itemWrap_border .box {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  width: 100%;
  margin: 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex .itemWrap_border .box {
    flex-direction: column;
  }
}
#contents .wrap_flex .itemWrap_border .box .box_in {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin: 0 0;
  padding: 0 0;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex .itemWrap_border .box .box_in {
    width: 100%;
    align-items: end;
    margin: 0 0 15px;
  }
}
#contents .wrap_flex .itemWrap_border .box .box_in .box_txt {
  padding: 0px 5px;
  margin: 0 0;
  width: 60%;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex .itemWrap_border .box .box_in .box_txt {
    width: 70%;
  }
}
#contents .wrap_flex .itemWrap_border .box .box_in .box_txt p {
  word-break: break-all;
}
#contents .wrap_flex .itemWrap_border .box .box_in .box_img {
  display: block;
  width: 40%;
  padding: 0px 5px;
  margin: 0 0;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex .itemWrap_border .box .box_in .box_img {
    width: 30%;
  }
}
#contents .wrap_flex .itemWrap_border .box .box_in .box_img a {
  display: block;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
#contents .wrap_flex .itemWrap_border .box .box_in .box_img a img {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
#contents .wrap_flex .itemWrap_border .box2 {
  padding: 5px 10px;
  width: 100%;
  margin: 0 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex .itemWrap_border .box2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
#contents .wrap_flex .itemWrap_border .box2 .box_in {
  margin: 0 0 10px;
  padding: 0 0;
}
#contents .wrap_flex .itemWrap_border .box2 .box_in h5 {
  width: 100%;
  display: block;
}
#contents .wrap_flex .itemWrap_border .box2 .box_in .p-yoko {
  width: 100%;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
}
#contents .wrap_flex .itemWrap_border .box2 .box_in .p-yoko a {
  display: block;
  width: 79px;
}
#contents .wrap_flex .itemWrap_border .box2 .box_in .p-yoko a img {
  width: 100%;
}
#contents .wrap_flex .itemWrap_border .box2 .box_in .p-yoko p {
  width: calc(100% - 79px);
  padding: 0 0 0 15px;
}
#contents .wrap_flex .itemWrap .leftItem {
  /*.calender-month {
  	font-size: 14px;
  	background-color: #f0f4f9;
  	padding: 6px 10px 4px;
  }*/
}
#contents .wrap_flex .itemWrap .leftItem .googleCalendar-T {
  background-color: #3581cf;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  margin-bottom: 0px;
}
#contents .wrap_flex .itemWrap .leftItem #calendar-wrapper iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
#contents .wrap_flex .itemWrap .leftItem.top-middle {
  display: flex;
  flex-direction: column;
}
#contents .wrap_flex .itemWrap .leftItem.top-middle .top-ueno-box {
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
}
#contents .wrap_flex .itemWrap .leftItem.top-middle .top-ueno-box .top-ueno {
  margin: 0 0;
  text-align: center;
}
#contents .wrap_flex .itemWrap .leftItem.top-middle .top-ueno-box .top-anshin {
  margin: 10px 0 30px;
}
@media screen and (max-width: 640px) {
  #contents .wrap_flex .itemWrap .leftItem.top-middle .top-ueno-box {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 640px) {
  #contents .wrap_flex.top_footermae .itemWrap {
    flex-direction: column-reverse;
  }
  #contents .wrap_flex.top_footermae .itemWrap .leftItem.shaken {
    width: 100%;
  }
  #contents .wrap_flex.top_footermae .itemWrap .side-banner.ueno {
    margin: 0 auto;
  }
}

/*------------ for Web page ------------*/
#contents .page_title {
  font-size: 15px;
  font-weight: bold;
  color: #277fd9;
  border-bottom: 3.3px solid #277fd9;
  padding: 20px 0 4px 10px;
  background-image: linear-gradient(#ffffff 2%, #f2f2f2);
  margin: 5px 0 30px;
}
@media screen and (max-width: 640px) {
  #contents .page_title {
    margin: 5px 0 10px;
  }
}
#contents .page_title.thin {
  padding: 5px 0 4px 10px;
}

#footer {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background: #1372d0;
  text-align: center;
  color: #fff;
  clear: both;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0 5px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 20px 0 20px 5%;
    text-align: left;
    height: auto;
  }
}

/*------------ for Newslist page ------------*/
#wrapper .leftItem .page_title_news {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
  text-align: center;
  background-image: linear-gradient(#ae0000, #c20000);
  margin: 0 0 30px;
}
#wrapper .leftItem .page_title_news a {
  color: #fff;
  text-decoration: none;
}
#wrapper .leftItem .page_title_news a:hover {
  color: #ffd400;
  text-decoration: underline;
}

#wrapper #contents .entryList {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 40px 0;
}
#wrapper #contents .entryList .entryList_one {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 16px 0 13px;
  border-bottom: 1px solid #e9e9e9;
}
#wrapper #contents .entryList .entryList_one .entryList_text_box {
  width: calc(100% - 115px);
}
#wrapper #contents .entryList .entryList_one .entryList_text_box .entryList_date {
  display: block;
  margin: 0 0 5px;
}
#wrapper #contents .entryList .entryList_one .entryList_text_box .entryList_date time {
  border: solid #a5a5a5 1px;
  padding: 2px 7px;
  font-weight: bold;
  font-size: 12.5px;
  line-height: 1;
}
#wrapper #contents .entryList .entryList_one .entryList_text_box a {
  text-decoration: none;
}
#wrapper #contents .entryList .entryList_one .entryList_text_box a .entryList_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  background: none;
  padding: 0 0;
  margin: 0 0 5px;
  border: none;
  height: auto;
  color: #0061d4;
}
#wrapper #contents .entryList .entryList_one .entryList_text_box a .entryList_text {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}
#wrapper #contents .entryList .entryList_one .entryList_text_box a:hover .entryList_title {
  color: #e40000;
  text-decoration: underline;
}
#wrapper #contents .entryList .entryList_one .entry-img {
  width: 100px;
  margin: 0 0 0;
  padding: 0 0;
}
#wrapper #contents .entryList .entryList_one .entry-img a {
  width: 100%;
}
#wrapper #contents .entryList .entryList_one .entry-img a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border: 1px solid #e9e9e9;
}
#wrapper #contents .entryList .entryList_one:first-child {
  border-top: 1px solid #e9e9e9;
}

#wrapper .page-navigation {
  width: 100%;
  grid-column: 1/-1;
  box-sizing: border-box;
}
#wrapper .page-navigation ul.page-navigation-list {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  padding: 0 0;
  margin: 40px 0;
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #c0c0c0;
  background-color: #f4f4f4;
}
#wrapper .page-navigation ul.page-navigation-list li {
  font-size: 0.9em;
  line-height: 1;
  list-style: none;
}
#wrapper .page-navigation ul.page-navigation-list li a {
  color: #006fde;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#wrapper .page-navigation ul.page-navigation-list li a:hover {
  color: #f50000;
}
#wrapper .page-navigation ul.page-navigation-list li.page-navigation-prev {
  margin-right: 50px;
}
#wrapper .page-navigation ul.page-navigation-list li.page-navigation-prev a:before {
  content: "<";
  padding-right: 0px;
  margin-right: 4px;
  font-weight: 900;
  color: #006fde;
  /*transform: rotate(180deg);*/
}
#wrapper .page-navigation ul.page-navigation-list li.page-navigation-next {
  margin-left: 50px;
}
#wrapper .page-navigation ul.page-navigation-list li.page-navigation-next a:after {
  content: ">";
  padding-right: 0px;
  margin-left: 4px;
  font-weight: 900;
  color: #006fde;
}
#wrapper .page-navigation .page-navigation-list:not(:has(li)) {
  display: none;
}

/*------------ for News Entry page ------------*/
.gotonews_btn {
  display: flex;
  justify-content: flex-end;
  margin: -20px 0 40px;
}
.gotonews_btn a {
  text-decoration: none;
  margin: 0 0 0;
  display: flex;
  align-items: center;
  padding: 3px 9px 3px 10px;
  border-radius: 50%;
  transition: 0.5s;
  color: #006fcc;
  font-size: 14px;
  background-size: 13px;
  border: solid #a5a5a5 1px;
  border-radius: 4px;
  background-color: #eeeeee;
  /*width: fit-content;*/
}
.gotonews_btn a::after {
  content: "";
  display: inline-block;
  background-image: url("images/common/btn_gototop.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  margin-left: 3px;
}
.gotonews_btn a:hover {
  background-color: #f2ef37;
}

#wrapper .entry_box {
  margin: 0 0 40px 0;
}
#wrapper .entry_box .entryList_date {
  display: block;
  margin: 0 0 8px;
}
#wrapper .entry_box .entryList_date time {
  border: solid #a5a5a5 1px;
  padding: 2px 7px;
  font-weight: bold;
  font-size: 12.5px;
  line-height: 1;
}
#wrapper .entry_box .entry_title_news {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  color: #0061d4;
  border-bottom: 4px solid #bfbfbf;
  padding: 0 0 5px;
  margin: 0 0 20px;
}
#wrapper .entry_box .entry_body {
  font-size: 1em;
  line-height: 1.5;
}
#wrapper .entry_box .entry_body img {
  margin: 15px 0;
}
#wrapper .entry_box .news_linkpage {
  display: flex;
  justify-content: flex-start;
  margin: -20px 0 40px;
}
#wrapper .entry_box .news_linkpage a {
  text-decoration: none;
  margin: 30px 0 0px 0;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 50%;
  transition: 0.5s;
  color: #2d82d6;
  font-size: 15px;
  background-size: 13px;
  border-radius: 10px;
  background-color: #ddf3ff;
  border: 2px solid #c0d1e1;
}
#wrapper .entry_box .news_linkpage a::before {
  content: "▲";
  transform: rotate(90deg);
  display: inline-block;
  font-size: 0.9em;
  transform: rotate(90deg);
  margin-right: 5px;
  color: #c94242;
}
#wrapper .entry_box .news_linkpage a:hover {
  background-color: #fcff73;
}

/*--- 404 error ---*/
#wrapper .error-404 {
  display: block;
  text-align: center;
  margin: 50px auto;
}
#wrapper .error-404 .error-404 {
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  color: #aed2ea;
  margin: 0 auto 5px;
}
#wrapper .error-404 .error-not {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  color: #aed2ea;
  margin: 0px auto 10px;
}
#wrapper .error-404 .error-jp {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #979797;
  margin: 30px auto 10px;
}
#wrapper .error-404 .error-gotohome {
  margin: 60px auto 0px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#wrapper .error-404 .error-gotohome a {
  display: block;
  text-decoration: none;
  margin: 30px 0 0px 0;
  font-size: 28px;
  color: #4e80b9;
}
#wrapper .error-404 .error-gotohome a::before {
  content: "▲";
  transform: rotate(90deg);
  display: inline-block;
  font-size: 0.9em;
  transform: rotate(90deg);
  margin-right: 3px;
}
#wrapper .error-404 .error-gotohome a:hover {
  color: #dc1818;
}/*# sourceMappingURL=styles-mt.css.map */