Commit 9d1e9718 by Orine Matsui

本番と同じに

parent 6913a030
...@@ -249,79 +249,6 @@ sup { ...@@ -249,79 +249,6 @@ sup {
breadcrumb breadcrumb
------------------------------------------------------------*/ ------------------------------------------------------------*/
.c-breadcrumb {
background: transparent;
position: absolute;
z-index: 10;
width: 100%;
top: 114px;
left: 0;
}
@media screen and (max-width: 767px) {
.c-breadcrumb {
top: 1px;
}
}
.c-breadcrumb__inner {
max-width: 1200px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
}
.c-breadcrumb__item {
position: relative;
margin: 0 2px 0 0;
}
@media screen and (max-width: 767px) {
.c-breadcrumb__item {
margin: 0 3px 0 0;
}
}
.c-breadcrumb__item:first-child {
margin: 0 3px 0 -6px;
}
@media screen and (max-width: 767px) {
.c-breadcrumb__item:first-child {
margin: 0 3px 0 -4px;
}
}
.c-breadcrumb__item::after {
content: '';
width: 100%;
height: 100%;
background: rgba(190, 172, 86, 0.6);
position: absolute;
top: 0;
left: 0;
-webkit-transform: skew(-20deg);
transform: skew(-20deg);
}
.c-breadcrumb a, .c-breadcrumb span {
font-size: 1.2rem;
line-height: 1.5;
color: #fff;
position: relative;
z-index: 2;
display: block;
}
@media screen and (max-width: 767px) {
.c-breadcrumb a, .c-breadcrumb span {
font-size: 1rem;
}
}
.c-breadcrumb span {
padding: 6px 16px;
}
@media screen and (max-width: 767px) {
.c-breadcrumb span {
padding: 3px 10px;
}
}
/* /*
------------------------------------------------------------*/ ------------------------------------------------------------*/
...@@ -1001,108 +928,6 @@ header ...@@ -1001,108 +928,6 @@ header
height: 26px; height: 26px;
} }
.fixed-nav.is-show {
min-width: 1440px;
background-color: #fff;
}
.fixed-nav.is-show .c-header1-logo {
padding: 0 0 0 12px;
}
.fixed-nav.is-show .c-header1-logoLink {
max-width: 220px;
display: inline-block;
}
.fixed-nav.is-show .c-header1-logoLink img {
width: 100%;
}
.fixed-nav.is-show .c-header1-btn1 {
width: 138px;
height: 50px;
}
.fixed-nav.is-show .c-header1-btn1--red {
width: 108px;
}
.fixed-nav.is-show .c-header1-btn1--red .c-header1-btn1-text {
padding: 0;
padding-left: 11px;
}
.fixed-nav.is-show .c-header1-btn1 .c-header1-btn1-text {
padding-left: 6px;
}
.fixed-nav.is-show .c-header1-link {
padding-right: 10px;
}
.fixed-nav.is-show .c-header1-link1 {
padding: 10px 13px;
margin-left: 12px;
}
.fixed-nav.is-show .c-nav {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-470px);
margin-top: 10px;
}
.fixed-nav.is-show .c-nav-link1 {
padding: 5px 20px;
width: auto;
color: #1b1b1b;
}
.page-top .fixed-nav.is-show .c-header1-link1 {
color: #093d6e;
border: 2px solid #093d6e;
}
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
.c-header2 { .c-header2 {
padding: 0 14px; padding: 0 14px;
...@@ -5742,7 +5567,6 @@ body { ...@@ -5742,7 +5567,6 @@ body {
/* /*
------------------------------------------------------------*/ ------------------------------------------------------------*/
/*
.p-company .c-breadcrumb { .p-company .c-breadcrumb {
background: transparent; background: transparent;
position: absolute; position: absolute;
...@@ -5800,7 +5624,6 @@ body { ...@@ -5800,7 +5624,6 @@ 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;
...@@ -9368,4 +9191,76 @@ body { ...@@ -9368,4 +9191,76 @@ body {
height: auto; height: auto;
} }
.c-breadcrumb {
background: transparent;
position: absolute;
z-index: 10;
width: 100%;
top: 113px;
left: 0;
}
@media screen and (max-width: 767px) {
.c-breadcrumb {
top: 1px;
}
}
.c-breadcrumb__inner {
max-width: 1200px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
}
.c-breadcrumb__item {
position: relative;
margin: 0 2px 0 0;
}
@media screen and (max-width: 767px) {
.c-breadcrumb__item {
margin: 0 3px 0 0;
}
}
.c-breadcrumb__item:first-child {
margin: 0 3px 0 -6px;
}
@media screen and (max-width: 767px) {
.c-breadcrumb__item:first-child {
margin: 0 3px 0 -4px;
}
}
.c-breadcrumb__item::after {
content: '';
width: 100%;
height: 100%;
background: rgba(190, 172, 86, 0.3);
position: absolute;
top: 0;
left: 0;
-webkit-transform: skew(-20deg);
transform: skew(-20deg);
}
.c-breadcrumb a, .c-breadcrumb span {
font-size: 1.2rem;
line-height: 1.5;
color: #fff;
position: relative;
z-index: 2;
display: block;
}
@media screen and (max-width: 767px) {
.c-breadcrumb a, .c-breadcrumb span {
font-size: 1rem;
}
}
.c-breadcrumb span {
padding: 6px 16px;
}
@media screen and (max-width: 767px) {
.c-breadcrumb span {
padding: 3px 10px;
}
}
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