@charset "UTF-8";
/* --------------------------------------------------------
　　twingo paris map
-------------------------------------------------------- */
.twg-map {
  border-bottom: 1px solid #ccc;
}
.twg-map_ttl {
  position: relative;
  width: 100%;
  padding: 0.8em 0;
  text-align: center;
  line-height: 1;
  font-family: "RenaultFont";
  font-size: 2rem;
  color: #fff;
  background-color: #333;
  z-index: 2;
}
@media (min-width: 768px) {
  .twg-map_ttl {
    padding: 0.6em 0;
  }
}
@media (min-width: 1280px) {
  .twg-map_ttl {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.8rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.twg-map_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  z-index: 1;
}
@media (min-width: 768px) {
  .twg-map_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.twg-map_box {
  position: relative;
  width: 100%;
  /* TB & PC */
}
@media (min-width: 768px) {
  .twg-map_box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 44.54%;
    max-width: 442px;
  }
}

.twg-map_ul {
  position: relative;
  margin-bottom: 0;
  padding-top: 88.96%; 
  width: 100%;
  height: 0;
}
@media (min-width: 768px) {
  .twg-map_ul {
    padding-top: 50%; 
    width: 55.46%;
  }
}

.twg-map_li {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 10; 
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #444;
}
.twg-map_li.is_selected {
  z-index: 100; 
  width: 100%;
}

.twg-map_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  font-size: 200px;
  line-height: 1;
}
.twg-map_img.img-1 {
  background-image: url(../img/map_img/01_sp.jpg);
}
.twg-map_img.img-2 {
  background-image: url(../img/map_img/02_sp.jpg);
}
.twg-map_img.img-3 {
  background-image: url(../img/map_img/03_sp.jpg);
}
.twg-map_img.img-4 {
  background-image: url(../img/map_img/04_sp.jpg);
}
@media (min-width: 768px) {
  .twg-map_img.img-1 {
    background-image: url(../img/map_img/01_ex.jpg);
  }
  .twg-map_img.img-2 {
    background-image: url(../img/map_img/02_ex.jpg);
  }
  .twg-map_img.img-3 {
    background-image: url(../img/map_img/03_ex.jpg);
  }
  .twg-map_img.img-4 {
    background-image: url(../img/map_img/04_ex.jpg);
  }
}

.twg-map_thumb {
  display: inline-block;
  display: none; 
  position: relative;
  margin-right: -3.59%;
}
@media (min-width: 1280px) {
  .twg-map_thumb {
    display: block;
  }
  .twg-map_thumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 100;
    margin-top: 0.5em; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
  .twg-map_thumb li {
    width: 25%;
    background-color: #000;
  }
  .twg-map_thumb li.is_selected > a {
    opacity: 1;
    pointer-events: none;
  }
  .twg-map_thumb a {
    display: block;
    opacity: 0.6;
    width: 100%;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .twg-map_thumb a:hover {
    opacity: 1;
  }
}

.twg-map_thumbSelector {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 101;
  bottom: -4px;
  left: 0;
  width: 25%;
  height: 100%;
  height: 4px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background-color: #ddd;
}
.twg-map_thumbSelector .progressbar {
  height: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top; 
  background-color: orange;
}

.twg-map_arrow {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .twg-map_arrow {
    margin-left: 0;
  }
}
.twg-map_arrow button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333; 
  width: 24px;
  height: 24px;
  background-color: #fff;
}
.twg-map_arrow button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1280px) {
  .twg-map_arrow button {
    width: 30px;
    height: 30px;
  }
}
.twg-map_arrow button:disabled {
  border-color: #ddd;
}
.twg-map_arrow button + button {
  margin-left: 0.5em;
}

.twg-map_detail {
  padding: 60px 16px 40px 16px;
  min-height: 312px;
}
@media (min-width: 768px) {
  .twg-map_detail {
    padding: 20px 16px 0 16px;
  }
}
@media (min-width: 1280px) {
  .twg-map_detail {
    padding: 80px 40px 0 16px;
    min-height: 420px;
  }
}

.twg-map_heading {
  font-weight: bold;
}
.twg-map_heading .sub,
.twg-map_heading .en,
.twg-map_heading .jp {
  line-height: 1;
}
.twg-map_heading .sub {
  font-size: 1rem;
}
.twg-map_heading .en {
  font-family: "RenaultFont";
  font-size: 2.1rem;
}
.twg-map_heading .jp {
  margin-top: 0.2em;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 1280px) {
  .twg-map_heading .sub,
  .twg-map_heading .jp {
    font-size: 1.4rem;
  }
  .twg-map_heading .en {
    font-size: 3.6rem;
  }
}

.twg-map_txt {
  margin-top: 1em;
  color: #202020;
  font-size: 1.1rem;
  line-height: 2;
}
@media (min-width: 1280px) {
  .twg-map_txt {
    font-size: 1.4rem;
  }
}

.twg-map_parts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 16px;
  width: 100%;
  /* TB & PC */
  /* PC */
}
@media (min-width: 768px) {
  .twg-map_parts {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .twg-map_parts {
    padding: 0;
  }
}

.twg-map_area {
  margin: 18px auto 0; 
  width: 100%;
  max-width: 100px;
}

/* PC */
@media (min-width: 1280px) {
  .twg-map_area {
    max-width: 130px;
  }
}

.twg-map_num {
  position: absolute;
  right: 16px; 
  bottom: 0;
  font-family: "RenaultFont";
}
.num_current {
  font-size: 2rem;
}
/* PC */
@media (min-width: 1280px) {
  .num_current {
    font-size: 2.6rem;
  }
}
@media (min-width: 1280px) {
  .twg-map_num {
    right: 40px;
  }
}