@charset "utf-8";
#main-column.shop-main{
	width: 75%;
}
.shop-container #sub-column{
	margin-right: 40px;
}
/* Aランク商品ページ内容ここから */
.shop-side h3{
	font-size: 20px;
	letter-spacing: 0;
	margin-top: 40px;
	border-left: 5px solid #f4b81d;
	padding-left: 10px;
	line-height: 1.3;
}
.shop-side h3 span{
	font-size: 18px;
	padding-left: 5px;
}
.protxt{
	font-size: 17px;
	margin: 20px 0;	
}
.protxt span,
.protitle01 span,
.protitle02 span,
.protitle03 span{
	background: linear-gradient(transparent 40%, #f6f60b 40%);
	font-weight: bold;
}
.protitle01{
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 20px;
	border-bottom: 2px dotted #000;
	padding-bottom: 7px;
	line-height: 1.4;
}
.protitle02{
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 20px;
	border-left: 4px solid #000;
	line-height: 1.4;
	padding-left: 8px;
}
.protitle03{
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 20px;
	border-bottom: 3px solid #000;
	line-height: 1.4;
	padding-bottom: 8px;
}
.shop-sidelist-bn li{
	margin-bottom: 10px;
}
.shop-sidelist-bn img{
	width: 100%;
}
.shop-sidelist{
	margin-top: 25px;
}
.shop-sidelist li{
	margin-bottom: 10px;
	padding:  0 5px 10px 5px;
	border-bottom: 1px dotted #888888;
}
.shop-sidelist li img{
	width: 18%;
	border-radius: 50%;
	vertical-align: middle;
	padding-right: 8px;
}
.shop-sidelist li a{
	display: block;
}
.madelist li img{
	display: none;
}

.shop-sidelist .title-food,
.shop-sidelist .title-health,
.shop-sidelist .title-craft{
	font-weight: bold;
	padding-left: 38px;
	position: relative;
}
.shop-sidelist .title-food::before,
.shop-sidelist .title-health::before,
.shop-sidelist .title-craft::before {
	position: absolute;
	content: "";
  background: url(../images/common/icon-food.svg) no-repeat;
  background-size: 28px 24px;
  width: 28px;
  height: 24px;
  left: 0;
  top:0;
}
.shop-sidelist .title-craft::before{
  background: url(../images/common/icon-craft.svg) no-repeat;
  background-size: 35px 25px;
  width: 35px;
  height: 25px;
  left: 0;
  top:-2px;
}
.shop-sidelist .title-health::before{
  background: url(../images/common/icon-health.svg) no-repeat;
  background-size: 35px 25px;
  width: 35px;
  height: 25px;
  left: 0;
  top:-2px;
}
.shop-side .mgt30{
	margin-top: 30px;
}
/* 商品詳細エリア */
.pro-intro{
	background: #f6f6e3;
	margin-top: 40px;
	padding: 20px 25px 25px;
	line-height: 1.8;
	border-radius: 3px;
}
.pro-intro h3{
	font-size: 23px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.pro-intro h3::after {
	position: absolute;
	content: "";
  background: url(../images/product/dotted-line.png) repeat-x;
  background-size: contain;
  width:100%;
  height: 4px;
  top: 50%;
	transform: translate(0,-50%);
  margin-left: 12px;
}
.pro-list table {
  border-top: dotted 1px #8d8d8d;
  border-bottom: dotted 1px #8d8d8d;
  border-collapse: separate;
  border-spacing: 0 10px;
	margin-top: 40px;
}
.pro-list table th {
    vertical-align: middle;
    border-right: dotted 1px #666;
    width: 22%;
    text-align: center;
}
.pro-list table td {
    padding: 8px 0 8px 30px;
    letter-spacing: 1px;
    line-height: 1.7;
}
.pro-list td.bar {
    width: 100%;
    border-top: dotted 1px #8d8d8d;
    padding: 0;
}
#Detail .recommend{
	margin-top: 50px;
}
#Detail .recommend h2{
	font-size: 23px;
	font-family: "hannari";
	letter-spacing: 0;
	position: relative;
	padding: 0 0 0 36px;
	z-index: 2;
}
#Detail .recommend h2:before{
	content: "";
	position: absolute;
	background: url(../images/common/icon-flower1.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	left: 0;
	vertical-align: text-bottom !important;
}
#Detail .recommend h2:after{
	content: "";
	background:linear-gradient(transparent 60%, rgba(255,   206,   25, 0.43) 60%);
	width: 350px;
	height: 80%;
	position: absolute;
	left: 35px;
	bottom: 5px;
	z-index: -1;	
}
#Detail .recommend .column-set{
	margin-top: 20px;
	display: flex;
	flex-wrap:wrap;
}
#Detail .recommend .column-set .column5{
	margin: 0 2% 0 0;
	float: none;
	width: 23.5%;
}
#Detail .recommend .column-set .column5:nth-of-type(4n){
	margin: 0;
}
#Detail .recommend .column-set .column5 img{
	width: 100%;
}
#Detail .recommend .column-set .column5 p,
.selling_price{
	font-size: 14px;
	margin-top: 5px;
	font-family: 'Roboto Mono', monospace;
	letter-spacing: 0;
	color: #222 !important;
}
#Detail .recommend .column-set .column5 p .taxin{
	font-size: 9px;
	padding-left: 3px;
	color: #222 !important;
}
.pro-cate{
	margin: 60px auto 0 !important;
}
.voice-list,.pro-news{
	background: #eee;
	margin-top: 40px;
	height: 250px;
	text-align: center;
}
.pro-bn ul{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 40px auto 0;
	justify-content: space-around;
}
.pro-bn li{
	width: 45%;
}
.pro-bn li img{
	width: 100%;
}
.pro-category{
	display: none;
}
.selling_price_str{
	font-weight: bold;
}
/* カテゴリページ */
.categoryP h3{
	width: 100%;
}
.cate-intro {
  background: url(../images/common/bg-new.png);
  background-size: 20px 20px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto !important;
	border-radius: 8px;
}
.cate-intro .cateimg{
	width: 17%;
}
.cate-intro .cateimg img{
	width: 100%;
	border-radius: 50%;
}
.categoryP .subtxt,
.cate-intro .subtxt{
	margin-top: 20px;
}
.cate-introright{
	width: 79%;
	position: relative;
}
.righttitle{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.cate-introright h4{
	font-size: 23px;
	display:inline-block;
	letter-spacing: 0;
	width: 100%;
	line-height: 1.3;
}
.cate-introright h4 span{
	font-size: 17px;
	display: block;
	padding-top: 7px;
}
.insta img{
	width: 13%;
	vertical-align:middle;
	margin-right: 8px;
}
.insta{
	width: 23%;
	font-size: 12px;
}
.insta a,.more a{
	background: #000;
	color: #fff;
	padding: 5px 10px 4px;
	border-radius: 3px;
	font-family: 'Kumbh Sans', sans-serif;
	display: block;
}
.insta a:hover{
	background: #6c6c6c;
}
.more{
	width: 40%;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.more a{
	padding: 9px 0 7px;
	background: #f4870d;
}
.more a:hover{
	background: #f2a44a;
}
.cateyomimono01{
	margin-top: 20px;
}
.cateyomimono01 div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.cateyomimono01 .imgleft{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-direction: row;
}
.cateyomimono01 .imgleft .yomiimg{
	width: 26%;
	order: 2;
}
.cateyomimono01 .imgleft .yomiimg img{
	width: 100%;
}
.cateyomimono01 .imgleft .yomitxt{
	width: 72%;
	order: 1;
}
.cateyomimono01 .yomiimg{
	width: 26%;
}
.cateyomimono01 .yomiimg img{
	width: 100%;
}
.cateyomimono01 .yomitxt{
	width: 72%;
}
.cateyomimono02 ul{
	display: flex;
	justify-content: space-between;
}
.cateyomimono02 ul li{
	width: 48%;
}
.cateyomimono02 ul li img{
	width: 100%;
}
.contenedor {
  display: table;
  margin: 20px auto;
  position: relative;
}
.expand {
  width: 100%;
  padding:15px 10px;
  max-height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #aaa;
  transition: .5s;
  font-size: 16px;
  line-height: 1.7;
  box-sizing: border-box;
}
.expand::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}
.contenedor input {
  visibility: hidden;
}
.contenedor label {
  position: absolute;
  bottom: -.8em;
  display: block;
  font-size: .9em;
  padding: .20em 10px;
  right: 0;
  background: #515151;
  box-shadow:-5px 0 white;
  color: white;
  z-index:999;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 3px;
}
.contenedor label:before {
  content: "続きを読む +";
}
.contenedor input:checked + label:before {
  content: "閉じる -"
}
input[type=checkbox]:checked ~ .expand {
 max-height: 500px;
}
input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}
.yomicolumn {
	text-align: center;
	width: 40%;
	margin: 40px auto;
	font-size:16px;
}
.yomicolumn img{
	width: 7.5%;
	vertical-align: middle;
}
.yomicolumn a{
	display: block;
	background: #eee;
	padding: 10px 0;
	border: 1px solid #949494;
	border-radius: 3px;
}
.yomicolumn a:hover{
	background: #d0d0d0;
}
#contents .insta a,
#contents .more a{
	background: #000;
	color: #fff;
	padding: 5px 10px 4px;
	border-radius: 3px;
	font-family: 'Kumbh Sans', sans-serif;
	display: block;
}
#contents .insta a:hover{
	background: #6c6c6c;
}
#contents .more{
	width: 40%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#contents .more a{
	background: #f4870d;
	border-radius: 3px;
	padding: 9px 0 7px;
}
#itemDetail-wrap .more a:hover{
	background: #f2a44a;
}
/* ここから追記 */
/* 商品詳細ページ用 */
section#itemDetail-wrap{
	margin: 0;
}
#itemDetail-cont .itemThumb-wrap{
	margin: 0 4% 0 0;
	width: 48%;
}
#itemDetail-cont .itemOutline{
	width: 48%;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li{
	margin: 0 1.25% 5px 0;
	width: 19%;
	height: auto;
}
article#Detail #main-column h1{
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
section#itemDetail-wrap table.price th{
	width: 20% !important;
	font-size: 18px !important;
}
section#itemDetail-wrap table.price td .selling_price{
	font-size: 20px !important;
	font-family: 'Roboto Mono', monospace;
	letter-spacing: 0;
}
.taxin{
	color: #222 !important;
	font-size: 9px;
	padding-left: 3px;
}
section#itemDetail-wrap table.spec th{
	display: contents;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	width: 27%;
}
section#itemDetail-wrap table.spec td{
	display: inline-block;
	margin-bottom: 14px;
	padding: 0;
	width: 50%;
}
section#itemDetail-wrap table.spec tr.option_area td{
	width: 100%;
}
.option_comment{
	margin-bottom: 8px;
}
section#itemDetail-wrap table.spec td input[type="text"]{
	width: 40px;
	text-align: center;
}
section#itemDetail-wrap table.spec{
	margin: 0 0 15px;
}
.snsArea{
	height: 0;
}
.userreview h2{
	background: #eee;
	padding: 8px 0 8px 20px !important;
  font-family: "hannari";
  font-size: 19px !important;
}
section.userreview table.userreview_list{
	width: 95%;
	margin: auto;
}
/* 下層梱包・ラッピングページ */
#contents.flex{
	align-items: flex-start;
}
.wrappingP h3{
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.wrappingP h3::after {
    position: absolute;
    content: "";
    background: url(../images/product/dotted-line.png) repeat-x;
    background-size: contain;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    transform: translate(0,-50%);
}
.wrappingP h3 img{
	width: 3.8%;
	padding-right: 10px;
	vertical-align:sub;
}
.wrappingP .subtxt{
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
}
.giftarea h4{
	font-size: 23px;
	margin: 50px 0 30px;
	background: url("../images/wrapping/titborder.jpg") no-repeat left bottom;
  background-size: 120px 60px;
  padding: 15px 0;
}
.giftarea ul li{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #6f6f6f;
}
.giftarea ul li:last-child{
	border-bottom: none;
}
.sendtype{
	width: 23%;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.yuupack{
	width: 18%;
}
.sendtype img{
	width: 100%;
}
.konpoutxt{
	font-size: 15px;
	line-height: 1.7;
	margin-top: 20px;
}
.konpouimg{
	display: flex;
	margin-top: 20px;
}
.konpouimg li{
	width: 30%;
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.konpouimg .sdgs li{
	width: 20%;
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.konpouimg li img{
	width: 100%;
}
.konpouimg li:nth-child(2){
	margin: 0 20px;
}
/* 配送について追加部分 */
.freeshipping,
.taxshipping,
.clickposttype,
.letterpackttype{
	background: #edf9fc;
	padding: 15px 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 85%;
	margin: 20px auto;
	border-radius: 5px;
	border: 1.5px solid #168bb9;
}
.taxshipping{
	background: #f0fcf0;
	border: 1.5px solid #49a507;
}
.clickposttype{
	background: #fffae2;
	border: 1.5px solid #c26200;
	padding-top: 25px;
}
.letterpackttype{
	background: #fff3fa;
	border: 1.5px solid #e30063;
	padding-top: 25px;
}
.clickposttype ul,
.letterpackttype ul{
	margin-top: 20px;
	margin-left: 25px;
}
.clickposttype ul li,
.letterpackttype ul li{
	margin-bottom: 10px;
	list-style: disc;
	font-size: 15px;
	line-height: 1.4;
}
.clickposttype ul li span,
.letterpackttype ul li span{
	color: #bb0000;
}
.freeshipping .leftbox,
.taxshipping .leftbox{
	width: 40%;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	color: #168bb9;
}
.taxshipping .leftbox{
	color: #49a507;
}
.clickposttype .leftbox,
.letterpackttype .leftbox{
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #e43e00;
	letter-spacing: 0;
}
.letterpackttype .leftbox{
	color: #e30063;
}
.clickposttype .leftbox span,
.letterpackttype .leftbox span{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.clickposttype .leftbox .orange{
	background:linear-gradient(transparent 60%, #ffd767 60%);
}
.letterpackttype .leftbox .pink{
	background:linear-gradient(transparent 60%, #fbb2e7 60%);
}
.clickposttype .leftbox img,
.letterpackttype .leftbox img{
	width: 4%;
	padding-right: 20px;
	vertical-align: middle;
}
.freeshipping .leftbox img,
.taxshipping .leftbox img{
	width: 18%;
	padding-right: 15px;
	vertical-align: middle;
}
.freeshipping .rightbox,
.taxshipping .rightbox{
	width: 60%;
	font-size: 16px;
	text-align: center;
}
.taxshipping .rightbox{
	font-size: 15px;
}
.giftsupport{
	width: 90%;
	margin: 30px auto;
	border-top: 1px solid #b1463d;
	border-bottom: 1px solid #b1463d;
	padding: 15px 0;
	background: #fffafa;
}
.giftsupport .tit {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.giftsupport .tit span{
	color: #b1463d;
}
.giftsupport .tit img{
	width: 4%;
	padding-right: 4px;
}
/* 糸島について */
.itoshimaP .subtxt{
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
}
.itoshimaP h3{
	margin-top: 25px;
	font-size: 24px;
	line-height: 1.6;;
	color: #008080;
}
.commentbox{
	position: relative;
	margin: 30px 0 100px;
}
.tokusanbutsu{
	width: 80%;
}
.tokusanbutsu img{
	width: 100%;	
}
.commentbox .txt{
	position: absolute;
	font-size: 21px;
	bottom: -5%;
	right: 0;
	line-height: 1.3;
	box-shadow: 1px 1px 2px #9a9a9a;
	background: rgba(255, 255, 255, 0.89);
	padding:5px 15px;
}
.commentbox .txt span{
	display: block;
}
.ashiato{
	position: absolute;
	top: 0;
	right: 0;
	width: 18%;
}
.ashiato img{
	width: 100%;
}
.box2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.box2 .imgarea{
	width: 30%;
}
.box2 p{
	width: 67%;
}
.craftplace{
	margin: 40px 0 0;
	position: relative;
}
.craftplace .fst{
	width: 62%;
}
.craftplace .snd{
	width:35%;
	position: absolute;
	right: 0;
	bottom: -40px;
}
.craftplace .trd{
	width:11%;
	position: absolute;
	right:22%;
	top: -12px;
}
.craftimg{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.craftimg li{
	width: 32%;
	overflow: hidden;
}
.craftimg li img{
	width: 100%;
}
/* ショップ紹介 */
.aboutP h3 {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 15px;
}
.aboutP h3 img {
    width: 4%;
    padding-right: 10px;
    vertical-align: sub;
}
.aboutP h4 {
	display: flex;
	justify-content: center;
	font-size: 25px;
	align-items: center;
	position: relative;
}
.aboutP h4 img{
	margin: 30px 50px;
	width: 14%;
}
.aboutP h4::after {
    position: absolute;
    content: "";
    background: url(../images/product/dotted-line.png) repeat-x;
    background-size: contain;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    transform: translate(0,-50%);
}
.aboutP h4::before {
    position: absolute;
    content: "";
    background: url(../images/product/dotted-line.png) repeat-x;
    background-size: contain;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    transform: translate(0,-50%);
}
.aboutP .txt{
	font-size: 16px;
	margin: 40px 0;
	line-height: 2;
}
.txt2{
	font-size: 24px;
	text-align: center;
	margin: 30px 0;
}
.txt2 img{
	width: 100%;
}
.txt2 .img01{
	margin-right: 20px;
	width: 14%;
	vertical-align: middle;
}
.txt2 .img02{
	margin-left: 20px;
	width: 17%;
}
/* 追記 */
#Detail .news{
	width: 100% !important;
}
ul.create-list.flex.subcraft {
	margin: 0 auto !important;
	width: 100%;
	justify-content: end;
}
ul.create-list.flex.subcraft li{
	margin-bottom: 20px !important;
}
#center-seo h3.title1, #center3 h3.title1{
	font-size: 22px;
}
/* サイトマップ */
#document_wrap #document h1{
	margin: 0;
	padding: 15px 0;
}
#document_wrap #document h2{
	margin: 0;
	font-size: 16px;
}
#document_wrap #document .txt-list01{
	margin-top: 10px;
	padding-bottom: 10px;
}
#document_wrap #document .txt-list02 section.tree00{
	width: initial;
}
#document_wrap #document .tree00 nav{
	margin-bottom: 20px;
}
#document_wrap #document .tree01 li{
	margin-top: 10px;
}
#document_wrap #document .tree01 li a{
	font-size: 14px;
}
#document_wrap #document .txt-list01 nav{
	margin-top: 10px;
}
#document_wrap #document .txt-list01 a{
	font-size: 14px;
}
#document_wrap #document .txt-list03{
	padding-bottom: 20px;
}

#itemList .column4 .sps-wishAddItem img{
	width: 12%;
	margin-top: 5px;
}