@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: default;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  overflow: scroll;
  font-family: "BIZ UDPGothic", sans-serif;
}
@media screen and (max-width: 550px) {
  body {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
body ::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
body ::-webkit-scrollbar-thumb {
  background: #939393;
  border-radius: 5px;
}
body ::-webkit-scrollbar-track {
  background: #DDDDDD;
}

p {
  line-height: 0rem;
}

.contents {
  display: flex;
  height: 85%;
  background-color: #f1f1f1;
  padding-bottom: 3%;
}
@media screen and (max-width: 550px) {
  .contents {
    background-color: #ffffff;
  }
}

.listblock {
  flex-grow: 1;
  display: flex;
  width: 100%;
}

#plantext {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rightcontents {
  width: 60%;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

#main_canvas {
  width: 100%;
  height: 90%;
  justify-content: center;
  overflow: hidden;
}

#myCanvas {
  justify-content: center;
}
@media screen and (max-width: 550px) {
  #myCanvas {
    border-bottom: 3px solid #b8b8b8;
    margin-bottom: 3px;
  }
}

#mainview {
  width: 99%;
  height: 87%;
  justify-content: center;
  overflow: hidden;
  border: 3px solid #b8b8b8;
  background-color: #ffffff;
}
@media screen and (max-width: 550px) {
  #mainview {
    width: 100%;
    height: 80%;
    border: none;
  }
}

input {
  z-index: 2;
  float: left;
}

.title_back {
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
}

#title_title {
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
}

#title {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  #title {
    height: 10%;
  }
}
#title #titleImg {
  height: 40%;
  margin-left: 3%;
}
#title #titleTextImg {
  height: 17%;
  margin-left: 1.5%;
}

#main {
  width: 100%;
  height: 85%;
}
#main #mainTitle {
  display: flex;
  height: 10%;
  border-bottom: 2px solid black;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  #main #mainTitle {
    display: flex;
    height: 10%;
    border-bottom: none;
  }
}
#main #mainTitle #mainTitleName {
  font-size: 25pt;
  font-weight: 700;
  width: 40%;
  height: 100%;
  position: relative;
}
#main #mainTitle #mainTitleName #titleText {
  font-size: 25pt;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  #main #mainTitle #mainTitleName #titleText {
    font-size: 20pt;
    font-weight: 700;
  }
}
#main #C3061 {
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  background-color: #ffffff;
}
#main #C3061 #C3061Text {
  margin-top: 5px;
  height: 15px;
  width: 100%;
  font-size: 100%;
}
#main #C3061 #C3061Line {
  height: 3px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  #main #C3061Buttons {
    width: 100%;
    height: auto;
  }
}
#main #C3067 {
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  background-color: #ffffff;
}
#main #C3067 #C3067Text {
  margin-top: 5px;
  height: 15px;
  width: 100%;
  font-size: 100%;
}
#main #C3067 #C3067Line {
  height: 3px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  #main #C3067Buttons {
    width: 100%;
    height: auto;
  }
}

#planButtons {
  width: 335px;
  height: 175px;
  margin: 25px;
}
@media screen and (max-width: 550px) {
  #planButtons {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
}

