@charset "UTF-8";


/*-----------------------------------------------------------------
		基本
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  background: #020106;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.l-header {
  position: relative;
}

main {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-illumination2020 img {
  width: 100%;
  vertical-align: bottom;
}

.container {
  padding: 70px 0 0;
}

.ttl-large {
  margin-bottom: 50px;
  padding-top: 35px;
  line-height: 1.2;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: url(../images/illumination2020/i_ttl.png) center top no-repeat;
  background-size: 107px auto;
  text-align: center;
  font-family: 'YuMincho', 'Yu Mincho', serif;
}

.ttl-middle {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-family: 'YuMincho', 'Yu Mincho', serif;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.is-sp {
  display: none;
}


@media screen and (max-width: 767px) {
.ttl-large {
  margin-bottom: 50px;
  padding-top: 35px;
  line-height: 1.2;
  font-size: 32px;
}

.ttl-middle {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-family: 'YuMincho', 'Yu Mincho', serif;
}

.is-pc {
  display: none;
}
.is-sp {
  display: inline;
}

}


/*-----------------------------------------------------------------
		MV
-----------------------------------------------------------------*/
.mv {
  min-height: 595px;
  display: flex;
  align-items: center;
  background: url(../images/illumination2020/mv_pc.jpg) center bottom no-repeat;
  background-size: cover;
}

.mv h1 {
  width: 617px;
  margin: 0 auto;
}
.mv h1 img {
  width: 100%;
}


@media screen and (max-width: 767px) {
.mv {
  background: url(../images/illumination2020/mv_sp.jpg) center bottom no-repeat;
  background-size: cover;
}

.mv h1 {
  width: 308px;
}

}


/*-----------------------------------------------------------------
		ツナゲルアカリ
-----------------------------------------------------------------*/
.pickup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pickup-01 {
  margin-bottom: 40px;
}
.pickup-01 .content-left {
  width: 380px;
  font-size: 14px;
}
.pickup-01 .content-right {
  width: calc(100% - 440px);
}

.pickup-02 .content-left {
  width: calc(100% - 440px);
}
.pickup-02 .content-right {
  width: 380px;
  font-size: 14px;
}


@media screen and (max-width: 767px) {
.pickup-01 .content-left {
  width: 100%;
  margin-bottom: 20px;
}
.pickup-01 .content-right {
  width: 100%;
}

.pickup-02 .content-left {
  width: 100%;
  order: 2;
}
.pickup-02 .content-right {
  width: 100%;
  order: 1;
  margin-bottom: 20px;
}

}


/*-----------------------------------------------------------------
		ツナゲルアカリ
-----------------------------------------------------------------*/
.spot-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.spot-list li {
  width: calc(25% - 6px);
  margin-bottom: 8px;
  position: relative;
}
.spot-list li:hover {
  opacity: 0.7;
}

.spot-list li p {
  width: 100%;
  position: absolute;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 8px;
  background: rgba(39,39,39,0.7);
  color: #fff;
  z-index: 10;
  left: 0;
  bottom: 0;
}
.spot-list li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .spot-list li {
  width: calc(50% - 6px);
}
}


/*-----------------------------------------------------------------
		演出スポット
-----------------------------------------------------------------*/
.direc-map {
  margin-bottom: 55px;
  border: solid 1px #011C20;
}

.spot-list li p.direc-ttl {
  color: #ECDB2F;
}

.direc-scroll {
  display: none;
}

@media screen and (max-width: 767px) {
.direc-map img {
  width: 900px;
  max-width: 900px;
}
.direc-map {
  margin-bottom: 10px;
  overflow-x: scroll;
}

.direc-scroll {
  display: block;
  margin-bottom: 55px;
  text-align: center;
}
.direc-scroll img {
  width: 93px;
}

}


/*-----------------------------------------------------------------
		アクセス
-----------------------------------------------------------------*/
.access-map {
  display: flex;
  justify-content: space-between;
}

.access-map-info {
  width: calc((100% / 3) - 5px);
  background: #fff;
  padding: 20px 20px 85px;
  color: #020106;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.access-map-info strong {
  font-size: 16px;
}

.access-map-ttl {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #0a2649;
}

.access-map-info2 {
  padding-top: 10px;
  display: block;
}

.comments {
  margin-top: 10px;
  font-size: 11px;
}

.fs-small {
  font-size: 11px;
}

