@charset "UTF-8";
body{
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s; color: #000;}
a:hover{opacity: 0.7;color: #000;}
iframe {width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#header {
    display: flex;
    padding: 5px 10px;
    height: 65px;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px;
    transition: all .3s;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
#header .logo a img {
    width: 160px;
}
@media screen and (max-width:1200px){
#header .logo {
    position: relative;
    z-index: 9999;
}
#header::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    right: 0;
    margin: 0;
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 95%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    margin: 60px auto 0;
    padding: 20px 0 0;
    background-color: #fff;
    height: 90vh;
    width: 100%;
}
nav{
    padding: 0;
}
nav ul{
    display: block;
}
#g-nav ul li:nth-of-type(1) a {
    border-top: 1px solid #ccc;
}
nav ul li a {
    border-bottom: 1px solid #ccc;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: #f29600;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 30px;
}
.openbtn::before {
    content: "close";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}
.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 27px;
}
.openbtn span:nth-of-type(3) {
	top: 39px;
}

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 25px;
    left: 15px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
    left: 15px;
}
}
#mainvisual {
    margin-top: 70px;
    position: relative;
}
.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 0 0 auto;
    width: 95%;
    list-style-type: none;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.slider, .slider-item, .slider-item img {
    height: auto;
    border-radius: 15px 0 0 15px;
    background: #fff;
}
.slick-dots {
    position: relative;
    z-index: 3;
    margin: -25px 0 0 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display:inline-block;
	margin:0 8px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ffff;
}
.slick-dots .slick-active button {
    background: #fff;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 25px;
    width: 25px;
}
.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
section {
    padding: 3rem 0;
}
#mainvisual .col-xl-5 {
    background: #f4eeea;
    margin-top: -4rem;
    border-radius: 10px 0 0 10px;
    padding: 6rem 1rem 2rem;
}
p.copy1 {
    font-size: 22px;
    text-align: center;
    /* font-weight: bold; */
}
p.copy2 {
    /* font-weight: bold; */
    font-size: 18px;
    margin-bottom: 2rem;
}
p.copy3 {
    margin: 1rem 0 0;
}
a.tell img {
    width: 290px;
}
a.tell {
    display: block;
    text-align: center;
}
a.cta-btn {
    background: linear-gradient(45deg, #ffb166 0%, #ef8425 100%);
    background-size: 200% auto;
    background-position: 1% 50%;
    transition: background-position 0.5s ease-out, color 0.3s;
    display: block;
    width: 300px;
    margin: 1rem auto 0;
    padding: 1rem;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    /* font-weight: bold; */
    text-decoration: none;
    border: 3px solid;
}
a.cta-btn::before {
    content: "";
    background-image: url(../img/ico-mail.png);
    width: 32px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
a.link-btn {
    display: block;
    width: 280px;
    margin: 1.5rem auto 0;
    color: #fff;
    border-radius: 70px;
    font-size: 16px;
    position: relative;
    transition: 0.5s;
    background: linear-gradient(90deg, #a9dc82 0%, #7fb77e 50%);
    background-size: 200% auto;
    background-position: 1% 50%;
    transition: background-position 0.5s ease-out, color 0.3s;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    /* font-weight: bold; */
}
a.link-btn:hover, a.cta-btn:hover {
    opacity: 1;
    transition: 0.5s;
    background-position: 99% 50%;
}

h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 1.5rem;
}

h2::before {
    content: attr(data-en);
    display: block;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
}
ul.news-list {
    padding: 0;
    margin: 0;
    border-top: 1px solid #000;
    list-style-type: none;
}
ul.news-list li {
    padding: 1rem;
    border-bottom: 1px solid #000;
}
ul.news-list li p.date {
    font-weight: bold;
    margin: 0;
}
ul.news-list li h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-weight: 500;
}
ul.news-list li h3 a {
    text-decoration: none;
}
#service {
    background: #cec4c0;
}
#service a {
    display: block;
    background: #fff;
    padding: 2rem 3rem 3rem;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
