@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 342px;
  width: 45%;
}

.sort_area {
  margin-bottom: 40px;
}
.sort_area .btn_sort {
  color: #FFF;
  text-align: center;
  padding: 15px 0;
}
.sort_area .btn_sort p {
  font-size: 16px;
  font-weight: bold;
  background: url("/assets/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 95% 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 95% center;
  -webkit-background-size: 9px;
  -o-background-size: 9px;
  background-size: 9px;
  background-color: #e60012;
}
.sort_area .sort_contents {
  background: #ededed;
  padding-bottom: 15px;
  display: none;
}
.sort_area .sort_contents ul {
  margin: 0 20px;
}
.sort_area .sort_contents ul li {
  padding: 12px 0 12px 25px;
  position: relative;
  font-size: 14px;
}
.sort_area .sort_contents ul li label {
  display: block;
  width: 100%;
}
.sort_area .sort_contents ul li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.sort_area .sort_contents .limit {
  border-bottom: 1px solid #d4d4d4;
}
.sort_area .sort_contents .limit .radio {
  display: none;
}
.sort_area .sort_contents .limit .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 .radio-icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.sort_area .sort_contents .limit .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 li {
  padding-left: 48px;
}
.sort_area .sort_contents .tags .check {
  display: none;
}
.sort_area .sort_contents .tags .check-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  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 .check-icon:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sort_area .sort_contents .tags .check:checked + .check-icon {
  border-color: #e60012;
}
.sort_area .sort_contents .tags .check:checked + .check-icon:before {
  background: url("/assets/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 .icon {
  position: absolute;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.sort_area .sort_contents .tags .icon img {
  width: 100%;
}
.sort_area .sort_contents .tags .text {
  line-height: 1.3;
}
.sort_area .sort_contents .tags .text span {
  display: block;
  font-size: 10px;
}
.sort_area .sort_contents .submit {
  margin: 0 50px;
  background: #e60012;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 13px 0;
}

.attraction_list {
  padding-bottom: 20px;
}
.attraction_list section:not(:last-child) {
  margin-bottom: 20px;
}
.attraction_list .no_list {
  text-align: center;
  margin-bottom: 60px;
}
.attraction_list .attraction {
  background: #FFF;
  margin: 0 20px 10px;
  padding: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.attraction_list .attraction a {
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.attraction_list .attraction .img {
  width: 30%;
  margin-right: 3%;
  float: left;
}
.attraction_list .attraction .img img {
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.attraction_list .attraction .img .att_tag li {
  float: left;
}
.attraction_list .attraction .info {
  width: 67%;
  float: left;
}
.attraction_list .attraction .info .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.attraction_list .attraction .info .desc {
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 10px;
}
.attraction_list .attraction .info .height, .attraction_list .attraction .info .age, .attraction_list .attraction .info .price {
  background: url("/assets/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: 11px;
  height: 20px;
  line-height: 20px;
}
.attraction_list .attraction .info .height {
  margin-bottom: 10px;
}
.attraction_list .attraction .info .age {
  background-image: url("/assets/img/attraction/icon_age.png");
  margin-bottom: 10px;
}
.attraction_list .attraction .info .price {
  background-image: url("/assets/img/attraction/icon_price.png");
}
.attraction_list .attraction .att_tag li {
  float: left;
  width: 22%;
  /*&.priority{
  	background-image: url("/assets/img/attraction/tag_zekkyo.gif");
  }
  &.rain{
  	background-image: url("/assets/img/attraction/tag_rain.gif");
  }
  &.thomaspass{
  	background-image: url("/assets/img/attraction/tag_thomas.gif");
  }
  &.senior{
  	background-image: url("/assets/img/attraction/tag_senior.gif");
  }
  &.handy{
  	background-image: url("/assets/img/attraction/tag_handy.gif");
  }*/
}
.attraction_list .attraction .att_tag li img {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.attraction_list .attraction .att_tag li:not(:last-child) {
  margin-right: 4%;
}

.att_attention {
  margin: 0 20px 60px;
}
.att_attention li {
  margin-bottom: 10px;
  text-indent: -1.5em;
  margin-left: 1.5em;
  font-size: 12px;
  line-height: 1.4;
}
.att_attention li:before {
  content: '※';
  padding-right: 0.5em;
}