#ModelView {
  width: 60%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 20px;
  margin-Right: 20px;
}
@media screen and (max-width: 550px) {
  #ModelView {
    width: 90%;
    margin-left: 5%;
    margin-Right: 5%;
  }
}
#ModelView #ModelViewMenu {
  display: flex;
  height: 10%;
  width: 100%;
}
#ModelView #ModelViewMenu #ModelViewMenu_left {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 550px) {
  #ModelView #ModelViewMenu #ModelViewMenu_left {
    display: none;
  }
}
#ModelView #ModelViewMenu #ModelViewMenu_center {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 550px) {
  #ModelView #ModelViewMenu #ModelViewMenu_center {
    width: 100%;
  }
}
#ModelView #ModelViewMenu #ModelViewMenu_center #pan {
  width: 7%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#ModelView #ModelViewMenu #ModelViewMenu_center #reset {
  width: 10%;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  -o-object-fit: contain;
     object-fit: contain;
}
#ModelView #ModelViewMenu #ModelViewMenu_center #zoom {
  width: 7%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#ModelView #ModelViewMenu #ModelViewMenu_right {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 550px) {
  #ModelView #ModelViewMenu #ModelViewMenu_right {
    display: none;
  }
}
#ModelView #ModelView_title {
  display: flex;
  width: 100%;
  height: 10%;
  border-bottom: 2px solid black;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  #ModelView #ModelView_title {
    flex-direction: column;
    border-bottom: none;
  }
}
#ModelView #ModelView_title #titleName {
  width: 40%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 550px) {
  #ModelView #ModelView_title #titleName {
    width: 100%;
  }
}
#ModelView #ModelView_title #titleName #modelplanname {
  font-size: 25pt;
  font-weight: 700;
}
@media screen and (max-width: 1150px) {
  #ModelView #ModelView_title #titleName #modelplanname {
    font-size: 2.5vw;
    font-weight: 700;
    bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  #ModelView #ModelView_title #titleName #modelplanname {
    font-size: 15pt;
    font-weight: 700;
    bottom: 10px;
  }
}
#ModelView #ModelView_title #planName {
  width: 60%;
  height: 100%;
  position: relative;
  right: 5px;
}
@media screen and (max-width: 550px) {
  #ModelView #ModelView_title #planName {
    width: 100%;
  }
}
#ModelView #ModelView_title #planName #modelplanname_sub {
  font-size: 13pt;
  font-weight: 200;
  bottom: 5px;
  height: auto;
  text-align: right;
}
@media screen and (max-width: 1150px) {
  #ModelView #ModelView_title #planName #modelplanname_sub {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 550px) {
  #ModelView #ModelView_title #planName #modelplanname_sub {
    font-size: 10pt;
    font-weight: 200;
    top: 3px;
    bottom: 0;
  }
}

.bottomtext {
  position: absolute;
  bottom: 25px;
  margin: 0;
  white-space: nowrap;
}

.centerbottomtext {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: auto;
  white-space: nowrap;
}

.leftbottomtext {
  position: absolute;
  bottom: 25px;
  left: 0;
  margin: auto;
  white-space: nowrap;
}

.rightbottomtext {
  position: absolute;
  bottom: 25px;
  right: 0;
  margin: auto;
  white-space: nowrap;
}

#Part {
  width: 20%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 20px;
  margin-Right: 20px;
}
@media screen and (max-width: 550px) {
  #Part {
    display: none;
  }
}
#Part #Part_title {
  width: 100%;
  height: 10%;
  border-bottom: 2px solid black;
}
#Part #Part_title #PartTitleName {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
#Part #Part_title #PartTitleName #PartTitleNameText {
  font-size: 25pt;
  font-weight: 400;
}
@media screen and (max-width: 1150px) {
  #Part #Part_title #PartTitleName #PartTitleNameText {
    font-size: 2.5vw;
    bottom: 15px;
  }
}
#Part #PartListArea {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#Part #parts {
  width: 100%;
  height: 90%;
  list-style: none;
  overflow: auto;
}
#Part #plantext {
  width: 98%;
  height: 50px;
  font-size: 12pt;
  font-weight: 400;
  white-space: pre-line;
}

@media screen and (min-width: 550px) {
  #favDialog {
    display: none;
  }
}

.PartDialog {
  width: 100%;
  height: 100%;
}
.PartDialog #PartDialog_title {
  width: 100%;
  height: 10%;
  border-bottom: 2px solid rgb(224, 224, 224);
}
.PartDialog #PartDialog_title #PartDialogTitleName {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.PartDialog #dialogParts {
  width: 100%;
  height: 90%;
  list-style: none;
  overflow: auto;
}