span.num{
    color: #ef8425;
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}
#service a h3 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}
#service a:nth-of-type(1) figure img {
    margin-left: 1rem;
}
#service a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    rotate: -45deg;
}
p.sv1-text1 {
    text-align: center;
    color: #77b277;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    line-height: 1.3;
}
p.sv1-text1::before,p.sv1-text1::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #77b277;
    display: block;
    rotate: 60deg;
}
p.sv1-text1::after {
    rotate: -60deg;
}
p.sv1-text2 {
    font-size: 18px;
    font-weight:600;
}
span.marker {
    background: linear-gradient(transparent 70%, #F5FF00 30%);
}
#sv1 .col-xl-6 {
    border: 5px solid #daf4d7;
    padding: 2rem 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    background: #fff;
}
#sv1 .col-xl-6 h3 {
    font-size: 20px;
    text-align: center;
    color: #77b277;
}
p.num {
    background: #84bf56;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sv1 .col-xl-6 p.num{
    margin:1rem auto;
}
#sv1 .col-xl-6 ul ,#sv1 .col-xl-6 p{
    margin: 0;
    line-height: 2;
}
#sv2 {
    background: #edf4ea;
}
ul.sv-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 3rem;
}

ul.sv-list li {
    background: #fff;
    padding: 10px 0px 10px 10px;
    border-radius: 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

ul.sv-list li h3 {
    font-size: 18px;
    width: 75%;
    margin: 0;
}

ul.sv-list li h3 small {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
}
ul.sv-list li p.num{
    margin: 0;
}
a.h-link::after {
    content: "";
    background-image: url(../img/ico-link.png);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
}
.property h3 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 1rem;
    font-weight: 500;
}
.property-list .col-xl-4 h3 {
    text-align: left;
    font-size: 18px;
}
.property-list .col-xl-4 a,.event-list .col-xl-4 a {
    display: block;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
}
.property-list a figure,.event-list a figure {
    border-radius: 10px 10px 0 0;
    margin: 0;
    overflow: hidden;
}
.property-list a figure img,.event-list a figure img {
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3 / 2;
}
.property-list a:hover,.event-list a:hover {
    opacity: 1;
}
.property-list a:hover figure img ,.event-list a:hover figure img{
    transition: 0.5s;
    transform: scale(1.2);
}
.property-list a .inner,.event-list a .inner {
    padding:  1rem 2rem;
}
.property-list a .inner p {
    margin: 0;
}
.property-list a .inner p.tag,.single-property p.tag {
    width: fit-content;
    background: #17aacc;
    color: #fff;
    padding: 3px 10px;
    width: 90px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}
a.tag{
    text-decoration: none;
}
p.tag.rental{
    background: #afbf0d !important;
}
p.tag.transfer {
    background: #f29600 !important;
}
.property-list a .inner p.address {
    font-size: 18px;
    margin-bottom: 10px;
}
.property-list .col-xl-4 {
    margin-bottom: 1rem;
}
#sv3 .container{
    position: relative;
}
img.svimg {
    width: 90px;
    position: absolute;
}
#event {
    background: #f4eeea;
}
.event-list a h3 {
    font-size: 16px;
    margin: 0;
}
.event-list a .d-flex {
    gap: 0 15px;
    align-items: center;
}
.event-list a p.tag,.single-event a.tag,.single-event p.tag {
    background: #ef8425;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    width: 100px;
    text-align: center;
    border-radius: 8px;
}
p.tag.close,.single-event a.tag.close,.single-event p.tag.close {
    background: #8e8580 !important;
}
.event-list .col-xl-4 {
    margin-bottom: 1rem;
}
table {
    width: 100%;
    border-top: 1px solid #000;
}

table tr {
    border-bottom: 1px solid;
}

table th,table td {
    padding: 15px 10px;
}

table th {
    width: 30%;
    padding-left: 15px;
    font-weight: 600;
}
.map iframe {
    height: 300px;
    margin: 1rem 0 0;
}
#corporate .col-12{
    margin-top: 2rem;
}
#contact {
    background: #8e8580;
    color: #fff;
}
#footer {
    position: relative;
    margin-top: 3rem;
}

#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
    text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
    width: 50px;
    height: 50px;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@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);
  }
}

#f-bottom {
    background: #fffdf5;
}

