@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

:root {
  --balloon-border-radius: 2px;
  --balloon-color: #c9ba88;
  --balloon-text-color: #fff;
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  position: relative;
  cursor: pointer;
}
[aria-label][data-balloon-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--balloon-font-size);
  background: var(--balloon-color);
  border-radius: 2px;
  color: var(--balloon-text-color);
  border-radius: var(--balloon-border-radius);
  content: attr(aria-label);
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}
[aria-label][data-balloon-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}
[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}
[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}
[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}
[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}
[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos*=-left]:after {
  left: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*=-left]:before {
  left: 5px;
}
[aria-label][data-balloon-pos][data-balloon-pos*=-right]:after {
  right: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*=-right]:before {
  right: 5px;
}
[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:after, [aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:before, [aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos^=up]:before, [aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
  bottom: 100%;
  transform-origin: top;
  transform: translate(0, var(--balloon-move));
}
[aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
  margin-bottom: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos=up]:before, [aria-label][data-balloon-pos][data-balloon-pos=up]:after {
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
}
[aria-label][data-balloon-pos][data-balloon-pos^=down]:before, [aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}
[aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
  margin-top: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos^=down]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-pos=down]:after, [aria-label][data-balloon-pos][data-balloon-pos=down]:before {
  left: 50%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}
[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
  transform: translate(0, -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
  transform: translate(0, -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos=left]:after, [aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
  margin-right: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-pos=right]:after, [aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
  margin-left: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-length]:after {
  white-space: normal;
}
[aria-label][data-balloon-pos][data-balloon-length=small]:after {
  width: 80px;
}
[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
  width: 150px;
}
[aria-label][data-balloon-pos][data-balloon-length=large]:after {
  width: 260px;
}
[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
  width: 380px;
}
@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    width: 90vw;
  }
}
[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
  width: 100%;
}

/* =============================================================================
   variable
============================================================================= */
@font-face {
  font-family: "CustomYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "CustomYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
/* =============================================================================
   clearfix
============================================================================= */
/* =============================================================================
   media queries
============================================================================= */
/* =============================================================================
   variable
============================================================================= */
@font-face {
  font-family: "CustomYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "CustomYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
/* =============================================================================
   clearfix
============================================================================= */
/* =============================================================================
   media queries
============================================================================= */
/* =============================================================================
   mixins
============================================================================= */
/* ----------------------------------------------
   clearfix
---------------------------------------------- */
/* ----------------------------------------------
   list reset default style
---------------------------------------------- */
body {
  font-family: "Noto Sans JP", CustomYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #555752;
  background-color: #ffffff;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

img {
  max-width: 100%;
  line-height: 1;
  vertical-align: top;
  flex-grow: 1;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  img {
    height: auto;
  }
}

p {
  margin: 0;
}

a {
  color: #555752;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.layout-maincontent {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1080px;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-maincontent {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-textcontent {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 800px;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-textcontent {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-maincontent .layout-textcontent {
  padding-left: 0;
  padding-right: 0;
}
.layout-globalheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10110;
  width: 100%;
  background: #f7f5f1;
  line-height: 2.14;
  box-shadow: 0 0 6px rgba(7, 0, 2, 0.15);
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalheader {
    position: relative;
    box-shadow: none;
  }
}
.layout-globalheader__inner {
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .layout-globalheader__inner {
    padding: 12px 0;
    height: auto;
  }
}
@media all and (min-width: 768px) {
  .layout-globalheader__inner {
    padding: 20px 0;
  }
}
@media all and (min-width: 1081px) {
  .layout-globalheader__inner {
    width: 1080px;
  }
}
.layout-globalheader__logo {
  margin: 0;
  padding: 2px 0 0 15px;
  font-size: 1em;
  width: 170px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalheader__logo {
    padding: 0;
    width: auto;
  }
}
.layout-globalheader__contact.mod-btn {
  right: 0;
  margin: auto 0 auto auto;
  font-size: 13px;
}
.layout-globalheader__contact.mod-btn::after {
  content: none;
}
.layout-globalheader__menubtn {
  display: none;
  flex-direction: column;
  appearance: none;
  outline: none;
  height: 48px;
  width: 40px;
  padding: 6px 10px;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (max-width: 560px) {
  .layout-globalheader__menubtn {
    display: flex;
  }
}
.layout-globalheader__menubtn .hamburger-box {
  width: 20px;
  height: 34px;
}
.layout-globalheader__menubtn .hamburger-inner,
.layout-globalheader__menubtn .hamburger-inner:after,
.layout-globalheader__menubtn .hamburger-inner:before {
  height: 2px;
  border-radius: 2px;
  background-color: #363636;
}
.layout-globalheader__menubtn .hamburger-inner {
  width: 10px;
  top: 25px;
}
.layout-globalheader__menubtn .hamburger-inner:before {
  width: 15px;
  top: -6px;
}
.layout-globalheader__menubtn .hamburger-inner:after {
  width: 20px;
  top: -12px;
}
.layout-globalheader__menubtn .hamburger-label {
  font-size: 10px;
  font-weight: 900;
  color: #363636;
}
.layout-globalnav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10110;
  width: 100%;
  background: #24201d;
  box-shadow: 0 0 6px rgba(7, 0, 2, 0.15);
  line-height: 2.14;
}
.layout-globalnav.sticky-fixed.is-sticky {
  position: fixed;
  backface-visibility: hidden;
}
.layout-globalnav.sticky-fixed.is-sticky:not([style*=margin-top]) {
  margin-top: 0 !important;
}
.layout-globalnav.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
  margin-bottom: 0 !important;
}
.layout-globalnav.sticky-fixed.is-absolute {
  position: absolute;
}
.layout-globalnav__inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 53px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .layout-globalnav__inner {
    width: 1080px;
  }
}
.layout-globalnav__link {
  display: block;
  padding: 1em 1.5em;
  color: #eee;
  text-decoration: none;
  font-size: 13px;
}
.layout-globalnav__link:hover {
  text-decoration: underline;
}
.layout-globalspnav__inner {
  transition: transform 0.4s ease;
  will-change: transform;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  overflow-scrolling: touch;
  width: 75%;
  height: 100%;
  background: #f9f9f9;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10100;
}
.layout-globalspnav__inner .nav-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.layout-globalspnav__inner .nav-header .logo {
  display: inline-block;
}
.layout-globalspnav__inner .nav-header .logo a {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.layout-globalspnav__inner .nav-header .search a {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  justify-content: flex-end;
  color: #1a1a1a;
}
.layout-globalspnav__inner .nav-header .search a:before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-image: url("/images/common/search-black.svg");
  background-size: cover;
}
.layout-globalspnav__inner .nav-footer {
  padding: 12px 16px;
  background-color: #f9f9f9;
}
.layout-globalspnav__inner .nav-footer .button-primary {
  padding: 12px 16px;
}
.layout-globalspnav__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10050;
  cursor: pointer;
  transition: 0.2s opacity, visibility 0.4s ease;
  will-change: opacity, visibility;
  visibility: hidden;
  opacity: 0;
}
.layout-globalspnav.is-active .layout-globalspnav__inner {
  transform: translateX(0);
}
.layout-globalspnav.is-active .layout-globalspnav__overlay {
  display: block;
  visibility: visible;
  opacity: 1;
}
.layout-globalspnav__menu {
  overflow-y: scroll;
  height: 70vh;
  padding-bottom: 48px;
}
.layout-globalspnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 16px;
  overflow-y: scroll;
}
.layout-globalspnav__list .title {
  margin: 24px 0 4px;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.5;
}
.layout-globalspnav__item .tta_parent_language_link_mobile a {
  vertical-align: middle;
}
.layout-globalspnav__item .tta_parent_language_link_mobile a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/images/common/icon-translate.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.layout-globalspnav__link {
  display: block;
  padding: 8px 4px;
  color: #1a1a1a;
  font-size: 14px;
  text-decoration: none;
}
.layout-globalspnav__link.favorite {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: #1a1a1a;
  font-weight: 900;
}
.layout-globalspnav__link.favorite:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-image: url(/images/common/icon-pin.svg);
  background-size: cover;
}
.layout-globalspnav__logo {
  margin-top: 70px;
}
.layout-globalspnav__contact.mod-btn {
  display: block;
  margin-top: 30px;
  padding: 0.8em;
  font-size: 14px;
}
.layout-globalfooter {
  margin: 0 auto;
  padding: 35px 10px 85px;
  background-color: #363636;
  color: #fff;
  line-height: 2.14;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalfooter {
    padding: 55px 0;
  }
}
.layout-globalfooter__inner {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalfooter__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 340px;
    grid-template-columns: 1fr 1fr 1fr 340px;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
}
@media all and (min-width: 768px) {
  .layout-globalfooter__inner {
    flex-direction: row;
  }
}
@media all and (min-width: 1081px) {
  .layout-globalfooter__inner {
    width: 1080px;
  }
}
.layout-globalfooter__sitemap {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalfooter__sitemap {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 4;
    -ms-grid-column-span: 3; /* MS対策(手動) */
    -ms-grid-row: 1;
    grid-row: 1;
    grid-row-end: 3;
    -ms-grid-row-span: 2; /* MS対策(手動) */
    display: flex;
  }
}
.layout-globalfooter__sitemapcategory {
  margin-top: 1em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalfooter__sitemapcategory {
    flex: 1 0 auto;
    margin-top: 0;
    padding-right: 1em;
  }
}
.layout-globalfooter__sitemaptitle {
  margin: 0 0 0.5em;
  font-size: 12px;
}
.layout-globalfooter__sitemaplist {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.layout-globalfooter__sitemaplink {
  color: #ddd;
  text-decoration: none;
  font-size: 12px;
}
.layout-globalfooter__sitemaplink:hover {
  text-decoration: underline;
}
.layout-globalfooter__mlregist {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media all and (min-width: 768px) {
  .layout-globalfooter__mlregist {
    margin-left: 40px;
    -ms-grid-column: 4;
    grid-column-start: 4;
    grid-column-end: 5;
    -ms-grid-column-span: 1; /* MS対策(手動) */
    -ms-grid-row: 1;
    grid-row: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1; /* MS対策(手動) */
  }
}
.layout-globalfooter__info > .layout-globalfooter__mlregist {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 35px;
}
.layout-globalfooter__mlregist--wrap {
  position: relative;
  overflow: hidden;
}
.layout-globalfooter__mlregisttitle {
  margin: 0 0 1em;
  font-size: 12px;
  font-weight: normal;
}
.layout-globalfooter__mlregist .mc-field-group {
  position: relative;
  float: left;
  font-size: 12px;
  width: 75%;
}
.layout-globalfooter__mlregist .mc-field-group input {
  position: relative;
  appearance: none;
  padding: 0 1em;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 40px;
  vertical-align: middle;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalfooter__mlregist .mc-field-group input {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}
.layout-globalfooter__mlregist #mc-embedded-subscribe {
  float: right;
  appearance: none;
  padding: 0;
  width: 24%;
  border: none;
  border-radius: 2px;
  background-image: linear-gradient(0deg, #98895b, #b0a06a);
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalfooter__mlregist #mc-embedded-subscribe {
    font-size: 12px;
    line-height: 30px;
  }
}
.layout-globalfooter__mlregist #mc-embedded-subscribe:hover {
  cursor: pointer;
  background-image: linear-gradient(0deg, #b0a06a, #98895b);
}
.layout-globalfooter #mc_embed_signup div.mce_inline_error {
  margin-bottom: 0;
  background: transparent;
  color: #f00;
}
.layout-globalfooter #mce-success-response {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}
.layout-globalfooter #mc_embed_signup_scroll {
  overflow: hidden;
}
.layout-globalfooter__copyright {
  margin-top: 25px;
  font-size: 10px;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .layout-globalfooter__copyright {
    margin-left: 40px;
    -ms-grid-column: 4;
    grid-column-start: 4;
    grid-column-end: 5;
    -ms-grid-column-span: 1; /* MS対策(手動) */
    -ms-grid-row: 2;
    grid-row: 2;
    grid-row-end: auto;
    -ms-grid-row-span: 1; /* MS対策(手動) */
    margin-top: 0;
    font-size: 11px;
    text-align: left;
  }
}

/* =============================================================================
   Utility
============================================================================= */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} /* ----------------------------------------------
   mobile以下の時、mobileより大きい時
---------------------------------------------- */
@media only screen and (max-width: 479px) {
  .mod-over-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) {
  .mod-mobile-orless {
    display: none !important;
  }
}
/* ----------------------------------------------
   phablet以下の時、phabletより大きい時
---------------------------------------------- */
@media only screen and (max-width: 767px) {
  .mod-over-phablet {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .mod-phablet-orless {
    display: none !important;
  }
}
/* ----------------------------------------------
   tablet以下の時、tabletより大きい時
---------------------------------------------- */
@media only screen and (max-width: 1080px) {
  .mod-over-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1081px) {
  .mod-tablet-orless {
    display: none !important;
  }
}
/* ----------------------------------------------
   desktop-sml以下の時、desktop-smlより大きい時
---------------------------------------------- */
@media only screen and (max-width: 1199px) {
  .mod-over-desktop-s {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mod-desktop-s-orless {
    display: none !important;
  }
}
/* =============================================================================
   modules
============================================================================= */
.mod- {
  /* ---------------------------------------------- */ /*
---
name: Buttons
---
*/
  /* ---------------------------------------------- */ /*
---
name: Page Title
---
*/
  /* ---------------------------------------------- */ /*
---
name: Titles
---
*/
  /* ---------------------------------------------- */ /*
---
name: Lists
---
*/
  /* ---------------------------------------------- */ /*
---
name: Multi column box
---
*/
  /* ---------------------------------------------- */ /*
---
name: Table
---
*/
  /* ---------------------------------------------- */ /*
---
name: Form
---
*/
  /* ----------------------------------------------
     ページネーション kaminari
  ---------------------------------------------- */
}
.mod-btn {
  position: relative;
  display: inline-block;
  padding: 0.3em 1.5em;
  border: 1px solid #b0a06a;
  border-radius: 2px;
  background-color: #215390;
  background-image: linear-gradient(0deg, #1d497d, rgba(33, 83, 144, 0.7));
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background-color 200ms;
  cursor: pointer;
}
.mod-btn::after {
  content: "\f054";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #215390;
}
.mod-btn:hover {
  background-color: #e9f1fa;
}
.mod-btn__pagetop {
  margin: 3em auto 0;
  text-align: center;
}
.mod-btn__pagetoplink {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.5em 1.5em;
  text-decoration: none;
  border-bottom: 1px solid #c5beb7;
}
.mod-btn__pagetoplink::before {
  content: "\f077";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #f6f5f1;
}
.mod-btn__pagetoplink:hover::before {
  margin-top: -0.7em;
}
.mod-btn-back {
  margin-top: 2em;
  padding: 1em 3em;
  cursor: pointer;
}
.mod-btn-back::before {
  content: "\f053";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #215390;
}
.mod-btn-back::after {
  content: none;
}
.mod-btn-submit {
  margin-top: 2em;
  padding: 1em 3em;
  cursor: pointer;
}
.mod-btn-submit__wrap {
  text-align: center;
}
.mod-pagetitle {
  margin-bottom: 3em;
  padding-top: 2em;
  font-size: 24px;
  font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-pagetitle {
    font-size: 28px;
  }
}
.mod-pagetitleimage {
  display: table;
  margin: 0 0 50px;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.mod-pagetitleimage--company {
  background-image: url("/images/company/common/company_pagetitle.jpg");
}
.mod-pagetitleimage--search {
  background-image: url("/images/search/common/search_pagetitle.jpg");
}
.mod-pagetitleimage__text {
  display: table-cell;
  color: #fff;
  font-size: 26px;
  font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
  font-weight: normal;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media all and (min-width: 480px) {
  .mod-pagetitleimage {
    height: 200px;
  }
  .mod-pagetitleimage__text {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) {
  .mod-pagetitleimage {
    margin: 0 0 80px;
    height: 300px;
  }
  .mod-pagetitleimage__text {
    font-size: 36px;
  }
}
.mod-title {
  margin-top: 2em;
  padding-bottom: 0.5em;
  font-size: 19px;
  font-weight: normal;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-title {
    margin-top: 3em;
    border-bottom: 1px solid #c5beb7;
    font-size: 24px;
    text-align: left;
  }
}
section .mod-title:first-child {
  margin-top: 0;
}
.mod-title--center {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 19px;
  font-weight: normal;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-title--center {
    margin-top: 3em;
    font-size: 24px;
  }
}
.mod-title-l2 {
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
}
.layout-maincontent .mod-title-l2:first-child {
  margin-top: 0;
}
.mod-title-l3 {
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.mod-title-l3__inner {
  display: inline-block;
  margin: 0 2%;
  max-width: 65%;
  vertical-align: middle;
}
.mod-title-l3::before, .mod-title-l3::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 2em;
  max-width: 8%;
  vertical-align: middle;
  background-color: #999;
}
.mod-title-l3::before {
  margin-right: 0.5em;
}
.mod-title-l3::after {
  margin-left: 0.5em;
}
.mod-title-l4 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 17px;
  text-align: center;
}
.mod-title-side-l2 {
  margin: 0;
  font-size: 17px;
  text-align: center;
  font-weight: normal;
}
.mod-title-side-l3 {
  margin: 2em 0 0.5em;
  font-size: 16px;
}
.mod-title-side-l3:first-child {
  margin-top: 0;
}
.mod-main-title-en {
  font-family: "Crimson Text", serif;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 30px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .mod-main-title-en {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
.mod-main-lead {
  font-size: 16px;
  margin-bottom: 30px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .mod-main-lead {
    margin-bottom: 50px;
  }
}
.mod-sub-title {
  font-family: "Crimson Text", serif;
  font-size: 20px;
  line-height: 1.7em;
  margin-bottom: 10px;
}
.mod-text-link {
  font-family: Yugothic;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 10px;
  text-decoration: underline;
}
.mod-text-link::after {
  content: url("/images/common/stroke.svg");
  height: 14px;
  position: relative;
  top: 2px;
  left: 8px;
  width: 7px;
}
.mod-section-description {
  margin-bottom: 30px;
  font-size: 12px;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-section-description {
    font-size: 14px;
  }
}
.mod-list__numerical {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1em;
}
.mod-list__numerical:first-child {
  margin-top: 0;
}
.mod-list__numericalitem {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2em;
}
.mod-list__numericalnumber {
  position: absolute;
  left: 0;
}
.mod-list__innerlist {
  padding-left: 1.5em;
  list-style: disc;
}
.mod-list__inneritem {
  padding-top: 0.5em;
}
.mod-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod-checkitem {
  display: inline-block;
  margin-right: 2em;
  line-height: 2;
}
.mod-checkitem input {
  margin-right: 0.2em;
}
.mod-col2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.mod-col2__first {
  flex: 1 0 0%;
  margin-bottom: 20px;
}
.mod-col2__second {
  flex: 1 0 0%;
}
@media all and (min-width: 768px) {
  .mod-col2 {
    flex-direction: row;
  }
  .mod-col2__first {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .mod-col2__second {
    margin-left: 15px;
  }
}
.mod-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid #c5beb7;
}
.mod-tablerow {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-tablerow {
    border-top: 1px solid #c5beb7;
  }
}
.mod-tableheader, .mod-tabledetail {
  display: block;
  border: none;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-tableheader, .mod-tabledetail {
    display: table-cell;
  }
}
@media only screen and (max-width: 479px) {
  .mod-tableheader p, .mod-tabledetail p {
    line-height: 2.2;
  }
}
.mod-tableheader {
  padding: 1em;
  font-weight: normal;
  background-color: #e3dfda;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-tableheader {
    width: 28%;
    background-color: transparent;
  }
}
.mod-tabledetail {
  padding: 1em 0 2em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-tabledetail {
    padding: 1em 0.5em;
  }
}
.mod-input--text, .mod-textarea {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-input--text, .mod-textarea {
    width: 80%;
  }
}
.mod-input--text {
  max-width: 300px;
}
.mod-textarea {
  height: 200px;
  max-width: 500px;
}
.mod-designed-select {
  position: relative;
  display: inline-block;
  border: 1px solid #c2b69b;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
}
.mod-designed-select::after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1.5em;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 10px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #fff;
  pointer-events: none;
}
.mod-designed-select select, .mod-designed-select__inner {
  display: block;
  appearance: none;
  padding: 0 1.5em 0 5px;
  width: 100%;
  height: 2em;
  line-height: 2;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 13px;
  vertical-align: top;
  box-sizing: border-box;
}
.mod-designed-select select::-ms-expand, .mod-designed-select__inner::-ms-expand {
  display: none;
}
.mod-form__introtext {
  margin-bottom: 20px;
  text-align: left;
}
.mod-form__required {
  margin-right: 0.2em;
  color: #c00;
}
.mod-form__confirmtext {
  margin-top: 2em;
  text-align: center;
}
.mod-text-range {
  font-size: 10px;
}
.mod-pagination {
  display: block;
  margin-top: 40px;
  text-align: center;
  font-size: 0;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-pagination {
    margin-top: 80px;
  }
}
.mod-pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2em;
  line-height: 2;
  width: 48px;
  height: 48px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.mod-pagination__item.current {
  background-color: #ffd167;
  text-align: center;
}
@media all and (min-width: 768px) {
  .mod-pagination__item {
    margin: 0 0.5em;
  }
}
.mod-pagination__link {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: opacity 200ms;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-pagination__link:hover {
    opacity: 0.8;
  }
}
.mod-pagination__prev {
  margin-right: 0.5em;
}
.mod-pagination__next {
  margin-left: 0.5em;
}
.mod-pagination__prev, .mod-pagination__next {
  display: inline-block;
  width: 1em;
  font-size: 14px;
  transition: opacity 200ms;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.mod-pagination__prev .fa, .mod-pagination__next .fa {
  color: #1a1a1a;
}
@media all and (min-width: 768px) {
  .mod-pagination__prev:hover, .mod-pagination__next:hover {
    opacity: 0.8;
  }
}
.mod-sp-tel {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-sp-tel {
    pointer-events: none;
    text-decoration: none;
  }
}

/* ---------------------------------------------- */ /*
---
name: Plugins
---
*/
/* ----------------------------------------------
   モーダルウィンドウ
---------------------------------------------- */
.modal {
  display: none;
}

.modal-hider {
  position: absolute;
  top: 0;
  left: -99999em;
}

.vanilla-modal .modal {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s, z-index 0s 0.2s;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.vanilla-modal .modal > * {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}

.vanilla-modal .modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.vanilla-modal.modal-visible .modal {
  z-index: 10199;
  opacity: 1;
  transition: opacity 0.2s;
}

.modal-inner {
  position: relative;
  overflow: hidden;
  max-width: 90%;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.modal-visible .modal-inner {
  z-index: 10200;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s, transform 0.2s;
}

[data-modal-close] {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  padding: 15px 20px;
  width: 30px;
  height: 30px;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
[data-modal-close] img {
  max-height: 100%;
}

.mod-modal {
  width: 800px;
  max-width: 100%;
}
.mod-modal__title {
  margin: 0;
  padding: 1em;
  width: 100%;
  background-color: #c9ba88;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.mod-modal__innertitle {
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c5beb7;
  font-size: 18px;
  font-weight: normal;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.mod-modal__innertitle:first-child {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .mod-modal__innertitle {
    font-size: 20px;
  }
}
.mod-modal__body {
  padding: 2em 1.5em;
  box-sizing: border-box;
  background: #f7f5f1;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .mod-modal__body {
    padding: 2em;
  }
}

.top- {
  /* =============================================================================
     メインビジュアル
  ============================================================================= */
  /* =============================================================================
     検索エリア
  ============================================================================= */
  /* =============================================================================
     物件
  ============================================================================= */
  /* =============================================================================
     カテゴリリンク
  ============================================================================= */
  /* =============================================================================
     厳選物件
  ============================================================================= */
  /* =============================================================================
     実績紹介
  ============================================================================= */
  /* =============================================================================
     ニュース・ブログ
  ============================================================================= */
}
.top-mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.top-mainvisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-mainvisual__bg01, .top-mainvisual__bg02, .top-mainvisual__bg03 {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-mainvisual__bg01 {
  background-image: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0)), url("/images/top/bg_mainvisual01_sp.jpg");
  background-position: right 70% bottom 10%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-mainvisual__bg01 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/top/bg_mainvisual01.jpg");
    background-position: right 60% bottom 70%;
  }
}
.top-mainvisual__bg02 {
  background-image: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0)), url("/images/top/bg_mainvisual02_sp.jpg");
  background-position: right 85% bottom 10%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-mainvisual__bg02 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/top/bg_mainvisual02.jpg");
    background-position: right 60% bottom 20%;
  }
}
.top-mainvisual__bg03 {
  background-image: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/top/bg_mainvisual03_sp.jpg");
  background-position: right 2% bottom 10%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-mainvisual__bg03 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/top/bg_mainvisual03.jpg");
    background-position: right 60% bottom 20%;
  }
}
.top-mainvisual__img {
  background: url("/images/top/img_projects_logo.png") no-repeat center;
  background-size: cover;
  background-position: top center;
  margin: 160px auto 35px auto;
  text-align: center;
  width: 314px;
  height: 78px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-mainvisual__img {
    margin: 120px auto 35px auto;
    width: 418px;
    height: 111px;
  }
}
.top-mainvisual__logo {
  text-align: center;
  margin: 160px auto 35px auto;
  width: 380px;
  height: 78px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-mainvisual__logo {
    margin: 120px auto 35px auto;
    width: 520px;
    height: 111px;
  }
}
.top-mainvisual__logo a {
  float: left;
}
.top-mainvisual__border {
  border-right: 1px solid #eeeeee;
  height: 100%;
  width: 1px;
  float: left;
}
.top-mainvisual__img01 {
  background: url("/images/top/img_projects_logo_trump.png") no-repeat center;
  background-size: contain;
  background-position: top center;
  width: 135px;
  height: 50px;
  margin: 20px 25px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-mainvisual__img01 {
    margin: 20px 50px;
    width: 156px;
    height: 66px;
  }
}
.top-mainvisual__img02 {
  background: url("/images/top/img_projects_logo_ritz.png") no-repeat center;
  background-size: contain;
  background-position: top center;
  width: 135px;
  height: 68px;
  margin: 5px 25px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-mainvisual__img02 {
    margin: 10px 50px;
    width: 156px;
    height: 100px;
  }
}
.top-mainvisual a {
  text-decoration: none;
  outline: none;
}
.top-mainvisual__copy {
  clear: both;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  text-align: center;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  visibility: hidden;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.top-mainvisual__bg02 .top-mainvisual__copy {
  margin-top: 0.85em;
}
.top-mainvisual__copy .name {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-mainvisual__copy .name {
    margin-bottom: 20px;
  }
}
.top-mainvisual__copy h2 {
  font-size: 28px;
  line-height: 1.35em;
  margin-bottom: 40px;
}
.top-mainvisual__copy h2 span.emphasis {
  font-size: 36px;
}
.top-mainvisual__copy h2 small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  .top-mainvisual__copy h2 {
    font-size: 22px;
  }
  .top-mainvisual__copy h2 span.emphasis {
    font-size: 32px;
  }
}
.top-mainvisual__copy .topnote {
  font-weight: normal !important;
  margin-top: -30px;
  font-size: 14px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-mainvisual__copy .topnote {
    font-size: 12px;
    margin-top: -10px;
  }
}
.slick-initialized .top-mainvisual__copy {
  visibility: visible;
}
@media all and (min-width: 480px) {
  .top-mainvisual__copy {
    font-size: 32px;
  }
  .top-mainvisual__bg02 .top-mainvisual__copy {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .top-mainvisual__copy {
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 32px;
    text-align: center;
  }
}
.top-mainvisual__copy .project_logo {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 330px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.top-mainvisual__copy .project_logo li {
  position: relative;
  padding: 0;
  margin-right: 9px;
  display: inline-block;
}
.top- h1 {
  color: #fff;
  text-align: center;
}
.top- .br-sp {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top- .br-sp {
    display: none;
  }
}
.top-search {
  margin: 0 auto;
  padding: 10px 15px 20px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  width: 85%;
  max-width: 85%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search {
    padding: 40px 30px 10px 30px;
    width: 1080px;
  }
}
.top-search-form {
  display: flex;
  flex-direction: column;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-form {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-search-inputarea {
  font-size: 0;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-inputarea {
    width: 74%;
    border: 1px solid #c2b69b;
    border-radius: 2px;
    background-color: #fff;
  }
}
.top-search-inputarea__inner {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-inputarea__inner {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
  }
}
.top-search-inputarea__title {
  clear: both;
  padding: 0.5em 0;
  font-size: 14px;
  color: #fff;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-inputarea__title {
    position: absolute;
    top: -2em;
    left: auto;
    padding: 0;
  }
}
.top-search-inputarea__input-price--upper + .top-search-inputarea__title {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-inputarea__input-price--upper + .top-search-inputarea__title {
    left: 62%;
  }
}
.top-search-inputarea__rangetext {
  width: 10%;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid #c2b69b;
  border-bottom: 1px solid #c2b69b;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  color: #c2b69b;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-inputarea__rangetext {
    width: 6%;
    height: auto;
    line-height: 50px;
    background: transparent;
    border: 0;
  }
}
.top-search-inputarea__input-price--lower, .top-search-inputarea__input-price--upper, .top-search-inputarea__input-type {
  position: relative;
  border: 1px solid #c2b69b;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-inputarea__input-price--lower, .top-search-inputarea__input-price--upper, .top-search-inputarea__input-type {
    border: 0;
  }
}
.top-search-inputarea__input-price--lower::after, .top-search-inputarea__input-price--upper::after, .top-search-inputarea__input-type::after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1.5em;
  font-size: 12px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #fff;
  pointer-events: none;
}
.top-search-inputarea__input-price--lower select, .top-search-inputarea__input-price--upper select, .top-search-inputarea__input-type select {
  appearance: none;
  padding: 0 2em 0 10px;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.top-search-inputarea__input-price--lower select::-ms-expand, .top-search-inputarea__input-price--upper select::-ms-expand, .top-search-inputarea__input-type select::-ms-expand {
  display: none;
}
@media all and (min-width: 768px) {
  .top-search-inputarea__input-price--lower select, .top-search-inputarea__input-price--upper select, .top-search-inputarea__input-type select {
    height: 50px;
    font-size: 13px;
  }
}
.top-search-inputarea__input-price--lower, .top-search-inputarea__input-price--upper, .top-search-inputarea__rangetext {
  float: left;
}
.top-search-inputarea__input-price--lower, .top-search-inputarea__input-price--upper {
  width: 45%;
  border-right: 1px solid #c2b69b;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-inputarea__input-price--lower, .top-search-inputarea__input-price--upper {
    width: 28%;
  }
}
.top-search-inputarea__input-price--upper {
  border-left: 1px solid #c2b69b;
}
.top-search-inputarea__input-type {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-inputarea__input-type {
    width: 38%;
  }
}
.top-search-submit {
  margin-top: 15px;
  padding: 0.5em 0;
  width: 100%;
  line-height: 25px;
  font-size: 13px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.top-search-submit::before {
  content: "\f002";
  display: inline-block;
  margin-right: 0.5em;
  font-family: "FontAwesome";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #215390;
}
.top-search-submit::after {
  content: none;
}
@media all and (min-width: 768px) {
  .top-search-submit {
    margin-top: 0;
    padding: 0;
    width: 23%;
    line-height: 48px;
    font-size: 13px;
  }
}
.top-search-support {
  margin-top: 10px;
  font-size: 12px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-search-support {
    font-size: 14px;
  }
}
.top-search-support, .top-search-support a {
  color: #fff;
}
.top-project-feature {
  border-top: solid 1px #c5beb7;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-project-feature {
    margin: 0 auto;
  }
}
.top-project-feature_trump {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/projects/trump/common/trump_pagetitle.jpg");
  background-size: cover;
  background-position: right 90% bottom 60%;
  color: #fff;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 18px;
  height: 350px;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-project-feature_trump {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/projects/trump/common/trump_pagetitle.jpg");
    background-size: cover;
    background-position: right 35% bottom 70%;
    color: #fff;
    width: 1080px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
    height: 450px;
  }
}
.top-project-feature_trump img {
  text-align: left;
  margin-left: 12px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
.top-project-feature_trump__more {
  padding: 10%;
  padding-top: 210px;
  text-align: left;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-project-feature_trump__more {
    padding: 45px;
    padding-top: 255px;
  }
}
.top-project-feature_trump__more h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.top-project-feature_trump__more p {
  margin-top: -17px;
  margin-bottom: 10px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-project-feature_trump__more p {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
.top-project-feature_trump__more a {
  text-decoration: none;
  outline: none;
  color: #fff;
  padding: 0.5em 0;
  width: 100%;
  max-width: 150px;
  font-size: 13px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-project-feature_trump__more a {
    font-size: 13px;
    max-width: 200px;
    padding: 1em 0;
  }
}
.top-project-feature_ritz {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/projects/ritz/common/ritz_pagetitle.jpg");
  background-size: cover;
  background-position: right 90% bottom 60%;
  color: #fff;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 18px;
  height: 350px;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-project-feature_ritz {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/projects/ritz/common/ritz_pagetitle.jpg");
    background-size: cover;
    background-position: right 35% bottom 70%;
    color: #fff;
    width: 1080px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
    height: 450px;
  }
}
.top-project-feature_ritz img {
  text-align: left;
  margin-left: 12px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
.top-project-feature_ritz__more {
  padding: 10%;
  padding-top: 210px;
  text-align: left;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-project-feature_ritz__more {
    padding: 45px;
    padding-top: 255px;
  }
}
.top-project-feature_ritz__more h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.top-project-feature_ritz__more p {
  margin-top: -17px;
  margin-bottom: 10px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .top-project-feature_ritz__more p {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
.top-project-feature_ritz__more a {
  text-decoration: none;
  outline: none;
  color: #fff;
  padding: 0.5em 0;
  width: 100%;
  max-width: 150px;
  font-size: 13px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-project-feature_ritz__more a {
    font-size: 13px;
    max-width: 200px;
    padding: 1em 0;
  }
}
.top-selected-category {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f6f5f1;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.top-selected-category .mod-title--center {
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  color: #545751;
}
.top-selected-category__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__list {
    flex-direction: row;
  }
}
.top-selected-category__item {
  position: relative;
  display: table;
  margin-bottom: 100px;
  width: 100%;
  height: 150px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__item {
    margin-right: -0.2%;
    margin-bottom: 90px;
    width: 33.5%;
    height: 330px;
  }
  .top-selected-category__item:last-child {
    margin-right: 0;
  }
}
.top-selected-category__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  padding: 5%;
  width: 100%;
  height: 100%;
  background-color: #000;
  box-sizing: border-box;
  opacity: 0.6;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__layer {
    transition: opacity 300ms;
  }
}
.top-selected-category__layertext {
  display: table-cell;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  font-family: "Crimson Text", serif;
  font-size: 26px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__layertext {
    font-size: 30px;
  }
}
.top-selected-category__card {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: table;
  width: 330px;
  max-width: 95%;
  min-height: 80px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 5% 10%;
  transform: translate(-50%, 65%);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__card {
    min-height: 180px;
    max-width: 250px;
    transform: translate(-50%, 50%);
    transition: all 300ms;
    background-size: 52px;
  }
}
@media all and (min-width: 1081px) {
  .top-selected-category__card {
    max-width: 330px;
  }
}
.top-selected-category__card--inner {
  display: table-cell;
  padding: 15px 10px 10px;
  text-align: center;
  vertical-align: middle;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 95% 90%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__card--inner {
    background-size: 52px;
  }
}
.top-selected-category__link--hotel .top-selected-category__card {
  background-color: #215490;
}
.top-selected-category__link--luxury .top-selected-category__card {
  background-color: #215490;
}
.top-selected-category__link--vintage .top-selected-category__card {
  background-color: #215490;
}
.top-selected-category__link {
  display: table-cell;
  padding: 0 5%;
  width: 100%;
  height: 150px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  transition: opacity 300ms;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__link {
    height: 330px;
  }
}
.top-selected-category__link--hotel {
  background: url("/images/top/bnr_bg_hotel.jpg") no-repeat center;
  background-size: cover;
}
.top-selected-category__link--luxury {
  background: url("/images/top/bnr_bg_luxury.jpg") no-repeat center;
  background-size: cover;
}
.top-selected-category__link--vintage {
  background: url("/images/top/bnr_bg_vintage.jpg") no-repeat center;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .top-selected-category__link:hover {
    z-index: 10;
  }
  .top-selected-category__link:hover .top-selected-category__layer {
    opacity: 0.8;
  }
  .top-selected-category__link:hover .top-selected-category__card {
    transform: translate(-50%, 45%);
    box-shadow: 10px 18px 36px 0 rgba(0, 0, 0, 0.15);
  }
}
.top-selected-category__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__title {
    font-size: 16px;
  }
}
@media all and (min-width: 1081px) {
  .top-selected-category__title {
    font-size: 18px;
  }
}
.top-selected-category__title::after {
  content: "";
  display: block;
  margin: 0.3em auto 0.5em;
  width: 30px;
  height: 2px;
  background-color: #fff;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__title::after {
    margin: 1em auto;
  }
}
.top-selected-category__body {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.7;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-selected-category__body {
    font-size: 12px;
  }
}
@media all and (min-width: 1081px) {
  .top-selected-category__body {
    font-size: 14px;
  }
}
.top-pickup-property__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-pickup-property__wrap {
    flex-direction: row;
  }
}
.top-pickup-property__item {
  margin-bottom: 20px;
  background-color: #fff;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-pickup-property__item {
    margin-bottom: 0;
    width: 30%;
  }
}
.top-pickup-property__item--link {
  display: block;
  width: 100%;
  text-decoration: none;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-pickup-property__item--link:hover .top-pickup-property__visual {
    opacity: 0.8;
  }
  .top-pickup-property__item--link:hover .top-pickup-property__name {
    text-decoration: underline;
  }
  .top-pickup-property__item--link:hover .mod-btn {
    background-color: #e9f1fa;
  }
}
.top-pickup-property__visual {
  position: relative;
  text-align: center;
  transition: opacity 300ms;
}
.top-pickup-property__price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-sizing: border-box;
  font-family: "Crimson Text", serif;
}
.top-pickup-property__price--yen {
  font-size: 25px;
}
.top-pickup-property__price--yenprefix {
  margin-right: 0.2em;
  font-size: 14px;
}
.top-pickup-property__price--yen .kanjiunit {
  margin-right: 0.2em;
  margin-left: 0.1em;
  font-size: 20px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-pickup-property__price--yen .kanjiunit {
    font-size: 20px;
  }
}
.top-pickup-property__price--doller {
  margin-left: 0.5em;
  font-size: 18px;
}
.top-pickup-property__content {
  padding: 1em;
}
.top-pickup-property__name {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: "Crimson Text", serif;
}
.top-pickup-property__detail {
  margin-top: 1em;
}
.top-pickup-property__place, .top-pickup-property__type, .top-pickup-property__others {
  font-size: 14px;
}
.top-pickup-property__btnarea {
  margin-top: 1em;
}
.top-pickup-property__btn {
  padding-right: 2.5em;
  font-size: 13px;
}
.top-pickup-property__more {
  margin-top: 40px;
  text-align: center;
}
.top-pickup-property__more a {
  padding: 1.2em 0;
  width: 100%;
  max-width: 460px;
  font-size: 16px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-pickup-property__more a {
    font-size: 13px;
  }
}
.top-companyinfo {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #c5beb7;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-companyinfo {
    margin-top: 50px;
    padding-top: 0;
    border: 0;
  }
}
.top-companyinfo__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-companyinfo__list {
    flex-direction: row;
  }
}
.top-companyinfo__item {
  margin-bottom: 20px;
  background-color: #fff;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-companyinfo__item {
    margin-bottom: 0;
    width: 48%;
  }
}
.top-companyinfo__link {
  display: block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 300ms;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-companyinfo__link:hover {
    opacity: 0.8;
  }
}
.top-companyinfo__body {
  display: table;
  width: 100%;
  height: 80px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .top-companyinfo__body {
    height: 100px;
  }
}
.top-companyinfo__body--inner {
  display: table-row;
}
.top-companyinfo__copy {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .top-companyinfo__copy {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .top-companyinfo__copy {
    padding: 0 15px;
    font-size: 16px;
  }
}
@media all and (min-width: 1081px) {
  .top-companyinfo__copy {
    padding: 0 20px;
    font-size: 20px;
  }
}
.top-companyinfo__image {
  display: table-cell;
  width: 33%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-companyinfo__image--realestate {
  background-image: url("/images/top/img_companyinfo01.jpg");
}
.top-companyinfo__image--concierge {
  background-image: url("/images/top/img_companyinfo02.jpg");
}
.top-companyinfo__description {
  position: relative;
  display: block;
}
.top-companyinfo__description--inner {
  display: block;
  padding: 0.5em 30px 0.5em 10px;
  background-color: #25211e;
  color: #fff;
  font-size: 12px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-companyinfo__description--inner {
    padding: 0.5em 20px;
    font-size: 14px;
  }
}
.top-companyinfo__description--inner::after {
  content: "\f054";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #25211e;
}
.top-blog {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #c5beb7;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-blog {
    margin-top: 50px;
    padding-top: 0;
    border: 0;
  }
}
.top-blog__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-blog__wrap {
    flex-direction: row;
  }
}
.top-blog__item {
  display: table;
  margin-bottom: 20px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-blog__item {
    margin-bottom: 10px;
    width: 48%;
  }
}
.top-blog__link {
  display: table-row;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 300ms;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-blog__link:hover {
    opacity: 0.8;
  }
}
.top-blog__link:hover .top-blog__title {
  text-decoration: none;
}
.top-blog__image, .top-blog__content {
  display: table-cell;
  vertical-align: middle;
}
.top-blog__image {
  float: left;
  margin-right: 20px;
  width: 135px;
  min-height: 80px;
  background-color: #fff;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-blog__image {
    margin-right: 35px;
  }
}
.top-blog__content {
  width: 100%;
}
.top-blog__date, .top-blog__title, .top-blog__category {
  display: block;
}
.top-blog__date {
  font-size: 11px;
}
.top-blog__title {
  margin-top: 5px;
  font-size: 14px;
  text-decoration: underline;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-blog__title {
    margin-top: 10px;
  }
}
.top-blog__category {
  margin-top: 10px;
  font-size: 10px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-blog__category {
    font-size: 11px;
  }
}
.top-blog__bnr {
  margin-top: 50px;
  text-align: center;
  transition: opacity 300ms;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .top-blog__bnr:hover {
    opacity: 0.8;
  }
}

.search .layout-maincontent {
  padding-right: 15px;
  padding-left: 15px;
}

.search-table {
  position: relative;
  display: block;
  width: 100%;
}
.search-table .mod-tableheader {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.search-table .mod-designed-select {
  min-width: 8.5em;
  max-width: 47%;
  line-height: 2;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .search-table .mod-designed-select {
    min-width: 9em;
  }
}
.search-table .mod-designed-select select {
  font-size: 16px;
  line-height: 2;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .search-table .mod-designed-select select {
    font-size: inherit;
  }
}
.search-table .fa {
  color: #c9ba88;
}
.search-table [data-balloon] {
  cursor: pointer;
}
.search-table [data-balloon]::after {
  background-color: #c9ba88;
  color: #fff;
}
.search-supplelink {
  display: inline-block;
  margin-left: 1.5em;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.search-supplelink::after {
  content: "\f054";
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1.2em;
  font-size: 12px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #efebe4;
}
@media all and (min-width: 768px) {
  .search-supplelink:hover {
    border: none;
  }
}
.search-modal-type {
  width: 800px;
  max-width: 100%;
}
.search-modal-type__body {
  padding: 1em;
}
.search-modal-areamap {
  width: 900px;
  max-width: 100%;
}
.search-modal-areamap__body {
  *zoom: 1;
  padding: 0;
  background-color: #f7f5f1;
}
.search-modal-areamap__body:after {
  content: "";
  display: block;
  clear: both;
}
.search-modal-areamap__areaimage {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .search-modal-areamap__areaimage {
    float: left;
    margin-right: 10px;
    max-width: 400px;
  }
}
@media all and (min-width: 1081px) {
  .search-modal-areamap__areaimage {
    max-width: 580px;
  }
}
.search-modal-areamap__list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 1em;
}
.search-modal-areamap__item {
  margin-bottom: 0.7em;
  font-size: 13px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.search-modal-areamap__item:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .search-modal-areamap__item {
    font-size: 15px;
  }
}
.search-modal-areamap__num {
  display: inline-block;
  margin-right: 0.3em;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7;
  background-color: #c9ba88;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Crimson Text", serif;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .search-modal-areamap__num {
    font-size: 16px;
  }
}

.searchlist .layout-maincontent {
  padding-top: 20px;
  *zoom: 1;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.searchlist .layout-maincontent:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 768px) {
  .searchlist .layout-maincontent {
    display: flex;
    padding-top: 60px;
  }
}

.searchlist-search, .searchlist-content {
  max-width: 100%;
}
.searchlist-search {
  display: none;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .searchlist-search {
    flex: 2 0 0%;
    display: block;
    margin-right: 60px;
  }
}
.searchlist-search__upper, .searchlist-search__lower {
  padding: 30px;
}
.searchlist-search__upper {
  background-color: #e5e2da;
}
.searchlist-search__lower {
  background-color: #f3efe9;
}
.searchlist-search__rangetext {
  display: block;
  text-align: center;
}
.searchlist-search .mod-designed-select {
  width: 100%;
}
.searchlist-search .mod-designed-select select {
  line-height: 2;
}
.searchlist-search .mod-btn-submit {
  padding: 0.8em;
  width: 100%;
  font-size: 14px;
}
.searchlist-search .mod-checkitem {
  display: block;
  margin-right: 0;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.searchlist-search .mod-checkitem span,
.searchlist-search .mod-checkitem .fa {
  text-indent: 0;
}
.searchlist-search .mod-checkitem .fa {
  color: #c9ba88;
}
.searchlist-search .is-col2 .mod-checkitem {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
}
.searchlist-content {
  position: relative;
}
.searchlist-searchinformation {
  margin-bottom: 10px;
  padding: 0 10px 10px;
  background-color: #efebe4;
}
.searchlist-searchinformation__title {
  margin: 0 0 10px;
  padding-top: 10px;
  border-bottom: 1px solid #c5beb7;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.searchlist-searchinformation__searchcondition {
  position: relative;
  overflow: hidden;
  padding-bottom: 1em;
  max-height: 5em;
  transition: max-height 800ms;
}
.searchlist-searchinformation__searchcondition.is-open {
  max-height: 20em;
}
.searchlist-searchinformation__searchcondition.is-open .searchlist-searchinformation__more {
  opacity: 0;
}
.searchlist-searchinformation__item {
  display: table;
  margin-bottom: 0.2em;
  width: 100%;
}
.searchlist-searchinformation__itemhead, .searchlist-searchinformation__itembody {
  display: table-cell;
}
.searchlist-searchinformation__itemhead {
  width: 25%;
  font-size: 13px;
}
.searchlist-searchinformation__itembody {
  padding-left: 10px;
}
.searchlist-searchinformation__more {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding-top: 1em;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(239, 235, 228, 0) 0%, rgb(239, 235, 228) 50%, rgb(239, 235, 228) 100%);
  transition: all 500ms;
}
.searchlist-sort {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
}
.searchlist-sort__title {
  line-height: 32px;
}
.searchlist-sort__select {
  float: right;
  width: 50%;
  font-size: 16px;
  line-height: 2;
}
.searchlist-sort__select select {
  font-size: 16px;
  line-height: 2;
}
.searchlist-content {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .searchlist-content {
    flex: 5 0 0%;
  }
}
.searchlist-overview {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2b69b;
  justify-content: space-between;
  align-items: center;
}
.searchlist-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.searchlist-amount {
  font-size: 13px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .searchlist-amount {
    margin-bottom: 0;
    font-weight: bold;
  }
}
.searchlist-amount--num {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-weight: bold;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .searchlist-amount--num {
    font-size: 30px;
  }
}
.searchlist-searchdetail .mod-designed-select__inner {
  min-width: 9em;
}
.searchlist-sortlist {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.searchlist-sortlist__item {
  display: inline-block;
  margin-left: 1em;
  font-weight: bold;
  text-decoration: none;
}
.searchlist-sortlist__link {
  font-weight: normal;
  text-decoration: underline;
  color: #808080;
}
.searchlist-sortlist__link:hover {
  text-decoration: none;
}
.searchlist-item {
  margin-bottom: 20px;
  background-color: #fff;
}
.searchlist-item__inner {
  overflow: hidden;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.searchlist-item__inner:hover .mod-btn {
  background-color: #e9f1fa;
}
.searchlist-item__images {
  *zoom: 1;
  position: relative;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.searchlist-item__images:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 480px) {
  .searchlist-item__images {
    float: left;
    margin-right: 30px;
    width: 50%;
    max-width: 315px;
  }
}
.searchlist-item__imagelarge {
  float: left;
  width: 66%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .searchlist-item__imagelarge {
    float: none;
    margin-bottom: 12px;
    width: 100%;
  }
}
.searchlist-item__imagesmall {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 31%;
  font-size: 0;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .searchlist-item__imagesmall {
    float: none;
    width: 100%;
  }
}
.searchlist-item__imagesmallitem {
  margin-bottom: 10px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.searchlist-item__imagesmallitem:nth-child(2) {
  margin-bottom: 0;
}
.searchlist-item__imagesmallitem:nth-child(3) {
  display: none;
}
@media all and (min-width: 480px) {
  .searchlist-item__imagesmallitem {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2%;
    width: 32%;
  }
  .searchlist-item__imagesmallitem:last-child {
    margin-right: 0;
  }
  .searchlist-item__imagesmallitem:nth-child(3) {
    display: inline-block;
  }
}
.searchlist-item__body {
  overflow: hidden;
  margin-top: 20px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .searchlist-item__body {
    margin-top: 0;
  }
}
.searchlist-item__heading {
  margin-bottom: 1.5em;
  padding-top: 1em;
}
.searchlist-item__name {
  margin: 0;
  font-size: 26px;
  font-family: "Crimson Text", serif;
  line-height: 1.2;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .searchlist-item__name {
    font-size: 24px;
    font-weight: normal;
  }
}
.searchlist-item__neighborhood {
  margin-bottom: 0.5em;
  font-size: 12px;
  color: #999;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .searchlist-item__neighborhood {
    display: block;
    margin-top: 0.5em;
    font-size: 13px;
  }
}
.searchlist-item__sellinginfo {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.searchlist-item__status {
  padding-right: 0.7em;
  min-width: 3.6em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .searchlist-item__status {
    display: block;
    margin-right: 0;
  }
}
.searchlist-item__status--onsale, .searchlist-item__status--sold {
  display: inline-block;
  padding: 0.2em 0.7em;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.searchlist-item__status--onsale {
  background-color: #d8ca89;
}
.searchlist-item__status--sold {
  background-color: #ccc;
}
.searchlist-item__price {
  font-family: "Crimson Text", serif;
  font-weight: bold;
  line-height: 1.2;
}
.searchlist-item__price--yen {
  font-size: 25px;
  color: #215390;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.searchlist-item__price--yenprefix {
  margin-right: 0.2em;
  font-size: 13px;
  color: #215390;
}
@media all and (min-width: 480px) {
  .searchlist-item__price--yen {
    font-size: 26px;
  }
}
.searchlist-item__price--yen .kanjiunit {
  margin-right: 0.2em;
  margin-left: 0.1em;
  font-size: 20px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .searchlist-item__price--yen .kanjiunit {
    font-size: 20px;
  }
}
.searchlist-item__price--doller {
  display: inline-block;
  margin-top: 0.3em;
  margin-left: 0.5em;
  font-weight: normal;
  font-size: 18px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .searchlist-item__price--doller {
    margin-top: 0;
    font-size: 20px;
  }
}
.searchlist-item__tabletitle, .searchlist-item__tabledetail {
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}
.searchlist-item__tabletitle {
  padding-right: 1em;
  min-width: 6em;
  color: #bbb;
  font-weight: normal;
  box-sizing: border-box;
}
.searchlist-item__todetail {
  margin: 1.5em 0 0;
}
.searchlist-item__todetail .mod-btn {
  display: block;
  padding-right: 2.5em;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .searchlist-item__todetail .mod-btn {
    display: inline-block;
    width: auto;
  }
}
.searchlist-modal-sp-searchform .mod-modal__body {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.propertydetail .layout-maincontent {
  padding-right: 15px;
  padding-left: 15px;
}
.propertydetail .mod-col2 {
  align-items: stretch;
}
.propertydetail .mod-col2 .mod-col2__second {
  margin-top: 30px;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail .mod-col2 .mod-col2__second {
    margin-top: 0;
    padding-left: 50px;
    width: 50%;
  }
}

.propertydetail-heading {
  *zoom: 1;
  margin-bottom: 10px;
  padding-top: 20px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.propertydetail-heading:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 768px) {
  .propertydetail-heading {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.propertydetail-heading__backtolist, .propertydetail-heading__status, .propertydetail-heading__propertyname, .propertydetail-heading__area {
  display: inline-block;
  vertical-align: middle;
}
.propertydetail-heading__backtolist {
  position: relative;
  display: block;
  margin-right: 2em;
  padding-left: 1.2em;
  min-width: 8em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.propertydetail-heading__backtolist::before {
  content: "\f053";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  font-family: "FontAwesome";
  color: #dcd7d1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #f6f5f1;
}
@media all and (min-width: 768px) {
  .propertydetail-heading__backtolist {
    display: inline-block;
  }
}
.propertydetail-heading__subinfo {
  display: flex;
  align-items: flex-start;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-heading__subinfo {
    display: inline;
  }
}
.propertydetail-heading__status {
  margin-right: 1em;
  padding: 0.2em 0.5em;
  width: 5em;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-heading__status {
    margin-right: 2em;
    padding: 0.5em 1em;
  }
}
.propertydetail-heading__status--onsale {
  background-color: #d8ca89;
}
.propertydetail-heading__status--sold {
  background-color: #ccc;
}
.propertydetail-heading__propertyname {
  line-height: 1.3;
  font-family: "Crimson Text", serif;
  font-size: 2em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-heading__propertyname {
    margin: -0.2em 0 0;
    max-width: 70%;
    font-size: 3em;
  }
}
.propertydetail-heading__area {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.propertydetail-heading__areaname {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .propertydetail-heading__area {
    float: right;
    margin-left: 2em;
    vertical-align: -50%;
    vertical-align: middle;
    line-height: 3;
  }
}
.propertydetail-firstdetail, .propertydetail-seconddetail {
  padding: 50px 0;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-firstdetail, .propertydetail-seconddetail {
    padding: 100px 0;
  }
}
.propertydetail-firstdetail {
  padding-top: 0;
}
.propertydetail-seconddetail {
  background-color: #efebe4;
}
.propertydetail-price {
  margin-bottom: 1em;
  font-family: "Crimson Text", serif;
  font-weight: bold;
  line-height: 1.2;
}
.propertydetail-price__yen {
  font-size: 30px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.propertydetail-price__yenprefix {
  margin-right: 0.2em;
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .propertydetail-price__yen {
    font-size: 45px;
  }
  .propertydetail-price__yenprefix {
    font-size: 20px;
  }
}
.propertydetail-price__yen .kanjiunit {
  margin-right: 0.2em;
  margin-left: 0.1em;
  font-size: 24px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-price__yen .kanjiunit {
    font-size: 34px;
  }
}
.propertydetail-price__doller {
  display: inline-block;
  margin-left: 1em;
  font-size: 20px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-price__doller {
    display: inline-block;
    font-size: 24px;
  }
}
.propertydetail-images {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-images {
    width: 50%;
  }
}
.propertydetail-images__mainlist {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  max-height: 380px;
}
.propertydetail-images__mainitem {
  width: 100%;
}
.propertydetail-images__thumbnaillist {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
  max-height: 110px;
}
.propertydetail-images__thumbnaillist .slick-prev,
.propertydetail-images__thumbnaillist .slick-next {
  z-index: 100;
  height: 100%;
  background-color: #c5bdb7;
  color: #fff;
}
.propertydetail-images__thumbnaillist .slick-prev::before,
.propertydetail-images__thumbnaillist .slick-next::before {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 2px #c5bdb7;
}
.propertydetail-images__thumbnaillist .slick-prev {
  left: 0;
}
.propertydetail-images__thumbnaillist .slick-prev::before {
  content: "\f053";
}
.propertydetail-images__thumbnaillist .slick-next {
  right: 0;
}
.propertydetail-images__thumbnaillist .slick-next::before {
  content: "\f054";
}
.propertydetail-images__thumbnailitem {
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  max-width: 150px;
}
.propertydetail-map {
  width: 100%;
  height: 300px;
}
.propertydetail-contactbtn {
  display: block;
  margin: 50px auto 0;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.propertydetail-contactbtn::after {
  content: none;
}
@media all and (min-width: 768px) {
  .propertydetail-contactbtn {
    width: 60%;
    min-width: 300px;
  }
}
.propertydetail-table {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.propertydetail-table .mod-tableheader {
  font-weight: bold;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  .propertydetail-table .mod-tableheader {
    width: 35%;
  }
  .propertydetail-table .mod-tabledetail {
    width: 65%;
  }
}
.propertydetail-disclaimer {
  margin-top: 80px;
  padding: 1.5em;
  background-color: #f3efe9;
}
.propertydetail-disclaimer__title {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
.propertydetail-contactinfo {
  margin-top: 50px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-contactinfo {
    margin-top: 80px;
  }
}
.propertydetail-contactinfo__title {
  margin: 0;
  padding: 0.5em;
  background-color: #272727;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-contactinfo__title {
    font-size: 20px;
  }
}
.propertydetail-contactinfo__body {
  padding: 0 0 30px;
  background-color: #fff;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-contactinfo__body {
    padding: 30px 0;
  }
}
.propertydetail-contactinfo__list {
  margin: 0;
  padding: 0;
  list-style: none;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-contactinfo__list {
    display: flex;
    justify-content: space-between;
  }
}
.propertydetail-contactinfo__item {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 10px 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-contactinfo__item {
    padding: 0 0 20px;
    width: 33.333%;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
  .propertydetail-contactinfo__item:last-child {
    border-right: none;
  }
}
.propertydetail-contactinfo__innertitle {
  margin: 0 0 1.5em;
  line-height: 20px;
}
.propertydetail-contactinfo__innertitle--ja::before, .propertydetail-contactinfo__innertitle--us::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.propertydetail-contactinfo__innertitle--ja::before {
  background: url("/images/property/detail/icon_ja.png") no-repeat center;
}
.propertydetail-contactinfo__innertitle--us::before {
  background: url("/images/property/detail/icon_us.png") no-repeat center;
}
.propertydetail-contactinfo__contactlink {
  padding: 1em;
  width: 80%;
  box-sizing: border-box;
}
.propertydetail-contactinfo__contactlink::after {
  content: none;
}
.propertydetail-contactinfo__tel {
  font-size: 20px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .propertydetail-contactinfo__tel {
    font-size: 28px;
  }
}
.propertydetail-contactinfo__supple {
  font-size: 12px;
}
.propertydetail-contactinfo__text {
  padding-top: 20px;
  text-align: center;
}
.propertydetail-contentfooter {
  margin-top: 50px;
  text-align: center;
}
.propertydetail-contentfooter__backtolist {
  position: relative;
  padding-left: 1.2em;
  min-width: 8em;
}
.propertydetail-contentfooter__backtolist::before {
  content: "\f053";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  font-family: "FontAwesome";
  color: #dcd7d1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #f6f5f1;
}

.trump- {
  /* =============================================================================
     トップ
  ============================================================================= */
}
.trump-layout_top {
  position: relative;
  height: 360px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/projects/trump/common/trump_pagetitle.jpg");
  background-position: 0% 0%;
  background-attachment: fixed;
  background-size: 200%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .trump-layout_top {
    background-size: 150%;
  }
}
@media all and (min-width: 768px) {
  .trump-layout_top {
    min-height: 550px;
    padding-bottom: 120px;
    background-size: 150%;
  }
}
@media all and (min-width: 1081px) {
  .trump-layout_top {
    min-height: 750px;
    background-size: cover;
  }
}
.trump-layout_top__projects_info {
  position: absolute;
  left: 15px;
  bottom: 25px;
}
.trump-layout_top h1 {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 31px;
  margin: 0;
  color: #FFFFFF;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .trump-layout_top h1 {
    font-size: 31px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.trump-layout_top p {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  max-width: 785px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .trump-layout_top p {
    width: 785px;
  }
}

/* =============================================================================
   コンテンツ
============================================================================= */
.projectcontent_button {
  text-align: center;
}
.projectcontent_button__more {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.projectcontent_button__morebtn {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.projectcontent_button__morebtn::after {
  content: none;
}
.projectcontent .overview, .projectcontent .property, .projectcontent .information {
  width: 100%;
  padding-top: 65px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.projectcontent .overview img, .projectcontent .property img, .projectcontent .information img {
  width: 100%;
}
@media all and (min-width: 1081px) {
  .projectcontent .overview, .projectcontent .property, .projectcontent .information {
    min-width: 760px;
    width: 100%;
  }
}
.projectcontent .overview_title, .projectcontent .property_title, .projectcontent .information_title {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .overview_title, .projectcontent .property_title, .projectcontent .information_title {
    text-align: center;
  }
}
.projectcontent .overview .textarea, .projectcontent .property .textarea, .projectcontent .information .textarea {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  color: #545751;
  margin-bottom: 35px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .overview .textarea, .projectcontent .property .textarea, .projectcontent .information .textarea {
    max-width: 1080px;
  }
}
.projectcontent .overview .textarea p, .projectcontent .property .textarea p, .projectcontent .information .textarea p {
  margin-bottom: 15px;
}
.projectcontent .overview-table, .projectcontent .property-table, .projectcontent .information-table {
  border-bottom: none;
}
.projectcontent .overview-access-map, .projectcontent .property-access-map, .projectcontent .information-access-map {
  width: auto !important;
  max-width: 1080px !important;
  padding: 0 15px;
}
.projectcontent .slide_view {
  padding-top: 65px;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view {
    padding-top: 0;
  }
}
.projectcontent .slide_view_title {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view_title {
    margin-top: 65px;
    text-align: center;
  }
}
.projectcontent .slide_view_gallery {
  margin-top: 35px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view_gallery {
    margin-top: 50px;
  }
}
.projectcontent .slide_view_gallery .floor_info {
  text-align: left;
  margin-bottom: 15px;
}
.projectcontent .slide_view_gallery .floor_info_type {
  font-family: YuGothic;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 14px;
  text-align: center;
  color: #fff;
  background: #d8ca89;
}
.projectcontent .slide_view .amenity {
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  padding-top: 50px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.projectcontent .slide_view .amenity img {
  width: 100%;
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .amenity {
    width: 1080px;
    margin: 0 auto;
    padding-top: 85px;
  }
}
.projectcontent .slide_view .amenity .gallery {
  width: 100%;
  float: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .amenity .gallery {
    width: 50%;
    float: left;
  }
}
.projectcontent .slide_view .amenity_textcontent {
  background-color: #fff;
  width: 100%;
  text-align: center;
  float: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .amenity_textcontent {
    width: 50%;
    height: 366px;
    float: left;
    text-align: left;
  }
}
.projectcontent .slide_view .amenity .textarea {
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 50px;
  margin-bottom: 50px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .amenity .textarea {
    width: 60%;
    margin: 60px auto;
  }
}
.projectcontent .slide_view .spec {
  border-top: solid 1px #c5beb7;
  padding-top: 65px;
  width: 100%;
  text-align: left;
  margin-top: 50px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec {
    margin-top: 85px;
  }
}
.projectcontent .slide_view .spec_info {
  padding-left: 35px;
  padding-right: 35px;
  text-align: left;
  margin: 0 auto;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info {
    width: 1080px;
  }
}
.projectcontent .slide_view .spec_info .title {
  width: 100%;
  float: left;
  margin-top: -10px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info .title {
    width: 32%;
    float: left;
    margin-top: -10px;
  }
}
.projectcontent .slide_view .spec_info .table {
  width: 100%;
  float: left;
  vertical-align: baseline;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info .table {
    width: 78%;
  }
}
.projectcontent .slide_view .spec_info .tableheader {
  width: 37%;
  font-weight: bold;
  vertical-align: top;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info .tableheader {
    width: 20%;
  }
}
.projectcontent .slide_view .spec_info .tabledetail {
  width: 63%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info .tabledetail {
    width: 80%;
  }
}

.title_english {
  font-family: "Crimson Text", serif;
  font-size: 28px;
  margin-bottom: -10px;
  color: #c2b698;
  line-height: 1.2em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .title_english {
    margin-bottom: 0px;
  }
}

.br-sp {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .br-sp {
    display: none;
  }
}

h2 {
  line-height: 1.5em;
}

.list {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 1080px;
  margin: auto;
  padding-left: 15px;
  padding-bottom: 0px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.list li {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.list li p {
  width: 325px;
  margin-top: 20px;
  padding: 0;
  white-space: normal;
}
.list li .image_text_wrapper {
  position: relative;
}
.list li .image_text_wrapper .layer_text {
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  width: 295px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}

.ritz- {
  /* =============================================================================
     トップ
  ============================================================================= */
}
.ritz-layout_top {
  position: relative;
  height: 360px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)), url("/images/projects/ritz/common/ritz_pagetitle.jpg");
  background-position: 0% 0%;
  background-attachment: fixed;
  background-size: 200%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .ritz-layout_top {
    background-size: 150%;
  }
}
@media all and (min-width: 768px) {
  .ritz-layout_top {
    min-height: 550px;
    padding-bottom: 120px;
    background-size: 150%;
  }
}
@media all and (min-width: 1081px) {
  .ritz-layout_top {
    min-height: 750px;
    background-size: cover;
  }
}
.ritz-layout_top__projects_info {
  position: absolute;
  left: 15px;
  bottom: 25px;
}
.ritz-layout_top h1 {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 31px;
  margin: 0;
  color: #FFFFFF;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .ritz-layout_top h1 {
    font-size: 31px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.ritz-layout_top p {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  max-width: 785px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .ritz-layout_top p {
    width: 785px;
  }
}

/* =============================================================================
   コンテンツ
============================================================================= */
.projectcontent_button {
  text-align: center;
}
.projectcontent_button__more {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.projectcontent_button__morebtn {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.projectcontent_button__morebtn::after {
  content: none;
}
.projectcontent .overview, .projectcontent .property, .projectcontent .information {
  width: 100%;
  padding-top: 65px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.projectcontent .overview img, .projectcontent .property img, .projectcontent .information img {
  width: 100%;
}
@media all and (min-width: 1081px) {
  .projectcontent .overview, .projectcontent .property, .projectcontent .information {
    min-width: 760px;
    width: 100%;
  }
}
.projectcontent .overview_title, .projectcontent .property_title, .projectcontent .information_title {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .overview_title, .projectcontent .property_title, .projectcontent .information_title {
    text-align: center;
  }
}
.projectcontent .overview .textarea, .projectcontent .property .textarea, .projectcontent .information .textarea {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  color: #545751;
  margin-bottom: 35px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .overview .textarea, .projectcontent .property .textarea, .projectcontent .information .textarea {
    max-width: 1080px;
  }
}
.projectcontent .overview .textarea p, .projectcontent .property .textarea p, .projectcontent .information .textarea p {
  margin-bottom: 15px;
}
.projectcontent .overview-table, .projectcontent .property-table, .projectcontent .information-table {
  border-bottom: none;
}
.projectcontent .overview-access-map, .projectcontent .property-access-map, .projectcontent .information-access-map {
  width: auto !important;
  max-width: 1080px !important;
  padding: 0 15px;
}
.projectcontent .slide_view {
  padding-top: 65px;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view {
    padding-top: 0;
  }
}
.projectcontent .slide_view_title {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view_title {
    margin-top: 65px;
    text-align: center;
  }
}
.projectcontent .slide_view_gallery {
  margin-top: 35px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view_gallery {
    margin-top: 50px;
  }
}
.projectcontent .slide_view_gallery h3 {
  padding-left: 15px;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view_gallery h3 {
    text-align: center;
  }
}
.projectcontent .slide_view_gallery .floor_info {
  text-align: left;
  margin-bottom: 15px;
}
.projectcontent .slide_view_gallery .floor_info_type {
  font-family: YuGothic;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 14px;
  text-align: center;
  color: #fff;
  background: #d8ca89;
}
.projectcontent .slide_view .amenity {
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  padding-top: 50px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.projectcontent .slide_view .amenity img {
  width: 100%;
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .amenity {
    width: 1080px;
    margin: 0 auto;
    padding-top: 85px;
  }
}
.projectcontent .slide_view .amenity .gallery {
  width: 100%;
  float: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .amenity .gallery {
    width: 50%;
    float: left;
  }
}
.projectcontent .slide_view .amenity_textcontent {
  background-color: #fff;
  width: 100%;
  text-align: center;
  float: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .amenity_textcontent {
    width: 50%;
    height: 366px;
    float: left;
    text-align: left;
  }
}
.projectcontent .slide_view .amenity .textarea {
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 50px;
  margin-bottom: 50px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .amenity .textarea {
    width: 60%;
    margin: 60px auto;
  }
}
.projectcontent .slide_view .spec {
  border-top: solid 1px #c5beb7;
  padding-top: 65px;
  width: 100%;
  text-align: left;
  margin-top: 50px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec {
    margin-top: 85px;
  }
}
.projectcontent .slide_view .spec_info {
  padding-left: 35px;
  padding-right: 35px;
  text-align: left;
  margin: 0 auto;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info {
    width: 1080px;
  }
}
.projectcontent .slide_view .spec_info .title {
  width: 100%;
  float: left;
  margin-top: -10px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info .title {
    width: 32%;
    float: left;
    margin-top: -10px;
  }
}
.projectcontent .slide_view .spec_info .table {
  width: 100%;
  float: left;
  vertical-align: baseline;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info .table {
    width: 78%;
  }
}
.projectcontent .slide_view .spec_info .tableheader {
  width: 37%;
  font-weight: bold;
  vertical-align: top;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info .tableheader {
    width: 20%;
  }
}
.projectcontent .slide_view .spec_info .tabledetail {
  width: 63%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .projectcontent .slide_view .spec_info .tabledetail {
    width: 80%;
  }
}

.title_english {
  font-family: "Crimson Text", serif;
  font-size: 28px;
  margin-bottom: -10px;
  color: #c2b698;
  line-height: 1.2em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .title_english {
    margin-bottom: 0px;
  }
}

.br-sp {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .br-sp {
    display: none;
  }
}

h2 {
  line-height: 1.5em;
}

.list {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 1080px;
  margin: auto;
  padding-left: 15px;
  padding-bottom: 0px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.list li {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.list li p {
  width: 325px;
  margin-top: 20px;
  padding: 0;
  white-space: normal;
}
.list li .image_text_wrapper {
  position: relative;
}
.list li .image_text_wrapper .layer_text {
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  width: 295px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}

.experiencewaikiki {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /*==========================================================================
      header
  ========================================================================== */
}
@media all and (min-width: 1081px) {
  .experiencewaikiki {
    border-bottom: solid 1px #c5beb7;
  }
}
.experiencewaikiki .header {
  background-image: url("/images/experiencewaikiki/top_header_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 300px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experiencewaikiki .header {
    background-image: url("/images/experiencewaikiki/top_header@2x.png");
  }
}
.experiencewaikiki .header_main {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 80px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experiencewaikiki .header_main {
    margin: 0 auto;
    padding-top: 100px;
    width: 1080px;
  }
}
.experiencewaikiki .header .main-title {
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 36px;
  margin-bottom: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.experiencewaikiki .header .main-lead {
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.nav {
  display: none;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .nav {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 20px;
    text-align: right;
    width: 1080px;
  }
}
.nav li {
  display: none;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .nav li {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    margin-right: 40px;
  }
  .nav li:last-child {
    marigin-right: 0;
  }
}

a {
  text-decoration: none;
  transition: all 260ms ease-out;
}
a:hover {
  opacity: 0.5;
}

/* ==========================================================================
   service
   ========================================================================== */
.wrapper {
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .wrapper {
    margin: 0 auto;
    margin-top: 50px;
    width: 1080px;
  }
}

.service {
  box-sizing: border-box;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .service {
    clear: left;
    margin: 65px auto 0;
    padding: 0;
  }
}
.service-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .service-title {
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
  }
}
.service-lead {
  font-size: 15px;
  margin-bottom: 0;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .service-lead {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.mainvisual {
  margin-bottom: 25px;
  width: 100%;
}
.mainvisual_trump {
  background-image: url("/images/experiencewaikiki/trump/top.png");
  background-position: -75px top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 180px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 35px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .mainvisual_trump {
    background-position: center;
    height: 240px;
    margin-bottom: 25px;
  }
}
.mainvisual_pickup {
  background-image: url("/images/experiencewaikiki/pickup/top.png");
  background-position: -75px top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 180px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 35px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .mainvisual_pickup {
    background-position: center;
    height: 240px;
    margin-bottom: 25px;
  }
}
.mainvisual_restaurant {
  background-image: url("/images/experiencewaikiki/restaurant/top.png");
  background-position: -75px top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 180px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 35px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .mainvisual_restaurant {
    background-position: center;
    height: 240px;
    margin-bottom: 25px;
  }
}

.products {
  box-sizing: border-box;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products {
    padding-left: 0;
    padding-right: 0;
    width: 1080px;
  }
}
.products .product-detail {
  float: left;
  margin: 0 2% 0 0;
  width: 48%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .product-detail {
    margin: 0 24px 0 0;
    padding-left: 0;
    padding-right: 0;
    width: 252px;
  }
}
.products .product-detail_second {
  float: left;
  margin: 0 0 0 2%;
  width: 48%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .product-detail_second {
    margin: 0 24px 0 0;
    padding-left: 0;
    padding-right: 0;
    width: 252px;
  }
}
.products .product-detail_last {
  float: left;
  margin: 0 0 0 2%;
  width: 48%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .product-detail_last {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 252px;
  }
}
.products .title {
  float: left;
  margin-top: 0;
  position: relative;
}
.products .title_price {
  float: left;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  line-height: 1.5em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .title_price {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.products .title_caption {
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .title_caption {
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 9px;
  }
}
.products .category {
  clear: left;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 20px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .category {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

/* ==========================================================================
    reservation button
   ========================================================================== */
.btn {
  align-items: center;
  background-color: #c5b993;
  border-radius: 6px;
  clear: both;
  color: #fff;
  display: flex;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
  text-decoration: none;
  transition: all 260ms ease-out;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .btn {
    height: 70px;
  }
}
.btn:hover {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
  opacity: 0.8;
}

/* ==========================================================================
  info
	 ========================================================================== */
.info {
  border-top: solid 1px #c5beb7;
  box-sizing: border-box;
  clear: both;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .info {
    clear: left;
    margin: 65px auto 0;
    padding: 0;
  }
}

.cancelpolisy {
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .cancelpolisy {
    margin: 65px auto 0;
    padding-bottom: 65px;
    width: 1080px;
  }
}
.cancelpolisy p {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .cancelpolisy p {
    margin-top: 35px;
  }
}

.guideline {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .guideline {
    margin: 65px auto;
    width: 1080px;
  }
}
.guideline ul {
  display: block;
  list-style-type: none;
  padding: 0;
}
.guideline li {
  border-bottom: 1px solid #e6e3d0;
  box-sizing: border-box;
  padding-top: 0;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .guideline li {
    border-left: 1px solid #e6e3d0;
    border-bottom: 0;
    padding-top: 180px;
    display: inline-block;
    text-align: center;
  }
}

.reservation {
  background: no-repeat url("/images/experiencewaikiki/column/column_reservation.svg");
  background-position: left 10px top;
  background-size: 100px 100px;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-left: 140px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .reservation {
    background-position: center top 20px;
    background-size: 150px 150px;
    margin: 0;
    padding: 0 0 25px;
    width: 265px;
  }
}

.comfirmation {
  background: no-repeat url("/images/experiencewaikiki/column/column_comfirmation.svg");
  background-position: left 10px top;
  background-size: 100px 100px;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-left: 140px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .comfirmation {
    background-position: center top 20px;
    background-size: 150px 150px;
    margin: 0;
    padding: 0 0 25px;
    width: 265px;
  }
}

.payment {
  background: no-repeat url("/images/experiencewaikiki/column/column_payment.svg");
  background-position: left 10px top;
  background-size: 100px 100px;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-left: 140px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .payment {
    background-position: center top 20px;
    background-size: 150px 150px;
    margin: 0;
    padding: 0 0 25px;
    width: 265px;
  }
}

.enjoy {
  background: no-repeat url("/images/experiencewaikiki/column/column_enjoy.svg");
  background-position: left 10px top;
  background-size: 100px 100px;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-left: 140px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .enjoy {
    background-position: center top 20px;
    background-size: 150px 150px;
    border-right: 1px solid #e6e3d0;
    margin: 0;
    padding: 0 0 25px;
    width: 266px;
  }
}

.column {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .column {
    margin-top: 35px;
  }
}
.column .column-title {
  font-size: 18px;
  margin-bottom: 10px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .column .column-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
.column .column-text {
  letter-spacing: 0.08em;
  line-height: 1.5em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .column .column-text {
    line-height: 1.8em;
  }
}

.whatspoint {
  border-top: solid 1px #c5beb7;
  margin-top: 0;
  width: 100%;
}

.experience_waikiki_about .nav {
  width: 1080px;
  padding-left: 0;
}
.experience_waikiki_about .header {
  background-image: url("/images/experiencewaikiki/top_header_sp.png");
  height: 300px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .header {
    background-image: url("/images/experiencewaikiki/top_header@2x.png");
    width: 100%;
  }
}
.experience_waikiki_about .header__title {
  font-family: "Crimson Text", serif;
  font-size: 42px;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .header__title {
    padding-top: 72px;
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.experience_waikiki_about .br-sp {
  display: none;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .br-sp {
    display: inline;
  }
}
.experience_waikiki_about .br-pc {
  display: inline;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .br-pc {
    display: none;
  }
}
.experience_waikiki_about .contents {
  border-top: solid 1px #e6e3d0;
  width: 100%;
  padding-top: 0;
  clear: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents {
    padding-top: 50px;
  }
}
.experience_waikiki_about .contents .content-concept {
  box-sizing: border-box;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 1.9em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-concept {
    font-size: 20px;
    line-height: 2.5em;
    margin: 0 auto 100px;
    text-align: center;
    width: 1080px;
  }
}
.experience_waikiki_about .contents .content-concept__title {
  font-family: "Crimson Text", serif;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 50px;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-concept__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.experience_waikiki_about .contents .content-concept p {
  margin-bottom: 30px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-concept p {
    margin-bottom: 50px;
  }
}
.experience_waikiki_about .contents .content-service {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-service {
    font-size: 20px;
    line-height: 2.5em;
    margin: 0 auto;
    width: 1080px;
  }
}
.experience_waikiki_about .contents .content-service .card {
  background-color: #fff;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
  font-size: 24px;
  margin-bottom: 35px; /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-service .card {
    font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
    font-size: 20px;
    margin-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
    height: 304px;
    width: 1080px;
  }
}
.experience_waikiki_about .contents .content-service .card-hotel {
  background-image: url("/images/experiencewaikiki/lp/Trump_Waikiki_Exterior.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 183px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-service .card-hotel {
    background-position: center;
    float: left;
    height: 304px;
    width: 50%;
  }
}
.experience_waikiki_about .contents .content-service .card-trans {
  background-image: url("/images/experiencewaikiki/lp/transportation.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 183px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-service .card-trans {
    background-position: center;
    float: left;
    height: 304px;
    width: 50%;
  }
}
.experience_waikiki_about .contents .content-service .card-restaurant {
  background-image: url("/images/experiencewaikiki/lp/restaurant.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 183px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-service .card-restaurant {
    background-position: center;
    float: left;
    height: 304px;
    width: 50%;
  }
}
.experience_waikiki_about .contents .content-service .card-textarea {
  background-color: #fff;
  padding-top: 35px;
  height: 153px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents .content-service .card-textarea {
    float: left;
    padding: 0;
    padding-top: 115px;
    width: 50%;
  }
}
.experience_waikiki_about .contents-ssipoint_background {
  background-image: url("/images/experiencewaikiki/lp/jal_visual_image_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 300px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents-ssipoint_background {
    background-image: url("/images/experiencewaikiki/lp/jal_visual_image.png");
  }
}
.experience_waikiki_about .contents-ssipoint_background .content-ssipoint {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents-ssipoint_background .content-ssipoint {
    margin: 0 auto;
    width: 1080px;
  }
}
.experience_waikiki_about .contents-ssipoint_background .content-ssipoint-concept {
  float: left;
  margin-bottom: 0;
  margin-right: 95px;
  margin-top: 0;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents-ssipoint_background .content-ssipoint-concept {
    margin-bottom: 65px;
    margin-top: 350px;
    width: 519px;
    float: left;
  }
}
.experience_waikiki_about .contents-ssipoint_background .content-ssipoint-concept .btn {
  height: 60px;
  font-size: 16px;
  margin-top: 30px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents-ssipoint_background .content-ssipoint-concept .btn {
    width: 241px;
  }
}
.experience_waikiki_about .contents-ssipoint_background .content-ssipoint-illustration {
  background-image: url("/images/experiencewaikiki/lp/jal_ssipoint.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  float: left;
  height: 105px;
  margin-top: 350px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experience_waikiki_about .contents-ssipoint_background .content-ssipoint-illustration {
    float: right;
    margin-top: 500px;
    height: 151px;
    width: 465px;
  }
}

.experiencewaikiki-detail {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .experiencewaikiki-detail {
    border-bottom: solid 1px #c5beb7;
  }
}

/*==========================================================================
        header
========================================================================== */
.header {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 467px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header {
    background-image: url("/images/experiencewaikiki/lp/Trump_Waikiki_Exterior.png");
  }
}
.header__trumpstudio {
  background-image: url("/images/experiencewaikiki/trump/studio/trumpstudio_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__trumpstudio {
    background-position: center;
    height: 467px;
  }
}
.header__trumpone {
  background-image: url("/images/experiencewaikiki/trump/onebed/trumponebed_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__trumpone {
    background-position: center;
    height: 467px;
  }
}
.header__trumponeplusden {
  background-image: url("/images/experiencewaikiki/trump/oneplusden/trumponeplusden_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__trumponeplusden {
    background-position: center;
    height: 467px;
  }
}
.header__trumptwobed {
  background-image: url("/images/experiencewaikiki/trump/twobed/trumptwobed_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__trumptwobed {
    background-position: center;
    height: 467px;
  }
}
.header__trumptwoplusden {
  background-image: url("/images/experiencewaikiki/trump/twoplusden/trumptwoplusden_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__trumptwoplusden {
    background-position: center;
    height: 467px;
  }
}
.header__pickup {
  background-image: url("/images/experiencewaikiki/pickup/pickup_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__pickup {
    background-position: center;
    height: 467px;
  }
}
.header__michels {
  background-image: url("/images/experiencewaikiki/restaurant/Michels/Michels_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__michels {
    background-position: center;
    height: 467px;
  }
}
.header__taormina {
  background-image: url("/images/experiencewaikiki/restaurant/Taormina/Taormina_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__taormina {
    background-position: center;
    height: 467px;
  }
}
.header__trumpspa {
  background-image: url("/images/experiencewaikiki/restaurant/Trumpspa/trumpspa_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 240px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .header__trumpspa {
    background-position: center;
    height: 467px;
  }
}

a {
  text-decoration: none;
  transition: all 260ms ease-out;
}
a:hover {
  opacity: 0.5;
}

.nav-title {
  float: left;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin-top: 3px;
  text-decoration: none;
}

/*==========================================================================
        wrapper
========================================================================== */
.wrapper {
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .wrapper {
    margin: 0 auto;
    margin-top: 55px;
    width: 1080px;
  }
}

.product-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 25px;
  padding: 0 25px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .product-title {
    font-size: 27px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 55px;
    text-align: center;
  }
}

.general-info {
  box-sizing: border-box;
  padding: 10px 25px 25px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .general-info {
    clear: left;
    margin-top: 15px;
    margin: 65px auto 0;
    padding: 0;
  }
}
.general-info_left {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .general-info_left {
    border-right: 1px solid #e6e3d0;
    float: left;
    margin-bottom: 75px;
    padding-right: 74px;
    width: 570px;
  }
}
.general-info_right {
  -webkit-font-smoothing: antialiased;
  top: 0;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .general-info_right {
    float: left;
    padding-left: 75px;
    width: 360px;
  }
}
.general-info_right .btn {
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .general-info_right .btn {
    margin-top: 0;
  }
}

.about {
  box-sizing: border-box;
  padding: 10px 25px 25px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .about {
    clear: left;
    margin-top: 15px;
    margin: 65px auto 0;
    padding: 0;
  }
}

.notice {
  font-size: 13px;
  padding-bottom: 15px;
  text-align: left;
}

.notice-link {
  clear: left;
  font-size: 14px;
  text-align: left;
}
.notice-link a {
  color: #bbb;
  text-decoration: none;
  transition: all 260ms ease-out;
}
.notice-link a:hover {
  opacity: 0.5;
}

.gallery {
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .gallery {
    margin-top: 65px;
    padding-bottom: 85px;
    width: 1080px;
  }
}

.product-info {
  margin-top: 15px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .product-info {
    margin-top: 30px;
  }
}
.product-info_price {
  float: left;
  font-family: "Crimson Text", serif;
  font-size: 36px;
  margin-top: 5px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .product-info_price {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.product-info_caption {
  float: left;
  font-size: 16px;
  margin-left: 10px;
  padding-top: 27px;
}

.rules {
  border-top: solid 1px #e6e3d0;
  margin: 35px 0;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .rules {
    padding-top: 15px;
    vertical-align: baseline;
    width: 570px;
  }
}
.rules_title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
.rules .tableheader {
  font-weight: bold;
  vertical-align: baseline;
  width: 37%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .rules .tableheader {
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 50px;
    vertical-align: top;
    width: 120px;
  }
}
.rules .tabledetail {
  vertical-align: top;
  width: 63%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .rules .tabledetail {
    font-size: 14px;
    width: 500px;
  }
}

.other-products {
  box-sizing: border-box;
  clear: both;
  font-size: 18px;
  padding: 35px 25px 0;
  text-align: center;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .other-products {
    border-top: solid 1px #e6e3d0;
    padding-top: 75px;
  }
}

.products {
  box-sizing: border-box;
  margin-top: 15px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products {
    margin: 35px auto;
    padding-left: 0;
    padding-right: 0;
    width: 1080px;
  }
}
.products .product-detail {
  float: left;
  margin: 0 2% 0 0;
  width: 48%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .product-detail {
    margin: 0 24px 35px 0;
    padding-left: 0;
    padding-right: 0;
    width: 252px;
  }
}
.products .product-detail_second {
  float: left;
  margin: 0 0 0 2%;
  width: 48%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .product-detail_second {
    margin: 0 24px 0 0;
    padding-left: 0;
    padding-right: 0;
    width: 252px;
  }
}
.products .product-detail_last {
  float: left;
  margin: 0 0 0 2%;
  width: 48%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .product-detail_last {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 252px;
  }
}
.products .title {
  float: left;
  margin-top: 0;
  position: relative;
}
.products .title_price {
  float: left;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  line-height: 1.5em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .title_price {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.products .title_caption {
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .title_caption {
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 9px;
  }
}
.products .category {
  clear: left;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .products .category {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

/* ==========================================================================
  info
	 ========================================================================== */
.info {
  border-top: solid 1px #e6e3d0;
  box-sizing: border-box;
  clear: both;
  margin-top: 65px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .info {
    clear: left;
    margin: 65px auto 0;
    padding: 0;
  }
}

.guideline {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 1081px) {
  .guideline {
    margin: 65px auto;
    width: 1080px;
  }
}

.company-contents {
  margin: 0 auto;
  text-align: center;
}
.company-copy {
  margin: 0 auto 2em;
  width: 300px;
  max-width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .company-copy {
    margin: 0 auto 3em;
    width: auto;
  }
}
.company-body {
  font-size: 14px;
  line-height: 2.14;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .company-body {
    font-size: inherit;
  }
}
.company-contentslist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 70px auto 0;
  max-width: 630px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .company-contentslist {
    margin: 100px auto 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.company-contentslist__item {
  margin-bottom: 1em;
  max-width: 300px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .company-contentslist__item {
    margin-bottom: 0;
  }
}
.company-contentslist__item--message .company-contentslist__link::before {
  background-image: url("/images/company/index/img_company_message.jpg");
}
.company-contentslist__item--profile .company-contentslist__link::before {
  background-image: url("/images/company/index/img_company_profile.jpg");
}
.company-contentslist__link {
  display: block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
}
.company-contentslist__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 300ms;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .company-contentslist__link::before {
    height: 150px;
    background-position: center;
  }
}
.company-contentslist__link:hover::before {
  opacity: 0.8;
}
.company-contentslist__link:hover .company-contentslist__more {
  text-decoration: none;
}
.company-contentslist__title {
  margin: 0;
  padding: 20px 20px 0;
  text-align: center;
  color: #444;
}
.company-contentslist__title--en {
  display: block;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #444;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Crimson Text", serif;
}
.company-contentslist__title--ja {
  display: block;
  font-size: 12px;
  font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
}
.company-contentslist__body {
  padding: 20px;
  font-size: 12px;
}
.company-contentslist__more {
  position: relative;
  display: block;
  margin-top: 1em;
  padding-right: 1em;
  text-align: right;
  line-height: 1.7;
  text-decoration: underline;
}
.company-contentslist__more::after {
  content: "\f054";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1.5em;
  font-size: 10px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #fff;
}

.message-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .message-contents {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.message-visual {
  flex: 1 0 0;
  margin-bottom: 50px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .message-visual {
    margin-bottom: 0;
    width: 385px;
  }
}
.message-textarea {
  flex: 1 0 0;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.message-textarea p {
  margin-bottom: 1em;
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .message-textarea {
    padding-left: 30px;
  }
  .message-textarea p {
    font-size: inherit;
  }
}
.message-copy {
  margin: 0 0 1em;
}
.message-sign {
  margin: 60px 0 0;
  text-align: right;
  font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
}
.message-sign__position {
  margin-right: 1em;
  font-size: 13px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .message-sign__position {
    font-size: 14px;
  }
}
.message-sign__name--ja {
  font-size: 20px;
  font-weight: bold;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .message-sign__name--ja {
    font-size: 28px;
  }
}
.message-sign__name--en {
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: "Crimson Text", serif;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .message-sign__name--en {
    font-size: 14px;
  }
}

.profile- {
  /* =============================================================================
     キャッチコピー
  ============================================================================= */
  /* =============================================================================
     カテゴリリンク
  ============================================================================= */
  /* =============================================================================
     不動産販売事業
  ============================================================================= */
  /* =============================================================================
     販売実績一例
  ============================================================================= */
  /* =============================================================================
     ホスピタリティ事業
  ============================================================================= */
  /* =============================================================================
     会社情報
  ============================================================================= */
}
.profile-catchcopy {
  padding: 30px 5px 0;
  width: 100%;
  height: 250px;
  background-image: url("/images/company/profile/bg_profile_catch.jpg");
  background-position: 25% 50%;
  background-size: cover;
  color: #fff;
  font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-align: center;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-catchcopy__title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 20px;
}
.profile-catchcopy__body {
  display: block;
  font-size: 11px;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
@media all and (min-width: 480px) {
  .profile-catchcopy {
    padding: 30px 10px 0;
    height: 300px;
    background-position: 0 0;
  }
  .profile-catchcopy__title {
    font-size: 24px;
  }
  .profile-catchcopy__body {
    font-size: 13px;
  }
}
@media all and (min-width: 768px) {
  .profile-catchcopy {
    padding: 65px 10px 0;
    height: 400px;
    background-position: center;
  }
  .profile-catchcopy__title {
    font-size: 28px;
  }
  .profile-catchcopy__body {
    font-size: 16px;
  }
}
@media all and (min-width: 1081px) {
  .profile-catchcopy__title {
    font-size: 34px;
  }
  .profile-catchcopy__body {
    font-size: 18px;
  }
}
.profile-anchorlink {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
  font-weight: normal;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-anchorlink {
    flex-direction: row;
  }
}
.profile-anchorlink__item {
  margin-bottom: 20px;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-anchorlink__item {
    margin-bottom: 0;
    width: 30%;
  }
}
.profile-anchorlink__link {
  position: relative;
  display: block;
  padding: 1em;
  width: 100%;
  border-bottom: 1px solid #c5beb7;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  box-sizing: border-box;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-anchorlink__link::after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  font-family: "FontAwesome";
  color: #c5beb7;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 2px #f6f5f1;
}
@media all and (min-width: 768px) {
  .profile-anchorlink__link__link {
    padding: 1.5em;
  }
  .profile-anchorlink__link:hover {
    background-color: #fff;
    border-bottom: 1px solid #272727;
  }
  .profile-anchorlink__link:hover::after {
    color: #272727;
    -webkit-text-stroke: 2px #fff;
  }
}
.profile-realestate {
  margin-top: 0px;
  padding-top: 60px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-realestate__inner {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #f3efe9;
}
@media all and (min-width: 768px) {
  .profile-realestate {
    margin-top: 7px;
    padding-top: 53px;
  }
}
.profile-realestate__image {
  margin-bottom: 30px;
}
.profile-performance {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  background-color: #fff;
  color: #808080;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-performance {
    flex-direction: row;
  }
}
.profile-performance__image, .profile-performance__content {
  flex: 1 0 0%;
  text-align: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-performance__image, .profile-performance__content {
    width: 50%;
  }
}
.profile-performance__image {
  height: 200px;
  background-size: cover;
  background-position: center;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-performance__image {
    height: auto;
  }
}
.profile-performance__trump .profile-performance__image {
  background-image: url("/images/company/profile/img_profile_trump.jpg");
}
.profile-performance__ritz .profile-performance__image {
  background-image: url("/images/company/profile/img_profile_ritz.jpg");
}
.profile-performance__content {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-performance__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.profile-performance:last-child {
  margin-bottom: 0;
}
.profile-performance__heading {
  margin: 0 0 15px;
  padding: 25px 0;
  border-bottom: 1px solid #c5beb7;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-performance__heading img {
  width: 100px;
}
@media all and (min-width: 768px) {
  .profile-performance__heading img {
    width: auto;
  }
}
.profile-performance__percentage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-performance__percentage-intro {
  width: 15em;
  font-size: 12px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-performance__percentage-intro {
    font-size: inherit;
  }
}
.profile-performance__percentage-pickup {
  width: 5em;
}
.profile-performance__pickup {
  font-size: 20px;
  font-family: "Crimson Text", "Yu Mincho", "Noto Serif", serif;
  line-height: 1.2;
  color: #c9ba88;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-performance__pickup--num {
  margin-right: -0.2em;
  margin-left: -0.1em;
  font-size: 40px;
  font-weight: bold;
  font-family: "Crimson Text", serif;
  font-weight: 300;
}
@media all and (min-width: 768px) {
  .profile-performance__pickup {
    font-size: 38px;
  }
  .profile-performance__pickup--num {
    font-size: 60px;
  }
}
.profile-performance__more {
  margin-top: 1em;
}
.profile-performance__morebtn {
  padding: 0.5em 0;
  width: 100%;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-performance__morebtn::after {
  content: none;
}
@media all and (min-width: 768px) {
  .profile-performance__morebtn {
    padding: 1em 0;
    width: 320px;
  }
}
.profile-concierge {
  margin-top: -60px;
  padding-top: 60px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-concierge__inner {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #e5e2da;
}
@media all and (min-width: 768px) {
  .profile-concierge {
    margin-top: -53px;
    padding-top: 53px;
  }
}
.profile-concierge__image {
  margin-bottom: 30px;
}
.profile-concierge__emtext {
  margin: 0.5em 0;
  font-weight: bold;
}
.profile-loungeinfo {
  margin-top: 2em;
  padding: 1em;
  background-color: #f7f5f1;
  border-radius: 5px;
  text-align: center;
}
.profile-loungeinfo__map {
  margin-left: 1em;
}
.profile-companyinfo {
  margin-top: -60px;
  padding-top: 60px;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-companyinfo__inner {
  padding-top: 60px;
}
@media all and (min-width: 768px) {
  .profile-companyinfo {
    margin-top: -53px;
    padding-top: 53px;
  }
  .profile-companyinfo__inner {
    padding-top: 60px;
  }
}
.profile-companyinfo__table {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c5beb7;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__table {
    border-bottom: none;
  }
}
.profile-companyinfo__tablebody {
  display: block;
  width: 100%;
}
.profile-companyinfo__tablerow {
  display: block;
  width: 100%;
  font-size: 0;
}
.profile-companyinfo__tableheader, .profile-companyinfo__tabledetail {
  display: block;
  margin-top: -1px;
  border: none;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__tableheader, .profile-companyinfo__tabledetail {
    display: inline-block;
    border-top: 1px solid #c5beb7;
    border-bottom: 1px solid #c5beb7;
  }
}
.profile-companyinfo__tablerow:first-child .profile-companyinfo__tableheader, .profile-companyinfo__tablerow:first-child .profile-companyinfo__tabledetail {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__tablerow:first-child .profile-companyinfo__tableheader, .profile-companyinfo__tablerow:first-child .profile-companyinfo__tabledetail {
    padding-top: 0;
    border-top: none;
  }
}
.profile-companyinfo__tableheader {
  padding: 1em 0.5em;
  text-align: center;
  font-weight: normal;
  background-color: #e3dfda;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__tableheader {
    display: inline-block;
    margin-right: 5%;
    padding: 1em 2em 0.8em;
    width: 20%;
    background-color: transparent;
  }
}
.profile-companyinfo__tabledetail {
  padding: 1em 1em 2em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__tabledetail {
    padding: 1em 2em 0.8em;
    width: 75%;
  }
}
.profile-companyinfo__tabledetail--includemulticontent {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__tabledetail--includemulticontent {
    padding: 0;
  }
}
.profile-companyinfo__outlinelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-companyinfo__outlineitem {
  overflow: hidden;
  padding: 1em 1em 0.8em;
  border: none;
  border-bottom: 1px solid #c5beb7;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.profile-companyinfo__outlineitem:last-child {
  border-bottom: none;
}
@media all and (min-width: 768px) {
  .profile-companyinfo__outlineitem {
    padding: 1em 2em 0.8em;
  }
}
.profile-companyinfo__outlinedate {
  display: block;
  font-weight: bold;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__outlinedate {
    float: left;
    width: 7em;
    font-weight: normal;
  }
}
.profile-companyinfo__outlinebody {
  overflow: hidden;
  display: block;
}
.profile-companyinfo__affiliate {
  padding: 1em 1em 0.8em;
  border: none;
  border-bottom: 1px solid #c5beb7;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__affiliate {
    padding: 1em 2em 0.8em;
  }
}
.profile-companyinfo__affiliate:last-child {
  border-bottom: none;
}
.profile-companyinfo__affiliatename {
  margin: 0 0 0.5em;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 768px) {
  .profile-companyinfo__affiliatename {
    font-weight: normal;
  }
}
.profile-companyinfo__affiliateinfo {
  display: inline-block;
  margin-right: 1em;
}
.profile-map {
  margin-top: 60px;
}

.access-map {
  margin: 30px auto 0;
  width: 90%;
  height: 400px;
  max-width: 800px;
}
.access-tokyo {
  margin-top: 0;
}
.access-hawaii {
  margin-top: 72px;
}

.privacy-officer {
  margin-bottom: 2em;
  text-align: right;
}
.privacy-note {
  position: relative;
  left: -0.1em;
  font-size: 0.75em;
  vertical-align: top;
}
.privacy-companyinfo {
  margin-top: 2em;
  padding: 2em;
  border: 1px solid #ccc;
}
.privacy-note-supple {
  margin-top: 5em;
  padding: 1em;
  border: 1px solid #ccc;
  font-size: 0.8em;
}
.privacy-note-supplelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy-note-supplenum {
  display: inline-block;
  margin-right: 0.5em;
}
.privacy-revision-date {
  margin-top: 5em;
}
.privacy-revision-date p {
  text-align: right;
}

.press- {
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
.press-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c5beb7;
}
.press-item {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #c5beb7;
}
.press-date {
  display: block;
  margin-bottom: 0.5em;
}
.press-body {
  display: block;
}
.press-body .fa-file-pdf-o {
  margin-left: 0.5em;
  color: #d62f20;
}
@media all and (min-width: 480px) {
  .press-item {
    display: flex;
  }
  .press-date {
    flex: 1 0 0;
    margin-bottom: 0;
    padding-right: 2em;
  }
  .press-body {
    flex: 5 0 0;
  }
}
.press-usage {
  margin-top: 3em;
  padding: 0 2em;
  font-size: 12px;
  text-align: left;
  /* ---------------------------------------------- */ /*
---
name: メディアクエリの書き方
category:
  - _mediaquery
tag:
  - memo
  - add_201706
---

mediaqueryなしで書いた場合は、基本的にはモバイル用の指定になる

```scss
// phablet 以上
@include media(phablet) {
  ...
}

// tablet 以上
@include media(tablet) {
  ...
}

// desktop small 以上
@include media(desktop-s) {
  ...
}

// desktop 以上
@include media(desktop) {
  ...
}

```
*/
}
@media all and (min-width: 480px) {
  .press-usage {
    text-align: center;
  }
}

.contact-thanksbody {
  text-align: center;
}
.contact-backhome {
  margin-top: 3em;
  text-align: center;
}
.contact-backhome__btn {
  padding: 1em 2em;
}

.page-error {
  padding: 5em 2em;
  text-align: center;
}

.error-logo {
  margin-bottom: 3em;
}
.error-logo img {
  margin-right: 6%;
}
.error-maintext {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.error-btnlist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3em;
}
.error-btnlist__item {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 16px;
}
.error-btnlist__item:first-child {
  margin-left: 0;
}
.error-btnlist .mod-btn {
  padding-right: 2em;
}

/* =============================================================================
   Variables
============================================================================= */
/* =============================================================================
   Helper
============================================================================= */
.bg-gray {
  background-color: #f9f9f9;
}

.mt-48 {
  margin-top: -48px;
}

/* =============================================================================
   Mixin
============================================================================= */
/* =============================================================================
   Components
============================================================================= */
.button-primary {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 560px) {
  .button-primary {
    font-size: 16px;
  }
}
.button-primary:after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-image: none;
  background-size: cover;
}
.button-primary:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .button-primary {
    width: 100%;
  }
}

.button-secondary {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #FFD167;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 560px) {
  .button-secondary {
    font-size: 13px;
  }
}
.button-secondary:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .button-secondary {
    width: 100%;
  }
}

.button-accent {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background-color: #ffd167;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .button-accent {
    font-size: 16px;
  }
}
.button-accent:after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-image: none;
  background-size: cover;
}
.button-accent:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .button-accent {
    width: 100%;
  }
}

.button-favorite {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 5;
  appearance: none;
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  appearance: none;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .button-favorite {
    top: 8px;
    left: 8px;
  }
}
.button-favorite:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/images/common/icon-pin.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #1a1a1a;
  transform: rotate(45deg) translate(65%);
  transition: all 0.15s ease-in-out;
}
.button-favorite:hover {
  opacity: 0.8;
  transition: all 0.15s ease-in-out;
}
.button-favorite:hover:before {
  transform: rotate(0) translate(50%, 50%);
  transition: all 0.15s ease-in-out;
}
.button-favorite:checked {
  background-color: #ffd167;
}
.button-favorite:checked:before {
  height: 16px;
  transform: rotate(0) translate(50%, 90%);
}

.breadcrumb {
  padding: 16px 0;
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .breadcrumb {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 1272px) {
  .breadcrumb {
    padding: 16px 24px;
  }
}
.breadcrumb nav {
  max-width: 1272px;
  margin: 0 auto;
}
.breadcrumb nav .breadcrumb-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 560px) {
  .breadcrumb nav .breadcrumb-list {
    width: 100%;
    overflow-x: scroll;
  }
}
.breadcrumb nav .breadcrumb-list a {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .breadcrumb nav .breadcrumb-list a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1272px) {
  .breadcrumb nav .breadcrumb-list a {
    font-size: 14px;
  }
}
.breadcrumb nav .breadcrumb-list a.no-anchor {
  color: #1a1a1a;
}
.breadcrumb nav .breadcrumb-list a.no-anchor:hover {
  cursor: default;
  opacity: 1;
}
.breadcrumb nav .breadcrumb-list i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 12px;
  text-indent: 100%;
}
.breadcrumb nav .breadcrumb-list i:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/images/common/icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  color: #dddddd;
}

.list-nav-container {
  width: 100%;
  padding: 48px 0;
  background: #f9f9f9;
}
@media screen and (max-width: 1272px) {
  .list-nav-container {
    padding: 48px 24px;
  }
}
.list-nav-container div {
  max-width: 1272px;
  margin: 0 auto;
}
.list-nav-container div h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .list-nav-container div h2 {
    font-size: 25px;
  }
}
.list-nav-container div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .list-nav-container div p {
    font-size: 15px;
  }
}
.list-nav-container div ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0;
  padding: 0;
}
@media screen and (max-width: 1272px) {
  .list-nav-container div ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media screen and (max-width: 560px) {
  .list-nav-container div ul {
    display: flex;
    flex-direction: column;
  }
}
.list-nav-container div ul li {
  flex-shrink: 0;
  margin: 0 12px;
  border-radius: 12px;
  overflow: hidden;
  list-style-type: none;
}
@media screen and (max-width: 1272px) {
  .list-nav-container div ul li {
    width: 100%;
    height: 160px !important;
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .list-nav-container div ul li {
    width: 100%;
    margin: 12px auto;
  }
}
.list-nav-container div ul li .card-link-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 560px) {
  .list-nav-container div ul li .card-link-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 1272px) {
  .list-nav-container div ul li .card-link-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 560px) {
  .list-nav-container div ul li .card-link-title {
    background-size: cover;
  }
}
.list-nav-container .categorynav-container ul li {
  width: 33.33333%;
  max-width: 408px;
  height: 235px;
}
@media screen and (max-width: 1272px) {
  .list-nav-container .categorynav-container ul li {
    width: 100%;
    max-width: unset;
  }
}
.list-nav-container .categorynav-container .feature {
  background-image: url(/images/common/img-categorynav-feature.jpg);
}
.list-nav-container .categorynav-container .projects {
  background-image: url(/images/common/img-categorynav-projects.jpg);
}
.list-nav-container .categorynav-container .area {
  background-image: url(/images/common/img-categorynav-area.jpg);
}
@media screen and (max-width: 1272px) {
  .list-nav-container .featurenav-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 560px) {
  .list-nav-container .featurenav-container {
    padding: 0;
  }
}
@media screen and (max-width: 1272px) {
  .list-nav-container .featurenav-container ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media screen and (max-width: 560px) {
  .list-nav-container .featurenav-container ul {
    display: flex;
  }
}
.list-nav-container .featurenav-container ul li {
  width: 235px;
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 1272px) {
  .list-nav-container .featurenav-container ul li {
    width: 100%;
    height: 160px;
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .list-nav-container .featurenav-container ul li {
    margin: 12px auto;
  }
}
.list-nav-container .featurenav-container ul li .card-link-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  .list-nav-container .featurenav-container ul li .card-link-title {
    font-size: 20px;
  }
}
.list-nav-container .featurenav-container ul li .card-link-title.hotelcondominium {
  background-image: url(/images/common/img-featurenav-hotelcondominium.jpg);
}
.list-nav-container .featurenav-container ul li .card-link-title.condominium {
  background-image: url(/images/common/img-featurenav-condominium.jpg);
}
.list-nav-container .featurenav-container ul li .card-link-title.highgrade {
  background-image: url(/images/common/img-featurenav-highgrade.jpg);
}
.list-nav-container .featurenav-container ul li .card-link-title.newproject {
  background-image: url(/images/common/img-featurenav-newproject.jpg);
}
.list-nav-container .featurenav-container ul li .card-link-title.penthouse {
  background-image: url(/images/common/img-featurenav-penthouse.jpg);
}
.list-nav-container .area-container ul li {
  width: 300px;
  height: 180px;
}
@media screen and (max-width: 1272px) {
  .list-nav-container .area-container ul li {
    width: 100%;
  }
}
.list-nav-container .area-container ul li .card-link-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .list-nav-container .area-container ul li .card-link-title {
    font-size: 20px;
  }
}
.list-nav-container .area-container ul li .waikiki {
  background-image: url(/images/common/img-areanav-waikiki.jpg);
}
.list-nav-container .area-container ul li .alamoana {
  background-image: url(/images/common/img-areanav-alamoana.jpg);
}
.list-nav-container .area-container ul li .ward {
  background-image: url(/images/common/img-areanav-wardkakaako.jpg);
}
.list-nav-container .area-container ul li .diamondhead {
  background-image: url(/images/common/img-areanav-diamondhead.jpg);
}
.list-nav-container .site-container ul li {
  width: 33.33333%;
  max-width: 408px;
  height: 235px;
}
@media screen and (max-width: 1272px) {
  .list-nav-container .site-container ul li {
    width: 100%;
    height: 160px;
  }
}
.list-nav-container .site-container ul li .card-link-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .list-nav-container .site-container ul li .card-link-title {
    font-size: 20px;
  }
}
.list-nav-container .site-container ul li .estate {
  background-image: url(/images/common/img-sitenav-estate.jpg);
}
.list-nav-container .site-container ul li .article {
  background-image: url(/images/common/img-sitenav-article.jpg);
}
.list-nav-container .site-container ul li .company {
  background-image: url(/images/common/img-sitenav-company.jpg);
}

.card-estate {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 300px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
@media screen and (max-width: 560px) {
  .card-estate {
    max-width: 100%;
  }
}
.card-estate .estate-img {
  width: 100%;
  height: 225px;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .card-estate .estate-img {
    height: 160px;
  }
}
.card-estate .estate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-estate .estate-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
}
.card-estate .estate-info .estate-title {
  margin: 0 0 8px;
}
.card-estate .estate-info .estate-title span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .card-estate .estate-info .estate-title span {
    font-size: 11px;
  }
}
.card-estate .estate-info .estate-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .card-estate .estate-info .estate-title h4 {
    font-size: 18px;
  }
}
.card-estate .estate-info .estate-spec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
.card-estate .estate-info .estate-spec .estate-spec-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 560px) {
  .card-estate .estate-info .estate-spec .estate-spec-item {
    font-size: 11px;
  }
}
.card-estate .estate-info .estate-price {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  text-align: right;
}
.card-estate .estate-info .estate-price .estate-price-dol {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 560px) {
  .card-estate .estate-info .estate-price .estate-price-dol {
    font-size: 18px;
  }
}
.card-estate .estate-info .estate-price .estate-price-yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .card-estate .estate-info .estate-price .estate-price-yen {
    font-size: 11px;
  }
}

.hero-header {
  position: relative;
  z-index: 0;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 560px) {
  .hero-header {
    height: 400px;
  }
}
.hero-header:before {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.hero-header.hero-projects {
  background-image: url(/images/projects/img-hero-projects.jpg);
}
.hero-header.hero-area {
  background-image: url(/images/area/img-hero-area.jpg);
}
.hero-header.hero-feature {
  background-image: url(/images/feature/img-hero-feature.jpg);
}
.hero-header .inner-hero {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1272px;
  height: 100%;
  margin: 0 auto;
  padding: 0 64px;
}
@media screen and (max-width: 1272px) {
  .hero-header .inner-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 24px;
  }
}
.hero-header .inner-hero .title {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  word-break: keep-all;
}
@media screen and (max-width: 560px) {
  .hero-header .inner-hero .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1272px) {
  .hero-header .inner-hero .title {
    width: 100%;
    margin: 0 0 24px;
  }
}
.hero-header .inner-hero .description {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 4px;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .hero-header .inner-hero .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .hero-header .inner-hero .description {
    letter-spacing: normal;
  }
}

.detail-header {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .detail-header {
    height: 400px;
    overflow: unset;
  }
}
.detail-header.hero-hotelcondominium {
  background-image: url(/images/feature/img-hero-hotelcondominium.jpg);
}
.detail-header.hero-condominium {
  background-image: url(/images/feature/img-hero-condominium.jpg);
}
.detail-header.hero-newproject {
  background-image: url(/images/feature/img-hero-newproject.jpg);
}
.detail-header.hero-highgrade {
  background-image: url(/images/feature/img-hero-highgrade.jpg);
}
.detail-header.hero-penthouse {
  background-image: url(/images/feature/img-hero-penthouse.jpg);
}
.detail-header.hero-wardvillage {
  background-image: url(/images/feature/wardvilladge/img-hero-wardvillage.jpg);
}

hr {
  margin: 0;
  border: 0.5px solid #ddd;
}

.full-divider {
  position: absolute;
  left: 0;
  width: 100vw;
}
@media screen and (max-width: 560px) {
  .full-divider {
    position: relative;
    margin: 0 -24px;
  }
}

.section-divider {
  width: 1034px;
  margin-left: 320px;
}
@media screen and (max-width: 1272px) {
  .section-divider {
    width: unset;
    margin-left: 0;
  }
}
@media screen and (max-width: 560px) {
  .section-divider {
    width: 100%;
    margin: 0;
  }
}

.globalheader {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1272px) {
  .globalheader {
    padding: 0px 4px;
  }
}
@media screen and (max-width: 560px) {
  .globalheader {
    height: 48px;
  }
}
.globalheader .inner-globalheader {
  max-width: 1272px;
  margin: 0 auto;
}
.globalheader .inner-globalheader .submenu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper {
    padding: 0;
    height: 48px;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .left-col {
  margin-left: 12px;
}
.globalheader .inner-globalheader .submenu-wrapper .left-col .logo {
  display: block;
  overflow: hidden;
  width: 224px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/images/common/logo.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .left-col .logo {
    width: 28px;
    height: 24px;
    background-size: cover;
  }
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .left-col .logo.top-size {
    width: 142px;
    height: auto;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .left-col .button-search {
  display: none;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .left-col.title-container {
    display: flex;
    flex-direction: row;
    width: 50%;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .left-col.title-container .logo {
  display: inline-block;
  margin: 0 8px 0 0;
}
.globalheader .inner-globalheader .submenu-wrapper .left-col.title-container .title {
  display: none;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .left-col.title-container .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #1a1a1a;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    max-width: 254px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .left-col.title-container .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .left-col.search-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 130px);
    padding: 0 16px 0 0;
  }
  .globalheader .inner-globalheader .submenu-wrapper .left-col.search-container .logo {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .globalheader .inner-globalheader .submenu-wrapper .left-col.search-container .button-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    overflow: hidden;
    width: calc(100% - 38px);
    padding: 2px 12px 2px 32px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
    background-color: #ffffff;
    background-image: url(/images/search/search-icon.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left 12px center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
  }
  .globalheader .inner-globalheader .submenu-wrapper .left-col.search-container .button-search span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #1a1a1a;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .left-col.search-container .button-search span {
    font-size: 15px;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .right-col {
  display: flex;
  align-items: center;
  gap: 4px;
}
.globalheader .inner-globalheader .submenu-wrapper .right-col .button-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .right-col .button-link {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .right-col .button-link {
    display: none;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .right-col .favorite:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-right: 4px;
  background-image: url(/images/common/icon-pin-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.globalheader .inner-globalheader .submenu-wrapper .right-col .button-link-sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .right-col .button-link-sp {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #1a1a1a;
    display: inline-block;
    text-align: center;
    padding: 12px 5px;
    font-size: 12px !important;
    white-space: nowrap;
    width: 40px;
    height: 48px;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .right-col .button-link-sp {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .right-col .button-link-sp.last-child {
    margin-right: 11px;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .right-col .button-link-sp:after {
  content: "";
  margin: auto;
  display: flex;
  margin-top: 2px;
  width: 20px;
  height: 1px;
  background-color: #d2b259;
  border-radius: 2px;
}
.globalheader .inner-globalheader .submenu-wrapper .right-col .search-sp a {
  display: flex;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .right-col .search-sp a {
    display: inline-flex;
    align-items: center;
    padding: 12px 8px;
    width: 40px;
    height: 48px;
    justify-content: center;
    color: #1a1a1a;
  }
  .globalheader .inner-globalheader .submenu-wrapper .right-col .search-sp a:before {
    content: "";
    display: inline-flex;
    width: 17px;
    height: 17px;
    background-image: url("/images/common/search-black.svg");
    background-size: cover;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .icon-translate {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("/images/common/icon-translate.svg") no-repeat;
  background-position: center;
  background-size: 16px;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .icon-translate {
    display: none;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .translator-languages-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media screen and (max-width: 560px) {
  .globalheader .inner-globalheader .submenu-wrapper .translator-languages-container {
    display: none;
  }
}
.globalheader .inner-globalheader .submenu-wrapper .translator-languages-container a {
  padding: 0 4px;
  margin: 0;
  cursor: pointer;
}
.globalheader .inner-globalheader .submenu-wrapper .display_sp {
  display: block;
}
.globalheader .inner-globalheader .submenu-wrapper .active {
  font-weight: 700;
  color: #1a1a1a;
}
.globalheader .globalnav {
  padding: 8px 0 8px;
}
@media screen and (max-width: 560px) {
  .globalheader .globalnav {
    display: none;
  }
}
.globalheader .globalnav .inner-globalnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -8px;
}
@media screen and (max-width: 1272px) {
  .globalheader .globalnav .inner-globalnav {
    align-items: flex-start;
  }
}
.globalheader .globalnav .inner-globalnav .globalnav-list {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 1272px) {
  .globalheader .globalnav .inner-globalnav .globalnav-list {
    margin: 0 12px 0 0;
  }
}
.globalheader .globalnav .inner-globalnav .globalnav-list .label span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  padding: 0 0 0 8px;
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 560px) {
  .globalheader .globalnav .inner-globalnav .globalnav-list .label span {
    font-size: 15px;
  }
}
.globalheader .globalnav .inner-globalnav .globalnav-list .links .nav-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-block;
  margin-right: 24px;
  padding: 4px 8px;
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 560px) {
  .globalheader .globalnav .inner-globalnav .globalnav-list .links .nav-link {
    font-size: 16px;
  }
}
.globalheader .globalnav .inner-globalnav .globalnav-list .links .nav-link:last-child {
  margin: 0;
}
.globalheader .globalnav .inner-globalnav .globalnav-list .links .nav-link.active {
  border-bottom: 2px solid #1a1a1a;
}
@media screen and (max-width: 1272px) {
  .globalheader .globalnav .inner-globalnav .globalnav-list .links .nav-link {
    margin: 0 4px 0 0;
  }
}
.globalheader .globalnav .inner-globalnav .last {
  margin: 0px 0px 0px 24px;
}
.globalheader .globalnav .inner-globalnav .search-wrapper {
  margin: 0 8px 0 auto;
  flex-shrink: 0;
}
.globalheader .globalnav .inner-globalnav .search-wrapper .button-primary {
  height: 40px;
  padding: 8px 32px;
  font-size: 16px;
}
.globalheader .globalnav .inner-globalnav .search-wrapper .button-primary:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url("/images/common/search.svg") no-repeat;
  background-size: cover;
}
.globalheader .globalnav .inner-globalnav .inquiry-wrapper {
  height: 40px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.globalheader .globalnav .inner-globalnav .inquiry-wrapper .button-secondary {
  padding: 8px 16px;
}

.select-box {
  display: inline-block;
  position: relative;
  padding: 16px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin: 0 0 16px;
}
.select-box::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 32px;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #ffffff;
  z-index: 2;
}
.select-box:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 32px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #dddddd;
  z-index: 1;
}
.select-box .select-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 440px;
}
.select-box .select-header input[type=checkbox] {
  display: none;
}
.select-box .select-header input[type=checkbox] + label {
  display: block;
  position: relative;
  padding: 4px 16px 4px 32px;
  margin-bottom: 8px;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.15s, background-color 0.08s;
}
.select-box .select-header input[type=checkbox] + label:hover {
  background-color: rgba(255, 209, 103, 0.5);
  transition: all 0.15s, background-color 0.08s;
}
.select-box .select-header input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px 0 8px 8px;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.15s, border-color 0.08s;
}
.select-box .select-header input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 560px) {
  .select-box .select-header {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.select-box .select-header label {
  display: inline-block;
  margin-top: 8px;
  padding-left: 44px;
}
@media screen and (max-width: 560px) {
  .select-box .select-header label {
    margin-top: 0;
    padding-top: 0;
  }
}
.select-box .select-header .button-contact {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 0 0 0 24px;
  padding: 8px 16px;
}
@media screen and (max-width: 560px) {
  .select-box .select-header .button-contact {
    font-size: 16px;
  }
}
.select-box .select-header .button-contact:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.select-box .select-header .button-contact:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .select-box .select-header .button-contact {
    width: 100%;
  }
}
.select-box .select-header .button-contact:disabled {
  opacity: 0.16;
}
@media screen and (max-width: 560px) {
  .select-box .select-header .button-contact {
    margin: 0;
  }
}

.award-section {
  padding: 48px 48px 24px;
}
@media screen and (max-width: 560px) {
  .award-section {
    padding: 48px 24px 16px;
  }
}
.award-section .award-section-heading {
  text-align: center;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 560px) {
  .award-section .award-section-heading {
    font-size: 18px;
  }
}
.award-section .award-section-heading.externalAward {
  font-size: 22px;
  margin-top: 48px;
}
@media screen and (max-width: 560px) {
  .award-section .award-section-heading.externalAward {
    font-size: 16px;
    margin-top: 24px;
  }
}
.award-section .award-section-heading .annotation {
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .award-section .award-section-heading .annotation {
    font-size: 11px;
  }
}
.award-section .sp-text {
  display: none;
}
@media screen and (max-width: 560px) {
  .award-section .sp-text {
    display: inline;
  }
}

.awards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -12px;
}
@media screen and (max-width: 560px) {
  .awards-list {
    margin: 16px -8px 0;
  }
}

.award {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 24px 12px 0;
}
@media screen and (max-width: 560px) {
  .award {
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin: 0 8px;
  }
}
.award .award-image {
  width: 90px;
}
@media screen and (max-width: 560px) {
  .award .award-image {
    flex-grow: 0;
  }
}
.award .award-text {
  line-height: 1.5;
  color: #1a1a1a;
}
.award .award-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .award .award-title {
    font-size: 11px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .award .award-title .award-title-no1 {
    font-size: 14px;
  }
}
.award .award-content {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .award .award-content {
    display: none;
  }
}
.award.externalAward .award-image {
  width: 80px;
}
@media screen and (max-width: 560px) {
  .award.externalAward .award-image {
    width: 60px;
  }
}
.award.externalAward .award-title {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 560px) {
  .award.externalAward .award-title {
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
  }
}

.award-annotation-info {
  font-size: 10px;
  line-height: 1.5;
  color: #838383;
  display: block;
  text-align: right;
  margin-top: 48px;
}
@media screen and (max-width: 560px) {
  .award-annotation-info {
    text-align: left;
    margin-top: 24px;
  }
}
.award-annotation-info .sp-text {
  display: none;
}
@media screen and (max-width: 560px) {
  .award-annotation-info .sp-text {
    display: block;
  }
}

.footer_banner {
  position: fixed;
  padding: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 11;
}
@media screen and (max-width: 560px) {
  .footer_banner {
    bottom: 20px;
    right: 10px;
  }
}
.footer_banner .banner-link {
  display: block;
  padding: 0;
  margin: 0;
}
.footer_banner .banner-link:hover {
  opacity: 0.75;
}
.footer_banner .banner-image {
  width: 347px;
  height: 248px;
  display: block;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4509803922);
  border-radius: 6px;
}
@media screen and (max-width: 560px) {
  .footer_banner .banner-image {
    width: 190px;
    height: 158.33px;
  }
}

.hidden-banner {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
.hidden-banner:hover {
  opacity: 1 !important;
}
.hidden-banner img {
  max-height: 100%;
}

html {
  scroll-padding-top: 150px;
  -webkit-scroll-padding-top: 150px;
}
@media screen and (max-width: 560px) {
  html {
    scroll-padding-top: 50px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.adjust-gallery-margin {
  margin-top: -1px;
}
@media screen and (max-width: 560px) {
  .adjust-gallery-margin {
    margin-top: 0;
  }
}

.lwb {
  position: relative;
  font-family: "source-han-serif-japanese", "Noto Sans JP", "CustomYuGothicM", "YuGothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.lwb .hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-image: url("/images/localworkbase/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.lwb .hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#1b1b1b 10%, transparent 10%);
  background-size: 4px 4px;
}
@media screen and (max-width: 560px) {
  .lwb .hero {
    padding: 24px;
    background-position: center;
  }
  .lwb .hero:before {
    margin: -24px;
  }
}
.lwb .hero .inner-hero {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 560px) {
  .lwb .hero .inner-hero {
    left: 24px;
    width: calc(100vw - 48px);
    transform: none;
  }
}
.lwb .hero .inner-hero h1 {
  margin: 0 auto 32px;
  text-align: center;
}
.lwb .hero .inner-hero p {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .lwb .hero .inner-hero p {
    font-size: 18px;
  }
}
.lwb h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.lwb h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.lwb section {
  width: 100%;
  padding: 128px;
}
@media screen and (max-width: 560px) {
  .lwb section {
    padding: 64px 24px;
  }
}
.lwb .inner-section {
  max-width: 1024px;
  margin: 0 auto;
}
.lwb .heading {
  margin-bottom: 64px;
}
.lwb .overview {
  background-image: url("/images/localworkbase/scene.jpg");
  background-repeat: no-repeat;
  background-position: center right 15%;
  background-size: 35%;
}
@media screen and (max-width: 560px) {
  .lwb .overview {
    padding-bottom: 240px;
    background-position: bottom 24px center;
    background-size: 80%;
  }
}
.lwb .overview .inner-overview {
  margin: 0 auto 0 0;
  max-width: 480px;
  height: 460px;
  overflow-y: scroll;
}
@media screen and (max-width: 560px) {
  .lwb .overview .inner-overview {
    max-width: 80vw;
    height: 65vh;
    margin: 0 auto;
  }
}
.lwb .overview .inner-overview p {
  margin-bottom: 32px;
  color: #0D0015;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.8px;
}
.lwb .location {
  background: #fafafa;
}
.lwb .location .heading h2 {
  color: #0D0015;
  margin: 0 auto;
}
.lwb .location .heading p {
  color: #0D0015;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.lwb .location .contents ul {
  display: grid;
  gap: 64px;
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 560px) {
  .lwb .location .contents ul {
    grid-template-columns: 1fr;
  }
}
.lwb .location .contents ul li h3 {
  margin: 0 auto 24px;
  text-align: center;
}
.lwb .location .contents ul li p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
.lwb .workspace .heading h2 {
  color: #0D0015;
  margin: 0 auto;
}
.lwb .workspace .heading p {
  color: #0D0015;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.lwb .workspace .workspace-container {
  max-width: 1024px;
  width: auto;
  padding: 48px;
}
@media screen and (max-width: 560px) {
  .lwb .workspace .workspace-container {
    margin-bottom: 48px;
    padding: 0;
  }
}
.lwb .workspace .workspace-container a {
  display: block;
  color: #0D0015;
  text-decoration: none;
}
.lwb .workspace .workspace-container a:hover {
  opacity: 1;
  transition: all 0.15s ease-in-out;
}
.lwb .workspace .workspace-container a:hover .workspace-anchor {
  color: #0D0015;
}
.lwb .workspace .workspace-container a:hover .workspace-anchor:before, .lwb .workspace .workspace-container a:hover .workspace-anchor:after {
  width: 100%;
  height: 100%;
}
.lwb .workspace .workspace-container a:hover .workspace-anchor:before {
  border-top-color: #0D0015;
  border-right-color: #0D0015;
  transition: width 0.3s, height 0.3s 0.3s;
}
.lwb .workspace .workspace-container a:hover .workspace-anchor:after {
  border-bottom-color: #0D0015;
  border-left-color: #0D0015;
  transition: height 0.3s, width 0.3s 0.3s;
}
.lwb .workspace .workspace-container a:hover .workspace-thumb:before {
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
.lwb .workspace .workspace-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .lwb .workspace .workspace-header {
    margin-bottom: 16px;
  }
}
.lwb .workspace .workspace-header .workspace-subtitle {
  display: inline-block;
  font-size: 36px;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .lwb .workspace .workspace-header .workspace-subtitle {
    font-size: 20px;
  }
}
.lwb .workspace .workspace-header .workspace-anchor {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 8px 16px 12px;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
.lwb .workspace .workspace-header .workspace-anchor:before, .lwb .workspace .workspace-header .workspace-anchor:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.lwb .workspace .workspace-header .workspace-anchor .icon-link-arrow {
  display: inline-block;
  width: 31px;
  height: 8px;
  background: no-repeat center/65% url("/images/localworkbase/icon/link-arrow.svg");
}
@media screen and (max-width: 560px) {
  .lwb .workspace .workspace-header .workspace-anchor {
    padding: 4px;
    border: 1px solid rgba(13, 0, 21, 0.84);
    font-size: 14px;
  }
  .lwb .workspace .workspace-header .workspace-anchor:before, .lwb .workspace .workspace-header .workspace-anchor:after {
    border: 0;
  }
}
.lwb .workspace .workspace-contents .workspace-thumb {
  overflow: hidden;
  position: relative;
  height: 320px;
  margin-bottom: 24px;
}
.lwb .workspace .workspace-contents .workspace-thumb:before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 100%;
  margin-left: -15%;
  background: rgba(0, 0, 0, 0.25);
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.lwb .workspace .workspace-contents .workspace-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 560px) {
  .lwb .workspace .workspace-contents .workspace-thumb {
    height: 180px;
  }
  .lwb .workspace .workspace-contents .workspace-thumb:before {
    background: transparent;
  }
}
.lwb .workspace .workspace-contents p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .lwb .workspace .workspace-contents p {
    font-size: 14px;
  }
}

.btn-back {
  display: flex;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 5;
  padding: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.btn-back:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: no-repeat center/cover url("/images/localworkbase/icon/arrow-left.svg");
}
@media screen and (max-width: 560px) {
  .btn-back {
    top: 8px;
    left: 16px;
  }
}

.workspace-container {
  position: relative;
  width: 1028px;
  margin: 0 auto;
  padding: 96px 64px;
}
.workspace-container h2 {
  color: rgba(13, 0, 21, 0.87);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  letter-spacing: 4px;
}
@media screen and (max-width: 560px) {
  .workspace-container h2 {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.workspace-container h2:not(:last-child) {
  margin: 0 auto 24px;
}
.workspace-container h2 .sub {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1;
}
.workspace-container p {
  color: #0d0015;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.8px;
}
.workspace-container p:not(:last-child) {
  margin: 0 auto 24px;
}
@media screen and (max-width: 560px) {
  .workspace-container {
    width: 100%;
    padding: 64px 24px;
  }
  .workspace-container p {
    text-align: left;
    word-break: break-all;
  }
  .workspace-container p br {
    display: none;
  }
}

.izuminosato,
.sengataki1,
.sengataki2 {
  position: relative;
  font-family: "source-han-serif-japanese", "Noto Sans JP", "CustomYuGothicM", "YuGothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 560px) {
  .izuminosato,
  .sengataki1,
  .sengataki2 {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100vw;
  }
}
.izuminosato .hero,
.sengataki1 .hero,
.sengataki2 .hero {
  position: relative;
  width: 100%;
  height: 672px;
}
.izuminosato .hero:before,
.sengataki1 .hero:before,
.sengataki2 .hero:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.izuminosato .hero-izuminosato,
.sengataki1 .hero-izuminosato,
.sengataki2 .hero-izuminosato {
  background: no-repeat center/cover url("/images/localworkbase/izuminosato/cover.jpg");
}
.izuminosato .hero-sengataki1,
.sengataki1 .hero-sengataki1,
.sengataki2 .hero-sengataki1 {
  background: no-repeat center/cover url("/images/localworkbase/sengataki1/cover.jpg");
}
.izuminosato .hero-sengataki2,
.sengataki1 .hero-sengataki2,
.sengataki2 .hero-sengataki2 {
  background: no-repeat center/cover url("/images/localworkbase/sengataki2/cover.jpg");
}
@media screen and (max-width: 560px) {
  .izuminosato .hero,
  .sengataki1 .hero,
  .sengataki2 .hero {
    height: 100vh;
  }
}
.izuminosato .hero-inner,
.sengataki1 .hero-inner,
.sengataki2 .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(0, 100%);
}
.izuminosato .hero-inner h1,
.sengataki1 .hero-inner h1,
.sengataki2 .hero-inner h1 {
  position: relative;
  color: #ffffff;
  font-size: 64px;
  line-height: 1;
  text-align: center;
}
.izuminosato .hero-inner h1:after,
.sengataki1 .hero-inner h1:after,
.sengataki2 .hero-inner h1:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 24px auto 0;
  background-color: #ffffff;
}
.izuminosato .hero-inner h1 .large,
.sengataki1 .hero-inner h1 .large,
.sengataki2 .hero-inner h1 .large {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.25);
  font-size: 160px;
}
@media screen and (max-width: 560px) {
  .izuminosato .hero-inner h1 .large,
  .sengataki1 .hero-inner h1 .large,
  .sengataki2 .hero-inner h1 .large {
    font-size: 24vw;
  }
}
.izuminosato .hero-inner .place,
.sengataki1 .hero-inner .place,
.sengataki2 .hero-inner .place {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
.izuminosato .thumb-wrapper,
.sengataki1 .thumb-wrapper,
.sengataki2 .thumb-wrapper {
  display: flex;
  flex-shrink: 0;
  width: 900px;
  margin: 96px auto;
}
.izuminosato .thumb-wrapper.col-1,
.sengataki1 .thumb-wrapper.col-1,
.sengataki2 .thumb-wrapper.col-1 {
  flex-direction: column;
}
.izuminosato .thumb-wrapper.col-1 .thumb:not(:last-child),
.sengataki1 .thumb-wrapper.col-1 .thumb:not(:last-child),
.sengataki2 .thumb-wrapper.col-1 .thumb:not(:last-child) {
  margin-bottom: 48px;
}
.izuminosato .thumb-wrapper.col-2,
.sengataki1 .thumb-wrapper.col-2,
.sengataki2 .thumb-wrapper.col-2 {
  flex-direction: row;
  justify-content: space-between;
  height: 600px;
}
.izuminosato .thumb-wrapper.col-2 .thumb,
.sengataki1 .thumb-wrapper.col-2 .thumb,
.sengataki2 .thumb-wrapper.col-2 .thumb {
  width: 438px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .izuminosato .thumb-wrapper,
  .sengataki1 .thumb-wrapper,
  .sengataki2 .thumb-wrapper {
    width: 100%;
  }
  .izuminosato .thumb-wrapper.col-2,
  .sengataki1 .thumb-wrapper.col-2,
  .sengataki2 .thumb-wrapper.col-2 {
    flex-direction: column;
    min-width: 100%;
    height: auto;
  }
  .izuminosato .thumb-wrapper.col-2 .thumb,
  .sengataki1 .thumb-wrapper.col-2 .thumb,
  .sengataki2 .thumb-wrapper.col-2 .thumb {
    width: 100%;
    height: 180px;
  }
  .izuminosato .thumb-wrapper.col-2 .thumb:not(:last-child),
  .sengataki1 .thumb-wrapper.col-2 .thumb:not(:last-child),
  .sengataki2 .thumb-wrapper.col-2 .thumb:not(:last-child) {
    margin-bottom: 12px;
  }
}
.izuminosato .workspace-subcover,
.sengataki1 .workspace-subcover,
.sengataki2 .workspace-subcover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 320px;
  margin-bottom: 48px;
  padding: 40px 80px;
}
.izuminosato .workspace-subcover.lightness,
.sengataki1 .workspace-subcover.lightness,
.sengataki2 .workspace-subcover.lightness {
  color: #0D0015;
  text-shadow: 0 0 5px rgb(255, 255, 255);
}
.izuminosato .workspace-subcover.darkness,
.sengataki1 .workspace-subcover.darkness,
.sengataki2 .workspace-subcover.darkness {
  color: #ffffff;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.izuminosato .workspace-subcover h3,
.sengataki1 .workspace-subcover h3,
.sengataki2 .workspace-subcover h3 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  line-height: 2;
  letter-spacing: 4px;
}
.izuminosato .workspace-subcover p,
.sengataki1 .workspace-subcover p,
.sengataki2 .workspace-subcover p {
  margin: 0 !important;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 560px) {
  .izuminosato .workspace-subcover,
  .sengataki1 .workspace-subcover,
  .sengataki2 .workspace-subcover {
    min-height: 240px;
    height: auto;
    margin-left: -24px;
    margin-right: -24px;
    padding: 48px 24px;
  }
  .izuminosato .workspace-subcover h3,
  .sengataki1 .workspace-subcover h3,
  .sengataki2 .workspace-subcover h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .izuminosato .workspace-subcover p,
  .sengataki1 .workspace-subcover p,
  .sengataki2 .workspace-subcover p {
    font-size: 14px;
    line-height: 1.75;
  }
  .izuminosato .workspace-subcover p br,
  .sengataki1 .workspace-subcover p br,
  .sengataki2 .workspace-subcover p br {
    display: block;
  }
}
.izuminosato .office-izuminosato,
.sengataki1 .office-izuminosato,
.sengataki2 .office-izuminosato {
  background: no-repeat center/cover url("/images/localworkbase/izuminosato/subcover-office.jpg");
}
.izuminosato .offspace-izuminosato,
.sengataki1 .offspace-izuminosato,
.sengataki2 .offspace-izuminosato {
  background: no-repeat center/cover url("/images/localworkbase/izuminosato/subcover-offspace.jpg");
}
.izuminosato .office-sengataki1,
.sengataki1 .office-sengataki1,
.sengataki2 .office-sengataki1 {
  background: no-repeat center/cover url("/images/localworkbase/sengataki1/subcover-office.jpg");
}
.izuminosato .offspace-sengataki1,
.sengataki1 .offspace-sengataki1,
.sengataki2 .offspace-sengataki1 {
  background: no-repeat center/cover url("/images/localworkbase/sengataki1/subcover-offspace.jpg");
}
.izuminosato .office-sengataki2,
.sengataki1 .office-sengataki2,
.sengataki2 .office-sengataki2 {
  background: no-repeat center/cover url("/images/localworkbase/sengataki2/subcover-office.jpg");
}
.izuminosato .offspace-sengataki2,
.sengataki1 .offspace-sengataki2,
.sengataki2 .offspace-sengataki2 {
  background: no-repeat center/cover url("/images/localworkbase/sengataki2/subcover-offspace.jpg");
}
.izuminosato .workspace-introduction-gallary,
.sengataki1 .workspace-introduction-gallary,
.sengataki2 .workspace-introduction-gallary {
  margin: 48px auto 96px;
}
.izuminosato .workspace-introduction-gallary .gallary-col3,
.sengataki1 .workspace-introduction-gallary .gallary-col3,
.sengataki2 .workspace-introduction-gallary .gallary-col3 {
  display: flex;
  flex-flow: row nowrap;
}
.izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box,
.sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box,
.sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box {
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  width: 300px;
  height: 200px;
  transition: all 0.25s ease-in-out;
}
.izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box figure,
.sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box figure,
.sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box figure {
  display: block;
  position: relative;
  margin: 0;
}
.izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box img,
.sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box img,
.sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box img {
  transition: all 0.25s ease-in-out;
}
.izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption,
.sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption,
.sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  padding: 24px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  transform: translateY(25px);
  transition: all 0.5s ease-in-out 0.15s;
}
.izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title,
.sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title,
.sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
.izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title:after,
.sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title:after,
.sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title:after,
  .sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title:after,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-title:after {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-text,
.sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-text,
.sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-text {
  display: block;
}
@media screen and (min-width: 1024px) {
  .izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box:hover,
  .sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box:hover,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box:hover {
    transition: all 0.25s ease-in-out;
  }
  .izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box:hover:before,
  .sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box:hover:before,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box:hover:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
  }
  .izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box:hover img,
  .sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box:hover img,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box:hover img {
    transform: scale(1.05);
    transition: all 0.25s ease-in-out;
  }
  .izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box:hover figcaption,
  .sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box:hover figcaption,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box:hover figcaption {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in-out 0.15s;
  }
}
@media screen and (max-width: 560px) {
  .izuminosato .workspace-introduction-gallary .gallary-col3,
  .sengataki1 .workspace-introduction-gallary .gallary-col3,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 {
    flex-flow: column nowrap;
  }
  .izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box,
  .sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box {
    width: 100%;
    height: auto;
  }
  .izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption,
  .sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption {
    position: relative;
    color: #0D0015;
    opacity: 1;
    transform: none;
    margin-bottom: 24px;
    padding: 12px 0;
  }
  .izuminosato .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-text br,
  .sengataki1 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-text br,
  .sengataki2 .workspace-introduction-gallary .gallary-col3 .gallary-box figcaption .gallary-text br {
    display: none;
  }
}
.izuminosato .space-contaienr,
.sengataki1 .space-contaienr,
.sengataki2 .space-contaienr {
  margin: 0 auto 64px;
  padding: 24px;
  background: #f0f0f0;
}
.izuminosato .split-wrapper,
.sengataki1 .split-wrapper,
.sengataki2 .split-wrapper {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 48px;
}
@media screen and (max-width: 960px) {
  .izuminosato .split-wrapper,
  .sengataki1 .split-wrapper,
  .sengataki2 .split-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.izuminosato .space-thumb,
.sengataki1 .space-thumb,
.sengataki2 .space-thumb {
  display: grid;
  gap: 24px;
}
.izuminosato .space-thumb img,
.sengataki1 .space-thumb img,
.sengataki2 .space-thumb img {
  width: 100%;
}
.izuminosato .space-info dl,
.sengataki1 .space-info dl,
.sengataki2 .space-info dl {
  display: flex;
  flex-flow: row wrap;
  color: #0D0015;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  .izuminosato .space-info dl,
  .sengataki1 .space-info dl,
  .sengataki2 .space-info dl {
    flex-flow: column nowrap;
  }
}
.izuminosato .space-info dl dt,
.sengataki1 .space-info dl dt,
.sengataki2 .space-info dl dt {
  display: inline-block;
  width: 25%;
  margin: 0 0 8px 0;
  padding: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .izuminosato .space-info dl dt,
  .sengataki1 .space-info dl dt,
  .sengataki2 .space-info dl dt {
    width: 100%;
    margin-bottom: 0;
  }
}
.izuminosato .space-info dl dd,
.sengataki1 .space-info dl dd,
.sengataki2 .space-info dl dd {
  display: inline-block;
  width: 75%;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 560px) {
  .izuminosato .space-info dl dd,
  .sengataki1 .space-info dl dd,
  .sengataki2 .space-info dl dd {
    width: 100%;
  }
}

.footer-lwb {
  background: #f0f0f0;
  padding: 64px 0;
}
.footer-lwb ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.footer-lwb ul li {
  margin: 0 16px;
}
.footer-lwb ul li a {
  padding: 8px 16px;
  color: #0D0015;
  font-size: 18px;
  font-weight: 600;
}
.footer-lwb .copy small {
  display: block;
  color: #0D0015;
  font-size: 14px;
  text-align: center;
}

.lwb .cv-lwb,
.izuminosato .cv-lwb,
.sengataki1 .cv-lwb,
.sengataki2 .cv-lwb {
  position: sticky;
  bottom: 24px;
  left: 0;
  z-index: 10;
  width: 384px;
  margin: 0 0 24px auto;
  padding: 16px 24px;
  border-radius: 6px 0 0 6px;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 560px) {
  .lwb .cv-lwb,
  .izuminosato .cv-lwb,
  .sengataki1 .cv-lwb,
  .sengataki2 .cv-lwb {
    width: calc(100vw - 16px);
    margin: 0 auto 24px;
    border-radius: 6px;
  }
}
.lwb .cv-lwb p,
.izuminosato .cv-lwb p,
.sengataki1 .cv-lwb p,
.sengataki2 .cv-lwb p {
  color: #0D0015;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.lwb .cv-lwb a,
.izuminosato .cv-lwb a,
.sengataki1 .cv-lwb a,
.sengataki2 .cv-lwb a {
  display: block;
  padding: 16px 24px;
  border-radius: 100px;
  background: #0D0015;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .lwb .cv-lwb a,
  .izuminosato .cv-lwb a,
  .sengataki1 .cv-lwb a,
  .sengataki2 .cv-lwb a {
    font-size: 16px;
  }
}
.lwb .translator-languages-container,
.izuminosato .translator-languages-container,
.sengataki1 .translator-languages-container,
.sengataki2 .translator-languages-container {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  padding: 4px 8px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.lwb .translator-languages-container .icon-translate,
.izuminosato .translator-languages-container .icon-translate,
.sengataki1 .translator-languages-container .icon-translate,
.sengataki2 .translator-languages-container .icon-translate {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("/images/common/icon-translate.svg") no-repeat;
  background-position: center;
  background-size: 16px;
}
.lwb .translator-languages-container a,
.izuminosato .translator-languages-container a,
.sengataki1 .translator-languages-container a,
.sengataki2 .translator-languages-container a {
  padding: 0 4px;
  margin: 0;
  cursor: pointer;
}
.lwb .translator-languages-container .active,
.izuminosato .translator-languages-container .active,
.sengataki1 .translator-languages-container .active,
.sengataki2 .translator-languages-container .active {
  font-weight: 700;
  color: #1a1a1a;
}

/* =============================================================================
   レイアウトに関するファイル
   捕捉とかいつか書く
============================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.maincontainer {
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .maincontainer {
    width: 100%;
    margin: 0;
  }
}

.section-inner {
  display: grid;
  grid-template-columns: 3fr 9fr;
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 1272px) {
  .section-inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .section-inner {
    display: flex;
    flex-direction: column;
  }
}
.section-inner h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  position: sticky;
  top: 174px;
  max-height: 108px;
}
@media screen and (max-width: 560px) {
  .section-inner h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1272px) {
  .section-inner h2 {
    position: relative;
    top: auto;
    margin: 0 0 16px;
  }
  .section-inner h2 br {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .section-inner h2 {
    position: relative;
    top: 0;
    max-height: auto;
    grid-row: 1;
    grid-column: 1/span 2;
    margin: 0 0 16px;
  }
}
.section-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .section-inner p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .section-inner p {
    grid-row: 2;
    grid-column: 1/span 2;
  }
}
.section-inner .inner-image {
  grid-row: 2;
  grid-column: 2/span 1;
}
@media screen and (max-width: 560px) {
  .section-inner .inner-image {
    grid-row: 3;
    grid-column: 1/span 2;
  }
}

.thumb-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 560px) {
  .thumb-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.thumb-container .container-image {
  width: 192px;
  height: 192px;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .thumb-container .container-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 24px;
  }
}
.thumb-container .container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-container .container-info h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 8px;
}
@media screen and (max-width: 560px) {
  .thumb-container .container-info h3 {
    font-size: 20px;
  }
}
.thumb-container .container-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .thumb-container .container-info p {
    font-size: 15px;
  }
}

.layout-searchlist {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  background-color: #f9f9f9;
}
@media screen and (min-width: 1272px) {
  .layout-searchlist {
    max-width: 1272px;
    margin: 0 auto;
  }
}

.simple-container {
  position: relative;
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .simple-container {
    padding: 0 24px;
  }
}
.simple-container h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .simple-container h1 {
    font-size: 25px;
  }
}
.simple-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .simple-container p {
    font-size: 15px;
  }
}

.article {
  background-color: #ffffff;
}
.article .hero-article {
  background-image: url("/images/article/img-hero-article.jpg");
}
.article .container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 64px 48px;
}
@media screen and (max-width: 560px) {
  .article .container {
    padding: 48px 24px;
  }
}
.article .article-section {
  margin-bottom: 48px;
}
.article .article-section h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 48px;
}
@media screen and (max-width: 560px) {
  .article .article-section h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .article .article-section h2 {
    margin-bottom: 24px;
  }
}
.article .article-section .article-container {
  margin-bottom: 24px;
}
.article .article-section .article-container h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .article .article-section .article-container h3 {
    font-size: 20px;
  }
}
.article .article-section .article-container .article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -24px 0 0;
}
@media screen and (max-width: 560px) {
  .article .article-section .article-container .article-list {
    flex-direction: column;
    margin: 0;
  }
}
.article .article-section .article-container .article-list .list-item {
  flex-shrink: 0;
  width: 365px;
  margin: 0 24px 24px 0;
}
@media screen and (max-width: 560px) {
  .article .article-section .article-container .article-list .list-item {
    width: 100%;
    margin: 0 0 16px;
  }
}
.article .article-section .article-container .article-list .list-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.article .article-section .article-container .article-list .list-item a .col-left {
  flex-shrink: 0;
  overflow: hidden;
  width: 84px;
  height: 84px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .article .article-section .article-container .article-list .list-item a .col-left {
    width: 80px;
    height: 80px;
  }
}
.article .article-section .article-container .article-list .list-item a .col-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .article-section .article-container .article-list .list-item a .col-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .article .article-section .article-container .article-list .list-item a .col-right p {
    font-size: 15px;
  }
}
.article .article-section .article-banner a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  height: 145px;
  margin: 64px 0;
  background-image: url("/images/article/img-banner-hawaiirealestate.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 560px) {
  .article .article-section .article-banner a {
    height: 80px;
    margin: 48px 0;
    background-image: url("/images/article/img-banner-hawaiirealestate-sp.jpg");
  }
}

.articledetail {
  background-color: #ffffff;
}
.articledetail .realestate-section {
  margin: 48px 0;
}
.articledetail .step-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  bottom: 0;
  list-style-type: none;
}
@media screen and (max-width: 560px) {
  .articledetail .step-wrapper {
    flex-direction: column;
  }
}
.articledetail .step-wrapper .step-item {
  flex-shrink: 0;
  width: 160px;
  height: auto;
  margin: 0 auto;
  padding: 16px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 560px) {
  .articledetail .step-wrapper .step-item {
    width: 100%;
    padding: 12px 16px;
  }
}
.articledetail .step-wrapper .step-item .step {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: block;
  margin: 0 auto 8px;
  padding: 0 0 4px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .articledetail .step-wrapper .step-item .step {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .articledetail .step-wrapper .step-item .step {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    border-bottom: 0;
    border-right: 1px solid #dddddd;
  }
}
.articledetail .step-wrapper .step-item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .articledetail .step-wrapper .step-item p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .articledetail .step-wrapper .step-item p {
    display: inline-flex;
    align-items: center;
    text-align: left;
  }
  .articledetail .step-wrapper .step-item p br {
    display: inline-block;
    content: "・";
    width: 4px;
    height: 4px;
    margin: 0 4px;
    color: #1a1a1a;
    background: #1a1a1a;
    border-radius: 100px;
  }
}
.articledetail .step-wrapper .step-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 18px;
  border-color: transparent transparent transparent #dddddd;
}
@media screen and (max-width: 560px) {
  .articledetail .step-wrapper .step-arrow {
    margin: 8px 0;
    border-width: 12px 25px 0 25px;
    border-color: #dddddd transparent transparent transparent;
  }
}
.articledetail .subtitle {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding: 0 24px 8px;
}
@media screen and (max-width: 560px) {
  .articledetail .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .articledetail .subtitle {
    padding: 0 0 8px;
  }
}
.articledetail .subtitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  width: auto;
  height: 1px;
  background-color: #dddddd;
}
@media screen and (max-width: 560px) {
  .articledetail .subtitle:after {
    left: 0;
    right: 0;
  }
}
.articledetail .contents-container {
  padding: 24px 24px 24px 64px;
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container {
    margin: 0 0 24px;
    padding: 0 0 0 24px;
  }
}
.articledetail .contents-container h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
  text-indent: -44px;
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container h3 {
    margin-bottom: 8px;
    text-indent: -12px;
  }
}
.articledetail .contents-container h3 span {
  display: inline-block;
  width: 26px;
  margin: 0 8px 0 0;
  text-align: right;
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container h3 span {
    width: auto;
    margin: 0;
  }
}
.articledetail .contents-container p:last-child {
  margin: 0;
}
.articledetail .contents-container small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container small {
    font-size: 11px;
  }
}
.articledetail .contents-container .link-wrapper {
  margin: 24px 0;
}
.articledetail .contents-container .link-wrapper:last-child {
  margin-bottom: 0;
}
.articledetail .contents-container .link-wrapper .link-item {
  margin: 0 0 24px;
}
.articledetail .contents-container .link-wrapper .link-item:last-child {
  margin-bottom: 0;
}
.articledetail .contents-container .link-wrapper .link-item a {
  display: flex;
  flex-direction: row;
  padding: 16px;
  border: 1px solid #dddddd;
  text-decoration: none;
}
.articledetail .contents-container .link-wrapper .link-item a .col-left {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container .link-wrapper .link-item a .col-left {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
  }
}
.articledetail .contents-container .link-wrapper .link-item a .col-left img {
  height: 100%;
}
.articledetail .contents-container .link-wrapper .link-item a .col-right span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  display: inline-block;
  margin: 0 0 16px;
  padding: 4px 8px;
  background-color: #f9f9f9;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container .link-wrapper .link-item a .col-right span {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container .link-wrapper .link-item a .col-right span {
    margin-bottom: 4px;
  }
}
.articledetail .contents-container .link-wrapper .link-item a .col-right p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  padding: 0;
}
@media screen and (max-width: 560px) {
  .articledetail .contents-container .link-wrapper .link-item a .col-right p {
    font-size: 15px;
  }
}

.article_page_contents {
  display: flex;
  flex-direction: row;
  width: 1272px;
  margin: 48px auto 220px;
}
@media screen and (max-width: 960px) {
  .article_page_contents {
    flex-direction: column;
    width: 100%;
  }
}
.article_page_contents .main {
  display: block;
  width: 100%;
  padding: 0 80px 0 0;
}
@media screen and (max-width: 960px) {
  .article_page_contents .main {
    padding: 0 48px;
  }
}
@media screen and (max-width: 560px) {
  .article_page_contents .main {
    padding: 0;
  }
}
.article_page_contents .title {
  display: block;
}
.article_page_contents .title h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .title h1 {
    font-size: 25px;
  }
}
.article_page_contents .infomation {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}
.article_page_contents .infomation .tags {
  display: inline-block;
  background: #f1f1f1;
  padding: 6px 8px;
}
.article_page_contents .infomation .tags p {
  line-height: 1;
  font-size: 12px;
}
.article_page_contents .infomation .date p {
  font-size: 12px;
  line-height: 2;
  color: #1a1a1a;
}
.article_page_contents .header_image {
  display: block;
  margin: 0 0 24px;
}
.article_page_contents .header_image img {
  display: block;
  width: 100%;
}
.article_page_contents .body {
  display: block;
}
.article_page_contents .body h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 48px 0 16px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body h2 {
    font-size: 25px;
  }
}
.article_page_contents .body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body p {
    font-size: 15px;
  }
}
.article_page_contents .body img {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}
.article_page_contents .body table, .article_page_contents .body tr, .article_page_contents .body th, .article_page_contents .body td {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  line-height: 1.5;
}
.article_page_contents .body table {
  width: 100%;
  margin: 0 auto 24px;
  background-color: #ffffff;
}
.article_page_contents .body th, .article_page_contents .body td {
  padding: 4px 8px;
}
.article_page_contents .body th {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body th {
    font-size: 15px;
  }
}
.article_page_contents .body td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body td {
    font-size: 15px;
  }
}
.article_page_contents .body a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body a {
    font-size: 11px;
  }
}
.article_page_contents .body blockquote {
  width: 100%;
  margin: 0 auto 24px;
  padding: 16px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-color: #f9f9f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body blockquote {
    font-size: 15px;
  }
}
.article_page_contents .body .article_inquiry_button_box {
  margin: 64px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body .article_inquiry_button_box {
    margin: 40px 0;
  }
}
.article_page_contents .body .article_inquiry_button_box .article_inquiry_button_box_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 380px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body .article_inquiry_button_box .article_inquiry_button_box_inner {
    width: 300px;
  }
}
.article_page_contents .body .article_inquiry_button_box .article_inquiry_button_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .body .article_inquiry_button_box .article_inquiry_button_text {
    font-size: 14px;
  }
}
.article_page_contents .body .article_inquiry_button_box .article_inquiry_button {
  width: 380px;
  display: block;
  border-radius: 4px;
  background: #1A1A1A;
  text-align: center;
  padding: 16px 0;
}
.article_page_contents .body .article_inquiry_button_box .article_inquiry_button span {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  padding-right: 24px;
  display: inline-block;
}
.article_page_contents .body .article_inquiry_button_box .article_inquiry_button span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 8px;
  top: 12px;
}
.article_page_contents .aside {
  width: 100%;
  max-width: 354px;
}
@media screen and (max-width: 960px) {
  .article_page_contents .aside {
    max-width: unset;
    padding: 0 48px;
  }
}
@media screen and (max-width: 560px) {
  .article_page_contents .aside {
    padding: 0;
  }
}
.article_page_contents .aside h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #363636;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .aside h2 {
    font-size: 25px;
  }
}
.article_page_contents .aside h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 12px;
  display: block;
  padding: 0 0 8px;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 14px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .aside h3 {
    font-size: 20px;
  }
}
.article_page_contents .aside h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #363636;
  opacity: 0.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .aside h4 {
    font-size: 18px;
  }
}
.article_page_contents .aside ul {
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}
.article_page_contents .aside ul li {
  display: block;
  margin: 0 0 16px;
}
.article_page_contents .aside ul li a {
  display: flex;
  align-items: center;
}
.article_page_contents .aside ul li a img {
  max-width: 80px;
  height: 80px;
  object-fit: cover;
}
.article_page_contents .aside ul li a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 560px) {
  .article_page_contents .aside ul li a p {
    font-size: 15px;
  }
}
.article_page_contents .banner {
  display: block;
  height: 87px;
  background: #ccc;
}
.article_page_contents .banner.first {
  margin-top: 46px;
}
.article_page_contents .banner.last {
  margin-bottom: 54px;
}
.article_page_contents .banner_large {
  display: block;
  height: 202px;
  background: #ccc;
}

.article-text-link {
  font-size: 16px;
  line-height: 1.8;
  color: #363636;
  text-decoration: underline;
  font-weight: 900;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}
.article-text-link:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 0 0 4px;
  background-image: url("/images/common/icon-chevron-right.svg");
  background-size: cover;
}

@media only screen and (max-width: 479px) {
  .article_page_contents {
    display: block;
    width: auto;
    margin: 24px 24px 100px;
  }
  .article_page_contents .main {
    padding-right: 0;
  }
  .article_page_contents .title h1 {
    font-size: 22px;
  }
  .article_page_contents .infomation {
    display: block;
  }
  .article_page_contents .infomation .tags {
    margin-bottom: 10px;
  }
  .article_page_contents .infomation .date {
    color: #1A1A1A;
  }
  .article_page_contents .body h2 {
    font-size: 18px;
  }
  .article_page_contents .aside h2 {
    font-size: 18px;
  }
}
.feature .container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 64px;
  background: #f9f9f9;
}
@media screen and (max-width: 560px) {
  .feature .container {
    padding: 48px 24px;
  }
}
.feature .container .list-card {
  display: flex;
  flex-direction: column;
}
.feature .container .list-card .card-item {
  margin: 0 0 48px;
  padding: 32px;
  background: #ffffff;
}
@media screen and (max-width: 1272px) {
  .feature .container .list-card .card-item {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .feature .container .list-card .card-item {
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
  }
}
.feature .container .list-card .card-item .item-col2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1272px) {
  .feature .container .list-card .card-item .item-col2 {
    flex-direction: column-reverse;
  }
}
.feature .container .list-card .card-item .item-col2 .col2-left {
  display: flex;
  flex-flow: column wrap;
  flex-shrink: 2;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 560px) {
  .feature .container .list-card .card-item .item-col2 .col2-left {
    padding: 24px 16px;
  }
}
.feature .container .list-card .card-item .item-col2 .col2-left .card-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  font-family: serif;
}
@media screen and (max-width: 560px) {
  .feature .container .list-card .card-item .item-col2 .col2-left .card-subtitle {
    font-size: 11px;
  }
}
.feature .container .list-card .card-item .item-col2 .col2-left .card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .feature .container .list-card .card-item .item-col2 .col2-left .card-title {
    font-size: 20px;
  }
}
.feature .container .list-card .card-item .item-col2 .col2-left .card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature .container .list-card .card-item .item-col2 .col2-left .card-description {
    font-size: 15px;
  }
}
.feature .container .list-card .card-item .item-col2 .col2-left .card-button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 32px 0 0;
}
@media screen and (max-width: 560px) {
  .feature .container .list-card .card-item .item-col2 .col2-left .card-button {
    font-size: 16px;
  }
}
.feature .container .list-card .card-item .item-col2 .col2-left .card-button:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.feature .container .list-card .card-item .item-col2 .col2-left .card-button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .feature .container .list-card .card-item .item-col2 .col2-left .card-button {
    width: 100%;
  }
}
@media screen and (max-width: 1272px) {
  .feature .container .list-card .card-item .item-col2 .col2-left .card-button {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 560px) {
  .feature .container .list-card .card-item .item-col2 .col2-left .card-button {
    min-width: 100%;
    margin: 24px 0 0;
  }
}
.feature .container .list-card .card-item .item-col2 .col2-right {
  flex-shrink: 0;
  width: 600px;
  min-height: 320px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 1272px) {
  .feature .container .list-card .card-item .item-col2 .col2-right {
    width: 100%;
    min-height: auto;
    margin: 0 0 24px;
  }
}
.feature .container .list-card .card-item .item-col2 .col2-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-detail .maincontainer {
  background: #ffffff;
}
.feature-detail .maincontainer .container {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 1272px) {
  .feature-detail .maincontainer .container {
    padding: 0 24px;
  }
}
.feature-detail .maincontainer .container .headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
}
@media screen and (max-width: 1272px) {
  .feature-detail .maincontainer .container .headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1272px) {
  .feature-detail .maincontainer .container .headline .title {
    width: 100%;
    margin: 0 0 32px;
  }
}
.feature-detail .maincontainer .container .headline .title span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #838383;
  font-size: 18px;
  font-family: serif;
}
@media screen and (max-width: 1272px) {
  .feature-detail .maincontainer .container .headline .title span {
    font-size: 14px;
  }
}
.feature-detail .maincontainer .container .headline .title h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .maincontainer .container .headline .title h1 {
    font-size: 32px;
  }
}
.feature-detail .overview {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .feature-detail .overview {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .overview {
    padding: 32px 0;
  }
}
.feature-detail .point {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .feature-detail .point {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .point {
    padding: 32px 0;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .point .inner-container {
    grid-row: 2;
    grid-column: 1/span 2;
  }
}
.feature-detail .point .inner-container .container-item {
  margin: 0 auto 24px;
}
.feature-detail .point .inner-container .container-item h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .feature-detail .point .inner-container .container-item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .point .inner-container .container-item h3 {
    margin: 0 0 8px;
  }
}
.feature-detail .point .inner-container .container-annotation small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .point .inner-container .container-annotation small {
    font-size: 11px;
  }
}
.feature-detail .recommend {
  padding: 64px 0;
}
.feature-detail .recommend.condminium {
  padding: 0 0 64px;
}
.feature-detail .recommend h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 auto 64px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend h2 {
    text-align: left;
  }
}
.feature-detail .recommend h2 br {
  display: none;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend h2 br {
    display: block;
  }
}
.feature-detail .recommend .estate-menu-input {
  display: none;
}
.feature-detail .recommend .estate-menu {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #C2B698;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate-menu {
    overflow-x: scroll;
  }
}
.feature-detail .recommend .estate-menu .estate-menu-list {
  display: block;
  margin-right: 58px;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate-menu .estate-menu-list {
    margin-right: 0;
  }
}
.feature-detail .recommend .estate-menu .estate-menu-list .estate-menu-item {
  cursor: pointer;
  padding: 0 10px 20px;
  border-bottom: 4px solid #fff;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.04em;
  color: #000000;
  display: block;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate-menu .estate-menu-list .estate-menu-item {
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px 13px;
  }
}
.feature-detail .recommend .estate-menu .estate-menu-list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate-menu .estate-menu-list:nth-child(1) {
    min-width: 119px;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate-menu .estate-menu-list:nth-child(2) {
    min-width: 220px;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate-menu .estate-menu-list:nth-child(3) {
    min-width: 163px;
  }
}
.feature-detail .recommend .menu-condminium-container,
.feature-detail .recommend .menu-highgrade-container,
.feature-detail .recommend .menu-hotelcondminium-container {
  display: none;
}
.feature-detail .recommend #menu-condminium:checked ~ .estate-menu .estate-menu-list:nth-child(1) .estate-menu-item,
.feature-detail .recommend #menu-highgrade:checked ~ .estate-menu .estate-menu-list:nth-child(2) .estate-menu-item,
.feature-detail .recommend #menu-hotelcondminium:checked ~ .estate-menu .estate-menu-list:nth-child(3) .estate-menu-item {
  border-bottom: 4px solid #D8CA89;
}
.feature-detail .recommend #menu-condminium:checked ~ .menu-condminium-container,
.feature-detail .recommend #menu-highgrade:checked ~ .menu-highgrade-container,
.feature-detail .recommend #menu-hotelcondminium:checked ~ .menu-hotelcondminium-container {
  display: block;
}
.feature-detail .recommend .estate .estate-container {
  margin-bottom: 96px;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container {
    margin-bottom: 64px;
  }
}
.feature-detail .recommend .estate .estate-container .estate-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 32px;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.feature-detail .recommend .estate .estate-container .estate-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 48px 0 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-header h3 {
    font-size: 20px;
  }
}
.feature-detail .recommend .estate .estate-container .estate-content ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  overflow: visible;
  overflow-x: scroll;
  width: auto;
  margin: 0 -12px;
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 12px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-content ul .estate-item {
    margin: 0 7px;
  }
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link {
  width: 280px;
  height: 100%;
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-image img {
  width: 100%;
  height: 210px;
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 210px);
  padding: 16px;
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 auto;
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-area {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-area {
    font-size: 11px;
  }
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-name {
    font-size: 18px;
  }
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-spec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-spec span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  flex-shrink: 0;
  display: inline-block;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-spec span {
    font-size: 11px;
  }
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-price {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  text-align: right;
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-price .dol {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-price .dol {
    font-size: 15px;
  }
}
.feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-price .yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-content ul .estate-item .estate-link .estate-price .yen {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-container .estate-content ul {
    margin-bottom: 32px;
  }
}
.feature-detail .recommend .estate .button-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .button-link {
    font-size: 16px;
  }
}
.feature-detail .recommend .estate .button-link:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.feature-detail .recommend .estate .button-link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .button-link {
    width: 100%;
  }
}
.feature-detail .recommend .estate .button-link.pc-only {
  display: flex;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .button-link.pc-only {
    display: none;
  }
}
.feature-detail .recommend .estate .button-link.mobile-only {
  display: none;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .button-link.mobile-only {
    display: flex;
  }
}
.feature-detail .recommend .estate .estate-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -24px;
}
@media screen and (max-width: 960px) {
  .feature-detail .recommend .estate .estate-list {
    margin: 0 auto;
  }
}
.feature-detail .recommend .estate .estate-list li {
  display: inline-block;
  margin: 0 12px 24px;
}
.feature-detail .recommend .estate .estate-list li .card-estate {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 300px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-list li .card-estate {
    max-width: 100%;
  }
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-img {
  width: 100%;
  height: 225px;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-list li .card-estate .estate-img {
    height: 160px;
  }
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-title {
  margin: 0 0 8px;
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-title span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-title span {
    font-size: 11px;
  }
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-title h4 {
    font-size: 18px;
  }
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-spec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-spec .estate-spec-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-spec .estate-spec-item {
    font-size: 11px;
  }
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-price {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  text-align: right;
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-price .estate-price-dol {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-price .estate-price-dol {
    font-size: 18px;
  }
}
.feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-price .estate-price-yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-list li .card-estate .estate-info .estate-price .estate-price-yen {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .recommend .estate .estate-list li {
    margin: 0 0 24px;
  }
}
.feature-detail .condminium-title h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 auto 64px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .feature-detail .condminium-title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .condminium-title h2 {
    text-align: left;
  }
}
.feature-detail .condminium-title h2 br {
  display: none;
}
@media screen and (max-width: 560px) {
  .feature-detail .condminium-title h2 br {
    display: block;
  }
}
.feature-detail .other-condminium {
  display: flex;
  width: 100%;
  margin-bottom: 167px;
}
@media screen and (max-width: 560px) {
  .feature-detail .other-condminium {
    display: block;
    margin-bottom: 88px;
  }
}
.feature-detail .other-condminium .condminium-contentsbox {
  width: 630px;
  min-height: 580px;
  margin-right: 40px;
  padding: 32px 34px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
@media screen and (max-width: 560px) {
  .feature-detail .other-condminium .condminium-contentsbox {
    width: 100%;
    margin: 0 0 32px;
    padding: 24px 16px;
    min-height: unset;
  }
}
.feature-detail .other-condminium .condminium-contentsbox:last-child {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .other-condminium .condminium-contentsbox:last-child {
    margin: 0;
  }
}
.feature-detail .other-condminium .condminium-contentsbox .condminium-contents-title {
  margin: 0 auto 34px;
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 560px) {
  .feature-detail .other-condminium .condminium-contentsbox .condminium-contents-title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 12px;
  }
}
.feature-detail .other-condminium .condminium-contentsbox .condminium-contents-image {
  width: 560px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 34px;
}
@media screen and (max-width: 560px) {
  .feature-detail .other-condminium .condminium-contentsbox .condminium-contents-image {
    width: 100%;
    margin-bottom: 12px;
  }
}
.feature-detail .other-condminium .condminium-contentsbox .condminium-contents-image img {
  display: block;
  width: 560px;
  height: 150px;
  object-fit: cover;
}
.feature-detail .other-condminium .condminium-contentsbox .condminium-contents-text {
  font-weight: 350;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 560px) {
  .feature-detail .other-condminium .condminium-contentsbox .condminium-contents-text {
    font-size: 14px;
  }
}
.feature-detail .area-condminium-container {
  max-width: 1080px;
  display: flex;
  margin: 0 auto 40px;
}
@media screen and (max-width: 560px) {
  .feature-detail .area-condminium-container {
    width: 100%;
    display: block;
    margin: 0 0 48px;
  }
}
.feature-detail .area-condminium-container.last-condminium {
  margin: 0 auto 140px;
}
@media screen and (max-width: 560px) {
  .feature-detail .area-condminium-container.last-condminium {
    margin: 0 0 48px;
  }
}
.feature-detail .area-condminium-container .area-condminium-image {
  min-width: 320px;
  min-height: 240px;
  max-width: 320px;
  max-height: 240px;
  margin-right: 27px;
}
@media screen and (max-width: 560px) {
  .feature-detail .area-condminium-container .area-condminium-image {
    min-width: unset;
    max-width: unset;
    min-height: unset;
    max-height: unset;
    margin: 0 0 27px;
  }
}
.feature-detail .area-condminium-container .area-condminium-image img {
  display: block;
  width: 320px;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .feature-detail .area-condminium-container .area-condminium-image img {
    width: 100%;
  }
}
.feature-detail .area-condminium-container .area-condminium-info .area-condminium-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 16px;
}
.feature-detail .area-condminium-container .area-condminium-info .area-condminium-text {
  font-weight: 350;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 16px;
}
.feature-detail .area-condminium-container .area-condminium-info .area-button-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 560px) {
  .feature-detail .area-condminium-container .area-condminium-info .area-button-link {
    font-size: 16px;
  }
}
.feature-detail .area-condminium-container .area-condminium-info .area-button-link:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.feature-detail .area-condminium-container .area-condminium-info .area-button-link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .feature-detail .area-condminium-container .area-condminium-info .area-button-link {
    width: 100%;
  }
}
.feature-detail .article-section {
  max-width: 1272px;
  margin: 0 auto 70px;
  padding: 0 48px;
}
@media screen and (max-width: 560px) {
  .feature-detail .article-section {
    padding: 0;
  }
}
.feature-detail .article-section .article-container {
  margin-bottom: 70px;
}
.feature-detail .article-section .article-container h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .feature-detail .article-section .article-container h3 {
    font-size: 20px;
  }
}
.feature-detail .article-section .article-container .article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -24px 0 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .article-section .article-container .article-list {
    flex-direction: column;
    margin: 0;
  }
}
.feature-detail .article-section .article-container .article-list .list-item {
  flex-shrink: 0;
  width: 365px;
  margin: 0 24px 24px 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .article-section .article-container .article-list .list-item {
    width: 100%;
    margin: 0 0 16px;
  }
}
.feature-detail .article-section .article-container .article-list .list-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.feature-detail .article-section .article-container .article-list .list-item a .col-left {
  flex-shrink: 0;
  overflow: hidden;
  width: 84px;
  height: 84px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .feature-detail .article-section .article-container .article-list .list-item a .col-left {
    width: 80px;
    height: 80px;
  }
}
.feature-detail .article-section .article-container .article-list .list-item a .col-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-detail .article-section .article-container .article-list .list-item a .col-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .article-section .article-container .article-list .list-item a .col-right p {
    font-size: 15px;
  }
}
.feature-detail .article-section .article-link-button-container {
  display: flex;
  justify-content: flex-end;
}
.feature-detail .article-section .article-link-button-container .article-link-button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 560px) {
  .feature-detail .article-section .article-link-button-container .article-link-button {
    font-size: 16px;
  }
}
.feature-detail .article-section .article-link-button-container .article-link-button:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.feature-detail .article-section .article-link-button-container .article-link-button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .feature-detail .article-section .article-link-button-container .article-link-button {
    width: 100%;
  }
}
.feature-detail .project-wrapper .project-header {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 24px;
  max-width: 1272px;
  padding: 64px 0;
}
@media screen and (max-width: 960px) {
  .feature-detail .project-wrapper .project-header {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-header {
    grid-template-columns: auto;
    padding: 24px 0;
  }
}
.feature-detail .project-wrapper .project-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-header h3 {
    font-size: 20px;
  }
}
.feature-detail .project-wrapper .project-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-header p {
    font-size: 15px;
  }
}
.feature-detail .project-wrapper .project-contents .project-gallery {
  margin: 0 auto 24px;
}
.feature-detail .project-wrapper .project-contents .project-gallery .thumb-wrapper {
  overflow: hidden;
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-contents .project-gallery .thumb-wrapper {
    height: auto;
  }
}
.feature-detail .project-wrapper .project-contents .project-gallery .thumb-wrapper img {
  width: 100%;
}
.feature-detail .project-wrapper .project-contents .project-gallery-nav {
  margin-bottom: 48px;
}
.feature-detail .project-wrapper .project-contents .project-gallery-nav .nav-wrapper {
  padding: 0 12px;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-contents .project-gallery-nav .nav-wrapper {
    height: auto;
    padding: 0 4px;
  }
}
.feature-detail .project-wrapper .project-contents .slick-arrow {
  width: 48px;
  height: 48px;
  z-index: 10;
  border-radius: 100px;
  background-color: #363636;
  color: #ffd167;
}
.feature-detail .project-wrapper .project-contents .slick-arrow::before {
  display: none;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-contents .slick-arrow {
    width: 32px;
    height: 32px;
    margin: 0 12px;
  }
}
.feature-detail .project-wrapper .project-contents .slick-prev {
  background-image: url("/images/property/detail/icon_arrow_round_back.svg");
  left: -25px;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-contents .slick-prev {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.feature-detail .project-wrapper .project-contents .slick-next {
  background-image: url("/images/property/detail/icon_arrow_round_forward.svg");
  right: -25px;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-contents .slick-next {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.feature-detail .project-wrapper .project-contents iframe {
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-contents iframe {
    height: 120px;
  }
}
.feature-detail .project-wrapper .project-footer {
  padding: 64px 0;
  text-align: center;
}
.feature-detail .project-wrapper .project-footer a {
  min-width: 480px;
}
@media screen and (max-width: 560px) {
  .feature-detail .project-wrapper .project-footer a {
    min-width: auto;
  }
}

.headline.penthouse .title {
  width: 100%;
}

.area .container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 64px;
  background: #f9f9f9;
}
@media screen and (max-width: 560px) {
  .area .container {
    padding: 48px 24px;
  }
}
.area .container .list-card {
  display: flex;
  flex-direction: column;
}
.area .container .list-card .card-item {
  margin: 0 0 48px;
  padding: 32px;
  background: #ffffff;
}
@media screen and (max-width: 1272px) {
  .area .container .list-card .card-item {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .area .container .list-card .card-item {
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
  }
}
.area .container .list-card .card-item .item-col2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1272px) {
  .area .container .list-card .card-item .item-col2 {
    flex-direction: column-reverse;
  }
}
.area .container .list-card .card-item .item-col2 .col2-left {
  display: flex;
  flex-flow: column wrap;
  flex-shrink: 2;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 560px) {
  .area .container .list-card .card-item .item-col2 .col2-left {
    padding: 24px 16px;
  }
}
.area .container .list-card .card-item .item-col2 .col2-left .card-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  font-family: serif;
}
@media screen and (max-width: 560px) {
  .area .container .list-card .card-item .item-col2 .col2-left .card-subtitle {
    font-size: 11px;
  }
}
.area .container .list-card .card-item .item-col2 .col2-left .card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .area .container .list-card .card-item .item-col2 .col2-left .card-title {
    font-size: 20px;
  }
}
.area .container .list-card .card-item .item-col2 .col2-left .card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .area .container .list-card .card-item .item-col2 .col2-left .card-description {
    font-size: 15px;
  }
}
.area .container .list-card .card-item .item-col2 .col2-left .card-button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 32px 0 0;
}
@media screen and (max-width: 560px) {
  .area .container .list-card .card-item .item-col2 .col2-left .card-button {
    font-size: 16px;
  }
}
.area .container .list-card .card-item .item-col2 .col2-left .card-button:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.area .container .list-card .card-item .item-col2 .col2-left .card-button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .area .container .list-card .card-item .item-col2 .col2-left .card-button {
    width: 100%;
  }
}
@media screen and (max-width: 1272px) {
  .area .container .list-card .card-item .item-col2 .col2-left .card-button {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 560px) {
  .area .container .list-card .card-item .item-col2 .col2-left .card-button {
    min-width: 100%;
    margin: 24px 0 0;
  }
}
.area .container .list-card .card-item .item-col2 .col2-right {
  flex-shrink: 0;
  width: 600px;
  min-height: 320px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 1272px) {
  .area .container .list-card .card-item .item-col2 .col2-right {
    width: 100%;
    min-height: auto;
    margin: 0 0 24px;
  }
}
.area .container .list-card .card-item .item-col2 .col2-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area .card-description {
  margin: 0 auto 8px;
}
.area .overview-area {
  padding: 64px 0;
  background: #ffffff;
}
.area .overview-area .container {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 24px;
  background: transparent;
}
@media screen and (max-width: 560px) {
  .area .overview-area .container {
    display: block;
    padding: 0 24px;
  }
}
.area .overview-area .container .inner-left h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .area .overview-area .container .inner-left h2 {
    font-size: 25px;
  }
}
.area .overview-area .container .inner-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .area .overview-area .container .inner-left p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .area .overview-area .container .inner-left p {
    margin-bottom: 16px;
  }
}
.area .card-button {
  width: 100%;
}
.area .card-map {
  width: 100%;
  height: 160px;
}
.area .col2-right {
  min-height: 412px;
}
.area .col2-right img {
  height: 100%;
  object-fit: cover;
}

.area-detail .maincontainer {
  background: #ffffff;
}
.area-detail .maincontainer .container {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 1272px) {
  .area-detail .maincontainer .container {
    padding: 0 24px;
  }
}
.area-detail .maincontainer .container .headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
}
@media screen and (max-width: 1272px) {
  .area-detail .maincontainer .container .headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1272px) {
  .area-detail .maincontainer .container .headline .title {
    width: 100%;
    margin: 0 0 32px;
  }
}
.area-detail .maincontainer .container .headline .title span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #838383;
  font-size: 18px;
  font-family: serif;
}
@media screen and (max-width: 1272px) {
  .area-detail .maincontainer .container .headline .title span {
    font-size: 14px;
  }
}
.area-detail .maincontainer .container .headline .title h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .area-detail .maincontainer .container .headline .title h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .area-detail .headline {
    align-items: flex-start;
  }
}
@media screen and (max-width: 560px) {
  .area-detail .headline .title {
    margin: 0 0 32px;
  }
  .area-detail .headline .link {
    width: 100%;
  }
}
.area-detail .button-area {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  .area-detail .button-area {
    font-size: 16px;
  }
}
.area-detail .button-area:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.area-detail .button-area:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .area-detail .button-area {
    width: 100%;
  }
}
.area-detail .overview {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .area-detail .overview {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .area-detail .overview {
    padding: 32px 0;
  }
}
.area-detail .point {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .area-detail .point {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .area-detail .point {
    padding: 32px 0;
  }
}
.area-detail .map {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .area-detail .map {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .area-detail .map {
    padding: 32px 0;
  }
}
.area-detail .map .map-container img {
  width: 100%;
  height: 480px;
  margin: 0 0 24px;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .area-detail .map .map-container img {
    height: 100%;
  }
}
.area-detail .map .map-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .area-detail .map .map-container p {
    font-size: 15px;
  }
}
.area-detail .rental {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .area-detail .rental {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .area-detail .rental {
    padding: 32px 0;
  }
}
.area-detail .facility {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .area-detail .facility {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .area-detail .facility {
    padding: 32px 0;
  }
}

.hero-waikiki {
  background-image: url(/images/area/waikiki/img-hero-waikiki.jpg);
}

.hero-alamoana {
  background-image: url(/images/area/alamoana/img-hero-alamoana.jpg);
}

.hero-wardkakaako {
  background-image: url(/images/area/wardkakaako/img-hero-wardkakaako.jpg);
}

.hero-diamondhead {
  background-image: url(/images/area/diamondhead/img-hero-diamondhead.jpg);
}

.projects {
  color: #1a1a1a;
}
.projects .container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 64px;
  background: #f9f9f9;
}
@media screen and (max-width: 560px) {
  .projects .container {
    padding: 48px 24px;
  }
}
.projects .container .list-card {
  display: flex;
  flex-direction: column;
}
.projects .container .list-card .card-item {
  margin: 0 0 48px;
  padding: 32px;
  background: #ffffff;
}
@media screen and (max-width: 1272px) {
  .projects .container .list-card .card-item {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .projects .container .list-card .card-item {
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
  }
}
.projects .container .list-card .card-item .item-col2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1272px) {
  .projects .container .list-card .card-item .item-col2 {
    flex-direction: column-reverse;
  }
}
.projects .container .list-card .card-item .item-col2 .col2-left {
  display: flex;
  flex-flow: column wrap;
  flex-shrink: 2;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 560px) {
  .projects .container .list-card .card-item .item-col2 .col2-left {
    padding: 24px 16px;
  }
}
.projects .container .list-card .card-item .item-col2 .col2-left .card-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  font-family: serif;
}
@media screen and (max-width: 560px) {
  .projects .container .list-card .card-item .item-col2 .col2-left .card-subtitle {
    font-size: 11px;
  }
}
.projects .container .list-card .card-item .item-col2 .col2-left .card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .projects .container .list-card .card-item .item-col2 .col2-left .card-title {
    font-size: 20px;
  }
}
.projects .container .list-card .card-item .item-col2 .col2-left .card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .projects .container .list-card .card-item .item-col2 .col2-left .card-description {
    font-size: 15px;
  }
}
.projects .container .list-card .card-item .item-col2 .col2-left .card-button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 32px 0 0;
}
@media screen and (max-width: 560px) {
  .projects .container .list-card .card-item .item-col2 .col2-left .card-button {
    font-size: 16px;
  }
}
.projects .container .list-card .card-item .item-col2 .col2-left .card-button:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.projects .container .list-card .card-item .item-col2 .col2-left .card-button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .projects .container .list-card .card-item .item-col2 .col2-left .card-button {
    width: 100%;
  }
}
@media screen and (max-width: 1272px) {
  .projects .container .list-card .card-item .item-col2 .col2-left .card-button {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 560px) {
  .projects .container .list-card .card-item .item-col2 .col2-left .card-button {
    min-width: 100%;
    margin: 24px 0 0;
  }
}
.projects .container .list-card .card-item .item-col2 .col2-right {
  flex-shrink: 0;
  width: 600px;
  min-height: 320px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 1272px) {
  .projects .container .list-card .card-item .item-col2 .col2-right {
    width: 100%;
    min-height: auto;
    margin: 0 0 24px;
  }
}
.projects .container .list-card .card-item .item-col2 .col2-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects .container .list-card-title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 560px) {
  .projects .container .list-card-title {
    text-align: left;
  }
}
.projects .container .list-card-title h2 {
  font-size: 36px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .projects .container .list-card-title h2 {
    font-size: 25px;
  }
}
.projects .container .list-card-title p {
  font-size: 16px;
  line-height: 1.8;
}

.estate-list {
  background: #ffffff;
  padding-top: 64px;
}
@media screen and (max-width: 560px) {
  .estate-list {
    padding-top: 48px;
  }
}
.estate-list .title {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .estate-list .title {
    font-size: 25px;
  }
}
.estate-list .list {
  max-width: 1272px;
  margin: 0 auto;
  padding: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .estate-list .list {
    padding: 32px;
  }
}
@media screen and (max-width: 560px) {
  .estate-list .list {
    justify-content: flex-start;
    padding: 24px;
  }
}
.estate-list .list li {
  width: 262px;
  margin: 0 12px 24px;
}
@media screen and (max-width: 960px) {
  .estate-list .list li {
    width: unset;
    max-width: 262px;
  }
}
@media screen and (max-width: 560px) {
  .estate-list .list li {
    min-width: 100%;
    margin: 0 auto 24px;
    border: 1px solid rgba(54, 54, 54, 0.16);
  }
}
.estate-list .list li a {
  display: block;
  cursor: pointer;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-list .list li a {
    display: flex;
    align-items: center;
  }
}
.estate-list .list li .image {
  margin-bottom: 8px;
}
@media screen and (max-width: 560px) {
  .estate-list .list li .image {
    margin-bottom: 0;
    margin-right: 16px;
    text-align: center;
    width: 100%;
    max-width: 97px;
    min-height: 97px;
    overflow: hidden;
  }
}
.estate-list .list li img {
  display: block;
}
@media screen and (max-width: 560px) {
  .estate-list .list li img {
    width: 100%;
    min-width: 130px;
    height: 97px;
  }
}
.estate-list .list li p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .estate-list .list li p {
    padding-right: 16px;
  }
}

.card-item .estate-container {
  margin-top: 40px;
  width: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 560px) {
  .card-item .estate-container {
    margin-top: 0px;
    padding: 0px 16px 24px;
  }
}
.card-item .estate-container .estate-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 32px;
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.card-item .estate-container .estate-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 48px 0 0;
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-header h3 {
    font-size: 20px;
  }
}
.card-item .estate-container .estate-content ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  overflow: visible;
  overflow-x: scroll;
  width: auto;
  margin: 0 -12px;
}
.card-item .estate-container .estate-content ul .estate-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 12px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-content ul .estate-item {
    margin: 0 7px;
  }
}
.card-item .estate-container .estate-content ul .estate-item .estate-link {
  width: 280px;
  height: 100%;
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-image img {
  width: 100%;
  height: 210px;
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 210px);
  padding: 16px;
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 auto;
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-area {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-content ul .estate-item .estate-link .estate-area {
    font-size: 11px;
  }
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-content ul .estate-item .estate-link .estate-name {
    font-size: 18px;
  }
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-spec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-spec span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  flex-shrink: 0;
  display: inline-block;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-content ul .estate-item .estate-link .estate-spec span {
    font-size: 11px;
  }
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-price {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  text-align: right;
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-price .dol {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-content ul .estate-item .estate-link .estate-price .dol {
    font-size: 15px;
  }
}
.card-item .estate-container .estate-content ul .estate-item .estate-link .estate-price .yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-content ul .estate-item .estate-link .estate-price .yen {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .card-item .estate-container .estate-content ul {
    margin-bottom: 32px;
  }
}
.card-item .estate-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -24px;
}
@media screen and (max-width: 960px) {
  .card-item .estate-list {
    margin: 0 auto;
  }
}
.card-item .estate-list li {
  display: inline-block;
  margin: 0 12px 24px;
}
.card-item .estate-list li .card-estate {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 300px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
@media screen and (max-width: 560px) {
  .card-item .estate-list li .card-estate {
    max-width: 100%;
  }
}
.card-item .estate-list li .card-estate .estate-img {
  width: 100%;
  height: 225px;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .card-item .estate-list li .card-estate .estate-img {
    height: 160px;
  }
}
.card-item .estate-list li .card-estate .estate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-item .estate-list li .card-estate .estate-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
}
.card-item .estate-list li .card-estate .estate-info .estate-title {
  margin: 0 0 8px;
}
.card-item .estate-list li .card-estate .estate-info .estate-title span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .card-item .estate-list li .card-estate .estate-info .estate-title span {
    font-size: 11px;
  }
}
.card-item .estate-list li .card-estate .estate-info .estate-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .card-item .estate-list li .card-estate .estate-info .estate-title h4 {
    font-size: 18px;
  }
}
.card-item .estate-list li .card-estate .estate-info .estate-spec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
.card-item .estate-list li .card-estate .estate-info .estate-spec .estate-spec-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 560px) {
  .card-item .estate-list li .card-estate .estate-info .estate-spec .estate-spec-item {
    font-size: 11px;
  }
}
.card-item .estate-list li .card-estate .estate-info .estate-price {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  text-align: right;
}
.card-item .estate-list li .card-estate .estate-info .estate-price .estate-price-dol {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 560px) {
  .card-item .estate-list li .card-estate .estate-info .estate-price .estate-price-dol {
    font-size: 18px;
  }
}
.card-item .estate-list li .card-estate .estate-info .estate-price .estate-price-yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .card-item .estate-list li .card-estate .estate-info .estate-price .estate-price-yen {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .card-item .estate-list li {
    margin: 0 0 24px;
  }
}
.card-item .button-anchor {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 23px 0 0 -8px;
  padding: 4px 8px;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .card-item .button-anchor {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .card-item .button-anchor {
    margin: 0 0 0 -8px;
  }
}
.card-item .button-anchor:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  background-image: url("/images/common/icon-chevron-right.svg");
  background-size: cover;
}

.projects-detail .maincontainer {
  background: #ffffff;
}
.projects-detail .maincontainer .container {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 1272px) {
  .projects-detail .maincontainer .container {
    padding: 0 24px;
  }
}
.projects-detail .maincontainer .container .headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
}
@media screen and (max-width: 1272px) {
  .projects-detail .maincontainer .container .headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1272px) {
  .projects-detail .maincontainer .container .headline .title {
    width: 100%;
    margin: 0 0 32px;
  }
}
.projects-detail .maincontainer .container .headline .title span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #838383;
  font-size: 18px;
  font-family: serif;
}
@media screen and (max-width: 1272px) {
  .projects-detail .maincontainer .container .headline .title span {
    font-size: 14px;
  }
}
.projects-detail .maincontainer .container .headline .title h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .projects-detail .maincontainer .container .headline .title h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .projects-detail .headline .link {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .headline {
    align-items: flex-start;
  }
  .projects-detail .headline .link {
    width: 100%;
    margin: 0 auto;
  }
}
.projects-detail .headline h1 {
  max-width: 880px;
}
.projects-detail .inner-section {
  grid-column: 2;
}
@media screen and (max-width: 960px) {
  .projects-detail .inner-section {
    grid-column: unset;
  }
}
.projects-detail .overview {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .projects-detail .overview {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .overview {
    padding: 32px 0;
  }
}
.projects-detail .view {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .projects-detail .view {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .view {
    padding: 32px 0;
  }
}
.projects-detail .facility {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .projects-detail .facility {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .facility {
    padding: 32px 0;
  }
}
@media screen and (max-width: 960px) {
  .projects-detail .facility .section-inner h2 br {
    display: none;
  }
}
.projects-detail .common {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .projects-detail .common {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .common {
    padding: 32px 0;
  }
}
.projects-detail .tenant {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .projects-detail .tenant {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .tenant {
    padding: 32px 0;
  }
}
.projects-detail .spec {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .projects-detail .spec {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .spec {
    padding: 32px 0;
  }
}
.projects-detail .spec .banner-ask p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .projects-detail .spec .banner-ask p {
    font-size: 15px;
  }
}
.projects-detail .gallery-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 978px;
  margin: 0 -12px;
}
@media screen and (max-width: 960px) {
  .projects-detail .gallery-container {
    max-width: unset;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .gallery-container {
    display: grid;
    gap: 24px;
    grid-template-columns: 2fr 2fr;
    grid-template-rows: auto;
  }
}
.projects-detail .gallery-container .container-image {
  display: inline-flex;
  flex-direction: column;
  width: 300px;
  margin: 0 12px 24px;
}
@media screen and (max-width: 960px) {
  .projects-detail .gallery-container .container-image {
    width: 100%;
    max-width: 220px;
  }
}
@media screen and (max-width: 960px) and (max-width: 560px) {
  .projects-detail .gallery-container .container-image {
    margin: 0;
  }
}
.projects-detail .gallery-container .container-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.projects-detail .gallery-container .container-image .container-info {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .projects-detail .gallery-container .container-image .container-info {
    font-size: 15px;
  }
}
.projects-detail .list-spec {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.projects-detail .list-spec dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .projects-detail .list-spec dt {
    font-size: 15px;
  }
}
.projects-detail .list-spec dd {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .projects-detail .list-spec dd {
    font-size: 15px;
  }
}
.projects-detail .list-estate ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 560px) {
  .projects-detail .list-estate ul {
    justify-content: center;
  }
}
.projects-detail .list-estate ul li {
  margin: 0 12px 24px;
  position: relative;
}
.projects-detail .list-estate .button-properties {
  grid-area: 2/2;
  max-width: 320px;
}
.projects-detail .detail-header {
  max-height: 500px;
  height: auto;
  display: flex;
  align-items: center;
}
.projects-detail .button-properties,
.projects-detail .button-contact {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 560px) {
  .projects-detail .button-properties,
  .projects-detail .button-contact {
    font-size: 16px;
  }
}
.projects-detail .button-properties:after,
.projects-detail .button-contact:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.projects-detail .button-properties:hover,
.projects-detail .button-contact:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .projects-detail .button-properties,
  .projects-detail .button-contact {
    width: 100%;
  }
}
.projects-detail .banner {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
.projects-detail .banner .banner-floorplan-trump,
.projects-detail .banner .banner-floorplan-ritz,
.projects-detail .banner .banner-pricelist-trump,
.projects-detail .banner .banner-pricelist-ritz {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: calc(50% - 24px);
  height: 160px;
  border-radius: 12px;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .projects-detail .banner .banner-floorplan-trump,
  .projects-detail .banner .banner-floorplan-ritz,
  .projects-detail .banner .banner-pricelist-trump,
  .projects-detail .banner .banner-pricelist-ritz {
    width: 100%;
    height: 120px;
  }
}
.projects-detail .banner .banner-floorplan-trump img,
.projects-detail .banner .banner-floorplan-ritz img,
.projects-detail .banner .banner-pricelist-trump img,
.projects-detail .banner .banner-pricelist-ritz img {
  position: absolute;
  z-index: 0;
  opacity: 0.35;
  width: 100%;
  object-fit: cover;
}
.projects-detail .banner .banner-floorplan-trump p,
.projects-detail .banner .banner-floorplan-ritz p,
.projects-detail .banner .banner-pricelist-trump p,
.projects-detail .banner .banner-pricelist-ritz p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .projects-detail .banner .banner-floorplan-trump p,
  .projects-detail .banner .banner-floorplan-ritz p,
  .projects-detail .banner .banner-pricelist-trump p,
  .projects-detail .banner .banner-pricelist-ritz p {
    font-size: 20px;
  }
}
.projects-detail .banner .banner-floorplan-trump span,
.projects-detail .banner .banner-floorplan-ritz span,
.projects-detail .banner .banner-pricelist-trump span,
.projects-detail .banner .banner-pricelist-ritz span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #363636;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .projects-detail .banner .banner-floorplan-trump span,
  .projects-detail .banner .banner-floorplan-ritz span,
  .projects-detail .banner .banner-pricelist-trump span,
  .projects-detail .banner .banner-pricelist-ritz span {
    font-size: 11px;
  }
}
.projects-detail .banner .banner-floorplan-trump,
.projects-detail .banner .banner-floorplan-ritz {
  border: 2px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .projects-detail .banner .banner-floorplan-trump,
  .projects-detail .banner .banner-floorplan-ritz {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .projects-detail .banner.banner-parklane {
    flex-direction: column;
    gap: 10px;
  }
}

.slider {
  width: 100%;
  max-height: 500px;
}
@media screen and (max-width: 560px) {
  .slider {
    height: 400px;
    position: relative;
  }
}
.slider img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .slider img {
    height: 400px;
    object-fit: cover;
  }
}
.slider .slick-dots li {
  width: 24px;
  height: 1px;
}
.slider .slick-dots li button {
  padding: 0;
  width: 25px;
  height: 1px;
  background-color: #ccc;
}
.slider .slick-dots li button:before {
  display: none;
}
.slider .slick-dots li.slick-active button {
  background: #000;
}

.slider-thumbnail {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 84px;
  width: 300px;
}
@media screen and (max-width: 560px) {
  .slider-thumbnail {
    display: none;
  }
}
.slider-thumbnail .slick-list {
  padding: 4px;
}
.slider-thumbnail .slick-slide {
  margin-right: 8px;
}
.slider-thumbnail .slick-current img {
  transition: box-shadow 0.5s ease-in-out;
  box-shadow: 0 0 0 4px #ffffff;
}
.slider-thumbnail .slider-thumbnail-image {
  display: block;
  height: 40px;
}
.slider-thumbnail img {
  height: 40px;
  width: auto;
  object-fit: cover;
}

.estate-thumb-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 20110;
}

.estate-thumb-modal-inner {
  display: block;
  width: 1100px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -550px;
  background: #fff;
  border-radius: 12px;
  z-index: 20111;
  padding: 40px 100px 0;
}
@media screen and (max-width: 560px) {
  .estate-thumb-modal-inner {
    width: 100%;
    height: auto;
    max-height: 300px;
    margin-top: -150px;
    margin-left: 0;
    left: 0;
    top: 50%;
    padding: 20px;
  }
}

.estate-modal-close-button {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  display: block;
  background: url(/images/search/close-icon.png) no-repeat left 3px top 3px;
  background-size: 24px;
  cursor: pointer;
  z-index: 20112;
}
@media screen and (max-width: 560px) {
  .estate-modal-close-button {
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-size: 15px;
  }
}

.modal-slider-contents {
  position: relative;
}

.estate-modal-slider {
  width: 100%;
  height: 500px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .estate-modal-slider {
    width: 100%;
    height: auto;
    max-height: 300px;
    margin-bottom: 15px;
  }
}
.estate-modal-slider img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: contain;
}
@media screen and (max-width: 560px) {
  .estate-modal-slider img {
    height: auto;
    max-height: 300px;
  }
}
.estate-modal-slider .slick-prev {
  width: 64px;
  height: 64px;
  left: -75px;
}
@media screen and (max-width: 560px) {
  .estate-modal-slider .slick-prev {
    width: 20px;
    height: 20px;
    left: -18px;
  }
}
.estate-modal-slider .slick-prev:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(/images/common/icon-chevron-right.svg) no-repeat left top;
  background-size: 64px;
  transform: rotate(180deg);
}
@media screen and (max-width: 560px) {
  .estate-modal-slider .slick-prev:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.estate-modal-slider .slick-next {
  width: 64px;
  height: 64px;
  right: -75px;
}
@media screen and (max-width: 560px) {
  .estate-modal-slider .slick-next {
    width: 20px;
    height: 20px;
    right: -18px;
  }
}
.estate-modal-slider .slick-next:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(/images/common/icon-chevron-right.svg) no-repeat left top;
  background-size: 64px;
}
@media screen and (max-width: 560px) {
  .estate-modal-slider .slick-next:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.estate-modal-slider-thumb {
  width: 100%;
  height: 84px;
  display: block;
}
@media screen and (max-width: 560px) {
  .estate-modal-slider-thumb {
    height: auto;
    max-height: 50px;
  }
}
.estate-modal-slider-thumb .modal-slider-thumb {
  padding-right: 24px;
  height: 84px;
}
@media screen and (max-width: 560px) {
  .estate-modal-slider-thumb .modal-slider-thumb {
    height: auto;
    max-height: 50px;
    padding-right: 10px;
  }
}
.estate-modal-slider-thumb img {
  display: block;
  width: 100%;
  height: 84px;
}
@media screen and (max-width: 560px) {
  .estate-modal-slider-thumb img {
    height: auto;
    max-height: 50px;
  }
}

.estate-gallery {
  position: relative;
}

.estate-gallery-button {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
}

.estate-detail {
  background-color: #ffffff;
}
.estate-detail .estate-layout {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout {
    max-width: unset;
    margin: 0 48px;
  }
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout {
    margin: 0;
  }
}
.estate-detail .estate-layout .estate-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  max-width: 1272px;
  margin: 48px auto;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
.estate-detail .estate-layout .estate-map {
  margin: 0 auto 48px;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-map {
    margin: 0 48px 48px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-map {
    margin: 0 0 24px;
    padding: 24px;
  }
}
.estate-detail .estate-layout .estate-map h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-map h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-layout .estate-disclaimer {
  margin: 0 auto 48px;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-disclaimer {
    margin: 0 48px 48px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-disclaimer {
    margin: 0 0 24px;
    padding: 24px;
  }
}
.estate-detail .estate-layout .estate-disclaimer h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-disclaimer h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-layout .estate-disclaimer ul {
  list-style-type: disc;
  margin: 0 0 0 24px;
}
.estate-detail .estate-layout .estate-disclaimer ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-disclaimer ul li {
    font-size: 15px;
  }
}
.estate-detail .estate-layout .estate-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 840px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-left {
    width: 100%;
    max-width: unset;
    margin: 0 48px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left {
    display: block;
    max-width: 100vw;
    margin: 0;
  }
}
.estate-detail .estate-layout .estate-left .estate-content {
  position: relative;
  width: 100%;
}
.estate-detail .estate-layout .estate-left .estate-content .estate-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-title {
    padding: 24px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-title .title-wrapper {
  width: 80%;
}
.estate-detail .estate-layout .estate-left .estate-content .estate-title .title-wrapper span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-title .title-wrapper span {
    font-size: 15px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-title .title-wrapper h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-title .title-wrapper h2 {
    font-size: 25px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-title .button-favorite {
  position: relative;
  top: auto;
  left: auto;
  border: 1px solid #dddddd;
}
.estate-detail .estate-layout .estate-left .estate-content .estate-title .button-favorite:checked {
  border: 1px solid #ffd167;
}
.estate-detail .estate-layout .estate-left .estate-content .estate-overview {
  display: flex;
  flex-direction: row;
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-overview {
    margin: 0 0 24px;
    padding: 0 24px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-overview span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #838383;
  display: inline-block;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-overview span {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-overview span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #838383;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-overview span {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-info {
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-info {
    margin: 0;
    padding: 24px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-info h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-info h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap {
    flex-direction: column;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box {
    margin: 0 0 16px;
  }
  .estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box:last-child {
    margin: 0;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 8px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box .item {
    font-size: 15px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box .item:first-of-type {
  max-width: 192px;
}
.estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box .item:last-child {
  margin-bottom: 0;
}
.estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box .item .subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  display: block;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-info .info-wrap .info-box .item .subtitle {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-arrangement {
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-arrangement {
    margin: 0;
    padding: 24px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-arrangement h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-arrangement h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-arrangement img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
}
.estate-detail .estate-layout .estate-left .estate-content .estate-view {
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-view {
    margin: 0;
    padding: 24px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-view h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-view h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-view .view-box {
  display: flex;
  flex-direction: row;
  margin: 0 24px 0 0;
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other {
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other {
    margin: 0;
    padding: 24px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .inclusions {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .inclusions {
    font-size: 15px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .inclusions span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  display: block;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .inclusions span {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .common {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .common {
    font-size: 15px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .common span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  display: block;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .common span {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc {
    flex-direction: column;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .parking {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-right: 24px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .parking {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .parking {
    width: 100%;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .parking span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  display: block;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .parking span {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .construction {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-right: 24px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .construction {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .construction {
    width: 100%;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .construction span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .construction span {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .company {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .company {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .company {
    width: 100%;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .company span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-other .other-box .etc .company span {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-left .estate-content .estate-annotation {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  margin-top: 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-left .estate-content .estate-annotation {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-right {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 408px;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-right {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    flex-flow: row wrap;
    width: 100vw;
    background-color: #ffffff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.06);
  }
}
.estate-detail .estate-layout .estate-right .cv-box {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: sticky;
  top: 196px;
  height: 334px;
  padding: 32px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-right .cv-box {
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    padding: 24px 48px;
    border: 0;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-right .cv-box {
    display: none;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-right .cv-box .price-info {
    display: flex;
    flex-direction: row;
  }
}
.estate-detail .estate-layout .estate-right .cv-box .price-info .price {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-right .cv-box .price-info .price {
    flex-direction: column;
    margin: 0 32px 0 0;
  }
}
.estate-detail .estate-layout .estate-right .cv-box .price-info .price .dol {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  display: inline-block;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-right .cv-box .price-info .price .dol {
    font-size: 20px;
  }
}
.estate-detail .estate-layout .estate-right .cv-box .price-info .price .yen {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-block;
  margin-left: 4px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-right .cv-box .price-info .price .yen {
    font-size: 15px;
  }
}
.estate-detail .estate-layout .estate-right .cv-box .price-info .fee .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
}
.estate-detail .estate-layout .estate-right .cv-box .price-info .fee .list .head {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  width: 100px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-right .cv-box .price-info .fee .list .head {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-right .cv-box .price-info .fee .list .body {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-right .cv-box .price-info .fee .list .body {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .estate-right .cv-box .price-info .fee .list .body.tax {
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-right .cv-box .price-info .fee .list .body.tax br {
    display: none;
  }
}
.estate-detail .estate-layout .estate-right .cv-box .button-cv {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background-color: #ffd167;
  color: #1a1a1a;
  flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-right .cv-box .button-cv {
    font-size: 16px;
  }
}
.estate-detail .estate-layout .estate-right .cv-box .button-cv:after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-image: none;
  background-size: cover;
}
.estate-detail .estate-layout .estate-right .cv-box .button-cv:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .estate-right .cv-box .button-cv {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .estate-right .cv-box .button-cv {
    width: 180px;
    min-width: 180px;
  }
}
.estate-detail .estate-layout .building-container {
  margin-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .estate-detail .estate-layout .building-container {
    margin: 0 48px 64px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container {
    margin: 0 0 48px;
    padding: 0 24px;
  }
}
.estate-detail .estate-layout .building-container .building-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 32px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.estate-detail .estate-layout .building-container .building-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 48px 0 0;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-header h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-layout .building-container .building-content ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  overflow: visible;
  overflow-x: scroll;
  width: auto;
  margin: 0 -12px;
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 12px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-content ul .estate-item {
    margin: 0 7px;
  }
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link {
  width: 280px;
  height: 100%;
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-image img {
  width: 100%;
  height: 210px;
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 210px);
  padding: 16px;
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 auto;
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-area {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-area {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-name {
    font-size: 18px;
  }
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-spec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-spec span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  flex-shrink: 0;
  display: inline-block;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-spec span {
    font-size: 11px;
  }
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-price {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  text-align: right;
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-price .dol {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-price .dol {
    font-size: 15px;
  }
}
.estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-price .yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-content ul .estate-item .estate-link .estate-price .yen {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .building-content ul {
    margin-bottom: 32px;
  }
}
.estate-detail .estate-layout .building-container .button-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .button-link {
    font-size: 16px;
  }
}
.estate-detail .estate-layout .building-container .button-link:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.estate-detail .estate-layout .building-container .button-link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-layout .building-container .button-link {
    width: 100%;
  }
}
.estate-detail .estate-matterport {
  position: relative;
  width: 100%;
  height: 240px;
  margin: 0 0 48px;
  padding: 0 0 48px;
}
.estate-detail .estate-matterport h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-matterport h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-matterport a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.estate-detail .estate-matterport iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-matterport {
    padding: 0 24px;
    height: 160px;
  }
}
.estate-detail .estate-immoviewer {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 0 48px;
  padding: 0 0 48px;
}
.estate-detail .estate-immoviewer h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-immoviewer h3 {
    font-size: 20px;
  }
}
.estate-detail .estate-immoviewer .iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-immoviewer .iframe-container {
    padding-bottom: 74%;
    width: 70%;
    min-width: 320px;
  }
}
.estate-detail .estate-immoviewer .iframe-container a {
  position: absolute;
  top: -56px;
  width: 70%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 822px) {
  .estate-detail .estate-immoviewer .iframe-container a {
    top: -96px;
    width: 80%;
    height: 90%;
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-immoviewer .iframe-container a {
    width: 100%;
    top: -96px;
    height: 70%;
    min-height: 280px;
  }
}
.estate-detail .estate-immoviewer .iframe-container a iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.estate-detail .estate-immoviewer .iframe-container img {
  width: 80px;
  height: 80px;
  z-index: 1;
  transform: translateY(28px);
  flex-grow: 0;
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-immoviewer .iframe-container img {
    width: 50px;
    height: 50px;
    transform: translateY(48px);
  }
}
@media screen and (max-width: 560px) {
  .estate-detail .estate-immoviewer {
    padding: 0 24px;
    height: 200px;
  }
}
.estate-detail .sp-box {
  display: none;
}
@media screen and (max-width: 560px) {
  .estate-detail .sp-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100vw;
    padding: 8px 16px;
    background-color: #ffffff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.06);
  }
}
.estate-detail .sp-box .price-info .price {
  display: flex;
  flex-direction: column;
}
.estate-detail .sp-box .price-info .price .dol {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .sp-box .price-info .price .dol {
    font-size: 20px;
  }
}
.estate-detail .sp-box .price-info .price .yen {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .estate-detail .sp-box .price-info .price .yen {
    font-size: 15px;
  }
}
.estate-detail .sp-box .button-cv {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background-color: #ffd167;
  color: #1a1a1a;
  max-width: 160px;
  padding: 8px 16px;
}
@media screen and (max-width: 560px) {
  .estate-detail .sp-box .button-cv {
    font-size: 16px;
  }
}
.estate-detail .sp-box .button-cv:after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-image: none;
  background-size: cover;
}
.estate-detail .sp-box .button-cv:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .estate-detail .sp-box .button-cv {
    width: 100%;
  }
}
.estate-detail .pc-only {
  display: flex;
}
@media screen and (max-width: 560px) {
  .estate-detail .pc-only {
    display: none;
  }
}
.estate-detail .mobile-only {
  display: none;
}
@media screen and (max-width: 560px) {
  .estate-detail .mobile-only {
    display: flex;
  }
}

.estate-header {
  margin-bottom: 24px;
}
.estate-header .open-gallery {
  display: block;
}
.estate-header .estate-thumb {
  display: grid;
  grid-auto-rows: 95px;
  gap: 24px;
  position: relative;
  width: 840px;
  height: 334px;
}
@media screen and (max-width: 960px) {
  .estate-header .estate-thumb {
    width: 100%;
  }
}
.estate-header .estate-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.estate-header .img-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.estate-header .more-images {
  grid-template-columns: 5fr 1fr 1fr;
  grid-template-rows: 95px;
}
.estate-header .more-images .estate-thumb-item01 {
  grid-column: 1/1;
  grid-row: 1/4;
}
@media screen and (max-width: 560px) {
  .estate-header .more-images .estate-thumb-item01 {
    width: 100%;
    height: 100%;
  }
}
.estate-header .more-images .estate-thumb-item01 .estate-thumb-image01 {
  height: 100% !important;
}
.estate-header .more-images .estate-thumb-item02 {
  grid-column: 2/4;
  grid-row: 1/1;
}
.estate-header .more-images .estate-thumb-item03 {
  grid-column: 2/2;
  grid-row: 2/2;
}
.estate-header .more-images .estate-thumb-item04 {
  grid-column: 3/3;
  grid-row: 2/2;
}
.estate-header .more-images .estate-thumb-item05 {
  grid-column: 2/2;
  grid-row: 3/3;
}
.estate-header .fifth-images {
  grid-template-columns: 408px 1fr 1fr;
  grid-template-rows: 1fr;
}
.estate-header .fifth-images .estate-thumb-item01 {
  grid-column: 1/1;
  grid-row: 1/4;
}
@media screen and (max-width: 560px) {
  .estate-header .fifth-images .estate-thumb-item01 {
    width: 100%;
    height: 100%;
  }
}
.estate-header .fifth-images .estate-thumb-item01 .estate-thumb-image01 {
  width: auto;
  height: 100% !important;
}
.estate-header .fifth-images .estate-thumb-item02 {
  grid-column: 2/3;
  grid-row: 1/1;
}
.estate-header .fifth-images .estate-thumb-item03 {
  grid-column: 3/4;
  grid-row: 1/1;
}
.estate-header .fifth-images .estate-thumb-item04 {
  grid-column: 2/3;
  grid-row: 2/2;
}
.estate-header .fifth-images .estate-thumb-item05 {
  grid-column: 3/4;
  grid-row: 2/2;
}
.estate-header .fourth-images {
  grid-template-columns: 408px 1fr 1fr;
  grid-template-rows: 155px 155px;
  grid-auto-rows: 155px;
}
.estate-header .fourth-images .estate-thumb-item01 {
  grid-column: 1/1;
  grid-row: 1/3;
}
@media screen and (max-width: 560px) {
  .estate-header .fourth-images .estate-thumb-item01 {
    width: 100%;
    height: 100%;
  }
}
.estate-header .fourth-images .estate-thumb-item01 .estate-thumb-image01 {
  width: auto;
  height: 100% !important;
}
.estate-header .fourth-images .estate-thumb-item02 {
  grid-column: 2/4;
  grid-row: 1/1;
}
.estate-header .fourth-images .estate-thumb-item03 {
  grid-column: 2/3;
  grid-row: 2/2;
}
.estate-header .fourth-images .estate-thumb-item04 {
  grid-column: 3/4;
  grid-row: 2/2;
}
.estate-header .third-images {
  grid-template-columns: 408px 1fr 1fr;
  grid-template-rows: 155px 155px;
  grid-auto-rows: 155px;
}
.estate-header .third-images .estate-thumb-item01 {
  grid-column: 1/1;
  grid-row: 1/3;
}
@media screen and (max-width: 560px) {
  .estate-header .third-images .estate-thumb-item01 {
    width: 100%;
    height: 100%;
  }
}
.estate-header .third-images .estate-thumb-item01 .estate-thumb-image01 {
  width: auto;
  height: 100% !important;
}
.estate-header .third-images .estate-thumb-item02 {
  grid-column: 2/4;
  grid-row: 1/1;
}
.estate-header .third-images .estate-thumb-item03 {
  grid-column: 2/4;
  grid-row: 2/2;
}
.estate-header .second-images {
  grid-template-columns: 408px;
  grid-template-rows: 334px;
}
.estate-header .second-images .estate-thumb-item01 {
  grid-column: 1/1;
  grid-row: 1/2;
}
@media screen and (max-width: 560px) {
  .estate-header .second-images .estate-thumb-item01 {
    width: 100%;
    height: 100%;
  }
}
.estate-header .second-images .estate-thumb-item01 .estate-thumb-image01 {
  width: auto;
  height: 100% !important;
}
.estate-header .second-images .estate-thumb-item02 {
  grid-column: 2/2;
  grid-row: 1/2;
}
.estate-header .second-images .estate-thumb-item02 .estate-thumb-image02 {
  width: auto;
  height: 100% !important;
}
.estate-header .first-images,
.estate-header .estate-thumb-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 840px;
  height: 334px;
  border: 1px solid #dddddd;
}
.estate-header .first-images span,
.estate-header .estate-thumb-empty span {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #dddddd;
}
@media screen and (max-width: 560px) {
  .estate-header .first-images span,
  .estate-header .estate-thumb-empty span {
    font-size: 20px;
  }
}
.estate-header .first-images .estate-thumb-image01,
.estate-header .estate-thumb-empty .estate-thumb-image01 {
  width: auto;
  height: 100% !important;
}
@media screen and (max-width: 560px) {
  .estate-header .first-images,
  .estate-header .estate-thumb-empty {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 560px) {
  .estate-header .sp-thumb {
    display: block;
    overflow: hidden;
    max-width: 100vw;
    height: 250px !important;
  }
}

.estate-thumb-previews {
  width: 840px;
  height: 334px;
  padding: 0 24px;
  transition: 1s;
}
@media screen and (max-width: 960px) {
  .estate-thumb-previews {
    width: calc(100vw - 96px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .estate-thumb-previews {
    width: auto;
    padding: 0;
    height: 250px;
  }
}
.estate-thumb-previews:hover {
  opacity: 1;
}
.estate-thumb-previews.--loading {
  opacity: 0;
}
.estate-thumb-previews .estate-thumb-image {
  height: 334px;
  display: block;
  width: auto;
  object-fit: cover;
  transition: 0.3s;
  transform: scale(0.95);
  opacity: 0.5;
}
@media screen and (max-width: 560px) {
  .estate-thumb-previews .estate-thumb-image {
    transform: scale(1);
    height: 250px;
  }
}
.estate-thumb-previews .slick-center .estate-thumb-image {
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
}
.estate-thumb-previews .slick-center .estate-thumb-image:hover {
  opacity: 0.5;
}
.estate-thumb-previews .slick-dots {
  display: flex;
  justify-content: center;
  overflow-x: scroll;
  bottom: -16px;
}
.estate-thumb-previews .slick-dots li {
  width: 8px;
  height: 8px;
}
.estate-thumb-previews .slick-dots li button {
  height: 8px;
  width: 8px;
}
.estate-thumb-previews .slick-dots li button:before {
  background: #000;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
}
.estate-thumb-previews .slick-next, .estate-thumb-previews .slick-prev {
  width: 48px;
  height: 48px;
  z-index: 10;
}
.estate-thumb-previews .slick-next::before, .estate-thumb-previews .slick-prev::before {
  display: none;
}
.estate-thumb-previews .slick-prev {
  background-image: url("/images/property/detail/icon_arrow_round_back.svg");
  left: 0;
}
@media screen and (max-width: 560px) {
  .estate-thumb-previews .slick-prev {
    width: 24px;
    height: 24px;
    background-size: contain;
    left: 8px;
  }
}
.estate-thumb-previews .slick-next {
  background-image: url("/images/property/detail/icon_arrow_round_forward.svg");
  right: 0;
}
@media screen and (max-width: 560px) {
  .estate-thumb-previews .slick-next {
    width: 24px;
    height: 24px;
    background-size: contain;
    right: 8px;
  }
}

.favorite .simple-container {
  padding: 32px 0;
}
@media screen and (max-width: 960px) {
  .favorite .simple-container {
    padding: 32px 48px;
  }
}
@media screen and (max-width: 560px) {
  .favorite .simple-container {
    padding: 32px 24px;
  }
}
.favorite .favorite-container {
  position: relative;
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 960px) {
  .favorite .favorite-container {
    padding: 32px 48px;
  }
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container .select-box {
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container .select-box .select-header label {
    margin: 0 auto 16px 0;
  }
}
.favorite .favorite-container .estate-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 960px) {
  .favorite .favorite-container .estate-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container .estate-container {
    flex-direction: column;
  }
}
.favorite .favorite-container .estate-container .estate-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 388px;
  margin: 0 12px 24px;
  padding: 4px 4px 4px 24px;
  border-radius: 4px;
  background: #f9f9f9;
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container .estate-container .estate-item {
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto 24px;
    padding: 4px;
  }
}
.favorite .favorite-container .estate-container .estate-item .js-select-checks {
  display: inline-block;
  position: absolute;
  left: 24px;
  width: 24px;
  height: 100%;
  padding: 16px;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container .estate-container .estate-item .js-select-checks {
    left: 8px;
  }
}
.favorite .favorite-container .estate-container .card-estate {
  flex-shrink: 0;
  width: calc(100% - 40px);
  max-width: 322px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 960px) {
  .favorite .favorite-container .estate-container .card-estate {
    max-width: unset;
  }
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container .estate-container .card-estate {
    width: 86%;
  }
}
.favorite .favorite-container .estate-container .card-estate .btn-favorite {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
  appearance: none;
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  appearance: none;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .favorite .favorite-container .estate-container .card-estate .btn-favorite {
    top: 8px;
    left: 8px;
  }
}
.favorite .favorite-container .estate-container .card-estate .btn-favorite:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/images/common/icon-pin.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #1a1a1a;
  transform: rotate(45deg) translate(65%);
  transition: all 0.15s ease-in-out;
}
.favorite .favorite-container .estate-container .card-estate .btn-favorite:hover {
  opacity: 0.8;
  transition: all 0.15s ease-in-out;
}
.favorite .favorite-container .estate-container .card-estate .btn-favorite:hover:before {
  transform: rotate(0) translate(50%, 50%);
  transition: all 0.15s ease-in-out;
}
.favorite .favorite-container .estate-container .card-estate .btn-favorite:checked {
  background-color: #ffd167;
}
.favorite .favorite-container .estate-container .card-estate .btn-favorite:checked:before {
  height: 16px;
  transform: rotate(0) translate(50%, 90%);
}
.favorite .favorite-container .estate-container .card-estate .estate-price {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  text-align: left;
}

.search .maincontainer {
  background-color: #ffffff;
}

.search-container .inner-container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 48px 0;
}
@media screen and (max-width: 960px) {
  .search-container .inner-container {
    margin: 0 48px;
  }
}
@media screen and (max-width: 560px) {
  .search-container .inner-container {
    margin: 0 24px;
  }
}
.search-container .inner-container h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .search-container .inner-container h2 {
    font-size: 25px;
  }
}
.search-container .inner-container h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .search-container .inner-container h3 {
    font-size: 20px;
  }
}
.search-container .estate-container {
  background-color: #f9f9f9;
}
.search-container .estate-container .search-projects .projects-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 560px) {
  .search-container .estate-container .search-projects .projects-list {
    margin: 0 auto;
  }
}
.search-container .estate-container .search-projects .projects-list .list-item {
  flex-shrink: 0;
  margin: 0 12px 16px;
}
@media screen and (max-width: 560px) {
  .search-container .estate-container .search-projects .projects-list .list-item {
    width: 100%;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 960px) {
  .search-container .estate-container .search-projects .projects-list .list-item:nth-child(-n+4) {
    width: 22%;
  }
}
@media screen and (max-width: 560px) {
  .search-container .estate-container .search-projects .projects-list .list-item:nth-child(-n+4) {
    width: 100%;
  }
}
.search-container .estate-container .search-projects .projects-list .list-item:last-child {
  display: block;
  width: 100%;
}
.search-container .estate-container .search-projects .projects-list .list-item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: flex;
  overflow: hidden;
  width: 300px;
  min-height: 64px;
  padding: 16px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .search-container .estate-container .search-projects .projects-list .list-item a {
    font-size: 15px;
  }
}
.search-container .estate-container .search-projects .projects-list .list-item a.two-lines {
  line-height: 1.4;
  padding: 10px 16px;
}
.search-container .estate-container .search-projects .projects-list .list-item a.mandarin {
  font-size: 15px;
  line-height: 1.4;
  padding: 11px 16px;
}
@media screen and (max-width: 960px) {
  .search-container .estate-container .search-projects .projects-list .list-item a {
    width: 100%;
  }
}
.search-container .estate-container .search-projects .projects-list .list-item a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.search-container .estate-container .search-projects .projects-list .list-item a p {
  flex-grow: 1;
}
.search-container .estate-container .search-projects .projects-list .list-item .pickup {
  flex-direction: column;
}
.search-container .estate-container .search-projects .projects-list .list-item .pickup:before {
  display: block;
  width: 300px;
  height: 120px;
  margin: -16px -16px 16px;
}
@media screen and (max-width: 560px) {
  .search-container .estate-container .search-projects .projects-list .list-item .pickup:before {
    width: calc(100% + 32px);
  }
}
.search-container .estate-container .search-projects .projects-list .list-item .pickup p {
  text-align: center;
}
.search-container .estate-container .search-projects .projects-list .list-item .normal:before {
  display: inline-block;
  width: 96px;
  height: 64px;
  margin: -16px 16px -16px -16px;
}
.search-container .estate-container .search-projects .projects-list .list-item .normal p {
  margin-top: 2px;
}
.search-container .estate-container .search-trump:before {
  background-image: url("/images/search/img-estate-thumb01.jpg");
}
.search-container .estate-container .search-ritz:before {
  background-image: url("/images/search/img-estate-thumb02.jpg");
}
.search-container .estate-container .search-ilikai:before {
  background-image: url("/images/search/img-estate-thumb03.jpg");
}
.search-container .estate-container .search-parklanealamoana:before {
  background-image: url("/images/search/img-estate-thumb04.jpg");
}
.search-container .estate-container .search-anaha:before {
  background-image: url("/images/search/img-estate-thumb05.jpg");
}
.search-container .estate-container .search-aeo:before {
  background-image: url("/images/search/img-estate-thumb06.jpg");
}
.search-container .estate-container .search-waiea:before {
  background-image: url("/images/search/img-estate-thumb07.jpg");
}
.search-container .estate-container .search-koula:before {
  background-image: url("/images/search/img-estate-thumb08.jpg");
}
.search-container .estate-container .search-aalii:before {
  background-image: url("/images/search/img-estate-thumb09.jpg");
}
.search-container .estate-container .search-waikikibanyan:before {
  background-image: url("/images/search/img-estate-thumb10.jpg");
}
.search-container .estate-container .search-waikikisunset:before {
  background-image: url("/images/search/img-estate-thumb11.jpg");
}
.search-container .estate-container .search-colonysurf:before {
  background-image: url("/images/search/img-estate-thumb12.jpg");
}
.search-container .estate-container .search-watermark:before {
  background-image: url("/images/search/img-estate-thumb13.jpg");
}
.search-container .estate-container .search-luanawaikiki:before {
  background-image: url("/images/search/img-estate-thumb14.jpg");
}
.search-container .estate-container .search-waikikibeachtower:before {
  background-image: url("/images/search/img-estate-thumb15.jpg");
}
.search-container .estate-container .search-waikikishore:before {
  background-image: url("/images/search/img-estate-thumb16.jpg");
}
.search-container .estate-container .search-victoriaplace:before {
  background-image: url("/images/search/img-estate-thumb17.jpg");
}
.search-container .estate-container .search-azurealamoana:before {
  background-image: url("/images/search/img-estate-thumb18.jpg");
}
.search-container .estate-container .search-skyalamoana:before {
  background-image: url("/images/search/img-estate-thumb19.jpg");
}
.search-container .estate-container .search-mandarinorientalhonolulu:before {
  display: inline-block;
  width: 96px;
  margin: -16px 16px -16px -16px;
  background-image: url("/images/search/img-estate-thumb20.jpg");
}
.search-container .estate-container .search-theparkwardvillage:before {
  display: inline-block;
  width: 96px;
  margin: -16px 16px -16px -16px;
  background-image: url("/images/search/img-estate-thumb21.jpg");
}
.search-container .estate-container .search-kalae:before {
  background-image: url("/images/search/img-estate-thumb22.jpg");
}
.search-container .estate-container .search-alia:before {
  background-image: url("/images/search/img-estate-thumb23.jpg");
}
.search-container .estate-container .search-all {
  width: 280px !important;
  min-height: auto !important;
  padding: 4px 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  text-decoration: underline;
}
.search-container .requirement-container .search-detail-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.search-container .requirement-container .search-detail-container .detail-wrap {
  margin: 0 12px 16px;
}
.search-container .requirement-container .search-detail-container .detail-wrap select {
  position: relative;
  width: 100%;
  padding: 14px 64px 14px 24px;
  border: none;
  background-color: #f9f9f9;
  appearance: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .search-container .requirement-container .search-detail-container .detail-wrap select {
    font-size: 15px;
  }
}
.search-container .requirement-container .search-detail-container .detail-wrap .multi-selectbox select {
  width: 48%;
  margin: 0 0 16px;
}
.search-container .requirement-container .search-detail-container .detail-wrap .multi-selectbox select:last-of-type {
  margin: 0;
}
@media screen and (max-width: 560px) {
  .search-container .requirement-container .search-detail-container .detail-wrap .multi-selectbox select {
    width: 100%;
  }
}
.search-container .requirement-container .search-detail-container .detail-wrap .multi-selectbox i {
  font-style: normal;
}
@media screen and (max-width: 560px) {
  .search-container .requirement-container .search-detail-container .detail-wrap .multi-selectbox i {
    display: none;
  }
}
.search-container .requirement-container .search-detail-container .detail-wrap .checkbox ul {
  display: flex;
  flex-direction: row;
  margin: 0 -8px;
}
@media screen and (max-width: 560px) {
  .search-container .requirement-container .search-detail-container .detail-wrap .checkbox ul {
    flex-direction: column;
    margin: 0;
  }
}
.search-container .requirement-container .search-detail-container .detail-wrap .checkbox ul li input[type=checkbox] {
  display: none;
}
.search-container .requirement-container .search-detail-container .detail-wrap .checkbox ul li input[type=checkbox] + label {
  display: block;
  position: relative;
  padding: 4px 16px 4px 32px;
  margin-bottom: 8px;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.15s, background-color 0.08s;
}
.search-container .requirement-container .search-detail-container .detail-wrap .checkbox ul li input[type=checkbox] + label:hover {
  background-color: rgba(255, 209, 103, 0.5);
  transition: all 0.15s, background-color 0.08s;
}
.search-container .requirement-container .search-detail-container .detail-wrap .checkbox ul li input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px 0 8px 8px;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.15s, border-color 0.08s;
}
.search-container .requirement-container .search-detail-container .detail-wrap .checkbox ul li input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.search-container .requirement-container .search-detail-container .half-size {
  width: 46%;
}
@media screen and (max-width: 960px) {
  .search-container .requirement-container .search-detail-container .half-size {
    width: 96%;
  }
}
.search-container .requirement-container .search-detail-container .quarter-size {
  width: 24%;
}
@media screen and (max-width: 960px) {
  .search-container .requirement-container .search-detail-container .quarter-size {
    width: 46%;
  }
}
@media screen and (max-width: 560px) {
  .search-container .requirement-container .search-detail-container .quarter-size {
    width: 100%;
  }
}
.search-container .btn-search {
  text-align: center;
  margin: 0 24px 64px;
}
@media screen and (max-width: 560px) {
  .search-container .btn-search {
    margin: 0 24px 48px;
  }
}
.search-container .btn-search .button-primary {
  min-width: 320px;
}
@media screen and (max-width: 560px) {
  .search-container .btn-search .button-primary {
    min-width: auto;
  }
}

@media screen and (min-width: 960px) {
  .searchlist {
    background-color: #f9f9f9;
  }
}

.column-right {
  width: 100%;
}

.layout-searchlist .searchlist-container {
  max-width: 380px;
  min-width: 380px;
  padding: 32px;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-container {
    display: none;
  }
}
.layout-searchlist .searchlist-container .list-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto 24px;
}
.layout-searchlist .searchlist-container .list-wrap h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-container .list-wrap h3 {
    font-size: 15px;
  }
}
.layout-searchlist .searchlist-container .list-wrap .multi-selectbox select {
  position: relative;
  width: 100%;
  padding: 14px 64px 14px 24px;
  border: none;
  background-color: #f9f9f9;
  appearance: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-container .list-wrap .multi-selectbox select {
    font-size: 15px;
  }
}
.layout-searchlist .searchlist-container .list-wrap .multi-selectbox select.half-size {
  width: 46%;
  padding: 14px 24px;
}
.layout-searchlist .searchlist-container .list-wrap .multi-checkbox input[type=checkbox] {
  display: none;
}
.layout-searchlist .searchlist-container .list-wrap .multi-checkbox input[type=checkbox] + label {
  display: block;
  position: relative;
  padding: 4px 16px 4px 32px;
  margin-bottom: 8px;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.15s, background-color 0.08s;
}
.layout-searchlist .searchlist-container .list-wrap .multi-checkbox input[type=checkbox] + label:hover {
  background-color: rgba(255, 209, 103, 0.5);
  transition: all 0.15s, background-color 0.08s;
}
.layout-searchlist .searchlist-container .list-wrap .multi-checkbox input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px 0 8px 8px;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.15s, border-color 0.08s;
}
.layout-searchlist .searchlist-container .list-wrap .multi-checkbox input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.layout-searchlist .searchlist-container .btn-search .button-primary {
  width: 100%;
}
.layout-searchlist .searchlist-column-right {
  width: 100%;
  padding: 24px;
}
@media screen and (min-width: 960px) {
  .layout-searchlist .searchlist-column-right {
    padding: 24px 48px;
  }
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right {
    padding: 24px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-header p {
    font-size: 15px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-header ul {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-header ul {
    margin: 0 0 0 -8px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-header ul li {
  margin-left: 8px;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-header ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-header ul li:first-child {
    margin-left: 0;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper {
  display: flex;
  flex-direction: column;
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding: 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item {
    padding: 0;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner {
    flex-direction: column;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-image {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-image {
    margin: 0;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-image .large-image {
  position: relative;
  overflow: hidden;
  max-width: 284px;
  min-width: 284px;
  height: 160px;
  max-height: 160px;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-image .large-image {
    max-width: 100%;
    min-width: 100%;
    height: 184px;
    max-height: 184px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-image .large-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents {
    padding: 8px 16px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-title {
    margin: 0 0 8px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-title .english-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-title .english-name {
    font-size: 11px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-title .name {
  margin: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-title .name {
    font-size: 18px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-info .estate-spec, .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-info .estate-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 8px;
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-info .estate-spec span, .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-info .estate-view span {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 16px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-info .estate-spec span, .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-info .estate-view span {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-info .estate-spec span, .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-info .estate-view span {
    margin: 0 8px 0 0;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-price {
    margin-top: 8px;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-price .dol {
  margin: 0 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-price .dol {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-price .dol {
    margin: 0 4px 0 0;
  }
}
.layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-price .yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .layout-searchlist .searchlist-column-right .searchlist-result .result-contents .estate-wrapper .estate-item .estate-inner .estate-contents .estate-price .yen {
    font-size: 11px;
  }
}

.searchlist-pc {
  display: none;
}

.searchlist .modal-inner {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 0;
}
.searchlist .modal-content .mod-modal__title {
  color: #1a1a1a;
  background-color: #ffffff;
  padding: 10px 10px 10px 65px;
  font-size: 16px;
  text-align: left;
  height: 60px;
  line-height: 40px;
}
.searchlist .modal-content .mod-modal__body {
  background: #ffffff;
}
.searchlist .modal-content .mod-modal__body .search-table .mod-tableheader {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
  background: #ffffff;
  padding: 0;
}
.searchlist.modal-visible .modal-inner {
  transition: unset;
}
.searchlist.vanilla-modal .modal {
  background: unset;
}
.searchlist.vanilla-modal .modal:before {
  display: unset;
}
.searchlist.vanilla-modal.modal-visible .modal {
  transition: unset;
}
.searchlist a {
  transition: unset;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.searchlist [data-modal-close] {
  padding: 0;
  width: 14px;
  height: 14px;
  left: 20px;
  top: 22px;
  background: url(/images/search/close-icon.png) no-repeat left top;
  background-size: 14px;
}
.searchlist [data-modal-close] img {
  display: none;
}

.searchlist-column-right__top-contents {
  display: flex;
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
.searchlist-column-right__top-contents img {
  width: 113px;
  height: 113px;
  display: block;
  margin-right: 16px;
}
.searchlist-column-right__top-contents .searchlist-top-contents__text {
  width: 100%;
}
.searchlist-column-right__top-contents .searchlist-top-contents__text h2 {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 8px;
  color: #1A1A1A;
}
.searchlist-column-right__top-contents .searchlist-top-contents__text p {
  font-size: 14px;
  line-height: 1.8;
  color: #1A1A1A;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.searchlist-column-right__top-contents .searchlist-top-contents__text .button_contents {
  text-align: right;
  display: block;
}
.searchlist-column-right__top-contents .searchlist-top-contents__text .button_contents a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  color: #1A1A1A;
  text-decoration: underline;
  line-height: 1.8;
}

.search-list-bottom-contents {
  background: #fff;
}
.search-list-bottom-contents .search-list-bottom-contents__inner {
  max-width: 1272px;
  margin: 0 auto;
  padding: 48px 0 21px;
}
@media screen and (max-width: 560px) {
  .search-list-bottom-contents .search-list-bottom-contents__inner {
    padding: 48px 24px 24px;
  }
}
.search-list-bottom-contents .headline {
  margin-bottom: 16px;
}
.search-list-bottom-contents .headline .title h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  color: #1A1A1A;
  max-width: unset;
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .search-list-bottom-contents .headline .title h1 {
    font-size: 32px;
  }
}
.search-list-bottom-contents .headline .title span {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #1A1A1A;
  opacity: 0.54;
  font-family: serif;
}
.search-list-bottom-contents .headline .title p {
  font-size: 16px;
  line-height: 1.8;
  color: #1A1A1A;
}
.search-list-bottom-contents .button-contents {
  text-align: right;
}
.search-list-bottom-contents .button-contents a {
  display: inline-block;
  padding: 8px;
  border: 1px solid #363636;
  box-sizing: border-box;
  font-size: 14px;
  color: #1A1A1A;
  text-decoration: none;
  line-height: 1.8;
}

.mobile-search-container .mod-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .mobile-search-container .mod-modal__title {
    font-size: 20px;
  }
}
.mobile-search-container .mod-modal__body {
  padding: 24px;
}
.mobile-search-container .label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-flex;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 560px) {
  .mobile-search-container .label {
    font-size: 15px;
  }
}
.mobile-search-container .multi-selectbox select {
  position: relative;
  width: 100%;
  padding: 14px 64px 14px 24px;
  border: none;
  background-color: #f9f9f9;
  appearance: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  padding: 12px 24px;
}
@media screen and (max-width: 560px) {
  .mobile-search-container .multi-selectbox select {
    font-size: 15px;
  }
}
.mobile-search-container .multi-selectbox.half-size select {
  flex-shrink: 0;
}
.mobile-search-container .flexbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile-search-container .half-size {
  width: 44%;
}
.mobile-search-container .mod-text-range {
  display: inline-block;
  margin: 0 8px;
}
.mobile-search-container .checkbox {
  display: flex;
  border: 0;
  padding: 8px 0 16px;
}
.mobile-search-container .checkbox:last-child {
  padding-bottom: 32px;
}
.mobile-search-container .checkbox ul {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .mobile-search-container .checkbox ul {
    flex-direction: column;
    margin: 0;
  }
}
.mobile-search-container .checkbox ul li input[type=checkbox] {
  display: none;
}
.mobile-search-container .checkbox ul li input[type=checkbox] + label {
  display: block;
  position: relative;
  padding: 4px 16px 4px 32px;
  margin-bottom: 8px;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.15s, background-color 0.08s;
}
.mobile-search-container .checkbox ul li input[type=checkbox] + label:hover {
  background-color: rgba(255, 209, 103, 0.5);
  transition: all 0.15s, background-color 0.08s;
}
.mobile-search-container .checkbox ul li input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px 0 8px 8px;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.15s, border-color 0.08s;
}
.mobile-search-container .checkbox ul li input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.mobile-search-container .checkbox ul li input[type=checkbox]:disabled + label {
  opacity: 0.5;
}
.mobile-search-container .checkbox ul li input[type=checkbox]:disabled + label:hover {
  background-color: transparent;
}

.floor_plans .fp-container {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto 64px;
  padding: 0 48px;
}
.floor_plans .fp-container .fp-header {
  width: 960px;
  margin: 0 auto;
  padding: 48px 0;
}
@media screen and (max-width: 960px) {
  .floor_plans .fp-container .fp-header {
    width: 100%;
  }
}
.floor_plans .fp-container .fp-header h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .fp-header h1 {
    font-size: 25px;
  }
}
.floor_plans .fp-container .fp-contents {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .floor_plans .fp-container .fp-contents {
    width: 100%;
  }
}
.floor_plans .fp-container .title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .title {
    font-size: 20px;
  }
}
.floor_plans .fp-container .main-content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.floor_plans .fp-container .main-content.vertical {
  flex-direction: column;
}
.floor_plans .fp-container .building {
  width: 360px;
  margin: 0 48px 0 0;
}
@media screen and (max-width: 960px) {
  .floor_plans .fp-container .building {
    margin: 0 auto 48px;
  }
}
.floor_plans .fp-container .building img {
  width: 100%;
}
.floor_plans .fp-container .floors {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .floor_plans .fp-container .floors {
    margin: 0 auto 48px;
  }
}
.floor_plans .fp-container .propertylist-content {
  max-width: 800px;
  text-align: center;
  margin: 40px auto;
}
.floor_plans .fp-container .layer {
  width: 320px;
  border: 1px solid #dddddd;
  border-bottom: 0;
}
.floor_plans .fp-container .layer:last-child {
  border-bottom: 1px solid #dddddd;
}
.floor_plans .fp-container .layer a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .layer a {
    font-size: 15px;
  }
}
.floor_plans .fp-container .layer a:hover {
  background-color: #ffd167;
}
.floor_plans .fp-container ul.towers {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 960px) {
  .floor_plans .fp-container ul.towers {
    justify-content: center;
  }
}
.floor_plans .fp-container ul.towers li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  list-style: none;
  margin: 0 12px;
  padding: 16px 32px;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container ul.towers li {
    font-size: 16px;
  }
}
.floor_plans .fp-container ul.towers li.tab_current {
  border-bottom: 3px solid #ffd167;
}
.floor_plans .fp-container .select-floor {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 8px;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .select-floor {
    font-size: 15px;
  }
}
.floor_plans .fp-container .content .tower {
  display: none;
}
.floor_plans .fp-container .content .content_current {
  display: flex;
}
.floor_plans .fp-container .floor-img area:focus {
  outline: solid 3px #ffd167;
}
.floor_plans .fp-container .estate-item {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding: 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item {
    padding: 0;
  }
}
.floor_plans .fp-container .estate-item .estate-inner {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner {
    flex-direction: column;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-image {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-image {
    margin: 0;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-image .large-image {
  position: relative;
  overflow: hidden;
  max-width: 284px;
  min-width: 284px;
  height: 160px;
  max-height: 160px;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-image .large-image {
    max-width: 100%;
    min-width: 100%;
    height: 184px;
    max-height: 184px;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-image .large-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents {
    padding: 8px 16px;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-title {
    margin: 0 0 8px;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-title .english-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-title .english-name {
    font-size: 11px;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-title .name {
  margin: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-title .name {
    font-size: 18px;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-info .estate-spec, .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-info .estate-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 8px;
}
.floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-info .estate-spec span, .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-info .estate-view span {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 16px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-info .estate-spec span, .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-info .estate-view span {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-info .estate-spec span, .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-info .estate-view span {
    margin: 0 8px 0 0;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-price {
    margin-top: 8px;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-price .dol {
  margin: 0 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-price .dol {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-price .dol {
    margin: 0 4px 0 0;
  }
}
.floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-price .yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .floor_plans .fp-container .estate-item .estate-inner .estate-contents .estate-price .yen {
    font-size: 11px;
  }
}

.price-list .globalheader {
  position: relative;
}
@media print {
  .price-list .globalheader {
    display: none;
  }
}
@media print {
  .price-list .layout-globalfooter {
    display: none;
  }
}
.price-list .maincontainer {
  width: 98%;
  min-width: 960px;
  margin: 0 auto;
  padding: 64px 48px;
}
@media print {
  .price-list .maincontainer {
    width: 100%;
  }
}
.price-list .print-logo-wrapper {
  display: none;
}
@media print {
  .price-list .print-logo-wrapper {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
}
.price-list .print-logo-wrapper .print-logo {
  display: inline-block;
  width: 320px;
  margin: 0 auto;
}
.price-list .table-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.price-list .table-header .table-tab {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border-radius: 4px 4px 0 0;
}
.price-list .table-header .table-tab a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  padding: 8px 16px;
}
@media screen and (max-width: 560px) {
  .price-list .table-header .table-tab a {
    font-size: 15px;
  }
}
.price-list .table-header .table-tab a.active {
  font-weight: 900;
  background-color: #f9f9f9;
}
.price-list .table-header .table-status {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-end;
}
.price-list .table-header .table-status .status-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.price-list .table-header .table-status .status-item .icon-square {
  display: inline-block;
  margin: 0 4px 0 0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.price-list .table-header .table-status .status-item .sale {
  background-color: rgba(51, 229, 74, 0.16);
}
.price-list .table-header .table-status .status-item .sold {
  background-color: rgba(229, 51, 51, 0.25);
}
.price-list .table-contents {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 auto;
}
.price-list .table-contents .left-side {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  width: 90px;
  padding: 40px 8px 0 0;
  text-align: right;
}
@media screen and (max-width: 560px) {
  .price-list .table-contents .left-side {
    font-size: 11px;
  }
}
.price-list .table-contents .right-side {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  position: relative;
  width: 90px;
  padding: 40px 0 0 8px;
}
@media screen and (max-width: 560px) {
  .price-list .table-contents .right-side {
    font-size: 11px;
  }
}
.price-list .table-price {
  flex-grow: 1;
}
.price-list .pricelist {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.price-list .pricelist .list-row {
  display: grid;
}
.price-list .pricelist .list-row .head, .price-list .pricelist .list-row .body, .price-list .pricelist .list-row .single-spec {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  text-align: center;
  word-break: break-all;
}
.price-list .pricelist .list-row .head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #838383;
  align-self: center;
  height: 100%;
  padding: 8px 4px;
  background-color: #f9f9f9;
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (max-width: 560px) {
  .price-list .pricelist .list-row .head {
    font-size: 15px;
  }
}
@media print {
  .price-list .pricelist .list-row .head {
    font-size: 18px;
  }
}
.price-list .pricelist .list-row .body {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 16px 4px;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .price-list .pricelist .list-row .body {
    font-size: 18px;
  }
}
.price-list .pricelist .list-row .single-spec .inner-head {
  color: #838383;
  font-size: 14px;
  font-weight: 900;
  padding: 4px;
  text-align: center;
  background-color: #f9f9f9;
}
.price-list .pricelist .list-row .single-spec .inner-body {
  padding-top: 16px;
}
.price-list .pricelist .col-2 {
  grid-template-columns: 1fr 1fr;
}
.price-list .pricelist .col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.price-list .pricelist .col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-10 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-11 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-12 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .col-15 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.price-list .pricelist .rowspan3609-3709 {
  grid-row: 2/4;
  grid-column: 5;
  align-self: stretch;
  height: 100%;
  padding: 0;
}
.price-list .pricelist .rowspan3309-3409 {
  grid-row: 5/7;
  grid-column: 5;
  align-self: stretch;
  height: 100%;
  padding: 0;
}
.price-list .pricelist .rowspan-2806 {
  grid-column: 5/6;
  grid-row: 7/9;
}
.price-list .pricelist .rowspan-2807 {
  grid-column: 6/7;
  grid-row: 7/9;
}
.price-list .pricelist .colspan2602-2603 {
  grid-column: 2/4;
}
.price-list .pricelist .colspan2607-2608 {
  grid-column: 6/8;
}
.price-list .pricelist .colspan2501-2502 {
  grid-column: 1/3;
}
.price-list .pricelist .colspan2301-2302 {
  grid-column: 1/3;
}
.price-list .pricelist .colspan820-822 {
  grid-column: 10/13;
}
.price-list .pricelist .colspan909-911 {
  grid-column: 8/11;
}
.price-list .pricelist .colspan-ph1 {
  grid-column: 1/8;
}
.price-list .pricelist .colspan-ph2 {
  grid-column: 1/7;
}
.price-list .pricelist .sticky0 {
  position: sticky;
  top: 0;
}
.price-list .pricelist .sticky32 {
  position: sticky;
  top: 32px;
}
.price-list .pricelist .spec {
  font-size: 14px;
  font-weight: 400;
}
@media print {
  .price-list .pricelist .spec {
    font-size: 24px;
  }
}
@media print {
  .price-list .pricelist .price {
    font-size: 24px;
  }
}
.price-list .pricelist .annotation:after {
  content: "*";
  display: inline-block;
}
.price-list .pricelist .active {
  background-color: rgba(51, 229, 74, 0.16);
}
.price-list .pricelist .closed {
  background-color: rgba(229, 51, 51, 0.25);
}
.price-list .build-outrigger {
  position: relative;
}
.price-list .build-outrigger:after {
  content: "Outrigger Reef Hotel";
  display: block;
  position: absolute;
  right: -70px;
  top: 0;
  width: 70px;
  border-top: 1px dotted #dddddd;
  color: #838383;
  font-size: 12px;
  text-align: left;
}
.price-list .build-sheraton {
  position: relative;
}
.price-list .build-sheraton:after {
  content: "Sheraton Waikiki";
  display: block;
  position: absolute;
  right: -70px;
  top: 0;
  width: 70px;
  padding: 4px;
  border-top: 1px dotted #dddddd;
  color: #838383;
  font-size: 12px;
  text-align: left;
}
.price-list .build-bottom {
  position: relative;
}
.price-list .build-bottom:after {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 70px;
  border-top: 1px dotted #dddddd;
}
.price-list .floor-tab {
  min-width: 1272px;
  max-width: 1272px;
  margin: 0 auto 32px;
}
.price-list .floor-tab ul {
  display: flex;
}
.price-list .floor-tab ul li {
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.price-list .floor-tab ul li:first-child {
  font-weight: 900;
}
.price-list .floor-tab ul li a {
  display: block;
  font-size: 14px;
}
.price-list .all-price-contents {
  padding: 32px 24px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  min-width: 1272px;
  max-width: 1272px;
  margin: 0 auto 100px;
}
.price-list .all-price-contents .all-price-floor-list {
  margin-top: 40px;
  width: 100%;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-bottom {
  display: flex;
  justify-content: space-between;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item {
  width: 30%;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-name {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-name a {
  text-decoration-line: underline;
  color: #D2B259;
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-list .floor-price-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-list .floor-price-item:last-child {
  margin-bottom: 0;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-list .floor-price-item + .no-item {
  display: none;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-list .floor-price-item a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-list .floor-price-item .icon-circle {
  display: inline-block;
  margin: 0 4px 0 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-list .floor-price-item .sale {
  background-color: rgba(51, 229, 74, 0.16);
  border: 1px solid rgba(51, 229, 74, 0.36);
}
.price-list .all-price-contents .all-price-floor-list .floor-list-item .floor-list .floor-price-item .sold {
  background-color: rgba(229, 51, 51, 0.25);
  border: 1px solid rgba(229, 51, 51, 0.45);
}
.price-list .floor-price-header {
  display: flex;
  align-items: baseline;
}
.price-list .floor-price-header .floor-price-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
  margin-right: 24px;
}
.price-list .floor-price-header .floor-price-status {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-end;
}
.price-list .floor-price-header .floor-price-status .status-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.price-list .floor-price-header .floor-price-status .status-item .icon-square {
  display: inline-block;
  margin: 0 4px 0 0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}
.price-list .floor-price-header .floor-price-status .status-item .sale {
  background-color: rgba(51, 229, 74, 0.16);
}
.price-list .floor-price-header .floor-price-status .status-item .sold {
  background-color: rgba(229, 51, 51, 0.25);
}
.price-list .floor-price-contents {
  min-width: 1272px;
  max-width: 1272px;
  margin: 0 auto 80px;
}
.price-list .floor-price-contents .floor-price-map-contents {
  min-width: 1272px;
  max-width: 1272px;
  min-height: 517px;
  max-height: 517px;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  margin: 24px 0;
  position: relative;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image {
  position: absolute;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1800, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1700, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1600, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1500, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1400, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1300 {
  left: 28px;
  top: 259px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1801, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1701, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1601, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1501, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1401, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1301 {
  left: 28px;
  top: 222px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1802, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1702, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1602, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1502, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1402, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1302 {
  left: 28px;
  top: 187px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1803, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1703, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1603, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1503, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1403, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1303 {
  left: 28px;
  top: 155px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1804, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1704, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1604, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1504, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1404, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1304 {
  left: 28px;
  top: 123px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1805, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1705, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1605, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1505, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1405, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1305 {
  left: 28px;
  top: 92px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1806, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1706, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1606, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1506, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1406, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f1306 {
  left: 28px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2800, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2700, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2600, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2500, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2400, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2300 {
  left: 96px;
  top: 351px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2801, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2701, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2601, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2501, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2401, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2301 {
  left: 28px;
  top: 351px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2802, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2702, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2602, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2302 {
  left: 96px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2502, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2402 {
  left: 96px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2803, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2703, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2603, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2503, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2403, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2303 {
  left: 28px;
  top: 296px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2804, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2704 {
  left: 96px;
  top: 224px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2604, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2304 {
  left: 96px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2806, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f2706 {
  left: 96px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3800 {
  left: 202px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3700, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3600, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3501, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3401, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3301 {
  left: 202px;
  top: 351px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3500, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3400, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3300 {
  left: 305px;
  top: 351px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3702, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3602 {
  left: 305px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3502, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3402, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3302 {
  left: 305px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3803, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3703, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3603, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3303 {
  left: 202px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3503, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3403, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3305 {
  left: 202px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3804, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3704, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3604 {
  left: 305px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3805, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3705 {
  left: 202px;
  top: 224px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3605 {
  left: 202px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3807, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f3707 {
  left: 202px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5800 {
  left: 409px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5700, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5600, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5500, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5400 {
  left: 513px;
  top: 344px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5300 {
  left: 513px;
  top: 374px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5701, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5601, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5501, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5401, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5301 {
  left: 409px;
  top: 344px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5802, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5702, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5602 {
  left: 513px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5703, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5603 {
  left: 409px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5804, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5704, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5604, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5504, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5404, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5304 {
  left: 513px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5805, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5705, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5605, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5505, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5405, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f5305 {
  left: 409px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6800 {
  left: 617px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6700, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6600, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6500, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6400, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6300 {
  left: 719px;
  top: 351px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6701, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6601, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6501, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6401, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6301 {
  left: 617px;
  top: 351px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6802, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6702, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6602 {
  left: 721px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6703, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6603 {
  left: 617px;
  top: 295px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6804, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6704, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6604, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6504, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6404, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6304 {
  left: 721px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6805, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6705, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6605, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6505, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6405, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f6305 {
  left: 617px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7800, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7700, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7600, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7500, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7400 {
  left: 931px;
  top: 297px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7300 {
  left: 924px;
  top: 327px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7801, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7701, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7601, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7501, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7401, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7301 {
  left: 826px;
  top: 297px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7802, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7702, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7602 {
  left: 931px;
  top: 249px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7803, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7703, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7603 {
  left: 826px;
  top: 249px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7804, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7704, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7604, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7504, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7404 {
  left: 931px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7304 {
  left: 923px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7805, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7705, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7605, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7505, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7405, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f7305 {
  left: 826px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8800, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8700, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8600, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8500, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8400, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8300 {
  right: 28px;
  top: 291px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8801, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8701, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8601, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8501, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8401, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8301 {
  right: 132px;
  top: 291px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8802, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8702, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8602 {
  right: 28px;
  top: 237px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8803, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8703, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8603 {
  right: 132px;
  top: 237px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8804, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8704, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8604, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8504, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8404, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8304 {
  right: 28px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8805, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8705, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8605, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8505, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8405, .price-list .floor-price-contents .floor-price-map-contents .floor-map-image.f8305 {
  right: 132px;
  top: 28px;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.active svg path:first-child {
  fill: #DEFBE2;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-map-image.closed svg path:first-child {
  fill: #F8CCCC;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-price-map-text-left {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  position: absolute;
  bottom: 28px;
  left: 32px;
  color: #838383;
}
.price-list .floor-price-contents .floor-price-map-contents .floor-price-map-text-right {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  position: absolute;
  bottom: 28px;
  right: 21px;
  color: #838383;
}
.price-list .floor-price-contents .floor-price-list {
  display: flex;
}
.price-list .floor-price-contents .floor-price-list .floor-list-active, .price-list .floor-price-contents .floor-price-list .floor-list-close {
  width: 50%;
}
.price-list .floor-price-contents .floor-price-list .floor-list-title {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.price-list .floor-price-contents .floor-price-list .floor-list-title .icon-square {
  display: inline-block;
  margin: 0 8px 0 0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}
.price-list .floor-price-contents .floor-price-list .floor-list-title .sale {
  background-color: rgba(51, 229, 74, 0.16);
}
.price-list .floor-price-contents .floor-price-list .floor-list-title .sold {
  background-color: rgba(229, 51, 51, 0.25);
}
.price-list .floor-price-contents .floor-price-list .floor-link li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
.price-list .floor-price-contents .floor-price-list .floor-link li:before {
  content: "・";
}
.price-list .floor-price-contents .floor-price-list .floor-link li:last-child {
  margin-bottom: 0;
}
.price-list .floor-price-contents .floor-price-list .floor-link li a {
  text-decoration: underline;
}
.price-list .floor-price-contents .floor-price-list .floor-link li.no-item:before {
  display: none;
}
.price-list .floor-price-contents .floor-price-list .floor-link li + .no-item {
  display: none;
}

.company .maincontainer {
  background: #ffffff;
}
.company .maincontainer .container {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 1272px) {
  .company .maincontainer .container {
    padding: 0 24px;
  }
}
.company .maincontainer .container .headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
}
@media screen and (max-width: 1272px) {
  .company .maincontainer .container .headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1272px) {
  .company .maincontainer .container .headline .title {
    width: 100%;
    margin: 0 0 32px;
  }
}
.company .maincontainer .container .headline .title span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #838383;
  font-size: 18px;
  font-family: serif;
}
@media screen and (max-width: 1272px) {
  .company .maincontainer .container .headline .title span {
    font-size: 14px;
  }
}
.company .maincontainer .container .headline .title h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .company .maincontainer .container .headline .title h1 {
    font-size: 32px;
  }
}
.company .message {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .company .message {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .company .message {
    padding: 32px 0;
  }
}
.company .message h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .company .message h2 {
    font-size: 25px;
  }
}
.company .message .contents {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
@media screen and (max-width: 560px) {
  .company .message .contents {
    flex-direction: column;
  }
}
.company .message .contents .text {
  margin: 0 80px 0 0;
}
@media screen and (max-width: 560px) {
  .company .message .contents .text {
    margin: 0;
  }
}
.company .message .contents .text h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .company .message .contents .text h3 {
    font-size: 20px;
  }
}
.company .message .contents .text .description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .company .message .contents .text .description {
    font-size: 15px;
  }
}
.company .message .contents .author {
  text-align: right;
}
.company .message .contents .author .position {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-right: 4px;
}
@media screen and (max-width: 560px) {
  .company .message .contents .author .position {
    font-size: 15px;
  }
}
.company .message .contents .author .name-ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  font-size: 32px;
}
@media screen and (max-width: 560px) {
  .company .message .contents .author .name-ja {
    font-size: 15px;
  }
}
.company .message .contents .author .name-en {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  display: block;
  margin-top: -8px;
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .company .message .contents .author .name-en {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .company .message .contents .pc-only {
    display: none;
  }
}
.company .message .contents .thumb {
  flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  .company .message .contents .thumb {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.company .message .contents .thumb .img {
  width: 319px;
  height: 562px;
  object-fit: cover;
  background-image: url(/images/company/message/img_president.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  .company .message .contents .thumb .img {
    width: 48%;
    height: 128px;
    margin: 0 16px 0 0;
    background-image: url(/images/company/message/img_president@sp.webp);
    background-size: contain;
  }
}
.company .message .contents .thumb .sp-only {
  display: none;
}
@media screen and (max-width: 560px) {
  .company .message .contents .thumb .sp-only {
    display: inline-block;
  }
  .company .message .contents .thumb .sp-only .author {
    text-align: left;
  }
  .company .message .contents .thumb .sp-only .author .position {
    display: block;
    font-size: 4vw;
  }
  .company .message .contents .thumb .sp-only .author .name-ja {
    display: block;
    font-size: 7vw;
  }
  .company .message .contents .thumb .sp-only .author .name-en {
    font-size: 3vw;
  }
}
.company .bg-gray {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .company .bg-gray {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .company .bg-gray {
    padding: 32px 0;
  }
}
.company .introduction h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .company .introduction h2 {
    font-size: 25px;
  }
}
.company .introduction .list-card {
  display: flex;
  flex-direction: column;
}
.company .introduction .list-card .card-item {
  margin: 0 auto 24px;
  padding: 32px;
  background: #ffffff;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item {
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
  }
}
.company .introduction .list-card .card-item .item-col2 {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 {
    flex-direction: column-reverse;
  }
}
.company .introduction .list-card .card-item .item-col2 .col2-left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 624px;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-left {
    max-width: 100%;
    padding: 24px 16px;
  }
}
.company .introduction .list-card .card-item .item-col2 .col2-left .card-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  font-family: serif;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-left .card-subtitle {
    font-size: 11px;
  }
}
.company .introduction .list-card .card-item .item-col2 .col2-left .card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-left .card-title {
    font-size: 20px;
  }
}
.company .introduction .list-card .card-item .item-col2 .col2-left .card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-left .card-description {
    font-size: 15px;
  }
}
.company .introduction .list-card .card-item .item-col2 .col2-left .card-button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  min-width: 380px;
  margin: 32px 0 0;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-left .card-button {
    font-size: 16px;
  }
}
.company .introduction .list-card .card-item .item-col2 .col2-left .card-button:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.company .introduction .list-card .card-item .item-col2 .col2-left .card-button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-left .card-button {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-left .card-button {
    min-width: 100%;
    margin: 24px 0 0;
  }
}
.company .introduction .list-card .card-item .item-col2 .col2-right {
  min-height: 320px;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-right {
    width: 100%;
    min-height: auto;
    margin: 0;
  }
}
.company .introduction .list-card .card-item .item-col2 .col2-right img {
  width: 100%;
}
.company .introduction .list-card .card-item {
  min-width: 100%;
}
@media screen and (max-width: 960px) {
  .company .introduction .list-card .card-item .item-col2 {
    flex-direction: column-reverse;
  }
  .company .introduction .list-card .card-item .item-col2 .col2-left {
    max-width: unset;
  }
  .company .introduction .list-card .card-item .item-col2 .col2-left .card-button {
    margin: 32px auto 0;
  }
  .company .introduction .list-card .card-item .item-col2 .col2-right {
    height: 360px;
    margin: 0 0 24px;
  }
  .company .introduction .list-card .card-item .item-col2 .col2-right img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 560px) {
  .company .introduction .list-card .card-item .item-col2 .col2-right {
    height: auto;
    margin: 0;
  }
}
.company .spec {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .company .spec {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .company .spec {
    padding: 32px 0;
  }
}
.company .spec .list-spec {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.company .spec .list-spec dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .company .spec .list-spec dt {
    font-size: 15px;
  }
}
.company .spec .list-spec dd {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .company .spec .list-spec dd {
    font-size: 15px;
  }
}
.company .history {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .company .history {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .company .history {
    padding: 32px 0;
  }
}
.company .history .list-spec {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.company .history .list-spec dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .company .history .list-spec dt {
    font-size: 15px;
  }
}
.company .history .list-spec dd {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .company .history .list-spec dd {
    font-size: 15px;
  }
}
.company .history .list-spec dt {
  margin-bottom: 0;
}
.company .biography {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .company .biography {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .company .biography {
    padding: 32px 0;
  }
}
.company .biography .list-spec {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.company .biography .list-spec dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .company .biography .list-spec dt {
    font-size: 15px;
  }
}
.company .biography .list-spec dd {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .company .biography .list-spec dd {
    font-size: 15px;
  }
}
.company .biography .list-spec dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .company .biography .list-spec dt {
    font-size: 15px;
  }
}
.company .biography .list-spec dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .company .biography .list-spec dd {
    font-size: 15px;
  }
}
.company .access {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .company .access {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .company .access {
    padding: 32px 0;
  }
}
.company .access .area {
  margin: 0 0 48px;
}
.company .access .area h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .company .access .area h3 {
    font-size: 20px;
  }
}
.company .access .area dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.company .access .area dl dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  flex-shrink: 0;
  width: 84px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .company .access .area dl dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .company .access .area dl dt {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.company .access .area dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  flex-basis: 814px;
}
@media screen and (max-width: 560px) {
  .company .access .area dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .company .access .area dl dd {
    display: block;
    width: 100%;
    margin: 0 0 16px;
  }
}

.hero-company {
  background-image: url(/images/company/img-hero-company.jpg);
}
@media screen and (max-width: 560px) {
  .hero-company {
    height: 570px;
  }
}

.reason .maincontainer {
  background: #ffffff;
}
.reason .maincontainer .container {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 1272px) {
  .reason .maincontainer .container {
    padding: 0 24px;
  }
}
.reason .maincontainer .container .headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
}
@media screen and (max-width: 1272px) {
  .reason .maincontainer .container .headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1272px) {
  .reason .maincontainer .container .headline .title {
    width: 100%;
    margin: 0 0 32px;
  }
}
.reason .maincontainer .container .headline .title span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #838383;
  font-size: 18px;
  font-family: serif;
}
@media screen and (max-width: 1272px) {
  .reason .maincontainer .container .headline .title span {
    font-size: 14px;
  }
}
.reason .maincontainer .container .headline .title h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .reason .maincontainer .container .headline .title h1 {
    font-size: 32px;
  }
}
.reason .bg-gray {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .reason .bg-gray {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .reason .bg-gray {
    padding: 32px 0;
  }
}
.reason .archivement h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .reason .archivement h2 {
    font-size: 25px;
  }
}
.reason .archivement .award-section {
  padding: 0;
}
.reason .archivement .award-section .award-section-heading {
  font-size: 24px;
  text-align: left;
}
.reason .archivement .award-section .award-box {
  margin-top: 16px;
  padding: 0 32px 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 560px) {
  .reason .archivement .award-section .award-box {
    padding: 24px 16px;
  }
}
.reason .archivement .award-section .awards-list {
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .reason .archivement .award-section .awards-list {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .reason .archivement .award-section .award {
    margin: 0 4px;
  }
}
.reason .archivement .award-section .award-annotation-info {
  margin-top: 16px;
}
.reason .archivement .col-2 {
  display: grid;
  gap: 24px;
  grid-template-columns: 6fr 6fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 960px) {
  .reason .archivement .col-2 {
    grid-template-columns: auto;
  }
}
.reason .archivement .col-2 .col-left h3,
.reason .archivement .col-2 .col-right h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .reason .archivement .col-2 .col-left h3,
  .reason .archivement .col-2 .col-right h3 {
    font-size: 20px;
  }
}
.reason .archivement .col-2 .col-left .arcive-item,
.reason .archivement .col-2 .col-right .arcive-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 192px;
  margin-bottom: 24px;
  padding: 48px 32px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .reason .archivement .col-2 .col-left .arcive-item,
  .reason .archivement .col-2 .col-right .arcive-item {
    flex-direction: column;
    height: auto;
    padding: 24px;
  }
}
.reason .archivement .col-2 .col-left .arcive-item .item-left,
.reason .archivement .col-2 .col-right .arcive-item .item-left {
  flex-shrink: 0;
  margin: 0 24px 0 0;
  padding: 0 24px 0 0;
  border-right: 1px solid #dddddd;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .reason .archivement .col-2 .col-left .arcive-item .item-left,
  .reason .archivement .col-2 .col-right .arcive-item .item-left {
    width: 100%;
    margin: 0 auto 24px;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }
}
.reason .archivement .col-2 .col-left .arcive-item .item-left span,
.reason .archivement .col-2 .col-right .arcive-item .item-left span {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .reason .archivement .col-2 .col-left .arcive-item .item-left span,
  .reason .archivement .col-2 .col-right .arcive-item .item-left span {
    font-size: 25px;
  }
}
.reason .archivement .col-2 .col-left .arcive-item .item-left p,
.reason .archivement .col-2 .col-right .arcive-item .item-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .reason .archivement .col-2 .col-left .arcive-item .item-left p,
  .reason .archivement .col-2 .col-right .arcive-item .item-left p {
    font-size: 15px;
  }
}
.reason .archivement .col-2 .col-left .arcive-item .item-left .strong-text,
.reason .archivement .col-2 .col-right .arcive-item .item-left .strong-text {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: 8px;
  font-size: 64px;
}
@media screen and (max-width: 560px) {
  .reason .archivement .col-2 .col-left .arcive-item .item-left .strong-text,
  .reason .archivement .col-2 .col-right .arcive-item .item-left .strong-text {
    font-size: 32px;
  }
}
.reason .archivement .col-2 .col-left .arcive-item .item-right p,
.reason .archivement .col-2 .col-right .arcive-item .item-right p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: block;
}
@media screen and (max-width: 560px) {
  .reason .archivement .col-2 .col-left .arcive-item .item-right p,
  .reason .archivement .col-2 .col-right .arcive-item .item-right p {
    font-size: 15px;
  }
}
.reason .archivement .col-2 .col-left .arcive-item .item-right p br,
.reason .archivement .col-2 .col-right .arcive-item .item-right p br {
  display: none;
}
.reason .reason {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .reason .reason {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .reason .reason {
    padding: 32px 0;
  }
}
.reason .reason h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 48px;
}
@media screen and (max-width: 560px) {
  .reason .reason h2 {
    font-size: 25px;
  }
}
.reason .reason .item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -24px;
}
@media screen and (max-width: 960px) {
  .reason .reason .item-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .reason .reason .item-wrapper {
    flex-direction: column;
  }
}
.reason .reason .item-wrapper .reason-item {
  flex-shrink: 0;
  flex-basis: 392px;
  margin: 0 24px 48px;
}
@media screen and (max-width: 960px) {
  .reason .reason .item-wrapper .reason-item {
    flex-basis: 320px;
  }
}
@media screen and (max-width: 560px) {
  .reason .reason .item-wrapper .reason-item {
    flex-basis: 100%;
    margin: 0 auto 48px;
  }
}
.reason .reason .item-wrapper .reason-item img {
  margin-bottom: 24px;
}
.reason .reason .item-wrapper .reason-item h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .reason .reason .item-wrapper .reason-item h3 {
    font-size: 20px;
  }
}
.reason .reason .item-wrapper .reason-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .reason .reason .item-wrapper .reason-item p {
    font-size: 15px;
  }
}
.reason .reason .item-wrapper .reason-item small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 8px 0 0;
}
@media screen and (max-width: 560px) {
  .reason .reason .item-wrapper .reason-item small {
    font-size: 11px;
  }
}
.reason .concierge h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .reason .concierge h2 {
    font-size: 25px;
  }
}
.reason .concierge p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .reason .concierge p {
    font-size: 15px;
  }
}
.reason .concierge .item-wrapper {
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .reason .concierge .item-wrapper {
    margin: 0;
  }
}
.reason .concierge .item-wrapper .item-card {
  margin-bottom: 48px;
  background-color: #ffffff;
}
.reason .concierge .item-wrapper .item-card .card-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .reason .concierge .item-wrapper .item-card .card-body {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .reason .concierge .item-wrapper .item-card .card-body .card-left {
    padding: 24px 16px;
  }
}
.reason .concierge .item-wrapper .item-card .card-body .card-left h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .reason .concierge .item-wrapper .item-card .card-body .card-left h3 {
    font-size: 20px;
  }
}
.reason .concierge .item-wrapper .item-card .card-body .card-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .reason .concierge .item-wrapper .item-card .card-body .card-left p {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .reason .concierge .item-wrapper .item-card .card-body .card-left p {
    margin: 0 auto;
  }
}
.reason .concierge .item-wrapper .item-card .card-body .card-right {
  flex-shrink: 0;
  width: 600px;
  margin: 0 0 0 32px;
}
@media screen and (max-width: 960px) {
  .reason .concierge .item-wrapper .item-card .card-body .card-right {
    width: 100%;
    margin: 0 auto;
  }
}
.reason .concierge .item-wrapper .item-card .card-body .card-right img {
  width: 100%;
}
.reason .concierge .item-wrapper .item-card .card-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 16px 8px;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .reason .concierge .item-wrapper .item-card .card-footer {
    border: 0;
  }
}
.reason .concierge .item-wrapper .item-card .card-footer p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-block;
  margin: 0 8px 16px;
  padding: 8px 16px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .reason .concierge .item-wrapper .item-card .card-footer p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .reason .concierge .item-wrapper .item-card .card-footer p {
    display: block;
    width: 100%;
    margin: 0 auto 16px;
    padding-bottom: 16px;
    text-align: left;
  }
}
.reason .rounge {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .reason .rounge {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .reason .rounge {
    padding: 32px 0;
  }
}
.reason .rounge h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .reason .rounge h2 {
    font-size: 25px;
  }
}
.reason .rounge p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .reason .rounge p {
    font-size: 15px;
  }
}
.reason .rounge .gallery {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  grid-template-rows: auto;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 560px) {
  .reason .rounge .gallery {
    grid-template-columns: auto;
  }
}
.reason .rounge .gallery img {
  border-radius: 4px;
}
.reason .rounge .information {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .reason .rounge .information {
    flex-direction: column;
  }
}
.reason .rounge .information .col-left {
  margin: 0 32px 0 0;
}
@media screen and (max-width: 960px) {
  .reason .rounge .information .col-left {
    margin: 0;
  }
}
.reason .rounge .information .col-left h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .reason .rounge .information .col-left h3 {
    font-size: 20px;
  }
}
.reason .rounge .information .col-left dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 560px) {
  .reason .rounge .information .col-left dl {
    flex-direction: column;
  }
}
.reason .rounge .information .col-left dl dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  flex-shrink: 0;
  width: 84px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .reason .rounge .information .col-left dl dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .reason .rounge .information .col-left dl dt {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.reason .rounge .information .col-left dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  min-width: 514px;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .reason .rounge .information .col-left dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .reason .rounge .information .col-left dl dd {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 auto 16px;
  }
}
.reason .rounge .information .col-right {
  flex-shrink: 0;
  width: 624px;
  height: 280px;
}
@media screen and (max-width: 960px) {
  .reason .rounge .information .col-right {
    width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 960px) {
  .reason .rounge .information .col-right iframe {
    width: 100%;
    height: 240px;
  }
}

.hero-reason {
  background-image: url(/images/reason/img-hero-reason.jpg);
}

/* =============================================================================
   Common
============================================================================= */
.faq .maincontainer,
.press .maincontainer,
.privacy .maincontainer {
  background: #ffffff;
}
.faq .maincontainer .static-container,
.press .maincontainer .static-container,
.privacy .maincontainer .static-container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1272px) {
  .faq .maincontainer .static-container,
  .press .maincontainer .static-container,
  .privacy .maincontainer .static-container {
    margin: 0 48px;
  }
}
@media screen and (max-width: 560px) {
  .faq .maincontainer .static-container,
  .press .maincontainer .static-container,
  .privacy .maincontainer .static-container {
    margin: 0;
    padding: 48px 24px;
  }
}
.faq .maincontainer .static-container h1,
.press .maincontainer .static-container h1,
.privacy .maincontainer .static-container h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .faq .maincontainer .static-container h1,
  .press .maincontainer .static-container h1,
  .privacy .maincontainer .static-container h1 {
    font-size: 25px;
  }
}

/* =============================================================================
   FAQ
============================================================================= */
.faq-container {
  display: flex;
}
@media screen and (max-width: 560px) {
  .faq-container {
    flex-direction: column;
  }
}
.faq-container .main {
  flex-shrink: 2;
  margin-right: 48px;
  padding: 0 0 0 4px;
  max-width: 816px;
}
@media screen and (max-width: 560px) {
  .faq-container .main {
    padding: 0;
  }
}
.faq-container .main section {
  margin-bottom: 48px;
}
.faq-container .main section h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .faq-container .main section h2 {
    font-size: 20px;
  }
}
.faq-container .main section div {
  margin-bottom: 32px;
}
.faq-container .main section div dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 560px) {
  .faq-container .main section div dt {
    font-size: 15px;
  }
}
.faq-container .main section div dt::before {
  content: "Q.";
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  margin-right: 8px;
}
.faq-container .main section div dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-left: 0;
  display: flex;
}
@media screen and (max-width: 560px) {
  .faq-container .main section div dd {
    font-size: 15px;
  }
}
.faq-container .main section div dd::before {
  content: "A.";
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 8px;
}
.faq-container .side-container {
  flex-shrink: 1;
  max-width: 354px;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .faq-container .side-container {
    display: none;
  }
}
.faq-container .side-container .side-header {
  border: 1px solid #dddddd;
}
.faq-container .side-container .side-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  display: block;
  padding: 24px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 560px) {
  .faq-container .side-container .side-header h2 {
    font-size: 20px;
  }
}
.faq-container .side-container .link-container {
  padding: 24px;
  border: 1px solid #dddddd;
  border-top: 0;
}
.faq-container .side-container .link-container h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .faq-container .side-container .link-container h3 {
    font-size: 18px;
  }
}
.faq-container .side-container .link-container .link-wrapper {
  margin-bottom: 24px;
}
.faq-container .side-container .link-container .link-wrapper li {
  margin-bottom: 8px;
}
.faq-container .side-container .link-container .link-wrapper li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  line-height: 1.25;
}
@media screen and (max-width: 560px) {
  .faq-container .side-container .link-container .link-wrapper li a {
    font-size: 15px;
  }
}

/* =============================================================================
   News
     - Pressroom
     - Privacy policy
============================================================================= */
.press .release-container .release-list {
  margin-bottom: 24px;
}
.press .release-container .release-list .release-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .press .release-container .release-list .release-item {
    flex-direction: column;
  }
}
.press .release-container .release-list .release-item .release-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-block;
  width: 88px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .press .release-container .release-list .release-item .release-date {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .press .release-container .release-list .release-item .release-date {
    display: block;
    margin: 0;
  }
}
.press .release-container .release-list .release-item .release-body a {
  text-decoration: underline;
}
.press .release-container .release-list .release-item .release-body a i {
  color: #1a1a1a;
}
.press .release-container .release-usage p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  .press .release-container .release-usage p {
    font-size: 15px;
  }
}
.press .release-container .release-usage p a {
  text-decoration: underline;
}

.privacy .privacy-container .privacy-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: right;
}
@media screen and (max-width: 560px) {
  .privacy .privacy-container .privacy-header p {
    font-size: 15px;
  }
}
.privacy .privacy-container .privacy-contents h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .privacy .privacy-container .privacy-contents h2 {
    font-size: 25px;
  }
}
.privacy .privacy-container .privacy-contents h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .privacy .privacy-container .privacy-contents h3 {
    font-size: 20px;
  }
}
.privacy .privacy-container .privacy-contents section {
  margin: 48px 0;
}
.privacy .privacy-container .privacy-contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .privacy .privacy-container .privacy-contents p {
    font-size: 15px;
  }
}
.privacy .privacy-container .privacy-contents .privacy-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.privacy .privacy-container .privacy-contents .privacy-list .list-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .privacy .privacy-container .privacy-contents .privacy-list .list-item {
    font-size: 15px;
  }
}
.privacy .privacy-container .privacy-contents .privacy-info {
  margin: 16px 0;
}
.privacy .privacy-container .privacy-contents .privacy-attention .attention-list .list-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .privacy .privacy-container .privacy-contents .privacy-attention .attention-list .list-item {
    font-size: 11px;
  }
}
.privacy .privacy-container .privacy-contents .privacy-attention .attention-list .list-item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .privacy .privacy-container .privacy-contents .privacy-attention .attention-list .list-item a {
    font-size: 11px;
  }
}
.privacy .privacy-container .privacy-footer {
  margin: 48px 0;
}
.privacy .privacy-container .privacy-footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: right;
}
@media screen and (max-width: 560px) {
  .privacy .privacy-container .privacy-footer p {
    font-size: 15px;
  }
}

.contact-container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 48px 0;
}
@media screen and (max-width: 560px) {
  .contact-container {
    padding: 48px 24px;
  }
}
.contact-container .contact-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contact-container .contact-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 48px;
  }
}
@media screen and (max-width: 560px) {
  .contact-container .contact-header {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .contact-container .contact-header .left-col {
    margin: 0 0 24px;
  }
}
.contact-container .contact-header .left-col h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-header .left-col h1 {
    font-size: 25px;
  }
}
.contact-container .contact-header .left-col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-header .left-col p {
    font-size: 15px;
  }
}
.contact-container .contact-header .left-col .phone {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  width: 100%;
  margin: -16px 0 0;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-header .left-col .phone {
    font-size: 20px;
  }
}
.contact-container .contact-header .left-col .phone span {
  width: 16px;
  height: 32px;
  margin: 0 4px 0 0;
}
.contact-container .contact-header .left-col .phone span img {
  width: 100%;
}
.contact-container .contact-header .left-col .phone .button {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  height: 40px;
  background-color: #FFD167;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 23px;
  border-radius: 4px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-header .left-col .phone .button {
    font-size: 16px;
  }
}
.contact-container .contact-header .left-col .phone .button span {
  width: 12px;
  height: 20px;
  margin: 0 8px 0 0;
}
.contact-container .contact-header .left-col .phone .button span img {
  width: 100%;
}
.contact-container .contact-header .right-col {
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 12px;
}
@media screen and (max-width: 960px) {
  .contact-container .contact-header .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .contact-container .contact-header .right-col {
    margin: 24px auto 0;
  }
}
.contact-container .contact-header .right-col .subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-header .right-col .subtitle {
    font-size: 15px;
  }
}
.contact-container .contact-header .right-col p {
  margin-bottom: 24px;
}
.contact-container .contact-header .right-col a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #363636;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-header .right-col a {
    font-size: 15px;
  }
}
.contact-container .contact-header .right-col a:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 4px;
  width: 16px;
  height: 16px;
  background-image: url("/images/common/icon-chevron-right.svg");
  background-size: cover;
}
.contact-container .contact-form {
  padding: 48px 0;
}
.contact-container .contact-form .error-message-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 960px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 960px) {
  .contact-container .contact-form .error-message-area {
    width: 100%;
    padding: 0 48px;
  }
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .error-message-area {
    padding: 0;
  }
}
.contact-container .contact-form .error-message-area .error-message-box {
  width: 100%;
  background: #FFEAEA;
  border: 1px solid #E09E9E;
  padding: 16px;
}
.contact-container .contact-form .error-message-area .error-message-box span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #BB1C1C;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .error-message-area .error-message-box span {
    font-size: 15px;
  }
}
.contact-container .contact-form .stepper-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
}
.contact-container .contact-form .stepper-container .step-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-container .contact-form .stepper-container .step-item i {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 4px;
  border-radius: 24px;
  background-color: #dddddd;
}
.contact-container .contact-form .stepper-container .step-item i.active {
  background-color: #ffd167;
  box-shadow: 0 0 0 4px rgba(210, 178, 89, 0.25);
}
.contact-container .contact-form .stepper-container .step-item i.checked {
  background-color: #ffd167;
}
.contact-container .contact-form .stepper-container .step-item span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .stepper-container .step-item span {
    font-size: 11px;
  }
}
.contact-container .contact-form .stepper-container .divider {
  width: 120px;
  height: 1px;
  margin: 0 24px;
  background-color: #dddddd;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .stepper-container .divider {
    width: 48px;
  }
}
.contact-container .contact-form .stepper-container .divider.active {
  background-color: rgba(210, 178, 89, 0.16);
}
.contact-container .contact-form table {
  width: 960px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 960px) {
  .contact-container .contact-form table {
    width: 100%;
    padding: 0 48px;
  }
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table {
    padding: 0;
  }
}
.contact-container .contact-form table tr {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #dddddd;
  border-bottom: 0;
}
.contact-container .contact-form table tr:last-child {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr {
    flex-direction: column;
  }
}
.contact-container .contact-form table tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  flex-shrink: 0;
  width: 280px;
  padding: 12px 24px;
  border-right: 1px solid #dddddd;
  background-color: #f9f9f9;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr th {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr th {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }
}
.contact-container .contact-form table tr th .required {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #DB4D4D;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr th .required {
    font-size: 11px;
  }
}
.contact-container .contact-form table tr th .caption {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr th .caption {
    font-size: 11px;
  }
}
.contact-container .contact-form table tr td {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 680px;
  padding: 16px 24px;
}
@media screen and (max-width: 960px) {
  .contact-container .contact-form table tr td {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr td {
    padding: 24px 16px;
  }
}
.contact-container .contact-form table tr td .input-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  flex-shrink: 0;
  width: 100%;
  padding: 4px 16px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr td .input-text {
    font-size: 15px;
  }
}
.contact-container .contact-form table tr td input[type=checkbox] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-right: 6px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr td input[type=checkbox] {
    font-size: 15px;
  }
}
.contact-container .contact-form table tr td input[type=date] {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  appearance: none;
  outline: none;
}
.contact-container .contact-form table tr td .input-textarea {
  width: 100%;
  min-height: 120px;
  padding: 24px;
  border: 1px solid #dddddd;
}
.contact-container .contact-form table tr td dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
}
.contact-container .contact-form table tr td dl dt {
  flex-shrink: 0;
  width: 164px;
  margin: 0 16px 16px 0;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr td dl dt {
    width: 100%;
    margin: 0;
  }
}
.contact-container .contact-form table tr td dl dd {
  width: 452px;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form table tr td dl dd {
    width: 100%;
  }
}
.contact-container .contact-form table tr td .radio-button-container {
  display: flex;
  flex-direction: column;
}
.contact-container .contact-form table tr td .radio-button-container label {
  margin-right: 13px;
}
.contact-container .contact-form .select-header {
  width: 202px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .select-header {
    width: 100%;
  }
}
.contact-container .contact-form .estate-list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact-container .contact-form .estate-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 24px 0 0;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .estate-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .estate-item {
    flex-direction: column;
    padding: 0;
  }
}
.contact-container .contact-form .estate-item img {
  display: inline-block;
  width: 128px;
  height: 96px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .estate-item img {
    width: calc(100% + 16px);
    height: auto;
    margin: 0;
  }
}
.contact-container .contact-form .estate-item .estate-name {
  width: 100%;
  padding: 16px 8px;
}
.contact-container .contact-form .recommend-container {
  width: 960px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .recommend-container {
    width: 100%;
  }
}
.contact-container .contact-form .recommend-container h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .recommend-container h2 {
    font-size: 25px;
  }
}
.contact-container .contact-form .recommend-container .select-header:before {
  left: 36px;
}
.contact-container .contact-form .recommend-container .select-header:after {
  left: 36px;
}
.contact-container .contact-form .recommend-container .estate-list {
  position: relative;
  padding: 24px;
  background-color: #f9f9f9;
}
.contact-container .contact-form .recommend-container .estate-list .estate-item {
  width: calc(100% - 48px);
  min-height: 98px;
  margin: 0 0 24px 48px;
  background-color: #ffffff;
}
.contact-container .contact-form .recommend-container .estate-list .estate-item .js-select-checks {
  position: absolute;
  left: 24px;
  width: 24px;
  height: 100%;
}
.contact-container .contact-form .consent-container {
  text-align: center;
}
.contact-container .contact-form .consent-container input[type=checkbox] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-right: 6px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .consent-container input[type=checkbox] {
    font-size: 15px;
  }
}
.contact-container .contact-form .consent-container a {
  text-decoration: underline;
}
.contact-container .contact-form .consent-container p {
  margin-left: 6px;
}
.contact-container .contact-form .button-container {
  width: 528px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .button-container {
    width: 100%;
  }
}
.contact-container .contact-form .button-container .button-next {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  width: 100%;
  margin: 32px auto 16px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .button-container .button-next {
    font-size: 16px;
  }
}
.contact-container .contact-form .button-container .button-next:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.contact-container .contact-form .button-container .button-next:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .button-container .button-next {
    width: 100%;
  }
}
.contact-container .contact-form .button-container .button-next:disabled {
  opacity: 0.25;
  cursor: default;
}
.contact-container .contact-form .button-container small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .button-container small {
    font-size: 11px;
  }
}
.contact-container .contact-form .button-container.col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-container .contact-form .button-container.col .button-back {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  width: 252px;
  margin: 0 12px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #363636;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .button-container.col .button-back {
    font-size: 16px;
  }
}
.contact-container .contact-form .button-container.col .button-back:after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-image: none;
  background-size: cover;
}
.contact-container .contact-form .button-container.col .button-back:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .button-container.col .button-back {
    width: 100%;
  }
}
.contact-container .contact-form .button-container.col .button-back::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background-image: url("/images/common/icon-chevron-right.svg");
  background-size: cover;
  transform: rotate(-180deg);
}
.contact-container .contact-form .button-container.col .button-next {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 0 12px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .button-container.col .button-next {
    font-size: 16px;
  }
}
.contact-container .contact-form .button-container.col .button-next:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.contact-container .contact-form .button-container.col .button-next:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .button-container.col .button-next {
    width: 100%;
  }
}
.contact-container .contact-form .confirm-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 32px 24px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .confirm-text {
    font-size: 15px;
  }
}
.contact-container .contact-form .contact-message {
  width: 960px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .contact-message {
    width: 100%;
  }
}
.contact-container .contact-form .contact-message h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .contact-message h2 {
    font-size: 25px;
  }
}
.contact-container .contact-form .contact-message p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 auto 16px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .contact-message p {
    font-size: 15px;
  }
}
.contact-container .contact-form .contact-message .button-primary {
  display: block;
  width: 548px;
  margin: 48px auto;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .contact-message .button-primary {
    width: 100%;
  }
}
.contact-container .contact-form .required {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #DB4D4D;
}
@media screen and (max-width: 560px) {
  .contact-container .contact-form .required {
    font-size: 11px;
  }
}

/* =============================================================================
   Common
============================================================================= */
.landing .container {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .landing .container {
    padding: 0 24px;
  }
}

/* =============================================================================
   JAL
============================================================================= */
.jal .hero-jal {
  background-image: url("/images/landing/img-hero-jal.jpg");
}
@media screen and (max-width: 560px) {
  .jal .hero-jal {
    background-position: 72%;
  }
}
@media screen and (max-width: 560px) {
  .jal .container {
    padding: 0 24px;
  }
}
.jal h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .jal h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .jal h2 {
    text-align: left;
  }
}
.jal h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .jal h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .jal h3 {
    text-align: left;
  }
}
.jal p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .jal p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .jal p {
    text-align: left;
  }
}
.jal .overview {
  padding: 64px 48px;
}
@media screen and (max-width: 560px) {
  .jal .overview {
    padding: 48px 0;
  }
}
.jal .overview .description {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .jal .overview .description {
    font-size: 20px;
  }
}
.jal .collect {
  margin-bottom: 128px;
  padding: 48px;
}
@media screen and (max-width: 560px) {
  .jal .collect {
    padding: 48px 0;
  }
}
.jal .collect .collect-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 770px;
  margin: 48px auto 0;
  padding: 48px 16px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .jal .collect .collect-contents {
    flex-direction: column;
  }
}
.jal .collect .collect-contents .left-col {
  width: 227px;
  height: 120px;
  margin: 0 32px 0 0;
}
@media screen and (max-width: 560px) {
  .jal .collect .collect-contents .left-col {
    margin: 0 auto 24px;
  }
}
.jal .collect .collect-contents .left-col img {
  width: 100%;
}
.jal .collect .collect-contents .right-col p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 24px;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .jal .collect .collect-contents .right-col p {
    font-size: 15px;
  }
}
.jal .spend {
  padding: 64px 0;
}
.jal .spend .spend-contents {
  max-width: 770px;
  margin: 48px auto 0;
  padding: 48px 16px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background-color: #ffffff;
}
.jal .spend .spend-contents .subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .jal .spend .spend-contents .subtitle {
    font-size: 15px;
  }
}
.jal .spend .spend-contents p {
  margin: 0 0 16px;
  text-align: left;
}
.jal .spend .spend-contents small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  display: block;
  margin-bottom: 32px;
}
@media screen and (max-width: 560px) {
  .jal .spend .spend-contents small {
    font-size: 11px;
  }
}
.jal .spend .spend-contents a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .jal .spend .spend-contents a {
    font-size: 15px;
  }
}
.jal .spend .spend-contents a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/common/icon-chevron-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* =============================================================================
   売却査定
============================================================================= */
.assessment .hero-assessment {
  background-image: url("/images/landing/img-hero-assessment.jpg");
}
.assessment .hero-assessment p {
  text-align: left;
}
@media screen and (max-width: 560px) {
  .assessment .container {
    padding: 0 24px;
  }
}
.assessment h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .assessment h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .assessment h2 {
    text-align: left;
  }
}
.assessment h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .assessment h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .assessment h3 {
    text-align: left;
  }
}
.assessment p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .assessment p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .assessment p {
    text-align: left;
  }
}
.assessment .button-primary {
  display: block;
  width: 736px;
  padding: 32px 24px;
  margin: 64px auto;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  .assessment .button-primary {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .assessment .button-primary {
    width: 100%;
    margin: 48px auto;
    padding: 24px 16px;
    font-size: 18px;
  }
}
.assessment .overview {
  padding: 64px 48px;
}
@media screen and (max-width: 560px) {
  .assessment .overview {
    padding: 48px 0;
  }
}
.assessment .overview .description {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .assessment .overview .description {
    font-size: 20px;
  }
}
.assessment .overview-container {
  margin-bottom: 128px;
  padding: 80px 48px;
}
@media screen and (max-width: 560px) {
  .assessment .overview-container {
    padding: 48px 0;
  }
}
.assessment .overview-container .step-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .assessment .overview-container .step-wrapper {
    flex-direction: column;
  }
}
.assessment .overview-container .step-wrapper .step-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 168px;
  padding: 24px 16px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .assessment .overview-container .step-wrapper .step-item {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .assessment .overview-container .step-wrapper .step-item {
    width: 100%;
  }
}
.assessment .overview-container .step-wrapper .step-item .left-col p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .assessment .overview-container .step-wrapper .step-item .left-col p {
    font-size: 18px;
  }
}
.assessment .overview-container .step-wrapper .step-item .left-col p span {
  font-size: 32px;
}
.assessment .overview-container .step-wrapper .step-item .right-col {
  height: 100%;
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
  border-left: 1px solid #dddddd;
}
.assessment .overview-container .step-wrapper .step-item .right-col p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .assessment .overview-container .step-wrapper .step-item .right-col p {
    font-size: 18px;
  }
}
.assessment .overview-container .step-wrapper .arrow {
  width: 0;
  height: 0;
  margin: 0 16px;
  border-style: solid;
  border-width: 24px 0 24px 16px;
  border-color: transparent transparent transparent #d1d1d1;
}
@media screen and (max-width: 560px) {
  .assessment .overview-container .step-wrapper .arrow {
    border-width: 16px 24px 0 24px;
    border-color: #d1d1d1 transparent transparent transparent;
  }
}
.assessment .phone-container {
  display: flex;
  flex-direction: row;
  width: 736px;
  margin: 0 auto;
  padding: 24px;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .assessment .phone-container {
    flex-direction: column;
    width: 100%;
  }
}
.assessment .phone-container .left-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 560px) {
  .assessment .phone-container .left-col {
    width: 100%;
    margin: 0 0 24px;
  }
}
.assessment .phone-container .left-col img {
  margin: 0 8px 0 0;
}
.assessment .phone-container .left-col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline;
  font-size: 24px;
}
@media screen and (max-width: 560px) {
  .assessment .phone-container .left-col p {
    font-size: 15px;
  }
}
.assessment .phone-container .right-col {
  width: 50%;
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 560px) {
  .assessment .phone-container .right-col {
    border: 0;
    width: 100%;
  }
}
.assessment .phone-container .right-col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 6px 0;
  font-size: 24px;
}
@media screen and (max-width: 560px) {
  .assessment .phone-container .right-col p {
    font-size: 15px;
  }
}
.assessment .feature {
  padding: 80px 0;
}
.assessment .feature .feature-container {
  display: flex;
  flex-direction: column;
}
.assessment .feature .feature-container .feature-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .assessment .feature .feature-container .feature-card {
    flex-direction: column-reverse;
  }
}
.assessment .feature .feature-container .feature-card .left-col {
  max-width: 700px;
  padding-left: 24px;
}
@media screen and (max-width: 960px) {
  .assessment .feature .feature-container .feature-card .left-col {
    max-width: unset;
    width: 100%;
    padding: 16px;
  }
}
.assessment .feature .feature-container .feature-card .left-col h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .assessment .feature .feature-container .feature-card .left-col h3 {
    font-size: 20px;
  }
}
.assessment .feature .feature-container .feature-card .left-col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .assessment .feature .feature-container .feature-card .left-col p {
    font-size: 15px;
  }
}
.assessment .feature .feature-container .feature-card .left-col small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #838383;
  display: block;
  margin-top: 48px;
}
@media screen and (max-width: 560px) {
  .assessment .feature .feature-container .feature-card .left-col small {
    font-size: 11px;
  }
}
@media screen and (max-width: 960px) {
  .assessment .feature .feature-container .feature-card .left-col small {
    margin-top: 24px;
  }
}
.assessment .feature .feature-container .feature-card .rigth-col {
  flex-shrink: 0;
  width: 486px;
}
@media screen and (max-width: 960px) {
  .assessment .feature .feature-container .feature-card .rigth-col {
    width: 100%;
  }
}
.assessment .feature .feature-container .feature-card .rigth-col img {
  width: 100%;
}
.assessment .estate .estate-container {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container {
    width: 100%;
  }
}
.assessment .estate .estate-container .main-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto 24px;
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .main-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.assessment .estate .estate-container .main-wrapper .main-card {
  width: 350px;
  margin: 0 24px 0 0;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .main-wrapper .main-card {
    width: 100%;
    margin: 0 0 24px;
  }
}
.assessment .estate .estate-container .main-wrapper .main-card:last-child {
  margin: 0;
}
.assessment .estate .estate-container .main-wrapper .main-card img {
  width: 100%;
}
.assessment .estate .estate-container .main-wrapper .main-card p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .main-wrapper .main-card p {
    font-size: 18px;
  }
}
.assessment .estate .estate-container .sub-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 24px;
}
@media screen and (max-width: 960px) {
  .assessment .estate .estate-container .sub-wrapper {
    margin: 0 -12px 24px;
  }
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .sub-wrapper {
    flex-direction: column;
  }
}
.assessment .estate .estate-container .sub-wrapper .sub-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  width: 224px;
  margin: 0 24px 16px 0;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .assessment .estate .estate-container .sub-wrapper .sub-card {
    margin: 0 12px 16px;
  }
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .sub-wrapper .sub-card {
    width: 100%;
    margin: 0 0 16px;
  }
}
.assessment .estate .estate-container .sub-wrapper .sub-card:nth-child(4n) {
  margin: 0 0 16px;
}
@media screen and (max-width: 960px) {
  .assessment .estate .estate-container .sub-wrapper .sub-card:nth-child(4n) {
    margin: 0 12px 16px;
  }
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .sub-wrapper .sub-card:nth-child(4n) {
    margin: 0 0 16px;
  }
}
.assessment .estate .estate-container .sub-wrapper .sub-card .img-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 8px 0 0;
}
.assessment .estate .estate-container .sub-wrapper .sub-card .img-wrap img {
  height: auto;
}
.assessment .estate .estate-container .sub-wrapper .sub-card p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: left;
  padding-right: 8px;
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .sub-wrapper .sub-card p {
    font-size: 15px;
  }
}
.assessment .estate .estate-container .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -12px auto 24px;
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .text-wrapper {
    flex-direction: column;
  }
}
.assessment .estate .estate-container .text-wrapper .text-card {
  display: inline-block;
  margin: 0 24px 16px 0;
  padding: 8px 16px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .text-wrapper .text-card {
    display: block;
    width: 100%;
    margin: 0 0 16px;
  }
}
.assessment .estate .estate-container .text-wrapper .text-card p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .assessment .estate .estate-container .text-wrapper .text-card p {
    font-size: 15px;
  }
}
.assessment .section-cv {
  padding: 0 48px;
}
@media screen and (max-width: 560px) {
  .assessment .section-cv {
    padding: 0 24px;
  }
}
.assessment .contact {
  margin-bottom: 80px;
}
.assessment .contact .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  font-size: 24px;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 560px) {
  .assessment .contact .lead {
    font-size: 15px;
  }
}
.assessment .article-container {
  padding: 80px 24px;
}
.assessment .article-container h2 {
  text-align: left;
}
.assessment .article-container .article-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .assessment .article-container .article-wrapper {
    flex-direction: column;
  }
}
.assessment .article-container .article-wrapper .article-card {
  flex-shrink: 0;
  width: 300px;
  margin: 0 24px 0 0;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .assessment .article-container .article-wrapper .article-card {
    width: 100%;
    margin: 0 0 24px;
  }
}
.assessment .article-container .article-wrapper .article-card img {
  width: 100%;
}
.assessment .article-container .article-wrapper .article-card p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  padding: 16px;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .assessment .article-container .article-wrapper .article-card p {
    font-size: 15px;
  }
}

.top .hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 360px;
  background-image: url("/images/top/img-eyecatch.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 560px) {
  .top .hero-container {
    background-position: 20%;
    justify-content: flex-end;
    background-image: url("/images/top/img-eyecatch-mb.jpg");
  }
}
.top .hero-container .inner-hero .copy {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  display: block;
  margin: 0 auto 24px;
  font-size: 56px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero .copy {
    font-size: 32px;
  }
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero .copy {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.6;
    text-align: left;
  }
}
.top .hero-container .inner-hero .copy .sp-text {
  display: none;
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero .copy .sp-text {
    display: inline;
  }
}
.top .hero-container .inner-hero .text {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero .text {
    margin: 0 auto;
    font-size: 4vw;
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero .text .newline-only-pc {
    display: none;
  }
}
.top .hero-container .inner-hero .text .space-only-sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero .text .space-only-sp {
    display: inline;
  }
}
.top .hero-container .inner-hero small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  position: absolute;
  bottom: 16px;
  right: 48px;
  color: #f9f9f9;
  font-size: 10px;
  font-weight: normal;
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero small {
    font-size: 11px;
  }
}
@media screen and (max-width: 560px) {
  .top .hero-container .inner-hero small {
    left: 24px;
    right: auto;
  }
}
.top .section-container {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
@media screen and (max-width: 1272px) {
  .top .section-container {
    padding: 48px 0;
  }
}
@media screen and (max-width: 560px) {
  .top .section-container {
    padding: 32px 0;
  }
}
@media screen and (max-width: 560px) {
  .top .section-container {
    padding: 48px 24px;
  }
}
@media screen and (max-width: 960px) {
  .top .section-container {
    padding: 48px 24px;
  }
}
.top .section-container .inner-section {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
}
.top .section-container .inner-section h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .top .section-container .inner-section h2 {
    font-size: 25px;
  }
}
.top .section-container .inner-section h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .top .section-container .inner-section h3 {
    font-size: 20px;
  }
}
.top .section-container .inner-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .top .section-container .inner-section p {
    font-size: 15px;
  }
}
.top .overview-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .top .overview-container {
    flex-direction: column;
    gap: 24px;
  }
}
.top .overview-container .left-col h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 560px) {
  .top .overview-container .left-col h1 {
    font-size: 32px;
  }
}
.top .overview-container .left-col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #363636;
}
@media screen and (max-width: 560px) {
  .top .overview-container .left-col p {
    font-size: 15px;
  }
}
.top .overview-container .left-col .buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .top .overview-container .left-col .buttons {
    flex-direction: column;
    gap: 24px;
  }
}
.top .overview-container .left-col .buttons .button-company {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  min-width: 280px;
}
@media screen and (max-width: 560px) {
  .top .overview-container .left-col .buttons .button-company {
    font-size: 16px;
  }
}
.top .overview-container .left-col .buttons .button-company:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.top .overview-container .left-col .buttons .button-company:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .top .overview-container .left-col .buttons .button-company {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .top .overview-container .left-col .buttons .button-company {
    min-width: unset;
  }
}
.top .overview-container .right-col {
  flex-shrink: 0;
  width: 600px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 960px) {
  .top .overview-container .right-col {
    width: 100%;
    max-width: unset;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 560px) {
  .top .overview-container .right-col {
    width: 100%;
    margin: 0px;
  }
}
.top .overview-container .right-col img {
  width: 100%;
}
.top .card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 32px -12px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .top .card-wrapper {
    margin: 8px -12px 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 560px) {
  .top .card-wrapper {
    flex-direction: column;
    margin: 0 auto;
  }
}
.top .card-wrapper .card-item {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin: 0 12px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 560px) {
  .top .card-wrapper .card-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .top .card-wrapper .card-item {
    width: 100%;
    margin: 0 auto 24px;
  }
}
.top .card-wrapper .card-item.four {
  width: 25%;
  max-width: 297px;
}
@media screen and (max-width: 960px) {
  .top .card-wrapper .card-item.four {
    width: calc(50% - 24px);
    margin-top: 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 560px) {
  .top .card-wrapper .card-item.four {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 24px;
  }
}
.top .card-wrapper .card-item.five {
  width: 20%;
  max-width: 230px;
}
@media screen and (max-width: 960px) {
  .top .card-wrapper .card-item.five {
    width: calc(50% - 24px);
    margin-top: 24px;
    max-width: unset;
  }
}
@media screen and (max-width: 560px) {
  .top .card-wrapper .card-item.five {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 24px;
  }
}
.top .card-wrapper .card-item.recommend {
  height: 148px;
}
@media screen and (max-width: 960px) {
  .top .card-wrapper .card-item.recommend {
    height: 160px;
  }
}
.top .card-wrapper .card-item .card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  display: block;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .top .card-wrapper .card-item .card-title {
    font-size: 20px;
  }
}
.top .card-wrapper .card-item:first-child {
  margin-top: 8px;
}
.top .card-wrapper .trump {
  background-image: url("/images/top/img-recommend-trump.jpg");
}
.top .card-wrapper .ritz {
  background-image: url("/images/top/img-recommend-ritz.jpg");
}
.top .card-wrapper .ilikai {
  background-image: url("/images/top/img-recommend-ilikai.jpg");
}
.top .card-wrapper .parklane {
  background-image: url("/images/top/img-recommend-parklane.jpg");
}
.top .card-wrapper .wardvillage {
  background-image: url("/images/top/img-recommend-wardvillage.jpg");
}
.top .card-wrapper .hotelcond {
  background-image: url("/images/top/img-feature-hotelcond.jpg");
}
.top .card-wrapper .condominium {
  background-image: url("/images/top/img-feature-condominium.jpg");
}
.top .card-wrapper .laxury {
  background-image: url("/images/top/img-feature-laxury.jpg");
}
.top .card-wrapper .newproject {
  background-image: url("/images/top/img-feature-newproject.jpg");
}
.top .card-wrapper .penthouse {
  background-image: url("/images/top/img-feature-penthouse.jpg");
}
.top .card-wrapper .waikiki {
  background-image: url("/images/top/img-area-waikiki.jpg");
}
.top .card-wrapper .alamoana {
  background-image: url("/images/top/img-area-alamoana.jpg");
}
.top .card-wrapper .ward {
  background-image: url("/images/top/img-area-ward.jpg");
}
.top .card-wrapper .diamondhead {
  background-image: url("/images/top/img-area-diamondhead.jpg");
}
.top .card-wrapper .hawaiirealestate {
  background-image: url("/images/top/img-article-hawaiirealestate.jpg");
}
.top .card-wrapper .purchase {
  background-image: url("/images/top/img-article-purchase.jpg");
}
.top .card-wrapper .sale {
  background-image: url("/images/top/img-article-sale.jpg");
}
.top .card-wrapper .owner {
  background-image: url("/images/top/img-article-owner.jpg");
}
.top .estate-horizontal-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  overflow: visible;
  overflow-x: scroll;
  width: auto;
  margin: 0 -12px;
  margin: 48px -12px 16px;
}
.top .estate-horizontal-container .estate-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 12px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 560px) {
  .top .estate-horizontal-container .estate-item {
    margin: 0 7px;
  }
}
.top .estate-horizontal-container .estate-item .estate-link {
  width: 280px;
  height: 100%;
}
.top .estate-horizontal-container .estate-item .estate-link .estate-image img {
  width: 100%;
  height: 210px;
}
.top .estate-horizontal-container .estate-item .estate-link .estate-contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 210px);
  padding: 16px;
}
.top .estate-horizontal-container .estate-item .estate-link .estate-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 auto;
}
.top .estate-horizontal-container .estate-item .estate-link .estate-area {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .top .estate-horizontal-container .estate-item .estate-link .estate-area {
    font-size: 11px;
  }
}
.top .estate-horizontal-container .estate-item .estate-link .estate-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .top .estate-horizontal-container .estate-item .estate-link .estate-name {
    font-size: 18px;
  }
}
.top .estate-horizontal-container .estate-item .estate-link .estate-spec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.top .estate-horizontal-container .estate-item .estate-link .estate-spec span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  flex-shrink: 0;
  display: inline-block;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 560px) {
  .top .estate-horizontal-container .estate-item .estate-link .estate-spec span {
    font-size: 11px;
  }
}
.top .estate-horizontal-container .estate-item .estate-link .estate-price {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  text-align: right;
}
.top .estate-horizontal-container .estate-item .estate-link .estate-price .dol {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .top .estate-horizontal-container .estate-item .estate-link .estate-price .dol {
    font-size: 15px;
  }
}
.top .estate-horizontal-container .estate-item .estate-link .estate-price .yen {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .top .estate-horizontal-container .estate-item .estate-link .estate-price .yen {
    font-size: 11px;
  }
}
.top .button-anchor {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0 -8px;
  padding: 4px 8px;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .top .button-anchor {
    font-size: 16px;
  }
}
.top .button-anchor:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  background-image: url("/images/common/icon-chevron-right.svg");
  background-size: cover;
}
.top .intro-container {
  margin: 32px 0 0;
}
.top .intro-list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.top .intro-list .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto 32px;
  padding: 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .top .intro-list .list-item {
    flex-direction: column-reverse;
    padding: 24px;
  }
}
.top .intro-list .list-item .left-col h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .top .intro-list .list-item .left-col h3 {
    font-size: 20px;
  }
}
.top .intro-list .list-item .left-col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .top .intro-list .list-item .left-col p {
    font-size: 15px;
  }
}
.top .intro-list .list-item .left-col .button-company {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  min-width: 280px;
}
@media screen and (max-width: 560px) {
  .top .intro-list .list-item .left-col .button-company {
    font-size: 16px;
  }
}
.top .intro-list .list-item .left-col .button-company:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.top .intro-list .list-item .left-col .button-company:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .top .intro-list .list-item .left-col .button-company {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .top .intro-list .list-item .left-col .button-company {
    min-width: unset;
  }
}
.top .intro-list .list-item .right-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 960px) {
  .top .intro-list .list-item .right-col {
    max-width: unset;
    height: 280px;
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .top .intro-list .list-item .right-col {
    width: 100%;
    height: auto;
    margin: 0 0 24px;
  }
}
.top .intro-list .list-item .right-col img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .top .intro-list .list-item .right-col img {
    height: 100%;
    object-fit: cover;
  }
}
.top .faq-container {
  margin: 0 auto;
  padding: 32px 0 0;
}
@media screen and (max-width: 560px) {
  .top .faq-container {
    padding-top: 16px;
  }
}
.top .faq-container .list-faq {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -24px;
}
@media screen and (max-width: 960px) {
  .top .faq-container .list-faq {
    flex-direction: column;
    margin: 0;
  }
}
.top .faq-container .list-faq .left-col,
.top .faq-container .list-faq .right-col {
  max-width: 45%;
  margin: 0 24px;
}
@media screen and (max-width: 960px) {
  .top .faq-container .list-faq .left-col,
  .top .faq-container .list-faq .right-col {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.top .faq-container .list-faq .list-item {
  width: 100%;
  margin: 0 0 24px;
}
.top .faq-container .list-faq .list-item dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .top .faq-container .list-faq .list-item dt {
    font-size: 15px;
  }
}
.top .faq-container .list-faq .list-item dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .top .faq-container .list-faq .list-item dd {
    font-size: 15px;
  }
}
.top .blog-container {
  margin: 32px auto;
}
.top .blog-container .blog-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}
@media screen and (max-width: 560px) {
  .top .blog-container .blog-list {
    flex-direction: column;
    margin: 0 auto;
  }
}
.top .blog-container .blog-list .blog-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 45%;
  margin: 0 12px 24px;
  padding: 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 560px) {
  .top .blog-container .blog-list .blog-item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 24px;
    padding: 24px;
  }
}
.top .blog-container .blog-list .blog-item .image {
  min-width: 135px;
  width: 135px;
  height: 96px;
  overflow: hidden;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 560px) {
  .top .blog-container .blog-list .blog-item .image {
    width: 100%;
    margin: 0 0 8px;
  }
}
.top .blog-container .blog-list .blog-item .image img {
  width: 100%;
}
.top .blog-container .blog-list .blog-item .contents .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .top .blog-container .blog-list .blog-item .contents .date {
    font-size: 15px;
  }
}
.top .blog-container .blog-list .blog-item .contents .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
  display: block;
}
@media screen and (max-width: 560px) {
  .top .blog-container .blog-list .blog-item .contents .title {
    font-size: 15px;
  }
}
.top .blog-container .blog-list .blog-item .contents .category {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #838383;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .top .blog-container .blog-list .blog-item .contents .category {
    font-size: 15px;
  }
}
.top .intro-image-slider {
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 560px) {
  .top .intro-image-slider {
    height: auto;
  }
}
.top .intro-image-slider .intro-image-slider-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  animation: introImageSlider 15.5s infinite;
  opacity: 0;
}
.top .intro-image-slider .intro-image-slider-item:first-child {
  position: relative;
}
.top .intro-image-slider .intro-image-slider-item:nth-of-type(1) {
  animation-delay: 0s;
}
.top .intro-image-slider .intro-image-slider-item:nth-of-type(2) {
  animation-delay: 5s;
}
.top .intro-image-slider .intro-image-slider-item:nth-of-type(3) {
  animation-delay: 10s;
}
@keyframes introImageSlider {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 1;
    z-index: 1;
  }
  33.3% {
    opacity: 1;
  }
  42.3% {
    opacity: 0;
    z-index: 0;
  }
}

.support-section {
  padding: 24px 48px 48px;
}
@media screen and (max-width: 560px) {
  .support-section {
    padding: 22px 24px 48px;
  }
}
.support-section .sp-text {
  display: none;
}
@media screen and (max-width: 560px) {
  .support-section .sp-text {
    display: inline;
  }
}
.support-section .support-section-heading {
  text-align: center;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (max-width: 560px) {
  .support-section .support-section-heading {
    font-size: 18px;
  }
}
.support-section .sub-title {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .support-section .sub-title {
    text-align: left;
  }
}

.support-list {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 560px) {
  .support-list {
    flex-direction: column;
  }
}
.support-list .support-card {
  max-width: 400px;
  min-height: 109px;
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.support-list .support-card .support-image {
  width: 48px;
  height: 48px;
}
.support-list .support-card .support-contents {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.support-list .support-card .support-contents .title {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  margin: 0px;
}
@media screen and (max-width: 560px) {
  .support-list .support-card .support-contents .title {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}
.support-list .support-card .support-contents p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  color: #000000;
}

.management .maincontainer {
  background: #ffffff;
}
.management .maincontainer .container {
  max-width: 1272px;
  margin: 0 auto;
}
@media screen and (max-width: 1272px) {
  .management .maincontainer .container {
    padding: 0 24px;
  }
}
.management .maincontainer .container .headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
}
@media screen and (max-width: 1272px) {
  .management .maincontainer .container .headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1272px) {
  .management .maincontainer .container .headline .title {
    width: 100%;
    margin: 0 0 32px;
  }
}
.management .maincontainer .container .headline .title span {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #838383;
  font-size: 18px;
  font-family: serif;
}
@media screen and (max-width: 1272px) {
  .management .maincontainer .container .headline .title span {
    font-size: 14px;
  }
}
.management .maincontainer .container .headline .title h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .management .maincontainer .container .headline .title h1 {
    font-size: 32px;
  }
}
.management .overview {
  padding: 64px 48px;
}
@media screen and (max-width: 560px) {
  .management .overview {
    padding: 48px 0;
  }
}
.management .overview h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 24px;
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width: 560px) {
  .management .overview h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .management .overview h2 {
    text-align: left;
  }
}
.management .overview p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .management .overview p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .management .overview p {
    text-align: left;
  }
}
.management .contents {
  padding-top: 40px;
}
.management .contents h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
  .management .contents h2 {
    font-size: 25px;
  }
}
.management .contents .container .description {
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 24px 0px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .management .contents .container .description {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .management .contents .container .description .description_text {
    padding: 24px 16px;
  }
}
.management .contents .container .description .description_text p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .management .contents .container .description .description_text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .management .contents .container .description .description_text p {
    margin: 0 auto;
  }
}
.management .contents .container .description .description_image {
  flex-shrink: 0;
  width: 425px;
  height: 160px;
  margin: 0 0 0 32px;
}
@media screen and (max-width: 960px) {
  .management .contents .container .description .description_image {
    width: 100%;
    height: 160px;
    margin: 0 auto;
  }
}
.management .contents .container .description .description_image img {
  width: 100%;
}
.management .contents .container .content_cards {
  display: flex;
  gap: 60px;
}
.management .contents .container .content_cards h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .management .contents .container .content_cards h3 {
    font-size: 20px;
  }
}
.management .contents .container .content_cards p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 560px) {
  .management .contents .container .content_cards p {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .management .contents .container .content_cards p {
    margin: 0 auto;
  }
}
.management .contents .container .content_cards .card {
  margin-bottom: 48px;
  background-color: #ffffff;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.management .article .button {
  text-align: right;
}
.management .article .button .button-article {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background: #363636;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 560px) {
  .management .article .button .button-article {
    font-size: 16px;
  }
}
.management .article .button .button-article:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/common/icon-chevron-white.svg");
  background-size: cover;
}
.management .article .button .button-article:hover {
  opacity: 0.75;
}
@media screen and (max-width: 560px) {
  .management .article .button .button-article {
    width: 100%;
  }
}

.hero-management {
  background-image: url(/images/management/img-hero-management.jpg);
}