@charset "UTF-8";
.request-background {
  display: grid;
  grid-template-rows: 1fr minmax(64px, max-content);
  height: 100vh;
}

.request-bldg-info {
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.6;
}
.request-bldg-info address {
  color: #707070;
}
.request-bldg-info:has(input:checked) .request-bldg-info__ttl {
  font-weight: 700;
}

label.request-bldg-info {
  border-bottom: 1px solid #BBBCBC;
  display: flex;
  gap: 13px;
  padding: 10px 0;
  width: 100%;
}

.request-bldg-info__body {
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.6;
}

.request-bldg-info__ttl {
  font-size: 14px;
  font-size: 14rem;
}

.request-bldg-list {
  margin-left: 56px;
}
.request-bldg-list li {
  border-bottom: 1px solid #BBBCBC;
  padding: 10px 0;
}
.request-bldg-list li:last-of-type {
  border: 0;
}
.request-bldg-list.-no-details {
  margin-left: 0;
}
.request-bldg-list.-no-details li {
  border: 0;
  padding: 0;
}

.request-checkbox {
  align-items: center;
  background: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-size: 14rem;
  gap: 13px;
  line-height: 1;
  transition: all 0.1s linear;
  width: -moz-fit-content;
  width: fit-content;
}
.request-checkbox::before {
  background: #fff;
  content: "";
  display: block;
  height: 26px;
  outline: 1px solid #afafaf;
  outline-offset: -1px;
  width: 26px;
}
.request-checkbox:has(input:checked)::before {
  background: #30B6FF url(../../img/common/icon-check-white.svg) no-repeat center center;
  outline: none;
}
.request-checkbox input {
  display: none;
}

.request-conf-dialog .dialog__ttl {
  font-size: 34px;
  font-size: 34rem;
  font-weight: 400;
}
.request-conf-dialog .form-textarea {
  height: 6em;
}
.request-conf-dialog .dialog__action {
  flex-direction: column;
  width: 100%;
}

.request-conf-dialog__summary {
  font-size: 24px;
  font-size: 24rem;
}

.request-conf-dialog__price {
  font-size: 44px;
  font-size: 44rem;
}

.request-details {
  border-bottom: 1px solid #BBBCBC;
  display: flow-root;
  transition: all 0.1s linear;
}
.request-details[open] .request-details__ttl {
  border-bottom: 1px solid #BBBCBC;
}
.request-details[open] .request-details__ttl-ico {
  rotate: -90deg;
}

.request-details__ttl {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 5px;
  line-height: 1;
  padding: 12px 0;
  transition: all 0.1s linear;
}
.request-details__ttl:hover {
  background: rgba(48, 182, 255, 0.1);
}
.request-details__ttl::-webkit-details-marker {
  display: none;
}

.request-details__ttl-check {
  flex-shrink: 0;
  text-align: center;
  width: 3em;
}
.request-details__ttl-check .request-checkbox {
  margin: 0 0 8px 8px;
}

.request-details__ttl-checklabel {
  font-size: 12px;
  font-size: 12rem;
  margin-left: -3px;
}

.request-details__ttl-data {
  flex: 1;
}

.request-details__ttl-ico {
  flex-shrink: 0;
  margin-right: 10px;
  rotate: 90deg;
  transition: all 0.1s linear;
}

.request-footer {
  font-size: 14px;
  font-size: 14rem;
  align-items: center;
  background-color: #4E4E4E;
  display: grid;
  gap: 5px;
  text-align: center;
}

.request-footer__nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: auto 0 0;
}

.request-footer__copy {
  font-size: 12px;
  font-size: 12rem;
  color: #fff;
  margin: 0 0 auto;
}

.request-form__ttl {
  font-size: 13px;
  font-size: 13rem;
  margin-bottom: 10px;
}

.request-form__select {
  display: flex;
  gap: 18px 30px;
  margin-bottom: 20px;
}
.request-form__select .form-radio__txt {
  font-size: 13px;
  font-size: 13rem;
}

.request-form__one-line {
  width: 100%;
}

.request-form__input {
  font-size: 14px;
  font-size: 14rem;
  background: #fff;
  border: 1px solid #BBBCBC;
  border-radius: 6px;
  height: 34px;
  line-height: 1;
  padding: 15px;
  width: 100%;
}
.request-form__input::-moz-placeholder {
  color: #9F9F9F;
}
.request-form__input::placeholder {
  color: #9F9F9F;
}
.request-form__input::-moz-placeholder {
  color: #9F9F9F;
}

