@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}

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 {
  -webkit-box-sizing: content-box;
  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] {
  -webkit-box-sizing: border-box;
  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-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-s {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container-s {
    width: 740px;
  }
}
@media (min-width: 987px) {
  .container {
    width: 980px;
  }
  .container-s {
    width: 950px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}

.col-xxs-1 {
  width: 8.33333%;
}

.col-xxs-2 {
  width: 16.66667%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-4 {
  width: 33.33333%;
}

.col-xxs-5 {
  width: 41.66667%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-7 {
  width: 58.33333%;
}

.col-xxs-8 {
  width: 66.66667%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-10 {
  width: 83.33333%;
}

.col-xxs-11 {
  width: 91.66667%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-pull-1 {
  right: 8.33333%;
}

.col-xxs-pull-2 {
  right: 16.66667%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-4 {
  right: 33.33333%;
}

.col-xxs-pull-5 {
  right: 41.66667%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-7 {
  right: 58.33333%;
}

.col-xxs-pull-8 {
  right: 66.66667%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-10 {
  right: 83.33333%;
}

.col-xxs-pull-11 {
  right: 91.66667%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-push-1 {
  left: 8.33333%;
}

.col-xxs-push-2 {
  left: 16.66667%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-4 {
  left: 33.33333%;
}

.col-xxs-push-5 {
  left: 41.66667%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-7 {
  left: 58.33333%;
}

.col-xxs-push-8 {
  left: 66.66667%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-10 {
  left: 83.33333%;
}

.col-xxs-push-11 {
  left: 91.66667%;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-offset-0 {
  margin-left: 0%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333%;
}

.col-xxs-offset-2 {
  margin-left: 16.66667%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333%;
}

.col-xxs-offset-5 {
  margin-left: 41.66667%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333%;
}

.col-xxs-offset-8 {
  margin-left: 66.66667%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333%;
}

.col-xxs-offset-11 {
  margin-left: 91.66667%;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 970px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1187px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, #modelhouse .txt-list .feature-proposed-g ul:before,
#modelhouse .txt-list .feature-kansei-g ul:before,
#proposed .txt-list .feature-proposed-g ul:before,
#proposed .txt-list .feature-kansei-g ul:before,
#kansei .txt-list .feature-proposed-g ul:before,
#kansei .txt-list .feature-kansei-g ul:before, #modelhouse .txt-list li:before,
#proposed .txt-list li:before,
#kansei .txt-list li:before, #info .info-wrap:before, #primary .entry-content .gallery:before, #primary .main .list-news-wrap ul li .col2:before, .info-wrapper:before,
.clearfix:after,
#modelhouse .txt-list .feature-proposed-g ul:after,
#modelhouse .txt-list .feature-kansei-g ul:after,
#proposed .txt-list .feature-proposed-g ul:after,
#proposed .txt-list .feature-kansei-g ul:after,
#kansei .txt-list .feature-proposed-g ul:after,
#kansei .txt-list .feature-kansei-g ul:after,
#modelhouse .txt-list li:after,
#proposed .txt-list li:after,
#kansei .txt-list li:after,
#info .info-wrap:after,
#primary .entry-content .gallery:after,
#primary .main .list-news-wrap ul li .col2:after,
.info-wrapper:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, #modelhouse .txt-list .feature-proposed-g ul:after,
#modelhouse .txt-list .feature-kansei-g ul:after,
#proposed .txt-list .feature-proposed-g ul:after,
#proposed .txt-list .feature-kansei-g ul:after,
#kansei .txt-list .feature-proposed-g ul:after,
#kansei .txt-list .feature-kansei-g ul:after, #modelhouse .txt-list li:after,
#proposed .txt-list li:after,
#kansei .txt-list li:after, #info .info-wrap:after, #primary .entry-content .gallery:after, #primary .main .list-news-wrap ul li .col2:after, .info-wrapper:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
調整用
//////////////////////////////////　*/
.all-wrapper {
  /*パンくず*/
}
.all-wrapper .breadcrumb-wrap {
  margin: 0 0 30px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin: 0 0 45px;
  }
}
.all-wrapper .breadcrumb-wrap .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #3e3a39;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: underline;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after {
  content: "＞";
  padding: 0 3px;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  content: "";
}
.all-wrapper {
  /*　////////////////////////////////
  lower-header
  //////////////////////////////////　*/
}
.all-wrapper .lower-header {
  background: #f7f5f6;
  height: clamp(200px, 9.0909090909px + 50.9090909091vw, 620px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
.all-wrapper .lower-header .title-bg-left, .all-wrapper .lower-header .title-bg-right {
  position: absolute;
  width: 100%;
  height: clamp(200px, 9.0909090909px + 50.9090909091vw, 620px);
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.all-wrapper .lower-header .title-bg-left {
  z-index: 2;
  left: 0;
  background-position: left center;
}
.all-wrapper .lower-header .title-bg-right {
  z-index: 1;
  right: 0;
  background-position: right center;
}
.all-wrapper .lower-header .header-contents {
  position: relative;
  z-index: 3;
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px) clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
  background: rgba(247, 245, 246, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-wrapper .lower-header .head-txt {
  font-size: clamp(1.4rem, 1.64vw, 1.8rem);
  margin-bottom: clamp(10px, 0.9090909091px + 2.4242424242vw, 30px);
}
.all-wrapper .lower-header .lower-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.all-wrapper .lower-header .lower-title .en-title {
  margin-bottom: clamp(5px, -1.8181818182px + 1.8181818182vw, 20px);
  line-height: 1.4;
  color: #b68b7d;
  font-size: clamp(3rem, 4.44vw, 5.4rem);
  letter-spacing: 0.07em;
}
.all-wrapper .lower-header .lower-title .jp-title {
  font-size: clamp(2.2rem, 2.68vw, 3rem);
}
@media (min-width: 768px) {
  .all-wrapper .lower-header .header-contents {
    background: none;
  }
}

/* all-wrapper */
.webp .title-bg-left {
  background-image: url("/img/common/webp/lower_left_02.webp");
}
.webp .title-bg-right {
  background-image: url("/img/info/webp/lower_bg_info.webp");
}

.no-webp .title-bg-left {
  background-image: url("/img/common/lower_left_02.png");
}
.no-webp .title-bg-right {
  background-image: url("/img/info/lower_bg_info.png");
}

#info .lower-header {
  margin-bottom: 15px;
}

/*　////////////////////////////////
404
//////////////////////////////////　*/
.error-404 {
  margin: 100px 0;
}
.error-404 form.search-form {
  margin: 30px 0;
}

/*　////////////////////////////////
アーカイブナビゲーション
//////////////////////////////////　*/
.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #b68b7d;
  padding: 12px 24px;
  margin: 2px;
  font-weight: 400;
  color: #fff;
  background-color: #b68b7d;
  display: inline-block;
}
.pagenavi .wp-pagenavi span.current {
  color: #fff;
  background-color: #b68b7d;
  border-color: #b68b7d;
}
.pagenavi .wp-pagenavi {
  text-align: center;
}
.pagenavi .wp-pagenavi a {
  color: #fff;
}

/*　////////////////////////////////
ナビゲーション
//////////////////////////////////　*/
nav.navigation.post-navigation {
  margin: 40px 0;
  display: block;
  width: 100%;
}
nav.navigation.post-navigation .nav-links {
  overflow: hidden;
  padding: 0 2px;
}
nav.navigation.post-navigation .nav-links a {
  padding: 15px 0;
  display: block;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links a {
    padding: 0;
    display: inline-block;
  }
}
nav.navigation.post-navigation .nav-links .nav-previous {
  text-align: left;
  background-color: #f1f1f1;
  float: none;
  width: 100%;
  padding: 10px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links .nav-previous {
    float: left;
    border: none;
    background-color: transparent;
    width: 46%;
  }
}
nav.navigation.post-navigation .nav-links .nav-previous a:before {
  content: "<";
  color: #b68b7d;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 10px;
}
nav.navigation.post-navigation .nav-links .nav-next {
  text-align: right;
  background-color: #e8e8e8;
  float: none;
  width: 100%;
  padding: 10px;
  font-size: 1.3rem;
}
nav.navigation.post-navigation .nav-links .nav-next a {
  margin-right: 20px;
}
@media (min-width: 768px) {
  nav.navigation.post-navigation .nav-links .nav-next {
    float: right;
    border: none;
    background-color: transparent;
    width: 46%;
  }
  nav.navigation.post-navigation .nav-links .nav-next a {
    margin-right: 0;
  }
}
nav.navigation.post-navigation .nav-links .nav-next a:after {
  font-weight: bold;
  content: ">";
  color: #b68b7d;
  font-size: 1.6rem;
  padding-left: 10px;
}
nav.navigation.post-navigation h2.screen-reader-text {
  display: none;
}
nav.navigation.post-navigation .navigation .nav-links .nav-next a:after {
  color: #b68b7d;
}

.all-wrapper .breadcrumb-wrap {
  max-width: 1400px;
  margin: 0 auto 40px;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
info
////////////////////////////////////////////////////////////////////////////////////////////////　*/
#info .lower-title .page-name h1 {
  font-size: 2rem;
}
@media (min-width: 480px) {
  #info .lower-title .page-name h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1220px) {
  #info .lower-title .page-name h1 {
    font-size: 3rem;
  }
}

.info-wrapper {
  padding: 160px 0 100px;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
#secondary
////////////////////////////////////////////////////////////////////////////////////////////////　*/
@media (min-width: 987px) {
  #secondary {
    float: right;
    width: 25%;
    margin-top: 0px;
  }
}
#secondary .sidebar {
  font-weight: normal;
  margin-top: 30px;
}
@media (min-width: 987px) {
  #secondary .sidebar {
    margin-top: 0px;
  }
}
#secondary .sidebar .widget {
  margin-bottom: 30px;
}
#secondary .sidebar .widget a {
  display: block;
}
#secondary .sidebar h2.widget-title {
  background-color: #b68b7d;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 12px 0;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table {
  width: 100%;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table caption {
  text-align: center;
  color: #000530;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table th,
#secondary .sidebar .calendar_wrap .wp-calendar-table td {
  border: 1px solid #ddd;
  text-align: center;
  line-height: 2.3;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table th a,
#secondary .sidebar .calendar_wrap .wp-calendar-table td a {
  display: block;
  color: #fff;
  background-color: #b68b7d;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table td#today {
  background-color: #b68b7d;
  color: #fff;
}
#secondary .sidebar .calendar_wrap .wp-calendar-table td#today a {
  background-color: #b68b7d;
  color: #fff;
}
#secondary .sidebar .widget_search form.search-form {
  padding: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#secondary .sidebar .widget_search .search-field {
  width: 67%;
  height: 26px;
}
#secondary .sidebar .widget_search .screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_search label {
  width: 100%;
}
#secondary .sidebar .widget_search input.search-submit {
  background-color: #b68b7d;
  border: none;
  color: #fff;
  padding: 3px 11px;
}
#secondary .sidebar .widget_archive label.screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_archive select {
  width: 100%;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
}
#secondary .sidebar .widget_archive a {
  padding: 10px 5px;
  display: block;
}
#secondary .sidebar .widget_archive a:hover {
  color: #fff;
  background-color: #b68b7d;
}
#secondary .sidebar .widget_recent_entries ul {
  margin-top: 15px;
}
#secondary .sidebar .widget_recent_entries ul li {
  margin-bottom: 10px;
}
#secondary .sidebar .widget_categories .screen-reader-text {
  display: none;
}
#secondary .sidebar .widget_categories .postform {
  width: 100%;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
}
#secondary .sidebar .widget_categories ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid #f7f7f7;
}
#secondary .sidebar .widget_categories ul li a {
  padding: 10px 5px;
  display: block;
}
#secondary .sidebar .widget_categories ul li a:hover {
  color: #fff;
  background-color: #b68b7d;
}
#secondary .sidebar .widget_tag_cloud .tagcloud {
  margin: 20px 0;
}
#secondary .sidebar .widget_tag_cloud .tagcloud a {
  color: #fff;
  background-color: #b68b7d;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 3px 5px 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.4rem !important;
  letter-spacing: 0;
  border-radius: 10px;
}
#secondary .sidebar .widget_tag_cloud .tagcloud a:hover {
  background-color: #d4b936;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