.btn-wrap {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  background: #09203f; /* Old browsers */
  background: -moz-linear-gradient(9deg,  #09203f 0%, #537895 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(9deg,  #09203f 0%,#537895 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(9deg,  #09203f 0%,#537895 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-wrap a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 50px;
  background: url(../images/illumination2020/i_snow.png) no-repeat left 7px bottom 7px, url(../images/illumination2020/i_arrow.png) no-repeat right 30px center;
  background-size: 21px auto, 14px auto;
}

@media screen and (max-width: 767px) {
.access-map {
  display: block;
}

.access-map-info {
  width: 100%;
  margin-bottom: 8px;
}

}


/*-----------------------------------------------------------------
		イベント情報
-----------------------------------------------------------------*/
.event-list {
  margin-bottom: 100px;
}

.event-list li {
  display: flex;
  justify-content: space-between;
}

.list-ttl {
  width: 200px;
  padding: 25px 0;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.list-contents {
  width: calc(100% - 250px);
  padding: 25px 0;
  border-bottom: solid 1px #fff;
}
.list-contents p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.list-top {
  border-top: solid 1px #fff;
}

@media screen and (max-width: 767px) {
.event-list li {
  display: block;
  border-bottom: solid 1px #fff;
}

.list-ttl {
  width: 100%;
  padding: 25px 0 0;
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
}

.list-contents {
  width: 100%;
  padding: 15px 0 25px;
  border-bottom: none;
}

.list-top {
  border-top: none;
}

}


/*-----------------------------------------------------------------
		Gmaps
-----------------------------------------------------------------*/

#map {
  max-width: 100%;
  height: 600px;
  /*filter: grayscale(100%) invert(92%) contrast(83%);*/
}

.gm-style .gm-style-iw-c {
    background-color: #081a2d;
  padding: 0 0 12px !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
  width: 100%;
}

.gm-style .gm-style-iw-t::after {
    background: #081a2d !important;
}

@media screen and (max-width: 768px) {
.gm-style .gm-style-iw-c {
  max-width: 280px !important;
  padding: 0 0 8px !important;
}

#map {
  height: 480px;
}

#map-slide-front {
    display: block;
}
}


/* ================================================================================================================== */
.map-balloon-name {
  font-size: 16px;
  padding-top: 12px;
   color: #ECDB2F;
  font-weight: bold;
  text-align: center; }

.map-balloon-link {
  text-align: center; }

