/* .pg-mapContents {} */
.mapContents {
  font-family: 'Zen Maru Gothic', "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* 汎用パーツ */
.mapContents .inline-block {
  display: inline-block;
}
@media print, screen and  (max-width:767px) {
  .mapContents .mobile-hidden {
    display: none;
  }
}
@media print, screen and  (min-width:768px) {
  .mapContents .desktop-hidden {
    display: none;
  }
}

.mapContents .page-header h1 {
  display:flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #128c1c;
  text-align: center;
  padding: 38px 0 0;
  margin-bottom: 30px;
  letter-spacing: .1em;
  font-size: 1.78571rem;
}
.mapContents .page-header h1 img {
  width: 33px;
  height: 33px;
}
.mapContents .page-header h1 img:last-child{
  width: 27px;
  height: 39px;
}
.mapContents .page-header p {
  font-size: 1rem;
  margin-bottom: 1em;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* 色付き背景 */
.mapContents__main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 40px;
  background-color: #f9f3e2;
}
.mapContents__main.-blue {
  background-color: #e7f4f3;
}
.mapContents__main:before {
  position: absolute;
  top: -40px;
  left: 0;
  content: '';
  display: block;
  background: url(../img/common/bg_pattern_wave.png) repeat-x center/contain;
  width: 100%;
  height: 50px;
  pointer-events: none;
}

.mapContents__main:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  background: url(../img/mapcontents/bg_pattern_wave-yellow.png) repeat-x center/contain;
  width: 100%;
  height: 50px;
  pointer-events: none;
}
.mapContents__main.-blue:after {
  background-image: url(../img/mapcontents/bg_pattern_wave-blue.png);
}

@media print, screen and  (min-width:768px) {
  .mapContents__main {
    padding-top: 96px;
    padding-bottom: 117px;
    margin-top: 65px;
  }
  .mapContents .page-header h1 {
    gap: 25px;
    padding-top: 56px;
    font-size: 2.85714rem;
    letter-spacing: 0.05em;
  }
  .mapContents .page-header h1 img {
    width: 66px;
    height: 66px;
  }
  .mapContents .page-header h1 img:last-child {
    width: 54px;
    height: 78px;
    transform: translateY(-10px);
  }
  .mapContents .page-header p {
    text-align: center;
    font-size: 1.14286rem;
    margin-top: 64px;
    line-height: 1.8125;
  }
}

/* アイコン説明 */
.mapContents__iconList {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
  margin-right: -14px;
}
.mapContents__iconList img {
  width: 34px;
}
.mapContents__iconList li {
  display: flex;
  gap: 7px;
  padding-right: 10px;
  margin-right: 10px;
  align-items: center;
  font-weight: bold;
  border-right: 2px dotted #878766;
}
.mapContents__iconList li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

@media print, screen and  (min-width:768px) {
  .mapContents__iconList {
    justify-content: center;
    margin-top: -13px;
    margin-bottom: -15px;
    font-size: 16px;
  }
  .mapContents__iconList img {
    width: 50px;
  }
  .mapContents__iconList li {
    padding-right: 32px;
    margin-right: 32px;
  }
}

/* ピンの種類 */
.mapContents__pinList {
  padding: 35px 15px 48px;
  border-radius: 10px;
  background-color: #fff;
}
.mapContents__pinList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.mapContents__pinList li + li {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 2px dotted #e5a900;
}
.mapContents__pinList li > img {
  width: 55px;
}
.mapContents__pinList__Detail dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #e5a900;
  letter-spacing: 0.04em;
}
.mapContents__pinList__Detail dd {
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.8125;
}
.mapContents__pinList__link {
  width: 280px;
}
.mapContents__pinList__link i {
  color: #e5a900;
}
.mapContents__pinList__link dt {
  margin-top: 10px;
  margin-bottom: 12px;
}
.mapContents__pinList__link dt i {
  margin-right: 4px;
}

.mapContents__pinList__link dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  height: 40px;
  border: 2px solid #e5a900;
  border-radius: 20px;
  background-color: #fff;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}
