@charset "UTF-8";
body {
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

a {
  color: #02468a;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

form {
  margin-bottom: 2em;
}

li {
  list-style: none;
}

.title {
  line-height: 20px;
  padding: 3px 10px;
}

.title-small {
  font-size: 0.7em;
}

.title-main {
  font-size: 1.2em;
}

.theme-info {
  color: #333;
  font-size: 0.8em;
}

.event-list li {
  margin-bottom: 10px;
  border: 1px solid #818181;
  border-radius: 5px;
  padding: 10px;
}

.floor {
  padding: 0px 2px;
}

.tag {
  font-size: 0.8em;
  color: #818181;
}
.tag:before {
  content: " #";
}

.button {
  margin: 0px auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  width: 80%;
  height: 40px;
  background: #02468a;
}

.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 右寄せにする */
  gap: 10px; /* ボタン間の隙間 */
  z-index: 10000;
}

.fab-item {
  width: 70px;
  height: 70px;
  align-items: center;
  background-color: #333; /* ボタンの背景色 (例: 紫) */
  color: white; /* アイコンとテキストの色 */
  padding: 10px 15px;
  border-radius: 50%; /* 丸みを帯びた角 */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
}
.fab-item span {
  text-align: center;
  display: block;
}
.fab-item .material-symbols-outlined {
  font-size: 32px;
}

.fab-item-text {
  font-size: 9px;
}

.return-bldg-all {
  font-weight: bold;
}
.return-bldg-all:hover {
  opacity: 0.7;
  cursor: pointer;
}
.return-bldg-all .material-symbols-outlined {
  font-size: 20px;
}

.course-color-ms {
  color: #036eb7;
}

.course-color-fi {
  color: #f29600;
}

.course-color-ro {
  color: #00a199;
}

.course-color-ae {
  color: #905ca2;
}

.course-color-qu {
  color: #e50012;
}

.course-color-en {
  color: #8dc21f;
}

.course-color-mb {
  color: #e85382;
}

.color_ms span {
  color: #036eb7;
  border: 1px solid #036eb7;
}

.color_fi span {
  color: #f29600;
  border: 1px solid #f29600;
}

.color_ro span {
  color: #00a199;
  border: 1px solid #00a199;
}

.color_ae span {
  color: #905ca2;
  border: 1px solid #905ca2;
}

.color_qu span {
  color: #e50012;
  border: 1px solid #e50012;
}

.color_en span {
  color: #8dc21f;
  border: 1px solid #8dc21f;
}

.color_mb span {
  color: #e85382;
  border: 1px solid #e85382;
}

#bldg-A01,
#bldg-A02,
#bldg-A03,
#bldg-A06,
#bldg-A13,
#bldg-A15,
#bldg-A30,
#bldg-A40,
#bldg-A41,
#bldg-A44,
#bldg-A46,
#bldg-A50,
#bldg-C10,
#bldg-C05,
#bldg-G08 {
  opacity: 0.7;
}

#bldg-A01.bldg_active,
#bldg-A02.bldg_active,
#bldg-A03.bldg_active,
#bldg-A13.bldg_active,
#bldg-A15.bldg_active,
#bldg-A30.bldg_active,
#bldg-A40.bldg_active,
#bldg-A41.bldg_active,
#bldg-A44.bldg_active,
#bldg-A46.bldg_active,
#bldg-A50.bldg_active,
#bldg-C10.bldg_active,
#bldg-C05.bldg_active,
#bldg-G08.bldg_active {
  opacity: 1;
}

.bldg_active g path {
  stroke-width: 3px;
}

.bldg_active g text {
  font-weight: bold;
}

main {
  height: 100%;
  width: 100%;
  position: fixed;
}

#map {
  height: 100%;
  width: 70%;
  overflow: scroll;
  position: fixed;
  right: 0;
}

#map-wrapper {
  width: 100%;
}

#map-wrapper svg {
  width: 100%;
}

/*information tab*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  width: 30%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  overflow: scroll;
}

.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}

.tab_content_description {
  margin-bottom: 30px;
}

.tabs > .active {
  display: block;
}

/*modal*/
.modal-open {
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 5000;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
  z-index: 7000;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
  display: none;
}

.modal-content.active {
  display: block;
}

.modal-content img {
  width: 100%;
}

