@charset "UTF-8";
/*
Theme Name: travel-to-minamiboso
Author: Corecorp
*/
/*
-----------------------------------------------------------
 Variables
-----------------------------------------------------------
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/*figure {
  margin: 1em 40px;
}*/
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  /* for firefox */
  body {
    overflow: visible !important; } }

/*
 = .assistive-text
------------------------------------------*/
.assistive-text,
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

/*
==============================================================
   Basic-Element-Style
==============================================================
*/
html,
.mce-tinymce tinymce {
  font-size: 10px; }

body {
  color: #444;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 26 / 17; }

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6; } }

a {
  color: #336699;
  text-decoration: none;
  -webkit-transition: all ease .25s;
  transition: all ease .25s; }

a:hover {
  text-decoration: underline;
  -webkit-transition: all ease .25s;
  transition: all ease .25s; }

img, figure {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

hr {
  height: 0;
  border: none;
  padding-top: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  margin: 1.5em 0; }

/*
 = iframe
------------------------------------------*/
iframe {
  /*background:#fff;
  padding:5px;
  box-shadow:0 0 5px rgba(0,0,0,.2);*/
  margin: 0 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  margin: .8em 0; }

p:empty {
  margin: 0 !important; }

ul, ol, dl {
  margin: .8em 0; }

ul {
  list-style-position: outside;
  padding-left: 1.35em;
  line-height: 1.5; }
  ul[style*="text-align: center"], ul[style*="text-align:center"] {
    list-style-position: inside !important; }
  ul li {
    margin-bottom: 4px;
    line-height: 1.4; }

ol {
  list-style-position: outside;
  padding-left: 2em; }
  ol li {
    margin-bottom: 8px; }

ul ul, ul ol, ol ul, ol ol {
  margin: .25em 0; }

@media screen and (max-width: 767px) {
  p, ul, ol, dl {
    margin: 0 0 15px 0; } }

.inline-list {
  overflow: hidden;
  padding-left: 0; }
  .inline-list li {
    padding-left: 1.5em;
    float: left;
    list-style-position: inside;
    white-space: nowrap; }

nav ul, nav ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  nav ul a, nav ol a {
    text-decoration: none; }

dl dt {
  margin: 0 0 2px 0; }

dl dd {
  margin: 0 0 6px 0; }

address {
  font-style: normal; }

strong {
  font-weight: bold;
  text-shadow: none; }

figure {
  margin: 0; }

/*
 = heddings
------------------------------------------*/
h2, h3, h4, h5, h6 {
  color: #333;
  font-family: NewCezanneProN-DB, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  margin: 2em 0 .4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  h2:after, h3:after, h4:after, h5:after, h6:after {
    content: "";
    display: block;
    background: #808080;
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0; }
  h2[style*="text-align:right"], h2[style*="text-align: right"], h3[style*="text-align:right"], h3[style*="text-align: right"], h4[style*="text-align:right"], h4[style*="text-align: right"], h5[style*="text-align:right"], h5[style*="text-align: right"], h6[style*="text-align:right"], h6[style*="text-align: right"] {
    padding-left: 0 !important; }
    h2[style*="text-align:right"]:after, h2[style*="text-align: right"]:after, h3[style*="text-align:right"]:after, h3[style*="text-align: right"]:after, h4[style*="text-align:right"]:after, h4[style*="text-align: right"]:after, h5[style*="text-align:right"]:after, h5[style*="text-align: right"]:after, h6[style*="text-align:right"]:after, h6[style*="text-align: right"]:after {
      left: auto;
      right: 0; }
  h2[style*="text-align:center"], h2[style*="text-align: center"], h3[style*="text-align:center"], h3[style*="text-align: center"], h4[style*="text-align:center"], h4[style*="text-align: center"], h5[style*="text-align:center"], h5[style*="text-align: center"], h6[style*="text-align:center"], h6[style*="text-align: center"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    h2[style*="text-align:center"]:after, h2[style*="text-align: center"]:after, h3[style*="text-align:center"]:after, h3[style*="text-align: center"]:after, h4[style*="text-align:center"]:after, h4[style*="text-align: center"]:after, h5[style*="text-align:center"]:after, h5[style*="text-align: center"]:after, h6[style*="text-align:center"]:after, h6[style*="text-align: center"]:after {
      height: 2px;
      top: auto;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  h2[style*="text-align:right"], h2[style*="text-align: right"], h3[style*="text-align:right"], h3[style*="text-align: right"], h4[style*="text-align:right"], h4[style*="text-align: right"], h5[style*="text-align:right"], h5[style*="text-align: right"], h6[style*="text-align:right"], h6[style*="text-align: right"] {
    padding-left: 0 !important; }
    h2[style*="text-align:right"]:after, h2[style*="text-align: right"]:after, h3[style*="text-align:right"]:after, h3[style*="text-align: right"]:after, h4[style*="text-align:right"]:after, h4[style*="text-align: right"]:after, h5[style*="text-align:right"]:after, h5[style*="text-align: right"]:after, h6[style*="text-align:right"]:after, h6[style*="text-align: right"]:after {
      left: auto;
      right: 0; }
  h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style: normal;
    line-height: 1;
    color: #737373;
    display: inline-block;
    -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }

h2 {
  font-size: 2.8rem;
  line-height: 1.33333333;
  letter-spacing: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px; }
  h2:after {
    width: 2px; }
  h2[style*="text-align: center"]:after, h2[style*="text-align:center"]:after {
    width: 80px; }
  h2 .small {
    font-size: 60%;
    padding-left: .5em;
    vertical-align: middle; }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
    letter-spacing: 0; }
    h2 .small {
      display: block;
      font-size: 66.66%;
      line-height: 1.25;
      padding-left: 0; } }

h3 {
  font-size: 2.6rem;
  line-height: 1.33333333;
  letter-spacing: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px; }
  h3[style*="text-align: center"]:after, h3[style*="text-align:center"]:after {
    width: 60px;
    height: 2px; }
  h3 .small {
    font-size: 60%; }

@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem; } }

h4 {
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px; }
  h4[style*="text-align: center"]:after, h4[style*="text-align:center"]:after {
    width: 40px; }

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.8rem; } }

h5 {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.33333333;
  letter-spacing: 1px;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 10px; }
  h5[style*="text-align: center"]:after, h5[style*="text-align:center"]:after {
    width: 30px; }

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.6rem;
    margin: 20px 0 10px; } }

h6 {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 1px;
  padding: 1px 0 0 8px !important;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 10px; }
  h6[style*="text-align: center"]:after, h6[style*="text-align:center"]:after {
    width: 20px; }

@media screen and (max-width: 767px) {
  h6 {
    font-size: 1.4rem; } }

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 12px; }

.home.page h2, .home.page h3, .home.page h4, .home.page h5, .home.page h6 {
  margin-left: 0;
  margin-right: 0; }