#footer .logo img {
    width: 200px;
    display: block;
    margin: 0 auto;
}
ul.f-nav-top {
    padding: 0;
    margin-bottom: 2rem;
    list-style-type: none;
}
ul.f-nav-top a.link-btn {
    margin: 0 auto 1rem;
}
ul.f-nav li a {
    text-decoration: none;
    display: block;
    padding: 5px;
    font-weight: bold;
}
ul.f-nav li {
    list-style-type: none;
}
ul.f-nav li a::before {
    content: ">";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 5px;
}
ul.f-nav {
    padding: 0;
    margin: 0 auto 2rem;
    width: 80%;
}


@media screen and (min-width:760px) {
#sv1 p {
    text-align: center;
}
#sv1 .col-xl-6 > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 20px;
}
#sv1 .col-xl-6 p.num {
    margin: 0;
}
#sv1 .col-xl-6 {
    padding: 2rem 2rem;
}
img.svimg {
    left: 7%;
    top: 2%;
}
ul.f-nav-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
ul.f-nav-top a.link-btn {
    width: 200px;
}
ul.f-nav {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}
ul.f-nav li {
    width: 50%;
}
.event-list a p.tag,.single-event a.tag,.single-event p.tag{
    padding: 8px 10px;
    width: 120px;
    border-radius: 12px;
}
p.copy2, p.copy3 {
    text-align: center;
}
}
@media screen and (min-width:1200px) {
#header .logo a img {
    width: 200px;
}
#header {
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
#g-nav ul {
    padding: 0;
    margin: 0;
    align-items: center;
}
#g-nav {
    position: relative;
}
nav ul li a {
    font-size: 16px;
    padding: 15px 18px;
}

#mainvisual {
    margin-top: 80px;
}
p.copy2, p.copy3 {
    text-align: left;
}
.slider {
    width: 100%;
}
#mainvisual::after {
    content: "";
    display: block;
    width: 97%;
    height: 95%;
    background: #f4eeea;
    position: absolute;
    top: 50px;
    z-index: -1;
    right: 0;
    border-radius: 15px 0 0 15px;
}
#mainvisual .col-xl-5 {
    background: transparent;
    margin: 0;
    padding: 6rem 0rem 0 2rem;
}
#mainvisual a.tell {
    text-align: left;
}
#mainvisual a.cta-btn {
    margin-left: 0;
}
#mainvisual .row {
    /* max-width: 1130px; */
    margin-left: auto;
    max-width: calc(100% - 65px);
}
p.copy1 {
    font-size: 28px;
    text-align: left;
}
p.copy2 {
    line-height: 2;
}
p.mv-left {
    margin: 0;
    position: absolute;
    bottom: -5%;
    left: 10px;
}
section {
    padding: 6rem 0;
}

h2::before {
    font-size: 14px;
}
h2 {
    font-size: 28px;
    margin-bottom:2rem;
}
a.link-btn {
    font-size: 18px;
    width: 320px;
}
ul.news-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 2rem 4rem;
}
#service .row {
    justify-content: space-between;
}
#service a {
    margin: 0;
    width: 31.5%;
    padding: 3rem 3rem 4rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
span.num {
    font-size: 40px;
}
#service a h3 {
    font-size: 24px;
}
#service a::after {
    width: 18px;
    height: 18px;
    bottom: 25px;
}
#service a figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
}
#service a:nth-of-type(1) h3 {
    margin-top: 3rem;
}
p.sv1-text1 {
    font-size: 28px;
    margin-bottom: 2rem;
}
p.sv1-text2 {
    font-size: 20px;
    margin-bottom: 2rem;
}
#sv1 figure {
    margin: 3rem 0;
}
#sv1 .row {
    justify-content: space-between;
}
#sv1 .col-xl-6 {
    width: 47%;
    margin: 2rem 0;
}
#sv1 .col-xl-6 h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
#sv1 .col-xl-6 p {
    text-align: left;
}
#sv1 .col-xl-6 ul, #sv1 .col-xl-6 p.w-90 {
    width: 80%;
}
ul.sv-list li {
    padding: 20px 0px 20px 20px;
    border-radius: 60px;
    margin-bottom: 20px;
}
ul.sv-list li h3 {
    font-size: 26px;
    width: 90%;
    margin: 0;
}
ul.sv-list li h3 small {
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
}
.property h3 {
    font-size: 26px;
}
ul.sv-list {
    margin: 0 0 5rem;
}
.property-list,.event-list {
    gap: 0 15px;
}
.property-list .col-xl-4,.event-list .col-xl-4 {
    width: 32.4%;
    margin-bottom: 2rem;
}
.property-list a .inner p.tag {
    padding: 8px 10px;
    width: 100px;
    margin-bottom: 1rem;
}
img.svimg {
    left: 15%;
    top: -1%;
    width: 150px;
}
.event-list a .inner {
    padding: 1rem 2rem 3rem;
}
.map iframe {
    margin: 0;
    height: 348px;
}
table th, table td {
    padding: 20px 10px;
}
table th {
    padding-left: 40px;
}
#corporate .col-12 {
    margin-top: 4rem;
}
#contact h2 {
    margin-bottom: 3rem;
}
#contact .container {
    max-width: 800px;
}
a.cta-btn {
    width: 380px;
    font-size: 20px;
    padding: 20px 0;
}
a.cta-btn::before {
    width: 40px;
    height: 27px;
}
#contact a.tell img {
    width: 360px;
}
ul.f-nav-top a.link-btn {
    width: 250px;
    margin: 0;
}
ul.f-nav{
    margin-bottom: 0;
}
ul.f-nav-top {
    margin-bottom: 1rem;
}
ul.f-nav li {
    line-height: 2;
    width: 33.333%;
}
#f-bottom {
    padding: 4rem 0;
}
}

