@charset "UTF-8";


/*-----------------------------------------------------------------
		基本
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  background: #010506;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-image: url(../images/illumination2022/mv_illust.png), url(../images/illumination2022/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position:  center top -30px, center top;
  background-size: 1520px auto, 3000px auto;
}

.l-header {
  position: relative;
}

.l-header-inner .header-lp-black {
  background-color: rgba(1, 3, 6, 0.5);
  padding: 15px 15px;
}

a:hover {
  opacity: 0.7;
}

/*.l-illumination2020 img {
  width: 100%;
  vertical-align: bottom;
}*/

.ls-narrow {
    letter-spacing: -1px;
}

.container {
  padding: 70px 15px 0;
  max-width: 1150px;
  margin: 0 auto;
}

.content-bg {
  padding-top: 40px;
  background: url(../images/illumination2022/content_bg.png) center top no-repeat;
  background-size: 100% auto;
}

.ttl-large {
  margin-bottom: 45px;
  padding-top: 75px;
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}


/* h2 */
.ttl-spot {
  background: url(../images/illumination2022/sub_ttl_spot.png) center top no-repeat;
  background-size: 164px auto;
}

.ttl-map {
  background: url(../images/illumination2022/sub_ttl_map.png) center top no-repeat;
  background-size: 164px auto;
}

.ttl-access {
  padding-top: 65px;
  background: url(../images/illumination2022/sub_ttl_access.png) center top no-repeat;
  background-size: 197px auto;
}

.ttl-event {
  padding-top: 65px;
  background: url(../images/illumination2022/sub_ttl_event.png) center top no-repeat;
  background-size: 185px auto;
}

.ttl-campaign {
  background: url(../images/illumination2022/sub_ttl_campaign.png) center top no-repeat;
  background-size: 256px auto;
}

.ttl-art {
  margin-bottom: 15px;
  padding-top: 0px;
  line-height: 1.2;
  font-size: 22px;
}

.sub-ttl-art {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-align: center;
}

/*.ttl-large2021 {
  color:#FFFF00;
  margin-bottom: 50px;
  padding-top: 55px;
  line-height: 1.2;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: url(../images/illumination2021/i_ttl.png) center top no-repeat;
  background-size: 86px auto;
  text-align: center;
  font-family: 'YuMincho', 'Yu Mincho', serif;
}

.ttl-large2021_2{
  color:#FFFF00;
  margin-bottom: 50px;
  margin-top: 30px;
  padding-top: 55px;
  line-height: 1.2;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: url(../images/illumination2021/i_ttl.png) center top no-repeat;
  background-size: 86px auto;
  text-align: center;
  font-family: 'YuMincho', 'Yu Mincho', serif;
}

.ttl-middle {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-family: 'YuMincho', 'Yu Mincho', serif;
}
.ttl-middle_info{
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-align: center;
  font-family: 'YuMincho', 'Yu Mincho', serif;
}
.ttl-middle_info span{
  font-size: 18px;
}
.breadcrumb a {
    text-decoration: none;
    color: #fff;
}*/

.is-sp {
  display: none;
}