/*
 = Table
------------------------------------------*/
table {
  font-size: 1.3rem;
  line-height: 1.30769231;
  border-collapse: separate;
  background: #fff;
  margin: 1.5em 0;
  border: 1px solid #d0d0d0 !important;
  border-right: none !important;
  border-bottom: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%; }
  table caption {
    text-align: left;
    margin-bottom: 4px; }
  table th, table td {
    padding: 8px 8px 6px !important;
    border: 1px solid #d0d0d0 !important;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    empty-cells: show; }
    table th *:last-child, table td *:last-child {
      margin-bottom: 0; }
    table th p, table td p {
      margin-bottom: 4px; }
  table th {
    font-weight: normal;
    color: #333;
    background: #F9F9F5 !important; }
  table thead th {
    color: #fff;
    background: #C30D21 !important;
    /*334C80*/
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
    /*#5A71A0*/
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    /*#5A71A0*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    /*#182846*/
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
    /*#182846*/ }
  table.without-vertical-border {
    border: none !important;
    background: transparent; }
  table.without-vertical-border td,
  table.without-vertical-border th {
    border-top: none !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid transparent !important;
    border-bottom: 1px solid #ccc !important;
    background: none !important;
    margin-left: 10px; }
  table.without-vertical-border th {
    color: #333;
    border-bottom: 1px solid #999 !important; }
  table p {
    text-align: inherit; }

/*
 = form
------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 6px 6px 4px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #ddd;
  max-width: 100%; }

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="submit"],
  textarea {
    width: 100%; } }

@media screen and (max-width: 508px) {
  table input[type="text"],
  table input[type="tel"],
  table input[type="email"],
  table input[type="submit"],
  table textarea {
    width: 95%;
    max-width: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/*
= first-child / last-child
------------------------------------------*/
*:first-child {
  margin-top: 0; }

*:last-child {
  margin-bottom: 0; }

/*
 = .wrapper,.row,.column
------------------------------------------*/
body {
  min-width: 1050px; }

.wrapper,
.row,
.column,
.mat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row:after,
.mat:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .home.page .wrapper {
    min-width: 1050px; }
  .wrapper.narrow {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .wrapper.narrow {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .wrapper .image-bg {
    background-size: cover;
    background-position: center center;
    position: relative; }
    .wrapper .image-bg * {
      position: relative;
      z-index: 1; }
    .wrapper .image-bg:before {
      content: "";
      background: rgba(255, 255, 255, 0.75);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 0; }

.mat {
  height: 100%;
  padding: 35px 45px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .mat.thin-padding {
    padding: 12px; }

.row {
  clear: both;
  max-width: 1050px;
  margin: 0 auto;
  background-origin: content-box;
  position: relative; }
  .home .row {
    margin: 0 auto; }
  .row.border-top {
    margin-top: 30px; }
    .row.border-top:before {
      content: "";
      display: block;
      margin: 0 10px;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
              box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
      position: relative;
      top: -10px; }
  .row.row-full {
    width: auto;
    max-width: none;
    padding: 0 5px; }
  .row > .mat {
    margin: 15px;
    padding: 10px; }
  .row .mat > .row {
    margin: -10px;
    padding: 10px; }
  .row + * {
    clear: both; }
  .row.less-spacing {
    padding: 0 4px; }
    .row.less-spacing .column {
      padding: 8px; }
  .row.lesser-spacing {
    padding: 0 12px; }
    .row.lesser-spacing .column {
      padding: 3px; }
  .row.no-spacing {
    padding: 0 15px; }
    .row.no-spacing .column {
      padding: 0; }
  .column .row.less-spacing, .column .row.lesser-spacing, .column .row.no-spacing {
    margin: 0 -15px; }

.column {
  float: left;
  padding: 18px;
  margin: 0; }
  .column.col-center {
    float: none;
    margin: 0 auto; }
  .column.right-column, .column.column.rtl {
    float: right; }
  .column .row {
    margin: 0 -18px; }

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.col-full, .col-center,
.col-2-2, .col-3-3, .col-4-4, .col-5-5, .col-6-6, .col-7-7,
.col-8-8, .col-9-9, .col-10-10, .col-11-11, .col-12-12 {
  clear: both;
  float: none; }

.col-1-12 {
  width: 8.33333333%; }

.col-1-11 {
  width: 9.09090909%; }

.col-1-10 {
  width: 10%; }

.col-1-9 {
  width: 11.1111111%; }

.col-1-8 {
  width: 12.5%; }

.col-1-7 {
  width: 14.285714%; }

.col-1-6,
.col-2-12 {
  width: 16.666667%; }

.col-2-11 {
  width: 18.1818182%; }

.col-1-5,
.col-2-10 {
  width: 20%; }

.col-2-9 {
  width: 22.222222%; }

.col-1-4,
.col-2-8,
.col-3-12 {
  width: 25%; }

.col-3-11 {
  width: 27.2727273%; }

.col-2-7 {
  width: 28.571429%; }

.col-3-10 {
  width: 30%; }

.col-1-3,
.col-2-6,
.col-3-9,
.col-4-12 {
  width: 33.333333%; }

.col-4-11 {
  width: 36.3636364%; }

.col-3-8 {
  width: 37.5%; }

.col-2-5,
.col-4-10 {
  width: 40%; }

.col-5-12 {
  width: 41.666667%; }

.col-3-7 {
  width: 42.857143%; }

.col-4-9 {
  width: 44.44444444%; }

.col-5-11 {
  width: 45.4545455%; }

.col-half,
.col-1-2,
.col-5-10,
.col-6-12 {
  width: 50%; }

.col-6-11 {
  width: 54.5454545%; }

.col-5-9 {
  width: 55.55555556%; }

.col-4-7 {
  width: 57.142857%; }

.col-7-12 {
  width: 58.333333%; }

.col-3-5,
.col-6-10 {
  width: 60%; }

.col-5-8 {
  width: 62.5%; }

.col-7-11 {
  width: 63.6363636%; }

.col-2-3,
.col-4-6,
.col-6-9,
.col-8-12 {
  width: 66.6666666%; }

.col-7-10 {
  width: 70%; }

.col-5-7 {
  width: 71.428571%; }

.col-8-11 {
  width: 72.7272727%; }

.col-3-4,
.col-6-8,
.col-9-12 {
  width: 75%; }

.col-7-9 {
  width: 77.77777778%; }

.col-4-5,
.col-8-10 {
  width: 80%; }

.col-9-11 {
  width: 81.8181818%; }

.col-5-6,
.col-10-12 {
  width: 83.3333333%; }

.col-6-7 {
  width: 85.714286%; }

.col-7-8 {
  width: 87.5%; }

.col-8-9 {
  width: 88.88888889%; }

.col-9-10 {
  width: 90%; }

.col-10-11 {
  width: 90.9090909%; }

.col-11-12 {
  width: 91.6666666%; }

body .padding-0 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.v-padding-5px {
  padding-top: 5px;
  padding-bottom: 5px; }

.v-padding-10px {
  padding-top: 10px;
  padding-bottom: 10px; }

.v-padding-15px {
  padding-top: 15px;
  padding-bottom: 15px; }

.v-padding-20px {
  padding-top: 20px;
  padding-bottom: 20px; }

.v-padding-25px {
  padding-top: 25px;
  padding-bottom: 25px; }

.v-padding-30px {
  padding-top: 30px;
  padding-bottom: 30px; }

.v-padding-35px {
  padding-top: 35px;
  padding-bottom: 35px; }

.v-padding-40px {
  padding-top: 40px;
  padding-bottom: 40px; }

.v-padding-45px {
  padding-top: 45px;
  padding-bottom: 45px; }

.v-padding-50px {
  padding-top: 50px;
  padding-bottom: 50px; }

.v-padding-55px {
  padding-top: 55px;
  padding-bottom: 55px; }

.v-padding-60px {
  padding-top: 60px;
  padding-bottom: 60px; }

.h-padding-10px {
  padding-left: 10px;
  padding-right: 10px; }

.h-padding-20px {
  padding-left: 20px;
  padding-right: 20px; }

.h-padding-30px {
  padding-left: 30px;
  padding-right: 30px; }

.h-padding-40px {
  padding-left: 40px;
  padding-right: 40px; }

.h-padding-50px {
  padding-left: 50px;
  padding-right: 50px; }

.h-padding-60px {
  padding-left: 60px;
  padding-right: 60px; }

.h-padding-70px {
  padding-left: 70px;
  padding-right: 70px; }

.h-padding-80px {
  padding-left: 80px;
  padding-right: 80px; }

.h-padding-90px {
  padding-left: 90px;
  padding-right: 90px; }

.h-padding-100px {
  padding-left: 100px;
  padding-right: 100px; }

.h-padding-110px {
  padding-left: 110px;
  padding-right: 110px; }

.h-padding-120px {
  padding-left: 120px;
  padding-right: 120px; }

.h-padding-130px {
  padding-left: 130px;
  padding-right: 130px; }

.h-padding-140px {
  padding-left: 140px;
  padding-right: 140px; }

.h-padding-150px {
  padding-left: 150px;
  padding-right: 150px; }

.h-padding-160px {
  padding-left: 160px;
  padding-right: 160px; }

.h-padding-170px {
  padding-left: 170px;
  padding-right: 170px; }

.h-padding-180px {
  padding-left: 180px;
  padding-right: 180px; }

.h-padding-190px {
  padding-left: 190px;
  padding-right: 190px; }

.h-padding-200px {
  padding-left: 200px;
  padding-right: 200px; }

.h-padding-210px {
  padding-left: 210px;
  padding-right: 210px; }

.h-padding-220px {
  padding-left: 220px;
  padding-right: 220px; }

.h-padding-230px {
  padding-left: 230px;
  padding-right: 230px; }

.h-padding-240px {
  padding-left: 240px;
  padding-right: 240px; }

.h-padding-250px {
  padding-left: 250px;
  padding-right: 250px; }

.h-padding-260px {
  padding-left: 260px;
  padding-right: 260px; }

.h-padding-270px {
  padding-left: 270px;
  padding-right: 270px; }

.h-padding-280px {
  padding-left: 280px;
  padding-right: 280px; }

.h-padding-290px {
  padding-left: 290px;
  padding-right: 290px; }

.h-padding-300px {
  padding-left: 300px;
  padding-right: 300px; }

.h-padding-310px {
  padding-left: 310px;
  padding-right: 310px; }

.h-padding-320px {
  padding-left: 320px;
  padding-right: 320px; }

.h-padding-330px {
  padding-left: 330px;
  padding-right: 330px; }

.h-padding-340px {
  padding-left: 340px;
  padding-right: 340px; }

.h-padding-350px {
  padding-left: 350px;
  padding-right: 350px; }

.h-padding-360px {
  padding-left: 360px;
  padding-right: 360px; }

.h-padding-370px {
  padding-left: 370px;
  padding-right: 370px; }

.h-padding-380px {
  padding-left: 380px;
  padding-right: 380px; }

.h-padding-390px {
  padding-left: 390px;
  padding-right: 390px; }

.h-padding-400px {
  padding-left: 400px;
  padding-right: 400px; }

.h-padding-410px {
  padding-left: 410px;
  padding-right: 410px; }

.h-padding-420px {
  padding-left: 420px;
  padding-right: 420px; }

.h-padding-430px {
  padding-left: 430px;
  padding-right: 430px; }

.h-padding-440px {
  padding-left: 440px;
  padding-right: 440px; }

.h-padding-450px {
  padding-left: 450px;
  padding-right: 450px; }

.h-padding-460px {
  padding-left: 460px;
  padding-right: 460px; }

.h-padding-470px {
  padding-left: 470px;
  padding-right: 470px; }

.h-padding-480px {
  padding-left: 480px;
  padding-right: 480px; }

.h-padding-490px {
  padding-left: 490px;
  padding-right: 490px; }

.h-padding-500px {
  padding-left: 500px;
  padding-right: 500px; }

.w-5per {
  width: 52.5px; }

.w-10per {
  width: 105px; }

.w-15per {
  width: 157.5px; }

.w-20per {
  width: 210px; }

.w-25per {
  width: 262.5px; }

.w-30per {
  width: 315px; }

.w-35per {
  width: 367.5px; }

.w-40per {
  width: 420px; }

.w-45per {
  width: 472.5px; }

.w-50per {
  width: 525px; }

.w-55per {
  width: 577.5px; }

.w-60per {
  width: 630px; }

.w-65per {
  width: 682.5px; }

.w-70per {
  width: 735px; }

.w-75per {
  width: 787.5px; }

.w-80per {
  width: 840px; }

.w-85per {
  width: 892.5px; }

.w-90per {
  width: 945px; }

.w-95per {
  width: 997.5px; }

.w-100per {
  width: 1050px; }

.column > {
  width: 5%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 10%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 15%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 20%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 25%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 30%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 35%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 40%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 45%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 55%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 65%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 70%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 85%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }

.column > {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 767px) {
  .h-padding-10px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-20px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-30px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-40px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-50px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-60px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-70px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-80px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-90px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-100px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-110px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-120px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-130px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-140px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-150px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-160px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-170px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-180px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-190px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-200px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-210px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-220px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-230px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-240px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-250px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-260px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-270px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-280px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-290px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-300px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-310px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-320px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-330px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-340px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-350px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-360px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-370px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-380px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-390px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-400px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-410px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-420px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-430px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-440px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-450px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-460px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-470px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-480px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-490px {
    padding-left: 0;
    padding-right: 0; }
  .h-padding-500px {
    padding-left: 0;
    padding-right: 0; }
  .w-5per,
  .column > .row.w-5per {
    width: auto; }
  .w-10per,
  .column > .row.w-10per {
    width: auto; }
  .w-15per,
  .column > .row.w-15per {
    width: auto; }
  .w-20per,
  .column > .row.w-20per {
    width: auto; }
  .w-25per,
  .column > .row.w-25per {
    width: auto; }
  .w-30per,
  .column > .row.w-30per {
    width: auto; }
  .w-35per,
  .column > .row.w-35per {
    width: auto; }
  .w-40per,
  .column > .row.w-40per {
    width: auto; }
  .w-45per,
  .column > .row.w-45per {
    width: auto; }
  .w-50per,
  .column > .row.w-50per {
    width: auto; }
  .w-55per,
  .column > .row.w-55per {
    width: auto; }
  .w-60per,
  .column > .row.w-60per {
    width: auto; }
  .w-65per,
  .column > .row.w-65per {
    width: auto; }
  .w-70per,
  .column > .row.w-70per {
    width: auto; }
  .w-75per,
  .column > .row.w-75per {
    width: auto; }
  .w-80per,
  .column > .row.w-80per {
    width: auto; }
  .w-85per,
  .column > .row.w-85per {
    width: auto; }
  .w-90per,
  .column > .row.w-90per {
    width: auto; }
  .w-95per,
  .column > .row.w-95per {
    width: auto; }
  .w-100per,
  .column > .row.w-100per {
    width: auto; } }

@media screen and (max-width: 767px) {
  body,
  .wrapper,
  .row {
    min-width: 0 !important; }
  .wrapper {
    padding: 15px 0;
    min-width: 0; }
  #main-column .row {
    padding: 0 !important; }
  .column {
    padding: 15px; }
    .column:not(.row.no-break > .column) {
      width: auto;
      float: none; }
  .mat {
    padding: 15px; } }

@media screen and (max-width: 420px) {
  .mat {
    padding: 12px; } }

/*
-----------------------------------------------------------
frame style
-----------------------------------------------------------
*/
html {
  background: #333 url(images/bg-sand-paper.png); }

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #C30D21; }

::selection {
  color: #fff;
  text-shadow: none;
  background: #C30D21; }

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #C30D21; }

/*bady.admin-bar {
top:32px !important;
}*/
body {
  width: 100%;
  overflow-x: hidden; }

/*
#site-header
-----------------------------------------------------------
*/
#header {
  background: #C30D21;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
  #header .site-title {
    font-family: NewCezanneProN-DB, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    font-size: 2.6rem;
    line-height: .75;
    padding-top: 18px;
    padding-bottom: 10px; }
    #header .site-title .by-line,
    #header .site-title .main-title {
      color: #fff;
      text-align: center;
      display: block;
      margin: 0 center; }
    #header .site-title .by-line {
      font-size: 1.4rem; }
    #header .site-title .main-title .small {
      font-size: 90%;
      vertical-align: .05em;
      margin-right: 2px; }

/*
#page-container
-----------------------------------------------------------
*/
#page-container {
  background: #fff; }

/*
#page-header
-----------------------------------------------------------
*/
#page-header #page-title-wrapper {
  background: #c30d21 url(images/bg-sand-paper2.png);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  #page-header #page-title-wrapper .row {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 8px; }
  #page-header #page-title-wrapper #page-title {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1;
    font-family: NewCezanneProN-DB, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.2), 1px -1px 4px rgba(0, 0, 0, 0.2), -1px 1px 4px rgba(0, 0, 0, 0.2), -1px -1px 4px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #page-header #page-title-wrapper #page-title a {
      color: #fff; }
      #page-header #page-title-wrapper #page-title a.home {
        display: none; }
    #page-header #page-title-wrapper #page-title .sub-title {
      font-size: 75%;
      margin-left: .5em; }

