@charset "UTF-8";

/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

.cancun_movie {
  width: 100%;
  padding: 0;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.cancun_movie .bold {
  font-weight: 700;
}

.cancun_movie .max1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.cancun_movie p {
  line-height: 2;
}

.cancun_movie span.br {
  display: inline-block;
}

.cancun_movie .map {
  background: url("../images/map_bg.jpg") no-repeat center center/cover;
  padding: 3% 0;
}

.cancun_movie .map .map_h {
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 8px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 5%;
  position: relative;
  display: inline-block;
}

.cancun_movie .map .map_h::after {
  content: "";
  border-bottom: 2px solid #fff;
  height: 0;
  width: calc(1140px - calc(100% + 25px));
  position: absolute;
  top: 0.7em;
  left: calc(100% + 25px);
}

.cancun_movie .map .map_h span {
  font-size: 30px;
  letter-spacing: 4px;
  padding-top: 20px;
  display: block;
}

.cancun_movie .footer_nav {
  background: url("../images/footer_bg.jpg") no-repeat center center/cover;
  text-align: center;
  padding: 8% 0 10%;
}

.cancun_movie .footer_nav .footer_lead {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 8px;
  line-height: 1.4;
  color: #fff;
  display: block;
  padding-left: 1em;
  line-height: 1.6;
}

.cancun_movie .footer_nav .footer_cancun {
  display: block;
  border: 1px solid #fff;
  background: rgba(114, 138, 161, 0.35);
  padding: 6%;
  color: #fff;
  max-width: 640px;
  margin: 8% auto 6%;
  text-shadow: 0 0 20px rgba(114, 138, 161, 0.6);
  text-decoration: none;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 8px;
  line-height: 1.4;
}

.cancun_movie .footer_nav .footer_cancun:hover {
  opacity: 0.8;
}

.cancun_movie .footer_nav .footer_cancun strong {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 8px;
  line-height: 1.4;
  display: block;
  padding: 1em 0 0;
}

.cancun_movie .footer_nav .cancun_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}

.cancun_movie .footer_nav .cancun_nav li {
  flex-basis: 46%;
  flex-grow: 1;
}

.cancun_movie .footer_nav .cancun_nav li:nth-child(even) {
  margin-left: 5px;
}

.cancun_movie .footer_nav .cancun_nav li:nth-child(odd) {
  margin-right: 5px;
}

.cancun_movie .footer_nav .cancun_nav li:last-child {
  margin: 0;
}

.cancun_movie .footer_nav .cancun_nav li a {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  width: 290px;
  max-width: 90%;
  padding: 20px 30px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  justify-content: center;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  max-width: unset;
}

.cancun_movie .footer_nav .cancun_nav li a::after {
  content: "";
  height: 0;
  width: 17px;
  border-top: 1px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
}

.cancun_movie .footer_nav .cancun_nav li a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}

.cancun_movie .footer_nav .cancun_nav li a:hover {
  opacity: 0.7;
}

.cancun_movie.top .top_area {
  width: 100%;
  height: 774px;
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}

.cancun_movie.top .top_area h1 {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  font-size: 11px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cancun_movie.top .top_area h1 span {
  max-width: 1140px;
  padding: 10px;
  display: block;
  opacity: 0.7;
  margin: 0 auto;
}

.cancun_movie.top .top_area .lead_01 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 8px;
  line-height: 1.4;
  line-height: 2.5;
  padding: 40px 0 240px;
}

.cancun_movie.top .top_area .lead_02 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 8px;
  line-height: 1.4;
  position: absolute;
  bottom: 12%;
}

.cancun_movie.top .top_area .lead_02 span {
  display: inline-block;
}

.cancun_movie.top .movie_sec {
  background: #000;
  padding-top: 4%;
}

