@charset "UTF-8";
/*!
Theme Name: lahacienda 2018
*/
/*!====================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

このcssファイルはSassから生成されています。
編集の際はscssフォルダのstyle.scssを使用してください。

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
=====================================================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*=========================================================
font
=========================================================*/
/*=========================================================
common
=========================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  display: flex;
  /* footerを下部に固定の為の設定 */
  flex-direction: column;
  /* footerを下部に固定の為の設定 */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 3vw;
  line-height: 1.75;
  letter-spacing: .075em;
  color: #fff;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p,
button {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  overflow: hidden;
}

dl {
  overflow: hidden;
}

address {
  font-style: normal;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  outline: none;
  color: #fff;
}

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

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

.tel {
  pointer-events: auto;
}
@media screen and (min-width: 48em) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 48em) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .sp {
    display: none !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

.text-right {
  text-align: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 2%;
}

img.alignleft {
  margin: 0 2% 2% 0;
}

img.alignright {
  margin: 0 0 2% 2%;
}

img.aligncenter {
  margin: 0 auto 2%;
}

.locked {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*=========================================================
#header
=========================================================*/
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 48em) {
  #header {
    position: static;
    min-width: 1000px;
  }
}

.header-bg {
  background: #251500;
}
@media screen and (min-width: 48em) {
  .header-bg {
    height: 100px;
  }
}

.logo {
  width: 48.4%;
  height: 16vw;
  margin-left: 2.5%;
  padding-top: 3.6vw;
  font-size: 0;
}
@media screen and (min-width: 48em) {
  .logo {
    position: relative;
    z-index: 9999;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-top: 24px;
  }
  .logo a {
    display: block;
    width: 290px;
  }
}

.btn-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 18vw;
  height: 16vw;
  border-left: 1px solid #c4c3c2;
}
@media screen and (min-width: 48em) {
  .btn-menu {
    display: none;
  }
}
.btn-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48.88%;
  height: .5vw;
  background: #f4f4f4;
}
.btn-menu span::before, .btn-menu span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: .5vw;
  background: #f4f4f4;
}
.btn-menu span::before {
  top: -2.2vw;
}
.btn-menu span::after {
  top: 2.2vw;
}

.dropdown-wrap {
  display: none;
  border-top: 1px solid #4d3b22;
  text-align: center;
  background: rgba(17, 10, 0, 0.95);
}
@media screen and (min-width: 48em) {
  .dropdown-wrap {
    display: block !important;
    border-top: 0;
  }
}

.header-info-area {
  padding: 5.33% 0;
  background: #321c00;
  font-size: 2.8vw;
}
@media screen and (min-width: 48em) {
  .header-info-area {
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    font-size: 1.4rem;
  }
  .header-info-area p {
    float: right;
  }
}

@media screen and (min-width: 48em) {
  .tel-number {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #e2aa02;
  }
}

.btn-tel,
.btn-mail {
  display: block;
  width: 60%;
  margin: 4% auto 0;
  padding: 3.33% 0;
  background: #c99600;
  font-size: 3.4vw;
}
.btn-tel::before,
.btn-mail::before {
  content: "";
  display: inline-block;
  width: 5.6vw;
  height: 4.65vw;
  margin-right: 2%;
  vertical-align: top;
}

.btn-tel {
  font-weight: 700;
}
.btn-tel::before {
  background: url(img/common/icon_tel.png) no-repeat;
  background-size: cover;
}

.btn-mail {
  letter-spacing: .15em;
}
.btn-mail::before {
  background: url(img/common/icon_mail.png) no-repeat;
  background-size: cover;
}

.menu-global_nav-container {
  border-top: 1px solid #4d3b22;
  background: #321c00;
  letter-spacing: .1em;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .menu-global_nav-container ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
}
.menu-global_nav-container li {
  height: 10.7vw;
  border-bottom: 1px solid #4d3b22;
  font-size: 3vw;
  line-height: 10.7vw;
  position: relative;
}
@media screen and (min-width: 48em) {
  .menu-global_nav-container li {
    flex-grow: 1;
    height: 50px;
    border-bottom: 0;
    font-size: 1.4rem;
    line-height: 50px;
    text-align: center;
  }
  .menu-global_nav-container li.current-menu-item a {
    background: #4d2c01;
  }
}
.menu-global_nav-container li a {
  display: block;
  padding: 0 5%;
}
.menu-global_nav-container li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 2vw;
  height: 2vw;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 48em) {
  .menu-global_nav-container li a:hover {
    background: #4d2c01;
    opacity: 1;
  }
  .menu-global_nav-container li a::after {
    content: none;
  }
}

.btn-close {
  width: 40%;
  height: 8vw;
  margin: 8% auto;
  border: 1px solid #fffffe;
  color: #fffffe;
  font-size: 3.4vw;
  letter-spacing: .1em;
}
@media screen and (min-width: 48em) {
  .btn-close {
    display: none;
  }
}

/*=========================================================
.contact-link-area
=========================================================*/
.contact-link-area {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: .4% 0;
  background: #977100;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .contact-link-area {
    display: block;
    position: static;
    padding: 2px 0;
  }
}
.contact-link-area .contact-link-area-inner {
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 48em) {
  .contact-link-area .contact-link-area-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.contact-link-area .link-contact {
  display: inline-block;
  width: 49.1vw;
  height: 17.867vw;
  padding-top: 3.1vw;
  background: url(img/common/contact_btn_bg_sp.png) no-repeat;
  background-size: cover;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.74vw;
  line-height: 1.43;
  letter-spacing: .1em;
}
@media screen and (min-width: 48em) {
  .contact-link-area .link-contact {
    width: 500px;
    height: 96px;
    padding-top: 34px;
    background: url(img/common/contact_btn_bg_pc.png) no-repeat;
    background-size: cover;
    font-size: 20px;
  }
}

/*お電話でのお問い合わせモーダル*/
.inline-popup {
  display: none;
}
@media screen and (min-width: 48em) {
  .inline-popup {
    display: block;
    min-width: 500px;
    min-height: 200px;
    width: 40vw;
    height: 20vw;
    margin: 0 auto;
    background: #4d2c01;
    text-align: center;
    position: relative;
  }
}
.inline-popup p {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.inline-popup .tel-number {
  display: inline-block;
  margin: 5px 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #e2aa02;
}

#popup-tel .mfp-close {
  color: #fff;
}

/*=========================================================
.breadcrumb
=========================================================*/
.breadcrumb {
  padding: 1.6% 0;
  margin-bottom: 6.67%;
  background: #321c00;
}
@media screen and (min-width: 48em) {
  .breadcrumb {
    margin-bottom: 0;
    background: none;
    border-bottom: 1px solid #4d3b22;
  }
}
.breadcrumb ol {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .breadcrumb ol {
    width: 1000px;
  }
}
.breadcrumb li {
  display: inline-block;
  font-size: 2.8vw;
}
.breadcrumb li::after {
  content: " >";
}
.breadcrumb li:last-child::after {
  content: none;
}
@media screen and (min-width: 48em) {
  .breadcrumb li {
    font-size: 1.3rem;
  }
}
.breadcrumb a {
  border-bottom: 1px solid #fff;
}

/*=========================================================
#content
=========================================================*/
#content {
  flex: 1;
  /* footerを下部に固定の為の設定 */
  background: #1c1000;
}

.site-content {
  margin-top: 16vw;
}
@media screen and (min-width: 48em) {
  .site-content {
    margin-top: 0;
  }
}

/*=========================================================
#main
=========================================================*/
.main-inner {
  padding: 8% 0 10%;
}
@media screen and (min-width: 48em) {
  .main-inner {
    width: 1000px;
    padding: 60px 0;
    margin: 0 auto;
  }
}