#page-header #breadcrumbs-wrapper {
  background: #f0f0f0 url(images/bg-sand-paper2.png);
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1); }
  #page-header #breadcrumbs-wrapper .breadcrumbs {
    color: #111;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 6px; }
    #page-header #breadcrumbs-wrapper .breadcrumbs a {
      color: #000; }
    #page-header #breadcrumbs-wrapper .breadcrumbs * {
      position: relative; }
    #page-header #breadcrumbs-wrapper .breadcrumbs .home {
      text-transform: uppercase; }
      #page-header #breadcrumbs-wrapper .breadcrumbs .home :before {
        content: "\e84e";
        font-family: "icon-font-1-4";
        font-size: 80%;
        line-height: 1;
        vertical-align: 2px;
        display: inline-block;
        margin-right: 4px; }
    #page-header #breadcrumbs-wrapper .breadcrumbs .icon-arrow:before {
      color: #333;
      content: "\e811";
      font-family: "icon-font-1-4";
      display: inline-block;
      margin: 0 2px 0 4px;
      vertical-align: 1px;
      width: auto; }

@media screen and (max-width: 767px) {
  #page-header #page-title-wrapper .row {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }
    #page-header #page-title-wrapper .row #page-title {
      font-size: 2.4rem;
      letter-spacing: 1px;
      padding: 0;
      text-align: center; }
      #page-header #page-title-wrapper .row #page-title .sub-title {
        display: block;
        margin-left: 0;
        margin-top: 4px;
        font-size: 60%; }
  #page-header #breadcrumbs-wrapper .breadcrumbs {
    font-size: 1rem;
    padding: 4px 10px !important; } }

/*
#page-body
-----------------------------------------------------------
*/
#page-body {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  overflow: hidden; }
  .page #page-body {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff; }
  #page-body #main-column {
    float: left;
    width: 750px; }
  #page-body #sidebar {
    float: right;
    width: 270px; }
  #page-body:after {
    content: "";
    display: block;
    clear: both;
    height: 0; }
  .page #page-body #main-column {
    width: 100%;
    padding: 0; }
  .single-house #page-body {
    padding-top: 0;
    padding-bottom: 0; }

@media screen and (max-width: 767px) {
  #page-body {
    padding-top: 0;
    padding-bottom: 0; }
  #page-body > #main-column,
  #page-body > #sidebar {
    width: auto;
    float: none;
    clear: both; } }

/*
#site-footer
-----------------------------------------------------------
*/
#site-footer {
  color: #333;
  background: #fff;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  #site-footer .apply-form {
    background: #C30D21 url(images/bg-sand-paper2.png);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); }
    #site-footer .apply-form .row .column {
      padding: 25px 15px;
      text-align: center; }
      #site-footer .apply-form .row .column .button-apply-form {
        color: #fff;
        font-size: 1.8rem;
        line-height: 1;
        font-weight: 700;
        display: block;
        background: #444;
        padding: .8em .8em .6em;
        border: 3px solid #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        #site-footer .apply-form .row .column .button-apply-form:hover {
          background: #555;
          text-decoration: none; }
        @media screen and (max-width: 767px) {
          #site-footer .apply-form .row .column .button-apply-form {
            padding: .6em .8em; } }
  #site-footer #site-footer-inner {
    position: relative;
    z-index: 1;
    line-height: 1; }
    #site-footer #site-footer-inner .column {
      padding-top: 40px;
      padding-bottom: 40px; }
    #site-footer #site-footer-inner #footer-menu {
      width: 63%; }
      #site-footer #site-footer-inner #footer-menu > ul {
        -webkit-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 0;
                column-gap: 0;
        -webkit-column-fill: auto;
                column-fill: auto;
        margin: 0 2px; }
        #site-footer #site-footer-inner #footer-menu > ul > li {
          font-size: 1.5rem;
          line-height: 1.57142857;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0 .5em;
          border-left: 1px solid #ccc;
          margin: .66em 0;
          position: relative;
          -webkit-column-break-inside: avoid;
                  break-inside: avoid;
          -webkit-column-break-before: avoid;
                  break-before: avoid;
          -webkit-column-break-after: avoid;
                  break-after: avoid; }
          #site-footer #site-footer-inner #footer-menu > ul > li.break-after {
            -webkit-column-break-after: always;
                    break-after: always; }
          #site-footer #site-footer-inner #footer-menu > ul > li a {
            color: #000; }
          #site-footer #site-footer-inner #footer-menu > ul > li > a {
            padding-left: 1em; }
            #site-footer #site-footer-inner #footer-menu > ul > li > a:before {
              content: "-";
              position: absolute;
              left: .75em;
              top: 0; }
          #site-footer #site-footer-inner #footer-menu > ul > li.home {
            width: 100%;
            float: none;
            margin-bottom: .5em;
            border: none;
            padding-left: 0;
            padding-right: 0; }
          #site-footer #site-footer-inner #footer-menu > ul > li.message {
            border-left: 1px solid #ccc; }
          #site-footer #site-footer-inner #footer-menu > ul > li .sub-menu {
            font-size: 1.5rem;
            padding-left: .75em; }
            #site-footer #site-footer-inner #footer-menu > ul > li .sub-menu li {
              display: inline-block;
              margin-top: .5em;
              line-height: 1; }
              #site-footer #site-footer-inner #footer-menu > ul > li .sub-menu li a:before {
                content: "-";
                display: inline-block;
                margin: 0 4px 0; }
        #site-footer #site-footer-inner #footer-menu > ul:after {
          content: "";
          display: block;
          clear: both;
          height: 0; }
      #site-footer #site-footer-inner #footer-menu .contact-button {
        display: none; }
    #site-footer #site-footer-inner #colophon {
      width: 37%; }
      #site-footer #site-footer-inner #colophon .logo {
        line-height: 1;
        display: block;
        width: 192px;
        margin: 0 15px 10px 0; }
        #site-footer #site-footer-inner #colophon .logo img {
          vertical-align: bottom; }
      #site-footer #site-footer-inner #colophon #address-footer {
        font-size: 1.3rem;
        line-height: 1.46153846;
        float: left; }
        #site-footer #site-footer-inner #colophon #address-footer .address {
          float: left;
          display: block;
          margin-top: 2px; }
          #site-footer #site-footer-inner #colophon #address-footer .address .zip-break,
          #site-footer #site-footer-inner #colophon #address-footer .address .phone-break {
            display: none; }
          #site-footer #site-footer-inner #colophon #address-footer .address .pref {
            display: none; }
  #site-footer .copy-right {
    background: #808080;
    margin-bottom: 1em; }
    #site-footer .copy-right .row .column {
      color: #fff;
      font-size: 1.2rem;
      line-height: 1;
      text-align: center;
      display: block;
      padding-top: 5px;
      padding-bottom: 5px; }

