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

home style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
#contents {
  margin-top: 7.2rem;
}

@media screen and (min-width: 769px) {
  #contents {
    margin-top: 8rem;
  }
}
.under__ttl {
  margin-bottom: 3.6rem;
}
.under__ttl .contents__ttl {
  padding: 2.4em 0;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  background: #6D0070;
}
.under__ttl .contents__ttl .contents__ttl-main {
  font-size: 2.4rem;
}
.under__ttl .contents__ttl .contents__ttl-sub {
  font-family: "Reddit Sans", serif;
  font-size: 1.8rem;
}

.pageTop {
  display: none !important;
}

.flow {
  margin: 0% 0% 6.77% 0%;
}
.flow .flow__ttl {
  height: 4rem;
  line-height: 3.8rem;
  margin: 0% 0% 3.38% 0%;
  color: #6D0070;
  border: 1px solid #6D0070;
  text-align: center;
}
.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 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.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 #6D0070;
  box-sizing: border-box;
  color: #6D0070;
  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 #6D0070;
}
.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: #6D0070;
  color: #fff;
}
.flow .flow__list li.active:after {
  border-color: transparent transparent transparent #6D0070;
}
.flow .flow__list li .flow__list--en {
  display: block;
  margin-bottom: 10px;
  font-family: "Reddit 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-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;
}

