@charset "UTF-8";
/* CSS Document */
/* mixin */
/* アニメーション */
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes scaling {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes scaling {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeFlash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeFlash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@keyframes fadeFlash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes zoomfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes zoomfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes zoomfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-6%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-6%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-6%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-6%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-6%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-6%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

/******************************************************
 ベース
******************************************************/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
  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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

/* html5用 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/*------------------------------
  リセット
------------------------------*/
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1em; }

li {
  list-style: none; }

.headline {
  font-size: 116%;
  margin-bottom: 10px; }

/*------------------------------
  全体
------------------------------*/
body {
  color: #000;
  background-color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px; } }

a {
  color: #188f23;
  text-decoration: none; }

a:hover {
  color: #31dc41;
  text-decoration: none; }
  a:hover img {
    opacity: 0.6; }

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

/******************************************************
 レイアウト
*******************************************************/
.header {
  padding-top: 15px;
  border-top: 5px solid #735d4e; }
  @media (min-width: 768px) {
    .header {
      padding-top: 25px;
      border-top: 12px solid #735d4e; } }

.header-contact-area {
  display: none;
  text-align: right; }
  @media (min-width: 1030px) {
    .header-contact-area {
      display: block; } }
  .header-contact-area > * {
    display: inline-block; }

.header-contact-tel {
  color: #735d4e;
  font-size: 20px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .header-contact-tel {
      font-size: 27px; } }
  .header-contact-tel img {
    margin-right: 10px;
    vertical-align: middle; }
  .header-contact-tel a {
    color: #735d4e; }

.header-contact-text {
  margin-right: -0.5em;
  font-size: 12px; }

.header-contents-area {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative; }
  .header-contents-area > * {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .header-contents-area {
      margin-bottom: 25px; } }
  @media (min-width: 1030px) {
    .header-contents-area {
      display: block; }
      .header-contents-area > * {
        display: block; } }

.header-logo-box {
  width: 180px; }
  @media (min-width: 1030px) {
    .header-logo-box {
      width: auto; } }
  .header-logo-box img {
    width: 100%; }
    @media (min-width: 1030px) {
      .header-logo-box img {
        width: auto; } }

.header-hamburger-box {
  text-align: right; }

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

.gnav {
  display: none;
  margin-bottom: 30px; }
  @media (min-width: 1030px) {
    .gnav {
      display: block; } }

.gnav-list {
  margin-left: -30px;
  letter-spacing: -0.4em; }
  .gnav-list > * {
    display: inline-block;
    width: 16.66667%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal; }

.gnav-item {
  display: block;
  padding: 5px;
  text-align: center;
  line-height: 1; }
  .gnav-item strong {
    display: block;
    margin-bottom: 8px;
    color: #735d4e;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    @media screen and (min-width: 768px) {
      .gnav-item strong {
        font-size: 25px; } }
  .gnav-item small {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .gnav-item small {
        font-size: 14px; } }
  .gnav-item:hover strong, .gnav-item:focus strong {
    color: #188f23; }

.header-fixed {
  display: none;
  width: 100%;
  padding-top: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 8px solid #735d4e;
  position: fixed;
  z-index: 9999; }
  .header-fixed.fixed {
    display: block; }
  .header-fixed .gnav {
    margin-bottom: 15px; }
  @media (min-width: 1030px) {
    .header-fixed .header-contents-area {
      display: none; } }

.contents {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .contents {
      margin-top: 120px; } }
  body.home .contents {
    margin-top: 0; }
    @media (min-width: 768px) {
      body.home .contents {
        margin-top: 0; } }
  body.news .contents {
    margin-top: 40px; }
    @media (min-width: 768px) {
      body.news .contents {
        margin-top: 60px; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 970px;
      max-width: 100%; } }
  @media (min-width: 1030px) {
    .container {
      width: 1030px;
      max-width: 100%; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.footer {
  margin-top: 100px; }
  @media (min-width: 768px) {
    .footer {
      margin-top: 120px; } }
  body.news .footer {
    margin-top: 0;
    padding-top: 100px;
    background-color: #efe6dd; }
    @media (min-width: 768px) {
      body.news .footer {
        margin-top: 0;
        padding-top: 120px; } }

.footer-copy-area {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #735d4e;
  color: #FFF;
  position: relative; }
  .footer-copy-area .copy {
    font-size: 12px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer-copy-area .copy {
        font-size: 14px; } }

.footer-pagetop {
  width: 75px;
  height: 107px;
  position: absolute;
  right: 15px;
  bottom: 100%; }
  @media (min-width: 768px) {
    .footer-pagetop {
      right: 70px; } }
  .footer-pagetop img {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .footer-pagetop img.on {
      opacity: 0;
      margin-left: -36px;
      top: 15px;
      left: 50%; }
  .footer-pagetop:hover img, .footer-pagetop:focus img {
    opacity: 1; }
    .footer-pagetop:hover img.on, .footer-pagetop:focus img.on {
      opacity: 1; }
    .footer-pagetop:hover img.off, .footer-pagetop:focus img.off {
      opacity: 0; }

/******************************************************
 モジュール
*******************************************************/
/* Utility */
.font-size-base {
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .font-size-base {
      font-size: 16px; } }

.font-size-large4 {
  font-size: 26px; }
  @media screen and (min-width: 768px) {
    .font-size-large4 {
      font-size: 40px; } }

.font-size-large3 {
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .font-size-large3 {
      font-size: 30px; } }

.font-size-large2 {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .font-size-large2 {
      font-size: 27px; } }

.font-size-large {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .font-size-large {
      font-size: 19px; } }

.font-size-small {
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .font-size-small {
      font-size: 14px; } }

.text-color {
  color: #000; }

.text-primary {
  color: #188f23; }

.text-success {
  color: #8f7d71; }

.text-info {
  color: #735d4e; }

.text-warning {
  color: #f0ad4e; }

.text-danger {
  color: #c20d23; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-block {
  display: block; }

br.pc {
  display: none; }
  @media (min-width: 1030px) {
    br.pc {
      display: inline; } }

.margin-top-xs {
  margin-top: 20px; }

.margin-top-sm {
  margin-top: 40px; }

.margin-top-md {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .margin-top-md {
      margin-top: 60px; } }

.margin-top-lg {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .margin-top-lg {
      margin-top: 120px; } }

.margin-bottom-xs {
  margin-bottom: 20px; }

.margin-bottom-sm {
  margin-bottom: 40px; }

.margin-bottom-md {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .margin-bottom-md {
      margin-bottom: 60px; } }

.margin-bottom-lg {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .margin-bottom-lg {
      margin-bottom: 120px; } }

.mT0 {
  margin-top: 0; }

.mT5 {
  margin-top: 5px; }

.mT10 {
  margin-top: 10px; }

.mT15 {
  margin-top: 15px; }

.mT20 {
  margin-top: 20px; }

.mT25 {
  margin-top: 25px; }

.mT30 {
  margin-top: 30px; }

.mT35 {
  margin-top: 35px; }

.mT40 {
  margin-top: 40px; }

.mT45 {
  margin-top: 45px; }

.mT50 {
  margin-top: 50px; }

.mT55 {
  margin-top: 55px; }

.mT60 {
  margin-top: 60px; }

.mB0 {
  margin-bottom: 0; }

.mB5 {
  margin-bottom: 5px; }

.mB10 {
  margin-bottom: 10px; }

.mB15 {
  margin-bottom: 15px; }

.mB20 {
  margin-bottom: 20px; }

.mB25 {
  margin-bottom: 25px; }

.mB30 {
  margin-bottom: 30px; }

.mB35 {
  margin-bottom: 35px; }

.mB40 {
  margin-bottom: 40px; }

.mB45 {
  margin-bottom: 45px; }

.mB50 {
  margin-bottom: 50px; }

.mB55 {
  margin-bottom: 55px; }

.mB60 {
  margin-bottom: 60px; }

.mL0 {
  margin-left: 0; }

.mL5 {
  margin-left: 5px; }

.mL10 {
  margin-left: 10px; }

.mL15 {
  margin-left: 15px; }

.mL20 {
  margin-left: 20px; }

.mL25 {
  margin-left: 25px; }

.mL30 {
  margin-left: 30px; }

.mL35 {
  margin-left: 35px; }

.mL40 {
  margin-left: 40px; }

.mL45 {
  margin-left: 45px; }

.mL50 {
  margin-left: 50px; }

.mL55 {
  margin-left: 55px; }

.mL60 {
  margin-left: 60px; }

.mR0 {
  margin-right: 0; }

.mR5 {
  margin-right: 5px; }

.mR10 {
  margin-right: 10px; }

.mR15 {
  margin-right: 15px; }

.mR20 {
  margin-right: 20px; }

.mR25 {
  margin-right: 25px; }

.mR30 {
  margin-right: 30px; }

.mR35 {
  margin-right: 35px; }

.mR40 {
  margin-right: 40px; }

.mR45 {
  margin-right: 45px; }

.mR50 {
  margin-right: 50px; }

.mR55 {
  margin-right: 55px; }

.mR60 {
  margin-right: 60px; }

/*--------------------------------------------------
	パディング
--------------------------------------------------*/
.pT0 {
  padding-top: 0; }

.pT5 {
  padding-top: 5px; }

.pT10 {
  padding-top: 10px; }

.pT15 {
  padding-top: 15px; }

.pT20 {
  padding-top: 20px; }

.pT25 {
  padding-top: 25px; }

.pT30 {
  padding-top: 30px; }

.pT35 {
  padding-top: 35px; }

.pT40 {
  padding-top: 40px; }

.pT45 {
  padding-top: 45px; }

.pT50 {
  padding-top: 50px; }

.pT55 {
  padding-top: 55px; }

.pT60 {
  padding-top: 60px; }

.pB0 {
  padding-bottom: 0; }

.pB5 {
  padding-bottom: 5px; }

.pB10 {
  padding-bottom: 10px; }

.pB15 {
  padding-bottom: 15px; }

.pB20 {
  padding-bottom: 20px; }

.pB25 {
  padding-bottom: 25px; }

.pB30 {
  padding-bottom: 30px; }

.pB35 {
  padding-bottom: 35px; }

.pB40 {
  padding-bottom: 40px; }

.pB45 {
  padding-bottom: 45px; }

.pB50 {
  padding-bottom: 50px; }

.pB55 {
  padding-bottom: 55px; }

.pB60 {
  padding-bottom: 60px; }

.pL0 {
  padding-left: 0; }

.pL5 {
  padding-left: 5px; }

.pL10 {
  padding-left: 10px; }

.pL15 {
  padding-left: 15px; }

.pL20 {
  padding-left: 20px; }

.pL25 {
  padding-left: 25px; }

.pL30 {
  padding-left: 30px; }

.pL35 {
  padding-left: 35px; }

.pL40 {
  padding-left: 40px; }

.pL45 {
  padding-left: 45px; }

.pL50 {
  padding-left: 50px; }

.pL55 {
  padding-left: 55px; }

.pL60 {
  padding-left: 60px; }

.pR0 {
  padding-right: 0; }

.pR5 {
  padding-right: 5px; }

.pR10 {
  padding-right: 10px; }

.pR15 {
  padding-right: 15px; }

.pR20 {
  padding-right: 20px; }

.pR25 {
  padding-right: 25px; }

.pR30 {
  padding-right: 30px; }

.pR35 {
  padding-right: 35px; }

.pR40 {
  padding-right: 40px; }

.pR45 {
  padding-right: 45px; }

.pR50 {
  padding-right: 50px; }

.pR55 {
  padding-right: 55px; }

.pR60 {
  padding-right: 60px; }

/* ハンバーガーメニュー */
.hamburger {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer; }
  @media (min-width: 1030px) {
    .hamburger {
      display: none; } }

.hamburger span {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #735d4e;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }
  .hamburger span::before, .hamburger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 24px;
    background: #735d4e;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .hamburger span::before, .hamburger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    -o-transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
  .hamburger span::before {
    /* menu icon top line */
    top: -6px; }
  .hamburger span::after {
    /* menu icon bottom line */
    top: 6px; }

.hamburger.smooth span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }
  .hamburger.smooth span::before, .hamburger.smooth span::after {
    /* keep visible other 2 lines */
    background: #735d4e; }
  .hamburger.smooth span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg); }
  .hamburger.smooth span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg); }

.hamburger.smooth span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }
  .hamburger.smooth span::before, .hamburger.smooth span::after {
    /* keep visible other 2 lines */
    background: #735d4e; }
  .hamburger.smooth span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg); }
  .hamburger.smooth span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg); }

.hamburger-nav {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding: 10px 15px 20px;
  background-color: #FFF;
  background-color: rgba(115, 93, 78, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999; }
  @media (min-width: 768px) {
    .hamburger-nav {
      width: 300px; } }
  @media (min-width: 1200px) {
    .hamburger-nav {
      display: none !important; } }

.hamburger-list {
  margin-bottom: 20px; }
  .hamburger-list li {
    border-bottom: 1px solid #fff; }

.hamburger-item {
  display: block;
  padding: 10px 15px;
  text-align: center;
  line-height: 1; }
  .hamburger-item strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .hamburger-item strong {
        font-size: 19px; } }
  .hamburger-item small {
    display: block;
    color: #fff;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .hamburger-item small {
        font-size: 14px; } }

.hamburger-contact-area {
  margin-bottom: 20px; }
  .hamburger-contact-area .header-contact-tel,
  .hamburger-contact-area .header-contact-text {
    color: #fff; }
  .hamburger-contact-area .header-contact-tel img {
    width: 16px; }
  .hamburger-contact-area .header-contact-tel a {
    color: #FFF; }

.hamburger-button-item {
  display: block;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .hamburger-button-item {
      font-size: 19px; } }
  .hamburger-button-item.gallery {
    background-color: #FFF;
    color: #735d4e; }
  .hamburger-button-item.contact {
    background-color: #188f23;
    color: #FFF; }
  .hamburger-button-item img {
    margin-right: 10px;
    vertical-align: middle; }
  .hamburger-button-item:hover, .hamburger-button-item:focus {
    opacity: 0.6; }
    .hamburger-button-item:hover img, .hamburger-button-item:focus img {
      opacity: 1; }

/* panel */
.panel-pentagon {
  padding-top: 70px;
  background: #efe6dd url(../img/common/panel_pentagon_bg.svg) no-repeat center top;
  -webkit-background-size: 105% auto;
  -o-background-size: 105% auto;
  background-size: 105% auto; }

/* 見出し */
.head01 {
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .head01 {
      margin-bottom: 60px; } }
  .head01 strong {
    display: block;
    font-size: 26px;
    color: #188f23;
    font-family: 'Josefin Sans', sans-serif; }
    @media screen and (min-width: 768px) {
      .head01 strong {
        font-size: 40px; } }
  .head01 small {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .head01 small {
        font-size: 19px; } }
  a .head01:hover strong,
  a .head01:hover small, a .head01:focus strong,
  a .head01:focus small {
    opacity: 0.6; }

.head02 {
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: bold;
  position: relative; }
  @media screen and (min-width: 768px) {
    .head02 {
      font-size: 27px; } }
  .head02:before {
    content: "";
    width: 20px;
    height: 29px;
    background: url(../img/common/icon_access.svg) no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0; }

.head03 {
  margin-bottom: 20px;
  color: #188f23;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif; }
  @media screen and (min-width: 768px) {
    .head03 {
      font-size: 27px; } }

.head04 {
  margin-bottom: 20px;
  padding-left: 1.2em;
  color: #735d4e;
  font-size: 16px;
  font-weight: bold;
  position: relative; }
  @media screen and (min-width: 768px) {
    .head04 {
      font-size: 19px; } }
  .head04:before {
    content: "●";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/* table */
.table01 {
  display: block; }
  @media (min-width: 768px) {
    .table01 {
      display: table;
      width: 100%;
      border-collapse: collapse; } }
  .table01 tbody {
    display: block; }
    @media (min-width: 768px) {
      .table01 tbody {
        display: table-row-group; } }
  .table01 tr {
    display: block; }
    @media (min-width: 768px) {
      .table01 tr {
        display: table-row; } }
    .table01 tr:nth-child(odd) {
      background-color: #EFE6DD; }
  .table01 th, .table01 td {
    display: block;
    border: none;
    text-align: left;
    vertical-align: top; }
    @media (min-width: 768px) {
      .table01 th, .table01 td {
        display: table-cell; } }
  .table01 th {
    padding: 15px 15px 10px;
    color: #735d4e; }
    @media (min-width: 768px) {
      .table01 th {
        width: 30%;
        padding: 20px 50px; } }
  .table01 td {
    padding: 0 15px 15px; }
    @media (min-width: 768px) {
      .table01 td {
        padding: 20px 50px 20px 0; } }
.cap{
	margin-top: 20px;
}

/* パンくず */
.breadcrumbs {
  margin-bottom: 20px; }
  .breadcrumbs li {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .breadcrumbs li {
        font-size: 14px; } }
    .breadcrumbs li:before {
      content: ">";
      display: inline-block;
      margin-right: 5px; }
    .breadcrumbs li:first-child:before {
      display: none; }

/* 画面固定 */
.fixed-button-area {
  z-index: 100;
  display: none;
  position: fixed;
  top: 140px;
  right: 0; }
  @media (min-width: 1030px) {
    .fixed-button-area {
      display: block; } }

.fixed-button-item {
  display: block;
  margin-top: 25px; }
  .fixed-button-item:first-child {
    margin-top: 0; }

/* slick */
.slick-dots {
  bottom: 25px; }
  .slick-dots li button:before {
    color: #fff;
    font-size: 28px;
    opacity: 1; }
  .slick-dots li.slick-active button:before {
    color: #735d4e;
    opacity: 1; }

.slick-prev,
.slick-next {
  width: 63px;
  height: 137px;
  margin-top: 10px;/*
  top: 100%;*/
  top: 40%;
  z-index: 999; }
  @media (min-width: 768px) {
    .slick-prev,
    .slick-next {
  width: 63px;
  height: 137px;
      margin-top: 0;
      top: 50%; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    opacity: 0.6; }

.slick-prev {
  left: 0px; }

.slick-next {
  right: 0px; }

.slick-prev:before,
[dir='rtl'] .slick-prev:before,
.slick-next:before,
[dir='rtl'] .slick-next:before {
  display: none; }

.slick-prev:after,
[dir='rtl'] .slick-prev:after,
.slick-next:after,
[dir='rtl'] .slick-next:after {
  content: '';
  display: block;
  width: 63px;
  height: 137px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
  @media (min-width: 768px) {
    .slick-prev:after,
    [dir='rtl'] .slick-prev:after,
    .slick-next:after,
    [dir='rtl'] .slick-next:after {
      width: 63px;
      height: 137px; } }

.slick-prev:after {
    background-image: url("../img/slick_next.svg");}

[dir='rtl'] .slick-prev:after {
  background-image: url(../img/slick_next.svg);}

.slick-next:after {
  background-image: url("../img/slick_prev.svg");}

[dir='rtl'] .slick-next:after {
  background-image: url(../img/slick_prev.svg);}

/* 一覧 */
.archive-list {
  margin-bottom: 10px; }
  .archive-list > * {
    margin-bottom: 30px; }
  @media (min-width: 480px) {
    .archive-list {
      margin-left: -20px;
      letter-spacing: -0.4em; }
      .archive-list > * {
        display: inline-block;
        width: 50%;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; } }
  @media (min-width: 768px) {
    .archive-list {
      margin-left: -20px;
      letter-spacing: -0.4em; }
      .archive-list > * {
        display: inline-block;
        width: 33.33333%;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; }
      .archive-list > * {
        margin-bottom: 40px; } }
  @media (min-width: 1030px) {
    .archive-list {
      margin-left: -56px;
      letter-spacing: -0.4em; }
      .archive-list > * {
        display: inline-block;
        width: 33.33333%;
        padding-left: 56px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; }
      .archive-list > * {
        margin-bottom: 60px; } }
  .archive-list li {
    opacity: 0; }
    .archive-list li.inview {
      -webkit-animation: fadeInUp 0.8s ease 0.2s forwards;
      -moz-animation: fadeInUp 0.8s ease 0.2s forwards;
      animation: fadeInUp 0.8s ease 0.2s forwards;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    @media (min-width: 480px) {
      .archive-list li:nth-child(2n+1).inview {
        -webkit-animation: fadeInUp 0.6s ease 0.2s;
        -moz-animation: fadeInUp 0.6s ease 0.2s;
        animation: fadeInUp 0.6s ease 0.2s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      .archive-list li:nth-child(2n+2).inview {
        -webkit-animation: fadeInUp 0.6s ease 0.4s;
        -moz-animation: fadeInUp 0.6s ease 0.4s;
        animation: fadeInUp 0.6s ease 0.4s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; } }
    @media (min-width: 768px) {
      .archive-list li:nth-child(2n+1).inview {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      .archive-list li:nth-child(2n+2).inview {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      .archive-list li:nth-child(3n+1).inview {
        -webkit-animation: fadeInUp 0.6s ease 0.2s;
        -moz-animation: fadeInUp 0.6s ease 0.2s;
        animation: fadeInUp 0.6s ease 0.2s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      .archive-list li:nth-child(3n+2).inview {
        -webkit-animation: fadeInUp 0.6s ease 0.4s;
        -moz-animation: fadeInUp 0.6s ease 0.4s;
        animation: fadeInUp 0.6s ease 0.4s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      .archive-list li:nth-child(3n+3).inview {
        -webkit-animation: fadeInUp 0.6s ease 0.6s;
        -moz-animation: fadeInUp 0.6s ease 0.6s;
        animation: fadeInUp 0.6s ease 0.6s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; } }

.archive-item {
  display: block;
  background-color: #FFF;
  position: relative; }
  .archive-item .new {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #188f23;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    position: absolute;
    top: -15px;
    left: 5px;
    z-index: 1; }
    .archive-item .new > * {
      display: table-cell;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle; }
    @media (min-width: 768px) {
      .archive-item .new {
        width: 70px;
        height: 70px;
        top: -25px;
        left: 10px; } }
    .archive-item .new > .inner {
      color: #FFF;
      font-size: 16px;
      font-weight: bold;
      font-family: 'Josefin Sans', sans-serif;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .archive-item .new > .inner {
          font-size: 19px; } }

  .archive-item .sold {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #735d4e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    position: absolute;
    top: -15px;
    left: 5px;
    z-index: 1; }
    .archive-item .sold > * {
      display: table-cell;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle; }
    @media (min-width: 768px) {
      .archive-item .sold {
        width: 70px;
        height: 70px;
        top: -25px;
        left: 10px; } }
    .archive-item .sold > .inner {
      color: #FFF;
      font-size: 10px;
      font-weight: bold;
      font-family: 'Josefin Sans', sans-serif;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .archive-item .sold > .inner {
          font-size: 14px; } }

  .archive-item .pic-box {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .archive-item .pic-box img {
      width: 100%; }
  .archive-item .text-box {
    padding: 20px;
    color: #000; }
    .archive-item .text-box time {
      display: block;
      margin-bottom: 20px;
      color: #735d4e; }
    .archive-item .text-box .access {
      margin-bottom: 8px;
      padding-left: 28px;
      position: relative; }
      .archive-item .text-box .access:before {
        content: "";
        width: 18px;
        height: 19px;
        background: url(../img/common/icon_access.svg) no-repeat 2px top;
        position: absolute;
        top: 0;
        left: 0; }
    .archive-item .text-box .price {
      margin: 0;
      padding-left: 28px;
      position: relative; }
      .archive-item .text-box .price:before {
        content: "";
        width: 18px;
        height: 16px;
        background: url(../img/common/icon_house.svg) no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
  .archive-item:hover .pic-box, .archive-item:focus .pic-box {
    opacity: 0.8; }

/* aroundview */
.aroundview-box {
  width: 100%; }
  .aroundview-box .ricoh-theta-spherical-image,
  .aroundview-box iframe {
    height: 300px !important; }
    @media (min-width: 768px) {
      .aroundview-box .ricoh-theta-spherical-image,
      .aroundview-box iframe {
        height: 500px !important; } }

/* googlemap */
.googlemap-area {
  position: relative; }

.googlemap-footsteps {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1; }
  @media (min-width: 768px) {
    .googlemap-footsteps {
      top: 20px;
      left: 60px; } }
  .googlemap-footsteps img {
    width: 54px; }
    @media (min-width: 768px) {
      .googlemap-footsteps img {
        width: auto; } }

.googlemap-map {
  height: 300px;
  background-color: #eee; }
  @media (min-width: 768px) {
    .googlemap-map {
      height: 370px; } }
  .googlemap-map iframe {
    width: 100%;
    height: 300px; }
    @media (min-width: 768px) {
      .googlemap-map iframe {
        height: 370px; } }

.googlemap-button {
  width: 100%;
  max-width: 240px;
  margin: 15px auto 0;
  padding: 15px;
  background-color: #188f23; }
  @media (min-width: 768px) {
    .googlemap-button {
      display: table;
      width: 80px;
      height: 80px;
      padding: 5px;
      -webkit-border-radius: 999px;
      border-radius: 999px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 60px;
      right: 100px; } }
  .googlemap-button:hover, .googlemap-button:focus {
    opacity: 0.6; }
  .googlemap-button a {
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .googlemap-button a {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .googlemap-button a {
        display: table-cell;
        vertical-align: middle; } }

/******************************************************
 ページ
*******************************************************/
/*** HOME ***/
.home-key-area {
  width: 100%;
  position: relative; }

.home-slick-item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 480px) {
    .home-slick-item {
      height: 400px; } }
  @media (min-width: 768px) {
    .home-slick-item {
      height: 500px; } }
  @media (min-width: 1030px) {
    .home-slick-item {
      height: 720px; } }
  .home-slick-item.key01 {
    background-image: url(../img/home/key01.jpg); }
  .home-slick-item.key02 {
    background-image: url(../img/home/key02.jpg); }
  .home-slick-item.key03 {
    background-image: url(../img/home/key03.jpg); }

.home-key-text {
  opacity: 0;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 290px;
  height: 200px;
  margin-top: -100px;
  margin-left: -145px;
  padding: 20px;
  background-color: rgba(115, 93, 78, 0.35);
  position: absolute;
  top: 50%;
  left: 50%; }
  .home-key-text > * {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle; }
  @media (min-width: 480px) {
    .home-key-text {
      width: 460px;
      height: 280px;
      margin-top: -140px;
      margin-left: -230px; } }
  @media (min-width: 768px) {
    .home-key-text {
      width: 600px;
      height: 360px;
      margin-top: -180px;
      margin-left: -300px; } }
  @media (min-width: 1030px) {
    .home-key-text {
      width: 850px;
      height: 360px;
      margin-top: -180px;
      margin-left: -425px; } }
  .home-key-text > * {
    vertical-align: middle; }
  .home-key-text h2 {
    opacity: 0;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    line-height: 1.1; }
    @media screen and (min-width: 768px) {
      .home-key-text h2 {
        font-size: 80px; } }
    @media (min-width: 768px) {
      .home-key-text h2 {
        margin-bottom: 20px; } }
  .home-key-text p {
    opacity: 0;
    color: #FFF;
    font-weight: bold;
    text-align: center; }
  .home-key-text.inview {
    -webkit-animation: fadeIn 0.8s ease 0.8s forwards;
    -moz-animation: fadeIn 0.8s ease 0.8s forwards;
    animation: fadeIn 0.8s ease 0.8s forwards;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .home-key-text.inview h2,
    .home-key-text.inview p {
      -webkit-animation: fadeIn 0.8s ease 1.4s forwards;
      -moz-animation: fadeIn 0.8s ease 1.4s forwards;
      animation: fadeIn 0.8s ease 1.4s forwards;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }

.home-news-area {
  margin-top: 153px; }
  @media (min-width: 768px) {
    .home-news-area {
      margin-top: 120px; } }
  .home-news-area .container {
    position: relative; }
  .home-news-area h2 {
    opacity: 0; }
  .home-news-area.inview h2 {
    -webkit-animation: fadeInUp 0.8s ease 0.2s forwards;
    -moz-animation: fadeInUp 0.8s ease 0.2s forwards;
    animation: fadeInUp 0.8s ease 0.2s forwards;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

.home-news-button {
  width: 103px;
  height: 112px;
  margin-left: -58px;
  position: absolute;
  top: -178px;
  left: 50%; }
  @media (min-width: 768px) {
    .home-news-button {
      margin-left: 0;
      top: -137px;
      left: 0; } }
  @media (min-width: 992px) {
    .home-news-button {
      top: -123px; } }
  @media (min-width: 1030px) {
    .home-news-button {
      top: -119px; } }
  .home-news-button img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .home-news-button .on {
    opacity: 0;
    margin-left: -33px;
    top: 15px;
    left: 50%; }
  .home-news-button:hover .off, .home-news-button:focus .off {
    opacity: 0; }
  .home-news-button:hover .on, .home-news-button:focus .on {
    opacity: 1; }
  .inview .home-news-button {
    -webkit-animation: wobble 0.8s ease 1.6s forwards;
    -moz-animation: wobble 0.8s ease 1.6s forwards;
    animation: wobble 0.8s ease 1.6s forwards;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

.home-sales-area h2 {
  opacity: 0; }

.home-sales-area.inview h2 {
  -webkit-animation: fadeInUp 0.8s ease 0.2s forwards;
  -moz-animation: fadeInUp 0.8s ease 0.2s forwards;
  animation: fadeInUp 0.8s ease 0.2s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-sales-list {
  background-color: #8f7d71; }
  @media (min-width: 768px) {
    .home-sales-list {
      margin-left: 0;
      letter-spacing: -0.4em; }
      .home-sales-list > * {
        display: inline-block;
        width: 50%;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; } }
  .home-sales-list .text-box,
  .home-sales-list .pic-box > .inner {
    display: block;
    opacity: 0; }
  .home-sales-list.inview .text-box {
    -webkit-animation: fadeIn 0.8s ease 0.2s forwards;
    -moz-animation: fadeIn 0.8s ease 0.2s forwards;
    animation: fadeIn 0.8s ease 0.2s forwards;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .home-sales-list.inview .pic-box > .inner {
    -webkit-animation: zoomfadeIn 1s ease 0.8s forwards;
    -moz-animation: zoomfadeIn 1s ease 0.8s forwards;
    animation: zoomfadeIn 1s ease 0.8s forwards;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

.home-sales-item {
  display: block;
  background: #8f7d71;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .home-sales-item:before, .home-sales-item:after {
    content: " ";
    display: table; }
  .home-sales-item:after {
    clear: both; }
  .home-sales-item .text-box {
    float: left; }
  .home-sales-item .pic-box {
    float: right;
    overflow: hidden; }
  li:nth-child(even) .home-sales-item .text-box {
    float: right; }
  li:nth-child(even) .home-sales-item .pic-box {
    float: left; }
  @media (min-width: 768px) {
    li:nth-child(even) .home-sales-item .text-box {
      float: left; }
    li:nth-child(even) .home-sales-item .pic-box {
      float: right; }
    li:nth-child(n+3) .home-sales-item .text-box,
    li:nth-child(even):nth-child(n+3) .home-sales-item .text-box {
      float: right; }
    li:nth-child(n+3) .home-sales-item .pic-box,
    li:nth-child(even):nth-child(n+3) .home-sales-item .pic-box {
      float: left; } }
  .home-sales-item .text-box {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 5px; }
    .home-sales-item .text-box > * {
      display: table-cell;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle; }
    .home-sales-item .text-box p {
      vertical-align: middle; }
      .home-sales-item .text-box p > * {
        display: block;
        color: #FFF;
        text-align: center; }
    .home-sales-item .text-box strong {
      margin-bottom: 5px;
      font-size: 20px;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .home-sales-item .text-box strong {
          font-size: 27px; } }
    .home-sales-item .text-box small {
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0.5em; }
      @media screen and (min-width: 768px) {
        .home-sales-item .text-box small {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .home-sales-item .text-box small {
          letter-spacing: 0.8em; } }
  .home-sales-item .pic-box {
    width: 50%;
    overflow: hidden; }
  .home-sales-item img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s; }
  .home-sales-item:hover, .home-sales-item:focus {
    background: #188f23; }
    .home-sales-item:hover img, .home-sales-item:focus img {
      opacity: 1;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.home-concept-area h2 {
  opacity: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .home-concept-area h2 {
      font-size: 30px; } }
  @media (min-width: 768px) {
    .home-concept-area h2 {
      margin-bottom: 60px; } }
  @media (min-width: 1030px) {
    .home-concept-area h2 {
      text-align: center; } }

.home-concept-area p {
  opacity: 0;
  font-size: 16px;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .home-concept-area p {
      font-size: 19px; } }
  @media (min-width: 1030px) {
    .home-concept-area p {
      text-align: center;
      line-height: 2.8; } }

.home-concept-area.inview h2 {
  -webkit-animation: fadeInUp 0.8s ease 0.2s forwards;
  -moz-animation: fadeInUp 0.8s ease 0.2s forwards;
  animation: fadeInUp 0.8s ease 0.2s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-concept-area.inview p {
  -webkit-animation: fadeInUp 0.8s ease 0.6s forwards;
  -moz-animation: fadeInUp 0.8s ease 0.6s forwards;
  animation: fadeInUp 0.8s ease 0.6s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-concept-pic {
  width: 100%; }
  @media (min-width: 1030px) {
    .home-concept-pic {
      height: 500px;
      background: url(../img/home/concept_pic.jpg) no-repeat center;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-attachment: fixed; }
      .home-concept-pic img {
        display: none; } }

.home-access-area h2,
.home-access-area .googlemap-footsteps,
.home-access-area .googlemap-map iframe,
.home-access-area .googlemap-button {
  opacity: 0; }

.home-access-area.inview h2 {
  -webkit-animation: fadeInUp 0.8s ease 0.2s forwards;
  -moz-animation: fadeInUp 0.8s ease 0.2s forwards;
  animation: fadeInUp 0.8s ease 0.2s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-access-area.inview .googlemap-footsteps {
  -webkit-animation: fadeIn 0.8s ease 1.4s forwards;
  -moz-animation: fadeIn 0.8s ease 1.4s forwards;
  animation: fadeIn 0.8s ease 1.4s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-access-area.inview .googlemap-map iframe {
  -webkit-animation: fadeIn 0.8s ease 0.8s forwards;
  -moz-animation: fadeIn 0.8s ease 0.8s forwards;
  animation: fadeIn 0.8s ease 0.8s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-access-area.inview .googlemap-button {
  -webkit-animation: fadeIn 0.8s ease 2s forwards;
  -moz-animation: fadeIn 0.8s ease 2s forwards;
  animation: fadeIn 0.8s ease 2s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

#access {
  margin-top: -69px;
  padding-top: 69px; }
  @media (min-width: 1030px) {
    #access {
      margin-top: -95px;
      padding-top: 95px; } }

.home-office-area .container {
  position: relative; }

.home-office-area h2,
.home-office-area .home-office-tel,
.home-office-area .home-office-around {
  opacity: 0; }

.home-office-area.inview h2 {
  -webkit-animation: fadeInUp 0.8s ease 0.2s forwards;
  -moz-animation: fadeInUp 0.8s ease 0.2s forwards;
  animation: fadeInUp 0.8s ease 0.2s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-office-area.inview .home-office-tel {
  -webkit-animation: fadeIn 0.8s ease 1.4s forwards;
  -moz-animation: fadeIn 0.8s ease 1.4s forwards;
  animation: fadeIn 0.8s ease 1.4s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-office-area.inview .aroundview-box {
  -webkit-animation: fadeInUp 0.8s ease 0.8s forwards;
  -moz-animation: fadeInUp 0.8s ease 0.8s forwards;
  animation: fadeInUp 0.8s ease 0.8s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.home-office-tel {
  margin-top: -40px;
  margin-bottom: 5px;
  text-align: right; }
  @media (min-width: 1030px) {
    .home-office-tel {
      display: none;
      margin-top: 0;
      margin-bottom: 0;
      position: absolute;
      top: 0;
      right: 80px; } }
  .home-office-tel img {
    width: 90px; }
    @media (min-width: 1030px) {
      .home-office-tel img {
        width: auto; } }

.home-office-pic {
  background-color: #735d4e; }
  .home-office-pic img {
    opacity: 0;
    width: 100%;
    vertical-align: middle; }
  .home-office-pic.inview img {
    -webkit-animation: fadeIn 0.8s ease 0.2s forwards;
    -moz-animation: fadeIn 0.8s ease 0.2s forwards;
    animation: fadeIn 0.8s ease 0.2s forwards;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

.home-about-list li {
  opacity: 0;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .home-about-list {
    margin-left: 0;
    letter-spacing: -0.4em; }
    .home-about-list > * {
      display: inline-block;
      width: 33.33333%;
      padding-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: top;
      letter-spacing: normal; }
    .home-about-list > * {
      text-align: center; } }

.home-about-list.inview li {
  -webkit-animation: fadeInUp 0.6s ease 0.2s forwards;
  -moz-animation: fadeInUp 0.6s ease 0.2s forwards;
  animation: fadeInUp 0.6s ease 0.2s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }
  @media (min-width: 480px) {
    .home-about-list.inview li:nth-child(2n+1) {
      -webkit-animation: fadeInUp 0.6s ease 0.2s;
      -moz-animation: fadeInUp 0.6s ease 0.2s;
      animation: fadeInUp 0.6s ease 0.2s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    .home-about-list.inview li:nth-child(2n+2) {
      -webkit-animation: fadeInUp 0.6s ease 0.4s;
      -moz-animation: fadeInUp 0.6s ease 0.4s;
      animation: fadeInUp 0.6s ease 0.4s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; } }
  @media (min-width: 768px) {
    .home-about-list.inview li:nth-child(2n+1) {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    .home-about-list.inview li:nth-child(2n+2) {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    .home-about-list.inview li:nth-child(3n+1) {
      -webkit-animation: fadeInUp 0.6s ease 0.2s;
      -moz-animation: fadeInUp 0.6s ease 0.2s;
      animation: fadeInUp 0.6s ease 0.2s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    .home-about-list.inview li:nth-child(3n+2) {
      -webkit-animation: fadeInUp 0.6s ease 0.4s;
      -moz-animation: fadeInUp 0.6s ease 0.4s;
      animation: fadeInUp 0.6s ease 0.4s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    .home-about-list.inview li:nth-child(3n+3) {
      -webkit-animation: fadeInUp 0.6s ease 0.6s;
      -moz-animation: fadeInUp 0.6s ease 0.6s;
      animation: fadeInUp 0.6s ease 0.6s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; } }

.home-about-item {
  display: inline-block;
  text-align: left; }
  .home-about-item p {
    line-height: 1.5; }

/*** お問い合わせ ***/
.contact-form-item {
  margin-bottom: 3px;
  background-color: #EFE6DD; }
  @media (min-width: 768px) {
    .contact-form-item {
      display: table;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .contact-form-item > * {
        display: table-cell;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle; } }
  .contact-form-item dt, .contact-form-item dd {
    vertical-align: top; }
  .contact-form-item dt {
    padding: 12px 15px 0;
    color: #735d4e;
    font-weight: bold; }
    @media (min-width: 768px) {
      .contact-form-item dt {
        width: 34%;
        padding: 17px 15px 20px;
        line-height: 30px; } }
    @media (min-width: 1030px) {
      .contact-form-item dt {
        padding: 17px 50px 20px; } }
    .contact-form-item dt span {
      display: inline-block;
      margin-left: 5px; }
  .contact-form-item dd {
    padding: 12px 15px 15px; }
    @media (min-width: 768px) {
      .contact-form-item dd {
        padding: 12px 15px 15px 0; } }
    @media (min-width: 1030px) {
      .contact-form-item dd {
        padding: 12px 115px 15px 50px; } }
    .contact-form-item dd input,
    .contact-form-item dd textarea {
      width: 100%;
      padding: 5px;
      background: #FFF;
      border: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      font-size: 16px;
      line-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .contact-form-item dd input,
        .contact-form-item dd textarea {
          width: 80%; } }
    .contact-form-item dd textarea {
      width: 100%;
      height: 250px; }
    .contact-form-item dd .inner {
      display: block;
      margin-right: 15px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .contact-form-item dd .inner {
          display: inline-block;
          margin-bottom: 0; } }
      @media (min-width: 1030px) {
        .contact-form-item dd .inner {
          margin-right: 40px; } }
      .contact-form-item dd .inner input {
        width: 140px;
        margin-left: 10px; }

.contact-form-button {
  text-align: center; }
  .contact-form-button > * {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    padding: 20px;
    background: #8f7d71;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .contact-form-button > * {
        font-size: 19px; } }
    .contact-form-button > *:hover, .contact-form-button > *:focus {
      opacity: 0.6; }

/*** 販売物件 ***/
.sales-archive-list {
  margin-bottom: 0; }

.sales-archive-item .text-box {
  padding: 20px 0 0; }

.sales-other-item {
  display: block;
  background-color: #8f7d71;
  position: relative; }
  .sales-other-item:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .sales-other-item:hover, .sales-other-item:focus {
    opacity: 0.6; }
  .sales-other-item .item-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    .sales-other-item .item-inner .text-box {
      display: table;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      padding: 20px; }
      .sales-other-item .item-inner .text-box > * {
        display: table-cell;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle; }
  .sales-other-item strong, .sales-other-item small {
    display: block;
    color: #FFF;
    text-align: center; }
  .sales-other-item strong {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif; }
    @media screen and (min-width: 768px) {
      .sales-other-item strong {
        font-size: 27px; } }
  .sales-other-item small {
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .sales-other-item small {
        font-size: 16px; } }

/*** 販売物件 詳細 ***/
.sales-slick {
  width: 100%; }

.sales-contact-area h2 {
  margin-right: -0.5em;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .sales-contact-area h2 {
      font-size: 27px; } }

.sales-contact-box {
  text-align: center; }
  .sales-contact-box > * {
    display: inline-block;
    text-align: right; }

.sales-contact-tel {
  margin-bottom: 3px;
  color: #735d4e;
  font-size: 30px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .sales-contact-tel {
      font-size: 45px; } }
  .sales-contact-tel a {
    color: #735d4e; }
  .sales-contact-tel img {
    width: 24px;
    margin-right: 15px;
    vertical-align: middle; }
    @media (min-width: 1030px) {
      .sales-contact-tel img {
        width: 34px; } }

.sales-contact-text {
  margin-right: -0.5em;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .sales-contact-text {
      font-size: 19px; } }

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

/*20180212追加*/
/*lightbox*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  /*border-radius: 3px;*/

  /* Image border */
  /*border: 4px solid white;*/
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 0px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: normal;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*gallery*/
.gallery-slick {
	margin-bottom: 70px;
}
.gallery-slick .gallery-photo-box, .gallery-slick .gallery-photo-box-200 {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.gallery-photo-box img {
	height: 150px;
	margin-bottom: 5px	
}
.gallery-photo-box-200 img {
	height: 200px;
	width: 200px;
	margin-bottom: 5px	
}
.gallery-photo-box span, .gallery-photo-box-200 span {
	font-size: 14px;
}
/*ギャラリースライダーのみボタンを下げる*/
.gallery-slick .slick-prev,
.gallery-slick .slick-next {
	margin-top: 20px;
}
  @media (min-width: 768px) {
.gallery-slick .slick-prev,
.gallery-slick .slick-next {
	margin-top: 0;
}
}
/*lightbox*/
.lb-next, .lb-prev {/*左右送りを強制的に削除*/
	/*display: none !important;*/
}
/*IEで画像フィット*/
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/*positionを指定する場合は下記を使用*/
	/*object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;';*/
}
/*20180401*/
.slider-nav div {
	margin-right: 5px;
	
}
.slider-for {
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.slider-nav .slick-prev, .slider-nav .slick-next {
    width: 50px;
    height: 50px;
    margin-top: 0;
    top: 50%;
}
}
@media screen and (min-width: 768px) {
.slider-nav .slick-prev:after, .slider-nav [dir='rtl'] .slick-prev:after, .slider-nav .slick-next:after, .slider-nav [dir='rtl'] .slick-next:after {
    width: 50px;
    height: 50px;
}
}
@media screen and (min-width: 768px) {
.slider-nav .slick-list {
	margin-left: 55px;
	margin-right: 55px;
}
}
.head02-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 60px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: bold;
  position: relative; }
  @media screen and (min-width: 768px) {
    .head02-center {
      font-size: 27px; } }
  .head02-center:before {
    content: "";
    width: 20px;
    height: 29px;
    background: url(../img/common/icon_access.svg) no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0; }
.head-p {
	margin-bottom: 60px;
	font-size: 16px;
	text-align: center;
	line-height: 2em;
	font-weight: normal;
}
.pLR0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.fwN {
	font-weight: normal !important;
}
.gallery-caption {
	position: absolute;
	line-height: 1em;
	left:0;
	bottom: 0;
	padding: 10px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.50);
	color: #FFFFFF;
}
.positionR {
	position: relative;
}
.lh0 {
	line-height: 0px !important;
}
.lh18em {
	line-height: 1.8em !important;
}
.fs14 {
	font-size: 14px !important;
}


/* takawashi.html*/
.head03-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 35px;
	font-size: 20px;
	font-weight: bold;
	position: relative; }
  @media screen and (min-width: 768px) {
    .head03-center {
      font-size: 27px; } }
  .head03-center:before {
    content: "";
    width: 20px;
    height: 29px;
    background: url(../img/common/icon_access.svg) no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0; }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.gallery_ttl_pc { display:block  !important; }
.gallery_ttl_sp { display:none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width:640px) {
.gallery_ttl_pc { display:none !important; }
.gallery_ttl_sp { display:block !important; }
}
.gallery_ttl_pc{
	margin-bottom: 20px;
}
.gallery_ttl_sp{
	margin-bottom: 5%;
}