@charset "UTF-8";
@media screen and (max-width: 1280px) {
  #price .hero .hero-unit__ttl {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 960px) {
  #price .hero .hero-unit__ttl {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  #price .hero .hero-unit__ttl {
    width: 120px;
  }
}

@media screen and (max-width: 520px) {
  #price .hero .hero-unit__ttl {
    width: 100%;
    padding: 16px;
  }
}

#price .hero .hero-unit__img {
  width: calc( 100% - 440px);
}

@media screen and (max-width: 1280px) {
  #price .hero .hero-unit__img {
    width: calc( 100% - 280px);
  }
}

@media screen and (max-width: 768px) {
  #price .hero .hero-unit__img {
    width: calc( 100% - 180px);
  }
}

@media screen and (max-width: 520px) {
  #price .hero .hero-unit__img {
    width: calc( 100% - 16px);
  }
}

.price-simulator .price-simulator-container {
  padding: 56px;
  background: #ffffff;
}

@media screen and (max-width: 1280px) {
  .price-simulator .price-simulator-container {
    padding: 32px;
  }
}

@media screen and (max-width: 520px) {
  .price-simulator .price-simulator-container {
    padding: 24px;
  }
}

@media screen and (max-width: 520px) {
  .price-simulator .ttl-l {
    font-size: 2rem;
  }
}

.price-simulator .simulator-select-wrap {
  margin: 0 auto 48px;
  padding: 24px 0 0;
  max-width: 400px;
}

@media screen and (max-width: 960px) {
  .price-simulator .simulator-select-wrap {
    margin: 0 auto 32px;
    padding: 16px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-select-wrap {
    margin: 0 auto 24px;
    padding: 6px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .price-simulator .simulator-select-wrap {
    margin: 0 auto 20px;
    padding: 10px 0 0;
  }
}

.price-simulator .simulator-select-wrap .simulator-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-simulator .simulator-select-wrap .simulator-select label {
  width: 96px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-select-wrap .simulator-select label {
    width: 80px;
    font-size: 1.6rem;
  }
}

.price-simulator .simulator-select-wrap .simulator-select select {
  width: calc( 100% - 96px);
  height: 56px;
  padding: 0 16px;
  border: solid 1px rgba(170, 140, 90, 0.4);
  background: url("/wp-content/themes/itreat_base/dist/img/common/select.svg") center right 16px/14px 14px no-repeat, #fcfaf4;
  font-size: 1.8rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #303232;
  line-height: 56px;
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-select-wrap .simulator-select select {
    width: calc( 100% - 80px);
    line-height: 52px;
    font-size: 1.6rem;
  }
}

.price-simulator .simulator-select-wrap .simulator-select select:disabled {
  opacity: .24;
  color: #fcfaf4;
}

.price-simulator .simulator-select-wrap .simulator-select:not(:last-child) {
  margin: 0 0 16px;
}

@media screen and (max-width: 520px) {
  .price-simulator .simulator-select-wrap .simulator-select:not(:last-child) {
    margin: 0 0 12px;
  }
}

.price-simulator .simulator-select-wrap .simulator-select:has(select:disabled) .burdenrate {
  opacity: .24;
}

.price-simulator .simulator-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .price-simulator .simulator-result {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .price-simulator .simulator-result {
    max-width: 600px;
  }
}

.price-simulator .simulator-result > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 190px;
  background: #d06b35;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .price-simulator .simulator-result > dt {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-result > dt {
    padding: 16px;
    width: 100%;
    font-size: 1.8rem;
  }
}

.price-simulator .simulator-result > dt span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}

.price-simulator .simulator-result > dt span em {
  font-size: 1.6rem;
  font-weight: bold;
}

.price-simulator .simulator-result > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 100% - 190px);
  padding: 40px;
  border: solid 1px #d06b35;
}

@media screen and (max-width: 1280px) {
  .price-simulator .simulator-result > dd {
    width: calc( 100% - 150px);
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-result > dd {
    width: 100%;
    padding: 32px 24px;
  }
}

.price-simulator .simulator-result > dd .result-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .price-simulator .simulator-result > dd .result-dtl {
    gap: 16px 0;
  }
}

.price-simulator .simulator-result > dd .result-dtl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  padding: 0 0 8px;
  border-bottom: solid 1px rgba(208, 107, 53, 0.4);
}

@media screen and (max-width: 1024px) {
  .price-simulator .simulator-result > dd .result-dtl__item {
    width: calc( 50% - 12px);
  }
}

@media screen and (max-width: 520px) {
  .price-simulator .simulator-result > dd .result-dtl__item {
    width: 100%;
  }
}

