@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap');

html, body {
  background-color: black;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

  -webkit-touch-callout:none;
  -moz-touch-callout:none;
  touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}

header, main{
  margin:0;
}

button{
  border:none;
}

header, main{
  pointer-events: all;
}

article nav{
  margin:0;
}
article nav ul{
  margin:0;
}
article nav ul li{
  display:block;
  margin: 0;
}
hr{
  margin: 0.5rem 0;
}
nav{
  justify-content: left;
}
nav button{
  margin:0 1rem;
  padding:0;
  background: transparent;
  border:none;
  float:left;
  animation:focus 0.3s;
  animation-fill-mode:backwards;
}
nav button:hover{
  animation:focus 0.3s;
  animation-fill-mode:forwards;
}
nav img{
  display:block;
  width:3rem;
  height:3rem;
}
#logo, #navigation{
  display:block;
  justify-content: left;
  margin-top:1rem;
  margin-bottom:1rem;
  margin-left:0.5rem;
  margin-right:1rem;
  padding:0;
  background: transparent;
  border:none;
  float:left;
}
#logo img{
  width:14.44rem;
  height:4rem;
}


.matterport-showcase {
    min-height: 240px;
    width: 100%;
    font-family: 'Roboto Mono', monospace;
    font-weight: 500;
    font-size: medium;
  }
  .matterport-showcase {
    text-align: left;
  }
.matterport-showcase #showcase {
  position:relative;
  width: 100%;
  height: 100%;
}
.matterport-showcase #overlay{
  visibility:hidden;
  display:block;
  pointer-events: none;
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  color:aliceblue;
  display:flex;
  justify-content: flex-end;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* アニメーション */
@keyframes popup{
  from{
    transform:scale(0.0,0.0);
  }
  to{
    transform:scale(1,1);
  }
}
@keyframes focus{
  0% {transform:scale(1);}
  100% {transform:scale(1.2);}
}
@keyframes fadeinup{
  0% {
    opacity:0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity:1;
    transform: translate(-50%, -50%);
  }
}


/* ウェルカムパネル */
#welcome{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  margin:auto;
  width:1024px;
  max-width:85%;
  max-height:85%;
  border-radius:1.5em;
  padding: 0rem 4rem;
  margin-bottom: 1.0em;
  background: #40AAEFEE;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  border: 2px dashed #fff;
  box-shadow: 0 0 0 4px #40AAEF, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
  text-shadow: -1px -1px #1577b7;
  font-weight: normal;
  animation: fadeinup 0.7s;
  animation-fill-mode:forwards;
}
#welcome h2{
  text-align:left;
  font-size:2.6rem;
  margin-right:2rem;
  margin-left:2rem;
  padding:0 0;
}
#welcome article{
  color:#fff;
  padding:0;
}
#welcome article ul{
  margin-left:0;
  list-style:none;
  padding-left:2rem;
}
#welcome article ul li{
  padding-left: 3rem;
	line-height: 1.5em;
}
#welcome article:first-child ul li{
  background: url(../images/Pointer-128.png) left 0px top 0.8rem no-repeat;
	background-size: 2rem auto;
}
#welcome article ul li{
  background: url(../images/Note-Memo-01-128.png) left 0px top 0.8rem no-repeat;
  background-size: 2rem auto;
}
#welcome article ul li:nth-child(2){
  background: url(../images/Maps-128.png) left 0px top 0.8rem no-repeat;
  background-size: 2rem auto;
}

#welcome nav button, #locationmenu nav button{
  pointer-events: all;
  position:absolute;
  top:20px;
  right:20px;
  margin:0 0;
}
#welcome nav button img, #locationmenu nav button img{
  width:36px;
  height:36px;
}
#wani01{
  pointer-events: none;
  position:absolute;
  width:50%;
  height:auto;
  bottom:-20%;
  right:-10%;
  margin:0 0;
}

#locationmenu{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  margin:auto;
  width:1024px;
  max-width:80%;
  height:auto;
  border-radius:1.5em;

  padding: 0 2rem;
  margin-bottom: 1.0em;
  background: #40AAEFEE;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3em;
  border: 2px dashed #fff;
  box-shadow: 0 0 0 4px #40AAEF, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
  
  font-weight: normal;
  animation: fadeinup 0.7s;
  animation-fill-mode:forwards;
}

#locationmenu article{
  color:#fff;
  float:left;
  padding:0rem 0rem 0rem 1rem;
  display:block;
  width:30%;
  margin-bottom:2rem;
}
#locationmenu h4{
  display:block;
  text-align:left;
  margin-top:0.5rem;
  margin-bottom:0.5rem;
}
#locationmenu nav li {
  line-height:2.5rem;
  padding-left: 2rem;
  background: url(../images/Pointer-128.png) left 0px top 0.6rem no-repeat;
	background-size: 1.5rem auto;
}

#locationmenu nav ul li ul{
  margin-left:6rem;
  padding-inline-start:0.5rem;
  box-shadow: none;
}
#locationmenu nav ul li ul li {
  padding-left:0.5rem;
}
#locationmenu nav ul li ul li a{
  color:#40AAEF;
}
#locationmenu a{
  font-weight:normal;
  color:mintcream;
}


#rightside{
  pointer-events:none;
  position:absolute;
  top:0;
  right:0;
  margin-right:8px;
  width:100px;
  height:100%;
}
#btn_home{
  display:none;
  position:absolute;
  bottom:64px;
  right:10px;
}
#btn_home img{
  pointer-events:all;
  width:64px;
  height:auto;
}

#blocker{
  visibility:hidden;
  position:absolute;
  top:0;
  left:0;
  pointer-events: all;
  display:block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px){
  html, body {
    font-size:65%;
  }

  #rightside{
    width:180px;
  }
}

@media screen and (max-width: 668px) {
  html, body {
    font-size:65%;
  }

  h1,h2,h3,h4{
    margin-top:0.4em;
    margin-bottom:0;
  }

  #welcome{
    font-size:1.8rem;
    padding:0rem 1.5rem;
    max-width:85%;
  }

  #welcome nav button, #locationmenu nav button{
    top:16px;
    right:16px;
  }
  #welcome nav button img, #locationmenu nav button img{
    width:24px;
    height:24px;
  }

  #locationmenu article{
    width:100%;
  }
  #locationmenu article{
    margin-bottom:1rem;
  }
  #locationmenu nav li{
    line-height:2rem;
  }
  #locationmenu nav ul li ul li {
    line-height:2rem
  }
  #rightside{
    width:180px;
  }
}


