@charset "utf-8";
#wrap {
	max-width: 1200px;
	margin: auto;
	width: 100%;
	box-shadow: 0 0 120px #ccc;
	word-break: break-all;
}



/*下部に固定されるトップに戻るボタン*/
#page-list {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
	z-index: 999;
}
#page-list a {
	background: rgba(230,230,230,0.9);
	text-decoration: none;
	color: #555;
	padding: 10px 20px;
	text-align: center;
	display: block;
	border-radius: 2em;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 0.8em;
}
#page-list a span {
	font-size: 0.5em;
}
#page-list a:hover {
	text-decoration: none !important;
	background: rgba(230,230,230,0.7);
}

/*下部に固定される製品アイコンボタン*/
#list_fix_btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 120%;
	z-index: 999;
	cursor: pointer;
}
#list_fix_btn:hover {
	opacity: .7;
}
#list_fix_btn img {
	
	display: block;
	width: 90px;
	margin: auto;
}
#list_fix_btn span {
	background: rgba(230,230,230,0.9);
	text-decoration: none;
	color: #555;
	padding: 10px 10px 10px 10px;
	text-align: center;
	display: block;
	border-radius: 2em;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 0.8em;
	letter-spacing: -0.05em;
}

/*ヘッダー*/

.headerPavilionLogo{
	width: calc(80% - 2em);
	max-width: 400px;
	margin: 0 auto ;
	padding: 5% 0 0 0;
}
.headerTitle{
	width: calc(100% - 2em);
	max-width: 500px;
	text-align: center;
	margin: 1em auto 0 auto;
}

.headerBTNTOP{
	width: 100px;
	text-align: center;
	margin: 2em auto 0 auto;
	display: block;
}


#btnDIV {
	width: 96%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 4em;
	margin-left: auto;
}
#btnDIV img {
	float: left;
	width: 32.333%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

/*モバイル版（最小）*/
@media (max-width: 639px) {
	
	
	#btnDIV {
	width: 60%;
	max-width: 300px;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
}
#btnDIV img {
	float: none;
	width: 100%;
	margin:0 0 1em 0;
}
	

	
}
/*フッター*/

.listContentArea{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	
}


/*リストエリア*/
.subpageTitle{
	width: calc(80% - 2em);
	max-width: 350px;
	text-align: center;
	margin: 2em auto 0 auto;
}
.listpageMidashi1{
	font-size: 2em;
	color: #000;
	line-height: 1em;
	font-weight: 900;
	text-align: center;
	margin: 3em auto 0 auto;
}

