@charset "UTF-8";
/*-----------------------------------*/
/* Normalize */
/*-----------------------------------*/
/*! normalize.css v3.0.2 | 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,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 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-color: 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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dd {
  margin: 0;
}

body {
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#js-gmap img {
  max-width: inherit;
}

.grid-inner {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .grid-inner {
    width: auto;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fnavi .grid-inner {
    padding: 0;
  }
}

.fl-left {
  float: left;
}
.fl-right {
  float: right;
}

.clfix {
  *zoom: 1;
}
.clfix:after {
  content: "";
  display: table;
  clear: both;
}

.inblock-list {
  width: 100%;
  word-spacing: -1em;
  display: table;
  display: block\9;
  margin: 0;
  padding-left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inblock-list li {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.section-title {
  font-size: 24px;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .section-title {
    font-size: 20px;
    font-size: 1.66667rem;
  }
}
.main-article .section-title {
  margin-bottom: 20px;
}

.bg-white {
  background: #FFF;
  padding: 40px 0;
  border-top: 1px solid #EEE;
}
@media screen and (max-width: 640px) {
  .bg-white {
    padding: 20px 0;
  }
}

/*-----------------------------------*/
/* Settings */
/*-----------------------------------*/
html {
  font-size: 12px;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック', 'メイリオ', Meiryo,  sans-serif;
  color: #333;
}

.font-ropa, .visual .bx-pager, .wp-pagenavi {
  font-family: 'Ropa Sans', sans-serif;
}

/*-----------------------------------*/
/* Layout */
/*-----------------------------------*/
.l-header {
  width: 100%;
  height: 128px;
  border-top: 4px solid #F39800;
  background: #F9F9F9;
  padding: 24px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  border-bottom: 1px solid #EEE;
}
@media screen and (max-width: 640px) {
  .l-header {
    width: 100%;
    height: 52px;
    display: table;
    background: #FFF;
    padding: 10px 0;
  }
}
.l-header .logo {
  width: 260px;
  font-size: xx-small;
}
@media screen and (max-width: 640px) {
  .l-header .logo {
    width: 160px;
    margin-top: 5px;
  }
}
.l-header .header-subnavi {
  display: table;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.l-header .header-subnavi li {
  display: table-cell;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .l-header .header-subnavi .contact {
    line-height: 26px;
  }
}
.l-header .header-subnavi .menu {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-header .header-subnavi .menu {
    display: block;
    padding-left: 10px;
  }
}

.description {
  margin: 20px 0 0 10px;
  color: #454545;
}
@media screen and (max-width: 640px) {
  .description {
    display: none;
  }
}

.l-navigation {
  border-top: 1px solid #EEE;
  background: #FFF;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .l-navigation {
    display: none;
  }
}
.l-navigation li {
  height: 40px;
  overflow: hidden;
}
.l-navigation a {
  height: 30px;
  display: block;
  color: #333;
  text-decoration: none;
  border-bottom: 4px solid #F39800;
  padding-top: 10px;
}
.l-navigation span {
  border-left: 1px solid #EEE;
  padding: 0 42px;
}
.l-navigation span:last-of-type {
  border-right: 1px solid #EEE;
}

.wp-pagenavi {
  text-align: center;
  font-size: 15px;
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 40px;
}
.plan-list .wp-pagenavi {
  padding-bottom: 20px;
}
.customer-list .wp-pagenavi {
  padding-bottom: 0;
  margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 10px;
  margin: 0 5px;
}
.wp-pagenavi a {
  text-decoration: none;
  background: #FFF;
  border: 1px solid #EEE;
  color: #040000;
}
.wp-pagenavi .current {
  background: #F39800;
  color: #FFF;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  width: 7px;
  text-indent: -9999px;
}
.wp-pagenavi .previouspostslink {
  background: url(../images/common/arw_left.png) no-repeat center center #FFF;
}
.wp-pagenavi .nextpostslink {
  background: url(../images/common/arw_right.png) no-repeat center center #FFF;
}

.l-smp-navi {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-smp-navi {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(243, 151, 0, 0.94);
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.33333rem;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow-y: scroll;
  }
  .l-smp-navi.is-open {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .l-smp-navi .smp-button-close {
    color: #FFF;
    font-size: 18px;
    font-size: 1.5rem;
    text-align: right;
  }
  .l-smp-navi .smp-buttons {
    list-style: none;
    padding-left: 0;
  }
  .l-smp-navi .smp-buttons li {
    margin-top: 10px;
  }
  .l-smp-navi .smp-buttons a {
    display: block;
    background: #FFF;
    color: #323333;
    text-decoration: none;
    padding: 10px;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #575757;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .l-smp-navi .smp-buttons a:after {
    content: '';
    width: 7px;
    height: 13px;
    display: block;
    background: url("../images/common/arw_right.png") no-repeat left top;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .l-smp-navi .smp-buttons a:after {
    bottom: 50%;
    margin-bottom: -6px;
  }
}

.l-footer {
  padding-top: 40px;
  border-top: 1px solid #EEE;
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding-top: 20px;
  }
}
.l-footer .footer-links {
  display: table;
}
@media screen and (max-width: 640px) {
  .l-footer .footer-links {
    display: block;
  }
}
.l-footer .footer-links-col {
  display: table-cell;
  border-left: 1px solid #EEE;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-footer .footer-links-col {
    display: block;
    border-left: none;
    padding: 0;
  }
}
.l-footer .company {
  font-size: 11px;
  font-size: 0.91667rem;
  text-align: left;
}
.l-footer .company-logo {
  margin-bottom: 5px;
}
.l-footer .company-logo img {
  width: 230px;
}
@media screen and (max-width: 640px) {
  .l-footer .company-logo img {
    width: 80%;
  }
}
.l-footer .facebook-button, .l-footer .contact-button {
  font-size: 16px;
  font-size: 1.33333rem;
}
.l-footer .facebook {
  margin: 20px 0;
}
.l-footer .facebook-button {
  width: 260px;
  background: #F9F9F9;
  color: #2C2C2C;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .l-footer .facebook-button {
    width: 100%;
    padding: 12px 0;
  }
}
.l-footer .facebook-button .fa {
  position: absolute;
  left: 10px;
  color: #435EAB;
  font-size: 30px;
  font-size: 2.5rem;
  top: 50%;
  margin-top: -15px;
}
.l-footer .contact {
  width: 300px;
  padding-left: 30px;
  border-right: 1px solid #EEE;
}
@media screen and (max-width: 640px) {
  .l-footer .contact {
    width: auto;
    float: none;
    padding-left: 0;
    border-right: none;
  }
}
.l-footer .contact-button {
  padding: 15px 35px;
}

.pagetop {
  background: #EEE;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}
.pagetop a {
  color: #333;
  text-decoration: none;
}
.pagetop .fa, .pagetop span {
  display: block;
}
.pagetop .fa {
  font-size: 30px;
  font-size: 2.5rem;
}

.fnavi {
  padding: 20px 0 10px;
  background: #F9F9F9;
  font-size: 11px;
  font-size: 0.91667rem;
}
@media screen and (max-width: 640px) {
  .fnavi {
    padding: 0;
    font-size: 13px;
    font-size: 1.08333rem;
  }
}
.fnavi #menu-footer-navi {
  width: 70%;
}
@media screen and (max-width: 640px) {
  .fnavi #menu-footer-navi {
    width: 100%;
    border-bottom: 1px solid #EEE;
    text-align: left;
  }
}
.fnavi #menu-footer-navi li {
  margin-right: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .fnavi #menu-footer-navi li {
    margin-right: 0;
    padding-bottom: 0;
    width: 50%;
    border: 1px solid #EEE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -1px;
    text-align: center;
  }
}
.fnavi a {
  color: #4D4D4D;
}
@media screen and (max-width: 640px) {
  .fnavi a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
  }
}
.fnavi .copy {
  clear: both;
  color: #949494;
  display: block;
  font-size: 10px;
  font-size: 0.83333rem;
}
@media screen and (max-width: 640px) {
  .fnavi .copy {
    padding-top: 10px;
    padding-left: 10px;
  }
}

/*-----------------------------------*/
/* Module */
/*-----------------------------------*/
.main {
  background: #F9F9F9;
  padding-top: 128px;
}
@media screen and (max-width: 640px) {
  .main {
    padding-top: 52px;
  }
}
.home .main {
  padding-top: 0;
}

.topicpath {
  background: #EEE;
  padding: 5px 0;
}
.topicpath-current:after {
  display: none;
}
.topicpath li:after {
  content: '>';
  padding: 0 5px;
}
.topicpath li a {
  color: #333;
}

.page-contents {
  padding-bottom: 40px;
}

.icon-new {
  font-style: normal;
  background: #F33F00;
  color: #FFF;
  padding: 4px 20px;
  line-height: 1;
}

.visual {
  margin-bottom: -70px;
}
.single-customer .visual {
  margin-bottom: -30px;
}
@media screen and (max-width: 640px) {
  .visual {
    margin-bottom: 0 !important;
  }
}
.home .visual {
  padding-top: 128px;
}
@media screen and (max-width: 640px) {
  .home .visual {
    padding-top: 52px;
  }
}

.point-title {
  background: #F39800;
  color: #FFF;
  display: inline-block;
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: normal;
  line-height: 1;
  padding: 5px 10px 5px 36px;
  position: relative;
}
.point-title:before {
  width: 22px;
  height: 53px;
  content: '';
  background: url(../images/common/icon_point.png) no-repeat left top;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 0;
}

/*-----------------------------------*/
/* Boxer */
/*-----------------------------------*/
/*
 * Boxer v3.3.0 - 2014-11-25
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library.
 * http://formstone.it/boxer/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */
.boxer-lock {
  overflow: hidden !important;
}

#boxer-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 600;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.boxer-open #boxer-overlay {
  opacity: 0.75;
}

