@charset "utf-8";
/* ===================================================================
    
=================================================================== */

/* -----------------------------------------------------------
	インデックスリスト
----------------------------------------------------------- */
.business_list_each {
	margin-bottom: 100px;
}
.business_list_bg_01 {
	height: 256px;
	width: 60%;
	float: left;
	background: url(../img/bg_01.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.business_list_con_01 {
	width: 40%;
	float: left;
}
.business_list_con_01_in {
	width: 100%;
	max-width: 490px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.business_list_bg_02 {
	height: 256px;
	width: 60%;
	float: right;
	background: url(../img/bg_02.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.business_list_con_02 {
	width: 40%;
	float: right;
}
.business_list_con_02_in {
	width: 100%;
	max-width: 440px;
	padding-right: 30px;
	padding-left: 30px;
	float: right;
	box-sizing: border-box;
}
.business_list_bg_03 {
	height: 294px;
	width: 60%;
	float: left;
	background: url(../img/bg_03.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.business_list_con_03 {
	width: 40%;
	float: left;
}
.business_list_con_03_in {
	width: 100%;
	max-width: 490px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}


.business_list_sub {
	font-size: 12px;
	color: #bbb;
	letter-spacing: 0.1em;
	font-family: Helvetica, Arial, sans-serif;
	/*margin-left: 30px;*/
	margin-bottom: 8px;
}
.business_list_ttl {
	font-family: serif;
	font-size: 38px;
	color: #C79F62;
	line-height: 1.2;
	font-weight: normal;
	/*margin-left: 30px;*/
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}
.business_list_ttl span {
	letter-spacing: -0.2em;
}
.business_list_text {
	/*margin-left: 30px;*/
	font-size: 16px;
	margin-bottom: 60px;
	line-height: 2;
}
.business_link {
	width: 300px;
	/*margin-left: 30px;*/
}
.business_link a {
	display: block;
	position: relative;
	padding: 8px 4px;
	text-align: center;
	color: #2c2c2c;
	border: 1px solid #666;
}
.business_link a::after {
	position: absolute;
	top: 20px;
	right: 16px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.business_link a:hover {
	opacity: 0.7;
}


/* -----------------------------------------------------------
	アイテムリスト
----------------------------------------------------------- */
.item_list_mida {
	font-size: 34px;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 16px;
	color: #C79F62;
	line-height: 1;
	padding-bottom: 6px;
	border-bottom: 1px solid #666;
}
.item_list_mida_text {
	font-size: 16px;
	text-align: center;
	line-height: 2;
	margin-bottom: 80px;
}

.item_list {
	width: 1100px;
	margin: 0 auto;
}
.item_list ul li {
	width: 330px;
	float: left;
	margin-right: 55px;
	margin-bottom: 42px;
	border-radius: 8px;
	box-shadow: 0 1px 2px #e6e6e6;
}
.item_list ul li:nth-child(3n) {
	margin-right: 0;
}
.item_list ul li a {
	/*padding: 10px;*/
	display: block;
	color: #2c2c2c;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.item_list ul li a:hover {
	opacity: 0.7;
}


.item_list_fig {
	width: 68px;
	float:right;
	margin-right: -20px;
	margin-top: -30px;
}
.item_list_ttl {
	font-size: 16px;
	background: #EAE3D8;
	padding: 4px 12px;
	border-radius: 8px 8px 0 0;
}
.item_list_text {
	padding: 8px 12px 4px;
	line-height: 1.4;
}


/* -----------------------------------------------------------
	アングロスイス
----------------------------------------------------------- */
.angloswiss_box {
	position: relative;
	height: 380px;
	margin-bottom: 50px;
}
.bg_pic_angloswiss {
	position: absolute;
	width: 100%;
	height: 380px;
	background: url(../img/pic_angloswiss.jpg) no-repeat;
}
.pic_angloswiss {
	position: absolute;
}
.angloswiss_textbox {
	position: absolute;
	right: 55px;
	top: 60px;
	width: 400px;
}
.img_angloswiss {
	width: 340px;
	margin: 0 auto 20px;
}
.text_angloswiss {
	color: #fff;
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
}

.angloswiss_pake_box {
	width: 900px;
	margin: 0 auto 40px;
}
.angloswiss_pake {
	margin: 0 auto 20px;
}
.pic_angloswiss_pake {
	width: 280px;
	float: left;
}
.pic_angloswiss_pake img {
	border: 1px solid #693806;
}
.angloswiss_pake_info {
	width: 580px;
	float: right;
	margin-top: -0.4em;
}
.angloswiss_pake_info h2 {
	font-size: 18px;
	color: #693806;
	border-bottom: 1px solid #693806;
	margin-bottom: 20px;
}
.angloswiss_pake_info_text {
	margin-bottom: 20px;
}
.angloswiss_pake_info table {
	width: 100%;
}
.angloswiss_pake_info table th,
.angloswiss_pake_info table td {
	border: 1px solid #ccc;
	padding: 4px 8px;
}
.angloswiss_pake_info table th {
	background: #EAE3D8;
	text-align: center;
	font-weight: normal;
}

.business_inquery {
	margin-top: 70px;
	text-align: center;
}

/* -----------------------------------------------------------
	コンフィ ヌーボ 60
----------------------------------------------------------- */
.confit_pake_box,
.confit_pake_box_2 {
	width: 800px;
	margin:0 auto;
}
.confit_box {
	width: 390px;
	float: left;
}
.img_confit {
	width: 382px;
	margin: 41px 0 80px;
}
.fig_confit {
	width: 404px;
	float: right;
}
.confit_subttl {
	color: #734618;
	font-family: serif;
	font-size: 21px;
	margin-bottom: 4px;
}
.confit_text {
	color: #734618;
	font-size: 16px;
	/*font-family: serif;
	font-size: 20px;*/
}

.pic_confit_01 {
	width: 168px;
	float: left;
	margin-left: 56px;
}
.confit_info {
	width: 510px;
	float: right;
	margin-top: 60px;
}
.confit_info h2 {
	font-size: 18px;
	color: #693806;
	border-bottom: 1px solid #693806;
	margin-bottom: 20px;
}
.info_kikaku {
	margin-bottom: 10px;
}
.info_kikaku span {
	background: #EB851D;
	padding: 4px 16px;
	color: #fff;
}
.info_table th, .info_table td {
	padding: 6px 5px;
}
.info_table th {
	border-right: 1px solid #ccc;
	padding-right: 17px;
}
.info_table td {
	padding-left: 17px;
}

/* -----------------------------------------------------------
	エクセレントブランデー
----------------------------------------------------------- */
.brandy_box{
	height: 460px;
	position: relative;
}
.bg_pic_brandy {
	position: absolute;
	width: 100%;
	height: 460px;
	background: url(../img/pic_brandy.jpg) no-repeat;
	background-position: right center;
}
.brandy_textbox {
	position: absolute;
	top: 105px;
}
.img_brandy {
	width: 380px;
	margin-bottom: 42px;
}
.text_brandy1 {
	color: #734618;
	font-family: serif;
    font-size: 21px;
    margin-bottom: 4px;
	text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 0px, rgba(255, 255, 255, 0.4) -1px 1px 0px, rgba(255, 255, 255, 0.4) 1px -1px 0px, rgba(255, 255, 255, 0.4) -1px -1px 0px;
}
.text_brandy {
	color: #734618;
}

.brandy_pake_box {
	width: 800px;
	margin:0 auto;
}
.pic_brandy_01 {
	width: 167px;
	float: left;
}
.brandy_info {
	width: 530px;
	float: right;
	margin-top: 100px;
}
.brandy_info h2 {
	font-size: 18px;
	color: #693806;
	border-bottom: 1px solid #693806;
	margin-bottom: 20px;
}

/* -----------------------------------------------------------
	取り扱いアイテム
----------------------------------------------------------- */
/* アイコンとテキスト */
.business_figbox {
	width: 800px;
	margin: -40px auto 70px;
}
.business_fig {
	width: 160px;
	margin: 0 auto 20px;
}
.business_text {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

/* メーカーリスト */
.maker_list_box {
	/*background: url(../img/bg_table_top.gif) no-repeat;
	background-size: 100% 160px;
	padding-top: 50px;*/
}
.maker_list {
	width: 800px;
	margin: 0 auto 70px;
	background: #fff;
	box-shadow: 0 1px 3px #aaa;
}
.maker_list table {
	width: 100%;
}
.maker_list table th,
.maker_list table td {
	border: 1px solid #666;
	padding: 8px;
}
.maker_list table th {
	background: #EB851D;
	color: #fff;
}

/* 下のナビ */
.bottomul {
	width: 800px;
	margin: 0 auto;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
.bottomul ul li {
	float: left;
	margin-right: 1%;
	margin-bottom: 2%;
}
.bottomul ul li a {
	color: #2c2c2c;
	padding: 6px 18px 6px 24px;
	position: relative;
	border-radius: 20px;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
}
.bottomul ul li a:hover {
	opacity: 0.7;
}
.bottomul ul li a::after {
	position: absolute;
	top: 20px;
	left: 10px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -6px;
	border-top: 1px solid #EB851D;
	border-right: 1px solid #EB851D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
/* -----------------------------------------------------------
	インデックスリスト
----------------------------------------------------------- */
.business_list_each {
	margin-bottom: 50px;
}
.business_list_bg_01 {
	width: 50%;
	height: 300px;
}
.business_list_con_01 {
	width: 50%;
}
.business_list_bg_02 {
	width: 50%;
	height: 300px;
}
.business_list_con_02 {
	width: 50%;
}
.business_list_bg_03 {
	width: 50%;
	height: 300px;
}
.business_list_con_03 {
	width: 50%;
}
.business_list_ttl {
	font-size: 32px;
}
.business_list_text {
	margin-bottom: 40px;
}

/* -----------------------------------------------------------
	アイテムリスト
----------------------------------------------------------- */
.item_list {
	width: 96%;
	margin-top: 70px;
}
.item_list_mida_text {
	margin-bottom: 60px;
}
.item_list ul li {
	width: 46%;
	float: left;
	margin-right: 6%;
}
.item_list ul li:nth-child(3n) {
	margin-right: 6%;
}
.item_list ul li:nth-child(2n) {
	margin-right: 0;
}



/* -----------------------------------------------------------
	アングロスイス
----------------------------------------------------------- */
.angloswiss_pake_box {
	width: 100%;
}
.angloswiss_textbox {
	width: 49%;
	right: 2%;
	top: 50px;
}
.angloswiss_pake_info {
	width: calc(100% - 300px);
}
.angloswiss_pake {
	margin-bottom: 40px;
}

/* -----------------------------------------------------------
	コンフィ ヌーボ 60
----------------------------------------------------------- */
.confit_pake_box,
.confit_pake_box_2 {
	width: 100%;
}
.confit_box {
	width: 50%;
}
.img_confit {
	width: 326px;
	margin: 41px 0 50px;
}
.fig_confit {
	width: 50%;
}
.fig_confit img {
	max-width: 360px;
}
.pic_confit_01 {
	width: 150px;
}
.confit_info {
	width: calc(100% - 270px);
}

/* -----------------------------------------------------------
	エクセレントブランデー
----------------------------------------------------------- */
.brandy_box {
	margin-bottom: 10px;
}
.bg_pic_brandy {
	height: 370px;
	background-size: cover;
}
.brandy_textbox {
	top: 80px;
}
.img_brandy {
	width: 330px;
}
.brandy_pake_box {
	width: 100%;
}
.pic_brandy_01 {
	width: 150px;
	margin-left: 60px;
}
.brandy_info {
	width: calc(100% - 270px);
}

/* -----------------------------------------------------------
	取り扱いアイテム
----------------------------------------------------------- */
/* アイコンとテキスト */
.business_figbox {
	width: 96%;
}

/* メーカーリスト */
.maker_list {
	width: 96%;
}

/* 下のナビ */
.bottomul {
	width: 96%;
}
}

@media screen and (max-width: 767px) {
/* -----------------------------------------------------------
	インデックスリスト
----------------------------------------------------------- */
.business_list_each {
	margin-bottom: 50px;
}
.business_list_bg_01 {
	width: 100%;
	height: 200px;
	float: none;
	margin-bottom: 10px;
}
.business_list_con_01 {
	width: 100%;
	float: none;
}
.business_list_con_01_in {
	padding: 0;
	width: 92%;
	margin: 0 auto;
}
.business_list_bg_02 {
	width: 100%;
	height: 200px;
	float: none;
	margin-bottom: 10px;
}
.business_list_con_02 {
	width: 100%;
	float: none;
}
.business_list_con_02_in {
	padding: 0;
	width: 92%;
	margin: 0 auto;
}
.business_list_bg_03 {
	width: 100%;
	height: 200px;
	float: none;
	margin-bottom: 10px;
}
.business_list_con_03 {
	width: 100%;
	float: none;
}
.business_list_con_03_in {
	padding: 0;
	width: 92%;
	margin: 0 auto;
}
.business_list_ttl {
	font-size: 28px;
}
.business_list_text {
	margin-bottom: 20px;
	font-size: 14px;
}
.business_list_sub {
	margin-bottom: 0;
}
.business_link {
	margin: 0 auto;
}


/* -----------------------------------------------------------
	アイテムリスト
----------------------------------------------------------- */
.item_list {
	width: 96%;
	margin-top: 70px;
}
.item_list_mida {
	font-size: 28px;
}
.item_list_mida_text {
	font-size: 14px;
	margin-bottom: 36px;
}
.item_list ul li {
	width: calc(100% - 16px);
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}
.item_list ul li:nth-child(3n),
.item_list ul li:nth-child(2n) {
	margin-right: 0;
}
.item_list_fig {
	width: 56px;
	margin-right: -10px;
	margin-top: -27px;
}



/* -----------------------------------------------------------
	アングロスイス
----------------------------------------------------------- */
.angloswiss_box {
	height: auto;
	position: static;
}
.bg_pic_angloswiss {
	position: static;
	height: 200px;
	background-size: cover;
}
.angloswiss_pake_box {
	width: 100%;
}
.angloswiss_textbox {
	position: static;
	width: 96%;
	right: auto;
	top: auto;
	margin: 10px auto;
}
.img_angloswiss {
	width: 300px;
}
.text_angloswiss {
	color: #2c2c2c;
}


.angloswiss_pake {
	margin-bottom: 60px;
}
.pic_angloswiss_pake {
	width: 100%;
	max-width: 280px;
	margin: 0 auto 20px;
	float: none;
}
.angloswiss_pake_info {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}


/* -----------------------------------------------------------
	コンフィ ヌーボ 60
----------------------------------------------------------- */
.confit_pake_box,
.confit_pake_box_2 {
	width: 100%;
}
.confit_box {
	width: 100%;
}
.img_confit {
	width: 100%;
	max-width: 326px;
	margin: 20px 0 30px;
}
.fig_confit {
	max-width: 300px;
	float: none;
	margin: 0 auto;
}
.pic_confit_01 {
	width: 100%;
	max-width: 100px;
	float: none;
	margin: 0 auto;
}
.confit_info {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.info_table th, .info_table td {
	padding: 4px 5px;
}
.info_table th {
	padding-right: 7px;
}
.info_table td {
	padding-left: 7px;
}

/* -----------------------------------------------------------
	エクセレントブランデー
----------------------------------------------------------- */
.brandy_box {
	height: auto;
	margin-bottom: 20px;
	position: static;
}
.bg_pic_brandy {
	height: 250px;
	background-size: 580px;
	position: static;
	margin-bottom: 20px;
}
.brandy_textbox {
	top: auto;
	position: static;
}
.img_brandy {
	width: 100%;
	max-width: 310px;
	margin-bottom: 20px;
}
.brandy_pake_box {
	width: 100%;
}
.pic_brandy_01 {
	width: 100%;
	max-width: 110px;
	float: none;
	margin: 0 auto;
}
.brandy_info {
	width: 100%;
	float: none;
	margin-top: 20px;
}


/* -----------------------------------------------------------
	取り扱いアイテム
----------------------------------------------------------- */
/* アイコンとテキスト */
.business_figbox {
	width: 96%;
	margin-top: 0;
	margin-bottom: 40px;
}
.business_fig {
	width: 120px;
}
.business_text {
	font-size: 15px;
	text-align: left;
}

/* メーカーリスト */
.maker_list {
	width: 96%;
}

/* 下のナビ */
.bottomul {
	width: 96%;
}
.bottomul ul li {
	width: 49%;
}
.bottomul ul li a {
	padding: 6px 18px 6px 14px;
}
.bottomul ul li a::after {
	left: auto;
	right: 10px;
}

}