.request-form__btn-filter {
  background: #30B6FF;
}

.request-form-table {
  align-items: center;
  display: grid;
  grid-template-columns: 7em 1fr;
  margin-bottom: 10px;
}

.request-form-table__body {
  align-items: center;
  display: flex;
  gap: 6px;
}
.request-form-table__body .form-input {
  width: 100px;
}
.request-form-table__body.-bytown .form-select {
  width: 100%;
}
.request-form-table__body.-bytown .form-select .form-select__opt {
  font-size: 12px;
  font-size: 12rem;
}

.request-menu {
  font-size: 13px;
  font-size: 13rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  left: 20px;
  max-height: calc(100vh - 70px);
  position: absolute;
  top: 54px;
  width: 420px;
  z-index: 51;
}
.request-menu .form-checkbox__input:checked + .form-checkbox__txt::before {
  background: #30B6FF;
  border: 0;
}
.request-menu .form-checkbox__input:checked + .form-checkbox__txt:after {
  background: url(../../img/common/icon-check-white.svg) no-repeat 0 0;
  background-size: 20px;
  background-position: 10px;
  content: "";
  display: block;
  height: 40px;
  left: -5px;
  position: absolute;
  width: 40px;
}

.request-menu__header {
  flex-shrink: 0;
  margin: 20px 30px 20px;
}

.request-menu__ttl {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.request-menu__ttl h2 {
  margin-top: -20px;
}

.request-menu__lead {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 10px;
}
.request-menu__lead a {
  font-weight: 800;
}

.request-menu__lead-txt {
  font-weight: 700;
  margin-bottom: 5px;
}

.request-menu__txt {
  line-height: 1.4;
}

.request-menu__ctrl {
  margin-bottom: 10px;
  text-align: right;
}

.request-menu__body {
  flex: 1;
  margin: 0 30px 10px;
  min-height: 120px;
  overflow-y: auto;
  position: relative;
}
.request-menu__body:has(.toggle-all) {
  margin: 0 40px 18px 37px;
}
.request-menu__body.-select {
  border-top: 1px solid #BBBCBC;
}

.request-menu__reset {
  font-size: 13px;
  font-size: 13rem;
  appearance: none;
  background: none;
  border: 0;
  color: #30B6FF;
  display: inline-block;
  font-weight: 800;
  position: absolute;
  right: 0;
  text-decoration: underline;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.request-menu__reset:hover {
  opacity: 0.75;
}

input[name=tohon-area] {
  display: none;
}

.areanav-opt__body {
  display: none;
}

#area-by-center:checked ~ .request-form__select #area-by-center__label .form-radio__txt:after,
#area-by-town:checked + .request-form__select #area-by-town__label .form-radio__txt:after {
  background: #30B6FF;
  display: block;
  height: 20px;
  left: 5px;
  top: 5px;
  width: 20px;
}

#area-by-town:checked ~ #areanav-bytown__body,
#area-by-center:checked ~ #areanav-bycenter__body {
  display: block;
}
.areanav-drilldown__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.request-menu__footer {
  flex-shrink: 0;
  margin: 0 30px;
  padding-bottom: 10px;
}
.request-menu__footer .form-btn.-dc-btn {
  font-size: 14px;
  font-size: 14rem;
  border-radius: 6px;
  margin: 0 0 8px;
  padding: 10px;
}

.request-menu__footer-result {
  font-size: 20px;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.7;
}

.request-menu__footer-msg {
  font-weight: 800;
  margin-bottom: 18px;
}

.request-menu__footer-action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/*
@media (max-width: 1600px) {
  .request-menu {
    //max-height: 100vh;
    margin: 0px auto;
    box-sizing: border-box;
    //left: -30px;
    //scale: 0.8;
    //top: 0;
  }

  .form-btn.-dc-btn {
    padding: 10px;
  }
}*/
.heatmap {
  -webkit-font-smoothing: antialiased;
  bottom: 90px;
  font-family: "Barlow";
  font-size: 14px;
  left: calc(50vw - 150px);
  margin: auto;
  position: absolute;
  text-align: center;
  width: 300px;
  z-index: 50;
}