#primary
////////////////////////////////////////////////////////////////////////////////////////////////　*/
#primary {
  margin-bottom: 60px;
}
@media (min-width: 987px) {
  #primary {
    float: left;
    width: 71%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#primary figure {
  width: 100%;
}
#primary figure img {
  width: 100%;
}
#primary .main .list-news-wrap {
  position: relative;
  line-height: 2;
}
#primary .main .list-news-wrap ul li {
  padding-bottom: 24px;
  margin-bottom: 36px;
}
#primary .main .list-news-wrap ul li .news-date {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  line-height: 0;
  vertical-align: inherit;
}
#primary .main .list-news-wrap ul li .col2 .thumbnail-wap {
  margin: 0 0 2% 0;
}
@media (min-width: 480px) {
  #primary .main .list-news-wrap ul li .col2 .thumbnail-wap {
    width: 30%;
    float: left;
    margin: 0 2% 0 0;
  }
}
#primary .main .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #primary .main .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail {
    width: 100%;
    height: 200px;
  }
}
#primary .main .list-news-wrap ul li .col2 .thumbnail-wap .thumbnail span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 480px) {
  #primary .main .list-news-wrap ul li .col2 .detail {
    width: 68%;
    float: left;
  }
}
#primary .main .list-news-wrap ul li .col2 .detail .news-date {
  font-weight: bold;
  display: inline-block;
  font-size: 1.4rem;
}
#primary .main .list-news-wrap ul .news-txt a {
  color: #000;
}
#primary .main .entry-content {
  margin: 20px 0 80px;
  line-height: 2;
}
@media (min-width: 768px) {
  #primary .main .entry-content {
    margin: 40px 0 80px;
  }
}
#primary .main .entry-content table {
  margin: 15px 0;
  width: 100%;
}
#primary .main .entry-content tbody td,
#primary .main .entry-content tbody th {
  border: solid 1px #bababa;
  padding: 5px;
}
#primary .main ul.post-categories {
  line-height: 0;
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #primary .main ul.post-categories {
    margin: 0;
    display: block;
  }
}
#primary .main ul.post-categories li {
  border: none;
  margin: 0;
  display: inline-block;
  padding: 0;
}
#primary .main ul.post-categories li a {
  font-family: "ヒラギノ角ゴ Pro", serif;
  background-color: #b68b7d;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-weight: bold;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0;
  border-radius: 2px;
  color: #fff;
}
#primary .main img {
  width: auto;
  height: auto;
}
#primary .main .more-btnB {
  margin-top: 50px;
}
#primary .post-categories {
  display: block;
}
@media (min-width: 768px) {
  #primary .post-categories {
    display: inline-block;
  }
}
#primary .post-categories a {
  color: #000;
  padding: 1px 4px;
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.2rem;
  letter-spacing: 0;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
