.tab-item a:hover {
  opacity: 1;
  }
.tab-item a:hover img {
  opacity: 1;
  }

/****************************
  okazu-club-area */
.okazu-club-area {
	margin-bottom: 50px;
	}
.okazu-club-area #okazu-tab-contents {
  border-top: 2px solid #ccc;
  }
.okazu-club-area #okazu-tab-contents .tab-content {
  padding: 35px 100px;
  }
.okazu-club-area #okazu-tab-contents .tab-content.reference {
  padding: 0;
  }
.okazu-club-area .tabs {
  width: 1000px;
  margin: 0 auto;
  line-height: 0;
  margin-bottom: -1px;
  }
.okazu-club-area .tabs .tab-item {
  display: inline-block;
  position: relative;
	margin-right: 8px;
	}
.okazu-club-area .tabs .tab-item:last-child {
	margin-right: 0;
	}
.okazu-club-area .tabs .tab-item a {
  font-size: 18px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  padding: 17px 0;
  line-height: 1;
  }
 /* .tabs-2 */
.okazu-club-area .tabs.tabs-2 .tab-item a {
	width: 496px;
	}
 /* .tabs-3 */
.okazu-club-area .tabs.tabs-3 .tab-item a {
	width: 328px;
	}
 /* .tabs-4 */
.okazu-club-area .tabs.tabs-4 .tab-item a {
	font-size: 16px;
	width: 244px;
	}
.okazu-club-area .tabs .tab-item a span {
  display: none;
	margin-left: -12px;
  position: absolute;
  bottom: -11px;
	left: 50%;
	}
.okazu-club-area #okazu-tab-contents .tab-content {
	padding: 35px 30px 25px;
	}
.okazu-club-area .tabs .tab-item.selected span {
  display: block;
  }
.okazu-club-area .tabs .tab-item.selected a, .okazu-club-area .tabs .tab-item:hover a {
  color: #fff;
  background: #e60012;
	}
.tab-content .lead {
	margin-bottom: 20px;
	}
.tab-content .notice {
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.6;
	}


@media only screen and (max-width: 768px) {
/****************************
  okazu-club-area */
.okazu-club-area {
  margin-bottom: 40px;
  }
.okazu-club-area .tabs {
  width: 100%;
  text-align: center;
  }
.okazu-club-area .tabs .tab-item {
	margin-right: 4px;
  border-bottom: none;
	width: auto;
	border: 1px solid #ccc;
	}
.okazu-club-area .tabs .tab-item a {
	font-size: 14px;
	padding: 10px 0;
	height: 48px;
	}
 /* .tabs-2 */
.okazu-club-area .tabs.tabs-2 .tab-item a {
	width: 141px;
	}
 /* .tabs-3 */
.okazu-club-area .tabs.tabs-3 .tab-item a {
	width: 92px;
	}
 /* .tabs-4 */
.okazu-club-area .tabs.tabs-4 .tab-item {
	border: none;
	margin-right: 0;
	width: 50%;
	}
.okazu-club-area .tabs.tabs-4 .tab-item a {
	font-size: 14px;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 17px 0;
	width: 100%;
	}
.okazu-club-area .tabs.tabs-4 .tab-item:nth-child(2n) a {
	border-left: none;
	}
.okazu-club-area .tabs .tab-item.selected span {
	display: none;
	}

.okazu-club-area .tabs .tab-item a span {
  bottom: -7px;
  left: 38%;
  }
.okazu-club-area #okazu-tab-contents .tab-content {
	padding: 15px 10px;
	text-align: center;
	}
.tab-content .lead {
	text-align: left;
	margin-bottom: 10px;
	}
.tab-content .notice {
  font-size: 10px;
	text-align: left;
	}

/* ----- .btn ----- */
.btn-wrap {
	margin-bottom: 15px;
	text-align: center;
	}
	.btn {
		display: inline-block;
		padding: 6px 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		background: #fff;
		line-height: 1;
		}
	.btn.zoom:before {
		content: "";
		background: url(../../images/common/sp/sp-icon-fc-zoom.png) 0 0 no-repeat;
		background-size: 15px 15px;
		vertical-align: bottom;
		width: 15px;
		height: 15px;
		margin-right: 5px;
		display: inline-block;
		}

}