@charset "utf-8";
/* 返礼品詳細のcss */

/*=========================================
		itemsdetail-head
=========================================*/
#itemdetail-head {
    padding: 2rem 0 1rem;
}
#itemdetail-head > ul > li {
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 10px;
	margin-bottom: 0.5rem;
}
#itemdetail-head ul li p {
	margin: 0;
	font-weight: normal;
}
#itemdetail-head ul .number {
}
#itemdetail-head ul .cannot {
    background: #555555;
    padding: 0.1rem 1rem;
    color: #fff;
}
#itemdetail-head ul .limi {
    background: #1595DC;
    padding: 0.1rem 1rem;
	color: #fff;
}
#itemdetail-head .yet ul {
    vertical-align: middle;
    margin-left: 1rem;
}
#itemdetail-head .yet ul li { text-align: center; }
#itemdetail-head .yet ul li:first-of-type {
    color: #1595DC;
    padding: 0.1rem 0.5rem;
}
#itemdetail-head .yet ul li:last-of-type {
    background: #EFEFEF;
    padding: 0.1rem 0.5rem;
}
#itemdetail-head .item-ttl {
    font-size: 28px;
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: bold;
    margin: 2rem 0 2rem;
    letter-spacing: 3px;
    padding-bottom: 0.85em;
    border-bottom: 3px solid #000000;
}
#itemdetail-head .item-ttl::before {
    display: none;
}
#maincontent_wrap {
    margin: 0 auto;
}


/*=========================================
		content
=========================================*/
#content {
	position: relative;
    *zoom: 1;
}
#content:after {
    display: block;
    clear: both;
    height: 0.01px;
    content: "";
}

.item_detail_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2rem 0;
}

.item_detail_inner .item-img_wrap {
    max-width: 640px;
    width: 49%;
}

.item_detail_inner .item_detail_textarea {
    width: 48%;
    max-width: 650px;
}

/* 返礼品画像 */
.item-img_wrap { margin-bottom: 4rem; }
.item-img_wrap img {
	width: 100%;
	height: auto;
}
#photo_list .bx-viewport { /*border-radius: 5px;*/ }
#photo_list .bxslider li {
	/* background: #F8F8F6; */
	position: relative;
	padding-bottom: 100%;
	/*border-radius: 5px;*/
	overflow: hidden;
}
#photo_list .bxslider li img {
    /*width: auto;
    height: auto;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}
.item-img_wrap #bx-pager {
	clear: both;
	overflow: hidden;
}
.item-img_wrap #bx-pager a {
	width: calc(33.333% - 7px);
    float: left;
    margin-left: 10px;
	/*background: #F8F8F6;*/
	position: relative;
	padding-bottom: calc(33.333% - 7px);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 );
	/*border-radius: 5px;*/
	overflow: hidden;
}
.item-img_wrap #bx-pager a.active, .item-img_wrap #bx-pager a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 );
}
.item-img_wrap #bx-pager a.active:after {
	/*content: "";
	display: inline-block;
	border-top: 5px solid #F7F700;
	border-bottom: 5px solid #F7F700;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-radius: 5px;*/
}
.item-img_wrap #bx-pager a:nth-of-type(3n+1) { margin-left: 0; }
.item-img_wrap #bx-pager a img {
	width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}
.controlWrap {
	/*background: rgba(191,225,211,.5);
    padding: 1rem 4rem;
    border-radius: 5px;*/
    margin-top: 1rem;
}

/* 返礼品情報 */
.comment {
    border-bottom: 1px solid #DDDDDD;
    /* border-top: 1px solid #DDDDDD; */
    padding: 0 0 2em;
    margin-bottom: 2rem;
}
.comment p {
    margin: 0;
}
.item-info {
    /*border-bottom: 1px solid #DDDDDD;*/
}
.item-info dl {
    padding: 1rem 0;
}
.item-info dl dt {
    font-weight: bold;
}

/* 返礼品説明 */
#description_wrap h3 {
	background: url(../img/bg-descriptionttl.png);
    border-radius: 5px;
    padding: 1rem 1.5rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
#description_wrap ul li .img_wrap {
	position: relative;
    height: 0;
    background-color: #F8F8F6;
    padding-bottom: 61.852%;
	margin-bottom: 1rem;
	border-radius: 5px;
	overflow: hidden;
}
#description_wrap ul li .img_wrap img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