見出しスタイル
////////////////////////////////////////////////////////////////////////////////////////////////　*/
.page-title,
h2.archive-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

h2.archive-title {
  padding: 10px 0 0 0;
  font-size: 2.4rem;
}

h2.info-title {
  border-top: 2px solid #b68b7d;
  border-bottom: 2px solid #b68b7d;
  padding: 40px 0;
  margin-bottom: 10px;
}

.entry-title {
  border-left: 10px solid #b68b7d;
  padding: 5px 0px 5px 10px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .entry-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

/*　////////////////////////////////
single スタイル変更
//////////////////////////////////　*/
/*記事タイトルなど*/
.entry-header .entry-title {
  border-left: none;
  border-bottom: 2px solid #b68b7d;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 2rem;
}
.entry-header .entry-meta p {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #b68b7d;
  font-weight: bold;
}
.entry-content {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

/*一覧ボタン*/
#primary .more-btnA a {
  margin: 0 auto;
}

.archive-title {
  margin-bottom: 20px;
}

#primary .btnA {
  margin: 30px auto;
}
#primary {
  /*　////////////////////////////////
  投稿スタイル
  //////////////////////////////////　*/
  margin-bottom: 60px;
}
#primary .entry-header .midashi-lb {
  margin-bottom: 5px;
}
#primary .entry-header .entry-meta {
  margin-bottom: 30px;
}
#primary .entry-content {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
#primary .entry-content h1,
#primary .entry-content h2,
#primary .entry-content h3,
#primary .entry-content h4,
#primary .entry-content h5 {
  text-align: left;
  border: none;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  max-width: initial;
}
#primary .entry-content h1 {
  font-size: 3rem;
}
#primary .entry-content h2 {
  font-size: 2.6rem;
}
#primary .entry-content h3 {
  font-size: 2.2rem;
}
#primary .entry-content h4 {
  font-size: 1.8rem;
}
#primary .entry-content h5 {
  font-size: 1.6rem;
}
#primary .entry-content ul,
#primary .entry-content ol {
  margin: 20px 0;
}
#primary .entry-content ul li {
  list-style: disc;
  margin-left: 25px;
}
#primary .entry-content ol li {
  margin-left: 25px;
}
#primary .entry-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#primary .entry-content p {
  line-height: 1.8;
}
#primary .nav-links .nav-next a,
#primary .nav-links .nav-previous a {
  font-weight: bold;
}

