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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*doc
---
title: colors
name: colors
category: base
---
Name                     |Example
-------------------------|------------------------------------------
$door-main-color         |<div style="background-color: #2cbcd9;" />
$door-second-color       |<div style="background-color: #257db7;" />
$door-emphasis-color     |<div style="background-color: #ff8a00;" />
$door-emphasis-dark-color|<div style="background-color: #ed6103;" />
$door-inquiry-color      |<div style="background-color: #1cbd67;" />
$door-light-blue         |<div style="background-color: #cfebf9;" />
$door-dark-blue          |<div style="background-color: #254d85;" />
$door-assist-color       |<div style="background-color: #fcfaf7;" />
$door-black              |<div style="background-color: #3d3d3d;" />
$dark-gray               |<div style="background-color: #adadad;" />
$light-gray              |<div style="background-color: #ebebeb;" />
$content-background-color|<div style="background-color: #f5f8fa;" />
$base-text-color         |<div style="background-color: #3d3d3d;" />
$sub-text-color          |<div style="background-color: #adadad;" />
$link-text-color         |<div style="background-color: #329cd1;" />
$border-main-color       |<div style="background-color: #ebeae7;" />
$border-dotted-color     |<div style="background-color: #dfded9;" />
$point-color             |<div style="background-color: #ffc42a;" />
$alert-required-color    |<div style="background-color: #e05221;" />
*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a img, map a {
  border: none;
}

#content-side #contents::after, #site-footer .site-footer-secondary__inner::after, #site-footer .site-footer-guide-box::after, #site-footer .site-footer-guide-row::after, #site-footer .site-footer-guide::after, #site-footer .site-footer-about::after, #site-header .site-header-primary::after, .aside-related-link-box__row::after, .building-slider__image::after, .building-slider__slider::after, .breadcrumbs::after, .buildings-map__control::after, .buildings-summary-block::after, .similar-search-box__link::after, .heading-with::after, .heading-box__link-list::after, .col-box::after, .content-row::after, .description-long-item::after, .description-item::after, .clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#content-side .side-box-nav a::after, .building-slider__link::before, .similar-search-box__link::before, .icon-arrow-up::after, .icon-arrow-down::after, .is-disabled .icon-arrow-left, [disabled] .icon-arrow-left, .icon-arrow-left, .is-disabled .icon-arrow-bottom, [disabled] .icon-arrow-bottom, .icon-arrow-bottom, .is-disabled .icon-arrow-right, [disabled] .icon-arrow-right, .icon-arrow-right, .is-disabled .icon-arrow-top, [disabled] .icon-arrow-top, .icon-arrow-top, .icon-stored-condition, .icon-remove, .icon-plus, .icon-condition, .is-inactive .icon-favorite, .icon-favorite.icon--outline, .icon-favorite, .icon-search.icon--outline, .icon-search, .icon-pickup.icon--outline, .icon-pickup, .icon-map.icon--outline, .icon-map, .icon-line-app.icon--outline, .icon-line-app, .icon-line.icon--outline, .icon-line, .icon-history.icon--outline, .icon-history, .icon-freedial.icon--outline, .icon-freedial, .icon-area.icon--outline, .icon-area, .is-disabled .icon-telephone, [disabled] .icon-telephone, .icon-telephone.icon--outline, .icon-telephone, .is-disabled .icon-mail, [disabled] .icon-mail, .icon-mail.icon--outline, .icon-mail {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
}

button,
input,
textarea, pre, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

body {
  color: rgb(76.5, 76.5, 76.5);
  font-size: 12px;
  line-height: 1.5;
}

a {
  color: #329cd1;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a.disabled {
  pointer-events: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

pre {
  font-size: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

ul {
  list-style-type: none;
}

small {
  font-size: 100%;
}

img {
  vertical-align: top;
}

button,
input,
textarea {
  font-size: 100%;
  outline: none;
}

button,
input[type=button],
input[type=checkbox],
input[type=image],
input[type=radio],
input[type=reset],
input[type=submit],
label {
  cursor: pointer;
}

button:disabled,
input:disabled {
  cursor: default !important;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
}

.emphasis-primary {
  color: #ff8a00;
}

.emphasis-secondary {
  color: #e84834;
}

.sub-text {
  color: rgb(193.8, 193.8, 193.8);
}

.divider-dotted {
  border-bottom: 1px dotted rgb(223.4090909091, 221.8295454545, 217.0909090909);
}

.description-item dt {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}
.description-item dd {
  float: left;
  vertical-align: middle;
}

.description-long-item dt {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}
.description-long-item dd {
  vertical-align: middle;
  overflow: hidden;
}

body {
  background-color: #f5f8fa;
}

#site-header {
  border-bottom: 1px solid #2cbcd9;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 110;
}

#site-footer {
  background-color: #2cbcd9;
}

#content-body {
  float: left;
  width: 814px;
}
@media only screen and (max-width: 1136px) {
  #content-body {
    width: calc(100% - 280px);
  }
}

#content-body-fluid {
  width: auto;
}

#content-side {
  float: right;
  width: 250px;
}

.content-row {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1096px;
}
#site-header + .content-row {
  margin-top: 25px;
}
@media only screen and (max-width: 1136px) {
  .content-row img {
    max-width: 100%;
    height: auto;
  }
}

/*doc
---
title: block
name: block
category: layouts
---
```haml_example
.block-xsmall block-xsmall
.block-small block-small
.col-box
  .col-box-1 text
  .col-box-1 text
```
*/
.block-small:last-child, .block-xsmall:last-child {
  margin-bottom: 0;
}

.block-xsmall {
  margin-bottom: 12px;
}

.block-small {
  margin-bottom: 20px;
}

/*doc
---
title: box
name: box
category: layouts
---
```haml_example
.col-box
  .col-box-1 text
  .col-box-1 text
```
*/
.col-box {
  margin-left: -5px;
  margin-right: -5px;
}
.col-box .col-box-1 {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(50% - 10px);
}
.col-box .col-box-1:last-child {
  margin-right: 0;
}

/*
%icon-base
*/
#content-side .side-box-nav a::after, .building-slider__link::before, .similar-search-box__link::before, .is-disabled .icon-arrow-left, [disabled] .icon-arrow-left, .icon-arrow-left, .is-disabled .icon-arrow-bottom, [disabled] .icon-arrow-bottom, .icon-arrow-bottom, .is-disabled .icon-arrow-right, [disabled] .icon-arrow-right, .icon-arrow-right, .is-disabled .icon-arrow-top, [disabled] .icon-arrow-top, .icon-arrow-top, .icon-arrow-up::after, .icon-arrow-down::after, .icon-stored-condition, .icon-remove, .icon-plus, .icon-condition, .is-inactive .icon-favorite, .icon-favorite.icon--outline, .icon-favorite, .icon-search.icon--outline, .icon-search, .icon-pickup.icon--outline, .icon-pickup, .icon-map.icon--outline, .icon-map, .icon-line-app.icon--outline, .icon-line-app, .icon-line.icon--outline, .icon-line, .icon-history.icon--outline, .icon-history, .icon-freedial.icon--outline, .icon-freedial, .icon-area.icon--outline, .icon-area, .is-disabled .icon-telephone, [disabled] .icon-telephone, .icon-telephone.icon--outline, .icon-telephone, .is-disabled .icon-mail, [disabled] .icon-mail, .icon-mail.icon--outline, .icon-mail {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
}

/*
%icon-primary
*/
#content-side .side-box-nav a::after, .building-slider__link::before, .similar-search-box__link::before, .icon-arrow-up::after, .icon-arrow-down::after, .is-disabled .icon-arrow-left, [disabled] .icon-arrow-left, .icon-arrow-left, .is-disabled .icon-arrow-bottom, [disabled] .icon-arrow-bottom, .icon-arrow-bottom, .is-disabled .icon-arrow-right, [disabled] .icon-arrow-right, .icon-arrow-right, .is-disabled .icon-arrow-top, [disabled] .icon-arrow-top, .icon-arrow-top, .icon-stored-condition, .icon-remove, .icon-plus, .icon-condition, .is-inactive .icon-favorite, .icon-favorite.icon--outline, .icon-favorite, .icon-search.icon--outline, .icon-search, .icon-pickup.icon--outline, .icon-pickup, .icon-map.icon--outline, .icon-map, .icon-line-app.icon--outline, .icon-line-app, .icon-line.icon--outline, .icon-line, .icon-history.icon--outline, .icon-history, .icon-freedial.icon--outline, .icon-freedial, .icon-area.icon--outline, .icon-area, .is-disabled .icon-telephone, [disabled] .icon-telephone, .icon-telephone.icon--outline, .icon-telephone, .is-disabled .icon-mail, [disabled] .icon-mail, .icon-mail.icon--outline, .icon-mail {
  width: 1.5em;
  height: 1.5em;
}