.listpageSearchArea{
	width: calc(100% - 4em);
	margin: 1.5em auto 0 auto;
	padding: 2em 1em ;
	border: 3px solid #7b4e33;
	border-radius: 1.5em;
}
.listpageSearchDiv1{
	max-width: 710px;
    width: 100%;
    margin: auto;
}
.listpageSearchDiv2{
	width: 100%;
	margin: 0 auto 1em 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*/
}
.listpageSearchDiv2L{
	font-size: 1.6em;
    color: #333;
    line-height: 1em;
    text-align: left;
    font-weight: bold;
    width: 11em;
    padding: 1em 1em 1em 0;
}
.listpageSearchDiv2R{
	width: calc(90% - 14em);
    border: 2px solid #eee;
    padding: 0.25em;
    cursor: pointer;
}
.listpageSearchDiv2R:hover{
	opacity: 0.7;
}
#listpageSearchSelectedProd img{
	width: 93%;
}
#listpageSearchSelectedRegi img{
	width: 93%;
}
.listpageSearchArrow{
	width: 7%;
}
.listpageSearchBTNDiv{
	margin: 2em auto 0 auto;
	text-align: center;
}
.listpageSearchBTNDiv img{
	width: 9em;
	margin: 0 0.5em;
	cursor: pointer;
}
.listpageSearchBTNDiv img:hover{
	opacity: 0.7;
}
/*モバイル版（最小）*/
@media (max-width: 639px) {
	.listpageMidashi1{
		font-size: 1.4em;
		color: #000;
		line-height: 1em;
		font-weight: 900;
		text-align: center;
		margin: 3em auto 0 auto;
	}

	.listpageSearchDiv2L{
		font-size: 1.3em;
		color: #333;
		line-height: 1em;
		text-align: center;
		width: 100%;
		padding: 0 0 0.25em 0;
	}
	.listpageSearchDiv2R{
		width: 100%;
		max-width: 450px;
		padding: 0.25em;
	}
	.listpageSearchBTNDiv img:hover{
		opacity: initial;
	}
}
.listpageArea{
	width: 100%;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/list_bg_mokume.gif);
	background-size: 100%;
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 2em 4em 2em;
	margin: 1em auto 0 auto;
}
.listpageAreaBGHead{
	width: calc(100% + 4em);
    position: relative;
    left: -2em;
    height: 6em;
    background-image: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/top_bg_top.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 3em;
}
.listpageP1{
	font-size: 1.5em;
	color: #3d3a39;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.25em;
}
.listpageP1Div{
	border-bottom: 2px solid #666;
	width: calc(100% - 1em);
	margin: auto;
}
@media (max-width: 799px) {
	.listpageP1Div{
		width: calc(100% - 2em);
	}
}
@media (max-width: 639px) {
	.listpageArea{
		padding: 0 1em 0 1em;
		margin: 2em auto 0 auto;
		background-size: 800px;
	}
	.listpageAreaBGHead{
		width: calc(100% + 2em);
		left: -1em;
		height: 2em;
		margin-bottom: 3em;
		
	}
	.listpageP1{
		font-size: 1.2em;
		margin-bottom: 0.25em;
	}
}
@media (max-width: 499px) {
	.listpageP1{
		font-size: 1.0em;
		letter-spacing: -0.5px;
	}
}

.selectAlfaDIV1 {
	width: calc(100% - 4em);
	margin: 1.5em auto 0 auto;
	padding: 2em 1em ;
	border: 3px solid #7b4e33;
	border-radius: 1.5em;
}
.selectAlfaDIV2 {
	text-align: center;
}
.selectAlfaDIV2 img {
	margin: 0.2em;
	width:2.5em;
	height:auto;
}


#istAreaAlfa h4 {
	background-color:#7b4e33;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 1.8em;
	height: 1.8em;
	background-size: cover;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	padding-top: 0.3em;
	margin-top: 1.75em;
	margin-left: 0.2em;
	border-radius: 2em;
}

.selectH42 {
	margin-top: 3em;
}
#listAreaNoHitP{
	    font-size: 1.3em;
    color: #000;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    padding: 3em 1em;
}
.table {
	display: table;
	width: 100%;
}
.table div {
	
}
.td1 {
	display: table-cell;
	width: 50%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	text-align: left;

	vertical-align: middle;
	padding-top: 1.9em;
	padding-right: 0.5em;
	padding-bottom: 1.6em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.td2 {
	display: table-cell;
	width: 20%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	text-align: left;

	vertical-align: middle;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.td3 {
	    display: table-cell;
    width: 30%;
    text-align: left;
    font-size: 1em;
    font-weight: bold;

    vertical-align: middle;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.td4 {
	display: none;
}
.tdp1Foodexwine{
	width: 125px;
    height: auto;
    float: left;
    margin-left: 2.5em;
    margin-top: -1.15em;
}
.tdp1 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	color: #d82a82;
	float: left;
}

.tdp1sr{
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #d08f00;
}
.tdp2 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	margin-top: 0.75em;
	width: calc(100% - 0.5em);
	padding: 0 0 0.1em 0;
}
.tdp3 {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	margin-top: 0.4em;
}
.tdp4 {
	display: inline-block;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1em;
	color: #00f;
	margin-top: 1.0em;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/list-btn-website.png);
	background-size: 25px;
	background-position: left -3px center;
	background-repeat: no-repeat;
	padding: 0.5em 0 0.5em 27px;
}
.tdp4:hover {
	opacity: 0.5;
}
.tdp5 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1em;
	color: #333;
	margin-top: 0.25em;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/list-icon-mail.png);
	background-size: 25px;
	background-position: left -3px center;
	background-repeat: no-repeat;
	padding: 0.5em 0 0.5em 27px;
}
.tdp6 {
	font-size: 1.0em;
	line-height: 1.25em;
	font-weight: bold;
	color: #333;
	margin-top: 1em;
	padding: 0 0em;
}
.tdp7importer{
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	margin-top: 1.25em;
	margin-left: 0;
	line-height: 1em;
	display: inline-block;
}
.tdp7importer a{
	color: #006bb7;
	text-decoration: underline;
}
.tdp7importer a:hover{
	opacity: 0.5;
}

