/*
Theme Name: OH-WPML
Theme URI: https://www.ooh.co.jp
Author: OH co.,Ltd.
Version: 1.1.0
Text Domain: oh-wpml
Domain Path: /languages
*/

/* Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@200..900&display=swap');

/* Root */
:root {

	/* --font-family: 'Noto Serif JP', serif; */
	/* --font-weight: 500; */
	/* --color: #333; */
	/* --a-color: royalblue; */
	/* --background: #fff; */
}

/* WPML */
[class*="display-language"] {
	display: none;
}
html[lang="ja"] .display-language-ja,
html[lang="en-US"] .display-language-en,
html[lang="zh-hans"] .display-language-zh-hans,
html[lang="zh-hant"] .display-language-zh-hant,
html[lang="ko"] .display-language-ko,
html[lang="ko"] .display-language-ko,
html[lang="ko-KR"] .display-language-ko,
html[lang="th"] .display-language-th {
	display: block;
}
html[lang="ja"] .hide-language-ja,
html[lang="en-US"] .hide-language-en,
html[lang="zh-hans"] .hide-language-zh-hans,
html[lang="zh-hant"] .hide-language-zh-hant,
html[lang="ko"] .hide-language-ko,
html[lang="ko-KR"] .hide-language-ko,
html[lang="th"] .hide-language-th {
	display: none;
}
/* [class*="is-language"] {
	display: none;
}
html[lang="ja"] .is-language-ja,
html[lang="en-US"] .is-language-en,
html[lang="zh-hans"] .is-language-zh-hans,
html[lang="zh-hant"] .is-language-zh-hant,
html[lang="ko"] .is-language-ko,
html[lang="th"] .is-language-th {
	display: block;
} */