/*doc
---
title: icon()
parent: icon
name: icon()
category: components
---

```
@include icon($key, [$type: null, $size: null]);

$key : (String) 識別キー。アイコンのファイル名が icon_foo.svg の場合 foo が識別キーとなる
$type: (String) 表示タイプ (null or outline or inactive)
$size: (Number or String) 縦横サイズ (単位省略の場合 px)
```
*/
/*
%icon-arrow
*/
#content-side .side-box-nav a::after, .building-slider__link::before, .similar-search-box__link::before, .is-disabled .icon-arrow-left, [disabled] .icon-arrow-left, .icon-arrow-left, .is-disabled .icon-arrow-bottom, [disabled] .icon-arrow-bottom, .icon-arrow-bottom, .is-disabled .icon-arrow-right, [disabled] .icon-arrow-right, .icon-arrow-right, .is-disabled .icon-arrow-top, [disabled] .icon-arrow-top, .icon-arrow-top {
  margin: 0 5px;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

/*doc
---
title: icon-arrow()
parent: icon
name: icon-arrow()
category: components
---

```
@include icon([$type: null, $size: null]);

$type: (String) 表示タイプ (null or outline or inactive)
$size: (Number or String) 縦横サイズ (単位省略の場合 px)
```
*/
/*doc
---
title: icon
name: icon
category: components
---
```haml_example
.icon-example
  %i.icon-mail
  %i.icon-telephone
  %i.icon-area
  %i.icon-freedial
  %i.icon-history
  %i.icon-line
  %i.icon-line-app
  %i.icon-map
  %i.icon-pickup
  %i.icon-search
  %i.icon-favorite
  %i.icon-condition
  %i.icon-plus
  %i.icon-remove
  %i.icon-stored-condition
  %i.icon-arrow-top
  %i.icon-arrow-right
  %i.icon-arrow-bottom
  %i.icon-arrow-left
.icon-example-outline
  %i.icon-mail.icon--outline
  %i.icon-telephone.icon--outline
  %i.icon-area.icon--outline
  %i.icon-freedial.icon--outline
  %i.icon-history.icon--outline
  %i.icon-line.icon--outline
  %i.icon-line-app.icon--outline
  %i.icon-map.icon--outline
  %i.icon-pickup.icon--outline
  %i.icon-search.icon--outline
  %i.icon-favorite.icon--outline
```
*/
.icon-mail {
  background-image: url("/assets/common/icon_mail-ab1a4f8b.svg");
}
.icon-mail.icon--outline {
  background-image: url("/assets/common/icon_mail_white-a1ca6005.svg");
}

.is-disabled .icon-mail, [disabled] .icon-mail {
  background-image: url("/assets/common/icon_mail_inactive-3412d1ef.svg");
}

.icon-telephone {
  background-image: url("/assets/common/icon_telephone-de0225bc.svg");
}
.icon-telephone.icon--outline {
  background-image: url("/assets/common/icon_telephone_white-4ad386a4.svg");
}

.is-disabled .icon-telephone, [disabled] .icon-telephone {
  background-image: url("/assets/common/icon_telephone_inactive-042a8652.svg");
}

.icon-area {
  background-image: url("/assets/common/icon_area-0a7771f6.svg");
}
.icon-area.icon--outline {
  background-image: url("/assets/common/icon_area_white-a1a840b7.svg");
}

.icon-freedial {
  background-image: url("/assets/common/icon_freedial-24cf0cde.svg");
}
.icon-freedial.icon--outline {
  background-image: url("/assets/common/icon_freedial_white-277a6595.svg");
}

.icon-history {
  background-image: url("/assets/common/icon_history-4c8d04e0.svg");
}
.icon-history.icon--outline {
  background-image: url("/assets/common/icon_history_white-857826aa.svg");
}

.icon-line {
  background-image: url("/assets/common/icon_line-1f21ab11.svg");
}
.icon-line.icon--outline {
  background-image: url("/assets/common/icon_line_white-0d604cd8.svg");
}

.icon-line-app {
  background-image: url("/assets/common/icon_line-app-6271d2e1.svg");
}
.icon-line-app.icon--outline {
  background-image: url("/assets/common/icon_line-app_white-2ad68680.svg");
}

.icon-map {
  background-image: url("/assets/common/icon_map-7cd42102.svg");
}
.icon-map.icon--outline {
  background-image: url("/assets/common/icon_map_white-4fd07a90.svg");
}

.icon-pickup {
  background-image: url("/assets/common/icon_pickup-1620c54b.svg");
}
.icon-pickup.icon--outline {
  background-image: url("/assets/common/icon_pickup_white-438d0579.svg");
}

.icon-search {
  background-image: url("/assets/common/icon_search-71c22822.svg");
}
.icon-search.icon--outline {
  background-image: url("/assets/common/icon_search_white-64cef059.svg");
}

.icon-favorite {
  background-image: url("/assets/common/icon_favorite-9017a55d.svg");
}
.icon-favorite.icon--outline {
  background-image: url("/assets/common/icon_favorite_white-8d62e1b5.svg");
}
.is-inactive .icon-favorite {
  background-image: url("/assets/common/icon_favorite_inactive-25e7afaa.svg");
}

.icon-condition {
  background-image: url("/assets/common/icon_condition-239933d2.svg");
}

.icon-plus {
  background-image: url("/assets/common/icon_plus-56a43763.svg");
}

.icon-remove {
  background-image: url("/assets/common/icon_remove-e4f363e3.svg");
}

.icon-stored-condition {
  background-image: url("/assets/common/icon_stored-condition-125265f0.svg");
}

.icon-arrow-top {
  background-image: url("/assets/common/icon_arrow-5a023685.svg");
  transform: rotate(-90deg);
}
.is-disabled .icon-arrow-top, [disabled] .icon-arrow-top {
  background-image: url("/assets/common/icon_arrow_inactive-3fab0f8e.svg");
}

.icon-arrow-right {
  background-image: url("/assets/common/icon_arrow-5a023685.svg");
}
.is-disabled .icon-arrow-right, [disabled] .icon-arrow-right {
  background-image: url("/assets/common/icon_arrow_inactive-3fab0f8e.svg");
}

.icon-arrow-bottom {
  background-image: url("/assets/common/icon_arrow-5a023685.svg");
  transform: rotate(90deg);
}
.is-disabled .icon-arrow-bottom, [disabled] .icon-arrow-bottom {
  background-image: url("/assets/common/icon_arrow_inactive-3fab0f8e.svg");
}

.icon-arrow-left {
  background-image: url("/assets/common/icon_arrow-5a023685.svg");
  transform: rotate(-180deg);
}
.is-disabled .icon-arrow-left, [disabled] .icon-arrow-left {
  background-image: url("/assets/common/icon_arrow_inactive-3fab0f8e.svg");
}