/*キャプション画像はみ出る修正*/
.wp-caption {
  max-width: 100%;
}

/*　////////////////////////////////
ギャラリー
//////////////////////////////////　*/
#primary .entry-content .gallery figure.gallery-item {
  float: left;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}
#primary .entry-content .gallery figure.gallery-item a {
  display: inline-block;
  border: 2px solid #b68b7d;
}
#primary .entry-content .gallery figure.gallery-item a img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
@media (min-width: 768px) {
  #primary .entry-content .gallery figure.gallery-item a img {
    width: 250px;
    height: 250px;
  }
}
#primary .entry-content .gallery-columns-4 figure.gallery-item,
#primary .entry-content .gallery-columns-3 figure.gallery-item,
#primary .entry-content .gallery-columns-2 figure.gallery-item {
  width: 46%;
}
@media (min-width: 768px) {
  #primary .entry-content .gallery-columns-4 figure.gallery-item {
    width: 22%;
  }
  #primary .entry-content .gallery-columns-3 figure.gallery-item {
    width: 30%;
  }
}

/*　////////////////////////////////
前と次の月
//////////////////////////////////　*/
.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-calendar-nav .wp-calendar-nav-prev,
.wp-calendar-nav .wp-calendar-nav-next {
  width: 50%;
  text-align: center;
}
.wp-calendar-nav .wp-calendar-nav-prev a,
.wp-calendar-nav .wp-calendar-nav-next a {
  display: block;
  padding: 4px 0;
  background-color: #b68b7d;
  color: #fff;
  font-size: 1.4rem;
}
.wp-calendar-nav .pad {
  display: none;
}
.wp-calendar-nav .wp-calendar-nav-prev {
  border-right: 1px solid #fff;
}

/*　////////////////////////////////
WP部分共通
//////////////////////////////////　*/
#info .info-wrap {
  margin-bottom: 30px;
}
#info .info-wrap .midashi {
  border-left: 15px solid #b68b7d;
  padding: 10px 0 10px 15px;
}
#info .info-wrap .left,
#info .info-wrap .right {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 987px) {
  #info .info-wrap .left,
  #info .info-wrap .right {
    display: inline-block;
  }
  #info .info-wrap .left {
    width: 76%;
  }
  #info .info-wrap .right {
    float: right;
    width: 20%;
  }
}
@media (min-width: 768px) {
  #info .sidebar .contents-wrap .left,
  #info .sidebar .contents-wrap .right {
    width: 48%;
  }
}
@media (min-width: 987px) {
  #info .sidebar .contents-wrap .left,
  #info .sidebar .contents-wrap .right {
    width: 100%;
  }
}

ul.month-list {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-top: none;
}
ul.month-list li {
  padding: 3px 5px;
  font-size: 1.4rem;
}
ul.month-list li a {
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
}
ul.month-list li:first-child {
  padding: 5px;
  position: relative;
}
ul.month-list li:first-child:before, ul.month-list li:first-child:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 6px;
  background: #b68b7d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.month-list li:first-child:before {
  right: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
