@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Theme
--------------------------------------------------------------*/
.page .page_title, .error404 .page_title, .archive .page_title, .single .page_title, .sell .content .steps, .post-type-archive-news .content_inner, .single-news .content_inner, .post-type-archive-news .content_inner #primary ul li a, .single-news .content_inner #primary ul li a, .post-type-archive-news .content_inner #primary .post_meta p, .single-news .content_inner #primary .post_meta p, .post-type-archive-news .page_title, .single-news .page_title, nav.submmenu, .pagenav, .breadcrumb ul {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1px;
  font-size: 0.1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375px;
  font-size: 0.09375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375px;
  font-size: 0.09375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75px;
  font-size: 0.075rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875px;
  font-size: 0.0875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# themes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #111;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #111;
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #111;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

a:visited {
  color: #111;
}

a:focus {
  outline: none;
}

a:hover, a:focus, a:active {
  color: #111;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.cf:after {
  content: " ";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
theme Layout
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #111;
}

.font {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
  letter-spacing: 1px;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 1px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: .8;
}

.sp_none {
  display: block;
}

.pc_none {
  display: none;
}

.inline_block {
  display: inline-block;
}

.content_inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* #loading
------------------------------------------------------------- */
#loading {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -200px;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 10000;
}

/* #header
------------------------------------------------------------- */
header {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 28px 15px 0;
  position: relative;
  z-index: 1020;
  background: #fff;
}

header .header_logo {
  margin: 0 0 40px;
}