.icon-arrow-up::after, .icon-arrow-down::after {
  width: 1em;
  height: 1em;
  background-image: url("/assets/common/icon_arrow_expand-c438973f.svg");
  content: "";
  display: inline-block;
  margin-left: 3px;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

.icon-arrow-up::after {
  transform: rotate(180deg);
}

/*doc
---
title: icon-with-text
name: icon-with-text
category: components
---
```haml_example
%span.icon-with-text
  %i.icon-mail
  %span.icon-text text
%br
%span.icon-with-text
  %span.icon-text text
  %i.icon-mail
```
*/
.icon-with-text {
  position: relative;
  display: inline-block;
}
.icon-with-text #content-side .side-box-nav a::after, #content-side .side-box-nav .icon-with-text a::after, .icon-with-text .building-slider__link::before, .icon-with-text .similar-search-box__link::before, .icon-with-text .icon-mail, .icon-with-text .icon-telephone, .icon-with-text .icon-area, .icon-with-text .icon-freedial, .icon-with-text .icon-history, .icon-with-text .icon-line, .icon-with-text .icon-line-app, .icon-with-text .icon-map, .icon-with-text .icon-pickup, .icon-with-text .icon-search, .icon-with-text .icon-favorite, .icon-with-text .icon-condition, .icon-with-text .icon-plus, .icon-with-text .icon-remove, .icon-with-text .icon-stored-condition, .icon-with-text .icon-arrow-top, .icon-with-text .icon-arrow-right, .icon-with-text .icon-arrow-bottom, .icon-with-text .icon-arrow-left, .icon-with-text .icon-arrow-down::after, .icon-with-text .icon-arrow-up::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon-with-text #content-side .side-box-nav a:first-child::after, #content-side .side-box-nav .icon-with-text a:first-child::after, .icon-with-text .building-slider__link:first-child::before, .icon-with-text .similar-search-box__link:first-child::before, .icon-with-text .icon-mail:first-child, .icon-with-text .icon-telephone:first-child, .icon-with-text .icon-area:first-child, .icon-with-text .icon-freedial:first-child, .icon-with-text .icon-history:first-child, .icon-with-text .icon-line:first-child, .icon-with-text .icon-line-app:first-child, .icon-with-text .icon-map:first-child, .icon-with-text .icon-pickup:first-child, .icon-with-text .icon-search:first-child, .icon-with-text .icon-favorite:first-child, .icon-with-text .icon-condition:first-child, .icon-with-text .icon-plus:first-child, .icon-with-text .icon-remove:first-child, .icon-with-text .icon-stored-condition:first-child, .icon-with-text .icon-arrow-top:first-child, .icon-with-text .icon-arrow-right:first-child, .icon-with-text .icon-arrow-bottom:first-child, .icon-with-text .icon-arrow-left:first-child, .icon-with-text .icon-arrow-down:first-child::after, .icon-with-text .icon-arrow-up:first-child::after {
  left: 0;
}
.icon-with-text #content-side .side-box-nav a:last-child::after, #content-side .side-box-nav .icon-with-text a:last-child::after, .icon-with-text .building-slider__link:last-child::before, .icon-with-text .similar-search-box__link:last-child::before, .icon-with-text .icon-mail:last-child, .icon-with-text .icon-telephone:last-child, .icon-with-text .icon-area:last-child, .icon-with-text .icon-freedial:last-child, .icon-with-text .icon-history:last-child, .icon-with-text .icon-line:last-child, .icon-with-text .icon-line-app:last-child, .icon-with-text .icon-map:last-child, .icon-with-text .icon-pickup:last-child, .icon-with-text .icon-search:last-child, .icon-with-text .icon-favorite:last-child, .icon-with-text .icon-condition:last-child, .icon-with-text .icon-plus:last-child, .icon-with-text .icon-remove:last-child, .icon-with-text .icon-stored-condition:last-child, .icon-with-text .icon-arrow-top:last-child, .icon-with-text .icon-arrow-right:last-child, .icon-with-text .icon-arrow-bottom:last-child, .icon-with-text .icon-arrow-left:last-child, .icon-with-text .icon-arrow-down:last-child::after, .icon-with-text .icon-arrow-up:last-child::after {
  right: 0;
}
.icon-with-text .icon-text {
  display: inline-block;
}
.icon-with-text .icon-text:first-child {
  padding-right: 2em;
}
.icon-with-text .icon-text:last-child {
  padding-left: 2em;
}
.icon-with-text--vertical i[class^=icon-] {
  position: static;
  margin-bottom: 4px;
}
.icon-with-text--vertical .icon-text {
  display: block;
}
.icon-with-text--vertical .icon-text, .icon-with-text--vertical .icon-text:last-child {
  padding-left: 0;
}

/*
%btn-base
*/
.btn-inquiry-tertiary, .btn-inquiry-secondary, .btn-inquiry-primary, .btn-secondary, .btn-primary, .btn-default {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.15;
  text-align: center;
}
.btn-inquiry-tertiary, .btn-inquiry-secondary, .btn-inquiry-primary, .btn-secondary, .btn-primary, .btn-default {
  color: rgb(76.5, 76.5, 76.5);
}
.is-disabled.btn-inquiry-tertiary, .is-disabled.btn-inquiry-secondary, .is-disabled.btn-inquiry-primary, .is-disabled.btn-secondary, .is-disabled.btn-primary, .is-disabled.btn-default, [disabled].btn-inquiry-tertiary, [disabled].btn-inquiry-secondary, [disabled].btn-inquiry-primary, [disabled].btn-secondary, [disabled].btn-primary, [disabled].btn-default {
  border-color: #e3e3e3;
  background-color: #e3e3e3;
  box-shadow: none;
  pointer-events: none;
}
.is-disabled.btn-inquiry-tertiary, .is-disabled.btn-inquiry-secondary, .is-disabled.btn-inquiry-primary, .is-disabled.btn-secondary, .is-disabled.btn-primary, .is-disabled.btn-default, [disabled].btn-inquiry-tertiary, [disabled].btn-inquiry-secondary, [disabled].btn-inquiry-primary, [disabled].btn-secondary, [disabled].btn-primary, [disabled].btn-default {
  color: #b5b5b5;
}

/*
%btn-standard
*/
.btn-inquiry-tertiary, .btn-inquiry-secondary, .btn-inquiry-primary, .btn-secondary, .btn-primary, .btn-default {
  border-radius: 4px;
  border: 1px solid transparent;
}

/*doc
---
title: button
name: button
category: components
---
```haml_example
%a.btn-default.btn--small button
%a.btn-primary.btn--small button
%a.btn-secondary.btn--small button
%a.btn-inquiry-primary.btn--small button
%a.btn-inquiry-secondary.btn--small button
%br
%br
%button.btn-default.btn--small{ type: 'button' } button
%button.btn-primary.btn--small{ type: 'button' } button
%button.btn-secondary.btn--small{ type: 'button' } button
%button.btn-inquiry-primary.btn--small{ type: 'button' } button
%button.btn-inquiry-secondary.btn--small{ type: 'button' } button
%br
%br
%a.btn-default.btn--small.is-disabled button
%a.btn-primary.btn--small.is-disabled button
%a.btn-secondary.btn--small.is-disabled button
%a.btn-inquiry-primary.btn--small.is-disabled button
%a.btn-inquiry-secondary.btn--small.is-disabled button
%br
%br
%button.btn-default.btn--small{ type: 'button', disabled: true } button
%button.btn-primary.btn--small{ type: 'button', disabled: true } button
%button.btn-secondary.btn--small{ type: 'button', disabled: true } button
%button.btn-inquiry-primary.btn--small{ type: 'button', disabled: true } button
%button.btn-inquiry-secondary.btn--small{ type: 'button', disabled: true } button
```
*/
.btn-default {
  box-shadow: 0 -3px 0 0 rgb(229.5, 229.5, 229.5) inset;
  border: 1px solid rgb(198.9, 198.9, 198.9);
  background-color: #fff;
  transition: opacity 0.5s;
}
.btn-default, .btn-default:link, .btn-default:visited, .btn-default:hover, .btn-default:active, .btn-default:focus {
  color: rgb(76.5, 76.5, 76.5);
}
.btn-default:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn-primary {
  box-shadow: 0 -3px 0 0 rgb(32.0481927711, 153.4939759036, 177.9518072289) inset;
  border-bottom: 1px solid rgb(32.0481927711, 153.4939759036, 177.9518072289);
  background-color: #2cbcd9;
  transition: opacity 0.5s;
}
.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff;
}
.btn-primary:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn-secondary {
  box-shadow: 0 -3px 0 0 rgb(204, 110.4, 0) inset;
  border-bottom: 1px solid rgb(204, 110.4, 0);
  background-color: #ff8a00;
  transition: opacity 0.5s;
}
.btn-secondary, .btn-secondary:link, .btn-secondary:visited, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #fff;
}
.btn-secondary:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn-inquiry-primary {
  box-shadow: 0 -3px 0 0 rgb(21.4193548387, 144.5806451613, 78.7926267281) inset;
  border-bottom: 1px solid rgb(21.4193548387, 144.5806451613, 78.7926267281);
  background-color: #1cbd67;
  transition: opacity 0.5s;
}
.btn-inquiry-primary, .btn-inquiry-primary:link, .btn-inquiry-primary:visited, .btn-inquiry-primary:hover, .btn-inquiry-primary:active, .btn-inquiry-primary:focus {
  color: #fff;
}
.btn-inquiry-primary:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn-inquiry-secondary {
  box-shadow: 0 -3px 0 0 rgb(229.5, 229.5, 229.5) inset;
  border: 1px solid #1cbd67;
  background-color: #fff;
  transition: opacity 0.5s;
}
.btn-inquiry-secondary, .btn-inquiry-secondary:link, .btn-inquiry-secondary:visited, .btn-inquiry-secondary:hover, .btn-inquiry-secondary:active, .btn-inquiry-secondary:focus {
  color: #1cbd67;
}
.btn-inquiry-secondary:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn-inquiry-tertiary {
  box-shadow: 0 -3px 0 0 rgb(0, 114.4, 204) inset;
  border-bottom: 1px solid rgb(0, 114.4, 204);
  background-color: #008FFF;
  transition: opacity 0.5s;
}
.btn-inquiry-tertiary, .btn-inquiry-tertiary:link, .btn-inquiry-tertiary:visited, .btn-inquiry-tertiary:hover, .btn-inquiry-tertiary:active, .btn-inquiry-tertiary:focus {
  color: #fff;
}
.btn-inquiry-tertiary:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*doc
---
title: button--size
name: button--size
category: components
parent: button
---
```haml_example
%a.btn-default.btn--small button
%a.btn-default.btn--medium button
%a.btn-default.btn--large button
%br
%button.btn-default.btn--small{ type: 'button' } button
%button.btn-default.btn--medium{ type: 'button' } button
%button.btn-default.btn--large{ type: 'button' } button
```
*/
.btn--small {
  padding: 12px;
  font-size: 14px;
}