ul.month-list li:first-child:after {
  right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
ul.month-list li:last-child a {
  border: none;
}
ul.month-list li:nth-of-type(n + 2) {
  display: none;
}

.search-box {
  text-align: center;
  margin: 20px 0;
}
.search-box h2 {
  display: none;
}
.search-box .search-submit,
.search-box .search-field {
  height: 35px;
  font-size: 1.6rem;
}
.search-box .search-submit {
  padding: 2px 25px;
  border-radius: 0;
  background-color: #b68b7d;
  color: #fff;
  border: 1px solid #b9b9b9;
}
.search-box .search-field {
  border-radius: 0;
  border: 1px solid #b9b9b9;
}

/*　////////////////////////////////
お知らせ一覧
//////////////////////////////////　*/
.info-wrap .info-list ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-wrap .info-list ul.list li.each-article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 0 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b68b7d;
}
.info-wrap .info-list ul.list li.each-article img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-wrap .info-list ul.list li.each-article .thumb:hover,
.info-wrap .info-list ul.list li.each-article h4:hover,
.info-wrap .info-list ul.list li.each-article p:hover {
  opacity: 0.5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.info-wrap .info-list ul.list li.each-article .thumb {
  height: 210px;
  overflow: hidden;
  border: 2px solid #b68b7d;
}
.info-wrap .info-list ul.list li.each-article .thumb .image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.info-wrap .info-list ul.list li.each-article {
  /*
  	.cat{
  	position: absolute;
  	top: 0;
  	left: 0;
  	font-size: 1.3rem;
  	font-weight: bold;
  	padding: 3px 15px;
  	background-color: $c1;
  	color: #fff;
  }
  */
}
.info-wrap .info-list ul.list li.each-article .day {
  display: block;
  color: #b68b7d;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin: 10px 0 7px;
  line-height: 1;
}
.info-wrap .info-list ul.list li.each-article h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.info-wrap .info-list ul.list li.each-article p {
  font-size: 1.5rem;
  line-height: 2.7rem;
}
@media (min-width: 480px) {
  .info-wrap .info-list ul.list li.each-article {
    width: 47%;
    margin: 0 1.5% 60px;
  }
}
@media (min-width: 768px) {
  .info-wrap .info-list ul.list li.each-article {
    width: 31%;
    margin: 0 2% 60px 0;
  }
  .info-wrap .info-list ul.list li.each-article h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}

/*　////////////////////////////////
施工事例 記事ページ
//////////////////////////////////　*/
#works h3,
#modelhouse h3,
#proposed h3,
#kansei h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
}
#works p.customer,
#modelhouse p.customer,
#proposed p.customer,
#kansei p.customer {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}
#works .works-main-img,
#modelhouse .works-main-img,
#proposed .works-main-img,
#kansei .works-main-img {
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #c9caca;
}
#works .works-main-img img,
#modelhouse .works-main-img img,
#proposed .works-main-img img,
#kansei .works-main-img img {
  max-height: 860px;
  width: auto;
}
@media (min-width: 768px) {
  #works .works-main-img,
  #modelhouse .works-main-img,
  #proposed .works-main-img,
  #kansei .works-main-img {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
#works .detail,
#modelhouse .detail,
#proposed .detail,
#kansei .detail {
  margin-bottom: 40px;
}
#works .gallery-area,
#modelhouse .gallery-area,
#proposed .gallery-area,
#kansei .gallery-area {
  margin-bottom: 80px;
}
#works .gallery-area #mainImg,
#works .gallery-area #mainImg-model,
#modelhouse .gallery-area #mainImg,
#modelhouse .gallery-area #mainImg-model,
#proposed .gallery-area #mainImg,
#proposed .gallery-area #mainImg-model,
#kansei .gallery-area #mainImg,
#kansei .gallery-area #mainImg-model {
  margin-bottom: 10px;
}
#works .gallery-area #mainImg li img,
#works .gallery-area #mainImg-model li img,
#modelhouse .gallery-area #mainImg li img,
#modelhouse .gallery-area #mainImg-model li img,
#proposed .gallery-area #mainImg li img,
#proposed .gallery-area #mainImg-model li img,
#kansei .gallery-area #mainImg li img,
#kansei .gallery-area #mainImg-model li img {
  max-height: 400px;
  width: auto;
  margin: auto;
}
#works .gallery-area #mainImg li span,
#works .gallery-area #mainImg-model li span,
#modelhouse .gallery-area #mainImg li span,
#modelhouse .gallery-area #mainImg-model li span,
#proposed .gallery-area #mainImg li span,
#proposed .gallery-area #mainImg-model li span,
#kansei .gallery-area #mainImg li span,
#kansei .gallery-area #mainImg-model li span {
  display: block;
  height: 300px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
#works .gallery-area #subImg li span,
#works .gallery-area #subImg-model li span,
#modelhouse .gallery-area #subImg li span,
#modelhouse .gallery-area #subImg-model li span,
#proposed .gallery-area #subImg li span,
#proposed .gallery-area #subImg-model li span,
#kansei .gallery-area #subImg li span,
#kansei .gallery-area #subImg-model li span {
  display: block;
  height: 80px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin: 10px;
}
#works .gallery-area #subImg .slick-slide.slick-current.slick-active,
#works .gallery-area #subImg-model .slick-slide.slick-current.slick-active,
#modelhouse .gallery-area #subImg .slick-slide.slick-current.slick-active,
#modelhouse .gallery-area #subImg-model .slick-slide.slick-current.slick-active,
#proposed .gallery-area #subImg .slick-slide.slick-current.slick-active,
#proposed .gallery-area #subImg-model .slick-slide.slick-current.slick-active,
#kansei .gallery-area #subImg .slick-slide.slick-current.slick-active,
#kansei .gallery-area #subImg-model .slick-slide.slick-current.slick-active {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#works .gallery-area .slide-arrow,
#modelhouse .gallery-area .slide-arrow,
#proposed .gallery-area .slide-arrow,
#kansei .gallery-area .slide-arrow {
  background-color: #b68b7d;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