@media screen and (max-width: 767px) {
  #site-footer #site-footer-inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    #site-footer #site-footer-inner .column {
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0 auto; }
    #site-footer #site-footer-inner #footer-menu {
      float: none;
      width: 100%;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 4px;
      padding-right: 4px; }
      #site-footer #site-footer-inner #footer-menu ul {
        margin: 0;
        -webkit-column-count: 1;
                column-count: 1; }
        #site-footer #site-footer-inner #footer-menu ul li {
          float: left;
          width: 50%;
          margin: 0;
          padding: 1px !important;
          border: none !important; }
          #site-footer #site-footer-inner #footer-menu ul li a {
            color: #fff;
            display: block;
            text-align: center;
            background: rgba(0, 0, 0, 0.75);
            padding: .5em 1em; }
            #site-footer #site-footer-inner #footer-menu ul li a:before {
              display: inline-block;
              position: static;
              margin: 0 .5em 0 -.5em; }
          #site-footer #site-footer-inner #footer-menu ul li.home {
            margin: 0; }
            #site-footer #site-footer-inner #footer-menu ul li.home a:before {
              display: none; }
          #site-footer #site-footer-inner #footer-menu ul li.sns {
            display: none; }
          #site-footer #site-footer-inner #footer-menu ul li .sub-menu {
            display: none; }
      #site-footer #site-footer-inner #footer-menu .contact-button {
        display: block;
        margin-top: 5px;
        margin-right: -5px;
        margin-left: -5px; }
        #site-footer #site-footer-inner #footer-menu .contact-button a {
          color: #fff;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          text-align: center;
          font-size: 1.5rem;
          line-height: 1;
          letter-spacing: 1px;
          display: block;
          padding: 10px 15px 8px;
          background: #06c url(images/bg-sand-paper.png);
          margin-bottom: -10px; }
    #site-footer #site-footer-inner #colophon {
      max-width: none;
      width: 100%;
      float: none; }
      #site-footer #site-footer-inner #colophon #address-footer {
        float: none;
        width: auto;
        line-height: 1.5;
        text-align: center; }
        #site-footer #site-footer-inner #colophon #address-footer .logo {
          text-align: center;
          float: none;
          width: auto;
          max-width: 200px;
          margin: 0 auto 8px; }
        #site-footer #site-footer-inner #colophon #address-footer .address {
          line-height: 1.25;
          float: none;
          width: auto; }
          #site-footer #site-footer-inner #colophon #address-footer .address .honsha {
            display: none; }
          #site-footer #site-footer-inner #colophon #address-footer .address .phone-slash {
            display: inline; }
          #site-footer #site-footer-inner #colophon #address-footer .address .phone-break {
            display: none; }
          #site-footer #site-footer-inner #colophon #address-footer .address .zip-break {
            display: inline; }
      #site-footer #site-footer-inner #colophon .copyright {
        text-align: center;
        font-size: 1.1rem; } }

/*
= #scroll-to-top button
------------------------------------------*/
#scroll-to-top {
  margin: 0;
  position: fixed;
  z-index: 101;
  bottom: 45px;
  right: 45px; }
  #scroll-to-top a {
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    font-size: 28px;
    line-height: 1;
    text-align: center;
    width: 1em;
    height: 1em;
    padding: 4px;
    white-space: nowrap;
    position: relative;
    overflow: hidden; }
  #scroll-to-top a:hover {
    text-decoration: none; }
  #scroll-to-top a:before {
    font-family: "icon-font-1-4";
    speak: none;
    content: '\e80b';
    display: block;
    margin-bottom: 1em; }

@media screen and (max-width: 767px) {
  #site-footer {
    margin-bottom: 60px; }
  #scroll-to-top {
    bottom: 12px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    #scroll-to-top a {
      font-size: 28px;
      width: 3em;
      border-radius: 8px; } }

/*
-----------------------------------------------------------
 Component
-----------------------------------------------------------
*/
/*
 = .link-button / sub-pagaes
------------------------------------------*/
.link-button a, .button-list ul li a,
.sub-pages li a, .wpcf7 .wpcf7-submit {
  color: #fff;
  font-family: NewCezanneProN-DB, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 1px;
  text-shadow: none;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #C30D21 url(images/bg-sand-paper.png);
  width: 100%;
  padding: 8px 1.5em 6px;
  margin: 2px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .link-button a:hover, .button-list ul li a:hover,
  .sub-pages li a:hover, .wpcf7 .wpcf7-submit:hover, .link-button a:active, .button-list ul li a:active,
  .sub-pages li a:active, .wpcf7 .wpcf7-submit:active {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #db0f25;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .link-button a, .button-list ul li a,
    .sub-pages li a, .wpcf7 .wpcf7-submit {
      font-size: 1.8rem; } }

.link-button {
  display: inline-block; }
  .link-button a {
    width: auto; }

.link-button.full a,
.link-button.half a,
.link-button.one-thirds a {
  width: 100%;
  display: inline-block; }

.link-button.full {
  display: block;
  width: auto; }

.link-button.half {
  width: 49%; }

.link-button.one-thirds {
  width: 32%; }

.link-button.white a {
  color: #C30D21;
  background: #fff; }
  .link-button.white a:hover, .link-button.white a:active {
    background-color: #0060bf; }

.link-button.blue a {
  color: #fff;
  background: #06b url(images/bg-sand-paper.png);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .link-button.blue a:hover, .link-button.blue a:active {
    background-color: #006cd9; }

@media screen and (max-width: 767px) {
  .link-button,
  .link-button.half,
  .link-button.one-thirds {
    text-align: center;
    width: 100%; }
    .link-button a,
    .link-button.half a,
    .link-button.one-thirds a {
      width: 100% !important;
      display: inline-block; } }

.button-list ul,
.sub-pages {
  margin: -3px -5px;
  padding: 0;
  list-style: none; }
  .button-list ul li,
  .sub-pages li {
    float: left;
    width: 50%;
    padding: 3px 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .button-list ul li a,
    .sub-pages li a {
      margin: 0; }

/*
= icon-button
------------------------------------------*/
.icon-button-container {
  margin: -10px; }
  .icon-button-container .icon-button {
    width: 20%;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .icon-button-container .icon-button a {
      text-shadow: 0 1px 1px white;
      display: block;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      text-align: center;
      padding-top: 22px;
      padding-bottom: 18px;
      padding-left: 15px;
      padding-right: 15px; }
      .icon-button-container .icon-button a img {
        width: 120px; }
      .icon-button-container .icon-button a .link-text {
        font-size: 1.5rem; }
      .icon-button-container .icon-button a:hover {
        text-decoration: none;
        background-color: #f9a3ad; }

/*
= Gallery
------------------------------------------*/
.gallery:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.gallery {
  clear: both;
  margin: 10px -2px; }

.tiled-gallery {
  margin-bottom: 0 !important; }

.gallery > br {
  display: none; }

.gallery:first-child {
  margin-top: 0; }

.gallery:last-child {
  margin-bottom: 0; }

.gallery .gallery-item,
#tinymce .gallery .gallery-item,
#page-body .tiled-gallery-item {
  float: left;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }

.wide-gutter-gallery .gallery-item {
  padding: 2px 6px; }

.gallery .gallery-icon {
  position: relative; }

.gallery-icon img,
#page-body .tiled-gallery-item img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto; }

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
  clear: both; }

#tinymce .gallery {
  margin-left: 0;
  margin-right: 0; }

#tinymce .gallery-columns-2 .gallery-item:nth-of-type(odd),
#tinymce .gallery-columns-3 .gallery-item:nth-of-type(3n+1),
#tinymce .gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
  clear: none; }

.wp-caption {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  margin-bottom: 12px; }

.gallery-caption,
.wp-caption .wp-caption-text,
#page-body .tiled-gallery-caption {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: rgba(0, 0, 0, 0.33);
  margin-bottom: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px 2px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

.wp-caption .wp-caption-text {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important; }

.wp-caption:hover .wp-caption-text,
.gallery-item:hover .gallery-caption,
#page-body .tiled-gallery-item:hover .tiled-gallery-caption {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all ease .25s;
  transition: all ease .25s; }

@media screen and (max-width: 599px) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item:nth-of-type(3n+1),
  .gallery-columns-4 .gallery-item:nth-of-type(4n+1),
  .gallery-columns-5 .gallery-item:nth-of-type(5n+1),
  .gallery-columns-6 .gallery-item:nth-of-type(6n+1),
  .gallery-columns-7 .gallery-item:nth-of-type(7n+1),
  .gallery-columns-8 .gallery-item:nth-of-type(8n+1),
  .gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
    clear: none; }
  .gallery-columns-3 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-4 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-5 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-6 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-7 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-8 .gallery-item:nth-of-type(2n+1),
  .gallery-columns-9 .gallery-item:nth-of-type(2n+1) {
    clear: both; } }

