@charset "UTF-8";
/*!
Theme Name: custom
Theme URI: 
Author: ryo
Author URI: 
Description: custom theme.
Version: 1.0
License: 
License URI: 
Text Domain: custom
*/
/**************************************
reset.css
**************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

/* form style reset and common style/ 
*/
input,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  min-height: 30px;
  padding: .2em .5em;
  color: inherit;
  border: none;
  border-radius: 0;
  outline: none; }

input[type=text]:focus,
input[type=text]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=tel]:focus,
input[type=tel]:active,
select:active,
select:focus,
textarea:active,
textarea:focus {
  background: none; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, '游ゴシック体', 'Yu Gothic', '游ゴシック', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  word-wrap: break-word;
  color: #000;
  background: #fff;
  overflow-wrap: break-word; }

body.mceContentBody {
  width: 870px;
  margin: 0 auto;
  padding: 30px; }

*,
*:before,
*:after {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6,
dt {
  line-height: 1;
  margin: 0;
  padding: 0;
  word-break: break-all; }

h1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  color: #fafafa; }

.h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 30px 0;
  letter-spacing: .06em;
  color: #525151; }

.h1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background: repeating-linear-gradient(-45deg, #fcf2d2 0, #fcf2d2 1px, #fff 0, #fff 2px); }

.h1 .sub-title {
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  width: 150px;
  margin: 0 20px;
  padding: 5px 0;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
  color: #a5a4a4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

h2,
.h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 20px 0;
  padding: 10px 0 10px 10px;
  letter-spacing: .06em;
  color: #252525;
  background: repeating-linear-gradient(-45deg, #fcf2d2 0, #fcf2d2 1px, #fff 0, #fff 5px); }

h2 span.area a,
.h2 span.area a {
  font-size: .7em; }

h3,
.h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 1em;
  letter-spacing: normal; }

h3:before,
.h3:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  content: '';
  background: url(images/icon-square4.gif) no-repeat center/contain; }

h4,
.h4,
.h3-info-loop {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
  padding: 0 0 0 1em;
  letter-spacing: normal;
  color: #252525;
  border-left: 4px solid #252525; }

.hideText {
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%; }

.h2-info-loop {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0;
  padding: 10px 0 10px 10px;
  color: #fff;
  border-bottom: 4px solid #faeab5;
  background: #4d4d4d; }

.h3-info-loop {
  width: 100%;
  padding: 5px 0 5px 1em;
  background: #fafafa; }

.h3-info-loop:before {
  display: none; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(70, 70, 70, 0.3);
  -webkit-touch-callout: none; }

a:hover,
a:active {
  cursor: pointer;
  text-decoration: underline;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

a:hover img,
a:active img {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

a img {
  transition: opacity .5s ease-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

a.no-effect:hover,
a.no-effect:active {
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

a.no-effect:hover img,
a.no-effect:active img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

a.no-decoration:hover,
a.no-decoration:active {
  text-decoration: none; }

a.no-opacity:hover,
a.no-opacity:active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

a.no-opacity:hover img,
a.no-opacity:active img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

.wrapContents {
  width: 100%;
  margin: 0 auto; }

.headContents {
  width: 100%;
  margin-bottom: 30px; }

.mainContents {
  width: 100%;
  margin: 0 auto; }

.mainContents .container {
  max-width: 870px; }

.mainContents.side {
  width: 680px;
  margin: 0; }

.inner {
  width: 100%;
  max-width: 830px;
  margin: 0 auto; }

.sideContents {
  width: 220px;
  margin: 0; }

section + section,
.section {
  margin: 30px auto; }

.wrapbox {
  overflow: hidden; }

.left {
  float: left; }

.right {
  float: right; }

.fixed {
  position: fixed; }

.flexR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.flexC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.pc-hidden {
  display: none; }

.sp-hidden {
  display: block; }

/**************************************
btn ボタン関連
**************************************/
.btn-wrap {
  width: 100%;
  text-align: center; }

.btn {
  line-height: 1;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-timing-function: ease-out;
  transition-duration: .5s;
  transition-property: all;
  text-decoration: none !important;
  background: transparent; }

.btn:hover,
.btn:active {
  text-decoration: none;
  color: inherit; }

.btn-top {
  position: fixed;
  z-index: 999;
  right: 100px;
  bottom: 0;
  width: 77px;
  height: 37px;
  background: url(images/btn-top.png) no-repeat center/contain; }

.btn-modelhouse {
  font-size: 0;
  width: 280px;
  height: 40px;
  background: url(images/btn-modelhouse.png) no-repeat center/contain; }

.btn-catalog {
  font-size: 13px;
  font-size: 1.3rem;
  width: 210px;
  height: 42px;
  padding: 14px 0;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #000; }

.btn-place-detail {
  width: 420px;
  height: 40px;
  background: url(images/btn-place-detail.png) no-repeat center/contain; }

.btn-seach-back {
  width: 420px;
  height: 60px;
  background: url(images/btn-seach-back.png) no-repeat center/contain; }

.btn-place-back {
  width: 420px;
  height: 60px;
  background: url(images/btn-place-back.png) no-repeat center/contain; }

.btn-contact-doc {
  width: 420px;
  height: 60px;
  background: url(images/btn-contact-doc.png) no-repeat center/contain; }

.btn-place-search {
  width: 200px;
  height: 40px;
  background: url(images/btn-place-search.png) no-repeat center/contain; }

.btn-place-reset {
  width: 200px;
  height: 40px;
  background: url(images/btn-place-reset.png) no-repeat center/contain; }

.btn-gannosu {
  width: 100%;
  height: 82px;
  background: url(images/btn-topic-gannosu.png) no-repeat center/contain; }

/**************************************
embed 埋め込み関連
**************************************/
.emb-googlemap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 20px auto;
  padding-top: 0;
  padding-bottom: 50%; }

.emb-googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.emb-googlemap .gm-style-mtc {
  display: none; }

.emb-facebook {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 6px auto;
  padding-bottom: 15% !important; }

.emb-facebook iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.emb-youtube {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 34%; }

.emb-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.emb-youtube02 {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 56%; }

.emb-youtube02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.emb-movie {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 34%;
  background: #000; }

.emb-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.emb-3d {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 50%; }

.emb-3d iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**************************************
icon アイコン関連
**************************************/
.icon {
  position: relative; }

.icon:before {
  z-index: 99; }

.icon-zoom {
  padding-left: 20px; }

.icon-zoom:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  background: url(images/icon-zoom.svg) no-repeat center/contain; }

.icon-square4 {
  padding-left: 20px; }

.icon-square4:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  content: '';
  background: url(images/icon-square4.gif) no-repeat center/contain; }

.icon-new {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
  vertical-align: top;
  color: #fb6308; }

.icon-event {
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  color: #fb6308; }

/**************************************
backgroud/border 背景・罫線関連
**************************************/
.bg-gray01 {
  border: 1px solid #ccc;
  background: #f3f4f3; }

.img-frame {
  outline: 4px solid #f3f4f3; }

/**************************************
お問い合わせフォーム
**************************************/
.wrap-form {
  width: 100%;
  margin: 0 auto; }

.wrap-form .require {
  position: relative; }

.wrap-form .require:after {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 1em;
  right: 1em;
  display: inline-block;
  width: 3em;
  height: 1.5em;
  content: '必須';
  text-align: center;
  color: #fff;
  background: #fb6308; }

.wrap-form .lead p {
  font-weight: 700;
  margin: 2em auto; }

.wrap-form .lead .require:after {
  position: relative;
  top: 0;
  right: 0;
  margin-right: 1em; }

.wrap-form .privacy {
  margin: 20px auto;
  text-align: center; }

.form-items {
  width: 100%;
  margin: 2em auto; }

.form-items .navi {
  font-size: .9em;
  display: inline-block;
  margin: 0 1em; }

.form-items input,
.form-items select,
.form-items textarea {
  height: 1.5em;
  min-height: 30px;
  padding: .2em .5em;
  border: 1px solid #ccc;
  background: #fafafa; }

.form-items select {
  width: 100%;
  cursor: pointer; }

.form-items textarea {
  line-height: 1.8;
  width: 100%;
  height: 10em; }

.form-items input[type=text]:active,
.form-items input[type=text]:focus,
.form-items input[type=email]:active,
.form-items input[type=email]:focus,
.form-items input[type=tel]:active,
.form-items input[type=tel]:focus,
.form-items select:active,
.form-items select:focus,
.form-items textarea:active,
.form-items textarea:focus {
  border: 1px solid #09c; }

.form-items input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox; }

.form-items .mwform-checkbox-field label > input,
.form-items .mwform-checkbox-field label > span,
.form-items .mwform-radio-field label > input,
.form-items .mwform-radio-field label > span {
  height: 1.5em;
  vertical-align: middle; }

.form-items .width-01 {
  width: 65%; }

.form-items .width-02 {
  width: 15%; }

.form-items .know.flexR {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.form-items .know .mwform-checkbox-field {
  width: 50%;
  margin: 0 !important; }

.form-items .know .mwform-checkbox-field:nth-last-of-type(1) {
  width: 20%; }

.form-items .know .know_other {
  width: 30%; }

.form-items .form-submit {
  margin: 30px auto;
  -ms-flex-pack: center;
      justify-content: center; }

.form-items .form-submit input[type=submit],
.form-items .form-submit a.btn-contact {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.5;
  width: 340px;
  height: 60px;
  min-height: 40px;
  margin: 0 .5em;
  cursor: pointer;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  border-radius: 10px; }

.form-items .form-submit input[type=submit]:hover,
.form-items .form-submit a.btn-contact:hover {
  text-decoration: none;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

.form-items .form-submit input.edit {
  background: #252525; }

.form-items .form-submit input.send,
.form-items .form-submit a.send {
  background: #fb6308; }

.form-items .form-submit a.top,
.form-items .form-submit a.form {
  background: #649f00; }

.page-contact.confirm .only-input,
.page-contact.thanks .only-input {
  display: none; }

/**************************************
header
**************************************/
.header {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  padding-bottom: 6px;
  color: #fff;
  background: #001c43; }

.header .header-menu-items {
  display: none; }

.header .header-info-items {
  padding-bottom: 10px; }

.header .header-info-items .header-items-wrap .header-logo-items {
  width: calc(100% - 480px); }

.header .header-info-items .header-items-wrap .header-logo-items .description {
  margin: 10px 0; }

.header .header-info-items .header-items-wrap .header-logo-items .logo01 {
  margin: 20px 0; }

.header .header-info-items .header-items-wrap .header-contact-items {
  width: 480px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.header .header-navi-items {
  background: #fff; }

.header .header-navi-items ul.gnavi-items {
  height: 70px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.header .header-navi-items ul.gnavi-items li {
  padding: 10px 0;
  text-align: center;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.header .header-navi-items ul.gnavi-items li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #525151;
  border-left: 1px dotted #525151; }

.header .header-navi-items ul.gnavi-items li a span {
  display: block; }

.header .header-navi-items ul.gnavi-items li a .main-title {
  padding: 10px 0 6px 0; }

.header .header-navi-items ul.gnavi-items li a .sub-title {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 0 10px 0;
  color: #a5a4a4; }

.header .header-navi-items ul.gnavi-items li a:hover {
  background: repeating-linear-gradient(-45deg, #fcf2d2 0, #fcf2d2 1px, #fff 0, #fff 5px); }

/**************************************
footer
**************************************/
footer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 80px;
  color: #fff; }

footer .footer-menu {
  padding: 20px 0;
  background: #464646; }

footer .footer-menu .footer-sitemaps-items {
  -ms-flex-pack: start;
      justify-content: flex-start; }

footer .footer-menu .footer-sitemaps-items li {
  padding: 5px 0; }

footer .footer-menu .footer-sitemaps-items li a {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  padding: 0 .5em;
  color: #fff;
  border-right: 1px solid #fff; }

footer .footer-office {
  padding: 20px 0;
  background: #001c43; }

footer .footer-office .container {
  position: relative; }

footer .footer-office .footer-office-items {
  -ms-flex-pack: start;
      justify-content: flex-start; }

footer .footer-office .footer-office-items li {
  margin-right: 20px;
  margin-bottom: 20px; }

footer .footer-office .holdings .logo {
  width: 100%;
  margin-bottom: 20px; }

footer .footer-office .holdings .address {
  width: 100%; }

footer .footer-office .holdings .address .footer-office-items li {
  width: calc(100% / 4 - 20px); }

footer .footer-office .group .logo {
  width: 206px; }

footer .footer-office .group .address {
  width: calc(100% - 206px); }

footer .footer-office .group .address .footer-office-items li {
  width: calc(100% / 3 - 20px); }

footer .footer-office .banner {
  text-align: right;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }

footer .footer-office .banner .banner__link + .banner__link {
  margin-left: 25px; }

footer .footer-copyright {
  color: #ccc; }

footer .footer-copyright .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 6; }

/**************************************
sidebar.php
**************************************/
.sideContents section + section {
  margin: 40px auto; }

.sideContents .widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px 0; }

.sideContents .widget_search .search-keyword,
.sideContents .widget_search .search-button {
  font-family: inherit;
  font-size: 14px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0 !important; }

.sideContents .widget_search .search-keyword {
  width: calc(100% - 65px);
  max-width: 220px;
  padding: .75em .25em;
  color: #999;
  border: 1px solid #a5a4a4; }

.sideContents .widget_search .search-button {
  width: 60px;
  text-align: center;
  color: #fff;
  background: #001c43; }

.sideContents .widget_recent_entries li {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }

.sideContents .widget_recent_entries a {
  -ms-flex-order: 1;
      order: 1; }

.sideContents .widget_recent_entries .post-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #928e8e;
  -ms-flex-order: 0;
      order: 0; }

.sideContents .widget_categories .cat-item a {
  display: inline-block;
  padding: .5em 0; }

.sideContents .widget_archive select {
  font-family: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  max-width: 220px;
  min-height: 40px;
  padding: .2em .5em;
  color: inherit;
  border: 1px solid #a5a4a4;
  border-radius: 0;
  outline: none; }

.sideContents .widget_calendar caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

.sideContents .widget_calendar td {
  text-align: center; }

.sideContents .widget_calendar thead {
  color: #fff;
  background: #001c43; }

.sideContents .widget_calendar a {
  text-decoration: underline; }

.sideContents .widget_calendar #wp-calendar {
  width: 200px;
  margin: 0; }

.sideContents .widget_calendar #today {
  color: #fff;
  background: #09c; }

.sideContents .widget_calendar #prev {
  font-weight: bold;
  text-align: left; }

.sideContents .widget_calendar #next {
  font-weight: bold;
  text-align: right; }

/**************************************
front-page.php or home.php
**************************************/
.home .box-frame {
  border: 1px solid #e6e8e6; }

.home span.link {
  font-size: .75em;
  position: absolute;
  right: 0;
  bottom: 6px; }

.home .home-sliders {
  overflow: hidden;
  width: 940px;
  height: 500px;
  margin-top: 40px; }

.home .home-sliders .camera_loader {
  display: none !important; }

.home .home-sliders .camera_fakehover {
  min-height: 445px; }

.home .home-layout {
  overflow: hidden;
  height: 1120px;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.home .home-layout .home-layout__item {
  width: 450px;
  min-height: 160px;
  margin: 40px 0 0 0; }

.home .blog-items {
  padding: 10px;
  color: #525151; }

.home .blog-items dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid #525151; }

.home .blog-items .blog-items__title {
  padding: 8px 0; }

.home .blog-items dd {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 6px 0;
  border-bottom: 1px dotted #525151; }

.home .blog-items dd .entry-date {
  line-height: 1.5;
  color: #525151; }

.home .blog-items dd .entry-title {
  overflow: hidden;
  height: 1.3em;
  color: #09c; }

.home .blog-items dd .event_days,
.home .blog-items dd .event_times {
  display: inline-block; }

.home .blog-items dd .event_term {
  font-size: 12px;
  font-size: 1.2rem; }

.home .blog-items dd .event_reserve {
  line-height: 1.8;
  display: inline-block;
  width: 60px;
  height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 4px;
  background: #01a0e8; }

.home .blog-items .event-box__left {
  overflow: hidden;
  width: calc(100% - 80px);
  height: 100%; }

.home .blog-items .event-box__right {
  width: 80px;
  height: 100%;
  text-align: right; }

.home .home-banner {
  line-height: 1; }

.home .home-banner .home-banner__link {
  text-align: center; }

.home .home-banner .home-banner__link:nth-child(n+2) {
  margin-top: 20px; }

.home .home-archive {
  position: relative;
  width: 100%;
  height: 284px;
  margin-top: 40px;
  padding: 20px; }

.home .home-archive h2 {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: .06em;
  color: #525151;
  background: none; }

.home .home-archive .entry-title {
  font-weight: 700;
  padding: .5em 0;
  text-align: center;
  color: inherit; }

.home .home-archive .bx-wrapper {
  position: static;
  margin: 20px auto; }

.home .home-archive .bx-wrapper .bx-controls-direction a {
  z-index: 99;
  border-radius: 50%; }

.home .home-archive .bx-wrapper .bx-next {
  right: 15px;
  background: #001c43 url(images/icon-arrow-right-white.svg) no-repeat center/50%; }

.home .home-archive .bx-wrapper .bx-prev {
  left: 15px;
  background: #001c43 url(images/icon-arrow-left-white.svg) no-repeat center/50%; }

.home .home-modelhouse {
  border: 4px solid #001c43; }

.home .home-modelhouse h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  padding: 10px;
  color: #fff;
  background: #001c43; }

.home .home-modelhouse h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  color: #000; }

.home .home-modelhouse h3:before {
  display: none; }

.home .home-modelhouse .entry-excerpt {
  margin-bottom: 5px; }

.home .home-modelhouse .home-modelhouse-items {
  width: 900px;
  margin: 20px auto;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.home .home-modelhouse .home-modelhouse-items .home-modelhouse-item {
  width: calc(100% / 3); }

.home .home-modelhouse .home-modelhouse-items .home-modelhouse-item:nth-child(n + 4) {
  margin-top: 20px; }

.home .home-other h3 {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin: 0;
  padding: 15px 0;
  color: #525151; }

.home .home-other h3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background: repeating-linear-gradient(-45deg, #fcf2d2 0, #fcf2d2 1px, #fff 0, #fff 2px); }

.home .home-other .home-other__box {
  width: 300px;
  margin: 0;
  padding: 10px; }

/**************************************
common
**************************************/
.entry-title {
  color: #09c; }

.entry-header {
  line-height: 1; }

.entry-date {
  font-size: .95em;
  line-height: 1;
  display: inline-block;
  color: #a5a4a4; }

.entry-cat {
  font-size: .95em;
  display: inline-block; }

.parts-banner {
  margin: 50px auto;
  text-align: center; }

.parts-banner a {
  display: block !important; }

.inline-modal-address {
  padding: 10px 15px; }

.inline-modal-address .inline-modal-item {
  line-height: 1;
  padding: 1em 0;
  color: #525151;
  border-bottom: 1px dotted #525151; }

.inline-modal-address .inline-modal-item:last-child {
  border-bottom: none; }

.inline-modal-address span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  padding: 5px 0; }

span.area a {
  font-weight: 700;
  display: inline-block;
  margin-left: 1em;
  color: #09c; }

.contentLR {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.contentLR .text {
  width: 62%; }

.contentLR .text-narrow {
  width: 38%; }

.contentLR .image img {
  margin: 0 5px;
  outline: 4px solid #f3f4f3; }

.contentLR .image img + img {
  margin-left: 15px; }

.main-image {
  margin-bottom: 30px;
  text-align: center; }

.main-image img {
  margin: 0; }

.img-caption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2; }

.item-tableA,
.item-tableS,
.item-tableF {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }

.item-tableA dl,
.item-tableS dl,
.item-tableF dl {
  overflow: hidden;
  margin: 0;
  border-top: 1px dotted #252525;
  background: #fafafa; }

.item-tableA dl:first-child,
.item-tableS dl:first-child,
.item-tableF dl:first-child {
  border-top: none; }

.item-tableA dt,
.item-tableS dt,
.item-tableF dt {
  font-weight: 700;
  line-height: 1.8;
  float: left;
  width: 100px;
  padding: 10px; }

.item-tableA dd,
.item-tableS dd,
.item-tableF dd {
  float: right;
  width: calc(100% - 100px);
  min-height: 45px;
  padding: 10px;
  background: #fff; }

.item-tableA .title,
.item-tableS .title,
.item-tableF .title {
  font-weight: 700; }

.item-tableA .office + .office,
.item-tableS .office + .office,
.item-tableF .office + .office {
  margin: 2em 0; }

.item-tableS {
  font-size: 13px;
  font-size: 1.3rem; }

.item-tableS dt {
  width: 22%; }

.item-tableS dd {
  width: 78%; }

.item-tableF dt {
  width: 25%;
  padding: 15px 10px; }

.item-tableF dd {
  width: 75%;
  padding: 15px 10px; }

.item-tableF dd.height-low {
  min-height: auto;
  padding: 0 10px; }

.item-tableF .dd-inner + .dd-inner {
  margin-top: 10px; }

.item-tableE,
.item-tableD {
  font-size: 14px;
  font-size: 1.4rem; }

.item-tableE dl,
.item-tableD dl {
  overflow: hidden;
  margin: 0;
  border-top: 1px dotted #ffd756;
  background: #fef9e9; }

.item-tableE dl:last-child,
.item-tableD dl:last-child {
  border-bottom: 1px dotted #ffd756; }

.item-tableE.no-border dl,
.no-border.item-tableD dl {
  border-top: 2px solid #fff; }

.item-tableE.no-border dl:last-child,
.no-border.item-tableD dl:last-child {
  border-bottom: none; }

.item-tableE dt,
.item-tableD dt,
.item-tableE dd,
.item-tableD dd {
  line-height: 1.2;
  min-height: 30px; }

.item-tableE dt,
.item-tableD dt {
  font-weight: 700;
  float: left;
  width: 110px;
  padding: 6px 0;
  text-align: center;
  letter-spacing: .2em; }

.item-tableE dd,
.item-tableD dd {
  float: right;
  width: calc(100% - 110px);
  padding: 6px 10px;
  background: #fff; }

.item-tableD {
  font-size: 15px;
  font-size: 1.5rem; }

.item-tableD dt {
  width: 130px;
  padding: 10px 0; }

.item-tableD dd {
  font-weight: 700;
  width: calc(100% - 130px);
  padding: 10px; }

.item-photo {
  margin: 40px auto; }

.item-photo img {
  margin: 0; }

.gallery-image-items {
  width: 780px;
  margin: 20px 0;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.gallery-image-items .gallery-image-item {
  line-height: 0;
  margin: 0 20px 20px 0; }

.info-item {
  padding: 20px 40px; }

.info-item span {
  font-weight: 700; }

.info-items-wrap > div,
.info-items-wrap > section {
  margin: 30px 0; }

.info-items-wrap .w700 {
  max-width: 700px; }

.info-items-wrap img {
  margin: 20px auto 0 auto; }

.info-items-wrap .info-catchcopy {
  font-weight: bold; }

.info-items-wrap .info-catchcopy a + a {
  margin-left: 30px; }

.info-items-wrap .info-loop {
  padding: 0 20px;
  border: 4px solid #faeab5; }

.info-items-wrap .info-loop .info-interior-items {
  padding: 0 20px; }

.info-items-wrap .info-loop .info-interior-items .info-interior-item {
  width: 340px; }

.info-items-wrap .info-loop .info-interior-items .info-interior-item.InteriorPhoto {
  width: 100%; }

.info-items-wrap .info-loop .info-interior-slider {
  padding: 0 20px; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper {
  position: relative;
  margin: 0 0 20px 20px;
  background: #201b17; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior {
  margin: 0 !important; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li {
  line-height: 1 !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li a {
  display: block; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 500px;
  margin: 0 auto;
  padding: 20px 0 80px 0; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li .bx-caption {
  height: 80px;
  background: rgba(0, 0, 0, 0.5); }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li .bx-caption span {
  font-family: inherit !important;
  font-size: 1em;
  line-height: 1.5;
  display: block;
  padding: 1em 20px;
  color: #fff; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li:before {
  display: none; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-wrapper {
  margin: 0 auto; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-wrapper .bx-controls-direction a {
  z-index: 99; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-wrapper .bx-controls-direction a:after {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 12px;
  height: 12px;
  margin: -4px 0 0 0;
  content: '';
  border-top: solid 3px #fff;
  border-right: solid 3px #fff; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-wrapper .bx-prev {
  left: 20px;
  background: none; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-wrapper .bx-prev:after {
  transform: rotate(-135deg); }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-wrapper .bx-next {
  right: 20px;
  background: none; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-wrapper .bx-next:after {
  transform: rotate(45deg); }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-pager {
  padding: 20px;
  -ms-flex-pack: center;
      justify-content: center; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-pager li {
  line-height: 1 !important;
  margin: 10px !important;
  padding: 0 !important;
  background: none !important; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-pager li:before {
  display: none; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-pager li a {
  display: block; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-pager li a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-pager li a.active img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.page-concept .figure {
  margin: 50px auto;
  padding: 20px 60px; }

.page-concept .figure .figure-items .figure-item {
  width: 300px; }

.page-concept .figure .figure-items .figure-item .figure-image {
  text-align: center; }

.page-concept .figure .figure-items .figure-item .figure-caption .title {
  font-size: 12px;
  font-size: 1.2rem; }

.page-concept .figure .figure-items .figure-item .figure-caption .title span {
  font-weight: 700; }

.page-concept .figure .figure-note {
  margin: 2em 0;
  text-align: right; }

.page-guarantee .image {
  margin: 20px auto;
  text-align: center; }

.page-skygarden .skygarden-list-items {
  list-style: none; }

.page-skygarden .skygarden-list-items li {
  width: 50%;
  margin-bottom: 0; }

.page-skygarden .skygarden-list-items li:before {
  content: '・';
  background: none; }

.page-tomoniwa {
  text-align: center; }

.page-tomoniwa img {
  display: inline-block; }

.page-tomoniwa img.wide {
  width: 100vw; }

.page-tomoniwa h2,
.page-tomoniwa .h2 {
  font-size: 0;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  background: none; }

.page-tomoniwa .section-green > img {
  margin: 30px 0; }

.page-tomoniwa .tomoniwa-list {
  max-width: 700px;
  margin: 40px auto; }

.page-tomoniwa .tomoniwa-list a {
  margin-bottom: 20px; }

.page-tomoniwa .tomoniwa-list img {
  display: block; }

.page-dream .dream01 {
  margin: 20px auto;
  text-align: center; }

.page-dream .dream03 {
  position: relative;
  top: -50px; }

.page-ffc .page-ffc-inner {
  width: 720px;
  margin: 0 auto; }

.page-ffc .page-ffc__paragraph {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.66; }

.page-ffc .page-ffc__paragraph + .page-ffc__paragraph {
  margin-top: 1.66em; }

.page-ffc .page-ffc-title {
  margin: 0;
  padding: 25px 0;
  text-align: center;
  letter-spacing: normal;
  background: #9cc; }

.page-ffc .page-ffc-lead__title {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  letter-spacing: .3em;
  color: #9cc;
  background: none; }

.page-ffc .page-ffc-lead__title span {
  font-size: .8em;
  display: block;
  letter-spacing: .15em; }

.page-ffc .page-ffc-lead__text .page-ffc__paragraph {
  font-size: 17px;
  font-size: 1.7rem; }

.page-ffc .page-ffc-section {
  margin: 40px 0; }

.page-ffc .page-ffc-section .text {
  z-index: 2;
  width: 46%; }

.page-ffc .page-ffc-section .image {
  z-index: 1;
  width: 54%; }

.page-ffc .page-ffc-section.width_full .text {
  width: 100%; }

.page-ffc .page-ffc-section.width_full .image {
  width: 100%;
  margin-top: 15px; }

.page-ffc .page-ffc-section:nth-of-type(odd) .text {
  -ms-flex-order: 1;
      order: 1; }

.page-ffc .page-ffc-section:nth-of-type(odd) .image {
  -ms-flex-order: 2;
      order: 2; }

.page-ffc .page-ffc-section:nth-of-type(even) .text {
  -ms-flex-order: 2;
      order: 2; }

.page-ffc .page-ffc-section:nth-of-type(even) .image {
  -ms-flex-order: 1;
      order: 1; }

.page-ffc .page-ffc-section__title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: .5em 0 .8em 0;
  letter-spacing: normal;
  color: #9cc; }

.page-ffc .page-ffc-section__title:before {
  display: none; }

.page-ffc .page-ffc-more__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
  background: #9cc; }

.page-ffc .page-ffc-more__title:before {
  display: none; }

.page-ffc .page-ffc-more__paragraph {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  padding: .5em 0;
  text-align: center; }

.page-electronic-public .electronic-table-wrap {
  margin-top: 20px; }

.page-electronic-public .electronic-table {
  width: 100%;
  max-width: 600px; }

.page-electronic-public .electronic-table th {
  font-weight: 500; }

.page-electronic-public .electronic-table .th-col01,
.page-electronic-public .electronic-table .td-col01 {
  width: 25%; }

.page-electronic-public .electronic-table .electronic-table__link {
  text-decoration: underline; }

.page-sitemaps-items li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  width: calc(100% / 2);
  letter-spacing: normal; }

.page-sitemaps-items li a {
  position: relative;
  padding: .5em 1em; }

.page-sitemaps-items li a:before {
  position: absolute;
  top: .75em;
  left: 0;
  width: 13px;
  height: 13px;
  content: '';
  background: url(images/icon-square4.gif) no-repeat center/contain; }

.page-realestate {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

.page-realestate .realestate-inner {
  max-width: 630px;
  margin: 30px auto; }

.page-realestate .realestate__list {
  list-style: none; }

.page-realestate .realestate__item {
  margin-bottom: 20px;
  padding: 0;
  list-style: none; }

.page-realestate .realestate__item:before {
  display: none; }

.page-realestate .realestate__item:nth-child(odd) {
  background: #ffe9a9; }

.page-realestate .realestate__text {
  padding: 5px 1em 1em 1em; }

.page-realestate .realestate__contact {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 2px #939494 dotted; }

.page-realestate .realestate__contact-heading {
  font-size: 1.3em;
  font-weight: bold; }

.page-realestate .underline {
  border-bottom: solid 1px #000; }

.page-realestate .blue {
  font-weight: bold;
  margin-top: .5em;
  color: #009fe8;
  border-bottom: solid 1px #009fe8; }

.post-archive h1:before {
  display: none; }

.post-archive .archive-main-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.post-archive .archive-main-wrap .archive-main {
  width: 58%; }

.post-archive .archive-main-wrap .archive-info {
  width: 40%; }

.post-archive .archive-main-wrap .archive-info th {
  width: 6em; }

.post-modelhouse .modelhouse-info h3 {
  width: 100%; }

.post-modelhouse .modelhouse-info .text {
  width: 52%; }

.post-modelhouse .modelhouse-info .image {
  width: 46%; }

.post-topic {
  background: #fbefdd; }

.post-topic img {
  display: block; }

.post-topic .wrap-eyecatch {
  overflow: hidden;
  margin-bottom: 80px; }

.post-topic .eyecatch {
  width: 100%; }

.post-topic .wrap-info {
  max-width: 750px;
  margin: 0 auto;
  padding: 40px; }

.post-topic .info-gannosu__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
  padding: 0;
  letter-spacing: .1em;
  color: #231815;
  background: none; }

.post-topic .info-gannosu__text01,
.post-topic .info-gannosu__text02 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  margin: .5em 0;
  letter-spacing: normal;
  color: #4c4948; }

.post-topic .info-gannosu__text02 {
  font-weight: bold;
  color: #231815; }

.post-topic .contact-gannosu {
  margin: 40px 0; }

.post-topic .contact-gannosu_title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0;
  padding: 0;
  letter-spacing: .1em;
  color: #e60012;
  background: none; }

.post-topic .contact-gannosu_text {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  letter-spacing: .1em;
  color: #e60012; }

.post-topic .link-gannosu {
  margin: 40px 0; }

.single-topic footer {
  margin-top: 0; }

ul.sitemaps li.home-item-home {
  -ms-flex-order: 0;
      order: 0; }

ul.sitemaps li.page-item-7687 {
  -ms-flex-order: 1;
      order: 1; }

ul.sitemaps li.page-item-7584 {
  -ms-flex-order: 2;
      order: 2; }

ul.sitemaps li.page-item-146 {
  -ms-flex-order: 3;
      order: 3; }

ul.sitemaps li.page-item-2 {
  -ms-flex-order: 4;
      order: 4; }

ul.sitemaps li.post-item-archive {
  -ms-flex-order: 5;
      order: 5; }

ul.sitemaps li.post-item-modelhouse {
  -ms-flex-order: 6;
      order: 6; }

ul.sitemaps li.post-item-place {
  -ms-flex-order: 7;
      order: 7; }

ul.sitemaps li.page-item-5347 {
  -ms-flex-order: 8;
      order: 8; }

ul.sitemaps li.page-item-5345 {
  -ms-flex-order: 9;
      order: 9; }

ul.sitemaps li.post-item-event {
  -ms-flex-order: 10;
      order: 10; }

ul.sitemaps li.post-item-news {
  -ms-flex-order: 11;
      order: 11; }

ul.sitemaps li.out-item-glamping {
  -ms-flex-order: 12;
      order: 12; }

ul.sitemaps li.page-item-5348 {
  -ms-flex-order: 13;
      order: 13; }

ul.sitemaps li.page-item-5346 {
  -ms-flex-order: 14;
      order: 14; }

ul.sitemaps li.page-item-6514 {
  -ms-flex-order: 15;
      order: 15; }

ul.sitemaps li.page-item-5349 {
  -ms-flex-order: 16;
      order: 16; }

ul.sitemaps li.page-item-3946 {
  -ms-flex-order: 17;
      order: 17; }

ul.sitemaps li.page-item-5350 {
  -ms-flex-order: 18;
      order: 18; }

ul.sitemaps li.page-item-14784 {
  -ms-flex-order: 19;
      order: 19; }

.entry-term-tax_type {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  width: 6em;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  border-radius: 13px; }

.entry-term-tax_type.cat-house {
  letter-spacing: .5em;
  background: #009acd; }

.entry-term-tax_type.cat-land {
  letter-spacing: .2em;
  background: #90c320; }

.entry-term-tax_type + .entry-term-tax_type {
  margin-left: 7px; }

.entry-term-tax_area {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 6px 16px;
  text-align: center;
  color: #fff;
  background: #001a3a; }

.post-type-archive-place .result-items,
.single-place .result-items {
  list-style: none; }

.post-type-archive-place .result-items .result-item,
.single-place .result-items .result-item {
  margin-bottom: 50px; }

.post-type-archive-place .result-items .result-item .entry-header,
.single-place .result-items .result-item .entry-header {
  height: 35px;
  border-bottom: 1px dotted #000;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.post-type-archive-place .result-items .result-item .entry-header .tax-area,
.single-place .result-items .result-item .entry-header .tax-area {
  width: 15%; }

.post-type-archive-place .result-items .result-item .entry-header .entry-title,
.single-place .result-items .result-item .entry-header .entry-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  width: 47%;
  margin-top: 4px;
  padding-left: 10px; }

.post-type-archive-place .result-items .result-item .entry-header .entry-date,
.single-place .result-items .result-item .entry-header .entry-date {
  font-size: 13px;
  font-size: 1.3rem;
  width: 16%;
  margin-top: 10px;
  text-align: right;
  color: #928e8e; }

.post-type-archive-place .result-items .result-item .entry-header .entry-date .icon-new,
.single-place .result-items .result-item .entry-header .entry-date .icon-new {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #009acd; }

.post-type-archive-place .result-items .result-item .entry-header .tax-type,
.single-place .result-items .result-item .entry-header .tax-type {
  width: 22%;
  margin-top: 4px;
  text-align: right; }

.post-type-archive-place .result-items .result-item .entry-main,
.single-place .result-items .result-item .entry-main {
  margin-top: 20px; }

.post-type-archive-place .result-items .result-item .entry-main .contentL,
.single-place .result-items .result-item .entry-main .contentL {
  overflow: hidden;
  width: 420px; }

.post-type-archive-place .result-items .result-item .entry-main .contentR,
.single-place .result-items .result-item .entry-main .contentR {
  width: 420px; }

.post-type-archive-place .result-items .result-item .entry-main .contentR .pla_memo,
.post-type-archive-place .result-items .result-item .entry-main .contentR .com_memo,
.single-place .result-items .result-item .entry-main .contentR .pla_memo,
.single-place .result-items .result-item .entry-main .contentR .com_memo {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66; }

.post-type-archive-place .result-items .result-item .entry-main .contentR .pla_memo a,
.post-type-archive-place .result-items .result-item .entry-main .contentR .com_memo a,
.single-place .result-items .result-item .entry-main .contentR .pla_memo a,
.single-place .result-items .result-item .entry-main .contentR .com_memo a {
  display: inline-block;
  text-decoration: underline;
  color: #09c; }

.post-type-archive-place .result-items .result-item .entry-main .contentR .item-tableE,
.post-type-archive-place .result-items .result-item .entry-main .contentR .item-tableD,
.single-place .result-items .result-item .entry-main .contentR .item-tableE,
.single-place .result-items .result-item .entry-main .contentR .item-tableD {
  margin-top: 12px; }

.post-type-archive-place .result-items .result-item .entry-main .contentR .btn-wrap,
.single-place .result-items .result-item .entry-main .contentR .btn-wrap {
  margin-top: 16px; }

.single-place main > section,
.single-house main > section,
.single-land main > section {
  margin-top: 50px; }

.single-place .section-summary .entry-header,
.single-house .section-summary .entry-header,
.single-land .section-summary .entry-header {
  position: relative;
  height: 60px;
  padding: 10px;
  background: repeating-linear-gradient(-45deg, #fcf2d2 0, #fcf2d2 1px, #fff 0, #fff 5px);
  -ms-flex-pack: start;
      justify-content: flex-start; }

.single-place .section-summary .entry-header .entry-title,
.single-house .section-summary .entry-header .entry-title,
.single-land .section-summary .entry-header .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  margin-right: 12px;
  color: #000; }

.single-place .section-summary .entry-header .tax-type,
.single-house .section-summary .entry-header .tax-type,
.single-land .section-summary .entry-header .tax-type {
  width: 23%;
  text-align: left; }

.single-place .section-summary .entry-header .display-in-title,
.single-house .section-summary .entry-header .display-in-title,
.single-land .section-summary .entry-header .display-in-title {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 45%;
  text-align: right; }

.single-place .section-summary .entry-header .display-in-title .related-office__company,
.single-place .section-summary .entry-header .display-in-title .related-office__note,
.single-house .section-summary .entry-header .display-in-title .related-office__company,
.single-house .section-summary .entry-header .display-in-title .related-office__note,
.single-land .section-summary .entry-header .display-in-title .related-office__company,
.single-land .section-summary .entry-header .display-in-title .related-office__note {
  display: none; }

.single-place .section-summary .entry-header .display-in-title .related-office__tel,
.single-house .section-summary .entry-header .display-in-title .related-office__tel,
.single-land .section-summary .entry-header .display-in-title .related-office__tel {
  padding: 10px 0; }

.single-place .section-summary .entry-middle,
.single-house .section-summary .entry-middle,
.single-land .section-summary .entry-middle {
  padding: 20px 0; }

.single-place .section-summary .entry-main .contentL,
.single-house .section-summary .entry-main .contentL,
.single-land .section-summary .entry-main .contentL {
  width: 420px; }

.single-place .section-summary .entry-main .contentR,
.single-house .section-summary .entry-main .contentR,
.single-land .section-summary .entry-main .contentR {
  width: 420px; }

.single-place .section-summary .com_memo,
.single-house .section-summary .com_memo,
.single-land .section-summary .com_memo {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.55; }

.single-place .section-summary .pla_memo,
.single-house .section-summary .pla_memo,
.single-land .section-summary .pla_memo {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center; }

.single-place .section-summary .pla_memo a,
.single-place .section-summary .com_memo a,
.single-house .section-summary .pla_memo a,
.single-house .section-summary .com_memo a,
.single-land .section-summary .pla_memo a,
.single-land .section-summary .com_memo a {
  display: inline-block;
  text-decoration: underline;
  color: #09c; }

.single-place .section-summary .pla_other,
.single-house .section-summary .pla_other,
.single-land .section-summary .pla_other {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffd756; }

.single-place .section-summary .btn-wrap,
.single-house .section-summary .btn-wrap,
.single-land .section-summary .btn-wrap {
  margin-top: 30px; }

.single-place .btn-wrap.back,
.single-house .btn-wrap.back,
.single-land .btn-wrap.back {
  margin: 50px auto; }

.related-office .related-office__company,
.related-office .related-office__name {
  display: inline-block; }

.related-office .related-office__company {
  padding-right: 10px; }

.related-office .related-office__tel {
  font-weight: bold; }

.related-office.display-in-entry-main,
.related-office.display-in-section-list {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 10px 0;
  padding: 5px 10px;
  border: 1px solid #ffd756; }

.post-type-archive-place .section-lead .lead {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.66;
  margin: 0;
  padding: 0;
  color: #000; }

.post-type-archive-place .section-search-map .section-map-detail {
  height: 435px; }

.post-type-archive-place .section-search-map .map-popup-item {
  width: 410px;
  padding: 10px 0 0 10px; }

.post-type-archive-place .section-search-map .map-popup-item a:hover {
  text-decoration: none; }

.post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_type {
  font-size: 14px;
  font-size: 1.4rem;
  width: 4em; }

.post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_type.cat-house,
.post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_type.cat-land {
  letter-spacing: .1em; }

.post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_type + .entry-term-tax_type {
  margin-left: 5px; }

.post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_area {
  font-size: 14px;
  font-size: 1.4rem; }

.post-type-archive-place .section-search-map .map-popup-item .entry-header {
  border-bottom: 1px dotted #000;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.post-type-archive-place .section-search-map .map-popup-item .entry-header .tax-area {
  margin-right: 10px; }

.post-type-archive-place .section-search-map .map-popup-item .entry-header .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  width: 100%;
  margin: 5px 0 10px 0;
  text-align: center; }

.post-type-archive-place .section-search-map .map-popup-item .entry-main .pla_memo {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.66;
  width: 100%;
  margin: 10px 0; }

.post-type-archive-place .section-search-map .map-popup-item .entry-main .pla_memo a {
  display: inline-block;
  text-decoration: underline;
  color: #09c; }

.post-type-archive-place .section-search-map .map-popup-item .entry-main .contentL {
  overflow: hidden;
  width: 140px;
  height: 99px; }

.post-type-archive-place .section-search-map .map-popup-item .entry-main .contentL .thumbnail {
  width: 100%; }

.post-type-archive-place .section-search-map .map-popup-item .entry-main .contentL .thumbnail img {
  max-width: 100%; }

.post-type-archive-place .section-search-map .map-popup-item .entry-main .contentR {
  width: 250px; }

.post-type-archive-place .section-search-map .map-popup-item .entry-main .contentR .item-tableE dt,
.post-type-archive-place .section-search-map .map-popup-item .entry-main .contentR .item-tableD dt {
  width: 78px;
  letter-spacing: 0; }

.post-type-archive-place .section-search-map .map-popup-item .entry-main .contentR .item-tableE dd,
.post-type-archive-place .section-search-map .map-popup-item .entry-main .contentR .item-tableD dd {
  width: calc(100% - 78px); }

.post-type-archive-place .section-search-area {
  margin-top: 50px; }

.post-type-archive-place .section-search-area .wrap-search-form {
  padding: 40px;
  background: #fdf3d3; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-input dl {
  margin-top: 45px;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-input dl:first-child {
  margin-top: 0; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-input dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-input dd {
  font-size: 15px;
  font-size: 1.5rem;
  width: 25%;
  margin-bottom: 13px; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-input dd label {
  position: relative;
  display: block;
  padding-left: 26px; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-input dd input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: auto; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-submit {
  margin-top: 40px;
  -ms-flex-pack: center;
      justify-content: center; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-submit .btn {
  font-size: 0;
  margin: 0 15px;
  padding: 0;
  border: none; }

.post-type-archive-place .section-search-area .wrap-search-form .search-form-submit .btn:hover {
  cursor: pointer; }

.post-type-archive-place .section-search-area .wrap-search-result {
  margin-top: 50px; }

.single-place h2 {
  background: none; }

.single-place .result-items .result-item .entry-header .tax-type {
  width: 90px;
  margin-top: 0;
  text-align: left; }

.single-place .result-items .result-item .entry-header .entry-title {
  width: calc(100% - 90px); }

.single-place .result-items .result-item .entry-main .contentR .item-tableD {
  height: 165px; }

.single-place .section-map .image {
  width: 80%;
  margin: 0 auto; }

.single-place .section-facility .facility-items {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.single-place .section-facility .facility-items .facility-item {
  width: calc((100% - 15px * 2) / 3);
  margin-right: 15px;
  margin-bottom: 20px; }

.single-place .section-facility .facility-items .facility-item:nth-child(3n) {
  margin-right: 0; }

.single-house .section-hou-appearance .slider-wrapper .slider_interior,
.single-land .section-hou-appearance .slider-wrapper .slider_interior {
  margin: 0 !important; }

.single-house .section-hou-appearance .slider-wrapper .slider_interior li,
.single-land .section-hou-appearance .slider-wrapper .slider_interior li {
  line-height: 1 !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important; }

.single-house .section-hou-appearance .slider-wrapper .slider_interior li a,
.single-land .section-hou-appearance .slider-wrapper .slider_interior li a {
  display: block; }

.single-house .section-hou-appearance .slider-wrapper .slider_interior li a img,
.single-land .section-hou-appearance .slider-wrapper .slider_interior li a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 615px;
  margin: 50px auto 0 auto;
  padding: 0; }

.single-house .section-hou-appearance .slider-wrapper .slider_interior li .bx-caption,
.single-land .section-hou-appearance .slider-wrapper .slider_interior li .bx-caption {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  overflow: hidden;
  height: 50px;
  background: #fff; }

.single-house .section-hou-appearance .slider-wrapper .slider_interior li .bx-caption span,
.single-land .section-hou-appearance .slider-wrapper .slider_interior li .bx-caption span {
  font-family: inherit !important;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66;
  display: block;
  padding: 0;
  color: #000; }

.single-house .section-hou-appearance .slider-wrapper .bx-wrapper,
.single-land .section-hou-appearance .slider-wrapper .bx-wrapper {
  margin: 0 auto; }

.single-house .section-hou-appearance .slider-wrapper .bx-wrapper .bx-controls-direction a,
.single-land .section-hou-appearance .slider-wrapper .bx-wrapper .bx-controls-direction a {
  position: absolute;
  z-index: 99;
  width: 40px;
  height: 40px;
  margin-top: 0;
  outline: 0; }

.single-house .section-hou-appearance .slider-wrapper .bx-wrapper .bx-controls-direction a:after,
.single-land .section-hou-appearance .slider-wrapper .bx-wrapper .bx-controls-direction a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  content: '';
  background: url(images/icon-bx-control.png) no-repeat center/contain; }

.single-house .section-hou-appearance .slider-wrapper .bx-wrapper .bx-next:after,
.single-land .section-hou-appearance .slider-wrapper .bx-wrapper .bx-next:after {
  transform: rotate(-180deg); }

.single-house .section-hou-appearance .slider-wrapper .bx-pager,
.single-land .section-hou-appearance .slider-wrapper .bx-pager {
  padding: 34px 0 0 0;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.single-house .section-hou-appearance .slider-wrapper .bx-pager li,
.single-land .section-hou-appearance .slider-wrapper .bx-pager li {
  line-height: 1;
  width: calc(100% / 6);
  margin: 0;
  padding: 0;
  background: none; }

.single-house .section-hou-appearance .slider-wrapper .bx-pager li:before,
.single-land .section-hou-appearance .slider-wrapper .bx-pager li:before {
  display: none; }

.single-house .section-hou-appearance .slider-wrapper .bx-pager li:nth-child(n+7),
.single-land .section-hou-appearance .slider-wrapper .bx-pager li:nth-child(n+7) {
  margin-top: 20px; }

.single-house .section-hou-appearance .slider-wrapper .bx-pager li a,
.single-land .section-hou-appearance .slider-wrapper .bx-pager li a {
  display: block; }

.single-house .section-hou-appearance .slider-wrapper .bx-pager li a img,
.single-land .section-hou-appearance .slider-wrapper .bx-pager li a img {
  display: block;
  width: 130px;
  max-width: 100%;
  height: 92px;
  margin: 0;
  padding: 0; }

.single-house .section-hou-appearance .slider-wrapper .bx-pager li a.active img,
.single-land .section-hou-appearance .slider-wrapper .bx-pager li a.active img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(80%); }

.single-house .section-floor .image,
.single-land .section-floor .image {
  width: 80%;
  margin: 0 auto; }

.single-house .section-lan-appearance .land-list-items,
.single-land .section-lan-appearance .land-list-items {
  list-style: none; }

.single-house .section-lan-appearance .land-list-items li,
.single-land .section-lan-appearance .land-list-items li {
  width: 420px; }

.single-house .section-lan-appearance .land-list-items li:nth-child(n+3),
.single-land .section-lan-appearance .land-list-items li:nth-child(n+3) {
  margin-top: 20px; }

.post-event .event_list {
  margin-bottom: 40px; }

/**************************************
wysiwyg / mceContentBody用
**************************************/
.wysiwyg p,
.mceContentBody p {
  margin: 0; }

.wysiwyg img,
.mceContentBody img {
  margin: 0 auto; }

.wysiwyg a,
.mceContentBody a {
  display: inline-block;
  text-decoration: none;
  color: #09c; }

.wysiwyg a:hover,
.mceContentBody a:hover {
  text-decoration: underline; }

.wysiwyg .wp-block-embed-youtube,
.mceContentBody .wp-block-embed-youtube {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%; }

.wysiwyg .wp-block-embed-youtube iframe,
.wysiwyg .wp-block-embed-youtube object,
.wysiwyg .wp-block-embed-youtube embed,
.mceContentBody .wp-block-embed-youtube iframe,
.mceContentBody .wp-block-embed-youtube object,
.mceContentBody .wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wysiwyg ul li,
.wysiwyg ol li,
.mceContentBody ul li,
.mceContentBody ol li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em; }

.wysiwyg ul li:before,
.wysiwyg ol li:before,
.mceContentBody ul li:before,
.mceContentBody ol li:before {
  font-size: 1em;
  line-height: inherit;
  position: absolute;
  top: .2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  content: '';
  text-align: center;
  border-radius: 0;
  background: #000; }

.wysiwyg ul,
.mceContentBody ul {
  list-style: none; }

.wysiwyg ol,
.mceContentBody ol {
  list-style: none;
  counter-reset: mycount; }

.wysiwyg ol li,
.mceContentBody ol li {
  margin-bottom: 1em;
  padding-left: 2em; }

.wysiwyg ol li:before,
.mceContentBody ol li:before {
  line-height: 1.3;
  top: .2em;
  left: 0;
  width: 2em;
  height: 1em;
  content: "(" counter(mycount) ")";
  counter-increment: mycount;
  background: none; }

.wysiwyg ol li p,
.mceContentBody ol li p {
  margin: 0; }

.wysiwyg .aligncenter,
.mceContentBody .aligncenter {
  display: block;
  margin: 1em auto; }

.wysiwyg .alignleft,
.mceContentBody .alignleft {
  float: left;
  margin: 1em auto;
  margin-left: 0; }

.wysiwyg .alignright,
.mceContentBody .alignright {
  float: right;
  margin: 1em auto;
  margin-right: 0; }

.wysiwyg .textcenter,
.mceContentBody .textcenter {
  text-align: center; }

.wysiwyg .textleft,
.mceContentBody .textleft {
  text-align: left; }

.wysiwyg .textright,
.mceContentBody .textright {
  text-align: right; }

.wysiwyg strong,
.mceContentBody strong {
  font-weight: 700; }

.wysiwyg em,
.mceContentBody em {
  font-style: italic; }

.wysiwyg del,
.mceContentBody del {
  text-decoration: line-through; }

.wysiwyg blockquote,
.mceContentBody blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-left: 5px solid #001c43; }

.wysiwyg hr,
.mceContentBody hr {
  height: 1px;
  margin: 1.5em 0;
  border: 0;
  background-color: #001c43; }

.wysiwyg table,
.mceContentBody table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #001c43;
  border-bottom: 2px solid #001c43; }

.wysiwyg table td,
.wysiwyg table th,
.mceContentBody table td,
.mceContentBody table th {
  padding: .5em 1em;
  border-top: 1px dotted #001c43; }

.wysiwyg table th,
.mceContentBody table th {
  text-align: left;
  vertical-align: top;
  background-color: #fafafa; }

.wysiwyg .wp-caption,
.wysiwyg .gallery-caption,
.mceContentBody .wp-caption,
.mceContentBody .gallery-caption {
  max-width: 100%; }

.wysiwyg .wp-caption .wp-caption-text,
.mceContentBody .wp-caption .wp-caption-text {
  margin: 1em 0; }

.wysiwyg .sticky .icon-thumb-tack,
.mceContentBody .sticky .icon-thumb-tack {
  top: 1.5em;
  left: -2.5em;
  width: 32px;
  height: 23px; }

.wysiwyg .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar,
.mceContentBody .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  padding: 2px;
  border: 1px solid #333; }

.wysiwyg .screen-reader-text,
.mceContentBody .screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.wysiwyg .screen-reader-text:focus,
.mceContentBody .screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 1em;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  /* Above WP toolbar. */ }

/**************************************
searchform
**************************************/
.searchform .search-keyword,
.searchform .search-button {
  font-family: inherit;
  font-size: 20px;
  font-size: 2rem;
  height: 50px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0 !important; }

.searchform .search-keyword {
  width: calc(100% - 94px);
  padding: .75em 1em;
  color: #999;
  border: 2px solid #464646; }

.searchform .search-keyword:focus {
  color: #000; }

.searchform .search-button {
  width: 84px;
  text-align: center;
  color: #fff;
  background: #001c43; }

.searchform .search-button:hover,
.searchform .search-button:active {
  cursor: pointer; }

/**************************************
404.php
**************************************/
.error-404 .search {
  margin: 1em 0; }

/**************************************
parts-breadcrumbs
**************************************/
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 6px 0;
  color: #999; }

.breadcrumbs a {
  display: inline-block; }

/**************************************
parts-navigation
**************************************/
.post-navigation {
  margin: 30px auto;
  border-top: 4px solid #001c43;
  border-bottom: 4px solid #001c43; }

.post-navigation .prev,
.post-navigation .next {
  width: 50%; }

.post-navigation .prev a,
.post-navigation .next a {
  font-weight: 700;
  position: relative;
  padding: 26px 40px;
  color: #000; }

.post-navigation .prev span,
.post-navigation .next span {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #001c43 url(images/icon-arrow-left-white.svg) no-repeat center/50%; }

.post-navigation .next {
  text-align: right; }

.post-navigation .next span {
  right: 0;
  left: auto;
  background: #001c43 url(images/icon-arrow-right-white.svg) no-repeat center/50%; }

/**************************************
parts-pagenavi
**************************************/
.wp-pagenavi {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  clear: both;
  margin: 3em auto;
  text-align: center; }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: .5em 10px;
  padding: 1em 1.2em;
  text-decoration: none;
  color: #fff;
  border-radius: 0;
  background: #999; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: #000; }

/**************************************
parts-contact
**************************************/
.parts-contact {
  margin: 50px auto;
  text-align: center; }

.parts-contact a {
  display: inline-block; }

.content-li-a-items {
  margin: 30px auto;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.content-li-a-items .content-li-a-item {
  width: calc(100% / 3);
  margin-bottom: 30px; }

.content-li-a-items .content-li-a-item .area-image .entry-thumb {
  line-height: 1; }

.content-li-a-items .content-li-a-item .area-content .entry-title {
  font-weight: 700;
  margin: 5px 0;
  color: inherit; }

.content-li-n-items .content-li-n-item {
  width: 100%;
  margin: 20px 0; }

.content-li-n-items .content-li-n-item .area-wrap {
  position: relative; }

.content-li-n-items .content-li-n-item .area-wrap .area-image {
  width: 320px; }

.content-li-n-items .content-li-n-item .area-wrap .area-content {
  width: 480px; }

.content-li-n-items .content-li-n-item .area-wrap .area-content span {
  font-weight: 700; }

.content-li-n-items .content-li-n-item .area-wrap .area-content .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto; }

.content-li-s-items .content-li-s-item {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px dotted #252525; }

.content-li-b-items .content-li-b-item {
  width: 100%;
  margin: 20px 0; }

.content-li-b-items .content-li-b-item .area-wrap {
  position: relative; }

.content-li-b-items .content-li-b-item .area-wrap .area-image {
  width: 240px; }

.content-li-b-items .content-li-b-item .area-wrap .area-content {
  width: 400px; }

.content-li-b-items .content-li-b-item .area-wrap .area-content span {
  font-weight: 700; }

.content-li-b-items .content-li-b-item .area-wrap .area-content .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto; }

@media screen and (max-width: 999px){
  html{
    font-size: 62.5%; }
  a:hover,
  a:active{
    text-decoration: none; }
  .container{
    padding: 0 10px; }
  .pc-hidden{
    display: block; }
  .sp-hidden{
    display: none; }
  .wrapContents{
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .mainContents .container{
    max-width: none; }
  .mainContents.side{
    width: 100%; }
  .sideContents{
    width: 100%; }
  .btn-place-detail,
  .btn-seach-back,
  .btn-place-back,
  .btn-contact-doc{
    width: 100%; }
  .btn-place-search,
  .btn-place-reset{
    width: 100; }
  .header{
    padding-bottom: 0; }
  .header .header-menu-items{
    position: fixed;
    z-index: 9999;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 5px 0;
    background: #fff; }
  .header .header-menu-items #menu-trigger{
    position: relative;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 34px;
    height: 24px;
    cursor: pointer;
    transition: all .5s; }
  .header .header-menu-items #menu-trigger span{
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    transition: all .5s;
    border-radius: 2px;
    background: #666; }
  .header .header-menu-items #menu-trigger span:nth-of-type(1){
    top: 0; }
  .header .header-menu-items #menu-trigger span:nth-of-type(2){
    top: 0;
    bottom: 0;
    margin: auto; }
  .header .header-menu-items #menu-trigger span:nth-of-type(3){
    bottom: 0; }
  .header .header-menu-items #menu-trigger p{
    font-size: 1rem;
    position: absolute;
    top: -1.2em;
    width: 100%;
    text-align: center;
    color: #666; }
  .header .header-menu-items #menu-trigger.active span:nth-of-type(1){
    transform: translateY(10px) rotate(-315deg); }
  .header .header-menu-items #menu-trigger.active span:nth-of-type(2){
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .header .header-menu-items #menu-trigger.active span:nth-of-type(3){
    transform: translateY(-10px) rotate(315deg); }
  .header .header-info-items{
    margin-top: 60px;
    padding: 0; }
  .header .header-info-items .header-items-wrap{
    position: relative;
    padding: 3em 0 2em 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .header .header-info-items .header-items-wrap .header-logo-items{
    width: 237px; }
  .header .header-info-items .header-items-wrap .header-logo-items .description{
    position: absolute;
    top: 0;
    width: 100%;
    margin: .5em 0; }
  .header .header-info-items .header-items-wrap .header-logo-items .logo01{
    margin: 0; }
  .header .header-info-items .header-items-wrap .header-contact-items{
    width: calc(100% - 237px);
    margin-left: 20px;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .header .header-info-items .header-items-wrap .header-contact-after-item{
    margin-left: 5px; }
  .header .header-navi-items{
    position: fixed;
    z-index: 999;
    top: 60px;
    left: -100%;
    width: 100%;
    max-width: 320px;
    transition: left .5s ease-out;
    background: #464646; }
  .header .header-navi-items .container{
    padding: 0; }
  .header .header-navi-items ul.gnavi-items{
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 90vh;
    padding: 0 5px; }
  .header .header-navi-items ul.gnavi-items li{
    width: 100%;
    padding: 0;
    text-align: left;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .header .header-navi-items ul.gnavi-items li a{
    font-size: 1.3rem;
    font-weight: 400;
    padding: 1.8em 1.5em;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-left: none; }
  .header .header-navi-items ul.gnavi-items li a:hover{
    background: transparent; }
  .header .header-navi-items.active{
    left: 0; }
  footer .footer-office .group .logo{
    width: 100%;
    margin: 20px auto; }
  footer .footer-office .group .address{
    width: 100%; }
  footer .footer-copyright .copyright{
    line-height: 3;
    text-align: center; }
  .home .home-sliders{
    width: 100%;
    height: auto; }
  .home .home-sliders .camera_wrap{
    margin-bottom: 0 !important; }
  .home .home-layout .home-layout__item{
    width: calc(50% - 10px); }
  .home .home-modelhouse .home-modelhouse-items{
    width: 100%;
    margin: 0;
    padding: 20px; }
  .home .home-modelhouse .home-modelhouse-items .home-modelhouse-item{
    width: calc(100% / 2); }
  .home .home-modelhouse .home-modelhouse-items .home-modelhouse-item:nth-child(n + 3){
    margin-top: 20px; }
  .home .home-other .home-other__box{
    width: 32%; }
  .gallery-image-items{
    width: 100%; }
  .post-type-archive-place .result-items .result-item .entry-header,
  .single-place .result-items .result-item .entry-header{
    height: auto;
    padding: 5px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .post-type-archive-place .result-items .result-item .entry-header .tax-area,
  .single-place .result-items .result-item .entry-header .tax-area{
    width: 20%; }
  .post-type-archive-place .result-items .result-item .entry-header .entry-title,
  .single-place .result-items .result-item .entry-header .entry-title{
    width: 80%; }
  .post-type-archive-place .result-items .result-item .entry-header .entry-date,
  .single-place .result-items .result-item .entry-header .entry-date{
    width: 30%;
    text-align: left; }
  .post-type-archive-place .result-items .result-item .entry-header .tax-type,
  .single-place .result-items .result-item .entry-header .tax-type{
    width: 70%;
    margin-top: 4px;
    text-align: right; }
  .post-type-archive-place .result-items .result-item .entry-main .contentL,
  .single-place .result-items .result-item .entry-main .contentL{
    width: 45%;
    height: auto; }
  .post-type-archive-place .result-items .result-item .entry-main .contentR,
  .single-place .result-items .result-item .entry-main .contentR{
    width: 52%; }
  .single-place .section-summary .entry-header,
  .single-house .section-summary .entry-header,
  .single-land .section-summary .entry-header{
    position: relative;
    height: auto;
    padding: 0;
    background: none; }
  .single-place .section-summary .entry-header .entry-title,
  .single-house .section-summary .entry-header .entry-title,
  .single-land .section-summary .entry-header .entry-title{
    font-size: 2.2rem;
    line-height: 1.3;
    width: 100%;
    margin: 0;
    padding: 10px;
    letter-spacing: .06em;
    background: repeating-linear-gradient(-45deg, #fcf2d2 0, #fcf2d2 1px, #fff 0, #fff 5px); }
  .single-place .section-summary .entry-header .tax-type,
  .single-house .section-summary .entry-header .tax-type,
  .single-land .section-summary .entry-header .tax-type{
    width: 100%;
    padding: 10px 0;
    text-align: right; }
  .single-place .section-summary .entry-header .display-in-title,
  .single-house .section-summary .entry-header .display-in-title,
  .single-land .section-summary .entry-header .display-in-title{
    position: relative;
    top: 0;
    right: 0;
    width: 100%; }
  .single-place .section-summary .entry-main .contentL,
  .single-house .section-summary .entry-main .contentL,
  .single-land .section-summary .entry-main .contentL{
    width: 45%;
    height: auto; }
  .single-place .section-summary .entry-main .contentR,
  .single-house .section-summary .entry-main .contentR,
  .single-land .section-summary .entry-main .contentR{
    width: 52%; }
  .single-place .section-summary .entry-main .contentR .btn-wrap,
  .single-house .section-summary .entry-main .contentR .btn-wrap,
  .single-land .section-summary .entry-main .contentR .btn-wrap{
    margin-top: 10px; }
  .single-house .section-hou-appearance .slider-wrapper .slider_interior li a img,
  .single-land .section-hou-appearance .slider-wrapper .slider_interior li a img{
    height: 530px; }
  .single-house .section-lan-appearance .land-list-items li,
  .single-land .section-lan-appearance .land-list-items li{
    width: calc((100% - 15px) / 2); }
  .breadcrumbs{
    padding: 6px 10px; }
  .content-li-n-items .content-li-n-item .area-wrap .area-image{
    width: 40%; }
  .content-li-n-items .content-li-n-item .area-wrap .area-content{
    width: 58%; }
  .content-li-b-items .content-li-b-item .area-wrap .area-image{
    width: 40%; }
  .content-li-b-items .content-li-b-item .area-wrap .area-content{
    width: 58%; } }

@media screen and (max-width: 767px){
  html{
    font-size: 62.5%; }
  .emb-googlemap{
    padding-bottom: 65%; }
  .emb-youtube,
  .emb-movie{
    margin: 20px auto;
    padding-bottom: 65%; }
  .emb-3d{
    padding-bottom: 150%; }
  footer .footer-office .holdings .address .footer-office-items li,
  footer .footer-office .group .address .footer-office-items li{
    width: calc(100% / 2 - 20px); }
  .home .home-layout{
    height: auto;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-line-pack: center;
        align-content: center; }
  .home .home-layout .home-layout__item{
    width: 100%;
    height: auto;
    margin: 20px 0 0 0; }
  .home .blog-items dd .entry-title{
    height: auto; }
  .home .home-youtube{
    margin: 0; }
  .home .home-other h3:before{
    display: none; }
  .home .home-other .home-other__box{
    width: 50%; }
  .contentLR .text{
    width: 48%; }
  .contentLR .text-narrow{
    width: 48%; }
  .contentLR .image{
    width: 48%; }
  .contentLR .image img + img{
    margin: 10px 0; }
  .page-concept .figure{
    margin: 30px auto;
    padding: 20px; }
  .page-concept .figure .figure-items .figure-item{
    width: 100%;
    margin: 10px auto; }
  .page-concept .figure .figure-note{
    margin: 1em 0;
    text-align: left; }
  .page-electronic-public .electronic-table .th-col01,
  .page-electronic-public .electronic-table .td-col01{
    width: 50%; }
  .page-ffc .page-ffc-inner{
    width: 100%; }
  .page-ffc .page-ffc__paragraph{
    font-size: 1.5rem;
    line-height: 1.46;
    padding: 0 1em;
    letter-spacing: .01em; }
  .page-ffc .page-ffc__paragraph br{
    display: none; }
  .page-ffc .page-ffc__paragraph + .page-ffc__paragraph{
    margin-top: 1.46em; }
  .page-ffc .page-ffc-title{
    padding: 25px 50px; }
  .page-ffc .page-ffc-lead__title{
    font-size: 2.3rem; }
  .page-ffc .page-ffc-lead__text .page-ffc__paragraph{
    font-size: 1.5rem; }
  .page-ffc .page-ffc-section{
    margin: 20px 0; }
  .page-ffc .page-ffc-section .text,
  .page-ffc .page-ffc-section .image{
    width: 100%; }
  .page-ffc .page-ffc-section:nth-of-type(odd) .text,
  .page-ffc .page-ffc-section:nth-of-type(even) .text{
    -ms-flex-order: 1;
        order: 1; }
  .page-ffc .page-ffc-section:nth-of-type(odd) .image,
  .page-ffc .page-ffc-section:nth-of-type(even) .image{
    margin-top: 15px;
    -ms-flex-order: 2;
        order: 2; }
  .page-ffc .page-ffc-section__title{
    font-size: 1.7rem;
    line-height: 1.34;
    margin: .5em 0;
    padding: 0 0 0 44px;
    color: #000; }
  .page-ffc .page-ffc-section__title:before{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35px;
    height: 100%;
    content: '';
    transform: translateY(-50%);
    background: #9cc; }
  .page-ffc .page-ffc-more__title{
    font-size: 1.7rem; }
  .page-ffc .page-ffc-more__paragraph{
    font-size: 1.7rem; }
  .post-archive .archive-main-wrap .archive-main,
  .post-archive .archive-main-wrap .archive-info{
    width: 48%; }
  .post-modelhouse .modelhouse-info .text{
    width: 100%;
    -ms-flex-order: 1;
        order: 1; }
  .post-modelhouse .modelhouse-info .image{
    width: 100%;
    -ms-flex-order: 0;
        order: 0; }
  .info-items-wrap .info-loop .info-interior-slider #slider-wrapper{
    margin: 0; }
  .info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li a img{
    height: 400px; }
  .single-place .result-items .result-item .entry-header{
    position: relative;
    padding: 10px 0; }
  .single-place .result-items .result-item .entry-header .tax-type{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    text-align: right; }
  .single-place .result-items .result-item .entry-header .entry-title{
    width: 100%;
    margin: 0;
    padding: 0; }
  .single-place .result-items .result-item .entry-main .contentR .item-tableD{
    height: auto; }
  .single-place .section-map .image{
    width: 100%; }
  .single-house .section-floor .image,
  .single-land .section-floor .image{
    width: 100%; }
  .single-house .section-hou-appearance .slider-wrapper .slider_interior li a img,
  .single-land .section-hou-appearance .slider-wrapper .slider_interior li a img{
    height: 380px; }
  .single-house .section-hou-appearance .slider-wrapper .bx-pager,
  .single-land .section-hou-appearance .slider-wrapper .bx-pager{
    display: none; } }

@media screen and (max-width: 499px){
  html{
    font-size: 62.5%; }
  body{
    font-size: 1.5rem;
    line-height: 1.5; }
  .h1{
    font-size: 1.8rem;
    padding: 1em 0;
    text-align: center; }
  .h1:before{
    display: none; }
  .h1 .sub-title{
    display: block;
    width: 100px;
    margin: 10px auto; }
  h2,
  .h2,
  .h2-info-loop{
    font-size: 1.6rem;
    margin: 10px 0; }
  h3,
  .h3{
    font-size: 1.6rem; }
  h4,
  .h4,
  .h3-info-loop{
    font-size: 1.6rem; }
  .headContents{
    margin-bottom: 0; }
  section + section,
  .section{
    margin: 20px auto; }
  .btn-top{
    right: 10px; }
  .img-frame{
    outline: none; }
  .form-items{
    margin: 1em auto; }
  .form-items .navi{
    margin: .5em 0; }
  .form-items .type > span{
    width: 100%; }
  .form-items .width-01{
    width: 100%; }
  .form-items .width-02{
    width: 30%; }
  .form-items .type .mwform-checkbox-field{
    display: block;
    width: 100%;
    margin: 0; }
  .form-items .know .mwform-checkbox-field{
    width: 100%; }
  .form-items .know .mwform-checkbox-field:nth-last-of-type(1){
    width: 30%; }
  .form-items .know .know_other{
    width: 70%; }
  .form-items .form-submit{
    margin: 20px auto; }
  .form-items .form-submit input[type=submit],
  .form-items .form-submit a.btn-contact{
    margin: 10px .5em; }
  .header .header-menu-items .container{
    padding: 5px; }
  .header .header-info-items .header-items-wrap{
    padding: 3.5em 0 5px 0; }
  .header .header-info-items .header-items-wrap .header-logo-items{
    width: 34%; }
  .header .header-info-items .header-items-wrap .header-contact-items{
    width: calc(66% - 10px);
    margin-left: 10px; }
  footer{
    font-size: 1.3rem;
    margin-top: 40px; }
  footer .footer-menu{
    display: none; }
  footer .footer-office .holdings .logo,
  footer .footer-office .group .logo{
    margin: 10px auto; }
  footer .footer-office .holdings .address .footer-office-items,
  footer .footer-office .group .address .footer-office-items{
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 .5em; }
  footer .footer-office .holdings .address .footer-office-items li,
  footer .footer-office .group .address .footer-office-items li{
    width: 100%;
    margin: 0 0 10px 0; }
  footer .footer-office .banner{
    margin-top: 40px; }
  footer .footer-office .banner .banner__link.bnr-mynavi{
    width: 100%;
    margin-top: 20px; }
  footer .footer-office .banner .banner__link + .banner__link{
    margin-left: 20px; }
  .home > .container{
    padding: 0; }
  .home .box-frame{
    border: none; }
  .home .home-sliders{
    margin-top: 0; }
  .home .home-sliders .camera_fakehover{
    min-height: 145px; }
  .home .home-sliders .camera_pie{
    display: none; }
  .home .home-archive{
    height: auto;
    margin-top: 20px;
    padding: 20px 10px; }
  .home .home-archive h2{
    font-size: 1.5rem; }
  .home .home-archive .bx-wrapper .bx-next{
    right: 0; }
  .home .home-archive .bx-wrapper .bx-prev{
    left: 0; }
  .home .home-modelhouse{
    margin-bottom: 0;
    text-align: center;
    border: none; }
  .home .home-modelhouse .home-modelhouse-items .home-modelhouse-item{
    width: 100%;
    margin-top: 20px; }
  .home .home-modelhouse .home-modelhouse-items .home-modelhouse-item:first-child{
    margin-top: 0; }
  .home .home-other .home-other__box{
    width: 100%;
    text-align: center; }
  .parts-banner{
    margin: 30px auto; }
  .contentLR{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contentLR .text{
    width: 100%; }
  .contentLR .text-narrow{
    width: 100%; }
  .contentLR .image{
    width: 100%;
    text-align: center; }
  .contentLR .image img{
    margin: 10px auto;
    outline: none; }
  .contentLR .image img + img{
    margin: 10px auto; }
  .item-tableA,
  .item-tableS,
  .item-tableF{
    font-size: 1.3rem; }
  .item-tableA dt,
  .item-tableS dt,
  .item-tableF dt{
    line-height: 1.5;
    float: none;
    width: 100%; }
  .item-tableA dd,
  .item-tableS dd,
  .item-tableF dd{
    line-height: 1.5;
    float: none;
    width: 100%;
    min-height: auto; }
  .item-tableE,
  .item-tableD{
    font-size: 1.3rem;
    margin: 15px 0; }
  .item-tableF dt{
    padding: 10px; }
  .item-photo{
    margin: 20px auto; }
  .item-photo img{
    width: 50%; }
  .gallery-image-items{
    margin: 20px 0;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .gallery-image-items .gallery-image-item{
    width: calc(100% / 3);
    margin: 0; }
  .info-item{
    padding: 1em; }
  .info-items-wrap .info-loop{
    padding: 0;
    border: none; }
  .info-items-wrap .info-loop .info-interior-items{
    padding: 0; }
  .info-items-wrap .info-loop .info-interior-items .info-interior-item{
    width: 100%; }
  .info-items-wrap .info-loop .info-interior-slider{
    padding: 0; }
  .info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li a img{
    height: 300px; }
  .info-items-wrap .info-loop .info-interior-slider #slider-wrapper .slider_interior li .bx-caption span{
    font-size: .8em;
    padding: 5px 20px;
    text-align: center; }
  .info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-wrapper .bx-controls-direction a{
    display: none; }
  .info-items-wrap .info-loop .info-interior-slider #slider-wrapper .bx-pager{
    display: none; }
  .page-skygarden .skygarden-list-items li{
    width: 100%; }
  .page-tomoniwa .section-green > img{
    margin: 10px 0; }
  .page-tomoniwa .tomoniwa-list{
    margin: 20px auto; }
  .page-tomoniwa .tomoniwa-list > a{
    width: 48%; }
  .page-dream .dream03{
    position: relative;
    top: 0; }
  .post-topic .wrap-eyecatch{
    height: 72vw;
    margin-bottom: 0; }
  .post-topic .eyecatch{
    transform: translate(0, 10%) scale(1.25, 1.25); }
  .post-topic .wrap-info{
    padding: 20px; }
  .post-topic .info-gannosu__title{
    font-size: 1.8rem;
    margin: 10px 0; }
  .post-topic .info-gannosu__text01,
  .post-topic .info-gannosu__text02{
    font-size: 1.5rem; }
  .post-topic .contact-gannosu{
    margin: 20px 0; }
  .post-topic .contact-gannosu_title{
    font-size: 1.8rem; }
  .post-topic .contact-gannosu_text{
    font-size: 1.5rem; }
  .post-topic .link-gannosu{
    margin: 20px 0; }
  .page-sitemaps-items li{
    font-size: 1.6rem;
    width: 100%; }
  .page-realestate{
    font-size: 1.5rem; }
  .post-archive .archive-main-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .post-archive .archive-main-wrap .archive-main,
  .post-archive .archive-main-wrap .archive-info{
    width: 100%; }
  .entry-term-tax_type{
    font-size: 1.2rem;
    width: 5em;
    height: auto;
    padding: 5px 0;
    border-radius: 10px; }
  .entry-term-tax_type.cat-house,
  .entry-term-tax_type.cat-land{
    letter-spacing: normal; }
  .entry-term-tax_type + .entry-term-tax_type{
    margin-left: 5px; }
  .entry-term-tax_area{
    font-size: 1.2rem; }
  .post-type-archive-place .result-items .result-item,
  .single-place .result-items .result-item{
    margin-bottom: 40px; }
  .post-type-archive-place .result-items .result-item .entry-header,
  .single-place .result-items .result-item .entry-header{
    padding: 0; }
  .post-type-archive-place .result-items .result-item .entry-header .tax-area,
  .single-place .result-items .result-item .entry-header .tax-area{
    width: 10em;
    -ms-flex-order: 1;
        order: 1; }
  .post-type-archive-place .result-items .result-item .entry-header .entry-title,
  .single-place .result-items .result-item .entry-header .entry-title{
    font-size: 1.6rem;
    width: 100%;
    margin: 10px 0;
    -ms-flex-order: 3;
        order: 3; }
  .post-type-archive-place .result-items .result-item .entry-header .entry-date,
  .single-place .result-items .result-item .entry-header .entry-date{
    width: 100%;
    margin: 10px 0;
    text-align: right;
    -ms-flex-order: 0;
        order: 0; }
  .post-type-archive-place .result-items .result-item .entry-header .tax-type,
  .single-place .result-items .result-item .entry-header .tax-type{
    width: calc(100% - 10em);
    margin: 0;
    -ms-flex-order: 2;
        order: 2; }
  .post-type-archive-place .result-items .result-item .entry-main .contentL,
  .single-place .result-items .result-item .entry-main .contentL{
    width: 100%; }
  .post-type-archive-place .result-items .result-item .entry-main .contentR,
  .single-place .result-items .result-item .entry-main .contentR{
    width: 100%; }
  .single-place main > section,
  .single-house main > section,
  .single-land main > section{
    margin-top: 30px; }
  .single-place .section-summary .entry-header .entry-title,
  .single-house .section-summary .entry-header .entry-title,
  .single-land .section-summary .entry-header .entry-title{
    font-size: 1.6rem; }
  .single-place .section-summary .entry-header .display-in-title,
  .single-house .section-summary .entry-header .display-in-title,
  .single-land .section-summary .entry-header .display-in-title{
    font-size: 1.3rem; }
  .single-place .section-summary .entry-middle,
  .single-house .section-summary .entry-middle,
  .single-land .section-summary .entry-middle{
    padding: 15px 0; }
  .single-place .section-summary .entry-main .contentL,
  .single-house .section-summary .entry-main .contentL,
  .single-land .section-summary .entry-main .contentL{
    width: 100%; }
  .single-place .section-summary .entry-main .contentR,
  .single-house .section-summary .entry-main .contentR,
  .single-land .section-summary .entry-main .contentR{
    width: 100%; }
  .single-place .section-summary .com_memo,
  .single-house .section-summary .com_memo,
  .single-land .section-summary .com_memo{
    font-size: 1.5rem; }
  .single-place .section-summary .pla_memo,
  .single-house .section-summary .pla_memo,
  .single-land .section-summary .pla_memo{
    font-size: 1.5rem; }
  .single-place .btn-wrap.back,
  .single-house .btn-wrap.back,
  .single-land .btn-wrap.back{
    margin: 30px auto; }
  .related-office.display-in-entry-main,
  .related-office.display-in-section-list{
    font-size: 1.3rem; }
  .post-type-archive-place .section-search-map .section-map-detail{
    height: auto; }
  .post-type-archive-place .section-search-map .emb-googlemap{
    padding-bottom: 140%; }
  .post-type-archive-place .section-search-map .map-popup-item{
    width: 100%;
    padding: 0; }
  .post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_type{
    font-size: 1rem;
    margin: 2px;
    padding: 4px 0; }
  .post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_type.cat-house,
  .post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_type.cat-land{
    letter-spacing: normal; }
  .post-type-archive-place .section-search-map .map-popup-item .entry-term-tax_area{
    font-size: 1rem;
    margin: 2px;
    padding: 4px 8px; }
  .post-type-archive-place .section-search-map .map-popup-item .entry-header{
    border: none; }
  .post-type-archive-place .section-search-map .map-popup-item .entry-header .entry-title{
    font-size: 1rem; }
  .post-type-archive-place .section-search-map .map-popup-item .entry-main{
    display: none; }
  .post-type-archive-place .section-search-area .wrap-search-form{
    padding: 20px; }
  .post-type-archive-place .section-search-area .wrap-search-form .search-form-input dl{
    margin-top: 30px; }
  .post-type-archive-place .section-search-area .wrap-search-form .search-form-input dt{
    font-size: 1.6rem; }
  .post-type-archive-place .section-search-area .wrap-search-form .search-form-input dd{
    width: 50%; }
  .post-type-archive-place .section-search-area .wrap-search-form .search-form-submit{
    margin-top: 15px; }
  .post-type-archive-place .section-search-area .wrap-search-form .search-form-submit .btn{
    margin: 10px auto; }
  .post-type-archive-place .section-search-area .wrap-search-result{
    margin-top: 50px; }
  .single-place .section-facility .facility-items{
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .single-place .section-facility .facility-items .facility-item{
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
    margin-bottom: 20px; }
  .single-place .section-facility .facility-items .facility-item:nth-child(2n){
    margin-right: 0; }
  .single-place .section-facility .facility-items .facility-item:nth-child(3n){
    margin-right: 15px; }
  .single-house .section-hou-appearance .slider-wrapper .slider_interior li a img,
  .single-land .section-hou-appearance .slider-wrapper .slider_interior li a img{
    height: 300px; }
  .post-navigation{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .post-navigation .prev,
  .post-navigation .next{
    width: 100%; }
  .post-navigation .prev a,
  .post-navigation .next a{
    padding: 1em 35px; }
  .post-navigation .prev span,
  .post-navigation .next span{
    top: 1em; }
  .wp-pagenavi{
    font-size: 1.2rem; }
  .wp-pagenavi a,
  .wp-pagenavi span{
    margin: .5em .2em;
    padding: 1em 1.2em; }
  .parts-contact{
    margin: 30px auto; }
  .content-li-a-items{
    margin: 20px auto;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .content-li-a-items .content-li-a-item{
    width: calc(100% / 2);
    margin-bottom: 20px; }
  .content-li-n-items .content-li-n-item .area-wrap .area-image{
    width: 100%;
    text-align: center; }
  .content-li-n-items .content-li-n-item .area-wrap .area-content{
    width: 100%; }
  .content-li-n-items .content-li-n-item .area-wrap .area-content .btn-wrap{
    position: relative; }
  .content-li-b-items .content-li-b-item .area-wrap .area-image{
    width: 100%;
    text-align: center; }
  .content-li-b-items .content-li-b-item .area-wrap .area-content{
    width: 100%; }
  .content-li-b-items .content-li-b-item .area-wrap .area-content .btn-wrap{
    position: relative; } }

@media screen and (min-width: 1000px){
  a[href^='tel:']{
    pointer-events: none; } }

/*# sourceMappingURL=css/src/maps/style.css.map */