#works .gallery-area .prev-arrow,
#modelhouse .gallery-area .prev-arrow,
#proposed .gallery-area .prev-arrow,
#kansei .gallery-area .prev-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #b68b7d;
  top: 0;
  bottom: 0;
  z-index: 20;
  border: none;
  opacity: 0.9;
}
#works .gallery-area .prev-arrow:before,
#modelhouse .gallery-area .prev-arrow:before,
#proposed .gallery-area .prev-arrow:before,
#kansei .gallery-area .prev-arrow:before {
  content: "";
  border-bottom: 6px solid #b68b7d;
  border-left: 0;
  border-right: 10px solid #fff;
  border-top: 6px solid #b68b7d;
  z-index: 20;
  position: absolute;
  top: 7px;
  left: 6px;
}
#works .gallery-area .next-arrow,
#modelhouse .gallery-area .next-arrow,
#proposed .gallery-area .next-arrow,
#kansei .gallery-area .next-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #b68b7d;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  border: none;
  opacity: 0.9;
}
#works .gallery-area .next-arrow:before,
#modelhouse .gallery-area .next-arrow:before,
#proposed .gallery-area .next-arrow:before,
#kansei .gallery-area .next-arrow:before {
  content: "";
  border-bottom: 6px solid #b68b7d;
  border-right: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid #b68b7d;
  z-index: 20;
  position: absolute;
  top: 7px;
  left: 10px;
}
#works .gallery-area button,
#modelhouse .gallery-area button,
#proposed .gallery-area button,
#kansei .gallery-area button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
#works .gallery-area,
#modelhouse .gallery-area,
#proposed .gallery-area,
#kansei .gallery-area {
  /*
  		#subImg{
  		@include flex();
  		@include f-wrap();
  		li{
  		display: inline-block;
  		width: 47%;
  		margin: 15px 1.5% 0;
  		img{
  		width: 100%;
  		height: 150px;
  		object-fit: cover;
  	}
  }
  }
  */
}

@media (min-width: 768px) {
  #works h3,
  #modelhouse h3,
  #proposed h3,
  #kansei h3 {
    font-size: 2.8rem;
  }
  #works p.customer,
  #modelhouse p.customer,
  #proposed p.customer,
  #kansei p.customer {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
  #works .detail,
  #modelhouse .detail,
  #proposed .detail,
  #kansei .detail {
    margin-bottom: 80px;
  }
  #works .gallery-area,
  #modelhouse .gallery-area,
  #proposed .gallery-area,
  #kansei .gallery-area {
    margin-bottom: 80px;
  }
  #works .gallery-area #mainImg li img,
  #works .gallery-area #mainImg-model li img,
  #modelhouse .gallery-area #mainImg li img,
  #modelhouse .gallery-area #mainImg-model li img,
  #proposed .gallery-area #mainImg li img,
  #proposed .gallery-area #mainImg-model li img,
  #kansei .gallery-area #mainImg li img,
  #kansei .gallery-area #mainImg-model li img {
    max-height: 800px;
    width: auto;
    margin: auto;
  }
  #works .gallery-area #mainImg li span,
  #works .gallery-area #mainImg-model li span,
  #modelhouse .gallery-area #mainImg li span,
  #modelhouse .gallery-area #mainImg-model li span,
  #proposed .gallery-area #mainImg li span,
  #proposed .gallery-area #mainImg-model li span,
  #kansei .gallery-area #mainImg li span,
  #kansei .gallery-area #mainImg-model li span {
    height: 600px;
  }
  #works .gallery-area #subImg li span,
  #works .gallery-area #subImg-model li span,
  #modelhouse .gallery-area #subImg li span,
  #modelhouse .gallery-area #subImg-model li span,
  #proposed .gallery-area #subImg li span,
  #proposed .gallery-area #subImg-model li span,
  #kansei .gallery-area #subImg li span,
  #kansei .gallery-area #subImg-model li span {
    display: block;
    height: 120px;
  }
  #works .gallery-area .prev-arrow,
  #modelhouse .gallery-area .prev-arrow,
  #proposed .gallery-area .prev-arrow,
  #kansei .gallery-area .prev-arrow {
    width: 45px;
    height: 45px;
    top: 0;
    bottom: 0;
  }
  #works .gallery-area .prev-arrow:before,
  #modelhouse .gallery-area .prev-arrow:before,
  #proposed .gallery-area .prev-arrow:before,
  #kansei .gallery-area .prev-arrow:before {
    content: "";
    border-bottom: 10px solid #b68b7d;
    border-left: 0;
    border-right: 16px solid #fff;
    border-top: 10px solid #b68b7d;
    left: -25px;
    top: 12px;
    left: 11px;
  }
  #works .gallery-area .next-arrow,
  #modelhouse .gallery-area .next-arrow,
  #proposed .gallery-area .next-arrow,
  #kansei .gallery-area .next-arrow {
    width: 45px;
    height: 45px;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #works .gallery-area .next-arrow:before,
  #modelhouse .gallery-area .next-arrow:before,
  #proposed .gallery-area .next-arrow:before,
  #kansei .gallery-area .next-arrow:before {
    content: "";
    border-bottom: 10px solid #b68b7d;
    border-right: 0;
    border-left: 16px solid #fff;
    border-top: 10px solid #b68b7d;
    top: 12px;
    left: 17px;
  }
}
/*　////////////////////////////////
モデルハウス　提案住宅 完成見学会　記事ページ
スライド追加の際はheader.php
//////////////////////////////////　*/
/*　////////////////////////////////
スライド追加の際はheader.phpのスタイルも追加
//////////////////////////////////　*/
#modelhouse h3,
#proposed h3,
#kansei h3 {
  margin-bottom: 45px;
}
#modelhouse .plan,
#modelhouse .tour,
#proposed .plan,
#proposed .tour,
#kansei .plan,
#kansei .tour {
  text-align: center;
  margin-bottom: 20px;
}
#modelhouse .plan span,
#modelhouse .tour span,
#proposed .plan span,
#proposed .tour span,
#kansei .plan span,
#kansei .tour span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #b68b7d;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 5px 20px;
  line-height: 1;
  letter-spacing: 0.2rem;
}
#modelhouse .txt-list,
#proposed .txt-list,
#kansei .txt-list {
  padding: 20px 20px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