/* カートへ追加 */
.cart_wrap {
    /*background: #EDEDE8;*/
    padding-top: 2rem;
	padding-bottom: 3rem;
}
.price_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F0F0F0;
    padding: 2em;
}
.price_wrap p {
    margin: 0;
}
.cart_wrap .price {
	text-align: right;
}
.cart_wrap .price {
    font-size: 34px;
    font-size: 3.4rem;
    color: #345BA0;
    line-height: 3.4rem;
}
.cart_wrap .price span {
    margin: 0 0.25em 0 0;
}
.cart_wrap .add_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding: 1em 0 1em;
    margin-bottom: 2em;
}
.cart_wrap .kosuu {
    width: auto;
    margin: 1.5rem 0;
}
.cart_wrap .btn_wrap {
    /* margin: 0; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    width: 50%;
    max-width: 300px;
}
.cart_wrap .note { 
    color: #333;
}

/*カート*/
.cart_wrap .btn_wrap .btn-cart {
    border: 2px solid #345BA0;
    background: #fff;
    box-shadow: none;
    max-width: 330px;
    width: 100%;
    margin: 0;
    color: #000;
    overflow: hidden;
    transition: 0.3s;
}
.cart_wrap .btn_wrap .btn-cart:hover {
    opacity: 1;
}
.cart_wrap .btn_wrap .btn-cart a {
    color: #345BA0 !important;
    padding: 11px 0 10px;
    transition: 0.3s;
}
.cart_wrap .btn_wrap .btn-cart:hover a {
    background: #345BA0;
    color: #fff !important;
    opacity: 1;
}



/*売り切れ*/
.sold .cart_wrap .btn_wrap, .end .cart_wrap .btn_wrap, .yet .cart_wrap .btn_wrap {
    padding-bottom: 0;
    margin: 20px 0;
    max-width: 330px;
    width: 54%;
}
.sold .cart_wrap .btn_wrap .btn,
.end .cart_wrap .btn_wrap .btn,
.yet .cart_wrap .btn_wrap .btn {
    border: none;
    background: #ADADAD;
    box-shadow: none;
    max-width: 330px;
    width: 100%;
    margin: 0;
}
.sold .cart_wrap .btn_wrap .btn:hover, .end .cart_wrap .btn_wrap .btn:hover, .yet .cart_wrap .btn_wrap .btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 );
}
.sold .cart_wrap .btn_wrap .btn span, 
.end .cart_wrap .btn_wrap .btn span, 
.yet .cart_wrap .btn_wrap .btn span {
    color: #fff;
    padding: 11px 0 10px;
    text-align: center;
    display: block;
}
.sold .cart_wrap .btn_wrap .btn a:hover, .end .cart_wrap .btn_wrap .btn a:hover, .yet .cart_wrap .btn_wrap .btn a:hover {
	cursor: default;	
}


/* 事業者紹介 */
#producer_wrap {
    background: #4E75BA;
    padding: 100px 0;
}
#producer_wrap .inner {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
#producer_wrap .producer_list li {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#producer_wrap .producer_list li .producer_box {
    width: 40%;
}
#producer_wrap .producer_list li .producer_info {
    width: 50%;
}
#producer_wrap .producer_list li .producer_info > h3 {
    border-bottom: 2px solid;
    padding: 0 0 10px;
    margin-bottom: 10px;
	font-weight: normal;
}
#producer_wrap .producer_list li .producer_info > span {
    font-size: 1.6rem;
}
#producer_wrap .producer_list li .producer_info > p {
    margin: 20px 0 20px;
    line-height: 2.2;
}
#producer_wrap .inner .btn_style01 > a {
    margin-right: 0;
}


/* ふるさと納税 おすすめの返礼品 */
#recommend_wrap {
	overflow: hidden;
}
#recommend_wrap .inner {
    margin: 8rem auto;
    max-width: 1400px;
    width: 90%;
}
#recommend_wrap .inner #recommend_list {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#recommend_wrap .inner #recommend_list li {
    width: calc((100%/4) - 2.5vw);
    max-width: 320px;
    margin: 0 3.3vw 3% 0;
}