.price-simulator .simulator-result > dd .result-dtl__item dt {
  width: 48px;
}

.price-simulator .simulator-result > dd .result-dtl__item dd {
  width: calc( 100% - 48px);
  letter-spacing: .01em;
  text-align: right;
}

.price-simulator .simulator-result > dd .result-dtl__item dd .num {
  font-size: 1.8rem;
}

.price-simulator .simulator-result > dd .result-dtl__item dd .yen {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-result > dd .result-dtl__item dd .yen {
    font-size: 1.4rem;
  }
}

.price-simulator .simulator-result > dd .result-dtl__item.--item-all {
  position: relative;
  width: 220px;
  padding: 8px 12px;
  border: none;
  background: rgba(208, 107, 53, 0.06);
  font-size: 2rem;
  color: #d06b35;
}

@media screen and (max-width: 1280px) {
  .price-simulator .simulator-result > dd .result-dtl__item.--item-all {
    width: 210px;
  }
}

@media screen and (max-width: 1024px) {
  .price-simulator .simulator-result > dd .result-dtl__item.--item-all {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-result > dd .result-dtl__item.--item-all {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1280px) {
  .price-simulator .simulator-result > dd .result-dtl__item.--item-all dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-result > dd .result-dtl__item.--item-all dt {
    font-size: 1.6rem;
  }
}

.price-simulator .simulator-result > dd .result-dtl__item.--item-all .year-txt {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .price-simulator .simulator-result > dd .result-dtl__item.--item-all .year-txt {
    bottom: -24px;
    font-size: 1.4rem;
  }
}

.price-simulator .simulator-result:not(:last-child) {
  margin-bottom: 24px;
}

.price-simulator .simulator-result.--room-grn > dt {
  background: #0f6e63;
}

.price-simulator .simulator-result.--room-grn > dd {
  border-color: #0f6e63;
}

.price-simulator .simulator-result.--room-grn > dd .result-dtl__item {
  border-color: rgba(15, 110, 99, 0.4);
}

.price-simulator .simulator-result.--room-grn > dd .result-dtl__item.--item-all {
  background: rgba(15, 110, 99, 0.06);
  color: #0f6e63;
}

.price-simulator .simulator-result.--room-yelgrn > dt {
  background: #168e32;
}

.price-simulator .simulator-result.--room-yelgrn > dd {
  border-color: #168e32;
}

.price-simulator .simulator-result.--room-yelgrn > dd .result-dtl__item {
  border-color: rgba(22, 142, 50, 0.4);
}

.price-simulator .simulator-result.--room-yelgrn > dd .result-dtl__item.--item-all {
  background: rgba(22, 142, 50, 0.06);
  color: #168e32;
}

.room-price.--room-price-orn .ttl-l {
  color: #d06b35;
}

.room-price.--room-price-orn .ttl-l::before, .room-price.--room-price-orn .ttl-l::after {
  background: #d06b35;
}

.room-price.--room-price-orn .ttl-m {
  color: #d06b35;
}

.room-price.--room-price-grn .ttl-l {
  color: #0f6e63;
}

.room-price.--room-price-grn .ttl-l::before, .room-price.--room-price-grn .ttl-l::after {
  background: #0f6e63;
}

.room-price.--room-price-grn .ttl-m {
  color: #0f6e63;
}

.room-price.--room-price-grn .deposit-list {
  border-color: #0f6e63;
}

.room-price.--room-price-grn .deposit-list dt {
  background: #0f6e63;
}

.room-price.--room-price-grn .price-list__item {
  border-color: #0f6e63;
}

.room-price.--room-price-grn .price-list .price-tbl--main dt {
  background: #0f6e63;
}

.room-price.--room-price-grn .acd .acd-btn {
  background: rgba(15, 110, 99, 0.08);
}

.room-price.--room-price-grn .acd .acd-btn::before {
  background: #0f6e63;
}

.deposit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid 1px #d06b35;
}

.deposit-list dt,
.deposit-list dd {
  padding: 16px;
}

@media screen and (max-width: 520px) {
  .deposit-list dt,
  .deposit-list dd {
    padding: 10px;
  }
}

.deposit-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  background: #d06b35;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .deposit-list dt {
    width: 160px;
  }
}

@media screen and (max-width: 520px) {
  .deposit-list dt {
    width: 96px;
  }
}

.deposit-list dd {
  width: calc( 100% - 180px);
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .deposit-list dd {
    width: calc( 100% - 160px);
  }
}

@media screen and (max-width: 520px) {
  .deposit-list dd {
    width: calc( 100% - 96px);
  }
}