#modelhouse .txt-list li,
#proposed .txt-list li,
#kansei .txt-list li {
  width: 100%;
}
#modelhouse .txt-list li span.left,
#proposed .txt-list li span.left,
#kansei .txt-list li span.left {
  margin: 10px 0 5px 0;
  display: block;
  font-size: 2rm;
}
@media (min-width: 480px) {
  #modelhouse .txt-list li span.left,
  #proposed .txt-list li span.left,
  #kansei .txt-list li span.left {
    margin: 0 0 10px 0;
  }
}
#modelhouse .txt-list li span.right,
#proposed .txt-list li span.right,
#kansei .txt-list li span.right {
  display: block;
  margin-left: 0px;
  text-align: left;
}
#modelhouse .txt-list li span,
#proposed .txt-list li span,
#kansei .txt-list li span {
  margin-left: 20px;
}
#modelhouse .txt-list li .fee,
#proposed .txt-list li .fee,
#kansei .txt-list li .fee {
  font-weight: bold;
}
#modelhouse .txt-list .feature-proposed-g,
#modelhouse .txt-list .feature-kansei-g,
#proposed .txt-list .feature-proposed-g,
#proposed .txt-list .feature-kansei-g,
#kansei .txt-list .feature-proposed-g,
#kansei .txt-list .feature-kansei-g {
  border-top: 1px solid #c9caca;
  padding-top: 20px;
  margin: 20px 0 0 0;
}
#modelhouse .txt-list .feature-proposed-g h4,
#modelhouse .txt-list .feature-kansei-g h4,
#proposed .txt-list .feature-proposed-g h4,
#proposed .txt-list .feature-kansei-g h4,
#kansei .txt-list .feature-proposed-g h4,
#kansei .txt-list .feature-kansei-g h4 {
  margin-bottom: 10px;
  font-size: 2rm;
}
#modelhouse .txt-list .feature-proposed-g ul li,
#modelhouse .txt-list .feature-kansei-g ul li,
#proposed .txt-list .feature-proposed-g ul li,
#proposed .txt-list .feature-kansei-g ul li,
#kansei .txt-list .feature-proposed-g ul li,
#kansei .txt-list .feature-kansei-g ul li {
  margin-bottom: 0px;
}
@media (min-width: 480px) {
  #modelhouse .txt-list .feature-proposed-g ul li,
  #modelhouse .txt-list .feature-kansei-g ul li,
  #proposed .txt-list .feature-proposed-g ul li,
  #proposed .txt-list .feature-kansei-g ul li,
  #kansei .txt-list .feature-proposed-g ul li,
  #kansei .txt-list .feature-kansei-g ul li {
    margin-bottom: 7px;
    width: 49%;
    float: left;
  }
}
#modelhouse .txt-list .feature-proposed-g ul li span,
#modelhouse .txt-list .feature-kansei-g ul li span,
#proposed .txt-list .feature-proposed-g ul li span,
#proposed .txt-list .feature-kansei-g ul li span,
#kansei .txt-list .feature-proposed-g ul li span,
#kansei .txt-list .feature-kansei-g ul li span {
  margin: 0 10px 0 0;
  font-size: 1.2rem;
}
#modelhouse .postscript-proposed,
#modelhouse .postscript-kansei,
#proposed .postscript-proposed,
#proposed .postscript-kansei,
#kansei .postscript-proposed,
#kansei .postscript-kansei {
  background-color: #b68b7d;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #modelhouse h3,
  #proposed h3,
  #kansei h3 {
    margin-bottom: 60px;
  }
  #modelhouse .txt-list,
  #proposed .txt-list,
  #kansei .txt-list {
    padding: 40px 50px;
    margin-bottom: 40px;
  }
  #modelhouse .txt-list li,
  #proposed .txt-list li,
  #kansei .txt-list li {
    margin-bottom: 10px;
  }
  #modelhouse .txt-list li span.left,
  #proposed .txt-list li span.left,
  #kansei .txt-list li span.left {
    float: left;
    width: 18%;
  }
  #modelhouse .txt-list li span.right,
  #proposed .txt-list li span.right,
  #kansei .txt-list li span.right {
    float: left;
    width: 82%;
    text-align: left;
  }
  #modelhouse .txt-list .feature-proposed-g ul li,
  #modelhouse .txt-list .feature-kansei-g ul li,
  #proposed .txt-list .feature-proposed-g ul li,
  #proposed .txt-list .feature-kansei-g ul li,
  #kansei .txt-list .feature-proposed-g ul li,
  #kansei .txt-list .feature-kansei-g ul li {
    width: 33%;
  }
}
/*　////////////////////////////////
施工事例 モデルハウス　共通
//////////////////////////////////　*/
.all-wrapper .taxonomy-title {
  text-align: center;
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  color: #b68b7d;
  font-size: clamp(2rem, 2.6vw, 3rem);
}
.all-wrapper {
  /*一覧*/
}
.all-wrapper .list-6 {
  margin-bottom: 80px;
  border-top: 1px solid #c9caca;
}
.all-wrapper .list-6 .contents-wrap-3 {
  margin-left: 0;
  margin-right: 0;
}
.all-wrapper .list-6 .box-3 {
  width: 50%;
  margin: 0 0 0 -1px;
  border: 1px solid #c9caca;
  border-left: none;
  border-top: none;
}
.all-wrapper .list-6 .box-3 .inner {
  padding: 30px 15px;
  position: relative;
}
.all-wrapper .list-6 .box-3:nth-child(2),
.all-wrapper .list-6 .box-3:nth-child(4),
.all-wrapper .list-6 .box-3:nth-child(6) {
  border-right: none;
}
.all-wrapper .list-6 .thumb-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.all-wrapper .list-6 .thumb-wrap span {
  display: block;
  height: 180px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.all-wrapper .list-6 .cat {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  background-color: #b68b7d;
  line-height: 1;
  padding: 6px 15px;
  font-size: 1.4rem;
}
.all-wrapper .list-6 .txt p {
  margin-top: 10px;
}
.all-wrapper .list-6 .archive-proposed .thumb-wrap span,
.all-wrapper .list-6 .archive-kansei .thumb-wrap span {
  height: 130px;
}
.all-wrapper .list-6 .archive-proposed .cat,
.all-wrapper .list-6 .archive-kansei .cat {
  position: absolute;
  left: auto;
  right: 15px;
}
@media (min-width: 768px) {
  .all-wrapper .list-6 .archive-proposed .cat,
  .all-wrapper .list-6 .archive-kansei .cat {
    right: 40px;
  }
}
@media (min-width: 480px) {
  .all-wrapper .list-6 .thumb-wrap span {
    height: 250px;
  }
}
@media (min-width: 987px) {
  .all-wrapper .list-6 .box-3 {
    width: 33.33%;
    margin: 0 0 0 -1px;
    border-left: none;
  }
  .all-wrapper .list-6 .box-3 .inner {
    padding: 60px 40px;
  }
  .all-wrapper .list-6 .box-3:nth-child(3),
  .all-wrapper .list-6 .box-3:nth-child(6) {
    border-right: none;
  }
  .all-wrapper .list-6 .box-3:nth-child(2),
  .all-wrapper .list-6 .box-3:nth-child(4) {
    border-right: 1px solid #c9caca;
  }
  .all-wrapper .list-6 .thumb-wrap span {
    height: 300px;
  }
  .all-wrapper .list-6 .cat {
    top: 60px;
    left: 40px;
    padding: 8px 30px;
    font-size: 1.6rem;
  }
  .all-wrapper .list-6 .txt p {
    margin-top: 10px;
  }
  .all-wrapper .list-6 .archive-proposed .thumb-wrap span,
  .all-wrapper .list-6 .archive-kansei .thumb-wrap span {
    height: 160px;
  }
}
@media (min-width: 1220px) {
  .all-wrapper .list-6 .thumb-wrap span {
    height: 400px;
  }
  .all-wrapper .list-6 .archive-proposed .thumb-wrap span,
  .all-wrapper .list-6 .archive-kansei .thumb-wrap span {
    height: 300px;
  }
}

/*all-wrapper*/
/*記事　下部分*/
#works .single-foot,
#modelhouse .single-foot,
#proposed .single-foot,
#kansei .single-foot {
  border-top: 1px solid #c9caca;
  padding-top: 40px;
}
#works .btn,
#modelhouse .btn,
#proposed .btn,
#kansei .btn {
  display: inline-block;
  color: #fff;
  background-color: #b68b7d;
  padding: 5px 15px 7px;
}
#works .btn a,
#modelhouse .btn a,
#proposed .btn a,
#kansei .btn a {
  color: #fff;
}
#works .right,
#modelhouse .right,
#proposed .right,
#kansei .right {
  text-align: right;
}
#works .btnA a,
#modelhouse .btnA a,
#proposed .btnA a,
#kansei .btnA a {
  max-width: 480px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #works .btn,
  #modelhouse .btn,
  #proposed .btn,
  #kansei .btn {
    display: inline-block;
  }
}
.form-btm {
  text-align: center;
  margin: 40px 0;
}
.form-btm a {
  display: inline-block;
  border: 2px solid #231815;
  padding: 15px 30px;
  font-size: 2rem;
  font-weight: bold;
  width: 80%;
}

