/* 追加（たびのたねトップ） */
.tabinotane-wrap {
  clear: both;
}

.tabinotane-img {
  margin-bottom: 30px;
}

.tabinotane-img img {
  width: 100%;
  height: auto;
}

.about-tabinotane h3 {
  max-width: 668px;
  background-image: url(https://img21.shop-pro.jp/PA01324/428/etc/bg_dot.png?cmsp_timestamp=20150903141221);
  background-repeat: repeat-x;
  background-position-y: 50%;
  margin: 30px 0 20px;
  font-size: 18px;
  line-height: 1;
}

.about-tabinotane h3 span {
  display: inline-block;
  width: 140px;
  background-color: #fff;
}

.about-tabinotane p {
  margin-bottom: 20px;
}

.about-tabinotane p span {
  font-size: 18px;
}

.tabinotane-note-wrap {
  border: solid 2px #ccc;
  padding: 10px;
  margin-bottom: 30px;
}

.tabinotane-note-wrap a,
.tabinotane-note-txt a {
  color: #ff5115;
  text-decoration: none;
}

.tabinotane-note-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.tabinotane-note-txt {
  margin-bottom: 20px;
}

.tabinotane-set-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.tabinotane-set-box-left {
  height: 80px;
  padding: 10px 10px 0 10px;
  border: solid 2px black;
  border-radius: 10px;
  margin-right: 10px;
}

.tabinotane-set-box-right {
  height: 80px;
  padding: 10px 10px 0 10px;
  border: solid 2px black;
  border-radius: 10px;
  margin-left: 10px;
}

.tabinotane-set-left {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.tabinotane-set-right {
  position: relative;
  float: right;
  width: 50%;
  margin-bottom: 20px;
}

.tabinotane-set-place {
  display: inline-block;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  color: white;
}

.tabinotane-set-left .tabinotane-set-price {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.tabinotane-set-right .tabinotane-set-price {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.tabinotane-set-title {
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2
}

.tabinotane-set-kanto {
  background-color: #39b54a;
}

.tabinotane-set-hokkaido {
  background-color: #29abe2;
}

.tabinotane-set-chubu {
  background-color: #f7931e;
}

.tabinotane-set-kansai {
  background-color: #f15a24;
}

.tabinotane-set-shikoku {
  background-color: #ed1e79;
}

.tabinotane-set-kyushu {
  background-color: #754e91;
}

.tabinotane-set-okinawa {
  background-color: #ff0000;
}

/* 追加 商品一覧ソート */
.productlist_sort a {
  text-decoration: underline;
}

.productlist_sort span {
  font-weight: bold;
}

@media (min-width: 769px) {
  .tabinotane-set-wrap h4 {
  	position: relative;
  	display: inline-block;
  	width:100%;
  	height: 48px;
  	font-size: 20px;
  	color: #fff;
  	line-height: 48px;
  	text-align: center;
  	background: #000;
  	z-index: 0;
  	margin: 0 0 30px 0;
  }
  
  .tabinotane-set-wrap h4:after {
  	content: "";
  	position: absolute;
  	bottom: -12px; left: 50%;
  	margin-left: -12px;
  	display: block;
  	width: 0px;
  	height: 0px;
  	border-style: solid;
  	border-width: 12px 12px 0 12px;
  	border-color: #000 transparent transparent transparent;
  }
}

@media (max-width: 768px) {
  .tabinotane-set-wrap h4 {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 18px;
  }
  
  .tabinotane-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .tabinotane-set-left,
  .tabinotane-set-right {
    float: none;
    width: 100%;
  }
  
  .tabinotane-set-box-left,
  .tabinotane-set-box-right {
    height: auto;
    padding: 10px;
    margin: 0;
  }
}

/* 追加 */
/* h2見出し */
.contents-main-heading {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 5px 0 5px 10px;
  margin: 40px 0 20px;
}
/* ここまで */

.cg_freespace_01 {
  margin-bottom: 10px;
}

.cg_freespace_02 {
  margin-bottom: 10px;
}

/* productlist */
.productlist_heading {
  margin: 40px 0 20px;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list {
}
.subcategorylist_list_img {
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 0 5px;
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }

  .productlist_noitem {
    padding: 0 10px 20px;
  }

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }
}　