@charset "utf-8";
  :root { --color-black: #000;
--color-white: #fff;
--text-link_hover: #0768E8;
--border-color: #d6d6d6;
--theme-color: #174666;
--theme-orange: #eb5e00; --font-size-big: 38px;
--font-size-large: 32px;
--font-size-middle_high: 24px;
--font-size-middle: 18px;
--font-size-normal: 16px;
--font-size-small: 14px;
--font-size-mini: 12px; --font-weight-medium: 500;
--font-semi-bold: 600;
} .clearfix:after { content: ""; display: block; clear: both; } 
.clearfix:before { content: ""; display: block; clear: both; } 
.clearfix { display: block; }
* {
max-width: 100%;
box-sizing: border-box;
font-family: sans-serif;
margin: 0;
padding: 0;
font-size: var(--font-size-normal);
line-height: 1.6;
}
ul, dl {
list-style: none;
}
html, body {
color: var(--color-black);
overflow-x: hidden;
}
h1 { font-size: var(--font-size-large); }
h2 { font-size: var(--font-size-middle_high); }
h3 { font-size: var(--font-size-middle_); }
a:link, a:visited {
color: var(--color-black);
text-decoration: none;
transition: .3s;
}
@media (hover: hover) {
a:hover {
color: var(--text-link_hover);
text-decoration: none;
}
}
img { max-width: 100%; }
hr {
border: none;
border-bottom: 4px solid var(--color-black);
} header {
width: 100%;
height: 60px;
background-color: var(--theme-color);
position: fixed;
top: 0;
left: 0;
z-index: 999;
box-shadow: -1px 4px 20px -8px rgba(0, 0, 0, 0.8);
-moz-box-shadow: -1px 4px 20px -8px rgba(0, 0, 0, 0.8);
-webkit-box-shadow: -1px 4px 20px -8px rgba(0, 0, 0, 0.8);
-ms-box-shadow: -1px 4px 20px -8px rgba(0, 0, 0, 0.8);
}
.site-logo {
position: absolute;
top: 17px;
left: 50px;
}
.site-logo img {
height: 25px;
z-index: 10;
}
.global-nav {
position: absolute;
top: 17px;
right: 35px;
z-index: 5;
}
.global-nav ul li {
display: inline-block;
margin: 0 5px;
}
.global-nav ul li a {
color: var(--color-white);
font-size: var(--font-size-middle);
font-weight: bold;
padding: 2px 10px;
}
.global-nav ul li a:hover {
background-color: #f34949;
}
.nav_estate ul li a:hover {
background-color: var(--theme-color);
}
.wrap-top_visual {
width: 100%;
overflow: hidden;
display: block;
position: relative;
top: 60px;
margin-bottom: 50px;
}
.wrap-top_visual img {
width: 100%;
overflow: hidden;
object-fit: cover;
object-position: center;
} main {
width: 100%;
margin: 0;
}
.wrap-main {
width: 960px;
margin: 0 auto;
position: relative;
top: 70px;
} .title-contents {
width: 100%;
margin-bottom: 80px;
position: relative;
text-align: center;
}
.title-contents:after {
content: "";
display: inline-block;
position: absolute;
bottom: -25px;
width: 50px;
height: 5px;
left: 50%;
transform: translate(-50%);
background-color: var(--color-black);
border-radius: 10px;
}
.title-contents h1 {
font-size: 54px;
margin: 0;
}
.title-contents p {
margin: 0;
} .title-sub {
width: 100%;
text-align: center;
margin: 0 0 40px 0;
font-size: var(--font-size-large);
} .wrap-archive {
width: 100%;
margin: 40px 0;
padding-bottom: 100px;
}
.wrap-archive .title-contents {
margin-bottom: 80px;
}
.archive-inner {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid var(--border-color);
position: relative;
}
.archive-inner img {
width: 320px;
height: auto;
float: left;
margin-right: 20px;
transition: 0.5s;
}
.archive-inner img:hover {
opacity: 0.8;
}
.archive-inner article {
padding: 0;
}
.archive-inner article h2 a {
font-size: var(--font-size--big);
}
.archive-inner article p {
font-size: var(--font-size-small);
}
.archive-inner .post-meta {
display: flex;
justify-content: left;
margin-bottom: 10px;
}
.archive-inner .post-meta p {
margin: 0 35px 0 0;
font-size: var(--font-size-small);
}
.archive-inner .more-link {
position: absolute;
right: 0;
width: 120px;
color: var(--color-white);
font-size: var(--font-size-small);
}
.nav-below {
margin-bottom: 120px;
display: flex;
justify-content: center;
} .nav-previous,
.nav-next {
text-align: center;
width: 180px;
border-radius: 30px;
margin: 0 10px;
background-color: var(--color-white);
border: 1px solid var(--theme-color);
font-weight: bold;
transition: .5s;
} 
.nav-previous a,
.nav-next a {
width: 100%;
padding: 10px 0;
display: block;
color: var(--theme-color);
}
.nav-previous:hover,
.nav-next:hover {
background-color: var(--theme-color);
}
.nav-previous a:hover,
.nav-next a:hover {
color: var(--color-white);
} .pagenation {
width: 100%;
text-align: center;
margin-top: 10px;
}
.pagenation a {
color: var(--color-white);
}
.pagenation a:hover {
color: var(--color-white);
opacity: 0.8;
}
.pagenation .current {
background-color: var(--color-black);
}
.page-numbers {
background-color: var(--theme-color);
color: var(--color-white);
padding: 5px 12px;
} .icon-date:before { content: url(//ekus.jp/wp/wp-content/themes/wp-theme-ekus/images/icon-date.svg); }
.icon-date {
position: relative;
left: 18px;
}
.icon-date:before {
display: block;
width: 14px;
position: absolute;
top: 1px;
left: -20px;
} .more-link {
width: 100%;
display: block;
color: var(--color-white);
font-weight: bold;
text-align: center;
padding: 5px 10px;
background-color: var(--theme-color);
transition: .5s;
position: absolute;
bottom: 0;
}
.more-link:hover {
background-color: #f34949;
} .wrap-post {
width: 100%;
margin: 40px auto;
padding-bottom: 40px;
border-bottom: 1px solid var(--border-color);
}
.title-single_page {
width: 100%;
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 1px solid var(--border-color);
}
.title-single_page h1 {
width: 100%;
font-size: var(--font-size-large);
line-height: 1.4;
margin-bottom: 20px;
}
.post-inner img {
margin: 0 0 10px 0;
}
.post-inner h2 {
width: 100%;
margin: 50px 0;
font-size: var(--font-size-large);
border-left: 8px solid #000;
padding: 3px 0 3px 20px;
}
.post-inner p {
margin: 30px 0;
}
.post-inner ul {
list-style: disc;
margin: 0 0 30px 40px;
}
.post-inner ol {
margin: 0 0 30px 40px;
}
.post-inner ul li,
.post-inner ol li {
line-height: 1.8;
} .wrap-page {
width: 100%;
padding-bottom: 80px;
}
.wrap-page img {
margin: 20px auto 30px auto;
}
.wrap-page p {
margin-bottom: 15px;
}
.wrap-page ul {
margin: 0 0 15px 20px;
}
.wrap-page ul li {
list-style:disc;
}
.wrap-page_contents {
text-align: center;
}
.wrap-page_contents img {
width: 640px;
display: block;
margin: 60px auto 40px auto;
} .header-estate_page {
background-color: var(--theme-orange);
} .wrap-estate {
margin: 0 auto 60px auto;
text-align: center;
}
.wrap-estate .title-contents {
margin-bottom: 80px;
}
.wrap-estate hr {
width: 80%;
margin: 40px auto;
}
.wrap-estate .img-about_mark {
width: 540px;
margin: 0 auto 40px auto;
}
.wrap-estate ul {
margin-bottom: 20px;
}
.wrap-estate ul li {
font-size: var(--font-size-middle_high);
}
.googlemap {
margin: 40px auto 0 auto;
padding: 0;
}
.googlemap iframe {
width: 100%;
margin: 0;
}
.wrap-property {
padding-top: 100px;
margin: 100px 0;
border-top: 4px solid var(--color-black)
}
.wrap-property img {
margin: 10px 0;
}
.tbl-property {
width: 100%;
margin: 20px auto;
text-align: left;
border: 1px solid var(--color-black);
border-collapse: collapse;
}
.tbl-property tr {
border: none;
}
.tbl-property th {
background-color: #e6e6e6;
padding: 5px;
text-align: center;
font-size: var(--font-size-middle);
width: 200px;
border-left: 1px solid var(--color-black);
border-bottom: 1px solid var(--color-black);
}
.tbl-property td {
padding: 5px 15px;
font-size: var(--font-size-middle);
border-bottom: 1px solid var(--color-black);
border-right: 1px solid var(--color-black);
position: relative;
}
.tbl-property td h4 {
width: 200px;
text-align: center;
padding: 5px;
background-color: #e6e6e6;
position: absolute;
top: 0;
left: 0;
}
.tbl-property td p {
margin-top: 40px;
}
.list-property {
margin-bottom: 80px;
}
.list-property img {
margin: 5px;
}
.footer-estate_page {
background-color: var(--theme-orange);
} .btn-banner {
width: 100%;
height: auto;
display: flex;
justify-content: center;
text-align: center;
}
.btn-banner img {
width: 90%;
} .wrap-contact_banner {
width: 960px;
margin: 40px auto 60px auto;
padding: 0 0 20px 0;
text-align: center;
}
.wrap-contact_banner .title-contents {
margin-bottom: 60px;
}
.wrap-contact_banner img {
width: 420px;
transition: .5s;
}
.wrap-contact_banner img:hover {
opacity: 0.8;
} footer {
padding: 30px 0 20px 0;
text-align: center;
background-color: var(--theme-color);
color: var(--color-white);
}
.footer-sns_icon {
width: 640px;
margin: 0 auto 40px auto;
padding-bottom: 20px;
border-bottom: 1px solid var(--color-white);
display: flex;
justify-content: center;
}
.footer-sns_icon img {
width: 100px;
margin: 0 20px;
transition: .5s;
}
.footer-sns_icon img:hover {
opacity: 0.8;
}
.copyright img {
width: 600px;    
} #page_top {
width: 60px;
height: 60px;
position: fixed;
bottom: 30px;
right: 30px;
background-color: rgba(255,255,255,0.8);
background-image: url(//ekus.jp/wp/images/icon-page_top.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
transform: translateY(100px);
opacity: 0;
pointer-events: none;
}
@media (hover: hover) {
#page_top:hover {
cursor: pointer;
opacity: 0.8;
transform: translateY(-10px);
transition: transform 0.3s, opacity 0.3s, filter 0.3s;
}
}
#page_top:not(:hover) {
transform: translateY(0);
transition: transform 0.5s;
}
#page_top.UpMove {
animation: UpAnime 0.5s forwards;
pointer-events: auto;
}
@keyframes UpAnime {
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
#page_top.DownMove {
animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 1;
transform: translateY(100px);
}
}
@media screen and (max-width: 960px) {
.site-logo {
top: 18px;
left: 25px;
}
.wrap-main {
width: 95%;
margin: 0 auto;
}
.list-property { width: 100%; }
.list-property a img { width: 48%; }
@media screen and (max-width: 670px) {
.list-property a img {
width: 100%;
margin: 0 0 20px 0;
}
}
.archive-inner {
padding-bottom: 60px;
}
.archive-inner article h2 {
margin-bottom: 5px;
}
.archive-inner article .post-meta p {
font-size: var(--font-size-mini);
}
.wrap-contact_banner { width: 100%; }
}
@media screen and (max-width: 770px) { .navToggle {
display: block;
position: absolute; 
right: 35px;
top: 10px;
width: 30px;
height: 35px;
cursor: pointer;
z-index: 10;
text-align: center;
border: none !important;
}
.navToggle span {
display: block;
position: absolute; 
width: 34px;
border-bottom: solid 3px var(--color-white);
transition: all 0.5s;
left: 6px;
}
.navToggle span:nth-child(1) {
top: 8px;
}
.navToggle span:nth-child(2) {
top: 19px;
} 
.navToggle span:nth-child(3) {
top: 30px;
}
.navToggle.active span:nth-child(1) {
top: 18px;
left: 6px;
border-bottom: solid 3px var(--color-white);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
top: 18px;
border-bottom: solid 3px var(--color-white);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
} .global-nav {
width: 100%;
height: 100%;
position: fixed;
display: block;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.9);
opacity: 0;
color: var(--color-black);
transform: translateY(-100%);
transition: all 0.5s;
border: none !important;
margin: 0;
padding: 0;
}
.global-nav.active {
transform: translateY(0);
opacity: 1;
}
.global-nav ul {
width: 100%;
height: auto;
text-align: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
display: block;
}
.global-nav ul li {
list-style-type: none;
margin: 25px 0;
width: 100%;
height: 22px;
}
.global-nav ul li a {
font-size: var(--font-size-middle_high);
}
.global-nav ul li a:hover {
background: none;
} .wrap-archive {
display: block;
}
.archive-inner {
width: 100%;
} .wrap-swipe {
width: 100%;
}
.wrap-property .title-sub { font-size: var(--font-size-middle_high); }
.tbl-property th { width: 160px; } .post-inner h2 {
margin-top: 10px;
line-height: 1.4;
font-size: var(--font-size-large);
}
}
@media screen and (max-width: 640px) {
.wrap-estate .img-about_mark {
width: 80%;
display: block;
margin: 40px auto;
}
.wrap-estate ul li { font-size: var(--font-size-middle); }
.footer-sns_icon {
width: 95%;
margin: 0 auto 40px auto;
}
.footer-sns_icon img {
width: 80px;
}
.copyright img {
width: 95%;
display: block;
margin: 0 auto;    
}
#page_top {
width: 45px;
height: 45px;
z-index: 1;
}
}
@media screen and (max-width: 435px) {
.title-contents h1 {
font-size: var(--font-size-big);
margin: 0 auto;
}
.archive-inner img {
width: 100%;
height: auto;
float: none;
margin: 0 0 10px 0;
}
.wrap-estate ul li { font-size: var(--font-size-normal); }
.wrap-contact_banner { width: 90%; }
.wrap-contact_banner img { width: 100%; }
.wrap-estate .title-sub { font-size: var(--font-size-middle); }
.wrap-property .title-sub { font-size: var(--font-size-middle); }
.tbl-property th {
width: 80px;
font-size: var(--font-size-mini);
}
.tbl-property td {
font-size: var(--font-size-mini);
}
.tbl-property td h4 {
width: 80px;
font-size: var(--font-size-mini);
}
.tbl-property td h4 {
font-size: var(--font-size-mini);
}
.tbl-property td p {
font-size: var(--font-size-mini);
}
.copyright p {
font-size: var(--font-size-small);
}
#page_top {
width: 40px;
height: 40px;
right: 20px;
}
}
@media screen and (max-width: 400px) {
.title-single_page h1 {
font-size: var(--font-size-middle_high);
line-height: 1.4;
}
}