.cart img{
	width: 100%;
}
.product01{
	margin: 30px auto;
}
.txtarea{
	line-height: 1.8;
	font-size: 14px;
}
.txtarea span{
	background:linear-gradient(transparent 50%, rgba(250,   200,   114, 0.73) 50%);
	font-weight: bold;
}
/* タブ切り替え */
.tab_pro{
	justify-content: space-between;
  border-bottom:1px solid #8a8a8a;
}
.tab_pro li{
	width: 32%;
	letter-spacing: 0.5px;
}
.tab_pro.none li{
	width: 50%;
}
.tab_pro a{
	display: block;
  font-size: 12px;
  text-align: center;
  padding: 15px 0 7px;
  position: relative;
  cursor: pointer;
  color: #929292;
}
.tab_pro li.active_pro a{
  border-bottom: 3px solid #232323;
  color: #232323;
  font-weight: 900;
}
.area_pro{
  display: none;
}
.area_pro p{
  line-height: 1.9;
  font-size: 13px;
  color: #3f3f3f;
  margin-top: 20px;
}
.area_pro.show_pro {
  display:block;
  width: 95%;
  margin: auto;
  line-height: 1.9;
  font-size: 13px;
}
.area_pro.show_pro h2{
	margin-bottom: 10px;
}
.sizelist1{
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
	font-size: 11px;
}
.sizelist1 th,
.sizelist1 td{
	text-align: center;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
.sizelist1 th{
	background: #f0f0f0;
	font-weight: 500;
}
.sizelist1 td.bg{
	background: #f0f0f0;
}
.sizelist2{
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
	font-size: 13px;
	letter-spacing: 1px;
}
.sizelist2 th,
.sizelist2 td{
	padding: 8px 0;
}
.sizelist2 th{
	font-weight: 500;
	display:block;
	text-align: left;
	border-bottom: 1px dotted #a6a6a6;
}
.sizelist2 td{
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
}
.cm{
	text-align: right;
	margin-top: 5px !important;
	font-size: 12px !important;
}
.sizetxt{
	font-size: 12px !important;
	margin-top: 10px !important;
}
.sizetxt a{
	text-decoration: underline;
}
.reviewarea{
	background: #eee;
	height: 400px;
	margin-bottom: 60px;
	position: relative;
}
.reviewarea p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	font-weight: bold;
}
/* レコメンド商品羅列 */
.item-list{
	flex-wrap: wrap;
	margin-top: 20px;
}
.recmmendzone .item-list li{
	margin: 0 2% 0 0;
	width: 32%;
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
}
.recmmendzone .item-list li:nth-of-type(3n){
	margin: 0 0 0;
}
.recmmendzone .item-list li:nth-of-type(n+4){
	margin-top: 10px;
}
.item-name{
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.5;
}
.item-price{
	margin-top: 2px;
	color: #5b5b5b;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
}
/* ラッピングページ */
.mainimg{
	margin-top: 30px;
	width: 100%;
}
.mainimg img{
	width: 100%;
}
.w70{
	margin-top: 20px; 
}
.dottlist{
	margin-left: 15px;
	margin-top: 20px;
	font-size: 14px;
}
.dottlist li{
	list-style: disc;
	margin-bottom: 8px;
}
/* よくある質問 */
.faqanchor,.sizeanchor{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.faqanchor li,
.sizeanchor li{
	width: 48%;
	margin-right: 4%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
	box-shadow: 1px 1px 2px #b0b0b0;
	border-radius: 3px;
}
.faqanchor li{
	font-size: 12px;
}
.faqanchor li:nth-child(2n),
.sizeanchor li:nth-child(2n){
	margin-right: 0;
}
.faqanchor li a,
.sizeanchor li a{
	display: block;
	background: #f1f1f1;
	padding: 10px 0 5px;
	border-radius: 3px;
	border: 1px solid #dddddd;
}
.faqanchor li a:hover,
.sizeanchor li a:hover{
	background: #dddddd;
	color: #000;
}
.faqanchor li a .fas,
.sizeanchor li a .fas{
	display: block;
}
.faqarea dl{
	margin: 30px auto;
}
.faqarea dt{
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	padding-right: 36px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px dashed #bcbcbc;
}
.faqarea dt::after {
    content: "+";
    position: absolute;
    text-align: center;
    width: 20px;
    right: 2%;
    top: 4px;
    cursor: pointer;
    line-height: 1;
    font-weight: 500;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.faqarea dt.active:after {
    content: "ー";
}
.faqarea dt span,
.faqarea dd span{
	font-size: 19px;
	font-family: 'Josefin Sans', sans-serif;
	padding-right: 8px;
}
.faqarea dd span{
	font-size: 25px;
	padding-right:11px;
}
.faqarea dd{
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	display: none;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.faqarea dd a{
	color: #5e3819;
	text-decoration: underline;
}
/* サイズ・裾上げについて */
.centerimg{
	width: 100%;
	margin: 20px auto 0;
}
.centerimg.w50{
	width: 85% !important;
	margin: 30px auto 0;
}
.centerimg img{
	width: 100%;
}
#sizearea{
	margin: 30px 0;
	background: #f5f5f5;
	padding: 20px 15px;
}
.measure{
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
}
.measure img{
	width: 100%;
	height: auto;
}
.sizebox{
	padding: 10px;
}
.measure .sizetit{
	font-weight: 900;
	margin-right: 20px;
	font-family: 'Josefin Sans', sans-serif;
}
.measurebox .measure{
	margin-bottom:20px; 
}
.measurebox .measure:nth-child(2n){
	margin-right: 0;
}
.matashita{
	margin-top: 50px;
}
.matashita li{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	align-items: end;
}
.matashita li .leftbox{
	order: 2;
	padding: 15px;
	border: 1px solid #e2e2e2;
	background: #f5f5f5;
	border-radius: 3px;
	position: relative;
}
.matashita li .leftbox:after{
	position: absolute;
	font-family: "Font Awesome 5 free";
	font-weight: 700;
  content: "\f0d7";
  font-size: 40px;
  left: 50%;
  bottom: -45px;
  color: #e2e2e2;
  transform: translate(-50%,0);
}
.matashita li:last-child .leftbox:after{
	content: none;
}
.matashita li .leftbox p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
}
.matashita li .leftbox p span{
	font-size: 22px;
	margin-left: 5px;
}
.matashita li .righrimg{
	order: 1;
	width: 90%;
	margin: 0 auto 20px;
}
.matashita li .righrimg img{
	width: 100%;
}

/* 実店舗紹介 */
.shoplist{
	margin-top: 50px;
}
.shoplist li{
	flex-direction: column;
	margin-bottom: 50px;
}
.shoplist .shoppic{
}
.shoplist .shoppic img{
	width: 100%;
}
.shoplist .shopdata{
}
.shoplist h4{
	font-size: 16px;
	margin: 10px 0 5px;
}
.shoplist .address{
	margin-bottom: 20px;
}
.shoplist dl{
	display: flex;
	flex-wrap: wrap;
}
.shoplist dt{
	background: #000;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	width: 24%;
	text-align: center;
	padding: 3px 0 1px;
	border-radius: 2px;
	margin-right: 10px;
	margin-bottom: 7px;
}
.shoplist dd{
	display: inline-block;
	width: 65%;
	letter-spacing: 1px;
}
.shoplink {
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
}
.shoplink a{
	display: block;
	border: 1.5px solid #000;
	padding: 4px 10px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
}
.shoplink a .fas{
	font-size: 15px;
	margin-left: 10px;
}
.shoplink a:hover{
	background: #000;
	color: #fff;
}
/* ブランド一覧 */
.brandlistarea ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.brandlistarea ul li{
	width: 31%;
	font-size: 9px;
	text-align: center;
	margin: 0 3.5% 3% 0;
	padding: 10px;
}
.brandlistarea ul li:nth-of-type(3n){
	margin-right: 0;
}
.brandlistarea ul li img{
	width: 100%;
	height: auto;
	display: block;
}
/* お買い物ガイド */
.shoppingarea .title,
.shoppingarea .title2{
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 1.6;
}
.shoppingarea .title2{
	border-left: 4px solid;
	line-height: 1.4;
	padding-left: 8px;
	margin-top: 35px;
	font-size: 15px;
}
.shoppingarea .link{
	margin: 30px auto;
	text-align: center;
	width: 90%;
	letter-spacing: 1px;
}
.shoppingarea .link a{
	display: block;
	background: #fb733c;
	color: #fff;
	padding: 10px 0;
	border-radius: 3px;
	text-decoration: underline;
}
.shoppingarea .link2 {
	margin-top: 10px;
}
.shoppingarea .link2 a{
	display: block;
	text-decoration: underline;
	font-weight: bold;
	color: #5e3819;
}
.shoppingarea .list{
	margin: 25px 0;
	background: #f7f7f7;
	padding: 15px;
	font-size: 13px;
	border: 2px solid #ebebeb;
}
.bgnone{
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
.shoppingarea .list li{
	margin-bottom: 7px;
}
.shoppingarea .list li:last-child{
	margin-bottom: 0;
}
.ginkou{
	border-collapse: collapse;
	margin: 25px 0 30px;
	font-size: 13px;
	width: 100%;
}
.ginkou th.w100{
	border-collapse: collapse;
	margin: 25px 0;
	background: #f4f4f4;
	border-bottom:none;
}
.ginkou th,.ginkou td{
	padding: 8px 0 6px;
	border-bottom: 1px dotted #cdcdcd;
	text-align: center;
}
.ginkou th{
	width: 35%;
}
.ft18{
	font-size: 17px;
}
/* お問い合わせフォーム */
.contact-form {
  width: 100% !important;
  border: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 30px;
}
.contact-form iframe {
	height: 185vw;
  max-height:685px;
  padding: 20px 0;
  box-sizing: border-box;
}
.formh1{
	color: #5e3819;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
.formmes{
	text-align: center;
	margin: 20px 0;
}

/* ブランドグループページ */
.brandlogo{
	display: flex;
	align-items: center;
}
.brandlogo img{
	width: 30%;
	margin-right: 5%;
}
.brandlogo h4{
	width: 70%;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
}
.brandtxt{
	line-height: 1.8;
	font-size: 13px;
}
.brandtxt h4{
	display: none;
}
.brandarea{
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 20px;
}
.brandcate{
	display: flex;
	margin: 20px auto;
	justify-content: center;
	justify-content: space-between;
	width: 90%;
}
.brandcate li{
	width: 30%;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
}
.brandcate li a{
	display: block;
	background: #eeeeee;
	padding: 10px 0 7px;
	border-radius: 3px;
}
.brandcate li.choice a{
	background: #949494;
	color: #fff;
}
.w48{
	flex-wrap: wrap;
	align-items: center;
}
.w48 li{
	width: 48% !important;
	margin-bottom: 10px !important;
}