.btn--medium {
  padding: 16px 24px;
  font-size: 18px;
}

.btn--large {
  padding: 20px 32px;
  font-size: 24px;
}

.btn--xlarge {
  padding: 28px 36px;
  font-size: 32px;
}

/*doc
---
title: button--fluid
name: button--fluid
category: components
parent: button
---
```haml_example
%a.btn-default.btn--small.btn--fluid button
%br
%button.btn-default.btn--small.btn--fluid{ type: 'button' } button
```
*/
.btn--fluid {
  display: block;
  width: 100%;
}

/*doc
---
title: button--compact
name: button--compact
category: components
parent: button
---
```haml_example
%a.btn-default.btn--compact
  %i.icon-favorite
%a.btn-default.btn--compact
  %i.icon-favorite
  %br
  button
%button.btn-default.btn--compact{ type: 'button' }
  %i.icon-favorite
%button.btn-default.btn--compact{ type: 'button' }
  %i.icon-favorite
  %br
  button
```
*/
.btn--compact {
  padding: 8px;
  min-width: 36px;
  font-size: 12px;
}
.btn--compact i {
  margin: 0;
}

/*doc
---
title: button-block
name: button-block
category: components
parent: button
---
```haml_example
.btn-block
  %a.btn-default.btn--small button
  %button.btn-default.btn--small{ type: 'button' } button
```
*/
.btn-block {
  margin-bottom: 16px;
  border-top: 1px solid #e8e4e1;
  border-bottom: 1px solid #e8e4e1;
  padding: 20px;
  background-color: rgb(242.25, 242.25, 242.25);
  text-align: center;
}

/*doc
---
title: heading
name: heading
category: components
---
```haml_example
.heading-box
  .heading-box__head
    %h1.heading-1 heading level 1
%h2.heading-2 heading level 2
%h2.aside-heading heading level 2
%h3.heading-3 heading level 3
%h3.condition-heading heading level 3
```
*/
.heading-box {
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #ebeae7;
  background-color: #fff;
}
.heading-box::before {
  content: "";
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 5px;
  background-color: #2cbcd9;
}
.heading-box__head {
  padding: 15px 12px;
}
.heading-box__head:only-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.heading-box__head h1.heading-1 {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.heading-box__description {
  border-top: 1px dotted rgb(223.4090909091, 221.8295454545, 217.0909090909);
  padding: 10px 15px;
  overflow: auto;
}
.heading-box__description img {
  float: left;
  margin-right: 15px;
}
.heading-box__link-list {
  border-top: 1px dotted rgb(223.4090909091, 221.8295454545, 217.0909090909);
  padding: 10px 15px;
  font-size: 14px;
}
.heading-box__link-list ul {
  float: right;
}
.heading-box__link-list ul li {
  float: left;
  margin-left: 30px;
}
.heading-box__link-list-term {
  float: left;
}

h2.heading-2 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2rem;
}
h2.heading-2::before {
  display: inline-block;
  content: "";
  margin-right: 7px;
  border-radius: 50px;
  background: linear-gradient(#2cbcd9 50%, #2190a6 50%) no-repeat;
  width: 10px;
  height: 32px;
  vertical-align: top;
}

h2.aside-heading {
  margin-bottom: 5px;
  font-size: 16px;
}
h2.aside-heading::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  border-radius: 50px;
  background-color: #2cbcd9;
  width: 7px;
  height: 23px;
  vertical-align: top;
}

h3.heading-2 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2rem;
}
h3.heading-2::before {
  display: inline-block;
  content: "";
  margin-right: 7px;
  border-radius: 50px;
  background: linear-gradient(#2cbcd9 50%, #2190a6 50%) no-repeat;
  width: 10px;
  height: 32px;
  vertical-align: top;
}

h3.type01 {
  margin-bottom: 10px;
  font-size: 134%;
  font-weight: bold;
  line-height: 2rem;
}
h3.type01:before {
  display: inline-block;
  content: "";
  margin-right: 7px;
  border-radius: 50px;
  background: linear-gradient(#2cbcd9 50%, #2190a6 50%) no-repeat;
  width: 10px;
  height: 32px;
  vertical-align: top;
}

h3.type02 {
  margin-bottom: 5px;
  font-size: 134%;
  font-weight: bold;
}
h3.type02:before {
  display: inline-block;
  content: "";
  margin-right: 7px;
  border-radius: 50px;
  background: #2cbcd9;
  width: 7px;
  height: 23px;
  vertical-align: top;
}

h3.type03 {
  margin-bottom: 5px;
  font-size: 117%;
  font-weight: bold;
}

h3.heading-3 {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgb(223.4090909091, 221.8295454545, 217.0909090909);
  padding-top: 10px 0 5px;
  color: rgb(32.0481927711, 153.4939759036, 177.9518072289);
  font-size: 16px;
}

.condition-heading {
  margin-bottom: 5px;
  font-size: 12px;
}
.condition-heading::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-radius: 50px;
  background-color: #2cbcd9;
  width: 3px;
  height: 17px;
  vertical-align: top;
}

/*doc
---
title: heading-with
name: heading-with
category: components
---
```haml_example
.heading-box
  .heading-box__head
    .heading-with
      .heading-with__item Text
      %h1.heading-1 heading level 1
.heading-with
  .heading-with__item Text
  %h2.heading-2 heading level 2
.heading-with
  .heading-with__item Text
  %h2.aside-heading heading level 2
.heading-with
  .heading-with__item Text
  %h3.heading-3 heading level 3
```
*/
.heading-with__item {
  display: block;
  float: right;
}

.section-box {
  margin-bottom: 20px;
  border: 1px solid #ebeae7;
  border-bottom-color: #ebeae7;
  border-radius: 4px;
  padding: 20px;
  background-color: #fff;
}

.similar-search-box {
  border: 1px solid #2cbcd9;
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
}
.similar-search-box__link {
  position: relative;
  display: block;
  padding: 16px 32px 16px 16px;
  text-align: center;
}
.similar-search-box__link::before {
  background-image: url("/assets/common/icon_arrow-5a023685.svg");
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
}
.similar-search-box__lead {
  margin-right: 16px;
  font-size: 16px;
}
.similar-search-box__lead, .similar-search-box__lead:link, .similar-search-box__lead:visited, .similar-search-box__lead:hover, .similar-search-box__lead:active, .similar-search-box__lead:focus {
  color: rgb(76.5, 76.5, 76.5);
}
.similar-search-box__condition {
  margin-top: 0.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.similar-search-box__button {
  margin: 0 16px;
  border-top: 1px dotted rgb(223.4090909091, 221.8295454545, 217.0909090909);
  padding: 16px 0;
  text-align: center;
}

.bnr-iwaikin-250x210 {
  display: block;
  padding: 12px;
  background: url("/assets/pc/iwaikin/iwaikin_section_line-29d0748d.png") repeat-x 0 0;
  background-color: #fff;
  border: 1px solid #ebeae7;
  border-radius: 4px;
}
.bnr-iwaikin-250x210:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bnr-iwaikin-250x210__head {
  font-size: 12px;
  color: #4d2900;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 12px;
}
.bnr-iwaikin-250x210__head > img {
  height: 14px;
}
.bnr-iwaikin-250x210__period {
  font-size: 12px;
  color: #4d2900;
  text-align: center;
}
.bnr-iwaikin-250x210__period > strong {
  color: #ff8a00;
  font-weight: bold;
}
.bnr-iwaikin-250x210__price-wrap {
  background: url("/assets/common/iwaikin/iwaikin-bg-d7033a71.gif");
  border-radius: 4px;
  padding: 12px;
}
.bnr-iwaikin-250x210__price {
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 8px 0;
  margin: 2px 0 4px;
}
.bnr-iwaikin-250x210__max {
  color: #ff8a00;
  font-size: 28px;
  margin: 0 2px;
}
.bnr-iwaikin-250x210__max-text {
  font-size: 12px;
  color: #4d2900;
  line-height: 1.1;
  display: block;
  align-self: center;
  font-weight: bold;
  margin-bottom: 4px;
}
.bnr-iwaikin-250x210__yen {
  font-size: 13px;
  color: #4d2900;
  font-weight: bold;
  line-height: 1;
  align-self: flex-end;
  margin-bottom: 2px;
}
.bnr-iwaikin-250x210__all {
  text-align: center;
  color: #4d2900;
  font-size: 14px;
}
.bnr-iwaikin-250x210__all > strong {
  font-weight: bold;
  color: #ff8a00;
}

.bnr-iwaikin-common-small {
  display: block;
  border: 1px solid #ff8a00;
  border-radius: 4px;
  background: url("/assets/common/iwaikin/iwaikin-bg-d7033a71.gif");
}
.bnr-iwaikin-common-small:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
.bnr-iwaikin-common-small__period {
  font-size: 12px;
  color: #4d2900;
  text-align: center;
}
.bnr-iwaikin-common-small__price {
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 2px 0;
  margin: 4px;
}
.bnr-iwaikin-common-small__max {
  color: #ff8a00;
  font-size: 30px;
  margin: 0 2px;
}
.bnr-iwaikin-common-small__max-text {
  font-size: 12px;
  color: #4d2900;
  line-height: 1.1;
  display: block;
  align-self: center;
  font-weight: bold;
}
.bnr-iwaikin-common-small__yen {
  font-size: 15px;
  color: #4d2900;
  font-weight: bold;
  line-height: 1;
  align-self: flex-end;
  margin-bottom: 2px;
}
.bnr-iwaikin-common-small__get {
  font-size: 15px;
  color: #ff8a00;
  font-weight: bold;
  line-height: 1;
  align-self: flex-end;
  margin-bottom: 2px;
}

.bnr-iwaikin-960x100 {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 12px 12px 8px 12px;
  background: url("/assets/pc/iwaikin/iwaikin_section_line-29d0748d.png") repeat-x 0 0;
  background-color: #fff;
  border: 1px solid #ebeae7;
  border-radius: 4px;
}
.bnr-iwaikin-960x100:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bnr-iwaikin-960x100__img {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  margin-right: 16px;
}
.bnr-iwaikin-960x100__img > img {
  height: 40px !important;
}
.bnr-iwaikin-960x100__head {
  font-size: 13px;
  color: #4d2900;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 12px;
}
.bnr-iwaikin-960x100__head > img {
  height: 14px;
}
.bnr-iwaikin-960x100__period {
  font-size: 14px;
  color: #4d2900;
  text-align: center;
}
.bnr-iwaikin-960x100__period > strong {
  color: #ff8a00;
  font-weight: bold;
}
.bnr-iwaikin-960x100__price-wrap {
  background: url("/assets/common/iwaikin/iwaikin-bg-d7033a71.gif");
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 252px);
  min-width: 550px;
  box-sizing: border-box;
}
.bnr-iwaikin-960x100__price {
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 8px 16px;
  margin-right: 16px;
}
.bnr-iwaikin-960x100__max {
  color: #ff8a00;
  font-size: 40px;
  margin: 0 2px;
}
.bnr-iwaikin-960x100__max-text {
  font-size: 14px;
  color: #4d2900;
  line-height: 1.1;
  display: block;
  align-self: center;
  font-weight: bold;
}
.bnr-iwaikin-960x100__yen {
  font-size: 18px;
  color: #4d2900;
  font-weight: bold;
  line-height: 1;
  align-self: flex-end;
  margin-bottom: 2px;
}
.bnr-iwaikin-960x100__all {
  color: #4d2900;
  font-size: 15px;
  text-align: left;
}
.bnr-iwaikin-960x100__all > strong {
  font-weight: bold;
  color: #ff8a00;
}
.bnr-iwaikin-960x100__present {
  font-size: 24px;
  line-height: 1.2;
  color: #ff8a00;
}
.bnr-iwaikin-960x100__button-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  padding-left: 12px;
}
.bnr-iwaikin-960x100__button {
  height: 44px;
  line-height: 39px;
  font-size: 16px;
  margin: 2px 0 8px 0;
}