.cancun_movie.top .movie_sec h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 8px;
  line-height: 1.4;
  padding: 0 20px 25px;
  padding-left: calc(calc(100% - 1140px) /2);
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
  max-width: calc(calc(calc(100% - 1140px) /2) + 1140px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.cancun_movie.top .movie_sec video {
  margin: -40px auto 0;
  display: block;
  width: 100%;
}

.cancun_movie.top .movie_sec .where {
  background: url("../images/top/where_bg.jpg") no-repeat center center/cover;
  text-align: center;
  padding: 8% 0;
  margin-top: 5%;
}

.cancun_movie.top .movie_sec .where p {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 6px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 0 0 15px #3cc7da;
}

.cancun_movie.top .movie_sec .where a {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  width: 290px;
  max-width: 90%;
  padding: 20px 30px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  justify-content: center;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cancun_movie.top .movie_sec .where a::after {
  content: "";
  height: 0;
  width: 17px;
  border-top: 1px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
}

.cancun_movie.top .movie_sec .where a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}

.cancun_movie.top .movie_sec .where a:hover {
  opacity: 0.7;
}

.cancun_movie.top .about_TSJ {
  padding: 4% 0;
}

.cancun_movie.top .about_TSJ h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 8px;
  line-height: 1.4;
  padding: 0 20px 30px;
  padding-left: calc(calc(100% - 1140px) /2);
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: calc(calc(calc(100% - 1140px) /2) + 1140px);
  margin: 0 auto 50px;
  display: inline-block;
}

.cancun_movie.top .about_TSJ h2 span {
  color: #d0054c;
}

.cancun_movie.top .about_TSJ_h {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.4;
  padding: 0 0 0 80px;
  margin-top: 2em;
  line-height: 1.4;
  position: relative;
}

.cancun_movie.top .about_TSJ_h span {
  display: inline-block;
  color: #d0054c;
  font-size: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
}

.cancun_movie.top .about_TSJ_h + p {
  padding: 1.5em 0 0 80px;
}

.cancun_movie.top .about_TSJ_img {
  display: flex;
  justify-content: center;
}

.cancun_movie.top .about_TSJ_img li {
  padding: 5%;
  color: #d0054c;
  text-align: center;
  font-size: 14px;
}

.cancun_movie.top .about_TSJ_img li img {
  max-height: 210px;
  padding-bottom: 30px;
  display: inline-block;
}

.cancun_movie.top .about_TSJ .products {
  width: 90%;
  max-width: 1060px;
  border: 2px solid #d0054c;
  padding: 2.5% 3.5%;
  margin: 50px auto;
  color: #d0054c;
}

.cancun_movie.top .about_TSJ .products h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 8px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.cancun_movie.top .about_TSJ .products li {
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 0 3rem 0 25px;
  margin-bottom: 14px;
  line-height: 1.4;
}

.cancun_movie.top .about_TSJ .products li::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #d0054c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.cancun_movie.top .about_TSJ .products li::after {
  content: "";
  width: 10px;
  height: 17px;
  border-right: 4px solid #d0054c;
  border-bottom: 4px solid #d0054c;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -12px;
}

/*--------------------------
  スポット紹介
----------------------------*/

.cancun_movie.spot_page .pc_none {
  display: none;
}

.cancun_movie.spot_page .tab_none {
  display: none;
}

.cancun_movie.spot_page .sp_none {
  display: block;
}

.cancun_movie.spot_page .top_area {
  width: 100%;
  height: calc(100vh - 187px);
  max-height: 960px;
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 3% 0;
}

.cancun_movie.spot_page .top_area h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10%;
}

.cancun_movie.spot_page .top_area h1 span {
  display: block;
  font-size: 24px;
  margin-top: 20px;
}

.cancun_movie.spot_page .top_area .top_carousel {
  position: absolute;
  width: 100%;
  top: 33vh;
  opacity: 0;
  transition: 3s;
}

.cancun_movie.spot_page .top_area .top_carousel.slick-initialized {
  opacity: 1;
}

.cancun_movie.spot_page .top_area .top_carousel a {
  display: block;
  width: 390px;
  margin: 0 27px;
  border: 3px solid #fff;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cancun_movie.spot_page .top_area .top_carousel a:hover {
  opacity: 0.7;
}

.cancun_movie.spot_page .top_area .top_carousel img {
  width: 100%;
  display: block;
}

