{% extends 'default_frame.twig' %}
{% import 'macro/iframe.twig' as iframe_macro %}
{% block stylesheet %}
<style>
.ec-layoutRole {
background:#fbfbfb !important;
}
div.res_iframe {
padding-bottom: 1050%;
}
@media only screen and (min-width: 428px) {
div.res_iframe {
padding-bottom: 900%;
}
}
@media only screen and (min-width: 768px) {
div.res_iframe {
padding-bottom: 280%;
}
}
@media only screen and (min-width: 1024px) {
div.res_iframe {
padding-bottom: 220%;
}
}
</style>
{% endblock %}
{% block main %}
{{ iframe_macro.kofun_iframe('planning') }}
{% endblock %}