.iwaikin-popup {
  box-sizing: border-box;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 110;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #ff8a00;
  border-radius: 4px;
  width: 351px;
  text-align: center;
  transform: translate(100%, 0);
  opacity: 0;
  transition: 0.6s;
}
.iwaikin-popup.active {
  transform: translate(0, 0);
  opacity: 1;
}
.iwaikin-popup__inner {
  border: 1px solid #fff;
  border-radius: 4px;
  background: url("/assets/common/iwaikin/iwaikin-bg-d7033a71.gif");
}
.iwaikin-popup__intro-text {
  margin-bottom: 12px;
  border-radius: 4px 4px 0 0;
  padding: 4px 0;
  background-color: #ff8a00;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.iwaikin-popup__intro-text strong {
  font-size: 20px;
}
.iwaikin-popup__link {
  margin-bottom: 9px;
}
.iwaikin-popup__link a {
  color: #00f;
}
.iwaikin-popup__detail-text {
  margin-bottom: 8px;
  text-shadow: -1px -1px #fff, 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, -1px 0 #fff;
  font-size: 16px;
  font-weight: bold;
  color: #4d2900;
}
.iwaikin-popup__detail-text strong {
  margin-right: 2px;
  margin-left: 2px;
  color: #ff8a00;
}
.iwaikin-popup__price-text {
  margin-bottom: 12px;
  text-shadow: -1px -1px #fff, 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, -1px 0 #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ff8a00;
}
.iwaikin-popup__price-text strong {
  font-size: 34px;
}
.iwaikin-popup__close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
}

.selectable-list {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.selectable-list li {
  float: left;
  margin-right: 5px;
}
.selectable-list li a {
  display: inline-block;
  padding: 3px 10px;
  color: #a39f96;
  text-decoration: none;
}
.selectable-list li a:hover, .selectable-list li a.is-selected {
  border-radius: 2em;
  background-color: #969186;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
}

#content-side #side .section .sNavMenu .sNavMenuIcon:before, #content-side #side .section .sNavMenu a:after, #content-side #side .section .sType01 .sTypeIcon:before {
  display: block;
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
}

.buildings-summary-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.buildings-summary-block__item {
  float: left;
}

.buildings-map {
  padding: 13px;
  background-color: #f9f7f5;
}
.buildings-map__control__left {
  float: left;
}
.buildings-map__control__right {
  float: right;
  width: 249px;
}
.buildings-map__control__right select {
  display: inline-block;
  width: 150px;
}
.buildings-map__view-selector {
  margin-bottom: 10px;
}
.buildings-map__view-selector p {
  display: inline-block;
  margin: 2px 20px 0 0;
  font-weight: bold;
  vertical-align: top;
}
.buildings-map__view-selector ul li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.buildings-map .buildings-map-station-select-label {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.buildings-map .buildings-map-canvas {
  margin-bottom: 20px;
  height: 400px;
}
.buildings-map .buildings-map-markers li {
  display: inline-block;
  margin-right: 10px;
}
.buildings-map .buildings-map-markers label {
  position: relative;
  margin-left: 5px;
  padding-left: 13px;
  vertical-align: middle;
}
.buildings-map .buildings-map-markers label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-top: 13px;
  width: 13px;
  height: 0;
  background-repeat: no-repeat;
}
.buildings-map .buildings-map-markers .buildings-map-marker-supermarket label::before {
  background-image: url("/assets/pc/buildings/map/icon_marker_supermarket_sm-97c0ef6f.svg");
}
.buildings-map .buildings-map-markers .buildings-map-marker-convenience label::before {
  background-image: url("/assets/pc/buildings/map/icon_marker_convenience_sm-0586434e.svg");
}
.buildings-map .buildings-map-markers .buildings-map-marker-restaurant label::before {
  background-image: url("/assets/pc/buildings/map/icon_marker_restaurant_sm-6162c551.svg");
}
.buildings-map .buildings-map-markers .buildings-map-marker-hospital label::before {
  background-image: url("/assets/pc/buildings/map/icon_marker_hospital_sm-7bd45dda.svg");
}
.buildings-map .buildings-map-markers .buildings-map-marker-bank label::before {
  background-image: url("/assets/pc/buildings/map/icon_marker_bank_sm-8ca635fa.svg");
}
.buildings-map .buildings-map-markers .buildings-map-marker-police label::before {
  background-image: url("/assets/pc/buildings/map/icon_marker_police_sm-ad691f61.svg");
}
.buildings-map .buildings-map-markers .buildings-map-marker-school label::before {
  background-image: url("/assets/pc/buildings/map/icon_marker_school_sm-403eeaf4.svg");
}
.buildings-map .gm-style-cc {
  display: none;
}

.breadcrumbs {
  margin: 8px auto 20px;
  padding: 0 16px;
  max-width: 1096px;
  font-size: 10px;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 8px;
}
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  margin-left: 8px;
  color: rgb(193.8, 193.8, 193.8);
}
.breadcrumbs li:last-child::after {
  content: "";
}

.bubbles-inquiry--down, .bubbles-inquiry--up, .bubbles-secondary--right-triangle, .bubbles-secondary, .bubbles-primary, .bubbles-default {
  position: relative;
}
.bubbles-inquiry--down::before, .bubbles-inquiry--up::before, .bubbles-secondary--right-triangle::before, .bubbles-secondary::before, .bubbles-primary::before, .bubbles-default::before, .bubbles-inquiry--down::after, .bubbles-inquiry--up::after, .bubbles-secondary--right-triangle::after, .bubbles-secondary::after, .bubbles-primary::after, .bubbles-default::after {
  content: "";
  position: absolute;
}
.bubbles-inquiry--down::before, .bubbles-inquiry--up::before, .bubbles-secondary--right-triangle::before, .bubbles-secondary::before, .bubbles-primary::before, .bubbles-default::before {
  z-index: 1;
}
.bubbles-inquiry--down::after, .bubbles-inquiry--up::after, .bubbles-secondary--right-triangle::after, .bubbles-secondary::after, .bubbles-primary::after, .bubbles-default::after {
  z-index: 0;
}