.cancun_movie.spot_page .spot {
  max-width: 1140px;
  margin: 5% auto;
  padding-bottom: 3%;
}

.cancun_movie.spot_page .spot p {
  font-size: 15px;
}

.cancun_movie.spot_page .spot .bl_01::after {
  content: "";
  clear: both;
  display: block;
}

.cancun_movie.spot_page .spot .bl_01 .spot_txt {
  width: 71%;
  float: left;
}

.cancun_movie.spot_page .spot .bl_01 .spot_txt.ptop {
  padding-top: 20px;
}

.cancun_movie.spot_page .spot .bl_01 h2 {
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 5px;
  line-height: 1.4;
  margin: -10px -10px 5% 0;
  position: relative;
  display: inline-block;
}

.cancun_movie.spot_page .spot .bl_01 h2::after {
  content: "";
  border-bottom: 2px solid #000;
  height: 0;
  width: 100%;
  max-width: 350px;
  position: absolute;
  top: 0.7em;
  left: calc(100% + 25px);
}

.cancun_movie.spot_page .spot .bl_01 h2 small {
  color: #000;
  font-weight: 700;
}

.cancun_movie.spot_page .spot .bl_01 h2 span {
  font-size: 35px;
  letter-spacing: 4px;
  padding-top: 20px;
  display: block;
}

.cancun_movie.spot_page .spot .bl_01 h2.short_b::after {
  width: 70px;
}

.cancun_movie.spot_page .spot .ph_a {
  width: 24%;
  margin-top: -15px;
  float: right;
}

.cancun_movie.spot_page .spot .ph_a img {
  max-width: 365px;
  width: 100%;
  display: block;
}

.cancun_movie.spot_page .spot .bl_02 {
  width: 100%;
  margin: 5% 0;
}

.cancun_movie.spot_page .spot .bl_02 img {
  width: 100%;
}

.cancun_movie.spot_page .spot .bl_03 {
  overflow: hidden;
  clear: both;
}

.cancun_movie.spot_page .spot .spot_infotxt {
  width: 47%;
  float: right;
}

