|
@@ -19,6 +19,14 @@
|
|
|
}
|
|
|
|
|
|
/* 共通樣式 start */
|
|
|
+.zz-sleeper {
|
|
|
+ width: 20px !important;
|
|
|
+ height: 20px !important;
|
|
|
+ border-radius: 100%;
|
|
|
+ background: #7e6950;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
a {
|
|
|
color: #006e9a;
|
|
|
text-decoration: none;
|
|
@@ -247,182 +255,6 @@ img {
|
|
|
transform: translate(490px, 193px);
|
|
|
}
|
|
|
}
|
|
|
-@-webkit-keyframes dot_414px {
|
|
|
- 0% {
|
|
|
- transform: translate(0, 8px);
|
|
|
- }
|
|
|
- 10% {
|
|
|
- transform: translate(170px, 8px);
|
|
|
- }
|
|
|
- 15% {
|
|
|
- transform: translate(170px, 110px);
|
|
|
- }
|
|
|
- 25% {
|
|
|
- transform: translate(-10px, 110px);
|
|
|
- }
|
|
|
- 30% {
|
|
|
- transform: translate(-10px, 190px);
|
|
|
- }
|
|
|
- 40% {
|
|
|
- transform: translate(170px, 190px);
|
|
|
- }
|
|
|
- 45% {
|
|
|
- transform: translate(170px, 290px);
|
|
|
- }
|
|
|
- 55% {
|
|
|
- transform: translate(-10px, 290px);
|
|
|
- }
|
|
|
- 60% {
|
|
|
- transform: translate(-10px, 370px);
|
|
|
- }
|
|
|
- 70% {
|
|
|
- transform: translate(170px, 370px);
|
|
|
- }
|
|
|
- 75% {
|
|
|
- transform: translate(170px, 470px);
|
|
|
- }
|
|
|
- 85% {
|
|
|
- transform: translate(-10px, 470px);
|
|
|
- }
|
|
|
- 90% {
|
|
|
- transform: translate(-10px, 550px);
|
|
|
- }
|
|
|
- 100% {
|
|
|
- transform: translate(170px, 550px);
|
|
|
- }
|
|
|
-}
|
|
|
-@keyframes dot_414px {
|
|
|
- 0% {
|
|
|
- transform: translate(0, 8px);
|
|
|
- }
|
|
|
- 10% {
|
|
|
- transform: translate(170px, 8px);
|
|
|
- }
|
|
|
- 15% {
|
|
|
- transform: translate(170px, 110px);
|
|
|
- }
|
|
|
- 25% {
|
|
|
- transform: translate(-10px, 110px);
|
|
|
- }
|
|
|
- 30% {
|
|
|
- transform: translate(-10px, 190px);
|
|
|
- }
|
|
|
- 40% {
|
|
|
- transform: translate(170px, 190px);
|
|
|
- }
|
|
|
- 45% {
|
|
|
- transform: translate(170px, 290px);
|
|
|
- }
|
|
|
- 55% {
|
|
|
- transform: translate(-10px, 290px);
|
|
|
- }
|
|
|
- 60% {
|
|
|
- transform: translate(-10px, 370px);
|
|
|
- }
|
|
|
- 70% {
|
|
|
- transform: translate(170px, 370px);
|
|
|
- }
|
|
|
- 75% {
|
|
|
- transform: translate(170px, 470px);
|
|
|
- }
|
|
|
- 85% {
|
|
|
- transform: translate(-10px, 470px);
|
|
|
- }
|
|
|
- 90% {
|
|
|
- transform: translate(-10px, 550px);
|
|
|
- }
|
|
|
- 100% {
|
|
|
- transform: translate(170px, 550px);
|
|
|
- }
|
|
|
-}
|
|
|
-@-webkit-keyframes dot_375px {
|
|
|
- 0% {
|
|
|
- transform: translate(0, 8px);
|
|
|
- }
|
|
|
- 10% {
|
|
|
- transform: translate(155px, 8px);
|
|
|
- }
|
|
|
- 15% {
|
|
|
- transform: translate(155px, 108px);
|
|
|
- }
|
|
|
- 25% {
|
|
|
- transform: translate(-10px, 108px);
|
|
|
- }
|
|
|
- 30% {
|
|
|
- transform: translate(-10px, 185px);
|
|
|
- }
|
|
|
- 40% {
|
|
|
- transform: translate(155px, 185px);
|
|
|
- }
|
|
|
- 45% {
|
|
|
- transform: translate(155px, 285px);
|
|
|
- }
|
|
|
- 55% {
|
|
|
- transform: translate(-10px, 285px);
|
|
|
- }
|
|
|
- 60% {
|
|
|
- transform: translate(-10px, 360px);
|
|
|
- }
|
|
|
- 70% {
|
|
|
- transform: translate(155px, 360px);
|
|
|
- }
|
|
|
- 75% {
|
|
|
- transform: translate(155px, 460px);
|
|
|
- }
|
|
|
- 85% {
|
|
|
- transform: translate(-10px, 460px);
|
|
|
- }
|
|
|
- 90% {
|
|
|
- transform: translate(-10px, 535px);
|
|
|
- }
|
|
|
- 100% {
|
|
|
- transform: translate(155px, 535px);
|
|
|
- }
|
|
|
-}
|
|
|
-@keyframes dot_375px {
|
|
|
- 0% {
|
|
|
- transform: translate(0, 8px);
|
|
|
- }
|
|
|
- 10% {
|
|
|
- transform: translate(155px, 8px);
|
|
|
- }
|
|
|
- 15% {
|
|
|
- transform: translate(155px, 108px);
|
|
|
- }
|
|
|
- 25% {
|
|
|
- transform: translate(-10px, 108px);
|
|
|
- }
|
|
|
- 30% {
|
|
|
- transform: translate(-10px, 185px);
|
|
|
- }
|
|
|
- 40% {
|
|
|
- transform: translate(155px, 185px);
|
|
|
- }
|
|
|
- 45% {
|
|
|
- transform: translate(155px, 285px);
|
|
|
- }
|
|
|
- 55% {
|
|
|
- transform: translate(-10px, 285px);
|
|
|
- }
|
|
|
- 60% {
|
|
|
- transform: translate(-10px, 360px);
|
|
|
- }
|
|
|
- 70% {
|
|
|
- transform: translate(155px, 360px);
|
|
|
- }
|
|
|
- 75% {
|
|
|
- transform: translate(155px, 460px);
|
|
|
- }
|
|
|
- 85% {
|
|
|
- transform: translate(-10px, 460px);
|
|
|
- }
|
|
|
- 90% {
|
|
|
- transform: translate(-10px, 535px);
|
|
|
- }
|
|
|
- 100% {
|
|
|
- transform: translate(155px, 535px);
|
|
|
- }
|
|
|
-}
|
|
|
/* 共通樣式 end */
|
|
|
/* header start */
|
|
|
.navbar {
|
|
@@ -1438,7 +1270,6 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
.bhouseweb_loc_sec02_card .slide_item_text {
|
|
|
background-color: rgba(128, 143, 76, 0.8);
|
|
|
padding: 15px;
|
|
|
- margin-top: 60px;
|
|
|
}
|
|
|
|
|
|
.bhouseweb_loc_sec02_card .slide_item_text p {
|
|
@@ -1626,6 +1457,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
}
|
|
|
}
|
|
|
.style_house_sec02_slide .slick-prev {
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
position: absolute;
|
|
|
top: 38%;
|
|
|
left: 10px;
|
|
@@ -1640,8 +1473,10 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
display: none !important;
|
|
|
}
|
|
|
.style_house_sec02_slide .slick-next {
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
position: absolute;
|
|
|
- right: 40px;
|
|
|
+ right: 10px;
|
|
|
top: 38%;
|
|
|
z-index: 1;
|
|
|
}
|
|
@@ -1659,12 +1494,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
}
|
|
|
@media screen and (max-width: 1199px) {
|
|
|
.style_house_sec02 .slide-box {
|
|
|
- height: 60vw;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- .style_house_sec02 .slide-box {
|
|
|
- height: 80vw;
|
|
|
+ height: auto;
|
|
|
}
|
|
|
}
|
|
|
@media screen and (max-width: 576px) {
|
|
@@ -3828,6 +3658,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
right: 48%;
|
|
|
max-width: 700px;
|
|
|
height: 100%;
|
|
|
+ z-index: 10;
|
|
|
}
|
|
|
@media (max-width: 890px) {
|
|
|
.blog-main .process .line_02 {
|
|
@@ -3835,10 +3666,15 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
top: 67%;
|
|
|
}
|
|
|
}
|
|
|
-.blog-main .process .dot {
|
|
|
+.blog-main .process .dot,
|
|
|
+.blog-main .process .dot_mb {
|
|
|
position: absolute;
|
|
|
}
|
|
|
-.blog-main .process .dot::before {
|
|
|
+.blog-main .process .dot_mb {
|
|
|
+ z-index: 20;
|
|
|
+}
|
|
|
+.blog-main .process .dot::before,
|
|
|
+.blog-main .process .dot_mb::before {
|
|
|
content: "\a";
|
|
|
width: 10px;
|
|
|
height: 10px;
|
|
@@ -3847,36 +3683,26 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
display: inline-block;
|
|
|
background: #649e2e;
|
|
|
position: absolute;
|
|
|
- z-index: 0;
|
|
|
+ z-index: 15;
|
|
|
top: 34px;
|
|
|
left: 0;
|
|
|
-webkit-animation: dot 8s infinite;
|
|
|
animation: dot 8s infinite;
|
|
|
}
|
|
|
@media (max-width: 892px) {
|
|
|
- .blog-main .process .dot::before {
|
|
|
+ .blog-main .process .dot::before,
|
|
|
+.blog-main .process .dot_mb::before {
|
|
|
-webkit-animation: none;
|
|
|
animation: none;
|
|
|
}
|
|
|
}
|
|
|
@media (width: 768px) {
|
|
|
- .blog-main .process .dot::before {
|
|
|
+ .blog-main .process .dot::before,
|
|
|
+.blog-main .process .dot_mb::before {
|
|
|
-webkit-animation: dot_768px 8s infinite;
|
|
|
animation: dot_768px 8s infinite;
|
|
|
}
|
|
|
}
|
|
|
-@media (width: 414px) {
|
|
|
- .blog-main .process .dot::before {
|
|
|
- -webkit-animation: dot_414px 8s infinite;
|
|
|
- animation: dot_414px 8s infinite;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (width: 375px) {
|
|
|
- .blog-main .process .dot::before {
|
|
|
- -webkit-animation: dot_375px 8s infinite;
|
|
|
- animation: dot_375px 8s infinite;
|
|
|
- }
|
|
|
-}
|
|
|
.blog-main .process section {
|
|
|
margin-right: 80px;
|
|
|
}
|
|
@@ -3892,7 +3718,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
-o-object-fit: contain;
|
|
|
object-fit: contain;
|
|
|
position: relative;
|
|
|
- z-index: 1;
|
|
|
+ z-index: 20;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
@@ -3910,7 +3736,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
position: absolute;
|
|
|
top: -110px;
|
|
|
left: 65px;
|
|
|
- z-index: 10;
|
|
|
+ z-index: 25;
|
|
|
-o-object-fit: contain;
|
|
|
object-fit: contain;
|
|
|
}
|
|
@@ -3922,7 +3748,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
}
|
|
|
.blog-main .process_mb .row img {
|
|
|
position: relative;
|
|
|
- z-index: 20;
|
|
|
+ z-index: 25;
|
|
|
}
|
|
|
.blog-main .process_mb .row div {
|
|
|
position: relative;
|
|
@@ -4504,6 +4330,13 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
width: 35px;
|
|
|
}
|
|
|
|
|
|
+.blog_article h1 {
|
|
|
+ color: #4c660b;
|
|
|
+ font-weight: 900;
|
|
|
+ font-size: 1.75rem;
|
|
|
+ margin-bottom: 50px;
|
|
|
+}
|
|
|
+
|
|
|
.blog_article h2 {
|
|
|
margin-top: 30px;
|
|
|
margin-bottom: 30px;
|
|
@@ -4633,7 +4466,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.news-content h2 {
|
|
|
- margin-bottom: 30px;
|
|
|
+ margin-top: 3rem;
|
|
|
+ margin-bottom: 15px;
|
|
|
font-size: 20px;
|
|
|
font-weight: bold;
|
|
|
font-weight: 700;
|