main {
	padding: 0 0 2rem;
}
h2.sub-title {
	margin: 2rem 0 2rem;
	color: #3e2a1a;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: .2rem;
}
h2.sub-title::before {
	margin-right: 1rem;
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-image: url(https://file003.shop-pro.jp/PA01467/020/tuno1-left.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 3.8rem;
	height: 3.8rem;
}
h2.sub-title::after {
	margin-left: 1rem;
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-image: url(https://file003.shop-pro.jp/PA01467/020/tuno1-right.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 3.8rem;
	height: 3.8rem;
}
/* bxSlider関連 */
.container-section {
	opacity: 0;
	transition: opacity .3s linear;
}
.bx-wrapper {
	margin: 0 !important;
}
ul.bxslider {
	margin-left: 0px !important;
}
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
	background: transparent;
}
.custom-thumb li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin: 0;
	padding: 5px 5px 5px 0;
}
.custom-thumb li a:hover {
	opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
	display: inline-block;
}
a.active {
	border: 1px solid #333;
}

.product-order-exp p {
	margin: 0 0 1em;
}
/* 販売価格の文字強調 */
.product_sales {
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
	float: left;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	height: 20px;
	width: 20%;
}

/* 商品単位 */
.product-unit {
	float: left;
	padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
	width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
	margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
	background-color: #ec9704;
	outline: none !important;
	border: medium none;
	color: #fff;
	font-size: 16px;
	font-family: f07a;
	letter-spacing: 0.1em;
	padding: 16px 0;
	border-radius: 3rem;
}
/* いいねボタンのズレ修正 */
.fb_adjust {
	position: relative;
	top: 1px;
}

.products-info {
	margin: 2rem 0;
	padding: 1rem;
	border-top: 3px double rgba(62, 42, 26, 0.2);
	border-bottom: 3px double rgba(62, 42, 26, 0.2);
}
.products-info p {
	font-size: .95em;
}
img.img-100 {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.custom-thumb img {
		width: 100%;
	}
}

.mane {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top:30px;
}


.mane h2{
	font-size: 25px;
	font-weight:400;
	text-align:left;
	padding-left:30px;
}
.mane h2{
  position: relative;
  color: white;
  background: #ec9704;
  line-height: 2;
  font-size: 23px;
  margin-bottom: 20px;
}

.mane h2:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.mane h3{
  position: relative;
  color: #3b352a;
  text-align:left;
  font-size: 16px;
  line-height: 2;
  padding-left:50px;
  border-bottom:solid 1px;
}

.mane h3:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f1b0";
  position: absolute;
  left: 10px; /*左端からのアイコンまでの距離*/
  font-size: 18px;
  top: 5px;
  line-height: 18px;
}

.flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        margin: 0 1%;
        width: 98%;
    }
/*flexの時左右の順番*/
    .flex.x {
        flex-direction: row-reverse;
    }
/*flexなし*/
    .flex.non {
        display: block;
    }
    .flex .cnt{
        padding: 1%;
		width: calc(96% / 2);
    }
    .cnt img{
        width: 100%;
    }
@media screen and (max-width: 600px) {
        .flex .cnt{
            width: 98%;
        }
        .flex.clm3 .cnt{
            width: 98%;
        }
   }


   
   .sbd-taglist p.sbd-tab-title {
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold !important;
    margin-bottom: 1rem !important;
    padding: 0 0 10px 10px !important;
}
.sbd-taglist a {
    border: 1px solid #DDDDDD;
    background: none repeat scroll 0 0 #F8F8F8;
    /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); */
    /* border-radius: 5px 5px 5px 5px; */
    color: #ec9704;
    display: inline-block;
    font-size: 12px;
    margin: 5px 5px;
    padding: 5px 10px;
    text-decoration: none;
}
.sbd-taglist a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.uservoice:last-child {
	display: flex;
	width: 100%;
	align-items: center;
}

.uservoice .col-lg-2 {
	width: 40%;
	min-width: 250px;
}
.uservoice .col-lg-2 img {
	max-width: 250px;
}
.uservoice .col-lg-10 {
	width: 80%;
	min-width: 250px;
}

.uservoice:last-child:after {
	width: 0%;
}
	@media screen and (max-width: 768px) {
	.uservoice:last-child {
		display: flex;
		flex-direction: column;
	}

	.uservoice .col-lg-2, .uservoice .col-lg-10 {
		width: 100%;
		margin: 10px;
		min-width: 50px;
	}
}



/* 長田追記css20241217〜 */
img.max-w{
  max-width:100%;
  margin-bottom: 2em;
}

audio,
canvas,
video {
  max-width: 100%;
  margin-top: 2rem;
}

/* ヘッダーお知らせ　全ページ共通 */
.newsTopBox{
    margin-bottom: 2rem;
}