/*
 = entry-components
------------------------------------------*/
.entry-header .entry-title {
  color: #333;
  text-shadow: 0 2px 0 white;
  font-family: NewCezanneProN-DB, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.6rem;
  line-height: 1.23076923;
  letter-spacing: 1px;
  font-weight: normal;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  padding: 18px 22px 16px;
  margin: 0;
  border-top: 3px solid #808080;
  border-bottom: 3px solid #ddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.on-sale-container .entry-header {
  margin-bottom: 0 !important; }
  .on-sale-container .entry-header .entry-title {
    font-size: 2.2rem; }

@media screen and (max-width: 767px) {
  .entry-header .entry-title {
    font-size: 2.2rem;
    line-height: 1.27272727;
    padding: 14px 16px 12px; } }

.entry-content {
  background-color: #fff;
  margin: 0; }
  .page .entry-content {
    padding: 0; }
  .type-post .entry-content {
    padding: 15px 0 20px;
    font-size: 1.5rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 1px;
    line-height: 1.73333333; }
    .type-post .entry-content + script:last-child {
      margin-bottom: -1em; }
  .type-post .entry-content,
  .search .entry-content,
  .error404 .entry-content {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 25px;
    overflow: hidden; }
  .entry-content ul {
    overflow: hidden; }

@media screen and (max-width: 767px) {
  article.post .entry-content {
    padding: 10px; } }