.tdp7importerNolink{
}


.td2 img {
	width: 3em;
	height: 3em;
	margin: 0.25em 0.1em;
}
.tdHIddenText{
	display: none;
}
/*モバイル版（最小）*/
@media (max-width: 799px) {
	#istAreaAlfa {
		padding: 0.5em;
	}

	#istAreaAlfa h4 {
		margin:1em 0 0 0.3em;
	}
	.td1 {
		display: block;
		width: 100%;
		border: none !important;
		text-align: left;
		
		padding-bottom: 0.5em;
	}
	.tdp1 {
		
	}
	.tdp1Foodexwine{
		
	}
	.td2 {
		display: block;
		width: 100%;
		text-align: left;
		border:none;

	}
	.tdp2 {
		border-bottom:none;
	}
	.td2 img{
		
		width: 3em;
		height:auto;
		margin-right:0.3em;
		
	}
	.td3 {
		display: block;
		width: 100%;
		font-size: 0.9em;
		border-bottom-width: 1px;
		border-bottom-style: dotted !important;
		border-bottom-color: #999;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
	}
	.td3 p{
		background-color: #fff;
		padding: 1em;
		border-radius: 8px;
	}
}
/*モバイル版（最小）*/
@media (max-width: 345px) {
	.tdp1 {
		font-size: 1.4em;
		padding: 0px;
		height: 24px;
	}
	
}


/*モーダル*/
#modalWrap{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	display: block;
	position: fixed;
	overflow-y: scroll;
}
.modalArea{
	position: fixed;
    width: calc(90vw);
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    border-radius: 1.8vw;
    background-color: #fff;
    padding: 2em;
}
#modalProdSetsumei{
	height: 85vh;
    max-height: 780px;
}
#modalProd{
	height: 85vh;
    max-height: 780px;
}
#modalRegi{
	height: 90vh;
    max-height: 900px;
}
.modalMap{
	width: 250px;
	display: block;
	margin: auto;
}

.modalScrollDIVProd{
    width: 100%;
    height: calc(65vh + 15px);
    max-height: 560px;
    overflow-y: scroll;
    margin: 1em auto 0 auto;
    position: relative;
}
.modalScrollDIVRegi{
    width: 100%;
    height: calc(73vh + -15px);
    max-height: 730px;
    overflow-y: scroll;
    margin: 1em auto 0 auto;
    position: relative;
}