.rental_item {
  margin-bottom: 4.8rem;
}
.rental_item .rental_item-inner {
  background: #EDEEF0;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}
.rental_item .wrap {
  display: grid;
  gap: 1.5rem;
}
.rental_item .wrap .cont .catebox {
  display: flex;
  gap: 1em;
}
.rental_item .wrap .cont .type {
  width: -moz-fit-content;
  width: fit-content;
  background: #4E464E;
  margin-bottom: 1.1rem;
  padding: 0.4rem 0.8rem;
  box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.rental_item .wrap .cont .type.c1 {
  background: #c92f00;
}
.rental_item .wrap .cont .type.c2 {
  background: #005aa9;
}
.rental_item .wrap .cont .type.c3 {
  background: #037516;
}
.rental_item .wrap .cont .type.ti1 {
  background: #BCB96C;
}
.rental_item .wrap .cont .type.ti4 {
  background: #AA3969;
}
.rental_item .wrap .cont .type.ti2 {
  background: #D18C09;
}
.rental_item .wrap .cont .type.ti5 {
  background: #69AC7D;
}
.rental_item .wrap .cont .type.ti3 {
  background: #7489D0;
}
.rental_item .wrap .cont .type.ti6 {
  background: #4E464E;
}
.rental_item .wrap .cont .title {
  margin-bottom: 1.2rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
.rental_item .wrap .cont .price {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: right;
}
.rental_item .wrap .cont .price small {
  font-size: 1.3rem;
}
.rental_item .wrap .cont .price b {
  margin-left: 0.5rem;
  color: #6D0070;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.rental_item .wrap .cont .info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 3em;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.416;
}
.rental_item .wrap .cont .info .info_item {
  display: grid;
  grid-template-columns: 4.2em 1fr;
  gap: 1rem 0.25rem;
  grid-column: span 2;
}
.rental_item .wrap .cont .info .info_item .ttl {
  font-weight: 600;
  color: #8B8B8B;
}
.rental_item .wrap .cont .info .info_item.size_1, .rental_item .wrap .cont .info .info_item.size_2 {
  grid-column: span 1;
}
.rental_item .wrap .cont .info .info_item.comment {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 769px) {
  .rental_item {
    padding: 3rem 3.4rem 3.4rem;
  }
  .rental_item .wrap {
    grid-template-columns: 224fr 644fr;
    gap: 4.7%;
  }
  .rental_item .wrap .cont {
    padding-right: 4.348%;
  }
  .rental_item .wrap .cont .cate {
    margin-bottom: 1.6rem;
  }
  .rental_item .wrap .cont .title {
    margin-bottom: 2.2rem;
    font-size: 2rem;
  }
  .rental_item .wrap .cont .price {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .rental_item .wrap .cont .price b {
    margin-left: 0.75rem;
    font-size: 2.9rem;
  }
  .rental_item .wrap .cont .info {
    gap: 1.4rem 3em;
    font-size: 1.3rem;
  }
  .rental_item .wrap .cont .info .info_item {
    gap: 1rem 2.5rem;
  }
  .rental_item .wrap .cont .info .info_item.price_03, .rental_item .wrap .cont .info .info_item.price_04, .rental_item .wrap .cont .info .info_item.address, .rental_item .wrap .cont .info .info_item.traffic, .rental_item .wrap .cont .info .info_item.size_1, .rental_item .wrap .cont .info .info_item.year {
    grid-column: span 1;
  }
}
.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: #6D0070;
}
.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: #EDEEF0;
  padding: 10px 15px;
  font-weight: 500;
  color: #6D0070;
  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 .form__cate, .form table th .form__cate--nini, .form table th .form__cate--hissu {
  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 th .s-txt {
  font-size: 0.8em;
}
.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 table .form__input-box + .form__input-box {
  margin-top: 1rem;
}
.form .form__btnare {
  margin-bottom: 4rem;
  padding: 2rem 1.2rem;
  border: 1px solid #292929;
}
.form .form__btnare-attent {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.form .form__btnare .form__btnare-read {
  margin-bottom: 1.8rem;
  font-size: 1.2rem;
}
.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 {
  display: block;
  width: min(360px, 100%);
  height: auto;
  margin: auto;
  padding: 10px 0;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background: #6D0070;
}
.form .form__submit_area .input__item {
  display: block;
  width: fit-content;
  margin: auto auto 1.8rem;
}
.form .form__submit_area .input__item .checkbox-parts {
  font-size: 1.3rem;
  letter-spacing: 0;
}
.form .form__submit_area .btn__check {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.form .form__submit_area .btn__check .btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #6D0070;
  border: 1px solid #6D0070;
}
.form .form__submit_area .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%);
  right: 2em;
}
.form .form__submit_area .btn__check .btn-back {
  order: 2;
  background: #C4C4C4;
  border-color: #C4C4C4;
  color: #fff;
}
.form .form__submit_area .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 #6D0070;
}
.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;
}

.ui-datepicker-trigger {
  font-size: 1.6rem;
  color: #6D0070;
  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: #6D0070;
}
#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_info {
    margin-bottom: 80px;
  }
  .property_info .property__img {
    flex: 0 1 42%;
    width: 42%;
    max-width: 42%;
  }
  .property_info .property__txt-wp {
    flex: 0 1 55%;
    width: 55%;
    max-width: 55%;
  }
  .property_info .property__txt-wp .property__genre {
    margin-bottom: 15px;
  }
  .property_info .property__txt-wp .property__ttl {
    margin-bottom: 10px;
  }
  .property_info .property__txt-wp .property__price-wp {
    margin-bottom: 10px;
  }
  .property_info .property__txt-wp .property__price-wp .property__price {
    margin-bottom: 0;
  }
  .property_info .property__txt-wp .property__info .property__info-ttl,
  .property_info .property__txt-wp .property__info .property__info-txt {
    padding: 0;
  }
  .property_info .property__more .btn {
    max-width: 100%;
  }
  .property_info .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: 33.3333333333%;
  }
  .form .form__btnare {
    margin-bottom: 6rem;
    padding: 3.6rem 0;
    text-align: center;
  }
  .form .form__btnare-attent {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .form .form__btnare .form__btnare-read {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .form .form__btnare .privacy__btn .btn {
    padding: 16px 0;
  }
  .form .form__submit_area .input__item .checkbox-parts {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .form .form__submit_area .btn__check {
    gap: 3.6rem;
  }
  .form .form__submit_area .btn__check .btn {
    width: 36rem;
    height: 6.8rem;
    color: #6D0070;
    background: #fff;
    transition: all 0.3s;
  }
  .form .form__submit_area .btn__check .btn:hover {
    opacity: 1;
    color: #fff;
    background: #6D0070;
  }
  .form .form__submit_area .btn__check .btn-back {
    order: -1;
    color: #fff;
    background: #C4C4C4;
    border-color: #C4C4C1;
  }
  .form .form__submit_area .btn__check .btn-back:hover {
    background: #b2b2b2;
  }
  #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 */