#boxer {
  /*width: 200px;*/
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 601;
  background: #FFF;
  opacity: 0;
  margin: 0 auto;
  padding: 30px 60px;
}
#boxer * {
  -webkit-transition: none;
  transition: none;
}
#boxer.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
#boxer.inline {
  padding: 30px;
}
#boxer.animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
#boxer.animating .boxer-container {
  -webkit-transition: opacity 0.25s linear 0.25s;
  transition: opacity 0.25s linear 0.25s;
}
.boxer-open #boxer {
  opacity: 1;
}
#boxer.loading .boxer-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#boxer.loading .boxer-loading {
  opacity: 1;
}
#boxer .boxer-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 605;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}
#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFF;
  content: "\00d7";
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.no-opacity #boxer .boxer-close {
  text-indent: -999px;
}
#boxer .boxer-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 605;
  display: block;
  margin: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#boxer .boxer-loading:before, #boxer .boxer-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}
#boxer .boxer-loading:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}
#boxer .boxer-loading:after {
  -webkit-animation: boxer-loading-spin 0.75s linear infinite;
  animation: boxer-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333;
}
#boxer .boxer-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 603;
  background: #FFF;
}
#boxer .boxer-content {
  width: 100%;
  background: #FFF;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}
#boxer.inline .boxer-content, #boxer.iframe .boxer-content {
  width: auto;
}
#boxer .boxer-image {
  float: left;
}
#boxer .boxer-video {
  width: 100%;
  height: 100%;
}
#boxer .boxer-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}
#boxer .boxer-meta {
  clear: both;
}
#boxer .boxer-control {
  width: 17px;
  height: 30px;
  position: absolute;
  top: 0;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  white-space: nowrap;
}
#boxer .boxer-control.previous {
  left: -90px;
  background: url(../images/gallery/icon_boxer_prev.png) no-repeat left center;
}
#boxer .boxer-control.next {
  right: -90px;
  background: url(../images/gallery/icon_boxer_next.png) no-repeat right center;
}
#boxer .boxer-control.disabled {
  opacity: 0;
}
.no-opacity #boxer .boxer-control {
  text-indent: -999px;
}
.no-touch #boxer .boxer-control {
  opacity: 0;
}
#boxer .boxer-meta {
  padding: 10px 0 0 0;
}
#boxer .boxer-position {
  display: none;
}
#boxer .boxer-caption.gallery p {
  padding-top: 0;
}
#boxer .boxer-error {
  width: 250px;
}
#boxer .boxer-error p {
  color: #900;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
#boxer.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
  padding: 40px 0 0;
}
#boxer.mobile .boxer-close, #boxer.mobile .boxer-close:hover {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111;
  border-radius: 0;
}
#boxer.mobile .boxer-close:before, #boxer.mobile .boxer-close:hover:before {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
#boxer.mobile .boxer-loading:before {
  border-color: rgba(153, 153, 153, 0.25);
}
#boxer.mobile .boxer-loading:after {
  border-top-color: #999;
}
#boxer.mobile .boxer-container {
  background: #111;
}
#boxer.mobile .boxer-content {
  background-color: #111;
}
#boxer.mobile .boxer-control {
  width: 50px;
  height: 100%;
  background: #111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}
#boxer.mobile .boxer-control.previous {
  left: 0;
}
#boxer.mobile .boxer-control.previous:before {
  border-right-color: #EEE;
  margin-left: 19px;
}
#boxer.mobile .boxer-control.next {
  right: 0;
}
#boxer.mobile .boxer-control.next:before {
  border-left-color: #EEE;
  margin-right: 19px;
}
.no-touch #boxer.mobile .boxer-control, .no-touch #boxer.mobile:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer.mobile .boxer-control.disabled, .no-touch #boxer.mobile:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}
#boxer.mobile .boxer-meta {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
  padding: 15px 65px;
}
#boxer.mobile .boxer-position {
  color: #999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}
#boxer.mobile .boxer-caption p {
  color: #EEE;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#boxer.mobile .boxer-image {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#boxer.mobile.animated .boxer-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
}
#boxer.mobile.inline .boxer-content, #boxer.mobile.iframe .boxer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.no-touch #boxer:hover .boxer-control {
  opacity: 1;
}
.no-touch #boxer:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}

#boxer,
#boxer * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