/*スクロールバーの横幅指定*/
.modalScrollDIVProd::-webkit-scrollbar ,.modalScrollDIVRegi::-webkit-scrollbar {
    width: 0.6vw;
}
/*スクロールバーの背景色・角丸指定*/
.modalScrollDIVProd::-webkit-scrollbar-track ,.modalScrollDIVRegi::-webkit-scrollbar-track {
  border-radius: 1vw;
	background: #fff;
}
/*スクロールバーの色・角丸指定*/
.modalScrollDIVProd::-webkit-scrollbar-thumb ,.modalScrollDIVRegi::-webkit-scrollbar-thumb {
  border-radius: 1vw;
	background:#004764;
}
/*モバイル版（最小）*/
@media (max-height: 979px) {
	/*スクロールバーの背景色・角丸指定*/
	.modalScrollDIVProd::-webkit-scrollbar-track ,.modalScrollDIVRegi::-webkit-scrollbar-track {
		background: #eee;
	}
}
.modalP1{
	font-size: 1.6em;
	color: #333;
	line-height: 1em;
	text-align: center;
	font-weight: 900;
	margin: auto auto 1em auto;
}
.modalP2{
	display: block;
	margin: auto;
	max-width: 390px;
	width: 85%;
}
.modalProdBTNDIV{
	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*/
}
.modalProdBTNDIV img{
	width: 49%;
	margin: 0 0 0.5em 0;
	cursor: pointer;
}
.modalProdBTNDIV img:hover{
	opacity: 0.7;
}
.modalRegiBTNDIV{
	width: 100%;
	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*/


}
.modalRegiBTNDIV li{
	font-size: 1.0em;
	color: #555;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	letter-spacing: -0.25px;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 0.5em;
	border-radius: 8px;
}
.modalRegiBTNDIV li:hover{
	opacity: 0.7;
	text-decoration: underline;
}
.modalRegiOdd{
	width: calc(56% - 1em);
	padding-right: 2%;

}
.modalSpace{
	width: calc(40% - 1em);
	margin-left: 1.5%;
	opacity: 0;
}
.modalRegiEven{
	width: calc(40% - 1em);
	margin-left: 1.5%;
}

.modalCloseBTN{
	width: 125px;
	display: block;
	margin: 2em auto 0 auto;
	bottom: 4%;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.modalCloseBTN:hover{
	opacity: 0.6;
}
.modalScrollDIVGradeProd{
		background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
		position: fixed;
		bottom: 5%;
		width: calc(100% - 4em );
		height: 10vh;
		display: none;
	}
	.modalScrollDIVGradeRegi{
		background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
		position: fixed;
		bottom: 5%;
		width: calc(100% - 4em );
		height: 10vh;
		display: none;
	}
.lbbrsp{
	display: none;
}
/*モバイル版（最小）*/
@media (max-width: 639px) {

	#modalProd{
		height: 85vh;
	    max-height: initial;
	}
	.modalScrollDIVProd{
	    height: 70vh;
	    max-height: initial;
	    padding: 0 5px 10vh 5px;
	}
	#modalRegi{
		height: 85vh;
	    max-height: initial;
	}
	.modalScrollDIVRegi{
	    height: 70vh;
	    max-height: initial;
	    padding: 0 5px 10vh 5px;
	}
	/*スクロールバーの横幅指定*/
	.modalScrollDIVProd::-webkit-scrollbar ,.modalScrollDIVRegi::-webkit-scrollbar {
	    width: 2.4vw;
	}
	/*スクロールバーの背景色・角丸指定*/
	.modalScrollDIVProd::-webkit-scrollbar-track ,.modalScrollDIVRegi::-webkit-scrollbar-track {
	  border-radius: 4vw;
		background: #eee;
	}
	/*スクロールバーの色・角丸指定*/
	.modalScrollDIVProd::-webkit-scrollbar-thumb ,.modalScrollDIVRegi::-webkit-scrollbar-thumb {
	  border-radius: 4vw;
	}
	.modalProdBTNDIV img{
		width: 100%;
		margin: 0 0 0.5em 0;
	}

	.modalRegiOdd{
		width: 100%;
		padding-right: 0;

	}
	.modalRegiEven{
		width: 100%;
		margin-left: 0;
	}
	.modalSpace{
	display: none;
	}


	.modalCloseBTN{
		width: 110px;
		bottom: 2%;
	}
	.lbbrsp{
		display: inline;
	}
	.modalScrollDIVGradeProd{
		display: block;
	}
	.modalScrollDIVGradeRegi{
		display: block;
	}

}


