/*! normalize.css v2.0.1 | MIT License | git.io/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

audio:not([controls]) { display: none;height: 0}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


/* =============================================================================
   Base
   ========================================================================== */

/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */

html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
    font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

/* Removes default margin. */
body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0 ;} /*上方向のmarginを0にします */

p {line-height: 1.8em;}

ul, li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted}

/* Improves readability when focused and also mouse hovered in all browsers. */

a:hover,a:active { outline : 0}


/* =============================================================================
   Typography
   ========================================================================== */

html { font-size: 75%} /* レスポンシブ   タイプセッティングへの対応 */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/

abbr[title] { border-bottom : 1px dotted}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/

b, strong { font-weight : bold}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0;
color: #000}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}


/*Sets consistent quote types.*/
q {quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}


/*=================================================================
   Embedded content
=================================================================*/
/*Removes border when inside `a` element in IE 8/9.*/


img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/

figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */


/* Define consistent border, margin, and padding*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/

button,input {line-height: normal; /* 1 */}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default}


/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	box-sizing: border-box;	
}



/*以下共通パーツ-----------------------------------------------------------*/


.font1 {
	font-family: 'Timmana', sans-serif;
}
a:hover img {
	filter: alpha(style=0, opacity=50);
	opacity: 0.5;
}
a :hover {
	text-decoration: underline !important;
}
.white {
	color: #FFF;
}
.whitelink a {
	color: #FFF;
}
.black {
	color: #000;
}
.deconone {
	text-decoration: none;
}
.bordernone {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
@media screen and (max-width: 800px) {
.spHidden{
	display: none !important;
}
}
/*wordpressのログイン中のヘッダーを消す*/
#wpadminbar {
	/* display: none; */
}
html,body{
	position: relative;
}
#head{
	width: 100%;

}
#headListPage{
	width: 100%;
	
}
.topHeaderLogo{
	background-color: #fff;
	width: 100%;
	max-width: 700px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	padding-top: 1.4em;
	
	
}
@media screen and (max-width: 719px) {
	.topHeaderLogo{
		background-size: calc(100% - 1em);
	}
}
.topHeaderLogo_hr_flex{
	width: 100%;
	max-width: 700px;
	margin: 0.6em auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	height: 24px;

}
.topHeaderLogo_hr_flex_left{
	width: 15px;
	background-image:url(https://borsavini.ice-tokyo.or.jp/wp-content/themes/borsavini-theme/2026/images/header-hr_left.gif);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.topHeaderLogo_hr_flex_center{
	width: calc(100% - 30px);
	background-image:url(https://borsavini.ice-tokyo.or.jp/wp-content/themes/borsavini-theme/2026/images/header-hr_center.gif);
	background-size: 15px;
	background-position: center center;
	background-repeat: repeat-x;
}
.topHeaderLogo_hr_flex_right{
	width: 15px;
	background-image:url(https://borsavini.ice-tokyo.or.jp/wp-content/themes/borsavini-theme/2026/images/header-hr_right.gif);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.topHeaderMenu1{
	width: 16%;

}
.topHeaderMenu2{
	width: 28%;
	height: auto;
	display: block;
}
.topHeaderMenu3{
	width: 11.5%;
}
.topHeaderMenu4{
	width: 16%;
	height: auto;
	display: block;
}
.topHeaderMenuNull{
	width: 4%;
}
.topHeaderMenuVR{
	width: 0.5%;
	display: block;
	height: auto;
	margin: 0 4.5%;
}

.topHeaderMenu1 img,.topHeaderMenu3 img{
	width: 100%;
	display: block;
	height: auto;
}

.topMainvisual{
	width: 100%;
	max-width: 1280px;
	min-height: 450px;
	height: 70vh;
	display: block;
	margin: 0.6em auto 0 auto;
	background-image:url(https://borsavini.ice-tokyo.or.jp/wp-content/themes/borsavini-theme/2026/images/top_kv_bg.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
	position: relative;
}
.topMainvisualLogo{
	    width: 80%;
    max-width: 335px;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    z-index: 5;
}
.topMainvisualBGTEXT{
	width: 80%;
	max-width: 650px;
	position: absolute;
    left: 0px;
	top: 0px;
	z-index: 4;
}
.topMainvisual6000{
	width: 30%;
	max-width: 100px;
	position: absolute;
    right: 10px;
	bottom: 5px;
	z-index: 4;
}
@media screen and (max-width: 599px) {
	.topMainvisualLogo{
		position: absolute;
		top: 67%;
		left: 50%;
		transform: translate(-50%, -50%);
		bottom: initial;
	}
}
.topContentTextArea{
	width: calc(100% - 2em);
	max-width: 1000px;
	margin: 8em auto 0 auto;
}
.topContentTextArea h1{
	width: 70%;
	margin: auto auto 4em auto;
	max-width: 500px;
}


.topKaijoDIV1{
	margin: 0 auto 2.5em auto;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.topKaijoDIV1L{
	width: 10%;
	padding-right: 0.5%;
}
.topKaijoDIV1R{
	width: 82%;
	margin-left: 1%;
}
.topKaijoDIV1AnchorOsaka{
	width: 47%;
	display: block;
}
.topKaijoDIV1AnchorTokyo{
	width: 94%;
	display: block;
}
@media screen and (max-width: 699px) {
	.topKaijoDIV1{
		margin: 0 auto 3em auto;
		max-width: 500px;
		align-items:flex-start;
	}
	.topKaijoDIV1L{
		width: 17%;
		padding-right: 0.5%;
	}
	.topKaijoDIV1R{
		width: 80%;
		margin-left: 1%;
	}
	.topKaijoDIV1AnchorOsaka{
		width: 85.5%;
		margin-top: 0.25em;
	}
	.topKaijoDIV1AnchorTokyo{
		width: 95%;
		margin-top: 0.45em;
	}
}
.topListBTN{
	margin: 6em auto 2em auto;
	width: 90%;
	max-width: 700px;
	display: block;
}

.topJizenBTN{
	margin: 4em auto 1.5em auto;
	width: 65%;
	max-width: 400px;
	display: block;
}
.topListBTN2{
	margin: 1.5em auto 1.5em auto;
	width: 65%;
	max-width: 400px;
	display: block;
}

.topPresentIMG{
	margin: 3em auto 2em auto;
	width: 96%;
	max-width: 650px;
	display: block;
}
.topPrivacyBTN{
	margin: 3em auto 0 auto;
	width: 40%;
	max-width: 250px;
	display: block;
}
.topText1{
	margin: 4em auto 2em auto;
	width: 80%;
	max-width: 700px;
	display: block;
}
@media screen and (max-width: 899px) {
	.topContentTextArea{
		margin: 13% auto 0 auto;
	}
	.topContentTextArea h1{
		margin: auto auto 11% auto;
	}
	
	.topListBTN{
		margin: 8vw auto 2em auto;
	}
	.topJizenBTN{
		margin: 4vw auto 2em auto;
	}

	.topPresentIMG{
		margin: 4vw auto 0 auto;
	}
	.topPrivacyBTN{
		margin: 6vw auto 0 auto;
	}
}
@media screen and (max-width: 639px) {
	.topText1{
		margin: 9% auto 0% auto;
		width: 70%;
	}
}




.footerArea{
	width: 100%;
	padding: 4em 1em 0 1em;
	text-align: center;
}
.footerP1{
	width: 240px;
	display: block;
	margin: auto;
}
.footerAddress{
	font-size: 1.1em;
	color: #000;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	margin: 0.25em auto 0 auto;
}
.footerAddress a{
	text-decoration: none;
	color: #000;
}
@media screen and (max-width: 639px) {
	.footerArea{
		padding: 7vw 1em 0 1em;
	}
	.footerP1{
		width: 220px;
	}
	.footerAddress{
		font-size: 0.9em;
		margin: 0.25em auto 0 auto;
	}
}
/*個人情報保護規程*/
.privacyDIV1{
	width: calc(100% - 2em);
	margin: auto;
	max-width: 800px;
	padding: 0 0 80px 0;
}
.privacyMidashi1{
	width: 80%;
	max-width: 350px;
	margin:8% auto 0 auto;
}
@media screen and (max-width: 899px) {
	.privacyMidashi1{
		margin:20% auto 0 auto;
	}
}

.privacyArea{
	width: 100%;
	max-width: 900px;
	padding: 4em 1em 4em 1em;
	margin: auto;
}
.privacyP1{
	font-size: 1.3em;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}
.PrivacyP2{
	font-size: 1.1em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 0;
}
.PrivacyP3{
	font-size: 1.1em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 0;
}




#page-list {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
}
#page-list a {
	background: rgba(204,204,204,0.9);
	text-decoration: none;
	color: #FFF;
	padding: 15px 20px;
	text-align: center;
	display: block;
	border-radius: 2em;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 0.8em;
}
#page-list a span {
	font-size: 0.65em;
}
#page-list a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}



.listTitle1{
	width: 70%;
	max-width: 500px;
	display: block;
	margin: 4em auto 0 auto;
}
.listTopbackBTN {
    width: 28%;
    max-width: 140px;
    margin: 5em auto 0 auto;
    display: block;
}
.listTitle2{
	width: 100%;
	font-size: 2.7em;
	color: #000;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin: 1.5em auto 0 auto;
}
.listSortP1{
	font-size: 1.8em;
	color: #000;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin: 2em auto 0 auto;
}
.listSortDIV1{
	width: calc(100% - 4em);
	max-width: 700px;
	margin: 1.75em auto 0 auto;
	
	background-color: #fff;
	position: relative;

}
.listSortDIV2{
	width: calc(100% + 6px);
	margin: auto;
	border: 3px solid #000;
	background-color: #fff;
	padding: 1em;
	position: relative;
	
}
.listSortDIV2Dammy{
	width: calc(100% + 6px);
	margin: auto;
	border: 3px solid #000;
	background-color: #fff;
	padding: 1em;
	position: absolute;
	top: 6px;
	left: 6px;
	
}
.listSortP2{
	font-size: 1.5em;
	color: #000;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	
	padding: 0 0 0.25em 0;
	margin: 0 auto 0.25em auto;
}
.listSortP2-2{
	font-size: 1.5em;
	color: #000;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	border-top: 3px solid #000;
	padding: 0.75em 0 0.25em 0;
	margin: 0.5em auto 0.25em auto;
}
.listSortUL{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/


}
.listSortUL li{
	font-size: 1.3em;
	color: #000;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin: 0.25em 0.5em;
}
.listSortUL li input{
	margin-right: 0.3em;
}
.listSortLI1{
	
}
.listSortLI2{
	
}
.listSortLI3{
	
}
.listSortLI4{
	
}
.listSortLI5{
	
}
.listSortLI6{
	
}
.listSortLabel{
	cursor: pointer;
}
.listSortLabelWine{
	background-image:url(https://borsavini.ice-tokyo.or.jp/wp-content/themes/borsavini-theme/2026/images/list_icon_wine.gif);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.listSortLabelOlive{
	background-image:url(https://borsavini.ice-tokyo.or.jp/wp-content/themes/borsavini-theme/2026/images/list_icon_olive.gif);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.listSortLabelAllProd{
	background-image:url(https://borsavini.ice-tokyo.or.jp/wp-content/themes/borsavini-theme/2026/images/list_icon_all_prod.gif);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 50px;

}
@media screen and (max-width: 599px) {
	.listTitle2{
		font-size: 2.2em;
	}
	.listSortP1{
		font-size: 1.5em;
	}
	.listSortP2{
		font-size: 1.4em;
	}
	.listSortP2-2{
		font-size: 1.4em;
	}
	.listSortUL li{
		font-size: 1.1em;
		color: #000;
		line-height: 1em;
		text-align: left;
		font-weight: bold;
		margin: 0.5em 1em;
	}
	.listSortUL li input{
		margin-right: 0.3em;
	}
}




/*チェックボックスのデザインここから
input[type=checkbox] {
    display: none;
}
.listSortLabel {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0px 5px 28px;
    position: relative;
    width: auto;
}
.listSortLabel::before {
    background: #fff;
    border: 3px solid #231815;
    content: '';
    display: block;
    height: 12px;
    left: 5px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 12px;
}
.listSortLabel::after {
    border-right: 3px solid #f00;
    border-bottom: 3px solid #f00;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=radio]:checked + .listSortLabel::after {
    opacity: 1;
}
*/

.listSortP3DIV{
	width: 100%;
	text-align: center;
	padding: 0 1em;
}
.listSortP3{
	
	font-size: 2.4em;
	color: #000;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	margin: 2em auto 0 auto;
	border-bottom: 3px solid #000;
	padding:0 0 0.2em 0;
	display: inline-block;
}
@media screen and (max-width: 639px) {
	.listSortP3{
		font-size: 1.8em;
		color: #000;
		margin: 2em auto 0 auto;
	}
}
@media screen and (max-width: 539px) {
	.listSortP3{
		font-size: 1.3em;
		color: #000;
		margin: 2em auto 0 auto;
	}
}

.listGenreNameArea{
	width: calc(100% - 4em);
	background-color: #ecf4ff;
	max-width: 700px;
	border-radius: 100px;
	margin: 2em auto 0 auto;
	padding: 20px 30px 20px 30px;
}
.listGenreNameTitle{
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}
.listGenreNameDIV{
	margin-top: 1em;
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}

.listGenreNameICON{
	width: 12.5%;
}
@media screen and (max-width: 699px) {
	.listGenreNameICON{
		width: 13.5%;
	}
}
@media screen and (max-width: 499px) {
	.listGenreNameArea{
		border-radius: 50px;
		margin: 2em auto 0 auto;
		padding: 15px 5px;
	
	}
	.listGenreNameDIV{
		justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	}
	.listGenreNameICON{
		width: 70px;
		margin: 5px 2px;
	}
}
@media screen and (max-width: 359px) {
	.listGenreNameICON{
		width: 65px;
		margin: 2px 0px;
	}
}

.listIchiranArea{
	max-width: 1350px;
	width: 100%;
	margin:1em auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}

.listIchiranDIV{
	width: 19%;
	margin:0.5%;
	border:3px solid #000;
	position: relative;
	padding: 0.7em 0.5em ;
	
}
.listIchiranIconDIV{
	width: 100%;
	padding: 0 0 0.5em 0;
}
.listIchiranIconTokyo{
	
}
.listIchiranIconOsaka{
	
}
.listIchiranIconOlive{
	
}
.listIchiranIconWine{
	
}
.listIchiranDIVHidden{
	display: none;
}
.listIchiranIconTokyo,.listIchiranIconOsaka{
	width: 27%;
	float: left;
	margin-right: 2%;
}
.listIchiranIconOlive,.listIchiranIconWine{
	width: 14%;
	float: right;
	margin-right: 2%;
}
.listIchiranGenreDIV{
	width: 100%;
	margin-top: 4.5%;
}
.listIchiranGenreDIV img{
	width: 12%;
	float: left;
	margin-right: 1%;

}
.listIchiranNameDIV{
	width: 100%;
	min-height: 5.5em;
	border-bottom: 3px solid #000;
	padding: 0 0 0.8em 0;
	margin-bottom: 1em;
}
.listIchiranName{
	font-size: 1em;
	line-height: 1.2em;
}
.listIchiranNameJ{
	font-size: 0.9em;
	line-height: 1.0em;
	margin:0.5em 0 0 0;
	
}
.listIchiranDIV a{
	text-decoration: none;
	color:#000;

}
.listIchiranThumbDIV{
	width: 100%;
	height: 180px;
	background-color: #fff;
}
.listIchiranThumbDIV img{
	

	width: 100%;
	height: 100%;
	object-fit: contain;

}
@media screen and (max-width: 1199px) {
	.listIchiranDIV{
		width: 24%;
		margin:0.5%;
	}
}
@media screen and (max-width: 899px) {
	.listIchiranDIV{
		width: 32.333333333%;
		margin:0.5%;
	}
}
@media screen and (max-width: 599px) {
	.listIchiranDIV{
		width: 49%;
		margin:0.5%;
	}
}




/*出展者情報*/

.listDetailArea{
	max-width: 1000px;
	width: 100%;
	margin:1em auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}


.listDIV1{
	width: calc(100% - 1em);
	padding: 3em;
	border:3px solid #000;
	margin:2em auto;
}
@media screen and (max-width: 799px) {
	.listDIV1{
		padding: 1.5em;
	}
}
.listNameDIV{
	width: 100%;
	
}
.listNameDIVL{
	width: calc(100% - 225px);
	float: left;
}
.listName{
	font-size: 2.2em;
	line-height: 1.2em;
}
.listNameJ{
	font-size: 1.4em;
	line-height: 1.2em;
	
	padding-bottom:0.5em;
}
.listNameDIVR{
	float: right;
}
.listNameDIVRL{
	float: right;
}
.listNameDIVRR{
	float: right;
	width: 100px;
	margin: 0 0 0 0.5em;
}
.listPlace{
	width: 100px;
	float: right;
	margin: 0 auto 5px auto;
}
.listProd{
	width: 55px;
	float: right;
	margin: 0 2px 5px 0;
}
@media screen and (max-width: 799px) {
	.listNameDIVL{
		width: 100%;
		border-bottom: 3px solid #000;
		margin-bottom: 20px;
	}
	.listName{
		font-size: 1.8em;
	}
	.listNameJ{
		font-size: 1.1em;
	}
	.listNameDIVRR{
		float: right;
		width: initial;
		margin: 0 0 0 0.5em;
	}
	.listPlace{
		width: 100px;
		float: left;
		margin: 0 0 5px 5px;
	}
	.listProd{
		width: 91px;
		margin: 0 0px 5px 0;
	}
	
}
@media screen and (max-width: 459px) {
	.listNameDIVRR{
		margin: 0 0 0 0;
	}
	.listPlace{
		width: calc(24.5vw - 1.1em);
		float: left;
		margin: 0 0 5px 1vw;
	}
	.listProd{
		width: calc(24.5vw - 1.1em);
		margin: 0 0px 5px 0;
	}
	

	
}

.listItemDIV{
	border-top: 3px solid #000;
	width: 100%;
	padding: 2em 0 0 0;
}

/*横縦比：11が正方形、12が縦長1:2、21が横長2:1*/

.listItemDIVType12 img{
	height: 450px;
	display: block;
	margin: auto;
}
.listItemDIVType23 img{
	height: 450px;
	display: block;
	margin: auto;
}
.listItemDIVType34 img{
	width: 35%;
	display: block;
	margin: auto;
}
.listItemDIVType11 img{
	width: 53%;
	display: block;
	margin: auto;
}
.listItemDIVType43 img{
	width: 69%;
	display: block;
	margin: auto;
}
.listItemDIVType32 img{
	width: 77%;
	display: block;
	margin: auto;
}
.listItemDIVType21 img{
	width: 100%;
	display: block;
	margin: auto;
}
@media screen and (max-width: 539px) {
	.listItemDIVType12 img{
		height: 400px;
		display: block;
		margin: auto;
	}
	.listItemDIVType23 img{
		height: 400px;
		display: block;
		margin: auto;
	}
	.listItemDIVType34 img{
		width: 82%;
		display: block;
		margin: auto;
	}
	.listItemDIVType11 img{
		width: 100%;
		display: block;
		margin: auto;
	}
	.listItemDIVType43 img{
		width: 100%;
		display: block;
		margin: auto;
	}
	.listItemDIVType32 img{
		width: 100%;
		display: block;
		margin: auto;
	}
	.listItemDIVType21 img{
		width: 100%;
		display: block;
		margin: auto;
	}
	
}
@media screen and (max-width: 799px) {
	.listItemDIV{
		border-top: none;
		width: 100%;
		padding: 1em 0 0 0;
	}
	
}


.listText1{
	font-size: 1.5em;
	color: #000;
	line-height: 1.8em;
	text-align: left;
	font-weight: bold;
	margin:1em auto 0 auto;
	border-bottom: 3px solid #000;
}
.listText2{
	font-size: 1em;
	color: #000;
	line-height: 1.8em;
	text-align: left;
	font-weight: normal;
	margin:0.5em auto 0 auto;
}





.listMidashi1{
	width: 100%;
	max-width: 400px;
	margin: 0.75em 0 0.75em 0.5em;
	font-size: 1.2em;
	color: #000;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
}

.listDIV2{
	width: 100%;
	padding: 1em 2em 1em 2em;
	border:3px solid #000;
	margin:auto;
}
.listDIV2L{
	width: calc(100% - 275px);
	float: left;
}
.listDIV2R{
	width: 250px;
	float: right;
}
.listDIV2Map{
	margin:0 0 0 0;
	display: block;
}
.listDIV2Genre{
	width: calc(100% - 1em);
	display: block;
	margin: 0.2em 0 0 0.5em;
	max-width: 320px;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content:flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: flex-start;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.listDIV2Genre img{
	width: 14%;
	margin: 0.2em 0 0 2%;
}
.listHR{
	width: 100%;
	padding: 0 0 0 0;
	border-bottom:3px solid #000;
	margin:0 auto 2em auto;
}
.listHR2{
	width: 100%;
	padding: 0 0 0 0;
	border-bottom:3px solid #000;
	margin:1em auto 0em auto;
}
.listHRSP{
	width: 100%;
	padding: 0 0 0 0;
	border-bottom:3px solid #000;
	margin:1em auto 0em auto;
	display: none;
}
.listTableLink1{
	width: 16em;
	display: block;
	margin: 0.25em 0 0 0;
}
.listTableLink2{
	margin: 0.25em 0 0 0;
	color: #000;
}
.listTableLink1 img{
	width: 16em;
	display: block;
	margin: 0 0 0 0;
}
.listYunyuSpan1{
	font-size: 80%;
	margin-left: 0.5em;
}
.listYunyuSpan2{
	font-size: 90%;
	font-weight: normal;
}
@media screen and (max-width: 799px) {
	.listDIV2L{
		width: 100%;
		float: none;
	}
	.listDIV2R{
		width: 100%;
		float: none;
	}
	.listDIV2Map{
		margin:1em auto 0 auto;
		max-width: 400px;
		height: auto;
		width: 100%;
	}
	.listDIV3{
		padding: 1.5em 0 0 0;
		border-bottom:2px solid #000;
		margin:1em auto 1.5em auto;
	}
	.listHRSP{
		display: block;
	}
}

.listComp{
	font-size: 1.2em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
}
.listContact{
	font-size: 1.2em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
	margin:1em 0 0 0;
}
.listTable1{
	width: 100%;
	margin:0 0 1.25em 0;
	word-wrap: break-word;
}

.listTable1 th{
	width: 130px;
	font-size: 1em;
	color: #000;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	padding: 0.75em 0.5em;
}
@media screen and (max-width: 799px) {
	.listTable1{
		width: 100%;
		margin:1.5em 0 1em 0;
	}
	.listTable1 th{
		width: 120px;
		font-size: 0.9em;
		color: #000;
		line-height: 1em;
		text-align: left;
		font-weight: normal;
		padding: 0.83em 0.5em;
	}
}
.listTable1ImorterLink{
	color: #000;
}

.masterTitle{
	width: calc(100% - 2em);
	margin: 1.5em auto 0 auto;
	max-width: 500px;
}
.masterDate1DIV,.masterDate2DIV{
	width: calc(100% - 2em);
	margin: 4em auto 0 auto;
	max-width: 700px;
	display: block;
	position: relative;
}
.masterDate1,.masterDate2{
	width: 100%;
	margin: 4em auto 0 auto;
	max-width: 700px;
	display: block;
}
.masterDate1Link1{
	position: absolute;
    width: 19%;
    top: 37%;
    left: 39.7%;
}
.masterDate1Link2{
	position: absolute;
    width: 19%;
    top: 80%;
    left: 39.7%;
}
.masterDate2Link1{
	position: absolute;
    width: 19%;
    top: 48%;
    left: 39.7%;
}
.masterDate2Link2{
	position: absolute;
    width: 19%;
    top: 80%;
    left: 39.7%;
}
@media screen and (max-width: 699px) {
	.masterDate1Link1{
		width: 27%;
		top: 44%;
        left: 22.7%;
	}
	.masterDate1Link2{
		width: 27%;
		top: 86%;
		left: 22.7%;
	}
	.masterDate2Link1{
		width: 27%;
		top: 53%;
		left: 22.7%;
	}
	.masterDate2Link2{
		width: 27%;
		top: 85.5%;
		left: 22.7%;
	}
}
.masterMidashi1{
	width: 200px;
	margin: 4em auto 0 auto;
}
.masterProfileDIV1{
	width: calc(100% - 2em);
	padding: 5px;
	margin: 4em auto 0 auto;
	max-width: 700px;
	display: block;
	background-image:url(https://borsavini.ice-tokyo.or.jp/wp-content/themes/borsavini-theme/2026/images/ami_bg.gif);
	background-size: 128px;
	background-position: center center;
	background-repeat: repeat;
}
.masterProfileDIV2{
	width: 100%;
	display: block;
	background-color: #fff;
	padding: 2em 1em 1em 1em;
}
.masterProfileIMG1{
	width: 80%;
	max-width: 300px;
	display: block;
	margin: auto;
}
.masterProfileP1{
	font-size: 1em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	margin: 1.5em auto 0 auto;
}
.masterBTN1{
	width: calc(100% - 2em);
	margin: 4em auto 0 auto;
	max-width: 500px;
	display: block;
}
.masterLinkChushakuP1{
	font-size: 0.95em;
	color: #000;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin: 1em auto 0 auto;
}
.masterOmoushikomiUL1{
	width: calc(100% - 2em);
	margin: 2em auto 0 auto;
	max-width: 600px;
}
.masterOmoushikomiUL1 li{
	list-style-type: disc;
	margin: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 699px) {
	.masterDate1DIV,.masterDate2DIV{
		margin: 4em auto 0 auto;
		max-width: 450px;
	}

}
.masterListWrap{
	width: calc(100% - 2em);
	margin: 2em auto;
	max-width: 1200px;
}
.masterListDIV1{
	width: 100%;
	border-bottom: 1px dotted #eee;
	padding: 0.25em 0;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.masterListDIVHead{
	width: calc(50% - 0px);
	padding: 0 0 10px 15px ;
}
.masterListDIVHeadR{
	float: right;
	width: 100px;
}
.masterListDIVPlace{
	border: 3px solid #000;
	font-size: 13px;
	color: #000;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	display: block;
}
.masterListDIVPlaceOsaka{
	color: #b90d50!important;
	border: 3px solid #b90d50!important;
}
.masterListDIVPlaceTokyo{
	color: #00a0e9!important;
	border: 3px solid #00a0e9!important;
}
.masterListDIVAnchor{
	width: 100%;
	margin: 5px 0 0 0 ;
	display: block;
}
.masterListDIVAnchor img{
	width: 100%;
	display: block;
}
.masterListDIVNameIta{
	font-size: 1.4em;
	color: #000;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	margin: 0.75em 0 0 0;
}
.masterListDIVNameJp{
	font-size: 1.1em;
	color: #000;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	margin: 0.25em 0 0 0;
}
.masterListDIVWineDIV{
	width: 50%;
	background-color: #eee;
	padding: 0.75em 0.75em;
	margin: 0em auto 0 auto;

}
.masterListDIVWineP1{
	font-size: 1em;
	color: #000;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 0 0 5px 0;
}
.masterListDIVWineIta{
	font-size: 1.25em;
	color: #000;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	margin: 0 0 0 0;
}
.masterListDIVWineJp{
	font-size: 1.0em;
	color: #000;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	margin: 0.5em 0 0 0;
}
.masterPlace1{
	width: 30%;
	max-width: 140px;
	display: block;
	margin: 4em auto 0 auto;
}
@media screen and (max-width: 699px) {
	.masterListDIV1{
		width: 100%;
		border-bottom: 1px dotted #eee;
		padding: 1em 0 ;
		display: flex;
		flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
		flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
		justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
		align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	}
	.masterListDIVWineDIV{
		width: 55%;
		
		
		margin: 0em auto 0 auto;
	}
	.masterListDIVHead{
		width: 45%;
		
		padding: 0 5px 10px 15px ;
	}
	.masterListDIVNameIta{
		font-size: 1.1em;
	}
	.masterListDIVNameJp{
		font-size: 0.9em;
	}
	.masterListDIVWineIta{
		font-size: 1.1em;
		margin: 0 0 0 0;
	}
	.masterListDIVWineJp{
		font-size: 0.9em;
		margin: 0.5em 0 0 0;
	}

}