@media (min-width: 1300px) {
.container{
    max-width: 1200px;
}
#mainvisual .row {
    max-width: calc(100% - 7%);
}
}
@media (min-width: 1400px) {   
#header {
    height: 100px;
}
#mainvisual {
    margin-top: 100px;
}
nav ul li a {
    font-size: 18px;
    padding: 15px 25px;
    line-height: 1.2;
}
a.h-link::after {
    width: 18px;
    height: 18px;
    vertical-align: baseline;
}
p.copy1 {
    font-size: 34px;
}
p.copy2 {
    font-size: 22px;
}
p.copy3 {
    font-size: 18px;
}
a.tell img {
    width: 370px;
}
#mainvisual::after {
    height: 100%;
}
h2 {
    font-size: 30px;
}
#news {
    padding-top: 9rem;
}
ul.news-list li p.date {
    width: 140px;
}
ul.news-list li h3 {
    width: 85%;
}
a.link-btn {
    font-size: 20px;
    width: 320px;
    margin-top: 2rem;
}
span.num {
    font-size: 52px;
}
#service a h3 {
    font-size: 26px;
    line-height: 1.4;
}
p.sv1-text1 {
    font-size: 30px;
}
p.sv1-text2 {
    font-size: 22px;
}
p.sv1-text2 + p {
    font-size: 18px;
}
#sv1 .col-xl-6 h3 {
    font-size: 30px;
}
#sv1 .col-xl-6 ul, #sv1 .col-xl-6 p.w-90 {
    width: 85%;
}
#sv1 .col-xl-6 > div {
    gap: 0 10px;
}
img.svimg {
    left: 14%;
    width: 170px;
    top: -2%;
}
.event-list a h3 {
    font-size: 18px;
}
#sv3 {
    font-size: 18px;
}
#sv3 h2 + p {
    margin-bottom: 2rem;
}
table th, table td {
    padding: 25px 8px;
}
table th {
    padding-left: 45px;
}
.map iframe {
    height: 375px;
}
#contact a.cta-btn {
    font-size: 22px;
    width: 400px;
}
#contact .container {
    max-width: 840px;
}
#footer .logo img,#header .logo a img {
    width: 240px;
}
ul.f-nav-top a.link-btn {
    width: 270px;
    font-size: 18px;
}
ul.f-nav {
    width: 95%;
}
ul.f-nav li a {
    font-size: 18px;
}
#f-bottom .col-xl-9 {
    padding-left: 3rem;
}
}
@media screen and (min-width: 1600px) {
#mainvisual .col-xl-5 {
    padding: 6rem 0rem 0 3rem;
}
}
@media screen and (min-width: 1900px) {
#mainvisual .col-xl-5 {
    padding: 9rem 0rem 0 7rem;
}
nav ul li a {
    padding: 15px 50px;
    font-size: 20px;
}
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table thead tr th {
    background-color: #ef8425;
    color: #fff;
    font-weight:  bold;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    color: #ef8425;
    font-weight:  bold;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    background-color: transparent;
    padding: 1rem;
    border-left: 0;
    border-right: 0;
    border-color: #9e9e9e;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tbody tr:nth-of-type(even) {
    background-color: #fcf8f5;
}

@media screen and (min-width:1200px) {
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1.5rem;
}
}

/* page */
#page_header {
    margin: 65px auto 5px;
    background: #f4eeea;
    padding: 3rem 1rem;
    border-radius: 10px;
    width: 95%;
}
h1.page-title {
    font-size: 22px;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.bread span,.bread a {
    padding: 0 5px;
    text-decoration: none;
}
.wp-block-group__inner-container {
    padding: 0 1rem;
}
#worries .wp-block-column {
    padding: 2rem;
    border-radius: 20px;
}
img.wp-image-98 {
    width: 75px;
}
.wp-block-group.solve {
    background: #ef8425;
    color: #fff;
    padding: 2rem 1rem;
    border-radius: 20px;
    position: relative;
    margin-top: 1.5rem;
}

.wp-block-group.solve img.wp-image-88 {
    position: absolute;
    width: 80px;
    right: 4px;
    bottom: 0px;
    border-radius: 14px;
}

.wp-block-group.solve p {
    margin: 0;
    font-size: 18px;
    padding-right: 2rem;
}
.wp-block-group.campaign {
    border: 4px dashed #77b277;
    border-radius: 10px;
    padding: 2rem 0rem 1rem;
    position: relative;
    margin-top: 4rem;
}
.wp-block-group.campaign p.sv1-text1 {
    position: absolute;
    top: -20px;
    width: 96%;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;
}
.page-id-51 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tbody tr:nth-of-type(even) {
    background-color: transparent;
}
h3.wp-block-heading {
    margin: 2rem 0 1rem;
}
h4.wp-block-heading {
    margin: 2rem 0 1rem;
    font-weight: bold;
}

@media screen and (min-width:760px) {
.wp-block-group__inner-container {
    max-width: 720px;
    margin: 0 auto;
}  
}

@media screen and (min-width:992px) {
.wp-block-group__inner-container {
    max-width: 960px;
}  
}

@media screen and (min-width:1200px) {
 h3.wp-block-heading {
    font-size: 1.65rem;
}
.wp-block-group__inner-container {
    max-width: 1140px;
}
#page_header {
    margin: 80px auto 5px;
    padding: 5rem 1rem;
    width: 95%;
}  
h1.page-title {
    font-size: 32px;
}
#worries .wp-block-column p {
    font-size: 24px !important;
    margin-bottom: 2rem;
}
.wp-block-group.solve p {
    font-size: 24px;
}
.wp-block-group.solve {
    display: block;
    padding: 2rem 10rem;
}
.wp-block-group.solve h3 {
    font-size: 32px;
    margin-bottom: 1rem;
}
.wp-block-group.solve img.wp-image-88 {
    width: 170px;
    right: 145px;
    bottom: 0px;
    border-radius: 0;
}
.wp-block-group.solve {
    margin-top: 3.5rem;
}
img.wp-image-98 {
    width: 120px;
    margin: 2rem 0 0;
}
.wp-block-group.campaign p.sv1-text1 {
    width: fit-content;
}
.wp-block-group.campaign p.has-medium-font-size {
    font-size: 25px !important;
}
.wp-block-group.campaign {
    padding: 3rem 1rem 2rem;
}
#price h2 + p {
    font-size: 18px;
}

}
@media (min-width: 1300px) {
.wp-block-group__inner-container{
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
#page_header {
    margin: 100px auto 5px;
    padding: 6rem 1rem;
}
h1.page-title {
    font-size: 35px;
}
}

nav.pagination {
    margin: 2rem auto 0;
    text-align: center;
    justify-content: center;
}
.nav-links a,.nav-links span {
    display: inline-block;
    border: 1px solid #ef8425;
    text-decoration: none;
    padding: 3px 10px;
    color: #ef8425;
}
.page-numbers.current {
    background: #ef8425;
    color: #fff;
}
.post-type-archive-event .event-list .col-xl-4 a,.post-type-archive-property .property-list .col-xl-4 a {
    border: 1px solid #ddd;
}

