/*//////////////////////////////////////////////////

home style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
.pageTop {
  display: none !important; }

.flow {
  margin: 0% 0% 6.77% 0%; }
  .flow .flow__ttl {
    margin: 0% 0% 3.38% 0%;
    font-family: "Hiragino UD Sans F W6 JIS2004";
    color: #2F5E9F; }
  .flow .flow__copy {
    margin: 0% 0% 3.38% 0%;
    font-size: 1.3rem;
    text-align: center; }
    @media (min-width: 750px) {
      .flow .flow__copy {
        font-size: calc( 1.3rem + ( 1vw - 7.5px ) * 0.4651162791 ); } }
    @media (min-width: 1180px) {
      .flow .flow__copy {
        font-size: 1.5rem; } }
  .flow .flow__list li {
    position: relative;
    flex: 0 1 33%;
    width: 33%;
    max-width: 33%;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    border: 2px solid #2F5E9F;
    box-sizing: border-box;
    color: #2F5E9F;
    line-height: 1; }
    .flow .flow__list li:before, .flow .flow__list li:after {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      width: 0;
      height: 0;
      border-style: solid; }
    .flow .flow__list li:before {
      right: -10px;
      border-width: 9px 0 9px 10px;
      border-color: transparent transparent transparent #2F5E9F; }
    .flow .flow__list li:after {
      right: -7px;
      border-width: 8px 0 8px 9px;
      border-color: transparent transparent transparent #fff; }
    .flow .flow__list li.active {
      background: #2F5E9F;
      color: #fff; }
      .flow .flow__list li.active:after {
        border-color: transparent transparent transparent #2F5E9F; }
    .flow .flow__list li .flow__list--en {
      display: block;
      margin-bottom: 10px;
      font-family: "Lato", sans-serif;
      font-size: 1.3rem; }
      @media (min-width: 750px) {
        .flow .flow__list li .flow__list--en {
          font-size: calc( 1.3rem + ( 1vw - 7.5px ) * 0.6976744186 ); } }
      @media (min-width: 1180px) {
        .flow .flow__list li .flow__list--en {
          font-size: 1.6rem; } }
    .flow .flow__list li .flow__list--jp {
      font-family: "Hiragino UD Sans F W6 JIS2004";
      font-size: 1.3rem; }
      @media (min-width: 750px) {
        .flow .flow__list li .flow__list--jp {
          font-size: calc( 1.3rem + ( 1vw - 7.5px ) * 1.1627906977 ); } }
      @media (min-width: 1180px) {
        .flow .flow__list li .flow__list--jp {
          font-size: 1.8rem; } }
    .flow .flow__list li:last-child:before, .flow .flow__list li:last-child:after {
      display: none; }

.property {
  margin: 0% 0% 3.38% 0%; }
  .property .property__inner {
    max-width: 800px; }
  .property .property__img {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    background: #f3f3f3; }
    .property .property__img:before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      content: 'NO IMAGE';
      display: block;
      width: 100%;
      text-align: center; }
    .property .property__img:after {
      content: '';
      display: block;
      padding-top: 67%; }
    .property .property__img img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; }
  .property .property__genre {
    margin-bottom: 10px; }
    .property .property__genre span {
      font-size: 1.1rem;
      display: inline-block;
      margin-right: 5px;
      padding: 2px 7px;
      color: #fff; }
      @media (min-width: 375px) {
        .property .property__genre span {
          font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.248447205 ); } }
      @media (min-width: 1180px) {
        .property .property__genre span {
          font-size: 1.3rem; } }
      .property .property__genre span.investment {
        background: #2F5806; }
      .property .property__genre span.business {
        background: #580906; }
      .property .property__genre span.residential {
        background: #9B8114; }
      .property .property__genre span.mansion {
        background: #333; }
  .property .property__txt-wp {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; }
    .property .property__txt-wp .property__ttl {
      margin-bottom: 10px;
      font-family: "Hiragino UD Sans F W6 JIS2004";
      font-size: 1.6rem;
      line-height: 1.4; }
      @media (min-width: 375px) {
        .property .property__txt-wp .property__ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.7453416149 ); } }
      @media (min-width: 1180px) {
        .property .property__txt-wp .property__ttl {
          font-size: 2.2rem; } }
    .property .property__txt-wp .property__price-wp {
      color: #8F001F;
      line-height: 1; }
      .property .property__txt-wp .property__price-wp .property__name {
        display: inline-block;
        font-family: "Hiragino UD Sans F W6 JIS2004";
        font-size: 1.1rem; }
        @media (min-width: 375px) {
          .property .property__txt-wp .property__price-wp .property__name {
            font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.6211180124 ); } }
        @media (min-width: 1180px) {
          .property .property__txt-wp .property__price-wp .property__name {
            font-size: 1.6rem; } }
      .property .property__txt-wp .property__price-wp .property__price {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 1.3rem; }
        @media (min-width: 375px) {
          .property .property__txt-wp .property__price-wp .property__price {
            font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.3726708075 ); } }
        @media (min-width: 1180px) {
          .property .property__txt-wp .property__price-wp .property__price {
            font-size: 1.6rem; } }
        .property .property__txt-wp .property__price-wp .property__price-num {
          font-size: 3rem; }
          @media (min-width: 375px) {
            .property .property__txt-wp .property__price-wp .property__price-num {
              font-size: calc( 3rem + ( 1vw - 3.75px ) * 1.2422360248 ); } }
          @media (min-width: 1180px) {
            .property .property__txt-wp .property__price-wp .property__price-num {
              font-size: 4rem; } }
          .property .property__txt-wp .property__price-wp .property__price-num small {
            font-size: 1.1rem; }
            @media (min-width: 375px) {
              .property .property__txt-wp .property__price-wp .property__price-num small {
                font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.6211180124 ); } }
            @media (min-width: 1180px) {
              .property .property__txt-wp .property__price-wp .property__price-num small {
                font-size: 1.6rem; } }
    .property .property__txt-wp .property__info {
      font-size: 1.2rem; }
      .property .property__txt-wp .property__info .property__info-ttl {
        padding: 2px 0;
        color: #646464; }
      .property .property__txt-wp .property__info .property__info-txt {
        padding: 2px 0; }
  .property .property__more {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px auto; }
    .property .property__more .btn {
      background: #0F3972;
      border: 1px solid #0F3972;
      border-radius: 25px / 50%;
      height: 50px;
      line-height: 48px; }
      .property .property__more .btn:after {
        display: none; }

.form .input__item .checkbox-parts {
  height: 20px;
  line-height: 2; }
.form .other_consultation {
  margin-top: 5px;
  width: 220px; }
.form .checkbox-input:checked + .checkbox-parts:before {
  background: #2F5E9F; }
.form .label_wrap {
  margin-bottom: 20px; }
.form .body_wrap {
  width: 100% !important; }
.form .formError .formErrorContent {
  background: #ef3900;
  border: none;
  box-shadow: 0 0 4px #ccc; }
.form .formError .formErrorArrow div {
  border: none;
  background: #ef3900;
  box-shadow: none; }
.form .formError .formErrorArrow .line1, .form .formError .formErrorArrow .line2 {
  background: #fff; }
.form table {
  width: 100%;
  margin-bottom: 20px; }
  .form table tr {
    display: block;
    margin-bottom: 15px; }
    .form table tr:last-child {
      margin-bottom: 0; }
    .form table tr.reserve_date th, .form table tr.reserve_date td {
      padding: 10px 20px; }
  .form table th {
    display: block;
    background: #E6EFF6;
    padding: 10px 15px;
    font-family: "Hiragino UD Sans F W6 JIS2004";
    color: #2F5E9F;
    font-size: 1.4rem; }
    @media (min-width: 750px) {
      .form table th {
        font-size: calc( 1.4rem + ( 1vw - 7.5px ) * 0.2325581395 ); } }
    @media (min-width: 1180px) {
      .form table th {
        font-size: 1.5rem; } }
    .form table th span {
      font-family: "Hiragino UD Sans F W3 JIS2004"; }
    .form table th .form__cate, .form table th .form__cate--hissu, .form table th .form__cate--nini {
      display: inline-block;
      margin-left: 10px;
      padding: 0 8px;
      color: #fff;
      font-size: 1.3rem; }
      .form table th .form__cate--hissu {
        background: #E87615; }
      .form table th .form__cate--nini {
        background: #646464; }
  .form table td {
    display: block;
    position: relative;
    padding: 20px;
    background: #fff;
    font-size: 1.3rem;
    text-align: initial; }
    .form table td .form__cate .input__item, .form table td th .form__cate--hissu .input__item, .form table th td .form__cate--hissu .input__item, .form table td th .form__cate--nini .input__item, .form table th td .form__cate--nini .input__item {
      margin-bottom: 5px; }
    .form table td .form__docu .form__docu-kind {
      margin-top: 5px; }
    .form table td .form__input-box .form__input-name {
      margin-right: 5px;
      display: inline-block; }
  .form table .corp_field.hide {
    display: none; }
.form .form__btnare {
  text-align: center; }
  .form .form__btnare-attent {
    font-size: 1.2rem;
    margin-bottom: 40px; }
  .form .form__btnare .form__btnare-read {
    font-size: 1.2rem; }
    @media (min-width: 750px) {
      .form .form__btnare .form__btnare-read {
        font-size: calc( 1.2rem + ( 1vw - 7.5px ) * 0.9302325581 ); } }
    @media (min-width: 1180px) {
      .form .form__btnare .form__btnare-read {
        font-size: 1.6rem; } }
  .form .form__btnare .input__item {
    margin-right: 0; }
    .form .form__btnare .input__item .checkbox-parts {
      font-size: 1.3rem; }
      @media (min-width: 750px) {
        .form .form__btnare .input__item .checkbox-parts {
          font-size: calc( 1.3rem + ( 1vw - 7.5px ) * 0.6976744186 ); } }
      @media (min-width: 1180px) {
        .form .form__btnare .input__item .checkbox-parts {
          font-size: 1.6rem; } }
  .form .form__btnare .privacy__btn .btn {
    width: 80%;
    max-width: 460px;
    height: auto;
    padding: 10px 0;
    line-height: 1.8; }
    .form .form__btnare .privacy__btn .btn:after {
      content: ''; }
  .form .form__btnare .btn__check .btn {
    width: 100%;
    max-width: 380px; }
    .form .form__btnare .btn__check .btn:after {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      border-top: 2px solid;
      border-right: 2px solid;
      top: 50%;
      transform: rotate(45deg) translate(0%, -50%); }
  .form .form__btnare .btn__check .btn-back {
    background: #C4C4C4;
    border-color: #C4C4C4;
    color: #fff; }
    .form .form__btnare .btn__check .btn-back:after {
      right: auto;
      left: 15px;
      transform: scale(-1, 1) rotate(45deg) translate(0%, -50%); }

.attention {
  margin-bottom: 80px;
  padding: 15px;
  border: 1px solid #0F3972; }
  .attention .attention__ttl {
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: left; }
  .attention .attention__item {
    padding-left: 12px;
    text-indent: -12px;
    font-size: 1.2rem; }

.inline_block {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0; }

#check .form .form__btnare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #check .form .form__btnare-attent {
    font-size: 1.3rem;
    margin-bottom: 50px; }
  #check .form .form__btnare .btn__check {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin-bottom: 0; }
    #check .form .form__btnare .btn__check .btn {
      max-width: 100%;
      padding: 0 10px;
      font-size: 1.4rem; }

.ui-datepicker-trigger {
  font-size: 1.6rem;
  color: #0F3972;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }

.reserve_date .date_time_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto; }
  .reserve_date .date_time_container > div {
    flex: 0 1 80%;
    width: 80%;
    max-width: 80%; }
    .reserve_date .date_time_container > div + div {
      margin-top: 10px; }

.datepicker_wrap {
  width: 100%;
  max-width: 200px;
  position: relative; }

#ui-datepicker-div {
  width: auto;
  font-family: inherit;
  border-radius: 0; }
  #ui-datepicker-div .ui-datepicker-header {
    height: 40px;
    border: none;
    background: transparent; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      height: 40px;
      line-height: 40px;
      margin: 0 40px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
      width: 40px;
      height: 40px; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
        border: none;
        background: transparent; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
        position: absolute;
        top: 50%;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        background: transparent; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
      right: 50%;
      transform: rotate(135deg) translateY(50%); }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
      left: 50%;
      transform: rotate(-45deg) translateY(-50%); }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
      top: 2px;
      right: 2px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
      top: 2px;
      left: 2px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
      width: auto;
      margin-right: 3px;
      font-family: inherit;
      font-size: 1.3rem; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
      width: auto;
      margin-left: 6px;
      font-family: inherit;
      font-size: 1.3rem; }
  #ui-datepicker-div .ui-datepicker-calendar {
    font-size: 1.1rem; }
    #ui-datepicker-div .ui-datepicker-calendar th {
      width: 40px;
      height: 40px;
      padding: 0;
      font-size: 1.1rem;
      line-height: 40px;
      font-weight: 200; }
    #ui-datepicker-div .ui-datepicker-calendar td {
      width: 40px;
      height: 40px;
      padding: 0;
      line-height: 40px; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day, #ui-datepicker-div .ui-datepicker-calendar td:hover {
        background: #0F3972; }
        #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a, #ui-datepicker-div .ui-datepicker-calendar td:hover a {
          opacity: 1;
          color: #fff; }
      #ui-datepicker-div .ui-datepicker-calendar td a {
        padding: 0;
        text-align: center;
        border: none;
        background: transparent; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
        padding: 0;
        text-align: center;
        border: none; }

@media screen and (min-width: 769px) {
  .flow {
    margin-bottom: 80px; }
    .flow .flow__list li {
      padding: 20px 0; }
      .flow .flow__list li:before {
        right: -16px;
        border-width: 12px 0 12px 16px; }
      .flow .flow__list li:after {
        right: -13px;
        border-width: 10px 0 10px 13px; }
      .flow .flow__list li .flow__list--en {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px; }
      .flow .flow__list li .flow__list--jp {
        display: inline-block; }

  .property {
    margin-bottom: 80px; }
    .property .property__img {
      flex: 0 1 42%;
      width: 42%;
      max-width: 42%; }
    .property .property__txt-wp {
      flex: 0 1 55%;
      width: 55%;
      max-width: 55%; }
      .property .property__txt-wp .property__genre {
        margin-bottom: 15px; }
      .property .property__txt-wp .property__ttl {
        margin-bottom: 10px; }
      .property .property__txt-wp .property__price-wp {
        margin-bottom: 10px; }
        .property .property__txt-wp .property__price-wp .property__price {
          margin-bottom: 0; }
      .property .property__txt-wp .property__info .property__info-ttl,
      .property .property__txt-wp .property__info .property__info-txt {
        padding: 0; }
    .property .property__more .btn {
      max-width: 100%; }
      .property .property__more .btn:hover {
        background: #fff; }

  .form table {
    margin-bottom: 40px; }
    .form table tr {
      display: table;
      width: 100%;
      margin-bottom: 5px; }
    .form table th {
      display: table-cell;
      vertical-align: top;
      width: 30%; }
    .form table td {
      display: table-cell;
      width: 70%; }
      .form table td .form__flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        max-width: 600px; }
        .form table td .form__flex.namebox .form__input-box.mb-10 {
          margin-bottom: 0; }
        .form table td .form__flex .form__input-box {
          flex: 0 1 48%;
          width: 48%;
          max-width: 48%; }
          .form table td .form__flex .form__input-box .form__input-name {
            width: 30px;
            text-align: right; }
          .form table td .form__flex .form__input-box input {
            width: calc(100% - 35px); }
      .form table td .form__address .form__input-name {
        display: block; }
      .form table td .form__cate, .form table td th .form__cate--hissu, .form table th td .form__cate--hissu, .form table td th .form__cate--nini, .form table th td .form__cate--nini {
        font-size: 0;
        letter-spacing: normal; }
        .form table td .form__cate .input__item, .form table td th .form__cate--hissu .input__item, .form table th td .form__cate--hissu .input__item, .form table td th .form__cate--nini .input__item, .form table th td .form__cate--nini .input__item {
          width: 50%;
          margin-right: 0;
          font-size: 1.3rem; }
      .form table td .form__docu .form__docu-kind {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0; }
        .form table td .form__docu .form__docu-kind .form__docu-ttl {
          display: inline-block;
          vertical-align: middle; }
      .form table td .parts-selectbox {
        width: calc(100% / 12 * 4); }
  .form .form__btnare-attent {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 50px; }
  .form .form__btnare .privacy__btn {
    margin-bottom: 40px; }

  #check .form .form__btnare .btn__check .btn {
    padding: 0 20px;
    font-size: 1.5rem; } }
@media screen and (min-width: 1024px) {
  .form .other_consultation {
    margin-top: 0; }
  .form table tr.reserve_date th {
    padding: 20px; }
  .form table tr.reserve_date td {
    padding: 20px 8%; }
  .form table tr.reserve_date .date_time_container > div {
    flex: 0 1 auto;
    width: auto; }
    .form table tr.reserve_date .date_time_container > div + div {
      margin-top: 0;
      margin-left: 10px; }
  .form table tr.reserve_date .date_time_container .datepicker_wrap {
    flex: 0 1 30%;
    width: 30%;
    max-width: 30%; }
  .form table th {
    width: 25%;
    padding: 20px; }
  .form table td {
    width: 75%;
    padding: 30px; }
    .form table td .form__cate .input__item, .form table td th .form__cate--hissu .input__item, .form table th td .form__cate--hissu .input__item, .form table td th .form__cate--nini .input__item, .form table th td .form__cate--nini .input__item {
      width: auto;
      margin-right: 15px;
      margin-bottom: 15px; } }
@media screen and (min-width: 1366px) {
  .form table td {
    padding: 30px 8%; } }

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