article.post {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  article.post .entry-footer {
    padding: 10px 25px; }
  article.post + article.post {
    margin-top: 50px; }
  article.post .post-thumbnail {
    background: #333;
    text-align: center;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden; }
  article.post .wp-post-image {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.search article {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .search article + article {
    margin-top: 40px; }
  .search article .entry-header {
    margin: 0; }

.attachment #page-container {
  background: #333 url(images/bg-sand-paper.png);
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25); }

.attachment .entry-header {
  margin: 10px 0 0; }
  .attachment .entry-header .entry-title {
    background: #fff;
    letter-spacing: 1px;
    padding: 10px 14px 6px;
    margin: 0; }

.attachment .entry-content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  padding-bottom: 0; }
  .attachment .entry-content .entry-attachment {
    display: table;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 530px; }
  .attachment .entry-content .entry-attachment .image-container {
    display: table-row; }
  .attachment .entry-content .entry-attachment .image-container-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 25px; }
  .attachment .entry-content .entry-attachment .image-container img {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .attachment .entry-content .entry-attachment .entry-caption {
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 16px 8px; }

.attachment .entry-footer {
  padding-top: 15px; }
  .attachment .entry-footer .entry-meta {
    background: #fff;
    padding: 8px 16px; }

@media screen and (max-width: 767px) {
  .attachment .entry-content .entry-attachment {
    min-height: 0; } }

/*
 = works-list shortcode
------------------------------------------*/
.works-list ul {
  margin: 0 -4px;
  padding: 0;
  list-style: none; }
  .works-list ul li {
    padding: 4px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .works-list ul li:nth-child(odd) {
      clear: both; }
    .works-list ul li a {
      color: #333;
      display: block;
      background: rgba(0, 0, 0, 0.05);
      padding: 12px;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
      .works-list ul li a:after {
        content: "";
        display: block;
        clear: both;
        height: 0; }
      .works-list ul li a:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.1); }
    .works-list ul li .post-thumnail {
      float: left;
      margin-right: 12px;
      width: 240px;
      max-width: 100%;
      border: 4px solid #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 600px) {
        .works-list ul li .post-thumnail {
          width: auto;
          max-width: 480px;
          float: none;
          margin: 0 auto 1em; } }
    .works-list ul li .post-title {
      font-size: 1.8rem;
      line-height: 1.25;
      margin: 6px 0 4px; }
      .works-list ul li .post-title .small {
        font-size: 66.66%; }
    .works-list ul li .post-excerpt {
      font-size: 1.4rem;
      line-height: 1.5;
      margin-top: .5em; }
    @media screen and (max-width: 767px) {
      .works-list ul li {
        width: 100%; } }

/*
 = portfolio shortcode
------------------------------------------*/
.portfolio ul {
  margin: 1em -8px;
  padding: 0;
  list-style: none; }
  .portfolio ul li {
    padding: 6px;
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .portfolio ul li:nth-child(3n+1) {
      clear: both; }
    .portfolio ul li a {
      color: #333;
      display: block;
      background: rgba(0, 0, 0, 0.1);
      padding: 8px;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
      .portfolio ul li a:after {
        content: "";
        display: block;
        clear: both;
        height: 0; }
      .portfolio ul li a:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.15); }
    .portfolio ul li .post-thumbnail {
      background: rgba(0, 0, 0, 0.75) url(images/bg-sand-paper.png);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 100%;
      width: 100%;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .portfolio ul li .post-title {
      font-size: 1.4rem;
      line-height: 1.25;
      margin: 6px 0 4px; }
      .portfolio ul li .post-title .small {
        font-size: 66.66%; }
    .portfolio ul li .post-excerpt {
      font-size: 1.4rem;
      line-height: 1.5;
      margin-top: .5em; }
    @media screen and (max-width: 767px) {
      .portfolio ul li {
        width: 50%; } }

/*
 = .search-header
------------------------------------------*/
.search-header {
  font-size: 1.4rem;
  line-height: 1.42857143; }

/*
 = .page-links
------------------------------------------*/
.page-links a {
  color: #fff;
  background: #648BB7;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 4px 6px 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

/*
 = .paging-navigation
------------------------------------------*/
.paging-navigation {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1em; }
  .paging-navigation a, .paging-navigation .page-numbers {
    display: inline-block;
    line-height: 22px;
    text-align: center;
    padding: 6px 0 4px;
    margin: 0 2px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 2.4em; }
  .paging-navigation .page-numbers.current {
    color: #fff;
    vertical-align: -1px;
    background: #808080;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .paging-navigation .prev,
  .paging-navigation .next {
    font-size: 1.8rem;
    padding: 4px 0 6px;
    vertical-align: 1px;
    width: 1.8em; }

/*
 = .post-navigation
------------------------------------------*/
.post-navigation:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.post-navigation {
  margin-top: .5em;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px; }
  .post-navigation .nav-origin-post,
  .post-navigation .nav-prev,
  .post-navigation .nav-next {
    font-size: 1.4rem;
    line-height: 1.4;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .post-navigation .nav-origin-post a,
    .post-navigation .nav-prev a,
    .post-navigation .nav-next a {
      color: #333;
      background: #f6f6f6;
      text-align: center;
      display: block;
      padding: .8em .8em .6em;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
      .post-navigation .nav-origin-post a:hover,
      .post-navigation .nav-prev a:hover,
      .post-navigation .nav-next a:hover {
        background: #e6e6e6;
        text-decoration: none;
        -webkit-transition: none;
        transition: none; }
      .post-navigation .nav-origin-post a.inactive,
      .post-navigation .nav-prev a.inactive,
      .post-navigation .nav-next a.inactive {
        background: #f6f6f6;
        opacity: .75; }
      .post-navigation .nav-origin-post a .meta-nav,
      .post-navigation .nav-prev a .meta-nav,
      .post-navigation .nav-next a .meta-nav {
        font-size: 1.2rem;
        line-height: 1.5; }
  .post-navigation .nav-origin-post {
    width: 100%; }
  .post-navigation .nav-prev,
  .post-navigation .nav-next {
    width: 50%; }

.single-house .post-navigation {
  margin-left: 0;
  margin-right: 0; }

/*
 = .widget
------------------------------------------*/
.widget {
  font-size: 1.3rem;
  background: #f8f8f8;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .widget + .widget {
    margin-top: 20px; }
  .widget:after {
    content: "";
    display: block;
    clear: both;
    height: 0; }
  .widget h2 {
    font-size: 1.8rem;
    line-height: 1.22222222;
    padding: 12px 16px 10px;
    margin: 0;
    border-top: 2px solid #C30D21; }
    .widget h2 a {
      color: #333;
      text-shadow: 0 1px 1px white;
      display: block;
      background: #f8f8f8;
      padding: 12px 16px 10px;
      position: relative; }
      .widget h2 a:hover {
        text-decoration: none;
        background-color: #eaeaea; }
      .widget h2 a:before {
        color: #C30D21;
        content: "\e802";
        font-family: "icon-font-1-4";
        font-size: 2rem;
        line-height: 1;
        position: absolute;
        right: 6px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .widget h2:after {
      display: none;
      height: 1.25em;
      left: 8px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .widget.local-nav-widget h2 {
    padding: 0; }
  .widget ul {
    font-size: 1.5rem;
    line-height: 1.28571429;
    list-style: none;
    padding: 0;
    margin: 0; }
    .widget ul li {
      margin: 0;
      border-top: 1px solid #d3d3d3; }
      .widget ul li a {
        display: block;
        background: #f8f8f8;
        padding: 10px 8px 6px;
        text-shadow: 0 1px 1px white;
        -webkit-box-shadow: inset 0 1px 1px white;
                box-shadow: inset 0 1px 1px white; }
        .widget ul li a:before {
          font-size: 1rem;
          line-height: 1;
          vertical-align: 2px;
          font-family: "icon-font-1-4";
          content: '\e815';
          speak: none;
          margin-right: 3px; }
        .widget ul li a:hover {
          background-color: #e6e6e6;
          text-decoration: none; }
      .widget ul li.recentcomments {
        padding: 10px 8px 6px; }
        .widget ul li.recentcomments a:hover {
          background: none; }
      .widget ul li.current_page_item > a {
        color: #444;
        background-color: #e6e6e6; }
      .widget ul li ul.children {
        display: none;
        font-size: 1.4rem;
        line-height: 1.28571429;
        background-color: #f34457;
        padding-left: 5px;
        margin: 0 !important; }
        .widget ul li ul.children li {
          margin: 0; }
          .widget ul li ul.children li a:before {
            content: "\e80e";
            font-size: .8rem;
            vertical-align: 2px; }
    .widget ul .current_page_item ul.children,
    .widget ul .current_page_ancestor ul.children {
      display: block; }
  .widget select {
    margin: 0 8px 8px !important; }
  .widget.widget_search {
    padding: 0;
    overflow: hidden; }
    .widget.widget_search .search-form {
      position: relative; }
      .widget.widget_search .search-form .search-field {
        line-height: 1.5;
        width: 78%;
        border: 2px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 5px 8px 1px;
        border-radius: 0; }
      .widget.widget_search .search-form .search-submit {
        display: block;
        width: 22%;
        padding: 4px 6px 2px;
        border: 2px solid #ddd;
        border-left: none;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        right: 0; }
  .widget.tagcloud {
    line-height: 1.25;
    padding: 0 14px; }
  .widget.widget_archive select {
    font-size: 16px;
    font-size: 1.6rem; }
  .widget.recentcomments {
    padding-left: 8px;
    padding-right: 8px; }
  .widget.back_home {
    padding-bottom: 0; }
    .widget.back_home li a {
      padding: 12px 15px 10px; }
  .widget.banner-widget {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .widget.banner-widget li {
      border-top: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .widget.banner-widget li + li {
        margin-top: 5px; }
      .widget.banner-widget li a {
        padding: 0; }
        .widget.banner-widget li a:before {
          display: none; }
        .widget.banner-widget li a img {
          -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.33);
                  box-shadow: 0 0 2px rgba(0, 0, 0, 0.33); }

@media screen and (max-width: 767px) {
  .widget + .widget {
    margin-top: 15px; }
  .widget.widget_search wo .search-form .search-field {
    -webkit-appearance: none;
    border-radius: 0; }
  .widget.widget_search wo .search-form .search-submit {
    padding-bottom: 3px; } }

/*
= Contactform 7
------------------------------------------*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="submit"],
.wpcf7 textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

.wpcf7 .wpcf7-list-item {
  margin: 0; }
  .wpcf7 .wpcf7-list-item + .wpcf7-list-item {
    margin: 0 0 0 1em; }

/*
 = .news-list shortcode
------------------------------------------*/
.news-list .news-header {
  background: #f3f3f3;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15); }
  .bg-gray .news-list .news-header {
    background: #fff; }
  .news-list .news-header .header-title {
    font-size: 2.2rem;
    line-height: 1.4545;
    letter-spacing: 1px;
    float: left;
    padding: 12px 15px 10px 24px;
    margin: 0 !important; }
    .news-list .news-header .header-title:after {
      width: 3px;
      height: auto;
      left: 12px;
      top: 12px;
      bottom: 10px; }
    .news-list .news-header .header-title .small {
      margin-left: 0.5em;
      letter-spacing: 1px; }
  .news-list .news-header .link-button {
    font-size: 1.4rem;
    line-height: 2;
    float: right;
    padding: 14px 15px 10px; }
    .news-list .news-header .link-button:after {
      color: #336699;
      content: "\e836";
      display: inline-block;
      font-family: "icon-font-1-4";
      margin-left: .3em; }
  .news-list .news-header:after {
    content: "";
    display: block;
    clear: both;
    height: 0; }

.news-list ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 .5em;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.75); }
  .news-list ul li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem; }
    .news-list ul li a {
      color: #333;
      display: block;
      padding: 1.25em 2.5em 1.25em 1em;
      text-decoration: none;
      position: relative;
      overflow: hidden; }
      .news-list ul li a:after {
        color: #336699;
        content: '\e80a';
        font-size: 1.4rem;
        line-height: 1;
        font-family: "icon-font-1-4";
        margin-top: -.5em;
        position: absolute;
        top: 50%;
        right: 12px; }
      .news-list ul li a:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    .news-list ul li .post-thumbnail {
      float: left;
      width: 72px;
      margin: -4px 15px -4px -4px;
      display: none; }
    .news-list ul li .post-header {
      margin: 4px 0 2px; }
    .news-list ul li .date {
      color: #333;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1;
      margin-right: .5em;
      vertical-align: 1px; }
    .news-list ul li .category {
      display: inline-block;
      line-height: 1;
      vertical-align: 2px;
      background: #f3f3f3;
      border: 1px solid #ddd;
      border-radius: 3px;
      padding: 4px 6px 3px;
      margin-right: .5em; }
      .bg-gray .news-list ul li .category {
        color: #fff;
        background: #C30D21; }
    .news-list ul li .title {
      font-size: 1.6rem;
      line-height: 1.25;
      text-align: left;
      margin-right: .5em;
      text-decoration: underline; }
    .news-list ul li.with-thumb .post-header,
    .news-list ul li.with-thumb .post-excerpt {
      overflow: hidden; }

.news-list .link-button {
  margin-top: 0;
  display: block; }
  .news-list .link-button a {
    display: block;
    margin: 0;
    background-color: #06b;
    border-bottom-color: rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 767px) {
  .news-list .news-header {
    position: relative; }
    .news-list .news-header .header-title .small {
      display: block;
      line-height: 1.25;
      margin: 0; }
    .news-list .news-header .link-button {
      font-size: 2rem;
      width: 0;
      height: 0;
      padding: 2em 2.4em 0 0;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      overflow: hidden; }
      .news-list .news-header .link-button:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin: 0; }
  .news-list ul li a {
    padding: 8px; }
    .news-list ul li a:after {
      display: none; }
  .news-list ul li .post-thumbnail {
    width: 80px;
    margin-right: 10px; }
  .news-list ul li .post-header {
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 3px; }
    .news-list ul li .post-header .title {
      font-size: 1.5rem;
      line-height: 1.2;
      margin: 0 0 2px; }
  .news-list ul li .post-excerpt {
    font-size: 1rem;
    line-height: 1.6;
    display: block; } }

@media screen and (max-width: 439px) {
  .news-list .header-title .sub {
    letter-spacing: normal; } }

/*
 = houses list shortcode
------------------------------------------*/
.houses-list {
  padding-top: 15px;
  padding-bottom: 15px; }
  .houses-list ul {
    list-style: none;
    padding: 0; }
    .houses-list ul li {
      padding: 8px;
      position: relative;
      width: 25%;
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .houses-list ul li:nth-child(4n+1) {
        clear: both; }
      .houses-list ul li a {
        color: #333;
        display: block; }
        .houses-list ul li a:hover {
          text-decoration: none; }
          .houses-list ul li a:hover:after {
            content: "";
            background: rgba(0, 0, 0, 0.08);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        .houses-list ul li a .post-image {
          width: 100%;
          height: 0;
          padding-top: 100%;
          position: relative;
          overflow: hidden; }
          .houses-list ul li a .post-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
      .houses-list ul li .post-title {
        color: #000;
        margin: 8px 0 0px;
        font-size: 1.6rem;
        line-height: 1.23529412;
        padding-top: 4px;
        padding-bottom: 2px;
        padding-left: 10px;
        position: relative; }
        a:hover .houses-list ul li .post-title {
          text-shadow: none !important; }
        .houses-list ul li .post-title:after {
          content: "";
          display: block;
          background-color: #808080;
          -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
                  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
          position: absolute;
          height: 100%;
          width: 2px;
          top: 0;
          left: 0; }
      .houses-list ul li .post-excerpt {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: justify; }

@media screen and (max-width: 767px) {
  .houses-list ul li {
    width: 50%; }
    .houses-list ul li:nth-child(2n+1) {
      clear: both; } }

/*
 = .wpgmp
------------------------------------------*/
.wpgmp_map_container {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/*
 = #share
------------------------------------------*/
#share {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
  clear: both; }
  .post #share {
    margin-bottom: 0; }
  #share .mat {
    background: rgba(0, 0, 0, 0.1);
    padding: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 0; }
  #share a {
    font-size: 1.2rem;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    width: 84px;
    border-radius: 4px;
    padding: 6px 6px 4px;
    margin: 2px; }
    #share a:hover {
      text-decoration: none; }
    #share a.share-twitter {
      background: #55acee;
      -webkit-box-shadow: 0 2px #2795e9;
              box-shadow: 0 2px #2795e9; }
    #share a.share-twitter:hover {
      background: #83c3f3; }
    #share a.share-facebook {
      background: #3b5998;
      -webkit-box-shadow: 0 2px #2d4373;
              box-shadow: 0 2px #2d4373; }
    #share a.share-facebook:hover {
      background: #4c70ba; }
    #share a.share-google {
      background: #dd4b39;
      -webkit-box-shadow: 0 2px #c23321;
              box-shadow: 0 2px #c23321; }
    #share a.share-google:hover {
      background: #e47365; }
    #share a.share-hatena {
      background: #2c6ebd;
      -webkit-box-shadow: 0 2px #225694;
              box-shadow: 0 2px #225694; }
    #share a.share-hatena:hover {
      background: #4888d4; }
    #share a.share-line {
      background: #00C300;
      -webkit-box-shadow: 0 2px #009d00;
              box-shadow: 0 2px #009d00; }
    #share a.share-line:hover {
      background: #2bd92b; }

/*
 = content footer
------------------------------------------*/
.content-footer {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  background: #1c965b; }

/*
 = Jet Pack Comment
------------------------------------------*/
.comments-area {
  margin: 30px 0 12px; }
  .comments-area .comment-reply-title {
    font-size: 18px; }

/*
==============================================================
   light gallery
==============================================================
*/
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important; }

/*
==============================================================
   wp googlemap pro
==============================================================
*/
#page-body .wpgmp_map_container img {
  overflow: hidden !important;
  max-width: none !important;
  min-height: inherit !important; }

/*
==============================================================
 wordpress carousel pro
==============================================================
*/
#page-container .owl-carousel {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0; }
  #page-container .owl-carousel .single_wcp_item {
    margin: 0; }
  #page-container .owl-carousel .owl-prev,
  #page-container .owl-carousel .owl-next {
    color: white;
    font-size: 60px;
    line-height: 1;
    height: 1em;
    opacity: 1;
    top: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  #page-container .owl-carousel .owl-prev {
    left: 20px; }
  #page-container .owl-carousel .owl-next {
    right: 20px; }

/*
 = swipable shortcode
------------------------------------------*/
.swipe-desc {
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25; }

@media screen and (max-width: 767px) {
  .swipe-desc {
    display: block; }
  .swipable {
    width: 100% !important;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1em; }
  .swipable table {
    width: 720px !important;
    max-width: none; } }

/*
==============================================================
Home Contents
==============================================================
*/
.home.page .facebook-feed,
.home.page .twitter-feed {
  max-width: 340px;
  margin: 0 auto; }

/*
 = #home-slider
------------------------------------------*/
.home-slider {
  background: #333 url(images/bg-sand-paper2.png);
  -webkit-box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  overflow: hidden; }
  .home-slider .ms-slide-bgcont:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/hero-image-filter1.png) rgba(52, 124, 120, 0.5); }
  .home-slider .ms-slide .ms-slide-layers {
    overflow: visible !important; }

.preload-font1,
.preload-font2 {
  display: none; }

.master-slider .ms-slide-info {
  font-size: 16px;
  line-height: 1.5;
  max-width: 1050px;
  margin: 0 auto !important;
  min-height: 0 !important;
  position: relative; }
  .master-slider .ms-slide-info .ms-info {
    color: #fff;
    letter-spacing: 2px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px 18px 8px;
    background: rgba(0, 0, 0, 0.66);
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    position: absolute !important;
    left: 20px;
    bottom: 40px; }
    .master-slider .ms-slide-info .ms-info.ms-info-empty {
      display: none; }

.master-slider .ms-nav-prev,
.master-slider .ms-nav-next {
  font-size: 6rem;
  text-align: center;
  width: 1em !important;
  height: 1em !important;
  margin-top: 0 !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }
  .master-slider .ms-nav-prev:before,
  .master-slider .ms-nav-next:before {
    color: #fff;
    font-family: "icon-font-1-4";
    line-height: 1 !important;
    speak: none;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.master-slider .ms-nav-prev {
  left: 0 !important; }
  .master-slider .ms-nav-prev:before {
    content: '\e810'; }

.master-slider .ms-nav-next {
  right: 0 !important; }
  .master-slider .ms-nav-next:before {
    content: '\e811'; }

@media screen and (max-width: 767px) {
  .master-slider {
    width: 110% !important;
    margin: 0 -5% !important; }
    .master-slider .catch-copy {
      -webkit-transform: scale(0.5, 0.5) !important;
          -ms-transform: scale(0.5, 0.5) !important;
              transform: scale(0.5, 0.5) !important; }
    .master-slider .ms-nav-prev,
    .master-slider .ms-nav-next {
      font-size: 4rem; }
    .master-slider .ms-nav-prev {
      left: 5% !important; }
    .master-slider .ms-nav-next {
      right: 5% !important; } }

.clipped-core {
  margin-top: -20px;
  margin-bottom: -90px;
  margin-right: -30px !important;
  margin-left: 30px !important; }

@media screen and (max-width: 767px) {
  .clipped-core {
    margin: 0 auto -15px !important; } }

br.mb {
  display: none; }

@media screen and (max-width: 767px) {
  br.pc {
    display: none; }
  br.mb {
    display: inline; } }

/*
 = #work
------------------------------------------*/
#work .column {
  position: relative; }
  #work .column a {
    color: #fff; }
    #work .column a > p {
      margin: 0; }
    #work .column a .text {
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.5rem;
      line-height: 15 / 24;
      padding: 40px;
      display: block;
      position: absolute;
      top: auto;
      bottom: 30px;
      left: 30px;
      right: 60%;
      background: rgba(205, 14, 35, 0.88) url(images/bg-sand-paper2.png); }
      #work .column a .text * {
        color: #fff;
        position: relative;
        z-index: 1; }
      #work .column a .text h3 {
        position: relative;
        overflow: visible; }
        #work .column a .text h3 .small {
          vertical-align: middle; }
        #work .column a .text h3:before {
          color: rgba(0, 0, 0, 0.25);
          content: "\e836";
          font-size: 12rem;
          line-height: 1;
          font-family: "icon-font-1-4";
          position: absolute;
          top: 50%;
          right: -25px;
          -webkit-transform: translate(0, -48%);
              -ms-transform: translate(0, -48%);
                  transform: translate(0, -48%);
          z-index: 0;
          text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); }
        #work .column a .text h3:after {
          background: #fff; }
    #work .column a:hover {
      text-decoration: none; }
      #work .column a:hover img {
        opacity: .9; }
      #work .column a:hover .text {
        background: rgba(239, 20, 44, 0.88) url(images/bg-sand-paper2.png); }
    #work .column a.printing .text {
      left: 60%;
      right: 30px; }
    @media screen and (max-width: 767px) {
      #work .column a .text {
        padding: 10px;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; }
        #work .column a .text h3 {
          line-height: 1.2;
          padding: 3px .5em;
          margin: 0 0 4px; }
          #work .column a .text h3:before {
            font-size: 4rem;
            right: 0; }
        #work .column a .text p {
          font-size: 1.3rem;
          line-height: 13 / 17; } }