.mapContents__date {
  margin-top: 10px;
  text-align: right;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media print, screen and  (min-width:768px) {
  .mapContents__pinList {
    border-radius: 20px;
    padding: 54px 40px;
    margin: 0 18px;
  }
  .mapContents__pinList li {
    flex-direction: row;
    align-items: flex-start;
    gap: 28px;
  }
  .mapContents__pinList li + li {
    padding-top: 52px;
  }
  .mapContents__pinList li > img {
    width: 88px;
  }
  .mapContents__pinList__Detail dt {
    margin-top: -6px;
    font-size: 24px;
    text-align: left;
  }
  .mapContents__pinList__Detail dd {
    font-size: 16px;
  }
  .mapContents__pinList__link {
    width: 260px;
    flex-shrink: 0;
    font-size: 16px;
  }
  .mapContents__pinList__link dt {
    margin-top: 0;
    margin-bottom: 17px;
  }
  .mapContents__pinList__link dd a {
    height: 70px;
    border-width: 3px;
    border-radius: 35px;
  }
  .mapContents__pinList__link dd a i {
    font-size: 20px;
  }
  .mapContents__date {
    margin-right: 10px;
  }
}

/* 地図 */
.mapContents__map {
  margin-top: 40px;
}
.mapContents__map__nav ul {
  display:flex;
  justify-content: center;
  gap: 5px;
  padding-left: 12px;
}
.mapContents__map__nav.-recycle ul {
  padding-left: 7px;
  margin-right: 7px;
}
.mapContents__map__nav li {
  width: 128px;
  height: 62px;
  font-size: 13px;
}
.mapContents__map__nav li a {
  display:flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  border: 2px solid #e5a900;
  border-bottom: none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #fff;
  line-height: 1.23;
}
.mapContents__map__nav.-recycle li {
  width: 63px;
  height: 48px;
  max-width: calc((100% - 30px) / 5);
  font-size: 11px;
}
.mapContents__map__nav li.is-current a {
  background-color: #e5a900;
  color: #fff;
  pointer-events: none;
}
.mapContents__map__inner {
  position: relative;
  border: 2px solid #e5a900;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.mapContents__main.-blue .mapContents__map__inner {
  border-color: #0e8c84;
}
.mapContents #gmap,
.mapContents__map__Data {
  display: block;
  width: 100%;
  height: 480px;
  border: none;
}
.mapContents.-plant #gmap,
.-plant .mapContents__map__Data {
  height: 300px;
}
@media print, screen and  (min-width:768px) {
  .mapContents__map {
    margin: 40px 18px 0;
    /* margin: 60px 18px 0; */
  }
  .mapContents__map__inner {
    border-radius: 30px;
    border-width: 3px;
  }
  .mapContents__map__nav ul {
    gap: 8px;
    padding-left: 30px;
  }
  .mapContents__map__nav.-recycle ul {
    padding-left: 38px;
    margin-left: -13px;
    margin-right: 24px;
  }
  .mapContents__map__nav li {
    width: 288px;
    height: 56px;
    /* height: 82px; */
  }
  .mapContents__map__nav li a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    /* font-size: 22px; */
    border-width: 3px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    line-height: 1.3;
  }
  .mapContents__map__nav.-recycle li {
    width: 18%;
    /* height: 85px; */
    height: 56px;
    max-width: calc((100% - 76px) / 5);
  }
  .mapContents #gmap,
  .mapContents__map__Data {
    /* height: 633px; */
    height: calc(100vh - 180px);
    max-height: 633px;
    /* height: 512px; */
  }
  .mapContents.-plant #gmap,
  .-plant .mapContents__map__Data {
    /* height: 633px; */
    height: calc(100vh - 210px);
    max-height: 633px;
    /* height: 512px; */
  }
}

.mini_sp{display: block;}

@media print, screen and  (min-width:480px) {
  .mini_sp{display: none;}
}

@media print, screen and  (min-width:998px) {
  /* .mapContents__map__nav.-recycle li a {
    font-size: 22px;
  } */
  .mapContents__map__nav.-recycle li {
    width: 201px;
    /* height: 85px; */
  }
  /*
  .mapContents__map__nav.-recycle li a {
    width: 201px;
    height: 85px;
    font-size: 22px;
  } */
}

/* pin detail */
.mapContents__pinDetail {
  min-width: 200px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mapContents__pinDetail__info {
  display: flex;
  gap: 10px;
}
.mapContents__pinDetail__info + dl{
  margin-top: 10px;
}
.mapContents__pinDetail__info > dt {
  font-weight: bold;
  width: 60px;
  flex-shrink: 0;
}
.mapContents__pinDetail__info > dt i {
  color: #e5a900;

}
.mapContents__pinDetail__Link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 145px;
  height: 26px;
  padding: 0 10px;
  border: 1px solid #e5a900;
  font-size: 14px;
  font-weight: bold;
  border-radius: 13px;
  margin-top: 10px;
  font-family: 'Zen Maru Gothic', "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mapContents__pinDetail__Link i {
  color: #e5a900;
}
.-plant .mapContents__pinDetail__Link {
  width: 120px;
  height: 30px;
  border-radius: 15px;
  border-color: #0e8c84;
  /* border-width: 2px; */
  color: #0e8c84;
  line-height: 1.2;
}
.-plant .mapContents__pinDetail__Link i {
  color: #0e8c84;
}
.mapContents__pinDetail__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mapContents__pinDetail__icon li {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.3;
}
.mapContents__pinDetail__icon img {
  width: 30px;
  flex-shrink: 0;
}
.mapContents__pinDetail__section {
  margin-top: 18px;
}
.mapContents__pinDetail__section > dt {
  padding-bottom: 0.5em;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e5a900;
  margin-bottom: 10px;
}
.-plant .mapContents__pinDetail__section {
  margin-top: 0;
}
.-plant .mapContents__pinDetail__section > dt  {
  border-color: #0e8c84;
  color: #0e8c84;
  font-family: 'Zen Maru Gothic', "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.-plant .mapContents__pinDetail__section > dd dt {
  font-weight: bold;
}
.-plant .mapContents__pinDetail__section > dd dt i {
  color:#0e8c84;
}