#recommend_wrap .inner #recommend_list li:nth-of-type(4n) {
    margin-right: 0;
}
#recommend_wrap .inner #recommend_list li .text_block {
    margin: 10px 0 20px;
}
#recommend_wrap .inner #recommend_list li .text_block .products_category {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    display: block;
    width: 70%;
    max-width: 240px;
}
#recommend_wrap .inner #recommend_list li .text_block .products_item-name {
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
}
#recommend_wrap .inner #recommend_list li .text_block .products_item-name::before {
    content: "";
    width: 80%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
#recommend_wrap .inner #recommend_list li .text_block .products_price {
    display: block;
}

.modal-add h3 {
    color: #345BA0;
}
.modal-add h3 span {
    color: #333;
    font-weight: normal;
}
.modal-add .note_list {
    background: #F0F0F0;
    padding: 15px;
    box-sizing: border-box;
}
.modal-add .note_list ul.note {
    border: none;
    color: #000;
    font-weight: normal;
}
.modal-add .remodal_wrap {
    overflow-y: hidden;
}
.modal-add .remodal-close {
    top: 32px;
    right: -18px;
}


@media screen and (min-width: 1000px) {
	/*=========================================
			content
	=========================================*/
	#inner-left {
		width: calc(100% - 262px);
		float: left;
		margin-right: 20px;
	}
	.item-img_wrap #bx-pager a:hover:after {
		/*content: "";
		display: inline-block;
		border-top: 5px solid #F7F700;
		border-bottom: 5px solid #F7F700;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: calc(100% - 10px);
		border-radius: 5px;*/
	}
	
	/* カートへ追加 */
	#inner-right {
		width: 242px;
		height: 43.3rem;
		float: right;		
	}
.cart_wrap {
    width: 100%;
    margin: 0;
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    -ms-transition: all 0.05s linear;
    transition: 0.3s linear;
   /* border-radius: 5px;*/
}
	.cart_wrap.floating {
		position: fixed;
		top: 0;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: 0.3s linear;
		margin-top: 100px;
	}
	.cart_wrap.pinned-bottom {
		position: absolute;
		bottom: 0;
		_position: static;
	}
	.cart_wrap .price {
		/*margin-top: 1rem;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 0.5rem 1rem;*/
	}
}

@media screen and (max-width: 999px) {
	/*=========================================
			content
	=========================================*/
#itemdetail {
    width: 94%;
    margin: 0 auto;
}
	.item_detail_inner {
    display: block;
}
	.item_detail_inner .item-img_wrap {
    width: 100%;
	max-width: 100%;
    margin: 0 auto;
}
	.item_detail_inner .item_detail_textarea {
    width: 100%;
    max-width: 100%;
	margin: 3rem 0;
}
	/* 返礼品画像 */
	.controlWrap { padding: 1rem; }
	.item-img_wrap { margin-bottom: 2rem; }
	
	/* 生産者について */
	#producer_wrap h4 { margin-bottom: 0.5rem; }
	#producer_wrap .bContents_text_block {
    padding: 20px 30px;
}
	
	/* カートへ追加 */
	.cart_wrap { text-align: center; }	
	#inner-right {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.cart_wrap { border-top: 1px solid #fff; }
	.cart_wrap .price { 
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 2.4rem;
		padding: 0 1rem;
	}
	.cart_wrap .price_wrap {
		/*display: inline-block;*/
	    margin: 1em auto;
	    padding: 0.5em;
	}
	.cart_wrap .price_wrap p:first-of-type {
		display: inline-block;
		float: left;
		margin: 4px 10px 0 0;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.cart_wrap .price_wrap .price {
		display: inline-block;
		float: left;
	}
	.cart_wrap .add_wrap {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    display: block;
}
	.cart_wrap .kosuu { 
		margin: 0.5rem 0;
    /* float: left;*/
	}
	.kosuu li:first-of-type { padding-right: 10px; }
	.cart_wrap .btn_wrap {
		/*display: block;*/
		/*float: left;*/
		margin: 1.8rem 0 1.5rem;
		width: 100%;
		justify-content: flex-start;
	}
	.sold .cart_wrap .btn_wrap, .end .cart_wrap .btn_wrap, .yet .cart_wrap .btn_wrap {
    margin: 20px auto;
    width: 100%;
}
	.cart_wrap .btn_wrap a { padding: 12px 11px; }
	.cart_wrap .btn_wrap .favorite_btn {
    margin-left: 2%;
}

	#producer_wrap .producer_list li {
    display: block;
	margin-bottom: 10px;
}
	#producer_wrap .producer_list li .producer_box {
    width: 100%;
}
	#producer_wrap .producer_list li .producer_info {
    width: 100%;
    margin: 20px 0 0;
}
	
	#recommend_wrap .inner #recommend_list {
    justify-content: space-between;
}
	#recommend_wrap .inner #recommend_list li {
    width: calc((100%/2) - 2.5vw);
    margin: 0 0 3% 0;
    max-width: 50%;
}
	
	
	/*=========================================
			footer
	=========================================*/
	footer { /*padding-bottom: 14rem;*/ }
}

