Commit dc56ec22 by Orine Matsui

画像復活、微修正

parent 8e4c2759
......@@ -1030,3 +1030,43 @@ body {
margin-top: 50px;
}
}
.c-header {
z-index: 2;
}
.top {
position: relative;
}
.page-top .c-mainvisual:before {
z-index: 1;
content: "";
position: absolute;
margin-top: -42px;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.page-top .c-mainvisual:before {
background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
.top {
position: relative;
margin-top: -114px;
}
.page-top .c-nav-link1 {
color: #fff;
}
.page-top .c-header1-link1 {
color: #fff;
border: 2px solid #fff;
}
}
......@@ -387,6 +387,9 @@
<a href="/pub/schedule?m_course=5">日程を確認する</a>
</div>
</div>
<div class="c-imgtext__image">
<img src="/assets/img/service/top/service-top-24.jpg" alt="" width="340" height="220">
</div>
</div>
</div>
</section>
......
......@@ -146,8 +146,8 @@
<div class="p-sitemap-list-box">
<ul class="p-sitemap-list1">
<li class="p-sitemap-list-item1"><a href="/service/case/"><span class="p-sitemap-list-item1">お客様事例</span></a></li>
<li class="p-sitemap-list-item1"><a href="/service/trainer/"><span class="p-sitemap-list-item1">講師紹介</span></a></li>
<li class="p-sitemap-list-item1"><a href="/case/"><span class="p-sitemap-list-item1">お客様事例</span></a></li>
<li class="p-sitemap-list-item1"><a href="/trainer/"><span class="p-sitemap-list-item1">講師紹介</span></a></li>
</ul>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment