@charset "utf-8";

/*!
Theme Name: c21-homeagency
Author: DIGI ARK
Author URI: https://digi-ark.jp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dgark
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# html5doctor
# General purpose
# HTML5 definition
# BASE
# Typography
	## H1 H2 H3 H4 h5
# Elrements
	## Layout
	## Header
	## Sidebar
	## Footer
	## Title logo tagline
	## Date and time
	## List
	## Search
	## Table
# Anime
# Forms
# Navigation
	## Links
	## Menus
	## Pager
# Clearings
# Widgets
	## Widget dropdown
	## Widget search form
	## Widget tag cloud
# Content
	## Posts and pages
	## 404
	## Category
	## Related articl
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Other
	## fp_breadcrumb
	## Related article
	## Comment
	## SNS
# Media query
--------------------------------------------------------------*/


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #414042
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}


/**
 * General purpose
 */

.df {
    display: flex;
}

.db {
    display: block;
}

.frw {
    flex-flow: row wrap;
    justify-content: space-between;
}

.fdc {
    -moz-flex-direction: columns;
    flex-direction: column;
}

.fdrr {
    flex-direction: row-reverse; 
}
.fww {
    flex-wrap: wrap;
}

.jce {
    justify-content: flex-end;
}

.jcc {
    justify-content: center;
    font-size: 12px;
}

.jcs {
    justify-content: space-between;
}

.jca {
    justify-content: space-around;
}

.jcf {
    justify-content: flex-start;
}

.aif {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.aib {
    align-items: baseline;
}

.aie {
    align-items: flex-end;
}

.asc {
    align-self: center;
}

.mb-md {
    margin-bottom: 50px;
}

.mb-sd.mb-md {
    margin-bottom: 50px;
}


.breadcrumb {
    font-size: 12px;
}

.search_result_list.breadcrumb p,
.search_result_list.breadcrumb li {
    font-size: 12px;
}

.breadcrumb-wrap {
    align-items: baseline;
}

.breadcrumb-wrap .m-bread {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.mb-sd {
    margin-bottom: 10px;
    display: block;
}

.mb-sd.df {
    display: flex;
}

.mt-s {
    margin-top: 10px;
}

.ml-s {
    margin: 0 1em;
}

.ml-smodel {
    margin: 0 0.5em;
}

.mr-300 {
    margin-right: 10em;
    width: 7em;
}
.mr-20 {
    margin-right: 20px;
}
.magin-tr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.di100 {
    display: inline-block;
    width: 100%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.main-color {
    color: rgb(63, 59, 56);
}

.sub-color {
    color:  rgb(190, 175, 135);
}

.sub-color2 {
    color: rgb(53, 129, 219);
    margin-right: 20px;
}

.c-black {
    color: #414042;
}

.c-gray {
    color: #808285;
}

.c-white {
    color: rgb(255, 255, 255);
}

.c-red {
    color: rgb(255, 0, 44)
}

.vertiacl {
    writing-mode: vertical-rl;
}

.main-bgcolor {
    background-color: rgb(63, 59, 56);
}

.sub-bgcolor {
    background-color: rgb(194, 185, 141);
}

.sub-bgcolor2 {
    background-color: rgb(200, 186, 141);
}

.sub-bgcolor3 {
    background-color: rgb(230, 231, 232);
}
.bg-gray {
    background: rgb(212, 212, 212);

}

.fz-l {
    font-size: 28px;
}

.fz-m {
    font-size: 26px;
}

.fz-s {
    font-size: 18px;
}

.fz-ss {
    font-size: 16px;
}

.fz-ms {
    font-size: 25px;
}

.fz-sss {
    font-size: 12px;
}

.fz-ssss {
    font-size: 12px;
}

.fwb {
    font-weight: bold;
    /* margin-top: 10px; */
}
.afst {
    align-items:flex-start
}
.box-s {
    width: 500px;
    max-width: 600px;
    height: 108px;
}

.gap-s {
    gap: 70px;
}
/* 
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
} */



.noto-sans-jp  {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
  }
  
  .noto-sans-cjk-jp  {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.noto-sans-cjk-jp-bold  {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .hiragino-kaku-gothic-pron {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .oswald  {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
  }

.m-font {
    font-weight: normal;
    font-family: ヒラギノ明朝 Pro, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.contact_bloc.image-container.newschannel {
    margin-bottom: 0;
}

/**
 * HTML5 definition
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}


/**
 # Base
 */

* {
    margin: 0px;
    padding: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1.5;
    color: rgb(27, 27, 27);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
}

.noto-sans-jp {
    font-style: normal;
}


/**
 * Typography
 */

p {
    font-size: 16px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

abbr[title] {
    border-bottom: 1px dotted rgb(98, 98, 98);
}

b,
strong,
.strong {
    font-weight: bold;
}

dfn,
em,
em {
    font-style: italic;
    border-bottom: 1px dotted rgb(98, 98, 98);
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    white-space: pre-wrap;
    margin: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 0.9rem;
    padding: 0.05rem 0.4rem;
    border-radius: 3px;
    background: rgb(246, 246, 246);
    color: rgb(68, 68, 68);
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
    content: '';
    content: none;
}

small,
.small {
    font-size: 75%;
}

sub,
sup {
    font-size: .7em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5rem;
}

sub {
    bottom: -0.25rem;
}


/* ---------- H1 H2 H3 H4 h5 ---------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: 500;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}

h2,
.h2 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin: 10px 0;
}

h3,
.h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0;
}


/**
* Elrements
*/
/* ----------	Layout ---------- */

.row {
    width: 1200px;
    margin: 0 auto;
}

.button-link {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* -moz-box-shadow: #dddddd 0 -4px 0 inset;
    -webkit-box-shadow: #dddddd 0 -4px 0 inset;
    box-shadow: #dddddd 0 -4px 0 inset; */
    background-image: none;
    border: 1px solid #999999;
    display: block;
    font-weight: bold;
    font-size: 18px;
    /* color: #263C2A; */
    line-height: 1;
}

.button-base {
    border-radius: 8px;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, rgb(255, 255, 255) 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    background-size: 100%;
    background-image: -moz-linear-gradient(rgb(245, 245, 245), rgb(255, 255, 255) 30%);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(195, 193, 188);
    transition: all 0.6s;
}


.button-base:hover {
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.25);
}

.button-sup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: rgb(34, 31, 22);
    border: 5px solid rgb(161, 146, 118);
    border-radius: 0;
    box-sizing: content-box;
}

.button-sup img {
    object-fit: contain;
    width: 40px;
    height: 50px;
}

.texbox-wrap {
    gap: 30px;
}

.texbox1 h2 {
    background: linear-gradient(90deg, rgba(74, 69, 65, 1) 0%, rgba(190, 177, 135, 1) 50%, rgba(74, 69, 65, 1) 100%);
    color: rgb(241, 235, 213);
    padding: 5px;
    font-size: 3em;
    text-align: center;
}

.texbox-wrap h3 {
    margin: 0;
    color: #fff;
}

.texbox1 {
    width: 100%;
}

.touching_text {
    background: rgb(249, 246, 241);
    padding: 10px;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.border1 {
    border: 2px solid #c8ba8d;
    border-radius: 8px;
    color: rgb(85, 87, 89);
}

.bor-foot {
    border-bottom: 1px solid rgb(190, 178, 136);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.bor-foot-a {
    display: flex;
    flex-flow: wrap;
}

.conin-head-pur + .bor-foot-a a {
    width: unset;
}

.bor-gray {
    border-bottom: 1px solid rgb(199, 199, 199);
    padding-bottom: 10px;
}

.company-profile .bor-gray {
    padding-bottom: 10px;
}

.bor-foot-color {
    color:  rgb(16, 148, 92);
}

.texbox2 {
    background: #3f3b38;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px 6px 0 0;
}

.texbox3 {
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.news-wrap h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-wrap h3 a {
    font-weight: normal;
}

.news-wrap h3 a:hover {
    font-weight: normal;
    text-decoration: underline;
}

.news-box {
    padding: 10px 0;
    border-bottom: 1px dotted rgb(153, 153, 153);
}

.news-box:last-child {
    padding: 10px 0;
    border-bottom: none;
}

.news-box h3 {
    font-size: 16px;
    margin: 0;
    color: rgb(0, 134, 224);
}

.news-box h3 {
    line-height: 1;
}

.news-box p {
    line-height: 1;
}

.news-box p {
    font-size: 16px;
    margin-right: 1em;
}

.full-width {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.one-column {
    width: 100%;
    /* margin: 0 auto 50px; */
}

.two-column {
    width: 100%;
    margin: 0 auto 50px;
}

.two-column .column-in:nth-of-type(1) {
    width: 300px;
    max-width: 300px;
    border: 1px solid rgb(194, 185, 141);
    /* border-radius: 10px; */
    padding-bottom: 30px;
    height: fit-content;
}

.two-column .column-in.two-column-sup {
    background-color: rgb(245, 241, 230);
    border-radius: 0;
    border: unset;
}

.two-column .sub-bgcolor {
    /* border-radius: 6px 6px 0 0; */
}

.filter-options {
    display: flex;
    flex-direction: column;
}

.search-clear .search-submit {
    transition: all .6s;
    background-color: rgb(255, 255, 255);
    color: rgb(29, 29, 29);
    border: 1px solid rgb(201, 201, 201);
}

.search-clear .search-reset {
    transition: all .6s;
    background-color: rgb(255, 255, 255);
    color: rgb(29, 29, 29);
    border: 1px solid rgb(201, 201, 201);
    width: 100%;
}

.search-clear .search-reset:hover,
.search-clear .search-submit:hover {
    background-color: rgb(237, 237, 237);
}

.search-field {
    margin-bottom: 15px;
}

.frow-wrap {
    gap: 10px;
    margin-bottom: 30px;
}

.frow-wrap-box {
    flex-basis: 50%;
}
.filter-options-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.filter-group.kakaku {
    position: relative;
}

.filter-group-rep {
    margin-bottom: 30px;
}

.company-profile .filter-group-rep {
    margin-bottom: 20px;
}

.filter-group-rau {
    border-bottom: 1px solid rgb(213, 213, 213);
    padding-bottom: 25px;
    display: flex;
    align-items: center;
}

.taxonomy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.bg-sup {
    background: rgb(205, 205, 205);
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

.taxonomy-list a {
    border: 2px solid rgb(194, 185, 141);
    padding: 4px;
    line-height: 1;
    font-size: 16px;
    margin: 0;
    color: rgb(63, 59, 56);
}

.taxonomy-box h4 {
    border-bottom: 1px solid rgb(205, 205, 205);
}

.taxonomy-box {
    margin-bottom: 30px;
}

.taxonomy-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.taxonomy-box {
    margin-bottom: 30px;
    width: calc(50% - 10px);
}

.kakaku-select {
    max-width: 100%;
    border: 3px solid rgb(230, 230, 230);
    border-radius: 0;
    font-weight: 400;
    color: inherit;
    padding: 5px;
    line-height: normal;
    transition: border-color 0.2s ease, outline 0.2s ease;
    width: 42%;
    background: rgb(237, 237, 237);
    font-size: 15px;
}

.st-bpx {
    width: 24%;
    font-size: 14px;
    /* background: #BEAF87; */
    background: #A19276;
    position: relative;
    color: rgb(63, 59, 56);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #E6E7E8;
    cursor: pointer;
}

.st-bpx:hover {
    color: rgb(255, 255, 255);
}
.st-bpx label {
    cursor: pointer;
    color: #ffffff;
}



.st-bpx:has(.select_area:checked) {
    background: #414042;
    animation: pulse .4s;
  }
  
  @keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
  }

  
  .st-bpx:has(.select_station:checked) {
    background: #414042;
    animation: pulse .4s;
  }
  
  @keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
  }


  
  

.dabstep {
    padding: 10px;
    display: flex;
    gap: 11px;
    font-size: 16px;
}

.property-listing {
    gap: 30px;
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(116, 116, 116);
}

.property-listing a {
    color: rgb(63, 59, 56);
}

/* モーダルウィンドウ */

.modal #eki_modal {
    display: none;
}

.filter-options input,
.modal input {
    background: rgb(255, 255, 255);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* position: relative; */

    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    width: 25px;
    vertical-align: -0.8rem;
    transition: all .1s ease-out 0s;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    outline: none;
    border-radius: 10%;
}

.column-in-box .filter-options input {
    background: unset;
    position: absolute;
    right: 0;
    left: unset;
}

.filter-options input[type=checkbox]:checked ,
.modal input[type=checkbox]:checked  {

}

.searchbox .filter-options input[type=checkbox]:checked,
.searchbox .modal input[type=checkbox]:checked {
    position: relative;
}

input[type=checkbox]:checked {
    /* background: rgb(63 63 63); */
    background: unset;
    transition: all 1s;
}

.searchbox input[type=checkbox]:checked {
    background: rgb(63 63 63);
}

.st-bpx:focus-visible {
    background: #241701;
}

/* input[type=checkbox]:checked + label::after {
    opacity: 1;
} */



input.select_station {
    /* display: none; */
  }
  
.st-bpx {
    padding: 10px;
    margin-bottom: 4px;
    background-color: #BEAF87;
    color: white;
    cursor: pointer;
    border-radius: 4px;
  }


  
  
  .st-bpx.clicked {
    background-color:  #414042;

  }
  

  /* .st-bpx.clicked {
    background:  #414042;
    color: white;
  } */
  
  .st-bpx input[type="checkbox"] {
    /* 必要であればカスタムチェックボックスに対応 */
  }

  





.filter-options input[type=checkbox]::before,
.modal input[type=checkbox]::before {
    left: -4px;
    top: -4px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.filter-options input[type=checkbox]:checked:before,
.modal input[type=checkbox]:checked:before {
    left: -4px;
    top: 4px;
    width: 8px;
    height: 2px;
}

.filter-options input[type=checkbox]:checked::after,
.modal input[type=checkbox]:checked::after {
    right: 11px;
    bottom: 10px;
    width: 2px;
    height: 16px;
}


.searchbox .filter-options input[type=checkbox]:checked::after,
.searchbox .modal input[type=checkbox]:checked::after {
    right: 11px;
    bottom: 10px;
    width: 2px;
    height: 16px;
}

.searchbox .filter-options input[type=checkbox]::before,
.searchbox .modal input[type=checkbox]::before {
    left: 2px;
    top: 13px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.searchbox .filter-options input[type=checkbox]:checked:before,
.searchbox .modal input[type=checkbox]:checked:before {
    left: 2px;
    top: 11px;
    width: 8px;
    height: 2px;
}

.searchbox .filter-options input[type=checkbox]:checked::after,
.searchbox .modal input[type=checkbox]:checked::after {
    right: 6px;
    bottom: 3px;
    width: 2px;
    height: 16px;
}



.filter-options input[type=checkbox]::before,
.filter-options input[type=checkbox]::after,
.modal input[type=checkbox]::before,
.modal input[type=checkbox]::after {
    position: absolute;
    content: "";
    /* background: rgb(194, 185, 141); */
    background:  #ffffff;
    transition: all .1s ease-in-out;
}

.searchbox .filter-options input[type=checkbox]::before,
.searchbox .filter-options input[type=checkbox]::after,
.searchbox .modal input[type=checkbox]::before,
.searchbox .modal input[type=checkbox]::after {
    position: absolute;
    content: "";
    /* background: rgb(194, 185, 141); */
    background:  #ffffff;
    transition: all .1s ease-in-out;
}



.filter-options input[type=checkbox]::after,
.modal input[type=checkbox]::after {
    right: 11px;
    bottom: 10px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .1s;
}

.filter-options li,
.modal li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 5px 0;
}

.apeel {
    font-size: 14px;
}

.number {
    background-color: rgb(194, 185, 141);
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.8;
    font-size: 14px;
    white-space: nowrap;
}

.kakaku .filter-options {
    display: block;
}

.title-cat {
    /* border: 2px solid rgb(70, 162, 204); */
    /* padding: 3px; */
    font-size: 12px;
    line-height: 1;
    /* color: rgb(70, 162, 204); */
    display: inline-block;
}

.property-details .title-cat {
    border: 2px solid rgb(167, 148, 92);
    padding: 3px;
    color: rgb(167, 148, 92);
}

.property-price {
    font-size: 25px;
    font-weight: bold;
    color: rgb(198, 0, 0);
    line-height: 1em;
}

.title-cat-dat {
    border: 2px solid rgb(226, 226, 226);
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    color: #444444;
    display: inline-block;
}

.section-heading {

}

.job-wrap {
    margin-bottom: 60px;
}

.job-wrap-img {
    width: 43%;
}

.job-wrap-img img {

}

.job-wrap-dis {
    width: 54%;
    line-height: 2.4;
}

.job-wrap-box {
    gap: 40px;
    justify-content: space-between;
}

.job-cat-dat {
    margin-top: 30px;
    margin-bottom: 50px;
}

.job-cat-dat li {
    border: 2px solid #BEAF87;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    margin: 2px;
    background: #414042;
    padding: 8px
}


.job-table {
    margin-bottom: 30px;
}

.job-table th {
    background: #e6e7e8;
    width: 180px;
    padding: 10px;
    border-top: 1px solid rgb(204 204 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    vertical-align: middle;
}

.job-table td {
    padding: 10px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border: 1px solid #e6e7e8;
    width: 1100px;
    font-size: 16px;
    line-height: 1.8;
}


.applying {

}

.applying-wrap {
    padding: 3em;
    border-radius: 8px;
    line-height: 1.8;
}

.bukken-text {
    border-top: 1px dotted rgb(54, 54, 54);
    padding-top: 5px;
    padding-bottom: 10px;
}

.bukken-text-sup {
    border-right: 1px dotted rgb(54, 54, 54);
    padding-right: 10px;
    margin-right: 10px;
}

.bukken-text .bukken-text-fz,
.bukken-text .bukken-text-fz p {
    font-size: 14px;
    width: 50%;
}

.bukken-text-fz {
    display: flex;
    flex-direction: column;
}

.details-bukken-box {
    /* margin: 10px; */
}

.details-bukken-box {
    margin-bottom: 10px;
}
.teble-bor-wrap {
    border-bottom: unset;
    border-top: 1px solid rgb(217, 217, 217);
    /* border-bottom: 1px solid rgb(217, 217, 217); */
}

.list_detail .teble-bor,
.teble-bor-wrap .teble-bor {
    border-bottom: 1px solid rgb(217, 217, 217);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-gray {
    background: rgb(240, 240, 240);
}


.sup-wrap {
    padding: 2px;
    padding-left: 1em;
    font-size: 14px;
     display: flex;
    align-items: center;
    line-height: 1.2;
}

.sup-wrap {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 117px;
    border-right: 1px solid rgb(217, 217, 217);
    display: flex;
    justify-content: center;
    padding: 7px 0;
}

.bor-l-table {
    border-left: 1px solid rgb(217, 217, 217);
}

#list_simplepage2 .sup-wrap3 {
    padding: 0;
}

.sup-wrap3 {
    display: flex;
    align-items: center;
}

.sup-wrap3.appel {
    background: #f2efe7;
    padding: 10px;
}

.w100 {
    width: 100%;
}

/* .w-600 {
    width: 600px;
} */

/* .w-570 {
    width: 570px;
} */

.h-sup img {
    margin-right: 10px;
}

.h-bdr-top {
    display: inline-block;
    border-top: 1px solid rgb(179, 179, 179);
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(255 255 255) 2%, rgb(220 215 215) 0%, rgba(170, 170, 170, 0) 20%);
}

.di-rep-box {
    border: 6px solid rgb(167, 148, 92)
}

.di-rep-box-sup {
    width: 800px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.di-rep-box-h {
    text-align: center;
    background: rgb(236, 242, 242);
    padding: 10px 0;
    font-size: 16px;
}

.di-rep-box-in {
    padding: 10px;
    gap: 20px;
    margin: 20px 0;
}

.di-rep-box-text {
    font-size: 30px;
    text-align: center;
    line-height: 1;
}
.di-rep-box-text a {
    color: rgb(167, 148, 92);
}
.di-rep-box-text img {
    margin-right: 10px;
}

.di-rep-box-link {
    font-size: 18px;
    text-align: center;
}

.di-rep-box-link img {
    margin-right: 10px;
}

.di-rep-box-link a {
    border: 1px solid rgb(167, 148, 92);
    /* border-radius: 42px; */
    display: inline-block;
    line-height: 1;
    padding: 15px 30px;
    color: rgb(167, 148, 92);
}

.disp-box {
    line-height: 1;
    border: 1px solid rgb(167, 148, 92);
    /* border-radius: 5px; */
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    background-color: rgb(138, 120, 48);
}

.disp-box a {
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.property-info p {
    font-size: 14px;
    padding: 5px;
}

.buke-disp-wrap {
    margin-bottom: 20px;
}

.buke-disp-ti {
    padding: 5px 0 5px 15px;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
}

.buke-disp-ti::before {
    content: "";
    position: absolute;
    border-left: 5px solid rgb(204, 204, 204);
    left: 0;
    top: 3px;
    height: 30px;
}

.buke-disp-text-wrap {
    border: 1px solid rgb(217, 217, 217);
    padding: 14px;
}

.buke-disp-text {
    font-size: 14px;
}

.pt-box {
    width: 100%;
    text-align: center;
    border: 1px solid rgb(165, 165, 165);
    border-right: unset;
}

.property-info .pt-box:last-child {
    border-right: 1px solid rgb(165, 165, 165);
}

.opt-gray {
    background: rgb(241, 241, 241);
}

.opt-white {
    width: 100%;
    text-align: center;
}

.require {
    background-color: rgba(167, 0, 2, 1.00);
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-left: 10px;
    padding: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.property-details h2 {
    font-size: 18px;
    margin-top: 4px;
}

.property-details h2 a:hover {
    text-decoration: underline;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.property-info .opt-white {
    padding: 8px 5px;
}

input[type=checkbox],
input[type=radio] {
    border: 3px solid rgb(230, 231, 232);
}

.filter-options-box input[type=checkbox],
.filter-options-box input[type=radio] {
    border: 2px solid rgba(255, 255, 255, 0);
}

.slick-slide {
    cursor: pointer;
}

.column-in-box {
    width: 884px;
    border: 2px solid #a19276;
    /* border-radius: 8px; */
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.column-in-full {
    width: 100%;
}

.column-in-full .column-in-box {
    width: 100%;
    border: 1px solid #a19276;
}

.column-in-full .hede-text {
    /* border-radius: 8px 8px 0 0; */
}

.page_navi {
    margin: 30px 0;
    font-size: 14px;
}

.other-property-types {
    width: 884px;
    border: 1px solid rgb(194, 185, 141);
    border-radius: 10px;
    margin-bottom: 30px;
}

.other-property-types-head {
    padding: 10px;
}

.three-column {
    width: calc(100% - 10px);
    margin: 0 auto;
    height: 550px;
    background: rgb(80, 3, 3);
    margin-bottom: 50px;
}

.three-column .column-in:nth-of-type(1) {
    width: 25%;
    background: rgb(0, 192, 250);
}

.three-column .column-in:nth-of-type(2) {
    width: 44%;
    background: rgb(87, 0, 250);
    margin: 0 3%;
}

.three-column .column-in:nth-of-type(3) {
    width: 25%;
    background: rgb(1, 78, 46);
}

.site-main {
    margin: 10px 0;
}

.row .page-header {
    margin-top: 0;
    padding-top: 15px;
}

.has-sidebar-left #secondary {
    padding-right: 40px;
}

.no-sidebar {
    margin: 0 auto;
}


/* ---------- Content ---------- */

.post-content a {
    font-size: 1.2rem;
}

.content-wrap {
    width: 768px;
}


/* ---------- Header ---------- */

#enter-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgb(239 239 239);
    padding: 20px;
    width: 100%;
    /* height: 100%; */
    height: 100vh;
}


/* #enter-image img { */

#enter-image video {
    /* width: 250px;
    height: 115px; */
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.hidden {
    /* display: none; */
}

.main-visual {
    object-fit: cover;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.header-bg {
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 0;
}

.home .header-bg {
    z-index: 10;
}

.header {
    background-color: rgb(75, 153, 181);
}

#inner-header {
    position: relative;
}

.banner-anime {

}

.banner-anime-rl li:nth-of-type(odd) {
    animation: fadeInLeft;
    animation-duration: 0.8s;
}

.banner-anime-rl li:nth-of-type(even) {
    animation: fadeInRight;
    animation-duration: 0.8s;
}


.banner-anime-dw li:nth-of-type(odd) {
    animation: fadeInLeft;
    animation-duration: 0.8s;
}

.banner-anime-dw li:nth-of-type(even) {
    animation: fadeInRight;
    animation-duration: 0.8s;
}


.banner_wrap {
    background: rgb(238, 238, 226);
    padding: 42px 0;
    margin-bottom: 60px;
}

.bnr-2clm {
    margin-bottom: 50px;
}
.bnr-2clm .banner {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    justify-content: space-between;
}
.bnr-2clm li {
    width: calc(50% - 5px);
}

.ful-banner {
    display: flex;
    gap: 6px;
}

.c21-homeagency .ful-banner {
    flex-wrap: wrap;
}

.c21-homeagency .ful-banner .contact_bloc.image-container.newschannel {
    width: calc(49% - -9px);
    margin-top: 10px;
}

.ful-banner li {

}
.ful-banner li a {

}
.ful-banner li img {
    /* border: rgb(76, 76, 76) 2px solid; */
}

.banner-4clm {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
}
.banner-4clm li {
    width: calc(25% - 5px);
    border: 1px solid rgb(192, 192, 192);
    
}
.banner-4clm li a {

}
.banner-4clm li img {

}

.bnr_txt {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* ---------- Sidebar ---------- */

fieldset {
    padding: 0;
    border: unset;
    margin: 0;
}

#eki_modal,
#eki_modal3,
#eki_modal4 {
    cursor: pointer;
    background: #E6E7E8;
    width: 50%;
    padding: 10px;
    text-align: center;
    border: 1px solid #e6e7e8;
    transition: all .3s;
    z-index: 20;
}

#eki_modal:hover,
#eki_modal3:hover,
#eki_modal4:hover {
    background: rgb(231, 231, 231);
}

#eki_modal img,
#eki_modal3 img {
    width: 14px;
    margin-right: .5em;
}

.modal-midasi {
    display: none;
}

.eki-box h5 {
    display: none;
}

.eki-box li {
    display: none;
}

.station {
    display: none;
}

.form_jsearch input[type="checkbox"]+.station-eki {
    margin-left: 20px;
}

.form_jsearch input[type="checkbox"]+label {
    display: inline-block;
    margin-left: 4px;
}

[type="checkbox"],
[type="radio"] {
    /* box-sizing: border-box;
	padding: 0; */
}


.search-btn-box #eki2 .erea-box,
.search-btn-box #eki3 .erea-box,
.search-btn-box #eki4 .erea-box {
    width: 100%;
    display: inline-block;
}

.search-btn-box #eki2.modal .erea-box,
.search-btn-box #eki3.modal .erea-box {
    display: none;
}

.search-filters .column-in fieldset#eki2,
.search-filters .column-in fieldset#eki3 {
    width: 100%;
}

.close {
    display: none;
    color: rgb(170, 170, 170);
    float: right;
    font-size: 30px;
}

.modal .station-click {
    background: #BEAF87;
    margin-top: 1em;
    cursor: pointer;
    transition: all .3s;
    padding: 10px 20px;
}

.modal .station-click:hover {
    background: #A19276;
}

.modal .close {
    display: block;
}

.modal .station-click .close {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.modal {
    display: block;
    position: fixed;
    z-index: 80;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-content {
    background-color: rgb(254, 254, 254);
    margin: 0 auto;
    padding: 25px 1em;
    width: 1200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.modal #eki_modal+.modal-content {
    overflow: overlay;
    height: 80%;
}

.modal #eki_modal3+.modal-content {
    overflow: overlay;
    height: 80%;
}

.modal #eki_modal4+.modal-content {
    overflow: overlay;
    height: 80%;
}

.modal .modal-midasi {
    display: flex;
    justify-content: flex-start;
    padding: 0 5px;
    color: rgb(37, 37, 37);
    border-left: 5px solid rgb(25, 171, 239);
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: normal;
}

.modal .eki-box h5 {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.modal .eki-box-ul {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: .5em;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.modal .eki-box li {
    display: block;
    flex-basis: inherit;
    display: flex;
    align-items: center;
    width: 15%;
}

.modal .station+label,
.erea-check+label,
.shubetsu-check+label,
.setsubi label {
    position: relative;
    cursor: pointer;
    padding-left: 0;
    font-size: 12px;
}

.close {
    cursor: pointer;
}

.widget-wrap {
    width: 384px;
}

.widget-area {
    background-color: rgb(255, 255, 255);
}

.widget-area .inner {
    padding-top: 6%;
}

.recent-posts-wrapper .post {
    margin-bottom: 20px;
    width: 100%;
}

.recent-posts-wrapper .post .post-image {
    width: 40%;
    max-width: 100%;
    height: 80px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.recent-posts-wrapper .post .post-image img:hover {
    opacity: 0.6 !important;
}

.recent-posts-wrapper .post .post-content {
    margin-left: 42%;
}

#secondary .widget {
    margin-bottom: 1rem;
    overflow: hidden;
}

#secondary .widget>h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 3%;
    margin-top: 0;
    color: rgb(255, 255, 255);
}

#secondary .widget-title {
    position: relative;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

#secondary .widget-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgb(226, 226, 226);
}


/* ---------- Footer ---------- */

.footer-wrap-top {
    gap: 50px;
}

.footer-wrap-logoin .banner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner img {
    vertical-align: bottom;
}

.banner-box a {
    /* border: 1px solid rgb(206, 206, 206); */
    display: block;
}

.banner-box img {
    /* padding: 10px 210px; */
}

.banner-repwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-box-rap {
    border: 1px solid rgb(206, 206, 206);
    width: calc(25% - 8px);
    display: flex;
    align-items: center;
}

.banner-other-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-other-content li {
    width: calc(33.3333% - 7px);
    max-width: 100%;
}

.banner-other-side {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.banner-other-side li {
    border: 1px solid rgb(168, 168, 168);
}

.banner-other-content li {
    width: calc(100% - 7px);
    max-width: 100%;
}

.footer-wrap-logoin ul li {
    border: 1px solid rgb(168, 168, 168);
}

.footer-rem-box {
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.addres-text {
    margin-bottom: 10px;
}

.addres-text .bg-gray {
    padding: 5px 0;
    border-radius: 4px;
    line-height: 1;
    width: 94px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: .5em;
}

.footer-logo {
    position: relative;
    /* background-color: rgb(255, 255, 255); */
    /* padding: 24px; */
    /* border: 1px solid rgb(39, 114, 224); */
}

.footer-logo address {
    margin-bottom: 10px;
}

.site-footer {
    position: relative;
    background: rgb(51, 51, 51);
    padding: 3em 0;
}

#footer-area {
    background-color: rgb(50, 57, 68);
    color: rgb(255, 255, 255);
}

.copyright {
    text-align: center;
}

.row .copyright>span {
    display: inline-block;
    margin-top: 0.5rem;
}

.scroll-to-top {
    background: rgb(54, 54, 54);
    background: rgba(179, 179, 179, 0.4);
    color: rgb(255, 255, 255);
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    transition: background-color .6s linear;
}

.cat-item a:before {
    font-family: 'Material Icons';
    content: "\e2c7";
    vertical-align: middle;
    font-size: 16px;
    margin-right: .2em;
}

.copy {
    font-size: 1.4em;
    padding-top: .5em;
}

.footer-widget-wrap {
    margin: 0 auto;
    width: calc(100% - 10px);
}

.footer-widget {
    width: 100%;
    padding-left: 7em;
}

.footer-widget:last-child {
    padding-right: 7em;
}

/*---------- Title logo tagline ----------*/

.site-logo {
    margin-right: auto;
}

.logo-sup {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
}

#logo {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

#logo h1 {
    margin: 0;
    font-size: 0;
}

#logo span a img {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

#logo .site-name a img {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

#logo .h1 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

#logo a {
    color: rgb(0, 0, 0);
    width: 100%;
}

#logo a img {}

#logo a:hover {
    color: rgb(70, 130, 180);
}

#logo.footer-logo {
    margin: 0 auto 40px;
}

.tagline {
    margin-top: 0;
    margin-bottom: 1rem;
    /* letter-spacing: 1px; */
    font-size: 12px;
    color: #fff;
    text-align: left;
}

/* ---------- Search ---------- */

.site-navigation-inner .nav-search input:focus,
.header-search-icon:focus {
    outline: none;
}

.nav-search {
    position: relative;
    padding-top: 6px;
    padding-bottom: 10px;
    width: 80%;
}

.nav-search input {
    border: 0;
}

.nav-search input {
    border: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: rgb(102, 102, 102);
    border: 1px solid rgb(232, 232, 232);
    border-radius: 7px;
    width: 100%;
    max-width: 100%;
    padding: 2% 5%;
    font-size: 1.4em;
}

.nav-search button {
    position: absolute;
    font-size: 2rem;
    right: 10px;
    top: 3px;
    border: 0;
    background: none;
}

article.post .post-categories a,
.post-inner-content .cat-item a {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background: rgb(226, 226, 226);
    color: rgb(134, 134, 134);
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.3rem 0.5rem;
    min-width: 8rem;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    display: inline-block;
}

.entry-summary p {
    width: 62%;
}

.search-images {
    margin-bottom: 2%;
}

/* Date and time */

.entry-date {
    font-size: 0.8rem;
    font-weight: normal;
}

.entry-date svg {
    margin-right: .5em;
}

.updated svg {
    margin-right: .5em;
}

.updated {
    font-size: 0.8rem;
    font-weight: normal;
}

/* ---------- List ----------- */

ul {
    list-style-type: none;
}

ol {
    list-style: decimal;
}

.entry-content ul,
.entry-content ol {
    padding: 1em 0;
}

.entry-content ul li {
    position: relative;
    padding-left: 0;
    margin: 0.2% 0;
    font-size: 16px;
}

.entry-content li>ul,
.entry-contentli>ol {
    margin-left: 1.5em;
}

.entry-content ol {
    counter-reset: number;
}

.entry-content ol:last-child {
    padding-bottom: 0;
}

.entry-content ol li {
    list-style: none;
    position: relative;
    padding-left: 1.8rem;
    padding-bottom: 1em;
    font-size: 16px;
}

.entry-content ol li:last-child {
    padding-bottom: 0;
}

.entry-content ol li::before {
    counter-increment: number;
    content: counter(number);
    background: rgb(92, 107, 128);
    color: rgb(255, 255, 255);
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.7rem;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    display: block;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

.entry-content dt,
.entry-content dd {
    font-size: 16px;
}

/* ---------- Table ---------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr td {
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(153, 153, 153);
    font-size: 13px;
    line-height: 18px;
}

table th {
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(153, 153, 153);
    font-size: 13px;
}

.post table {
    border-top: 1px rgb(153, 153, 153) solid;
    border-right: 1px rgb(153, 153, 153) solid;
    margin-bottom: 20px;
    width: 100%;
}

.post table tr td {
    font-size: 16px;
}

.post table tr:nth-child(even) {
    background-color: rgba(220, 220, 220, 0.2);
}

.post .notab table tr:nth-child(even) {
    background-color: transparent;
}

#main .post table {
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: rgb(153, 153, 153);
    border-right-color: rgb(153, 153, 153);
    color: rgb(51, 51, 51);
}

#main .notab table {
    border: none;
    width: initial;
    max-width: initial;
}

#main .notab table th {
    border: none;
}


/**
 # Anime
 */

#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
}

#page-top:hover {
    opacity: .8;
    transition: all .6s;
}

#page-top p {
    margin: 0;
    padding: 0;
    transition: all .6s;
    background: rgb(34, 31, 22);
    padding: 10px 20px 10px 20px;
    border: 1px solid rgb(34, 31, 22);
}

#page-top a {
    color: rgb(255, 255, 255);
    font-size: 35px;
}

#move-page-top {
    display: block;
    cursor: pointer;
}

#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    z-index: 10000;
}

#load {
    position: absolute;
    width: 600px;
    height: 36px;
    left: 50%;
    top: 40%;
    margin-left: -300px;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#load div {
    position: absolute;
    width: 20px;
    height: 36px;
    opacity: 0;
    font-family: Helvetica, Arial, sans-serif;
    animation: move 2s linear infinite;
    -o-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: rgb(0, 0, 0);
    font-size: 20px;
}

#load div:nth-child(2) {
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

#load div:nth-child(3) {
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

#load div:nth-child(4) {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

#load div:nth-child(5) {
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

#load div:nth-child(6) {
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
}

#load div:nth-child(7) {
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    35% {
        left: 41%;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        left: 59%;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        left: 100%;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    35% {
        left: 41%;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        left: 59%;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        left: 100%;
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    35% {
        left: 41%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        left: 59%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        left: 100%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    35% {
        left: 41%;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        left: 59%;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        left: 100%;
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

/* ---------- Slider ---------- */

.smasma-chintai .slick-dots {
    bottom: -30px;
}

.slider-counter {
    margin: 0 auto;
    margin-bottom: 10px;
    background: rgb(167, 167, 167);
    text-align: center;
    width: 10em;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    line-height: 1.6;
    font-size: 14px;
}

.slider-container-wrap {
    /* border: 1px solid rgb(188, 188, 188); */
    border-radius: 10px;
    padding-bottom: 10px;
}

.news-wrap {
    border: 1px solid rgb(190, 175, 135);
}

.news-wrap a {
    color: rgb(63, 59, 56);
}

.slider-container {
    position: relative;
}

.slider-container a {
    color: #333;
}

.slider-container a:hover {
    color: #383838;
}

.slider-wrap-h3 {
    /* margin-left: 10px; */
    font-weight: normal;
}

.hede-text .slider-wrap-h3 {
    border-left: 5px solid #3f3b38;
    /* padding-left: 10px; */
    font-weight: bold;
}

.filter-box .hede-text {
    padding-left: 10px;
}
.filter-box .hede-text .slider-wrap-h3 {
    padding-left: 10px;
}

.slider-container-wrap .slider-wrap-h3 {
    margin-left: 0;
}

.slider-wrap-p a {
    color: rgb(255, 255, 255);
}

.slider-container-wrap .slider-wrap-h3 img {
    margin-right: 10px;
    width: 40px;
}

.c21-homeagency .slider-container-wrap .slider-wrap-h3 img {
    width: unset;
}

.slider-container-wrap .hede-text {
    /* border-radius: 8px 8px 0 0; */
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    background-image: url(assets/images/logo2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 35px 35px;
    padding-right: 50px;
}

.slider-container .slick-slider {
    padding-top: 10px;
}

.slider-container h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.slider-container .slider-text {
    line-height: 1.4;
    display: flex;
    align-items: flex-end;
    /* gap: 7px; */
    margin-bottom: 5px;
}

.slider-container .slider-text.afst {
    align-items: flex-start;
}


.slide-info-btn {
    
}

.slider-container .details-button {
    background: #BEAF87;
    width: 100%;
    display: block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 5px 0;
    border-radius: 3px;
    margin-top: 5px;
    transition: all .6s;
    text-align: center;
}

.slider-container .details-button-wrap {
    /* position: absolute;
    bottom: 0;
    width: calc(100% - 22px); */
}

.slider-container .details-button:hover {
    background: rgb(219, 209, 162);
}

.slider-container .slide-link {
    /* width: 278px; */
    display: block;
    margin: 0 auto;
}

.top2-thum.slick-initialized img {
    border-radius: 5px;
    width: 150px;
}

.top2.slick-initialized .slick-next {
    height: 70px;
    width: 70px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0px 10px rgb(183, 183, 183);
    border-radius: 50%;
}

.top2 .slick-initialized .slick-next {
    right: 30px;
}

.top2.slick-initialized .slick-prev {
    height: 70px;
    width: 70px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0px 10px rgb(183, 183, 183);
    border-radius: 50%;
}

.top2 .slick-initialized .slick-prev {
    left: 30px;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-arrow {
    background: rgb(255, 0, 0);
}

.listing-details .slick-prev {
    left: 0;
}

.listing-details .slick-next {
    right: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    width: 30px;
    height: auto;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev img,
.slick-next img {
    width: 100%;
    height: auto;
}

.top2 .slick-prev:before {
    content: "";
    background-image: url(assets/images/arow-r.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 34px;
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-20%);
}

.top2 .slick-next:before {
    content: "";
    background-image: url(assets/images/arow-l.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 34px;
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-20%);
}

.top-silder img {
    width: 100%;
}

.prev-arrow,
.next-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
}

.prev-arrow {
    left: 0;
    z-index: 9999;
    color: rgb(255, 0, 0);
    font-size: 50px
}

.next-arrow {
    right: 0;
    z-index: 9999;
    color: rgb(255, 0, 0);
    font-size: 50px
}

.slide-info {
    /* text-align: center; */
    line-height: 1.6;
}

.slide-info span {

}
/**
 * Forms
 */

.search-filters .column-in fieldset {
    border: unset;
    padding: 0;
}

.search-filters .column-in fieldset#eki4 {
    display: block;
    width: 100%;
}

fieldset {
    border: 1px solid rgb(192, 192, 192);
    margin: 0 2px;
    padding: 0.35rem 0.625rem 0.75rem;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

.chikunen2 {
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.chikunen2 select {
    max-width: 100%;
    border: 1px solid #808285;
    border-radius: 0;
    font-weight: 400;
    color: inherit;
    line-height: normal;
    transition: border-color 0.2s ease, outline 0.2s ease;
    background: #E6E7E8;
    font-size: 16px;
}

.chikunen2 select option {
    font-size: 16px;
}

.two-flex {
    margin-bottom: 30px;
}

.two-flex ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: flex-end;
}

.details-bukken-box .form-group {
    font-size: 16px;
}

.listing-details .contact-form {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
}

.listing-details label {
    margin-bottom: 5px;
}

.required {
    margin-left: 5px;
    background: rgb(184, 12, 2);
    padding: 2px 7px;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.hede-text a:hover {
    color: rgb(235, 233, 233);
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
    background: rgb(250, 250, 250);
}

.listing-details textarea {
    resize: vertical;
}

.listing-details .contact-form .wpcf7-submit,
.listing-details .contact-form button {
    background: rgb(194, 185, 141);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    font-weight: normal;
}

.listing-details .contact-form .wpcf7-submit:hover,
.listing-details .contact-form button:hover {
    background: rgb(194, 185, 141);
}

/**
* Navigation 
*/

/* ---------- Links ---------- */

a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.6s;
    background: transparent;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
    color: rgb(167, 148, 92);
    transition: all 1s ease;
}

a:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

.link-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.filter-group {
    padding: 10px 10px 0 10px;
}

.filter-group-rep {
    padding-top: 10px;
    padding-left: 0;
}

.filter-group .se-head {
    position: relative;
    padding-left: 10px;
    margin: 10px 0 5px 0;
    display: block;
}

.filter-group .se-head::before {
    content: "";
    position: absolute;
    border-left: 5px solid rgb(167, 148, 92);
    width: 6px;
    height: 100%;
    left: 0;
}

.filter-group .con-head {
    background-color: #E6E7E8;
    display: flex;
    padding: 5px 10px;
}

.filter-group .conin-head {
    position: relative;
    padding: 3px 5px 3px 10px;
    margin: 15px 0 10px 0;
    display: block;
    font-size: 16x;
}

.filter-group .conin-head::before {
    content: "";
    position: absolute;
    border-left: 5px solid #808285;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
}

.conin-head-pur {
    position: relative;
    padding: 3px 0 3px 10px;
    margin: 15px 0 5px 0;
    display: block;
}

.conin-head-pur::before {
    content: "";
    position: absolute;
    border-left: 5px solid rgb(199, 186, 141);
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
}

.link-box a {
    background: rgb(194, 185, 141);
    padding: 10px 30px;
    color: #414042;
    font-size: 16px;
    /* border-radius: 8px; */
}

.link-box a:hover {
    background: rgb(219, 209, 162);
}


.erea-box ul {
    gap: 10px;
}

.erea-box li {
    background: rgb(242, 242, 242);
    width: 50%;
    padding: 5px;
    text-align: center;
    border: 1px solid rgb(217, 217, 217);
}

.erea-box a {
    font-size: 14px;
    color: rgb(27, 27, 27);
}

.comp-ul li {
    font-size: 16px;
    line-height: 1.6;
}

.comp-text-box img {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    width: 250px;
    margin-left: auto;
    display: block;
}

.comp-text-box p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

ul.staff_list {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

ul.staff_list li {
    width: calc(50% - 12px);
    background: rgb(243, 232, 228);
    border: 1px solid rgb(211, 211, 211);
}

.staff_list a {
    display: flex;
}

a img,
.staff_list a,
.company_banner a {
    transition: all .6s;
}

.staff_list figure {
    background-color: rgb(255, 255, 255);
}

figure {
    margin: 0;
}

ul.staff_list li img {
    width: 10em;
    min-width: 14em;
}

ul.staff_list li img {
    object-fit: cover;
}

a img,
.staff_list a,
.company_banner a {
    transition: all .6s;
}

figure img {
    vertical-align: bottom;
}

.staff-banner-content {
    padding-top: 20px;
    padding-left: 20px;
}

.staff-rep {
    display: inline-block;
    color: rgb(13, 13, 13);
    display: block;
}

.staff-banner-name::first-letter {
    color: rgb(0, 113, 179)
}

.widget_fudo_search .search-field {
    margin-bottom: 10px;
}

input {
    color: rgb(64, 64, 64);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
}

.search-field {
    color: rgb(102, 102, 102);
    border: 1px solid rgb(211, 211, 211);
    width: 100%;
    padding: 10px;
    background-color: rgb(250, 250, 250);
}

.button_column a,
input[type="submit"],
input[type="reset"] {
    display: inline-block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    background-color: rgb(0, 113, 175);
    border-radius: 6px;
    text-align: center;
    transition: all .6s ease;
    color: rgb(255, 255, 255);
    font-size: 16px;
    transition: all .6s;
}


/* ---------- Menus ---------- */

.menu li {
    position: relative;
}

.menu a {
    color: rgb(51, 51, 51);
    font-size: 12px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu a::after {
    position: absolute;
    bottom: 0;
    left: 10%;
    content: '';
    width: 80%;
    height: 1px;
    background: rgb(255 255 255);
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .6s;
}

.main-menu li,
.footer-menu li {
    letter-spacing: 1px;
}

.main-menu li:first-child,
.footer-menu li:first-child {
    padding-left: 0;
}

.main-menu li:last-child,
.footer-menu li:first-child {
    padding-right: 0;
}

.footer-menu li {
    width: 100%;
}

.main-menu a,
.footer-menu a {
    font-size: 13px;
    width: 100%;
    color: rgb(255, 255, 255);
    /* border-right: 1px solid rgb(124, 114, 107); */
}

.main-menu-class li:last-child a {
    border-right: unset;
    /* padding-right: 0; */
}

/* .main-menu a:nth-child(),
.footer-menu a:nth-child() {
    border-right: 1px solid rgb(124, 114, 107);
} */


.tel-box {
    gap: 20px;
}

.tel-box a.sub-color {
    color: #BEAF87;
}
.tel-box a {
    color: rgb(255, 255, 255);
}

.sup-icon {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.sup-icon img {
    object-fit: contain;

}

.contact-box .sup-icon img {
    align-items: flex-end;
    width: 50px;
    margin: 0 auto;
}

.main-menu .sub-menu a {
    background:  #BEAF87;
    border-right: unset;
}

.footer-menu .sub-menu a {
    background: rgb(221, 221, 221);
}

.main-menu a span {
    font-size: 10px;
}

.contact-box {
    display: flex;
    align-items: center;
}

.contact-box a {
    /* color: rgb(0, 130, 224);
    background: rgb(255, 255, 255); */
    font-size: 14px;
    font-weight: bold;
    padding: 8px 25px;
    /* border-radius: 50px; */
}

.main-menu .menu-item-has-children,
.footer-menu .menu-item-has-children {
    position: relative;
}

.main-menu .menu-item-has-children::after,
.footer-menu .menu-item-has-children::after {
    font-family: 'Material Icons';
    content: "\e5c5";
    position: absolute;
    right: -10px;
    top: calc(50% - 18px);
    font-size: 22px;
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




.blog-sp-wrap {
    display: flex;
    /* gap: 20px;    */
}
.blog-sp-wrap li {
    width: 400px;
    flex-direction: column;
    padding: 10px;
}

.blog-sp-wrap .bannerblog {

}
.blog-sp-wrap .bannerblog-data {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    align-items: center;
}
.blog-sp-wrap .bannerblog-title {
    margin-top: 0;
    font-size: 16px;
}
.rss-wrap {
    margin-bottom: 5px;
}

.rss-wrap a {
    
}
.rss-wrap img {
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    max-height: 150px;
}

.main-menu .menu-item-has-children:hover .sub-menu,
.footer-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    position: absolute;
    top: 100%;
    width: 100%;
    visibility: visible;
    z-index: 1;
    width: 200px;
}

.main-menu li a:hover::after,
.main-menu li:not(.sub-menu).current_page_item a::after,
.footer-menu li a:hover::after,
.footer-menu li:not(.sub-menu).current_page_item a::after {
    transform: scale(1, 1);
}

.current {
    font-weight: bold;
    color: rgb(167, 148, 92);
}

.main-menu .sub-menu,
.footer-menu .sub-menu {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s ease;
    overflow: hidden;
    visibility: hidden;
}

.main-menu-class {
    z-index: 1;
}

.main-menu .sub-menu .menu-item,
.footer-menu .sub-menu .menu-item {
    margin: 0;
    width: 100%;
    padding-right: 0;
    width: 200px;
}

.menu-sub-text {
    font-size: 1em;
}

.footer-menu-wrap {
    padding-bottom: 2em;
}

.footer-menu ul:not(.sub-menu)>li>a {
    background: rgb(255, 255, 255);
}

.footer-menu .sub-menu li {
    padding: 0;
}

.footer-menu .sub-menu a {
    font-size: 15px;
}

.footer-menu a {
    /* background-color: rgb(230, 230, 230); */
}

.footer-menu li a:hover::after,
.main-menu li:not(.sub-menu).current_page_item a::after {
    transform: scale(1, 1);
}

.post-navigation a,
.paging-navigation a {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-navigation a:hover,
.paging-navigation a:hover {
    text-decoration: none;
}

.paging-navigation {
    margin-top: 1.6rem;
    margin-bottom: 1.6em;
    text-transform: uppercase;
}

.navbar.navbar-default {
    background-color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-weight: 400;
    min-height: auto;
    padding: 0;
    box-shadow: 0 0 2px rgb(227, 227, 227);
}

.navbar-default .navbar-nav>li>a {
    color: rgb(28, 32, 42);
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 20px 0;
    margin-right: 25px;
    line-height: 2.6;
    letter-spacing: 1px;
}

.site-name {
    display: inline-block;
    margin: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    border-right: none;
    border-left: none;
}

.navbar {
    border-radius: 0;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: rgb(70, 130, 180);
    background-color: transparent;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(70, 130, 180);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: rgb(70, 130, 180);
}

.navbar-collapse {
    padding: 0;
}

.nav-search {
    padding: 18px 0;
}

.nav-search input {
    border: 0;
}

.dropdown-menu {
    box-shadow: none;
    border: 1px solid rgb(238, 238, 238) !important;
    font-size: 13px;
}

.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: rgb(70, 130, 180);
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu>li.active>a {
    color: rgb(255, 255, 255);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: rgb(218, 218, 218);
}

button.drawer-hamburger {
    background: rgb(63, 59, 56);
    border-radius: 0;
}

.staff_content_bloc {
    font-size: 16px;
}

.staff_content_column_title {
    padding: 5px;
    background: rgb(245, 245, 245);
    margin-bottom: 5px;
}

.staff_content_column {
    padding: 5px 0;
}

.staff_list_content {
    width: 60%;
}

.nav-previous img {
    vertical-align: middle;
}

#search-btn span {
    font-weight: normal;
}

.modal .close.topright {
    display: block;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: 45px;
    width: 45px;
    height: 45px;
    border: rgb(255, 255, 255) 2px solid;
    text-align: center;
    box-shadow: 0 0px 10px rgb(183, 183, 183);
    vertical-align: middle;
    font-size: 27px;
}

.hede-text .close.topright {
    display: none;
}

.small {
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.appel {
    font-size: 14px;
    margin: 10px 0;
}

@media (min-width: 979px) {
    .company-profile section {
        margin-bottom: 50px;
    }

    .company-profile .filter-group section {
        margin-bottom: 30px;
    }
    
    .property-details-wrap .teble-bor {
        width: 50%;
    }
    .property-details-wrap .teble-box-th .teble-bor {
        width: 100%;
        gap: 5px;
    }
    .teble-box-th {
        width: 100%;
    }
    .property-details-wrap .teble-bor:nth-child(11),
    .property-details-wrap .teble-bor:nth-child(12),
    .property-details-wrap .teble-bor:last-child {
        width: 100%;
    }
    .address_bloc {
        display: flex;
        margin-bottom: 20px;
    }
    .add_l {
        width: 50%;
        padding-right: 20px;
        border-right: rgb(196, 196, 196) 1px dotted;
    }
    .access_column {
        width: 50%;
        padding-left: 20px;
    }
    ul.nav li.menu-item-has-children:hover>ul.dropdown-menu {
        display: block;
    }
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu>li>a {
    padding: 10px 15px;
    color: rgb(99, 100, 103);
    border-bottom: 1px solid rgb(238, 238, 238);
}

.dropdown-menu,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    border: none;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav>li>.dropdown-menu {
    padding: 0;
}

.navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
}

.navbar-default .navbar-toggle {
    margin-top: 10px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

ul.nav ul ul {
    margin: -2px 0 0 14px;
    border-radius: 0 4px 4px 4px;
    padding: 0;
}

/* ---------- Pager ---------- */

.navigation,
.page-links {
    text-align: center;
}

.navigation h2,
.page-links h2 {
    display: none;
}

.navigation h1,
.page-links h2 {
    display: none;
}

.nav-links a,
.nav-links span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 2rem;
    font-size: 16px;
    font-weight: normal;
    padding: 0.2rem 0.5rem;
    min-width: 1rem;
    color: rgb(70, 130, 180);
    border: 1px solid rgb(234, 237, 242);
    display: inline-block;
}

.paging-navigation i,
.paging-navigation a {
    font-style: normal;
}

.paging-navigation i:hover,
.paging-navigation a:hover {
    opacity: .8;
}

.nav-links span {
    cursor: default;
    color: rgb(92, 107, 128);
}

.page-links span {
    background: rgb(234, 234, 234);
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 3px;
    font-size: 1.3rem;
}


/**
* Clearings
*/

.cf {
    zoom: 1;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}


/**
 * Widgets
 */

.widget {
    margin-bottom: 1.5rem;
    width: 100%;
    margin: 0 auto;
}

.widget a {
    text-decoration: none;
    color: rgb(102, 102, 102);
    font-size: 16px;
}

.widget .post-image a {
    text-decoration: none;
    color: rgb(102, 102, 102);
    display: block;
    padding: 1% 1% 1% 1%;
}

.widget a:hover {
    color: rgb(70, 130, 180);
}

.widget-title {
    background: rgb(132, 132, 132);
    color: rgb(255, 255, 255);
    font-size: 1rem;
    padding: 1%;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

aside .widget-title {
    background: rgb(132, 132, 132);
    color: rgb(255, 255, 255);
    font-size: 1rem;
    padding: 1%;
    margin-bottom: 0.75rem;
    margin-top: 1%;
}

.inner .widget .widget-title span {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    display: block;
    width: 100%;
    height: 100%;
    padding: 3% 0 1% 3%;
    font-size: 1.2rem;
}

.widget-title ul li a {
    font-size: 16px;
}

.widget_archive ul li a {
    font-size: 16px;
}

.widget_categories {
    font-size: 16px;
}

#secondary .widget .post-content a {
    font-size: 16px;
}

.widget .post-content span {
    font-size: 16px;
}

.widget .post-content>span {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    padding: 0;
    font-size: 0.9rem;
    opacity: 0.8;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}

.cats-widget ul li a {
    font-size: 1.2rem;
}

.footer-widget-title {
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    padding: 3px;
    margin-bottom: 0.75rem;
    margin-top: 0;
    text-align: left;
}

.widget .footer-widget-title span {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
    display: block;
    width: 100%;
    height: 100%;
    padding: 3% 0 1.5% 3%;
    font-size: 1.2rem;
}

footer .widget a {
    color: rgb(247, 247, 247);
}

footer .widget a:hover {
    text-decoration: none;
}

footer #wp-calendar>tbody>tr:nth-of-type(odd) {
    background-color: rgb(99, 99, 99);
}


/* ---------- Widget dropdown ----------- */

.widget select {
    margin-top: 1rem;
    width: 100%;
    max-width: 100%;
}


/* ドロップダウンにした時のlabelを非表示 */

.widget.widget_categories label,
.widget.widget_archive label {
    display: none;
}


/* リスト 下の階層 */

.widget.widget_nav_menu li ul,
.widget.widget_pages li ul,
.widget.widget_categories li ul {
    padding: 0;
    margin: 0;
}

.widget.widget_nav_menu li ul a,
.widget.widget_pages li ul a,
.widget.widget_categories li ul a {
    padding-left: 0.8rem;
}

.widget.widget_nav_menu li ul ul a,
.widget.widget_pages li ul ul a,
.widget.widget_categories li ul ul a {
    padding-left: 1.6rem;
}

.widget.widget_nav_menu li ul li:last-child,
.widget.widget_pages li ul li:last-child,
.widget.widget_categories li ul li:last-child {
    border: none;
}

.widget.widget_nav_menu li ul li a,
.widget.widget_pages li ul li a {
    padding-left: 0.5rem;
}

.widget.widget_nav_menu li ul li a:before,
.widget.widget_pages li ul li a:before {
    content: '− ';
}


/* ----------  Widget search form ----------  */

.input-group-btn:last-child>.btn {
    font-size: 12px;
    opacity: 1;
    padding: 8px 20px;
    line-height: 16px;
}

.btn-default,
.label-default,
.btn.btn-default,
button,
.input-group-btn:last-child>.btn,
input[type=submit],
input[type=reset] {
    transition: all .6s;
    text-transform: uppercase;
    transition: background-color .6s linear;
    padding: .8rem 1em;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    background: rgb(194, 185, 141);
    border-radius: 0px;
    text-align: center;
    transition: all .6s ease;
    color: rgb(24, 24, 24);
    font-size: 16px;
    transition: all .6s;
    border: unset;
    color: rgb(255, 255, 255);
}

input[type=submit]:hover {
    opacity: .8;
    background: rgb(219, 209, 162);
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea,
.widget select {
    padding: .6em .7em;
    width: 84%;
    width: 23.43em;
}

.widget.widget_search .searchform {
    position: relative;
    height: 40px;
}

.widget.widget_search input[type="search"] {
    position: absolute;
}

.widget.widget_search button {
    border: 0;
    background: none;
    font-size: 0.9rem;
    padding: 0 1rem;
}

.widget.widget_calendar table {
    width: 100%;
    text-align: center;
}


/* ---------- Widget tag cloud ---------- */

.tagcloud {
    margin: 0;
}

.tagcloud a {
    padding: 0.1rem 0.5rem;
    margin: 0 0.1rem 0.2rem 0;
    display: inline-block;
    font-size: 12px !important;
    background: rgba(51, 51, 51, 0.55);
    color: rgb(255, 255, 255);
}


/**
 * Media
 */

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    transition: all 1s ease;
}

img:hover {
    opacity: 0.8;
    transition: all 1s ease;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

.eyecatch {
    width: 36%;
    overflow: hidden;
}

.eyecatch img {
    height: 170px;
    object-fit: cover;
}

.eyecatch a {
    display: block;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.eyecatch a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.gallery {
    margin-bottom: 2rem !important;
}

.single-post .entry-content p {
    margin-bottom: 1em;
}

.single-featured {
    transition: opacity .6s linear;
    display: block;
    margin: auto;
}

.single-featured:hover {
    opacity: 0.8;
}

.single-featured-no-post {
    color: rgb(70, 130, 180);
    background-image: url(assets/images/no-images.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .6s linear;
    display: block;
    margin: auto;
}

.single-featured-no-post:hover {
    opacity: 0.8;
}

.wp-caption {
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 1.5rem;
    margin-top: 2%;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.posted-on .entry-title p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
}

.posted-on span time {
    margin-right: 1em;
}

.posted-on-span {
    display: flex;
    flex-wrap: wrap;
}


.test0 {
    position: relative;
    align-items: center;
    padding: 26% 0 30rem 0;
}

.test {
    width: 1100px;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.test img {
    padding: 4rem 0;
    width: 70%;
}

.test02wrap {
    width: 1200px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
}

.test02 {
    width: 500px;
    padding: 10rem 2rem;
    background: rgb(221, 221, 221);
    margin-left: auto;
}

.test03 {
    position: absolute;
    right: 0;
    z-index: 0;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
}

.footer {
    background-color: rgb(63, 59, 56);;
    color: rgb(167, 148, 92);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.footer-left, .footer-right {
    width: 95%;
}

.footer-left,
.footer-right {
    flex: 1;
    min-width: 300px;
}

.footer a {
    position: relative;
    color: #BEAF87;
    text-decoration: underline;
    margin: 0 5px;
    line-height: 1.8;
    /* display: inline-block; */
}

.footer a::after {
    content: "";
    position: absolute;

}

.footer-menu a::after {
    border-right: 1px solid rgb(190, 178, 136);
    right: 0;
    height: 10px;
    top: 0;
    transform: translateY(50%);
}

.footer-menu nav a:last-child::after {
    border-right: unset;
}

.footer h4 {
    margin-top: 10px;
    color: rgb(255, 255, 255);
}

.footer address {
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
    background-color: rgb(63, 59, 56);;
    color: rgb(255, 255, 255);
    padding-bottom: 70px;
}

.footer-bottom p {
    font-size: 14px;
}

.map {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}



/* ---------- Caption --------- */

.wp-caption-text {
    font-size: 1.4em;
    padding: 5px 0 5px 5px;
}

/**
 * Posts and pages
 */

 .card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
 }
 .card-wrap .slide {
    animation: fadeInDown;
    animation-duration: 0.8s;
 }
 .card-wrap .slide {
    border: 1px solid #A19276;
    width: calc(25% - 6px);
    /* padding: 10px; */
    position: relative;
 }
 .card-wrap a {

 }
 .card-wrap figure {
    overflow: hidden;
 }
 .card-wrap img {
    /* max-height: 248px; */
    object-fit: cover;
    /* object-view-box: revert-layer; */
    /* display: block; */
    /* height: 150px; */
    /* object-fit: fill; */
    /* width: 100%; */
    /* object-position: center; */
    /* height: 100%; */
    object-position: center;
 }
.card-sbox {
    /* width: 5em; */
    min-width: 5em;
    max-width: 55px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    margin-right: 5px;
}
.card-1sbox {
    margin-right: 10px;
}

.entry-content h1 {
    margin: 1em 0;
}

.entry-content h2 {
    margin-top: .3em;
    margin-bottom: .5em;
}

.entry-content h3 {
    margin: 1em 0;
}

.entry-content h4 {
    margin: 1em 0;
}

.entry-content h5 {
    margin: 1em 0;
}

.related-post h2 a {
    margin: 0;
    font-size: 0.85rem;
}

blockquote {
    color: rgb(51, 51, 51);
    margin: 2rem 0;
    font-size: 20px;
    padding: 1rem 1.7rem 1rem;
    position: relative;
}

.entry-content blockquote:before {
    font-family: 'FontAwesome';
    content: '\f10d';
    position: absolute;
    width: 1rem;
    height: 1rem;
    padding-top: 0.25rem;
    border-radius: 50%;
    display: block;
    text-align: center;
    left: 0.1rem;
    top: 0.1rem;
    font-size: 1.2rem;
    color: rgb(153, 153, 153);
}

.entry-content blockquote:after {
    font-family: 'FontAwesome';
    content: '\f10e';
    position: absolute;
    width: 1rem;
    height: 1rem;
    padding-bottom: 0.25rem;
    border-radius: 50%;
    display: block;
    text-align: center;
    right: 0.1rem;
    bottom: 0.1rem;
    font-size: 1.2rem;
    line-height: 1;
    color: rgb(153, 153, 153);
}

.content-area .entry-content p {
    padding: 15px 0;
}

.single-category {
    margin: 0;
    padding: 0;
}

.entry-title {
    padding-top: 0;
    margin-top: 10px;
}

.owner h1.entry-title {
    text-align: center;
    font-size: 50px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.owner .entry-content {
    counter-reset: footnotes; 
}
.owner_section1 {
    position: relative;
}

.owner_section1 h2, .owner_section3 h2 {
    /* background-color: rgb(6, 177, 215); */
    /* color: rgb(255, 255, 255); */
    color: rgb(63 59 56);
    padding: 16px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.owner_section1 .owner-h2 span{
    /* background: rgb(255, 0, 0); */
    background: #A19276;
    color: rgb(255, 255, 255);
    padding: 20px;
    line-height: 1;
    border-radius: 50px;
}

.owner .container {
    position: absolute;
    top: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owner_section1 h3 {
    padding-top: 20px;
    width: 100%;
    text-align: center;    
}

/* .owner .under_yellow {
    background: linear-gradient(transparent 60%, #e4d500 60%);
} */


.owner_section1_under {
    background-color: rgb(63, 59, 56);
    padding: 50px;
    text-align: center;
    color: rgb(230, 231, 232);
}

.owner .under_yellow {
    background: linear-gradient(transparent 60%, rgb(153, 67, 0) 60%)
}

.owner .under_white {
    background: linear-gradient(transparent 60%, #E6E7E8 60%)
}

.owner .under_yellow_bg {
    background: rgb(65, 64, 66);
    color: rgb(230, 231, 232);
    margin-right: 5px;
    margin-left: 5px;
}

.owner .owner_section1_under_catch {
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.owner .owner_section3 {
    position: relative;
}

.owner .owner_section1 h2, .owner .owner_section3 h2 {

    color: #fff;
    padding: 20px;
    line-height: 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;

    /* background-color: rgb(6, 177, 215);
    color: rgb(255, 255, 255);
    padding: 16px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0; */
}

.owner .owner_section3_content {
    text-align: center;
    background-color: #BEAF87;
    padding: 30px;
}


.owner .owner_section1 h3, .owner .owner_section3_content h3 {
    padding: 20px 0 60px 0;
    font-size: 32px;
    font-weight: bold;
    background-image: url(assets/images/marker.png);
    /* /home/xs512290/smasma-chintai.com/public_html/wp-content/themes/smasma-chintai/assets/images/marker.png */
    background-position: center bottom;
    background-repeat: no-repeat;
}


.owner .owner_section3_point {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}


.owner .circle-container {
    width: 200px;
    /* height: 200px; */
    background-color: rgb(255, 255, 255);
    /* border-radius: 50%; */
    box-shadow: 0 0 10hwb(0 100% 0%);
    display: flex;
    /* justify-content: center;
    align-items: center; */
    margin: 5px;
    flex-direction: column;
    background: #414042;
    display: grid;
    align-content: stretch;
}


.owner .circle-text {
    color: #E6E7E8;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.04em;
}


.owner .owner_section4 {
    padding: 50px;
    text-align: center;
}

.owner .owner_section4_next {
    /* background-image: url(assets/images/next.png); */
    background-image: url(assets/images/arrow.png);
    background-repeat: no-repeat;
    width: 251px;
    height: 131px;
    margin: 20px auto;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.owner_section4_next .arrow-text {
    padding-top: 40px;
    display: block;
}

.owner .owner_section4_catch {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}


.owner_section2 {
    padding: 30px 0;
    position: relative;
}

@media screen and (min-width: 48.1em) {
    .card-wrap .slide {
        padding: 10px;
    }
    .card-wrap figure {
        height: 200px;
    }
    .slider-container .slide-info {
        margin-top: 30px;
    }
    
    .owner_section2 {
        background-image: url(assets/images/owner_section2_bg.jpg);
        background-repeat: no-repeat;
        background-position: 150px 20px;
        height: 470px;
        margin: 20px 0;
    }
    .owner_section2_content {
        position: absolute;
        top: 120px;
        right: 20px;
    }
    .news-wrap {
        padding-bottom: 5px;
    }
    .mv-text .vegas-wrap {
        top: 60%;
        /* mix-blend-mode: difference; */
    }

}

@media screen and (max-width: 48em) {
    .c21-homeagency .ful-banner {
        flex-direction: row;
    }
    .c21-homeagency .ful-banner .contact_bloc.image-container.newschannel {
        width: calc(47% - -11px);
    }
    .job-wrap-box {
        flex-direction: column;
    }
    .job-wrap-dis {
        width: 100%;
    }

    .job-wrap-img {
        width: 100%;
    }

    .job-table {

    }
    .job-table tr {
        display: flex;
        flex-direction: column;
    }
    .job-table th {
        width: 100%;
    }
    .job-table td {
        width: 100%;
    }

    .applying-wrap {
        padding: 1em;
    }
    .job-cat-dat {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .job-wrap-box {
        gap: 20px;
    }
    .job-wrap {
        margin-bottom: 30px;
    }
     .column-in-box .job-wrap h3 {
        padding: 0;
        font-size: 18px;
    }
    .applying-wrap p {
        line-height: 2;
    }
    .bukken-warap {

    }
    .bukken-warap-sup {
        gap: 10px;
    }
    .owner_section3_point {
        flex-wrap: wrap;
        gap: 10px;
    }
    .owner .owner_section3_content {
        padding-right: 5px;
        padding-left: 5px;
    }
    .owner .circle-container {
        /* width: 80%;
        height: 170px; */
        width: 48%;
    }
    .owner .circle-container {
        margin: 0;
    }
    .owner .owner_section4 {
        padding: 0;
        padding-top: 50px;
    }
    
}


.mv-text .vegas-text-sup {

}
.mv-text .vegas-wrap {

}
.mv-text .poppins-regular {

}
.mv-text #vegas {

}
.mv-text #vegas {

}

.mv-text .vegas-wrap h2 {
    font-size: 1em;
}

.mv-text .vegas-wrap span {
    font-size: 1em;
}

.mv-text .vegas-wrap h3 {
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px #6b6b6b;
}














.related-list .entry-title {
    margin: 0;
}

.related-list .entry-title {
    line-height: 1.2;
}

.entry-title a {
    margin-right: 10px;
    word-wrap: break-word;
    width: 100%;
}

article.post .post-categories {
    position: relative;
    font-size: 12px;
    list-style: none;
}

.post-inner-content .cat-item {
    position: relative;
    font-size: 12px;
    list-style: none;
}

.post-categories li a {
    margin-right: 10px;
}

article.post {
    width: 100%;
    margin-bottom: 1.5em;
}

article.post:first-child .post-inner-content {
    padding-top: 0;
}

.post-inner-content-search {
    padding: 0;
}

.hentry {
    margin: 0;
}

.entry-content .entry-inner .posted-on {
    display: block;
    padding-bottom: 1em;
}

.article-row a:hover {
    background: rgb(246, 246, 246);
}

.article-row article div a:hover {
    background: rgb(246, 246, 246);
}


/* ---------- 404 ---------- */

.page-content p {
    color: rgb(206, 0, 0);
    font-weight: 900;
    line-height: 1.75;
}


/* ---------- Category ---------- */

.single-category li a {
    background: rgb(140, 140, 140);
    color: rgb(255, 255, 255);
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
}

/**
 * Other
 */

/* ---------- fp_breadcrumb ---------- */

.fp_breadcrumb-list {
    display: flex;
    align-items: end;
}
#fp_breadcrumb {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    word-break: break-word;
}

#fp_breadcrumb li {
    display: inline-block;
    margin-right: 0.2rem;
}

#fp_breadcrumb li a {
    font-size: 12px;
    color: rgb(63, 59, 56);
    vertical-align: middle;
    text-decoration: underline;
}

#fp_breadcrumb .item-current span {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgb(146, 146, 146);
    vertical-align: sub;
}

#fp_breadcrumb .separator {
    font-size: 15px;
    font-weight: 100;
    color: rgb(204, 204, 204);
    vertical-align: middle;
}


/* ----------  Related article ----------  */

.related-images {
    min-height: 180px;
    width: 49%;
    margin: 0;
    position: relative;
}

.related-images dt {
    padding-bottom: 1em;
}

.related-no-image {
    padding-bottom: 1em;
}

.related-no-image {
    height: 180px;
    object-fit: cover;
}

.related-images .single-category .cat-item a {
    text-align: left;
    display: block;
    background: rgb(195, 195, 195);
    color: rgb(68, 68, 68);
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.3rem 0.5rem;
    min-width: 8rem;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    width: 100%;
}


/* ----------  Comment ---------- */

.comment-form .form-submit {
    margin: 0;
    padding-top: 0.5rem;
}

.comment-form #submit {
    height: 35px;
    background: rgb(242, 242, 242);
    border: 0;
    border-radius: 0;
    padding: 0 80px;
    text-transform: uppercase;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.comment-navigation,
.single .nav-links {
    overflow: hidden;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    word-break: break-word;
}

.post-navigation .nav-next,
.paging-navigation .nav-next {
    text-align: right;
}

.nav-pre {
    display: flex;
    align-items: baseline;
    gap: 10px;
    caret-color: transparent;
}

.pre {
    font-size: 14px;
}

.nav-pre a {
    border-radius: 3px;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, rgb(255, 255, 255) 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, rgb(255, 255, 255) 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, rgb(255, 255, 255) 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -3px 0 inset;
    background-size: 100%;
    background-image: linear-gradient(rgb(245, 245, 245), rgb(255, 255, 255) 30%);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 6px;
    color: #414042;
}

.nav-previous {
    caret-color: transparent;
}

.nav-previous ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.nav-previous ul li.order_select {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.nav-previous ul li.active {
    font-weight: bold;
}

.nav-previous .ous {
    font-size: 16px;
    color: rgb(63, 59, 56);
    align-items: center;
    display: flex;
}


/* ---------- SNS ---------- */
.staff_sns {
    display: flex;
    gap: 10px;
}
.staff_sns a {
    display: block;
    text-indent: -9999px;
    width: 70px;
    height: 70px;
}
.icon_facebook a {
    background: url(assets/images/icon_facebook.webp);
    background-repeat: no-repeat;
    background-size: auto 70px;
}
.icon_ine a {
    background: url(assets/images/icon_line_button.webp);
    background-repeat: no-repeat;
    background-size: auto 70px;
}
.icon_instagram a {
    background: url(assets/images/icon_instagram.webp);
    background-repeat: no-repeat;
    background-size: auto 70px;
}
.icon_tiktok a {
    background: url(assets/images/tiktok.webp);
    background-repeat: no-repeat;
    background-size: auto 70px;
}
.icon_x a {
    background: url(assets/images/icon_x.webp);
    background-repeat: no-repeat;
    background-size: auto 70px;
}


.sns-wrap {
    margin-top: 20px;
}

.sns-wrap img {
    width: 48px;
}

.sns-wrap01 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sns-wrap .sns-name {
    font-size: 16px;
}

.sns {
    margin: 0 auto;
    text-align: center;
}

.sns ul,
.sns ol {
    list-style: none;
    padding-left: 0;
}

.sns li {
    list-style: none;
    width: 20%;
}

.sns .twitter a {
    background: rgb(85, 172, 238);
    box-shadow: 0 3px 0 rgb(0, 146, 202);
}

.sns .facebook a {
    background: rgb(59, 89, 152);
    box-shadow: 0 3px 0 rgb(44, 67, 115);
}

.sns .googleplus a {
    background: rgb(220, 78, 65);
    box-shadow: 0 3px 0 rgb(173, 58, 45);
}

.sns .pocket a {
    background: rgb(240, 62, 81);
    box-shadow: 0 3px 0 rgb(192, 57, 43);
}

.sns .hatebu a {
    background: rgb(0, 165, 222);
    box-shadow: 0 3px 0 rgb(67, 99, 139);
    padding-bottom: 13px;
}

.sns .line a {
    background: rgb(37, 175, 0);
    box-shadow: 0 3px 0 rgb(18, 158, 48);
}

.sns .instagram a {
    background: rgb(185, 156, 2);
    box-shadow: 0 3px 0 rgb(103, 67, 1);
}

.sns .linkedin a {
    background: rgb(185, 156, 2);
    box-shadow: 0 3px 0 rgb(103, 67, 1);
}

.sns .tumblr a {
    background: rgb(35, 86, 132);
    box-shadow: 0 3px 0 rgb(14, 2, 80);
}

.sns .feedly a {
    background: rgb(135, 192, 64);
    box-shadow: 0 3px 0 rgb(116, 164, 54);
}

.sns li a {
    font-size: 80%;
    position: relative;
    display: block;
    padding: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.sns-last {
    margin: 0 auto;
    text-align: center;
}

.sns-last ul {
    list-style: none;
}

.sns-last li {
    list-style: none;
    width: 33.3%;
    padding-bottom: 10px;
}

.sns-last ol,
.sns-last ul {
    padding-left: 0;
    list-style-type: none;
}

.sns-last .twitter-last a {
    background: rgb(85, 172, 238);
    box-shadow: 0 4px 0 rgb(0, 146, 202);
}

.sns-last .facebook-last a {
    background: rgb(59, 89, 152);
    box-shadow: 0 4px 0 rgb(44, 67, 115);
}

.sns-last .googleplus-last a {
    background: rgb(220, 78, 65);
    box-shadow: 0 4px 0 rgb(173, 58, 45);
}

.sns-last .pocket-last a {
    background: rgb(240, 62, 81);
    box-shadow: 0 4px 0 rgb(192, 57, 43);
    padding-bottom: 9px;
}

.sns-last .hatebu-last a {
    background: rgb(0, 165, 222);
    box-shadow: 0 4px 0 rgb(67, 99, 139);
    padding-bottom: 12px;
}

.sns-last .line-last a {
    background: rgb(37, 175, 0);
    box-shadow: 0 4px 0 rgb(18, 158, 48);
}

.sns-last .instagram-last a {
    background: rgb(185, 156, 2);
    box-shadow: 0 4px 0 rgb(103, 67, 1);
}

.sns-last .linkedin-last a {
    background: rgb(185, 156, 2);
    box-shadow: 0 4px 0 rgb(103, 67, 1);
}

.sns-last .tumblr-last a {
    background: rgb(35, 86, 132);
    box-shadow: 0 4px 0 rgb(14, 2, 80);
}

.sns-last .feedly-last a {
    background: rgb(135, 192, 64);
    box-shadow: 0 4px 0 rgb(116, 164, 54);
    padding-bottom: 11px;
}

.sns-last li a {
    font-size: 80%;
    position: relative;
    display: block;
    padding: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}


/* ---------- line はてぶアイコン----------*/

@font-face {
    font-family: 'icomoon';
    src: url('./font/icomoon/fonts/icomoon.eot?h1k4b9');
    src: url('./font/icomoon/fonts/icomoon.eot?h1k4b9#iefix') format('rembedded-opentype'), url('./font/icomoon/fonts/icomoon.ttf?h1k4b9') format('truetype'), url('./font/icomoon/fonts/icomoon.woff?h1k4b9') format('woff'), url('./font/icomoon/fonts/icomoon.svg?h1k4b9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 0.9rem;
    /* フォントリーディング */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact_tel_column {
    display: flex;
    display: flex;
    align-items: center;
}

.contact_tel_column_department {
    font-size: 26px;
    font-weight: bold;
    width: 160px;
    color: rgb(0, 0, 0);
}

.contact_tel_phone {
    font-size: 28px;
    font-weight: bold;
    background-image: url(images/icon_tel.png);
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    color: rgb(0, 0, 0);
}

.contact_shop_open {
    font-size: 12px;
    background-color: rgb(155, 154, 124);
    color: rgb(255, 255, 255);
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 10px;
    height: 24px;
}

.contact_tel_column {
    display: flex;
    display: flex;
    align-items: center;
}

.contact_tel_column_department {
    font-size: 26px;
    font-weight: bold;
    width: 160px;
    color: rgb(0, 0, 0);
}

.contact_tel_phone {
    font-size: 28px;
    font-weight: bold;
    background-image: url(assets/images/icon_tel.png);
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    color: rgb(0, 0, 0);
}

.contact_shop_open {
    font-size: 12px;
    background-color: rgb(155, 154, 124);
    color: rgb(255, 255, 255);
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 10px;
    height: 24px;
}

.contact_button {
    display: flex;
}

.contact_button .button_mail a,
.contact_button .button_line a {
    display: block;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    color: rgb(255, 255, 255);
    padding: 7px;
    width: 260px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 38px;
    text-decoration: none;
    transition: all .6s;
    opacity: 1;
}

.bnr-full {
    display: flex;
    justify-content: space-between;
}

body.single-staff {
    background-image: url(assets/images/staff_bg.jpg);
    background-position: center 12em;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.button_column {
    width: 90%;
    margin: 0 auto;
}

.contact-form p {
    padding: 5px 0;
}

.button-base {
    transition: 1s;
}

.button-base:hover {
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.25);
}


.tel-box-oh {

}


.menu-sns img {
    width: 30px;
}

/* PC */

@media only screen and (min-width: 48.1em) {

    .d-none_dev_pc {
        /* display: none; */
    }

    .main-menu li, .footer-menu li {
        border-right: 1px solid #beaf87;
    }

    .main-menu li:last-child {
        border-right: unset;
    }
    .tel-box-oh .tel-box-mgn {
        gap: 10px;
    }

 

    .header-bg {

    }
    .header-bg .full-width {
        position: relative;
        padding-bottom: 0;
        padding-top: 0;
    }
    
    .header-bg .full-width::after {
        /* content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-image: url('assets/images/logo2.png');
        background-repeat: no-repeat;
        width: 130px;
        height: 100px; */
    }

    .tel-box-oh {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 20px;
        gap: 5px;
    }
    .contact-box {
        position: relative;
        background: #BEAF87;
    }
    .contact-box::after {
        content: "";
        position: absolute;
        border-bottom: 10px solid red;
    }
    .contact-box a {
        padding-bottom: 30px;
        padding-top: 30px;
        padding-left: 40px;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
    }
    .tel-box {
        /* flex-direction: column-reverse; */
        /* align-items: flex-end; */
    }
    
    ul.staff_list {
        gap: 1%;
    }
    ul.staff_list li {
        margin-bottom: 1%;
    }
    .fz-ssss a {
        /* border-right: 1px solid rgb(190, 178, 136); */
        padding-right: 10px;
    }
    .fz-ssss a:last-child {
        border-right: none;
        padding-right: 0px;
        margin-right: 20px;
    }
    .staff_list_image {
        width: 40%;
        margin-right: 100px;
    }
    .contact_bloc {
        margin: 40px 0;
        /* border: rgb(198, 198, 198) 1px solid; */
        background: rgb(245, 245, 245);
        display: flex;
        display: flex;
        align-items: center;
    }
    .contact_bloc.bnr-full {
        display: inline-block;
    }
    .contact_shop_name {
        background-image: url(assets/images/logo_wht02.png);
        width: 513px;
        height: 112px;
        z-index: 4;
        display: block;
        margin-right: 50px;
        text-indent: -9999px;
    }
    .footer-logo .img1 {
        width: 150px;
    }
    .property-listing img {
        width: 225px;
        height: 225px;
    }
    .property-details {
        width: 642px;
    }
    .sup-wrap {
        font-size: 14px;
        padding: 10px;
        white-space: nowrap;
    }
    .listing-details .teble-box-th .sup-wrap {
        min-width: 117px
    }
    .listing-details .teble-box-th .sup-space {
        line-height: 1.3;
    }
    .details-bukken-box .sup-wrap3 {
        font-size: 14px;
    }
    .banner-other-content.other-box li {
        width: 32.5%;
    }
    .banner-other-content.other-box li {
        border: rgb(199, 199, 199) 1px solid;
    }
    .footer-logo {
        /* width: 850px; */
        /* display: flex;
        flex-direction: column; */
    }

    .footer-logo {
        display: grid;
        justify-content: start;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 280px;
    }
    .footer-logo::before {
        content: "";
        background-color: rgb(25, 171, 239);
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: -33px;
        top: 33px;
    }

    .footer-wrap-top .footer-wrap-logoin {
        width: 300px;
    }

    .staff-banner-name {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .staff-rep {
        margin-right: 1em;
    }
    .w5 {
        display: inline-block;
        width: 5em;
    }
    .staff-rep {
        margin-right: 1em;
    }

    .w-m {
        width: 55em;
    }
    .two-column .column-in:nth-of-type(2) {
        width: 884px;
    }
    br.br-pc {
        display: none;
    }
    .slide-img-pc {
        display: block;
    }
    .slide-img-sp {
        display: none;
    }
    .post-inner-content .eyecatch {
        width: 100%;
        max-width: 300px;
    }
    .post-inner-content .eyecatch img {
        height: auto;
        width: 100%;
        max-width: 100%;
        max-height: 500px;
    }
    .post-inner-content .eyecatch-wrap p {
        margin-left: 20px;
    }
    .post-inner-content .eyecatch-wrap .eyecatch-box {
        margin-left: 20px;
    }

    .blog .article-container .content-wrap {
        width: 1200px;
    }

    /* Related article */
    .nav-search {
        padding: 18px 0;
        width: 100%;
    }
    .nav-search button {
        font-size: 1.5rem;
        top: 18px;
        background: none;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea,
    select {
        border-radius: 1px;
    }
    .navbar-collapse.collapse {
        max-width: 80%;
        width: 71%;
    }

    .related-images {
        min-height: 180px;
        width: 180px;
        position: relative;
    }
    header.posted-on time.updated {
        margin: 0;
    }
    .posted-on {
        display: flex;
    }
    .recent-posts-wrapper .post .post-image {
        width: 40%;
        display: block;
        background-color: rgb(243, 243, 243);
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .posted-on span time {
        font-size: 14px;
    }
    .entry-content .crayon-syntax {
        width: 94%;
    }
    .pc-none {
        display: none;
    }
    /* Slider */
    .vegas-wrap {
        position: absolute;
        font-size: 38px;
        z-index: 1;
        color: rgb(255, 255, 255);
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
    }
    .vegas-wrap h2 {
        font-size: 60px;
    }
    .vegas-wrap span {
        font-size: 53px;
    }
    #vegas {
        height: 840px;
        display: block;
        padding: 0px;
        /* width: 65%; */
        margin-left: auto;
        /* top: -30px; */
    }

    .vegas-text {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }

    .vegas-text-sup {
        /* margin-bottom: 0;
        background: rgb(25, 171, 239); */
    }

    .vegas-text-sup2 {
        position: relative;
    }
    .staff_profile {
        padding: 50px 0;
        width: 100%;
        display: flex;
    }
    @media only screen and (max-width: 64em) {
        .footer-widget {
            width: 25%;
            padding-left: 2em;
        }
        .footer-widget:last-child {
            padding-left: 2em;
            padding-right: 2em;
        }
        .contact-box.contact-boxsp {
            display: none;
        }
    }
}


/* SP */

@media (max-width: 48em) {

    .menu-sns {
        position: relative;
        right: 3em;
    }

    .d-none_dev {
        /* display: none; */
    }
    
    .owner h1.entry-title {
        font-size: 32px;
    }
    .owner .owner_section1 h2, .owner .owner_section3 h2 {
        padding: 0;
        flex-wrap: wrap;
    }
    .owner_section1 .owner-h2 span {
        width: 48%;
        font-size: 22px;
        padding: 14px;
    }

    .frow-wrap {
        flex-direction: column;
    }
    .banner-4clm li {
        width: calc(50% - 3px);
    }
    .slider-container h3 {
        font-size: 16px;
    }
    .ful-banne {
        flex-direction: column;
    }
    .slider-container .slider-text {
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }
    .slide-info {
        margin-top: 10px;
        margin-bottom: 3px;
    }
    .d-none-sp {
        display: none;
    }
    .sp-mla {
        margin-left: auto;
    }
    .sp-fdc {
        flex-direction: column;
    }
    .card-sbox {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .card-sbox.fz-sss {
        font-size: 14px;
    }
    .card-wrap figure {
        text-align: center;
    }
    .card-wrap .slide {
        width: 48.6%;
    }
    .card-wrap {
        flex-wrap: wrap;
    }
    .site-logo img {
        max-width: 70%;
        margin-right: auto;
        display: block;
    }
    .touching_text {
        font-size: 18px;
    }
    .texbox1 h2 {
        font-size: 1.4em;
    }
    .blog-sp-wrap {
        flex-wrap: wrap;
    }
    .blog-sp-wrap li {
        width: 50%;
    }
    .breadcrumb-wrap.df {
        display: flex;
    }
    .df .sub-bgcolor {
        display: flex;
    }
    .staff-rep .w5 {
        margin-right: 1em;
    }
    .pager_bloc {
        justify-content: flex-end;
    }
    .main-menu li:last-child {
        display: none
    }
    
    .home .footer-wrap-logoin {
        margin-bottom: 10px;
    }
    ul.staff_list li img {
        width: 100%;
        min-width:unset
    }
    .disp-box {
        margin: 10px 0;
    }
    .disp-box a {
        padding: 10px;
        text-align: center;
        font-size: 16px;
        width: 100%;
        display: block;
    }
    .bukken-img {
        width: 100%;
    }
    .bukken-img a {
        text-align: center;
        display: block;
    }
    .search_result {
        display: inline-block;
    }
    .column-in-box {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .buke-disp-text {
        font-size: 14px;
    }
    .list_detail .teble-bor,
    .teble-bor-wrap .teble-bor {
        font-size: 16px;
    }
    .filter-group-rep {
        /* padding-left: 0px; */
    }
    .area_select {
        display: flex!important;
    }
    .modal .station-click {
        height: 46px;
        text-align: center;
    }
    .modal .station-click .close {
        width: 100%;
        float: none;
        display: block;
    }
    .link-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .link-box a {
        margin: 5px 7px;
        display: block;
        text-align: center;
    }
    #eki_modal,
    #eki_modal3 {
        margin-bottom: 10px;
    }
    .footer a {
        margin: 0!important;
    }
    .news-box p {
        margin-bottom: 5px;
    }
    ul.staff_list {
        gap: 2%;
    }
    ul.staff_list li {
        margin-bottom: 2%;
        width: calc(50% - .3em);
    }
    .di-rep-box {
        margin-bottom: 20px;
    }
    .di-rep-box-link a,
    .di-rep-box-text a {
        width: 100%;
    }
    .di-rep-box-link a {
        font-size: 18px;
        padding: 10px;
    }
    
    .di-rep-box-text a {
        border: 1px solid rgb(167, 148, 92);
        /* border-radius: 52px; */
        display: inline-block;
        line-height: 1;
        padding: 10px;
        margin-bottom: 10px;

    }
    .two-column .column-in:nth-of-type(1) {
        padding-bottom: 0;
    }
    .real-estate-terminology .banner-other-side,
    .contract-flow .banner-other-side,
    .customize-support .banner-other-side {
        display: none;
    }

    .contract-flow .banner-other-side, .real-estate-terminology .banner-other-side {
        display: flex;
        gap: 5px;
    }
    .footer a {
        margin: 0;
    }
    .fz-ssss {
        font-size: 14px;
    }
    .staff_list_content {
        width: 95%;
        margin: 0 auto;
    }
    .staff_list a {
        display: block;
    }
    .footer a {
        display: block!important;

    }
    .foot-sp-wrap1 {

    }
    .foot-sp-wrap1 a {
        width: 33%;
        text-align: center;
    }

    .conin-head-pur + .foot-sp-wrap1 a{
        width: 33%;
        text-align: left;
    }
    .footer-menu nav a:nth-child(3)::after {
        border-right: unset;
    }

    .footer .footer-logo  {
        padding: 0;
    }
    .footer .footer-logo img {
        margin-bottom: 10px;
    }

    .bor-foot {
        border-bottom: none;
        display: flex;
        flex-flow: wrap;
    }
    .fz-ssss a {
        padding: 10px 0;
        border-bottom: 1px solid rgb(53, 129, 219);
    }

    .foot-sp-wrap1 {
        display: flex;
        flex-flow: wrap;
    }
    .footer-menu a::after {
        top: 25%;
    }
    .foot-sp-wrap1 a {
        width: 33%;
        text-align: left;
        border-bottom: unset;
        padding-bottom: 0;
    }
    .ml-s {
        margin: 0;
    }
    .column-in-box h3 {
        margin: 0;
        padding: 10px;
        font-size: 20px;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 16px;
    }
    .df {
        display: flex;
    }
    .property-header.df {
        display: block;
    }
    .property-info p {
        font-size: 12px;
    }

    .teble-bor-wrap .df {
        display: flex;
        width: 50%;
        gap: 5px;
        display: grid;
        grid-auto-flow: column;
    }

    .property-details-wrap .teble-box-th .teble-bor {
        width: 100%;
        display: grid;
        grid-auto-flow: column;
    }
    .sup-wrap3.ml-s {
        font-size: 14px;
    }
    .buke-disp-ti {
        font-size: 18px;
    }
    #eki_modal img,
    #eki_modal3 img {
        width: 20px;
    }
    .fz-sss,
    .modal .station+label,
    .erea-check+label,
    .shubetsu-check+label,
    .setsubi label {
        font-size: 16px;
    }
    .modal .eki-box-ul {
        display: block;
    }
    .modal .eki-box li {
        display: block;
        width: 100%;
    }
    body {
        font-family: Meiryo, sans-serif;
    }
    .texbox-wrap {
        gap: 0px;
    }
    .footer-logo h3 {
        font-size: 16px;
    }
    .fz-ssss.slider-wrap-p,
    .contact-box.contact-boxsp {
        display: none;
    }
    .taxonomy-list a {
        font-size: 18px;
    }
    .logo-sup {
        padding: 10px;
    }
    .footer h4,
    .bor-foot,
    .footer address {
        font-size: 16px;
    }
    .banner-other-side {
        flex-direction: row;
    }
    .banner-other-side li {
        width: calc(50% - 5px);
        margin-bottom: 0;
    }
    .two-column-sup .filter-group {
        padding: 0;
    }

    #fp_breadcrumb {
        margin: 10px 0;
    }

    .search-btn {
        display: flex;
        flex-direction: column;
        border: 1px solid rgb(169, 169, 169);
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        background: rgb(190, 175, 135);
        color: rgb(255, 255, 255);
        font-size: 16px;
        padding: 6px;
        position: relative;
    }
    .search-btn.open+.df {
        width: 100%;
    }
    .search-btn+.searchbox {
        margin-bottom: 10px;
    }
    .search-btn img {
        position: absolute;
        top: 40%;
        right: 15px;
        width: 10px;
        transform: rotate(0);
    }
    .search-btn .rotate-arrow {
        transform: rotate(180deg);
    }
    .di-rep-box-sup {
        width: 100%;
    }
    .contract-flow .two-column,
    .real-estate-terminology .two-column {
        display: flex;
        flex-direction: column-reverse;
    }
    .careers .filter-group .mr-300 {
        margin-right: 10px;
    }
    .careers .filter-group .mb-sd,
    .company-profile .filter-group .mb-sd {
        flex-direction: column;
        display: flex;
        border-left: 1px solid #a4a4a4;
        padding-left: 10px;
        padding-bottom: 5px;
    }
    .staff-banner-name {
        font-size: 24px;
    }
    .staff-banner-content {
        padding-top: 10px;
        padding: 10px;
    }
    .staff_list figure {
        display: block;
        width: 100%;
    }
    .company-profile .filter-group {
        padding-left: 5px;
    }
    .company-profile .banner-box-rap {
        width: calc(50% - 5px);
    }
    .company-profile ul.staff_list li {
        background: rgb(243, 232, 228);
        border: 1px solid rgb(211, 211, 211);
        margin-bottom: 2%;
    }
    .careers .filter-group {
        padding-left: 5px;
    }
    #popup-image-container {
        width: 90%;
        padding: 10px;
    }
    .contact_tel_column {
        flex-direction: column;
    }
    .bnr-full-sp {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .bnr-full-sp img {
        border: 1px solid rgb(147, 147, 147);
    }
    .footer-logo .img1 {
        width: 100%;
    }
    .filter-group-rau {
        flex-direction: column;
    }
    .list-of-properties .filter-group {
        padding: 15px 5px 0 5px;
    }
    .bukken-text-fz {
        align-items: flex-start;
    }
    .bukken-text {
        flex-direction: column;
        align-items: flex-start;
    }

    .top2-thum .slick-slide>div {
        width: 95%;
    }
    .footer-wrap-logoin .banner {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .property-details-wrap .filter-group {
        padding: 0 5px;
    }
    .property-details-wrap .sup-wrap {
        width: 8em;
        padding: 10px;
        font-size: 12px;
        white-space: nowrap;
        height: 100%;
    }
    .property-details-wrap .w100 .sup-wrap {
        width: 8em;
        height: 100%;
        padding: 2em;
    }
  
    .teble-box-th {
        width: 100%;
    }
    .property-details-wrap .w100 .sup-space {
        /* width: 19em; */
        font-size: 14px;
    }
    .details-bukken-box {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-logo {
        padding: 10px;
    }
    .w100.banner-box img {
        padding: 0;
        /* min-height: 120px; */
        object-fit: contain;
    }
    .home .vegas-content-scrollable {
        overflow: hidden;
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .text-left-sp {
        text-align: left;
    }
    .fdc-sp {
        flex-direction: column;
    }
    .footer {
        padding: 10px;
    }
    .footer-rem-box {
        flex-direction: column;
        align-items: center;
    }
    .vegas-wrap span {
        font-size: 20px;
        padding: 10px;
        padding-left: 0;
    }
    .slider-container-wrap .hede-text {
        display: flex;
        align-items: center;
    }
    .slider-container-wrap .slider-wrap-h3 {
        display: flex;
    }
    .footer-wrap-logoin ul li {
        border: 1px solid rgb(168, 168, 168);
        display: flex;
        justify-content: center;
        background: rgb(245, 245, 245);
        width: 48.6%;
    }
    .footer-wrap-top {
        flex-direction: column;
        width: 100%;
    }
    .slider-container .slick-prev,
    .slider-container .slick-next {
        display: none;
    }
    .slider-container .slide-link {
        width: 98%;
    }
    .texbox-wrap {
        flex-direction: column;
    }
    /* .w-600,
    .w-570 {
        width: 100%;
    } */
    .button-sup img {
        height: 30px;
    }
    .banner_wrap .box-s {
        width: 50%;
        height: auto;
        padding: 10px 0;
    }
    .vegas-wrap {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        left: 1em;
        color: rgb(255, 255, 255);
    }
    body .vegas-container {
        height: 250px;
        display: block;
        margin: 0 auto;
        padding: 0px;
        /* width: 75%; */
        margin-left: auto;
        /* right: -12%; */
        /* z-index: -1; */
        /* top: -30px; */
    }
    .banner_wrap {
        align-items: center;
        gap: 5px;
        padding: 10px;
        margin-bottom: 30px;
    }
    .button-sup span {
        font-size: 14px;
    }
    .button-sup .fz-s {
        font-size: 14px;
    }
    .button-sup .fz-m {
        font-size: 16px;
    }
    .button-sup .box-s {
        width: 10em;
        height: 5em;
    }

    .time-sp {
        display: none;
    }
    .time-sp img {
        width: 20px;
    }
    .contact-boxsp {
        gap: 5px;
    }
    .contact-box a {
        padding: 8px 30px;
    }
    .logo-sup {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slide-img-pc {
        display: none;
    }
    .slide-img-sp {
        display: block;
    }
    .posted-on-span {
        flex-direction: column;
    }
    .entry-content .entry-inner .posted-on {
        padding-bottom: 0;
    }
    .blog .eyecatch {
        width: 100%;
        height: auto;
    }
    .blog .entry-content h2 {
        margin-bottom: 0;
    }
    .eyecatch {
        width: 100%;
    }
    .eyecatch img {
        width: 100%;
        object-fit: contain;
    }
    #page-top {
        right: 10px;
        /* bottom: 153px */
        bottom: 90px;
    }
    #page-top p {
        padding: 0 10px 1px 10px;
    }
    br.br-sp {
        display: none;
    }

    .row {
        width: calc(100% - 16px);
    }
    .one-column.vegas-text-sup {
        margin: 0 auto 30px;
        /* background: rgb(25, 171, 239); */
        z-index: -2;
        position: relative;
    }
    .two-column {
        margin: 0 auto 30px;
        flex-direction: column;
    }
    .two-column .column-in:nth-of-type(1) {
        width: 320px;
        background: rgb(255 255 255);
    }
    .two-column .column-in:nth-of-type(2) {
        width: 100%;
    }
    .three-column {
        margin-bottom: 30px;
    }
    .sp-wrap {
        width: calc(100% - 10px);
        max-width: 0 auto;
    }
    .mb-sd {
        margin-bottom: 10px;
    }
    .mb-md {
        margin-bottom: 10px;
    }
    .home .full-width .mb-md {
        margin-bottom: 10px;
    }
    .sp-none {
        display: none;
    }

    .buk-sup {

    }
    .buk-sup-basis {
        flex-basis: 20px;
    }
    .slider-container .slider-text.buk-sup {
        flex-direction: row;
        gap: 10px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(70, 130, 180);
    }
    .navbar-collapse {
        background: rgb(255, 255, 255);
        float: none;
        position: absolute;
        top: 51px;
        left: 0;
        padding: 0 15px;
        width: 100% !important;
        z-index: 999;
    }
    .navbar-nav {
        margin: 0;
    }
    .sns .hatebu a {
        padding-bottom: 10px;
    }
    .sns-last .hatebu-last a {
        padding-bottom: 11px;
    }
    .sns-last .pocket-last a {
        padding-bottom: 11px;
    }
    .dropdown-menu {
        display: block;
        position: relative;
        min-width: 100%;
        border: 0 none !important;
        padding-bottom: 15px !important;
    }
    .dropdown-menu>li:first-child>a {
        padding-top: 0;
    }
    .dropdown-menu>li>a {
        border-bottom: 0 none;
    }
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: rgb(70, 130, 180);
    }
    .nav.navbar-nav {
        float: none;
    }
    .navbar>.row .navbar-brand {
        margin: 0;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-toggle {
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    .pull-right {
        float: none !important;
    }
    .pull-left {
        float: none !important;
    }
    .flex-caption {
        display: none;
    }
    .content-wrap {
        width: calc(100% - 10px);
        margin: 0 auto;
    }
    .widget-wrap {
        width: calc(100% - 10px);
        margin: 0 auto;
    }

    
    .footer-widget {
        padding: 0;
        padding-bottom: 2em;
        width: calc(100% - 10px);
        margin: 0 auto;
    }
    .footer-widget-wrap {
        flex-wrap: wrap;
    }
    .footer-menu-class-sp li {
        background: rgb(221, 221, 221);
    }
    .footer-menu-class-sp a {
        display: block;
        font-size: 1.5em;
        padding-left: 1em;
        padding-bottom: .5em;
        padding-top: .5em;
        text-align: center;
    }
    .drawer-nav br {
        display: none;
    }
    .footer-menu a::after {
        top: 25%;
        border-right: unset
    }

}


@media only screen and (min-width: 67.5em) {
    .header-bg .full-width::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-image: url('assets/images/logo2.png');
        background-repeat: no-repeat;
        width: 130px;
        height: 100px;
    }
}


/* Tablet */

@media (max-width: 85.375em) and (min-width: 48.1em) {


    .navbar-header {
        float: right;
    }
    .nav-search {
        float: right;
        padding: 18px 0;
        width: 100%;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea,
    select {
        border-radius: 1px;
        font-size: 14px;
        margin: 5px 0;
    }
    .nav-search button {
        font-size: 1.5rem;
        top: 18px;
        background: none;
    }
}



@media screen and (max-width: 48em) {
    .filter-group .se-head {
        margin-bottom: 20px;
    }
    .di-rep-box-link img {
        width: 33px;
    }
    .owner_section1_under {
        padding: 10px;
    }
    .bukken-text .bukken-text-fz {
        width: unset;
    }
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .footer-left,
    .footer-right {
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .ful-banner {
        flex-direction: column;
    }
    .blog .eyecatch-wrap .eyecatch {
        margin-bottom: 30px;
    }
    .eyecatch-wrap {
        flex-direction: column;
    }
    .single-staff .button_column {
        width: 95%;
    }
    .bukken-text .opt-gray {
        height: 4em;
        align-items: center;
        display: flex;
    }
    .di-rep-box-text {
        font-size: 24px;
    }
    .banner-other-content.other-box {
        gap: 5px;
    }
    .banner-other-content.other-box li {
        width: calc(50% - 3px);
        border: 1px solid rgb(192, 192, 192);
    }
    .staff_sns {
        margin: 10px 0;
    }
    .column-in-full .filter-group {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .column-in-full .frow-wrap .filter-group {

   }
    .frow-wrap-box .text-center {
        text-align: left;
   }
    .frow-wrap-box {
        margin-bottom: 15px;
    }

    .taxonomy-content {
        flex-direction: column;
    }
    .taxonomy-box {
        width: 100%;
    }
    .column-in-full .column-in-box {
        padding-bottom: 10px;
    }

    .banner-box-rap {
        width: calc(48% - -2px);
    }
    .slider-container-wrap .slider-wrap-p img {
        margin-right: 0px;
    }
    .searchbox {
        display: none;
    }
    .search-btn img {
        width: 15px;
        position: absolute;
        top: 40%;
        right: 15px;
        width: 10px;
        transform: rotate(0deg);
        transition: all .6s ease;
    }
    .full-width {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .property-listing {
        display: flex;
        flex-direction: column;
        margin-bottom: 70px;
    }

    .list-of-properties .property-listing {
        margin-bottom: 0;
        gap: 0;
    }

    .property-details {
        width: 100%;
    }
    .buke-disp-text-wrap {
        padding: 10px;
    }
    .banner img {
        margin: 0 auto;
        display: block;
    }
    .banner-other-content li {
        width: 100%;
    }
    .other-property-types {
        width: 100%;
    }
    .st-bpx {
        width: 100%;
    }
    .modal .modal-content {
        margin: 10px;
        width: 95%;
    }
    .two-column .column-in:nth-of-type(1) {
        width: 100%;
        max-width: 100%;
    }
    .column-in-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer {
        padding: 10px;
    }
    .addres-text .bg-gray {
        margin-right: 10px;
    }
    .tel-box {
        flex-direction: column;
        gap: 10px;
    }
    .test0 {
        width: calc(100% - 10px);
        margin: 0 auto;
        flex-direction: column;
        padding-top: 0;
    }
    .test02 {
        position: static;
        width: 100%;
    }
    .test02wrap {
        width: 100%;
    }
    .test03 {
        display: none;
    }
}

#popup-image-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup-image {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

#close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 50%;
}

.pager_bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pager_cnt {
    font-size: 1rem;
    margin-right: 0.5em;
}

.pager_cnt em {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    border: none;
    color: rgb(167, 148, 92);
}

.pager_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.search_result {
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    padding-right: 0;
}

.search_result_list {
    color: rgb(212, 213, 212);
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
}

.column-in-box .search_result_list {
    color: rgb(255, 255, 255);
}

.search_result_list p {
    font-size: 0.9rem;
}

.search_result_list p:after {
    content: ":";
    margin: 0 0.25em;
}

.search_result_list ul li {
    font-size: 16px;
    color: #beaf87;
    font-weight: bold;
}

.search_result_list ul li+li:before {
    content: "/";
    margin: 0 0.25em;
}

.search_result_box {
    align-items: center;
    justify-content: flex-start;
}

.breadcrumb-wrap .search_result_list {
    color: rgb(94, 94, 94);
}

.no_id_bloc {
    text-align: center;
}








@media screen and (max-width: 48em) {
    .owner_section2 {
        padding: 20px 0;
        background-position: 50px 20px;
        margin: 20px 0;
    }
    .owner_section2_content {
        box-shadow: 0px 0px 15px -5px #777777;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 4px;
        width: 95%;
        margin: 0 auto;
    }
     .bnr-ha .image-container .overlay-image {
         width: 5em;
         bottom: 5px;
         right: 5px;
     }
  }
 
  .rard-h3 {
    display: flex;
    justify-content: space-between;
}

 @media screen and (min-width: 48.1em) {



    .rard-h3 span {

    }

     .bnr-ha .image-container {
         width: 1200px;
     }
     .bnr-ha .image-container .overlay-image {
        width: 17.5em;
     }
 }
  
 .image-container {
     position: relative;
     display: inline-block;
 }
 
 .main-image {
     display: block;
     width: 100%;
     height: auto;
 }
 
 .overlay-image {
     position: absolute;
     bottom: 0; /* 位置調整 */
     right: 0; /* 位置調整 */
     width: 150px; /* サイズ調整 */
     height: auto;
     opacity: 1;
     transition: all 0.5s ease;
 }
 
 .image-container:hover .overlay-image {
     animation: shakeIcon 0.5s linear 2;
 }
 
 @keyframes shakeIcon {
     0% {
         transform: translateX(0);
     }
     25% {
         transform: translateX(2px);
     }
     50% {
         transform: translateX(0);
     }
     75% {
         transform: translateX(-2px);
     }
     100% {
         transform: translateX(0);
     }
 }