#main{
  height: 100%;
  width: 100%;
  margin: 0;
}
.block_in {
  padding: 0 10px 10px;
}
.search-map-wrapper {
  position: relative;
  height: calc(100vh - 158px); 
}
#breadcrumbs {
  width: 980px;
  margin: 0 auto; 
}
#map {
  position: relative;
  height: 100%;
  width: 100%;
}
#map-articles {
  position: fixed;
  width: 380px;
  top: 0;
  right: -380px;
  margin-top: 158px;
  height: calc(100% - 158px);
  transition: right .25s linear;
}
#map-articles.display {
  right: 0;
}
#map-articles .article-count {
  padding: 8px;
  background-color: #eeeeee;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-top: 2px solid #ddd;
  margin-bottom: 0;
}
.article-count b {
  font-size: 150%;
  color: darkorange;
  padding: 0 8px;
}
#map-articles ul {
  background-color: white;
  height: calc(100% - 52px);
  overflow: auto;
}
#map-articles ul li {
  clear: both;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-top: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#map-articles ul li:last-child {
  border-bottom: 2px solid #ddd;
}
#map-articles ul li:hover {
  border-color: #ff6f03;
}
#map-articles ul li:hover + li {
  border-top-color: #ff6f03;
}
#map-articles ul li .room_right {
  width: 180px; 
}
#map-articles ul li a {
  text-decoration: none;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
#map-articles ul li a .spacer {
  display: block;
  width: 100%;
}
#map-articles ul li a .detail-content {
  padding: 10px;
  font-size: 0.8em;
  min-height: 100px;
}
#map-articles ul li a .image-wrapper {
  padding: 16px 0;
  position: relative;
}
#map-articles ul li a .image-wrapper span{
  background: darkorange;
  color: #fff;
  padding: 2px;
  font-size: 12px;
  position: absolute;
}
#map-articles ul li a .image-wrapper img {
  padding: 0;
  box-sizing: unset;
}
#map-articles ul li a .btn-more {
  display: block;
  text-align: center;
  margin-top: 8px;
}
#map-articles ul li a .btn-more .btn {
  display: flex;
  padding: 7px 12px 8px;
  font-size: 0.9em;
  margin: auto;
}
#map-articles ul li .category {
  margin-top: 4px;
}
#map-articles ul li .category div {
  margin-right: 3px;
  border: 1px solid #ba995d;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  border-radius: 5px;
}
#map-articles.selected {
  height: auto;
  min-height: 320px;
}
#map-articles.selected .article-count {
  display: none;
}
#map-articles.selected .article-rooms {
  max-height: calc(100vh - 158px);
}
#map-articles.selected ul li .room_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  border-right: 1px solid #dedede;
}
#map-articles.selected ul li .mail {
  margin: auto;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 45px;
  height: 26px;
  background: #FF4949 url(/img/contact_p2.png) no-repeat 0 1px;
  background-size: 45px 26px;
  border-bottom: solid 2px #d10000;
  border-radius: 3px;
  margin: 0 auto;
}
#map-articles.selected ul li .room_right2 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  height: 68px;
}
#map-articles.selected ul li .room_right2 {
  width: 80px;
}
#map-articles.selected ul li a .information {
  margin-bottom: 16px;
}
#map-articles.selected ul li a .information-other {
  margin: 16px 4px 0;
}
#map-articles.selected ul li a .information-other dt {
  font-weight: bold;
  display: inline-block;
  width: 5em;
}
#map-articles.selected ul li a .information-other dd {
  display: inline-block;
}
#map-articles.selected ul li a .information-other dd:before {
  content: '：';
  margin-right: 0.5em;
}
#map-articles.selected ul li a img + div {
  padding: 0;
  min-height: auto;
}
#map-articles.selected ul li h5 {
  margin: 8px 0 12px;
}
#map-articles.selected ul li .category span {
  margin-top: 0;
}
#map-articles.selected ul li table {
  margin-bottom: 12px;
  width: 100%;
}
#map-articles.selected ul li table tr {
  border-top: 1px solid #dadada;
}
#map-articles.selected ul li table th {
  white-space: nowrap;
}
#map-articles.selected ul li table th,
#map-articles.selected ul li table td {
  padding: 8px;
  font-size: 1.3rem;
}
#map-articles .toggle-button {
  position: absolute;
  top: 70px;
  left: -40px;
  text-decoration: none;
  font-size: 24px;
  background-color: #ff8100;
  color: white;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 10px 0 0 10px;
  display: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