@-webkit-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-----------------------------------*/
/* Title */
/*-----------------------------------*/
.contents-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .contents-header {
    margin-bottom: 30px;
    background: none !important;
  }
}
.single-gallery .contents-header, .single-plan .contents-header, .single-customer .contents-header {
  margin-bottom: 0;
}
.post-type-archive-bukken .contents-header {
  background: url(../images/bukken/bg_header_bukken.jpg) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .post-type-archive-bukken .contents-header-inner {
    background: url(../images/bukken/bg_header_bukken_sp.jpg) no-repeat right top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.post-type-archive-gallery .contents-header, .single-gallery .contents-header {
  background: url(../images/gallery/bg_header_gallery.jpg) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .post-type-archive-gallery .contents-header-inner, .single-gallery .contents-header-inner {
    background: url(../images/gallery/bg_header_gallery_sp.jpg) no-repeat right top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.post-type-archive-plan .contents-header, .single-plan .contents-header, .tax-plan_theme .contents-header {
  background: url(../images/plan/bg_header_plan.jpg) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .post-type-archive-plan .contents-header-inner, .single-plan .contents-header-inner, .tax-plan_theme .contents-header-inner {
    background: url(../images/plan/bg_header_plan_sp.jpg) no-repeat right top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.post-type-archive-customer .contents-header, .single-customer .contents-header {
  background: url(../images/customer/bg_header_customer.jpg) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .post-type-archive-customer .contents-header-inner, .single-customer .contents-header-inner {
    background: url(../images/customer/bg_header_customer_sp.jpg) no-repeat right top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.contents-header .grid-inner {
  display: table;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .contents-header .grid-inner {
    display: block;
    height: auto;
  }
}
.contents-header .contents-header-title {
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2.33333rem;
  font-weight: normal;
  line-height: 1.2;
  color: #422A00;
}
.contents-header .contents-header-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .contents-header .contents-header-title:after {
    display: none;
  }
}
.post-type-archive-bukken .contents-header .contents-header-title:after {
  width: 105px;
  height: 56px;
  background: url(../images/bukken/icon_title.png) no-repeat center center;
}
.post-type-archive-gallery .contents-header .contents-header-title:after, .single-gallery .contents-header .contents-header-title:after {
  width: 89px;
  height: 57px;
  background: url(../images/gallery/icon_title.png) no-repeat center center;
}
.post-type-archive-plan .contents-header .contents-header-title:after, .single-plan .contents-header .contents-header-title:after, .tax-plan_theme .contents-header .contents-header-title:after {
  width: 86px;
  height: 56px;
  background: url(../images/plan/icon_title.png) no-repeat center center;
}
.post-type-archive-customer .contents-header .contents-header-title:after, .single-customer .contents-header .contents-header-title:after {
  width: 95px;
  height: 50px;
  background: url(../images/customer/icon_title.png) no-repeat center center;
}
.contents-header .contents-header-title span {
  font-size: 20px;
  font-size: 1.66667rem;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .contents-header .contents-header-title span {
    display: block;
    padding-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .contents-header .contents-header-title {
    height: auto;
    display: block;
    font-size: 24px;
    font-size: 2rem;
    padding: 20px 0;
  }
}

.kaisyagaiyou-header {
  background: url(../images/kaisyagaiyou/bg_header_kaisyagaiyou.jpg) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .kaisyagaiyou-header {
    background: none;
  }
  .kaisyagaiyou-header .contents-header-inner {
    background: url(../images/kaisyagaiyou/bg_header_kaisyagaiyou_sp.jpg) no-repeat right top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.kaisyagaiyou-header .contents-header-title:after {
  width: 108px;
  height: 60px;
  background: url(../images/kaisyagaiyou/icon_title.png) no-repeat center center;
}

.jisseki-header {
  background: url(../images/jisseki/bg_header_jisseki.jpg) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .jisseki-header {
    background: none;
  }
  .jisseki-header .contents-header-inner {
    background: url(../images/jisseki/bg_header_jisseki_sp.jpg) no-repeat right top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.jisseki-header .contents-header-title:after {
  width: 106px;
  height: 72px;
  background: url(../images/jisseki/icon_title.png) no-repeat center center;
}

/*-----------------------------------*/
/* Pickup */
/*-----------------------------------*/
.pickup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #EEE;
  margin: 0 auto 50px;
  position: relative;
  z-index: 100;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .pickup {
    padding: 10px;
    background: #FAFAFA;
    margin: 0;
  }
}
.pickup a {
  color: #666;
  text-decoration: none;
  display: block;
}
.pickup a > span {
  margin-top: 5px;
  font-size: 10px;
  font-size: 0.83333rem;
}
.pickup span {
  display: block;
}
.pickup-icon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

/*-----------------------------------*/
/* Bukken */
/*-----------------------------------*/
.home .bukken {
  padding-bottom: 20px;
}
.home .bukken-header .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .home .bukken {
    padding-top: 20px;
  }
  .home .bukken-header .btn {
    display: block;
  }
}
.home .bukken-title {
  margin-bottom: 20px;
}
.home .bukken-item {
  background: #FFF;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;

}
@media all and (min-width: 641px) {
  .home .bukken-item {
    width: 220px !important;
  }
}
@media screen and (max-width: 640px) {
  .home .bukken-item {
    width: auto;
    margin-right: 0;
    float: none;
  }
}
.home .bukken-item.last {
  margin-right: 0;
}
.home .bukken-item a {
  height: 100%;
  display: block;
  text-decoration: none;
  color: #575757;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.home .bukken-item a:after {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  background: url("../images/common/arw_right.png") no-repeat left top;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home .bukken-item-bg-icon, .home .bukken-item-bg-more {
  position: absolute;
  font-size: 14px;
  font-size: 1.16667rem;
  color: #FFF;
}
.home .bukken-item-bg-icon {
  height: 30px;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-top: 38px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .home .bukken-item-bg-icon {
    display: none;
  }
}
.home .bukken-item-bg-house {
  width: 4em;
  background: url(../images/common/bg_bukken_house.png) no-repeat center top;
}
.home .bukken-item-bg-apartment {
  width: 6em;
  background: url(../images/common/bg_bukken_apartment.png) no-repeat center top;
}
.home .bukken-item-bg-more {
  bottom: 5px;
  right: 20px;
  vertical-align: middle;
  padding-right: 16px;
}
.home .bukken-item-bg-more .fa {
  font-size: 30px;
  font-size: 2.5rem;
  position: absolute;
  bottom: -2px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .home .bukken-item-bg-more {
    display: none;
  }
}
.home .bukken-item-content {
  padding: 10px;
}
.home .bukken-item-thumb {
  position: relative;
  margin: -10px -10px 10px;
}
@media screen and (max-width: 640px) {
  .home .bukken-item-thumb img {
    width: 100%;
  }
}
.home .bukken-item-comment {
  display: inline-block;
  color: #FFF;
  background: #646464;
  font-size: 10px;
  font-size: 0.83333rem;
  font-style: normal;
  padding: 4px;
  margin-bottom: 5px;
  letter-spacing: 0.03rem;
  line-height: 1;
}
.home .bukken-item-title {
  color: #F39800;
  font-size: 16px;
  font-size: 1.33333rem;
  margin: 0 0 10px -10px;
  border-right: 5px;
  border-left: 5px solid #F39800;
  padding-left: 8px;
}
.home .bukken-item-access {
  font-size: 10px;
  font-size: 0.83333rem;
}
.home .bukken-item-place {
  font-size: 14px;
  font-size: 1.16667rem;
  border-top: 1px solid #EEE;
  padding-top: 10px;
  margin-top: 10px;
}
.home .bukken-item-sell span {
  color: #F36700;
  font-size: 14px;
  font-size: 1.16667rem;
}
.home .bukken-item-sell span.font-ropa {
  font-size: 22px;
  font-size: 1.83333rem;
  margin-right: 5px;
}

.bukken-list {
  padding-bottom: 20px;
}
.bukken-list-item {
  background: #FFF;
  padding: 20px 25px;
  border: 1px solid #EEE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.16667rem;
}
@media screen and (max-width: 640px) {
  .bukken-list-item {
    padding: 10px;
  }
}
.bukken-list-item .bukken-list-item-header > .fl-right {
  border-bottom: 1px solid #EEE;
  background: url(../images/bukken/bg_bukken_apartment.png) no-repeat right bottom;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-header > .fl-right {
    background: none;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.bukken-list-item .bukken-list-item-thumb {
  width: 280px;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-thumb {
    width: 30%;
  }
}
.bukken-list-item .bukken-list-item-header > .fl-right, .bukken-list-item .bukken-list-item-content {
  width: 590px;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-header {
    border-bottom: 1px solid #EEE;
    background: url(../images/bukken/bg_bukken_apartment.png) no-repeat right bottom;
    -moz-background-size: 36px 25px;
    -o-background-size: 36px 25px;
    -webkit-background-size: 36px 25px;
    background-size: 36px 25px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    *zoom: 1;
  }
  .bukken-list-item .bukken-list-item-header:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-header > .fl-right {
    width: 68%;
  }
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-content {
    width: 100%;
  }
}
.bukken-list-item .bukken-list-item-tag li {
  border: 1px solid #DDD;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 10px;
  font-size: 0.83333rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  padding: 2px 6px;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-tag li {
    display: none;
  }
}
.bukken-list-item .bukken-list-item-tag .bukken-list-item-tag-comment {
  background: #646464;
  color: #FFF;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-tag .bukken-list-item-tag-comment {
    display: inline-block;
  }
}
.bukken-list-item .bukken-list-item-name {
  color: #f39800;
  margin-top: 10px;
  font-size: 26px;
  font-size: 2.16667rem;
  line-height: 1.2;
}
.bukken-list-item .bukken-list-item-name a {
  color: #f39800;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-name {
    font-size: 22px;
    font-size: 1.83333rem;
  }
}
.bukken-list-item .bukken-list-item-place, .bukken-list-item .bukken-list-item-sell {
  width: 285px;
  background: #F6F6F6;
  font-size: 20px;
  font-size: 1.66667rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-place, .bukken-list-item .bukken-list-item-sell {
    width: 100%;
  }
}
.bukken-list-item .bukken-list-item-place dt, .bukken-list-item .bukken-list-item-sell dt {
  width: 5em;
  text-align: center;
  background: #FFF;
  font-size: 14px;
  font-size: 1.16667rem;
  font-style: normal;
  padding: 8px;
  vertical-align: middle;
  margin-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  clear: left;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-place dt, .bukken-list-item .bukken-list-item-sell dt {
    width: 25%;
  }
}
.bukken-list-item .bukken-list-item-place dt:before, .bukken-list-item .bukken-list-item-sell dt:before {
  content: '';
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.bukken-list-item .bukken-list-item-place dd, .bukken-list-item .bukken-list-item-sell dd {
  width: 10em;
  float: left;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-place dd, .bukken-list-item .bukken-list-item-sell dd {
    width: 72%;
  }
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-place {
    margin-bottom: 10px;
  }
}
.bukken-list-item .bukken-list-item-place dt:before {
  width: 15px;
  background: url(../images/bukken/icon_place.png) no-repeat left center;
}
.bukken-list-item .bukken-list-item-place dd {
  line-height: 1.4;
}
.bukken-list-item .bukken-list-item-sell dt:before {
  width: 18px;
  background: url(../images/bukken/icon_sell.png) no-repeat left center;
}
.bukken-list-item .bukken-list-item-sell span {
  color: #F36700;
}
.bukken-list-item .bukken-list-item-sell span.font-ropa {
  font-size: 26px;
  font-size: 2.16667rem;
}
.bukken-list-item .bukken-list-item-lot, .bukken-list-item .bukken-list-item-access {
  display: table;
  width: 100%;
}
.bukken-list-item .bukken-list-item-lot dt, .bukken-list-item .bukken-list-item-lot dd, .bukken-list-item .bukken-list-item-access dt, .bukken-list-item .bukken-list-item-access dd {
  display: table-cell;
  margin-top: 10px;
}
.bukken-list-item .bukken-list-item-lot dt, .bukken-list-item .bukken-list-item-access dt {
  width: 6em;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  padding-right: 10px;
}
.bukken-list-item .bukken-list-item-lot dt span, .bukken-list-item .bukken-list-item-access dt span {
  background: #F6F6F6;
  padding: 3px 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-lot dt span, .bukken-list-item .bukken-list-item-access dt span {
    background: none;
    text-align: right;
  }
}
.bukken-list-item .bukken-list-item-lot {
  clear: both;
  padding-top: 10px;
}
.bukken-list-item .bukken-list-item-access {
  padding-top: 5px;
}
.bukken-list-item .bukken-list-item-intro {
  margin: 15px 0 20px;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-tel {
    float: none;
    margin-bottom: 10px;
  }
}
.bukken-list-item .bukken-list-item-tel a {
  color: #333;
}
.bukken-list-item .bukken-list-item-links {
  width: 50%;
  text-align: right;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-links {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.bukken-list-item .bukken-list-item-links li {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-links li {
    width: 48%;
    margin: 0;
  }
}
.bukken-list-item .bukken-list-item-links a {
  text-decoration: none;
  display: block;
  min-height: 16px;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .bukken-list-item .bukken-list-item-site {
    margin-right: 5px !important;
  }
}
.bukken-list-item .bukken-list-item-site a {
  border: 1px solid #E6E6E6;
  color: #626262;
  background: #F6F6F6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bukken-list-item .bukken-list-item-site a span {
  background: url(../images/common/icon_outside.png) no-repeat right top;
  padding-right: 12px;
  vertical-align: top;
}
.bukken-list-item .bukken-list-item-site a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../images/common/arw_right.png) no-repeat right center;
  margin-left: 7px;
}
.bukken-list-item .bukken-list-item-doc a {
  background: #F39800;
  color: #FFF;
  padding: 10px 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .bukken-theme-house .bukken-list-item-header {
    background: url(../images/bukken/bg_bukken_house.png) no-repeat right bottom;
    -moz-background-size: 38px 25px;
    -o-background-size: 38px 25px;
    -webkit-background-size: 38px 25px;
    background-size: 38px 25px;
  }
}
.bukken-theme-house .bukken-list-item-header > .fl-right {
  background: url(../images/bukken/bg_bukken_house.png) no-repeat right bottom;
}
@media screen and (max-width: 640px) {
  .bukken-theme-house .bukken-list-item-header > .fl-right {
    background: none;
  }
}
.bukken-theme-house .bukken-list-item-name {
  color: #72b126;
}
.bukken-theme-house .bukken-list-item-name a {
  color: #72b126;
}

.bukken-map {
  background: #FFF;
  padding-top: 40px;
  margin-bottom: 40px;
}
.bukken-map .bukken-map-area {
  border: 5px solid #E0E0E0;
}
.bukken-map .bukken-map-area #js-gmap {
  width: 930px;
  height: 390px;
}
@media screen and (max-width: 640px) {
  .bukken-map .bukken-map-area #js-gmap {
    width: 100%;
  }
}
.bukken-map .bukken-map-area .gmap {
  width: 200px;
}
.bukken-map .bukken-map-area .gmap a {
  display: block;
  color: #333;
  cursor: pointer;
}
.bukken-map .bukken-map-area .gmap a:hover .gmap-content {
  text-decoration: underline;
}
.bukken-map .bukken-map-area .gmap-thumb {
  width: 60px;
}
.bukken-map .bukken-map-area .gmap-content {
  width: 135px;
}
.bukken-map .bukken-map-area .gmap-content-text {
  font-size: 10px;
  font-size: 0.83333rem;
}

/*-----------------------------------*/
/* News */
/*-----------------------------------*/
.news {
  width: 735px;
}
@media screen and (max-width: 640px) {
  .news {
    width: auto;
  }
}
.news-header {
  padding-bottom: 20px;
}
.news-list {
  padding-left: 0;
  list-style: none;
}
.news-list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .news-list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
  }
  .news-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.news-list time, .news-list span {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .news-list time, .news-list span {
    float: none;
  }
}
.news-list-cat {
  width: 6em;
  text-align: center;
  background: #F39800;
  color: #FFF;
  padding: 4px 10px;
  line-height: 1;
  font-size: 10px;
  font-size: 0.83333rem;
}
.news-list-title {
  display: block;
  width: 72%;
  color: #333;
}
@media screen and (max-width: 640px) {
  .news-list-title {
    float: none;
    width: 100%;
    margin-top: 8px;
    line-height: 1.7;
  }
}

/*-----------------------------------*/
/* Subnavi */
/*-----------------------------------*/
.subnavi {
  width: 180px;
  display: none;
}
.bg-white .subnavi {
  display: block;
}
@media screen and (max-width: 640px) {
  .bg-white .subnavi {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .subnavi {
    width: 100%;
    display: block;
  }
}
.subnavi ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .subnavi ul {
    margin-bottom: 30px;
  }
}
.subnavi ul a {
  height: 70px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .subnavi ul a br {
    display: none;
  }
}
.subnavi li {
  width: 100%;
  display: table;
  margin-bottom: 10px;
  border-width: 1px;
  border-left-width: 5px;
  border-style: solid;
  border-color: #DFDFDF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .subnavi li {
    margin-bottom: 0;
    border-top: none;
  }
}
.subnavi li span {
  width: 7em;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .subnavi li span {
    width: auto;
    padding-left: 12px;
    text-align: left;
  }
}
.subnavi li.subnavi-model {
  border-left-color: #C87254;
  background: url(../images/top/bg_subnavi_model_pc.png) no-repeat right center #FFF;
}
@media screen and (max-width: 640px) {
  .subnavi li.subnavi-model {
    background: url(../images/top/bg_subnavi_model_sp.png) no-repeat right center #FFF;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.subnavi li.subnavi-model a {
  color: #C87254;
}
.subnavi li.subnavi-plan {
  border-left-color: #A065A7;
  background: url(../images/top/bg_subnavi_plan_pc.png) no-repeat right center #FFF;
}
@media screen and (max-width: 640px) {
  .subnavi li.subnavi-plan {
    background: url(../images/top/bg_subnavi_plan_sp.png) no-repeat right center #FFF;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.subnavi li.subnavi-plan a {
  color: #A065A7;
}
.subnavi li.subnavi-make {
  border-left-color: #539BD4;
  background: url(../images/top/bg_subnavi_make_pc.png) no-repeat right center #FFF;
}
@media screen and (max-width: 640px) {
  .subnavi li.subnavi-make {
    background: url(../images/top/bg_subnavi_make_sp.png) no-repeat right center #FFF;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .subnavi li.subnavi-make br {
    display: block;
  }
}
.subnavi li.subnavi-make a {
  color: #539BD4;
}
.subnavi li.subnavi-voice {
  border-left-color: #71BC53;
  background: url(../images/top/bg_subnavi_voice_pc.png) no-repeat right center #FFF;
}
@media screen and (max-width: 640px) {
  .subnavi li.subnavi-voice {
    background: url(../images/top/bg_subnavi_voice_sp.png) no-repeat right center #FFF;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.subnavi li.subnavi-voice a {
  color: #71BC53;
}

/*-----------------------------------*/
/* Blog */
/*-----------------------------------*/
.main .blog {
  border-top: 1px solid #EEE;
  background: url(../images/top/bg_blog.png) repeat left top;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .main .blog {
    padding: 20px 0;
  }
}
.main .blog-header {
  margin-bottom: 20px;
}
.main .blog-header-title {
  width: 240px;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 640px) {
  .main .blog-header-title {
    width: 70%;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .main .blog-header .btn {
    float: right;
  }
}
.main .blog-item {
  font-size: 12px;
  font-size: 1rem;
}
.main .blog-item-list {
  width: 172px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .main .blog-item-list {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    float: none;
  }
  .main .blog-item-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.main .blog-item-list.last {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .main .blog-item-list-thumb, .main .blog-item-list-texts {
    display: table-cell;
    vertical-align: middle;
  }
}
.main .blog-item-list-thumb {
  height: 106px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .main .blog-item-list-thumb {
    width: 70px;
    height: 70px;
    position: relative;
  }
  .main .blog-item-list-thumb img {
    width: 172px;
    height: 106px;
    max-width: inherit;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
  }
}
.main .blog-item-list-texts {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .main .blog-item-list-texts {
    padding-left: 10px;
  }
}
.main .blog-item-list-texts time {
  display: block;
}
.main .blog-item-list-title {
  font-size: 12px;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 2px;
  line-height: 1.6;
}
.main .blog a {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 640px) {
  .main .blog a {
    width: 100%;
    display: table;
    margin-right: 0;
  }
}
.main .blog .btn a {
  height: 100%;
  display: block;
  text-decoration: none;
  color: #575757;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-right: 24px;
}
.main .blog .btn a:after {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  background: url(../images/common/arw_right.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.main .blog .btn .btn-blog-top {
  color: #fff;
  background: #F39800;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 24px;
}
.main .blog .btn .btn-blog-top:after {
  background: url(../images/common/arw_right_white.png) no-repeat left top;
}
@media screen and (max-width: 640px) {
  .main .blog .btn .btn-blog-top span {
    display: none;
  }
}

/*-----------------------------------*/
/* Pamphlet */
/*-----------------------------------*/
.pamphlet {
  padding-bottom: 20px;
}
.pamphlet a {
  display: block;
  color: #333;
  padding: 10px;
  text-decoration: none;
}
.pamphlet-title {
  margin-bottom: 20px;
}
.pamphlet-item {
  width: 460px;
  background: #F9F9F9;
  border: 1px solid #EEE;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .pamphlet-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pamphlet-item.odd {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .pamphlet-item.odd {
    margin-left: 0;
  }
}
.pamphlet-item-thumb {
  width: 120px;
  height: 120px;
  text-align: center;
  display: table;
  background: #FFF;
  border: 1px solid #EEE;
  table-layout: fixed;
}
@media screen and (max-width: 640px) {
  .pamphlet-item-thumb {
    width: 90px;
  }
}
.pamphlet-item-thumb span {
  width: 120px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .pamphlet-item-thumb span {
    width: 90px;
    height: 90px;
  }
}
.pamphlet-item-thumb img {
  max-height: 100%;
}
.pamphlet-item-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-right: 18px;
}
.pamphlet-item-link .fa {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 20px;
  font-size: 1.66667rem;
}
.pamphlet-item-title {
  color: #F39800;
  font-size: 16px;
  font-size: 1.33333rem;
  margin-bottom: 7px;
}
.pamphlet-item .fl-right {
  width: 300px;
}
.pamphlet-item .fl-right p {
  padding-bottom: 2em;
}
@media screen and (max-width: 640px) {
  .pamphlet-item .fl-right {
    width: auto;
    float: none;
    margin-left: 100px;
  }
}

/*-----------------------------------*/
/* Gallery */
/*-----------------------------------*/
.gallery-pickups {
  width: 100%;
  height: 169px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .gallery-pickups {
    display: none;
  }
}
.gallery-pickups ul {
  padding-left: 0;
}
.gallery-pickups ul li {
  width: 254px;
  float: left;
  list-style: none;
  height: 169px;
}
.gallery-icon {
  position: absolute;
  top: 10px;
  left: -10px;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .gallery-icon {
    left: -5px;
  }
}
.gallery-icon li {
  margin-right: 10px;
  color: #FFF;
  padding: 4px 20px;
}
.gallery-icon-visit {
  background: #F39800;
}
.gallery-list {
  padding-bottom: 40px;
}
.gallery-list-item {
  width: 300px;
  background: #FFF;
  margin-right: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .gallery-list-item {
    width: auto;
    float: none;
    height: auto !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.gallery-list-item.last {
  margin-right: 0;
}
.gallery-list-item a {
  height: 100%;
  display: block;
  text-decoration: none;
  color: #575757;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.gallery-list-item a:after {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  background: url("../images/common/arw_right.png") no-repeat left top;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.gallery-list-item-thumb {
  width: 300px;
  height: 199px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .gallery-list-item-thumb {
    width: 100%;
  }
}
.gallery-list-item-title {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #F39800;
  border-left: 4px solid #F39800;
  line-height: 1.3;
  padding-left: 6px;
  margin-bottom: 10px;
}
.gallery-list-item-build {
  padding: 0 10px 10px;
}

.gallery-main-thumb {
  text-align: center;
}
.gallery-main-thumb img {
  width: 100%;
}
.gallery-main-about {
  padding: 20px;
  background: #FFF;
  position: relative;
  margin: -85px 0 50px;
  -moz-box-shadow: 0 0 0 1px #EEE inset;
  -webkit-box-shadow: 0 0 0 1px #EEE inset;
  box-shadow: 0 0 0 1px #EEE inset;
}
@media screen and (max-width: 640px) {
  .gallery-main-about {
    margin: 0 -10px;
    border-bottom: 1px solid #EEE;
    padding: 20px 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .gallery-main-about .gallery-icon {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .gallery-main-about .fb-like {
    display: none;
  }
}
.gallery-main-about .fl-left {
  width: 595px;
}
.gallery-main-about .fl-right {
  width: 280px;
  padding: 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F8F8F8;
}
@media screen and (max-width: 640px) {
  .gallery-main-about .fl-right {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .gallery-main-about .fl-left, .gallery-main-about .fl-right {
    width: auto;
    float: none;
  }
}
.gallery-main-about-title {
  padding-left: 20px;
  margin: 30px 0 10px -20px;
  border-left: 5px solid #F39800;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.83333rem;
}
@media screen and (max-width: 640px) {
  .gallery-main-about-title {
    margin-left: -10px;
    font-size: 18px;
    font-size: 1.5rem;
  }
}
.gallery-main-about-text {
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 2;
  margin-bottom: 20px;
}
.gallery-main-about-build {
  margin-bottom: 10px;
}
.gallery-main-about-build dd {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
}
.gallery-main-about-lot {
  padding-left: 0;
  list-style: none;
}
.gallery-main-about-lot li {
  margin-top: 5px;
}
.gallery-main-about-lot dt {
  width: 4em;
  float: left;
  clear: left;
  text-align: right;
  margin-right: 10px;
}
.gallery-main-about-lot dd {
  width: 15em;
  float: left;
}
.gallery-main-intro {
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .gallery-main-intro {
    padding: 20px 0 0;
  }
}
.gallery-main-intro-box {
  width: 300px;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 640px) {
  .gallery-main-intro-box {
    width: auto;
    height: auto !important;
    margin: 0 0 20px;
  }
}
.gallery-main-intro-box.last {
  margin-right: 0;
}
.gallery-main-intro-thumb {
  text-align: center;
  margin-bottom: 20px;
}
.gallery-main-intro-title {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .gallery-main-intro-title {
    margin-bottom: 10px;
  }
}
.gallery-main-intro-text {
  line-height: 2;
}
.gallery-main-floor {
  padding: 40px 0;
  background: #FFF;
  border-top: 1px solid #EEE;
}
@media screen and (max-width: 640px) {
  .gallery-main-floor {
    padding: 20px 0;
  }
}
.gallery-main-floor .section-title {
  margin-bottom: 0;
}
.gallery-main-floor-thumb {
  width: 460px;
  height: 330px;
  position: relative;
  border: 1px solid #EEE;
  background: #F6F6F6;
  margin: 20px 20px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .gallery-main-floor-thumb {
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
  }
}
.gallery-main-floor-thumb.odd {
  margin-right: 0;
}
.gallery-main-floor-thumb a {
  height: 100%;
  display: block;
  position: relative;
}
.gallery-main-floor-thumb a:after {
  width: 30px;
  height: 30px;
  content: '';
  background: url(../images/common/icon_zoom.png) no-repeat right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .gallery-main-floor-thumb a:after {
    display: none;
  }
}
.gallery-main-floor-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .gallery-main-floor-thumb img {
    position: static;
  }
}
.gallery-main-floor-lot {
  width: 30%;
  margin-top: 10px;
  list-style: none;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .gallery-main-floor-lot {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.gallery-main-floor-lot li {
  margin-top: 10px;
}
.gallery-main-floor-lot li span {
  padding-right: 10px;
}
.gallery-main-movie {
  padding: 50px 0 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .gallery-main-movie {
    padding: 20px 10px;
  }
  .gallery-main-movie-inner {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }
  .gallery-main-movie iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.gallery-main-photos {
  overflow: hidden;
  padding: 40px 0 20px;
}
@media screen and (max-width: 640px) {
  .gallery-main-photos {
    padding: 20px 0;
  }
  .gallery-main-photos .section-title {
    padding: 0 10px;
  }
}
.gallery-main-photos ul {
  width: 960px;
}
@media screen and (max-width: 640px) {
  .gallery-main-photos ul {
    width: auto;
    text-align: center;
    padding: 0 5px;
  }
}
.gallery-main-photos li {
  width: 172px;
  height: 172px;
  overflow: hidden;
  position: relative;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 640px) {
  .gallery-main-photos li {
    width: 145px;
    height: 145px;
    margin: 0 5px 10px;
  }
}
.gallery-main-photos li a {
  height: 100%;
  display: block;
  position: relative;
}
.gallery-main-photos li a:after {
  width: 30px;
  height: 30px;
  content: '';
  background: url(../images/common/icon_zoom.png) no-repeat right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}
.gallery-main-photos li img {
  max-width: inherit;
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  margin: auto;
}
.gallery-main-footer {
  background: #FFF;
  padding: 40px 0;
  border-top: 1px solid #EEE;
}
@media screen and (max-width: 640px) {
  .gallery-main-footer {
    padding: 20px 0;
  }
}
.gallery-main-footer .fl-right a {
  display: block;
}
.gallery-main-footer-visit, .gallery-main-footer .fl-right {
  width: 460px;
}
@media screen and (max-width: 640px) {
  .gallery-main-footer-visit, .gallery-main-footer .fl-right {
    width: auto;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .gallery-main-footer-visit {
    margin-bottom: 20px;
  }
}
.gallery-main-footer-site a, .gallery-main-footer-document a {
  display: block;
  text-align: center;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .gallery-main-footer-site a, .gallery-main-footer-document a {
    font-size: 16px;
    font-size: 1.33333rem;
  }
}
.gallery-main-footer-site {
  margin-bottom: 10px;
}
.gallery-main-footer-site a {
  color: #333;
  border: 1px solid #EEE;
  background: #F9F9F9;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .gallery-main-footer-site a {
    padding: 10px;
  }
}
.gallery-main-footer-site a span {
  background: url(../images/common/icon_outside.png) no-repeat right top;
  padding: 0 20px;
}
.gallery-main-footer-site a:before {
  width: 98px;
  height: 78px;
  content: '';
  background: url(../images/gallery/icon_site.png) no-repeat left top;
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 640px) {
  .gallery-main-footer-site a:before {
    width: 65px;
    height: 50px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    left: 10px;
  }
}
.gallery-main-footer-site a:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 26px;
  font-size: 2.16667rem;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  color: #CCC;
}
.gallery-main-footer-document a {
  background: #F39800;
  color: #FFF;
  padding: 10px;
}
.gallery-main-footer-document a span {
  display: block;
  font-size: 12px;
  font-size: 1rem;
}
.gallery-main-footer-links {
  margin-top: 30px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .gallery-main-footer-links {
    text-align: center;
  }
}
.gallery-main-footer-links li {
  margin-left: 10px;
}
.gallery-main-footer-links a {
  background: #F9F9F9;
  color: #333;
  border: 1px solid #EEE;
  display: block;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 20px;
}
.gallery-main-footer-links-back a {
  padding-left: 10px;
}
.gallery-main-footer-links-back a:before {
  width: 7px;
  height: 13px;
  content: '';
  background: url(../images/common/arw_left.png) no-repeat left top;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
.gallery-main-footer-links-bukken a {
  padding-right: 10px;
}
.gallery-main-footer-links-bukken a:after {
  width: 7px;
  height: 13px;
  content: '';
  background: url(../images/common/arw_right.png) no-repeat right top;
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
}
.gallery-main-footer-banner {
  text-align: center;
}
/*-----------------------------------*/
/* Plan */
/*-----------------------------------*/
.plan-icon-model {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  background: #75432F;
  color: #FFF;
  padding: 3px 6px;
  margin-left: -10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .plan-icon-model {
    margin-left: -5px;
  }
}
.plan-tags {
  line-height: 1;
  color: #666;
  font-size: 10px;
  font-size: 0.83333rem;
  margin: 0 0 7px;
}
.plan-tags li {
  margin: 0 5px 5px 0;
  border: 1px solid #DDD;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 4px;
}
.plan-search {
  width: 240px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.16667rem;
  margin-top: 55px;
}
.search.post-type-archive-plan .plan-search {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .plan-search {
    width: auto;
    float: none;
    margin-top: 0;
  }
}
.plan-search-box {
  background: #FFF;
  border: 1px solid #EEE;
  padding: 10px;
  margin-bottom: 20px;
}
.plan-search-box .js-plan-accordion-content {
  display: block;
}
@media screen and (max-width: 640px) {
  .plan-search-box .js-plan-accordion-content {
    display: none;
  }
}
.plan-search-box-title {
  background: #F39800;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: normal;
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .plan-search-box-title {
    margin-bottom: 0;
  }
}
.plan-search-box-title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media screen and (max-width: 640px) {
  .plan-search-box-title:after {
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(../images/plan/icon_open.png) no-repeat center center;
    margin-top: -8px;
  }
}
@media screen and (max-width: 640px) {
  .plan-search-box-title.open:after {
    background: url(../images/plan/icon_close.png) no-repeat center center;
  }
}
.plan-search-box-parent {
  background: #E7E7E7;
  font-size: 14px;
  font-size: 1.16667rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.plan-search-box-checks li {
  min-width: 45%;
  margin: 0 10px 10px 0;
}
.plan-search-box-checks li input[type="checkbox"] {
  display: none;
}
.plan-search-box-checks li input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url(../images/plan/icon_checkbox.png) left top no-repeat;
  cursor: pointer;
}
.plan-search-box-checks li input[type="checkbox"]:checked + label span {
  background: url(../images/plan/icon_checkbox.png) right top no-repeat;
}
.plan-search-box-submit {
  margin: 0 10px;
}
.plan-search-box-submit button {
  width: 100%;
  background: #333;
  color: #FFF;
  text-align: center;
  display: block;
  border: none;
  padding: 5px 0;
}
.plan-search-category .plan-search-box-title:before {
  width: 34px;
  height: 50px;
  background: url(../images/plan/icon_search_category.png) no-repeat left bottom;
}
.plan-search-theme .plan-search-box-title:before {
  width: 43px;
  height: 48px;
  background: url(../images/plan/icon_search_theme.png) no-repeat left bottom;
}
.plan-search-theme ul {
  list-style: none;
  padding-left: 0;
}
.plan-search-theme ul li {
  margin-bottom: 10px;
}
.plan-search-theme ul a {
  color: #333;
  border: 1px solid #EEE;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #575757;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.plan-search-theme ul a:after {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  background: url(../images/common/arw_right.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
.plan-search-theme ul a:before {
  content: '';
  width: 58px;
  height: 58px;
  background: url(../images/plan/bg_two_generations.jpg) no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.plan-search-theme ul .plan-search-theme-06_garden a:before {
  background: url(../images/plan/bg_theme_loggia.jpg) no-repeat left top;
}
.plan-search-theme ul .plan-search-theme-04_corner-building a:before {
  background: url(../images/plan/bg_theme_rcorner-building.jpg) no-repeat left top;
}
.plan-search-theme ul .plan-search-theme-02_housework-flow a:before {
  background: url(../images/plan/bg_theme_housework.jpg) no-repeat left top;
}
.plan-search-theme ul .plan-search-theme-03_storage a:before {
  background: url(../images/plan/bg_theme_storage.jpg) no-repeat left top;
}
.plan-list {
  width: 675px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .plan-list {
    width: auto;
    float: none;
  }
}
.plan-list-searchterm {
  background: #FFF;
  padding: 5px 10px;
  border: 1px solid #EEE;
  margin: 0 20px 30px 0;
}
@media screen and (max-width: 640px) {
  .plan-list-searchterm {
    margin-right: 0;
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 15px;
  }
}
.plan-list-searchterm dl {
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .plan-list-searchterm dl {
    display: block;
  }
}
.plan-list-searchterm dt, .plan-list-searchterm dd {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .plan-list-searchterm dt, .plan-list-searchterm dd {
    display: block;
  }
}
.plan-list-searchterm dt {
  width: 5em;
}
@media screen and (max-width: 640px) {
  .plan-list-searchterm dt {
    width: auto;
    margin-bottom: 7px;
  }
}
.plan-list-searchterm dd {
  font-size: 14px;
  font-size: 1.16667rem;
}
.plan-list-total {
  font-size: 14px;
  font-size: 1.16667rem;
  margin-bottom: 10px;
}
.plan-list-item {
  width: 205px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #E7E7E7;
  margin: 0 20px 20px 0;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .plan-list-item {
    width: 100%;
    height: auto !important;
    margin-right: 0;
  }
}
.plan-list-item-plan {
  background: #E7E7E7;
  color: #333;
  text-align: center;
  padding: 3px 0;
  width: 100px;
  margin: -10px 0 5px auto;
}
.plan-list-item-title {
  border-left: 4px solid #F39800;
  color: #F39800;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 10px;
  margin-bottom: 5px;
}
.plan-list-item-content {
  margin: 0 10px;
}
.plan-list-lot {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.plan-list-lot li {
  font-size: 11px;
  line-height: 1.8;
}
.plan-list-item-floor {
  margin-bottom: 10px;
  border: 1px solid #EEE;
  padding: 10px;
}
.plan-list-item-floor img {
  display: block;
  margin: 0 auto;
}
.plan-list-item-link {
  display: block;
  background: #F9F9F9;
  border: 1px solid #EEE;
  padding: 6px 10px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #575757;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.plan-list-item-link:after {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  background: url(../images/common/arw_right.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
.plan-list-item-link2 {
  display: block;
  background: #F39800;
  border: 1px solid #F39800;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.plan-list-item-link2:after {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  background: url(../images/common/arw_right_white.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
.plan-main-floor {
  background: url(../images/plan/bg_plan.png) repeat center top #FFF;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
  padding: 30px 0 122px;
}
@media screen and (max-width: 640px) {
  .plan-main-floor {
    padding: 20px 0;
  }
}
.plan-main-floor-img {
  float: left;
  width: 50%;
  text-align: right;
}
.plan-main-floor-img-02 {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .plan-main-floor-img {
    float: none;
    width: 100%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
.plan-main-floor-zoom {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 640px) {
  .plan-main-floor-zoom {
    display: none;
  }
}
.plan-main-floor-zoom a {
  display: inline-block;
  color: #FFF;
  background: #4C4C4C;
  line-height: 1;
  padding: 5px 20px 5px 7px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.plan-main-floor-zoom a .fa {
  font-size: 20px;
  font-size: 1.66667rem;
  vertical-align: middle;
  padding-right: 5px;
}
.plan-main-about {
  background: #FFF;
  border: 1px solid #EEE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  margin-top: -90px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .plan-main-about {
    margin-top: 0;
    margin-bottom: 40px;
    border: none;
    border-bottom: 1px solid #EEE;
  }
}
.plan-main-about .plan-icon-model {
  float: left;
  clear: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .plan-main-about .plan-icon-model {
    float: none;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.plan-main-about .plan-tags {
  width: 600px;
  margin-left: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .plan-main-about .plan-tags {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.plan-main-about .plan-tags li {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .plan-main-about .plan-tags li {
    margin-right: 0;
    margin-left: 10px;
  }
}
.plan-main-about-title {
  border-left: 4px solid #F39800;
  font-size: 22px;
  font-size: 1.83333rem;
  font-weight: normal;
  padding-left: 10px;
  margin-bottom: 20px;
  clear: both;
}
@media screen and (max-width: 640px) {
  .plan-main-about-title {
    border-left-width: 5px;
    font-size: 18px;
    font-size: 1.5rem;
  }
}
.plan-main-inner {
  padding: 0 39px;
}
@media screen and (max-width: 640px) {
  .plan-main-inner {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .plan-main-about .fl-left {
    width: auto;
    float: none;
    padding: 0 10px;
    margin: 0 0 10px 0;
  }
}
.plan-main-lots {
  width: 239px;
  padding: 0 20px 0 0;
}
.plan-main-plan {
  background: #F39800;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
  margin: 0 0 10px 0;
}
.plan-main-features {
  width: 600px;
  border-left: 1px solid #EEE;
}
@media screen and (max-width: 640px) {
  .plan-main-features {
    width: auto;
    border-left: 0;
    padding: 0 10px;
  }
}
.plan-main-features-list {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .plan-main-features-list {
    padding: 0;
  }
}
.plan-main-features-list li {
  width: 260px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .plan-main-features-list li {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.plan-main-features-list dt {
  font-size: 18px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.plan-main-features-list dd {
  font-size: 14px;
  font-size: 1.16667rem;
}
.plan-main-build {
  margin-bottom: 10px;
}
.plan-main-build dd {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
}
.plan-main-lot {
  width: 100%;
}
.plan-main-lot th, .plan-main-lot td {
  padding-bottom: 10px;
  vertical-align: middle;
}
.plan-main-lot th {
  font-weight: normal;
  text-align: center;
  padding-right: 10px;
}
.plan-main-lot th span {
  display: block;
  background: #F3F3F3;
  padding: 2px 5px;
}
.plan-main-points {
  background: #FDECC6;
  padding: 0 30px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .plan-main-points {
    margin: 0 20px 20px;
    padding: 0 10px 10px;
  }
}
.plan-main-points .point-title {
  top: -10px;
  left: -40px;
}
@media screen and (max-width: 640px) {
  .plan-main-points .point-title {
    left: -15px;
  }
}
.plan-main-points-text {
  font-size: 14px;
  font-size: 1.16667rem;
}
.plan-main-points-text.fl-left {
  width: 290px;
}
@media screen and (max-width: 640px) {
  .plan-main-points-text.fl-left {
    width: auto;
  }
}
.plan-main-points-text dt {
  font-size: 16px;
  font-size: 1.33333rem;
  margin-bottom: 5px;
}
.plan-main-points-text dd {
  margin-bottom: 10px;
}
.plan-main-points-thumbs {
  width: 580px;
}
@media screen and (max-width: 640px) {
  .plan-main-points-thumbs {
    width: auto;
    text-align: center;
  }
}
.plan-main-points-thumbs li {
  width: 173px;
  height: 116px;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .plan-main-points-thumbs li {
    width: auto;
    height: auto;
    margin-left: 0;
  }
}
.plan-main-points-thumbs li a {
  height: 100%;
  display: block;
  position: relative;
}
.plan-main-points-thumbs li a:after {
  width: 30px;
  height: 30px;
  content: '';
  background: url(../images/common/icon_zoom.png) no-repeat right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .plan-main-points-thumbs li a:after {
    display: none;
  }
}
.plan-main-elevation {
  background: url(../images/plan/bg_plan.png) repeat center top #FFF;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
  padding: 40px 0;
  border-top: 1px solid #EEE;
}
.plan-main-elevation ul {
  background: #FFF;
  text-align: center;
  padding: 20px;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .plan-main-elevation ul {
    border: 1px solid #DDD;
    padding-bottom: 10px;
  }
}
.plan-main-elevation ul li {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .plan-main-elevation ul li {
    width: auto;
    margin-bottom: 10px;
  }
}
.plan-footer-banner {
  text-align: center;
  background: #FFF;
  border-top: 1px solid #EEE;
  padding: 20px 10px;
}

/*-----------------------------------*/
/* customer */
/*-----------------------------------*/
.customer-list {
  padding-bottom: 40px;
}
.customer-list-item {
  width: 300px;
  margin: 0 20px 20px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .customer-list-item {
    width: 100%;
    height: auto !important;
  }
}
.customer-list-item .icon-new {
  position: absolute;
  top: 10px;
  left: -10px;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .customer-list-item .icon-new {
    left: -5px;
  }
}
.customer-list-item.last {
  margin-right: 0;
}
.customer-list-item-left {
  background: #F37E00;
}
.customer-list-item-left .customer-list-item-text:before {
  background: url(../images/customer/arw_left.png) no-repeat left top;
}
.customer-list-item-center {
  background: #F36700;
}
.customer-list-item-center .customer-list-item-text:before {
  background: url(../images/customer/arw_center.png) no-repeat left top;
}
.customer-list-item-right {
  background: #F35000;
}
.customer-list-item-right .customer-list-item-text:before {
  background: url(../images/customer/arw_right.png) no-repeat left top;
}
.customer-list-item a {
  height: 100%;
  display: block;
  text-decoration: none;
  color: #575757;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #FFF;
}
.customer-list-item a:after {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  background: url("../images/common/arw_right_white.png") no-repeat left top;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.customer-list-item-thumb {
  overflow: hidden;
  text-align: center;
  background: #FFF;
}
.customer-list-item-text {
  padding: 10px;
  position: relative;
}
.customer-list-item-text:before {
  content: '';
  width: 26px;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 43px;
  display: block;
}
.customer-list-item-ttl {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
}
.customer-list-item-build {
  margin-top: 10px;
}
.customer-main {
  position: relative;
  z-index: 100;
}
.customer-main-about {
  background: #FFF;
  position: relative;
  margin-bottom: 50px;
  -moz-box-shadow: 0 0 0 1px #EEE inset;
  -webkit-box-shadow: 0 0 0 1px #EEE inset;
  box-shadow: 0 0 0 1px #EEE inset;
}
@media screen and (max-width: 640px) {
  .customer-main-about {
    padding: 0;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.customer-main-about:before {
  width: 65px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 80px;
  background: url(../images/customer/arw_customer_about.png) no-repeat left top;
}
@media screen and (max-width: 640px) {
  .customer-main-about:before {
    display: none;
  }
}
.customer-main-about-head {
  background: #F39800;
  padding: 10px;
  color: #FFF;
}
.customer-main-about-head-inner {
  display: table;
  width: 620px;
}
@media screen and (max-width: 640px) {
  .customer-main-about-head-inner {
    width: 100%;
  }
}
.customer-main-about-head-thumb, .customer-main-about-head-text {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .customer-main-about-head-thumb, .customer-main-about-head-text {
    vertical-align: top;
  }
}
.customer-main-about-head-thumb {
  width: 95px;
}
.customer-main-about-head-thumb img {
  border: 2px solid #FFF;
}
.customer-main-about-head-text {
  padding-left: 10px;
}
.customer-main-about-title {
  font-size: 26px;
  font-size: 2.16667rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .customer-main-about-title {
    font-size: 19px;
    font-size: 1.58333rem;
  }
}
.customer-main-about .clfix {
  padding: 0 10px 10px 20px;
}
@media screen and (max-width: 640px) {
  .customer-main-about .clfix {
    padding: 0 10px;
  }
}
.customer-main-about-point {
  width: 540px;
  margin-top: 50px;
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 640px) {
  .customer-main-about-point {
    width: auto;
    float: none;
  }
}
.customer-main-about-point .point-title {
  margin-bottom: 10px;
}
.customer-main-about-point-title {
  font-size: 23px;
  font-size: 1.91667rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #F39800;
}
@media screen and (max-width: 640px) {
  .customer-main-about-point-title {
    font-size: 18px;
    font-size: 1.5rem;
  }
}
.customer-main-about-comment {
  width: 290px;
}
@media screen and (max-width: 640px) {
  .customer-main-about-comment {
    width: auto;
    margin-top: 10px;
    float: none;
  }
}
.customer-main-about-comment-thumb {
  border: 2px solid #FFF;
  background: #FFF;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .customer-main-about-comment-thumb {
    margin-top: 0 !important;
  }
}
.customer-main-about-comment-text {
  background: #F6F6F6;
  border: 1px solid #EEE;
  padding: 10px;
}
.customer-main-particular {
  width: 980px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.16667rem;
}
@media screen and (max-width: 640px) {
  .customer-main-particular {
    width: 100%;
  }
}
.customer-main-particular-item {
  background: #FFF;
  filter: none !important;
}
.customer-main-particular-thumb {
  text-align: center;
}
.customer-main-particular-content {
  padding: 10px;
}
.customer-main-particular-content-title {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: normal;
  color: #F39800;
  margin-bottom: 10px;
}
.customer-main-particular-content-text {
  line-height: 1.5;
}
.customer-main-summary {
  width: 640px;
  margin: 40px auto;
  background: #FFF;
  border: 1px solid #EEE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .customer-main-summary {
    width: auto;
    margin: 0 10px 20px;
  }
}
.customer-main-summary-title {
  font-size: 22px;
  font-size: 1.83333rem;
  font-weight: normal;
  color: #F39800;
  line-height: 1;
  margin: -30px 0 10px;
}
.customer-main-summary-title:before {
  content: '';
  width: 70px;
  height: 57px;
  display: inline-block;
  background: url(../images/customer/icon_summary.png) no-repeat left top;
}
.customer-main-summary-text {
  width: 370px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .customer-main-summary-text {
    width: auto;
  }
}
.customer-main-summary-thumb {
  width: 248px;
  position: absolute;
  top: -40px;
  right: -10px;
}
@media screen and (max-width: 640px) {
  .customer-main-summary-thumb {
    width: auto;
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}
.customer-main-banner {
  text-align: center;
}

/*-----------------------------------*/
/* Jisseki */
/*-----------------------------------*/
.jisseki-door {
  font-size: 16px;
  font-size: 1.33333rem;
}
.jisseki-door-link {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link .jisseki-door-link-houselist {
    margin-bottom: 20px;
  }
}
.jisseki-door-link-box {
  width: 460px;
  background: #FFF;
  padding: 20px 15px 15px;
  position: relative;
  border: 1px solid #EEE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link-box {
    float: none;
    width: auto;
    text-align: right;
    padding: 15px 10px 10px;
  }
}
.jisseki-door-link-box a {
  display: block;
  text-decoration: none;
  color: #333;
}
.jisseki-door-link-box-tag {
  position: absolute;
  top: 10px;
  left: -10px;
  color: #FFF;
  font-size: 22px;
  font-size: 1.83333rem;
  font-weight: bold;
  font-style: normal;
  padding: 8px;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link-box-tag {
    font-size: 15px;
    font-size: 1.25rem;
    left: -5px;
  }
}
.jisseki-door-link-box-tag:before {
  height: 22px;
  display: inline-block;
  content: '';
  margin-right: 10px;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link-box-tag:before {
    height: 15px;
  }
}
.jisseki-door-link-houselist .jisseki-door-link-box-tag {
  background: #72B126;
}
.jisseki-door-link-houselist .jisseki-door-link-box-tag:before {
  width: 35px;
  background: url(../images/common/bg_bukken_house_min.png) no-repeat left center;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link-houselist .jisseki-door-link-box-tag:before {
    width: 25px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.jisseki-door-link-maison .jisseki-door-link-box-tag {
  background: #F39800;
}
.jisseki-door-link-maison .jisseki-door-link-box-tag:before {
  width: 33px;
  background: url(../images/common/bg_bukken_apartment_min.png) no-repeat left center;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link-maison .jisseki-door-link-box-tag:before {
    width: 23px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.jisseki-door-link-box-thumb {
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
.jisseki-door-link-box-title {
  font-size: 15px;
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link-box-title {
    font-size: 14px;
    font-size: 1.16667rem;
    text-align: left;
  }
}
.jisseki-door-link-box-title span {
  font-size: 26px;
  font-size: 2.16667rem;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link-box-title span {
    font-size: 24px;
    font-size: 2rem;
  }
}
.jisseki-door-link-houselist .jisseki-door-link-box-title span {
  color: #72B126;
}
.jisseki-door-link-maison .jisseki-door-link-box-title span {
  color: #F39800;
}
.jisseki-door-link-box-more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #FFF;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .jisseki-door-link-box-more {
    position: static;
    text-align: right;
    margin-top: 12px;
    display: inline-block;
  }
}
.jisseki-door-link-box-more:after {
  content: '';
  width: 7px;
  height: 13px;
  display: inline-block;
  background: url(../images/common/arw_right_white.png) no-repeat right center;
  margin-left: 5px;
  vertical-align: middle;
}
.jisseki-door-link-houselist .jisseki-door-link-box-more {
  background: #72B126;
}
.jisseki-door-link-maison .jisseki-door-link-box-more {
  background: #F39800;
}
.jisseki-box {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .jisseki-box {
    padding-bottom: 20px;
  }
}
.jisseki-box:before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 640px) {
  .jisseki-box:before {
    display: none;
  }
}
.jisseki-box-1978:before {
  display: none;
}
.jisseki-box-1978 .jisseki-box-list-item-title {
  width: auto;
  padding-right: 0;
  font-size: 28px;
  font-size: 2.33333rem;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .jisseki-box-1978 .jisseki-box-list-item-title {
    font-size: 23px;
    font-size: 1.91667rem;
    margin-bottom: 0;
  }
}
.jisseki-box.theme-green:before {
  background: #92C15D;
}
.jisseki-box.theme-orange:before {
  background: #F39E10;
}
.jisseki-box-year {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #FFF;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  border-width: 3px;
  border-style: solid;
}
@media screen and (max-width: 640px) {
  .jisseki-box-year {
    width: 100%;
    height: auto;
    border: none;
    color: #FFF;
    background: #5a5b5b;
    text-align: left;
    font-size: 14px;
    font-size: 1.16667rem;
    line-height: 1;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
  }
}
.theme-green .jisseki-box-year {
  border-color: #92C15D;
}
.theme-orange .jisseki-box-year {
  border-color: #F39E10;
}
.jisseki-box-list {
  width: 740px;
  margin-right: 50px;
  background: #FFF;
  border: 1px solid #CCC;
  position: relative;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list {
    width: auto;
    margin-right: 0;
    background: none;
    border: none;
    float: none;
  }
}
.jisseki-box-list:before {
  content: '';
  display: block;
  width: 52px;
  height: 27px;
  background: url(../images/jisseki/bg_jisseki_fukidashi.png) no-repeat left top;
  position: absolute;
  top: 20px;
  left: -52px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list:before {
    display: none;
  }
}
.jisseki-box-list-item {
  background: #F6F6F6;
  border: 1px solid #EEE;
  margin: 20px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item {
    background: #FFF;
    margin: 10px 0;
    padding: 10px;
  }
}
.jisseki-box-list-item-tag {
  display: inline-block;
  color: #FFF;
  line-height: 1;
  padding: 4px 10px;
  font-size: 10px;
  font-size: 0.83333rem;
  font-style: normal;
  position: absolute;
  top: 10px;
  left: -10px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-tag {
    position: static;
  }
}
.jisseki-box-list-item-tag.is-publish {
  background: #B1263D;
}
.jisseki-box-list-item-tag.is-soldout {
  background: #646464;
}
.jisseki-box-list-item-thumb {
  width: 175px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-thumb {
    width: 30%;
    margin-bottom: 10px;
  }
}
.jisseki-box-list-item-title, .jisseki-box-list-item-more {
  width: 467px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-title, .jisseki-box-list-item-more {
    width: auto;
  }
}
.jisseki-box-list-item-title {
  font-size: 24px;
  font-size: 2rem;
  margin-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 130px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-title {
    padding-right: 0;
    width: 68%;
    font-size: 22px;
    font-size: 1.83333rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.jisseki-box-list-item-title a {
  text-decoration: none;
}
.theme-green .jisseki-box-list-item-title a {
  color: #92C15D;
}
.theme-orange .jisseki-box-list-item-title a {
  color: #F39E10;
}
.jisseki-box-list-item-more {
  border-top: 1px solid #DDD;
  margin-top: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-more {
    float: none;
    clear: both;
  }
}
.jisseki-box-list-item-more dl {
  width: 100%;
  display: table;
  margin-bottom: 5px;
}
.jisseki-box-list-item-more dl dt, .jisseki-box-list-item-more dl dd {
  display: table-cell;
}
.jisseki-box-list-item-more dl dt {
  width: 4em;
  text-align: center;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-more dl dt {
    text-align: right;
  }
}
.jisseki-box-list-item-more dl dt span {
  background: #FFF;
  border: 1px solid #DDD;
  display: block;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-more dl dt span {
    background: none;
    border: none;
  }
}
.jisseki-box-list-item-more dl dd {
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 1.5;
}
.jisseki-box-list-item-link {
  position: absolute;
  top: 35px;
  right: 210px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-link {
    position: static;
    margin-top: 15px;
  }
}
.jisseki-box-list-item-link a {
  background: #FFF;
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  border: 1px solid #E6E6E6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #626262;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-link a {
    display: block;
    background: #F6F6F6;
    text-align: center;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.jisseki-box-list-item-link a:after {
  content: '';
  width: 7px;
  height: 13px;
  background: url(../images/jisseki/arw_jisseki_link.png) no-repeat right center;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .jisseki-box-list-item-link a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
}
.jisseki-box-list-item-link a span {
  background: url(../images/common/icon_outside.png) no-repeat right top;
  padding-right: 13px;
}

/*-----------------------------------*/
/* Kaisyagaiyou */
/*-----------------------------------*/
.kaisyagaiyou {
  position: relative;
}
.kaisyagaiyou-thumb {
  width: 200px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 640px) {
  .kaisyagaiyou-thumb {
    display: none;
  }
}
.kaisyagaiyou-thumb img {
  border: 3px solid #EEE;
}
.kaisyagaiyou-table {
  width: 100%;
}
.kaisyagaiyou-table th, .kaisyagaiyou-table td {
  border: 1px solid #EEE;
  vertical-align: top;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .kaisyagaiyou-table th, .kaisyagaiyou-table td {
    display: block;
    border: none;
    padding: 5px 10px;
  }
}
.kaisyagaiyou-table th {
  width: 20%;
  text-align: left;
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: normal;
  color: #FFF;
  background: #5B5B5B;
}
@media screen and (max-width: 640px) {
  .kaisyagaiyou-table th {
    width: auto;
  }
}
.kaisyagaiyou-table td {
  font-size: 16px;
  font-size: 1.33333rem;
  background: #FFF;
}
@media screen and (max-width: 640px) {
  .kaisyagaiyou-table td {
    font-size: 14px;
    font-size: 1.16667rem;
    background: none;
    padding: 10px;
  }
}

.btn {
  line-height: 1;
}
.btn.back {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1rem;
}
.btn a {
  text-decoration: none;
  display: inline-block;
}
.btn-orange {
  color: #FFF;
  background: #E95700;
  padding: 7px 35px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .l-header .btn-orange {
    padding: 0 5px;
    font-size: 11px;
    font-size: 0.91667rem;
  }
}
@media screen and (max-width: 640px) {
  .l-footer .btn-orange {
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
}
.btn-black {
  color: #FFF;
  background: #333;
  padding: 7px 35px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-gray {
  color: #626262;
  background: #F6F6F6;
  border: 1px solid #EEE;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .btn-gray span {
    display: none;
  }
}

.btn-orange-sp {
  color: #fff;
  background: #F39800;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
}
.bx-wrapper ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .bx-controls {
    display: none;
  }
}
.bx-prev, .bx-next, .bx-pager {
  position: absolute;
  z-index: 100;
}
.bx-prev, .bx-next {
  width: 7px;
  height: 13px;
  display: block;
  text-indent: -9999px;
}
.bx-prev {
  background: url(../images/common/arw_left.png) no-repeat center center #FFF;
  background: url(../images/common/arw_left.png) no-repeat center center rgba(255, 255, 255, 0.9);
}
.bx-next {
  background: url(../images/common/arw_right.png) no-repeat center center #FFF;
  background: url(../images/common/arw_right.png) no-repeat center center rgba(255, 255, 255, 0.9);
}

.visual .js-visual-slider img {
  width: 100%;
  display: inline;
}
.visual .bx-prev, .visual .bx-next, .visual .bx-pager {
  width: 43px;
  height: 43px;
  right: 0;
  top: 50%;
}
.visual .bx-prev {
  margin-top: -45px;
}
.visual .bx-next {
  margin-top: 45px;
}
.visual .bx-pager {
  letter-spacing: -2px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 21px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
}

.pickup .js-pickup-slider li {
  width: 185px;
}
@media screen and (max-width: 640px) {
  .pickup .js-pickup-slider li {
    width: 111px !important;
  }
}
.pickup .bx-prev, .pickup .bx-next {
  top: 50%;
}
.pickup .bx-prev.disabled, .pickup .bx-next.disabled {
  display: none;
}
.pickup .bx-prev {
  left: -40px;
}
.pickup .bx-next {
  right: -40px;
}

/*-----------------------------------*/
/* State */
/*-----------------------------------*/
.alpha {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.alpha:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.l-navigation a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.l-navigation a:hover {
  height: 26px;
}

.bukken a {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .bukken a:hover .bukken-item-bg {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .bukken a:hover .bukken-item-bg-icon, .bukken a:hover .bukken-item-bg-more {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .bukken a:hover .bukken-item-bg-icon {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .bukken a:hover .bukken-item-bg-more {
    right: 10px;
  }
  .bukken a:hover .bukken-item-content {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}
@media screen and (min-width: 641px) {
  .bukken-item-bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .bukken-item-bg-icon {
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  .bukken-item-bg-icon, .bukken-item-bg-more {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .bukken-item-content {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 641px) {
  .bukken-list-item-thumb a {
    overflow: hidden;
    display: block;
  }
  .bukken-list-item-thumb a img {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .bukken-list-item-thumb a:hover img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

.news-list a:hover {
  text-decoration: none;
}

.blog a:hover .blog-item-list-title {
  text-decoration: none;
}

.subnavi a:after {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.subnavi a:hover:after {
  right: 8px;
}

.pamphlet-item-link .fa {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover .pamphlet-item-link .fa {
  right: 3px;
}

.gallery-list-item a .gallery-list-item-thumb img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.gallery-list-item a:hover .gallery-list-item-thumb img {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.customer-list-item a .customer-list-item-thumb img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.customer-list-item a:hover .customer-list-item-thumb img {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.jisseki-door-link-box a .jisseki-door-link-box-thumb img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.jisseki-door-link-box a:hover .jisseki-door-link-box-thumb img {
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}

.fnavi a:hover {
  text-decoration: none;
}

.news-header-category a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.news-header-category a:hover, .news-header-category a.is-current {
  color: #FFF;
  background: #F39800;
}

.js-news-tab-panel {
  display: none;
}
.js-news-tab-panel.is-active {
  display: block;
}
@media screen and (max-width: 640px) {
  .js-news-tab-panel.is-active {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .js-news-tab-panel.is-first {
    display: block !important;
  }
}

.announce-header {
  background: url(../images/announce/bg_header_announce.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  height: 270px;
  min-width: 940px;
}
.announce-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.announce-header-title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: normal;
}
.announce-header-title span {
  display: block;
  font-size: 24px;
  padding: 10px 0 0;
}
@media screen and (max-width: 640px) {
  .announce-header {
    min-width: inherit;
    height: 150px;
  }
  .announce-header-title {
    font-size: 18px;
  }
  .announce-header-title span {
    font-size: 14px;
  }
}

.announce-contents {
  padding: 50px 0;
  background: #F9F9F9;
}
@media screen and (max-width: 640px) {
  .announce-contents {
    padding: 20px 0;
  }
}
.announce-contents-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .announce-contents-text {
    font-size: 14px;
  }
}
.announce-contents-text.lg {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .announce-contents-text.lg {
    font-size: 16px;
  }
}
.announce-contents-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .announce-contents-title {
    font-size: 16px;
  }
}
.announce-num-list {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 30px 0 20px;
}
@media screen and (max-width: 640px) {
  .announce-num-list {
    padding: 10px 0;
  }
}
.announce-num-item {
  font-size: 16px;
  line-height: 1.5;
  border: 2px solid #E95700;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 65px;
  position: relative;
}
.announce-num-item:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero)'.';
  font-size: 24px;
  font-weight: bold;
  color: #E95700;
  position: absolute;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 640px) {
  .announce-num-item {
    font-size: 14px;
    padding: 10px 10px 10px 45px;
  }
  .announce-num-item:before {
    font-size: 18px;
    margin: 0 5px 0 0;
    top: 8px;
    left: 10px;
  }
}
.announce-contents-block {
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
  .announce-contents-block {
    margin: 0 0 20px;
  }
}
.announce-reserve {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .announce-reserve {
    display: block;
  }
}
.announce-reserve-list {
  max-width: 70%;
  flex-basis: 70%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .announce-reserve-list {
    max-width: inherit;
  }
}
.announce-reserve-item {
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 640px) {
  .announce-reserve-item {
    display: block;
    padding: 0;
  }
}
.announce-reserve-title {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #E95700;
  border-left: 5px solid #E95700;
  padding: 0 10px 0 5px;
  flex-basis: 48%;
  max-width: 48%;
}
@media screen and (max-width: 640px) {
  .announce-reserve-title {
    max-width: inherit;
    margin: 0 0 10px;
  }
}
.announce-reserve-tel {
  flex-basis: 26%;
  max-width: 26%;
  font-size: 16px;
  line-height: 1;
  padding: 0 10px 0 0;
}
.announce-reserve-tel a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 640px) {
  .announce-reserve-tel {
    max-width: inherit;
    margin: 0 0 10px;
  }
}
.announce-reserve-button {
  flex-basis: 26%;
  max-width: 26%;
}
@media screen and (max-width: 640px) {
  .announce-reserve-button {
    max-width: inherit;
    width: 164px;
    margin: 0 auto;
  }
}
.announce-reserve-button a {
  display: block;
  color: #fff;
  background: #E95700;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
}
.announce-reserve-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.announce-reserve-image {
  max-width: 30%;
  flex-basis: 30%;
}
@media screen and (max-width: 640px) {
  .announce-reserve-image {
    max-width: inherit;
    text-align: center;
  }
}
