@charset 'utf-8';
/*****▼▼ヘッダー▼▼*****/
.header01_bg {
	width:100%;
	line-height:100%;
	margin:0;
	padding:0;
	background: rgba(255,255,255,0.90);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
	position:fixed;
	top:0;
	z-index:10000!important;
}
.header01 {
	width:96%;
	height:70px;
	margin:10px auto 0px auto;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
	background:#;
}
@media screen and (min-width : 1613px) {
	.header01 {
		width:80%;
	}
}
@media screen and (max-width : 1290px) {
	.header01 {
		width:96%;
	}
}
@media (orientation: portrait) and (max-width: 1290px){
	.header01 {

	}
}
.header01Left {
	width:35%;
	background:#;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
}
.header01Search {
	width:250px!important;
	margin:0px 0 0px 15px!important;
}
.header01Center {
	width:30%;
	background:#;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
}
.header01Logo {
	width:280px;
	margin:0 auto;
}
.header01Logo img {
	width:100%;
}

.header01Right {
	width:35%;
}
.header01Right ul {
	margin: 0;
	padding:0;
	list-style: none;
	z-index:100;
	line-height:0;
	float:right;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}
.header01Right ul li {
	font-size: 16px;
	font-weight:bold;
	box-sizing:border-box;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display:table-cell;
	vertical-align:middle;
}
.header01Right ul li a {
	margin:0 15px 0 0 ;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

.header01Right ul li a img {
	width:25px;
	padding:0 5px 0 0;
	box-sizing:border-box;
}

.globalNav {
	margin: 0;
	padding:0;
	list-style: none;
	z-index:100;
	width:;
	background:#;
}
.globalNav img {
	width:50px!important;
}


@media screen and (max-width : 834px) {
	.header01_bg {
		position:static;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
		height:auto;
		padding:5px 0 0 0;
		background:;
	}
	.header01 {
		height:auto;
		margin:10px auto 0px;
	}
	.header01Left {
		display:none;
	}
	.header01Center {
		width:60%;
		background:#;
		flex-wrap:wrap;
		display:flex;
		align-items:center;
		padding:0 0 0 10px;
		box-sizing:border-box;
	}
	.header01Right {
		width:40%;
	}
	.header01Right ul {
		margin: 0 65px 0 0;
		padding:5px 0 0 0;
	}
	.header01Right ul li {
		padding:0;
		margin:0;
	}
	.header01Right ul li a {
		margin:0 10px 0 0 ;
	}
	.header01Right ul li a span {
		display:none;
	}
	
	.header01Right ul li a img {
		width:25px;
		padding:0 0px 0 0!important;
		margin:0!important;
		box-sizing:border-box;
	}
	.header01Logo {
		width:100%;
		padding:15px 0% 0 5%;
		box-sizing:border-box;
	}
	.globalNav {
		position:fixed;
		top:18px;
		right:0px!important;
	}
}
/*****▲▲ヘッダー▲▲*****/
/*****▼▼フッター▼▼*****/
.footer01_bg {
	width:100%;
	background:#fff;
	margin:50px 0 0 0;
	padding:0px 0 0 0;
}
.footer01 {
	margin:0px auto;
	width:1290px;
	font-size:15px;
	padding:0;
	line-height:180%;
	text-align:left;
	background:#;
	clear:both;
    display:flex;
    flex-wrap:wrap;
}
@media screen and (max-width : 1290px) {
	.footer01 {
		width:96%;
	}
}
.footer_title01 {
	margin:0px auto 0px auto;
	padding:30px 0px 30px 0;
	color:#333;
	font-size:26px;
	text-align:left;
	clear:both;
	line-height:100%;
	display:table;
	font-weight:bold;
	height:;
	box-sizing:border-box;
}

@media screen and (max-width : 834px) {
	.footer01_bg {
		margin:30px 0 0 0;
	}
	.footer_title01 {
		font-size:20px;
		padding:30px 0px 0px 0;
	}
}
.footer01_box {
	width:49%;
	margin:0 0.5% 20px 0.5%;
	box-sizing:border-box;
}
.footer01_box_contents {
	padding:10px 3% 30px 3%;
	margin:0 0 20px 0;
}
.footer01_contentTitle {
	font-weight:bold;
	font-size:16px;
	color:#333;
	padding:0px 0 6px 0;
	margin-bottom:8px;
	margin-top:4px;
	text-align:center;
	border-bottom:2px dotted #333;
}
.footer01_box_contents .article,
.footer01_box_contents .article a {
	padding:8px;
	color:#333;
}
.footer01_box_contents .article a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.pay_img {
	width:80%;
	margin:10px 0 0 0;
}

.pay_img img {
	width:100%;
}
.footer_logo {
	width:50%;
	margin:0 0 10px;
}
.footer_logo img {
	width:100%;
}
.footer01_box_contents .link a {
	width:;
	display:table;
	border:1px solid #666;
	color:#333;
	margin:0;
	padding:4px 30px 2px 30px;
	font-size:17px;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.footer01_box_contents .link a:hover {
	background:#666;
	color:#fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media screen and (max-width : 834px) {
	.footer01_bg {
		padding:10px 0 20px 0;
		width:100%;
		background:#;
	}
	.footer01 {
		width:100%;
		background:#;
	}

	.footer01_box {
		float:none;
		height:auto;
		width:100%;
		margin:0 3% 10px 3%;
		background:#;
	}

	.footer01_box_contents {
		padding:10px 3% 10px 3%;
	}
	.footer01_contentTitle {
		width:100%;
		background:#;
		padding:6px 0 6px 0;
	}
	.pay_img {
		width:100%;
	}
	.footer01_box_contents .link a {
		width:70%;
		display:block;
		margin:10px auto 0 auto;
		padding:4px 0px 2px 0px;
		font-size:17px;
	}
}
.footer_copyright {
	color:#333;
	text-align:center;
	padding:20px 0 20px 0;
	font-weight:nomal;
}
.footer_navi_bg {
	width:100%;
	background:#f2f2f2;
}
.footer_navi {
	width:;
	margin:0 auto;
	background:#;
	padding:10px;
	text-align:center;
	line-height:100%;
}

.footer_navi ul {
	list-style:none;
	margin:20px auto 20px auto;
	padding:0;
	width:;
	font-size:14.5px;
	font-weight:bold;
	display:table;
	text-align:center;
}
.footer_navi ul li {
	display:table-cell;
}

.footer_navi ul li a {
	color:#333;
	margin:0 20px 0 20px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.footer_navi ul li a:hover {
	opacity: 0.6;     /* 透過レベル */
	filter: alpha(opacity=60);
}
@media screen and (max-width : 834px) {
	.footer_navi {
		width:100%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
	}

	.footer_navi ul {
		width:100%;
		list-style:none;
		margin:0px 0 0px 0px;
		padding:0px 0 20px 0px;
		border-left:none;
		border-right:none;
		border-top:1px solid #fff;

	}
	.footer_navi ul li {
		float:none;
		display:block;
	}

	.footer_navi ul li a {
		margin:0 0px 0 0px; 
		padding:8px 0px 6px 10px; 
		line-height:200%;
		font-weight:nomal;
		float:none;
		border-bottom:1px solid #fff;
		border-left:none;
		border-right:none;
		display:block;
	}

	.copyright {
		font-size:0.9rem;
		padding-bottom:50px;
		line-height:160%;

	}
}
/*****▲▲フッター▲▲*****/
/*****▼▼検索▼▼*****/
.searchArea {
	margin:0;
	padding:0;
	box-sizing:border-box;
	display:flex;
	justify-content:center;/* 横中央揃え */
	align-items:center;/* 縦中央揃え */
	width:100%;
	margin-right:10px;
}
.search_textArea {
	width:calc(100% - 30px);
	margin:0;
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	background:#;
}
.search_buttonArea {
	display:table-cell;
	vertical-align:middle;
	width:30px;
	margin:0px 0 0 0;
	padding:0;
	background:#;
	text-align:left;
	box-sizing:border-box;
	background:#;
}
.search_input {
	width:100%;
	height:24px;
	margin-bottom:0px;
	margin-bottom:0px\9;
	*margin-bottom:0px;
	_margin-bottom:0px;
	border:1px solid #ccc;
	border-radius:15px;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
@media screen and (max-width : 834px) {
	.searchArea_sp {
		width:94%;	
		margin:10px 3% 20px 3%!important;
		padding-top:0!important;
	}
	.search_textArea {
		width:calc(100% - 35px);
		margin:0 0 0 0px;
	}
	.search_buttonArea {
		width:35px;
		margin:0 0% 0 0px;
		background:#;
	}
	.search_input {
		width:100%;
		height:38px;
		margin-bottom:0px;
		margin-bottom:0px\9;
		*margin-bottom:0px;
		_margin-bottom:0px;
		border:1px solid #ccc;
		padding:0 0 0 10px;
		font-size:18px;
	}
}
/*****▲▲検索▲▲*****/
/*****▼▼コンテンツ▼▼*****/
.contentArea {
	width:100%;
	margin:0px auto;
	padding:0px 0 0px 0px;
	background:#;
	z-index:1000!important;
}

.mainContent {
    width:90%;
	margin:0px auto 50px auto;
	padding:0px 0 0px 0px;
	background:#;
	z-index:1000!important;
}
@media screen and (max-width : 1290px) {
	.mainContent {
		width:100%;
	}
}

@media screen and (max-width : 834px) {
	.contentArea {
		width:100%;
		height:auto;
		margin:0px auto 30px auto;
		padding:0px 0 0 0;
		float:none;
	}
	.mainContent {
		margin:0px auto 0px auto;
	}
	.spNoMargin {
		margin:0px auto 0px auto;
	}
}
.contentAreaTitle{
	width:100%;
	display:block;
	font-size:40px;
	font-family: "Oswald", sans-serif;
	letter-spacing:1.5px;
	font-weight:450;
	color:#cc4b5b;
	line-height:100%;
	text-align:center;
	padding:0px 0px 0px 0px;
	background-color:;
	margin:0px 0 15px 0;
}
.contentAreaTitle div {
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display:block;
	font-size:18px;
	letter-spacing:1.5px;
	font-weight:bold;
	color:#000;
	line-height:100%;
	text-align:center;
	padding:0px 0px 0px 0px;
	background-color:;
	margin:10px 0 0 0;
}
@media screen and (max-width : 834px) {
	.contentAreaTitle {
		font-size:2.0rem;
	}
}
/*****▽▽キャッチコピー▽▽*****/
.catchArea {
	width:100%;
	padding:0px;
	margin:50px auto 50px;
	font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
}
.catchAreaTitle {
	width:100%;
	margin:0 auto 50px;
	text-align:center;
	font-size:30px;
	font-weight:nomal;
	color:#333;
	line-height:190%;
}
.catchAreaInner{
	width:100%;
	margin:0 auto 30px;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
.catchAreaImg{
	width:40%;
	box-sizing:border-box;
	margin:0 auto 0;
	padding:0 20px 0 20px;
}
.catchAreaImg img {
	width:100%;
}

.catchAreaTxt{
	width:60%;
	box-sizing:border-box;
	margin:0 auto 0;
	padding:0 20px 0 20px;
	box-sizing:border-box;
	font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
	color:#333;
	font-weight:nomal;
	font-size:20px;
	margin:0 auto 0;
	line-height:220%;
	text-align:left;
}

@media screen and (max-width : 834px) {
	.catchArea {
		width:100%;
	}
	.catchAreaTitle {
		width:94%;
		margin:0 auto 30px;
		text-align:center;
		font-size:22px;
		font-weight:bold;
		line-height:170%;
	}
	.catchAreaInner{
		width:100%;
		margin:0 auto 30px;
		flex-wrap:wrap;
		display:flex;
		align-items:center;/* 縦中央揃え */
	}
	.catchAreaImg{
		width:80%;
		box-sizing:border-box;
		margin:0 auto 20px;
		padding:0 20px 0 20px;
	}

	.catchAreaTxt{
		width:100%;
		margin:0 auto 0;
		padding:0 20px 0 20px;
		box-sizing:border-box;
		font-size:17px;
		margin:0 auto 0;
		line-height:220%;
		text-align:left;
	}

}
/****▽▽注目商品▽▽****/
.wineryArea {
	width:100%!important;
	padding:30px 0 0;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;
	/*align-items:center;
	flex-direction: column;/* 改行可 */
	font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
}
.mainContentTitle {
	font-size:28px;
	font-weight:bold;
	margin:0px auto 35px;
	text-align:center;
	color:#333;
	line-height:100%;
	padding:0;
	background:#;
	width:100%;
}
.wineryDescription01 {
	width:100%;
	flex-wrap:wrap;
	display:flex;
	padding:30px 15% 0;
	box-sizing:border-box;
	align-items:center;
}
@media screen and (max-width : 1290px) {
	.wineryDescription01 {
		padding:30px 20px;
	}
}
.wineryDescription01Img {
	width:250px;
	box-sizing:border-box;
	padding:0 20px;
}
.wineryDescription01Img img {
	width:100%;
}
.wineryDescription01Txt {
	width:calc(100% - 250px);
	padding:0 20px;
	box-sizing:border-box;
	font-size:16px;
	line-height:200%;
	color:#000;
}
.wineryDescription01Name a {
	width:100%;
	padding:0px;
	margin:0 auto 10px;
	font-weight:bold;
	font-size:28px;
	color:#bf1e32!important;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
.wineryDescription01Name a img {
	width:50px;
	padding:0px 0 0 10px;
	box-sizing:border-box;
}

@media screen and (max-width : 834px) {
	.wineryDescription01Img {
		width:70%;
		margin:0 auto 20px;
	}
	.wineryDescription01Txt {
		width:100%;
		padding:0;
		font-size:16px;
		line-height:200%;
	}
	.mainContentTitle {
		font-size:22px;
		font-weight:bold;
		margin:0px auto 35px;
		text-align:center;
		color:#333;
		line-height:100%;
		padding:0;
		background:#;
		width:100%;
	}
}
.wineryLineup {
	width:100%!important;
	margin:0 auto;
	padding:30px 5% 50px;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;
	/*align-items:center;
	flex-direction: column;/* 改行可 */
	background:#;
	box-sizing:border-box;
}
.wineryBox01 {
	width:33.33%;
	flex-wrap:wrap;
	display:flex;
	padding:20px;
	box-sizing:border-box;
	position:relative;
}
.wineryBox01Img {
	width:100px;
	padding:0 20px;
	box-sizing:border-box;
}
.wineryBox01Img img {
	width:100%;
}

.wineryBox01Txt {
	width:calc(100% - 100px);
	padding:0 20px;
	box-sizing:border-box;
	font-size:16px;
	line-height:200%;
	color:#000;
}
.wineryBox01Name {
	width:100%;
	padding:0px;
	margin:0 auto;
	font-weight:bold;
	font-size:19px;
}
.wineryBox01Name img {
	width:100%;
}
.wineryBox01LinkBg {
	width:100%;
	margin:20px 0 0 0;
	/*padding-bottom:40px;
	position:absolute;
	bottom:0;*/
}

.wineryBox01Link a {
	width:;
	display:table;
	border:1px solid #666;
	color:#333;
	margin:0;
	padding:4px 30px 2px 30px;
	font-size:17px;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.wineryBox01Link a:hover {
	background:#666;
	color:#fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media screen and (max-width : 1024px) {
	.wineryBox01 {
		width:50%;
		padding:0px 5px 30px;
	}
}

@media screen and (max-width : 834px) {
	.wineryArea {
		width:100%!important;
		flex-wrap:wrap;
		display:flex;
		/*justify-content:center;
		align-items:center;
		flex-direction: column;/* 改行可 */
		background:#;
	}
	.mainContentTitle {
		font-size:28px;
		font-weight:bold;
		margin:0px auto 20px;
		text-align:center;
		color:#333;
		line-height:100%;
		padding:0;
		background:#;
		width:100%;
	}
	.wineryLineup {
		width:96%!important;
		margin:0 auto;
		padding:0!important;
		background:#;
		align-items: start;
	}
	.wineryBox01Img {
		width:100%;
		padding:0 35%;
	}
	.wineryBox01Txt {
		width:100%;
		padding:0 0px;
		box-sizing:border-box;
		font-size:16px;
		line-height:200%;
		color:#000;
	}
	.wineryBox01Name {
		width:100%;
		padding:0px;
		margin:15px auto;
	}
	.wineryBox01Name img {
		width:100%;
	}
	.wineryBox01LinkBg {
		width:100%;
		margin:20px 0 0 0;
		/*padding-bottom:40px;
		position:absolute;
		bottom:0;*/
	}

	.wineryBox01Link a {
		width:90%;
		display:table;
		border:1px solid #666;
		color:#333;
		margin:0 auto;
		padding:4px 0px 2px 0px;
		font-size:18px;
		text-align:center;
		border-radius:5px;
		text-decoration:none;
	}
}
/****▽▽カテゴリー▽▽****/
.categoryArea {
	width:96%;
	margin:0 auto 50px;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
}
.categoryAreaBox01 {
	width:15.66%;
	margin:0px 0.5% 20px;
	filter:drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
	background:#fff;
	padding:15px;
	box-sizing:border-box;
	font-size:16px;
}
.categoryAreaBox01 img {
	width:100%;
}

.categoryAreaBox01 p {
	color:#333;
	text-align:center;
	font-weight:bold;
	margin:10px auto 0;
}
@media screen and (max-width : 1290px) {
	.categoryArea {
		width:100%;
	}
	.categoryAreaBox01 {
		width:24.0%;
		margin:0px 0.5% 20px;
		padding:15px;
		font-size:16px;
	}
}
@media screen and (max-width : 864px) {
	.categoryAreaBox01 {
		width:48.0%;
		margin:0px 1% 20px;
		padding:15px;
		font-size:16px;
	}
}



















