@charset "utf-8";
/* CSS Document */

#takuminote {
	font-family:メイリオ, Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
}

#takuminote .tab_link {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

#takuminote .tab_link a.cate_btn {
	position: relative;
	display: block;
	width: 360px;
	padding: 0.5em 0.5em 0.5em 1.0em;
	text-align: center;
	text-decoration: none;
	background: #911202;
	border:1px solid #fff;
	overflow: hidden;
  font-size: 0.9rem;
  margin: 0.3rem;
  color: #FFFFFF;
}

#takuminote .tab_link a.cate_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -320px;
	height: 100%;
	width: 360px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}

#takuminote .tab_link a.cate_btn:hover:before {
	left:0;
}

.e_takuminote_h2 {
  position: relative;
  padding: .3em .5em;
  background-color: #911202;
  color: #e7bf04;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 30px auto 20px;
}

#takuminote h3 {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 1.1rem;
  color: #911202;
  border-bottom: double 5px #911202;
}

#takuminote .ptn01 {
  padding: 1em;
  border: 3px solid #911202;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  background-color: #fbe9e6;
  margin-top: 30px;
}

#takuminote p {
  font-size: 0.9rem;
  padding: 20px 10px;
  line-height: 1.4rem;
}

#takuminote span {
  font-weight: 900;
  color: #911202;
}

#takuminote .mat30 {
  margin-top: 30px;
}

#takuminote .tex_center {
  text-align: center;
}


#takuminote .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #650155;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #650155;
  box-sizing: border-box;
}

#takuminote .balloon :before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

#takuminote .balloon :after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #650155;
  z-index: 1;
}

#takuminote .balloon  p {
  margin: 0;
  padding: 0;
  font-weight: 900;
}

.btn a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.movie{
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0 0;
}
.cartbox{
	background:#f6f6f6 ;
	margin-top:-15px;
	padding-bottom:50px;
}

/* もっと見るを非表示にする */
.block-link { 
  display: none;
}