#map-articles.display .toggle-button {
  display: flex;
}
#map-articles .toggle-button > span {
  display: block;
}
#map-articles .toggle-button > span.active {
  display: none;
}
#map-articles.display .toggle-button > span {
  display: none;
}
#map-articles.display .toggle-button > span.active {
  display: block;
}
#map-articles {
  font-size: 12px;
}
#map-articles .article-info{
  width: 200px;
  float: right;
  padding: 2px 0;
}
#map-articles .block_t a:hover{
  text-decoration: none;
}
#map-articles .box_img {
  width: 130px;
}
#map-articles .box_img img{
  width: 130px;
  height: 130px;
}
#map-condition {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
#map-condition.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
#map-condition .map-condition-contents {
  position: relative;
  background: #FFF;
  padding: 12px 20px 28px;
  width: 50%;
  max-width: 700px;
  height: calc(100% - 158px);
}
#map-condition .map-condition-contents .form_condition{
  height: 72%;
  overflow: auto;
}
#map-condition .map-condition-contents h4 {
  text-align: center;
  margin: 8px 0 16px;
  font-size: 1.8rem;
}
#map-condition .map-condition-contents .condition-item-flex {
  display: flex;
}
#map-condition .map-condition-contents .condition-item-flex .condition-item {
  flex: 0 0 46%;
  margin: 2%;
}
#map-condition .map-condition-contents .search-button {
  margin: auto;
  width: 40%;
  height: 40px;
}
#map-condition .map-condition-contents .search-button:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  font-size: 1.4rem;
}
#map-condition .map-condition-contents .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 21px;
  border: 1px solid #8e8e8e;
  color: #8e8e8e;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#map-condition .map-condition-contents .condition-item {
  background: #fff;
  margin: 0 12px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#map-condition .map-condition-contents .condition-item:last-child{
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
#map-condition .map-condition-contents .condition-item h5 {
  width: 150px;
  color: #000;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  /*border-bottom: 1px solid #ccc;*/
  background-color: #eee;
  font-size: 1.5rem;
  padding: 8px 12px;
  flex: 0 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#map-condition .map-condition-contents .condition-item .condition-list {
  padding: 12px 20px;
  line-height: 3rem;
  font-size: 1.4rem;
  position: relative;
  flex: 1 1;
  display: flex;
  flex-wrap: wrap;
}
#map-condition .map-condition-contents .condition-item .condition-list .initial-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#map-condition .map-condition-contents .condition-item .condition-list .wavy {
  padding: 0 6px;
  line-height: 1.5em;
}
#map-condition .map-condition-contents .condition-item .condition-list label {
  flex: 0 0 33.3%;
}
#map-condition .map-condition-contents .condition-item .condition-list label:last-child {
  flex: 1 1;
}
#map-condition .map-condition-contents .condition-item .condition-list.label-col-3 label {
  width: 24%;
}
#map-condition .map-condition-contents .condition-item.condition-vacancy {
  background-color: transparent;
  border: none;
}
#map-condition .map-condition-contents .condition-item.condition-vacancy .condition-list {
  justify-content: center;
  text-align: center;
}
#map-condition.side-fixed {
  display: block;
  background-color: transparent;
  width: 410px;
  top: 158px;
  left: -410px;
  height: 100%;
  transition: left 0.5s ease;
}
#map-condition.side-fixed.show {
  left: 0;
}
#map-condition.side-fixed .map-condition-contents {
  width: auto;
}
#map-condition.side-fixed .map-condition-contents .condition-item h5 {
  font-size: 1.3rem;
  flex-basis: 70px;
}
#map-condition.side-fixed .map-condition-contents .condition-item .condition-list {
  padding: 6px 8px;
}
#map-condition.side-fixed .map-condition-contents .condition-item .condition-list label {
  flex-basis: 50%;
  font-size: 80%;
  line-height: 2em;
}
#map-condition.side-fixed .map-condition-contents .search-button {
  margin: auto;
}
.open-select-condition-p2::before {
  content: '+';
  font-size: 1.8em;
  line-height: 0;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
#map-move.min h6::before {
  content: '+';
  font-size: 1.8em;
  line-height: 0;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
#map-condition.show ~ .open-select-condition-p2 {
  /* opacity: 0; */
  display: none;
}
#map-move {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  text-align: center;
}
#map-move h6 {
  background-color: #004ea1;
  color: white;
  width: 180px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#map-move .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #8e8e8e;
  color: #8e8e8e;
  border-radius: 2px;
  text-decoration: none;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