/*=========================================================
heading
=========================================================*/
.entry-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.7vw;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 8%;
}
@media screen and (min-width: 48em) {
  .entry-title {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}

/*=========================================================
page common
=========================================================*/
article section {
  padding: 8% 2.5% 3.5%;
}
@media screen and (min-width: 48em) {
  article section {
    padding: 60px 0 37px;
  }
}
article section.lead {
  padding-top: 0;
}
.privacy-policy article section {
  border-bottom: 1px solid #9b9286;
}
.privacy-policy article section:last-child {
  border-bottom: 0;
}
article p {
  margin-bottom: 1.5em;
}

/*=========================================================
トップページ
=========================================================*/
@media screen and (min-width: 48em) {
  .kv {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.link-joint {
  width: 95%;
  margin: 0 auto 2.67%;
  background: #633902;
  line-height: 14.7vw;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .link-joint {
    width: 490px;
    margin-bottom: 20px;
    line-height: 70px;
  }
}
.link-joint a {
  display: block;
  position: relative;
}
.link-joint a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 3vw;
  height: 3vw;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 48em) {
  .link-joint a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.link-joint img {
  width: 34.67vw;
}
@media screen and (min-width: 48em) {
  .link-joint img {
    width: 37.96%;
  }
}

.home .hacienda-series-area {
  margin: 4% auto 10.67%;
}
@media screen and (min-width: 48em) {
  .home .hacienda-series-area {
    clear: both;
    margin: 20px 0 60px;
  }
}

.section-title {
  margin-bottom: 8%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.7vw;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .section-title {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 48em) {
  .list-hacienda-series {
    margin: 0 -10px;
  }
}
.list-hacienda-series li {
  width: 84.27%;
  margin: 0 auto 5.33%;
  background: #fff;
}
@media screen and (min-width: 48em) {
  .list-hacienda-series li {
    float: left;
    width: 320px;
    margin: 0 10px 20px;
  }
}
.list-hacienda-series a {
  display: block;
  padding: 2.2vw;
  position: relative;
}
@media screen and (min-width: 48em) {
  .list-hacienda-series a {
    padding: 8px;
  }
}
.list-hacienda-series a.sold-out::before {
  content: "";
  position: absolute;
  top: 0;
  right: 4.4vw;
  width: 19.53vw;
  height: 27vw;
  background: url(img/toppage/mark_sold_out.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 48em) {
  .list-hacienda-series a.sold-out::before {
    right: 16px;
    width: 70px;
    height: 93px;
  }
}
.list-hacienda-series .name {
  height: 16.8vw;
  padding-top: 2.7vw;
  background: #826100;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2vw;
  line-height: 1.3;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .list-hacienda-series .name {
    height: 58px;
    padding-top: 6px;
    font-size: 1.7rem;
  }
}
.list-hacienda-series .name .en {
  font-size: 3.77vw;
}
@media screen and (min-width: 48em) {
  .list-hacienda-series .name .en {
    font-size: 1.4rem;
  }
}
.list-hacienda-series .name .ja {
  font-size: 3vw;
}
@media screen and (min-width: 48em) {
  .list-hacienda-series .name .ja {
    font-size: 1.4rem;
  }
}

/*=========================================================
アシエンダとは
=========================================================*/
.about-lahacienda .lead p:first-child {
  font-size: 3.47vw;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .about-lahacienda .lead p:first-child {
    font-size: 1.8rem;
  }
}
.about-lahacienda .bg {
  background: #f6f6f3;
  color: #321c00;
  padding: 6vw 3vw 2vw;
  letter-spacing: .05em;
}
@media screen and (min-width: 48em) {
  .about-lahacienda .bg {
    padding: 28px 26px 6px;
    letter-spacing: .075em;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .particular-about section:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .particular-about section {
    display: flex;
    align-items: center;
    margin: 0 0 70px;
    padding: 0;
  }
}
.about-lahacienda .particular-about .flex-left {
  width: 52vw;
  margin: 0 auto 2vw;
}
@media screen and (min-width: 48em) {
  .about-lahacienda .particular-about .flex-left {
    width: 390px;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .particular-about .flex-right {
    width: 580px;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .particular-about .flex-right p {
    margin-bottom: 0;
  }
}
.about-lahacienda .particular-about .heading {
  display: flex;
  align-items: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4vw;
}
@media screen and (min-width: 48em) {
  .about-lahacienda .particular-about .heading {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
.about-lahacienda .particular-about .heading::before {
  content: "";
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  margin-right: 2vw;
  background: url("img/about-lahacienda/icon_logo.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 48em) {
  .about-lahacienda .particular-about .heading::before {
    width: 42px;
    height: 42px;
    margin-right: 17px;
  }
}
.about-lahacienda .section-heading {
  text-align: center;
  padding: 1.6% 0;
  margin-bottom: 5.7%;
  background: #826100;
  transform: skewX(-10deg) scaleX(0.99);
}
@media screen and (min-width: 48em) {
  .about-lahacienda .section-heading {
    margin-bottom: 40px;
    padding: 4px 0;
  }
}
.about-lahacienda .section-heading h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2vw;
  font-weight: 400;
  transform: skewX(10deg);
}
@media screen and (min-width: 48em) {
  .about-lahacienda .section-heading h2 {
    font-size: 2.5rem;
  }
}
.about-lahacienda .sub-heading {
  margin-bottom: 1.5vw;
  font-size: 4vw;
}
@media screen and (min-width: 48em) {
  .about-lahacienda .sub-heading {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
.about-lahacienda .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-lahacienda .images div {
  width: 49.5%;
  margin: 0 0 1.2vw;
}
@media screen and (min-width: 48em) {
  .about-lahacienda .images div {
    width: 320px;
    margin: 0 8px 8px 0;
  }
}
.about-lahacienda .images div:nth-child(1), .about-lahacienda .images div:nth-child(4), .about-lahacienda .images div:nth-child(7) {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 48em) {
  .about-lahacienda .images div:nth-child(1), .about-lahacienda .images div:nth-child(4), .about-lahacienda .images div:nth-child(7) {
    width: 320px;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .images div:nth-child(1) {
    margin-right: 8px;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .images div:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .images div:nth-child(4) {
    margin-right: 8px;
    margin-left: 0;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .images div:nth-child(6) {
    margin-right: auto;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .images div:nth-child(7) {
    margin-right: 8px;
  }
}
@media screen and (min-width: 48em) {
  .about-lahacienda .images div:last-child {
    margin-right: 0;
  }
}

/*=========================================================
定期借地権付き住宅とは
=========================================================*/
.term_leasehold section {
  padding-top: 0;
}
.term_leasehold .term_leasehold-section-title {
  text-align: center;
  padding: 1.6% 0;
  margin-bottom: 5.7%;
  background: #826100;
  transform: skewX(-10deg) scaleX(0.99);
}
@media screen and (min-width: 48em) {
  .term_leasehold .term_leasehold-section-title {
    margin-bottom: 40px;
    padding: 4px 0;
  }
}
.term_leasehold .term_leasehold-section-title h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2vw;
  font-weight: 400;
  transform: skewX(10deg);
}
@media screen and (min-width: 48em) {
  .term_leasehold .term_leasehold-section-title h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .term_leasehold .term_leasehold-set .alignright {
    width: 610px;
  }
}
@media screen and (min-width: 48em) {
  .term_leasehold .top-img {
    width: 360px;
  }
}
.term_leasehold .law {
  padding: .4vw 0 .4vw .5em;
  border-left: .6vw solid #826100;
  font-size: 3vw;
  font-weight: normal;
}
@media screen and (min-width: 48em) {
  .term_leasehold .law {
    padding: 4px 0 4px 10px;
    border-left: 5px solid #826100;
    font-size: 1.5rem;
  }
}
.term_leasehold h3 + p {
  padding-left: 1em;
}
.term_leasehold .links a {
  color: #B8891B;
  text-decoration: underline;
}

/*=========================================================
販売実績
=========================================================*/
.hacienda-series h2 {
  width: 66.25%;
  margin: 0 auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  text-align: center;
  background: #826100;
}
@media screen and (min-width: 48em) {
  .hacienda-series h2 {
    width: 260px;
    font-size: 1.6rem;
    line-height: 40px;
  }
}
.hacienda-series .series-list {
  margin-bottom: 5%;
}
@media screen and (min-width: 48em) {
  .hacienda-series .series-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.hacienda-series .series-list li {
  padding: 8% 2.5% 3.5%;
  border-bottom: 1px solid #9b9286;
}
@media screen and (min-width: 48em) {
  .hacienda-series .series-list li {
    width: 320px;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 40px;
    border-bottom: 0;
  }
  .hacienda-series .series-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.hacienda-series .series-list li a {
  display: block;
}
.hacienda-series figure {
  margin: 2.8% 5.65%;
}
@media screen and (min-width: 48em) {
  .hacienda-series figure {
    margin: 10px 0 0;
  }
}
.hacienda-series figcaption {
  margin-top: 20px;
}

/*=========================================================
会社概要
=========================================================*/
.company .top-img {
  padding: 0 2.5%;
  margin-bottom: 5.33%;
}
@media screen and (min-width: 48em) {
  .company .top-img {
    padding: 0 90px;
    margin-bottom: 40px;
  }
}
.company table {
  width: 95%;
  margin: 0 auto 3.4%;
  border-collapse: collapse;
  border-top: 2px solid #b2b0a4;
  border-bottom: 2px solid #b2b0a4;
}
@media screen and (min-width: 48em) {
  .company table {
    width: 820px;
    margin-bottom: 40px;
  }
}
.company th,
.company td {
  padding: 2.5%;
  border: 1px solid #b2b0a4;
}
@media screen and (min-width: 48em) {
  .company th,
  .company td {
    padding: 19px;
  }
}
.company th {
  font-weight: normal;
  text-align: left;
  padding-left: 0;
  border-left: none;
  width: 8.4em;
}
@media screen and (min-width: 48em) {
  .company th {
    width: auto;
    padding-left: 19px;
  }
}
.company td {
  border-right: none;
}

/*=========================================================
お問い合わせ
=========================================================*/
.inquiry .entry-content p {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .inquiry .entry-content p {
    width: auto;
  }
}
.inquiry .entry-content p:first-child {
  margin-bottom: 1em;
}
.inquiry .entry-content p a {
  color: #b88918;
  text-decoration: underline;
}
.inquiry .mw_wp_form {
  width: 95%;
  margin: 11vw auto 0;
  padding: 12% 5%;
  background: #f6f6f3;
  color: #000;
}
@media screen and (min-width: 48em) {
  .inquiry .mw_wp_form {
    width: auto;
    margin: 55px 0 60px;
    padding: 90px 150px;
  }
}
.inquiry .mw_wp_form div + div {
  margin-top: 6.7vw;
}
@media screen and (min-width: 48em) {
  .inquiry .mw_wp_form div + div {
    margin-top: 45px;
  }
}
.inquiry .mw_wp_form .block-textarea {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .inquiry .mw_wp_form .block-textarea {
    margin-top: 25px;
  }
}
.inquiry .flexbox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .inquiry .flexbox {
    align-items: center;
  }
}
.inquiry fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.inquiry legend {
  margin-bottom: 5.34vw;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .inquiry legend {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .inquiry .type legend,
  .inquiry .family legend {
    float: left;
    width: 210px;
  }
}
@media screen and (min-width: 48em) {
  .inquiry .media legend {
    margin-bottom: 20px;
  }
}
.inquiry .label {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .inquiry .label {
    width: 210px;
  }
}
@media screen and (min-width: 48em) {
  .inquiry .block-textarea .label {
    margin-bottom: 15px;
  }
}
.inquiry .required::after {
  content: "＊必須";
  margin-left: .4em;
  color: #e91921;
}
.inquiry .mw_wp_form_confirm .required::after {
  content: "";
}
.inquiry input[type='text'],
.inquiry input[type='email'],
.inquiry input[type='submit'],
.inquiry button,
.inquiry textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  font-size: 16px;
  color: inherit;
  outline: 0;
}
.inquiry input[type='text'] {
  width: 100%;
  padding: 2.1vw;
  border: solid 1px #523000;
}
@media screen and (min-width: 48em) {
  .inquiry input[type='text'] {
    width: 410px;
    padding: 10px;
  }
}
.inquiry input[type='email'] {
  width: 100%;
  padding: 2.1vw;
  border: solid 1px #523000;
}
@media screen and (min-width: 48em) {
  .inquiry input[type='email'] {
    width: 490px;
    padding: 10px;
  }
}
.inquiry select {
  width: 5em;
  margin: 0 4vw 0 0;
  padding: .2em;
}
@media screen and (min-width: 48em) {
  .inquiry select {
    width: 100px;
    margin: 0 48px 0 20px;
    padding: 5px 0;
  }
}
.inquiry textarea {
  width: 100%;
  height: 40vw;
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .inquiry textarea {
    height: 300px;
  }
}
.inquiry input[type='submit'] {
  display: block;
  width: 62.667vw;
  margin: 0 auto;
  padding: 3.867vw 0;
  background: #826100;
  border: 0;
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: .1em;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .inquiry input[type='submit'] {
    width: 360px;
    padding: 21px 0;
    font-size: 1.6rem;
  }
}
.inquiry input[type='submit']:hover {
  opacity: .8;
}
.inquiry .mw_wp_form_confirm input[type='submit'] {
  width: 35vw;
}
@media screen and (min-width: 48em) {
  .inquiry .mw_wp_form_confirm input[type='submit'] {
    width: 280px;
  }
}
.inquiry input[name='submitBack'] {
  background: #A48E54;
}
.inquiry .mwform-radio-field {
  margin-right: 4vw;
}
@media screen and (min-width: 48em) {
  .inquiry .mwform-radio-field {
    margin-right: 45px;
  }
}
.inquiry .mwform-checkbox-field {
  margin: 0 9vw 8vw 0;
}
@media screen and (min-width: 48em) {
  .inquiry .mwform-checkbox-field {
    margin: 0 40px 20px 0;
  }
}
.inquiry .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.inquiry .mw_wp_form .error {
  width: 100%;
}

.confirm .mw_wp_form {
  width: 95%;
  margin: 11vw auto 0;
  padding: 12% 5%;
  background: #f6f6f3;
  color: #000;
}
@media screen and (min-width: 48em) {
  .confirm .mw_wp_form {
    width: auto;
    margin: 55px 0 60px;
    padding: 90px 150px;
  }
}
.confirm .mw_wp_form div + div {
  margin-top: 6.7vw;
}
@media screen and (min-width: 48em) {
  .confirm .mw_wp_form div + div {
    margin-top: 45px;
  }
}
@media screen and (min-width: 48em) {
  .confirm .flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.confirm .flexbox:last-of-type {
  display: flex;
}
.confirm .conf-email {
  display: none;
}
@media screen and (min-width: 48em) {
  .confirm .block-textarea {
    display: flex;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 48em) {
  .confirm .block-textarea .label {
    min-width: 210px;
    white-space: nowrap;
  }
}
.confirm fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 48em) {
  .confirm .type legend,
  .confirm .family legend,
  .confirm .media legend,
  .confirm .block-textarea .label {
    float: left;
    width: 210px;
    margin-right: 50px;
  }
}
.confirm .label {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .confirm .label {
    width: 210px;
    margin-right: 50px;
  }
}
.confirm input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  font-size: 16px;
  color: inherit;
  outline: 0;
  display: block;
  width: 35vw;
  margin: 0 auto;
  padding: 3.867vw 0;
  background: #826100;
  border: 0;
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: .1em;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .confirm input[type='submit'] {
    width: 280px;
    padding: 21px 0;
    font-size: 1.6rem;
  }
}
.confirm input[type='submit']:hover {
  opacity: .8;
}
.confirm input[name='submitBack'] {
  background: #A48E54;
}

.complete .entry-content p {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .complete .entry-content p {
    width: auto;
  }
}

/*=========================================================
よくある質問
=========================================================*/
.category-faq dl {
  padding: 0 2.5%;
}
@media screen and (min-width: 48em) {
  .category-faq dl {
    padding: 0;
  }
}
.category-faq dt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #5c5243;
  padding: 1.4% 7.7%;
  margin-bottom: 2px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .category-faq dt {
    padding: 5px 17px 5px 55px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.category-faq dt:hover {
  opacity: .8;
  cursor: pointer;
}
.category-faq dt span {
  display: inline-block;
  padding-left: 1.4%;
  border-left: 1px solid #b4b1ac;
}
.category-faq dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7.7%;
  margin: auto;
  background: url(img/faq/q.png) left center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 48em) {
  .category-faq dt::before {
    width: 45px;
    left: 5px;
  }
}
.category-faq dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7.7%;
  margin: auto;
  background: url(img/faq/arrow_close.png) right center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 48em) {
  .category-faq dt::after {
    width: 35px;
    right: 15px;
  }
}
.category-faq dt.open::after {
  background: url(img/faq/arrow_open.png) right center no-repeat;
  background-size: contain;
}
.category-faq dd {
  display: none;
  width: 84.21%;
  margin: 8.5% auto;
}
@media screen and (min-width: 48em) {
  .category-faq dd {
    width: 600px;
    margin: 30px auto;
  }
}

/*=========================================================
ページトップへ戻る
=========================================================*/
.btn-pagetop {
  position: fixed;
  right: 0;
  bottom: 5%;
  width: 13.34%;
  height: 6.5%;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .btn-pagetop {
    right: 50%;
    width: 50px;
    height: 40px;
    margin-right: -500px;
  }
}
.btn-pagetop a {
  display: block;
  height: 100%;
  background: #a37f13;
}
.btn-pagetop .triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 2.7vw solid transparent;
  border-bottom: 2.9vw solid #fff;
  border-left: 2.7vw solid transparent;
}
@media screen and (min-width: 48em) {
  .btn-pagetop .triangle {
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent;
  }
}

/*=========================================================
#footer
=========================================================*/
#footer {
  background: #1c1000;
}
@media screen and (min-width: 48em) {
  #footer {
    min-width: 1000px;
    border-top: 1px solid #4d3b22;
  }
}
#footer .contact-link-area {
  display: none;
}

.menu-footer_nav-container {
  display: none;
}
@media screen and (min-width: 48em) {
  .menu-footer_nav-container {
    display: block;
    background: #321c00;
  }
}
@media screen and (min-width: 48em) {
  .menu-footer_nav-container ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .menu-footer_nav-container li {
    flex-grow: 1;
    font-size: 1.4rem;
    line-height: 50px;
  }
  .menu-footer_nav-container li.current-menu-item a {
    background: #4d2c01;
  }
}
.menu-footer_nav-container a {
  display: block;
  text-align: center;
}
.menu-footer_nav-container a:hover {
  background: #4d2c01;
  opacity: 1;
}

.footer-info {
  padding: 4% 0 4% 2.5%;
  letter-spacing: .1em;
}
@media screen and (min-width: 48em) {
  .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 590px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
  }
}
.footer-info .company {
  font-size: 3.2vw;
}
@media screen and (min-width: 48em) {
  .footer-info .company {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 48em) {
  .footer-info .link-company {
    width: 180px;
    background: #633902;
  }
}
.footer-info .link-company a {
  display: block;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.footer-info .link-company a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.footer-info .address {
  font-size: 2.8vw;
}
@media screen and (min-width: 48em) {
  .footer-info .address {
    font-size: 1.4rem;
  }
}

.copyright {
  padding: 2.8vw 0;
  border-top: 1px solid #4d3b22;
  background: #0f0901;
  font-size: 3vw;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .copyright {
    padding: 2px 0;
    font-size: 1.5rem;
  }
}
