@charset "utf-8";
/* CSS Document */

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.main_pinotNoir {
	margin-bottom: 1em;
}
.main_pinotNoir .intro {
	margin-bottom: 2em;
	line-height: 1.4em!important;
	font-size: 1.4em;
	padding: 5px;
}
.main_pinotNoir .intro b{
	color: #8A0068;
}

.main_pinotNoir h4.header_pinotNoir {
	background-color:#8A0068;
	color: #fff;
	padding: 15px 0;
	line-height: 1.2;
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em;
	font-weight: bold;
}

.main_pinotNoir ul.list_pinotNoir {
	font-size: 1.6em;
	font-family: 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	margin: 0 0 2em 1em;
}


.main_pinotNoir ul.list_pinotNoir li {
	list-style-type: disc!important;
	padding: 0 0 0 10px;
	margin: 0 0 4px;
}

.main_pinotNoir ul.list_pinotNoir b {
	color: #8A0068;
}


.l-img{
	display: flex;
    gap: 30px;
    max-width: 1000px;
    justify-content: center;
    margin: 40px auto 40px auto;
	align-items:center;
}
.l-img .photo{
width:50%;
}
.l-img .photo img{
max-width:80%;
}
.l-img.l-img-wine .photo{
	padding: 20px 0;
	width:33%;
}
.l-img .tx{
	width:50%;
    text-align: left;
}
.l-img .tx .sp-flex-right{
	margin-bottom: 10px;
}
.l-img.l-img-wine .tx{
width:100%;
}
.l-img .tx h5{
font-size:18px;
font-weight:bold;
margin-bottom:12px;
}

.l-img.type02{
gap:0;
border:1px solid #ccc;
}
.l-img.type02 .tx{
padding:20px;
line-height: 1.6;
margin-bottom: 10px;
font-size: 1.4em;
}
.l-img.type02 .detail-catch{
	margin-bottom: 10px;
	font-weight: bold;
}
.l-img .tx p.cite{
	font-size:13px;
    line-height: 1.4;
	padding: 10px;
	background-color: #ddd;
	margin-top: 10px;
}
.l-img.type02 .tx h5 {
    padding: 10px 10px 10px 0;
	font-size: 1.1em;
}
.l-img.l-img-wine .country{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}				
.l-img.l-img-wine .country img{
width:40px;
}
.l-img-wine .txt{
    border-top: 1px solid #ccc;
    padding-top: 20px;
    line-height: 1.6;
	font-size: 1.0em;
}

/* sp▽ */ @media screen and (max-width: 767px){
.main_pinotNoir ul.list_pinotNoir {
	font-size: 1.0em;
	margin: 0 1em 1em;
}
.main_pinotNoir .sp-flex{
	display: flex !important;
        gap: 10px;
        align-items: center;
}
.main_pinotNoir .sp-flex .photo {
width:80px !important;
}
.main_pinotNoir .sp-flex-right h5{
background:unset;
color:#555 !important;
padding:unset;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.l-img.type02{
	gap:0;
	border:1px solid #ccc;
}

.l-img.type02 .tx{
padding:20px;
}

.l-img.type02 .tx h5 {
    padding: 10px;
}
.l-img.l-img-wine.type02 h5{
    background: unset;
    padding: 0;
}
.l-img.l-img-wine .country img {
    width: 24px;
}
.l-img .tx h3 {
    font-size: 15px;
				}
.l-img {
    display: flex;
    gap: 12px;
	font-size: 1.2em;
				}
.l-img.type02 .tx {
    padding: 8px;
}
.l-img .tx p.txt{
clear:both;
font-size:13px;
    line-height: 1.4;
}

.l-img.type02 {
    gap: 0;
    padding: 4px;
				}
.l-img .tx{
    padding: 8px;
	font-size: 1.2em;
	line-height: 1.6;
				}
.main_pinotNoir .pc { display: none;}
.main_pinotNoir .sp { display: block!important;}

}/*△*/

/* pc▽ */ @media screen and (min-width: 768px){
.main_pinotNoir .pc { display: block!important;}
.main_pinotNoir .sp { display: none;}
}/*△*/
