Commit 7335fdd0 by Orine Matsui

パンくずを一本化

parent a8f09a0e
...@@ -5565,6 +5565,7 @@ body { ...@@ -5565,6 +5565,7 @@ body {
/* /*
------------------------------------------------------------*/ ------------------------------------------------------------*/
/*
.p-company .c-breadcrumb { .p-company .c-breadcrumb {
background: transparent; background: transparent;
position: absolute; position: absolute;
...@@ -5622,6 +5623,7 @@ body { ...@@ -5622,6 +5623,7 @@ body {
.p-company .c-breadcrumb span { .p-company .c-breadcrumb span {
padding: 6px 16px; padding: 6px 16px;
} }
*/
.p-company .c-mainvisual { .p-company .c-mainvisual {
width: 100%; width: 100%;
height: 500px; height: 500px;
...@@ -9194,7 +9196,7 @@ body { ...@@ -9194,7 +9196,7 @@ body {
position: absolute; position: absolute;
z-index: 10; z-index: 10;
width: 100%; width: 100%;
top: 113px; top: 114px;
left: 0; left: 0;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
...@@ -9233,7 +9235,7 @@ body { ...@@ -9233,7 +9235,7 @@ body {
content: ''; content: '';
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(190, 172, 86, 0.3); background: rgba(190, 172, 86, 0.6);
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
......
...@@ -21,6 +21,7 @@ body { ...@@ -21,6 +21,7 @@ body {
min-width: 320px; min-width: 320px;
} }
} }
/*
.c-breadcrumb { .c-breadcrumb {
background: transparent; background: transparent;
position: absolute; position: absolute;
...@@ -87,6 +88,7 @@ body { ...@@ -87,6 +88,7 @@ body {
padding: 3px 10px; padding: 3px 10px;
} }
} }
*/
.container { .container {
width: 1200px; width: 1200px;
margin: 0 auto; margin: 0 auto;
...@@ -674,7 +676,7 @@ body { ...@@ -674,7 +676,7 @@ body {
} }
} }
.management { .management {
position: relative; /*position: relative;*/
} }
/* /*
......
...@@ -15,6 +15,7 @@ other.css ...@@ -15,6 +15,7 @@ other.css
/* ======================================== /* ========================================
common parts common parts
======================================== */ ======================================== */
/*
.c-breadcrumb { .c-breadcrumb {
background: transparent; background: transparent;
position: absolute; position: absolute;
...@@ -104,7 +105,7 @@ other.css ...@@ -104,7 +105,7 @@ other.css
padding: 3px 10px; padding: 3px 10px;
} }
} }
*/
/* ======================================== /* ========================================
.page-other .page-other
......
...@@ -32,6 +32,7 @@ body { ...@@ -32,6 +32,7 @@ body {
padding: 0 15px; padding: 0 15px;
} }
} }
/*
.c-breadcrumb { .c-breadcrumb {
background: transparent; background: transparent;
position: absolute; position: absolute;
...@@ -103,6 +104,7 @@ body { ...@@ -103,6 +104,7 @@ body {
padding: 3px 10px; padding: 3px 10px;
} }
} }
*/
.c-mainvisual { .c-mainvisual {
height: 500px; height: 500px;
background: url(../img/mv_service.jpg) no-repeat center; background: url(../img/mv_service.jpg) no-repeat center;
......
...@@ -816,7 +816,7 @@ body { ...@@ -816,7 +816,7 @@ body {
float: none; float: none;
} }
} }
/*
.c-breadcrumb { .c-breadcrumb {
background: transparent; background: transparent;
position: absolute; position: absolute;
...@@ -906,7 +906,7 @@ body { ...@@ -906,7 +906,7 @@ body {
padding: 3px 10px; padding: 3px 10px;
} }
} }
*/
.c-mainvisual { .c-mainvisual {
background: #e0dedf; background: #e0dedf;
} }
......
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
<div class="hero-second schedule-mv"> <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"> <div class="schedule-mv-inner">
......
...@@ -5,7 +5,12 @@ ...@@ -5,7 +5,12 @@
<main class="strategy"> <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">
<div class="c-mainvisual__box"> <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