.map-baloon-num {
  font-size: 1.8rem;
  margin: 0 2px;
  font-weight: bold;
  color: #00bbfb; }

.gm-style-iw > div {
  display: block !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 !important; }

.areamap .archive-content-inner {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  overflow: hidden; }

.map-list-wrap, .map-detail-wrap {
  width: 520px;
  height: 677px;
  padding: 20px 0;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-box-shadow: 1px 0px 3px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 3px -1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.map-side-close {
  position: absolute;
  width: 40px;
  top: 20px;
  right: -40px;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 5px 5px 0; }
  @media screen and (max-width: 1980px) {
    .map-side-close {
      display: none; } }
  .map-side-close span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.2; }
  .map-side-close .icon-prev {
    font-size: 1.8rem;
    font-weight: bold; }

.map-side-close-inner {
  padding: 20px 0; }

.map-list-visual {
  width: 100%;
  height: 158px;
  position: relative;
  z-index: 2; }
  .map-list-visual.map-visual-daiba {
    background-image: url(../images/top/bg_dot.png), url(../images/areamap/map_visual.jpg); }
  .map-list-visual.map-visual-aomi {
    background-image: url(../images/top/bg_dot.png), url(../images/areamap/map_visual_aomi.jpg); }
  .map-list-visual.map-visual-ariakekita {
    background-image: url(../images/top/bg_dot.png), url(../images/areamap/map_visual_ariakekita.jpg); }
  .map-list-visual.map-visual-ariakeminami {
    background-image: url(../images/top/bg_dot.png), url(../images/areamap/map_visual_ariakeminami.jpg); }
  .map-list-visual .map-visual-inner {
    text-align: center; }
    .map-list-visual .map-visual-inner .area-title {
      width: 100%;
      position: absolute;
      top: 50px;
      font-size: 3rem;
      color: #ffffff;
      font-weight: bolder;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
      .map-list-visual .map-visual-inner .area-title .icon-area {
        font-size: 4rem;
        vertical-align: sub; }

.mdl-map-list {
  width: 100%;
  padding: 30px 0 ;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto; }
  .mdl-map-list > li {
    position: relative;
    padding: 0 5px 20px 0;
    display: inline-table;
    width: 49.5%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mdl-map-list > li span {
      display: inline-block;
      padding-left: 15px;
      text-decoration: none;
      line-height: 1.3;
      font-size: 1.4rem;
      color: #3e3e3e;
      font-weight: bolder;
      cursor: pointer; }
      .mdl-map-list > li span:hover {
        color: #2d8ad7; }
  .mdl-map-list .icon-arrow_right:before {
    position: absolute;
    padding-left: 0;
    left: 0;
    top: 2px;
    font-size: 1.6rem;
    font-weight: bold; }

.map-detail-wrap {
  overflow: scroll; }

.map-detail-visual {
  width: 100%;
  background-color: #eaeeef;
  background-image: none; }
  .map-detail-visual .map-visual-inner {
    position: relative;
    width: 100%; }
    @media screen and (max-width: 1980px) {
      .map-detail-visual .map-visual-inner .detail-thumb img {
        display: inline-block; } }
  .map-detail-visual .thumb-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 158px;
    position: relative;
    width: 230px;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top; }
  .map-detail-visual .spot-info-wrap {
    width: 290px;
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    padding: 9px 12px 12px;
    box-sizing: border-box;
    vertical-align: top; }
    @media screen and (max-width: 1980px) {
      .map-detail-visual .spot-info-wrap {
        padding: 10px; } }
    .map-detail-visual .spot-info-wrap .spot-title {
      font-size: 1.4rem;
      font-weight: bolder;
      line-height: 1.25;
      margin-bottom: 0;
      text-align: center;
color: #ECDB2F;}

    .map-detail-visual .spot-info-wrap .spot-desc {
      line-height: 1.35;
      font-size: 2.3rem;
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
      @media screen and (max-width: 1980px) {
        .map-detail-visual .spot-info-wrap .spot-desc {
          font-size: 2rem; } }

.map-spot-btn {
  margin-top: 0;
  font-size: 1.4rem;
  height: 34px;
  line-height: 34px;
  width: 100%; }
  @media screen and (max-width: 1980px) {
    .map-spot-btn {
      font-size: 2.3rem;
      height: 45px;
      line-height: 45px;
      margin: 0; } }

.map-event-btn {
  font-size: 1.8rem;
  height: 64px;
  line-height: 60px;
  background: none;
  border: 2px solid #00bbfb;
  color: #00bbfb; }
  @media screen and (max-width: 1980px) {
    .map-event-btn {
      font-size: 1.2rem;
      height: 40px;
      line-height: 36px; } }

.map-eventlist-wrap {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto; }
  @media screen and (max-width: 1980px) {
    .map-eventlist-wrap {
      padding: 15px; } }
  .map-eventlist-wrap .detail-side-ttl {
    border: none;
    color: #767676;
    padding-bottom: 0;
    left: -3px;
    top: -5px; }
    @media screen and (max-width: 980px) {
      .map-eventlist-wrap .detail-side-ttl {
        font-size: 1.2rem;
        padding-left: 25px;
        left: -5px;
        top: -3px; }
        .map-eventlist-wrap .detail-side-ttl:before {
          font-size: 2rem;
          top: -4px; } }

.mdl-article-mapspot {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0; }
  .mdl-article-mapspot a {
    color: #3e3e3e; }
  .mdl-article-mapspot > li {
    border-bottom: 1px solid #e5e5e5; }
  .mdl-article-mapspot .article-inner {
    padding: 15px 0;
    vertical-align: top; }
    @media screen and (max-width: 1980px) {
      .mdl-article-mapspot .article-inner {
        padding: 10px 0; }
        .mdl-article-mapspot .article-inner .detail-thumb img {
          display: inline-block; } }
  .mdl-article-mapspot .thumb-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 90px;
    position: relative;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top; }
    @media screen and (max-width: 1980px) {
      .mdl-article-mapspot .thumb-area {
        height: 52px;
        width: 52px; } }
  .mdl-article-mapspot .text-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    vertical-align: top;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top; }
    .mdl-article-mapspot .text-area .title {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.33;
      margin-bottom: 10px;
      position: relative; }
      @media screen and (max-width: 1980px) {
        .mdl-article-mapspot .text-area .title {
          font-size: 1.1rem; } }
    .mdl-article-mapspot .text-area .panel-info {
      font-size: 1.4rem; }
      @media screen and (max-width: 1980px) {
        .mdl-article-mapspot .text-area .panel-info {
          font-size: 1rem; }
          .mdl-article-mapspot .text-area .panel-info span:before {
            font-size: 1.6rem; } }
  .mdl-article-mapspot a {
    text-decoration: none; }
    .mdl-article-mapspot a:after {
      border: none; }

@media screen and (max-width: 1767px) {
  .mdl-article-mapspot {
    margin-bottom: 15px; }
  .mdl-article-mapspot .text-area {
    padding-left: 10px; }
  .map-event-btn {
    margin: 0;
    width: 100%; } }

.map-slide {
  width: 520px;
  height: 677px;
  padding: 20px 0;
  left: -100%;
  background-color: #fff;
  position: absolute;
  top: -20px;
  -webkit-box-shadow: 1px 0px 3px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 3px -1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s; }
  .map-slide .event-none {
    padding: 40px 20px;
    text-align: center;
    color: #888; }
    @media screen and (max-width: 1980px) {
      .map-slide .event-none {
        padding: 17px 10px 20px; } }
  @media screen and (max-width: 1980px) {
    .map-slide {
      display: block;
      position: fixed;
      width: 85%;
      height: 80%;
      padding: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0;
      visibility: hidden; }
      .map-slide.modal-open {
        opacity: 1;
        visibility: visible;
        z-index: 10002; } }
  @media screen and (max-width: 1767px) {
    .map-slide {
      width: calc(100% - 40px);
      height: calc(100% - 40px); } }

/*
@media screen and (max-width: 1980px) {
  #map-slide-front {
    display: none; } }*/

.modal-close {
  display: none; }
  @media screen and (max-width: 1980px) {
    .modal-close {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
    } }


/* ==============================
Responsive
================================= */
@media screen and (max-width: 1980px) {
  a:hover {
    opacity: 1 !important; }
  .dateSlide {
    margin-bottom: 15px; }
  .dateSlideList {
    width: 100%; }
    .dateSlideList li {
      width: 70px; }
  .event-list-area, .top-spot-list {
    margin: 0 8px 20px; } }

/*============================*/

abc {
    width: 500px;
    height: max-content;
    max-width: 80%;
    max-height: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    display: block;
}

.modalBoxInner {
    padding: 25px;
        padding-top: 25px;
    padding-top: 40px;
}

.modalBox img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    width: 100%;
}

.btn-back {
  width: 75%;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
}

/*============================*/
.map-slide {
  width: 500px;
  height: max-content;
  max-width: 80%;
  max-height: 100%;
  padding: 0 0 20px;
  border-radius: 8px;
  background: #081a2d;
}

.map-detail-visual {
    background-color: transparent;
}

.map-detail-visual .thumb-area {
    height: auto;
    position: relative;
    width: 100%;
    display: block;
  margin-top: 0;
}
.map-detail-visual .map-visual-inner .detail-thumb img {
    width: 100%;
  border-radius: 8px 8px 0 0;
}

.map-detail-visual .spot-info-wrap {
  width: 100%;
  display: block;
  padding: 16px 0 0;
}

.modal-close {
  width: 39px;
  cursor: pointer;
  margin-top: 0;
}
.modal-close:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
.map-slide {
  padding: 0 0 10px;
}
}


/*============================*/


.map-eventlist-wrap {
  display: none;
}


#modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 10001; }

#modal-wrap.is-active {
  opacity: 1;
  visibility: visible; }



/* ==============================
施設
================================= */

.mdl-facility-list .mdl-map-list {
  display: none;
}

.modal-close-inner {
  padding: 0;
}
.modal-close-inner img {
  width: 100%;
}

.gm-ui-hover-effect {
  background: url(/wordpress/wp-content/themes/odaiba_2018/assets/images/illumination2020/i_close.png) no-repeat center center !important;
  background-size: 39px auto !important;
  width: 39px !important;
  height: 39px !important;
  opacity: 1;
  top: 10px !important;
  right: 10px !important;
}
.gm-ui-hover-effect img {
  display: none !important;
}

.mdl-facility-list .mdl-map-list > li {
    padding: 0;
    display: inline-table;
    width: auto;
}

.mdl-facility-list li span {
  padding: 8px 10px;
  margin: 0 2px 6px 0;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #1D1D1E;
}
.gm-style .gm-style-iw-c button img {
    width: 25px !important;
height: 25px !important;
margin: 11px !important;
}


.mdl-facility-list .orange-list li span {
  background: #f9a708;
  text-shadow: 0px 0px 2px #9e8010;
}
.mdl-facility-list .orange-list li span:hover {
  color: #000;
  text-shadow: 0px 0px 2px #fff;
  opacity: 0.7;
}

.narrow-list {
  letter-spacing: -1px;
}


/* 文言文言 */
.txt-emergency {
  padding: 20px;
  line-height: 1.4;
  color:  #fff;
  background: #880000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}


@media screen and (max-width: 767px) {
.mdl-facility-list .mdl-map-list {
  display: block;
}

.txt-emergency {
  width: 100%;
  position: absolute;
  padding: 15px 10px;
  font-size: 14px;
}

}







