@charset "UTF-8";
.touchSwUtil {
  display: block;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  z-index: 200;
}
.touchSwUtil span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before {
  color: #f15000;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 28px;
  height: 3px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSwUtil i:after {
  content: '';
  width: 28px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before {
  top: -9px;
}
.touchSwUtil i:after {
  bottom: -9px;
}
.touchSwUtil.active {
  color: #333;
}
.touchSwUtil.active i {
  width: 0;
}
.touchSwUtil.active i:before, .touchSwUtil.active i:after {
  background: #333;
}
.touchSwUtil.active i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before {
  content: "CLOSE";
}
.touchSwUtil:hover i {
  background-color: #333;
}
.touchSwUtil:hover i:before, .touchSwUtil:hover i:after {
  background-color: #333;
}

.touchMenuUtil {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 60px 0 0;
  width: 100%;
  overflow-y: auto;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.touchMenuUtil.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.touchMenuUtil .inner {
  padding: 10px;
  background-color: #fff;
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

.page-header-tabs + .descriptionBox {
  border-top: 2px solid #2a2532;
  margin-top: -2px;
}
.page-header-tabs + .descriptionBox .page-title {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 30px auto 30px;
  padding: 0 40px;
}

.spot-list-search {
  width: 1200px;
  margin: 0 auto;
}
.spot-list-search h2 {
  font-size: 23px;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

.spot.list .listflame .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  padding: 0 10px;
}
.spot.list .listflame .inner .tileBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.spot.list .listflame .inner .tileBox ul li {
  width: 25%;
  padding: 10px;
  text-decoration: none;
}
@media (max-width: 979px) {
  .spot.list .listflame .inner .tileBox ul li {
    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media (max-width: 768px) {
  .spot.list .listflame .inner .tileBox ul li {
    width: 50%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media (max-width: 479px) {
  .spot.list .listflame .inner .tileBox ul li {
    width: 100%;
  }
}
.spot.list .listflame .inner .tileBox ul li .photo-area {
  position: relative;
}
.spot.list .listflame .inner .tileBox ul li .photo-bg {
  position: absolute;
}
.spot.list .listflame .inner .tileBox ul li .photo-bg:before {
  content: "";
  border-bottom: 90px solid transparent;
  border-left: 90px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.spot.list .listflame .inner .tileBox ul li .photo-bg:after {
  content: "";
  border-bottom: 80px solid transparent;
  border-left: 80px solid #CA7575;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.spot.list .listflame .inner .tileBox ul li .number {
  border-bottom: 80px solid transparent;
  border-left: 80px solid #CA7575;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}
.spot.list .listflame .inner .tileBox ul li .number-back {
  border-bottom: 90px solid transparent;
  border-left: 90px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 39;
}
.spot.list .listflame .inner .tileBox ul li .numclass {
  position: absolute;
  top: 18px;
  left: 25px;
  z-index: 40;
  font-size: 14px;
  color: white;
}
.spot.list .listflame .inner .tileBox ul li .no {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 41;
  font-size: 17px;
  color: white;
}
.spot.list .listflame .inner .tileBox ul li .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 20px 0 10px;
  width: 100%;
  color: white;
  font-size: 13px;
  line-height: 1.4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  z-index: 40;
  text-align: center;
}
.spot.list .listflame .inner .tileBox ul li .place {
  color: white;
  padding: 5px;
  margin: 10px 0;
  display: table;
  font-size: 13px;
}
.spot.list .listflame .inner .tileBox ul li .date {
  color: #CA7575;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 17px;
}
.spot.list .listflame .inner .tileBox ul li .article {
  overflow: hidden;
  font-size: 15px;
}
.spot.list .listflame .inner .tileBox ul img {
  width: 100%;
  max-width: 100%;
}
.spot.list .listflame .inner .tileBox ul.list-unstyled li:nth-of-type(n+4) .photo-bg {
  display: none;
}

.pagenate1 {
  padding: 40px 0;
  text-align: center;
}
.pagenate1 .pagenateInner {
  display: inline-block;
}
.pagenate1 .pagenateInner ul li {
  float: left;
  margin: 7px;
  margin-top: 0;
  list-style: none;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
}
.pagenate1 .pagenateInner ul li a {
  display: block;
}
.pagenate1 .pagenateInner ul li.prev a, .pagenate1 .pagenateInner ul li.next a {
  width: 35px;
}
.pagenate1 .pagenateInner ul li.prev a:before, .pagenate1 .pagenateInner ul li.next a:before {
  font-size: 22px;
}
.pagenate1 .pagenateInner ul li.prev.disabled, .pagenate1 .pagenateInner ul li.next.disabled {
  color: #9e9e9e;
}
.pagenate1 .pagenateInner ul li.prev.disabled a, .pagenate1 .pagenateInner ul li.next.disabled a {
  cursor: default;
  color: #cfcfcf;
}
.pagenate1 .pagenateInner ul li.prev a:before {
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.pagenate1 .pagenateInner ul li.next a:before {
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.pagenate1 .pagenateInner ul li.square {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #9E9E9E;
  color: #1A1A1A;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pagenate1 .pagenateInner ul li.square.active {
  background-color: #1A1A1A;
  border: 2px solid #1A1A1A;
}
.pagenate1 .pagenateInner ul li.square.active a {
  color: #FFFFFF;
}

.digestBox .list .spot .mainBox .dataBox .headBox span {
  color: #666;
}
.digestBox .list .spot .mainBox .dataBox .headBox span:before {
  font-family: "FontAwesome";
  margin-right: 3px;
  content: "";
  font-weight: normal;
}
.digestBox .list .spot .mainBox .dataBox h3 {
  width: auto;
}
.digestBox .list .spot .mainBox .dataBox .summaryBox {
  padding: 10px 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.digestBox .list .spot .mainBox .dataBox .summary ul {
  margin: 0;
  display: table;
  width: 100%;
}
.digestBox .list .spot .mainBox .dataBox .summary ul li {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  width: 33.3333333333%;
  font-size: 14px;
}
.digestBox .list .spot .mainBox .dataBox .summary ul li.selling_price {
  text-align: right;
}
.digestBox .list .spot .mainBox .dataBox .summary ul li.selling_price strong {
  font-size: 30px;
}
.digestBox .list .spot .mainBox .dataBox .summary ul li.icon {
  position: relative;
  padding-top: 50px;
}
.digestBox .list .spot .mainBox .dataBox .summary ul li.icon:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  color: #999;
  font-size: 40px;
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.digestBox .list .spot .mainBox .dataBox .summary ul li.icon.min_age:before {
  content: '\f2c0';
  font-weight: bold;
}
.digestBox .list .spot .mainBox .dataBox .summary ul li.icon.required_time:before {
  content: '\f017';
}
.digestBox .list .spot .mainBox .dataBox .properties {
  margin: 10px auto 0;
}
.digestBox .list .spot .mainBox .dataBox .properties span, .digestBox .list .spot .mainBox .dataBox .properties a {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 4px 5px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #999;
  background-color: #fff;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.digestBox .list .spot .mainBox .dataBox .properties span {
  cursor: default;
}

.featureSlides {
  overflow: hidden;
  background-color: #fff;
}
.featureSlides .bx-wrapper {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.featureSlides .bx-wrapper .bx-prev, .featureSlides .bx-wrapper .bx-next {
  top: 50%;
  outline: 0;
  background: url(/images/main/featureBannerPrev.png) no-repeat center center;
}
.featureSlides .bx-wrapper .bx-prev {
  background-image: url(/images/main/featureBannerPrev.png);
}
.featureSlides .bx-wrapper .bx-next {
  background-image: url(/images/main/featureBannerNext.png);
}
.featureSlides .bx-wrapper .flex-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 5px 5px;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
}

#modal-favorite_share strong {
  display: block;
  margin: 0 0 1em;
}
#modal-favorite_share .execute_result .url {
  word-wrap: break-word;
  margin: 0 0 3px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#modal-favorite_share .execute_result ul {
  margin: 10px auto;
}
#modal-favorite_share .execute_result ul li {
  float: left;
  padding: 0 5px;
}
#modal-favorite_share .execute_result ul li.facebook iframe {
  overflow: hidden;
  width: 120px;
  height: 30px;
  border: none;
}
#modal-favorite_share .execute_result ul li.email a i.fa {
  color: #f00;
}

.movie-content {
  border-top: 1px solid #ccc;
}
.movie-content .movie-article {
  margin-bottom: 40px;
}
.movie-content .movie-article .movie-title {
  margin-bottom: 10px;
  font-size: 24px;
}
.movie-content .movie-article .movie-title img {
  width: 20px;
  height: 20px;
  margin-top: 7px;
}
.movie-content .movie-article .description .panel {
  border-radius: 0;
  padding: 10px;
}

@media (max-width: 768px) {
  .common-page-header {
    padding: 25px 10px;
  }
  .common-page-header h1 {
    padding: 10px;
  }
  .common-page-header p {
    margin: 10px;
  }

  .spot.list .listflame .inner ul img {
    width: 100%;
  }
  .spot.list .listflame .inner ul li {
    width: 50%;
  }
  .spot.list .listflame .inner ul li .caption {
    width: 100%;
  }

  .movie-content .movie-article {
    margin-bottom: 30px;
  }
  .movie-content .movie-article .movie-title {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .movie-content .movie-article .movie-title img {
    width: 15px;
    height: 15px;
    margin-top: 6px;
  }
  .movie-content .movie-article .description .panel {
    padding: 3px;
  }
  .movie-content .movie-article .description .panel .panel-body {
    font-size: 14px;
  }
  .movie-content .pagenate1 {
    padding: 5px 0;
  }
}
@media (max-width: 1023px) {
  .featureSlides .bannerList {
    position: relative;
    padding: 0;
  }
  .featureSlides .slider {
    margin: 0 auto;
    max-width: 800px;
  }
  .featureSlides .slider .bx-wrapper .bx-prev, .featureSlides .slider .bx-wrapper .bx-next {
    margin-top: -30px;
    width: 25px;
    height: 60px;
  }

  .pagenate1 .pagenateInner ul li {
    margin: 4px;
    margin-top: 0;
    line-height: 33px;
  }
  .pagenate1 .pagenateInner ul li.prev a, .pagenate1 .pagenateInner ul li.next a {
    width: 25px;
  }
  .pagenate1 .pagenateInner ul li.square {
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
}
@media (min-width: 1024px) {
  .featureSlides .bannerList {
    position: relative;
    height: 400px;
  }
  .featureSlides .slider {
    position: absolute;
    margin: 0 auto;
    width: 2402px;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .featureSlides .slider .bx-wrapper .bx-prev, .featureSlides .slider .bx-wrapper .bx-next {
    margin-top: -60px;
    width: 50px;
    height: 120px;
  }
  .featureSlides .slider .bx-wrapper .bx-prev {
    left: 620px;
  }
  .featureSlides .slider .bx-wrapper .bx-next {
    right: 620px;
  }
  .featureSlides .slider .bx-wrapper a {
    color: inherit;
  }
}

/*# sourceMappingURL=style.css.map */
