var/cache/dev/twig/11/11b5d65cd07500a2c70d005c2a4d6145.php line 42

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @user_data/showroom.twig */
  14. class __TwigTemplate_20dac1c6a1a1060875a5cf108f394cdb extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  28.         $this->checkSecurity();
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 11
  33.         return "default_frame.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@user_data/showroom.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@user_data/showroom.twig"));
  42.         // line 13
  43.         $context["body_class"] = "front_page";
  44.         // line 11
  45.         $this->parent $this->loadTemplate("default_frame.twig""@user_data/showroom.twig"11);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 14
  53.     public function block_stylesheet($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  60.         // line 15
  61.         echo "\t<style>
  62. \t\t.slider-dots {
  63. \t\t\tdisplay: flex;
  64. \t\t\talign-items: center;
  65. \t\t\tjustify-content: center;
  66. \t\t\tmargin: 32px 0;
  67. \t\t}
  68. \t\t.slider-dots li {
  69. \t\t\tlist-style-type: none;
  70. \t\t\twidth: 44px;
  71. \t\t\theight: 22px;
  72. \t\t\tcursor: pointer;
  73. \t\t}
  74. \t\t.slider-dots li button {
  75. \t\t\twidth: 44px;
  76. \t\t\theight: 22px;
  77. \t\t\tborder-top-width: 2px;
  78. \t\t\tborder-color: #E2DFD6;
  79. \t\t}
  80. \t\t.slider-dots li.slick-active button {
  81. \t\t\tborder-top-width: 2px;
  82. \t\t\tborder-color: #A88B57;
  83. \t\t}
  84. \t\t@media(max-width: 768px) {
  85. \t\t\t.slider-dots {
  86. \t\t\t\tmargin-top: 20px;
  87. \t\t\t}
  88. \t\t\t.slider-dots li {
  89. \t\t\t\twidth: 36px;
  90. \t\t\t}
  91. \t\t\t.slider-dots li button {
  92. \t\t\t\twidth: 36px;
  93. \t\t\t}
  94. \t\t}
  95. \t</style>
  96. ";
  97.         
  98.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  99.         
  100.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  101.     }
  102.     // line 51
  103.     public function block_javascript($context, array $blocks = [])
  104.     {
  105.         $macros $this->macros;
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  107.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  109.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  110.         // line 52
  111.         echo "\t<script>
  112. \t\t\$(document).ready(function () {
  113.             \$('.slider').slick({
  114.                 customPaging: function (slider, index) {
  115.                     return \$('<button type=\"button\" />').text((''));
  116.                 },
  117.                 dotsClass: 'slider-dots',
  118.                 slide: 'div',
  119.                 infinite: true,
  120.                 autoplay: true,
  121.                 autoplaySpeed: 7000,
  122.                 speed: 1500,
  123.                 slidesToShow: 1,
  124.                 slidesToScroll: 1,
  125.                 dots: true
  126.             });
  127.             var dots = true;
  128.         });
  129. \t</script>
  130. \t<script>
  131. \t\t\$(function () {
  132.             \$('a[href^=\"#\"]').click(function () {
  133.                 var adjust = 200;
  134.                 var speed = 400;
  135.                 var href = \$(this).attr(\"href\");
  136.                 var target = \$(href == \"#\" || href == \"\" ? 'html' : href);
  137.                 var position = target.offset().top - adjust;
  138.                 \$('body,html').animate({
  139.                     scrollTop: position
  140.                 }, speed, 'swing');
  141.                 return false;
  142.             });
  143.         });
  144. \t</script>
  145. ";
  146.         
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  148.         
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  150.     }
  151.     // line 87
  152.     public function block_main($context, array $blocks = [])
  153.     {
  154.         $macros $this->macros;
  155.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  157.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  159.         // line 88
  160.         echo "\t<div class=\"font-extralight leading-relaxed lg:px-6 flex flex-col pb-[88px] mt-4 items-center md:mt-11 md:pb-10 tracking-widest\">
  161. \t\t<div class=\"flex flex-col mb-[128px] md:mb-10\">
  162. \t\t\t<img src=\"";
  163.         // line 90
  164.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom.webp"), "html"nulltrue);
  165.         echo "\" alt=\"祈りの道具屋まなかの店舗\" class=\"mb-20 md:mb-10 w-[880px] h-[531px] md:w-[325px] md:h-[325px]\">
  166. \t\t\t<div class=\"flex flex-col items-center\">
  167. \t\t\t\t<h2 class=\"flex text-[40px] md:text-xl mb-5 text-center\">
  168. \t\t\t\t\t銀座・横浜元町
  169. \t\t\t\t\t<br class=\"hidden md:block\">ショールーム
  170. \t\t\t\t</h2>
  171. \t\t\t\t<p class=\"border-[2px] border-black py-3 w-[150px] md:w-[92px] text-lg  text-center md:text-xs\">予約制</p>
  172. \t\t\t</div>
  173. \t\t</div>
  174. \t\t<div class=\"flex flex-col items-center gap-y-9\">
  175. \t\t\t<div class=\"relative\">
  176. \t\t\t\t<img src=\"";
  177.         // line 101
  178.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/corporate/reef.webp"), "html"nulltrue);
  179.         echo "\" alt=\"葉\" class=\" w-[52px] h-[58px] md:w-10 md:h-[41px] absolute left-[-32px] bottom-[-2px] -z-10 md:bottom-[32px] \">
  180. \t\t\t\t<h2 class=\"text-[28px] md:text-xl text-center leading-loose tracking-[5.6px] \">実物をご覧に
  181. \t\t\t\t\t<br class=\"hidden md:block\">
  182. \t\t\t\t\tなりませんか?</h2>
  183. \t\t\t</div>
  184. \t\t\t<div class=\"text-center md:text-sm text-sm leading-7 w-full lg:text-start\">
  185. \t\t\t\t<p class=\"mb-6 leading-relaxed\">ショールームでは、オリジナル商品の全ラインナップに加え、
  186. \t\t\t\t\t<br class=\"md:hidden\">希少素材を使った一点物やショールーム専売品も、手に取ってお選び頂けます。</p>
  187. \t\t\t\t<p>柔らかな陽が降り注ぐ空間で、まなかの世界観を感じて頂けますと幸いです。</p>
  188. \t\t\t</div>
  189. \t\t</div>
  190. \t</div>
  191. \t<hr class=\"border-[#E2DFD6] max-w-[1120px] mx-auto w-full md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  192. \t<div class=\"font-extralight tracking-widest leading-relaxed mx-auto max-w-[1120px] lg:px-6\">
  193. \t\t<div
  194. \t\t\tclass=\"flex flex-col\">
  195. \t\t\t";
  196.         // line 118
  197.         echo "\t\t\t<div class=\"py-[120px] md:py-9 flex flex-col items-center gap-y-16 md:gap-y-8\">
  198. \t\t\t\t<div class=\"flex flex-col items-center justify-center gap-y-9 md:gap-y-5\">
  199. \t\t\t\t\t<h3 class=\"text-[28px] md:text-xl tracking-[5.6px]\">ご予約について</h3>
  200. \t\t\t\t\t<div class=\"w-[704px] flex items-center justify-center gap-x-10 md:gap-x-0 bg-manakaBeige py-5 md:py-3 md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  201. \t\t\t\t\t\t<div class=\"flex gap-x-4 md:flex-col items-center justify-center md:gap-y-[2px] md:px-6 md:w-full hover\">
  202. \t\t\t\t\t\t\t<a href=\"#ginza_showroom\" class=\"md:text-xs text-center\">銀座ショールーム</a>
  203. \t\t\t\t\t\t\t<i class=\"fas fa-chevron-down fa-xs\"></i>
  204. \t\t\t\t\t\t</div>
  205. \t\t\t\t\t\t<hr class=\"w-[1px] h-4 bg-[#E2DFD6]\">
  206. \t\t\t\t\t\t<div class=\" flex gap-x-4 md:flex-col items-center md:gap-y-[2px] md:px-6 md:w-full hover\">
  207. \t\t\t\t\t\t\t<a href=\"#yokohama_showroom\" class=\"md:text-xs \">横浜元町ショールーム</a>
  208. \t\t\t\t\t\t\t<i class=\"fas fa-chevron-down fa-xs\"></i>
  209. \t\t\t\t\t\t</div>
  210. \t\t\t\t\t</div>
  211. \t\t\t\t</div>
  212. \t\t\t\t";
  213.         // line 134
  214.         echo "\t\t\t\t<div class=\"flex flex-col gap-y-[112px] md:gap-y-8\">
  215. \t\t\t\t\t<div class=\"flex-col flex\" id=\"ginza_showroo\">
  216. \t\t\t\t\t\t<div class=\"flex gap-x-8 items-center justify-center md:gap-x-3 mb-14 md:mb-5\">
  217. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  218. \t\t\t\t\t\t\t<h3 class=\"text-[28px] tracking-[5.6px] md:text-lg \">銀座ショールーム</h3>
  219. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  220. \t\t\t\t\t\t</div>
  221. \t\t\t\t\t\t<div
  222. \t\t\t\t\t\t\tclass=\"flex flex-col mb-10\">
  223. \t\t\t\t\t\t\t";
  224.         // line 144
  225.         echo "\t\t\t\t\t\t\t<div
  226. \t\t\t\t\t\t\t\tclass=\"flex flex-col items-center mb-11 md:mb-8\">
  227. \t\t\t\t\t\t\t\t";
  228.         // line 147
  229.         echo "\t\t\t\t\t\t\t\t<div class=\"slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  230. \t\t\t\t\t\t\t\t\t<div class=\"image w-[max(45.83vw,325px)] h-[max(28.64vw,204px)] \">
  231. \t\t\t\t\t\t\t\t\t\t<img src=\"";
  232.         // line 149
  233.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_ginza01.webp"), "html"nulltrue);
  234.         echo "\" alt=\"銀座ショールーム\" class=\"w-full h-auto top-0 left-0 rounded\">
  235. \t\t\t\t\t\t\t\t\t</div>
  236. \t\t\t\t\t\t\t\t\t<div class=\"image w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  237. \t\t\t\t\t\t\t\t\t\t<img src=\"";
  238.         // line 152
  239.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_ginza02.webp"), "html"nulltrue);
  240.         echo "\" alt=\"銀座ショールーム\" class=\"w-full h-auto top-0 left-0 rounded\">
  241. \t\t\t\t\t\t\t\t\t</div>
  242. \t\t\t\t\t\t\t\t\t<div class=\"image w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  243. \t\t\t\t\t\t\t\t\t\t<img src=\"";
  244.         // line 155
  245.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_ginza03.webp"), "html"nulltrue);
  246.         echo "\" alt=\"銀座ショールーム\" class=\"w-full h-full top-0 left-0 rounded\">
  247. \t\t\t\t\t\t\t\t\t</div>
  248. \t\t\t\t\t\t\t\t\t<div class=\"image w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  249. \t\t\t\t\t\t\t\t\t\t<img src=\"";
  250.         // line 158
  251.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_ginza04.webp"), "html"nulltrue);
  252.         echo "\" alt=\"銀座ショールーム\" class=\"w-full h-full top-0 left-0 rounded\">
  253. \t\t\t\t\t\t\t\t\t</div>
  254. \t\t\t\t\t\t\t\t</div>
  255. \t\t\t\t\t\t\t</div>
  256. \t\t\t\t\t\t\t<div class=\"flex flex-col\">
  257. \t\t\t\t\t\t\t\t<div class=\"text-center text-sm md:text-start mb-7 md:mb-11\">
  258. \t\t\t\t\t\t\t\t\t<p>有楽町線 銀座一丁目駅、浅草線 宝町駅、銀座線京橋駅よりそれぞれ約徒歩5分。</p>
  259. \t\t\t\t\t\t\t\t\t<p>どちらからでもアクセス良好です。</p>
  260. \t\t\t\t\t\t\t\t</div>
  261. \t\t\t\t\t\t\t\t";
  262.         // line 168
  263.         echo "\t\t\t\t\t\t\t\t<div class=\"flex flex-col items-center mb-5 md:mb-3\">
  264. \t\t\t\t\t\t\t\t\t<div class=\"flex gap-x-4 items-center justify-center mb-5 md:mb-3\">
  265. \t\t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  266. \t\t\t\t\t\t\t\t\t\t<h4 class=\"text-2xl md:text-lg\">予約枠</h4>
  267. \t\t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  268. \t\t\t\t\t\t\t\t\t</div>
  269. \t\t\t\t\t\t\t\t\t";
  270.         // line 175
  271.         echo "\t\t\t\t\t\t\t\t\t<div class=\"flex gap-x-7 md:gap-x-4\">
  272. \t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">10:00~</p>
  273. \t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">13:30~</p>
  274. \t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">16:00~</p>
  275. \t\t\t\t\t\t\t\t\t</div>
  276.                                     <p class=\"text-[10px] mt-2\">※水曜定休日</p>
  277. \t\t\t\t\t\t\t\t\t<p class=\"text-[10px] mt-2\">※当日のご予約はお電話にてお願い申し上げます</p>
  278. \t\t\t\t\t\t\t\t</div>
  279. \t\t\t\t\t\t\t\t<div
  280. \t\t\t\t\t\t\t\t\tclass=\"flex gap-x-8 lg:flex-col lg:gap-y-2 items-center mx-auto lg:mx-0\">
  281. \t\t\t\t\t\t\t\t\t";
  282.         // line 186
  283.         echo "\t\t\t\t\t\t\t\t\t<a href=\"";
  284.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("showroom_confirm");
  285.         echo "\" class=\"bg-[#2D969B] flex gap-x-4 md:gap-x-3 text-white  h-[62px] w-[425px] lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  286. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope fa-lg\" style=\"color: #ffffff;\"></i>
  287. \t\t\t\t\t\t\t\t\t\t<p>フォームで予約</p>
  288. \t\t\t\t\t\t\t\t\t</a>
  289. \t\t\t\t\t\t\t\t\t";
  290.         // line 191
  291.         echo "\t\t\t\t\t\t\t\t\t<a href=\"tel:03-5579-5671\" class=\"bg-[#2D969B] flex gap-x-4 text-white  h-[62px] w-[425px] lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  292. \t\t\t\t\t\t\t\t\t\t<div class=\"md:hidden\">
  293. \t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">お電話での予約は下記番号まで</p>
  294. \t\t\t\t\t\t\t\t\t\t\t<div class=\"flex items-center justify-center gap-2\">
  295. \t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  296. \t\t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">03-5579-5671</p>
  297. \t\t\t\t\t\t\t\t\t\t\t</div>
  298. \t\t\t\t\t\t\t\t\t\t</div>
  299. \t\t\t\t\t\t\t\t\t\t<div class=\"hidden md:flex gap-x-4 md:gap-x-3 items-center\">
  300. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  301. \t\t\t\t\t\t\t\t\t\t\t<p>電話で予約</p>
  302. \t\t\t\t\t\t\t\t\t\t</div>
  303. \t\t\t\t\t\t\t\t\t</a>
  304. \t\t\t\t\t\t\t\t</div>
  305. \t\t\t\t\t\t\t</div>
  306. \t\t\t\t\t\t</div>
  307. \t\t\t\t\t\t<a href=\"#ginza_map\" class=\"text-manakaGold text-center underline hover:no-underline md:text-sm hover\">詳しいアクセス・MAPはこちら</a>
  308. \t\t\t\t\t</div>
  309. \t\t\t\t\t";
  310.         // line 211
  311.         echo "\t\t\t\t\t<div id=\"yokohama_showroom\">
  312. \t\t\t\t\t\t<div class=\"flex-col flex gap-y-14 md:gap-y-5\">
  313. \t\t\t\t\t\t\t<div class=\"flex gap-x-8 items-center justify-center md:gap-x-3\">
  314. \t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  315. \t\t\t\t\t\t\t\t<h3 class=\"text-[28px] md:text-lg tracking-[5.6px]\">横浜元町ショールーム</h3>
  316. \t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  317. \t\t\t\t\t\t\t</div>
  318. \t\t\t\t\t\t\t<div
  319. \t\t\t\t\t\t\t\tclass=\"flex flex-col\">
  320. \t\t\t\t\t\t\t\t";
  321.         // line 221
  322.         echo "\t\t\t\t\t\t\t\t<div
  323. \t\t\t\t\t\t\t\t\tclass=\"w-full flex flex-col items-center mb-11 md:mb-8\">
  324. \t\t\t\t\t\t\t\t\t";
  325.         // line 224
  326.         echo "\t\t\t\t\t\t\t\t\t<div class=\"slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  327. \t\t\t\t\t\t\t\t\t\t<div class=\"slick-slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)] \">
  328. \t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  329.         // line 226
  330.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_ykhm01.webp"), "html"nulltrue);
  331.         echo "\" alt=\"\" class=\" w-full h-auto top-0 left-0\">
  332. \t\t\t\t\t\t\t\t\t\t</div>
  333. \t\t\t\t\t\t\t\t\t\t<div class=\"slick-slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  334. \t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  335.         // line 229
  336.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_ykhm02.webp"), "html"nulltrue);
  337.         echo "\" alt=\"\" class=\" w-full h-auto top-0 left-0\">
  338. \t\t\t\t\t\t\t\t\t\t</div>
  339. \t\t\t\t\t\t\t\t\t\t<div class=\"slick-slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  340. \t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  341.         // line 232
  342.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_ykhm03.webp"), "html"nulltrue);
  343.         echo "\" alt=\"\" class=\" w-full h-full top-0 left-0\">
  344. \t\t\t\t\t\t\t\t\t\t</div>
  345. \t\t\t\t\t\t\t\t\t\t<div class=\"slick-slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  346. \t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  347.         // line 235
  348.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_ykhm04.webp"), "html"nulltrue);
  349.         echo "\" alt=\"\" class=\"w-full h-full top-0 left-0\">
  350. \t\t\t\t\t\t\t\t\t\t</div>
  351. \t\t\t\t\t\t\t\t\t</div>
  352. \t\t\t\t\t\t\t\t</div>
  353. \t\t\t\t\t\t\t\t<div class=\"flex flex-col\">
  354. \t\t\t\t\t\t\t\t\t<div class=\"text-center text-sm md:text-start md:mb-11 mb-7\">
  355. \t\t\t\t\t\t\t\t\t\t<p>みなとみらい線 元町・中華街駅より徒歩3分。</p>
  356. \t\t\t\t\t\t\t\t\t\t<p>JR石川町駅より徒歩10分。どちらからでもアクセス良好です。</p>
  357. \t\t\t\t\t\t\t\t\t</div>
  358. \t\t\t\t\t\t\t\t\t";
  359.         // line 246
  360.         echo "\t\t\t\t\t\t\t\t    <div class=\"flex flex-col items-center mb-5 md:mb-2\">
  361. \t\t\t\t\t\t\t\t\t\t<div class=\"flex gap-x-4 items-center justify-center mb-5 md:mb-3\">
  362. \t\t\t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  363. \t\t\t\t\t\t\t\t\t\t\t<h4 class=\"text-2xl md:text-lg\">予約枠</h4>
  364. \t\t\t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  365. \t\t\t\t\t\t\t\t\t\t</div>
  366. \t\t\t\t\t\t\t\t\t\t";
  367.         // line 253
  368.         echo "\t\t\t\t\t\t\t\t\t\t<div class=\"flex gap-x-7 md:gap-x-4 \">
  369. \t\t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">10:30~</p>
  370. \t\t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">13:30~</p>
  371. \t\t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">16:00~</p>
  372. \t\t\t\t\t\t\t\t\t\t</div>
  373.                                         <p class=\"text-[10px] mt-2\">月曜・火曜・金曜定休日</p>
  374. \t\t\t\t\t\t\t\t\t\t<p class=\"text-[10px] mt-2\">※当日のご予約はお電話にてお願い申し上げます</p>
  375. \t\t\t\t\t\t\t\t\t</div>
  376. \t\t\t\t\t\t\t\t\t<div
  377. \t\t\t\t\t\t\t\t\t\tclass=\"flex gap-x-8 lg:flex-col lg:gap-y-2 items-center mx-auto lg:mx-0\">
  378. \t\t\t\t\t\t\t\t\t\t";
  379.         // line 264
  380.         echo "\t\t\t\t\t\t\t\t\t\t<a href=\"";
  381.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("showroom_confirm");
  382.         echo "\" class=\"bg-[#2D969B] flex gap-x-4 md:gap-x-3 text-white  h-[62px] w-[425px] lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  383. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope fa-lg\" style=\"color: #ffffff;\"></i>
  384. \t\t\t\t\t\t\t\t\t\t\t<p>フォームで予約</p>
  385. \t\t\t\t\t\t\t\t\t\t</a>
  386. \t\t\t\t\t\t\t\t\t\t";
  387.         // line 269
  388.         echo "\t\t\t\t\t\t\t\t\t\t<a href=\"tel:03-5579-5671\" class=\"bg-[#2D969B] flex flex-col text-white h-[62px] w-[425px] lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  389. \t\t\t\t\t\t\t\t\t\t\t<div class=\"md:hidden\">
  390. \t\t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">お電話での予約は下記番号まで</p>
  391. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"flex items-center justify-center gap-2\">
  392. \t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  393. \t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">03-5579-5671</p>
  394. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  395. \t\t\t\t\t\t\t\t\t\t\t</div>
  396. \t\t\t\t\t\t\t\t\t\t\t<div class=\"hidden md:flex gap-4 md:gap-x-3 items-center\">
  397. \t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  398. \t\t\t\t\t\t\t\t\t\t\t\t<p>電話で予約</p>
  399. \t\t\t\t\t\t\t\t\t\t\t</div>
  400. \t\t\t\t\t\t\t\t\t\t</a>
  401. \t\t\t\t\t\t\t\t\t</div>
  402. \t\t\t\t\t\t\t\t</div>
  403. \t\t\t\t\t\t\t</div>
  404. \t\t\t\t\t\t\t<a href=\"#yokohama_map\" class=\"text-manakaGold text-center underline hover:no-underline md:text-sm hover\">詳しいアクセス・MAPはこちら</a>
  405. \t\t\t\t\t\t</div>
  406. \t\t\t\t\t</div>
  407. \t\t\t\t</div>
  408. \t\t\t</div>
  409. \t\t\t<hr
  410. \t\t\tclass=\"border-[#E2DFD6] max-w-[1120x] mx-auto w-full md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  411. \t\t\t";
  412.         // line 294
  413.         echo "\t\t\t<div class=\"mx-auto max-w-[1120px] py-[120px] md:py-9 flex flex-col items-center gap-y-[90px] md:gap-y-6\">
  414. \t\t\t\t<div class=\"flex flex-col gap-y-9\">
  415. \t\t\t\t\t<h3 class=\"text-[28px] md:text-xl tracking-[5.6px] md:text-center\">ショールームだけの<br class=\"hidden md:block\">おもてなし</h3>
  416. \t\t\t\t\t<p class=\"text-sm text-center\">専門スタッフがお位牌・お仏壇選びをお手伝いいたします。</p>
  417. \t\t\t\t</div>
  418. \t\t\t\t";
  419.         // line 300
  420.         echo "\t\t\t\t<div class=\"flex flex-col\">
  421. \t\t\t\t\t<img src=\"";
  422.         // line 301
  423.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_sv01.webp"), "html"nulltrue);
  424.         echo "\" alt=\"コーディネートのイメージ\" class=\"w-[max(45.83vw,325px)]\">
  425. \t\t\t\t\t<div class=\"mt-[-1.66vw] z-10 w-[max(45.83vw,325px)]\">
  426. \t\t\t\t\t\t<div class=\"pt-6 pb-3 pl-0 pr-20 bg-white mb-7 md:mb-0 md:pb-7 md:pt-4 md:pr-3 w-fit \">
  427. \t\t\t\t\t\t\t<p class=\"text-2xl w-fit md:text-base tracking-[4.8px]\">実物を見てコーディネート</p>
  428. \t\t\t\t\t\t</div>
  429. \t\t\t\t\t\t<div class=\"text-sm md:text-sm md:ml-4\">
  430. \t\t\t\t\t\t\t<p class=\"leading-loose\">オリジナル商品の全ラインナップを、実際に手にとって自由にご覧頂けます。
  431. \t\t\t\t\t\t\t\t<br>また、専属スタッフがご希望を伺い、おすすめのコーディネートをご提案します。ご自分らしい「祈りのかたち」を見つけるお手伝いをいたします。</p>
  432. \t\t\t\t\t\t</div>
  433. \t\t\t\t\t</div>
  434. \t\t\t\t</div>
  435. \t\t\t\t";
  436.         // line 313
  437.         echo "\t\t\t\t<div class=\"flex flex-col\">
  438. \t\t\t\t\t<img src=\"";
  439.         // line 314
  440.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_sv02.webp"), "html"nulltrue);
  441.         echo "\" alt=\"カウンセリングのイメージ\" class=\"w-[max(45.83vw,325px)]\">
  442. \t\t\t\t\t<div class=\"mt-[-1.66vw] z-10 w-[max(45.83vw,325px)]\">
  443. \t\t\t\t\t\t<div class=\"pt-6 pb-3 pl-0 pr-20 bg-white mb-7 md:mb-0 md:pb-7 md:pt-4 md:pr-3 w-fit \">
  444. \t\t\t\t\t\t\t<p class=\"text-2xl w-fit md:text-base tracking-[4.8px]\">ご供養のお悩み
  445. \t\t\t\t\t\t\t\t<br class=\"md:block hidden\">
  446. \t\t\t\t\t\t\t\tカウンセリング</p>
  447. \t\t\t\t\t\t</div>
  448. \t\t\t\t\t\t<div class=\"text-sm md:text-sm md:ml-4\">
  449. \t\t\t\t\t\t\t<p class=\"leading-loose\">お位牌・お仏壇の組み合わせはもちろん、ご供養にまつわるさまざまなお悩みに対し、熟練のスタッフがサポートさせて頂きます。 「こんなことを聞いてもいいのだろうか」と思うような内容も、ぜひお気軽にご相談ください。</p>
  450. \t\t\t\t\t\t</div>
  451. \t\t\t\t\t</div>
  452. \t\t\t\t</div>
  453. \t\t\t\t";
  454.         // line 327
  455.         echo "\t\t\t\t<div class=\"flex flex-col\">
  456. \t\t\t\t\t<img src=\"";
  457.         // line 328
  458.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/showroom_sv03.webp"), "html"nulltrue);
  459.         echo "\" alt=\"ショールーム限定商品について\" class=\"w-[max(45.83vw,325px)]\">
  460. \t\t\t\t\t<div class=\"mt-[-1.66vw] z-10 w-[max(45.83vw,325px)]\">
  461. \t\t\t\t\t\t<div class=\"pt-6 pb-3 pl-0 pr-20 bg-white mb-7 md:mb-0 md:pb-7 md:pt-4 md:pr-3 w-fit \">
  462. \t\t\t\t\t\t\t<p class=\"text-2xl w-fit md:text-base tracking-[4.8px]\">ショールーム限定商品</p>
  463. \t\t\t\t\t\t</div>
  464. \t\t\t\t\t\t<div class=\"text-sm md:text-sm md:ml-4\">
  465. \t\t\t\t\t\t\t<p class=\"leading-loose\">希少性の高い天然石のお位牌や、作家と制作した美しい祈りの道具など、数が少なく、オンラインでは取り扱いが難しい商品もご案内しております。</p>
  466. \t\t\t\t\t\t</div>
  467. \t\t\t\t\t</div>
  468. \t\t\t\t</div>
  469. \t\t\t</div>
  470. \t\t\t";
  471.         // line 340
  472.         echo "\t\t\t<hr class=\"border-[#E2DFD6] max-w-[1120x] mx-auto border w-full md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  473. \t\t\t<div class=\"py-[120px] md:py-9 flex flex-col items-center justify-center\">
  474. \t\t\t\t<div class=\"flex flex-col items-center justify-center gap-y-9 md:gap-y-5 mb-[112px] md:mb-8\">
  475. \t\t\t\t\t<h3 class=\"text-[28px] md:text-xl tracking-[5.6px]\">アクセスについて</h3>
  476. \t\t\t\t\t<div class=\"w-[704px] flex items-center justify-center gap-x-10 md:gap-x-0 bg-manakaBeige py-5 md:py-3 md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  477. \t\t\t\t\t\t<div class=\"flex gap-x-4 md:flex-col items-center justify-center md:gap-y-[2px] md:px-6 md:w-full hover\">
  478. \t\t\t\t\t\t\t<a href=\"#ginza_map\" class=\"md:text-sm text-center\">銀座ショールーム</a>
  479. \t\t\t\t\t\t\t<i class=\"fas fa-chevron-down fa-xs\"></i>
  480. \t\t\t\t\t\t</div>
  481. \t\t\t\t\t\t<hr class=\"w-[1px] h-4 bg-[#E2DFD6]\">
  482. \t\t\t\t\t\t<div class=\" flex gap-x-4 md:flex-col items-center md:gap-y-[2px] md:px-6 md:w-full hover\">
  483. \t\t\t\t\t\t\t<a href=\"#yokohama_map\" class=\"md:text-sm\">横浜元町ショールーム</a>
  484. \t\t\t\t\t\t\t<i class=\"fas fa-chevron-down fa-xs\"></i>
  485. \t\t\t\t\t\t</div>
  486. \t\t\t\t\t</div>
  487. \t\t\t\t</div>
  488. \t\t\t\t<div
  489. \t\t\t\t\tclass=\"w-full items-center justify-center flex flex-col gap-y-20 md:gap-y-12\">
  490. \t\t\t\t\t";
  491.         // line 359
  492.         echo "\t\t\t\t\t<div class=\"w-full flex-col flex items-center justify-center\" id=\"ginza_map\">
  493. \t\t\t\t\t\t<div class=\"flex gap-x-8 items-center justify-center md:gap-x-3 mb-11 md:mb-8\">
  494. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  495. \t\t\t\t\t\t\t<h3 class=\"text-[22px] md:text-lg tracking-[4.5px]\">銀座ショールーム</h3>
  496. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  497. \t\t\t\t\t\t</div>
  498. \t\t\t\t\t\t<div class=\"max-w-[880px] w-full\">
  499. \t\t\t\t\t\t\t<div class=\"w-full flex flex-col gap-y-11 mb-16 md:mb-12 md:gap-y-6\">
  500. \t\t\t\t\t\t\t\t<table class=\"whitespace-nowrap text-sm md:text-sm pb-4 ml-4 md:ml-0\">
  501. \t\t\t\t\t\t\t\t\t<tbody class=\"w-full align-top\">
  502. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4\">
  503. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">住所</td>
  504. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0 flex flex-col gap-y-1\">
  505. \t\t\t\t\t\t\t\t\t\t\t\t<p>〒104-0061</p>
  506. \t\t\t\t\t\t\t\t\t\t\t\t<p>東京都中央区銀座1-15-4 銀座一丁目ビル9F</p>
  507. \t\t\t\t\t\t\t\t\t\t\t</td>
  508. \t\t\t\t\t\t\t\t\t\t</tr>
  509. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4\">
  510. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">TEL</td>
  511. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0\">03-5579-5671</td>
  512. \t\t\t\t\t\t\t\t\t\t</tr>
  513. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1\">
  514. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">営業時間</td>
  515. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0\">10:00~18:00 ※水曜定休日</td>
  516. \t\t\t\t\t\t\t\t\t\t</tr>
  517. \t\t\t\t\t\t\t\t\t</tbody>
  518. \t\t\t\t\t\t\t\t</table>
  519. \t\t\t\t\t\t\t\t<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3241.132008135673!2d139.76788477684806!3d35.673751430383106!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188ba8f8bf3de3%3A0xb01ce858839afa41!2z56WI44KK44Gu6YGT5YW35bGL44G-44Gq44GLIOmKgOW6p-OCt-ODp-ODvOODq-ODvOODoOOAkOS6iOe0hOWItuOAkQ!5e0!3m2!1sja!2sjp!4v1710988516409!5m2!1sja!2sjp\" width=\"100%\" height=\"410\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" class=\"md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)] md:h-[220px]\"></iframe>
  520. \t\t\t\t\t\t\t\t<table class=\"text-sm pb-4 ml-4 md:ml-4\">
  521. \t\t\t\t\t\t\t\t\t<tbody class=\"w-full align-top md:text-sm\">
  522. \t\t\t\t\t\t\t\t\t\t<tr class=\"md:flex md:flex-col gap-y-1 pb-4 md:pb-8\">
  523. \t\t\t\t\t\t\t\t\t\t\t<td class=\"align-top pr-2 pb-6 md:pb-0 md:font-bold \">電車でお越しの方へ</td>
  524. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-6 md:pb-0 flex flex-col leading-relaxed\">
  525. \t\t\t\t\t\t\t\t\t\t\t\t<p>有楽町線 銀座一丁目駅 10番出口より徒歩5分</p>
  526. \t\t\t\t\t\t\t\t\t\t\t\t<p>都営浅草線 宝町駅 A3出口より徒歩4分</p>
  527. \t\t\t\t\t\t\t\t\t\t\t\t<p>銀座線 京橋駅 2番出口より徒歩5分</p>
  528. \t\t\t\t\t\t\t\t\t\t\t\t<p>銀座線/日比谷線/丸の内線 銀座駅 A13出口より徒歩9分</p>
  529. \t\t\t\t\t\t\t\t\t\t\t\t<p>JR山手線・京浜東北線 有楽町駅 京橋口より徒歩9分</p>
  530. \t\t\t\t\t\t\t\t\t\t\t</td>
  531. \t\t\t\t\t\t\t\t\t\t</tr>
  532. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4 md:pb-8\">
  533. \t\t\t\t\t\t\t\t\t\t\t<td class=\"align-top w-[246px] pr-2 pb-6 md:pb-0 md:font-bold\">お車でお越しの方へ</td>
  534. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-6 md:pb-0 flex flex-col gap-y-1 leading-relaxed\">
  535. \t\t\t\t\t\t\t\t\t\t\t\t<p>駐車場をご利用の方には、割引サービスをご用意しております。詳しくは、ご予約の際にスタッフにご確認ください。</p>
  536. \t\t\t\t\t\t\t\t\t\t\t\t<p>※当店で5,000円以上お買い上げのお客様が対象となります。</p>
  537.                                                 <p>※ショールームがあるビルは駐車場がございません。</p>
  538. \t\t\t\t\t\t\t\t\t\t\t</td>
  539. \t\t\t\t\t\t\t\t\t\t</tr>
  540. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1\">
  541. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[238px] pr-2 md:font-bold\">ご予約について</td>
  542. \t\t\t\t\t\t\t\t\t\t\t<td class=\"leading-relaxed\">下記の予約フォームまたはお電話にてご予約ください。</td>
  543. \t\t\t\t\t\t\t\t\t\t</tr>
  544. \t\t\t\t\t\t\t\t\t</tbody>
  545. \t\t\t\t\t\t\t\t</table>
  546. \t\t\t\t\t\t\t</div>
  547. \t\t\t\t\t\t\t";
  548.         // line 415
  549.         echo "\t\t\t\t\t\t\t<div class=\"flex flex-col items-center mb-5 md:mb-3\">
  550. \t\t\t\t\t\t\t\t<div class=\"flex gap-x-4 items-center justify-center mb-5 md:mb-3\">
  551. \t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  552. \t\t\t\t\t\t\t\t\t<h4 class=\"text-2xl md:text-lg\">予約枠</h4>
  553. \t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  554. \t\t\t\t\t\t\t\t</div>
  555. \t\t\t\t\t\t\t\t";
  556.         // line 422
  557.         echo "\t\t\t\t\t\t\t\t<div class=\"flex gap-x-7 md:gap-x-4\">
  558. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">10:00~</p>
  559. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">13:30~</p>
  560. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">16:00~</p>
  561. \t\t\t\t\t\t\t\t</div>
  562.                                 <p class=\"text-[10px] mt-2\">※水曜定休日</p>
  563. \t\t\t\t\t\t\t\t<p class=\"text-[10px] mt-2\">※当日のご予約はお電話にてお願い申し上げます</p>
  564. \t\t\t\t\t\t\t</div>
  565. \t\t\t\t\t\t\t<div
  566. \t\t\t\t\t\t\t\tclass=\"flex gap-x-8 lg:flex-col lg:gap-y-2 items-center\">
  567. \t\t\t\t\t\t\t\t";
  568.         // line 433
  569.         echo "\t\t\t\t\t\t\t\t<a href=\"";
  570.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("showroom_confirm");
  571.         echo "\" class=\"bg-[#2D969B] flex gap-x-4 md:gap-x-3 text-white  h-[62px] w-[425px] mx-auto lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  572. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope fa-lg\" style=\"color: #ffffff;\"></i>
  573. \t\t\t\t\t\t\t\t\t<p>フォームで予約</p>
  574. \t\t\t\t\t\t\t\t</a>
  575. \t\t\t\t\t\t\t\t";
  576.         // line 438
  577.         echo "\t\t\t\t\t\t\t\t<a href=\"tel:03-5579-5671\" class=\"bg-[#2D969B] flex flex-col text-white h-[62px] w-[425px] lg:w-[90%] mx-atuo md:h-[46px] items-center justify-center rounded hover\">
  578. \t\t\t\t\t\t\t\t\t<div class=\"md:hidden\">
  579. \t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">お電話での予約は下記番号まで</p>
  580. \t\t\t\t\t\t\t\t\t\t<div class=\"flex items-center justify-center gap-2\">
  581. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  582. \t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">03-5579-5671</p>
  583. \t\t\t\t\t\t\t\t\t\t</div>
  584. \t\t\t\t\t\t\t\t\t</div>
  585. \t\t\t\t\t\t\t\t\t<div class=\"hidden md:flex items-center gap-x-4 md:gap-x-3\">
  586. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  587. \t\t\t\t\t\t\t\t\t\t<p>電話で予約</p>
  588. \t\t\t\t\t\t\t\t\t</div>
  589. \t\t\t\t\t\t\t\t</a>
  590. \t\t\t\t\t\t\t</div>
  591. \t\t\t\t\t\t</div>
  592. \t\t\t\t\t</div>
  593. \t\t\t\t\t";
  594.         // line 455
  595.         echo "\t\t\t\t\t<div class=\"w-full flex-col flex items-center justify-center\" id=\"yokohama_map\">
  596. \t\t\t\t\t\t<div class=\"flex gap-x-8 items-center justify-center md:gap-x-3 mb-11 md:mb-5\">
  597. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  598. \t\t\t\t\t\t\t<h3 class=\"text-[22px] tracking-[4.5px] md:text-lg\">横浜元町ショールーム</h3>
  599. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  600. \t\t\t\t\t\t</div>
  601. \t\t\t\t\t\t<div class=\"max-w-[880px] w-full\">
  602. \t\t\t\t\t\t\t<div class=\"w-full flex flex-col gap-y-11 mb-16 md:mb-12 md:gap-y-6\">
  603. \t\t\t\t\t\t\t\t<table class=\"whitespace-nowrap text-sm pb-4 md:text-sm ml-4 md:ml-0\">
  604. \t\t\t\t\t\t\t\t\t<tbody class=\"w-full align-top \">
  605. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4\">
  606. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">住所</td>
  607. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0 flex flex-col gap-y-1\">
  608. \t\t\t\t\t\t\t\t\t\t\t\t<p>〒231-0861</p>
  609. \t\t\t\t\t\t\t\t\t\t\t\t<p>神奈川県横浜市中区元町1-13 元町プラザ2F</p>
  610. \t\t\t\t\t\t\t\t\t\t\t</td>
  611. \t\t\t\t\t\t\t\t\t\t</tr>
  612. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4\">
  613. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">TEL</td>
  614. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0\">03-5579-5671</td>
  615. \t\t\t\t\t\t\t\t\t\t</tr>
  616. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1\">
  617. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">営業時間</td>
  618. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0\">10:30~18:00 ※月曜火曜金曜定休日</td>
  619. \t\t\t\t\t\t\t\t\t\t</tr>
  620. \t\t\t\t\t\t\t\t\t</tbody>
  621. \t\t\t\t\t\t\t\t</table>
  622. \t\t\t\t\t\t\t\t<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3250.5410809811683!2d139.64829367684192!3d35.44139674310987!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60185d21d7a47d43%3A0xa41b21170fe62dc3!2z56WI44KK44Gu6YGT5YW35bGL44G-44Gq44GLIOaoqua1nOOCt-ODp-ODvOODq-ODvOODoA!5e0!3m2!1sja!2sjp!4v1710992183382!5m2!1sja!2sjp\" width=\"100%\" height=\"410\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" class=\"md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)] md:h-[220px]\"></iframe>
  623. \t\t\t\t\t\t\t\t<table class=\"text-sm pb-4 md:text-sm ml-4 md:ml-0\">
  624. \t\t\t\t\t\t\t\t\t<tbody>
  625. \t\t\t\t\t\t\t\t\t\t<tr class=\"md:flex md:flex-col gap-y-1 pb-4 md:pb-8\">
  626. \t\t\t\t\t\t\t\t\t\t\t<td class=\"align-top w-[232px] pr-2 pb-6 md:pb-0 md:font-bold\">電車でお越しの方へ</td>
  627. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-6 md:pb-0 flex flex-col gap-y-1 leading-relaxed\">
  628. \t\t\t\t\t\t\t\t\t\t\t\t<p>みなとみらい線 元町・中華街駅 5番出口より徒歩3分</p>
  629. \t\t\t\t\t\t\t\t\t\t\t\t<p>JR京浜東北線/横浜線 石川町駅駅より徒歩10分</p>
  630. \t\t\t\t\t\t\t\t\t\t\t</td>
  631. \t\t\t\t\t\t\t\t\t\t</tr>
  632. \t\t\t\t\t\t\t\t\t\t<tr class=\"md:flex md:flex-col gap-y-1 pb-4 md:pb-8\">
  633. \t\t\t\t\t\t\t\t\t\t\t<td class=\"align-top w-[232px] pr-2 pb-6 md:pb-0 md:font-bold\">お車でお越しの方へ</td>
  634. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-6 md:pb-0 flex flex-col gap-y-1 leading-relaxed\">
  635. \t\t\t\t\t\t\t\t\t\t\t\t<p>駐車場をご利用の方は、無料駐車場サービスをご用意しております。詳しくは、ご予約の際にスタッフにご確認ください。</p>
  636. \t\t\t\t\t\t\t\t\t\t\t\t<p>※当店で5,000円以上お買い上げのお客様が対象となります。</p>
  637. \t\t\t\t\t\t\t\t\t\t\t</td>
  638. \t\t\t\t\t\t\t\t\t\t</tr>
  639. \t\t\t\t\t\t\t\t\t\t<tr class=\"md:flex md:flex-col gap-y-1\">
  640. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 md:font-bold\">ご予約について</td>
  641. \t\t\t\t\t\t\t\t\t\t\t<td class=\"leading-relaxed\">下記の予約フォームまたはお電話にてご予約ください。</td>
  642. \t\t\t\t\t\t\t\t\t\t</tr>
  643. \t\t\t\t\t\t\t\t\t</tbody>
  644. \t\t\t\t\t\t\t\t</table>
  645. \t\t\t\t\t\t\t</div>
  646. \t\t\t\t\t\t\t";
  647.         // line 507
  648.         echo "\t\t\t\t\t\t\t<div class=\"flex flex-col items-center mb-5 md:mb-3\">
  649. \t\t\t\t\t\t\t\t<div class=\"flex gap-x-4 items-center justify-center mb-5 md:mb-3\">
  650. \t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  651. \t\t\t\t\t\t\t\t\t<h4 class=\"text-2xl md:text-lg\">予約枠</h4>
  652. \t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  653. \t\t\t\t\t\t\t\t</div>
  654. \t\t\t\t\t\t\t\t";
  655.         // line 514
  656.         echo "\t\t\t\t\t\t\t\t<div class=\"flex gap-x-7 md:gap-x-4\">
  657. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">10:30~</p>
  658. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">13:30~</p>
  659. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">16:00~</p>
  660. \t\t\t\t\t\t\t\t</div>
  661.                                 <p class=\"text-[10px] mt-2\">月曜・火曜・金曜定休日</p>
  662. \t\t\t\t\t\t\t\t<p class=\"text-[10px] mt-2\">※当日のご予約はお電話にてお願い申し上げます</p>
  663. \t\t\t\t\t\t\t</div>
  664. \t\t\t\t\t\t\t<div
  665. \t\t\t\t\t\t\t\tclass=\"flex gap-x-8 lg:flex-col lg:gap-y-2 items-center\">
  666. \t\t\t\t\t\t\t\t";
  667.         // line 525
  668.         echo "\t\t\t\t\t\t\t\t<a href=\"";
  669.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("showroom_confirm");
  670.         echo "\" class=\"bg-[#2D969B] flex gap-x-4 md:gap-x-3 text-white  h-[62px] w-[425px] mx-auto lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  671. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope fa-lg\" style=\"color: #ffffff;\"></i>
  672. \t\t\t\t\t\t\t\t\t<p>フォームで予約</p>
  673. \t\t\t\t\t\t\t\t</a>
  674. \t\t\t\t\t\t\t\t";
  675.         // line 530
  676.         echo "\t\t\t\t\t\t\t\t<a href=\"tel:03-5579-5671\" class=\"bg-[#2D969B] flex flex-col text-white h-[62px] w-[425px] lg:w-[90%] mx-atuo md:h-[46px] items-center justify-center rounded hover\">
  677. \t\t\t\t\t\t\t\t\t<div class=\"md:hidden\">
  678. \t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">お電話での予約は下記番号まで</p>
  679. \t\t\t\t\t\t\t\t\t\t<div class=\"flex items-center justify-center gap-2\">
  680. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  681. \t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">03-5579-5671</p>
  682. \t\t\t\t\t\t\t\t\t\t</div>
  683. \t\t\t\t\t\t\t\t\t</div>
  684. \t\t\t\t\t\t\t\t\t<div class=\"hidden md:flex items-center gap-x-4 md:gap-x-3\">
  685. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  686. \t\t\t\t\t\t\t\t\t\t<p>電話で予約</p>
  687. \t\t\t\t\t\t\t\t\t</div>
  688. \t\t\t\t\t\t\t\t</a>
  689. \t\t\t\t\t\t\t</div>
  690. \t\t\t\t\t\t</div>
  691. \t\t\t\t\t</div>
  692. \t\t\t\t</div>
  693. \t\t\t</div>
  694. \t\t\t";
  695.         // line 549
  696.         echo "\t\t\t<hr class=\"border-[#E2DFD6] max-w-[1120x] mx-auto w-full md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  697. \t\t\t<div class=\"mt-20 flex flex-col w-full items-center md:mt-12\">
  698. \t\t\t\t<a href=\"";
  699.         // line 551
  700.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "about"]);
  701.         echo "\" class=\"mb-[72px] md:mb-14 hover\">
  702. \t\t\t\t\t<img src=\"";
  703.         // line 552
  704.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/link.webp"), "html"nulltrue);
  705.         echo "\" alt=\"祈りの道具屋まなかについてのリンク\" class=\"w-[550px] md:w-[315px]\">
  706. \t\t\t\t</a>
  707. \t\t\t\t<div class=\"flex flex-col gap-y-6 w-full items-center\">
  708. \t\t\t\t\t<h3 class=\"text-[28px] md:text-lg tracking-[5.6px]\">サポートサービス</h3>
  709. \t\t\t\t\t<div class=\"flex flex-wrap items-center justify-center text-xl lg:flex-col gap-5 whitespace-nowrap max-w-[1120px] w-full\">
  710. \t\t\t\t\t\t<a href=\"";
  711.         // line 557
  712.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "catalog"]);
  713.         echo "\" class=\"w-[550px] flex gap-x-10 lg:gap-x-4 bg-white md:w-full items-center shadow-[0_20px_20px_0px_rgba(0,0,0,0.08)] box-border hover\">
  714. \t\t\t\t\t\t\t<img src=\"";
  715.         // line 558
  716.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/support2.webp"), "html"nulltrue);
  717.         echo "\" alt=\"カタログお届けサービスのイメージ\" class=\"w-[90px] h-[98px] md:w-[55px] md:h-[60px]\">
  718. \t\t\t\t\t\t\t<p class=\"text-xl md:text-sm\">カタログお届けサービス</p>
  719. \t\t\t\t\t\t</a>
  720. \t\t\t\t\t\t<a href=\"";
  721.         // line 561
  722.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "pick_up_altar"]);
  723.         echo "\" class=\"w-[550px] flex gap-x-10 lg:gap-x-4 bg-white md:w-full items-center shadow-[0_20px_20px_0px_rgba(0,0,0,0.08)] box-border hover\">
  724. \t\t\t\t\t\t\t<img src=\"";
  725.         // line 562
  726.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/support3.webp"), "html"nulltrue);
  727.         echo "\" alt=\"仏壇引き取りサービスのイメージ\" class=\"w-[90px] h-[98px] md:w-[55px] md:h-[60px]\">
  728. \t\t\t\t\t\t\t<p class=\"text-xl md:text-sm\">仏壇引き取りサービス</p>
  729. \t\t\t\t\t\t</a>
  730. \t\t\t\t\t\t<a href=\"";
  731.         // line 565
  732.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "photo_services"]);
  733.         echo "\" class=\"w-[550px] flex gap-x-10 lg:gap-x-4 bg-white md:w-full items-center shadow-[0_20px_20px_0px_rgba(0,0,0,0.08)] box-border hover\">
  734. \t\t\t\t\t\t\t<img src=\"";
  735.         // line 566
  736.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/showroom/support4.webp"), "html"nulltrue);
  737.         echo "\" alt=\"コーディネート撮影サービス\" class=\"w-[90px] h-[98px] md:w-[55px] md:h-[60px]\">
  738. \t\t\t\t\t\t\t<p class=\"text-xl md:text-sm\">コーディネート撮影サービス</p>
  739. \t\t\t\t\t\t</a>
  740. \t\t\t\t\t</div>
  741. \t\t\t\t</div>
  742. \t\t\t</div>
  743. \t\t\t";
  744.         // line 572
  745.         $context["breadcrumbs"] = [=> ["name" => "銀座・横浜ショールーム"]];
  746.         // line 573
  747.         echo "\t\t\t";
  748.         $this->loadTemplate("Block/breadcrumbs.twig""@user_data/showroom.twig"573)->display($context);
  749.         // line 574
  750.         echo "\t\t</div>
  751. \t";
  752.         
  753.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  754.         
  755.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  756.     }
  757.     public function getTemplateName()
  758.     {
  759.         return "@user_data/showroom.twig";
  760.     }
  761.     public function isTraitable()
  762.     {
  763.         return false;
  764.     }
  765.     public function getDebugInfo()
  766.     {
  767.         return array (  777 => 574,  774 => 573,  772 => 572,  763 => 566,  759 => 565,  753 => 562,  749 => 561,  743 => 558,  739 => 557,  731 => 552,  727 => 551,  723 => 549,  703 => 530,  695 => 525,  683 => 514,  675 => 507,  622 => 455,  604 => 438,  596 => 433,  584 => 422,  576 => 415,  519 => 359,  499 => 340,  485 => 328,  482 => 327,  467 => 314,  464 => 313,  450 => 301,  447 => 300,  440 => 294,  414 => 269,  406 => 264,  394 => 253,  386 => 246,  373 => 235,  367 => 232,  361 => 229,  355 => 226,  351 => 224,  347 => 221,  336 => 211,  315 => 191,  307 => 186,  295 => 175,  287 => 168,  275 => 158,  269 => 155,  263 => 152,  257 => 149,  253 => 147,  249 => 144,  238 => 134,  221 => 118,  202 => 101,  188 => 90,  184 => 88,  174 => 87,  130 => 52,  120 => 51,  75 => 15,  65 => 14,  54 => 11,  52 => 13,  39 => 11,);
  768.     }
  769.     public function getSourceContext()
  770.     {
  771.         return new Source("{#
  772. This file is part of EC-CUBE
  773. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  774. http://www.ec-cube.co.jp/
  775. For the full copyright and license information, please view the LICENSE
  776. file that was distributed with this source code.
  777. #}
  778. {% extends 'default_frame.twig' %}
  779. {% set body_class = 'front_page' %}
  780. {% block stylesheet %}
  781. \t<style>
  782. \t\t.slider-dots {
  783. \t\t\tdisplay: flex;
  784. \t\t\talign-items: center;
  785. \t\t\tjustify-content: center;
  786. \t\t\tmargin: 32px 0;
  787. \t\t}
  788. \t\t.slider-dots li {
  789. \t\t\tlist-style-type: none;
  790. \t\t\twidth: 44px;
  791. \t\t\theight: 22px;
  792. \t\t\tcursor: pointer;
  793. \t\t}
  794. \t\t.slider-dots li button {
  795. \t\t\twidth: 44px;
  796. \t\t\theight: 22px;
  797. \t\t\tborder-top-width: 2px;
  798. \t\t\tborder-color: #E2DFD6;
  799. \t\t}
  800. \t\t.slider-dots li.slick-active button {
  801. \t\t\tborder-top-width: 2px;
  802. \t\t\tborder-color: #A88B57;
  803. \t\t}
  804. \t\t@media(max-width: 768px) {
  805. \t\t\t.slider-dots {
  806. \t\t\t\tmargin-top: 20px;
  807. \t\t\t}
  808. \t\t\t.slider-dots li {
  809. \t\t\t\twidth: 36px;
  810. \t\t\t}
  811. \t\t\t.slider-dots li button {
  812. \t\t\t\twidth: 36px;
  813. \t\t\t}
  814. \t\t}
  815. \t</style>
  816. {% endblock stylesheet %}
  817. {% block javascript %}
  818. \t<script>
  819. \t\t\$(document).ready(function () {
  820.             \$('.slider').slick({
  821.                 customPaging: function (slider, index) {
  822.                     return \$('<button type=\"button\" />').text((''));
  823.                 },
  824.                 dotsClass: 'slider-dots',
  825.                 slide: 'div',
  826.                 infinite: true,
  827.                 autoplay: true,
  828.                 autoplaySpeed: 7000,
  829.                 speed: 1500,
  830.                 slidesToShow: 1,
  831.                 slidesToScroll: 1,
  832.                 dots: true
  833.             });
  834.             var dots = true;
  835.         });
  836. \t</script>
  837. \t<script>
  838. \t\t\$(function () {
  839.             \$('a[href^=\"#\"]').click(function () {
  840.                 var adjust = 200;
  841.                 var speed = 400;
  842.                 var href = \$(this).attr(\"href\");
  843.                 var target = \$(href == \"#\" || href == \"\" ? 'html' : href);
  844.                 var position = target.offset().top - adjust;
  845.                 \$('body,html').animate({
  846.                     scrollTop: position
  847.                 }, speed, 'swing');
  848.                 return false;
  849.             });
  850.         });
  851. \t</script>
  852. {% endblock javascript %}
  853. {% block main %}
  854. \t<div class=\"font-extralight leading-relaxed lg:px-6 flex flex-col pb-[88px] mt-4 items-center md:mt-11 md:pb-10 tracking-widest\">
  855. \t\t<div class=\"flex flex-col mb-[128px] md:mb-10\">
  856. \t\t\t<img src=\"{{ asset('assets/img/showroom/showroom.webp') }}\" alt=\"祈りの道具屋まなかの店舗\" class=\"mb-20 md:mb-10 w-[880px] h-[531px] md:w-[325px] md:h-[325px]\">
  857. \t\t\t<div class=\"flex flex-col items-center\">
  858. \t\t\t\t<h2 class=\"flex text-[40px] md:text-xl mb-5 text-center\">
  859. \t\t\t\t\t銀座・横浜元町
  860. \t\t\t\t\t<br class=\"hidden md:block\">ショールーム
  861. \t\t\t\t</h2>
  862. \t\t\t\t<p class=\"border-[2px] border-black py-3 w-[150px] md:w-[92px] text-lg  text-center md:text-xs\">予約制</p>
  863. \t\t\t</div>
  864. \t\t</div>
  865. \t\t<div class=\"flex flex-col items-center gap-y-9\">
  866. \t\t\t<div class=\"relative\">
  867. \t\t\t\t<img src=\"{{asset('assets/img/corporate/reef.webp')}}\" alt=\"葉\" class=\" w-[52px] h-[58px] md:w-10 md:h-[41px] absolute left-[-32px] bottom-[-2px] -z-10 md:bottom-[32px] \">
  868. \t\t\t\t<h2 class=\"text-[28px] md:text-xl text-center leading-loose tracking-[5.6px] \">実物をご覧に
  869. \t\t\t\t\t<br class=\"hidden md:block\">
  870. \t\t\t\t\tなりませんか?</h2>
  871. \t\t\t</div>
  872. \t\t\t<div class=\"text-center md:text-sm text-sm leading-7 w-full lg:text-start\">
  873. \t\t\t\t<p class=\"mb-6 leading-relaxed\">ショールームでは、オリジナル商品の全ラインナップに加え、
  874. \t\t\t\t\t<br class=\"md:hidden\">希少素材を使った一点物やショールーム専売品も、手に取ってお選び頂けます。</p>
  875. \t\t\t\t<p>柔らかな陽が降り注ぐ空間で、まなかの世界観を感じて頂けますと幸いです。</p>
  876. \t\t\t</div>
  877. \t\t</div>
  878. \t</div>
  879. \t<hr class=\"border-[#E2DFD6] max-w-[1120px] mx-auto w-full md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  880. \t<div class=\"font-extralight tracking-widest leading-relaxed mx-auto max-w-[1120px] lg:px-6\">
  881. \t\t<div
  882. \t\t\tclass=\"flex flex-col\">
  883. \t\t\t{# ご予約について #}
  884. \t\t\t<div class=\"py-[120px] md:py-9 flex flex-col items-center gap-y-16 md:gap-y-8\">
  885. \t\t\t\t<div class=\"flex flex-col items-center justify-center gap-y-9 md:gap-y-5\">
  886. \t\t\t\t\t<h3 class=\"text-[28px] md:text-xl tracking-[5.6px]\">ご予約について</h3>
  887. \t\t\t\t\t<div class=\"w-[704px] flex items-center justify-center gap-x-10 md:gap-x-0 bg-manakaBeige py-5 md:py-3 md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  888. \t\t\t\t\t\t<div class=\"flex gap-x-4 md:flex-col items-center justify-center md:gap-y-[2px] md:px-6 md:w-full hover\">
  889. \t\t\t\t\t\t\t<a href=\"#ginza_showroom\" class=\"md:text-xs text-center\">銀座ショールーム</a>
  890. \t\t\t\t\t\t\t<i class=\"fas fa-chevron-down fa-xs\"></i>
  891. \t\t\t\t\t\t</div>
  892. \t\t\t\t\t\t<hr class=\"w-[1px] h-4 bg-[#E2DFD6]\">
  893. \t\t\t\t\t\t<div class=\" flex gap-x-4 md:flex-col items-center md:gap-y-[2px] md:px-6 md:w-full hover\">
  894. \t\t\t\t\t\t\t<a href=\"#yokohama_showroom\" class=\"md:text-xs \">横浜元町ショールーム</a>
  895. \t\t\t\t\t\t\t<i class=\"fas fa-chevron-down fa-xs\"></i>
  896. \t\t\t\t\t\t</div>
  897. \t\t\t\t\t</div>
  898. \t\t\t\t</div>
  899. \t\t\t\t{# 銀座 #}
  900. \t\t\t\t<div class=\"flex flex-col gap-y-[112px] md:gap-y-8\">
  901. \t\t\t\t\t<div class=\"flex-col flex\" id=\"ginza_showroo\">
  902. \t\t\t\t\t\t<div class=\"flex gap-x-8 items-center justify-center md:gap-x-3 mb-14 md:mb-5\">
  903. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  904. \t\t\t\t\t\t\t<h3 class=\"text-[28px] tracking-[5.6px] md:text-lg \">銀座ショールーム</h3>
  905. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  906. \t\t\t\t\t\t</div>
  907. \t\t\t\t\t\t<div
  908. \t\t\t\t\t\t\tclass=\"flex flex-col mb-10\">
  909. \t\t\t\t\t\t\t{# スライダー #}
  910. \t\t\t\t\t\t\t<div
  911. \t\t\t\t\t\t\t\tclass=\"flex flex-col items-center mb-11 md:mb-8\">
  912. \t\t\t\t\t\t\t\t{# 画像 #}
  913. \t\t\t\t\t\t\t\t<div class=\"slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  914. \t\t\t\t\t\t\t\t\t<div class=\"image w-[max(45.83vw,325px)] h-[max(28.64vw,204px)] \">
  915. \t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_ginza01.webp')}}\" alt=\"銀座ショールーム\" class=\"w-full h-auto top-0 left-0 rounded\">
  916. \t\t\t\t\t\t\t\t\t</div>
  917. \t\t\t\t\t\t\t\t\t<div class=\"image w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  918. \t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_ginza02.webp')}}\" alt=\"銀座ショールーム\" class=\"w-full h-auto top-0 left-0 rounded\">
  919. \t\t\t\t\t\t\t\t\t</div>
  920. \t\t\t\t\t\t\t\t\t<div class=\"image w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  921. \t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_ginza03.webp')}}\" alt=\"銀座ショールーム\" class=\"w-full h-full top-0 left-0 rounded\">
  922. \t\t\t\t\t\t\t\t\t</div>
  923. \t\t\t\t\t\t\t\t\t<div class=\"image w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  924. \t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_ginza04.webp')}}\" alt=\"銀座ショールーム\" class=\"w-full h-full top-0 left-0 rounded\">
  925. \t\t\t\t\t\t\t\t\t</div>
  926. \t\t\t\t\t\t\t\t</div>
  927. \t\t\t\t\t\t\t</div>
  928. \t\t\t\t\t\t\t<div class=\"flex flex-col\">
  929. \t\t\t\t\t\t\t\t<div class=\"text-center text-sm md:text-start mb-7 md:mb-11\">
  930. \t\t\t\t\t\t\t\t\t<p>有楽町線 銀座一丁目駅、浅草線 宝町駅、銀座線京橋駅よりそれぞれ約徒歩5分。</p>
  931. \t\t\t\t\t\t\t\t\t<p>どちらからでもアクセス良好です。</p>
  932. \t\t\t\t\t\t\t\t</div>
  933. \t\t\t\t\t\t\t\t{# 予約枠 #}
  934. \t\t\t\t\t\t\t\t<div class=\"flex flex-col items-center mb-5 md:mb-3\">
  935. \t\t\t\t\t\t\t\t\t<div class=\"flex gap-x-4 items-center justify-center mb-5 md:mb-3\">
  936. \t\t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  937. \t\t\t\t\t\t\t\t\t\t<h4 class=\"text-2xl md:text-lg\">予約枠</h4>
  938. \t\t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  939. \t\t\t\t\t\t\t\t\t</div>
  940. \t\t\t\t\t\t\t\t\t{# 時間帯 #}
  941. \t\t\t\t\t\t\t\t\t<div class=\"flex gap-x-7 md:gap-x-4\">
  942. \t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">10:00~</p>
  943. \t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">13:30~</p>
  944. \t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">16:00~</p>
  945. \t\t\t\t\t\t\t\t\t</div>
  946.                                     <p class=\"text-[10px] mt-2\">※水曜定休日</p>
  947. \t\t\t\t\t\t\t\t\t<p class=\"text-[10px] mt-2\">※当日のご予約はお電話にてお願い申し上げます</p>
  948. \t\t\t\t\t\t\t\t</div>
  949. \t\t\t\t\t\t\t\t<div
  950. \t\t\t\t\t\t\t\t\tclass=\"flex gap-x-8 lg:flex-col lg:gap-y-2 items-center mx-auto lg:mx-0\">
  951. \t\t\t\t\t\t\t\t\t{# フォーム #}
  952. \t\t\t\t\t\t\t\t\t<a href=\"{{url('showroom_confirm')}}\" class=\"bg-[#2D969B] flex gap-x-4 md:gap-x-3 text-white  h-[62px] w-[425px] lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  953. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope fa-lg\" style=\"color: #ffffff;\"></i>
  954. \t\t\t\t\t\t\t\t\t\t<p>フォームで予約</p>
  955. \t\t\t\t\t\t\t\t\t</a>
  956. \t\t\t\t\t\t\t\t\t{# お電話 #}
  957. \t\t\t\t\t\t\t\t\t<a href=\"tel:03-5579-5671\" class=\"bg-[#2D969B] flex gap-x-4 text-white  h-[62px] w-[425px] lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  958. \t\t\t\t\t\t\t\t\t\t<div class=\"md:hidden\">
  959. \t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">お電話での予約は下記番号まで</p>
  960. \t\t\t\t\t\t\t\t\t\t\t<div class=\"flex items-center justify-center gap-2\">
  961. \t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  962. \t\t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">03-5579-5671</p>
  963. \t\t\t\t\t\t\t\t\t\t\t</div>
  964. \t\t\t\t\t\t\t\t\t\t</div>
  965. \t\t\t\t\t\t\t\t\t\t<div class=\"hidden md:flex gap-x-4 md:gap-x-3 items-center\">
  966. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  967. \t\t\t\t\t\t\t\t\t\t\t<p>電話で予約</p>
  968. \t\t\t\t\t\t\t\t\t\t</div>
  969. \t\t\t\t\t\t\t\t\t</a>
  970. \t\t\t\t\t\t\t\t</div>
  971. \t\t\t\t\t\t\t</div>
  972. \t\t\t\t\t\t</div>
  973. \t\t\t\t\t\t<a href=\"#ginza_map\" class=\"text-manakaGold text-center underline hover:no-underline md:text-sm hover\">詳しいアクセス・MAPはこちら</a>
  974. \t\t\t\t\t</div>
  975. \t\t\t\t\t{# 横浜 #}
  976. \t\t\t\t\t<div id=\"yokohama_showroom\">
  977. \t\t\t\t\t\t<div class=\"flex-col flex gap-y-14 md:gap-y-5\">
  978. \t\t\t\t\t\t\t<div class=\"flex gap-x-8 items-center justify-center md:gap-x-3\">
  979. \t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  980. \t\t\t\t\t\t\t\t<h3 class=\"text-[28px] md:text-lg tracking-[5.6px]\">横浜元町ショールーム</h3>
  981. \t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  982. \t\t\t\t\t\t\t</div>
  983. \t\t\t\t\t\t\t<div
  984. \t\t\t\t\t\t\t\tclass=\"flex flex-col\">
  985. \t\t\t\t\t\t\t\t{# スライダー #}
  986. \t\t\t\t\t\t\t\t<div
  987. \t\t\t\t\t\t\t\t\tclass=\"w-full flex flex-col items-center mb-11 md:mb-8\">
  988. \t\t\t\t\t\t\t\t\t{# 画像 #}
  989. \t\t\t\t\t\t\t\t\t<div class=\"slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  990. \t\t\t\t\t\t\t\t\t\t<div class=\"slick-slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)] \">
  991. \t\t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_ykhm01.webp')}}\" alt=\"\" class=\" w-full h-auto top-0 left-0\">
  992. \t\t\t\t\t\t\t\t\t\t</div>
  993. \t\t\t\t\t\t\t\t\t\t<div class=\"slick-slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  994. \t\t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_ykhm02.webp')}}\" alt=\"\" class=\" w-full h-auto top-0 left-0\">
  995. \t\t\t\t\t\t\t\t\t\t</div>
  996. \t\t\t\t\t\t\t\t\t\t<div class=\"slick-slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  997. \t\t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_ykhm03.webp')}}\" alt=\"\" class=\" w-full h-full top-0 left-0\">
  998. \t\t\t\t\t\t\t\t\t\t</div>
  999. \t\t\t\t\t\t\t\t\t\t<div class=\"slick-slider w-[max(45.83vw,325px)] h-[max(28.64vw,204px)]\">
  1000. \t\t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_ykhm04.webp')}}\" alt=\"\" class=\"w-full h-full top-0 left-0\">
  1001. \t\t\t\t\t\t\t\t\t\t</div>
  1002. \t\t\t\t\t\t\t\t\t</div>
  1003. \t\t\t\t\t\t\t\t</div>
  1004. \t\t\t\t\t\t\t\t<div class=\"flex flex-col\">
  1005. \t\t\t\t\t\t\t\t\t<div class=\"text-center text-sm md:text-start md:mb-11 mb-7\">
  1006. \t\t\t\t\t\t\t\t\t\t<p>みなとみらい線 元町・中華街駅より徒歩3分。</p>
  1007. \t\t\t\t\t\t\t\t\t\t<p>JR石川町駅より徒歩10分。どちらからでもアクセス良好です。</p>
  1008. \t\t\t\t\t\t\t\t\t</div>
  1009. \t\t\t\t\t\t\t\t\t{# 予約枠 #}
  1010. \t\t\t\t\t\t\t\t    <div class=\"flex flex-col items-center mb-5 md:mb-2\">
  1011. \t\t\t\t\t\t\t\t\t\t<div class=\"flex gap-x-4 items-center justify-center mb-5 md:mb-3\">
  1012. \t\t\t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  1013. \t\t\t\t\t\t\t\t\t\t\t<h4 class=\"text-2xl md:text-lg\">予約枠</h4>
  1014. \t\t\t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  1015. \t\t\t\t\t\t\t\t\t\t</div>
  1016. \t\t\t\t\t\t\t\t\t\t{# 時間帯 #}
  1017. \t\t\t\t\t\t\t\t\t\t<div class=\"flex gap-x-7 md:gap-x-4 \">
  1018. \t\t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">10:30~</p>
  1019. \t\t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">13:30~</p>
  1020. \t\t\t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">16:00~</p>
  1021. \t\t\t\t\t\t\t\t\t\t</div>
  1022.                                         <p class=\"text-[10px] mt-2\">月曜・火曜・金曜定休日</p>
  1023. \t\t\t\t\t\t\t\t\t\t<p class=\"text-[10px] mt-2\">※当日のご予約はお電話にてお願い申し上げます</p>
  1024. \t\t\t\t\t\t\t\t\t</div>
  1025. \t\t\t\t\t\t\t\t\t<div
  1026. \t\t\t\t\t\t\t\t\t\tclass=\"flex gap-x-8 lg:flex-col lg:gap-y-2 items-center mx-auto lg:mx-0\">
  1027. \t\t\t\t\t\t\t\t\t\t{# フォーム #}
  1028. \t\t\t\t\t\t\t\t\t\t<a href=\"{{url('showroom_confirm')}}\" class=\"bg-[#2D969B] flex gap-x-4 md:gap-x-3 text-white  h-[62px] w-[425px] lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  1029. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope fa-lg\" style=\"color: #ffffff;\"></i>
  1030. \t\t\t\t\t\t\t\t\t\t\t<p>フォームで予約</p>
  1031. \t\t\t\t\t\t\t\t\t\t</a>
  1032. \t\t\t\t\t\t\t\t\t\t{# お電話 #}
  1033. \t\t\t\t\t\t\t\t\t\t<a href=\"tel:03-5579-5671\" class=\"bg-[#2D969B] flex flex-col text-white h-[62px] w-[425px] lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  1034. \t\t\t\t\t\t\t\t\t\t\t<div class=\"md:hidden\">
  1035. \t\t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">お電話での予約は下記番号まで</p>
  1036. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"flex items-center justify-center gap-2\">
  1037. \t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  1038. \t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">03-5579-5671</p>
  1039. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  1040. \t\t\t\t\t\t\t\t\t\t\t</div>
  1041. \t\t\t\t\t\t\t\t\t\t\t<div class=\"hidden md:flex gap-4 md:gap-x-3 items-center\">
  1042. \t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  1043. \t\t\t\t\t\t\t\t\t\t\t\t<p>電話で予約</p>
  1044. \t\t\t\t\t\t\t\t\t\t\t</div>
  1045. \t\t\t\t\t\t\t\t\t\t</a>
  1046. \t\t\t\t\t\t\t\t\t</div>
  1047. \t\t\t\t\t\t\t\t</div>
  1048. \t\t\t\t\t\t\t</div>
  1049. \t\t\t\t\t\t\t<a href=\"#yokohama_map\" class=\"text-manakaGold text-center underline hover:no-underline md:text-sm hover\">詳しいアクセス・MAPはこちら</a>
  1050. \t\t\t\t\t\t</div>
  1051. \t\t\t\t\t</div>
  1052. \t\t\t\t</div>
  1053. \t\t\t</div>
  1054. \t\t\t<hr
  1055. \t\t\tclass=\"border-[#E2DFD6] max-w-[1120x] mx-auto w-full md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  1056. \t\t\t{# ショールームだけのおもてなし #}
  1057. \t\t\t<div class=\"mx-auto max-w-[1120px] py-[120px] md:py-9 flex flex-col items-center gap-y-[90px] md:gap-y-6\">
  1058. \t\t\t\t<div class=\"flex flex-col gap-y-9\">
  1059. \t\t\t\t\t<h3 class=\"text-[28px] md:text-xl tracking-[5.6px] md:text-center\">ショールームだけの<br class=\"hidden md:block\">おもてなし</h3>
  1060. \t\t\t\t\t<p class=\"text-sm text-center\">専門スタッフがお位牌・お仏壇選びをお手伝いいたします。</p>
  1061. \t\t\t\t</div>
  1062. \t\t\t\t{# おもてなし1 #}
  1063. \t\t\t\t<div class=\"flex flex-col\">
  1064. \t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_sv01.webp')}}\" alt=\"コーディネートのイメージ\" class=\"w-[max(45.83vw,325px)]\">
  1065. \t\t\t\t\t<div class=\"mt-[-1.66vw] z-10 w-[max(45.83vw,325px)]\">
  1066. \t\t\t\t\t\t<div class=\"pt-6 pb-3 pl-0 pr-20 bg-white mb-7 md:mb-0 md:pb-7 md:pt-4 md:pr-3 w-fit \">
  1067. \t\t\t\t\t\t\t<p class=\"text-2xl w-fit md:text-base tracking-[4.8px]\">実物を見てコーディネート</p>
  1068. \t\t\t\t\t\t</div>
  1069. \t\t\t\t\t\t<div class=\"text-sm md:text-sm md:ml-4\">
  1070. \t\t\t\t\t\t\t<p class=\"leading-loose\">オリジナル商品の全ラインナップを、実際に手にとって自由にご覧頂けます。
  1071. \t\t\t\t\t\t\t\t<br>また、専属スタッフがご希望を伺い、おすすめのコーディネートをご提案します。ご自分らしい「祈りのかたち」を見つけるお手伝いをいたします。</p>
  1072. \t\t\t\t\t\t</div>
  1073. \t\t\t\t\t</div>
  1074. \t\t\t\t</div>
  1075. \t\t\t\t{# おもてなし2 #}
  1076. \t\t\t\t<div class=\"flex flex-col\">
  1077. \t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_sv02.webp')}}\" alt=\"カウンセリングのイメージ\" class=\"w-[max(45.83vw,325px)]\">
  1078. \t\t\t\t\t<div class=\"mt-[-1.66vw] z-10 w-[max(45.83vw,325px)]\">
  1079. \t\t\t\t\t\t<div class=\"pt-6 pb-3 pl-0 pr-20 bg-white mb-7 md:mb-0 md:pb-7 md:pt-4 md:pr-3 w-fit \">
  1080. \t\t\t\t\t\t\t<p class=\"text-2xl w-fit md:text-base tracking-[4.8px]\">ご供養のお悩み
  1081. \t\t\t\t\t\t\t\t<br class=\"md:block hidden\">
  1082. \t\t\t\t\t\t\t\tカウンセリング</p>
  1083. \t\t\t\t\t\t</div>
  1084. \t\t\t\t\t\t<div class=\"text-sm md:text-sm md:ml-4\">
  1085. \t\t\t\t\t\t\t<p class=\"leading-loose\">お位牌・お仏壇の組み合わせはもちろん、ご供養にまつわるさまざまなお悩みに対し、熟練のスタッフがサポートさせて頂きます。 「こんなことを聞いてもいいのだろうか」と思うような内容も、ぜひお気軽にご相談ください。</p>
  1086. \t\t\t\t\t\t</div>
  1087. \t\t\t\t\t</div>
  1088. \t\t\t\t</div>
  1089. \t\t\t\t{# おもてなし3 #}
  1090. \t\t\t\t<div class=\"flex flex-col\">
  1091. \t\t\t\t\t<img src=\"{{asset('assets/img/showroom/showroom_sv03.webp')}}\" alt=\"ショールーム限定商品について\" class=\"w-[max(45.83vw,325px)]\">
  1092. \t\t\t\t\t<div class=\"mt-[-1.66vw] z-10 w-[max(45.83vw,325px)]\">
  1093. \t\t\t\t\t\t<div class=\"pt-6 pb-3 pl-0 pr-20 bg-white mb-7 md:mb-0 md:pb-7 md:pt-4 md:pr-3 w-fit \">
  1094. \t\t\t\t\t\t\t<p class=\"text-2xl w-fit md:text-base tracking-[4.8px]\">ショールーム限定商品</p>
  1095. \t\t\t\t\t\t</div>
  1096. \t\t\t\t\t\t<div class=\"text-sm md:text-sm md:ml-4\">
  1097. \t\t\t\t\t\t\t<p class=\"leading-loose\">希少性の高い天然石のお位牌や、作家と制作した美しい祈りの道具など、数が少なく、オンラインでは取り扱いが難しい商品もご案内しております。</p>
  1098. \t\t\t\t\t\t</div>
  1099. \t\t\t\t\t</div>
  1100. \t\t\t\t</div>
  1101. \t\t\t</div>
  1102. \t\t\t{# アクセスについて #}
  1103. \t\t\t<hr class=\"border-[#E2DFD6] max-w-[1120x] mx-auto border w-full md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  1104. \t\t\t<div class=\"py-[120px] md:py-9 flex flex-col items-center justify-center\">
  1105. \t\t\t\t<div class=\"flex flex-col items-center justify-center gap-y-9 md:gap-y-5 mb-[112px] md:mb-8\">
  1106. \t\t\t\t\t<h3 class=\"text-[28px] md:text-xl tracking-[5.6px]\">アクセスについて</h3>
  1107. \t\t\t\t\t<div class=\"w-[704px] flex items-center justify-center gap-x-10 md:gap-x-0 bg-manakaBeige py-5 md:py-3 md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  1108. \t\t\t\t\t\t<div class=\"flex gap-x-4 md:flex-col items-center justify-center md:gap-y-[2px] md:px-6 md:w-full hover\">
  1109. \t\t\t\t\t\t\t<a href=\"#ginza_map\" class=\"md:text-sm text-center\">銀座ショールーム</a>
  1110. \t\t\t\t\t\t\t<i class=\"fas fa-chevron-down fa-xs\"></i>
  1111. \t\t\t\t\t\t</div>
  1112. \t\t\t\t\t\t<hr class=\"w-[1px] h-4 bg-[#E2DFD6]\">
  1113. \t\t\t\t\t\t<div class=\" flex gap-x-4 md:flex-col items-center md:gap-y-[2px] md:px-6 md:w-full hover\">
  1114. \t\t\t\t\t\t\t<a href=\"#yokohama_map\" class=\"md:text-sm\">横浜元町ショールーム</a>
  1115. \t\t\t\t\t\t\t<i class=\"fas fa-chevron-down fa-xs\"></i>
  1116. \t\t\t\t\t\t</div>
  1117. \t\t\t\t\t</div>
  1118. \t\t\t\t</div>
  1119. \t\t\t\t<div
  1120. \t\t\t\t\tclass=\"w-full items-center justify-center flex flex-col gap-y-20 md:gap-y-12\">
  1121. \t\t\t\t\t{# 銀座ショールーム #}
  1122. \t\t\t\t\t<div class=\"w-full flex-col flex items-center justify-center\" id=\"ginza_map\">
  1123. \t\t\t\t\t\t<div class=\"flex gap-x-8 items-center justify-center md:gap-x-3 mb-11 md:mb-8\">
  1124. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  1125. \t\t\t\t\t\t\t<h3 class=\"text-[22px] md:text-lg tracking-[4.5px]\">銀座ショールーム</h3>
  1126. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  1127. \t\t\t\t\t\t</div>
  1128. \t\t\t\t\t\t<div class=\"max-w-[880px] w-full\">
  1129. \t\t\t\t\t\t\t<div class=\"w-full flex flex-col gap-y-11 mb-16 md:mb-12 md:gap-y-6\">
  1130. \t\t\t\t\t\t\t\t<table class=\"whitespace-nowrap text-sm md:text-sm pb-4 ml-4 md:ml-0\">
  1131. \t\t\t\t\t\t\t\t\t<tbody class=\"w-full align-top\">
  1132. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4\">
  1133. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">住所</td>
  1134. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0 flex flex-col gap-y-1\">
  1135. \t\t\t\t\t\t\t\t\t\t\t\t<p>〒104-0061</p>
  1136. \t\t\t\t\t\t\t\t\t\t\t\t<p>東京都中央区銀座1-15-4 銀座一丁目ビル9F</p>
  1137. \t\t\t\t\t\t\t\t\t\t\t</td>
  1138. \t\t\t\t\t\t\t\t\t\t</tr>
  1139. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4\">
  1140. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">TEL</td>
  1141. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0\">03-5579-5671</td>
  1142. \t\t\t\t\t\t\t\t\t\t</tr>
  1143. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1\">
  1144. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">営業時間</td>
  1145. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0\">10:00~18:00 ※水曜定休日</td>
  1146. \t\t\t\t\t\t\t\t\t\t</tr>
  1147. \t\t\t\t\t\t\t\t\t</tbody>
  1148. \t\t\t\t\t\t\t\t</table>
  1149. \t\t\t\t\t\t\t\t<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3241.132008135673!2d139.76788477684806!3d35.673751430383106!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188ba8f8bf3de3%3A0xb01ce858839afa41!2z56WI44KK44Gu6YGT5YW35bGL44G-44Gq44GLIOmKgOW6p-OCt-ODp-ODvOODq-ODvOODoOOAkOS6iOe0hOWItuOAkQ!5e0!3m2!1sja!2sjp!4v1710988516409!5m2!1sja!2sjp\" width=\"100%\" height=\"410\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" class=\"md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)] md:h-[220px]\"></iframe>
  1150. \t\t\t\t\t\t\t\t<table class=\"text-sm pb-4 ml-4 md:ml-4\">
  1151. \t\t\t\t\t\t\t\t\t<tbody class=\"w-full align-top md:text-sm\">
  1152. \t\t\t\t\t\t\t\t\t\t<tr class=\"md:flex md:flex-col gap-y-1 pb-4 md:pb-8\">
  1153. \t\t\t\t\t\t\t\t\t\t\t<td class=\"align-top pr-2 pb-6 md:pb-0 md:font-bold \">電車でお越しの方へ</td>
  1154. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-6 md:pb-0 flex flex-col leading-relaxed\">
  1155. \t\t\t\t\t\t\t\t\t\t\t\t<p>有楽町線 銀座一丁目駅 10番出口より徒歩5分</p>
  1156. \t\t\t\t\t\t\t\t\t\t\t\t<p>都営浅草線 宝町駅 A3出口より徒歩4分</p>
  1157. \t\t\t\t\t\t\t\t\t\t\t\t<p>銀座線 京橋駅 2番出口より徒歩5分</p>
  1158. \t\t\t\t\t\t\t\t\t\t\t\t<p>銀座線/日比谷線/丸の内線 銀座駅 A13出口より徒歩9分</p>
  1159. \t\t\t\t\t\t\t\t\t\t\t\t<p>JR山手線・京浜東北線 有楽町駅 京橋口より徒歩9分</p>
  1160. \t\t\t\t\t\t\t\t\t\t\t</td>
  1161. \t\t\t\t\t\t\t\t\t\t</tr>
  1162. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4 md:pb-8\">
  1163. \t\t\t\t\t\t\t\t\t\t\t<td class=\"align-top w-[246px] pr-2 pb-6 md:pb-0 md:font-bold\">お車でお越しの方へ</td>
  1164. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-6 md:pb-0 flex flex-col gap-y-1 leading-relaxed\">
  1165. \t\t\t\t\t\t\t\t\t\t\t\t<p>駐車場をご利用の方には、割引サービスをご用意しております。詳しくは、ご予約の際にスタッフにご確認ください。</p>
  1166. \t\t\t\t\t\t\t\t\t\t\t\t<p>※当店で5,000円以上お買い上げのお客様が対象となります。</p>
  1167.                                                 <p>※ショールームがあるビルは駐車場がございません。</p>
  1168. \t\t\t\t\t\t\t\t\t\t\t</td>
  1169. \t\t\t\t\t\t\t\t\t\t</tr>
  1170. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1\">
  1171. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[238px] pr-2 md:font-bold\">ご予約について</td>
  1172. \t\t\t\t\t\t\t\t\t\t\t<td class=\"leading-relaxed\">下記の予約フォームまたはお電話にてご予約ください。</td>
  1173. \t\t\t\t\t\t\t\t\t\t</tr>
  1174. \t\t\t\t\t\t\t\t\t</tbody>
  1175. \t\t\t\t\t\t\t\t</table>
  1176. \t\t\t\t\t\t\t</div>
  1177. \t\t\t\t\t\t\t{# 予約枠 #}
  1178. \t\t\t\t\t\t\t<div class=\"flex flex-col items-center mb-5 md:mb-3\">
  1179. \t\t\t\t\t\t\t\t<div class=\"flex gap-x-4 items-center justify-center mb-5 md:mb-3\">
  1180. \t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  1181. \t\t\t\t\t\t\t\t\t<h4 class=\"text-2xl md:text-lg\">予約枠</h4>
  1182. \t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  1183. \t\t\t\t\t\t\t\t</div>
  1184. \t\t\t\t\t\t\t\t{# 時間帯 #}
  1185. \t\t\t\t\t\t\t\t<div class=\"flex gap-x-7 md:gap-x-4\">
  1186. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">10:00~</p>
  1187. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">13:30~</p>
  1188. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">16:00~</p>
  1189. \t\t\t\t\t\t\t\t</div>
  1190.                                 <p class=\"text-[10px] mt-2\">※水曜定休日</p>
  1191. \t\t\t\t\t\t\t\t<p class=\"text-[10px] mt-2\">※当日のご予約はお電話にてお願い申し上げます</p>
  1192. \t\t\t\t\t\t\t</div>
  1193. \t\t\t\t\t\t\t<div
  1194. \t\t\t\t\t\t\t\tclass=\"flex gap-x-8 lg:flex-col lg:gap-y-2 items-center\">
  1195. \t\t\t\t\t\t\t\t{# フォーム #}
  1196. \t\t\t\t\t\t\t\t<a href=\"{{url('showroom_confirm')}}\" class=\"bg-[#2D969B] flex gap-x-4 md:gap-x-3 text-white  h-[62px] w-[425px] mx-auto lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  1197. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope fa-lg\" style=\"color: #ffffff;\"></i>
  1198. \t\t\t\t\t\t\t\t\t<p>フォームで予約</p>
  1199. \t\t\t\t\t\t\t\t</a>
  1200. \t\t\t\t\t\t\t\t{# お電話 #}
  1201. \t\t\t\t\t\t\t\t<a href=\"tel:03-5579-5671\" class=\"bg-[#2D969B] flex flex-col text-white h-[62px] w-[425px] lg:w-[90%] mx-atuo md:h-[46px] items-center justify-center rounded hover\">
  1202. \t\t\t\t\t\t\t\t\t<div class=\"md:hidden\">
  1203. \t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">お電話での予約は下記番号まで</p>
  1204. \t\t\t\t\t\t\t\t\t\t<div class=\"flex items-center justify-center gap-2\">
  1205. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  1206. \t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">03-5579-5671</p>
  1207. \t\t\t\t\t\t\t\t\t\t</div>
  1208. \t\t\t\t\t\t\t\t\t</div>
  1209. \t\t\t\t\t\t\t\t\t<div class=\"hidden md:flex items-center gap-x-4 md:gap-x-3\">
  1210. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  1211. \t\t\t\t\t\t\t\t\t\t<p>電話で予約</p>
  1212. \t\t\t\t\t\t\t\t\t</div>
  1213. \t\t\t\t\t\t\t\t</a>
  1214. \t\t\t\t\t\t\t</div>
  1215. \t\t\t\t\t\t</div>
  1216. \t\t\t\t\t</div>
  1217. \t\t\t\t\t{# 横浜元町ショールーム #}
  1218. \t\t\t\t\t<div class=\"w-full flex-col flex items-center justify-center\" id=\"yokohama_map\">
  1219. \t\t\t\t\t\t<div class=\"flex gap-x-8 items-center justify-center md:gap-x-3 mb-11 md:mb-5\">
  1220. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  1221. \t\t\t\t\t\t\t<h3 class=\"text-[22px] tracking-[4.5px] md:text-lg\">横浜元町ショールーム</h3>
  1222. \t\t\t\t\t\t\t<hr class=\"w-8 md:w-4 h-[1px] bg-black border-none\">
  1223. \t\t\t\t\t\t</div>
  1224. \t\t\t\t\t\t<div class=\"max-w-[880px] w-full\">
  1225. \t\t\t\t\t\t\t<div class=\"w-full flex flex-col gap-y-11 mb-16 md:mb-12 md:gap-y-6\">
  1226. \t\t\t\t\t\t\t\t<table class=\"whitespace-nowrap text-sm pb-4 md:text-sm ml-4 md:ml-0\">
  1227. \t\t\t\t\t\t\t\t\t<tbody class=\"w-full align-top \">
  1228. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4\">
  1229. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">住所</td>
  1230. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0 flex flex-col gap-y-1\">
  1231. \t\t\t\t\t\t\t\t\t\t\t\t<p>〒231-0861</p>
  1232. \t\t\t\t\t\t\t\t\t\t\t\t<p>神奈川県横浜市中区元町1-13 元町プラザ2F</p>
  1233. \t\t\t\t\t\t\t\t\t\t\t</td>
  1234. \t\t\t\t\t\t\t\t\t\t</tr>
  1235. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1 pb-4\">
  1236. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">TEL</td>
  1237. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0\">03-5579-5671</td>
  1238. \t\t\t\t\t\t\t\t\t\t</tr>
  1239. \t\t\t\t\t\t\t\t\t\t<tr class=\"w-full md:flex md:flex-col gap-y-1\">
  1240. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 pb-5 md:pb-0 md:font-bold\">営業時間</td>
  1241. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-5 md:pb-0\">10:30~18:00 ※月曜火曜金曜定休日</td>
  1242. \t\t\t\t\t\t\t\t\t\t</tr>
  1243. \t\t\t\t\t\t\t\t\t</tbody>
  1244. \t\t\t\t\t\t\t\t</table>
  1245. \t\t\t\t\t\t\t\t<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3250.5410809811683!2d139.64829367684192!3d35.44139674310987!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60185d21d7a47d43%3A0xa41b21170fe62dc3!2z56WI44KK44Gu6YGT5YW35bGL44G-44Gq44GLIOaoqua1nOOCt-ODp-ODvOODq-ODvOODoA!5e0!3m2!1sja!2sjp!4v1710992183382!5m2!1sja!2sjp\" width=\"100%\" height=\"410\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" class=\"md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)] md:h-[220px]\"></iframe>
  1246. \t\t\t\t\t\t\t\t<table class=\"text-sm pb-4 md:text-sm ml-4 md:ml-0\">
  1247. \t\t\t\t\t\t\t\t\t<tbody>
  1248. \t\t\t\t\t\t\t\t\t\t<tr class=\"md:flex md:flex-col gap-y-1 pb-4 md:pb-8\">
  1249. \t\t\t\t\t\t\t\t\t\t\t<td class=\"align-top w-[232px] pr-2 pb-6 md:pb-0 md:font-bold\">電車でお越しの方へ</td>
  1250. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-6 md:pb-0 flex flex-col gap-y-1 leading-relaxed\">
  1251. \t\t\t\t\t\t\t\t\t\t\t\t<p>みなとみらい線 元町・中華街駅 5番出口より徒歩3分</p>
  1252. \t\t\t\t\t\t\t\t\t\t\t\t<p>JR京浜東北線/横浜線 石川町駅駅より徒歩10分</p>
  1253. \t\t\t\t\t\t\t\t\t\t\t</td>
  1254. \t\t\t\t\t\t\t\t\t\t</tr>
  1255. \t\t\t\t\t\t\t\t\t\t<tr class=\"md:flex md:flex-col gap-y-1 pb-4 md:pb-8\">
  1256. \t\t\t\t\t\t\t\t\t\t\t<td class=\"align-top w-[232px] pr-2 pb-6 md:pb-0 md:font-bold\">お車でお越しの方へ</td>
  1257. \t\t\t\t\t\t\t\t\t\t\t<td class=\"pb-6 md:pb-0 flex flex-col gap-y-1 leading-relaxed\">
  1258. \t\t\t\t\t\t\t\t\t\t\t\t<p>駐車場をご利用の方は、無料駐車場サービスをご用意しております。詳しくは、ご予約の際にスタッフにご確認ください。</p>
  1259. \t\t\t\t\t\t\t\t\t\t\t\t<p>※当店で5,000円以上お買い上げのお客様が対象となります。</p>
  1260. \t\t\t\t\t\t\t\t\t\t\t</td>
  1261. \t\t\t\t\t\t\t\t\t\t</tr>
  1262. \t\t\t\t\t\t\t\t\t\t<tr class=\"md:flex md:flex-col gap-y-1\">
  1263. \t\t\t\t\t\t\t\t\t\t\t<td class=\"w-[232px] pr-2 md:font-bold\">ご予約について</td>
  1264. \t\t\t\t\t\t\t\t\t\t\t<td class=\"leading-relaxed\">下記の予約フォームまたはお電話にてご予約ください。</td>
  1265. \t\t\t\t\t\t\t\t\t\t</tr>
  1266. \t\t\t\t\t\t\t\t\t</tbody>
  1267. \t\t\t\t\t\t\t\t</table>
  1268. \t\t\t\t\t\t\t</div>
  1269. \t\t\t\t\t\t\t{# 予約枠 #}
  1270. \t\t\t\t\t\t\t<div class=\"flex flex-col items-center mb-5 md:mb-3\">
  1271. \t\t\t\t\t\t\t\t<div class=\"flex gap-x-4 items-center justify-center mb-5 md:mb-3\">
  1272. \t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  1273. \t\t\t\t\t\t\t\t\t<h4 class=\"text-2xl md:text-lg\">予約枠</h4>
  1274. \t\t\t\t\t\t\t\t\t<hr class=\"w-8 md:w-5 h-[1px] bg-black border-none\">
  1275. \t\t\t\t\t\t\t\t</div>
  1276. \t\t\t\t\t\t\t\t{# 時間帯 #}
  1277. \t\t\t\t\t\t\t\t<div class=\"flex gap-x-7 md:gap-x-4\">
  1278. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">10:30~</p>
  1279. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">13:30~</p>
  1280. \t\t\t\t\t\t\t\t\t<p class=\"py-2 px-3 border border-[#CCCCCC] text-sm text-center w-fit\">16:00~</p>
  1281. \t\t\t\t\t\t\t\t</div>
  1282.                                 <p class=\"text-[10px] mt-2\">月曜・火曜・金曜定休日</p>
  1283. \t\t\t\t\t\t\t\t<p class=\"text-[10px] mt-2\">※当日のご予約はお電話にてお願い申し上げます</p>
  1284. \t\t\t\t\t\t\t</div>
  1285. \t\t\t\t\t\t\t<div
  1286. \t\t\t\t\t\t\t\tclass=\"flex gap-x-8 lg:flex-col lg:gap-y-2 items-center\">
  1287. \t\t\t\t\t\t\t\t{# フォーム #}
  1288. \t\t\t\t\t\t\t\t<a href=\"{{url('showroom_confirm')}}\" class=\"bg-[#2D969B] flex gap-x-4 md:gap-x-3 text-white  h-[62px] w-[425px] mx-auto lg:w-[90%] md:h-[46px] items-center justify-center rounded hover\">
  1289. \t\t\t\t\t\t\t\t\t<i class=\"fas fa-envelope fa-lg\" style=\"color: #ffffff;\"></i>
  1290. \t\t\t\t\t\t\t\t\t<p>フォームで予約</p>
  1291. \t\t\t\t\t\t\t\t</a>
  1292. \t\t\t\t\t\t\t\t{# お電話 #}
  1293. \t\t\t\t\t\t\t\t<a href=\"tel:03-5579-5671\" class=\"bg-[#2D969B] flex flex-col text-white h-[62px] w-[425px] lg:w-[90%] mx-atuo md:h-[46px] items-center justify-center rounded hover\">
  1294. \t\t\t\t\t\t\t\t\t<div class=\"md:hidden\">
  1295. \t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">お電話での予約は下記番号まで</p>
  1296. \t\t\t\t\t\t\t\t\t\t<div class=\"flex items-center justify-center gap-2\">
  1297. \t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  1298. \t\t\t\t\t\t\t\t\t\t\t<p class=\"leading-snug\">03-5579-5671</p>
  1299. \t\t\t\t\t\t\t\t\t\t</div>
  1300. \t\t\t\t\t\t\t\t\t</div>
  1301. \t\t\t\t\t\t\t\t\t<div class=\"hidden md:flex items-center gap-x-4 md:gap-x-3\">
  1302. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-phone fa-flip-horizontal fa-lg\" style=\"color: #ffffff;\"></i>
  1303. \t\t\t\t\t\t\t\t\t\t<p>電話で予約</p>
  1304. \t\t\t\t\t\t\t\t\t</div>
  1305. \t\t\t\t\t\t\t\t</a>
  1306. \t\t\t\t\t\t\t</div>
  1307. \t\t\t\t\t\t</div>
  1308. \t\t\t\t\t</div>
  1309. \t\t\t\t</div>
  1310. \t\t\t</div>
  1311. \t\t\t{# サポートサービス #}
  1312. \t\t\t<hr class=\"border-[#E2DFD6] max-w-[1120x] mx-auto w-full md:w-[100vw] md:mx-[calc(50%-50vw)] md:px-[calc(50%-50vw)]\">
  1313. \t\t\t<div class=\"mt-20 flex flex-col w-full items-center md:mt-12\">
  1314. \t\t\t\t<a href=\"{{url('user_data',{'route':'about'})}}\" class=\"mb-[72px] md:mb-14 hover\">
  1315. \t\t\t\t\t<img src=\"{{asset('assets/img/showroom/link.webp')}}\" alt=\"祈りの道具屋まなかについてのリンク\" class=\"w-[550px] md:w-[315px]\">
  1316. \t\t\t\t</a>
  1317. \t\t\t\t<div class=\"flex flex-col gap-y-6 w-full items-center\">
  1318. \t\t\t\t\t<h3 class=\"text-[28px] md:text-lg tracking-[5.6px]\">サポートサービス</h3>
  1319. \t\t\t\t\t<div class=\"flex flex-wrap items-center justify-center text-xl lg:flex-col gap-5 whitespace-nowrap max-w-[1120px] w-full\">
  1320. \t\t\t\t\t\t<a href=\"{{url('user_data',{'route':'catalog'})}}\" class=\"w-[550px] flex gap-x-10 lg:gap-x-4 bg-white md:w-full items-center shadow-[0_20px_20px_0px_rgba(0,0,0,0.08)] box-border hover\">
  1321. \t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/support2.webp')}}\" alt=\"カタログお届けサービスのイメージ\" class=\"w-[90px] h-[98px] md:w-[55px] md:h-[60px]\">
  1322. \t\t\t\t\t\t\t<p class=\"text-xl md:text-sm\">カタログお届けサービス</p>
  1323. \t\t\t\t\t\t</a>
  1324. \t\t\t\t\t\t<a href=\"{{url('user_data',{'route':'pick_up_altar'})}}\" class=\"w-[550px] flex gap-x-10 lg:gap-x-4 bg-white md:w-full items-center shadow-[0_20px_20px_0px_rgba(0,0,0,0.08)] box-border hover\">
  1325. \t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/support3.webp')}}\" alt=\"仏壇引き取りサービスのイメージ\" class=\"w-[90px] h-[98px] md:w-[55px] md:h-[60px]\">
  1326. \t\t\t\t\t\t\t<p class=\"text-xl md:text-sm\">仏壇引き取りサービス</p>
  1327. \t\t\t\t\t\t</a>
  1328. \t\t\t\t\t\t<a href=\"{{url('user_data',{'route':'photo_services'})}}\" class=\"w-[550px] flex gap-x-10 lg:gap-x-4 bg-white md:w-full items-center shadow-[0_20px_20px_0px_rgba(0,0,0,0.08)] box-border hover\">
  1329. \t\t\t\t\t\t\t<img src=\"{{asset('assets/img/showroom/support4.webp')}}\" alt=\"コーディネート撮影サービス\" class=\"w-[90px] h-[98px] md:w-[55px] md:h-[60px]\">
  1330. \t\t\t\t\t\t\t<p class=\"text-xl md:text-sm\">コーディネート撮影サービス</p>
  1331. \t\t\t\t\t\t</a>
  1332. \t\t\t\t\t</div>
  1333. \t\t\t\t</div>
  1334. \t\t\t</div>
  1335. \t\t\t{% set breadcrumbs = [{'name': '銀座・横浜ショールーム'}] %}
  1336. \t\t\t{% include('Block/breadcrumbs.twig') %}
  1337. \t\t</div>
  1338. \t{% endblock %}
  1339. ""@user_data/showroom.twig""/home/xs082386/manaka-store.com/public_html/stg-renewal.manaka-store.com/app/template/user_data/showroom.twig");
  1340.     }
  1341.     
  1342.     public function checkSecurity()
  1343.     {
  1344.         static $tags = array("set" => 13"include" => 573);
  1345.         static $filters = array("escape" => 90);
  1346.         static $functions = array("asset" => 90"url" => 186);
  1347.         try {
  1348.             $this->sandbox->checkSecurity(
  1349.                 ['set''include'],
  1350.                 ['escape'],
  1351.                 ['asset''url']
  1352.             );
  1353.         } catch (SecurityError $e) {
  1354.             $e->setSourceContext($this->source);
  1355.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  1356.                 $e->setTemplateLine($tags[$e->getTagName()]);
  1357.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  1358.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  1359.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  1360.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  1361.             }
  1362.             throw $e;
  1363.         }
  1364.     }
  1365. }