Contact Form

For product inquiries, please use the form below.
Contact Form
window.addEventListener("message", receiveSize, false);
function receiveSize(e) {
if (e.origin === "https://go.kem.kyoto" && e.data.execFlg
=== "autoHeight") {
document.getElementById("formArea").style.height = e.data.height + "px";
}
}
