@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.sort_area {
  margin-bottom: 50px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.sort_area .btn_sort {
  color: #FFF;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.sort_area .btn_sort p {
  font-size: 20px;
  font-weight: bold;
  background: url("../img/common/icon_sort.png") no-repeat left center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  padding-left: 30px;
  display: inline;
}
.sort_area .btn_sort.off {
  background: url("/assets/img/common/arrow_white_open.png") no-repeat 937px center;
  -webkit-background-size: 9px;
  -o-background-size: 9px;
  background-size: 9px;
  background-color: #e60012;
}
.sort_area .btn_sort.on {
  background: url("/assets/img/common/arrow_white_close.png") no-repeat 937px center;
  -webkit-background-size: 9px;
  -o-background-size: 9px;
  background-size: 9px;
  background-color: #e60012;
}
.sort_area .sort_contents {
  background: #ededed;
  padding: 30px;
  display: none;
}
.sort_area .sort_contents .limit {
  margin-bottom: 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid #d4d4d4;
}
.sort_area .sort_contents .limit li {
  float: left;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.sort_area .sort_contents .limit li:not(:last-child) {
  margin-right: 20px;
}
.sort_area .sort_contents .limit li label {
  cursor: pointer;
}
.sort_area .sort_contents .limit li .radio {
  display: none;
}
.sort_area .sort_contents .limit li .radio-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.sort_area .sort_contents .limit li .radio-icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.sort_area .sort_contents .limit li .radio:checked + .radio-icon:before {
  background: #e60012;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.sort_area .sort_contents .tags {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.sort_area .sort_contents .tags li {
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 20px;
}
.sort_area .sort_contents .tags li:nth-child(odd) {
  clear: left;
}
.sort_area .sort_contents .tags li .icon {
  background: url("../img/attraction/tag_zekkyo.gif") no-repeat center;
  -webkit-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 30px;
}
.sort_area .sort_contents .tags li .text {
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 78px;
  height: 35px;
  overflow: hidden;
}
.sort_area .sort_contents .tags li .text span {
  display: block;
  font-size: 12px;
}
.sort_area .sort_contents .tags li label {
  cursor: pointer;
}
.sort_area .sort_contents .tags li .check {
  display: none;
}
.sort_area .sort_contents .tags li .check-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #aaaaaa;
  top: 50%;
  left: 0;
  margin-top: -10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.sort_area .sort_contents .tags li .check-icon:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sort_area .sort_contents .tags li .check:checked + .check-icon {
  border-color: #e60012;
}
.sort_area .sort_contents .tags li .check:checked + .check-icon:before {
  background: url("../img/attraction/sort_check.png") no-repeat center #e60012;
  -webkit-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
}
.sort_area .sort_contents .tags li.ticket .icon {
  background-image: url("../img/attraction/tag_zekkyo.gif");
}
.sort_area .sort_contents .tags li.kids .icon {
  background-image: url("../img/attraction/tag_thomas.gif");
}
.sort_area .sort_contents .tags li.senior .icon {
  background-image: url("../img/attraction/tag_senior.gif");
}
.sort_area .sort_contents .tags li.rain .icon {
  background-image: url("../img/attraction/tag_rain.gif");
}
.sort_area .sort_contents .tags li.handy .icon {
  background-image: url("../img/attraction/tag_handy.gif");
}
.sort_area .sort_contents .submit_btn {
  width: 240px;
  margin: auto;
  background: #e60012;
  border: none;
  color: #FFF;
  width: 240px;
  padding: 20px 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.sort_area .sort_contents .sarch {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.sort_area .sort_contents .sarch span {
  font-weight: bold;
  font-size: 18px;
}

.attraction_list {
  margin-bottom: 20px;
  opacity: 0;
}
.attraction_list section:not(:last-child) {
  margin-bottom: 60px;
}
.attraction_list .no_list {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
}
.attraction_list .attraction {
  float: left;
  width: 315px;
  background: #FFF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}
.attraction_list .attraction:not(:nth-child(3n)) {
  margin-right: 15px;
}
.attraction_list .attraction:nth-child(3n+1) {
  clear: left;
}
.attraction_list .attraction a {
  color: #000;
  display: block;
  padding-bottom: 50px;
}
.attraction_list .attraction a:hover {
  text-decoration: none;
}
.attraction_list .attraction .img img {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.attraction_list .attraction .img {
  margin-bottom: 25px;
}
.attraction_list .attraction .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 18px 10px;
}
.attraction_list .attraction .disc {
  margin: 0 18px 10px;
  line-height: 1.4;
  font-size: 14px;
}
.attraction_list .attraction .height, .attraction_list .attraction .age {
  margin: 0 0 10px;
  background: url("../img/attraction/icon_height.png") no-repeat left center;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  padding-left: 24px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  width: 39%;
}
.attraction_list .attraction .height {
  margin-left: 18px;
}
.attraction_list .attraction .age {
  background-image: url("../img/attraction/icon_age.png");
}
.attraction_list .attraction .price {
  margin-left: 18px;
  font-size: 12px;
  background: url("../img/attraction/icon_price.png") no-repeat left center;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  height: 20px;
  line-height: 20px;
  padding-left: 24px;
}
.attraction_list .attraction .att_tag {
  margin: 0 18px 10px;
  position: absolute;
  bottom: 0;
}
.attraction_list .attraction .att_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;
  overflow: hidden;
}
.attraction_list .attraction .att_tag li.priority {
  background-image: url("../img/attraction/tag_zekkyo.gif");
}
.attraction_list .attraction .att_tag li.rain {
  background-image: url("../img/attraction/tag_rain.gif");
}
.attraction_list .attraction .att_tag li.thomaspass {
  background-image: url("../img/attraction/tag_thomas.gif");
}
.attraction_list .attraction .att_tag li.handy {
  background-image: url("../img/attraction/tag_handy.gif");
}
.attraction_list .attraction .att_tag li.senior {
  background-image: url("../img/attraction/tag_senior.gif");
}
.attraction_list.relateve {
  opacity: 1;
}

.att_attention li {
  font-size: 14px;
  text-indent: -1.2em;
  margin: 0 0 10px 1.2em;
  line-height: 1.4;
}
.att_attention li:before {
  content: "※";
  margin-right: 0.2em;
}