#map-move table tr th {
  padding: 4px 16px;
  background-color: #ddd;
  text-align: center;
}
#map-move table tr td {
  padding: 10px 16px 10px 12px;
  background-color: white;
  text-align: left;
}
#map-move table tr td.list select {
  font-size: 14px;
  padding: 4px 8px 4px 4px;
  height: 30px;
  border-color: #cccccc;
  border-radius: 4px;
}
#map-move table tr td a {
  text-decoration: none;
  margin-right: 20px;
}
#map-search-form {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: .6rem;
  overflow: hidden;
  text-align: left;
}
#map-search-form #map-search-keyword {
  padding: .6rem 1rem;
  background: none;
  border: none;
  font-size: 1.4rem;
  outline: none;
  width: 25rem;
}
#map-search-form button {
  position: absolute;
  border: none;
  width: auto;
  height: 30px;
  text-align: center;
  outline: none;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 0;
  display: block;
}
#map-search-form button .btn {
  height: 100%;
  padding: 0 10px;
}
#map-move.min {
  left: auto;
  right: 50%;
  bottom: 25px;
  transform: initial;
  cursor: pointer;
}
#map-move.min h6 {
  width: auto;
  padding: 10px 25px 8px;
  border-radius: 5px;
}
#map-move.min h6:hover {
  background-color: #f57f17;
}
#map-move.min table,
#map-move.min .close {
  display: none;
}
.open-select-condition-p2 {
  position: fixed;
  top: 160px;
  left: -4px;
  background-color: #004ea1;
  padding: 8px 28px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 1.5px;
}
#map-article-image {
  position: fixed;
  top: -150px;
  left: -150px;
  width: 158px;
  background-color: white;
  font-size: 75%;
  transition: none;
  border: 4px solid #8e8e8e;
  z-index: 1;
}
#map-article-image img {
  width: 150px;
  height: 100px;
}
#map-article-image h5 {
  position: absolute;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70px;
  background-color: rgba(255,255,255,0.5);
  color: #333;
}
#map-article-image > div {
  padding: 6px;
}
.google-map-cluster > div {
  top: -4px;
}
.google-map-cluster > div span {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  width: 1.3em;
  display: inline-block;
  height: 1.3em;
}
.search-map-wrapper .label {
  position: absolute;
  left: 0;
  top: 16px;
  display: block;
  width: 38px;
  height: 38px;
  padding-top: .7rem;
  line-height: 1.3;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  z-index: 1;
}
.search-map-wrapper .label.label_new {
  background-color: #80c636;
}
.search-map-wrapper .label.label_update {
  background-color: #ffa000;
}
.search-map-wrapper .count-top {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.total-article-count {
  position: absolute;
  font-size: 13px;
  top: -30px;
  right: 10px;
}
.total-article-count b {
  font-size: 130%;
  color: darkorange;
  padding: 0 8px;
}
.article-count {
  text-align: center;
  margin-bottom: 10px;
}
.r-margin {
  margin: 0 !important;
}
.r-padding {
  padding: 0 !important;
}
.clr-orange {
  color: darkorange;
}
.clr-red {
  color: red;
}
.list_box {
  margin-bottom: 0;
}
.map-search-supp {
  font-size: 12px;
  padding-top: 4px;
}
.add-condition {
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 0 12px;
  font-size: 14px;
  cursor: pointer;
}
.display-none {
  display: none !important;
}
.traveltime a {
  text-decoration: underline;
}
.boder-bottom {
  border-bottom: 1px solid #ccc;
}
.img_left img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}