.heatmap__ttl {
  background: #30B6FF;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 34px;
  line-height: 1;
  margin-top: 0;
  position: relative;
  text-align: center;
  width: 100px;
}

.heatmap__ttl:after {
  border: 10px solid transparent;
  border-top: 10px solid #30B6FF;
  bottom: -20px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}

.heatmap__ttllabel, .heatmap__close {
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100px;
}

.heatmap__close {
  cursor: pointer;
}

.heatmap__close i {
  margin-right: 0.5em;
}

.heatmap__frame {
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 4px;
  color: #4A4A4A;
  font-weight: 400;
  height: 210px;
  margin: 16px auto 0;
  overflow: hidden;
  padding-top: 1px;
  position: relative;
  text-align: left;
  width: 300px;
}
.heatmap__frame:has(#land-growth-rate:checked) {
  height: 370px;
}

.heatmap__open {
  cursor: pointer;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
  pointer-events: auto;
}

.heatmap__body {
  width: 300px;
  position: relative;
}

.heatmap-toggle {
  margin: 10px 10px 8px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.heatmap-toggle button.pinOperator {
  background: none;
  border: 0;
  color: #B1B1B1;
  font-size: 20px;
  line-height: 1;
  margin-left: auto;
  padding: 0;
  width: 18px;
  -webkit-appearance: none;
}

.heatmap-toggle button.pinOperator.active {
  color: #30B6FF;
}

.heatmap-toggle button:focus {
  outline: 0;
}

.heatmap_tooltip {
  background-color: #343434;
  border: 0 !important;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-left: -60px;
  padding: 5px 10px;
  text-align: center;
  /*width: 120px;*/
  white-space: nowrap;
}

.heatmap_tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #343434 transparent transparent transparent;
}

a.map-split__cancel, a.map-split__on {
  background-color: #343434;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  overflow: hidden;
  padding: 2px 8px;
  white-space: nowrap;
  width: auto;
}

.heatmap-toggle button:hover > span.tooltip {
  visibility: visible;
  opacity: 1;
}

/*.heatmap-toggle__ttl {*/
/*  content: 'HEATMAP';*/
/*  font-weight: 600;*/
/*  margin-right: 8px;*/
/*  vertical-align: middle;*/
/*}*/
.heatmap-toggle__label {
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 50px;
}

.heatmap-toggle__bg {
  border-radius: 20px;
  background-color: #B1B1B1;
  cursor: pointer;
  display: block;
  height: 20px;
  overflow: hidden;
  position: relative;
}

.heatmap-toggle__checkbox {
  display: none;
}

.heatmap-toggle__btn {
  border-radius: 20px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.2s linear;
  background-color: #8B999F;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  height: 20px;
  left: 0px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 16px;
  width: 34px;
}

.heatmap-toggle__btn:after {
  content: "OFF";
}

.heatmap-toggle__checkbox:checked ~ .heatmap-toggle__btn {
  background-color: #E91D29;
  left: 0;
  width: 28px;
}

.heatmap-toggle__checkbox:checked ~ .heatmap-toggle__btn:after {
  content: "ON";
}

.heatmap__selectarea {
  margin: 8px 10px;
  overflow: hidden;
  position: relative;
}

.heatmap__select {
  background: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  color: #4A4A4A;
  height: 28px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 130px;
  box-sizing: border-box;
}

.heatmap__select.-param1 {
  float: left;
}

.heatmap__select.-param2 {
  float: right;
}

.heatmap__selectarea span {
  left: 133px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 14px;
}

.heatmap__draw {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #30B6FF;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 10px;
  padding: 10px 14px;
  text-align: center;
  width: 280px;
}

.heatmap__legend {
  font-size: 12px;
  margin: 8px 10px;
  position: absolute;
}

.heatmap__legend.-type1 {
  display: flex;
  /*overflow:hidden;*/
}

