@charset "utf-8";
/* 英語用専用スタイル */

html:lang(en) body.home #main-body #news-section h6 {
	display: none;
}

html:lang(en) #main-body h5.instrument-serif-regular + span {
	display: none;
}

html:lang(en) body.key #main-body .data-box section h5 {
	display: none;
}

html:lang(en) body.mvv #main-body .value-list li span.instrument-serif-regular.fs-18 {
	display: none;
}

html:lang(en) body.locations #kyoten-wrap h3 {
	display: none;
}

html:lang(en) .en-reverse {
	flex-direction: row-reverse;
    gap: 10px;
}
html:lang(en) .data-box span.c-cate {
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);/*16-24*/
}

html:lang(en) #locations-section3 h6 i {
	display: none;
}

html:lang(en) #area-list li a h6 {
	display: none;
}

html:lang(en) footer .col-md-3.col-6 + a.mn-bt {
	display: none;
}

/*英語版文字サイズ変更クラス*/
html:lang(en) #main-body .en-fs18 {
	font-size: 18px!important;
}

/*英語版非表示クラス*/
html:lang(en) #main-body .en-none {
	display: none!important;
}

/*英語版非センター合わせクラス*/
html:lang(en) #main-body .en-align-center {
	align-items: center!important;
	margin: auto;
}

/*MVV英語版のフォント差し替え*/
html:lang(en) body.mvv main,
html:lang(en) body.mvv #main-body .noto-serif-jp-500 {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/*英語版のフォント差し替え用クラス*/
html:lang(en) body .en-Instrument {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}