﻿/* /user/home/allUser/base.css */
/*#region map_canvas*/
#map_canvas_wrap {
  position: relative;
}
#map_canvas_wrap #map_canvas {
  height: 300px;
}

/*#endregion*/
#h2_body_inner_wrap {
  position: relative;
}
#h2_body_inner_wrap #notes_wrap {
  margin: 10px 0 20px;
}
#h2_body_inner_wrap #notes_wrap > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#h2_body_inner_wrap #notes_wrap > ul > li > p {
  font-size: 14px;
  font-weight: bold;
  color: red;
}
#h2_body_inner_wrap #notes_wrap > ul > li > img {
  width: 56px;
  height: 56px;
  margin: 15px auto 0;
  display: block;
}
#h2_body_inner_wrap #post_loading_wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
}
#h2_body_inner_wrap #post_loading_wrap > img {
  margin: 0 10px 0 0;
}
#h2_body_inner_wrap > dl {
  margin: 0;
}
#h2_body_inner_wrap > dl > dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 5px;
  padding: 5px 5px 0;
}
#h2_body_inner_wrap > dl > dt:nth-of-type(1) {
  border: 1px solid #f7e921;
  border-width: 0 0 5px;
}
#h2_body_inner_wrap > dl > dt:nth-of-type(2) {
  border: 1px solid #f07b50;
  border-width: 0 0 5px;
}
#h2_body_inner_wrap > dl > dt:nth-of-type(3) {
  border: 1px solid #585aa4;
  border-width: 0 0 5px;
}
#h2_body_inner_wrap > dl > dt:nth-of-type(4) {
  border: 1px solid #ededed;
  border-width: 0 0 5px;
}
#h2_body_inner_wrap > dl > dt > span.icon {
  background-image: url("/Images/Common/markers.png");
  width: 31px;
  height: 38px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#h2_body_inner_wrap > dl > dt > span.icon.hinoiri {
  background-position: -31px top;
}
#h2_body_inner_wrap > dl > dt > span.icon.moon {
  background-position: -62px top;
}
#h2_body_inner_wrap > dl > dt > span.icon.other {
  background-position: -93px top;
}
#h2_body_inner_wrap > dl > dt > span.number_of_photos_count:before {
  content: "(";
}
#h2_body_inner_wrap > dl > dt > span.number_of_photos_count:after {
  content: ")";
}
#h2_body_inner_wrap > dl > dd {
  margin: 0 0 25px;
}
#h2_body_inner_wrap > dl > dd:last-of-type {
  margin: 0 0 25px;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer {
  background-color: #eee;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  height: 170px;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.scroll .post_photos_wrap .post_photo_wrap {
  width: 160px;
  margin: 0 0 10px;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.scroll .post_photos_wrap .post_photo_wrap > a {
  position: relative;
  display: block;
  border: 5px solid #fff;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.scroll .post_photos_wrap .post_photo_wrap > a > p {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  background: linear-gradient(rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0));
  width: 140px;
  padding: 5px;
  font-size: 13px;
  text-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.scroll .post_photos_wrap .post_photo_wrap > a > img {
  vertical-align: bottom;
  height: 150px;
  width: 150px;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.scroll .post_photos_wrap .post_photo_wrap > a .photo-count-badge {
  display: none;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.grid {
  display: grid;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.grid .post_photos_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 2px;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.grid .post_photos_wrap .post_photo_wrap {
  position: relative;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.grid .post_photos_wrap .post_photo_wrap p {
  display: none;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.grid .post_photos_wrap .post_photo_wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.grid .post_photos_wrap .post_photo_wrap .photo-count-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 8px;
  padding: 1px 4px;
  font-size: 10px;
  z-index: 10;
  line-height: 1.2;
}
#h2_body_inner_wrap > dl > dd .post_photos_wrap_outer.grid .load-more-container {
  justify-content: center;
}
#h2_body_inner_wrap > dl > dd .view_toggle {
  text-align: center;
  margin-top: 25px;
}
#h2_body_inner_wrap > dl > dd .view_toggle .view_toggle_btn {
  width: 170px;
  height: 40px;
}

.load-more-container {
  text-align: center;
  margin: 25px 0;
  clear: both;
  padding: 0 10px;
}
.load-more-container .load-more-btn {
  background-color: #05f;
  color: #fff;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 280px;
  touch-action: manipulation;
  -webkit-appearance: none;
}
.load-more-container .load-more-btn:hover:not(:disabled) {
  background-color: #0044cc;
}
.load-more-container .load-more-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.load-more-container .load-more-btn:active:not(:disabled) {
  background-color: #003399;
  transform: scale(0.98);
}

#h2_body_inner_wrap > dl > dd > div:nth-of-type(1) > div {
  display: flex;
}
#h2_body_inner_wrap > dl > dd > div:nth-of-type(1) .load-more-container {
  margin: 15px 0;
}
#h2_body_inner_wrap > dl > dd > div:nth-of-type(1) .load-more-container .load-more-btn {
  max-width: 200px;
  font-size: 14px;
  padding: 12px 20px;
}

div[id$=_wrap2] .load-more-container {
  margin: 20px 0;
}
div[id$=_wrap2] .load-more-container .load-more-btn {
  max-width: 250px;
  font-size: 15px;
  padding: 14px 22px;
}

.loading-more {
  text-align: center;
  padding: 25px 10px;
  color: #666;
}
.loading-more img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.loading-more span {
  font-size: 16px;
}