header .header_contact {
  position: absolute;
  top: 0;
  right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

header .header_contact_tel {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  padding: 15px 30px 0;
}

header .header_contact_tel span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

header .header_contact_mail a {
  display: block;
  width: 78px;
  height: 100%;
  background: #d6af7b;
  text-align: center;
  padding: 28px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

header .header_contact_mail a:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: '';
  transition: all .3s;
}

header .header_contact_mail a:hover {
  opacity: 1;
}

header .header_contact_mail a:hover:after {
  top: 0;
  background-color: #bf873a;
}

header .drawer-hamburger,
header .drawer-nav {
  display: none;
}

header .gnav {
  width: 100%;
  background: #fff;
}

header .gnav ul {
  max-width: 1200px;
  padding: 0 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

header .gnav ul li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

header .gnav ul li span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #a89e93;
}

header .gnav ul li span:before {
  content: '-';
  padding-right: 5px;
}

.fixed_gnav {
  display: none;
  width: 100%;
  background: #fff;
  padding: 5px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: .3s;
  opacity: 1;
  transform: translateY(-100%);
}

.fixed_gnav ul {
  max-width: 1200px;
  padding: 0 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.fixed_gnav ul li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.fixed_gnav ul li span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #a89e93;
}

.fixed_gnav ul li span:before {
  content: '-';
  padding-right: 5px;
}

.fixed_gnav.nav_show {
  transform: translateY(0);
}

.fixed_gnav ul {
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

/* トップページ */
.mainvisual {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
}

.mainvisual .mainvisual_catch {
  position: absolute;
  top: 31%;
  left: -3.8%;
  z-index: 1000;
}

.mainvisual .mainvisual_catch span {
  width: 12em;
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  display: block;
  padding: 6px .5em 6px 1em;
  background-size: 4px 4px;
  background-color: #8c7d6a;
  background-image: linear-gradient(-45deg, #988a79 25%, transparent 25%, transparent 50%, #988a79 50%, #988a79 75%, transparent 75%, transparent);
}

.mainvisual .mainvisual_catch span:last-child {
  width: 13.5em;
  top: 15px;
  left: 25px;
}

/* content
------------------------------------------------------------- */
.content {
  width: 100%;
  position: relative;
  z-index: 1010;
  background: #fff;
}

.content section.property {
  position: relative;
  top: -160px;
  z-index: 999;
  background: url(images/bg_property_info.png) repeat 0 0;
  padding: 150px 0 150px;
}

.content section.property h2 {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.content section.property h2 span {
  display: block;
  width: 10em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background: #b2a595;
  margin: 0 auto;
  padding: 3px 5px;
}

.content section.property ul {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content section.property ul li {
  width: 30.9%;
}

.content section.property ul a {
  display: block;
  position: relative;
}

.content section.property ul a:hover {
  opacity: 1;
}

.content section.property ul a:hover .btn_more {
  color: #fff;
}

.content section.property ul a:hover .btn_more:after {
  top: 0;
  background-color: #171717;
}

.content section.property ul a:hover .property_photo img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.content section.property ul .property_head {
  position: relative;
}

.content section.property ul .property_photo {
  margin-bottom: 10px;
  overflow: hidden;
}

.content section.property ul .property_photo img {
  transition-duration: 0.3s;
}

.content section.property ul .property_tag {
  position: absolute;
  bottom: 5%;
  left: -3%;
  background: #c4955b;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
}

.content section.property ul .property_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.content section.property ul .property_comment {
  font-size: 13px;
  font-size: 1.3rem;
}

.content section.property ul .btn_more {
  width: 80%;
  max-width: 200px;
  text-align: center;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px solid #171717;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
}

.content section.property ul .btn_more:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.content section.property ul .btn_more:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: '';
  transition-duration: 0.3s;
}

.content section.sale {
  width: 100%;
  min-width: 1100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: -250px;
  z-index: 1000;
}

.content section.sale .sale_title_area {
  width: 31.25%;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 12.5% 0% 0% 12.5%;
}

.content section.sale .sale_photo_area {
  width: 50.62%;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  position: relative;
}

.content section.sale .sale_photo_area img {
  position: relative;
  z-index: 1000;
}

.content section.sale .sale_photo_area:before {
  content: '';
  width: 41.97%;
  height: 53.7%;
  background-size: 4px 4px;
  background-color: #f5e9d9;
  background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  position: absolute;
  top: 55%;
  right: -10%;
  z-index: 1;
}

.content section.sale h2 {
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 50px;
}

.content section.sale h2 strong {
  font-size: 48px;
  font-size: 4.8rem;
  color: #d0ab7a;
}

.content section.sale h2 span {
  display: block;
  width: 13em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background: #d0ab7a;
  margin-top: 10px;
  padding: 5px 0;
}

.content section.sale p {
  line-height: 2;
}

.content section.sale ul {
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 1100px;
  margin: 150px auto 80px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content section.sale ul li {
  width: 30.9%;
  position: relative;
}

.content section.sale ul li a {
  display: block;
  height: 100%;
  background: #f5f3f1;
  text-align: center;
  padding: 50px 0;
}

.content section.sale ul li a:hover {
  opacity: 1;
}

.content section.sale ul li a:hover .btn_more {
  color: #fff;
}

.content section.sale ul li a:hover .btn_more:after {
  top: 0;
  background-color: #171717;
}

.content section.sale ul li .num {
  position: absolute;
  top: -32px;
  left: 18px;
}

.content section.sale ul li .icon {
  margin-bottom: 40px;
  height: 60px;
}

.content section.sale ul li h3 {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.content section.sale ul li h3 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.content section.sale ul li p {
  font-size: 13px;
  font-size: 1.3rem;
}

.content section.sale ul li:first-child p {
  padding-top: 1em;
}

.content section.sale ul li:last-child .icon {
  padding-top: 18px;
}

.content section.sale ul li .btn_more {
  width: 80%;
  max-width: 200px;
  text-align: center;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px solid #171717;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

.content section.sale ul li .btn_more:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.content section.sale ul li .btn_more:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: '';
  transition-duration: 0.3s;
}

.content section.news {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  top: -120px;
}

.content section.news h2 {
  width: 340px;
  height: 290px;
  background: #f8f2ea;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  padding: 110px 0 0 54px;
}

.content section.news h2 span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #c38a3f;
}

.content section.news ul {
  width: 760px;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 60px;
  margin: -80px 0 0 170px;
}

.content section.news ul li {
  padding: 10px 0;
}

.content section.news ul li span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #c38a3f;
  padding-right: 50px;
}

.content section.news .btn_more a {
  width: 80%;
  max-width: 200px;
  text-align: center;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px solid #171717;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
  display: block;
  max-width: 280px;
  padding: 15px 20px;
}

.content section.news .btn_more a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.content section.news .btn_more a:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: '';
  transition-duration: 0.3s;
}

.content section.news .btn_more a:hover {
  opacity: 1;
  color: #fff;
}

.content section.news .btn_more a:hover:after {
  top: 0;
  background-color: #171717;
}

.content section.news .photo_news {
  position: absolute;
  top: 50px;
  right: -10%;
}

.content section.news .photo_news img {
  position: relative;
  z-index: 1000;
}

.content section.news .photo_news:before {
  content: '';
  width: 100%;
  height: 56.86%;
  background-size: 4px 4px;
  background-color: #dad3ca;
  background-image: linear-gradient(-45deg, #e9e5df 25%, transparent 25%, transparent 50%, #e9e5df 50%, #e9e5df 75%, transparent 75%, transparent);
  position: absolute;
  top: -5%;
  right: -5%;
  z-index: 1;
}

.content section.contact {
  margin: 50px 0 0;
  position: relative;
  top: -50px;
  background: url(images/bg_contact.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0 70px;
  color: #fff;
  text-align: center;
}

.content section.contact h2 {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 3px;
  margin-bottom: 60px;
}

.content section.contact h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.content section.contact h2 br {
  display: none;
}

.content section.contact .contact_tel {
  width: 480px;
  margin: 0 auto 50px;
  padding: 15px 20px;
  border: 1px solid #ccc9c7;
}

.content section.contact .contact_tel h3 {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.content section.contact .contact_tel .contact_tel_number {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 2px;
}

.content section.contact .contact_tel .contact_tel_openhours {
  font-size: 16px;
  font-size: 1.6rem;
}

.content section.contact .contact_btn_area {
  width: 480px;
  margin: 0 auto 70px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content section.contact .contact_btn_area li {
  width: 48.5%;
}

.content section.contact .contact_btn_area li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
}

.content section.contact .contact_btn_area li a:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: '';
  transition-duration: 0.3s;
}

.content section.contact .contact_btn_area li a:hover:after {
  top: 0;
}

.content section.contact .contact_btn_area li:first-child {
  background: #e09f48;
}

.content section.contact .contact_btn_area li:first-child a:hover:after {
  background-color: #ff9200;
}

.content section.contact .contact_btn_area li:last-child {
  background: #e55539;
}

.content section.contact .contact_btn_area li:last-child a:hover:after {
  background-color: #dd2501;
}

.content section.contact .company_info {
  font-size: 12px;
  font-size: 1.2rem;
}

.content .photo_gallery {
  position: relative;
  top: -220px;
}

/* footer
------------------------------------------------------------- */
footer {
  width: 100%;
  min-width: 1100px;
  position: relative;
  top: -50px;
  padding-bottom: 15px;
  z-index: 1020;
}

footer .footer_copyright {
  text-align: center;
  padding: 10px;
}

footer .footer_copyright small {
  font-size: 10px;
  font-size: 1rem;
}

footer .footer_fixed_contact {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  min-width: 1100px;
  background: rgba(36, 22, 12, 0.9);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

footer .footer_fixed_contact_logo {
  width: 36%;
  background: #2c1f16;
  padding: 14px 40px 0 10px;
  text-align: right;
  position: relative;
}

footer .footer_fixed_contact_logo:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 33px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 30px solid #2c1f16;
  position: absolute;
  top: 0;
  right: -60px;
}

footer .footer_fixed_contact_tel {
  padding: 7px 40px 7px 60px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 2px;
}

footer .footer_fixed_contact_tel span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

footer .footer_fixed_contact_btn_area {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px;
}

footer .footer_fixed_contact_btn_area li {
  width: 48.5%;
  /*
			a {
				display: block;
				padding: 8px 10px;
				color: #fff;
				text-align: center;
			}
			&:first-child {
				background: #e09f48;
			}
			&:last-child {
				background: #e55539;
			}*/
}

footer .footer_fixed_contact_btn_area li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
}

footer .footer_fixed_contact_btn_area li a:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: '';
  transition-duration: 0.3s;
}

footer .footer_fixed_contact_btn_area li a:hover:after {
  top: 0;
}

footer .footer_fixed_contact_btn_area li:first-child {
  background: #e09f48;
}

footer .footer_fixed_contact_btn_area li:first-child a:hover:after {
  background-color: #ff9200;
}

footer .footer_fixed_contact_btn_area li:last-child {
  background: #e55539;
}

footer .footer_fixed_contact_btn_area li:last-child a:hover:after {
  background-color: #dd2501;
}

footer .footer_fixed_contact_btn_area li a {
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  /* #header
------------------------------------------------------------- */
  header {
    max-width: initial;
    padding: 15px;
    position: fixed;
    z-index: 10000;
    top: 0;
    background: #fff;
  }
  header .header_logo {
    margin: 0 auto;
    text-align: center;
  }
  header .header_contact {
    display: none;
  }
  header .drawer-hamburger {
    display: block;
    width: 30px;
  }
  header .gnav {
    display: none;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 240px;
  }
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100000;
  }
  .drawer--right .drawer-nav {
    display: block;
    width: 240px;
    right: -240px;
    background: #fff;
    z-index: 100001;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  .drawer--right .drawer-nav .drawer-menu {
    padding-bottom: 20px;
  }
  .drawer--right .drawer-nav .drawer-menu li {
    border-bottom: 1px solid #dfdfdf;
  }
  .drawer--right .drawer-nav .drawer-menu li a {
    display: block;
    color: #000;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
  }
  .drawer--right .drawer-nav .drawer-menu li a span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    color: #a89e93;
  }
  .drawer--right .drawer-nav .drawer-menu li a span:before {
    content: '-';
    padding-right: 5px;
  }
  .drawer--right .drawer-nav .drawer-menu li a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .drawer--right .drawer-nav .drawer-menu li.contact_tel {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    background: #f5f3f1;
  }
  .drawer--right .drawer-nav .drawer-menu li.contact_tel a {
    padding: 15px;
  }
  .drawer--right .drawer-nav .drawer-menu li.contact_tel span {
    color: #d0ab7a;
  }
  .drawer--right .drawer-nav .drawer-menu li.contact_tel span:before {
    content: none;
  }
  .mainvisual {
    max-width: initial;
    padding-top: 74px;
  }
  .mainvisual .mainvisual_catch {
    top: 35%;
    left: 3%;
  }
  .mainvisual .mainvisual_catch span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .mainvisual .mainvisual_catch span:last-child {
    top: 10px;
    left: 20px;
  }
  /* content
------------------------------------------------------------- */
  .content section.property {
    position: static;
    padding: 40px 0 40px;
  }
  .content section.property h2 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .content section.property h2 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content section.property ul {
    max-width: initial;
  }
  .content section.property ul .property_tag {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .content section.property ul .property_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .content section.property ul .property_comment {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.property ul .btn_more {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
  .content section.sale {
    min-width: initial;
    position: static;
  }
  .content section.sale .sale_title_area {
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }
  .content section.sale .sale_photo_area {
    width: 100%;
  }
  .content section.sale .sale_photo_area:before {
    content: none;
  }
  .content section.sale h2 {
    margin-bottom: 30px;
  }
  .content section.sale h2 span {
    margin: 10px auto 0;
  }
  .content section.sale p {
    line-height: 2;
  }
  .content section.sale ul {
    width: 100%;
    margin: 50px auto 80px;
    padding: 0 15px;
  }
  .content section.sale ul li a {
    padding-top: 40px;
  }
  .content section.sale ul li .num {
    width: 30%;
  }
  .content section.sale ul li .icon {
    margin-bottom: 20px;
  }
  .content section.sale ul li h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .content section.sale ul li h3 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.sale ul li p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .content section.sale ul li .btn_more {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
  .content section.news {
    position: static;
    width: 100%;
  }
  .content section.news h2 {
    width: 200px;
    height: 220px;
    font-size: 38px;
    font-size: 3.8rem;
    margin-left: 15px;
    padding: 65px 0 0 40px;
  }
  .content section.news ul {
    width: 90%;
    padding: 40px;
    margin: -30px 0 0 10%;
  }
  .content section.news ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .content section.news ul li span {
    display: block;
  }
  .content section.news .btn_more a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0;
  }
  .content section.news .photo_news {
    display: none;
  }
  .content section.contact {
    position: static;
    width: 100%;
    padding: 80px 0 70px;
  }
  .content section.contact h2 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .content .photo_gallery {
    position: static;
    margin-bottom: 40px;
  }
  .content .photo_gallery ul {
    height: 150px !important;
  }
  .content .photo_gallery li img {
    width: auto;
    height: 150px;
  }
  /* footer
------------------------------------------------------------- */
  footer {
    position: static;
    min-width: initial;
    padding-bottom: 0;
  }
  footer .footer_fixed_contact {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /* #header
	------------------------------------------------------------- */
  .mainvisual .mainvisual_catch span {
    font-size: 20px;
    font-size: 2rem;
  }
  .mainvisual .mainvisual_catch span:last-child {
    left: 15px;
  }
  /* content
	------------------------------------------------------------- */
  .content section.property h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .content section.property h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.property ul .property_title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content section.sale h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .content section.sale h2 strong {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .content section.sale h2 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content section.sale p {
    line-height: 2;
  }
  .content section.sale ul {
    margin-bottom: 40px;
  }
  .content section.sale ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .content section.sale ul li a {
    padding-bottom: 20px;
  }
  .content section.sale ul li .num {
    width: auto;
    top: -32px;
    left: 20px;
  }
  .content section.sale ul li h3 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .content section.sale ul li h3 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content section.sale ul li p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .content section.sale ul li .btn_more {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
  .content section.sale ul li:last-child {
    margin-bottom: 0;
  }
  .content section.news h2 {
    height: 180px;
    font-size: 32px;
    font-size: 3.2rem;
    padding: 50px 0 0 30px;
  }
  .content section.news h2 span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .content section.news ul {
    padding: 30px 25px;
  }
  .content section.contact {
    padding: 60px 0;
  }
  .content section.contact h2 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
  .content section.contact h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.contact .contact_tel {
    width: 90%;
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .content section.contact .contact_tel h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content section.contact .contact_tel .contact_tel_number {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .content section.contact .contact_tel .contact_tel_openhours {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content section.contact .contact_btn_area {
    width: 90%;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 600px) {
  /* content
	------------------------------------------------------------- */
  .content section.property ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  /* #header
	------------------------------------------------------------- */
  .mainvisual .mainvisual_catch span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mainvisual .mainvisual_catch span:last-child {
    top: 5px;
  }
}

@media screen and (max-width: 480px) {
  /* #header
	------------------------------------------------------------- */
  header .header_logo img {
    width: 200px;
  }
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    top: 3px;
  }
  .mainvisual {
    padding-top: 67px;
  }
  /* content
	------------------------------------------------------------- */
  .content section.property h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .content section.sale h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .content section.sale h2 strong {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .content section.sale h2 span {
    width: 14em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.sale ul li h3 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .content section.sale ul li h3 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.news ul {
    width: 100%;
    margin: -30px auto 0;
  }
  .content section.contact {
    padding: 50px 0;
  }
  .content section.contact h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .content section.contact .contact_tel .contact_tel_number {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .content section.contact .contact_btn_area li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  /* #header
	------------------------------------------------------------- */
  header {
    padding: 12px 15px;
  }
  header .header_logo img {
    width: 180px;
  }
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    top: 0;
  }
  .mainvisual {
    padding-top: 57px;
  }
  .mainvisual .mainvisual_catch span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* content
	------------------------------------------------------------- */
  .content section.sale ul li .num {
    width: 72.8px;
    top: -25px;
  }
  .content section.sale ul li .icon {
    margin-bottom: 0;
  }
  .content section.sale ul li .icon img {
    width: 48px;
  }
  .content section.sale ul li h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .content section.sale ul li h3 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.sale ul li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.sale p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content section.contact h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .content section.contact h2 span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .content section.contact h2 br {
    display: block;
  }
  .content section.contact .contact_tel .contact_tel_number {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .content section.contact .contact_tel .contact_tel_openhours {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------
Google map style
--------------------------------------------------------------*/
.google_map {
  width: 100%;
  height: 300px;
  background: #444;
}

.gm-style-iw .gma_title {
  font-weight: bold;
  margin: 0 0 5px;
  display: block;
}

/* infowindowのCSS */
/*--------------------------------------------------------------
 Page style
--------------------------------------------------------------*/
.page .page_title, .error404 .page_title, .archive .page_title, .single .page_title {
  width: 100%;
  height: 200px;
  background: url(images/img_mainvisual01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.page .page_title:before, .error404 .page_title:before, .archive .page_title:before, .single .page_title:before {
  content: '';
  background: inherit;
  /*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  /*重なり順序を一番下にしておく*/
}

.page .page_title h1, .error404 .page_title h1, .archive .page_title h1, .single .page_title h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page .page_title h1, .error404 .page_title h1, .archive .page_title h1, .single .page_title h1 {
    margin: 50px 0 0;
  }
}

.page section.error-404, .error404 section.error-404, .archive section.error-404, .single section.error-404 {
  max-width: 800px;
  margin: 80px auto 130px;
}

.page article.page, .error404 article.page, .archive article.page, .single article.page {
  max-width: 800px;
  margin: 0 auto;
}

.page article.page .entry-header, .error404 article.page .entry-header, .archive article.page .entry-header, .single article.page .entry-header {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.page article.page .entry-content, .error404 article.page .entry-content, .archive article.page .entry-content, .single article.page .entry-content {
  margin: 0 auto;
}

.page article.page .entry-footer, .error404 article.page .entry-footer, .archive article.page .entry-footer, .single article.page .entry-footer {
  position: static;
  top: initial;
}

.page .content section.property, .error404 .content section.property, .archive .content section.property, .single .content section.property {
  position: static;
  top: initial;
}

/* infowindowのCSS */
.concept .content section.about_message {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .concept .content section.about_message {
    padding: 30px 0;
  }
}

.concept .content section.about_message > .inner {
  max-width: 1130px;
  margin: 0 auto;
}

.concept .content section.about_message p {
  line-height: 2;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .concept .content section.about_message p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto 30px;
  }
}

.concept .content section.about_message p .pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .concept .content section.about_message p .pc {
    display: block;
  }
}

.concept .content section.about_message ul {
  padding: 0 15px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.concept .content section.about_message ul li {
  width: 30.9%;
}

@media screen and (max-width: 768px) {
  .concept .content section.about_message ul li {
    width: 100%;
  }
  .concept .content section.about_message ul li img {
    width: 100%;
    height: auto;
  }
  .concept .content section.about_message ul li + li {
    margin-top: 10px;
  }
}

.company .content section.company_outline {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .company .content section.company_outline {
    padding: 30px 0;
  }
}

.company .content section.company_outline > .inner {
  max-width: 1130px;
  margin: 0 auto;
}

.company .content section.company_outline .table_outline {
  padding: 0 15px;
}

.company .content section.company_outline .access_map {
  margin-top: 40px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .company .content section.company_outline .access_map {
    margin-top: 20px;
  }
}

.company .content section.company_outline .access_map iframe {
  height: 400px;
}

@media screen and (max-width: 768px) {
  .company .content section.company_outline .access_map iframe {
    height: 280px;
  }
}

.table_outline {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .table_outline {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table_outline dt {
  width: 200px;
  padding: 15px 20px;
  border-bottom: 1px solid #171717;
}

@media screen and (max-width: 768px) {
  .table_outline dt {
    width: 100px;
    padding: 10px;
  }
}

.table_outline dt:nth-of-type(1) {
  padding-top: 0;
}

.table_outline dd {
  width: calc(100% - 200px);
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .table_outline dd {
    width: calc(100% - 100px);
    padding: 10px;
  }
}

.table_outline dd:nth-of-type(1) {
  padding-top: 0;
}

.contact .content section.contact_form {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .contact .content section.contact_form {
    padding: 30px 15px;
  }
}

.contact .content section.contact_form > .inner {
  max-width: 1130px;
  margin: 0 auto;
}

.contact .content section.contact_form .lead {
  margin-bottom: 10px;
}

.contact .content section.contact_form .required {
  color: #b70000;
}

.contact .content section.contact_form .mw_wp_form_g-standard table {
  margin-bottom: 30px;
}

.contact .content section.contact_form .mw_wp_form_g-standard table th,
.contact .content section.contact_form .mw_wp_form_g-standard table td {
  padding: 1.5em;
  border-color: #d3cdc1;
}

.contact .content section.contact_form .mw_wp_form_g-standard table th {
  background: #f3f1ef;
}

.contact .content section.contact_form .mw_wp_form_g-standard table tr:last-child .mwform-checkbox-field {
  display: block;
  padding: 10px;
  background: #f5f3f1;
  border-radius: 6px;
}

.contact .content section.contact_form .mw_wp_form_g-standard table .txt_your_name,
.contact .content section.contact_form .mw_wp_form_g-standard table .txt_your_name_kana {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .contact .content section.contact_form .mw_wp_form_g-standard table .txt_your_name,
  .contact .content section.contact_form .mw_wp_form_g-standard table .txt_your_name_kana {
    width: 100%;
  }
}

.contact .content section.contact_form .mw_wp_form_g-standard table .txt_your_email {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .contact .content section.contact_form .mw_wp_form_g-standard table .txt_your_email {
    width: 100%;
  }
}

.contact .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy {
  margin-bottom: 30px;
}

.contact .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #947142;
  margin-bottom: 10px;
}

.contact .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy .note {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
}

.contact .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy h4 {
  font-weight: bold;
  color: #947142;
  margin-bottom: 10px;
}

.contact .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy p {
  margin-bottom: 20px;
}

.contact .content section.contact_form .mw_wp_form_g-standard.mw_wp_form .horizontal-item {
  margin: 0 10px 0 0;
}

.contact .content section.contact_form .mw_wp_form_g-standard input[type="text"],
.contact .content section.contact_form .mw_wp_form_g-standard input[type="password"],
.contact .content section.contact_form .mw_wp_form_g-standard input[type="number"],
.contact .content section.contact_form .mw_wp_form_g-standard input[type="email"],
.contact .content section.contact_form .mw_wp_form_g-standard input[type="url"],
.contact .content section.contact_form .mw_wp_form_g-standard textarea {
  padding: 6px;
}

.contact .content section.contact_form .mw_wp_form_g-standard input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #e55539;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
}

@media screen and (max-width: 400px) {
  .contact .content section.contact_form .mw_wp_form_g-standard input[type='submit'] {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 10px;
  }
}

.contact .content section.contact_form .mw_wp_form_g-standard input[type='submit']:hover {
  opacity: .8;
}

.contact .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm table tr:last-child {
  display: none;
}

.contact .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons input[type='submit'] {
  width: 48%;
  margin: 0 1%;
  max-width: 240px;
}

@media screen and (max-width: 400px) {
  .contact .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons input[type='submit'] {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 10px;
  }
}

.contact .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons input[type='submit']:first-child {
  background: #ccc;
}

.contact .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons input[type='submit']:hover {
  opacity: .8;
}

.sell .content .entry-content h2 {
  background: #d6af7b;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 2% 0px;
  margin: 20px 0 40px 0;
}

.sell .content .steps {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.sell .content .steps > div {
  width: 32%;
  margin: 0 0 20px;
}

.sell .content .steps .step {
  padding: 15px;
  border-radius: 5px;
  background: #f4f4f4;
}

.sell .content .steps .step-num {
  background: #e55539;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.sell .content .steps .step-title {
  font-size: 20px;
  font-size: 2rem;
  margin: 10px auto;
  text-align: center;
  color: #666;
}

.sell .content .steps .step-desc {
  font-size: 12px;
  font-size: 1.2rem;
}

.sell .content section.contact_form {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .sell .content section.contact_form {
    padding: 30px 15px;
  }
}

.sell .content section.contact_form > .inner {
  max-width: 1130px;
  margin: 0 auto;
}

.sell .content section.contact_form .lead {
  margin-bottom: 10px;
}

.sell .content section.contact_form .required {
  color: #b70000;
}

.sell .content section.contact_form .mw_wp_form_g-standard table {
  margin-bottom: 30px;
}

.sell .content section.contact_form .mw_wp_form_g-standard table th,
.sell .content section.contact_form .mw_wp_form_g-standard table td {
  padding: 1.5em;
  border-color: #d3cdc1;
}

.sell .content section.contact_form .mw_wp_form_g-standard table th {
  background: #f3f1ef;
}

.sell .content section.contact_form .mw_wp_form_g-standard table tr:last-child .mwform-checkbox-field {
  display: block;
  padding: 10px;
  background: #f5f3f1;
  border-radius: 6px;
}

.sell .content section.contact_form .mw_wp_form_g-standard table .txt_your_name,
.sell .content section.contact_form .mw_wp_form_g-standard table .txt_your_name_kana {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .sell .content section.contact_form .mw_wp_form_g-standard table .txt_your_name,
  .sell .content section.contact_form .mw_wp_form_g-standard table .txt_your_name_kana {
    width: 100%;
  }
}

.sell .content section.contact_form .mw_wp_form_g-standard table .txt_your_email {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .sell .content section.contact_form .mw_wp_form_g-standard table .txt_your_email {
    width: 100%;
  }
}

.sell .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy {
  margin-bottom: 30px;
}

.sell .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #947142;
  margin-bottom: 10px;
}

.sell .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy .note {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
}

.sell .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy h4 {
  font-weight: bold;
  color: #947142;
  margin-bottom: 10px;
}

.sell .content section.contact_form .mw_wp_form_g-standard table .privacyPolicy p {
  margin-bottom: 20px;
}

.sell .content section.contact_form .mw_wp_form_g-standard.mw_wp_form .horizontal-item {
  margin: 0 10px 0 0;
}

.sell .content section.contact_form .mw_wp_form_g-standard input[type="text"],
.sell .content section.contact_form .mw_wp_form_g-standard input[type="password"],
.sell .content section.contact_form .mw_wp_form_g-standard input[type="number"],
.sell .content section.contact_form .mw_wp_form_g-standard input[type="email"],
.sell .content section.contact_form .mw_wp_form_g-standard input[type="url"],
.sell .content section.contact_form .mw_wp_form_g-standard textarea {
  padding: 6px;
}

.sell .content section.contact_form .mw_wp_form_g-standard input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #e55539;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
}

@media screen and (max-width: 400px) {
  .sell .content section.contact_form .mw_wp_form_g-standard input[type='submit'] {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 10px;
  }
}

.sell .content section.contact_form .mw_wp_form_g-standard input[type='submit']:hover {
  opacity: .8;
}

.sell .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm table tr:last-child {
  display: none;
}

.sell .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sell .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons input[type='submit'] {
  width: 48%;
  margin: 0 1%;
  max-width: 240px;
}

@media screen and (max-width: 400px) {
  .sell .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons input[type='submit'] {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 10px;
  }
}

.sell .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons input[type='submit']:first-child {
  background: #ccc;
}

.sell .content section.contact_form .mw_wp_form_g-standard.mw_wp_form_confirm .action-buttons input[type='submit']:hover {
  opacity: .8;
}

/*--------------------------------------------------------------
 Post style
--------------------------------------------------------------*/
.post-type-archive-news .content_inner, .single-news .content_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .post-type-archive-news .content_inner, .single-news .content_inner {
    width: 100%;
  }
}

.post-type-archive-news .content_inner #primary, .single-news .content_inner #primary {
  width: 820px;
}

.post-type-archive-news .content_inner #primary ul, .single-news .content_inner #primary ul {
  width: 760px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0px 0 170px;
  border-top: 1px solid #c6c6c6;
}

.post-type-archive-news .content_inner #primary ul li, .single-news .content_inner #primary ul li {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #c6c6c6;
}

.post-type-archive-news .content_inner #primary ul li a span, .single-news .content_inner #primary ul li a span {
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #c38a3f;
  font-weight: bold;
}

.post-type-archive-news .content_inner #primary ul li a p, .single-news .content_inner #primary ul li a p {
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.post-type-archive-news .content_inner #primary .post_title h2, .single-news .content_inner #primary .post_title h2 {
  width: 760px;
  margin: 0;
  padding: 10px 20px;
  font-size: 22px;
  font-size: 2.2rem;
  background: #f4f4f4;
}

.post-type-archive-news .content_inner #primary .post_meta p, .single-news .content_inner #primary .post_meta p {
  margin: 5px 20px 0 0;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.post-type-archive-news .content_inner #primary .post_content, .single-news .content_inner #primary .post_content {
  margin: 10px 0 30px;
}

.post-type-archive-news .content_inner #secondary, .single-news .content_inner #secondary {
  width: 230px;
}

@media screen and (max-width: 768px) {
  .post-type-archive-news .content_inner, .single-news .content_inner {
    display: block;
  }
  .post-type-archive-news .content_inner #primary, .single-news .content_inner #primary {
    width: 100%;
  }
  .post-type-archive-news .content_inner #primary ul, .single-news .content_inner #primary ul {
    margin: 0 0 60px;
  }
  .post-type-archive-news .content_inner #secondary, .single-news .content_inner #secondary {
    width: 100%;
    margin: 50px 0 0;
  }
}

.post-type-archive-news .page_title, .single-news .page_title {
  width: 100%;
  height: 200px;
  background: url(images/img_mainvisual01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.post-type-archive-news .page_title:before, .single-news .page_title:before {
  content: '';
  background: inherit;
  /*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  /*重なり順序を一番下にしておく*/
}

.post-type-archive-news .page_title h1, .single-news .page_title h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .post-type-archive-news .page_title h1, .single-news .page_title h1 {
    margin: 50px 0 0;
  }
}

.post-type-archive-news section.error-404, .single-news section.error-404 {
  max-width: 800px;
  margin: 80px auto 130px;
}

.post-type-archive-news article.page, .single-news article.page {
  max-width: 800px;
  margin: 0 auto;
}

.post-type-archive-news article.page .entry-header, .single-news article.page .entry-header {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.post-type-archive-news article.page .entry-content, .single-news article.page .entry-content {
  margin: 0 auto;
}

.post-type-archive-news article.page .entry-footer, .single-news article.page .entry-footer {
  position: static;
  top: initial;
}

.post-type-archive-news .content section.property, .single-news .content section.property {
  position: static;
  top: initial;
}

.post-type-archive-news aside#secondary section h2, .single-news aside#secondary section h2 {
  margin: 0;
  padding: 10px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #c6c6c6;
  font-weight: bold;
}

.post-type-archive-news aside#secondary section ul, .single-news aside#secondary section ul {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  border: 1px solid #c6c6c6;
  border-top: 0;
}

.post-type-archive-news aside#secondary section ul li, .single-news aside#secondary section ul li {
  padding: 10px 0;
  border-top: 1px dotted #c6c6c6;
}

.post-type-archive-news aside#secondary section ul li:first-child, .single-news aside#secondary section ul li:first-child {
  border-top: 0;
}

nav.submmenu {
  max-width: 1000px;
  margin: 50px auto 30px;
  padding: 20px 0;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

nav.submmenu ul li {
  display: inline;
  background: #eee;
  border-radius: 15px;
  padding: 5px 30px;
  margin: 0 10px 0 0;
  font-weight: bold;
  transition: all 0.5s;
}

nav.submmenu ul li.current {
  background: #1aab4b;
}

nav.submmenu ul li.current a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  nav.submmenu {
    width: 100%;
  }
  nav.submmenu ul {
    margin: 0 10px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
  }
  nav.submmenu ul li {
    margin: 0;
    width: auto;
    display: block;
    border-radius: 0;
  }
}

.pagenav {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  width: 760px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
}

.pagenav a,
.pagenav span {
  display: inline-block;
  padding: 0 7px;
}

.pagenav a:hover {
  background: #ccc;
  color: #fff;
}

.pagenav .current {
  background-color: #fff;
  color: #ccc;
}

.pagenav .next {
  position: absolute;
  right: 0;
  border-left: 1px solid #ccc;
}

.pagenav .prev {
  position: absolute;
  left: 0;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .pagenav {
    margin: 0 10px;
    width: 94%;
    box-sizing: border-box;
  }
}

/* infowindowのCSS */
/*--------------------------------------------------------------
 Custom Post style
--------------------------------------------------------------*/
.post-type-archive-house .content section.company_outline,
.archive.house .content section.company_outline {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.company_outline,
  .archive.house .content section.company_outline {
    padding: 30px 0;
  }
}

.post-type-archive-house .content section.company_outline > .inner,
.archive.house .content section.company_outline > .inner {
  max-width: 1130px;
  margin: 0 auto;
}

.post-type-archive-house .content section.company_outline .table_outline,
.archive.house .content section.company_outline .table_outline {
  padding: 0 15px;
}

.post-type-archive-house .content section.company_outline .access_map,
.archive.house .content section.company_outline .access_map {
  margin-top: 40px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.company_outline .access_map,
  .archive.house .content section.company_outline .access_map {
    margin-top: 20px;
  }
}

.post-type-archive-house .content section.company_outline .access_map iframe,
.archive.house .content section.company_outline .access_map iframe {
  height: 400px;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.company_outline .access_map iframe,
  .archive.house .content section.company_outline .access_map iframe {
    height: 280px;
  }
}

.post-type-archive-house .content section.property,
.archive.house .content section.property {
  position: static;
  background: none;
  padding: 40px 0 100px;
}

.post-type-archive-house .content section.property .switch_area,
.archive.house .content section.property .switch_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}

.post-type-archive-house .content section.property .switch_area li,
.archive.house .content section.property .switch_area li {
  width: 140px;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.property .switch_area li,
  .archive.house .content section.property .switch_area li {
    width: 30%;
    max-width: 140px;
    margin: 0 1.5%;
  }
}

.post-type-archive-house .content section.property .switch_area li a,
.archive.house .content section.property .switch_area li a {
  display: block;
  background: rgba(148, 115, 71, 0.4);
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  color: #333;
}

.post-type-archive-house .content section.property .switch_area li a:hover,
.archive.house .content section.property .switch_area li a:hover {
  background: #947347;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.property .switch_area li a,
  .archive.house .content section.property .switch_area li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.post-type-archive-house .content section.property .switch_area li.current a,
.archive.house .content section.property .switch_area li.current a {
  background: #947347;
  color: #fff;
}

.post-type-archive-house .content section.property .property_list,
.archive.house .content section.property .property_list {
  display: block;
}

.post-type-archive-house .content section.property .property_list > li,
.archive.house .content section.property .property_list > li {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}

.post-type-archive-house .content section.property .property_list > li:first-child,
.archive.house .content section.property .property_list > li:first-child {
  border-top: 1px solid #e2e2e2;
}

.post-type-archive-house .content section.property .property_list .num_adress,
.archive.house .content section.property .property_list .num_adress {
  margin-bottom: 5px;
}

.post-type-archive-house .content section.property .property_list .num_adress .num,
.archive.house .content section.property .property_list .num_adress .num {
  font-size: 12px;
  font-size: 1.2rem;
  color: #947142;
}

.post-type-archive-house .content section.property .property_list .num_adress .address,
.archive.house .content section.property .property_list .num_adress .address {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.post-type-archive-house .content section.property .property_list .property_info_container,
.archive.house .content section.property .property_list .property_info_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.post-type-archive-house .content section.property .property_list .property_photo_area,
.archive.house .content section.property .property_list .property_photo_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 332px;
  margin: 0 39px 15px 0;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.property .property_list .property_photo_area,
  .archive.house .content section.property .property_list .property_photo_area {
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 400px) {
  .post-type-archive-house .content section.property .property_list .property_photo_area,
  .archive.house .content section.property .property_list .property_photo_area {
    width: 100%;
  }
}

.post-type-archive-house .content section.property .property_list .property_photo_area .property_photo_main,
.archive.house .content section.property .property_list .property_photo_area .property_photo_main {
  width: 220px;
}

@media screen and (max-width: 400px) {
  .post-type-archive-house .content section.property .property_list .property_photo_area .property_photo_main,
  .archive.house .content section.property .property_list .property_photo_area .property_photo_main {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-type-archive-house .content section.property .property_list .property_photo_area .property_photo_main img,
  .archive.house .content section.property .property_list .property_photo_area .property_photo_main img {
    width: 100%;
  }
}

.post-type-archive-house .content section.property .property_list .property_photo_area .property_photo_thumb,
.archive.house .content section.property .property_list .property_photo_area .property_photo_thumb {
  width: 104px;
}

.post-type-archive-house .content section.property .property_list .property_photo_area .property_photo_thumb div:first-child,
.archive.house .content section.property .property_list .property_photo_area .property_photo_thumb div:first-child {
  margin-bottom: 8px;
}

@media screen and (max-width: 400px) {
  .post-type-archive-house .content section.property .property_list .property_photo_area .property_photo_thumb,
  .archive.house .content section.property .property_list .property_photo_area .property_photo_thumb {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .post-type-archive-house .content section.property .property_list .property_photo_area .property_photo_thumb div,
  .archive.house .content section.property .property_list .property_photo_area .property_photo_thumb div {
    width: 48%;
  }
  .post-type-archive-house .content section.property .property_list .property_photo_area .property_photo_thumb div img,
  .archive.house .content section.property .property_list .property_photo_area .property_photo_thumb div img {
    width: 100%;
  }
}

.post-type-archive-house .content section.property .property_list .property_info_area,
.archive.house .content section.property .property_list .property_info_area {
  width: 450px;
  margin-right: 39px;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.property .property_list .property_info_area,
  .archive.house .content section.property .property_list .property_info_area {
    width: 100%;
    margin-bottom: 20px;
  }
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_catch,
.archive.house .content section.property .property_list .property_info_area .property_catch {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_taglist,
.archive.house .content section.property .property_list .property_info_area .property_taglist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_taglist li,
.archive.house .content section.property .property_list .property_info_area .property_taglist li {
  width: auto;
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_taglist li span,
.archive.house .content section.property .property_list .property_info_area .property_taglist li span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  background: #f0aa29;
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_taglist li span.has-not-feature,
.archive.house .content section.property .property_list .property_info_area .property_taglist li span.has-not-feature {
  background: #c7b7a2;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.property .property_list .property_info_area .property_taglist li,
  .archive.house .content section.property .property_list .property_info_area .property_taglist li {
    margin-bottom: 0;
  }
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_detail,
.archive.house .content section.property .property_list .property_info_area .property_detail {
  border-top: 1px solid #c6bbad;
  padding-top: 10px;
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_detail dt,
.post-type-archive-house .content section.property .property_list .property_info_area .property_detail dd,
.archive.house .content section.property .property_list .property_info_area .property_detail dt,
.archive.house .content section.property .property_list .property_info_area .property_detail dd {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_detail dt,
.archive.house .content section.property .property_list .property_info_area .property_detail dt {
  color: #a27d4b;
  font-weight: bold;
  padding-right: 10px;
}

.post-type-archive-house .content section.property .property_list .property_info_area .property_detail dd,
.archive.house .content section.property .property_list .property_info_area .property_detail dd {
  padding-right: 20px;
}

.post-type-archive-house .content section.property .property_list .property_price_area,
.archive.house .content section.property .property_list .property_price_area {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.property .property_list .property_price_area,
  .archive.house .content section.property .property_list .property_price_area {
    width: 100%;
  }
}

.post-type-archive-house .content section.property .property_list .property_price_area dl,
.archive.house .content section.property .property_list .property_price_area dl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .post-type-archive-house .content section.property .property_list .property_price_area dl,
  .archive.house .content section.property .property_list .property_price_area dl {
    margin-bottom: 10px;
  }
}

.post-type-archive-house .content section.property .property_list .property_price_area dt,
.archive.house .content section.property .property_list .property_price_area dt {
  font-size: 13px;
  font-size: 1.3rem;
}

.post-type-archive-house .content section.property .property_list .property_price_area dd,
.archive.house .content section.property .property_list .property_price_area dd {
  font-size: 24px;
  font-size: 2.4rem;
  color: #f01818;
  font-weight: bold;
}

.post-type-archive-house .content section.property .property_list .property_price_area dd span,
.archive.house .content section.property .property_list .property_price_area dd span {
  font-size: 15px;
  font-size: 1.5rem;
}

.post-type-archive-house .content section.property .property_list .property_price_area .btn_detail a,
.archive.house .content section.property .property_list .property_price_area .btn_detail a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
}

.post-type-archive-house .content section.property .property_list .property_price_area .btn_detail a:after,
.archive.house .content section.property .property_list .property_price_area .btn_detail a:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: '';
  transition-duration: 0.3s;
}

.post-type-archive-house .content section.property .property_list .property_price_area .btn_detail a:hover:after,
.archive.house .content section.property .property_list .property_price_area .btn_detail a:hover:after {
  top: 0;
}

.post-type-archive-house .content section.property .property_list .property_price_area .btn_detail:first-child,
.archive.house .content section.property .property_list .property_price_area .btn_detail:first-child {
  background: #e09f48;
}

.post-type-archive-house .content section.property .property_list .property_price_area .btn_detail:first-child a:hover:after,
.archive.house .content section.property .property_list .property_price_area .btn_detail:first-child a:hover:after {
  background-color: #ff9200;
}

.post-type-archive-house .content section.property .property_list .property_price_area .btn_detail:last-child,
.archive.house .content section.property .property_list .property_price_area .btn_detail:last-child {
  background: #e55539;
}

.post-type-archive-house .content section.property .property_list .property_price_area .btn_detail:last-child a:hover:after,
.archive.house .content section.property .property_list .property_price_area .btn_detail:last-child a:hover:after {
  background-color: #dd2501;
}

.post-type-archive-house .content section.property .wp-pagenavi,
.archive.house .content section.property .wp-pagenavi {
  max-width: 1130px;
  margin: 20px auto;
  padding: 0 15px;
}

.post-type-archive-house .content section.property .wp-pagenavi span.current,
.archive.house .content section.property .wp-pagenavi span.current {
  background: #947347;
  color: #fff;
  border-color: #947347;
}

.post-type-archive-house .content section.property .wp-pagenavi a,
.post-type-archive-house .content section.property .wp-pagenavi span,
.archive.house .content section.property .wp-pagenavi a,
.archive.house .content section.property .wp-pagenavi span {
  color: #333;
  padding: 3px 8px;
}

.post-type-archive-house .content section.sale,
.archive.house .content section.sale {
  position: static;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.post-type-archive-house .content section.sale h2,
.archive.house .content section.sale h2 {
  margin: 0 auto 40px;
}

.post-type-archive-house .content section.sale h2 strong,
.archive.house .content section.sale h2 strong {
  font-size: 38px;
  font-size: 3.8rem;
}

.post-type-archive-house .content section.sale ul,
.archive.house .content section.sale ul {
  margin: 40px auto 120px;
}

.table_outline {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .table_outline {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table_outline dt {
  width: 200px;
  padding: 15px 20px;
  border-bottom: 1px solid #171717;
}

@media screen and (max-width: 768px) {
  .table_outline dt {
    width: 100px;
    padding: 10px;
  }
}

.table_outline dt:nth-of-type(1) {
  padding-top: 0;
}

.table_outline dd {
  width: calc(100% - 200px);
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .table_outline dd {
    width: calc(100% - 100px);
    padding: 10px;
  }
}

.table_outline dd:nth-of-type(1) {
  padding-top: 0;
}

.single-house .content section.property {
  position: static;
  background: none;
  padding: 40px 0 100px;
}

.single-house .content section.property article {
  max-width: 930px;
  margin: 20px auto;
  padding: 0 15px;
}

.single-house .content section.property article section {
  margin-bottom: 40px;
}

.single-house .content section.property article h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #947142;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
  .single-house .content section.property article h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.single-house .content section.property article h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #947142;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-house .content section.property article .num_adress .num {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.single-house .content section.property article .property_catch {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.single-house .content section.property article .property_price {
  margin-bottom: 20px;
}

.single-house .content section.property article .property_price dt {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 10px;
}

.single-house .content section.property article .property_price dd {
  display: inline-block;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #f01818;
}

.single-house .content section.property article .property_price dd span {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 400px) {
  .single-house .content section.property article .property_price dd {
    font-size: 30px;
    font-size: 3rem;
  }
  .single-house .content section.property article .property_price dd span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.single-house .content section.property article .sharedaddy ul {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.single-house .content section.property article .sharedaddy li {
  width: auto;
}

@media screen and (max-width: 768px) {
  .single-house .content section.property article .sharedaddy li {
    margin-bottom: 5px;
  }
}

.single-house .content section.property article .property_taglist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
}

.single-house .content section.property article .property_taglist li {
  width: auto;
}

.single-house .content section.property article .property_taglist li span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  background: #f0aa29;
}

.single-house .content section.property article .property_taglist li span.has-not-feature {
  background: #c7b7a2;
}

@media screen and (max-width: 768px) {
  .single-house .content section.property article .property_taglist li {
    margin-bottom: 0;
  }
}

.single-house .content section.property article .property_detail {
  border-top: 1px solid #c6bbad;
  padding-top: 10px;
  margin-bottom: 30px;
}

.single-house .content section.property article .property_detail dt,
.single-house .content section.property article .property_detail dd {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}

.single-house .content section.property article .property_detail dt {
  color: #a27d4b;
  font-weight: bold;
  padding-right: 10px;
}

.single-house .content section.property article .property_detail dd {
  padding-right: 20px;
}

.single-house .content section.property article .property_photo_area .property_photo_main {
  margin-bottom: 20px;
}

.single-house .content section.property article .property_photo_area .property_photo_thumb p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.single-house .content section.property article .property_photo_area .property_photo_thumb ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.single-house .content section.property article .property_photo_area .property_photo_thumb ul li {
  width: auto;
  margin: 0 10px 10px 0;
}

.single-house .content section.property article .property_map .property_map_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-house .content section.property article .property_map .property_map_list > div {
  width: 330px;
  height: 300px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .single-house .content section.property article .property_map .property_map_list > div {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.single-house .content section.property article .property_outline table.default {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 15px;
}

.single-house .content section.property article .property_outline table.default th,
.single-house .content section.property article .property_outline table.default td {
  padding: 1em;
  vertical-align: middle;
  border: 1px solid #d3cdc1;
  font-weight: normal;
  text-align: left;
}

.single-house .content section.property article .property_outline table.default th {
  white-space: nowrap;
  background: #f3f1ef;
}

@media screen and (max-width: 768px) {
  .single-house .content section.property article .property_outline table.default {
    border-bottom: 1px solid #d3cdc1;
  }
  .single-house .content section.property article .property_outline table.default th,
  .single-house .content section.property article .property_outline table.default td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .single-house .content section.property article .property_outline table.default th {
    font-weight: bold;
  }
}

.single-house .content section.property article .property_outline .grad-wrap {
  position: relative;
}

.single-house .content section.property article .property_outline .grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 240px;
  margin: auto;
  padding: 10px 10px;
  background: #d6af7b;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}

.single-house .content section.property article .property_outline .grad-btn::after {
  content: '\7D9A\304D\3092\8AAD\3080';
}

.single-house .content section.property article .property_outline .grad-btn:hover {
  opacity: .8;
}

.single-house .content section.property article .property_outline .grad-item {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.single-house .content section.property article .property_outline .grad-item:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.single-house .content section.property article .property_outline .grad-trigger {
  display: none;
}

.single-house .content section.property article .property_outline .grad-trigger:checked ~ .grad-btn {
  bottom: -5em;
}

.single-house .content section.property article .property_outline .grad-trigger:checked ~ .grad-btn::after {
  content: '\9589\3058\308B';
}

.single-house .content section.property article .property_outline .grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}

.single-house .content section.property article .property_outline .grad-trigger:checked ~ .grad-item {
  height: auto;
}

.single-house .content section.property article .property_outline .grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.single-house .content section.property article .contact_btn {
  width: 300px;
  margin: 100px auto 0;
}

.single-house .content section.property article .contact_btn a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition-duration: 0.3s;
}

.single-house .content section.property article .contact_btn a:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: '';
  transition-duration: 0.3s;
}

.single-house .content section.property article .contact_btn a:hover:after {
  top: 0;
}

.single-house .content section.property article .contact_btn:first-child {
  background: #e09f48;
}

.single-house .content section.property article .contact_btn:first-child a:hover:after {
  background-color: #ff9200;
}

.single-house .content section.property article .contact_btn:last-child {
  background: #e55539;
}

.single-house .content section.property article .contact_btn:last-child a:hover:after {
  background-color: #dd2501;
}

@media screen and (max-width: 768px) {
  .single-house .content section.property article .contact_btn {
    width: 100%;
    max-width: 300px;
  }
}

.single-house .content section.property article .contact_btn a {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 10px;
}

/*--------------------------------------------------------------
Parts style
--------------------------------------------------------------*/
.breadcrumb {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 15px 0;
  background: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 15px;
  }
}

.breadcrumb ul {
  margin: 0 auto;
  max-width: 1200px;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.breadcrumb ul li {
  padding: 0 10px 0 0;
}

.breadcrumb ul li a {
  padding: 0 10px 0 0;
}

.breadcrumb ul li:after {
  content: '＞';
}

.breadcrumb ul li:last-child {
  padding: 0;
}

.breadcrumb ul li:last-child:after {
  content: '';
}