/*
==============================================================
other pages
==============================================================
*/
.page-switch ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .page-switch ul li {
    margin: 0;
    display: inline-block; }
    .page-switch ul li a {
      font-size: 1.8rem;
      color: #ab0b1d;
      text-shadow: 0 1px 1px white;
      display: block;
      padding: .5em 1em .4em;
      background: #eee url(images/bg-sand-paper2.png);
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
      .page-switch ul li a:hover {
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-decoration: none;
        background: #db0f25 url(images/bg-sand-paper2.png);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
      .page-switch ul li a[href="#"] {
        color: #fff;
        background: #C30D21 url(images/bg-sand-paper2.png);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
        .page-switch ul li a[href="#"]:hover {
          cursor: default; }
      @media screen and (max-width: 767px) {
        .page-switch ul li a {
          font-size: 1.5rem;
          padding: .4em 1em; } }

.time-line {
  margin: 0 auto; }
  .time-line dl {
    margin: 0;
    padding: 0;
    text-align: center; }
    .time-line dl dt {
      font-family: NewCezanneProN-DB, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      margin: 0 0 .25em 0;
      padding: 0;
      text-align: left; }
    .time-line dl dd {
      padding: 0; }
      .time-line dl dd ul {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        padding: .4em 1em;
        list-style: none;
        display: inline-block;
        background: #f0f0f0 url(images/bg-sand-paper2.png);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 4px; }
        .time-line dl dd ul li {
          display: inline-block;
          font-size: 1.6rem;
          line-height: 1;
          padding: .4em .1em .2em;
          margin: 0;
          position: relative; }
          .time-line dl dd ul li a {
            color: #fff;
            line-height: 1;
            display: block;
            background: #C30D21;
            border-radius: 4px;
            padding: .4em .5em .2em;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 767px) {
          .time-line dl dd ul {
            padding: .4em .6em; }
            .time-line dl dd ul li {
              font-size: 1.4rem;
              padding: .2em 0 .2em .4em; }
              .time-line dl dd ul li:after {
                margin-left: .4em; } }

.schedule {
  margin: -10px; }
  @media screen and (max-width: 767px) {
    .schedule {
      margin: -5px; } }
  .schedule .action {
    float: left;
    width: 33.33%;
    padding: 10px;
    margin-bottom: 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .schedule .action {
        width: 100%;
        padding: 5px; } }
    .schedule .action:nth-child(3n+1) {
      clear: both; }
    .schedule .action p {
      margin: 0; }
      .schedule .action p img.aligncenter {
        margin: 0; }
    .schedule .action dl {
      margin: 0;
      padding: 0;
      position: relative;
      overflow: visible;
      background: #f0f0f0 url(images/bg-sand-paper2.png); }
      .schedule .action dl dt {
        font-size: 1.6rem;
        line-height: 1;
        color: #fff;
        background: #C30D21;
        position: absolute;
        bottom: 100%;
        left: 1em;
        margin: 0;
        padding: .6em 1em .4em;
        -webkit-transform: translate(0, 33.33%);
            -ms-transform: translate(0, 33.33%);
                transform: translate(0, 33.33%); }
        @media screen and (max-width: 767px) {
          .schedule .action dl dt {
            font-size: 1.5rem;
            padding: .4em .6em .2em; } }
      .schedule .action dl dd {
        color: #333;
        text-shadow: 0 1px 1px white;
        font-size: 1.4rem;
        margin: 0;
        padding: 1.2em 1.2em 1em; }
        @media screen and (max-width: 767px) {
          .schedule .action dl dd {
            font-size: 1.3rem;
            padding: 1em 1em .8em; } }

/*
==============================================================
swiper-slide
==============================================================
*/
.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px; }

.swiper-slide .mat {
  height: 100%; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 12px; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 12px; }

.swiper-button-next,
.swiper-button-prev {
  width: 25px;
  height: 40px;
  margin-top: -20px;
  background-size: 25px 40px; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35; }

@media screen and (max-width: 767px) {
  #onsale-items .row.thin-padding {
    padding-left: 0;
    padding-right: 0; }
  .swiper-slide {
    padding: 0; }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 3px; }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 3px; }
  .swiper-button-next,
  .swiper-button-prev {
    width: 18px;
    height: 30px;
    margin-top: -15px;
    background-size: 18px 30px; }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 8px; } }

