:root {
	--fukidashi-color: #f6fbff;
	--common-font: 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ W6 JIS2004', 'ヒラギノ角ゴ ProN W6', 'HiraKakuProN-W6', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6 JIS2004', 'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; 
}
html, body { width: 100%; height: 100%; margin: 0; }
#map { width: 100%; height: 100%; }
.maplibregl-popup-content { border-radius: 8px; background-color: var(--fukidashi-color); }
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {border-top-color: var(--fukidashi-color)}
.maplibregl-popup-anchor-top .maplibregl-popup-tip {border-bottom-color: var(--fukidashi-color)}
.maplibregl-popup-anchor-left .maplibregl-popup-tip {border-left-color: var(--fukidashi-color)}
.maplibregl-popup-anchor-right .maplibregl-popup-tip {border-right-color: var(--fukidashi-color)}
.maplibregl-popup { font-family: var(--common-font); }
.fukidashi { padding: 5px;  }
.comment { font-size: 16px; line-height: 1.5em; margin-bottom: 8px; padding: 0 5px; }
.place { font-size: 14px; text-align: right; line-height: 1.2em; }
.time { font-size: 14px; text-align: right; line-height: 1.2em; margin-bottom: 5px; }
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ タイトル
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.titleArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  flex-direction: column;
  z-index: 10;
  zoom: 0.5;
  font-family: var(--common-font);
}

.titleArea__first, .titleArea__second {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0px 30px 0px 45px;
}

.titleArea__first {
  height: 95px;
  background-color: #fff;
}

.titleArea__first:before {
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 100%;
  background-color: #fff;
  content: "";
}

.titleArea__first:after {
  display: block;
  position: absolute;
  top: 0;
  right: -85px;
  border-top: 95px solid #fff;
  border-right: 45px solid transparent;
  border-bottom: 0px;
  border-left: 0px;
  content: "";
}

.titleArea__second {
  height: 80px;
  background-color: #000;
}

.titleArea__second * {
  color: #fff;
}

.titleArea__second:after {
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  border-top: 80px solid #000;
  border-right: 40px solid transparent;
  border-bottom: 0px;
  border-left: 0px;
  content: "";
}

.titleFirst {
  font-size: 65px;
  font-weight: bold;
  line-height: 1em;
}

.titleSecond {
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
}

#report_modal { z-index: 10000; background-color: rgba(0, 0, 30, .7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; backdrop-filter: blur(2px);}
#report_image { 
    width: 90%; height: 80%; object-fit: contain; position: absolute; top: 32px; left: 50%; transform: translateX(-50%); z-index: 20; 
    filter:  drop-shadow(1px 1px 2px #000);
    /*filter: drop-shadow(0 -5px 0 #000) drop-shadow(0 5px 0 #000) drop-shadow(-5px 0 0 #000) drop-shadow(5px 0 0 #000)  drop-shadow(1px 1px 2px #000);*/
    pointer-events: none; 
}
#report_info { background-color: rgba(255, 255, 255, .8); position: absolute; top: 14px; left: 10px; z-index: 2500; font-family:var(--common-font); padding: 3px 5px; max-width: 90%; min-width: 60%; box-shadow: 1px 1px 2px #999; }
#report_place { font-size: 22px; color: #101010; border-bottom: 1px solid #101010; line-height: 1.4em; font-family:var(--common-font); }
#report_time { font-size: 18px; color: #101010; line-height: 1.4em; font-family:var(--common-font); }
#report_name { font-size: 18px; color: #101010; line-height: 1.4em; margin-top: 5px; background: url(img/report_icon_camera@2x.png); background-repeat: no-repeat; background-size: 55px 50px; padding-left: 1.5em; font-family:var(--common-font); }
#report_close_button { -webkit-appearance: none; appearance: none; position: absolute; bottom: 30px; right: 30px; height: 40px; width: 40px; cursor: pointer; border: 1px solid #999; border-radius: 3px; }
#report_close_button:hover { opacity: .5; }
#report_close_button svg { margin-top: 6px; }

.menu-selector {
	list-style-type: none;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	display: flex;
}
.menu-selector-radio {
	display: none;
}
.menu-selector-label {
	display: block;
	width: 5em;
	font-size: 16px;
	border: 1px solid #000;
	text-align: center;
	background-color: #ebebeb;
	padding: 3px 7px;
	font-family: var(--common-font);
	border-collapse: collapse;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.menu-selector-label:first-of-type {
	border-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
.menu-selector-label:last-of-type {
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0;
}
.menu-selector-radio:checked + label { background-color: #111; color: #fff; }


main { width: 100%; height: 100%; display: flex; flex-direction: column; overflow-hidden: none; }
.map-wrapper { width: 100%; height: 100%; flex-grow: 1; position: relative; }
.maplibregl-popup { position: absolute; z-index: 50; }
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ mapBottom
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.mapBottom {
  padding: 10px 20px;
  overflow: hidden;
  background-color: #303030;
}
.mapBottom ul {
  margin: 0; padding: 0 10px;
}
.mapBottom li {
  list-style-type: none;
}

@media screen and (max-width: 374px) {
  .mapBottom {
    padding: 10px 5px;
  }
}

.mapBottom > *:not(:last-child) {
  margin-bottom: 10px;
}
/*====================================================================================
スライダーエリア
====================================================================================*/
.rangeArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 374px) {
  .rangeArea {
    gap: 2px;
  }
}

.rangeArea__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rangeArea__item.disable {
	pointer-events: none;
	filter: brightness(0.5) grayscale(0.8);
}

/*====================================================================================
スライダー
====================================================================================*/
.mapScale {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  outline: none;
  background: #F0F3F6;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.mapScale:focus {
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*------------------------------------------
スライダーの球
------------------------------------------*/
.mapScale::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* -webkit-transform: translateY(-8px);
    transform: translateY(-8px); */
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #0C419A;
}

.mapScale::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: none;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #0C419A;
  /* transform: translateY(0px); */
}

.mapScale::-moz-focus-outer {
  border: 0;
}

/*------------------------------------------
スライダーの球の位置の調整
------------------------------------------*/
_::-webkit-full-page-media, _:future, :root input[type=range]::-webkit-slider-thumb {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, input[type=range]::-webkit-slider-thumb {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/*====================================================================================
メモリ
====================================================================================*/
/*------------------------------------------
目盛り
------------------------------------------*/
.scaleGroup {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

.scaleGroup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* メモリ全体
------------------------------------------*/
.scale {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 0px;
  text-align: center;
  white-space: nowrap;
}

/* ライン */
.scale .line {
  display: block;
  width: 1px;
  height: 3px;
  background-color: #979797;
}

.scale.show .line {
  height: 6px;
}

/* テキスト */
.scale .text {
  width: 30px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  opacity: 0;
}

.scale.show .text {
  opacity: 1;
}

.scale.plus .text {
  color: #FF9900;
}