.deposit-list dd .deposit-price {
  margin: 0 0 4px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .deposit-list dd .deposit-price {
    margin: 0 0 2px;
    font-size: 1.8rem;
  }
}

.price-unit {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 48px;
}

@media screen and (max-width: 1024px) {
  .price-unit {
    grid-template-columns: 1fr 280px;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .price-unit {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media screen and (max-width: 520px) {
  .price-unit {
    gap: 16px;
  }
}

.price-unit .room-layout .room-layout-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
}

.price-unit .room-layout .room-layout-img img {
  max-height: 434px;
}

@media screen and (max-width: 768px) {
  .price-unit .room-layout .room-layout-img img {
    max-height: 360px;
  }
}

.price-list__item {
  border: solid 1px #d06b35;
}

.price-list__item:not(:last-child) {
  margin: 0 0 8px;
}

@media screen and (max-width: 768px) {
  .price-list__item:not(:last-child) {
    margin: 0 0 6px;
  }
}

.price-list__item.--item-independent .price-tbl--sub .price-tbl__item:last-of-type {
  background: #ffffff;
}

.price-list .price-tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background: #ffffff;
}

.price-list .price-tbl dt,
.price-list .price-tbl dd {
  padding: 12px 16px;
  line-height: 1.4;
}

@media screen and (max-width: 520px) {
  .price-list .price-tbl dt,
  .price-list .price-tbl dd {
    padding: 12px;
    line-height: 1.2;
  }
}

.price-list .price-tbl dt {
  width: 180px;
}

@media screen and (max-width: 960px) {
  .price-list .price-tbl dt {
    width: 160px;
  }
}

@media screen and (max-width: 520px) {
  .price-list .price-tbl dt {
    width: 112px;
  }
}

.price-list .price-tbl dd {
  width: calc( 100% - 180px);
}

@media screen and (max-width: 768px) {
  .price-list .price-tbl dd {
    width: calc( 100% - 160px);
  }
}

@media screen and (max-width: 520px) {
  .price-list .price-tbl dd {
    width: calc( 100% - 112px);
  }
}

.price-list .price-tbl--main dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d06b35;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .price-list .price-tbl--main dd span {
    display: block;
    padding: 2px 0 0;
    font-size: 1.4rem;
    line-height: 1.2;
    opacity: .72;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 520px) {
  .price-list .price-tbl--main dd span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.price-list .price-tbl--main dd span::before {
  content: " / ";
}

@media screen and (max-width: 1280px) {
  .price-list .price-tbl--main dd span::before {
    content: "※";
  }
}

@media screen and (max-width: 1280px) {
  .price-list .price-tbl--main dd span::after {
    content: "の金額";
  }
}

.price-list .price-tbl--sub .price-tbl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px rgba(170, 140, 90, 0.32);
}

.price-list .price-tbl--sub .price-tbl__item:last-of-type {
  background: rgba(170, 140, 90, 0.08);
}

.price-list .price-tbl--sub .price-tbl__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  border-right: solid 1px rgba(170, 140, 90, 0.32);
}

.price-list .price-tbl--sub .price-tbl__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.acd summary {
  position: relative;
  list-style: none;
  cursor: pointer;
}

.acd summary::-webkit-details-marker {
  display: none;
}

.acd summary .acd-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 74px;
  height: 36px;
  background: rgba(208, 107, 53, 0.06);
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .acd summary .acd-btn {
    top: calc( 50% - 1px);
    right: 6px;
    width: 68px;
    height: 32px;
    font-size: 1.4rem;
  }
}

.acd summary .acd-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  width: 18px;
  height: 18px;
  background: #d06b35;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .acd summary .acd-btn::before {
    width: 16px;
    height: 16px;
  }
}

.acd summary .acd-btn span {
  position: relative;
  display: inline-block;
  padding: 0 24px 0 0;
}

@media screen and (max-width: 768px) {
  .acd summary .acd-btn span {
    padding: 0 20px 0 0;
  }
}

.acd summary .acd-btn span::before, .acd summary .acd-btn span::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .acd summary .acd-btn span::before, .acd summary .acd-btn span::after {
    right: 2px;
  }
}

.acd summary .acd-btn span::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.acd summary .acd-btn span::after {
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
  transform: translateY(-50%) rotateZ(-90deg);
}

.acd[open] summary .acd-btn span::after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.acd[open] .acd-content {
  -webkit-animation: priceFadeIn 0.3s ease-in-out;
  animation: priceFadeIn 0.3s ease-in-out;
}

@-webkit-keyframes priceFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes priceFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*# sourceMappingURL=../../maps/pages/price.css.map */
