@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif !important;
  background: #F4F5F7;
}

span,
label {
  letter-spacing: 1.1px;
  color: #333;
}

.less_than_480_only {
  display: none;
}

@media screen and (max-width: 480px) {
  .less_than_480_only {
    display: block;
  }
}

.museum-container {
  width: 80%;
  min-height: calc(100vh - 50px - 80px - 80px);
  max-width: 1092px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .museum-container {
    min-height: calc(100vh - 50px - 80px);
  }
}

.museum-title {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding-top: 45px;
}

.museum-title .title-border-bottom {
  margin-top: 15.5px;
  -webkit-box-shadow: 0px 5px 5px #00000029;
          box-shadow: 0px 5px 5px #00000029;
  height: 2px;
  background: #707070;
}

@media screen and (max-width: 480px) {
  .museum-title {
    font-size: 1.5rem;
  }
}

.museum-section-title {
  padding: 24px 0;
  padding-left: 17px;
  background: #1760A0;
}

.museum-section-title span {
  color: #FFF;
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .museum-section-title {
    padding: 12px 0 12px 17px;
  }
  .museum-section-title span {
    font-size: 1.2rem;
  }
}

.entrance {
  background: #FFFEF8;
}

.entrance .museum-container .letter {
  color: #033146;
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
  .museum-title {
    padding-top: 40px;
    color: #033146;
  }
}

.input-text,
.input-password,
.input-textarea {
  width: 50%;
  min-height: 80px;
  font-size: 1.25rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0 20px;
}

.input-textarea {
  width: 100%;
  min-height: 200px;
  padding: 20px 20px;
}

.input-password:disabled {
  background: #999999;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .eye {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
}

.button {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 5px 5px 6px #00000029;
          box-shadow: 5px 5px 6px #00000029;
  border-radius: 5px;
  font-size: 1.25rem;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.button:hover {
  opacity: 0.8;
}

.button-primary {
  width: 351px;
  background: #FF9404;
  color: #FFF;
}

.button-default {
  padding: 0 75px;
  color: #333;
  border: 1px solid #333333;
  white-space: nowrap;
  background: #FFF;
  text-decoration: none;
}

.museum-header .header-upper {
  height: 50px;
  background: #57A7BC;
}

.museum-header .header-upper .header-upper-inner {
  width: 80%;
  max-width: 1092px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 0.875rem;
}

.museum-header .header-upper .header-upper-inner a {
  color: #FFF;
  text-decoration: none;
}

.museum-header .header-upper .header-upper-inner .right-contents .right-contents-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.museum-header .header-upper .header-upper-inner .right-contents .right-contents-pc .admin-path {
  margin-right: 10px;
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.museum-header .header-upper .header-upper-inner .right-contents .right-contents-pc .admin-path:hover {
  color: #ccc;
}

.museum-header .header-upper .header-upper-inner .right-contents .right-contents-pc .username {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.museum-header .header-upper .header-upper-inner .right-contents .right-contents-pc .username img {
  width: 24px;
  margin-right: 10px;
}

.museum-header .header-upper .header-upper-inner .right-contents .right-contents-pc .logout button img {
  margin-right: 10px;
  width: 21px;
}

.museum-header .header-upper .header-upper-inner .right-contents .right-contents-sp {
  display: none;
}

.museum-header .header-under {
  height: 80px;
  background: #FFF;
}

.museum-header .header-under .header-under-inner {
  width: 80%;
  max-width: 1092px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.museum-header .header-under .header-under-inner .logo img {
  width: 241px;
}

.museum-header .header-under .header-under-inner .menu {
  height: 27px;
  color: #333;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.museum-header .header-under .header-under-inner .menu a {
  text-decoration: none;
  color: #333;
}

.museum-header .header-under .header-under-inner .menu .menu-item {
  border-left: 1px solid #707070;
  padding: 5px 20px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.museum-header .header-under .header-under-inner .menu .menu-item:hover + .border-bottom {
  opacity: 0.7;
  border-bottom: 2px solid #FF9404;
}

.museum-header .header-under .header-under-inner .menu .border-bottom {
  width: 80%;
  margin: 0 auto;
  border-bottom: 2px solid transparent;
}

.museum-header .header-under .header-under-inner .menu .border-bottom.selected {
  border-bottom: 2px solid #FF9404;
}

.museum-header .header-under .header-under-inner a:last-child .menu-item {
  border-right: 1px solid #707070;
}

.museum-header.museum .header-upper {
  background: #1760A0;
}

@media screen and (max-width: 1300px) {
  .museum-header .header-under .header-under-inner .menu {
    font-size: 0.8rem;
  }
  .museum-header .header-under .header-under-inner .menu .menu-item {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .museum-header .header-under {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .museum-header .header-upper .header-upper-inner .right-contents .right-contents-pc {
    display: none;
  }
  .museum-header .header-upper .header-upper-inner .right-contents .right-contents-sp {
    display: block;
  }
  .museum-header .header-upper .header-upper-inner .right-contents .right-contents-sp div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .museum-header .header-upper .header-upper-inner .right-contents .right-contents-sp div svg {
    width: 35px;
    color: #FFF;
  }
  .museum-header .header-upper .header-upper-inner .right-contents .right-contents-sp div svg path {
    fill: #FFF;
  }
}

@media screen and (max-width: 950px) {
  .museum-container {
    width: 90%;
  }
}

@media screen and (max-width: 950px) {
  html {
    font-size: 15px;
  }
  .museum-header .header-upper .header-upper-inner {
    width: 90%;
  }
  .museum-header .header-under .header-under-inner {
    width: 90%;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  font-size: 1.25rem;
  color: #FFF;
  background: #57A7BC;
}

footer.museum {
  background: #1760A0;
}

.error-message {
  color: #FF0000 !important;
}

@media screen and (max-width: 480px) {
  .button {
    font-size: 1.25rem;
  }
  input {
    font-size: 16px;
  }
  footer {
    font-size: 13px;
  }
  footer p {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  footer {
    font-size: 10px;
  }
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(0, 0, 0, 0.9);
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#g-nav .nav-header {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

#g-nav .nav-header .username {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#g-nav .nav-header .username span {
  margin-left: 10px;
  font-size: 1.25rem;
  color: #FFF;
  font-weight: bold;
}

#g-nav #g-nav-list .sidemenu-close {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#g-nav #g-nav-list .sidemenu-close img {
  height: 40px;
}

#g-nav #g-nav-list .menu {
  width: 90%;
  margin: 0 auto;
}

#g-nav #g-nav-list .menu a {
  text-decoration: none;
}

#g-nav #g-nav-list .menu a .menu-item {
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  text-align: center;
  font-size: 1.25rem;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}
