Commit 7335fdd0 by Orine Matsui

パンくずを一本化

parent a8f09a0e
......@@ -5565,6 +5565,7 @@ body {
/*
------------------------------------------------------------*/
/*
.p-company .c-breadcrumb {
background: transparent;
position: absolute;
......@@ -5622,6 +5623,7 @@ body {
.p-company .c-breadcrumb span {
padding: 6px 16px;
}
*/
.p-company .c-mainvisual {
width: 100%;
height: 500px;
......@@ -9194,7 +9196,7 @@ body {
position: absolute;
z-index: 10;
width: 100%;
top: 113px;
top: 114px;
left: 0;
}
@media screen and (max-width: 767px) {
......@@ -9233,7 +9235,7 @@ body {
content: '';
width: 100%;
height: 100%;
background: rgba(190, 172, 86, 0.3);
background: rgba(190, 172, 86, 0.6);
position: absolute;
top: 0;
left: 0;
......
......@@ -21,6 +21,7 @@ body {
min-width: 320px;
}
}
/*
.c-breadcrumb {
background: transparent;
position: absolute;
......@@ -87,6 +88,7 @@ body {
padding: 3px 10px;
}
}
*/
.container {
width: 1200px;
margin: 0 auto;
......@@ -674,7 +676,7 @@ body {
}
}
.management {
position: relative;
/*position: relative;*/
}
/*
......
......@@ -15,6 +15,7 @@ other.css
/* ========================================
common parts
======================================== */
/*
.c-breadcrumb {
background: transparent;
position: absolute;
......@@ -104,7 +105,7 @@ other.css
padding: 3px 10px;
}
}
*/
/* ========================================
.page-other
......
......@@ -32,6 +32,7 @@ body {
padding: 0 15px;
}
}
/*
.c-breadcrumb {
background: transparent;
position: absolute;
......@@ -103,6 +104,7 @@ body {
padding: 3px 10px;
}
}
*/
.c-mainvisual {
height: 500px;
background: url(../img/mv_service.jpg) no-repeat center;
......
......@@ -816,7 +816,7 @@ body {
float: none;
}
}
/*
.c-breadcrumb {
background: transparent;
position: absolute;
......@@ -906,7 +906,7 @@ body {
padding: 3px 10px;
}
}
*/
.c-mainvisual {
background: #e0dedf;
}
......
......@@ -5,6 +5,12 @@
<div class="hero-second schedule-mv">
<div class="c-breadcrumb">
<ul class="c-breadcrumb__inner">
<li class="c-breadcrumb__item"><a href="/"><span>TOP</span></a></li>
<li class="c-breadcrumb__item"><span>公開講座・体験セミナー 日程一覧</span></li>
</ul>
</div>
<div class="schedule-mv-inner">
......
......@@ -5,7 +5,12 @@
<main class="strategy">
<div class="c-breadcrumb">
<ul class="c-breadcrumb__inner">
<li class="c-breadcrumb__item"><a href="/"><span>TOP</span></a></li>
<li class="c-breadcrumb__item"><span>戦略的目標達成プログラム『頂点への道』講座 体験説明会</li>
</ul>
</div>
<div class="c-mainvisual">
<div class="c-mainvisual__box">
......
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