/*ピンサ*/
.pinsaWrap{
	width: 100%;
	
	margin: 3.5em auto 0 auto;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/top_bg_mokume.gif);
	background-size: 100%;
	background-position: top center;
	background-repeat: repeat-y;
}



.pinsaHeadWrap{
	width: 100%;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/top_bg_top.png);
	background-size: 800px;
	background-position: top center;
	background-repeat: repeat-x;

}


.pinsaFootWrap{
	width: 100%;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/top_bg_bottom.png);
	background-size: 800px;
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 120px;
}
.pinsaTitle{
	width: 100%;
	max-width: 370px;
	margin: auto;
}
.pinsaP1{
	width: calc(100% - 2em);
	max-width: 720px;
	margin: 2em auto 0 auto;
}
@media (max-width: 639px) {
	.pinsaP1{
		width: calc(100% - 2em);
		max-width: 420px;
		margin: 4em auto 0 auto;
	}
}
.pinsaDIV1{
	width: calc(100% - 2em);
	max-width: 650px;
	margin: 7em auto 0 auto;
	background-color: #fff;
	border-radius: 40px;
	padding: 0em 3em 2em 3em;
}
.pinsaDIV1Midashi1{
	width: 100%;
	height: 30px;
	position: relative;
}
.pinsaDIV1Midashi1 img{
	width: calc(100% - 4em);
	max-width: 360px;
	margin: auto;
	position: absolute;
	top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.pinsaListFlex{
	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*/
}
.pinsaListDIV1{
	width: 44%;
    background-image: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/pinsa_hr1.gif);
    background-size: 26px;
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
	margin: 20px auto 0 auto;
}
.pinsaListTerm1{
	background: none;
}
.pinsaListStandno{
	width: 84%;
	max-width: 140px;
	margin: auto;
}
@media (max-width: 639px) {
	.pinsaDIV1Midashi1 img{
		top: -8vw;
	}
	.pinsaDIV1{
		width: calc(100% - 2em);
		max-width: 650px;
		margin: 7em auto 0 auto;
		background-color: #fff;
		border-radius: 7vw;
		padding: 0em 2em 2em 2em;
	}
	.pinsaListDIV1{
		width: 45%;
		
	}
}
@media (max-width: 499px) {
	.pinsaDIV1{
		
		padding: 0em 1em 2em 1em;
	}
	
}

.pinsaDimarco{
	width: 57%;
	max-width: 260px;
	margin: 3em auto 0 auto;
	padding-bottom: 4em;
}

/*カフェコーナー*/
.caffeWrap{
	width: 100%;
	
	margin: 1.5em auto 0 auto;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(247,226,204,1) 50%, rgba(227,190,157,1) 100%);}
.caffeWrapBGL{
	width: 100%;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/caffe-bg-left.png);
	background-size: 230px;
	background-position: left top;
	background-repeat: repeat-y;
	background-color: rgba(255,255,255,0);
}
.caffeWrapBGR{
	width: 100%;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/caffe-bg-right.png);
	background-size: 178px;
	background-position: right top;
	background-repeat: repeat-y;
	background-color: rgba(255,255,255,0);
}
@media (max-width: 899px) {
	.caffeWrapBGL{
		background-size: 180px;
		background-position: left -85px top;
	}
	.caffeWrapBGR{
		background-size: 150px;
		background-position: right -60px top -60px;
	}
	
}
.caffeHeadWrap{
	width: 100%;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/caffe_bg_head.png);
	background-size: 1200px;
	background-position: top center;
	background-repeat: repeat-x;

}



.caffeTitle{
	width: 100%;
	max-width: 370px;
	margin: auto;
}
.caffeP1{
	width: calc(100% - 2em);
	max-width: 575px;
	margin: 2em auto 0 auto;
}
@media (max-width: 639px) {
	.caffeP1{
		width: calc(90% - 2em);
		max-width: 420px;
		margin: 4em auto 0 auto;
	}
}
.caffeP2{
	width: calc(100% - 8em);
	max-width: 320px;
	margin: 4em auto 0 auto;
}

.caffeDIV1Midashi1{
	width: 100%;
	height: 30px;
	position: relative;
}
.caffeDIV1Midashi1 img{
	width: calc(100% - 4em);
	max-width: 320px;
	margin: auto;
	position: absolute;
	top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 639px) {
	.caffeDIV1Midashi1 img{
		top: -8vw;
	}
}

.caffeIiac{
	width: 57%;
	max-width: 260px;
	margin: 3em auto 0 auto;
	padding-bottom: 4em;
}


/*クッキング*/
.cookWrap{
	width: 100%;
	
	margin: 6.5em auto 0 auto;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cooking_bg1.png);
	background-size: 150px;
	background-position: top center;
	background-repeat: repeat;
}



.cookHeadWrap{
	width: 100%;
    background-image: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cooking_kazari1.png);
    background-size: 956px;
    background-position: top 12px center;
    background-repeat: no-repeat;

}
@media (max-width: 899px) {
	.cookHeadWrap{
		background-size: 700px;
		background-position: top 16px center;
	
	}
}
@media (max-width: 549px) {
	.cookHeadWrap{
		background-size: 620px;
		background-position: top 20px center;
	
	}
}


.cookTitle{
	width: 70%;
	max-width: 220px;
	margin: 0 auto 0 auto;
	position: relative;
}
.cookTitle img{
	display: block;
	position: relative;
	top: -2.5em;
}
.cookP1{
	width: calc(100% - 2em);
	max-width: 770px;
	margin: 0 auto 0 auto;
}
@media (max-width: 639px) {
	.cookP1{
		width: calc(100% - 2em);
		max-width: 420px;
		margin: 0em auto 0 auto;
	}
}
.cookP2{
	width: calc(100% - 2em);
	max-width: 600px;
	margin: 2em auto 0 auto;
}
@media (max-width: 639px) {
	.cookP2{
		width: calc(100% - 2em);
		max-width: 400px;
		margin: 2em auto 0 auto;
	}
}
.cookScheduleDIV1{
	width: calc(100% - 2em);
	max-width: 860px;
	margin: 3em auto 0 auto;
	border-image-source: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cooking_border_1.png); 
	border-image-slice: 150 fill;
	border-image-width:50px;
	border-image-outset:0px;
	border-image-repeat:round;
	padding: 1em 2em 2em 2em;
}
.cookScheduleDIV1Midashi1{
	width: 100%;
	max-width: 450px;
	margin: 0 auto -0.8em auto;
}
.cookScheduleDateDIV{
	display: block;
	position: relative;
	margin-top: 0.2em;
}
.cookScheduleDateP{
	border-radius: 4px;
	background-color: #ec741c;
	font-size: 1.15em;
	color: #fff;
	line-height: 1em;
	text-align: left;
	font-weight: 600;
	padding: 0.3em 1em 0.4em 1em;
	display: inline-block;
	position: relative;
	bottom: -0.5em;
}
.cookScheduleDIV2{
	background-color: #fff;
	border-radius: 16px;
	padding: 0.7em 1em;
}
.cookScheduleDIV2Flex{
	font-size: 1.15em;
	color: #242626;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	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: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.cookScheduleDIV2FlexBorder:after {
    background: radial-gradient(circle farthest-side, #ec741c, #ec741c 40%, transparent 40%, transparent);
    background-size: 7px;
    content: '';
    display: inline-block;
    height: 7px;
    width: 100%;
}
.cookScheduleHour{
	padding: 0.5em 0;
	width: 9.5em;
	color: #ec741c;
	font-weight: 600;
}
.cookScheduleTitle{
	padding: 0.5em 0;
	width: calc(100% - 9.5em);
	font-weight: 600;
}
.cookScheduleTitle a{
	color: #ec741c;
	text-decoration: none;
}
.cookScheduleTitle a:hover{
	text-decoration: underline;
}
.cookScheduleTitle span{
	color: #ec741c;
}
.cookScheduleTitle .brsp{
	display: none;
}
@media (max-width: 639px) {
	.cookScheduleDIV1Midashi1{
		margin: 0 auto 0em auto;
	}
	.cookScheduleDIV1{
		padding: 1em 1.25em 1.25em 1.25em;
	}
	.cookScheduleDIV2Flex{
		font-size: 1.15em;
		display: block;
	}
	.cookScheduleHour{
		padding: 0.3em 0 0 0;
		width: 100%;
		color: #ec741c;
	}
	.cookScheduleTitle{
		padding: 0.3em 0;
		width: 100%;
		font-size: 0.85em;
		line-height: 1.6em;
	}
	.cookScheduleTitle .brsp{
		display: block;
	}
	.cookScheduleTitle span{
		display: block;
		margin-top: 0.2em;
	}
}


.cookChefMidashi1{
	width: 80%;
	max-width: 320px;
	margin: 4em auto -0.8em auto;
}
.coolChefDIV1{
	width: calc(100% - 2em);
	max-width: 860px;
	margin: 2.5em auto 0 auto;
	background-color: ;
	border-image-source: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cooking_border_2.png); 
	border-image-slice: 150 fill;
	border-image-width:50px;
	border-image-outset:0px;
	border-image-repeat:round;
	padding: 2em 2em 2em 2em;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row-reverse;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: flex-start;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.coolChefDIV1L{
	width: calc(100% - 205px);
}
.coolChefDIV1R{
	width: 180px;
}
.coolChefNameP{
	font-size: 1.4em;
	color: #242626;
	line-height: 1em;
	text-align: left;
	font-weight: 600;
	display: inline-block;
	padding: 0 0.2em 0.4em 0.2em;
	border-bottom: 1px solid #242626;;
}
.coolChefNamePEng{
	margin-left: 0.8em;
}
.coolChefShop{
	font-size: 1.1em;
	color: #242626;
	line-height: 1em;
	text-align: left;
	font-weight: 600;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cooking_shopicon.png);
	background-size: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	margin-top: 0.8em;
}
.coolChefText1{
	font-size: 1.1em;
    color: #242626;
    line-height: 2.2em;
    text-align: left;
    font-weight: 600;
    margin: 1em 0 0 0;
    background-image: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cooking_hr_point.png);
    background-size: 2.05em;
    background-position: top center;
    background-repeat: repeat;
    padding-bottom: 0.5em;
}
@media (max-width: 549px) {
	.coolChefDIV1{
		padding: 2em;
		display: block;
	}
	.coolChefDIV1R{
		width: 100%;
		max-width: 240px;
		margin: auto;
	}
	.coolChefDIV1L{
		width: 100%;
		margin: 2em auto 0 auto;
	}
	.coolChefNameP{
		display: block;
	}
	.coolChefText1{
		font-size: 1.0em;
		
	}

}
@media (max-width: 459px) {
	.coolChefDIV1{
		padding: 2em 1.25em 1.25em 1.25em;
		display: block;
	}
	.coolChefText1{
		font-size: 0.95em;
		
	}
	

}