/* single */
.post-inner {
    border: 4px solid #f4eeea;
    padding: 2rem 1rem;
    border-radius: 20px;
}
h2.post-ttl {
    font-size: 22px;
}
.entry-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.entry-pager a {
    display: block;
    background: #f4eeea;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
}
.entry-pager .next a::after, .entry-pager .back a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(225deg);
}
.entry-pager .back a::before {
    margin-left: 0;
    margin-right: 5px;
    transform: rotate(45deg);
}
img.thumbnail-img {
    /* max-width: 800px; */
    margin: 0 auto 2rem;
    width: 100%;
    border-radius: 15px;
}

@media screen and (min-width:760px){
.post-inner {
    padding: 3rem;
}
h2.post-ttl {
    font-size: 24px;
}
}

@media screen and (min-width:1200px){
h2.post-ttl {
    font-size: 28px;
}
.entry-pager {
    margin-top: 3rem;
}
}

@media screen and (min-width:1400px){
h2.post-ttl {
    font-size: 30px;
}
}

ul.property-slider {
    padding: 0;
    margin: 0 auto 1rem;
    list-style-type: none;
    width: 85%;
}

ul.property-slider li img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 15px;
}
.single-property .slick-prev, .single-property .slick-next {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    height: 15px;
    width: 15px;
}
.single-property .slick-next{
    right: -7.5%;
}
.single-property .slick-prev {
    left: -7.5%;
}
.single-property .slick-dots {
    margin: 15px 0 0 0;
}
.single-property .slick-dots .slick-active button {
    background: #000;
}
.single-property .slick-dots button {
    border: 2px solid #000;
}
.property-info th {
    color: #ef8425;
    font-weight: bold;
    width: 25%;
    vertical-align: top;
}
table.property-info {
    min-width: 600px;
    border-top: 1px solid #9e9e9e;
}
.property-info th,.property-info td {
    padding: 15px 10px;
}
.property-info tr {
    border-bottom: 1px solid #9e9e9e;
}

@media screen and (max-width:760px) {
.single-property .scrool {
    width: 100%;
    overflow: scroll;
}
}

@media screen and (min-width:1200px) {
.property-info th, .property-info td {
    padding: 20px;
}
.property-info th {
    width: 30%;
    padding-left: 50px;
}
}

.smf-item__label strong {
    color: #eb4335;
    font-size: 12px;
    margin-left: 5px;
}
.smf-form.smf-form--simple-table {
    border-top: 1px solid #ddd;
}
.smf-form--simple-table .smf-item {
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}
.smf-action .smf-button-control__control {
    border: none;
    background: #7fb77e;
    color: #fff;
    padding: 15px 50px;
}
@media screen and (min-width:1200px) {
.smf-form--simple-table .smf-item {
    padding: 2rem 4rem;
}
}


.property.sien h3, .bn-akiyabank.property h3 {
    margin-top: 3rem;
    font-size: 20px;
}
nav ul li a.insta {
    border: none;
}
ul.f-nav li a.insta {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.f-nav li a.insta::before{
    display: none;
}
td.pr {
    padding-right: 60px !important;
}


@media screen and (min-width:760px) {
ul.f-nav-top li:nth-of-type(2) a.link-btn {
    width: 220px;
    font-size: 15px;
}
ul.f-nav li:last-child {
    width: 100%;
    margin-top: 1rem;
}
}

@media screen and (min-width:1200px) {
.property.sien h3, .bn-akiyabank.property h3 {
    margin-top: 5rem;
    font-size: 26px;
}
ul.f-nav-top li:nth-of-type(2) a.link-btn {
    width: 250px;
    font-size: 17px;
    padding: 22px 0;
}
td.pr {
    padding-right: 90px !important;
}
.single-property .slick-prev, .single-property .slick-next {
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    height: 20px;
    width: 20px;
}
.single-property .slick-next {
    right: -4.5%;
}
.single-property .slick-prev {
    left: -4.5%;
}
}
@media screen and (min-width:1400px) {
#corporate table th {
    width: 25%;
}
ul.f-nav-top li:nth-of-type(2) a.link-btn {
    width: 270px;
    font-size: 18px;
    padding: 21px 0;
}
}
ul.bn-list {
    padding: 0;
    list-style-type: none;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

ul.bn-list img {
    width: 300px;
}