.mapContents__pinDetail__thumb {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.mapContents__pinDetail__thumb > div {
  display: flex;
  flex-direction: column;
}
.mapContents__pinDetail__thumb > div .mapContents__pinDetail__Link {
  margin-top: auto;
}
.mapContents__pinDetail__thumb > img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

@media print, screen and  (min-width:768px) {
  .mapContents__pinDetail {
    min-width: 490px;
    padding: 10px;
  }
  .mapContents__pinDetail.-plant {
    min-width: 346px;
  }
  .mapContents__pinDetail__icon {
    gap: 6px 13px;
  }
  .mapContents__pinDetail__section {
    margin-top: 12px;
  }
  .mapContents__pinDetail__section > dt {
    font-size: 16px;
  }
  .mapContents__pinDetail__Link{
    width: 145px;
  }
  .-plant .mapContents__pinDetail__section > dt {
    margin-bottom: 18px;
  }
  .-plant .mapContents__pinDetail__Link {
    width: 145px;
    border-width: 2px;
  }
  .mapContents__pinDetail__thumb dt {
    margin-bottom: 2px;
  }
  .mapContents__pinDetail__thumb > img {
    width: 150px;
    height: 104px;
    border-radius: 10px;
  }
}

/* plant */
.mapContents__infos {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mapContents__info:nth-child(n + 2) {
  margin-top: 57px;
}
.mapContents__info__header {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #0e8c84;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.mapContents__info__header img {
  width: 24px;
  height: 24px;
}
.mapContents__infoItems {
  margin: 0 10px;
}
.mapContents__infoItem:nth-child(n + 2) {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.mapContents__infoItem:nth-child(n + 2).is-active {
  opacity: 1;
  padding-top: 24px;
  border-top: 1px solid #efeeee;
  margin-top: 40px;
  transition: opacity 0.3s 0.4s;
}
.mapContents__infoItem > img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
}
.mapContents__infoItem h3 {
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #0e8c84;
  letter-spacing: 0.04em;
  border-bottom: 2px dotted #0e8c84;
}
.mapContents__infoItem p {
  line-height: 1.8125;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a.mapContents__infoItem__link {
  position: relative;
  display: flex;
  justify-content: center;
  width: 278px;
  padding: 5px 40px;
  margin: 12px auto 0;
  font-size: 15px;
  border: 2px solid #0e8c84;
  border-radius: 16px;
  color: #0e8c84;
  font-weight: bold;
}
a.mapContents__infoItem__link i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-51%);
}
.mapContents__info__toggle {
  display: block;
  width: 178px;
  margin: 41px auto 0;
  border: none;
  background: none;
}
.mapContents__info__toggle img{
  width: 100%;
}
.mapContents__info__toggle .close {
  display: none;
}
.mapContents__info__toggle.is-active  .more {
  display: none;
}
.mapContents__info__toggle.is-active  .close {
  display: block;
}
.mapContents__info__noList {
  margin: 3em 0;
  font-size: 16px;
  text-align: center;
}
.mapContents__info__header img.mapContents__info_ico_plan03 {
  width: 20px;
  height: 20px;
}
@media print, screen and  (min-width:768px) {
  .mapContents__infos {
    max-width: 1152px;
    margin: 116px auto;
  }
  .mapContents__info:nth-child(n + 2) {
    margin-top: 89px;
  }
  .mapContents__info__header {
    height: 64px;
    border-radius: 32px;
    padding: 10px 30px;
    margin-bottom: 23px;
    font-size: 26px;
  }
  .mapContents__info__header img {
    width: 35px;
    height: 35px;
  }
  .mapContents__infoItem {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-direction: row-reverse;
    margin: 0 13px;
  }
  .mapContents__infoItem:nth-child(n + 2) {
    margin-top: 0;
  }
  .mapContents__infoItem:nth-child(n + 2).is-active {
    margin-top: 40px;
    padding-top: 24px;
  }
  .mapContents__infoItem > img {
    width: 310px;
    /* height: 210px;
    object-fit: cover; */
    flex-shrink: 0;
    margin-top: 15px;
  }
  .mapContents__infoItem > div {
    flex: 1 1 0;
  }
  .mapContents__infoItem h3 {
    padding-bottom: 21px;
    margin-bottom: 28px;
    font-size: 24px;
  }
  .mapContents__infoItem p {
    font-size: 16px;
  }
  a.mapContents__infoItem__link {
    width: 274px;
    font-size: 14px;
    margin: 20px 0;
  }
  .mapContents__info__toggle {
    width: 345px;
    margin: 40px auto;
    transition: transform .3s;
  }
  .mapContents__info__toggle img {
    width: auto;
    max-width: 349px;
  }
  .mapContents__info__toggle:hover {
    opacity: 1;
    transform: scale(1.05);
  }
  .mapContents__info__noList {
    margin: 8em 0;
  }
  .mapContents__info__header img.mapContents__info_ico_plan03 {
    width: 30px;
    height: 30px;
  }
}
/* color */
.mapContents__info.-blue .mapContents__info__header {
  background-color: #3d9ccc;
}
.mapContents__info.-blue .mapContents__infoItem h3 {
  color: #3d9ccc;
  border-color: #3d9ccc;
}
.mapContents__info.-blue a.mapContents__infoItem__link {
  border-color: #3d9ccc;
  color: #3d9ccc;
}
.mapContents__info.-green .mapContents__info__header {
  background-color: #53a661;
}
.mapContents__info.-green .mapContents__infoItem h3 {
  color: #53a661;
  border-color: #53a661;
}
.mapContents__info.-green a.mapContents__infoItem__link {
  border-color: #53a661;
  color: #53a661;
}
.mapContents__info.-orange .mapContents__info__header {
  background-color: #e59232;
}
.mapContents__info.-orange .mapContents__infoItem h3 {
  color: #e59232;
  border-color: #e59232;
}
.mapContents__info.-orange a.mapContents__infoItem__link {
  border-color: #e59232;
  color: #e59232;
}
.mapContents__info.-pink .mapContents__info__header {
  background-color: #f0737d;
}
.mapContents__info.-pink .mapContents__infoItem h3 {
  color: #f0737d;
  border-color: #f0737d;
}
.mapContents__info.-pink a.mapContents__infoItem__link {
  border-color: #f0737d;
  color: #f0737d;
}
.mapContents__info.-purple .mapContents__info__header {
  background-color: #7e85cc;
}
.mapContents__info.-purple .mapContents__infoItem h3 {
  color: #7e85cc;
  border-color: #7e85cc;
}
.mapContents__info.-purple a.mapContents__infoItem__link {
  border-color: #7e85cc;
  color: #7e85cc;
}

/* リサイクルマップ */
.mapContents__linkList {
  padding: 31px 0 40px;
  border-top: 4px dashed #f5e5b7;
  border-bottom: 4px dashed #f5e5b7;
}
.mapContents__linkList h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.mapContents__linkList h2 img {
  width: 27px;
}
.mapContents__linkList ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}
.mapContents__linkList ul li a {
  display: flex;
  align-items: center;
  padding: 15px 16px 15px 39px;
  gap: 14px;
  background-color: #fff;
  box-shadow: 0 5px 0 rgb(0,0,0,0.1);
  border-radius: 10px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mapContents__linkList ul li a i {
  color: #e5a900;
  font-size: 16px;
}
@media print, screen and  (min-width:768px) {
  .mapContents__linkList {
    display: flex;
    align-items: center;
    padding: 35px 0 39px;
    margin-bottom: 84px;
  }
  .mapContents__linkList h2 {
    flex-direction: column;
    flex-shrink: 0;
    font-size: 22px;
    margin-right: 5.5%;
    margin-left: 7%;
    margin-bottom: 0;
  }
  .mapContents__linkList h2 img {
    width: 36px;
  }
  .mapContents__linkList ul {
    display: flex;
    flex-direction: row;
    gap: 3%;
    flex: 1 1 0;
    max-width: 830px;
    margin: 0;
  }
  .mapContents__linkList ul li{
    min-height: 106px;
    flex: 1 1 0;
  }
  .mapContents__linkList ul li a {
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.8125;
  }
  .mapContents__linkList ul li a i {
    font-size: 16px;
  }
}
@media print, screen and  (min-width:998px) {
  .mapContents__linkList ul li a {
    gap: 17px;
    font-size: 16px;
  }
  .mapContents__linkList ul li a i {
    font-size: 18px;
  }
}