/*チーズコーナー*/
.cheeseWrap{
	width: 100%;
	padding-bottom: 3.5em;
	margin: 1.5em auto 0 auto;
	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cheese_bg_grade.webp);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-y;
}
.cheeseWrapBGL{
	width: 100%;
    background-image: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cheese_bg_left.webp);
    background-size: 245px;
    background-position: left top 30px;
    background-repeat: no-repeat;
}
.cheeseWrapBGR{
	width: 100%;
    background-image: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cheese_bg_right.webp);
    background-size: 226px;
    background-position: right top 57px;
    background-repeat: no-repeat;
}
@media (max-width: 899px) {
	.cheeseWrapBGL{
		background-size: 216px;
        background-position: left -31px top 24px;
	}
	.cheeseWrapBGR{
		background-size: 196px;
        background-position: right -31px top 57px;
	}
	
}
@media (max-width: 499px) {
	.cheeseWrapBGL{
		background-size: 216px;
        background-position: left -61px top 24px;
	}
	.cheeseWrapBGR{
		background-size: 196px;
        background-position: right -71px top 57px;
	}
	
}
@media (max-width: 399px) {
    .cheeseWrapBGL {
        background-size: 58vw;
    }
	.cheeseWrapBGR{
		background-size: 50vw;
	}
}
.cheeseHeadWrap{
	width: 100%;
    background-image: url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cheese_bg_top.webp);
    background-size: 1200px;
    background-position: top -156px center;
    background-repeat: repeat-x;

}