.bubbles-default {
  border: 1px solid #ebeae7;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 10px;
}
.bubbles-default::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-default::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-default::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: -8px;
  left: 0;
}
.bubbles-default::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: -9px;
  left: 0;
}

.bubbles-primary {
  border: 1px solid #dfded9;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 10px;
  background-color: #ebebeb;
}
.bubbles-primary::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: #ebebeb;
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-primary::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(211.3428571429, 209.9785714286, 203.1571428571);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-primary::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: #ebebeb;
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: -8px;
  left: 0;
}
.bubbles-primary::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(211.3428571429, 209.9785714286, 203.1571428571);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: -9px;
  left: 0;
}

.bubbles-secondary {
  border: 1px solid #ff8a00;
  background-color: #fefcfa;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 10px;
}
.bubbles-secondary::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: #fefcfa;
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-secondary::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(229.5, 124.2, 0);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-secondary::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: #fefcfa;
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: -8px;
  left: 0;
}
.bubbles-secondary::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(229.5, 124.2, 0);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: -9px;
  left: 0;
}

.bubbles-secondary--right-triangle {
  border: 1px solid #ff8a00;
  background-color: #fefcfa;
  border-radius: 4px;
  margin-right: 12px;
  padding: 20px;
}
.bubbles-secondary--right-triangle::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-color: transparent;
  border-right: 0;
  border-bottom-color: transparent;
  border-left-width: 8px;
  border-left-color: #fefcfa;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.bubbles-secondary--right-triangle::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-color: transparent;
  border-right: 0;
  border-bottom-color: transparent;
  border-left-width: 8px;
  border-left-color: rgb(229.5, 124.2, 0);
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.bubbles-secondary--right-triangle::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-color: transparent;
  border-right: 0;
  border-bottom-color: transparent;
  border-left-width: 8px;
  border-left-color: #fefcfa;
  width: 0;
  height: 0;
  top: 0;
  right: -8px;
  bottom: 0;
  left: auto;
}
.bubbles-secondary--right-triangle::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-color: transparent;
  border-right: 0;
  border-bottom-color: transparent;
  border-left-width: 8px;
  border-left-color: rgb(229.5, 124.2, 0);
  width: 0;
  height: 0;
  top: 0;
  right: -9px;
  bottom: 0;
  left: auto;
}

.bubbles-inquiry--down, .bubbles-inquiry--up {
  padding: 10px;
}
.bubbles-inquiry--down::before, .bubbles-inquiry--up::before, .bubbles-inquiry--down::after, .bubbles-inquiry--up::after {
  right: 10px;
  left: auto;
}
.bubbles-inquiry--down .bubbles-inquiry__inner, .bubbles-inquiry--up .bubbles-inquiry__inner {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #ebeae7;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #fff;
  vertical-align: middle;
}

.bubbles-inquiry--up {
  border: 1px solid #ebeae7;
  background-color: rgb(245.4, 251, 253.8);
  border-radius: 4px;
  margin-top: 18px;
}
.bubbles-inquiry--up::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top: 0;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-color: rgb(245.4, 251, 253.8);
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: -8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-inquiry--up::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top: 0;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: -9px;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-inquiry--up::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top: 0;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-color: rgb(245.4, 251, 253.8);
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: -8px;
  right: 10px;
  bottom: 0;
  left: 0;
}
.bubbles-inquiry--up::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top: 0;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: -9px;
  right: 10px;
  bottom: 0;
  left: 0;
}
.bubbles-inquiry--up::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top: 0;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-color: rgb(245.4, 251, 253.8);
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: -8px;
  right: 10px;
  bottom: auto;
  left: 0;
}
.bubbles-inquiry--up::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top: 0;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: -9px;
  right: 10px;
  bottom: auto;
  left: 0;
}
.bubbles-inquiry--up::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top: 0;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-color: rgb(245.4, 251, 253.8);
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: -8px;
  right: 10px;
  bottom: auto;
  left: auto;
}
.bubbles-inquiry--up::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top: 0;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: -9px;
  right: 10px;
  bottom: auto;
  left: auto;
}

.bubbles-inquiry--down {
  border: 1px solid #ebeae7;
  background-color: rgb(245.4, 251, 253.8);
  border-radius: 4px;
  margin-bottom: 18px;
}
.bubbles-inquiry--down::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(245.4, 251, 253.8);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-inquiry--down::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.bubbles-inquiry--down::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(245.4, 251, 253.8);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 10px;
  bottom: 0;
  left: 0;
}
.bubbles-inquiry--down::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 10px;
  bottom: 0;
  left: 0;
}
.bubbles-inquiry--down::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(245.4, 251, 253.8);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 10px;
  bottom: -8px;
  left: 0;
}
.bubbles-inquiry--down::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 10px;
  bottom: -9px;
  left: 0;
}
.bubbles-inquiry--down::before {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(245.4, 251, 253.8);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 10px;
  bottom: -8px;
  left: auto;
}
.bubbles-inquiry--down::after {
  display: block;
  margin: auto;
  border: 8px solid transparent;
  border-top-width: 8px;
  border-top-color: rgb(223.4090909091, 221.8295454545, 217.0909090909);
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
  width: 0;
  height: 0;
  top: auto;
  right: 10px;
  bottom: -9px;
  left: auto;
}

#dialog-overlay,
.dialog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10100;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.dialog {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10200;
  margin: 30px auto;
}
.dialog__btn-close {
  position: absolute;
  top: -11px;
  right: -11px;
}
.dialog__body {
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

.dialog-overlay .dialog {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 900px;
}

.favorite-compare__feature-trigger {
  background: none;
  border: none;
  padding: 0;
  color: #329cd1;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}
.favorite-compare__feature-trigger:hover {
  text-decoration: underline;
}

.label {
  display: inline-block;
  border-radius: 2em;
  padding: 3px 7px 2px;
  background-color: #2cbcd9;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

.label-property-item {
  display: inline-block;
  border-radius: 2px;
  padding: 2px 5px;
  min-width: 40px;
  background-color: rgb(251.4, 247, 242.6);
  text-align: center;
  color: rgb(112.2, 112.2, 112.2);
}

/*doc
---
title: table
name: table
category: components
---
```haml_example
%table.table-primary
  %tr
    %th cell
    %td cell
  %tr
    %th cell
    %td cell
%br
%table.table-secondary
  %tr
    %th cell
    %th cell
  %tr
    %td cell
    %td cell
```
*/
.table-primary {
  border: 1px solid #ebeae7;
  width: 100%;
}
.table-primary th {
  border: 1px solid #ebeae7;
  padding: 7px 10px;
  width: 118px;
  background-color: #f9f7f5;
  font-weight: normal;
  text-align: left;
  color: rgb(103.275, 103.275, 103.275);
}
.table-primary td {
  border: 1px solid #ebeae7;
  padding: 7px 10px;
  text-align: left;
}

.table-secondary {
  border: 1px solid #ebeae7;
  width: 100%;
}
.table-secondary th {
  border: 1px solid #ebeae7;
  padding: 7px;
  background-color: #f9f7f5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  color: rgb(103.275, 103.275, 103.275);
}
.table-secondary td {
  border-top: 1px solid #ebeae7;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}

.table--clickable tbody tr:hover {
  background-color: rgb(255, 243.3, 229.5);
  cursor: pointer;
}

.table--selectable .is-selected {
  background-color: rgb(255, 243.3, 229.5);
}
.table--selectable td.table-checkbox {
  background-color: rgb(247.8, 252, 254.1);
}

table .is-selected {
  background-color: rgb(255, 243.3, 229.5);
}

.building-slider {
  position: relative;
}
.building-slider .building-slider__btn-prev, .building-slider .building-slider__btn-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  width: 32px;
  height: 100px;
  background-color: #f5f8fa;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.building-slider .building-slider__btn-prev:hover, .building-slider .building-slider__btn-next:hover {
  opacity: 1;
}
.building-slider .is-disabled.building-slider__btn-prev, .building-slider .is-disabled.building-slider__btn-next {
  opacity: 0;
  pointer-events: none;
}
.building-slider__btn-next {
  right: 0;
  border-radius: 8px 0 0 8px;
}
.building-slider__btn-prev {
  left: 0;
  border-radius: 0 8px 8px 0;
}
.building-slider__view {
  overflow: hidden;
}
.building-slider__slider {
  font-size: 14px;
  transition: all 0.6s;
  transform: translate(0, 0);
}
.building-slider__slider.swiper-wrapper {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.building-slider__slider-block {
  float: left;
}
.building-slider__slider-block.swiper-slide {
  float: none;
  flex-shrink: 0;
  width: auto;
}
.building-slider__item {
  float: left;
  margin-right: 10px;
  width: 154px;
  background-color: #fff;
  font-size: 12px;
}
.building-slider__image {
  text-align: center;
}
.building-slider__summary {
  padding: 10px;
  min-height: 110px;
  color: rgb(76.5, 76.5, 76.5);
}
.building-slider__summary-price {
  display: inline-block;
  font-weight: bold;
  color: #ff8a00;
}
.building-slider__summary-price strong {
  font-size: 16px;
}
.building-slider__link-area {
  display: block;
  text-decoration: none;
  transition: opacity 0.5s;
}
.building-slider__link-area:hover {
  text-decoration: none;
  opacity: 0.7;
}
.building-slider__link {
  display: block;
  overflow: hidden;
  position: relative;
  border-top: 1px dotted rgb(223.4090909091, 221.8295454545, 217.0909090909);
  padding: 12px 32px 12px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.building-slider__link::before {
  background-image: url("/assets/common/icon_arrow-5a023685.svg");
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
}
.building-slider__link span {
  vertical-align: middle;
}
.building-slider__sub {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #999999;
}
.building-slider__station {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.building-slider__label {
  display: inline-block;
  margin-right: 4px;
  border-radius: 2em;
  padding: 3px 7px 2px;
  background-color: #2cbcd9;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
}

#push-container {
  font-size: 14px;
  position: fixed;
  z-index: 2258594000;
  width: 480px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 500ms 0s linear;
  -webkit-font-smoothing: initial;
}
#push-container #push-dialog {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.22) !important;
  background: #fff !important;
  padding: 0.8em;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-family: Roboto, Noto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
#push-container #push-dialog .popover-body {
  box-sizing: border-box;
  margin: 0;
}
#push-container #push-dialog .popover-body .popover-body-icon {
  box-sizing: border-box;
  float: left;
  width: 60px;
  height: 60px;
  position: relative;
}
#push-container #push-dialog .popover-body .popover-body-message {
  box-sizing: border-box;
  padding: 0 0 0 0.5em;
  float: left;
  width: calc(100% - 60px);
  font-size: 1.143em;
  line-height: 1.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  color: #666 !important;
}
#push-container #push-dialog .popover-footer {
  position: relative;
  margin: 0.75em 1em 0.75em 0;
}
#push-container #push-dialog .popover-footer #push-allow-button {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  background: #4285f4 !important;
  color: #fff !important;
  float: right;
  padding: 0.5em 1.75em;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 400;
}
#push-container #push-dialog .popover-footer #push-cancel-button {
  box-shadow: none;
  background: #fff !important;
  color: #4285f4 !important;
  float: right;
  padding: 0.5em 1.75em;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 400;
}