@media screen and (max-width: 999px) and (min-width: 481px) {
	/*=========================================
			content
	=========================================*/
	/* カートへ追加 */
	.cart_wrap { padding: 2rem 0; }
	.cart_wrap .kosuu { width: 220px; }	
.cart_wrap .btn_wrap {
    width: calc(100% - 240px);
    margin: 1.8rem auto 1.5rem;
    max-width: 80%;
}
	.cart_wrap .btn_wrap .btn-cart {
    max-width: 100%;
}
	
	/* トップへボタン */
	footer #to_top { bottom: 15.5rem; }
	footer #to_top:hover { bottom: 17rem; }
}

@media screen and (min-width: 481px) {
	/*=========================================
			content
	=========================================*/
	/* 返礼品情報 */
	.item-info dl dt {
		width: 7em;
		padding-right: 20px;
		box-sizing: content-box;
	}
	
	/* 返礼品説明 */
	#description_wrap ul li:first-of-type { padding-right: 10px; }
	#description_wrap ul li:last-of-type { padding-left: 10px; }
	
	/* 生産者について */
	#producer_wrap .text-link { float: right; }
}

@media screen and (max-width: 480px) {
	#itemdetail-head .item-ttl {
    font-size: 5vw;
    line-height: 1.8;
}
	/*=========================================
			itemsdetail-head
	=========================================*/
	.yet {
		float: none;
		display: block;
		width: 100%;
	}
	.yet ul {
		width: 100%;
		table-layout: auto;
	}
	
	/*=========================================
			content
	=========================================*/
	/* 生産者について */
	#producer_wrap { 
		margin-bottom: 0;
		padding: 1rem 1rem 2rem;
	}
	#producer_wrap .info { margin-bottom: 0.5rem; }
	
	/* カートへ追加 */
	.cart_wrap { padding: 0.5rem 0 2rem; }
	
	/* トップへボタン */
	footer #to_top { bottom: 12.5rem; }
	footer #to_top:hover { bottom: 14rem; }
}

/*=========================================
		cssハック
=========================================*/
/* IE9〜11 */
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	#itemdetail-head > ul > li, #itemdetail-head .yet ul li:first-of-type { padding: 0.8rem 8px 0 !important; }
	#itemdetail-head > ul > li.yet { padding: 0 !important; }
	#itemdetail-head .yet ul li:last-of-type { padding: 0.8rem 10px 0; }
	#itemdetail-head .item-ttl { margin: 1.5rem 0 1rem; }
	#inner-right .price_wrap .t-18 {
		line-height: 1;
		margin-top: 1rem;
	}
	#inner-right .cart_wrap .price { padding: 1.5rem 1rem 0; }
	#inner-right .btn_wrap p a { padding: 20px 0 12px; }
	#description_wrap h3 { padding: 1.5rem 1.5rem 0.5rem; }
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	#itemdetail-head > ul > li { padding: 0.8rem 8px 0 !important; }
	#itemdetail-head > ul > li.yet { padding: 0 !important; }
	#itemdetail-head .yet ul li:last-of-type { padding: 8px 10px 0; }
	#itemdetail-head .item-ttl { margin: 1.5rem 0 1rem; }
	#inner-right .price_wrap .t-18 {
		line-height: 1;
		margin-top: 1rem;
	}
	#inner-right .cart_wrap .price { padding: 1.5rem 1rem 0; }
	#inner-right .btn_wrap p a { padding: 20px 0 12px; }
	#description_wrap h3 { padding: 1.5rem 1.5rem 0.5rem; }
}