@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
:active {
  border: none !important;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*=======================================
 ■Foundation
=======================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  outline: none;
  position: relative;
  line-height: 1.3 !important;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: #405498;
}
@media screen and (min-width: 576px) {
  a {
    transition: .3s;
    cursor: pointer;
  }
  a:hover {
    opacity: .7;
  }
}
a img {
  display: inline-block;
}

*:active {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

* {
  outline: none !important;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-container {
    max-width: 1220px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}

/*==================================
section 装飾含む
==================================*/
.l-section {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 70px 0;
  }
}
.l-section.bg-color {
  background: #dddddd !important;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-section.bg-color {
    padding: 50px 0;
  }
}
.l-section--in {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-section--in {
    padding-bottom: 50px;
  }
}
.l-section--black {
  background-color: #252525;
}
.l-section--white {
  background-color: #fff;
}
.l-section--yellow {
  background: #ecdf78;
}
.l-section--green {
  background: #657d67;
}
.l-section--dark-blue {
  background: #0c5d8f !important;
}
.l-section--blue {
  background: #9eaab7;
}
.l-section--gray {
  background-color: rgba(221, 226, 230, 0.5);
}
.l-section--gold {
  background-color: rgba(215, 208, 192, 0.5);
}
.l-section--room {
  background-image: url(../images/top/top_info_bg.png);
  background-position: left center;
  font-weight: bold;
  background-attachment: fixed;
}
.l-section--blog {
  background-image: url(../images/top/top_staffblog_bg.png);
  background-position: right 0 top 100px;
  background-size: 80% auto;
  font-weight: bold;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-section--blog {
    background-position: left 100% top 100px;
    background-size: 70%;
  }
}
.l-section--top-search {
  z-index: 20;
  position: relative;
}
.l-section--page {
  background-color: #fff;
  position: relative;
  /*background-image: url(../images/top/mainimg_bg.png);*/
  background-size: auto 90vh;
  background-repeat: no-repeat;
  background-position: top 0 left 12%;
  min-height: 90vh;
  position: inherit;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-section--page {
    background-position: center center;
    background-size: 100% auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.l-section--page__container {
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .l-section--page__container {
    padding-bottom: 20px;
  }
}
.l-section--contents1 {
  background-image: url(../images/top/top_staffblog_bg.png);
  background-position: right 0 top 100px;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-section--contents1 {
    background-position: left 100% top 100px;
    background-size: 70%;
  }
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col--1, .l-row__col--2, .l-row__col--3, .l-row__col--4, .l-row__col--5, .l-row__col--6, .l-row__col--7, .l-row__col--8, .l-row__col--9, .l-row__col--10, .l-row__col--11, .l-row__col--12, .l-row__col,
.l-row__col--auto, .l-row__col--sm-1, .l-row__col--sm-2, .l-row__col--sm-3, .l-row__col--sm-4, .l-row__col--sm-5, .l-row__col--sm-6, .l-row__col--sm-7, .l-row__col--sm-8, .l-row__col--sm-9, .l-row__col--sm-10, .l-row__col--sm-11, .l-row__col--sm-12, .l-row__col--sm,
.l-row__col--sm-auto, .l-row__col--md-1, .l-row__col--md-2, .l-row__col--md-3, .l-row__col--md-4, .l-row__col--md-5, .l-row__col--md-6, .l-row__col--md-7, .l-row__col--md-8, .l-row__col--md-9, .l-row__col--md-10, .l-row__col--md-11, .l-row__col--md-12, .l-row__col--md,
.l-row__col--md-auto, .l-row__col--lg-1, .l-row__col--lg-2, .l-row__col--lg-3, .l-row__col--lg-4, .l-row__col--lg-5, .l-row__col--lg-6, .l-row__col--lg-7, .l-row__col--lg-8, .l-row__col--lg-9, .l-row__col--lg-10, .l-row__col--lg-11, .l-row__col--lg-12, .l-row__col--lg,
.l-row__col--lg-auto, .l-row__col--xl-1, .l-row__col--xl-2, .l-row__col--xl-3, .l-row__col--xl-4, .l-row__col--xl-5, .l-row__col--xl-6, .l-row__col--xl-7, .l-row__col--xl-8, .l-row__col--xl-9, .l-row__col--xl-10, .l-row__col--xl-11, .l-row__col--xl-12, .l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
header - ヘッダー
========================================================= */
.l-header {
  position: relative;
  z-index: 98;
}
.l-header__in {
  background: linear-gradient(180deg, #3f3a39 0%, #3f3a39 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #3f3a39;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__in {
    background-color: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .l-header__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

/* .l-header__top サブメニュー
========================*/
.l-header__top {
  background: #252222;
  padding: 8px 8px;
  color: #ffffff;
}
.l-header__top__in {
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__top__in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .l-header__top__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__top__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

/* .l-header__main logo等メイン
========================*/
.l-header__main {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .l-header__main {
    padding: 0;
  }
}

/* .l-header__nav グローバルナビ
========================*/
.l-header__nav {
  background: rgba(119, 156, 188, 0.2);
}
@media screen and (max-width: 991px) {
  .l-header__nav .l-container {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-header__nav {
    border-bottom: 2px solid #3f3a39;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    width: inherit;
  }
}

/*メインのメニュー以外を開いた時
=======================*/
.l-header.js-menu-open__header {
  background: #32302f;
  height: 133px;
}
@media screen and (min-width: 350px) {
  .l-header.js-menu-open__header {
    height: 139px;
  }
}
@media screen and (min-width: 768px) {
  .l-header.js-menu-open__header {
    height: 168px;
  }
}
@media screen and (min-width: 992px) {
  .l-header.js-menu-open__header {
    height: 151px;
  }
}
.l-header.js-menu-open__header .l-header__top {
  background: #3f3a39;
  padding: 8px 0;
  border-bottom-color: #ffffff;
}
.l-header.js-menu-open__header .l-header__main {
  background: none;
}
@media screen and (max-width: 767px) {
  .l-header.js-menu-open__header .l-header__main .l-header__in {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.l-header.js-menu-open__header .l-header__main .p-header__search {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-header.js-menu-open__header .l-header__main .p-header__search {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header.js-menu-open__header .l-header__main .p-header__logo {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
  }
}
.l-header.js-menu-open__header .l-header__main .p-tool-btn__item {
  min-width: 100px;
}
.l-header.js-menu-open__header .l-header__nav {
  background: #dcdcdc;
  border-bottom-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .l-header.js-menu-open__header .l-header__nav {
    background: none;
  }
}

/* =========================================================
main - メイン
========================================================= */
.l-main {
  position: relative;
  z-index: 97;
  margin-top: -1px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-main {
    overflow: inherit;
  }
}

/*下層ページ*/
@media screen and (min-width: 768px) {
  .p-page .l-main {
    margin-top: -25px;
  }
}

.l-main__width {
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-main--row.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .l-main--row .l-main--right {
    padding-right: 20px;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 992px) {
  .l-main--row .l-main--right {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 768px) {
  .l-main--row .l-main--left {
    padding-right: 20px;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 992px) {
  .l-main--row .l-main--left {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 768px) {
  .l-main--row .l-side {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .l-main--row .l-side {
    max-width: 300px;
  }
}

.l-main--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.l-main--mini {
  max-width: 650px;
  margin: 0 auto;
}

/* =========================================================
side - サイド
========================================================= */
.l-side .menu-item {
  border-top: 1px dotted #666666;
}
.l-side .menu-item:first-of-type {
  border-top: none;
}
.l-side .menu-item a {
  display: block;
  padding: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #3f3a39;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 27px;
  margin-right: -12px;
  background-color: #ffffff;
}
.l-side .menu-item.current-menu-item a {
  color: #ffffff;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 27px;
  margin-right: -12px;
  background-color: #3f3a39;
}

.l-side-contents {
  padding: 15px;
  margin-bottom: 20px;
  background: #ffffff;
}
.l-side-contents__in {
  background: #d4cebf;
  padding: 15px;
  margin: 10px auto;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-body--page {
  background: #f6f6f6;
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
.l-footer {
  position: relative;
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
	copyright - コピーライト
========================================================= */
.c-copylight {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 1px;
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
@media screen and (max-width: 991px) {
  .p-header__nav {
    width: 100%;
  }
}

.c-navbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-navbar {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 120px;
    width: 100%;
  }
}
.c-navbar__item {
  position: relative;
  background: #32302f;
}
@media screen and (max-width: 991px) {
  .c-navbar__item {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .c-navbar__item {
    width: 25%;
    background: #32302f;
  }
  .c-navbar__item:nth-child(4) {
    width: 34%;
  }
}
@media screen and (min-width: 992px) {
  .c-navbar__item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .c-navbar__item {
    width: 200px;
  }
  .c-navbar__item:nth-child(4) {
    width: 260px;
  }
}
.c-navbar__item:hover .c-navbar-sub {
  display: block;
}
.c-navbar__link {
  text-align: center;
  display: block;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-navbar__link {
    color: #666666;
    width: 100%;
    padding: 12px 0;
    font-size: 22px;
    font-size: 1.375rem;
    transition: .3s;
    text-align: center;
    height: 100%;
  }
  .c-navbar__link.active {
    background: #3f3a39;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
  }
  .c-navbar__link:hover {
    background: #32302f;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
  }
  .c-navbar__link__in {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .c-navbar__link__in__sub {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 1em;
  }
  .c-navbar__link__in:after {
    height: 70px;
    width: 2px;
    background-color: #484848;
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
  }
}
.c-navbar-sub {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 200px;
}
.c-navbar-sub__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-navbar-sub__item {
  color: #fff;
  height: 40px;
  line-height: 10px;
  background: #32302f;
  padding-left: 10px;
  position: relative;
  line-height: 40px;
  border-bottom: 1px solid #464545;
  background: url(../images/icon/icon_right_thin_w.svg) no-repeat right center;
  background-size: 6px 6px;
  padding-right: 11px;
  background-color: rgba(50, 48, 47, 0.9);
  background-position: right 8px top 50%;
}
.c-navbar-sub__item a.a100 {
  outline: none !important;
}
.c-navbar-sub__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-navbar-sub__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
.c-navbar-sub__item:hover {
  opacity: 0.95;
}
.c-navbar__contents {
  width: 260px;
  color: #fff;
  padding: 0 24px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-navbar__contents__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-navbar__contents__link-item {
  margin-right: 10px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
}
.c-navbar__contents__link-item a {
  text-decoration: underline;
  color: #fff;
}
.c-navbar__contents__tel {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  background: url(../images/icon/icon_smp_w.svg) no-repeat left center;
  background-size: 26px 26px;
  padding-left: 31px;
}
.c-navbar__contents__tel a {
  color: #fff;
}
.c-navbar__contents__detail {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.6em;
  font-weight: bold;
}

/*====================
横スライドメニュー
====================*/
/*ヘッダーのボタン*/
.c-slide-navi__btn {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #3f3a39;
  height: 37px;
  width: 35px;
  text-align: center;
  position: relative;
  transition: .3s;
  cursor: pointer;
}
.c-slide-navi__btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-slide-navi__btn {
    height: 50px;
    width: 50px;
  }
}
.c-slide-navi__btn__in {
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-slide-navi__btn__in {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (min-width: 768px) {
  .c-slide-navi__btn__in {
    margin-top: 9px;
  }
}
.c-slide-navi__btn__in::before {
  display: inline-block;
  content: '';
  width: 32px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .c-slide-navi__btn__in::before {
    width: 35px;
    height: 15px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
.c-slide-navi__btn__in::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: 2px;
}
@media screen and (min-width: 768px) {
  .c-slide-navi__btn__in::after {
    width: 35px;
    height: 2px;
    top: 9px;
    left: 8px;
  }
}

/* =================================
	■sp時全画面表示のナビ
	=================================*/
.c-slide-menu {
  max-width: 400px;
  background: #3f3a39;
  background: rgba(63, 58, 57, 0.9);
}
.c-slide-menu__in {
  padding: 10px;
}
.c-slide-menu__title {
  background: #3f3a39;
  padding: 3px 10px;
}
.c-slide-menu__title img {
  max-width: 50%;
}
.c-slide-menu__close-icon {
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon_close_w.svg) no-repeat center center;
  background-size: 23px 23px;
  padding-center: 28px;
  background-size: 23px 23px;
  background-color: #32302f;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu__close-icon:hover {
  opacity: .7;
}
.c-slide-menu__close-btn {
  text-align: center;
  background: #32302f;
  padding: 10px;
}
.c-slide-menu__close-btn__in {
  display: inline-block;
  transition: .3s;
  cursor: pointer;
  padding: 5px 10px;
  color: #fff;
  border-radius: bold;
}

/*お気に入り*/
.c-slide-tool {
  width: 100%;
}
.c-slide-tool__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-slide-tool__item {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  width: 49%;
  border-radius: 1px;
  transition: .3s;
  cursor: pointer;
  margin-bottom: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-slide-tool__item:hover {
  opacity: .7;
}
.c-slide-tool__item:nth-child(odd) {
  margin-right: 1.5%;
}
.c-slide-tool__item a {
  padding: 13px 0;
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
  display: block;
}
.c-slide-tool__item--gray {
  background: #e5e5e5;
}
.c-slide-tool__item--gray a {
  background-position: top 49% right 38px;
}
.c-slide-tool__item--gold {
  background-color: #c2b89d;
}
.c-slide-tool__item--gold a {
  background: url(../images/icon/icon_heart_gray.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  background-position: top 49% left 25px;
}
.c-slide-tool__item--green {
  background-color: #4a6b44;
}
.c-slide-tool__item--green a {
  background: url(../images/icon/icon_user_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  color: #ffffff;
  background-position: top 49% left 25px;
}
.c-slide-tool__item--logout {
  background-color: #4a6b44;
}
.c-slide-tool__item--logout a {
  background: url(../images/icon/icon_door_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  color: #ffffff;
  background-position: top 49% left 25px;
}
.c-slide-tool__item--red {
  background-color: #8d5555;
}
.c-slide-tool__item--red a {
  background: url(../images/icon/icon_login_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  color: #ffffff;
  background-position: top 49% left 36px;
}
.c-slide-tool__item__in {
  color: #333333;
  font-weight: bold;
}

.c-slide-menu__contents {
  margin: 5px auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

/*メニュー*/
.c-slide-gnav {
  width: 100%;
  border: 1px solid #3f3a39;
  background: #ffffff;
  padding: 8px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.c-slide-gnav__arw {
  background: url(../images/icon/icon_bottom_thin_gray.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
}
.c-slide-gnav__arw.rotate {
  background: url(../images/icon/icon_up_thin_gray.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
  padding-bottom: 5px;
}
.c-slide-gnav__title__in {
  font-weight: bold;
  color: #3f3a39;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.c-slide-gnav__title__sub {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  display: block;
}
.c-slide-gnav__title.free-word {
  border-bottom: none;
}
.c-slide-gnav__list {
  margin-bottom: 15px;
  display: none;
}
.c-slide-gnav__item {
  border-bottom: 1px solid #3f3a39;
}
.c-slide-gnav__link {
  display: block;
  width: 100%;
  padding: 12px 0px;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-slide-gnav__link__in {
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
}
.c-slide-gnav:last-child {
  background: none;
  border: none;
}
.c-slide-gnav:last-child .c-slide-gnav__item {
  border: none;
}
.c-slide-gnav:last-child .c-slide-gnav__link {
  padding: 0 0 16px;
  display: inline-block;
}
.c-slide-gnav:last-child .c-slide-gnav__link__in {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
}

/*お問い合わせ*/
.c-slide-menu__contact {
  border: 1px solid #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*WPのメニュー*/
.c-slide-menu-another {
  margin-bottom: 30px;
}
.c-slide-menu-another .menu-side_menu-container .menu .menu-item {
  margin-bottom: 10px;
}
.c-slide-menu-another .menu-side_menu-container .menu .menu-item a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  background: url(../images/icon/icon_right_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
}

/*新規会員登録・ログイン・【SP】検索
=======================*/
/*共通*/
article.js-menu_list.c-slide-top {
  right: auto;
  top: -100%;
}
article.js-menu_list.c-slide-top.active {
  top: 0;
  right: auto;
  background: rgba(222, 229, 237, 0.8);
  padding-top: 133px;
}
@media screen and (min-width: 350px) {
  article.js-menu_list.c-slide-top.active {
    padding-top: 139px;
  }
}
@media screen and (min-width: 768px) {
  article.js-menu_list.c-slide-top.active {
    padding-top: 168px;
  }
}
@media screen and (min-width: 992px) {
  article.js-menu_list.c-slide-top.active {
    padding-top: 151px;
  }
}
article.js-menu_list .c-slide-top__close {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
article.js-menu_list .c-slide-top__close__in {
  display: inline-block;
  border: 2px solid #666666;
  background: url(../images/icon/icon_close_gray.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: #ffffff;
  transition: .3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  article.js-menu_list .c-slide-top__close__in {
    width: 80px;
    height: 80px;
  }
}
article.js-menu_list .c-slide-top__close__in:hover {
  border-color: #ffffff;
  background-image: url(../images/icon/icon_close_w.svg);
  background-color: #3f3a39;
}

.c-slide-top__in {
  max-width: 700px;
  margin: 30px auto;
  padding: 10px;
}
.c-slide-top__head {
  margin-bottom: 30px;
}
.c-slide-top__head .c-slide-top__title {
  text-align: center;
}
.c-slide-top__head .c-slide-top__title__in {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-slide-top__head .c-slide-top__title__in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/* ログイン・会員
============*/
.c-slide-login .c-slide-top__title {
  color: #ccc4af;
}
.c-slide-login .c-slide-top__title__in {
  padding: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-slide-login .c-slide-top__title__in {
    display: inline-block;
  }
}
.c-slide-login__contents {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-slide-login__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.c-slide-login__link {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-slide-login__link {
    width: 50%;
    padding: 10px;
    margin-bottom: 0;
  }
}
.c-slide-login__link__in {
  width: 100%;
  padding: 25px 10px;
  border: 3px solid #ccc4af;
  background-color: #ffffff;
  color: #ccc4af;
  font-weight: bold;
}
.c-slide-login__link__main {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 5px;
}
.c-slide-login__link__sub {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
}
.c-slide-login__introduction__link {
  width: 100%;
  display: inline-block;
}

/*ログアウト*/
.c-slide-logout {
  text-align: right;
}
.c-slide-logout__btn {
  text-decoration: underline;
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  font-weight: bold;
  color: #666666;
}

/* サイト内検索
============*/
.c-slide-site-search .c-slide-top__title {
  color: #3f3a39;
}
.c-slide-site-search .c-slide-top__title__in {
  padding: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-slide-site-search .c-slide-top__title__in {
    display: inline-block;
  }
}
.c-slide-site-search__contents {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-slide-site-search__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.c-slide-site-search__link {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-slide-site-search__link {
    width: 50%;
    padding: 10px;
    margin-bottom: 0;
  }
}
.c-slide-site-search__link__in {
  width: 100%;
  padding: 25px 10px;
  border: 3px solid #3f3a39;
  background-color: #ffffff;
  color: #3f3a39;
  font-weight: bold;
}
.c-slide-site-search__link__main {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 5px;
}
.c-slide-site-search__link__sub {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.c-main-ttl {
  text-align: left;
  padding: 8px 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-main-ttl {
    padding: 0;
  }
}
.c-main-ttl .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-main-ttl__en {
  color: #ccc4af;
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .c-main-ttl__en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-main-ttl__en {
    font-size: 80px;
    font-size: 5rem;
  }
}
.c-main-ttl__in {
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-main-ttl__in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-main-ttl__sub {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3f3a39;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-main-ttl__sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-main-ttl__sub__link {
  color: #3f3a39;
  text-decoration: underline;
  background: url(../images/icon/icon_right_main.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
}
.c-main-ttl__p {
  padding: 20px 0;
  text-align: center;
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-ttl__p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-main-ttl.favorite .c-main-ttl__in {
  background: url(../images/icon/icon_heart_main.svg) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .c-main-ttl.favorite .c-main-ttl__in {
    background: url(../images/icon/icon_heart_main.svg) no-repeat left center;
    background-size: 33px 33px;
    padding-left: 38px;
  }
}
.c-main-ttl.history .c-main-ttl__in {
  background: url(../images/icon/icon_time_main.svg) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .c-main-ttl.history .c-main-ttl__in {
    background: url(../images/icon/icon_time_main.svg) no-repeat left center;
    background-size: 33px 33px;
    padding-left: 38px;
  }
}
.c-main-ttl.mansion .c-main-ttl__in {
  background: url(../images/icon/icon_building01_main.svg) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .c-main-ttl.mansion .c-main-ttl__in {
    background: url(../images/icon/icon_building01_main.svg) no-repeat left center;
    background-size: 33px 33px;
    padding-left: 38px;
  }
}

/*メインタイトルの直下　2番目
=============*/
.c-sub-ttl {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0 0.3em;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-sub-ttl {
    font-size: 18px;
    font-size: 2.125rem;
  }
}
.c-sub-ttl::after {
  vertical-align: middle;
  content: '';
  background-color: #ccc4af;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.c-ttl-in {
  color: #3f3a39;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-ttl-in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-ttl-in--no-border {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.c-sm-ttl {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  vertical-align: middle;
  border-left: 3px solid #ccc4af;
  padding-left: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-sm-ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-sm-ttl--green {
  color: #4a6b44;
  font-weight: bold;
  border: none;
  background: #efefef;
  padding: 10px;
  /*フォームでアコーディオンするための専用*/
}
.c-sm-ttl--green .c-sm-ttl__in {
  background: url(../images/icon/icon_plus_gray.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  display: block;
  cursor: pointer;
}
.c-sm-ttl--green .c-sm-ttl__in.rotate {
  background: url(../images/icon/icon_minus_gray.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
.c-sm-ttl--black {
  color: #333;
  font-weight: bold;
  border: none;
  background: #f5f2ec;
  padding: 10px;
  width: 100%;
  /*フォームでアコーディオンするための専用*/
}
.c-sm-ttl--black .c-sm-ttl__in {
  background: url(../images/icon/icon_plus_gray.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  display: block;
  cursor: pointer;
}
.c-sm-ttl--black .c-sm-ttl__in.rotate {
  background: url(../images/icon/icon_minus_gray.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}

.p-md-ttl {
  font-weight: bold;
  padding: 10px;
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-md-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-md-ttl {
    text-align: left;
  }
}
.p-md-ttl--center {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-md-ttl--right {
    text-align: right;
  }
  .p-md-ttl--right .p-md-ttl__en:before {
    width: 50%;
    height: 2px;
    content: "";
    background: #e2e2e2;
    display: block;
  }
}
.p-md-ttl--green {
  color: #4a6b44;
  font-weight: bold;
  border: none;
  background: #efefef;
  padding: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-md-ttl--green {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-md-ttl--red {
  color: #985252;
  font-weight: bold;
  border: none;
  background: #efefef;
  padding: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-md-ttl--red {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-md-ttl--gold {
  color: #7d786a;
  font-weight: bold;
  border: none;
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-md-ttl--gold {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-md-ttl--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.p-md-ttl--white .p-md-ttl__en {
  color: #fff;
}
.p-md-ttl__en {
  color: #ccc4af;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .p-md-ttl__en {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.p-md-ttl__in {
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 0em;
}
@media screen and (min-width: 992px) {
  .p-md-ttl__in {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: -0.4em;
  }
}

.p-point-ttl {
  margin: 0.5em 0;
}
.p-point-ttl:before {
  content: "point";
  display: inline-block;
  font-size: 10px;
  background: #6b665a;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  margin-top: -1em;
}
@media screen and (min-width: 768px) {
  .p-point-ttl:before {
    font-size: 5px;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-basic-txt:last-of-type, .p-basic-list__item:last-of-type, .p-ol-list__item:last-of-type, .p-ol-list--sub__item:last-of-type {
  margin-bottom: 0;
}

.c-small-txt {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 3px;
  margin-bottom: 0.18rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 1.2 !important;
}
@media screen and (min-width: 992px) {
  .c-small-txt {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-small-txt:last-of-type {
  margin-bottom: 0;
}

.c-basic-txt {
  color: #333333;
  line-height: 1.3;
  letter-spacing: 1px;
}
.c-basic-txt a {
  text-decoration: underline;
}
.c-basic-txt strong {
  font-weight: bold;
}
.c-basic-txt--lg {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-basic-txt--lg {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.c-basic-txt--lg strong {
  font-weight: bold !important;
}
.c-basic-txt--md {
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-basic-txt--md {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-basic-txt--bold {
  font-weight: bold !important;
}
.c-basic-txt--md {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-basic-txt--md {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.c-basic-txt--lg {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-basic-txt--lg {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.c-basic-txtarea {
  padding: 5px;
  background: #f1efea;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .c-basic-txtarea {
    padding: 15px;
  }
}
.c-basic-txtarea--white {
  background: #fff;
}
.c-basic-txtarea--green {
  background: #e6ece5;
}

.c-basic-txtarea {
  padding: 10px;
  background: #f1efea;
}
@media screen and (min-width: 768px) {
  .c-basic-txtarea {
    padding: 15px;
  }
}
.c-basic-txtarea--white {
  background: #fff;
}
.c-basic-txtarea--green {
  background: #d5dcd4;
}
.c-basic-txtarea--gold {
  background: #f1eee5;
}
.c-basic-txtarea--none {
  background: none;
}

/*チェック付き*/
.c-basic-txt--check {
  background: url(../images/icon/icon_checkbox_green.svg) no-repeat left 8px center;
  background-size: 16px 16px;
  padding-left: 28.8px;
  margin-left: -12.8px;
  font-weight: normal;
  background-size: 1.2em 1.2em;
  background-position: top 0 left 0;
  text-indent: 0em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
}

/*下線*/
.c-line-txt--gold {
  background: linear-gradient(rgba(0, 0, 0, 0) 54%, rgba(222, 213, 188, 0.4) 0%);
}
.c-line-txt--red {
  background: linear-gradient(rgba(0, 0, 0, 0) 54%, rgba(189, 111, 114, 0.2) 0%);
}
.c-line-txt--green {
  background: linear-gradient(rgba(0, 0, 0, 0) 54%, rgba(99, 134, 84, 0.2) 0%);
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-basic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  background-color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  color: #555555;
  font-weight: nomal;
  text-decoration: none;
  border: 1px solid #dddddd;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  transition: .3s;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none !important;
  	/*================
  物件詳細用ボタン
  ==================*/
  	/*================
  マンションページ用ボタン
  ==================*/
  /*アイコン選択*/
  /*矢印入りアイコンにする場合*/
}
@media screen and (min-width: 576px) {
  .c-basic-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-basic-btn input {
  display: none;
}
.c-basic-btn--bold {
  font-weight: bold !important;
}
.c-basic-btn__icon {
  margin-right: .5rem;
}
.c-basic-btn:hover {
  opacity: 0.9;
}
.c-basic-btn--arw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: inherit;
}
.c-basic-btn--arw .c-basic-btn__in {
  background: url(../images/icon/icon_right_w.svg) no-repeat right 4px center;
  background-size: 8px 8px;
  padding-right: 14.4px;
  margin-right: -6.4px;
}
.c-basic-btn--green {
  background-color: #5a6f5f;
  color: #ffffff;
  position: relative;
  border: none;
}
.c-basic-btn--green .c-basic-btn__in {
  font-weight: normal;
}
.c-basic-btn--red {
  background-color: #942525;
  color: #ffffff;
  position: relative;
  border: none;
}
.c-basic-btn--red .c-basic-btn__in {
  background: url(../images/icon/icon_right_w.svg) no-repeat right 4px center;
  background-size: 8px 8px;
  padding-right: 14.4px;
  margin-right: -6.4px;
  font-weight: normal;
}
.c-basic-btn--arw-block {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-basic-btn--arw-block .c-basic-btn__in {
  font-weight: normal;
}
.c-basic-btn--gray {
  background-color: #e2e2e2;
  color: #ffffff;
  border: none;
  color: #333333;
}
.c-basic-btn--gold {
  background-color: #ccc4af;
  color: #ffffff;
  border: none;
  color: #333333;
}
.c-basic-btn--gold .c-basic-btn__in {
  background: url(../images/icon/icon_right_gray.svg) no-repeat right 3px center;
  background-size: 6px 6px;
  padding-right: 10.8px;
  margin-right: -4.8px;
}
.c-basic-btn--orange {
  background-color: #c46d43;
  color: #ffffff;
  border: none;
  position: relative;
}
.c-basic-btn--back {
  background-color: #ffffff;
  border: 3px solid #666666;
  color: #666666;
}
.c-basic-btn--back .c-basic-btn__in {
  background: url(../images/icon/icon_left_gray.svg) no-repeat left 4px center;
  background-size: 8px 8px;
  padding-left: 14.4px;
  margin-left: -6.4px;
}
.c-basic-btn--back:hover {
  background-color: #F6F6F6;
  color: #666666;
}
.c-basic-btn--form {
  background-color: #ffffff;
  border: 3px solid #3f3a39;
  color: #3f3a39;
}
.c-basic-btn--form .c-basic-btn__in {
  background: url(../images/icon/icon_mail_main.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 23px;
}
.c-basic-btn--form:hover {
  background-color: #ffffff;
  border-color: #1f3a65;
  color: #1f3a65;
}
.c-basic-btn--form-sub {
  background-color: #1f3a65;
  border: 3px solid #1f3a65;
}
.c-basic-btn--form-sub .c-basic-btn__in {
  background: url(../images/icon/icon_mail_w.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 23px;
  color: #ffffff;
}
.c-basic-btn--form-sub:hover {
  background-color: #3f3a39;
  border-color: #3f3a39;
  color: #ffffff;
}
.c-basic-btn--favorite {
  background-color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 5px;
}
.c-basic-btn--favorite .c-basic-btn__in {
  color: #3f3a39;
  background: url(../images/icon/icon_star_main.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 23px;
}
.c-basic-btn--favorite:hover .c-basic-btn__in {
  color: #ffffff;
  background: url(../images/icon/icon_star_w.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 23px;
}
.c-basic-btn--favorite.active {
  background-color: #da905b;
  cursor: auto;
}
.c-basic-btn--favorite.active .c-basic-btn__in {
  color: #ffffff;
  background: url(../images/icon/icon_star_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.c-basic-btn--xs {
  max-width: 120px;
  padding: .5em;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-basic-btn--sm {
  max-width: 150px;
  padding: .75em;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-basic-btn--normal {
  max-width: 250px;
}
.c-basic-btn--round {
  border-radius: 50px;
}
.c-basic-btn--detail-inq {
  font-weight: normal;
  background-color: #942525;
  color: #ffffff;
  position: relative;
  border: none;
  max-height: 45px;
}
@media screen and (min-width: 1200px) {
  .c-basic-btn--detail-inq {
    width: inherit;
    min-width: 280px;
  }
}
.c-basic-btn--detail-inq .c-basic-btn__in {
  background: url(../images/icon/icon_mail_w.svg) no-repeat left 9px center;
  background-size: 18px 18px;
  padding-left: 32.4px;
  margin-left: -14.4px;
}
.c-basic-btn--detail-tel {
  font-weight: normal;
  background-color: #c46d43;
  color: #ffffff;
  border: none;
  position: relative;
  max-height: 45px;
}
@media screen and (min-width: 1200px) {
  .c-basic-btn--detail-tel {
    width: inherit;
    min-width: 280px;
  }
}
.c-basic-btn--detail-tel .c-basic-btn__in {
  background: url(../images/icon/icon_smp_w.svg) no-repeat left 9px center;
  background-size: 18px 18px;
  padding-left: 32.4px;
  margin-left: -14.4px;
}
.c-basic-btn--detail-tel .sub {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
}
.c-basic-btn--detail-reserve {
  font-weight: normal;
  border: none;
  background-color: #37569d;
  color: #ffffff;
  position: relative;
  max-height: 45px;
}
@media screen and (min-width: 1200px) {
  .c-basic-btn--detail-reserve {
    width: inherit;
    min-width: 280px;
  }
}
.c-basic-btn--detail-reserve .c-basic-btn__in {
  background: url(../images/icon/icon_calender_w.svg) no-repeat left 9px center;
  background-size: 18px 18px;
  padding-left: 32.4px;
  margin-left: -14.4px;
}
.c-basic-btn--sell {
  font-weight: normal;
  background-color: #5a6f5f;
  color: #ffffff;
  position: relative;
  border: none;
  max-height: 45px;
}
@media screen and (min-width: 1200px) {
  .c-basic-btn--sell {
    width: inherit;
  }
}
.c-basic-btn--sell .c-basic-btn__in {
  background: url(../images/icon/icon_sale_w.svg) no-repeat left 9px center;
  background-size: 18px 18px;
  padding-left: 32.4px;
  margin-left: -14.4px;
}
.c-basic-btn--mansion-detail {
  font-weight: normal;
  background-color: #c46d43;
  color: #ffffff;
  border: none;
  position: relative;
  max-height: 45px;
}
@media screen and (min-width: 1200px) {
  .c-basic-btn--mansion-detail {
    width: inherit;
  }
}
.c-basic-btn--mansion-detail .c-basic-btn__in {
  background: url(../images/icon/icon_mansion_w.svg) no-repeat left 9px center;
  background-size: 18px 18px;
  padding-left: 32.4px;
  margin-left: -14.4px;
  padding-left: 28.4px;
  letter-spacing: -0.05em;
}
.c-basic-btn .c-basic-btn__in--login {
  background: url(../images/icon/icon_login_black.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 23px;
}
.c-basic-btn .c-basic-btn__in--user {
  background: url(../images/icon/icon_user_black.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 23px;
}
.c-basic-btn__arw {
  position: relative;
  display: block;
  height: 12px;
  margin-left: .5rem;
  transition: .3s;
  width: 50px;
  margin-right: 1rem;
}
.c-basic-btn__arw:before, .c-basic-btn__arw:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  transition: .3s;
}
.c-basic-btn__arw:before {
  width: 60%;
  height: 1px;
  right: 0;
  bottom: 2px;
}
.c-basic-btn__arw:after {
  width: 1px;
  height: 14px;
  transform: rotate(-45deg);
  right: 4px;
  bottom: 0;
}
.c-basic-btn__arw-block {
  position: absolute;
  display: block;
  height: 46px;
  transition: .3s;
  width: 60px;
  background: #5a6f5f;
  padding: 10px;
  right: 0;
  top: 0;
}
.c-basic-btn__arw-block:before, .c-basic-btn__arw-block:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  transition: .3s;
}
.c-basic-btn__arw-block:before {
  width: 60%;
  height: 1px;
  right: 17%;
  bottom: 45%;
}
.c-basic-btn__arw-block:after {
  width: 1px;
  height: 14px;
  transform: rotate(-45deg);
  right: 27%;
  bottom: 43%;
}

/*BASIC　矢印ボタン*/
.c-arw-btn {
  transition: .3s;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  line-height: 100%;
}
.c-arw-btn__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.c-arw-btn__in a.a100 {
  outline: none !important;
}
.c-arw-btn__in a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-arw-btn__in a.a100.in-link {
  position: relative;
  z-index: 5;
}
.c-arw-btn i.c-arw-btn__icon {
  position: relative;
  display: block;
  width: 60px;
  height: 12px;
  margin-left: .5rem;
  transition: .3s;
  width: 80px;
  margin-right: 1rem;
}
.c-arw-btn i.c-arw-btn__icon:before, .c-arw-btn i.c-arw-btn__icon:after {
  content: "";
  display: block;
  background-color: #ccc4af;
  position: absolute;
  transition: .3s;
}
.c-arw-btn i.c-arw-btn__icon:before {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 2px;
}
.c-arw-btn i.c-arw-btn__icon:after {
  width: 2px;
  height: 11px;
  transform: rotate(-45deg);
  right: 3px;
  bottom: 0;
}

/*ios みたいなボタン*/
.c-switch {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: left;
  }
}
.c-switch__label {
  width: 60px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.c-switch__content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 40px;
  height: 41px;
  overflow: hidden;
}
.c-switch__content:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  top: 0;
  left: 0;
  border: 1.5px solid #E5E5EA;
  border-radius: 40px;
  background-color: #fff;
}
.c-switch__content:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.c-switch__input {
  display: none;
}
.c-switch__circle {
  display: block;
  top: 2px;
  left: 2px;
  position: absolute;
  -moz-box-shadow: 0 2px 6px #999;
  -webkit-box-shadow: 0 2px 6px #999;
  box-shadow: 0 2px 6px #999;
  width: 37px;
  height: 37px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: url("../images/icon/icon_school_w.svg") no-repeat center;
  background-size: 65% 65%;
  background-color: #3f3a39;
}
.c-switch__title {
  display: block;
  color: #3f3a39;
  margin-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-switch__title {
    margin-top: 0;
    padding-left: 5px;
    min-width: 145px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c-switch__input:checked ~ .c-switch__circle {
  left: 21px;
  background: url("../images/icon/icon_school_main.svg") no-repeat center;
  background-size: 65% 65%;
  background-color: #ffffff;
}
.c-switch__input:checked ~ .c-switch__content:after {
  background-color: #3f3a39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-switch.school .c-switch__circle {
  background-image: url("../images/icon/icon_school_w.svg");
}
.c-switch.school .c-switch__input:checked ~ .c-switch__circle {
  background-color: #003ABC;
}

.c-switch.hospital .c-switch__circle {
  background-image: url("../images/icon/icon_hospital_w.svg");
}
.c-switch.hospital .c-switch__input:checked ~ .c-switch__circle {
  background-color: #F21434;
}

.c-switch.kindergarten .c-switch__circle {
  background-image: url("../images/icon/icon_kindergarten_w.svg");
}
.c-switch.kindergarten .c-switch__input:checked ~ .c-switch__circle {
  background-color: #FFA300;
}

.c-switch.supermarket .c-switch__circle {
  background-image: url("../images/icon/icon_supermarket_w.svg");
}
.c-switch.supermarket .c-switch__input:checked ~ .c-switch__circle {
  background-color: #EAB339;
}

.c-switch.convenience .c-switch__circle {
  background-image: url("../images/icon/icon_convenience_w.svg");
}
.c-switch.convenience .c-switch__input:checked ~ .c-switch__circle {
  background-color: #F970BB;
}

.c-switch.park .c-switch__circle {
  background-image: url("../images/icon/icon_park_w.svg");
}
.c-switch.park .c-switch__input:checked ~ .c-switch__circle {
  background-color: #60E513;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop {
  text-align: center;
  position: relative;
  position: absolute;
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 100;
  opacity: 0.8;
}

.c-pagetop-btn {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #a09e8e;
  opacity: 0.9;
  border-radius: 2px;
}
.c-pagetop-btn__in {
  text-align: center;
  position: relative;
  z-index: 50;
}
.c-pagetop-btn__icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  left: -7px;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

.c-circle-img {
  border-radius: 50%;
}

.c-trim-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-trim-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.c-trim-img__in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  max-height: 100%;
}
.c-trim-img--3to4::before {
  padding-top: 75%;
}
.c-trim-img--golden::before {
  padding-top: 61.83%;
}
.c-trim-img--silver::before {
  padding-top: 70.66%;
}

.c-zoom-img {
  display: inline-block;
  overflow: hidden;
}
.c-zoom-img__in {
  display: block;
  transition: .3s;
}
.c-zoom-img:hover .c-zoom-img__in {
  transform: scale(1.1, 1.1);
}

.c-hover-img {
  display: inline-block;
  transition: .3s;
}
.c-hover-img:hover {
  opacity: .7;
}

/* =========================================================
gmap - Google Maps関連
========================================================= */
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 992px) {
  .c-gmap {
    padding-top: 30.22%;
  }
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 105% !important;
  border: 3px solid #d6d7d8;
}

.c-ifream {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130%;
}
@media screen and (min-width: 992px) {
  .c-ifream {
    padding-top: 30.22%;
  }
}
.c-ifream iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 105% !important;
  border: 3px solid #d6d7d8;
}

.c-map-window {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 450px;
}
.c-map-window iframe {
  position: absolute;
  top: -450px;
  left: 0;
  width: 100%;
  height: calc(100% + 450px + 450px);
  pointer-events: none;
}

/* =========================================================
category - 記事のカテゴリー表示など
========================================================= */
.c-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dddddd;
  color: #ffffff;
  width: 100%;
  max-width: 100px;
  height: 25px;
  margin-right: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .c-category {
    max-width: 120px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-category--information {
  background-color: #3f3a39;
}
.c-category--news {
  background-color: #ccc4af;
}
.c-category--blog {
  background-color: #1f3a65;
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
.c-breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    display: block;
    padding: 4px 0;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-breadcrumbs__item {
  background: url(../images/icon/icon_right_thin_gray.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.c-breadcrumbs__item:last-of-type {
  background: none;
  margin-right: 0;
}
.c-breadcrumbs__item a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.c-breadcrumbs__title {
  font-size: 12px;
  font-size: 0.75rem;
  transition: .3s;
  cursor: pointer;
  line-height: 0;
  line-height: 1;
  display: inline-block;
  color: #333333;
}
.c-breadcrumbs__title:hover {
  opacity: .7;
}
.c-breadcrumbs__title img {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: center;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-pagenation__item + .c-pagenation__item {
  margin-left: .2rem;
}
.c-pagenation__link {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  color: #666666;
  transition: .3s;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-pagenation__link {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-pagenation__link.active {
  background: #3f3a39;
  color: #ffffff;
  border: 1px solid #3f3a39;
}

/*WPのプラグインの方*/
.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin-left: .5rem;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #666666;
  color: #666666;
  transition: .3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.wp-pagenavi .current {
  background: #3f3a39;
  color: #ffffff;
  border: 1px solid #3f3a39;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
  width: 40px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  transition: .3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .last,
  .wp-pagenavi .first {
    width: 50px;
    height: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*サイト内検索
===========*/
.c-slide-site-search__btn {
  max-width: 25px;
}
@media screen and (min-width: 768px) {
  .c-slide-site-search__btn {
    max-width: 30px;
  }
}
.c-slide-site-search__btn__img {
  max-width: 25px;
}
@media screen and (min-width: 768px) {
  .c-slide-site-search__btn__img {
    max-width: 30px;
  }
}

.c-form-site-search {
  border: 1px solid #bdbdbd;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.c-form-site-search .c-form-site-search__input {
  display: block;
  background: url(../images/icon/icon_search_gold.svg) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 30px;
  background-position-y: center;
  background-position-x: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: calc(100% - 33px);
}
.c-form-site-search .c-form-site-search__input:focus {
  background-image: none;
}
.c-form-site-search .c-form-site-search__input:focus ~ .c-form-site-search__btn {
  background-color: #ccc4af;
}
.c-form-site-search .c-form-site-search__btn {
  display: block;
  background: url("../images/icon/icon_search_gold.svg") no-repeat center;
  background-size: 20px 20px;
  background-color: #3f3a39;
  width: 30px;
  height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 3px;
  padding: 5px;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.c-form-site-search .c-form-site-search__btn:hover {
  opacity: .7;
}

/*問い合わせ　ステップ
===============*/
.c-form-stepbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 500px;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar {
    margin: 30px auto 40px;
  }
}
.c-form-stepbar__item {
  font-size: 11px;
  font-size: 0.6875rem;
  list-style: none;
  position: relative;
  width: 33.333%;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-form-stepbar__item:after {
  background: #ccc4af;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  position: absolute;
  left: calc(-50% + 20px);
  top: 20px;
}
.c-form-stepbar__item:first-child:after {
  display: none;
}
.c-form-stepbar__item-num {
  font-size: 12px;
  font-size: 0.75rem;
  background: #d4d4d4;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  width: 40px;
}
.c-form-stepbar .visited {
  color: #3f3a39;
  font-weight: bold;
}
.c-form-stepbar .visited:after,
.c-form-stepbar .visited .c-form-stepbar__item-num {
  background: #ccc4af;
  color: #ffffff;
}

.c-form-step__number {
  display: inline-block;
  vertical-align: middle;
  background: #3f3a39;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: 0;
}

.l-section.l-section-min > .c-ttl-sub {
  padding: 5px 0;
}
.l-section.l-section-min > .c-ttl-sub:before {
  display: none;
}

/*basic
===============*/
/*セレクトタグ*/
.c-form-select {
  display: inline-block;
  width: 100%;
  border: 1px solid #bdbdbd;
  padding: 5px;
  height: 44px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: url(../images/icon/icon_tr_bottom_gray.svg) no-repeat right 3.5px center;
  background-size: 7px 7px;
  padding-right: 12.6px;
  margin-right: -5.6px;
  background-color: #ffffff;
}
@media all and (-ms-high-contrast: none) {
  .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}
.c-form-select--sm {
  max-width: 44% !important;
  width: 44% !important;
  margin-right: 2px;
}

/*input*/
.c-form-input {
  border: 1px solid #959595;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-height: 36px;
  line-height: 34px;
}
.c-form-input:focus {
  border-color: #32302f;
  background: #ebf7ff;
}
@media screen and (min-width: 768px) {
  .c-form-input.mini {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-input.mini2 {
    max-width: 150px;
  }
}
.c-form-input.mini3 {
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  .c-form-input.mini3 {
    max-width: 100px;
  }
}

/*input text*/
input[type="text"].c-form-text {
  border: 1px solid #959595;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*パスワード*/
@media screen and (min-width: 768px) {
  .c-form-password {
    max-width: 300px;
  }
}

/*ラジオボタン*/
.c-form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form-radio {
    min-width: 100%;
    word-break: keep-all;
  }
}
.c-form-radio input {
  display: none !important;
}
.c-form-radio label {
  display: block;
  cursor: pointer;
  width: 50%;
  margin: 0;
  padding: 8px 4px;
  color: #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  line-height: 1.2;
  transition: .2s;
}
.c-form-radio label:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #666666;
}
.c-form-radio label:last-of-type {
  border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 768px) {
  .c-form-radio label {
    max-width: 200px;
    padding: 10px 5px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-form-radio input[type="radio"]:checked + .switch-on {
  background-color: #466f9a;
  color: #ffffff;
  border: none;
}
.c-form-radio--long {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.c-form-radio--long label {
  max-width: 100%;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  letter-spacing: -0.06em;
}
.c-form-radio--long label:first-of-type {
  border-left: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.c-form-radio--long label:last-of-type {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}

/*チェックボタン*/
.c-form-checkbox__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.c-form-checkbox__list .c-form-checkbox {
  background: #e8ebf1;
  width: 46%;
  padding: 10px 5px;
  margin: 0 5px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
}
.c-form-checkbox__list--sm .c-form-checkbox {
  width: 46%;
}
@media screen and (min-width: 576px) {
  .c-form-checkbox__list--sm .c-form-checkbox {
    width: 32%;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-form-checkbox__list--sm .c-form-checkbox__parts {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
.c-form-checkbox__list--sm .c-form-checkbox__parts::before {
  width: 15px;
  height: 15px;
}

.c-form-checkbox {
  display: block;
  width: 100%;
}
.c-form-checkbox__input {
  display: none !important;
}
.c-form-checkbox__parts {
  position: relative;
  font-size: 11px;
  font-size: 0.6875rem;
  word-break: break-all;
  padding-left: 23px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__parts {
    padding-left: 23px;
    padding-right: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-form-checkbox__parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #ffffff;
}
.c-form-checkbox__parts--border::before {
  border: solid #e4e4e4 2px;
}
.c-form-checkbox__input:checked {
  background-color: #ca8838;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts {
  color: #3f3a39;
  font-weight: bold;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 6px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3e3f6b;
  border-right: 3px solid #3e3f6b;
}

/*formの形*/
.c-form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.c-form--login {
  padding: 10px;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .c-form--login {
    padding: 20px;
  }
}
.c-form-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form-in {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
  }
}
.c-form-ttl {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
  background: #eaeaea;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-form-ttl {
    padding: 0;
    padding-top: 10px;
    background: none;
    width: 25%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .c-form-ttl {
    width: 30%;
  }
}
.c-form-ttl--while {
  margin: 15px auto 0;
  text-align: center;
  background: #3f3a39;
  padding: 10px 10px;
}
.c-form-ttl--while__in {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-form-ttl--while__in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-items {
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form-items {
    width: 65%;
    padding: 0;
  }
  .c-form-items input {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .c-form-items {
    width: 70%;
  }
}
.c-form-content {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: left;
  line-height: 1.3;
  /*テキストエリア*/
}
@media screen and (min-width: 768px) {
  .c-form-content {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
}
.c-form-content > .c-basic-txt {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form-content > .c-basic-txt {
    text-align: left;
  }
}
.c-form-content.mini {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form-content.mini {
    text-align: left;
  }
}
.c-form-content__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form-content input[type="date"],
.c-form-content input[type="text"],
.c-form-content input[type="number"],
.c-form-content input[type="password"],
.c-form-content input[type="email"],
.c-form-content input[type="tel"],
.c-form-content input[type="date"],
.c-form-content textarea,
.c-form-content select {
  padding: 3px 10px;
  outline: none;
  border: 1px solid #959595;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
}
.c-form-content input[type="date"] {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-content select {
  max-width: 120px;
  padding: 6px 10px;
}
.c-form-content input[type="date"] {
  padding: 12px 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: left;
  }
}
.c-form-content .c-form-textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  display: block;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-textarea {
    display: inline-block;
  }
}
.c-form-content .c-form-textarea:focus {
  background: #ebf7ff;
}
.c-form-content__item:first-child {
  margin-top: 7px;
}
.c-form-content__item-ttl {
  max-width: 120px;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
}
.c-form-content .c-form-passcheck__btn {
  right: 10px;
}
.c-form-content .c-form-select {
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
.c-form-content .c-form-select:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-select {
    max-width: 150px;
    display: inline-block;
  }
}
.c-form-content .c-form-select.mini {
  max-width: 90px;
  display: inline-block;
}
.c-form-content .c-form-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-add {
    display: block;
    margin: 0;
  }
}
.c-form-content .c-form-add .c-form-input {
  margin-right: 10px;
}
.c-form-content .c-form-add .c-link-btn--mini {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-add .c-link-btn--mini {
    display: inline-block;
  }
}
.c-form-passcheck {
  position: relative;
  width: 100%;
  max-width: 400px !important;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-form-passcheck {
    display: inline-block;
    max-width: 300px;
  }
}
.c-form-passcheck__input {
  padding-right: 25px;
  max-width: 100%;
}
.c-form-passcheck__btn {
  background: url("../images/icon/icon_eye_gray.svg") no-repeat center center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  background-color: #F6F6F6;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form-passcheck__btn {
    position: absolute;
    right: 4px;
    bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-passcheck__btn {
    position: absolute;
    right: 4px;
    bottom: 4px;
  }
}
.c-form-agree {
  text-align: center;
  margin: 20px auto 50px;
  padding: 15px 0;
}
.c-form-agree .c-form-error {
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
.c-form-agree .c-form-checkbox {
  display: inline-block;
  width: auto;
}
.c-form-agree .c-form-checkbox__parts {
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .c-form-agree .c-form-checkbox__parts {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-agree .c-form-checkbox__parts a {
  text-decoration: underline;
  color: #3f3a39;
}
@media screen and (max-width: 767px) {
  .c-form-agree .c-form-req::after {
    margin-top: -8px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-agree .c-form-req::after {
    margin-top: -6px;
  }
}

/*error必須*/
.c-form-req {
  position: relative;
  padding-right: 50px;
  margin-top: 0px;
}
.c-form-req::after {
  content: "必須";
  color: #ffffff;
  background: #d88c3d;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  border-radius: 2px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .c-form-req::after {
    top: 7px;
    right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-req::after {
    right: 10px;
    top: 5px;
  }
}

/*error必須 背景色変更*/
.c-input--req {
  background-color: #ffe8e8;
}
.c-input--req + .c-form-checkbox__parts::before {
  background-color: #ffe8e8;
}

/*error表示*/
.c-form-error {
  margin-bottom: 10px;
  text-align: left;
  display: none !important;
}
@media screen and (min-width: 768px) {
  .c-form-error {
    text-align: left;
  }
}
.c-form-error__in {
  color: #942525;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-form-error.on {
  display: block !important;
}

.c-input--error {
  border-color: #942525 !important;
}
.c-input--error + .c-form-checkbox__parts::before {
  border-color: #942525 !important;
}
.c-input--error.c-form-radio {
  border: 1px solid #942525;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*inputが２個以上並ぶとき*/
.c-form .c-form-input__line-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up.long {
    width: 100%;
    max-width: 80%;
  }
}
.c-form .c-form-input__line-up.long .c-form-input {
  margin: 0 0 5px;
  width: 70%;
}
.c-form .c-form-input__line-up .c-form-input {
  margin: 0;
  width: 39%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.c-form .c-form-input__line-up .c-form-input:last-of-type {
  margin-right: 0;
}
.c-form .c-form-input__line-up .c-form-input__ttl {
  padding: 0 5px;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__ttl {
    padding-right: 10px;
    text-align: center;
    width: auto;
    min-width: 45px;
  }
}
.c-form .c-form-input__line-up .c-form-input__text {
  text-align: left;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__text {
    width: 30%;
    margin-bottom: 0;
    padding-right: 10px;
    width: auto;
    min-width: 100px;
  }
}
.c-form .c-form-input__line-up .c-form-select {
  width: 85%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-select {
    width: 100%;
    max-width: 200px;
    min-width: 150px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
}
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-basic-btn {
    margin: 5px;
  }
}
.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

/*確認画面
=======================*/
@media screen and (min-width: 768px) {
  .c-form.confirmation .c-form-ttl,
  .c-form.confirmation .c-form-content {
    padding: 10px 0;
  }
}

/*大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
  margin: 15px auto;
  padding: 20px;
  background: #ffdfdf;
}
.c-form-box--error p {
  text-align: center;
  color: #942525;
  font-weight: bold;
}
.c-form-box--error__title {
  font-size: 120%;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
  display: inline-block;
}

/*normal*/
.c-form-box--normal {
  margin: 15px auto;
  padding: 20px;
  border: 2px dashed #1f3a65;
  background: #e0fffc;
}
.c-form-box--normal p {
  text-align: center;
  color: #1f3a65;
  font-weight: bold;
}
.c-form-box--normal__title {
  font-size: 120%;
  display: inline-block;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  background: #e0dfdb;
  /*通常テーブル
  */
}
@media screen and (min-width: 768px) {
  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-table--default {
  display: table;
  border-bottom: 1px solid #cecece !important;
  border-left: 1px solid #cecece !important;
}
.c-table--default .c-th,
.c-table--default .c-td {
  width: inherit !important;
  border: none;
  border-top: 1px solid #cecece !important;
  border-right: 1px solid #cecece !important;
}
.c-table--default .c-th--b-left,
.c-table--default .c-td--b-left {
  border-left: 1px solid #cecece !important;
}
.c-table--default .c-th--b-right,
.c-table--default .c-td--b-right {
  border-left: 1px solid #cecece !important;
}
.c-table .c-th,
.c-table .c-td {
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 100%;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  .c-table .c-th,
  .c-table .c-td {
    padding: 7px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    border-top: 1px solid #d3d3d3;
  }
}
.c-table .c-th--green,
.c-table .c-td--green {
  background: #dbe2dc !important;
}
.c-table .c-th--yellow,
.c-table .c-td--yellow {
  background: #f4f5e7 !important;
}
.c-table .c-th {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .c-table .c-th:first-of-type {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table .c-th {
    width: 15%;
  }
}
.c-table .c-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-table .c-td {
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-table .c-td:first-of-type {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .c-table--sp-full .c-th,
  .c-table--sp-full .c-td {
    width: 100%;
  }
}
.c-table--col4 .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th {
    width: 30%;
  }
}
.c-table--col4 .c-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-td {
    width: 70%;
  }
}
.c-table__width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-table__width {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
  }
}
.c-table__width .c-table {
  width: 100%;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .c-table__width .c-table {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table__width .c-table:last-of-type {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table__width .c-table {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c-table__width .c-table .c-th,
  .c-table__width .c-table .c-td {
    width: 100%;
  }
}

/* =========================================================
tab.scss - 表
========================================================= */
/*tabの全体枠*/
.p-tab {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  /*inputを非表示にする*/
  /*tabボタン部分*/
}
.p-tab-input {
  position: absolute;
  opacity: 0;
}
.p-tab .p-tab-label {
  width: 100%;
  padding: 0.5em;
  text-align: center;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-tab .p-tab-label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-tab .p-tab-label--4col {
  width: 25%;
  border-left: 2px solid #fff;
}
.p-tab .p-tab-label:hover {
  background: #d8d8d8;
}
.p-tab .p-tab-label:active {
  background: #ccc;
}
.p-tab .p-tab-input:checked + .p-tab-label {
  background: #fff;
  z-index: 1;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

/*tabの本文エリア*/
.p-tab-panel {
  display: none;
  padding: 1em;
  background: #fff;
  border: solid #dcdcdc 1px;
  width: 100%;
  order: 99;
}

.p-tab-input:checked + .p-tab-label + .p-tab-panel {
  display: block;
  margin-top: -1px;
  z-index: 0;
}

/*フォーム内*/
.p-tab-panel .c-form-in {
  width: 100%;
}

/*JS関連*/
/* =========================================================
plugin - jsの追記
========================================================= */
/*=======================
【js-h1】各タイトルのアニメーション
*/
.js-h1 {
  opacity: 0;
  transition: 1s;
  position: relative;
}
.js-h1::before {
  transition: 1s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ccc4af;
  opacity: 1;
}
.js-h1.js-h1-in {
  opacity: 1;
}
.js-h1.js-h1-in::before {
  width: 0;
  opacity: 0.5;
}

/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.l-header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header.jq-inview-on {
  /*gnav色*/
}
.l-header.jq-inview-on .jq-inview-fix .l-header__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
  padding: 8px 8px;
  color: #333;
}
@media screen and (max-width: 575px) {
  .l-header.jq-inview-on .jq-inview-fix {
    position: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .l-header.jq-inview-on .jq-inview-fix {
    position: inherit;
  }
}
@media screen and (min-width: 768px) {
  .l-header.jq-inview-on .jq-inview-fix {
    position: inherit;
  }
}
.l-header.jq-inview-on .jq-inview-fix .c-form-site-search__btn__img.on,
.l-header.jq-inview-on .jq-inview-fix .p-login-btn__img.on,
.l-header.jq-inview-on .jq-inview-fix .p-login-btn__img.on {
  display: none;
}
.l-header.jq-inview-on .jq-inview-fix .c-form-site-search__btn__img.off,
.l-header.jq-inview-on .jq-inview-fix .p-login-btn__img.off,
.l-header.jq-inview-on .jq-inview-fix .p-login-btn__img.off {
  display: block;
}
.l-header.jq-inview-on .jq-inview-fix .p-tool-btn {
  display: none;
}
.l-header.jq-inview-on .jq-inview-fix .p-header__logo .c-site-logo__img.on {
  display: none;
}
.l-header.jq-inview-on .jq-inview-fix .p-header__logo .c-site-logo__img.off {
  display: block;
  max-width: 170px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .l-header.jq-inview-on .jq-inview-fix .p-header__logo .c-site-logo__img.off {
    max-width: 210px;
  }
}
@media screen and (min-width: 768px) {
  .l-header.jq-inview-on .jq-inview-fix .p-header__logo .c-site-logo__img.off {
    max-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .l-header.jq-inview-on .jq-inview-fix .p-header__logo .c-site-logo__img.off {
    max-width: 404px;
  }
}
.l-header.jq-inview-on .jq-inview-fix .c-slide-navi__btn__in {
  color: #fff;
}
.l-header.jq-inview-on .c-navbar__item {
  position: relative;
}
.l-header .c-form-site-search__btn__img.on,
.l-header .p-login-btn__img.on,
.l-header .p-login-btn__img.on {
  display: block;
}
.l-header .c-form-site-search__btn__img.off,
.l-header .p-login-btn__img.off,
.l-header .p-login-btn__img.off {
  display: none;
}
.l-header .p-header__logo .c-site-logo__img.on {
  display: block;
}
.l-header .p-header__logo .c-site-logo__img.off {
  display: none;
}

/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.jq-inview-fade {
  opacity: 0;
  transition: 1s;
  position: relative;
  top: -100%;
}
.jq-inview-fade-in {
  opacity: 1;
  top: 0;
}

.jq-inview-box {
  opacity: 0;
  transition: 1s;
  position: relative;
  top: -20%;
}
.jq-inview-box-in {
  opacity: 1;
  top: 0;
}

/*マンション図鑑の物件が無い時*/
@keyframes opening {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes load-pc {
  95% {
    background: url("../images/mansion/icon_load_pc.gif") no-repeat;
  }
  100% {
    background: #3f3a39;
  }
}
@keyframes load-sp {
  95% {
    background: url("../images/mansion/icon_load_sp.gif") no-repeat;
  }
  100% {
    background-image: none;
    background: #3f3a39;
  }
}
@keyframes load02-pc {
  95% {
    background: url("../images/mansion/icon_load_pc.gif") no-repeat;
  }
  100% {
    background: #1f3a65;
  }
}
@keyframes load02-sp {
  95% {
    background: url("../images/mansion/icon_load_sp.gif") no-repeat;
  }
  100% {
    background: #1f3a65;
  }
}
@keyframes message {
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jq-inview-chat {
  position: relative;
  opacity: 0;
}
.jq-inview-chat .p-arrivals-no-item__box-in {
  background: url("../images/mansion/icon_load_sp.gif") no-repeat;
}
@media screen and (min-width: 768px) {
  .jq-inview-chat .p-arrivals-no-item__box-in {
    background: url("../images/mansion/icon_load_pc.gif") no-repeat;
  }
}
@media all and (-ms-high-contrast: none) {
  .jq-inview-chat .p-arrivals-no-item__box-in {
    background-image: none;
  }
}
.jq-inview-chat .p-arrivals-no-item__box-in::before {
  opacity: 0;
}
.jq-inview-chat .p-arrivals-no-item__box-in * {
  opacity: 0;
}
.jq-inview-chat-in {
  animation: opening 1s ease-out forwards;
}
.jq-inview-chat-in .p-arrivals-no-item__box-in {
  animation: load-sp 2s ease-out forwards;
}
@media screen and (min-width: 768px) {
  .jq-inview-chat-in .p-arrivals-no-item__box-in {
    animation: load-pc 2s ease-out forwards;
  }
}
.jq-inview-chat-in .p-arrivals-no-item__box-in::before {
  animation: message 2s ease-out forwards;
}
.jq-inview-chat-in .p-arrivals-no-item__box-in * {
  animation: message 2.5s step-end forwards;
}
.jq-inview-chat.jq-inview-chat-in.sell .p-arrivals-no-item__box-in {
  animation: load02-sp 2s ease-out forwards;
}
@media screen and (min-width: 768px) {
  .jq-inview-chat.jq-inview-chat-in.sell .p-arrivals-no-item__box-in {
    animation: load02-pc 2s ease-out forwards;
  }
}

/*===================
横から出るメニュー　
*/
article.js-menu_list {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: .4s;
  min-height: 100%;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
article.js-menu_list.active {
  right: 0;
}
article.js-menu_list div.g-menu_contents {
  height: 100%;
}
article.js-menu_list.active .g-menu_close {
  left: 1em;
}

article.back_curtain {
  display: none;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  position: fixed;
  top: 0;
}

.js-menu_open,
.js-image-menu-open {
  cursor: pointer;
}

/*メインのメニュー以外を開いた時*/
.l-header.js-menu-open__header {
  z-index: 10000000;
}
.l-header.js-menu-open__header .js-menu_open {
  display: none;
}

/*======================
【js-open】検索サイド　スマホの処理
======================*/
@media screen and (max-width: 767px) {
  .js-open {
    position: fixed;
    left: 0;
    bottom: calc(-100% + 55px);
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: .3s;
  }
}
@media screen and (min-width: 768px) {
  .js-open .js-open-btn,
  .js-open .js-open-close {
    display: none;
  }
}
.js-open.js-clicked {
  bottom: 0;
  overflow-y: scroll;
  height: 100%;
  padding-top: 47px;
}

/*======================
【js-media-accordion】レスポンシブしたらドロップダウンメニューに
======================*/
.js-media-accordion__btn {
  transition: .3s;
  cursor: pointer;
}
.js-media-accordion__btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .js-media-accordion__btn {
    cursor: inherit;
  }
  .js-media-accordion__btn:hover {
    opacity: 1;
  }
}
.js-media-accordion__btn__in {
  background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .js-media-accordion__btn__in {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.js-media-accordion__btn.rotate .js-media-accordion__btn__in {
  background: url(../images/icon/icon_up_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}

.js-media-accordion__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .js-media-accordion__body {
    display: block;
  }
}

/*===================
ボタンクリックで吹き出し表示
*/
.js-click-modal {
  position: relative;
}

.js-click-modal.active .js-click-modal__modal {
  display: block;
}

.js-click-modal__modal {
  display: none;
  opacity: 0;
}

/*===================
【js-click-body】クリックしたら吹き出し closeボタン
*/
.js-click-body {
  display: none;
}
.js-click-body.active {
  display: block;
}

/*======================
【js-slick】物件詳細ページのスライダー
======================*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

.js-slick__prev,
.js-slick__next {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40% 40%;
  z-index: 50;
  opacity: 0.8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.js-slick__prev {
  left: -50px;
  background-image: url(../images/icon/icon_left_gray.svg);
}

.js-slick__next {
  right: -50px;
  background-image: url(../images/icon/icon_right_gray.svg);
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li .js-slick__dots-item {
  color: #e0dbdb;
  font-size: 13px;
}
.slick-dots li.slick-active .js-slick__dots-item {
  color: #ccc4af;
}

/*===================
【js-colorbox】画像のポップアップ
*/
#colorbox #cboxTitle {
  width: 100%;
  color: #3f3a39;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#colorbox #cboxClose {
  background: url("../images/icon/icon_close_w.svg") no-repeat center;
  background-color: #666666;
  background-size: 60% 60%;
  border: none;
  width: 40px;
  height: 40px;
  top: 0px;
  opacity: 0.8;
  transition: .3s;
  cursor: pointer;
  border: none !important;
}
#colorbox #cboxClose:hover {
  opacity: .7;
}
#colorbox #cboxNext {
  background: url("../images/icon/icon_right_w.svg") no-repeat center;
  background-color: #ccc4af;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  right: 0;
  border: 1px solid #666666;
  opacity: 0.8;
  border: none !important;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxNext:hover {
  opacity: .7;
}
#colorbox #cboxPrevious {
  background: url("../images/icon/icon_left_w.svg") no-repeat center;
  background-color: #ccc4af;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  left: 0;
  border: 1px solid #666666;
  opacity: 0.8;
  border: none !important;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxPrevious:hover {
  opacity: .7;
}
#colorbox #cboxLoadedContent {
  background-color: #fff;
}

/*===================
【js-foot-on】画像のポップアップ
*/
.js-foot-on {
  bottom: 0;
  transition: .3s;
}
.js-foot-on.none {
  bottom: -100%;
}

/*Project
======================================= */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
/*.l-header__top | サブメニュー============*/
.l-header__top {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__top {
    display: block;
  }
}
.l-header__top .p-header-catch {
  display: block;
  font-size: 9px;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .l-header__top .p-header-catch {
    font-size: 12px;
    font-size: 0.75rem;
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__top .p-header-catch {
    display: block;
  }
}
.l-header__top .p-sub-nav {
  font-size: 10px;
  font-size: 0.625rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__top .p-sub-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-header__top .p-sub-nav__item {
  margin-left: 4px;
  border-radius: 1px;
  transition: .3s;
  cursor: pointer;
}
.l-header__top .p-sub-nav__item:hover {
  opacity: .7;
}
.l-header__top .p-sub-nav__item--gray {
  background: #e5e5e5;
}
.l-header__top .p-sub-nav__item--gold {
  background-color: #c2b89d;
}
.l-header__top .p-sub-nav__item--gold a {
  background: url(../images/icon/icon_heart_gray.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  margin-left: 17px;
}
.l-header__top .p-sub-nav__item--green {
  background-color: #4a6b44;
}
.l-header__top .p-sub-nav__item--green a {
  background: url(../images/icon/icon_user_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  color: #ffffff;
  margin-left: 17px;
}
.l-header__top .p-sub-nav__item--logout {
  background-color: #4a6b44;
}
.l-header__top .p-sub-nav__item--logout a {
  background: url(../images/icon/icon_door_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  color: #ffffff;
  margin-left: 17px;
}
.l-header__top .p-sub-nav__item--red {
  background-color: #8d5555;
}
.l-header__top .p-sub-nav__item--red a {
  background: url(../images/icon/icon_login_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  color: #ffffff;
  margin-left: 17px;
}
.l-header__top .p-sub-nav__item__in {
  color: #333333;
  font-weight: bold;
  padding: 5px 20px;
}

/*.l-header__main | logo等メイン ============*/
@media screen and (max-width: 767px) {
  .l-header__main .l-header__in {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

/*サイトロゴ*/
@media screen and (max-width: 349px) {
  .l-header__main .p-header__logo {
    top: calc(50% - 13px) !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header__main .p-header__logo {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    max-width: 210px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__main .p-header__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    background-color: #3f3a39;
  }
}
@media screen and (min-width: 992px) {
  .l-header__main .p-header__logo {
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__main .p-header__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: inherit;
  }
}
@media screen and (min-width: 768px) {
  .l-header__main .p-header__logo .c-site-logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .l-header__main .p-header__logo .c-site-logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__main .p-header__logo .c-site-logo {
    width: inherit;
  }
}
.l-header__main .p-header__logo .c-site-logo__img {
  max-width: 160px;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 350px) {
  .l-header__main .p-header__logo .c-site-logo__img {
    max-width: 210px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__main .p-header__logo .c-site-logo__img {
    max-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .l-header__main .p-header__logo .c-site-logo__img {
    max-width: 404px;
  }
}

/*ログインボタン・メニューボタン等*/
.p-tool__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/*TOPページにログインした時だけ震える*/
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.top .p-login-area__in.member {
  animation: hurueru .3s ease;
  animation-iteration-count: 3;
}

.c-slide-navi__btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-slide-navi__btn {
    margin-left: 15px;
    display: none;
  }
}

/*お気に入り・閲覧履歴=========*/
/* =========================================================
footer - フッター内のクラス
========================================================= */
.p-footer {
  background: #32302f;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-footer {
    padding-top: 50px;
  }
}

.p-footer-nav {
  color: #fff;
}
.p-footer-nav__block {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__block {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.p-footer-nav__ttl {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  min-height: inherit;
  line-height: 200%;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__ttl {
    min-height: 70px;
    line-height: 200%;
  }
}
.p-footer-nav__ttl:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 95%;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__ttl:after {
    height: 70px;
    width: 1px;
    right: 7px;
    left: inherit;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav__ttl--long {
    width: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav__ttl {
    width: 115px;
    min-width: 115px;
  }
}
.p-footer-nav__list {
  display: block;
}
.p-footer-nav__item {
  display: inline-block;
  vertical-align: baseline;
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.5em;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item:after {
    content: "|";
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
  }
}
.p-footer-nav__item:last-child:after {
  content: none;
}

/*カレンダー==============*/
.p-footer-calendar {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer-calendar {
    max-width: 300px;
  }
}
.p-footer-calendar .widgettitle {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #3f3a39;
}

#p-footer-calendar__contents .xo-event-calendar {
  color: #333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #p-footer-calendar__contents table.xo-month caption {
    caption-side: top !important;
  }
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month .month-header {
  margin: 0;
  color: #fff;
  background-color: #3f3a39;
  padding: 2px;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month .month-header .calendar-caption {
  padding: 0 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month button {
  height: 16px;
  width: 16px;
  background: url(../images/icon/icon_left_w.svg) no-repeat center;
  background-size: 40% 40%;
  background-color: #3f3a39;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  transition: .3s;
  cursor: pointer;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month button:hover {
  opacity: .7;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month button.month-next {
  background-image: url(../images/icon/icon_right_w.svg);
  background-size: 40% 40%;
  background-color: #3f3a39;
  left: auto;
  top: 4px;
  right: 4px;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month button > span {
  display: block;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month {
  border-color: #ffffff;
  width: 100%;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month thead {
  border-bottom: 1px solid #cecece;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month thead th {
  text-align: center;
  background: #ffffff;
  border-color: #efefef;
  color: #333;
  border-right: 1px solid #cecece;
  width: 14.2%;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month thead th.sunday {
  color: #ff6281;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month thead th.saturday {
  color: #4c78ff;
}
#p-footer-calendar__contents caption {
  caption-side: top;
}
#p-footer-calendar__contents .xo-event-calendar table {
  background: #fff;
  width: 100%;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month th,
#p-footer-calendar__contents .xo-event-calendar table.xo-month td {
  width: 14.2%;
  text-align: center;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month td td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month td td:last-child {
  border-right: none;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month td td div {
  padding: 2px;
}
#p-footer-calendar__contents .xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #3f3a39;
}
#p-footer-calendar__contents .xo-event-calendar p.holiday-title {
  text-align: right;
  color: #fff;
  line-height: 100%;
  margin-top: 5px;
}
#p-footer-calendar__contents .xo-event-calendar p.holiday-title span {
  background-color: #fddde6;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
#p-footer-calendar__contents .month-dayname-space {
  display: none;
}
#p-footer-calendar__contents .month-event-space {
  display: none;
}
#p-footer-calendar__contents .other-month {
  color: #ccc;
}

/*コピーライト==============*/
.p-footer-copylight {
  overflow: hidden;
  padding: 15px 0 0px;
  color: #fff;
  background: #3f3a39;
}
@media screen and (min-width: 992px) {
  .p-footer-copylight {
    padding: 30px 0;
  }
}
.p-footer-copylight__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .p-footer-copylight__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-footer-copylight__item {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-footer-copylight__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
    margin-bottom: 0;
  }
}
.p-footer-copylight__item img {
  margin: 0 auto;
  vertical-align: bottom;
  margin-bottom: 10px;
  max-width: 100px;
}
@media screen and (min-width: 992px) {
  .p-footer-copylight__item img {
    margin-right: 10px;
    margin-bottom: 0;
    max-width: inherit;
  }
}

/* =========================================================
section - セクションの大枠など
========================================================= */
.p-section {
  padding: 10px 0 3rem;
}
@media screen and (min-width: 768px) {
  .p-section {
    padding: 10px 0 4rem;
  }
}
.p-section.bg-color01 {
  background-color: #ffffff;
}
.p-section.bg-color02 {
  background-color: #F6F6F6;
}

.p-page {
  background: #f6f6f6;
}

.p-section__in {
  padding: 10px 0 20px;
}

/* =========================================================
card - カード式レイアウトのオブジェクト
========================================================= */
.p-card {
  border: 1px solid #eeeeee;
  background-color: #fafafa;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.p-card__body {
  padding: 1.5rem;
  transition: .3s;
}
.p-card__img {
  transition: .3s;
}
.p-card__img--top {
  border-radius: 4px 4px 0 0;
}
.p-card__img--bottom {
  margin-top: auto;
  border-radius: 0 0 4px 4px;
}
.p-card__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-card__link:hover ~ .p-card__img {
  opacity: .7;
}
.p-card__link:hover ~ .p-card__body {
  opacity: .7;
}
.p-card__btn {
  padding: 1.5rem;
  padding-top: 0;
  margin-top: auto;
}
.p-card--has-zoom-img .p-card__img {
  overflow: hidden;
}
.p-card--has-zoom-img .p-card__img-in {
  transition: .3s;
}
.p-card--has-zoom-img:hover .p-card__img-in {
  transform: scale(1.1, 1.1);
}
.p-card--has-btn .p-card__btn-in::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-card--has-btn .p-card__img--bottom {
  margin-top: 0;
}
.p-card--has-btn:hover .p-card__body, .p-card--has-btn:hover .p-card__img {
  opacity: .7;
}

.p-bg-img-card {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  transition: .3s;
}
.p-bg-img-card::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: .3s;
}
.p-bg-img-card::after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: .3s;
}
.p-bg-img-card__in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .p-bg-img-card__in {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-bg-img-card__in {
    padding: 3rem 2rem;
  }
}
.p-bg-img-card--has-link {
  position: relative;
}
.p-bg-img-card--has-link:hover::before {
  transform: scale(1.1, 1.1);
}
.p-bg-img-card--has-link:hover::after {
  opacity: .7;
}
.p-bg-img-card--has-link .p-bg-img-card__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.p-bg-img-card--has-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.p-bg-img-card--has-btn:hover::before {
  transform: scale(1.1, 1.1);
}
.p-bg-img-card--has-btn:hover::after {
  opacity: .7;
}
.p-bg-img-card--has-btn .p-bg-img-card__btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.p-bg-img-card--01::before {
  background: url("../images/top/bg_img01.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--02::before {
  background: url("../images/top/bg_img02.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--03::before {
  background: url("../images/top/bg_img03.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--04::before {
  background: url("../images/top/bg_img04.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--05::before {
  background: url("../images/top/bg_img05.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--06::before {
  background: url("../images/top/bg_img06.jpg") no-repeat center center;
  background-size: cover;
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list {
  display: inline-block;
  text-align: left;
}
.p-basic-list__item {
  display: block;
  text-indent: -0.8rem;
  padding-left: 1rem;
}
.p-basic-list__item:before {
  content: "・";
  color: #3f3a39;
}

/* ====================
	■番号付きなリスト
	=====================*/
.p-ol-list {
  display: inline-block;
  text-align: left;
}
.p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.p-ol-list__item > .p-ol-list--sub {
  padding-left: 0;
}

.p-ol-list__item:nth-child(1):before {
  content: "1：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(2):before {
  content: "2：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(3):before {
  content: "3：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(4):before {
  content: "4：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(5):before {
  content: "5：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(6):before {
  content: "6：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(7):before {
  content: "7：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(8):before {
  content: "8：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(9):before {
  content: "9：";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
}

/* in==================*/
.p-ol-list--sub {
  display: inline-block;
  text-align: left;
  padding: 10px 0 0 10px;
  margin-left: -14px;
}
.p-ol-list--sub__item {
  display: block;
  position: relative;
  padding-left: 3rem;
}

.p-ol-list--sub__item:nth-child(1):before {
  content: "【1】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(2):before {
  content: "【2】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(3):before {
  content: "【3】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(4):before {
  content: "【4】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(5):before {
  content: "【5】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(6):before {
  content: "【6】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(7):before {
  content: "【7】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(8):before {
  content: "【8】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(9):before {
  content: "【9】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(10):before {
  content: "【10】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(11):before {
  content: "【11】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(12):before {
  content: "【12】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(13):before {
  content: "【13】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(14):before {
  content: "【14】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(15):before {
  content: "【15】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(16):before {
  content: "【16】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(17):before {
  content: "【17】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(18):before {
  content: "【18】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(19):before {
  content: "【19】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #3f3a39;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* =========================================================
entry - 記事のクラスなど
========================================================= */
.p-entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-entries__item + .p-entries__item {
  margin-top: 1rem;
}
.p-entries__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  text-decoration: none;
  color: #555555;
  transition: .3s;
  cursor: pointer;
}
.p-entries__link:hover {
  opacity: .7;
}
.p-entries__link:hover {
  color: #555555;
}
@media screen and (min-width: 768px) {
  .p-entries__link {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
.p-entries__date {
  margin-right: 1rem;
}
.p-entries__ttl {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-entries__ttl {
    width: auto;
    margin-top: 0;
  }
}

.p-entry {
  border-top: 1px solid #dddddd;
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .p-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-entry:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.p-entry__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-entry__link:hover ~ .p-entry__img {
  opacity: .7;
}
.p-entry__link:hover ~ .p-entry__in {
  opacity: .7;
}
.p-entry__img {
  width: 100%;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 1.5rem;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .p-entry__img {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.p-entry__in {
  transition: .3s;
}
.p-entry__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: .75rem;
}
.p-entry__date {
  margin-bottom: 0;
}
.p-entry__category {
  margin-left: 1rem;
}
.p-entry__ttl {
  line-height: 1.6;
  margin-bottom: 0;
}
.p-entry__body {
  margin-top: .5rem;
}
.p-entry--has-zoom-img .p-entry__img {
  overflow: hidden;
}
.p-entry--has-zoom-img .p-entry__img-in {
  transition: .3s;
}
.p-entry--has-zoom-img:hover .p-entry__img-in {
  transform: scale(1.1, 1.1);
}
.p-entry--sm {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .p-entry--sm {
    padding: 1.25rem 0;
  }
}
.p-entry--sm .p-entry__img {
  max-width: 80px;
  margin-bottom: 0;
  margin-right: 1rem;
}
.p-entry--sm .p-entry__meta {
  margin-bottom: .5rem;
}

/* =========================================================
sidebar - サイドバー内のコンポーネント
========================================================= */
/* =========================================================
alternate-layout - 左右どちらか半分に画像を敷くレイアウト
========================================================= */
.p-alternate-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-alternate-layout {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-alternate-layout::before {
  content: '';
  display: block;
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .p-alternate-layout::before {
    height: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .p-alternate-layout::before {
    width: 60%;
    height: auto;
    margin-bottom: 3rem;
  }
}
.p-alternate-layout__detail {
  width: 100%;
  padding: 2rem 1rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-alternate-layout__detail {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-alternate-layout__detail {
    width: 50%;
    padding: 3rem;
    margin-top: 3rem;
    margin-left: -10%;
  }
}
.p-alternate-layout__in {
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .p-alternate-layout--reverse::before {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-alternate-layout--reverse .p-alternate-layout__detail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: -10%;
  }
}
.p-alternate-layout--has-btn .p-alternate-layout__detail:hover .p-alternate-layout__in {
  opacity: .7;
}
.p-alternate-layout--has-btn .p-alternate-layout__btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-alternate-layout--01::before {
  background: url("../images/top/section_bg_img01.jpg") no-repeat center center;
  background-size: cover;
}
.p-alternate-layout--02::before {
  background: url("../images/top/section_bg_img02.jpg") no-repeat center center;
  background-size: cover;
}

/* =========================================================
page-ttl - 子ページのタイトル
========================================================= */
.p-page-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6rem 0;
  position: relative;
}
.p-page-ttl::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.p-page-ttl__txt {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.p-page-ttl--about {
  background: url("../images/about/page_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}
.p-page-ttl--compornent {
  background: url("../images/compornent/page_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}
.p-page-ttl--project {
  background: url("../images/project/page_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}
.p-page-ttl--archive {
  background: url("../images/archive/page_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}

/* =========================================================
.p-breadcrumbs-section - パンくずリストの大枠
========================================================= */
.p-breadcrumbs-section {
  background-color: #eeeeee;
  padding: .8rem 0;
}

/* =========================================================
top - topページの独自コンテンツ
========================================================= */
/*TOPパーツ
================*/
.home {
  background: #fff;
}

.top {
  position: relative;
}

/*ttl*/
/*anime*/
.anime_in {
  animation-duration: 0.8s !important;
  animation-delay: 0.2s !important;
  opacity: 0;
}

.anime_in--slow {
  animation-duration: 0.8s !important;
  animation-delay: 0.5s !important;
}

/*メインエリア
================*/
.p-top-main {
  background-color: #3f3a39;
  position: relative;
  background-image: url(../images/top/top_main_bg.png);
  background-size: 500% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 1000px;
  position: relative;
  z-index: 10;
  	/*メインエリア__コンセプト
  ================*/
  	/*メインエリア__ナビ
  ================*/
  	/*メインエリア__ニュース※マンション
  ================*/
  	/*メインエリア__ニュース※戸建て
  ================*/
}
.p-top-main__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-top-main {
    margin-top: -122px;
    min-height: 1060px;
    background-size: 100% auto;
  }
}
.p-top-main:before {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url(../images/top/top_main_photo.png);
}
@media screen and (min-width: 768px) {
  .p-top-main:before {
    background-size: 100% auto;
    background-position: left 190px top -100px;
    height: 730px;
    width: 1200px;
    top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-main:before {
    width: 100%;
  }
}
.p-top-main:after {
  content: "";
  position: absolute;
  height: 1200px;
  background-size: 100% auto;
  background-image: url(../images/top/top_main_logo.png);
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  width: 23%;
  top: 10px;
  opacity: 0.8;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-main:after {
    top: 80px;
    width: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-main:after {
    max-width: 200px;
  }
}
.p-top-main-concept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  color: #fff;
  padding-top: 16%;
  z-index: 10;
  position: relative;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-main-concept {
    width: 38%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.p-top-main-concept__first {
  font-size: 14px;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5em;
  margin-bottom: 1em;
  line-height: 159%;
  width: 80%;
  margin-left: 20%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-top-main-concept__first {
    font-size: 20px;
    font-size: 1.25rem;
    width: 50%;
    margin-left: 50%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-main-concept__first {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
}
.p-top-main-concept__main {
  line-height: 200%;
  text-shadow: -1px -1px 25px rgba(0, 0, 0, 0.99);
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-main-concept__main {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: inherit;
  }
}
.p-top-main-concept__main__point {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media screen and (min-width: 992px) {
  .p-top-main-concept__main__point {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.p-top-main-concept__main__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  .p-top-main-concept__main__ttl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-top-main-nav {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-right: 36px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: flex-end;
  -moz-flex-direction: flex-end;
  -ms-flex-direction: flex-end;
  flex-direction: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .p-top-main-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    margin-top: 7%;
  }
}
.p-top-main-nav__logo {
  width: 70%;
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-main-nav__logo {
    display: block;
    position: absolute;
    top: -410%;
    right: 0;
  }
}
.p-top-main-nav__count {
  position: relative;
}
.p-top-main-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-top-main-nav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-main-nav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-main-nav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-main-nav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.p-top-main-nav__list:before {
  content: "";
  background-image: url(../images/top/top_main_nav_ttl.png);
  background-size: auto 100%;
  background-position: center;
  height: 240px;
  width: 36px;
  position: absolute;
  right: -20px;
  top: 0;
}
@media screen and (min-width: 992px) {
  .p-top-main-nav__list:before {
    right: -36px;
  }
}
.p-top-main-nav__item {
  width: 22%;
  margin-bottom: 4px;
  margin-left: 4px;
  border-radius: 1px;
  transition: .3s;
  cursor: pointer;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  color: #333333;
  text-align: center;
  padding-top: 1em;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: -0.05em;
}
.p-top-main-nav__item:hover {
  opacity: .7;
}
.p-top-main-nav__item a.a100 {
  outline: none !important;
}
.p-top-main-nav__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-main-nav__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 576px) {
  .p-top-main-nav__item {
    width: 24%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-main-nav__item {
    width: 170px;
    height: 120px;
    font-size: 14px;
    font-size: 0.875rem;
    height: 120px;
  }
}
.p-top-main-nav__item a {
  padding: 5px 0;
}
@media screen and (min-width: 992px) {
  .p-top-main-nav__item a {
    padding: 20px 0;
  }
}
.p-top-main-nav__item:before {
  content: "";
  margin: 0 auto;
  height: 30px;
  width: 30px;
  margin-bottom: 1em;
  text-align: center;
  padding-left: 0 !important;
}
.p-top-main-nav__item:nth-child(1):before {
  background: url(../images/icon/icon_mansion_red.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.p-top-main-nav__item:nth-child(2):before {
  background: url(../images/icon/icon_mansioninfo_red.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.p-top-main-nav__item:nth-child(3):before {
  background: url(../images/icon/icon_map_red.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.p-top-main-nav__item:nth-child(4):before {
  background: url(../images/icon/icon_station_red.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.p-top-main-nav__item:nth-child(5):before {
  background: url(../images/icon/icon_house_blue.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.p-top-main-nav__item:nth-child(6):before {
  background: url(../images/icon/icon_iinvestment_red.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.p-top-main-nav__item:nth-child(7):before {
  background: url(../images/icon/icon_manage_green.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.p-top-main-nav__item:nth-child(8):before {
  background: url(../images/icon/icon_sale_green.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}
.p-top-main-news {
  position: relative;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 50px;
}
.p-top-main-news:before {
  height: 60px;
  width: 60px;
  position: absolute;
  top: -35px;
  left: -4px;
  color: #942525;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 60px;
  content: "NEW";
  background: #fff;
  border-radius: 50%;
  opacity: 0.9;
}
@media screen and (min-width: 992px) {
  .p-top-main-news:before {
    top: -40px;
    left: -40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-main-news__in {
  background: rgba(187, 186, 161, 0.8);
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-top-main-news__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 150px;
  }
}
.p-top-main-news__ttl {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-top-main-news__ttl {
    margin-top: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    min-width: 200px;
  }
}
.p-top-main-news__ttl-sub {
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-top-main-news__ttl-sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-main-news__box {
  background: white;
  height: 150px;
  margin-left: 8%;
  width: 94%;
  padding: 20px;
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-main-news__box {
    margin-top: -50px;
    margin-left: 0;
  }
}
.p-top-main-news__list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  overflow-y: scroll;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}
.p-top-main-news__list::-webkit-scrollbar {
  width: 15px;
}
.p-top-main-news__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
.p-top-main-news__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b3ab7c;
}
@media screen and (min-width: 992px) {
  .p-top-main-news__list {
    max-height: 150px;
    padding: 2px;
  }
}
.p-top-main-news__icon--down {
  background: rgba(97, 139, 191, 0.8);
  padding: 2px 5px 2px;
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  border-radius: 50px;
}
.p-top-main-news__item {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 992px) {
  .p-top-main-news__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-main-news__item__ttl {
  line-height: 142%;
}
.p-top-main-news__item a {
  color: #1c2954;
  text-decoration: underline;
}
.p-top-main-news .c-arw-btn {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
.p-top-main-news-kodate {
  position: relative;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-main-news-kodate {
    margin-top: 50px;
  }
}
.p-top-main-news-kodate-new {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 2px;
  width: 150px;
  text-align: center;
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  position: absolute;
  top: 6px;
  left: -58px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-top-main-news-kodate-new {
    display: none;
    padding: 2px 0 2px;
    top: 13px;
    left: -46px;
  }
}
.p-top-main-news-kodate-new__in {
  color: #962c2c;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-top-main-news-kodate-new__in {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-top-main-news-kodate__in {
  overflow: hidden;
  background: rgba(121, 132, 123, 0.6);
  width: 100%;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-top-main-news-kodate__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 150px;
  }
}
.p-top-main-news-kodate__ttl {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.5em;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-main-news-kodate__ttl {
    margin-top: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    min-width: 150px;
  }
}
.p-top-main-news-kodate__ttl:before {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -35px;
  left: -4px;
  color: #942525;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 60px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.9;
}
@media screen and (min-width: 992px) {
  .p-top-main-news-kodate__ttl:before {
    top: -8px;
    left: -70px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-main-news-kodate__ttl-sub {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.3em;
}
@media screen and (min-width: 992px) {
  .p-top-main-news-kodate__ttl-sub {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
.p-top-main-news-kodate__box {
  background: white;
  height: 88px;
  margin: 5%;
  border-radius: 1px;
  width: 90%;
  padding: 10px;
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-main-news-kodate__box {
    height: 95px;
    margin: 0;
    padding: 10px;
    margin-right: 20px;
    width: 76%;
  }
}
.p-top-main-news-kodate__list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  overflow-y: scroll;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}
.p-top-main-news-kodate__list::-webkit-scrollbar {
  width: 15px;
}
.p-top-main-news-kodate__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
.p-top-main-news-kodate__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}
@media screen and (min-width: 992px) {
  .p-top-main-news-kodate__list {
    max-height: 75px;
    padding: 2px;
  }
}
.p-top-main-news-kodate__item {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 992px) {
  .p-top-main-news-kodate__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-main-news-kodate__item__ttl {
  line-height: 142%;
}
.p-top-main-news-kodate__item a {
  color: #1c2954;
  text-decoration: underline;
}
.p-top-main-news-kodate .c-arw-btn {
  position: absolute;
  bottom: 20px;
  right: 0px;
}

/*メインエリア__ニュースとカウント
================*/
.p-top-main-contents .l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 97%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-main-contents .l-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/*メインエリア__物件数
================*/
.p-top-main-count {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 10px 15px 10px;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 12px;
  overflow: hidden;
  position: relative;
  width: 94%;
}
@media screen and (min-width: 576px) {
  .p-top-main-count {
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-main-count {
    padding: 10px 10px 10px 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-main-count {
    margin-top: 25px;
    padding: 10px;
    height: 90px;
  }
}
.p-top-main-count-new {
  background: #bb8566;
  padding: 0 0 2px;
  width: 150px;
  text-align: center;
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  position: absolute;
  top: 6px;
  left: -58px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-top-main-count-new {
    padding: 2px 0 2px;
    top: 3px;
    left: -57px;
  }
}
.p-top-main-count-new__in {
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-top-main-count-new__in {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-top-main-count__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-main-count__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.p-top-main-count__item {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-top-main-count__item {
    padding: 0;
    margin-right: 20px;
  }
}
.p-top-main-count-ttl {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  font-weight: bold;
  color: #505043;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-top-main-count-ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-main-count-ttl:before {
  background: url(../images/icon/icon_mansion_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  height: 22px;
  width: 20px;
}
.p-top-main-count-num {
  text-align: center;
  font-weight: bold;
}
.p-top-main-count-num .big {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #844444;
  line-height: 1;
  margin-right: 5px;
  margin-left: 10px;
}
.p-top-main-count-num .big a {
  color: #844444;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-top-main-count-num .big {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*こだわりマンション検索
================*/
.p-top-mansion-search {
  margin-top: -3em;
}
@media screen and (min-width: 768px) {
  .p-top-mansion-search {
    margin-top: -8em;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mansion-search {
    margin-top: -12em;
  }
}
.p-top-mansion-search__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: rgba(200, 194, 181, 0.8);
  height: 100px;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .p-top-mansion-search__in {
    height: 350px;
  }
}
.p-top-mansion-search__in__ttl {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 35px;
  line-height: 1;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-top-mansion-search__in__ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-top-mansion-search__in__ttl-sub {
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: -0.3em;
}
@media screen and (min-width: 992px) {
  .p-top-mansion-search__in__ttl-sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top-mansion-search__nav {
  background: rgba(123, 97, 97, 0.8);
  margin-top: -1em;
  width: 94%;
  margin-left: 3%;
  z-index: 10;
  position: relative;
  padding: 10px;
  font-weight: bold;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .p-top-mansion-search__nav {
    margin-top: 3em;
    width: 110%;
    margin-left: -10%;
    padding: 50px 0;
  }
}
.p-top-mansion-search__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.p-top-mansion-search__item {
  width: 31%;
  max-width: 31%;
  margin-bottom: 4px;
  margin-left: 4px;
  border-radius: 1px;
  transition: .3s;
  cursor: pointer;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  color: #333333;
  text-align: center;
  @includea100;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 2px;
}
.p-top-mansion-search__item:hover {
  opacity: .7;
}
.p-top-mansion-search__item a.a100 {
  outline: none !important;
}
.p-top-mansion-search__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-mansion-search__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-mansion-search__item {
    height: 58px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mansion-search__item {
    width: 33%;
    max-width: 25%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-mansion-search__item:nth-child(3n) {
  margin-right: 0;
}
.p-top-mansion-search__item:before {
  background: url(../images/icon/icon_search_gold.svg) no-repeat left center;
  background-size: 14px 14px;
  padding-left: 19px;
  content: "";
  height: 17px;
  width: 17px;
  text-align: center;
  padding-left: 0 !important;
}
.p-top-mansion-search__item a {
  width: 100%;
}

/*オススメマンション
================*/
.p-top-recommend-mansion {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-recommend-mansion {
    margin-top: -3em;
  }
}
.p-top-recommend-mansion:before {
  background-color: #f5f5f5;
  height: 200px;
  width: 100%;
  content: "";
  display: block;
  top: -200px;
  position: absolute;
  z-index: -1;
}
.p-top-recommend-mansion .slick-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

/*オスス戸建て
================*/
/*会員登録
================*/
.p-top-member {
  margin: 0;
}
.p-top-member__ttlarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-top-member__ttlarea .c-basic-txt {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 12px !important;
}
@media screen and (min-width: 992px) {
  .p-top-member__ttlarea .c-basic-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-member__button {
  min-width: 80%;
}
@media screen and (min-width: 992px) {
  .p-top-member__button {
    min-width: 400px;
  }
}
.p-top-member__button a {
  padding-right: 10px;
  padding-left: 10px;
}
.p-top-member__linkarea__list {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-member__linkarea__list {
    margin-top: 5em;
  }
}
.p-top-member__linkarea__item {
  min-width: 80%;
}
@media screen and (min-width: 992px) {
  .p-top-member__linkarea__item {
    min-width: 400px;
  }
}
.p-top-member__linkarea__item .c-basic-btn__in {
  margin-left: -20%;
}

/*バナーエリア
================*/
.p-top-bunner__item {
  padding: 5px;
}
.p-top-bunner__item img {
  width: 100%;
}
.p-top-bunner .slick-active .js-slick__dots-item {
  color: #535c67 !important;
}

/*INFO
================*/
.p-top-info-ttl {
  color: #b5b196;
  opacity: 0.6;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-info-ttl {
    font-size: 75px;
    font-size: 4.6875rem;
    text-align: left;
  }
}
.p-top-info__in {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .p-top-info__in {
    margin-top: -30px;
  }
}
.p-top-info__in .p-top-info__cate {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-top-info__in .p-top-info__cate {
    width: 25%;
  }
}
.p-top-info__in .p-top-info__cate--buy .p-top-info__cate__item {
  background-color: #ece2e2;
}
.p-top-info__in .p-top-info__cate--sale .p-top-info__cate__item {
  background-color: #cbd2df;
}
.p-top-info__in .p-top-info__cate--contents {
  margin-top: 15px;
}
.p-top-info__in .p-top-info__cate--contents .p-top-info__cate__item {
  background-color: #dfdbd1;
}
@media screen and (min-width: 768px) {
  .p-top-info__in .p-top-info__cate--contents {
    margin-top: 0px;
  }
}
.p-top-info__in .p-top-info__cate--corp {
  margin-top: 15px;
}
.p-top-info__in .p-top-info__cate--corp .p-top-info__cate__item {
  background-color: #dddddd;
}
@media screen and (min-width: 768px) {
  .p-top-info__in .p-top-info__cate--corp {
    margin-top: 0px;
  }
}
.p-top-info__in .p-top-info__cate__ttl {
  position: relative;
  font-size: 11px;
  font-size: 0.6875rem;
  position: relative;
  display: inline-block;
  background: #eeeeee;
  margin-bottom: 1em;
  width: 99%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-top-info__in .p-top-info__cate__ttl .en {
  font-size: 9px;
  font-size: 0.5625rem;
  color: #ccc;
  text-align: center;
  line-height: 1.1;
}
.p-top-info__in .p-top-info__cate__ttl a.a100 {
  outline: none !important;
}
.p-top-info__in .p-top-info__cate__ttl a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-info__in .p-top-info__cate__ttl a.a100.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-info__in .p-top-info__cate__ttl {
    font-size: 16px;
    font-size: 1rem;
    height: 60px;
  }
}
.p-top-info__in .p-top-info__cate__ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #eeeeee;
}
.p-top-info__in .p-top-info__cate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
.p-top-info__in .p-top-info__cate__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
  margin-bottom: 4px;
  border-radius: 1px;
  transition: .3s;
  cursor: pointer;
  height: 44px;
  background-color: #ccc;
  font-size: 16px;
  position: relative;
  color: #333333;
  text-align: center;
  @includea100;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  background: url(../images/icon/icon_right_thin_gray.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
  background-position: right 8px center;
}
.p-top-info__in .p-top-info__cate__item:hover {
  opacity: .7;
}
.p-top-info__in .p-top-info__cate__item a.a100 {
  outline: none !important;
}
.p-top-info__in .p-top-info__cate__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-info__in .p-top-info__cate__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .p-top-info__in .p-top-info__cate__item {
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    font-size: 0.875rem;
    background-position: right 15px center;
  }
}
.p-top-info__in .p-top-info__cate__item:nth-child(3n) {
  margin-right: 0;
}
.p-top-info__in .p-top-info__cate__item a {
  color: #333333;
  display: block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .p-top-info__in .p-top-info__cate__item a {
    height: 60px;
    line-height: 60px;
  }
}

/* スタッフブログ
================*/
.p-top-staffblog .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-top-staffblog__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: rgba(200, 194, 181, 0.8);
  height: 100px;
  text-align: center;
  position: relative;
  z-index: 20;
  width: 104%;
  margin-left: 5%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-staffblog__ttl {
    width: 94%;
    margin-left: 0%;
  }
}
.p-top-staffblog__ttl .p-md-ttl {
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  .p-top-staffblog__ttl .p-md-ttl {
    margin-left: 24%;
  }
}
.p-top-staffblog__ttl .p-md-ttl__en {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-staffblog__ttl {
    width: 60%;
    height: 200px;
    margin-left: -60%;
    margin-top: -10%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-staffblog__ttl {
    width: 60%;
    height: 280px;
    margin-left: -60%;
    margin-top: -10%;
  }
}
.p-top-staffblog__in {
  z-index: 10;
  position: relative;
  width: 90%;
  margin-top: -5%;
}
@media screen and (min-width: 576px) {
  .p-top-staffblog__in {
    margin-top: -3%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-staffblog__in {
    margin-top: -7%;
  }
}
.p-top-staffblog__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 3em;
}

/*   コンテンツ
================*/
.p-top-contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-contents__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-top-contents__item {
  width: 100%;
  max-width: 100%;
  transition: .3s;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333;
  text-align: center;
  @includea100;
  border-bottom: 1px solid #e2dbca;
  position: relative;
}
.p-top-contents__item:hover {
  opacity: .7;
}
.p-top-contents__item a.a100 {
  outline: none !important;
}
.p-top-contents__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-contents__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-contents__item {
    width: 49%;
    max-width: 49%;
    height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contents__item:nth-child(1), .p-top-contents__item:nth-child(2) {
    border-top: 1px solid #e2dbca;
  }
}
.p-top-contents__item a {
  width: 100%;
}
.p-top-contents__item__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-top-contents__item__in {
    padding: 30px 0;
    padding: 20px 0;
  }
}
.p-top-contents__images {
  position: relative;
  width: 45%;
  height: 160px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-top-contents__images {
    overflow: inherit;
  }
}
.p-top-contents__images::before {
  content: '';
  display: block;
  padding-top: 130%;
}
@media screen and (min-width: 350px) {
  .p-top-contents__images::before {
    padding-top: 90%;
  }
}
@media screen and (min-width: 576px) {
  .p-top-contents__images::before {
    padding-top: 75%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contents__images::before {
    padding-top: 77%;
  }
}
.p-top-contents__images__in {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-contents__images__in {
    top: 50%;
    left: 50%;
  }
}
.p-top-contents__detail {
  text-align: left;
  width: 50%;
  position: relative;
}
.p-top-contents__detail:before {
  background: url(../images/icon/icon_arw-long_gold.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
  background-size: 100% auto;
  padding-right: 15px;
  position: absolute;
  bottom: -5px;
  right: 0;
  display: block;
  content: "";
  height: 15px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-contents__detail:before {
    bottom: 10px;
  }
}
.p-top-contents__ttl {
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-contents__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-contents__text {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-contents__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*ここまで
===============================================================================================*/
/*お知らせ
================*/
.p-top-head-news {
  display: none;
  padding: 8px 0;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .p-top-head-news {
    display: block;
  }
}
.p-top-head-news.normal {
  background: rgba(17, 133, 231, 0.7);
}
.p-top-head-news.normal .p-top-head-news__contents {
  padding-left: 75px;
}
.p-top-head-news.member {
  background: rgba(241, 103, 1, 0.7);
}
.p-top-head-news__contents {
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  position: relative;
}
.p-top-head-news__contents .title {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  background: #ccc4af;
  padding: 6px 5px 0 10px;
  height: 30px;
  position: absolute;
  top: -8px;
  left: 0;
}
.p-top-head-news__contents .title::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ccc4af;
  position: absolute;
  top: 0;
  right: -20px;
}
.p-top-head-news__link {
  color: #ccc4af;
  text-decoration: underline;
  padding-left: 10px;
  background: url(../images/icon/icon_tr_right_accent01.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}

/*新着物件
================*/
.p-top-arrivals {
  margin-bottom: 10px;
}
.p-top-arrivals__item {
  margin-bottom: 20px;
}
.p-top-arrivals__link {
  text-align: center;
}
.p-top-arrivals__link__in {
  display: inline-block;
  padding: 5px 20px 5px 0;
  border-bottom: 2px solid #ccc4af;
  position: relative;
  color: #ccc4af;
  transition: .3s;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-arrivals__link__in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top-arrivals__link__in::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #ccc4af;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*京都マンション最新情報
================*/
.p-top-blog .p-blog__list {
  padding: 20px 0 0;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-blog .p-blog__list {
    padding: 50px 0 0;
  }
}
.p-top-blog__btn {
  max-width: 750px;
  margin: 15px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-blog__btn {
    text-align: right;
  }
}

/*TOPキャンペーンバナー
================*/
.p-top-cambnr {
  position: fixed;
  background: rgba(191, 185, 171, 0.8);
  bottom: 5px;
  right: 0px;
  z-index: 100;
  padding: 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
}
.p-top-cambnr a {
  text-decoration: underline;
  color: #333;
}
.p-top-cambnr__close {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-top-cambnr__close {
    color: #fff;
  }
}
.p-top-cambnr__close a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-top-cambnr__close a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-top-cambnr {
    padding: 20px 20px 10px;
    max-width: 280px;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.5);
  }
}

/*IEレイアウト崩れ対策*/
@media all and (-ms-high-contrast: none) {
  .p-top-mansion-search {
    margin-top: -10em;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-top-main-news__icon--down {
    padding: 5px 5px 2px;
    line-height: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-top-main-news-kodate__icon--down {
    padding: 5px 5px 2px;
    line-height: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-top-main-news__item a {
    line-height: 130%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-top-main-news-kodate__item a {
    line-height: 130%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-top-main-news-kodate__item {
    margin-bottom: 0.3em;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-top-main-nav {
    margin-top: 10%;
  }
}
/* =========================================================
top-map - topページの地図
========================================================= */
.p-top-map {
  margin: 10px auto;
  overflow: hidden;
}
.p-top-map__in {
  position: relative;
}

/*h1等＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-map__contents {
  position: relative;
  z-index: 100;
}
.p-top-map__contents .p-top-map__title {
  width: 85%;
  max-width: 500px;
  padding-top: 15px;
}
@media screen and (max-width: 575px) {
  .p-top-map__contents .p-top-map__title {
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 576px) {
  .p-top-map__contents .p-top-map__title {
    width: 40%;
    padding-top: 5%;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-map__contents .p-top-map__title {
    padding-top: 50px;
    width: 45%;
    padding-top: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-map__contents .p-top-map__title {
    width: 60%;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-top-map__contents .p-top-map__title img {
    height: 100%;
  }
}
.p-top-map__contents .p-top-map__p {
  text-align: center;
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media screen and (min-width: 576px) {
  .p-top-map__contents .p-top-map__p {
    display: block;
    text-align: left;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-map__contents .p-top-map__p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-map__contents .p-top-map__p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*物件数＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-properties {
  padding: 3% 0;
}
@media screen and (min-width: 576px) {
  .p-top-properties {
    padding: 5% 0 9%;
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-properties {
    padding: 5% 0 8%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-properties {
    padding: 2% 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-properties {
    padding: 30px 0 20px;
  }
}
.p-top-properties__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .p-top-properties__list {
    display: block;
  }
}
.p-top-properties__item {
  margin-bottom: 5px;
  color: #3f3a39;
  width: 33.3%;
  border: 1px solid #3f3a39;
  border-left: none;
}
.p-top-properties__item:first-of-type {
  border-left: 1px solid #3f3a39;
}
@media screen and (min-width: 576px) {
  .p-top-properties__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 250px;
    padding: 0;
    border: none;
    border-left: 3px solid #3f3a39;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .p-top-properties__item:first-of-type {
    border-left: 3px solid #3f3a39;
  }
}
.p-top-properties__ttl {
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #57A9EE;
  padding: 7px 0 5px;
  color: #ffffff;
  letter-spacing: 1px;
}
@media screen and (min-width: 576px) {
  .p-top-properties__ttl {
    padding: 14px 0;
    border: none;
    max-width: 90px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-properties__ttl {
    max-width: 100px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 17px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-top-properties__ttl {
    max-width: 120px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-top-properties__number {
  width: 100%;
  text-align: center;
  background: #ffffff;
  padding: 7px 5px;
}
@media screen and (min-width: 576px) {
  .p-top-properties__number {
    text-align: right;
    background: none;
    padding: 10px 0;
    max-width: 90px;
    text-shadow: 0px 0px 3px #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .p-top-properties__number {
    max-width: 120px;
    padding: 11px 0;
  }
}
.p-top-properties__number .main {
  font-size: 17px;
  font-size: 1.0625rem;
  text-decoration: underline;
  color: #ccc4af;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .p-top-properties__number .main {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-properties__number .main {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-properties__number .main {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-properties__number .sub {
  padding-left: 3px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 576px) {
  .p-top-properties__number .sub {
    padding-left: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-properties__number .sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-properties__number .sub {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

/*会員様物件*/
.p-top-properties__item.member .p-top-properties__number .main {
  color: #ccc4af;
}

/*会員様物件バナー＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top-menber {
  border: 2px solid #ccc4af;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  margin: 8px auto 12px;
  z-index: 10;
  max-width: 300px;
}
@media screen and (min-width: 576px) {
  .p-top-menber {
    margin: 8px 0 12px;
    border: 3px solid #ccc4af;
  }
}
@media screen and (min-width: 576px) {
  .p-top-menber {
    margin-bottom: 40px;
  }
}
.p-top-menber-properties {
  max-width: 270px;
  padding: 5px 3px;
  background: url("../images/top/bnr_menber_icon.png") no-repeat left top 5px;
  background-size: 60px;
  padding-left: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-menber-properties {
    background-size: 80px;
    padding-left: 80px;
  }
}
.p-top-menber-properties__title {
  position: absolute;
  top: -13px;
  left: 16%;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .p-top-menber-properties__title {
    max-width: 195px;
    top: -11px;
    left: 28%;
  }
}
.p-top-menber-properties__title img {
  width: 100%;
}
.p-top-menber-properties__link {
  color: #ccc4af;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 19px 10px 10px;
}
@media screen and (min-width: 576px) {
  .p-top-menber-properties__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-menber-properties__link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 27px 0 10px 6px;
  }
}
.p-top-menber-properties__link .big {
  text-decoration: underline;
  font-size: 170%;
  color: #ccc4af;
}
.p-top-menber__another {
  padding: 5px;
  background: #FCFFB6;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ccc4af;
}
@media screen and (min-width: 576px) {
  .p-top-menber__another {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 67px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-menber__another {
    padding-left: 86px;
  }
}
.p-top-menber__another a {
  text-decoration: underline;
  color: #ccc4af;
  letter-spacing: 1px;
  background: url(../images/icon/icon_right_sub01.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
}

/*新規会員登録*/
.p-top-new-member {
  position: absolute;
  top: 5px;
  right: -8px;
  width: 75px;
}
@media screen and (min-width: 576px) {
  .p-top-new-member {
    top: 4px;
    right: -45px;
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-new-member {
    top: 34px;
    right: -45px;
    width: 90px;
  }
}
.p-top-new-member a {
  width: 100%;
  display: inline-block;
}
.p-top-new-member img {
  width: 100%;
}

/*【SP】リンクボタン*/
.p-top-map__title__sub {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border: 2px solid #ffffff;
}
@media screen and (min-width: 576px) {
  .p-top-map__title__sub {
    background: none;
    padding: 0;
    border: none;
  }
}

.p-top-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 10px -5px 0;
}
@media screen and (min-width: 576px) {
  .p-top-search {
    display: none;
  }
}
.p-top-search__item {
  padding: 0 5px;
  width: 100%;
}
.p-top-search__link {
  display: block;
  width: 100%;
  padding: 60px 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background: no-repeat center top 10px;
  background-size: 45px 45px;
  position: relative;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.p-top-search__link:before {
  content: '';
  position: absolute;
}
.p-top-search__link::before {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -4px;
  left: -4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.p-top-search__link.area {
  border: 3px solid #3f3a39;
  background-image: url("../images/icon/icon_map_main.svg");
  background-color: #ffffff;
}
.p-top-search__link.station {
  border: 3px solid #3f3a39;
  background-image: url("../images/icon/icon_train_main.svg");
  background-color: #ffffff;
}
.p-top-search__link__in {
  display: inline-block;
  letter-spacing: 1px;
  color: #3f3a39;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 18px;
  margin-right: -8px;
}

/*地図＝＝＝＝＝＝＝＝＝＝＝*/
.p-map {
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 100% + 10px);
}
@media screen and (min-width: 1200px) {
  .p-map {
    width: calc( 100% + 150px);
    max-width: 1350px;
  }
}
.p-map__img {
  width: 100%;
}
.p-map__img img {
  width: 100%;
}

.p-map-town {
  display: none;
}
@media screen and (min-width: 576px) {
  .p-map-town {
    display: block;
  }
}
.p-map-town__item {
  z-index: 500;
  position: absolute;
  width: 75px;
  background: #3f3a39;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 3px 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .p-map-town__item {
    padding: 3px 3px 5px;
    width: 100%;
    max-width: 133px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item {
    padding: 0.3%;
    max-width: 130px;
  }
  .p-map-town__item::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #3f3a39 transparent transparent transparent;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item {
    min-width: 12%;
    max-width: 150px;
    padding: 0.3%;
  }
}
.p-map-town__name {
  width: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-map-town__name {
    width: auto;
    margin-bottom: 0;
    min-width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__name {
    width: calc(100% - 45px);
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__name {
    width: calc(100% - 90px);
  }
}
.p-map-town__name__link {
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1200px) {
  .p-map-town__name__link {
    padding: 0 0.5vh;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-map-town__box {
  display: block;
  width: 48%;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .p-map-town__box {
    width: 35px;
    margin-bottom: 0;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__box {
    width: 40px;
    margin-left: 5px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-map-town__box.normal a.p-map-town__link {
  color: #3f3a39;
  text-decoration: underline;
}
.p-map-town__box.normal .p-map-town__link::after {
  content: "一般";
  color: #3f3a39;
}
.p-map-town__box.member {
  margin-left: 2%;
}
.p-map-town__box.member a.p-map-town__link {
  color: #ccc4af;
  text-decoration: underline;
}
.p-map-town__box.member .p-map-town__link::after {
  content: "会員";
  color: #ccc4af;
}
.p-map-town__link {
  display: block;
  width: 100%;
  background: #ffffff;
  border-bottom: 2px solid #dcdcdc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  position: relative;
  color: #666666;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 2px 2px 15px;
}
@media screen and (min-width: 768px) {
  .p-map-town__link {
    padding: 3px 0 0;
    min-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__link {
    font-size: 18px;
    font-size: 1.125rem;
    min-height: 40px;
    padding: 5px 0 0;
  }
}
.p-map-town__link::after {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-map-town__link::after {
    bottom: 2px;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__link::after {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/*区ごと＝＝＝＝＝＝＝＝＝＝＝*/
.p-map-town__item.kamigyo {
  top: 24%;
  right: 16%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.kamigyo {
    top: 31%;
    right: 9%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.kamigyo {
    top: 21%;
    right: 18%;
  }
  .p-map-town__item.kamigyo::before {
    border-width: 11px 3px 0 15px;
    bottom: -10px;
    left: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.kamigyo {
    top: 24%;
    right: 25%;
  }
}
.p-map-town__item.nakagyo {
  top: 31%;
  right: 31%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.nakagyo {
    top: 34%;
    right: 27%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.nakagyo {
    top: 32%;
    right: 29%;
  }
  .p-map-town__item.nakagyo::before {
    border-width: 11px 3px 0 8px;
    bottom: -10px;
    left: 116px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.nakagyo {
    top: 33.5%;
    right: 35%;
  }
}
.p-map-town__item.shimogyo {
  top: 46%;
  right: 16%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.shimogyo {
    top: 46%;
    right: 32%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.shimogyo {
    top: 43%;
    right: 33%;
  }
  .p-map-town__item.shimogyo::before {
    border-color: transparent transparent transparent #007bff;
    border-width: 13px 0 0 17px;
    bottom: 8px;
    right: -14px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.shimogyo {
    top: 43%;
    right: 40%;
  }
}
.p-map-town__item.higashiyama {
  top: 33%;
  right: 1%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.higashiyama {
    top: 44%;
    right: 7%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.higashiyama {
    top: 33%;
    right: 12%;
  }
  .p-map-town__item.higashiyama::before {
    border-width: 13px 14px 0 4px;
    border-color: #007bff transparent transparent transparent;
    bottom: -10px;
    left: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.higashiyama {
    top: 39%;
    right: 20%;
  }
  .p-map-town__item.higashiyama::before {
    left: 9px;
  }
}
.p-map-town__item.ukyou {
  top: 46%;
  right: 46%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.ukyou {
    top: 16%;
    right: 36%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.ukyou {
    top: 13%;
    right: 36%;
  }
  .p-map-town__item.ukyou::before {
    border-width: 11px 3px 0 15px;
    bottom: -10px;
    left: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.ukyou {
    top: 14%;
    right: 42%;
  }
}
.p-map-town__item.minami {
  top: 55%;
  right: 31%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.minami {
    top: 58%;
    right: 30%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.minami {
    top: 54%;
    right: 36%;
  }
  .p-map-town__item.minami::before {
    border-width: 11px 3px 0 15px;
    bottom: -10px;
    left: 83px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.minami {
    top: 54%;
    right: 42%;
  }
}
.p-map-town__item.kita {
  top: 2%;
  right: 16%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.kita {
    top: 5%;
    right: 19%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.kita {
    top: 3%;
    right: 18%;
  }
  .p-map-town__item.kita::before {
    border-width: 11px 3px 0 15px;
    bottom: -10px;
    left: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.kita {
    top: 3%;
    right: 27%;
  }
}
.p-map-town__item.yamashina {
  top: 55%;
  right: 1%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.yamashina {
    top: 56%;
    right: 4%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.yamashina {
    top: 45%;
    right: 3%;
  }
  .p-map-town__item.yamashina::before {
    border-width: 13px 14px 0 4px;
    border-color: #007bff transparent transparent transparent;
    bottom: -10px;
    left: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.yamashina {
    top: 49%;
    right: 16%;
  }
}
.p-map-town__item.sakyou {
  top: 10%;
  right: 1%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.sakyou {
    top: 12%;
    right: 1%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.sakyou {
    top: 11%;
    right: 1%;
  }
  .p-map-town__item.sakyou::before {
    border-width: 13px 14px 0 4px;
    border-color: #007bff transparent transparent transparent;
    bottom: -10px;
    left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.sakyou {
    top: 11%;
    right: 12%;
  }
}
.p-map-town__item.nishikyou {
  top: 7%;
  right: 31%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.nishikyou {
    top: 53%;
    right: 50%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.nishikyou {
    top: 49%;
    right: 53%;
  }
  .p-map-town__item.nishikyou::before {
    border-width: 11px 3px 0 15px;
    bottom: -10px;
    left: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.nishikyou {
    top: 49%;
    right: 55%;
  }
}
.p-map-town__item.fushimi {
  top: 67%;
  right: 16%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.fushimi {
    top: 70%;
    right: 23%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.fushimi {
    top: 66%;
    right: 24%;
  }
  .p-map-town__item.fushimi::before {
    border-width: 13px 14px 0 4px;
    border-color: #007bff transparent transparent transparent;
    bottom: -10px;
    left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.fushimi {
    top: 61%;
    right: 29%;
  }
}
.p-map-town__item.ngaokakyo {
  top: 71%;
  right: 46%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.ngaokakyo {
    max-width: 182px;
    top: 72%;
    right: 44%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.ngaokakyo {
    max-width: 180px;
    top: 68%;
    right: 52%;
  }
  .p-map-town__item.ngaokakyo::before {
    border-width: 11px 3px 0 15px;
    bottom: -10px;
    left: 111px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.ngaokakyo {
    max-width: 235px;
    top: 68%;
    right: 56%;
  }
}
.p-map-town__item.uji {
  top: 81%;
  right: 31%;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.uji {
    top: 83%;
    right: 21%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.uji {
    top: 83%;
    right: 23%;
  }
  .p-map-town__item.uji::before {
    border-width: 11px 3px 0 15px;
    bottom: -10px;
    left: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.uji {
    top: 83%;
    right: 31%;
  }
}
.p-map-town__item.another {
  top: 81%;
  right: 1%;
  background: #707070;
}
@media screen and (min-width: 768px) {
  .p-map-town__item.another {
    top: 83%;
    right: 1%;
  }
}
@media screen and (min-width: 992px) {
  .p-map-town__item.another {
    top: 85%;
    right: 1%;
  }
  .p-map-town__item.another::before {
    content: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-map-town__item.another {
    top: 85%;
    right: 11%;
  }
}

/*animation==================*/
.p-top-search__item {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.p-map-town__item {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.p-top-search__item:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}

.p-top-search__item:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}

.p-map-town__item:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}

.p-map-town__item:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}

.p-map-town__item:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}

.p-map-town__item:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}

.p-map-town__item:nth-child(5) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
}

.p-map-town__item:nth-child(6) {
  -webkit-animation: example 0.5s ease 3s 1 forwards;
  animation: example 0.5s ease 3s 1 forwards;
}

.p-map-town__item:nth-child(7) {
  -webkit-animation: example 0.5s ease 3.5s 1 forwards;
  animation: example 0.5s ease 3.5s 1 forwards;
}

.p-map-town__item:nth-child(8) {
  -webkit-animation: example 0.5s ease 4s 1 forwards;
  animation: example 0.5s ease 4s 1 forwards;
}

.p-map-town__item:nth-child(9) {
  -webkit-animation: example 0.5s ease 4.5s 1 forwards;
  animation: example 0.5s ease 4.5s 1 forwards;
}

.p-map-town__item:nth-child(10) {
  -webkit-animation: example 0.5s ease 5s 1 forwards;
  animation: example 0.5s ease 5s 1 forwards;
}

.p-map-town__item:nth-child(11) {
  -webkit-animation: example 0.5s ease 5.5s 1 forwards;
  animation: example 0.5s ease 5.5s 1 forwards;
}

.p-map-town__item:nth-child(12) {
  -webkit-animation: example 0.5s ease 6s 1 forwards;
  animation: example 0.5s ease 6s 1 forwards;
}

.p-map-town__item:nth-child(13) {
  -webkit-animation: example 0.5s ease 6.5s 1 forwards;
  animation: example 0.5s ease 6.5s 1 forwards;
}

.p-map-town__item:nth-child(14) {
  -webkit-animation: example 0.5s ease 7s 1 forwards;
  animation: example 0.5s ease 7s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes example {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* =========================================================
arrivals - 物件表示関連
========================================================= */
/*TOPに使っている物件表示
================*/
.p-room-list__item {
  padding: 10px;
}

.p-mylist .p-arrivals-simple {
  padding-bottom: 50px;
}

.p-arrivals-simple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  background: #fff;
  height: 100%;
  transition: .3s;
  width: 100%;
}
.p-arrivals-simple a.a100 {
  outline: none !important;
}
.p-arrivals-simple a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-arrivals-simple a.a100.in-link {
  position: relative;
  z-index: 5;
}
.p-arrivals-simple::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-arrivals-simple::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.p-arrivals-simple:hover {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple {
    display: block;
    border: none;
  }
  .p-arrivals-simple::before, .p-arrivals-simple::after {
    content: none;
  }
}
.p-arrivals-simple--gray {
  border: solid #f5f5f5 2px;
  background: #f7f7f7;
}
.p-arrivals-simple__images {
  position: relative;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
}
@media screen and (min-width: 350px) {
  .p-arrivals-simple__images {
    max-width: 180px;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__images {
    max-width: 100%;
    width: 100%;
  }
}
.p-arrivals-simple__images .p-arrivals-box__members-only {
  position: absolute;
  top: -8px;
  left: 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__images .p-arrivals-box__members-only {
    top: 0px;
    left: auto;
    right: 0;
  }
}
.p-arrivals-simple__favorite-btn {
  position: absolute;
  bottom: 3px;
  right: 0;
  z-index: 100;
}
.p-arrivals-simple__contents {
  width: calc(100% - 100px);
  padding: 10px;
}
@media screen and (min-width: 350px) {
  .p-arrivals-simple__contents {
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__contents {
    width: 100%;
    padding: 5px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-arrivals-simple__along {
  padding: 5px 0;
  width: 100%;
  font-weight: bold;
}
.p-arrivals-simple__along .p-arrivals-along {
  font-size: 12px;
  font-size: 0.75rem;
  background-position-y: top;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__along .p-arrivals-along {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-arrivals-simple .p-arrivals-name {
  color: #1c2954;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0.2em;
  text-decoration: underline;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple .p-arrivals-name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-arrivals-simple .p-arrivals-add {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__info__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 5px;
  }
}
.p-arrivals-simple__info__in .p-arrivals-pay {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__info__in .p-arrivals-pay {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 0;
  }
}
.p-arrivals-simple .p-arrivals-floor-plan {
  font-weight: bold;
  color: #5a6f5f;
}
.p-arrivals-simple .p-arrivals-floor-plan__main {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple .p-arrivals-floor-plan__main {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-arrivals-simple .p-arrivals-floor-plan__sub {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple .p-arrivals-floor-plan__sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-arrivals-simple.sold-out::before {
  content: none;
}
.p-arrivals-simple.sold-out .p-arrivals-images,
.p-arrivals-simple.sold-out .p-arrivals-new,
.p-arrivals-simple.sold-out .p-arrivals-simple__contents {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple.members-only .p-arrivals-simple__along {
    background: #1f3a65;
  }
}
.p-arrivals-simple.members-only .p-arrivals-simple__info__in .p-arrivals-name {
  color: #1f3a65;
}
.p-arrivals-simple__delete {
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 60%;
  padding: 5px;
  float: right;
  z-index: 100;
}
.p-arrivals-simple__delete .c-basic-btn {
  padding: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__delete {
    text-align: right;
  }
}
.p-arrivals-simple__delete__btn {
  display: inline-block;
  background: #666666;
  padding: 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  max-width: 182px;
}
.p-arrivals-simple__delete__btn:hover {
  opacity: .7;
}
.p-arrivals-simple__delete__in {
  background: url(../images/icon/icon_deldte_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-arrivals-simple__favorite {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  text-align: left;
}
.p-arrivals-simple__favorite__in {
  background: url(../images/icon/icon_heart_main.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  color: #3f3a39;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-arrivals-simple__favorite.active .p-arrivals-simple__favorite__btn {
  background: #3f3a39;
  cursor: inherit;
}
.p-arrivals-simple__favorite.active .p-arrivals-simple__favorite__btn:hover {
  opacity: 1;
}
.p-arrivals-simple__favorite.active .p-arrivals-simple__favorite__in {
  background: url(../images/icon/icon_heart_check_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  color: #ffffff;
}

/*詳細の同じマンションの情報などの規模が小さい表示================*/
.p-arrivals-simple.small-info {
  border: 1px solid #3f3a39;
  padding: 0;
  margin: 22px 0 10px;
  padding-left: 70px;
  background: url(../images/icon/icon_floor_plan_w.svg) no-repeat left 7px center;
  background-size: 53px 53px;
  background-color: #3f3a39;
  min-height: 82px;
}
.p-arrivals-simple.small-info .p-arrivals-simple__contents {
  padding: 10px 5px;
  background-color: #ffffff;
  width: 100%;
  min-height: 82px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple.small-info .p-arrivals-simple__contents {
    background: url(../images/icon/icon_right_main.svg) no-repeat right 7.5px center;
    background-size: 15px 15px;
    padding-right: 27px;
    margin-right: -12px;
    background-color: #ffffff;
  }
}
.p-arrivals-simple.small-info .p-arrivals-floor-plan {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-arrivals-simple.small-info .p-arrivals-floor-plan__main, .p-arrivals-simple.small-info .p-arrivals-floor-plan__sub {
  display: inline-block;
}
.p-arrivals-simple.small-info .p-arrivals-floor-plan__main {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-arrivals-simple.small-info .p-arrivals-floor-plan__sub {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple.small-info.members-only .p-arrivals-simple__contents {
    background: url(../images/icon/icon_right_sub02.svg) no-repeat right 7.5px center;
    background-size: 15px 15px;
    padding-right: 27px;
    margin-right: -12px;
    background-color: #ffffff;
  }
}
.p-arrivals-simple.small-info .p-arrivals-box__members-only {
  padding: 5px;
  height: 22px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -22px;
  left: -1px;
}

/*カルーセルで使用する================*/
.relation-list .p-arrivals-simple {
  border: 1px solid #959595;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .relation-list .p-arrivals-simple__contents {
    padding: 0;
  }
}
.relation-list .p-arrivals-simple__info {
  padding: 0 5px 10px;
}
.relation-list .p-arrivals-simple__info__in {
  display: block;
}
.relation-list .p-arrivals-simple__info__in .p-arrivals-name {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  width: 100%;
  max-width: 100%;
}
.relation-list .p-arrivals-simple__along .p-arrivals-along {
  font-size: 12px;
  font-size: 0.75rem;
}
.relation-list .p-arrivals-status__in .main {
  font-size: 18px;
  font-size: 1.125rem;
}
.relation-list .p-arrivals-status__in .sub {
  font-size: 12px;
  font-size: 0.75rem;
}

/*search/list.php
================*/
.p-arrivals-list-main li {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-list-main li {
    margin-bottom: 20px;
  }
}

/*上部の情報===*/
.p-arrivals-head__ttl {
  font-weight: bold;
  padding: 5px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-arrivals-head__ttl {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }
}
.p-arrivals-head__ttl__in {
  font-size: 16px;
  font-size: 1rem;
  background: url(../images/icon/icon_search_gold.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 38px;
  width: 19px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-head__ttl__in {
    font-size: 20px;
    font-size: 1.25rem;
    background: url(../images/icon/icon_search_gold.svg) no-repeat left center;
    background-size: 22px 22px;
    padding-left: 27px;
    height: 38px;
  }
}
.p-arrivals-head__ttl__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-arrivals-head__ttl__contents {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-arrivals-head__ttl--mansion {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-arrivals-head__ttl--mansion .p-arrivals-head__ttl__in {
  background: url(../images/icon/icon_mansion_gold.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-arrivals-head__ttl--mansion .p-arrivals-head__ttl__in {
    font-size: 20px;
    font-size: 1.25rem;
    background: url(../images/icon/icon_mansion_gold.svg) no-repeat left center;
    background-size: 22px 22px;
    padding-left: 27px;
    padding-left: 0.5em;
  }
}
.p-arrivals-head__ttl--mansion .big {
  padding-left: 0 !important;
}
.p-arrivals-head__in {
  background: url(../images/icon/icon_search_w.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
  display: inline-block;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-arrivals-head__hit {
  line-height: 20%;
  font-weight: bold;
  vertical-align: bottom;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  position: relative;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  .p-arrivals-head__hit {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-arrivals-head__hit::after {
    border-width: 23px 0 23px 20px;
    top: 0;
    right: -20px;
  }
}
.p-arrivals-head__hit .big {
  color: #942525;
  display: inline-block;
  vertical-align: baseline;
  font-size: 150%;
  vertical-align: bottom;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-arrivals-head__hit .big {
    background: url(../images/icon/icon_checkbox_on_w.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 25px;
  }
}
.p-arrivals-head__number {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-head__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.p-arrivals-head__number__in {
  vertical-align: bottom;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-head__number__in {
    padding: 0 0 0 10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-arrivals-head__number__in {
    padding: 0 0 0 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-arrivals-head__number__in.normal {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-arrivals-head__number__in.normal {
    padding: 0;
  }
}
.p-arrivals-head__number__in .big {
  font-size: 120%;
  margin: 0 2px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}

/*検索条件*/
.p-arrivals-search-condition {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  background: #ccc4af;
  padding: 5px;
  transform: .3s;
}
.p-arrivals-search-condition:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-arrivals-search-condition:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-search-condition {
    -moz-box-shadow: 0 0 5px 0 transparent;
    -webkit-box-shadow: 0 0 5px 0 transparent;
    box-shadow: 0 0 5px 0 transparent;
    padding: 10px;
  }
}
.p-arrivals-search-condition__ttl {
  font-weight: bold;
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
  background-position: top 3px;
  line-height: 1.3;
}
.p-arrivals-search-condition__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px;
  line-height: 1.3;
}
.p-arrivals-search-condition__item::after {
  content: "・";
}
.p-arrivals-search-condition__item:last-of-type::after {
  content: none;
}
.p-arrivals-search-condition__open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-arrivals-search-condition__open {
    display: none;
  }
}
.p-arrivals-search-condition__open-link {
  text-align: center;
  margin: 10px auto 0;
  padding-top: 5px;
  border-top: 1px dashed #dcdcdc;
  width: 100%;
}
.p-arrivals-search-condition__open-link .in {
  background: url(../images/icon/icon_bottom_main.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
  color: #3f3a39;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-arrivals-search-condition__open-link {
    display: none;
  }
}

/*並び設定==========*/
.p-arrivals-list__configuration {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/*ソート*/
.p-arrivals-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.p-arrivals-sort__ttl {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-arrivals-sort__ttl {
    display: block;
  }
}
.p-arrivals-sort .c-form-select {
  height: 25px;
  border: 1px solid #dcdcdc;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-arrivals-sort .c-form-select {
    height: 30px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*pagenation*/
.p-arrivals-pagenation {
  margin-left: 5px;
}

/*物件一覧
================*/
.p-arrivals-list__main {
  margin-top: 10px;
}

/*箱
=====================*/
.p-arrivals-box {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.p-arrivals-box.negotiations {
  background: #f6f6f6;
}
.p-arrivals-box.sold-out {
  background: #F6F6F6;
}
.p-arrivals-box.sold-out::before {
  border-color: #666666 transparent transparent transparent;
}
.p-arrivals-box.sold-out .p-arrivals-box__contents {
  padding: 0 10px 10px;
}
.p-arrivals-box.members-only .p-arrivals-box__link .p-arrivals-btn .c-basic-btn {
  background-color: #1f3a65;
  border-color: #1f3a65;
}
.p-arrivals-box.members-only .p-arrivals-box__link .p-arrivals-btn .c-basic-btn.c-basic-btn--form {
  background-color: #ffffff;
  color: #1f3a65;
}
.p-arrivals-box.members-only .p-arrivals-box__link .p-arrivals-btn .c-basic-btn.c-basic-btn--form .c-basic-btn__in {
  background-image: url(../images/icon/icon_mail_sub02.svg);
}
.p-arrivals-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-arrivals-box__name {
  width: 100%;
  max-width: calc(100% - 34px);
}
@media screen and (min-width: 768px) {
  .p-arrivals-box__name {
    width: 100%;
    max-width: calc(100% - 38px);
  }
}
.p-arrivals-box__name__link {
  color: #333333;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-arrivals-box__name__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-arrivals-box__name {
    max-width: calc(100% - 120px);
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .p-arrivals-box__name {
    max-width: calc(100% - 180px);
  }
}
/*================

お気に入りボタン装飾

=================*/
.p-arrivals-favorite-btn {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: white;
  transition: .3s;
  cursor: pointer;
  transition: .3s;
  cursor: pointer;
}
.p-arrivals-favorite-btn:hover {
  opacity: .7;
}
.p-arrivals-favorite-btn__in {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/icon/icon_star_gray.svg) no-repeat center;
  background-size: 75% 75%;
  opacity: 0.9;
}
@media screen and (min-width: 576px) {
  .p-arrivals-favorite-btn__in {
    width: 23px;
    height: 23px;
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-favorite-btn__in {
    width: 28px;
    height: 28px;
  }
}
.p-arrivals-favorite-btn.active {
  background: rgba(152, 61, 8, 0.5);
  border: none;
}
.p-arrivals-favorite-btn.active .p-arrivals-favorite-btn__in {
  background-image: url(../images/icon/icon_star_w.svg);
}
.p-arrivals-favorite-btn__modal {
  position: absolute;
  top: -6px;
  left: -190px;
  width: 180px;
  padding: 8px;
  background: #bb8750;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-arrivals-favorite-btn__modal {
    top: 0;
  }
}
.p-arrivals-favorite-btn__modal::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #bb8750;
  position: absolute;
  top: 15px;
  right: -10px;
}
.p-arrivals-favorite-btn__modal__in {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
}
.p-arrivals-favorite-btn__modal .c-basic-btn__in {
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 5px 5px;
  padding-right: 10px;
}

/*お気に入り吹き出し　詳細の時*/
/*お気に入り吹き出し　閲覧履歴*/
.p-arrivals-simple__favorite .p-arrivals-favorite-btn__modal {
  left: -150px;
  top: -77px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__favorite .p-arrivals-favorite-btn__modal {
    right: 0;
    left: auto;
  }
}
.p-arrivals-simple__favorite .p-arrivals-favorite-btn__modal::before {
  border-width: 10px 5px 0 5px;
  border-color: #bb8750 transparent transparent transparent;
  top: auto;
  bottom: -10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-simple__favorite .p-arrivals-favorite-btn__modal::before {
    right: 10px;
  }
}

/*詳細情報*/
.p-arrivals-box__contents {
  padding: 0 10px 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-arrivals-box__contents {
    padding: 0 10px 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/*写真等*/
.p-arrivals-box__images {
  width: 100%;
  padding-right: 5px;
}
@media screen and (min-width: 576px) {
  .p-arrivals-box__images {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-box__images {
    width: 40%;
    padding-right: 15px;
  }
}
.p-arrivals-box__images .p-arrivals-box__photo {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.p-arrivals-box__images .p-arrivals-icon {
  margin-bottom: 10px;
  display: none;
}
@media screen and (min-width: 576px) {
  .p-arrivals-box__images .p-arrivals-icon {
    display: block;
    margin-bottom: 0;
  }
}

/*情報*/
.p-arrivals-box__info {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-arrivals-box__info {
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-box__info {
    width: 60%;
  }
}

/*情報 上*/
.p-arrivals-info__main {
  padding-bottom: 5px;
  border-bottom: 1px dotted #dcdcdc;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .p-arrivals-info__main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
  }
}
.p-arrivals-info__main .p-arrivals-pay {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 576px) {
  .p-arrivals-info__main .p-arrivals-pay {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-arrivals-info__main .p-arrivals-floor-plan {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 576px) {
  .p-arrivals-info__main .p-arrivals-floor-plan {
    padding-left: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-arrivals-info__main .p-arrivals-floor-plan span {
  display: block;
}
@media screen and (min-width: 576px) {
  .p-arrivals-info__main .p-arrivals-floor-plan span {
    display: inline-block;
  }
}
.p-arrivals-info__main .p-arrivals-floor-plan .p-arrivals-floor-plan__main {
  font-weight: bold;
}
.p-arrivals-info__main .p-arrivals-floor-plan .p-arrivals-floor-plan__sub {
  margin-top: 3px;
}
@media screen and (min-width: 576px) {
  .p-arrivals-info__main .p-arrivals-floor-plan .p-arrivals-floor-plan__sub {
    margin: 0 0 0 5px;
  }
}

/*情報 下*/
.p-arrivals-info__sub {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-info__sub {
    margin-top: 8px;
  }
}

.p-arrivals-id {
  color: #666666;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
}
@media screen and (min-width: 576px) {
  .p-arrivals-id {
    display: block;
  }
}

.p-arrivals-address,
.p-arrivals-along,
.p-arrivals-tel,
.p-arrivals-fax,
.p-arrivals-another {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-arrivals-address,
  .p-arrivals-along,
  .p-arrivals-tel,
  .p-arrivals-fax,
  .p-arrivals-another {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-arrivals-address {
  background: url(../images/icon/icon_map_gold.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.p-arrivals-along {
  background: url(../images/icon/icon_train_gold.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.p-arrivals-tel {
  background: url(../images/icon/icon_tel_gray.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.p-arrivals-fax {
  background: url(../images/icon/icon_fax_gray.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.p-arrivals-another {
  background: url(../images/icon/icon_tr_right_gray.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.p-arrivals-another a {
  text-decoration: underline;
}

/*link*/
.p-arrivals-box__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 5px;
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-arrivals-box__link {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-arrivals-box__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    padding-bottom: 5px;
  }
}
.p-arrivals-box__link .p-arrivals-btn {
  margin: 0 5px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-arrivals-box__link .p-arrivals-btn {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 992px) {
  .p-arrivals-box__link .p-arrivals-btn {
    margin: 0 5px;
  }
}
.p-arrivals-box__link .p-arrivals-btn .c-basic-btn {
  height: 100%;
  line-height: 1.3;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 576px) {
  .p-arrivals-box__link .p-arrivals-btn .c-basic-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*status　商談中・完売・（非ログイン）会員専用物件
================*/
.p-arrivals-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.p-arrivals-status__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: inline-block;
  color: #ffffff;
  height: 65px;
  position: relative;
  z-index: 50;
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-arrivals-status__in .main {
  padding: 5px;
  letter-spacing: 1px;
  font-weight: normal !important;
}
@media screen and (min-width: 768px) {
  .p-arrivals-status__in .main {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .p-arrivals-status__in .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-arrivals-status__in .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-arrivals-status__in .sub {
  display: block;
  padding: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-arrivals-status__in .sub {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .p-arrivals-status__in .sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-arrivals-status__in .sub a {
  text-decoration: underline;
  color: #ffffff;
  transition: .3s;
  cursor: pointer;
}
.p-arrivals-status__in .sub a:hover {
  opacity: .7;
}
.p-arrivals-status.negotiations {
  background: rgba(118, 128, 114, 0.6);
}
.p-arrivals-status.negotiations .p-arrivals-status__in {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-arrivals-status.negotiations .main {
  background: url(../images/icon/icon_sale_w.svg) no-repeat left center;
  background-size: 40px 40px;
  padding-left: 45px;
  padding-left: 53px;
}
.p-arrivals-status.sold-out {
  background-color: rgba(146, 107, 111, 0.7);
}
.p-arrivals-status.sold-out .p-arrivals-status__in {
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(../images/icon/icon_iinvestment_w.svg) no-repeat left center;
  background-size: 28px 28px;
  padding-left: 33px;
}
@media screen and (min-width: 992px) {
  .p-arrivals-status.sold-out .p-arrivals-status__in {
    background: url(../images/icon/icon_iinvestment_w.svg) no-repeat left center;
    background-size: 28px 28px;
    padding-left: 33px;
  }
}
.p-arrivals-status.sold-out .p-arrivals-status__in .main {
  font-weight: bold;
}
.p-arrivals-status.members-only {
  z-index: 1;
}
.p-arrivals-status.members-only .members-only__on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 60;
}
.p-arrivals-status.members-only .p-arrivals-status__in {
  color: #1f3a65;
  font-weight: bold;
}
.p-arrivals-status.members-only .p-arrivals-status__in .sub a {
  color: #1f3a65;
}
.p-arrivals-status.members-only .main {
  background: url(../images/icon/icon_login_blue.svg) no-repeat left center;
  background-size: 22px 22px;
  padding-left: 27px;
  font-weight: bold !important;
}

.p-arrivals-box__members-only {
  background: rgba(183, 117, 49, 0.8);
  padding: 8px;
  margin-right: 5px;
  height: 28px;
  color: #ffffff;
  border-radius: 0 0 2px 0.2px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  width: 100%;
  max-width: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-arrivals-box__members-only {
    padding: 8px 12px;
    height: 38px;
    font-size: 13px;
    font-size: 0.8125rem;
    max-width: 150px;
  }
}

.p-arrivals-box__sale-property {
  background: #ccc4af;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-box__sale-property {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 38px;
    font-size: 13px;
    font-size: 0.8125rem;
    max-width: 120px;
  }
}
.p-arrivals-box__sale-property__in {
  display: inline-block;
  background: url(../images/icon/icon_building02_check_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-box__sale-property__in {
    padding: 12px 0;
    background: url(../images/icon/icon_building02_check_w.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 25px;
  }
}

/*画像
================*/
.p-arrivals-images {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-arrivals-images::before {
  content: '';
  display: block;
  padding-top: 130%;
}
@media screen and (min-width: 350px) {
  .p-arrivals-images::before {
    padding-top: 90%;
  }
}
@media screen and (min-width: 576px) {
  .p-arrivals-images::before {
    padding-top: 75%;
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-images::before {
    padding-top: 77%;
  }
}
.p-arrivals-images__in {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  max-height: 100%;
}

/*アイコン*/
.p-arrivals-icon__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.p-arrivals-icon__item {
  color: #3f3a39;
  padding: 5px;
  margin: 0 2px;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 5px;
  background-color: #b7d7de;
  font-weight: bold;
}
.p-arrivals-icon__item.favorite {
  border-color: #ccc4af;
  background: #ccc4af;
  color: #ffffff;
}

/*NEW*/
.p-arrivals-new {
  background: rgba(158, 64, 64, 0.8);
  padding: 0 0 2px;
  width: 150px;
  text-align: center;
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  position: absolute;
  top: 6px;
  left: -58px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-arrivals-new {
    padding: 2px 0 2px;
    top: 7px;
    left: -52px;
  }
}
.p-arrivals-new__in {
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-new__in {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/*価格ダウン*/
.p-arrivals-down {
  background: rgba(97, 139, 191, 0.8);
  padding: 0 0 2px;
  width: 150px;
  text-align: center;
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  position: absolute;
  top: 18px;
  left: -46px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-arrivals-down {
    padding: 2px 0 2px;
    top: 22px;
    left: -36px;
  }
}
.p-arrivals-down__in {
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .p-arrivals-down__in {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: inherit;
  }
}

/*沿線*/
.p-arrivals-along {
  line-height: 1.3;
}

/*マンション名*/
.p-arrivals-name {
  font-weight: bold;
}

/*価格*/
.p-arrivals-pay {
  font-weight: bold;
  color: #942525;
}
.p-arrivals-pay .small {
  font-size: 80%;
  display: inline-block;
  vertical-align: baseline;
}

/*table*/
.p-arrivals-info__table {
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*マンション詳細のみ*/
}
@media screen and (min-width: 768px) {
  .p-arrivals-info__table {
    margin: 20px 0;
  }
}
.p-arrivals-info__table--mansioninfo .p-arrivals-info__th {
  width: 30% !important;
}
.p-arrivals-info__table--mansioninfo .p-arrivals-info__td {
  width: 70% !important;
  background: #fff;
  text-align: left;
  padding-left: 5px;
}
.p-arrivals-info__th {
  width: 40%;
  font-size: 12px;
  font-size: 0.75rem;
  background: #e1e1e1;
  text-align: center;
  padding: 2px 5px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-info__th {
    width: 15%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-arrivals-info__td {
  width: 60%;
  margin-bottom: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
  background: #f7f7f7;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-info__td {
    width: 35%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*=========================
京都マンションデータ
===========================*/
.p-arrivals-list.mansion-list .p-arrivals-head__hit {
  vertical-align: bottom;
  max-width: 100%;
  margin-right: 0;
}
.p-arrivals-list.mansion-list .p-arrivals-head__hit::after {
  content: none;
}
.p-arrivals-list.mansion-list .p-arrivals-box__contents {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
.p-arrivals-list.mansion-list .p-arrivals-box__head {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-arrivals-list.mansion-list .p-arrivals-box__head {
    border-bottom: none;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-arrivals-list.mansion-list .p-arrivals-box__name {
  padding-left: 0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-arrivals-list.mansion-list .p-arrivals-box__name {
    padding: 0px;
    width: 100%;
  }
}
.p-arrivals-list.mansion-list .p-arrivals-info__sub .p-arrivals-id {
  background: #F6F6F6;
  padding: 2px;
  margin-bottom: 10px;
}
.p-arrivals-list.mansion-list .p-arrivals-info__table {
  max-width: 100%;
  margin: 10px 0 5px;
}
.p-arrivals-list.mansion-list .p-arrivals-info__table .p-arrivals-info__th {
  width: 25%;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-arrivals-list.mansion-list .p-arrivals-info__table .p-arrivals-info__td {
  width: 75%;
  background: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  padding-left: 5px;
}

/* 買いたい・売却===========*/
.p-arrivals-mansion-buy-sell {
  width: 100%;
  background: #F6F6F6;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-arrivals-mansion-buy-sell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
  }
}

/* 販売中物件===========*/
.p-arrivals-mansion-sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  background: #F6F6F6;
  padding: 10px;
  width: 100%;
}
.p-arrivals-mansion-sale__title {
  background: #F6F6F6;
  vertical-align: middle;
  font-size: 10px;
  font-size: 0.625rem;
  position: relative;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-arrivals-mansion-sale__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-arrivals-mansion-sale__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 576px) {
  .p-arrivals-mansion-sale__contents {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.p-arrivals-mansion-sale__contents a {
  text-decoration: underline;
}
.p-arrivals-mansion-sale__link {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px;
  display: block;
  font-weight: bold;
  vertical-align: middle;
  vertical-align: baseline;
  vertical-align: bottom;
}
@media screen and (min-width: 576px) {
  .p-arrivals-mansion-sale__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-arrivals-mansion-sale__link.normal {
  color: #244aa9;
  margin-bottom: 3px;
}
@media screen and (min-width: 576px) {
  .p-arrivals-mansion-sale__link.normal {
    margin-bottom: 0;
  }
}
.p-arrivals-mansion-sale__link.member {
  color: #942525;
}
.p-arrivals-mansion-sale__link .big {
  font-size: 130%;
}

/* ボタンエリア（売却相談とマンション詳細）===========*/
.p-arrivals-mansion-btn__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.p-arrivals-mansion-btn__item {
  width: 49.5%;
}
.p-arrivals-mansion-btn__item .c-basic-btn {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-arrivals-mansion-btn__item .c-basic-btn {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-arrivals-mansion-sale__title {
    max-width: 170px;
  }

  .p-arrivals-mansion-sale__details {
    max-width: 200px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 750px) {
  .p-arrivals-mansion-sale__title {
    max-width: 190px;
  }

  .p-arrivals-mansion-sale__details {
    max-width: 210px;
  }
}
/*=========================
【会員】買いたい登録
===========================*/
@media screen and (max-width: 575px) {
  .p-arrivals-box__contents.matching {
    display: block;
    padding: 10px;
  }
  .p-arrivals-box__contents.matching .p-arrivals-box__images {
    width: 100%;
    padding: 0;
  }
  .p-arrivals-box__contents.matching .p-arrivals-box__images .p-arrivals-images::before {
    padding-top: 60%;
  }
  .p-arrivals-box__contents.matching .p-arrivals-box__info {
    width: 100%;
  }
  .p-arrivals-box__contents.matching .p-arrivals-box__link {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
  }
}

/*削除*/
.p-matching-deldte {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: .3s;
  background: #666666;
  transition: .3s;
  cursor: pointer;
}
.p-matching-deldte:hover {
  opacity: .7;
}
.p-matching-deldte__btn {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon/icon_deldte_w.svg) no-repeat center;
  background-size: 75% 75%;
}
@media screen and (min-width: 768px) {
  .p-matching-deldte__btn {
    width: 35px;
    height: 35px;
  }
}

/*登録日・希望価格*/
.p-matching-info .p-arrivals-info__main {
  display: block;
}
.p-matching-info__table {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-matching-info__table.registration {
  margin-top: 10px;
}
.p-matching-info__th {
  font-size: 12px;
  font-size: 0.75rem;
  color: #959595;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .p-matching-info__th {
    margin-bottom: 10px;
    width: 150px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-matching-info__td {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  width: calc(100% - 100px);
}
@media screen and (min-width: 768px) {
  .p-matching-info__td {
    width: calc(100% - 150px);
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*コメント*/
.p-matching-comment {
  padding: 5px;
  margin: 10px auto;
  background: #F6F6F6;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-matching-comment {
    padding: 10px;
  }
}
.p-matching-comment__title {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-matching-comment__title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-matching-comment__text {
  padding: 5px;
  background: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-matching-comment__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*【会員】買いたい登録 編集
===========================*/
.p-matching-mod .p-arrivals-box__info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.p-matching-mod .p-matching-info__table.purchase {
  border-top: 1px dotted #dcdcdc;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .p-matching-mod .p-matching-info__table.purchase {
    display: block;
  }
  .p-matching-mod .p-matching-info__table.purchase .p-matching-info__th,
  .p-matching-mod .p-matching-info__table.purchase .p-matching-info__td {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .p-matching-mod .p-matching-info__table.purchase {
    margin-top: 10px;
  }
}
.p-matching-mod .p-matching-info__table.purchase .p-matching-info__th {
  padding: 8px 0;
}
.p-matching-mod .p-matching-comment {
  width: 100%;
}
.p-matching-mod .p-matching-comment .c-form-content .c-form-textarea {
  max-width: 100%;
}

/*【会員】最新物件情報メール
===========================*/
.p-mypage-news__configuration {
  margin-bottom: 15px;
}
.p-mypage-news__configuration .c-form--login {
  border-top: none;
}

/*=========================
こだわりマンション特集
===========================*/
.p-arrivals-feature__list {
  margin: 20px auto;
}
.p-arrivals-feature__item {
  margin-bottom: 20px;
}
.p-arrivals-feature__item a {
  display: inline-block;
  width: 100%;
}

/* =========================================================
arrivals-search - 物件検索関連
========================================================= */
/*サイド検索のある時
================*/
.p-arrivals-search-page {
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-arrivals-search-page {
    padding-bottom: 50px;
  }
}
.p-arrivals-search-page .l-main::before {
  background: #F6F6F6;
}
@media all and (-ms-high-contrast: none) {
  .p-arrivals-search-page .l-main::after {
    background: #F6F6F6;
  }
}
.p-arrivals-search-page--white {
  background: #fff;
}

/*沿線選択
=============*/
.p-arrivals-search-along {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0 5px;
  margin-bottom: 5px;
}
.p-arrivals-search-along__btn {
  margin: 0 5px 5px;
  background: #3f3a39;
  padding: 15px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-search-along__btn {
    display: none;
  }
}
.p-arrivals-search-along__btn.rotate .p-arrivals-search-along__btn__in {
  background: url(../images/icon/icon_up_thin_gray.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
.p-arrivals-search-along__btn__in {
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
.p-arrivals-search-along__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-arrivals-search-along__item {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
}

/*サイドの検索
=============*/
@media screen and (min-width: 768px) {
  .p-arrivals-search {
    -moz-box-shadow: 0 0 5px 0 transparent;
    -webkit-box-shadow: 0 0 5px 0 transparent;
    box-shadow: 0 0 5px 0 transparent;
  }
}
.p-arrivals-search__contents {
  background: #ffffff;
  margin-bottom: 50px;
}

/*=====================
サイドの検索
====================*/
/*【PC】title*/
.p-arrivals-search__title {
  display: none;
  padding: 10px;
  text-align: center;
  background-color: #3c4d69;
}
@media screen and (min-width: 768px) {
  .p-arrivals-search__title {
    display: block;
  }
}
.p-arrivals-search__title__in {
  background: url(../images/icon/icon_search_w.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
  display: inline-block;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*【sp】title・ボタン*/
.p-arrivals-search__open {
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  height: 55px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-search__open {
    display: none;
    background-color: #3f3a39;
  }
}
.p-arrivals-search__open__btn {
  width: 100%;
  margin: 0 auto;
  background: url(../images/icon/icon_up_w.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 18px;
  margin-right: -8px;
  background-color: #3f3a39;
  border: 1px solid #797575;
  padding: 10px 10px 0;
  height: 45px;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.p-arrivals-search__open__in {
  background: url(../images/icon/icon_search_w.svg) no-repeat left center;
  background-size: 13px 13px;
  padding-left: 18px;
  display: inline-block;
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-arrivals-search__open__in {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*開いた時*/
.js-clicked .p-arrivals-search__open__btn {
  width: 100%;
  background: url(../images/icon/icon_bottom_thin_gray.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 27px;
  margin-right: -12px;
  background-color: #3f3a39;
  margin: 0 auto;
}

/*検索項目
＝＝＝＝＝＝＝＝＝＝＝＝*/
/*項目タイトル*/
.p-search-contents__ttl__out {
  width: 100%;
  display: block;
  padding: 10px;
  background: url(../images/icon/icon_up_thin_gray.svg) no-repeat right 4.5px center;
  background-size: 9px 9px;
  padding-right: 16.2px;
  margin-right: -7.2px;
  font-size: 15px;
  font-size: 0.9375rem;
  transition: .3s;
  cursor: pointer;
  padding-right: 17px;
  background-color: #dedede;
}
.p-search-contents__ttl__out:hover {
  opacity: .7;
}
.p-search-contents__ttl__out.rotate {
  background: url(../images/icon/icon_bottom_thin_gray.svg) no-repeat right 4.5px center;
  background-size: 9px 9px;
  padding-right: 16.2px;
  margin-right: -7.2px;
  padding-right: 17px;
  background-color: #e9eef3;
  margin-bottom: 2px;
}
.p-search-contents__ttl__in {
  color: #333333;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
  		/*&:after {
              width: 100%;
              height: 3px;
              background: $gold-color;
              content: "";
              bottom: 0;
              left: 0;
              position: absolute;
              display: block;
          }*/
}

/*main*/
.p-search-contents__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #efefef;
  background: #ffffff;
}
.p-search-contents__main.js-accordion-sub {
  padding: 15px;
}
.p-search-contents__main .p-search-select {
  padding: 0;
}

/*ラジオボックス＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-search-radio input[type="radio"] {
  display: none;
}
.p-search-radio input[type="radio"]:checked + .p-search-radio__label {
  background-color: #bf7f49;
  border: 0;
  color: #ffffff;
}
.p-search-radio input[type="radio"]:checked + .p-search-radio__label .p-search-radio__title::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #bf7f49;
  margin-top: 6px;
  top: -4px;
  left: 2px;
}
.p-search-radio__label {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e8ebf1;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  transition: .3s;
  cursor: pointer;
  height: 40px;
  line-height: 30px;
  width: 100%;
}
.p-search-radio__label:hover {
  opacity: .7;
}
.p-search-radio__title {
  padding-left: 23px;
  position: relative;
}
.p-search-radio__title::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  margin-top: 6px;
}

/*チェックボックス＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-search-checkbox {
  width: auto;
  min-width: 48%;
  margin: 0 5px 5px 0;
}
@media screen and (min-width: 768px) {
  .p-search-checkbox {
    min-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-search-checkbox {
    min-width: 48%;
  }
}
.p-search-checkbox .p-search-checkbox__input {
  display: none;
}
.p-search-checkbox .p-search-checkbox__input:checked + .p-search-checkbox__label {
  background-color: #bf7f49;
  border: 0;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
  color: #ffffff;
}
.p-search-checkbox .p-search-checkbox__input:checked + .p-search-checkbox__label .p-search-checkbox__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 6px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 3px solid #bf7f49;
  border-right: 3px solid #bf7f49;
}
.p-search-checkbox__label {
  width: 100%;
  display: inline-block;
  background: #e8ebf1;
  padding: 5px 6px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  transition: .3s;
  cursor: pointer;
  height: 40px;
  line-height: 30px;
}
.p-search-checkbox__label:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .p-search-checkbox__label {
    font-weight: bold;
  }
}
.p-search-checkbox__title {
  padding-left: 22px;
  position: relative;
  letter-spacing: -0.08em;
}
.p-search-checkbox__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffffff;
  margin-top: 9px;
}

/*セレクト＝＝＝＝＝＝＝＝＝*/
.p-search-select {
  width: 100%;
  width: 100%;
  padding: 0px 15px 15px 15px;
}
.p-search-select:first-of-type {
  padding-top: 0;
}
.p-search-select:last-of-type {
  border-bottom: none;
}
.p-search-select__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
.p-search-select__in .small {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
}
.p-search-select__in.radio {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-search-select__in.radio li {
  margin: 5px;
  width: 46%;
}
.p-search-select__title {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3f3a39;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  /* background: #efeee7; */
  padding: 2px 7px;
  margin: 0.8em 0;
  border-left: solid #ccc5b7 3px;
}

/*送信ボタン＝＝＝＝＝＝＝＝＝*/
.p-arrivals-search__submit {
  padding: 15px 10px 20px;
}
.p-arrivals-search__submit input[type="submit"] {
  display: none;
}
.p-arrivals-search__submit .c-basic-btn {
  width: 100%;
}
.p-arrivals-search__submit .c-basic-btn__in {
  background: url(../images/icon/icon_search_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*条件を一括削除＝＝＝＝＝＝＝＝＝*/
.p-arrivals-search__reset {
  text-align: center;
  padding-top: 10px;
}
.p-arrivals-search__reset__in {
  display: inline-block;
  background: url(../images/icon/icon_close_gray.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  text-decoration: underline;
  transition: .3s;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-arrivals-search__reset__in:hover {
  opacity: .7;
}

/*閉じる*/
.p-arrivals-search__close {
  background: #666666;
  padding: 15px;
  text-align: center;
}
.p-arrivals-search__close__in {
  background: url(../images/icon/icon_close_w.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
  color: #ffffff;
}

/*価格=========*/
/*駅=========*/
/*エリア=========*/
/*物件公開種別=========*/
/*特集=========*/
/*設備=========*/
/*条件をもっと絞り込む=========*/
/*フリーワード=========*/
.p-search-free-word .c-form-cfcheck-search {
  width: 100%;
}

/*該当なし====================*/
.p-arrivals-not-applicable {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  padding: 50px 0;
  background: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .p-arrivals-not-applicable {
    padding: 10px 10px 20px;
  }
}
.p-arrivals-not-applicable__in {
  padding: 50px 0;
}

/* =========================================================
arrivals-detail.scss - 物件詳細ページ
========================================================= */
.p-detail {
  margin-bottom: 5px;
  padding-bottom: 20px;
}
.p-detail .l-main--left {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-detail .l-main--left {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 992px) {
  .p-detail .l-main--left {
    width: calc(100% - 400px);
  }
}
.p-detail .l-side {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-detail .l-side {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-detail .l-side {
    max-width: 400px;
  }
}

/*画像
================*/
.p-detail-point {
  background: #fff;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-detail-point {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-detail-point__id {
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  color: #4d638c;
}
@media screen and (min-width: 768px) {
  .p-detail-point__id {
    text-align: inherit;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*画像
================*/
.p-detail-images {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .p-detail-images {
    margin-bottom: 20px;
  }
}
.p-detail-images__list {
  background: #ffffff;
}
.p-detail-images__item .p-arrivals-images {
  max-height: 250px;
}
.p-detail-images__item .p-arrivals-images:hover {
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .p-detail-images__item .p-arrivals-images {
    max-height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-images__item .p-arrivals-images {
    max-height: 450px;
  }
}
.p-detail-images__item .p-arrivals-images .p-arrivals-images__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-detail-images-print {
  display: none;
}
.p-detail-images .js-slick__next {
  background-size: 20px 20px;
  right: 5px;
  background-color: rgba(173, 172, 144, 0.2);
  border-radius: 0;
  width: 30px;
  height: 30px;
}
.p-detail-images .js-slick__prev {
  background-size: 20px 20px;
  left: 5px;
  background-color: rgba(173, 172, 144, 0.2);
  border-radius: 0;
  width: 30px;
  height: 30px;
}

/*お気にいりボタン
================*/
.p-detail__favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}

/*種別*/
.p-detail-catgory {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: center;
  margin-top: -15px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-detail-catgory {
    margin-top: -35px;
  }
}
@media screen and (min-width: 992px) {
  .p-detail-catgory {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-detail-catgory__item {
  margin-left: 4px;
  border-radius: 1px;
  transition: .3s;
  cursor: pointer;
  padding: 5px 5px;
}
.p-detail-catgory__item:hover {
  opacity: .7;
}
.p-detail-catgory__item a {
  color: #fff;
}
.p-detail-catgory__item--gray {
  background: #e5e5e5;
}
.p-detail-catgory__item--gray a {
  color: #333333;
}
.p-detail-catgory__item--blue {
  background-color: #4d638c;
}
.p-detail-catgory__item--orange {
  background-color: #bb6f39;
}
.p-detail-catgory__item--green {
  background-color: #4a6b44;
}
.p-detail-catgory__item--red {
  background-color: #8d5555;
}
.p-detail-catgory__item__in {
  color: #333333;
}

/*情報
=================*/
.p-detail-info {
  background: #ffffff;
  padding: 10px;
}
.p-detail-info__id {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 153%;
}
@media screen and (min-width: 768px) {
  .p-detail-info__id {
    margin-top: -18px;
  }
}
.p-detail-info__in {
  padding: 10px;
}
.p-detail-info__title {
  margin-bottom: 0.5em;
}
.p-detail-info__name {
  color: #3f3a39;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-detail-info__name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-detail-info__mansion {
  color: #3f3a39;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(../images/icon/icon_right_thin_black.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
  text-align: right;
  width: 100%;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-detail-info__mansion {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-detail-info__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  /*テーブル設定*/
}
.p-detail-info__main .p-arrivals-pay .small {
  font-size: 60%;
  padding-left: 3px;
  color: #333333;
}
.p-detail-info__main .p-arrivals-pay__sub {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
}
@media screen and (min-width: 576px) {
  .p-detail-info__main .p-arrivals-pay__sub {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 10px;
  }
}
.p-detail-info__main .p-arrivals-info__td {
  text-align: left;
}
.p-detail-info .p-arrivals-floor-plan {
  font-weight: bold;
  color: #5a6f5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 10px;
}
.p-detail-info .p-arrivals-floor-plan__main {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-detail-info .p-arrivals-floor-plan__sub {
  margin: 0 !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-detail-info__lone-btn {
  margin-top: 5px;
  text-align: center;
}
.p-detail-info__lone-btn .c-basic-btn {
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .p-detail-info__lone-btn .c-basic-btn {
    max-width: 200px;
  }
}
@media screen and (min-width: 576px) {
  .p-detail-info__lone-btn {
    width: auto;
    position: absolute;
    bottom: 3px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-info__lone-btn {
    width: auto;
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
    width: 100%;
  }
}

/*スライダーサムネイル
=================*/
.js-slick-photo-thumb .slick-track {
  transform: unset !important;
}
.js-slick-photo-thumb .slick-list {
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.js-slick-photo-thumb .slick-track {
  padding: 0 !important;
  position: relative;
}
.js-slick-photo-thumb .slick-cloned {
  display: none;
}
.js-slick-photo-thumb .slick-track {
  width: 377px !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transform: translate3d(0px, 0px, 0px) !important;
}
.js-slick-photo-thumb .slick-slide {
  height: inherit;
}

.p-detail-info__thumb {
  padding: 0;
  max-height: 300px;
  width: 381px;
  overflow-y: scroll;
  margin-left: -9px;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}
.p-detail-info__thumb::-webkit-scrollbar {
  width: 15px;
}
.p-detail-info__thumb::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
.p-detail-info__thumb::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc4af;
}

.p-detail-images__thumb {
  display: none;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .p-detail-images__thumb {
    display: block;
    padding: 0 2px;
  }
}
.p-detail-images__thumb .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-detail-images__thumb .p-detail-images__thumb__item {
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: .3s;
  cursor: pointer;
  position: relative;
}
.p-detail-images__thumb .p-detail-images__thumb__item:hover {
  opacity: .7;
}
.p-detail-images__thumb .p-detail-images__thumb__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-detail-images__thumb .p-detail-images__thumb__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  padding: 3px;
}
.p-detail-images__thumb .js-slick__next {
  background-size: 10px 8px;
  right: -21px;
  background-color: rgba(173, 172, 144, 0.2);
  border-radius: 0;
  width: 22px;
  height: 22px;
}
.p-detail-images__thumb .js-slick__prev {
  background-size: 10px 8px;
  left: -21px;
  background-color: rgba(173, 172, 144, 0.2);
  border-radius: 0;
  width: 22px;
  height: 22px;
}
.p-detail-images__thumb .slick-dots li.slick-active .js-slick__dots-item {
  color: #ccc4af;
}
.p-detail-images__thumb .slick-dots li .js-slick__dots-item {
  color: #e6e6e6;
}
.p-detail-images__thumb .slick-dots {
  bottom: -11px;
}

/*お問い合わせボタン*/
@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*SNS*/
.p-detail-inquery {
  background: #fff;
  padding: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .p-detail-inquery {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-detail-inquery--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.p-detail-inquery__list {
  margin: 0 5px;
  margin-right: 10xpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .p-detail-inquery__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-detail-inquery__item {
  margin: 0 5px 5px;
}
@media screen and (min-width: 1200px) {
  .p-detail-inquery__item {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  .p-detail-inquery__item .c-basic-btn {
    width: inherit;
    min-width: 280px;
  }
}
.p-detail-inquery__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
  min-height: 45px;
}
@media screen and (min-width: 768px) {
  .p-detail-inquery__sns {
    margin-top: 0;
    max-height: 45px;
  }
}
.p-detail-inquery__sns-ttl {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0.3em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
.p-detail-inquery__sns-ttl span {
  width: 33%;
}
.p-detail-inquery__sns-ttl:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #c2b89d;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 33%;
}
.p-detail-inquery__sns-ttl:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  background-color: #c2b89d;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 33%;
}

/*SNS*/
.p-detail-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-detail-sns__item {
  margin: 0 5px;
  max-height: 22px;
}

/*周辺マップ
===================*/
.p-detail-map {
  margin-bottom: 2em;
}

/*ローンシミュレーション
===================*/
.p-detail-loan {
  background: #fff;
  padding: 10px;
}
.p-detail-loan .c-ifream {
  padding-top: 180%;
}
@media screen and (min-width: 350px) {
  .p-detail-loan .c-ifream {
    padding-top: 162%;
  }
}
@media screen and (min-width: 576px) {
  .p-detail-loan .c-ifream {
    padding-top: 96%;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-loan .c-ifream {
    padding-top: 41%;
  }
}
@media screen and (min-width: 992px) {
  .p-detail-loan .c-ifream {
    padding-top: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .p-detail-loan .c-ifream {
    padding-top: 28%;
  }
}

.p-loan-simulation::before {
  content: none;
}

.p-loan__head {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding: 15px 10px 10px;
  background: #f5f4ef;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-loan__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    white-space: nowrap;
  }
}
.p-loan__head::before {
  content: "▼";
  color: #f5f4ef;
  font-size: 15px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.p-loan__head .txtPrice {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 5px;
  font-weight: bold;
  font-size: 180%;
  color: #942525;
}
.p-loan__head .txtPrice .small {
  font-size: 50%;
  padding-left: 3px;
  color: #333333;
}
.p-loan__head .c-form-select {
  display: inline-block;
  max-width: 80px;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-loan__head .c-form-select {
    min-width: 80px;
    width: 100%;
  }
}
.p-loan__head .c-form-text {
  margin: 0 5px;
  max-width: 80px;
}
.p-loan__btn {
  text-align: center;
}
.p-loan__btn .c-basic-btn {
  max-width: 200px;
}
.p-loan__text {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-loan__text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    white-space: nowrap;
  }
}
.p-loan__text .c-form-input {
  display: inline-block;
  padding: 0 5px;
  margin: 0 3px;
}

/*結果*/
.p-loan-contents {
  margin-top: 20px;
}
.p-loan-contents__title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #3f3a39;
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-loan-contents__title:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3f3a39;
  margin-right: 5px;
}
.p-loan-contents .c-table__width {
  border-top: none;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .p-loan-contents .c-table__width {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
}
.p-loan-contents .c-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #cccccc;
}
.p-loan-contents .c-table .c-th {
  width: 100px;
  background-color: #e7e6de;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-loan-contents .c-table .c-th {
    width: 100%;
  }
}
.p-loan-contents .c-table .c-td {
  width: calc(100% - 100px);
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-loan-contents .c-table .c-td {
    width: 100%;
  }
}

/*詳細*/
.p-detail-detailed {
  padding: 10px;
}

/*==============
マンションデータ 詳細
================*/
.c-main-ttl.mansion .p-arrivals-box__sale-property {
  margin: 10px auto 0;
  max-width: 150px;
}
.c-main-ttl.mansion .p-arrivals-box__sale-property .p-arrivals-box__sale-property__in {
  color: #ffffff;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media screen and (min-width: 768px) {
  .p-detail-room-link__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0 -15px 10px;
  }
}
.p-detail-room-link__box {
  border: 2px solid #3f3a39;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-detail-room-link__box {
    margin: 0 15px;
  }
}
.p-detail-room-link__box__title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  padding: 10px 0;
}
.p-detail-room-link__box__link .c-basic-btn {
  padding: 20px 10px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.p-detail-room-link__box.sell {
  border-color: #3f3a39;
  background: #ffffff;
}
.p-detail-room-link__box.sell .p-detail-room-link__box__title {
  color: #3f3a39;
  background: url(../images/icon/icon_sell_main.svg) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 30px;
}
.p-detail-room-link__box.buy {
  border-color: #ccc4af;
  background: #ffffff;
}
.p-detail-room-link__box.buy .p-detail-room-link__box__title {
  color: #ccc4af;
  background: url(../images/icon/icon_buy_sub01.svg) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 30px;
}
.p-detail-room-link__text {
  color: #666666;
  text-align: center;
}
.p-detail-room-link__text::before {
  content: "■";
  color: #3f3a39;
}

.p-detail-room-list.mansion .p-room-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-detail-room-list.mansion .p-room-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.p-detail-room-list.mansion .p-room-list__list .p-room-list__item {
  width: 100%;
  max-width: 340px;
}
.p-detail-room-list.mansion .p-arrivals-simple {
  border: 1px solid #959595;
  padding: 0;
}
.p-detail-room-list.mansion .p-arrivals-simple .p-arrivals-simple__info {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-detail-room-list.mansion .p-arrivals-simple__contents {
    padding-top: 0;
  }
}

/*==============
販売中物件が無かった時
================*/
.p-arrivals-no-item__box {
  padding-left: 60px;
  background-size: 50px 50px;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item__box {
    padding-left: 110px;
    background-size: 90px 90px;
    min-height: 90px;
    margin-bottom: 30px;
  }
}
.p-arrivals-no-item__box.sorry {
  background-image: url("../images/mansion/sale_talk_sorry.png");
}
.p-arrivals-no-item__box.sorry .p-arrivals-no-item__box-in {
  max-width: 700px;
}
.p-arrivals-no-item__box.list {
  background-image: url("../images/mansion/sale_talk_list.png");
}
.p-arrivals-no-item__box.buy {
  background-image: url("../images/mansion/sale_talk_buy.png");
}
.p-arrivals-no-item__box.buy .p-arrivals-no-item__box-in {
  max-width: 800px;
}
.p-arrivals-no-item__box.request {
  background-image: url("../images/mansion/sale_talk_request.png");
}
.p-arrivals-no-item__box.request .p-arrivals-no-item__box-in {
  max-width: 800px;
}
.p-arrivals-no-item__box.sell {
  background: url("../images/mansion/sale_talk_sell.png") no-repeat right top;
  background-size: 50px 50px;
  padding: 0 60px 0 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item__box.sell {
    background-size: 90px 90px;
    padding: 0 110px 0 0;
  }
}
.p-arrivals-no-item__box.sell .p-arrivals-no-item__box-in {
  max-width: 700px;
  display: inline-flex;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item__box.sell .p-arrivals-no-item__box-in .p-arrivals-no-item__contents {
    text-align: center;
  }
}
.p-arrivals-no-item__box.sell .p-arrivals-no-item__box-in::before {
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #1f3a65;
  right: -10px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item__box.sell .p-arrivals-no-item__box-in::before {
    right: -15px;
  }
}
.p-arrivals-no-item__box-in {
  background: #3f3a39;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item__box-in {
    padding: 15px;
    min-height: 90px;
  }
}
.p-arrivals-no-item__box-in::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #3f3a39 transparent transparent;
  position: absolute;
  left: -10px;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item__box-in::before {
    left: -15px;
    top: 40px;
  }
}
.p-arrivals-no-item__contents {
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item__contents {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }
}
.p-arrivals-no-item__contents .strong {
  font-size: 120%;
  font-weight: bold;
  color: #ccc4af;
}
.p-arrivals-no-item__contents a {
  color: #ccc4af;
  text-decoration: underline;
  font-weight: bold;
}
.p-arrivals-no-item__contents-btn {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item__contents-btn {
    display: inline-block;
    margin: 10px;
  }
}
.p-arrivals-no-item__contents-btn .c-basic-btn {
  border: 2px solid #ffffff;
}
.p-arrivals-no-item__contents-btn .c-basic-btn__in {
  color: #ffffff;
}
.p-arrivals-no-item .p-arrivals-no-item__list {
  margin-top: 10px;
}
.p-arrivals-no-item .p-arrivals-no-item__list.p-room-list__list .p-room-list__item {
  padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item .p-arrivals-no-item__list.p-room-list__list .p-room-list__item {
    max-width: calc(100% / 3);
    padding: 10px;
  }
}
.p-arrivals-no-item .p-arrivals-no-item__list.p-room-list__list .p-room-list__item .p-arrivals-simple {
  background: #ffffff;
}
@media screen and (min-width: 350px) {
  .p-arrivals-no-item .p-arrivals-no-item__list.p-room-list__list .p-room-list__item .p-arrivals-simple .p-arrivals-simple__images {
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item .p-arrivals-no-item__list.p-room-list__list .p-room-list__item .p-arrivals-simple .p-arrivals-simple__images {
    max-width: 100%;
  }
}
@media screen and (min-width: 350px) {
  .p-arrivals-no-item .p-arrivals-no-item__list.p-room-list__list .p-room-list__item .p-arrivals-simple .p-arrivals-simple__contents {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 768px) {
  .p-arrivals-no-item .p-arrivals-no-item__list.p-room-list__list .p-room-list__item .p-arrivals-simple .p-arrivals-simple__contents {
    width: 100%;
  }
}

/*==============
誘導設計
================*/
.p-detail-guidance__ttl {
  border-bottom: none;
}
.p-detail-guidance__ttl img {
  max-width: 1150px;
  width: 100%;
}
.p-detail-guidance__ttl .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__ttl .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__ttl .sp {
    display: none;
  }
}
.p-detail-guidance__date {
  width: 100%;
  max-width: 920px;
  margin: 70px auto;
  padding: 30px 10px;
  background: #FFFEEC;
  text-align: center;
  position: relative;
}
.p-detail-guidance__date::before, .p-detail-guidance__date::after {
  content: "▼▼▼";
  letter-spacing: 10px;
  color: #ccc4af;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-detail-guidance__date::before {
  top: -45px;
}
.p-detail-guidance__date::after {
  bottom: -45px;
}
.p-detail-guidance__date-txt {
  font-weight: bold;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__date-txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-detail-guidance__date-txt .option01 {
  color: #ccc4af;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__date-txt .option01 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-detail-guidance__date-txt .option02 {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__date-txt .option02 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-detail-guidance__date-txt .option-on {
  position: relative;
}
.p-detail-guidance__date-txt .option-on::before {
  content: none;
  background: #FFE8E8;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 170px;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__date-txt .option-on::before {
    content: '';
  }
}
.p-detail-guidance__date-txt .option03 {
  color: #ccc4af;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__date-txt .option03 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-detail-guidance__date-txt .option04 {
  color: #ccc4af;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__date-txt .option04 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-detail-guidance__date.box02 {
  margin: 0 auto;
}
.p-detail-guidance__date.box02::before, .p-detail-guidance__date.box02::after {
  content: none;
}
.p-detail-guidance__date.box02 .p-detail-guidance__date-txt .option-on::before {
  max-width: 240px;
}
.p-detail-guidance__date.box03::after {
  content: none;
}
.p-detail-guidance__date.box03 .p-arrivals-btn-form {
  margin-top: 15px;
  max-width: 400px;
}
.p-detail-guidance__sample {
  width: 100%;
  max-width: 920px;
  padding-top: 20px;
  margin: 0 auto 70px;
}
.p-detail-guidance__sample-title {
  padding: 20px 10px;
  margin: 0 auto 20px;
  text-align: center;
  background: #ccc4af;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 1.3;
}
.p-detail-guidance__sample-contents {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__sample-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-detail-guidance__sample-img {
  display: block;
  max-width: 380px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__sample-img {
    margin: 0;
  }
}
.p-detail-guidance__sample-years {
  display: block;
  margin: 10px auto;
  background: #959595;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  max-width: 100px;
  height: 100px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__sample-years {
    margin: 0 10px;
  }
}
.p-detail-guidance__btn {
  padding-top: 20px;
  text-align: center;
}
.p-detail-guidance__btn .c-basic-btn {
  max-width: 400px;
}
.p-detail-guidance__btn .c-basic-btn__in {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-detail-guidance__btn .c-basic-btn__in {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*==============
物件お問い合せフォーム
================*/
.p-detail-info--inquiry .p-arrivals-info__table {
  max-width: 100%;
  margin-bottom: 0;
}

/*=============
戻る
==============*/
.p-detail-back {
  padding: 15px 0;
}
.p-detail-back__in {
  background: #F6F6F6;
  padding: 10px;
}
.p-detail-back__link {
  text-decoration: underline;
  color: #666666;
}
.p-detail-back__link__in {
  font-size: 12px;
  font-size: 0.75rem;
  background: url(../images/icon/icon_left_gray.svg) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
}

/* =========================================================
arrivals-map - 物件表示関連
========================================================= */
.p-arrivals-map__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  .p-arrivals-map__container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-arrivals-map__area {
  width: 775px;
  margin-right: 15px;
}
.p-arrivals-map__area img {
  width: 775px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-arrivals-map__area {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .p-arrivals-map__area {
    display: none;
  }
}
.p-arrivals-map__btn {
  width: 380px;
}
@media screen and (max-width: 1200px) {
  .p-arrivals-map__btn {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-arrivals-map__btn .p-md-ttl {
    display: none;
  }
}
.p-arrivals-map-container {
  position: relative;
  height: auto;
}
.p-arrivals-map-container:before {
  /*content: "";
  display: block;
  padding-top: 100%;*/
}
.p-arrivals-map-link {
  height: 100%;
  width: 100%;
  z-index: 2;
}
.p-arrivals-map-link img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
.p-arrivals-map-btn {
  margin-bottom: 5em;
}
.p-arrivals-map-btn__link {
  position: relative;
  margin: 0;
}
.p-arrivals-map-btn__item {
  margin-bottom: 2px;
  padding-right: 2px;
  padding-left: 2px;
}
.p-arrivals-map-btn__item .c-basic-btn {
  background: url(../images/icon/icon_right_w.svg) no-repeat right 4px center;
  background-size: 8px 8px;
  padding-right: 14.4px;
  margin-right: -6.4px;
  font-weight: normal;
  color: #fff;
  border: none;
}
.p-arrivals-map-btn__item .c-basic-btn.kamigyo {
  background-color: #94c8dc;
}
.p-arrivals-map-btn__item .c-basic-btn.nakagyo {
  background-color: #d9d040;
}
.p-arrivals-map-btn__item .c-basic-btn.shimogyo {
  background-color: #925da3;
}
.p-arrivals-map-btn__item .c-basic-btn.higashiyama {
  background-color: #88d8ae;
}
.p-arrivals-map-btn__item .c-basic-btn.sakyo {
  background-color: #6ea6af;
}
.p-arrivals-map-btn__item .c-basic-btn.kita {
  background-color: #7779a6;
}
.p-arrivals-map-btn__item .c-basic-btn.yamashina {
  background-color: #eb8457;
}
.p-arrivals-map-btn__item .c-basic-btn.ukyo {
  background-color: #d29d5d;
}
.p-arrivals-map-btn__item .c-basic-btn.saikyo {
  background-color: #759448;
}
.p-arrivals-map-btn__item .c-basic-btn.minami {
  background-color: #c65d4a;
}
.p-arrivals-map-btn__item .c-basic-btn.hushimi {
  background-color: #5f84cb;
}
.p-arrivals-map-btn__item .c-basic-btn.other {
  background-color: #949494;
}

/* =========================================================
arrivals-map - 物件表示関連
========================================================= */
.yamashina {
  top: 52.4%;
  left: 79.9%;
}

.kyoto {
  top: 52.5%;
  left: 50.5%;
}

.nishioji {
  top: 53.2%;
  left: 36.5%;
}

.katsuragwa {
  top: 57.5%;
  left: 32.5%;
}

.mukomachi {
  top: 61.5%;
  left: 29%;
}

.nagaokakyo {
  top: 65%;
  left: 25.5%;
}

.umekojikyotonishi {
  top: 51.5%;
  left: 43%;
}

.tanbaguchi {
  top: 48.5%;
  left: 42%;
}

.nijyo {
  top: 38.6%;
  left: 42.1%;
}

.enmachi {
  top: 28.2%;
  left: 39.5%;
}

.hanazono {
  top: 28.2%;
  left: 36.5%;
}

.uzumasa {
  top: 28.2%;
  left: 30.5%;
}

.sagaarashiyama {
  top: 28.2%;
  left: 21.2%;
}

/*.otsukyo {
	top: 0%;
	left: 0%
}

.karasaki {
	top: 0%;
	left: 0%
}

.hieizansakamoto {
	top: 0%;
	left: 0%
}

.ogoto {
	top: 0%;
	left: 0%
}

.katata {
	top: 0%;
	left: 0%
}

.ono {
	top: 0%;
	left: 0%
}

.wanih {
	top: 0%;
	left: 0%
}

.ourai {
	top: 0%;
	left: 0%
}

.shiga {
	top: 0%;
	left: 0%
}

.hira {
	top: 0%;
	left: 0%
}

.omimaiko {
	top: 0%;
	left: 0%
}

.kitakomatsu {
	top: 0%;
	left: 0%
}

.omitakashima {
	top: 0%;
	left: 0%
}

.adogawa {
	top: 0%;
	left: 0%
}

.shinasahi {
	top: 0%;
	left: 0%
}

.omiimazu {
	top: 0%;
	left: 0%
}

.ominakasyo {
	top: 0%;
	left: 0%
}

.makino {
	top: 0%;
	left: 0%
}

.nagahara {
	top: 0%;
	left: 0%
}

.omishiozu {
	top: 0%;
	left: 0%
}*/
.tohukuji {
  top: 0%;
  left: 0%;
}

.jrhuzimori {
  top: 68.1%;
  left: 64.8%;
}

.momoyama {
  top: 75.1%;
  left: 64.8%;
}

.rokuzizo_jr {
  top: 84%;
  left: 70.6%;
}

.kowata_jr {
  top: 89%;
  left: 75.3%;
}

.oubaku_jr {
  top: 94%;
  left: 75.3%;
}

/*
.uzi {
	top: 0%;
	left: 0%
}

.jrogura {
	top: 0%;
	left: 0%
}

.shinden {
	top: 0%;
	left: 0%
}

.zyouyou {
	top: 0%;
	left: 0%
}

.nagaike {
	top: 0%;
	left: 0%
}

.yamashiroaotani {
	top: 0%;
	left: 0%
}

.yamashirotaga {
	top: 0%;
	left: 0%
}

.tamamizu {
	top: 0%;
	left: 0%
}

.tanakura {
	top: 0%;
	left: 0%
}

.kamikoma {
	top: 0%;
	left: 0%
}

.kizu {
	top: 0%;
	left: 0%
}

.narayamaeki {
	top: 0%;
	left: 0%
}

.nara {
	top: 0%;
	left: 0%
}
*/
.hashimoto {
  top: 91.5%;
  left: 44%;
}

.yawata {
  top: 88.2%;
  left: 46.9%;
}

.otokoyamasanjyo {
  top: 90.4%;
  left: 49.9%;
}

.yodo {
  top: 85.2%;
  left: 49.1%;
}

.chushojima {
  top: 84.4%;
  left: 52.9%;
}

.hushimimomoyama {
  top: 81.4%;
  left: 55.2%;
}

.tanbabashi {
  top: 77.2%;
  left: 57.8%;
}

.sumizome {
  top: 74.2%;
  left: 57.7%;
}

.hujimori {
  top: 70.5%;
  left: 57.7%;
}

.hukakusa {
  top: 66.7%;
  left: 57.7%;
}

.hushimiinari {
  top: 63.3%;
  left: 57.7%;
}

.tobakaido {
  top: 0%;
  left: 0%;
  top: 59.4%;
  left: 57.7%;
}

.tohukuji {
  top: 56.1%;
  left: 57.8%;
}

.inari {
  top: 61.1%;
  left: 64.8%;
}

.shitijyo {
  top: 0%;
  left: 0%;
  top: 50.5%;
  left: 57.7%;
}

.kiyomizugozyo {
  top: 0%;
  left: 0%;
  top: 46.8%;
  left: 57.7%;
}

.gionshijyo {
  top: 0%;
  left: 0%;
  top: 43.3%;
  left: 57.7%;
}

.sanjyo {
  top: 0%;
  left: 0%;
  top: 40.1%;
  left: 57.8%;
}

.jingumarutamachi {
  top: 0%;
  left: 0%;
  top: 34.9%;
  left: 57.7%;
}

.demachiyanagi {
  top: 0%;
  left: 0%;
  top: 30.8%;
  left: 57.7%;
}

.kangetsukyo {
  top: 0%;
  left: 0%;
  top: 84.4%;
  left: 61.9%;
}

.momoyamaminamiguchi {
  top: 0%;
  left: 0%;
  top: 84.4%;
  left: 65.9%;
}

.rokujizo {
  top: 0%;
  left: 0%;
  top: 86%;
  left: 69.9%;
}

.kowata {
  top: 90.4%;
  left: 73.4%;
}

.oubaku {
  top: 93.5%;
  left: 73.4%;
}

/*.miimurodo {
	top: 0%;
	left: 0%
}

.uji {
	top: 0%;
	left: 0%
}*/
.misasagi {
  top: 48.6%;
  left: 73%;
}

.keihanyamashina {
  top: 0%;
  left: 0%;
  top: 54.3%;
  left: 81%;
}

/*.shinomiya {
	top: 0%;
	left: 0%
} */
/*.sakamoto {
	top: 0%;
	left: 0%
}

.matsunobanba {
	top: 0%;
	left: 0%
}

.anoo {
	top: 0%;
	left: 0%
}

.shigasato {
	top: 0%;
	left: 0%
}

.minamishiga {
	top: 0%;
	left: 0%
}

.omizingu {
	top: 0%;
	left: 0%
}

.ojiyama {
	top: 0%;
	left: 0%
}

.bessyo {
	top: 0%;
	left: 0%
}

.miidera {
	top: 0%;
	left: 0%
}

.hamaotsu {
	top: 0%;
	left: 0%
}

.shimonoseki {
	top: 0%;
	left: 0%
}

.ishiba {
	top: 0%;
	left: 0%
}

.keihanzeze {
	top: 0%;
	left: 0%
}

.nishiki {
	top: 0%;
	left: 0%
}

.zezehonmachi {
	top: 0%;
	left: 0%
}

.nakanosyo {
	top: 0%;
	left: 0%
}

.kawaragahama {
	top: 0%;
	left: 0%
}

.awazu {
	top: 0%;
	left: 0%
}

.keihanishiyama {
	top: 0%;
	left: 0%
}

.karahashi {
	top: 0%;
	left: 0%
}

.ishiyamadera {
	top: 0%;
	left: 0%
} 
*/
.kawaramachi {
  top: 44.2%;
  left: 55%;
}

.karasuma {
  top: 0%;
  left: 0%;
  top: 44.2%;
  left: 51.9%;
}

.omiya {
  top: 0%;
  left: 0%;
  top: 44.2%;
  left: 46%;
}

.saiinn {
  top: 0%;
  left: 0%;
  top: 45.2%;
  left: 34.5%;
}

.nishikyogoku {
  top: 0%;
  left: 0%;
  top: 49.2%;
  left: 30.6%;
}

.katsura {
  top: 0%;
  left: 0%;
  top: 52.6%;
  left: 27.6%;
}

.rakusaiguchi {
  top: 0;
  left: 0%;
  top: 56%;
  left: 24.6%;
}

.higashimukou {
  top: 0%;
  left: 0%;
  top: 58.5%;
  left: 22.2%;
}

.nisimukou {
  top: 0%;
  left: 0%;
  top: 61%;
  left: 20%;
}

.nagaokatenjin {
  top: 0%;
  left: 0%;
  top: 63.5%;
  left: 17.8%;
}

.nishiyamatennozan {
  top: 0%;
  left: 0%;
  top: 66%;
  left: 15.5%;
}

.oyamazaki {
  top: 0%;
  left: 0%;
  top: 68.5%;
  left: 13.3%;
}

.kamikatsura {
  top: 46%;
  left: 21.3%;
}

.matsuotaisya {
  top: 0%;
  left: 0%;
  top: 42%;
  left: 21.3%;
}

.arashiyama {
  top: 0%;
  left: 0%;
  top: 38%;
  left: 21.3%;
}

.kokusaikaikan {
  top: 15.5%;
  left: 62%;
}

.matsugasaki {
  top: 19.5%;
  left: 58.5%;
}

.kitayama {
  top: 0%;
  left: 0%;
  top: 19.5%;
  left: 53.5%;
}

.kitaoji {
  top: 0%;
  left: 0%;
  top: 22.5%;
  left: 50.6%;
}

.kuramaguchi {
  top: 0%;
  left: 0%;
  top: 26.5%;
  left: 50.6%;
}

.imadegwa {
  top: 0%;
  left: 0%;
  top: 30.5%;
  left: 50.6%;
}

.marutamachi {
  top: 0%;
  left: 0%;
  top: 34.5%;
  left: 50.6%;
}

.karasumaoike {
  top: 0%;
  left: 0%;
  top: 38.5%;
  left: 50.6%;
}

.shijyo {
  top: 0%;
  left: 0%;
  top: 47%;
  left: 50.5%;
}

.gojyo {
  top: 0%;
  left: 0%;
  top: 49.5%;
  left: 50.5%;
}

.kujyo {
  top: 0%;
  left: 0%;
  top: 57.5%;
  left: 50.5%;
}

.jujyo {
  top: 0%;
  left: 0%;
  top: 62%;
  left: 50.4%;
}

.kuinabashi {
  top: 0%;
  left: 0%;
  top: 66%;
  left: 50.4%;
}

/*.takeda {
	top: 0%;
	left: 0%
}*/
.uzumasatenjingawa {
  top: 0%;
  left: 0%;
  top: 38.56%;
  left: 37.6%;
}

.nishiojioike {
  top: 0%;
  left: 0%;
  top: 38.56%;
  left: 39.8%;
}

.nijyoekimae {
  top: 0%;
  left: 0%;
  top: 38.56%;
  left: 46%;
}

.kyotosjiyakusyomae {
  top: 0%;
  left: 0%;
  top: 38.56%;
  left: 55%;
}

.sanjyokeihan {
  top: 0%;
  left: 0%;
  top: 38.56%;
  left: 58.8%;
}

.higashiyama {
  top: 0%;
  left: 0%;
  top: 38.56%;
  left: 64.7%;
}

.keage {
  top: 0%;
  left: 0%;
  top: 43.56%;
  left: 69%;
}

/*.misasagi {
  /* top: 48.6%; */
/* left: 73%; */
/* top: 48.6%; */
/* left: 73%; 
}*/
/*.yamashina {
	top: 0%;
	left: 0%;
	top: 54.4%;
	left: 79.9%;
}*/
.higashino {
  top: 0%;
  left: 0%;
  top: 58.56%;
  left: 79.9%;
}

.nagitsuji {
  top: 0%;
  left: 0%;
  top: 63.4%;
  left: 79.9%;
}

.ono {
  top: 0%;
  left: 0%;
  top: 68.4%;
  left: 79.9%;
}

.daigo {
  top: 0%;
  left: 0%;
  top: 74.4%;
  left: 79.9%;
}

.ishida {
  top: 0%;
  left: 0%;
  top: 78.4%;
  left: 75.9%;
}

/*.rokujizou {
  top: 0%;
  left: 0%;
}
*/
.toji {
  top: 0%;
  left: 0%;
  top: 61.5%;
  left: 45.5%;
}

.jyujyo {
  top: 0%;
  left: 0%;
  top: 64.5%;
  left: 45.5%;
}

.kamitobaguchi {
  top: 0%;
  left: 0%;
  top: 67.5%;
  left: 48%;
}

.takeda {
  top: 0%;
  left: 0%;
  top: 69.8%;
  left: 50.2%;
}

.hushimi {
  top: 0%;
  left: 0%;
  top: 73.6%;
  left: 53.5%;
}

.kintetsutanbabashi {
  top: 0%;
  left: 0%;
  top: 76.4%;
  left: 55.5%;
}

.momoyamagoryoumae {
  top: 0%;
  left: 0%;
  top: 81.4%;
  left: 60%;
}

.mukaijima {
  top: 0%;
  left: 0%;
  top: 87.4%;
  left: 60%;
}

.ogura {
  top: 0%;
  left: 0%;
  top: 91.2%;
  left: 60%;
}

/*
.iseda {
	top: 0%;
	left: 0%
}

.okubo {
	top: 0%;
	left: 0%
}

.kutsugawa {
	top: 0%;
	left: 0%
}

.terada {
	top: 0%;
	left: 0%
}

.tonosyo {
	top: 0%;
	left: 0%
}

.shintanabe {
	top: 0%;
	left: 0%
}

.kodoeki {
	top: 0%;
	left: 0%
}

.miyamaki {
	top: 0%;
	left: 0%
}

.kintesumiyadu {
	top: 0%;
	left: 0%
}

.komada {
	top: 0%;
	left: 0%
}

.shinhousono {
	top: 0%;
	left: 0%
}

.kidugawadaieki {
	top: 0%;
	left: 0%
}

.yamadagawa {
	top: 0%;
	left: 0%
} */
/*.demachiyanagi {
	top: 0%;
	left: 0%
}
*/
.mototanaka {
  top: 27%;
  left: 60.5%;
}

.tyayama {
  top: 0%;
  left: 0%;
  top: 24%;
  left: 63.5%;
}

.ichijyoji {
  top: 0%;
  left: 0%;
  top: 21%;
  left: 66%;
}

.syugakuin {
  top: 0%;
  left: 0%;
  top: 18%;
  left: 66%;
}

.takaragaike {
  top: 0%;
  left: 0%;
  top: 14%;
  left: 66%;
}

.miyakehachiman {
  top: 0%;
  left: 0%;
  top: 11.9%;
  left: 68.5%;
}

.yasehieizanguchi {
  top: 0%;
  left: 0%;
  top: 9.5%;
  left: 71%;
}

/*.takaragaike {
	top: 0%;
	left: 0%
}*/
.yawatamae {
  top: 0%;
  left: 0%;
  top: 11%;
  left: 66%;
}

.iwakaura {
  top: 0%;
  left: 0%;
  top: 8.3%;
  left: 66%;
}

.kino {
  top: 0%;
  left: 0%;
  top: 5.5%;
  left: 63.5%;
}

.kyotoseikadaimae {
  top: 0%;
  left: 0%;
  top: 3%;
  left: 61.8%;
}

.nikentyaya {
  top: 0%;
  left: 0%;
  top: 0.5%;
  left: 61.6%;
}

/*

.ichihara {
	top: 0%;
	left: 0%
}

.ninose {
	top: 0%;
	left: 0%
}

.kibuneguchi {
	top: 0%;
	left: 0%
}

.kurama {
	top: 0%;
	left: 0%
}

*/
.shijyoomiya {
  top: 0%;
  left: 0%;
  top: 45%;
  left: 44%;
}

.saiin {
  top: 0%;
  left: 0%;
  top: 45.2%;
  left: 38%;
}

.nishijisanjyo {
  top: 0%;
  left: 0%;
  top: 42.6%;
  left: 36.4%;
}

.yamanouchi {
  top: 0%;
  left: 0%;
  top: 40.6%;
  left: 36.4%;
}

.randentenjingawa {
  top: 0%;
  left: 0%;
  top: 36.9%;
  left: 36.4%;
}

.kaikonoyasiro {
  top: 0%;
  left: 0%;
  top: 34.9%;
  left: 36.4%;
}

.uzumasakouryuji {
  top: 0%;
  left: 0%;
  top: 32.8%;
  left: 35.4%;
}

.katabiranotsuji {
  top: 0%;
  left: 0%;
  top: 31.2%;
  left: 33.5%;
}

.arisugawa {
  top: 0%;
  left: 0%;
  top: 30.8%;
  left: 29%;
}

.kurumazakijinjya {
  top: 0%;
  left: 0%;
  top: 30.8%;
  left: 26.6%;
}

.rokuouin {
  top: 0%;
  left: 0%;
  top: 30.8%;
  left: 23.6%;
}

.randensaga {
  top: 0%;
  left: 0%;
  top: 30.8%;
  left: 21%;
}

.arashiyama_keihuku {
  /* top: 0%; */
  /* left: 0%; */
  top: 30.8%;
  left: 18%;
}

.kitanohakubaicho {
  /* top: 0%; */
  /* left: 0%; */
  top: 10.2%;
  left: 38%;
}

.tojiin {
  top: 0%;
  left: 0%;
  top: 11.8%;
  left: 34.2%;
}

.ryuanji {
  top: 0%;
  left: 0%;
  top: 14.1%;
  left: 33.5%;
}

.myoshinji {
  top: 0%;
  left: 0%;
  top: 16.6%;
  left: 33.5%;
}

.omuroninnaji {
  top: 0%;
  left: 0%;
  top: 18.6%;
  left: 33.5%;
}

.utano {
  top: 0%;
  left: 0%;
  top: 20.6%;
  left: 33.5%;
}

.narutaki {
  top: 0%;
  left: 0%;
  top: 22.8%;
  left: 33.5%;
}

.tokiwa {
  top: 0%;
  left: 0%;
  top: 25%;
  left: 33.5%;
}

.satsueisyo {
  top: 0%;
  left: 0%;
  top: 29.5%;
  left: 33.5%;
}

.katbiranotujieki {
  top: 0%;
  left: 0%;
}

.p-arrivals-station {
  position: relative;
}
.p-arrivals-station-container {
  position: relative;
  height: auto;
}
.p-arrivals-station-container:before {
  content: "";
  display: block;
  padding-top: 120%;
}
.p-arrivals-station-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-arrivals-station-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-arrivals-station-btn {
  position: absolute;
  bottom: 47%;
  left: 1.2%;
  z-index: 2;
  width: 190px;
  display: none;
}
@media screen and (min-width: 992px) {
  .p-arrivals-station-btn {
    display: block;
  }
}
.p-arrivals-station-check__label {
  position: absolute;
  width: 2%;
}
.p-arrivals-station-check__label:after {
  content: "";
  display: inline-block;
  padding-top: 92%;
  width: 100%;
  background: #f9f9f9;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #d4d4d4 inset;
}
.p-arrivals-station-check__checkbox {
  display: none;
}
.p-arrivals-station-check__parts {
  font-size: 0;
  display: block;
}
.p-arrivals-station-check__parts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(85% - 2px);
  width: 100%;
  height: 85%;
  border-radius: 50%;
}
.p-arrivals-station .p-arrivals-station-check__checkbox:checked + .p-arrivals-station-check__parts {
  color: #d01137;
}
.p-arrivals-station .p-arrivals-station-check__checkbox:checked + .p-arrivals-station-check__parts::after {
  content: "";
  display: block;
  position: absolute;
  height: 62%;
  width: 72%;
  top: 11%;
  left: 13%;
  border-radius: 100%;
  background: #e28c34;
}
.p-arrivals-station-sp {
  display: block;
}
@media screen and (min-width: 576px) {
  .p-arrivals-station-sp {
    display: none;
  }
}
.p-arrivals-station-pc {
  display: none;
}
@media screen and (min-width: 576px) {
  .p-arrivals-station-pc {
    display: block;
  }
}

/* =========================================================
blog - ブログ・お知らせ
========================================================= */
.p-blog__item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  position: relative;
  background: #fff;
  transition: .3s;
  width: 100%;
}
.p-blog__item a.a100 {
  outline: none !important;
}
.p-blog__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-blog__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
.p-blog__item:hover {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .p-blog__item {
    display: block;
    border: none;
  }
  .p-blog__item::before, .p-blog__item::after {
    content: none;
  }
}
.p-blog__item__images {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 350px) {
  .p-blog__item__images {
    max-width: 180px;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__item__images {
    max-width: 100%;
    width: 100%;
  }
}
.p-blog__item__images .p-arrivals-box__members-only {
  position: absolute;
  bottom: -3px;
  left: 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-blog__item__images .p-arrivals-box__members-only {
    bottom: -8px;
    left: auto;
    right: 0;
  }
}

/*
ブログ内パーツ
___________________________*/
.p-blog__contents {
  padding: 5px;
  width: calc(100% - 100px);
  padding: 10px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 350px) {
  .p-blog__contents {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__contents {
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 130px;
    background-color: #fff;
  }
}
.p-blog__date {
  color: #ccc4af;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.2em;
}
.p-blog__ttl {
  text-align: left;
  text-decoration: underline;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-blog__text {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: nomal;
}

/*
ブログ内パーツ
___________________________*/
.p-blog-images {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-blog-images::before {
  content: '';
  display: block;
  padding-top: 130%;
}
@media screen and (min-width: 350px) {
  .p-blog-images::before {
    padding-top: 90%;
  }
}
@media screen and (min-width: 576px) {
  .p-blog-images::before {
    padding-top: 75%;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-images::before {
    padding-top: 77%;
  }
}
.p-blog-images__in {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  max-height: 100%;
}

/*【TOP】京都新着マンション情報
================*/
/*
.p-blog__list {}

.p-blog__item {
    padding-bottom: 15px;
    border-bottom: 1px dotted $gray-color;
    margin-bottom: 15px; // spサイズ以上
    @include mq(md, min) {
        @include flexbox;
        @include align-items(flex-start);
    }
}

.p-blog__day {
    background: $gray-bg-light-color;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
    @include font-size(12); // spサイズ以上
    @include mq(md, min) {
        margin-bottom: 0;
        padding: 10px;
        width: 150px;
        text-align: center;
    }
}

.p-blog__link {
    color: $main-color;
    a {
        display: inline-block;
        @include icon(right, main, right, 8px);
        color: $main-color;
    } // spサイズ以上
    @include mq(md, min) {
        width: calc(100% - 150px);
        padding-left: 15px;
    }
}
*/
/*詳細
================*/
/*
.p-blog-time {
    text-align: center;
    font-weight: bold;
    background: $main-color;
    margin-bottom: 25px;
    padding: 15px;
    color: #ffffff;
}

.p-blog-contents__box {
    border-bottom: 5px solid $main-bg-color;
    padding-bottom: 20px;
}

.p-blog-contents {
    p {
        margin-bottom: 15px;
        line-height: 1.6;
    }
    em {
        font-style: italic;
    }
    h2 {
        font-size: 150%;
        font-weight: bold;
        color: $main-color;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 10px;
    }
    h4 {
        margin-bottom: 10px;
        font-weight: bold;
    }
    ul {
        li {
            padding-left: 15px;
            position: relative;
            &::before {
                content: "・";
                color: $main-color;
                top: 0;
                left: 0;
                position: absolute;
            }
        }
    }
    img {
        max-width: 100%;
    }
}
*/
/* =========================================================
post - お客様事例ページの独自コンテンツ
========================================================= */
/*common*/
.p-post-day {
  background: #3f3a39;
  padding: 8px 5px;
  color: #ffffff;
  text-align: center;
  max-width: 100px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-post-day {
    max-width: 120px;
    padding: 10px 15px;
  }
}

/*一覧
================*/
.p-post-list {
  position: relative;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  transition: .3s;
  cursor: pointer;
}
.p-post-list a.a100 {
  outline: none !important;
}
.p-post-list a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-post-list a.a100.in-link {
  position: relative;
  z-index: 5;
}
.p-post-list:hover {
  opacity: .7;
}
.p-post-list__photo.p-arrivals-simple__images {
  margin-bottom: 10px;
  max-width: 100%;
}
.p-post-list__photo .p-arrivals-images::before {
  padding-top: 70%;
}
.p-post-list__box {
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
}
.p-post-list__title {
  text-align: left;
  color: #3f3a39;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.3;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid #ccc 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 576px) {
  .p-post-list__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-post-list__content {
  text-align: left;
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  padding-top: 5px;
}
@media screen and (min-width: 576px) {
  .p-post-list__content {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*詳細
================*/
.p-post-single {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
.p-post-single__info .p-post-single__name {
  margin-bottom: 20px;
}
.p-post-single__content {
  color: #3f3a39;
  font-weight: bold;
  border-top: 2px dotted #3f3a39;
  border-bottom: 2px dotted #3f3a39;
  background: #f6f6f6;
  padding: 15px 5px;
  margin-bottom: 15px;
  text-align: center;
}
.p-post-single__content .p-post-single__name__in {
  margin-bottom: 0;
}
.p-post-single__photo {
  text-align: center;
  max-height: 250px;
  margin: 15px auto 25px;
}
@media screen and (min-width: 576px) {
  .p-post-single__photo {
    max-height: 400px;
    margin: 30px auto 45px;
  }
}
.p-post-single__photo__in {
  display: inline-block;
  position: relative;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.p-post-single__photo__in::before, .p-post-single__photo__in::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 18px;
  background: rgba(17, 206, 0, 0.6);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-post-single__photo__in::before, .p-post-single__photo__in::after {
    width: 130px;
    height: 25px;
  }
}
.p-post-single__photo__in::before {
  top: -5px;
  left: -11px;
}
@media screen and (min-width: 768px) {
  .p-post-single__photo__in::before {
    top: -2px;
    left: -34px;
  }
}
.p-post-single__photo__in::after {
  bottom: -5px;
  right: -11px;
}
@media screen and (min-width: 768px) {
  .p-post-single__photo__in::after {
    bottom: -3px;
    right: -34px;
  }
}
.p-post-single__photo img {
  display: inline-block;
  vertical-align: bottom;
  max-height: 250px;
}
@media screen and (min-width: 576px) {
  .p-post-single__photo img {
    max-height: 400px;
  }
}
.p-post-single__faq {
  margin-bottom: 20px;
  padding: 15px;
}
.p-post-single__faq:nth-child(odd) {
  background: #f6f6f6;
}
.p-post-single__title {
  line-height: 1.3;
  color: #3f3a39;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px dotted #666666;
  padding: 0 0 10px 25px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-post-single__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-post-single__title::before {
  content: "Q .";
  color: #3f3a39;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-post-single__text {
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .p-post-single__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-post-single__text::before {
  content: "A .";
  color: #ccc4af;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* =========================================================
member - 会員関連ページの独自コンテンツ
========================================================= */
/* 会員様機能紹介
================*/
/*メイン画像*/
.p-member-info-main {
  background: url(../images/member/member_info_bg.jpg);
  padding: 0;
}
.p-member-info-main__title {
  background: url(../images/member/info_bg_beige.svg) repeat-x bottom center;
  background-size: 200px auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.p-member-info-main__title__img {
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .p-member-info-main__title__img {
    background-size: 452px auto;
    max-width: 70%;
  }
}
.p-member-info-main__text {
  background-color: #FFF9DF;
  position: relative;
}
.p-member-info-main__text::after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/member/info_bg_w.svg) repeat-x bottom center;
  background-size: 200px auto;
  z-index: 20;
}
@media screen and (min-width: 576px) {
  .p-member-info-main__text::after {
    background-size: 452px auto;
  }
}
.p-member-info-main__text__in {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-member-info-main__text__in {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.p-member-info-main__text__img {
  position: relative;
  z-index: 20;
  max-width: 100%;
}
@media screen and (min-width: 350px) {
  .p-member-info-main__text__img {
    max-width: 90%;
  }
}
.p-member-info-main__img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 40%;
}
@media screen and (min-width: 350px) {
  .p-member-info-main__img {
    max-width: 23%;
  }
}
@media screen and (min-width: 576px) {
  .p-member-info-main__img {
    max-width: 30%;
  }
}
.p-member-info-main__img img {
  max-height: 150px;
}
@media screen and (min-width: 350px) {
  .p-member-info-main__img img {
    max-height: 100%;
    max-height: 200px;
  }
}
@media screen and (min-width: 576px) {
  .p-member-info-main__img img {
    max-height: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-member-info-main__title {
    background-image: none;
  }
}
/*メニュー*/
.p-member-info-nav {
  padding: 35px 0;
}
.p-member-info-nav__main-title {
  margin-bottom: 20px;
  text-align: center;
}
.p-member-info-nav__item {
  background: #ffffff;
  border: 2px solid #FF678B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  transition: .3s;
  cursor: pointer;
  position: relative;
}
.p-member-info-nav__item:hover {
  opacity: .7;
}
.p-member-info-nav__item a.a100 {
  outline: none !important;
}
.p-member-info-nav__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-member-info-nav__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
.p-member-info-nav__img {
  text-align: center;
  padding: 10px 5px 0;
}
.p-member-info-nav__img img {
  vertical-align: bottom;
  display: inline-block;
}
.p-member-info-nav__title {
  background: #FF678B;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.3;
}

.p-member-info-link {
  padding: 20px 0;
  background: rgba(255, 249, 223, 0.7);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-member-info-link {
    padding: 30px 0;
  }
}
.p-member-info-link a {
  display: inline-block;
  width: 100%;
}
.p-member-info-link.none {
  background: #ffffff;
  padding-top: 50px;
}

.p-member-info-privelege {
  padding: 30px 0;
}
.p-member-info-privelege__title {
  text-align: center;
  margin-bottom: 20px;
}
.p-member-info-privelege__title__in {
  display: block;
  color: #FF678B;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-member-info-privelege__title__in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-member-info-privelege__text {
  border: 2px solid #FF678B;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-member-info-privelege__text {
    padding: 25px;
  }
}
.p-member-info-privelege__sub-title {
  font-weight: bold;
  color: #ccc4af;
  margin-bottom: 15px;
  text-align: center;
}

/* =========================================================
corp - 会社概要
========================================================= */
/*【内観・外観】
================*/
.p-list-landscape img {
  margin: 0 auto;
  border: 3px solid #d6d7d8;
  display: block;
  width: 98%;
}
@media screen and (min-width: 768px) {
  .p-list-landscape {
    display: flex;
    justify-content: space-between;
  }
}
.p-list-landscape__item:not(:last-child) {
  margin-bottom: 15px;
}

/*【アクセス】
================*/
@media screen and (min-width: 768px) {
  .p-list-access {
    display: flex;
    justify-content: space-between;
  }
}
.p-list-access__item:first-of-type {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-list-access__item {
    width: 48%;
  }
}

/* ■沿革
=====================*/
.c-list-history {
  position: relative;
}
.c-list-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-list-history__item:first-of-type .c-list-history__year::after {
  content: '';
  width: 1px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .c-list-history__item:first-of-type .c-list-history__year::after {
    left: 120px;
  }
}
.c-list-history__item:last-of-type .c-list-history__contents {
  position: relative;
  border: none;
}
.c-list-history__item:last-of-type .c-list-history__contents::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #666666;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-history__year {
  width: 100px;
  text-align: left;
  padding-right: 20px;
  color: #3f3a39;
  line-height: 2.5;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-list-history__year {
    text-align: right;
    width: 120px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-list-history__year::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #3f3a39;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  right: -6.5px;
  z-index: 10;
}
.c-list-history__contents {
  width: calc(100% - 100px);
  border-left: 1px solid #666666;
  padding: 5px 0px 30px 20px;
}
@media screen and (min-width: 768px) {
  .c-list-history__contents {
    width: calc(100% - 120px);
  }
}

#access {
  padding-top: 100px;
  margin-top: -100px;
}

/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
.p-sitemap-nav {
  color: #333;
}
.p-sitemap-nav__block {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-sitemap-nav__block {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.p-sitemap-nav__ttl {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  min-height: inherit;
  line-height: 200%;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sitemap-nav__ttl {
    min-height: 70px;
    line-height: 200%;
  }
}
.p-sitemap-nav__ttl:after {
  content: "";
  position: absolute;
  background-color: #333;
  height: 1px;
  width: 95%;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-sitemap-nav__ttl:after {
    height: 70px;
    width: 1px;
    right: 7px;
    left: inherit;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitemap-nav__ttl--long {
    width: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-sitemap-nav__ttl {
    width: 115px;
    min-width: 115px;
  }
}
.p-sitemap-nav__list {
  display: block;
}
.p-sitemap-nav__item {
  display: inline-block;
  vertical-align: baseline;
  color: #333;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.5em;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-sitemap-nav__item:after {
    content: "|";
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
  }
}
.p-sitemap-nav__item:last-child:after {
  content: none;
}

/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
.p-not-found {
  text-align: center;
  margin-bottom: 30px;
}
.p-not-found__title {
  color: #3f3a39;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.p-not-found__title-404 {
  display: block;
  font-size: 95px;
  font-size: 5.9375rem;
  margin-bottom: 5px;
}
.p-not-found__title-sub {
  font-size: 35px;
  font-size: 2.1875rem;
  display: block;
}
.p-not-found__text {
  border: 1px dotted #3f3a39;
  padding: 20px;
  color: #3f3a39;
}

/* =========================================================
contents -下層ページ
========================================================= */
.p-contents-page--en:before {
  content: "";
  position: absolute;
  height: 1200px;
  background-size: 100% auto;
  background-image: url(../images/top/top_main_logo.png);
  left: inherit;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  width: 25%;
  top: 70px;
  opacity: 0.8;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-contents-page--en:before {
    top: 170px;
    width: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .p-contents-page--en:before {
    max-width: 250px;
  }
}

/*サムネイルとテイストエリア重ね*/
.p-contents-thumnailbox {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-contents-thumnailbox {
    margin-bottom: 5em;
  }
}
.p-contents-thumnailbox__thumnail {
  margin-left: -5%;
  z-index: 1;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .p-contents-thumnailbox__thumnail {
    margin-left: -50%;
    width: 150%;
  }
}
.p-contents-thumnailbox__txtarea {
  z-index: 2;
  padding: 1em 1em;
  background: rgba(241, 239, 234, 0.8);
  position: relative;
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 5%;
  margin-top: -5em;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .p-contents-thumnailbox__txtarea {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5em 2em;
    margin-left: -28%;
    margin-top: 5em;
    padding-left: 15%;
    line-height: 1.5;
  }
}

/*テキストエリア*/
.p-contents-txtarea {
  padding: 1em;
  background: #f1efea;
  position: relative;
  padding-top: 2em;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-contents-txtarea {
    padding: 2em;
    padding-top: 2em;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 6em;
  }
}
.p-contents-txtarea--white {
  background: #fff;
}
.p-contents-txtarea--green {
  background: #d5dcd4;
}
.p-contents-txtarea--yellow {
  background: #d0b163;
}
.p-contents-txtarea__ttl {
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  position: relative;
  color: #3c3a36;
  left: -0.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-contents-txtarea__ttl {
    padding: 1em;
    position: absolute;
    top: -1em;
    left: -0.5em;
    top: -2em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-contents-txtarea__ttl--right {
  top: -3em;
  right: -1em;
  left: inherit;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-contents-txtarea__ttl--right {
    top: -1em;
    right: -1em;
  }
}
.p-contents-txtarea__ttl .en {
  color: #989177;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-contents-txtarea__ttl .en {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-contents-txtarea__in {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contents-txtarea__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 100%;
  }
}
.p-contents-txtarea__icon img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contents-txtarea__icon img {
    width: 100%;
  }
}
.p-contents-txtarea .p-md-ttl__en {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-contents-txtarea .p-md-ttl__en {
    display: block;
  }
}
.p-contents-txtarea .p-md-ttl__en--display {
  display: block !important;
}

/*カード*/
.p-contents-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  position: relative;
  background: #fff;
  height: 100%;
  transition: .3s;
  width: 100%;
  margin-bottom: 2em;
}
.p-contents-card a.a100 {
  outline: none !important;
}
.p-contents-card a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-contents-card a.a100.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-contents-card {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-contents-card::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-contents-card::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
@media screen and (min-width: 768px) {
  .p-contents-card {
    display: block;
    border: none;
  }
  .p-contents-card::before, .p-contents-card::after {
    content: none;
  }
}
.p-contents-card--bgnone {
  background: none;
}
.p-contents-card__images {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .p-contents-card__images {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .p-contents-card__images {
    max-width: 100%;
    width: 100%;
  }
}
.p-contents-card__contents {
  position: relative;
  width: 100%;
  padding: 0.8em;
}
@media screen and (min-width: 350px) {
  .p-contents-card__contents {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-contents-card__contents {
    width: 100%;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 150px;
  }
}
.p-contents-card__contents--gray {
  background: #f9f9f9;
}
.p-contents-card__contents--arw:before {
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 5px 5px;
  padding-right: 10px;
  position: absolute;
  right: 3px;
  content: "";
  height: 10px;
  top: 43%;
}
.p-contents-card__ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.2em;
  color: #808464;
}
@media screen and (min-width: 768px) {
  .p-contents-card__ttl {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 0.8em;
  }
}
.p-contents-card__ttl--point {
  color: #38583d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-contents-card__ttl--point {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
    text-align: center;
  }
}
.p-contents-card__ttl--point:before {
  content: "point";
  display: none;
  font-size: 5px;
  background: #455d47;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  margin-top: -2.2em;
}
@media screen and (min-width: 768px) {
  .p-contents-card__ttl--point:before {
    display: inline-block;
  }
}
.p-contents-card__txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-contents-card__txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/*カードのイメージ
================*/
.p-contents-card-images {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-contents-card-images::before {
  content: '';
  display: block;
  padding-top: 77%;
}
@media screen and (min-width: 768px) {
  .p-contents-card-images::before {
    padding-top: 77%;
  }
}
.p-contents-card-images__in {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  max-height: 100%;
}

/*問い合わせ*/
.p-contents-inq {
  padding-top: 1em;
}
.p-contents-inq__in {
  margin: 0 auto;
  border: solid #cecdc1 2px;
  border-radius: 5px;
  padding: 2em 1em;
  text-align: center;
  color: #cecdc1;
  margin-bottom: 2em;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-contents-inq__in {
    margin: 0 auto;
    margin-bottom: 0;
    width: 100%;
  }
}
.p-contents-inq__en {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-contents-inq__en {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-contents-inq__ttl {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-contents-inq__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-contents-inq__icon {
  margin-bottom: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.p-contents-inq__icon:before {
  content: "";
  margin: 0 auto;
  height: 50px;
  margin-bottom: 1em;
  text-align: center;
  padding-left: 0 !important;
  background-position: center !important;
  width: 100%;
  margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-contents-inq__icon:before {
    height: 50px;
  }
}
.p-contents-inq__icon--reserve:before {
  background: url(../images/icon/icon_sale_w.svg) no-repeat left 25px center;
  background-size: 50px 50px;
  padding-left: 90px;
  margin-left: -40px;
}
.p-contents-inq__icon--contact:before {
  background: url(../images/icon/icon_mail_w.svg) no-repeat left 25px center;
  background-size: 50px 50px;
  padding-left: 90px;
  margin-left: -40px;
}
.p-contents-inq__text {
  margin-bottom: 2em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contents-inq__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-contents-inq__btn {
  width: 100%;
}
.p-contents-inq__btn .c-basic-btn {
  width: 80%;
  margin: 0 auto !important;
}

/*========================

リフォームLP
========================*/
.p-contents-reform__main {
  background-image: url(../images/contents/img_reform_top_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}

/*========================

理由ページ

========================*/
.p-contents-reason-ttl {
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #928d57;
}
@media screen and (min-width: 768px) {
  .p-contents-reason-ttl {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: left;
  }
}
.p-contents-reason-ttl__point {
  background: #a55f52;
  display: inline-block;
  padding: 3px;
  height: 58px;
  width: 58px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 50px;
  line-height: 52px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  vertical-align: middle;
}
.p-contents-reason-ttl .big {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contents-reason-ttl .big {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  body::before {
    background: none;
  }

  .l-header,
  .l-footer,
  .l-main::before,
  .l-main::after,
  .js-menu_list,
  .p-detail-panorama,
  .p-detail-movie,
  .p-detail-peripheral-map,
  .p-detail-loan,
  .p-detail-info-area,
  .p-detail-room-list,
  .p-detail-back,
  .p-detail-info__link,
  .p-detail-sns,
  .p-detail-info__lone-btn,
  .p-detail-info__mansion,
  .js-slick-photo,
  .js-slick-photo-thumb,
  .p-arrivals-search {
    display: none !important;
  }

  .p-arrivals-search-page .l-main--row .l-main--right {
    width: 100% !important;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-box__contents {
    padding: 0 10px 10px;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-images::before {
    padding-top: 80%;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-box__images {
    width: 30%;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-box__info {
    width: 70%;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-box__link {
    display: none;
  }

  .c-main-ttl__in {
    font-size: 30px;
  }

  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  .l-main--row .slick-track, .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  .l-main--row .l-side {
    max-width: 300px;
  }

  .jq-inview-fade {
    opacity: 1 !important;
    display: block !important;
    top: 0 !important;
  }

  .p-detail-images-print {
    display: block !important;
  }
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  .p-detail-images-print__in {
    max-height: 500px;
  }

  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-table .c-th:first-of-type, .c-table .c-td:first-of-type {
    border-top: none;
  }
  .c-table .c-th {
    width: 15%;
  }
  .c-table .c-td {
    width: 85%;
  }
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  .c-table.c-table--col4 .c-th, .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  .c-table.c-table--col4 .c-th:first-of-type, .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  .c-table.c-table--col4 .c-th:nth-of-type(2), .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #3f3a39 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-black {
  color: #333 !important;
}

.u-fc-red {
  color: #d90b23 !important;
}

.u-fc-green {
  color: #766D44 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

.u-fc-dark-blue {
  color: #0c5d8f !important;
}

.u-fc-yellow {
  color: #ecdf78 !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}
.u-fw-b--pc {
  font-weight: bold !important;
}
@media screen and (max-width: 767px) {
  .u-fw-b--pc {
    font-weight: normal;
  }
}
.u-fw-b--sp {
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  .u-fw-b--sp {
    font-weight: normal;
  }
}

.u-ta-l {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .u-ta-l--lg {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .u-ta-l--sp {
    text-align: left;
  }
}

.u-ta-c {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .u-ta-c--lg {
    ttext-align: center;
  }
}

.u-ta-r {
  text-align: right;
}
@media screen and (min-width: 576px) {
  .u-ta-r--lg {
    text-align: right;
  }
}

.u-fs-200 {
  font-size: 200%;
}
@media screen and (min-width: 576px) {
  .u-fs-200--lg {
    font-size: 200%;
  }
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }

  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }

  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }

  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }

  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }

  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }

  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 3rem !important;
  }

  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }

  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }

  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }

  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }

  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }

  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }

  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }

  .u-p-sm-5 {
    padding: 3rem !important;
  }

  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }

  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }

  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

  .u-m-md-5 {
    margin: 3rem !important;
  }

  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }

  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }

  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }

  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }

  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

  .u-p-md-5 {
    padding: 3rem !important;
  }

  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }

  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }

  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 3rem !important;
  }

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  .u-p-lg-5 {
    padding: 3rem !important;
  }

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }

  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }

  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 3rem !important;
  }

  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }

  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }

  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }

  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

  .u-p-xl-5 {
    padding: 3rem !important;
  }

  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }

  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }

  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
.pc-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-h-100 {
    height: 100%;
  }
}

.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }

  .u-sm-inline {
    display: inline !important;
  }

  .u-sm-inline-block {
    display: inline-block !important;
  }

  .u-sm-block {
    display: block !important;
  }

  .u-sm-table {
    display: table !important;
  }

  .u-sm-table-row {
    display: table-row !important;
  }

  .u-sm-table-cell {
    display: table-cell !important;
  }

  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }

  .u-mu-inline {
    display: inline !important;
  }

  .u-mu-inline-block {
    display: inline-block !important;
  }

  .u-mu-block {
    display: block !important;
  }

  .u-mu-table {
    display: table !important;
  }

  .u-mu-table-row {
    display: table-row !important;
  }

  .u-mu-table-cell {
    display: table-cell !important;
  }

  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }

  .u-lg-inline {
    display: inline !important;
  }

  .u-lg-inline-block {
    display: inline-block !important;
  }

  .u-lg-block {
    display: block !important;
  }

  .u-lg-table {
    display: table !important;
  }

  .u-lg-table-row {
    display: table-row !important;
  }

  .u-lg-table-cell {
    display: table-cell !important;
  }

  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }

  .u-xl-inline {
    display: inline !important;
  }

  .u-xl-inline-block {
    display: inline-block !important;
  }

  .u-xl-block {
    display: block !important;
  }

  .u-xl-table {
    display: table !important;
  }

  .u-xl-table-row {
    display: table-row !important;
  }

  .u-xl-table-cell {
    display: table-cell !important;
  }

  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .u-print-none {
    display: none !important;
  }

  .u-print-inline {
    display: inline !important;
  }

  .u-print-inline-block {
    display: inline-block !important;
  }

  .u-print-block {
    display: block !important;
  }

  .u-print-table {
    display: table !important;
  }

  .u-print-table-row {
    display: table-row !important;
  }

  .u-print-table-cell {
    display: table-cell !important;
  }

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
