@charset "utf-8";
.shop-side,
#sub-column{
	display: none;
}
.shop-main{
	margin: auto;
}
/* Aランク商品ページ内容ここから */
/* 商品詳細エリア */
.pro-intro{
	background: #f6f6e3;
	margin-top: 30px;
	padding: 10px 15px 15px;
	line-height: 1.8;
	border-radius: 3px;
}
.pro-intro h3{
	font-size: 21px;
	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: 3px;
  top: 50%;
	transform: translate(0,-50%);
  margin-left: 12px;
}
.protxt{
	margin: 15px 0;	
	line-height: 1.7;
}
.protxt span,
.protitle01 span,
.protitle02 span,
.protitle03 span{
	background: linear-gradient(transparent 40%, #f6f60b 40%);
	font-weight: bold;
}
.protitle01{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	border-bottom: 2px dotted #000;
	padding-bottom: 7px;
	line-height: 1.4;
}
.protitle02{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	border-left: 4px solid #000;
	line-height: 1.4;
	padding-left: 8px;
}
.protitle03{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	border-bottom: 3px solid #000;
	line-height: 1.4;
	padding-bottom: 8px;
}
.pro-list table {
  border-top: dotted 1px #8d8d8d;
  border-bottom: dotted 1px #8d8d8d;
  border-collapse: separate;
  border-spacing: 0 10px;
	margin-top: 30px;
	font-size: 13px;
}
.pro-list table th {
    vertical-align: middle;
    border-right: dotted 1px #666;
    width: 22%;
    text-align: center;
}
.pro-list table td {
    padding: 5px 0 5px 20px;
    letter-spacing: 1px;
    line-height: 1.7;
}
.pro-list td.bar {
    width: 100%;
    border-top: dotted 1px #8d8d8d;
    padding: 0;
}
#Detail .recommend{
	margin-top: 30px;
}
#Detail .recommend h2{
	font-size: 19px;
	font-family: "hannari";
	letter-spacing: 0;
	position: relative;
	padding: 0 0 0 28px;
	z-index: 2;
}
#Detail .recommend h2:before{
	content: "";
	position: absolute;
	background: url(../images/common/icon-flower1.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	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: 80%;
	height: 70%;
	position: absolute;
	left: 30px;
	bottom: 5px;
	z-index: -1;	
}
#Detail .recommend .column-set{
	margin-top: 20px;
	display: flex;
	flex-wrap:wrap;
}
#Detail .recommend .column-set .column5{
	margin: 0 3.5% 0 0;
	float: none;
	width: 31%;
}
#Detail .recommend .column-set .column5:nth-of-type(3n){
	margin: 0;
}
#Detail .recommend .column-set .column5 img{
	width: 100%;
}
#Detail .recommend .column-set .column5 h3{
	font-size: 10px;
	margin-top: 5px;
}
#Detail .recommend .column-set .column5 .badge{
	width: 30px;
	height: 30px;
	padding: 0;
}
.pro-cate{
	margin: 20px auto 0;
}
.voice-list,.pro-news{
	background: #eee;
	width: 100%;
	height: 250px;
	margin-top: 30px;
}
.pro-bn ul{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro-bn li{
	width: 48%;
}
.pro-category{
	background: #eee;
	margin-top: 30px;
	padding: 20px;
	border-radius: 5px;
}
.pro-category h3{
	font-size: 20px;
	letter-spacing: 0;
	text-align: center;
}
.pro-catefood,
.pro-catecraft {
	margin-top: 20px;
}
.pro-catefood a,
.pro-catecraft a{
	display: block;
}
.pro-catefood li,
.pro-catecraft li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px dotted #fff;
}
.pro-catefood li:first-child,
.pro-catecraft li:first-child {
	font-weight: bold;
}
.pro-catecraft li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.pro-catefood li img,
.pro-catecraft li img{
	width: 8%;
	padding-right: 8px;
}
/* カテゴリページ */
.categoryP h3{
	width: 100%;
}
.cate-intro {
  background: url(../images/common/bg-new.png);
  background-size: 20px 20px;
	margin: 20px auto !important;
	border-radius: 8px;
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cate-intro .cateimg{
	order: -1;
	width: 25%;
	max-width: 120px;
	margin-right: 5%;
}
.cate-intro .cateimg img{
	width: 100%;
	border-radius: 50%;
}
.categoryP .subtxt,
.cate-intro .subtxt{
	padding-top: 15px;
	font-size: 13px;
	clear: both;
}
.righttitle img{
	width: 25%;
	border-radius: 50%;
	vertical-align: middle;
	padding-right: 10px;
	box-sizing:border-box; 
}
.cate-intro h4{
	width: 70%;
	font-size: 18px;
	line-height: 1.3;
}
.cate-intro h4 span{
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
.insta img{
	width: 19%;
	vertical-align:middle;
}
.insta{
	width: 50%;
	font-size: 12px;
	float: right;
	margin-top: 8px;
}
#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 .more{
	width: 90%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 13px;
}
#contents .more a{
	padding: 9px 0 7px;
	background: #f4870d;
}
.cateyomimono01{
	margin-top: 20px;
	font-size: 13px;
}
.cateyomimono01 div{
	overflow: hidden;
	margin-bottom: 20px;
}
.cateyomimono01 .yomiimg{
	width: 40%;
	float: left;
	padding: 0 10px 5px 0;
}
.cateyomimono01 .yomiimg img{
	width: 100%;
}
.cateyomimono01 .yomitxt{
	font-size: 13px;
}
.cateyomimono02 ul{
	display: flex;
	justify-content: space-between;
}
.cateyomimono02 ul li{
	width: 48%;
}
.cateyomimono02 ul li img{
	width: 100%;
}
.contenedor {
  margin: 0 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: 13px;
  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:13px;
  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: 80%;
	margin: 40px auto;
	font-size:16px;
	letter-spacing: 0;
}
.yomicolumn img{
	width: 8%;
	vertical-align: middle;
}
.yomicolumn a{
	display: block;
	background: #eee;
	padding: 8px 0;
	border: 1px solid #949494;
	border-radius: 3px;
}