.aside-box {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.aside-box .aside-box-section {
  margin-bottom: 15px;
}
.aside-box .aside-box-section:last-child {
  margin-bottom: 0;
}

.aside-box-list-col3, .aside-box-list-col3-suggest, .aside-box-list-col4 {
  overflow: hidden;
  margin-right: -16px;
}
.aside-box-list-col3:last-child, .aside-box-list-col3-suggest:last-child, .aside-box-list-col4:last-child {
  margin-bottom: 0;
}
.aside-box-list-col3 li, .aside-box-list-col3-suggest li, .aside-box-list-col4 li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 5px;
  width: 178px;
  vertical-align: top;
  font-size: 12px;
}

.aside-box-list-col4 li {
  width: 150px;
}

.aside-box-list-col3-suggest li {
  width: 245px;
}

.aside-related-link-box__row {
  margin-bottom: 10px;
  padding-top: 8px;
  border-top: 1px dotted rgb(223.4090909091, 221.8295454545, 217.0909090909);
}
.aside-related-link-box__row__term {
  float: left;
  margin-right: 16px;
  width: 60px;
  font-size: 10px;
  font-weight: bold;
  vertical-align: top;
}
.aside-related-link-box__row__list {
  overflow: hidden;
}
.aside-related-link-box__row__list li {
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
  font-size: 12px;
}
.aside-related-link-box > .aside-related-link-box__row:first-child, .aside-related-link-box-col5 > .aside-related-link-box__row:first-child, .aside-related-link-box-col4 > .aside-related-link-box__row:first-child {
  border-top: none;
  padding-top: 0;
}

.aside-related-link-box-col4 .aside-related-link-box__row__list {
  vertical-align: middle;
}
.aside-related-link-box-col4 .aside-related-link-box__row__list li {
  width: 158px;
}

.aside-related-link-box-col5 .aside-related-link-box__row__list li {
  width: 123px;
}

#site-header {
  /* 引越し記事コンテンツ用ヘッダー */
}
#site-header .site-header-primary {
  margin: auto;
  padding: 0 16px;
  max-width: 1096px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#site-header .site-header-primary > a {
  float: left;
  display: block;
  margin: 12px 0 11px;
}
#site-header .site-logo_wrap {
  display: inline-block;
  width: 20%;
}
#site-header .site-logo_wrap .site-name {
  margin-top: 3px;
  font-weight: 700;
  font-size: 10px;
  color: #C2C2C2;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.52em;
}
#site-header .global-nav {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#site-header .global-nav__primary {
  font-size: 14px;
  display: flex;
}
#site-header .global-nav__primary li {
  float: left;
  margin-right: 30px;
}
#site-header .global-nav__primary a, #site-header .global-nav__primary a:link, #site-header .global-nav__primary a:visited, #site-header .global-nav__primary a:hover, #site-header .global-nav__primary a:active, #site-header .global-nav__primary a:focus {
  color: rgb(76.5, 76.5, 76.5);
}
#site-header .global-nav__secondary {
  display: flex;
}
#site-header .global-nav__secondary__badge {
  position: absolute;
  top: 5px;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: inline-block;
  border-radius: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #ff8a00;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-shadow: none;
  line-height: 20px;
}
#site-header .global-nav__secondary li {
  float: left;
  border-right: 1px solid #ebeae7;
}
#site-header .global-nav__secondary li:first-child {
  border-left: 1px solid #ebeae7;
}
#site-header .global-nav__secondary a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: center;
  transition: opacity 0.5s;
}
#site-header .global-nav__secondary a, #site-header .global-nav__secondary a:link, #site-header .global-nav__secondary a:visited, #site-header .global-nav__secondary a:hover, #site-header .global-nav__secondary a:active, #site-header .global-nav__secondary a:focus {
  color: rgb(76.5, 76.5, 76.5);
}
#site-header .global-nav__secondary a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#site-header .global-nav__secondary i {
  width: 3em;
  height: 3em;
}
#site-header .moving_estimates_articles_header {
  padding: 6px 12px;
}

#sub-header .page-description {
  padding: 12px 16px 10px;
  background-color: #fff;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1096px;
  margin: 0 auto;
  align-items: center;
}
#sub-header .page-description__wrap {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}
#sub-header .page-description .name {
  color: #AEAEAE;
  font-size: 10px;
}
#sub-header .page-description .genre-primary {
  font-size: 11px;
  display: block;
  color: #717171;
  margin-left: 16px;
  margin-right: 12px;
}
#sub-header .page-description .header-top__genre {
  display: flex;
  align-items: center;
}
#sub-header .page-description .header-top__list {
  display: flex;
}
#sub-header .page-description .header-top__list__item {
  font-size: 13px;
  border-radius: 4px;
  margin-right: 8px;
}
#sub-header .page-description .header-top__list__item:last-child {
  margin-right: 0;
}
#sub-header .page-description .header-top__list__item .btn-header-only {
  padding: 7px 12px 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  box-shadow: 0 -3px 0 0 #e6e6e6 inset;
  transition: opacity 0.5s;
  color: #4d4d4d;
}
#sub-header .page-description .header-top__list__item .btn-header-only:hover {
  opacity: 0.7;
  text-decoration: none;
}