@media screen and (max-width: 767px) {
body {
  background-image: url(../images/illumination2022/mv_illust_sp.png), url(../images/illumination2022/mv_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position:  center top 40px, center top;
  background-size: 550px auto, 100% auto;
}

.ttl-large {
  margin-bottom: 40px;
  font-size: 24px;
}

.content-bg {
  background: url(../images/illumination2022/content_bg_sp.png) center top no-repeat;
  background-size: 100% auto;
}

/* h2 */
.ttl-spot {
  padding-top: 55px;
  background: url(../images/illumination2022/sub_ttl_spot.png) center top no-repeat;
  background-size: 105px auto;
}

.ttl-map {
  padding-top: 55px;
  background: url(../images/illumination2022/sub_ttl_map.png) center top no-repeat;
  background-size: 105px auto;
}

.ttl-access {
  padding-top: 45px;
  background: url(../images/illumination2022/sub_ttl_access.png) center top no-repeat;
  background-size: 127px auto;
}

.ttl-event {
  padding-top: 45px;
  background: url(../images/illumination2022/sub_ttl_event.png) center top no-repeat;
  background-size: 119px auto;
}

.ttl-campaign {
  padding-top: 55px;
  background: url(../images/illumination2022/sub_ttl_campaign.png) center top no-repeat;
  background-size: 165px auto;
}


/*.ttl-large2021{
  margin-bottom: 40px;
}
.ttl-large2021_2{
  margin-top: 0;
}
  
.ttl-middle {
  margin-bottom: 40px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-family: 'YuMincho', 'Yu Mincho', serif;
}
.ttl-middle_info{
  font-size: 16px;
}

.ttl-middle_info span{
  font-size: 16px;
}*/

.pickup{
  padding: 40px 0;
  text-align: left;
}

.is-pc {
  display: none;
}
.is-sp {
  display: inline;
}

}


/*-----------------------------------------------------------------
		MV
-----------------------------------------------------------------*/
.mv {
  min-height: 510px;
  display: flex;
  align-items: center;
}

.mv h1 {
  width: 544px;
  margin: 0 auto;
}
.mv h1 img {
  width: 100%;
}


@media screen and (max-width: 767px) {
.mv {
  min-height: 480px;
}

.mv h1 {
  width: 100%;
  max-width: 240px;
}

}


/*-----------------------------------------------------------------
		ツナゲルアカリ
-----------------------------------------------------------------*/
.spot-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spot-list::after{
  display: block;
  content:"";
  width: calc(25% - 6px);
}

.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(57,57,57,0.8);
  color: #fff;
  z-index: 10;
  left: 0;
  bottom: 0;
}
.spot-list li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 767px) {
.container-spot {
  padding: 30px 15px 0;
}

  .spot-list li {
  width: calc(50% - 6px);
}

.spot-list li p {
  font-size: 11px;
}
}


/*-----------------------------------------------------------------
		演出スポット
-----------------------------------------------------------------*/
/*.direc-map {
  margin-bottom: 30px;
}

.spot-list li p.direc-ttl {
  color: #ECDB2F;
}

.flower .spot-list li {
  width: calc(33% - 10px);
  margin-bottom: 30px;
  position: relative;
}

.direc-scroll {
  display: none;
}
.flower-caption{
  text-align: center;
  padding-bottom: 70px;
}

@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: 30px;
  text-align: center;
}
.direc-scroll img {
  width: 93px;
}
.flower-caption{
  text-align: left;
}
.flower .spot-list li{
  width: 100%;
margin-bottom: 10PX;
}
}*/


/*-----------------------------------------------------------------
		アクセス
-----------------------------------------------------------------*/
.access-container {
  background: url(../images/illumination2022/access_bg.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 100px;
}

.access-map {
  display: flex;
  max-width: 860px;
  margin: 0 auto 30px;
  justify-content: space-between;
}

.access-map-info {
  width: calc((100% / 2) - 10px);
  background: rgba(19, 132, 181, 0.63);
  padding: 30px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  text-align: center;
  font-feature-settings: "palt";
}

.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: #fff;
  text-shadow: 0px 0px 5px rgba(1, 6, 72, 0.8);
}

.access-map-txt {
  margin-bottom: 30px;
  text-shadow: 0px 0px 5px rgba(1, 6, 72, 0.8);
}

.access-map-info2 {
  padding-top: 10px;
  display: block;
}

.comments {
  margin-top: 10px;
  font-size: 11px;
}

.fs-small {
  font-size: 11px;
}

.btn-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.btn-wrap a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 50px;
  background: #F29725 url(../images/illumination2022/i_arrow.png) no-repeat right 30px center;
  background-size: 14px auto;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
.access-container {
  background: url(../images/illumination2022/access_bg_sp.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 50px;
}

.access-map {
  display: block;
}

.access-map-info {
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 10px;
  font-feature-settings: normal;
}
.btn-wrap{
  width: calc(100% - 20px);
}
}


/*-----------------------------------------------------------------
		イベント情報
-----------------------------------------------------------------*/

.event-list {
  margin-bottom: 30px;
}

.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;
}

}


/*-----------------------------------------------------------------
		キャンペーン
-----------------------------------------------------------------*/
.campaign-banner{
  text-align: center;
}

.campaign-banner img {
  max-width: 800px;
}


