@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.attraction_detail h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.attraction_detail .main_image {
  margin-bottom: 35px;
}

.attraction_detail .main_image .slide {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}

.attraction_detail .main_image .slide .wrap p {
  float: left;
  width: 700px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.attraction_detail .main_image .pager {
  text-align: center;
}

.attraction_detail .main_image .pager li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url("/assets/img/common/nav_dots.png");
  display: inline-block;
}

.attraction_detail .main_image .pager li.current {
  background-position: bottom;
}

.attraction_detail .main_image .next {
  background: url("/assets/img/common/arrow_next.png") no-repeat center;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -20px 0 0 0;
  cursor: pointer;
}

.attraction_detail .main_image .prev {
  background: url("/assets/img/common/arrow_prev.png") no-repeat center;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -20px 0 0 0;
  cursor: pointer;
}

.attraction_detail .text {
  margin-bottom: 25px;
}

.attraction_detail .text .lead {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.attraction_detail .text .desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.attraction_detail .text .desc.red {
  color: #e60012;
}

.attraction_detail .text .copy {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.attraction_detail .text .notes {
  font-size: 12px;
  line-height: 1.4;
}

.attraction_detail .links li {
  float: left;
  width: 120px;
  height: 40px;
  margin-right: 10px;
}

.attraction_detail .links li a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 105px 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%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.attraction_detail .links li a:hover {
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .attraction_detail .links li a {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}

.attraction_detail .movie {
  position: relative;
  margin-top: 49px;
  width: 700px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.attraction_info .att_info {
  margin-bottom: 40px;
}

.attraction_info .att_info h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.attraction_info .att_info .info_list {
  width: 100%;
  border-top: 1px solid #d4d4d4;
}

.attraction_info .att_info .info_list li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.attraction_info .att_info .info_list li {
  padding: 15px 0;
  font-size: 14px;
}

.attraction_info .att_info .info_list .icon {
  background: no-repeat left center;
  -webkit-background-size: 22px;
  -o-background-size: 22px;
  background-size: 22px;
  padding-left: 28px;
  min-height: 22px;
  line-height: 22px;
}

.attraction_info .att_info .info_list .height {
  background-image: url("../img/attraction/icon_height.png");
}

.attraction_info .att_info .info_list .age {
  background-image: url("../img/attraction/icon_age.png");
}

.attraction_info .att_info .info_list .price {
  background-image: url("../img/attraction/icon_price.png");
}

.attraction_info .att_info .info_list .people {
  background-image: url("../img/attraction/icon_capacity.png");
}

.attraction_info .att_info .info_list .time {
  background-image: url("../img/attraction/icon_time.png");
}

.attraction_info .att_info .info_list .other {
  line-height: 1.7;
}

.attraction_info .att_info .info_list .tag li {
  float: left;
  text-indent: -500px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: no-repeat center;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 0;
}

.attraction_info .att_info .info_list .tag li.priority {
  background-image: url("../img/attraction/tag_zekkyo.gif");
}

.attraction_info .att_info .info_list .tag li.rain {
  background-image: url("../img/attraction/tag_rain.gif");
}

.attraction_info .att_info .info_list .tag li.thomaspass {
  background-image: url("../img/attraction/tag_thomas.gif");
}

.attraction_info .att_info .info_list .tag li.handy {
  background-image: url("../img/attraction/tag_handy.gif");
}

.attraction_info .att_info .info_list .tag li.senior {
  background-image: url("../img/attraction/tag_senior.gif");
}

.attraction_info .shop_list {
  margin: 65px 0 40px;
}

.attraction_info .shop_list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.attraction_info .shop_list ul {
  width: 100%;
  border-top: 1px solid #d4d4d4;
}

.attraction_info .shop_list ul li {
  padding: 15px 0;
  font-size: 14px;
}

.attraction_info .shop_list ul li a {
  color: #e60012;
  display: block;
  width: 100%;
  background: url("/assets/img/common/arrow_next.png") no-repeat right center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  height: 20px;
  line-height: 20px;
}

.attraction_info .shop_list ul li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.attraction_info .banner_area li {
  margin-bottom: 10px;
}

.attraction_info .banner_area li img {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.another_contents {
  background: #ededed;
  padding: 40px 0 50px;
  text-align: center;
}

.another_contents h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}

.another_contents .slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.another_contents .slider .wrap {
  position: relative;
}

.another_contents .slider dl {
  width: 225px;
  float: left;
  margin-right: 20px;
  background: #FFF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.another_contents .slider dl dt img {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.another_contents .slider dl dd {
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  line-height: 1.4;
  vertical-align: middle;
  display: table-cell;
  height: 60px;
}

.another_contents .slider dl a {
  color: #000;
}

.another_contents .slider dl a:hover {
  text-decoration: none;
}

.another_contents .slider .next {
  background: url("/assets/img/common/arrow_next.png") no-repeat center;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 450px;
  cursor: pointer;
}

.another_contents .slider .prev {
  background: url("/assets/img/common/arrow_prev.png") no-repeat center;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -490px;
  cursor: pointer;
}