.material-symbols-outlined {
  vertical-align: text-bottom;
}

.theme .material-symbols-outlined, .modal-content .material-symbols-outlined {
  font-size: 0.9rem;
}

h4 .material-symbols-outlined {
  font-size: 1.3rem;
}

#modal_fun li, #bldgs li {
  display: inline-block;
}

.bldg-list {
  margin-bottom: 3em;
}
.bldg-list li {
  margin: 5px;
}

label {
  margin-right: 5px;
  margin-bottom: 25px;
}

label input {
  display: none;
}

label span, .bldg-list li {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 25px;
  padding: 7px 10px;
}

label input:checked + span {
  background: #333;
  border: 1px solid #333;
  color: #FFF;
}

.bldg-list .disabled {
  display: none !important;
}

.reset {
  text-decoration: underline;
  font-size: 0.8em;
}

/*バッジ*/
.selected:before {
  right: 5px;
  width: 20px;
  height: 20px;
  transform: translate(50%, -50%);
  content: attr(data-badge-top-right) "";
  position: absolute;
  display: inline-block;
  font-weight: bold;
  background-color: #f00;
  border-radius: 50%;
  font-size: 1em;
  line-height: 1;
  min-width: 1em;
  padding: 5px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px #999;
}

@media (hover: hover) {
  a:hover, .fab-item:hover, .reset:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  #bldg-A01:hover,
  #bldg-A02:hover,
  #bldg-A03:hover,
  #bldg-A13:hover,
  #bldg-A15:hover,
  #bldg-A30:hover,
  #bldg-A40:hover,
  #bldg-A41:hover,
  #bldg-A44:hover,
  #bldg-A46:hover,
  #bldg-A50:hover,
  #bldg-C10:hover,
  #bldg-C05:hover,
  #bldg-G08:hover {
    cursor: pointer;
    opacity: 1;
  }
  #bldg-A01.disabled:hover,
  #bldg-A02.disabled:hover,
  #bldg-A03.disabled:hover,
  #bldg-A13.disabled:hover,
  #bldg-A15.disabled:hover,
  #bldg-A30.disabled:hover,
  #bldg-A40.disabled:hover,
  #bldg-A41.disabled:hover,
  #bldg-A44.disabled:hover,
  #bldg-A46.disabled:hover,
  #bldg-A50.disabled:hover,
  #bldg-C10.disabled:hover,
  #bldg-C05.disabled:hover,
  #bldg-G08.disabled:hover {
    cursor: default !important;
    opacity: 0.7 !important;
  }
  .modal-open:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  label span:hover, .bldg-list li:hover {
    background-color: #aaa;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    opacity: 0.7;
  }
  .button:hover {
    color: #fff;
  }
  .color_ms span:hover, .color_ms input:checked + span {
    color: #fff;
    border: 1px solid #fff;
    background-color: #036eb7;
  }
  .color_fi span:hover, .color_fi input:checked + span {
    color: #fff;
    border: 1px solid #fff;
    background-color: #f29600;
  }
  .color_ro span:hover, .color_ro input:checked + span {
    color: #fff;
    border: 1px solid #fff;
    background-color: #00a199;
  }
  .color_ae span:hover, .color_ae input:checked + span {
    color: #fff;
    border: 1px solid #fff;
    background-color: #905ca2;
  }
  .color_qu span:hover, .color_qu input:checked + span {
    color: #fff;
    border: 1px solid #fff;
    background-color: #e50012;
  }
  .color_en span:hover, .color_en input:checked + span {
    color: #fff;
    border: 1px solid #fff;
    background-color: #8dc21f;
  }
  .color_mb span:hover, .color_mb input:checked + span {
    color: #fff;
    border: 1px solid #fff;
    background-color: #e85382;
  }
}
/*tablet & mobile*/
@media screen and (max-width: 960px) {
  main {
    height: 100%;
    width: 100%;
    position: fixed;
  }
  #map {
    width: 100%;
    overflow: scroll;
  }
  #map-wrapper {
    width: 100%;
  }
  #map-wrapper svg {
    width: 100%;
  }
  .tabs {
    width: 100%;
    height: unset;
    position: unset;
    box-shadow: unset;
  }
  .nav {
    width: 90%;
  }
}/*# sourceMappingURL=main.css.map */