/*
==============================================================
facebook page plugin
==============================================================
*/
#facebook-page .mat {
  font-size: 1.3rem;
  line-height: 1.25;
  padding: 12px 12px 8px; }

@media screen and (max-width: 767px) {
  #facebook-page .small {
    font-size: 13px;
    margin-top: 5px; }
  #facebook-page .widget_facebook_likebox {
    max-width: 500px;
    margin: 0 auto; }
  #facebook-page .fb_iframe_widget {
    display: block !important;
    width: 100%; }
    #facebook-page .fb_iframe_widget > span {
      height: 70px !important;
      overflow: hidden; }
  #facebook-page .mat {
    font-size: 1.2rem;
    padding: 4px 6px; } }

/*
==============================================================
Embed Google Map
==============================================================
*/
.embed-googlemap {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  .embed-googlemap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }

/*
==============================================================
   common-styles
==============================================================
*/
.small {
  font-size: 1.4rem;
  line-height: 1.75; }

.x-small {
  font-size: 1.3rem;
  line-height: 1.75; }

.xx-small {
  font-size: 1.2rem; }

.xxx-small {
  font-size: 1.1rem; }

@media screen and (max-width: 767px) {
  .small, .x-small, .xx-small, .xxx-small {
    font-size: 1.1rem; } }

.large, .x-large, .xx-large, .xxx-large, .xxxx-large, .xxxxx-large {
  font-family: NewCezanneProN-DB, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.large {
  font-size: 1.6rem; }

.x-large {
  font-size: 1.8rem; }

.xx-large {
  font-size: 2rem; }

.xxx-large {
  font-size: 2.4rem; }

.xxxx-large {
  font-size: 2.8rem;
  line-height: 1.25;
  margin-bottom: .25em; }
  @media screen and (max-width: 767px) {
    .xxxx-large {
      font-size: 2rem; } }

.xxxxx-large {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: .25em; }

.line-height-15 {
  line-height: 1.5; }

.line-height-16 {
  line-height: 1.6; }

.line-height-17 {
  line-height: 1.7; }

.line-height-18 {
  line-height: 1.8; }

.line-height-19 {
  line-height: 1.9; }

.line-height-20 {
  line-height: 2.0; }

.line-height-21 {
  line-height: 2.1; }

.line-height-22 {
  line-height: 2.2; }

@media screen and (max-width: 767px) {
  .line-height-1,
  .line-height-15,
  .line-height-16,
  .line-height-17,
  .line-height-18,
  .line-height-19,
  .line-height-2,
  .line-height-21,
  .line-height-22 {
    line-height: 1.6; } }

.padding-top-0 {
  padding-top: 0; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-right-0 {
  padding-right: 0; }

.padding-left-0 {
  padding-left: 0; }

.padding-left-10px {
  padding-left: 10px !important; }

.padding-left-20px {
  padding-left: 20px !important; }

.padding-left-30px {
  padding-left: 30px !important; }

.padding-left-40px {
  padding-left: 40px !important; }

.padding-left-50px {
  padding-left: 50px !important; }

.padding-left-60px {
  padding-left: 60px !important; }

.padding-left-70px {
  padding-left: 70px !important; }

.padding-left-80px {
  padding-left: 80px !important; }

.padding-left-90px {
  padding-left: 90px !important; }

.padding-left-100px {
  padding-left: 100px !important; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-top-05em {
  margin-top: .5em !important; }

.margin-top-075em {
  margin-top: .75em !important; }

.margin-top-1em {
  margin-top: 1em !important; }

.margin-top-2 {
  margin-top: 2px; }

.margin-top-4 {
  margin-top: 4px; }

.margin-top-6 {
  margin-top: 6px; }

.margin-top-8 {
  margin-top: 8px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-12 {
  margin-top: 12px; }

.margin-top-15 {
  margin-top: 15px; }

.no-clear {
  clear: none;
  overflow: hidden; }

.nowrap {
  white-space: nowrap; }

.bg-white {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.bg-pale-white {
  background-color: rgba(255, 255, 255, 0.75); }

.bg-grey,
.bg-gray {
  background: #F6F6F0 url(images/bg-sand-paper2.png);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.bg-dark-grey,
.bg-dark-gray {
  background: #666;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.bg-green {
  background: #3f9b9b;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .bg-green * {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.bg-blue {
  background: #06b url(images/bg-sand-paper.png);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); }
  .bg-blue * {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75); }

.bg-brown {
  background: #4c4032;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.text-shadow-white100 {
  text-shadow: 0 2px 1px white; }

.text-shadow-white50 {
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.5); }

.text-shadow-black50 {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5); }

.text-shadow-black25 {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }

.text-shadow-black10 {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }

table.type09 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5; }

/*
 = for img
------------------------------------------*/
img[class*="pull-"] {
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1; }

img.pull-top-15 {
  top: -15px; }

img.pull-top-30 {
  top: -30px; }

img.pull-top-60 {
  top: -60px; }

img.pull-left-15 {
  left: -15px; }

img.pull-left-30 {
  left: -30px; }

img.pull-left-60 {
  left: -60px; }

img.pull-right-15 {
  right: -15px; }

img.pull-right-30 {
  right: -30px; }

img.pull-right-60 {
  right: -50px; }

img.pull-bottom-15 {
  bottom: -15px; }

img.pull-bottom-30 {
  bottom: -30px; }

img.pull-bottom-60 {
  bottom: -60px; }

/*
 = altanative table style
------------------------------------------*/
table.h-border {
  border: none !important;
  background: rgba(255, 255, 255, 0.75); }
  table.h-border td, table.h-border th {
    color: #333;
    padding: 1em 1em .8em .8em !important;
    background: transparent !important;
    text-align: left;
    vertical-align: top;
    border: none !important;
    border-top: 1px solid #ccc !important; }
  table.h-border th {
    border-top: 1px solid #999 !important; }
  table.h-border tr:last-child td {
    border-bottom: 1px solid #ccc !important; }
  table.h-border tr:last-child th {
    border-bottom: 1px solid #999 !important; }

/*
 = .iconfont
------------------------------------------*/
.icon-font {
  font-family: "icon-font-1-4";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle; }
  .icon-font.block {
    display: block; }
  .icon-font:before {
    font-family: "icon-font-1-4";
    line-height: 1;
    margin: 0 4px;
    width: auto; }
  .icon-font.left, .icon-font.right {
    width: 1em;
    height: 1px; }
    .icon-font.left:before, .icon-font.right:before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .icon-font.left {
    float: left;
    margin-right: 4px; }
  .icon-font.right {
    float: right;
    margin-left: 4px; }
    .icon-font.right :before {
      left: auto;
      right: 0; }

/*
 = transformation
------------------------------------------*/
.rotate-left-3 {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.rotate-right-3 {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg); }

/*
 = .link-icon
------------------------------------------*/
.icon-link-arrow {
  margin: 0 2px; }

.icon-link-arrow:before {
  font-family: "icon-font-1-4";
  content: '\e815';
  font-size: 90%;
  display: inline-block;
  margin-right: 2px;
  text-decoration: none !important;
  line-height: 1;
  vertical-align: 1px;
  width: auto !important; }

/*
 = alignment
------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 15px 10px 0 !important; }

.alignright {
  float: right;
  margin: 0 0 10px 15px !important; }

.aligncenter {
  display: block;
  float: none !important;
  margin: 0 auto; }

.text-alignleft {
  text-align: left; }

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

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

@media screen and (max-width: 767px) {
  .alignleft {
    margin: 0 15px 12px 0 !important; }
  .alignright {
    margin: 0 0 12px 15px !important; } }

@media screen and (max-width: 508px) {
  img.alignleft,
  img.alignright,
  figure.alignleft,
  figure.alignright {
    max-width: 48% !important; }
  img.alignleft {
    margin: 0 15px 8px 0 !important; }
  img.alignright {
    margin: 0 0 8px 15px !important; } }

/*
 = .clear
------------------------------------------*/
.clear {
  clear: both; }

hr.clear {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  margin: 0;
  visibility: hidden; }

/*
 = images
------------------------------------------*/
.image-frame {
  border: 8px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

.thumb-of-pdf {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.icon-image {
  display: block;
  background: #f1f0e5;
  width: 120px;
  padding: 20px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 439px) {
  img.aligncenter {
    max-width: 100% !important; }
  .wpgmp_map {
    height: 350px !important; } }

/*
 = Responsive display
------------------------------------------*/
/* only display in small device */
.display-block-only-sd,
.display-inline-only-sd,
.display-inline-block-only-sd,
.display-block-only-mbl,
.display-inline-only-mbl,
.display-inline-block-only-mbl,
.display-inline-only-sp,
.display-inline-block-only-sp,
.display-block-only-sp {
  display: none; }

@media screen and (max-width: 959px) {
  .display-inline-only-sd {
    display: inline; }
  .display-inline-block-only-sd {
    display: inline-block; }
  .display-block-only-sd {
    display: block; } }

@media screen and (max-width: 767px) {
  .display-inline-only-mbl {
    display: inline; }
  .display-inline-block-only-mbl {
    display: inline-block; }
  .display-block-only-mbl {
    display: block; }
  .display-none-only-mbl {
    display: none; }
  .align-left-only-mbl {
    text-align: left; }
  .display-inline-only-dt {
    display: none; }
  .display-inline-block-only-dt {
    display: none; }
  .display-block-only-dt {
    display: none; } }

@media screen and (max-width: 508px) {
  .display-inline-only-sp {
    display: inline; }
  .display-inline-block-only-sp {
    display: inline-block; }
  .display-block-only-sp {
    display: block; }
  .display-none-only-sp {
    display: none; } }

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