@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.mapImage {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 44px;
}

.btn_pdf {
  width: 325px;
  margin: 0 auto 75px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.btn_pdf a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
}
.btn_pdf a:hover {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .btn_pdf a {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}

.page_tab {
  margin-bottom: 60px;
}
.page_tab li {
  width: 480px;
  padding-bottom: 7px;
  cursor: pointer;
}
.page_tab li:not(:last-child) {
  margin-right: 20px;
}
.page_tab li a {
  text-align: left;
  font-size: 22px;
}
.page_tab li a p {
  font-size: 16px;
}
.page_tab li a span {
  font-size: 18px;
}
.page_tab li.photo a {
  background: url("../img/entertainment/spot/icon_camera_off.png") no-repeat 80px center;
  -webkit-background-size: 36px;
  -o-background-size: 36px;
  background-size: 36px;
  padding-left: 130px;
}
.page_tab li.photo.current {
  cursor: default;
}
.page_tab li.photo.current a {
  background-image: url("../img/entertainment/spot/icon_camera_on.png");
}
.page_tab li.view a {
  background: url("../img/entertainment/spot/icon_eye_off.png") no-repeat 15px center;
  -webkit-background-size: 60px;
  -o-background-size: 60px;
  background-size: 60px;
  padding-left: 90px;
}
.page_tab li.view.current {
  cursor: default;
}
.page_tab li.view.current a {
  background-image: url("../img/entertainment/spot/icon_eye_on.png");
}

.spot_photo li {
  width: 480px;
  margin-bottom: 40px;
}
.spot_photo li img {
  width: 100%;
}
.spot_photo li:nth-child(odd) {
  float: left;
}
.spot_photo li:nth-child(even) {
  float: right;
}
.spot_photo li .spot_title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.spot_photo li .spot_title .more_btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.spot_photo li .spot_title .more_btn a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  background-color: #e60012;
  height: 40px;
  line-height: 40px;
  width: 168px;
}
.spot_photo li .spot_title .more_btn a:hover {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .spot_photo li .spot_title .more_btn a {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}
.spot_photo li .img {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

#viewspot {
  display: none;
  opacity: 0;
}