#site-footer .site-footer-primary {
  margin: auto;
  padding: 36px 16px 0;
  max-width: 1096px;
}
#site-footer .site-footer-primary__inner, #site-footer .site-footer-primary__inner a {
  color: #fff;
}
@media only screen and (max-width: 1136px) {
  #site-footer .site-footer-primary img {
    max-width: 100%;
    height: auto;
  }
}
#site-footer .site-footer-section {
  margin-bottom: 15px;
}
#site-footer .site-footer-guide, #site-footer .site-footer-banner, #site-footer .site-footer-about, #site-footer .site-footer-section-border {
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
#site-footer .site-footer-about {
  display: flex;
  align-items: center;
}
#site-footer .site-footer-about .site-logo {
  float: left;
  margin-right: 55px;
}
#site-footer .site-footer-about .site-footer-description {
  overflow: hidden;
  width: calc(100% - 235px);
}
#site-footer .site-footer-about .site-footer-description h2 {
  margin-bottom: 10px;
  font-size: 14px;
}
#site-footer .site-footer-banner {
  text-align: center;
}
#site-footer .site-footer-guide h2 {
  margin-bottom: 7px;
  font-size: 16px;
}
#site-footer .site-footer-guide-row--col {
  position: relative;
  float: left;
  width: 540px;
}
#site-footer .site-footer-guide-row--col:first-child {
  margin-right: 16px;
}
@media only screen and (max-width: 1136px) {
  #site-footer .site-footer-guide-row--col {
    width: calc(50% - 8px);
  }
}
#site-footer .site-footer-guide-box {
  border-radius: 8px;
  padding: 15px;
  min-height: 195px;
  background-color: #fff;
  color: rgb(76.5, 76.5, 76.5);
}
#site-footer .site-footer-guide-box h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
#site-footer .site-footer-guide-box ul {
  margin-bottom: 20px;
}
#site-footer .site-footer-guide-box ul:last-child {
  margin-bottom: 0;
}
#site-footer .site-footer-guide-box a {
  color: #2cbcd9;
}
#site-footer .site-footer-guide-area-list > li {
  clear: both;
}
#site-footer .site-footer-guide-area-list > li strong {
  float: left;
  margin-right: 10px;
  width: 72px;
}
#site-footer .site-footer-guide-area-list > li strong, #site-footer .site-footer-guide-area-list > li strong a {
  color: rgb(76.5, 76.5, 76.5);
  font-weight: normal;
}
#site-footer .site-footer-anchors .site-footer-anchors-link-list li, #site-footer .site-footer-guide-list li {
  display: inline-block;
  margin-right: 4px;
}
#site-footer .site-footer-anchors .site-footer-anchors-link-list li::after, #site-footer .site-footer-guide-list li::after {
  content: "|";
  margin-left: 4px;
  color: #2cbcd9;
}
#site-footer .site-footer-anchors .site-footer-anchors-link-list li:last-child::after, #site-footer .site-footer-guide-list li:last-child::after {
  content: "";
}
#site-footer .site-footer-guide-list {
  overflow: hidden;
}
#site-footer .site-footer-anchors h2 {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#site-footer .site-footer-secondary {
  background-color: #257db7;
}
#site-footer .site-footer-secondary__inner {
  margin: 0 auto;
  padding: 16px;
  max-width: 1096px;
}
#site-footer .site-footer-secondary small {
  float: left;
  color: #fff;
}
#site-footer .site-footer-secondary ul {
  float: right;
  white-space: nowrap;
}
#site-footer .site-footer-secondary ul li {
  display: inline;
}
#site-footer .site-footer-secondary ul li, #site-footer .site-footer-secondary ul li a {
  padding-right: 5px;
  color: #fff;
}
#site-footer .site-footer-secondary .site-footer-own-company-link-list {
  margin: 25px 215px 0px 0px;
}
#site-footer .site-footer-secondary .site-footer-own-company-link-list ul li {
  display: inline;
}
#site-footer .site-footer-secondary .site-footer-own-company-link-list ul li::after {
  content: "/";
}
#site-footer .site-footer-secondary .site-footer-own-company-link-list ul li:last-child::after {
  content: "";
}
#site-footer .site-footer-secondary .site-footer-own-company-link-list ul li, #site-footer .site-footer-secondary .site-footer-own-company-link-list ul li a {
  padding-right: 5px;
  color: #fff;
}
#site-footer .site-footer-secondary .site-footer-own-company-link-list ul .own-company-link-title {
  font-weight: bold;
}
#site-footer .site-footer-secondary .site-footer-own-company-link-list ul .own-company-link-title::after {
  content: "";
}

#content-side .side-box {
  margin-bottom: 20px;
  border: 1px solid #ebeae7;
  border-radius: 4px;
  background-color: #fff;
}
#content-side .side-box__head {
  margin: -1px -1px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 13px 10px 8px;
  background-color: #2cbcd9;
  color: #fff;
  font-size: 117%;
  font-weight: bold;
  text-align: center;
}
#content-side .side-box__body {
  padding: 10px;
  border-radius: 0 0 4px 4px;
}
#content-side .side-box-condition {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
#content-side #contents {
  padding-top: 20px;
}
#content-side #side.modFlLeft {
  width: 223px;
}
#content-side #side.modFlRight {
  width: 202px;
}
#content-side #side .side-box,
#content-side #side form > .side-box {
  margin-bottom: 20px;
  border: 1px solid #e8e7e7;
  border-bottom-color: #bdbbbb;
  border-radius: 5px;
  box-shadow: 0px 1px 0px #e8e7e7;
  background: #fff;
}
#content-side #side .section {
  /*.section-in {
      padding: 10px;
      background-color: #f9f7f5;
      &:last-child {
          border-radius: 5px;
      }
  }*/
}
#content-side #side .section p {
  margin-bottom: 10px;
}
#content-side #side .section .sType01 {
  margin: -1px -1px 0;
  padding: 13px 10px 8px;
  border-bottom: 4px solid rgb(32.0481927711, 153.4939759036, 177.9518072289);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #2cbcd9;
  color: #fff;
  font-size: 117%;
  font-weight: bold;
  text-align: center;
}
#content-side #side .section .sType01 .sTypeIcon {
  position: relative;
  display: inline-block;
  padding-left: 27px;
}
#content-side #side .section .sType01 .sTypeIcon:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  padding-top: 25px;
}
#content-side #side .section .sNavMenu {
  border-top: 1px solid #e2e2e2;
  font-weight: bold;
}
#content-side #side .section .sNavMenu li {
  border-bottom: 1px solid #e2e2e2;
}
#content-side #side .section .sNavMenu a {
  position: relative;
  display: block;
  padding: 10px 32px 10px 10px;
}
#content-side #side .section .sNavMenu a:link, #content-side #side .section .sNavMenu a:visited, #content-side #side .section .sNavMenu a:hover, #content-side #side .section .sNavMenu a:active {
  color: #3d3d3d;
}
#content-side #side .section .sNavMenu a:hover {
  background-color: #f9f9f9;
  color: #2cbcd9;
  text-decoration: none;
}
#content-side #side .section .sNavMenu a:after {
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 22px;
  padding-top: 22px;
  background: url("/assets/pc/inquiries/parts_icon-99a1cf07.png") 0 -107px no-repeat;
}
#content-side #side .section .sNavMenu .sNavMenuIcon {
  padding-left: 42px;
}
#content-side #side .section .sNavMenu .sNavMenuIcon:before {
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 22px;
  padding-top: 22px;
  background-repeat: no-repeat;
}
#content-side #side .section .sNavMenu .sNavMenuIcon.sNavMenuIconLine:before {
  background-position: 0 0;
}
#content-side #side .section .sNavMenu .sNavMenuIcon.sNavMenuIconArea:before {
  background-position: 0 -22px;
}
#content-side #side .section .sNavMenu .sNavMenuIcon.sNavMenuIconLatlng:before {
  background-position: 0 -44px;
}
#content-side #side .side-structure-list {
  padding: 5px 10px;
  border-bottom: 1px solid #d5d5d5;
}
#content-side #side .side-structure-list .is-active {
  font-weight: bold;
}
#content-side #side .side-structure-list li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d5d5d5;
}
#content-side #side .side-structure-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#content-side #side .side-structure-list .side-structure-list-pos-2 {
  margin-left: 10px;
}
#content-side #side .side-structure-list .side-structure-list-pos-3 {
  margin-left: 20px;
}
#content-side #side .side-structure-list .side-structure-list-pos-4 {
  margin-left: 30px;
}
#content-side #side .side-structure-list .side-structure-list-pos-5 {
  margin-left: 40px;
}
#content-side .side-box-nav {
  font-weight: bold;
}
#content-side .side-box-nav li {
  border-top: 1px solid #ebeae7;
}
#content-side .side-box-nav a {
  position: relative;
  display: block;
  padding: 10px 32px 10px 10px;
}
#content-side .side-box-nav a:link, #content-side .side-box-nav a:visited, #content-side .side-box-nav a:hover, #content-side .side-box-nav a:active {
  color: rgb(76.5, 76.5, 76.5);
}
#content-side .side-box-nav a:hover {
  background-color: #f9f7f5;
  color: #2cbcd9;
  text-decoration: none;
}
#content-side .side-box-nav a::after {
  width: 1.2em;
  height: 1.2em;
  background-image: url("/assets/common/icon_arrow-5a023685.svg");
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: auto;
  margin: auto;
  opacity: 0.3;
}
#content-side .side-box-nav a i {
  margin-right: 10px;
}