.campaign-txt {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

.campaign-banner .img_sp {
  display: none;
}

.campaign-banner .btn-wrap{
position: relative;
width: 328px;
margin:0 auto;
}

@media screen and (max-width: 767px) {
  .campaign-banner{
    width: 100%;
  }
  /*
  .campaign-banner .img_pc {
    display: none;
  }
  .campaign-banner .img_sp {
    display: block;
    padding-bottom: 20px;
  }*/
}

/*-----------------------------------------------------------------
		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;}

.gm-style .gm-style-iw-tc::after {
  background: #081a2d !important;
}

@media screen and (max-width: 767px) {
    .map-balloon-name {
  font-size: 12px;
      padding: 12px 5px 7px;
} }

    .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); } }

.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) {
  .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;
}
.gm-ui-hover-effect span {
  display: none !important;
}

.mdl-facility-list .mdl-map-list > li {
    padding: 0;
    display: inline-table;
    width: auto;
    min-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: #175E7D;
}
.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;
}

@media screen and (max-width: 767px) {
.mdl-facility-list .mdl-map-list {
  display: block;
}
}


.txt-emergency {
  padding: 20px;
  line-height: 1.4;
  color:  #fff;
  background: #1384B5;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-emergency {
    width: 100%;
    position: absolute;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.25;
  }
}






/*-----------------------------------------------------------------
		ARTBAY
-----------------------------------------------------------------*/

.list-contents p.att-txt {
  margin-bottom: 3px;
  padding-left: 1.1rem;
  text-indent: -1.1rem;
  font-size: 12px;
  line-height: 1.25;
}

.art-container {
  margin-bottom: 60px;
  padding: 60px;
  border: solid 3px #F8DD84;
}

.art-bnr {
  margin-bottom: 30px;
  text-align: center;
}
.art-bnr img {
  max-width: 800px;
}

/*
.art-body {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.art-left {
  width: 460px;
}

.art-right {
  width: calc(100% - 490px);
}
*/

.art-sub-ttl {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.art-day {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #F8DD84;
  text-align: center;
}
.art-time {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #F8DD84;
  text-align: center;
}
.art-txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.art-txt-2 {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.art-spot-list {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.art-spot-list::after{
  display: block;
content:"";
width: calc(25% - 6px);
}

.art-spot-list li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 8px;
  position: relative;
}

/*
.art-spot-list li p {
  width: 100%;
  position: absolute;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 8px;
  background: rgba(57,57,57,0.8);
  color: #fff;
  z-index: 10;
  left: 0;
  bottom: 0;
}*/


.art-spot-01 {
  margin-top: 10px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  background: url(../images/illumination2022/art_i_01.png) no-repeat left center ;
  background-size: 20px auto;
}
.art-spot-02 {
  margin-top: 10px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  background: url(../images/illumination2022/art_i_02.png) no-repeat left center ;
  background-size: 20px auto;
}
.art-spot-03 {
  margin-top: 10px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  background: url(../images/illumination2022/art_i_03.png) no-repeat left center ;
  background-size: 20px auto;
}

.art-copy {
  padding-top: 5px;
  font-size: 10px;
  line-height:1.1;
  color: #A7A7A7;
}

.pc-view {
  display: block;
}
.sp-view {
  display: none;
}

.art-map {
  margin-bottom: 60px;
}

.art-btn-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.art-btn-wrap a {
  color: #010506;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 50px;
  background: #F8DD84 url(../images/illumination2022/i_arrow_bk.png) no-repeat right 30px center;
  background-size: 14px auto;
  border-radius: 50px;
}


@media screen and (max-width: 767px) {

.art-container {
  padding: 20px 20px 30px;
}

.art-sub-ttl {
  font-size: 16px;

  text-align: center;
}

.art-day {
  font-size: 20px;
  text-align: center;
}
.art-time {
  font-size: 16px;
  text-align: center;
}
.art-txt {
  text-align: left;
}
.art-txt-2 {
  text-align: left;
}
  
.art-spot-list li {
  width: 100%;
}
  
.art-copy {
  margin-bottom: 20px;
  letter-spacing: -0.05rem;
}

.art-map {
  margin-bottom: 40px;
}

.pc-view {
  display: none;
}
.sp-view {
  display: block;
}

}

