@charset "utf-8";
/* product.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	position: relative;
}

/* -- KV背景個別設定 ----------------------------------------------- */
.kv_01 {
	background-image: url(../images/product_kv01.jpg);
}
.kv_02 {
	background-image: url(../images/product_kv02.jpg);
}
.kv_03 {
	background-image: url(../images/product_kv03.jpg);
}
.kv_04 {
	background-image: url(../images/product_kv04.jpg);
}
.kv_05 {
	background-image: url(../images/product_kv05.jpg);
}
.kv_06 {
	background-image: url(../images/product_kv06.jpg);
}

/* -- カテゴリーメニュー ----------------------------------------------- */
#ctg_menu {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 0px;
	z-index: 3;
}
#ctg_menu li {
	width: calc(100% / 6);
	font-size: 20px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
}
#ctg_menu li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 70px;
	height: 70px;
	webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/* 色設定 */
#ctg_01 a {
	background-color: #9d5454;
}
#ctg_01 a:hover {
	background-color: #844646;
}
#ctg_02 a {
	background-color: #b89a4f;
}
#ctg_02 a:hover {
	background-color: #92793B;
}
#ctg_03 a {
	background-color: #536d81;
}
#ctg_03 a:hover {
	background-color: #455B6B;
}
#ctg_04 a {
	background-color: #b2633e;
}
#ctg_04 a:hover {
	background-color: #8B4D30;
}
#ctg_05 a {
	background-color: #a1749d;
}
#ctg_05 a:hover {
	background-color: #7F567C;
}
#ctg_06 a {
	background-color: #728e39;
}
#ctg_06 a:hover {
	background-color: #576D2B;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 商品一覧　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#item_area {
	border-top-width: 25px;
	border-top-style: solid;
	padding-top: 80px;
}

/* ボーダー */
.area_ctg_01 {
	border-top-color: #9D5454;
}
.area_ctg_02 {
	border-top-color: #b89a4f;
}
.area_ctg_03 {
	border-top-color: #536d81;
}
.area_ctg_04 {
	border-top-color: #b2633e;
}
.area_ctg_05 {
	border-top-color: #a1749d;
}
.area_ctg_06 {
	border-top-color: #728e39;
}


/* -- 商品リスト ----------------------------------------------- */
.item_list {
	padding-bottom: 90px;
	margin-bottom: 90px;
	border-bottom: 1px dashed #CCCCCC;

}
.item_list:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}


/* -- 写真エリア ----------------------------------------------- */
/* スライド */
.item_list .box_fl_left {
	width: 520px;
}

.view_box {

}

.view_box li img {
	width: 100%;
	height: auto;
}
.bx-prev,
.bx-next {
	display: none;	
}

/* サムネイル */
.thumb_box {
	font-size: 0px;
	margin-top: 5px;
}
.thumb_box li {
	margin-right: 10px;
	display: inline-block;
	font-size: 15px;
}
.thumb_box li:last-child  {
	margin-right: 0px;
}
.thumb_box li a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: auto;
	width: 82px;
	padding-bottom: 8px;
}  
.thumb_box li a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	padding-bottom: 5px;
	border-bottom: 3px solid #333333;
}

/* -- テキストエリア ----------------------------------------------- */
/* 情報 */
.item_list .box_fl_right {
	width: 520px;
}
.item_list .box_fl_right h4 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: 900;
}
.item_info {
	margin-bottom: 20px;
}
.item_info p {
	font-weight: 700;
}

/* アレルギー */
.allergy_list {
	margin-bottom: 20px;
	font-size: 0px;
}
.allergy_list li {
	background-color: #af9152;
	width: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 10px;
}

/* テーブル */
.info_tbl {
	border-top: 1px solid #CCCCCC;
}
.info_tbl tr {
	border-bottom: 1px solid #CCCCCC;
}
.info_tbl th {
	background-color: #f1e8d5;
	width: 120px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
	vertical-align: top;
}
.info_tbl td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 15px;
	font-weight: 600;
}


















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* -- カテゴリーメニュー ----------------------------------------------- */
#ctg_menu {
	width: 100%;
}
#ctg_menu li {
	width: 50%;
	font-size: 14px;
}
#ctg_menu li a {
	line-height: 40px;
	height: 40px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 商品一覧　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#item_area {
	border-top-width: 20px;
	padding-top: 40px;
}
	
/* -- 商品リスト ----------------------------------------------- */
.item_list {
	padding-bottom: 50px;
	margin-bottom: 50px;

}

/* -- 写真エリア ----------------------------------------------- */
/* スライド */
.item_list .box_fl_left {
	width: 100%;
	margin-bottom: 10px;
}
	
/* サムネイル */
.thumb_box {
	margin-bottom: 20px;
	margin-left: -5px;
	margin-right: -5px;
}
.thumb_box li {
	margin-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}
.thumb_box li a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: auto;
	width: 100%;
	padding-bottom: 8px;
}

/* -- テキストエリア ----------------------------------------------- */
/* 情報 */
.item_list .box_fl_right {
	width: 100%;
}
.item_list .box_fl_right h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

/* アレルギー */
.allergy_list li {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}

/* テーブル */
.info_tbl th {
	width: 100px;
	font-size: 13px;
	line-height: 1.4em;
}
.info_tbl td {
	font-size: 13px;
	line-height: 1.4em;
}



}