/* ここから追記 */
/* 商品詳細ページ */
#itemDetail-wrap{
	margin-top: 0px;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li{
	margin: 0 2vw 0 0;
	height: auto;
}
#itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n){
	margin: 0 2vw 0 0;
}
article#Detail #main-column h1{
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
section#itemDetail-wrap table.spec th{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
	margin: 15px 0 5px;
	vertical-align: inherit;
}
section#itemDetail-wrap table.spec td {
    display: contents;
    padding: 0 0 10px;
    margin: 20px 0 5px;
}
.option_comment{
	margin-bottom: 10px;
}
section#itemDetail-wrap table.price th{
	width: 20% !important;
	font-weight: bold;
	font-size: 15px;
}
section#itemDetail-wrap table.price {
	font-size: 16px;
	margin-bottom: 0;
}
section#itemDetail-wrap table.spec{
	margin: 0 0 10px;
}
#itemDetail-cont table.snsArea{
	height: 0;
}
section#itemDetail-wrap p.review_txt{
	margin-bottom: 0;
}
section#itemDetail-wrap p.cancel{
	margin-top: 10px;
}
section.userreview{
	padding: 0;
	margin-top: 20px;
}
.userreview h2{
	background: #eee;
	padding: 8px 0 8px 10px !important;
  font-family: "hannari";
  font-size: 17px !important;
}
/* 下層梱包・ラッピングページ */
.wrappingP h3{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 15px;
	margin: 20px 0;
}
.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:8%;
	padding-right: 6px;
	vertical-align:sub;
}
.wrappingP .subtxt{
	margin-top: 20px;
	line-height: 1.8;
}
.giftarea h4{
	font-size: 22px;
	margin: 30px 0;
	background: url("../images/wrapping/titborder.jpg") no-repeat center bottom;
  background-size: 120px 60px;
  padding: 15px 0;
  text-align: center;
}
.giftarea ul li{
	margin-bottom: 30px;
  border-bottom:1px dotted #636363;
}
.giftarea ul li:last-child{
  border-bottom:none;
}
.sendtype{
	width: 45%;
	margin: auto;
}
.yuupack{
	width: 32%;
}
.sendtype img{
	width: 100%;
}
.konpoutxt{
	line-height: 1.7;
	margin-top: 20px;
}
.konpouimg{
	display: flex;
	margin: 20px 0;
	justify-content:space-between;
	flex-wrap: wrap;
}
.konpouimg li{
	width: 48%;
  border-bottom:none !important;
  margin-bottom: 15px !important;
}
.konpouimg li img{
	width: 100%;
}
/* 配送について追加部分 */
.freeshipping,
.taxshipping,
.clickposttype,
.letterpackttype{
	background: #edf9fc;
	padding: 10px 20px;
	margin: 20px auto;
	border-radius: 5px;
	border: 1.5px solid #168bb9;
	box-sizing: border-box;
}
.taxshipping{
	background: #f0fcf0;
	border: 1.5px solid #49a507;
}
.clickposttype{
	background: #fffae2;
	border: 1.5px solid #c26200;
	padding-top: 20px;
}
.letterpackttype{
	background: #fff3fa;
	border: 1.5px solid #e30063;
	padding-top: 20px;
}
.clickposttype ul,
.letterpackttype ul{
	margin-top: 20px;
	margin-left: 15px;
}
.clickposttype ul li,
.letterpackttype ul li{
	margin-bottom: 12px;
	list-style: disc;
	font-size: 13px;
}
.clickposttype ul li span,
.letterpackttype ul li span{
	color: #bb0000;
}
.freeshipping .leftbox,
.taxshipping .leftbox{
	display: flex;
	align-items: center;
	font-size: 17px;
	justify-content: center;
	font-weight: bold;
	color: #168bb9;
}
.taxshipping .leftbox{
	color: #49a507;
}
.clickposttype .leftbox,
.letterpackttype .leftbox{
	font-size: 17px;
	font-weight: bold;
	color: #e43e00;
	letter-spacing: 0;
	line-height: 1.4;
}
.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{
	display: none;
}
.freeshipping .leftbox img,
.taxshipping .leftbox img{
	width: 12%;
	padding-right: 10px;
	vertical-align: middle;
}
.freeshipping .rightbox,
.taxshipping .rightbox{
	margin-top: 6px;
	font-size: 13px;
}
.giftsupport{
	margin: 20px 0;
	border-top: 1px solid #b1463d;
	border-bottom: 1px solid #b1463d;
	padding: 10px 0;
	background: #fffafa;
}
.giftsupport .tit {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.giftsupport span {
	display: block;
	line-height: 1.3;
	color: #b1463d;
}
.giftsupport .tit img{
	width: 12%;
	margin-right: 8px;
}
/* 糸島について */
.itoshimaP{
	margin-top: 30px;
}
.itoshimaP .subtxt{
	margin-top: 15px;
	line-height: 1.9;
}
.itoshimaP h3{
	margin-top: 30px;
	font-size: 20px;
	line-height: 1.3;
	color: #008080;
	border-left: 3px solid #008080;
	padding-left: 8px;
}
.commentbox{
	position: relative;
	margin: 30px 0;
}
.commentbox:before{
	content: "";
	background: url("../images/itoshima/img02.svg") no-repeat right bottom;
	background-size: 90%;
	position: absolute;
	right: 0;
	bottom: -17%;
	width: 120px;
	height: 125px;
	z-index: -1;
}
.tokusanbutsu{
	width: 92%;
}
.tokusanbutsu img{
	width: 100%;	
}
.commentbox .txt{
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
}
.commentbox .txt span{
		background: linear-gradient(transparent 60%, #ffff66 60%);
}
.ashiato{
	display: none;
}
.box2{
	display: flex;
	flex-direction:column;
	margin-bottom: 40px;
}
.box2 .imgarea{
	width: 70%;
	margin: 10px auto 0;
	order: 2;
}
.craftplace{
	margin: 20px 0;
	overflow: hidden;
}
.craftplace .fst{
	width: 85%;
}
.craftplace .snd{
	width:60%;
	float: right;
	margin-top: -60px;
	position: relative;
}
.craftplace .trd{
	width:23%;
	position: relative;
	left:20px;
	bottom: -90px;
}
.craftimg{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction:row;
}
.craftimg li{
	margin-bottom: 15px;
}
.craftimg .fst{
	order: 3;
	width: 48%;
}
.craftimg .snd{
	order: 2;
	width: 48%;
}
.craftimg .trd{
	order: 1;
	width: 100%;
}
.craftimg li img{
	width: 100%;
}
.giftsupport{
	margin: 20px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 0;
	color: #b1463d;
}
.giftsupport .tit {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.giftsupport span {
	display: block;
	line-height: 1.3;
}
.giftsupport .tit img{
	width: 12%;
	margin-right: 8px;
}

/* ショップ紹介 */
.aboutP h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    margin: 20px 0 10px;
}
.aboutP h3 img {
    width: 8%;
    padding-right: 6px;
    vertical-align: sub;
}
.aboutP h4 {
	font-size: 18px;
	text-align: center;
	position: relative;
	padding: 20px 0;
}
.aboutP h4 img{
	width: 20%;
	display: block;
	margin: auto;
}
.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{
	margin: 20px 0;
	line-height: 2;
}
.txt2{
	font-size: 21px;
	text-align: center;
	margin: 20px auto;
	display: flex;
	align-items: center;
	line-height: 1.3;
	justify-content: center;
	letter-spacing: 0;
}

.txt2 img{
	width: 100%;
	display: block;
}
.txt2 .img01{
	width: 20%;
}
.txt2 .img02{
	width: 25%;
}
/* 追記 */
ul.create-list.flex.subcraft {
	margin: 0 auto !important;
	width: 100%;
	justify-content:space-between;
	margin-top: -40px;
}
ul.create-list.flex.subcraft li{
	margin:0 0 20px 0 !important;
	width: 48%;
}
.create-list.subcraft li:nth-child(n+3){
	display: block !important;
}
/* ご利用案内ページ,その他内部ページ */
section #guide .guide01 h2{
	font-size: 15px;
}
section #guide p{
	font-size: 14px;
}
article h1{
	border: none;
	font-size: 20px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid;
	padding: 15px 0;
	margin-bottom: 30px;
	font-family: "hannari";
}
section #guide .chart .ttlShop{
	font-size: 16px;
	margin-top: -15px !important;
}
section #guide table{
	font-size: 17px;
}
section #guide table th{
	width: 100%;
	display: inline-block;
	padding: 8px 0 8px 20px !important;
}
section #guide table th.shopGuidePointClass{
	width: 100%;
}
#shopGuide_wrap section #guide table td{
	display: block;
	width: 94%;
}
section #guide table{
	width: 93%;
	margin-bottom: 40px;
}
#guide h1{
	display: none;
}
.header_area{
	margin-bottom: 0 !important;
}
/* サイトマップ */
#document_wrap{
	margin: 0 auto;
	width: 90%;
}
#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;
}
/* ご利用案内ページ */
#shopGuide_wrap h1, article h1{
	font-size: 22px;
}
section #shopGuide_wrap{
	margin-top: -30px !important;
	border: none;
}
#main-column .column4 h2{
	font-size: 12px !important;
}
.column4, .column5 {
    width: 46%;
    margin: 0 8% 10px 0;
    padding-bottom: 10px;
}
.selling_price{
	font-family: 'Roboto Mono', monospace;
}
.price span.taxin{
	font-size: 11px !important;
}
#itemList .column4 .sps-wishAddItem img{
	width: 15%;
	margin-top: 5px;
}
#sps-page-top{
	display: none;
}
#center3 input[type="button"]{
	width: 90%;
	margin: auto;
}