.ARDialog {
  width: 100%;
  height: 100%;
}
.ARDialog #ARDialog_title {
  width: 100%;
  height: 10%;
  border-bottom: 2px solid rgb(224, 224, 224);
}
.ARDialog #ARDialog_title #ARDialogTitleName {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.ARDialog #dialogARs {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  list-style: none;
  overflow: auto;
}
@media screen and (min-width: 550px) {
  .ARDialog #dialogARs {
    flex-direction: row;
  }
}
.ARDialog #ARTargetOpen_phone {
  width: 100%;
  height: 10%;
  vertical-align: middle;
  text-align: center;
}

#AR {
  width: 15%;
  height: 100%;
  margin-left: 20px;
  margin-Right: 20px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}
@media screen and (max-width: 550px) {
  #AR {
    display: none;
  }
}
#AR #AR_title {
  width: 100%;
  height: 10%;
  border-bottom: 2px solid black;
}
#AR #AR_title #ARTitleName {
  width: 100%;
  height: 100%;
  position: relative;
}
#AR #AR_title #ARTitleName #ARTitleNameText {
  font-size: 25pt;
  font-weight: 400;
}
@media screen and (max-width: 1150px) {
  #AR #AR_title #ARTitleName #ARTitleNameText {
    font-size: 2.5vw;
    bottom: 15px;
  }
}

.simplebutton {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333333;
  font-size: 17px;
  border-radius: 0px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  border: 2px solid #b8b8b8;
  background-color: #ffffff;
}

.partbutton {
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333333;
  font-size: 17px;
  border-radius: 0px;
  width: 98%;
  height: auto;
  font-weight: bold;
  border: 2px solid #b8b8b8;
  background-color: #ffffff;
  margin-top: 10px;
  padding-bottom: 10px;
}

.partdialogbutton {
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333333;
  font-size: 17px;
  border-radius: 0px;
  width: 100%;
  height: auto;
  font-weight: bold;
  border: 2px solid #b8b8b8;
  background-color: #ffffff;
  margin-top: 10px;
  padding-bottom: 10px;
}

#parttexttop {
  font-size: 15pt;
  font-weight: 700;
  width: 93%;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid black;
  margin: 10px;
}

#parttextbottom {
  font-size: 10pt;
  font-weight: 200;
  width: 93%;
  text-align: left;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}

.ARdialogbutton {
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333333;
  font-size: 17px;
  border-radius: 0px;
  width: 70%;
  aspect-ratio: 1/1;
  font-weight: bold;
  border: 2px solid #b8b8b8;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 10px;
}

.ARdialogdiv {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .ARdialogdiv {
    height: 100%;
  }
}

#ARtexttop {
  font-size: 15pt;
  font-weight: 700;
  width: 93%;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid black;
  margin: 10px;
}

#ARimagebottom {
  width: 90%;
  height: 90%;
  text-align: center;
  vertical-align: middle;
}

.viewerMenuButton {
  min-height: 50px;
  height: auto;
  width: 45%;
  text-align: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 550px) {
  .viewerMenuButton {
    display: none;
  }
}

.hidden {
  display: none;
  /* hiddenクラスが付与されている場合は表示させないようにする */
}

.modal {
  position: absolute;
  width: 90%;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  z-index: 10;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 5;
}

.overlay_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 5;
}

.modal_pc {
  position: absolute;
  width: 90%;
  height: 95%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  z-index: 10;
}

.ARTargetDialog {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  overflow: auto;
}
.ARTargetDialog #ARTargetDialog_title {
  width: 100%;
  height: 10%;
  margin-top: 2%;
}
.ARTargetDialog #ARTargetDialog_title #ARTargetDialogTitleName {
  width: 90%;
  height: 100%;
  margin-left: 5%;
  position: relative;
  text-align: center;
  border-bottom: 2px solid rgb(0, 0, 0);
}
.ARTargetDialog #ARTargetDialog_body {
  width: 90%;
  height: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.ARTargetDialog #ARTargetDialog_body #ARViewImage {
  width: 150px;
  height: 300px;
  margin: 10px;
}

#ostext {
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  #ostext {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */