/*
Theme Name: OH-WPML 2025
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('http://localhost:8888/F_Fonts/webpack/dist/css/noto-sans.css');
/* @import url('http://localhost:8888/F_Fonts/webpack/dist/css/noto-serif.css'); */

/* Root */
:root {

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

/**
 * WPML Display or Hide
 * @date 5 Sep 2025
 */
[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;
}


/**
 * Highwaybus
 * @date 25 Dec 2025
 */
/* .has-highwaybus-orange-color {
	color: #ff6600 !important;
}
.has-highwaybus-orange-background-color {
	background-color: #ff6600;
} */
