@charset "utf-8";
button {
  padding: 0;
  color: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.l-mapheader {
  height: 80px;
  background: #fff;
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.l-mapheader .btnArea {
  display: flex;
  align-items: center;
  gap: 40px;
}
.l-mapheader .btnArea .backBtn {
  display: inline-block;
  background: #232f50;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.l-mapheader .btnArea .backBtn:hover {
  opacity: 0.7;
}
.l-map__content {
  position: relative;
  overflow: hidden;
}
.l-map__main {
  min-width: 1200px;
  height: calc(100dvh - 80px);
}
.l-map__main .c-map__area {
  width: 100%;
  height: 100%;
}
.c-map__area iframe {
  width: 100% !important;
  height: 100% !important;
}
.l-map__list.is-open {
  transform: translate(0);
}
.l-map__list {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 0 1px #96a3b31a, 0 8px 28px -4px #96a3b34d;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(calc(100% - 5rem));
  will-change: transform;
  position: absolute;
  inset: 0 auto 0 0;
  width: 456px;
  border-radius: 0;
  transform: translate(-100%);
}
.l-map-list__pc-button {
  position: absolute;
  top: 24px;
  left: 100%;
  display: grid;
  place-content: center;
  width: 26px;
  height: 60px;
  background: #333;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: 0.3s;
}
.l-map-list__pc-button:hover {
  opacity: 0.7;
}
.is-open .l-map-list__pc-button:before {
  transform: scaleX(-1);
}
.l-map-list__pc-button:before {
  width: 5px;
  aspect-ratio: 1 / 2;
  margin-right: 2px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  background: #fff;
}
.map__list_Header {
  padding: 24px 24px 16px;
}
.map__list_Header .searchNum {
  color: #232f50;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 24px;
}
.map__list_Header .searchNum span {
  font-size: 1.6rem;
}
.map__list_Header .c-list_searchArea {
  padding: 0 0 24px;
  border-bottom: 1px solid #f2efec;
}
.map__list_Header .c-list_searchArea .title {
  color: #232f50;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 6px;
}
.map__list_Header .c-list_searchArea .flex {
  display: flex;
  gap: 4px;
  margin: 0 0 24px;
}
.map__list_Header .c-list_searchArea .flex .searchInput {
  /* width: 324px; */
  width: 100%;
  border: 1px solid #232f50;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 16px 24px;
}
.map__list_Header .c-list_searchArea .flex .searchBtn {
  border: none;
  background-color: #232f50;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 4px;
  width: 80px;
}
.c-map-filter__content {
  display: flex;
  gap: 8px;
}
.c-map-filter__content .c-map-filter__select {
  width: 200px;
  position: relative;
}
.c-map-filter__content .c-map-filter__select select {
  width: 100%;
  line-height: 1;
  color: #232f50;
  font-size: 1.6rem;
  appearance: none;
  border: 1px solid #232f50;
  border-radius: 4px;
  padding: 16px 24px;
}
.c-map-filter__content .c-map-filter__select:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 8px;
  aspect-ratio: 2 / 1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  background: #232f50;
  transform: translateY(-50%);
}
.l-map-list__items {
  padding: 0 24px 10px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  row-gap: 8px;
  overflow-y: auto;
}
.list__item {
  border: 1px solid #f2efec;
  border-radius: 4px;
}
.list__item .item-link {
  padding: 6px 8px 6px 6px;
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.list__item .itemImage {
  width: 124px;
  height: 124px;
}
.list__item .itemImage img {
  min-width: 124px;
  min-height: 124px;
  object-fit: cover;
  max-height: 100%;
}
.list__item .itemText .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #232f50;
  margin-top: 6px;
  margin-bottom: 24px;
}
.list__item .itemText .date + .date {
  margin-top: 4px;
}
.l-map__spSerch {
  display: none;
}

.l-map__detail.is-open {
  transform: translate(0);
}
.l-map__detail {
  z-index: 20;
  background: #fff;
  box-shadow: 0 0 0 1px #96a3b31a, 0 8px 28px -4px #96a3b34d;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  will-change: transform;
  position: absolute;
  inset: 0 auto 0 0;
  width: 490px;
  border-radius: 0;
  transform: translate(-100%);
}
.l-map__detail .map__detail___inner {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
.l-map__detail .map__detail___inner .imgArea img {
  min-width: 100%;
}
.l-map__detail .closeBtn {
  position: fixed;
  top: 10px;
  right: 20px;
  padding: 10px 12px 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(207, 207, 207);
}
.l-map__detail .textArea {
  padding: 40px;
  font-size: 1.4rem;
  color: #232f50;
}
.l-map__detail .textArea .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 24px;
}
.l-map__detail .textArea .catList {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 40px;
}
.l-map__detail .textArea .catList li {
  border: 1px solid #232f50;
  padding: 0 4px;
}
.l-map__detail .textArea .rootBtn_wrap {
  border-top: 1px solid #f2efec;
  padding: 40px 0;
  margin-top: 40px;
}
.l-map__detail .textArea .rootBtn_wrap .rootBtn {
  display: block;
  color: #fff;
  background: #232f50;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 20px 10px;
  border-radius: 40px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.l-map__detail .textArea .rootBtn_wrap .rootBtn:hover {
  opacity: 0.7;
}
.l-map__detail .detail .detailList li {
  display: flex;
  gap: 12px;
}
.l-map__detail .detail .detailList li + li {
  margin-top: 16px;
}
.l-map__detail .detail .detailList li .detail_icon {
  width: 65px;
  font-weight: 700;
}
.l-map__detail .detail .detailList li .detail_text {
  width: calc(100% - 65px);
}
.l-map__detail .detail .detailList li .detail_text a {
  text-decoration: underline;
}
.l-map__detail .detail .detailList li .detail_text.url {
  word-break: break-all;
}
.map-info-window .img {
  margin: 0 0 8px;
}
.map-info-window .title {
  margin: 0 0 8px;
  font-weight: 700;
}
.map__detail___inner .fukushima_dcWrap {
  text-align: center;
  text-decoration: underline;
  margin: 20px 0 0;
  font-weight: 700;
  padding: 0 0 20px;
}
.spotWrap {
  overflow-y: scroll;
  padding: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .l-mapheader {
    height: 72px;
    padding: 16px 10px;
    align-items: center;
    position: relative;
  }
  .l-mapheader .l-header__langBox {
    margin-left: 68px;
  }
  .l-mapheader .logoArea img {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 40px;
    width: 52px;
  }
  .l-mapheader .btnArea .backBtn {
    padding: 9px;
    font-size: 1.2rem;
  }
  .l-map__main {
    min-width: 100%;
    height: calc(100dvh - 72px);
  }
  .l-map__list.is-open {
    transform: translateY(10px);
  }
  .l-map__list {
    z-index: 10;
    transform: translateY(calc(100dvh - 130px));
    will-change: transform;
    position: absolute;
    inset: 0 auto 0 0;
    height: calc(100dvh - 80px);
    width: 100%;
    border-radius: 24px 24px 0 0;
  }
  .map__list_Header {
    padding-top: 20px;
    position: relative;
  }
  .map__list_Header::before {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 50px;
    height: 4px;
    content: "";
    transform: translate(-50%);
    background: rgb(214, 214, 214);
    border-radius: 100vw;
  }
  .map__list_Header .searchNum {
    margin-top: 0;
  }
  .l-map-list__pc-button {
    position: absolute;
    top: 14px;
    left: initial;
    right: 10px;
    width: 40px;
    height: 40px;
    background: none;
    z-index: 10;
  }
  .l-map-list__pc-button:before {
    height: 10px;
    width: 15px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: #232f50;
  }
  .is-open .l-map-list__pc-button:before {
    transform: scaleY(-1);
  }
  .l-map__spSerch {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .l-map__spSerch .serch__inner {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    padding: 0 12px;
  }
  .l-map__spSerch .search__wrap {
    position: relative;
  }
  .l-map__spSerch .searchInput {
    width: calc(100vw - 80px);
    border: 1px solid #232f50;
    border-radius: 4px;
    font-size: 1.6rem;
    padding: 16px;
  }
  .l-map__spSerch .search__wrap .searchBtn {
    position: absolute;
    top: 11px;
    right: 13px;
    width: 26px;
    height: 26px;
    background: url(../img/map/icon_search.svg) no-repeat;
    background-size: contain;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
  }
  .l-map__spSerch .fileter__btn {
    display: block;
    width: 52px;
    height: 52px;
    background: url(../img/map/icon_filter.svg) no-repeat center #fff;
    border: 1px solid #232f50;
    border-radius: 4px;
  }
  .l-map__spSerch .fileter__btn.is-open {
    background: url(../img/map/icon_filter_on.svg) no-repeat center #232f50;
  }
  .l-map__spSerch .search__filter .c-map-filter__content {
    display: none;
  }
  .l-map__spSerch .search__filter .c-map-filter__content.is-open {
    display: block;
    position: absolute;
    top: 60px;
    right: 12px;
  }
  .l-map__spSerch
    .c-map-filter__content
    .c-map-filter__select
    + .c-map-filter__select {
    margin-top: 8px;
  }

  .l-map__list.is-open {
    transform: translateY(10px);
  }
  .l-map__list {
    z-index: 10;
    transform: translateY(calc(100dvh - 130px));
    will-change: transform;
    position: absolute;
    inset: 0 auto 0 0;
    height: calc(100dvh - 80px);
    width: 100%;
    border-radius: 24px 24px 0 0;
  }
  .l-map__detail.is-open {
    transform: translateY(10px);
  }
  .l-map__detail {
    z-index: 20;
    transform: translateY(calc(100dvh - 70px));
    will-change: transform;
    position: absolute;
    inset: 0 auto 0 0;
    height: calc(100dvh - 80px);
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 56px 0 0;
  }
  .l-map__detail::before {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 50px;
    height: 4px;
    content: "";
    transform: translate(-50%);
    background: rgb(214, 214, 214);
    border-radius: 100vw;
  }
  .l-map__detail .textArea .rootBtn_wrap .rootBtn {
    padding: 16px 10px;
    border-radius: 40px;
  }
}

/* 外枠のコンテナ */
.custom-language-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* オリジナルのセレクトボックス */
.custom-select {
  appearance: none; /* デフォルトの矢印を消す（ブラウザによる） */
  padding: 8px 25px 8px 15px;
  font-size: 12px;
  border: 1px solid #232f50;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23232f50" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
}

/* Google翻訳の隠し場所（存在はさせるが画面から消す） */
#google_translate_element {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Google翻訳特有のバナー等を消す */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
.goog-te-gadget-simple {
  display: none !important;
}
body {
  top: 0 !important;
}
.skiptranslate {
  display: none;
}
#goog-gt-tt {
  display: none;
}