.cheeseTitle{
	width: 100%;
	max-width: 370px;
	margin: auto;
}
.cheeseP1{
	width: calc(100% - 2em);
	max-width: 575px;
	margin: 3em auto 0 auto;
}
@media (max-width: 639px) {
	.cheeseP1{
		width: calc(100% - 2em);
		max-width: 420px;
		margin: 4em auto 0 auto;
	}
}
.cheeseP2{
	width: 80%;
	max-width: 450px;
	margin: 3em auto 0 auto;
	background-color: #fff;
	border-radius: 200px;
	padding: 1em;
}
.cheeseP2 img{
	width: 58%;
    max-width: 200px;
    margin: 0 auto 0 auto;
    display: block;

}
.cheeseListDIV1{
	width: calc(100% - 2em);
	margin: auto;
	max-width: 630px;
	padding: 3em 0 0 0;
}
.cheeseListDIV1Flex{
	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: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/

	background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2025kansai/images/cheese_hr_pc.webp);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
	padding: 0 0 1em 0;
}
.cheeseListDIV1FlexName{
	width: calc(100% - 170px);
	padding: 1em 0;
}
.cheeseListDIV1FlexNyushu{
	width: 50px;
	padding: 1em 0;
}
.cheeseListDIV1FlexRegione{
	width: 120px;
	padding: 1em 0 1em 1em;
}
.cheeseListDIV1FlexNameLong img{
	width: 95%;
	min-width: 190px;
}
.cheeseListDIV1FlexNameMid img{
	width: 79%;
	min-width: 190px;
}
.cheeseListDIV1FlexNameShort img{
	width: 58%;
	min-width: 190px;
}
@media (max-width: 539px) {
	.cheeseListDIV1FlexName{
		width: calc(100% - 120px);
		padding: 1em 0;
	}
	.cheeseListDIV1FlexNyushu{
		width: 33px;
		padding: 1em 0;
	}
	.cheeseListDIV1FlexRegione{
		width: 64px;
		padding: 1em 0 1em 0em;
	}

	.cheeseListDIV1FlexNameLong img{
		width: 58%;
	}
	.cheeseListDIV1FlexNameMid img{
		width: 58%;
	}
}
.cheeseFooterLinkP{
	
	width: calc(100% - 2em);
	max-width: 600px;
	margin: 1em auto 0 auto;
	
	position: relative;
}

.cheeseFooterLinkP1{
	position: relative;
	display: block;
	top: 0;
	left: 0;
}

.cheeseFooterLinkP2{
	width: 58.5%;
    position: absolute;
    top: 42.5%;
    left: 10.4%;
    display: block;
}
.cheeseFooterLinkP2 img{
	width: 100%;
    
    display: block;
}


/*個人情報保護方針*/
.privacyContentArea{
	width: calc(100% - 2em);
	max-width: 1000px;
	margin: 4.5em auto 5em auto;
	background-color: rgba(255,255,255,0.85);
	padding: 3em 2em 5em 2em;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.25);
}
.privacyTitle{
	font-size: 2em;
	color: #3e3939;
	line-height: 1em;
	text-align: center;
	font-weight: 600;
	margin: 2em auto 0em auto;
}
@media (max-width: 639px) {
	.privacyContentArea{
		padding: 1em 1em 15% 1em;
	}
	.privacyTitle{
		font-size: 1.8em;
	}
}


.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;
}