/*------------- お客様の声スタイル -------------*/
.single-voice .entry-title {
  padding-bottom: 5px;
  color: #b68b7d;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-voice .entry-title::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% + 15px);
  left: -15px;
  bottom: -15px;
  background: #b68b7d;
}
.single-voice .post-date {
  margin-bottom: 10px;
}
.single-voice .cat {
  margin-bottom: 20px;
}
.single-voice .cat .post-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.single-voice .cat .post-category-list .post-category-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px;
  background: #b68b7d;
  color: #fff;
  line-height: 1;
}
.single-voice .user {
  font-size: clamp(1.9rem, 2.2vw, 2.4rem);
  margin-bottom: 30px;
  color: #b68b7d;
}
.single-voice .voice-title {
  margin-bottom: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  color: #b68b7d;
  font-size: clamp(1.9rem, 2.2vw, 2.4rem);
}
.single-voice .voice-txt {
  margin-bottom: clamp(30px, 25.4545454545px + 1.2121212121vw, 40px);
}
.single-voice .voice-txt p {
  font-size: 1.6rem;
}
.single-voice .voice-txt p:not(:last-child) {
  margin-bottom: 15px;
}
.single-voice .voice-txt p span {
  font-size: 2.2rem;
  font-weight: bold;
  color: #b68b7d;
}
.single-voice .voice-img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-bottom: clamp(30px, 25.4545454545px + 1.2121212121vw, 40px);
}
.single-voice .voice-img-group .img-box {
  width: 100%;
}
.single-voice .border {
  border-bottom: 1px solid #dbdcdc;
  margin: clamp(50px, 40.9090909091px + 2.4242424242vw, 70px) 0;
}

@media (min-width: 768px) {
  .single-voice .voice-img-group .img-box {
    width: 48%;
  }
}