html {
  font-family: "Prompt", sans-serif;
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}

#wrapper {
  display: flex;
}
@media screen and (max-device-width: 720px) and (orientation: portrait) {
  .sidebar {
    position: absolute;
    z-index: 10;
    overflow: hidden;
  }
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
}

body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}
.smaller {
  font-size: 0.7rem;
}
.o-hidden {
  overflow: hidden !important;
}
/*---------------------------------------------*/
.mg-al {
  margin-left: auto;
}
.mg-ar {
  margin-right: auto;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.pd-b15 {
  padding-bottom: 15px;
}
.pd-b20 {
  padding-bottom: 20px;
}
.pd-t5 {
  padding-top: 5px;
}
.pd-t15 {
  padding-top: 15px;
}
.pd-t20 {
  padding-top: 20px;
}
.pd-t50 {
  padding-top: 50px;
}
/*---------------------------------------------*/
.sidebar {
  width: 100%;
  background-color: #f18729;
  /*height: 100vh;*/
  transition: all 0.5s ease;
  /*min-height: calc(100vh - 56px);*/
}
.sidebar-hd {
  position: absolute;
  top: 0;
  height: 200px;
  transition: all 0.5s ease;
  z-index: 3;
}
/*---------------------------------------------*/
.nav-item {
  display: flex;
  justify-content: center;
  align-items: start;
}
.nav-item.image-box {
  padding: .5rem;
  font-size: .9rem;
  font-weight: lighter;
  align-items: center;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-image: url(../img/logo.png);
  background-color: #3b444b;
}
.color-wp {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #00000033, #f1872900);
}
.nav-item.nav-info {
  background: linear-gradient(45deg, #f18729, #e67918);
}
.nav-info-hd {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.info-content-hd {
  display: none;
  opacity: 0;
}
.image-box-hd {
  width: 25vw;
  height: 100%;
}
.color-wp-hd {
  background: none;
}
.confirm-l {
  display: block;
}
.image-rounded {
  display: none;
  opacity: 0;
}
.image-txt {
  display: none;
  opacity: 0;
  max-width: 300px;
  padding: 12px;
  text-align: center;
}
.wrap-info {
  height: max-content;
  width: 790px;
  /*background: #fff;*/
  border-radius: 2px;
  padding: 20px 25px 20px 25px;
}
.wrap-info .wrap-info-content {
  width: 100%;
}
.wrap-info p {
  opacity: 0.7;
}
.wrap-info-content ul {
  font-family: "Prompt", sans-serif;
  font-weight: lighter;
}
.wrap-info-content ul li {
  list-style-type: disc;
}
.info-list {
  margin-bottom: 25px;
}
.info-list .info-detail-list {
  padding-top: 10px;
}
.info-form {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-form-title {
  width: 100%;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: start;
  padding-bottom: 15px;
  transition-duration: 0.5s;
}
.adstxt {
  font-family: "Prompt", sans-serif;
  font-size: 0.9rem;
  font-weight: lighter;
  /* position: absolute; */
  display: none;
  opacity: 0;
  /* left: 30%;
  top: 50;
  padding: 15px 15px 15px 0; */
}
/* i {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
} */

.down {
  margin-top: 4;
  margin-left: 8;
  float: right;
  border-top: 15px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.dated {
  display: block;
  opacity: 1;
}
.info-form-title-hd {
  font-size: 1.2rem;
  width: inherit;
  padding-bottom: 0;
}
.adstxt-hd {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 1;
}
.dated-hd {
  display: none;
  opacity: 0;
}
.divider {
  border-bottom: 1px solid #fff;
  opacity: 0.1;
  margin-top: 25px;
}
.info-cost {
  font-family: "Prompt", sans-serif;
  width: 100%;
}
.info-cost .info-cost-sect {
  padding-top: 20px;
  display: flex;
}
.cost-total {
  display: none;
  opacity: 0;
}
.cost-total-hd {
  display: block;
  opacity: 1;
  width: inherit;
}
.info-cost .info-cost-sect .info-left {
  flex-shrink: 1;
  flex-grow: 1;
}
.info-left.tl {
  font-weight: lighter;
}
/*---------------------------------------------*/
@media only screen and (min-width: 768px) {
  .sidebar {
    width: calc(18% + 100px);
    /*height: 100vmax;*/
    transition: none;
  }
  .confirm-l {
    display: none !important;
  }
  .sidebar-hd {
    position: relative;
    height: auto;
    z-index: 2;
  }
  .nav-item.image-box {
    /*height: 25vmin;*/
    
  }
  .color-wp {
    background: none;
  }
  .image-rounded {
    display: block;
    opacity: 1;
    width: 100px;
    height: 100px;
    background-size: cover;
    background: #222;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 22px;
  }
  .down {
    display: none;
    opacity: 0;
  }
  .image-txt {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    opacity: 1;
  }
  .nav-item.nav-info {
    display: flex;
    /*margin-top: 20vw;*/
    justify-content: center;
    align-items: start;
  }
  .info-content-hd {
    display: block;
    opacity: 1;
  }
  .image-box-hd {
    width: 100%;
    height: 100%;
  }
  .nav-info-hd {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .info-form-title {
    font-size: 1.2rem;
    transition: none;
  }
  .info-form-title-hd {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .adstxt-hd {
    display: none;
    opacity: 0;
  }
  .dated-hd {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }
  .cost-total-hd {
    display: none;
    opacity: 0;
  }
}
/*---------------------------------------------*/
@media only screen and (min-width: 998px) {
  .sidebar {
    /*height: 100vh;*/
    width: calc(18% + 110px) !important;
  }
  .nav-item.nav-info {
    /*margin-top: 20vmax;*/
  }
}
@media only screen and (min-width: 1200px) {
  .nav-item.nav-info {
    /*margin-top: 13vw;*/
  }
}
/*---------------------------------------------*/
@media screen and (max-device-width: 720px) and (orientation: portrait) {
  #wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .sidebar-hd {
    position: relative;
    top: 0;
    height: 200px;
    z-index: 3;
  }
  .adstxt {
    font-size: 0.7rem;
  }
}
@media screen and (max-device-width: 360px) and (orientation: portrait) {
  .sidebar {
    height: 175vh;
  }
  .sidebar-hd {
    position: absolute;
    top: 0;
    height: 30vh;
    z-index: 3;
  }
}