.heatmap__legend.-type1:before {
  background: linear-gradient(180deg, #ef7300 0%, #efc900 22.65%, #c6ff99 48.62%, #64c7ff 76.8%, #9e86ff 100%);
  content: "";
  display: block;
  height: 125px;
  left: 0;
  top: 0;
  width: 50px;
}

.heatmap__legend.-type1 p {
  left: 56px;
  margin: 0;
  position: absolute;
}

.heatmap__legend.-type1 p:first-of-type {
  top: 1px;
}

.heatmap__legend.-type1 p:last-of-type {
  bottom: 1px;
}

.heatmap__legend.-type2 {
  background: url(/img/map/heatmap_legend.png) no-repeat 0 0;
  background-size: 280px 125px;
  display: none;
  height: 125px;
  width: 280px;
  overflow: hidden;
}

.heatmap__legend.-type2 p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  position: absolute;
}

.heatmap__legend.-type2 p:nth-of-type(1) {
  top: 15px;
  left: 13px;
}

.heatmap__legend.-type2 p:nth-of-type(2) {
  top: 15px;
  left: 153px;
}

.heatmap__legend.-type2 p:nth-of-type(3) {
  bottom: 15px;
  left: 13px;
}

.heatmap__legend.-type2 p:nth-of-type(4) {
  bottom: 15px;
  left: 153px;
}

.heatmap__ttl,
.heatmap__frame {
  transition: all 0.5s ease-out;
}

.heatmap.-off {
  pointer-events: none;
}

.heatmap.-off .heatmap__close,
.heatmap.-off .heatmap__body {
  display: none;
}

.heatmap.-off .heatmap__ttl {
  margin-top: 224px;
}

.heatmap.-off .heatmap__frame {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
  height: 40px;
  overflow: hidden;
  width: 40px;
}
.heatmap.-off .heatmap__frame:has(#land-growth-rate:checked) {
  height: 40px;
}

.map-split {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1;
  width: 212px;
}

.map-split__btn {
  background: #B1B1B1;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  width: 26px;
  transition: all 0.1s linear;
}

.map-split__btn:hover, .map-split__btn.-on {
  background: #30B6FF;
  transition: all 0.1s linear;
}

.map-split__btn.-two {
  margin: 0 8px;
  width: 25px;
}

.map-split__btn.-two:before,
.map-split__btn.-three:before, .map-split__btn.-three:after {
  content: "";
  background: #fff;
  display: inline-block;
  height: 18px;
  width: 1px;
}

.map-split__btn.-two:before {
  margin-left: 12px;
}

.map-split__btn.-three:before {
  margin-left: 8px;
}

.map-split__btn.-three:after {
  margin-left: 8px;
}

.tooltip-txt {
  display: none;
}

@media only screen and (max-width: 768px) {
  .map-split {
    /* display: none;*/
  }
  .map-split__btn {
    display: none;
  }
}
.heatmap__selectarea.local_file {
  width: 380px;
}

.heatmap-opt {
  padding-top: 16px;
}

input[name=heatmap-opt-tab] {
  display: none;
}

.heatmap-opt__tab {
  border-bottom: 1px solid #B1DDF5;
  display: flex;
  gap: 7px;
  margin: 0 auto 9px;
  padding-bottom: 9px;
  width: -moz-fit-content;
  width: fit-content;
}

.heatmap-opt__label {
  font-size: 16px;
  font-size: 16rem;
  align-items: center;
  background: #30B6FF;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  width: 64px;
}
.heatmap-opt__label:hover {
  opacity: 0.75;
  transition: all 0.1s linear;
}

.heatmap-opt__body {
  display: none;
  margin: 0 16px 16px;
}
.heatmap-opt__body p {
  margin-bottom: 20px;
}

.heatmap-opt__legend {
  position: relative;
}
.heatmap-opt__legend figcaption {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 39px;
  justify-content: space-between;
  line-height: 1;
  margin: 0 6px;
  position: absolute;
  width: calc(100% - 12px);
}
.heatmap-opt__legend img {
  height: auto;
  width: 100%;
}

#description:checked ~ .heatmap-opt__tab #description__label,
#price-rent:checked ~ .heatmap-opt__tab #price-rent__label,
#price-sale:checked ~ .heatmap-opt__tab #price-sale__label,
#yield:checked ~ .heatmap-opt__tab #yield__label,
#land-growth-rate:checked ~ .heatmap-opt__tab #land-growth-rate__label {
  background: #FFF824;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) inset;
}

#description:checked ~ #description__body,
#price-rent:checked ~ #price-rent__body,
#price-sale:checked ~ #price-sale__body,
#yield:checked ~ #yield__body,
#land-growth-rate:checked ~ #land-growth-rate__body {
  display: block;
}