.cancun_movie.spot_page .spot .spot_infotxt .access_h {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.cancun_movie.spot_page .spot .spot_infotxt .comment_h {
  margin: 40px 0 10px;
}

.cancun_movie.spot_page .spot .spot_infotxt .comment_h img {
  width: 184px;
}

.cancun_movie.spot_page .spot .spot_infotxt.comment_top .comment_h {
  margin: 0 0 10px;
}

.cancun_movie.spot_page .spot .spot_infotxt.comment_top .spot_info_h {
  margin: 40px 3% 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1.4;
}

.cancun_movie.spot_page .spot .spot_infotxt .spot_data {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 3%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.cancun_movie.spot_page .spot .spot_infotxt .spot_data dt {
  flex-basis: 30%;
  padding: 3% 0;
}

.cancun_movie.spot_page .spot .spot_infotxt .spot_data dd {
  flex-basis: 70%;
  padding: 3% 0;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.6;
}

.cancun_movie.spot_page .spot .spot_infotxt .ph_from {
  font-size: 11px;
  text-align: right;
  padding: 0;
}

.cancun_movie.spot_page .spot .ph_c {
  width: 52%;
  float: left;
}

.cancun_movie.spot_page .spot .ph_c img {
  width: 100%;
  max-width: 540px;
}

.cancun_movie.spot_page .spot .bl_04 {
  width: 100%;
  margin: 5% 0 8%;
}

.cancun_movie.spot_page .spot .bl_04 img {
  width: 100%;
}

.cancun_movie.spot_page .spot.right_txt .bl_01 h2::after {
  width: calc(1140px - 100%);
}

.cancun_movie.spot_page .spot.right_txt .bl_01 .spot_txt {
  float: right;
}

.cancun_movie.spot_page .spot.right_txt .bl_01 .ph_a {
  float: left;
}

.cancun_movie.spot_page.movie_spot .bl_01 .spot_txt {
  float: left;
  width: 63%;
}

.cancun_movie.spot_page.movie_spot .bl_01 .ph_a {
  float: right;
  width: 32%;
}

.cancun_movie.spot_page.movie_spot .playa_norte .bl_03.hime_bl .spot_infotxt {
  width: 63%;
}

.cancun_movie.spot_page.movie_spot .playa_norte .bl_03.hime_bl .ph_c {
  width: 37%;
}

.cancun_movie.spot_page.movie_spot .playa_norte .bl_03.hime_bl .ph_c img {
  max-width: 365px;
}

.cancun_movie.spot_page.movie_spot .prof {
  border: 3px solid #000;
  background: #fff;
  width: 90%;
  max-width: 857px;
  margin: 3% auto;
}

.cancun_movie.spot_page.movie_spot .prof h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.4;
  padding: 10px 4%;
  border-bottom: 3px solid #000;
}

.cancun_movie.spot_page.movie_spot .prof .prof_list {
  width: 100%;
}

.cancun_movie.spot_page.movie_spot .prof .prof_list li {
  margin: 3.5% 4% 4%;
  box-sizing: border-box;
  overflow: hidden;
}

.cancun_movie.spot_page.movie_spot .prof .prof_list li figure {
  width: 30%;
  float: left;
}

.cancun_movie.spot_page.movie_spot .prof .prof_list li figure img {
  width: 100%;
}

.cancun_movie.spot_page.movie_spot .prof .prof_list li dl {
  width: 70%;
  padding-left: 5%;
  box-sizing: border-box;
  float: right;
}

.cancun_movie.spot_page.movie_spot .prof .prof_list li dl dt {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 4px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.cancun_movie.spot_page.movie_spot .prof .prof_list li dl dt span {
  font-size: 18px;
}

.cancun_movie.spot_page.movie_spot .prof .prof_list li dl dd {
  line-height: 2;
}

.cancun_movie.spot_page.recommended_restaurant .spot .bl_01 h2::after {
  min-width: 100%;
}

.cancun_movie.spot_page.recommended_restaurant .spot .spot_infotxt {
  width: 60%;
}

.cancun_movie.spot_page.recommended_restaurant .spot .spot_infotxt .spot_data {
  margin-bottom: 10px;
}

.cancun_movie.spot_page.recommended_restaurant .spot .ph_c {
  width: 35%;
}

.cancun_movie.spot_page.recommended_restaurant .spot .ph_c img {
  width: 100%;
  max-width: 540px;
}

@media screen and (min-width: 769px) {
  .cancun_movie.spot_page.movie_spot .playa_norte .bl_01 h2 {
    font-size: 39px;
    margin-top: 0px;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_01 h2 span {
    font-size: 23px;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_01 h2::after {
    width: calc(800px - 100%);
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_01 .spot_txt {
    width: 52%;
    padding-left: 3%;
    box-sizing: border-box;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_01 .ph_a {
    width: 42%;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_01 .ph_a img {
    max-width: unset;
  }
}

@media (max-width: 1360px) {
  .cancun_movie.spot_page .top_area h1 {
    font-size: 4vw;
  }
}

@media (max-width: 1140px), print {
  .cancun_movie .max1140 {
    padding: 0 5%;
  }

  .cancun_movie.top .top_area {
    padding: 5%;
  }

  .cancun_movie.top .top_area .max1140 {
    padding-left: 0;
    padding-right: 0;
  }

  .cancun_movie.top .movie_sec h2 {
    padding: 0 5% 4%;
    width: 95%;
    max-width: 1140px;
  }

  .cancun_movie.top .about_TSJ h2 {
    padding: 0 5% 4%;
    width: 95%;
    max-width: 1140px;
  }

  .cancun_movie.top .about_TSJ_h + p {
    padding-left: 0;
  }

  .cancun_movie.top .about_TSJ_img {
    justify-content: space-between;
  }

  .cancun_movie.top .about_TSJ_img li {
    padding: 5% 0;
    flex-basis: 48%;
  }

  .cancun_movie.top .about_TSJ_img li p {
    text-align: left;
  }

  .cancun_movie.top .about_TSJ_img li br {
    display: none;
  }

  .cancun_movie.spot_page .top_area {
    padding: 4% 0;
  }

  .cancun_movie.spot_page .spot .bl_01 h2 small {
    display: block;
  }

  .cancun_movie.spot_page .spot .bl_01 h2.short_b::after {
    width: 100%;
  }

  .cancun_movie.spot_page .spot .bl_01 p {
    padding-right: 20px;
    box-sizing: border-box;
  }

  .cancun_movie.spot_page .spot .spot_infotxt {
    padding-right: 20px;
    box-sizing: border-box;
  }

  .cancun_movie.spot_page .spot .ph_c {
    padding-right: 5%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .cancun_movie .map {
    padding: 6% 0 8%;
  }

  .cancun_movie .map .map_h {
    padding: 0 0 7%;
    margin: 0;
    max-width: 93%;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 7vw;
    letter-spacing: 4px;
    line-height: 1.4;
  }

  .cancun_movie .map .map_h::after {
    content: none;
  }

  .cancun_movie .map .map_h span {
    font-size: 4vw;
    padding-top: 0.7em;
  }

  .cancun_movie .footer_nav {
    padding-top: 10%;
  }

  .cancun_movie.top .movie_sec {
    padding-top: 5%;
  }

  .cancun_movie.top .about_TSJ {
    padding-top: 5%;
  }

  .cancun_movie.top .about_TSJ_img li img {
    max-height: 180px;
  }

  .cancun_movie.top .about_TSJ .products {
    padding: 3% 4%;
  }

  .cancun_movie.spot_page .pc_none {
    display: block;
  }

  .cancun_movie.spot_page .top_area {
    height: calc(100vh - 174px);
  }

  .cancun_movie.spot_page .top_area h1 {
    font-size: 60px;
  }

  .cancun_movie.spot_page .spot p {
    margin: 0 5% 5%;
  }

  .cancun_movie.spot_page .spot .bl_01 .sp_firstimg {
    width: 100%;
  }

  .cancun_movie.spot_page .spot .bl_01 .spot_txt {
    width: 100%;
    float: none;
  }

  .cancun_movie.spot_page .spot .bl_01 .spot_txt.ptop {
    padding-top: 0;
  }

  .cancun_movie.spot_page .spot .bl_01 h2 {
    padding: 9% 5% 7%;
    margin: 0;
    max-width: 93%;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 7vw;
    letter-spacing: 4px;
    line-height: 1.4;
  }

  .cancun_movie.spot_page .spot .bl_01 h2::after {
    top: 10px;
    left: 0;
    width: 110%;
    max-width: 100%;
  }

  .cancun_movie.spot_page .spot .bl_01 h2 span {
    font-size: 4vw;
    padding-top: 0.7em;
  }

  .cancun_movie.spot_page .spot .bl_01 p {
    width: 50%;
    float: right;
    margin: 5% 5% 5% 0;
    padding: 0;
  }

  .cancun_movie.spot_page .spot .ph_a {
    width: 35%;
    margin: 5%;
  }

  .cancun_movie.spot_page .spot .ph_a img {
    margin: 0 auto;
    max-width: unset;
  }

  .cancun_movie.spot_page .spot .bl_02 {
    display: none;
  }

  .cancun_movie.spot_page .spot .spot_infotxt {
    width: 100%;
    float: none;
    padding: 0;
  }

  .cancun_movie.spot_page .spot .spot_infotxt .access_h {
    margin: 0 5% 3%;
  }

  .cancun_movie.spot_page .spot .spot_infotxt .comment_h img {
    width: 155px;
    margin-left: 5%;
  }

  .cancun_movie.spot_page .spot .spot_infotxt.comment_top .spot_info_h {
    margin: 8% 5% 0;
    width: 90%;
  }

  .cancun_movie.spot_page .spot .spot_infotxt .spot_data {
    margin: 10px 5% 10%;
    width: 90%;
  }

  .cancun_movie.spot_page .spot .ph_c {
    width: 90%;
    float: none;
    padding: 0;
    margin: 5% auto;
  }

  .cancun_movie.spot_page .spot .ph_c img {
    margin: 0 auto;
    max-width: unset;
  }

  .cancun_movie.spot_page .spot.right_txt .bl_01 .spot_txt {
    width: 100%;
    float: none;
  }

  .cancun_movie.spot_page .spot.right_txt .bl_01 .ph_a {
    float: left;
  }

  .cancun_movie.spot_page.movie_spot .bl_01 .spot_txt {
    width: 100%;
    float: none;
  }

  .cancun_movie.spot_page.movie_spot .bl_01 .ph_a {
    float: left;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_01 h2 {
    font-size: 6.5vw;
    padding-left: 20%;
    padding-top: 5%;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_01 h2::after {
    left: auto;
    top: 30%;
    right: 82%;
    border-width: 1px;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_03.hime_bl .spot_infotxt {
    width: 53%;
    float: left;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_03.hime_bl .ph_c {
    width: 45%;
    float: right;
    margin: 8% auto;
  }

  .cancun_movie.spot_page.movie_spot .prof .prof_list li dl dd {
    font-size: 15px;
  }

  .cancun_movie.spot_page.recommended_restaurant .spot .spot_infotxt {
    width: 100%;
    float: none;
    padding: 0;
  }

  .cancun_movie.spot_page.recommended_restaurant .spot .ph_c {
    width: 90%;
    float: none;
    padding: 0;
    margin: 5% auto;
  }

  .cancun_movie.spot_page.recommended_restaurant .spot .ph_c img {
    margin: 0 auto;
    max-width: unset;
  }
}

@media screen and (max-width: 640px) {
  .cancun_movie p {
    font-size: 15px;
  }

  .cancun_movie .footer_nav .footer_lead {
    font-size: 6vw;
  }

  .cancun_movie .footer_nav .footer_cancun {
    font-size: 13vw;
  }

  .cancun_movie .footer_nav .footer_cancun strong {
    font-size: 6vw;
    padding: 3% 0;
  }

  .cancun_movie .footer_nav .cancun_nav {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 15%;
  }

  .cancun_movie .footer_nav .cancun_nav li {
    margin: 0 !important;
  }

  .cancun_movie .footer_nav .cancun_nav li a {
    width: 70%;
    font-size: 12px;
    padding: 15px;
  }

  .cancun_movie .footer_nav .cancun_nav li a::after {
    width: 10px;
    right: 17px;
  }

  .cancun_movie .footer_nav .cancun_nav li a::before {
    width: 7px;
    height: 7px;
    right: 17px;
    margin-top: -3px;
  }

  .cancun_movie.top .top_area {
    height: 89vh;
    padding: 9%;
  }

  .cancun_movie.top .top_area .tw_logo {
    width: 30%;
  }

  .cancun_movie.top .top_area h1 {
    background: rgba(0, 0, 0, 0.65);
  }

  .cancun_movie.top .top_area h1 span {
    line-height: 1.6;
    padding: 8px 10px;
  }

  .cancun_movie.top .top_area h1 strong {
    display: inline-block;
  }

  .cancun_movie.top .top_area .lead_01 {
    font-size: 5vw;
  }

  .cancun_movie.top .top_area .lead_02 {
    font-size: 6vw;
    line-height: 2;
    padding-bottom: 5%;
  }

  .cancun_movie.top .movie_sec h2 {
    font-size: 5.5vw;
  }

  .cancun_movie.top .movie_sec video {
    margin: 0 auto 5%;
  }

  .cancun_movie.top .movie_sec .where p {
    font-size: 5.5vw;
    margin-bottom: 4%;
  }

  .cancun_movie.top .movie_sec .where a {
    width: 70%;
    font-size: 12px;
    padding: 15px;
  }

  .cancun_movie.top .movie_sec .where a::after {
    width: 10px;
    right: 17px;
  }

  .cancun_movie.top .movie_sec .where a::before {
    width: 7px;
    height: 7px;
    right: 17px;
    margin-top: -3px;
  }

  .cancun_movie.top .about_TSJ h2 {
    font-size: 5.5vw;
    margin-bottom: 5%;
  }

  .cancun_movie.top .about_TSJ_h {
    padding-left: 60px;
    font-size: 20px;
  }

  .cancun_movie.top .about_TSJ_h span {
    bottom: auto;
    top: -5px;
    font-size: 32px;
  }

  .cancun_movie.top .about_TSJ_img {
    flex-direction: column;
  }

  .cancun_movie.top .about_TSJ_img li p {
    font-size: 13px;
  }

  .cancun_movie.top .about_TSJ .products {
    padding: 4% 6%;
  }

  .cancun_movie.top .about_TSJ .products li {
    display: block;
    padding-right: 0;
  }

  .cancun_movie.spot_page .tab_none {
    display: block;
  }

  .cancun_movie.spot_page .sp_none {
    display: none;
  }

  .cancun_movie.spot_page .top_area {
    height: 89vh;
    max-height: 640px;
    padding-top: 9%;
  }

  .cancun_movie.spot_page .top_area h1 {
    font-size: 10vw;
    padding: 0 7%;
  }

  .cancun_movie.spot_page .top_area h1 span {
    font-size: 5vw;
  }

  .cancun_movie.spot_page .top_area .top_carousel {
    top: 37vh;
  }

  .cancun_movie.spot_page .top_area .top_carousel a {
    margin: 0 14px;
  }

  .cancun_movie.spot_page .spot .bl_01 p {
    width: 90%;
    margin: 5%;
    float: none;
  }

  .cancun_movie.spot_page .spot .ph_a {
    width: 70%;
    margin: 8% auto;
    float: none;
  }

  .cancun_movie.spot_page .spot .spot_infotxt .access_h {
    font-size: 6vw;
  }

  .cancun_movie.spot_page .spot .spot_infotxt.comment_top .comment_h {
    margin-top: 5%;
  }

  .cancun_movie.spot_page .spot .spot_infotxt .spot_data {
    padding: 3% 5%;
  }

  .cancun_movie.spot_page .spot .ph_c {
    width: 100%;
    margin: 8% 0;
  }

  .cancun_movie.spot_page .spot .square {
    width: 90%;
    margin: 8% 5%;
    height: 90vw;
    overflow: hidden;
  }

  .cancun_movie.spot_page .spot .square img {
    height: 90vw;
    width: auto;
    -webkit-transform: translate(-20%);
    transform: translate(-20%);
  }

  .cancun_movie.spot_page.movie_spot .bl_01 .ph_a {
    width: 90%;
    margin: 8% 5%;
    float: none;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_03.hime_bl .spot_infotxt {
    width: 100%;
    float: none;
  }

  .cancun_movie.spot_page.movie_spot .playa_norte .bl_03.hime_bl .ph_c {
    width: 90%;
    float: none;
  }

  .cancun_movie.spot_page.movie_spot .prof h2 {
    font-size: 7vw;
  }

  .cancun_movie.spot_page.movie_spot .prof .prof_list li {
    margin: 8%;
  }

  .cancun_movie.spot_page.movie_spot .prof .prof_list li figure {
    width: 100%;
    float: none;
  }

  .cancun_movie.spot_page.movie_spot .prof .prof_list li figure img {
    padding-bottom: 8%;
  }

  .cancun_movie.spot_page.movie_spot .prof .prof_list li dl {
    width: 100%;
    float: none;
    padding: 0;
  }

  .cancun_movie.spot_page.movie_spot .prof .prof_list li dl dt {
    font-weight: 700;
    font-size: 6vw;
    letter-spacing: 3px;
    line-height: 1.4;
    padding-bottom: 5%;
  }

  .cancun_movie.spot_page.movie_spot .prof .prof_list li dl dt span {
    font-size: 3vw;
  }

  .cancun_movie.spot_page.recommended_restaurant .spot .ph_c {
    width: 100%;
    margin: 8% 0;
  }
}

@media screen and (max-width: 320px) {
  .cancun_movie.top .about_TSJ_img li img {
    max-height: unset;
    width: 100%;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
