<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.plan {
  letter-spacing: 0.025em;
  font-weight: 600;
  background-color: #fff;
  color: #231815;
}

.plan .simple_page_mv {
  padding: 150px 0 0;
}

.gold_sec {
  margin: 50px 0 0;
  padding: 50px 0;
  text-align: center;
  background: rgb(158, 123, 13);
  background: linear-gradient(310deg, rgba(158, 123, 13, 1) 0%, rgba(244, 237, 191, 1) 51%, rgba(158, 123, 13, 1) 100%);
  position: relative;
}

.gold_sec::before, .gold_sec::after {
  content: '';
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(244, 237, 191);
  background: linear-gradient(90deg, rgba(244, 237, 191, 1) 0%, rgba(158, 123, 13, 1) 100%);
}

.gold_sec::after {
  bottom: 0;
  top: auto;
  transform: scale(-1, 1);
}

.gold_sec .inner {}

.gold_sec_ttl {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.gold_sec_ttl b {
  font-size: 4.5rem;
}

.feature_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.feature_contents {
  width: 32%;
}

.feature_catg {
  font-size: 2.2rem;
  margin-bottom: 20px;
  background-image: url("../img/plan/feature_catg.svg");
  color: #fff;
  background-size: contain;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1;
  padding-top: 2px;
}

.feature_item {
  background: rgb(158, 123, 13);
  background: linear-gradient(310deg, rgba(244, 237, 191, 1) 0%, rgba(158, 123, 13, 1) 51%, rgba(244, 237, 191, 1) 100%);
  padding: 13px;
}

.feature_item:not(:last-of-type) {
  margin-bottom: 20px;
}

.feature_item_inner {
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  border: 2px solid rgba(158, 123, 13, 1);
  border-image: linear-gradient(310deg, rgba(158, 123, 13, 1) 0%, rgba(244, 237, 191, 1) 51%, rgba(158, 123, 13, 1) 100%);
  border-image-slice: 1;
}

.feature_caption {
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: solid 1px #877637;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.feature_ttl {
  background: #3969B2;
  background: -webkit-linear-gradient(bottom, #3968B2, #2C528A, #080059);
  background: linear-gradient(to bottom, #3968B2, #2C528A, #080059);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.2rem;
  line-height: 1.2;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 900;
  letter-spacing: -0.1em;
}

.feature_ttl small {
  display: block;
  font-size: 2.4rem;
  letter-spacing: initial;
}

.feature_caution {
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.gold_sec_caption {
  text-align: left;
  margin-top: 35px;
}

.type_sec {
  padding: 70px 0 100px;
}

.type_bg {
  background-color: #F7F5EA;
  text-align: center;
  padding: 25px 0 35px;
  margin-bottom: 80px;
}

.type_map {}

.type_map_img {}

.type_sec .inner {}

.type_anchor_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto 100px;
}

.type_anchor_contents {
  width: 49%;
  text-align: center;
}

.type_anchor_catg {
  font-size: 2.0rem;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.type_anchor_item {
  position: relative;
  display: block;
  max-width: 280px;
  /*margin: auto;*/
  margin: 0 auto 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  padding: 70px 20px 20px;
}

.type_anchor_item::after {
  content: '';
  background: rgb(213, 199, 140);
  background: linear-gradient(0deg, rgba(213, 199, 140, 1) 0%, rgba(213, 199, 140, 0) 100%);
  opacity: .36;
  width: 100%;
  height: 164px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.type_anchor_ttl {
  position: absolute;
  background: rgb(213, 199, 140);
  background: linear-gradient(148deg, rgba(213, 199, 140, 1) 0%, rgba(105, 88, 72, 1) 100%);
  color: #fff;
  font-size: 4.1rem;
  line-height: 1.2;
  padding: 5px 0 10px;
  width: 100%;
  top: 0;
  left: 0;
}

.type_anchor_ttl::after {
  content: '';
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  width: 22px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.type_anchor_ttl span {
  font-size: 1.3rem;
  display: block;
}

.type_anchor_new {
  background-color: #92181E;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px 0 15px;
}

.type_anchor_layout {
  font-size: 4.1rem;
  color: #877637;
}

.type_anchor_layout b {
  font-size: 5.5rem;
}

.type_anchor_layout small {
  font-size: 2.2rem;
}

.type_anchor_border {
  font-size: 1.5rem;
  border-top: solid 1px #333;
  border-bottom: solid 1px;
}

.type_anchor_wide {
  font-size: 4.3rem;
  position: relative;
  z-index: 1;
}

.type_anchor_wide small {
  font-size: 3.0rem;
}

.type_anchor_btn {
  background-color: #003670;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}

.type_anchor_btn::after {
  content: '';
  background-image: url("../img/plan/3line_arrow.svg");
  width: 15px;
  height: 15px;
  background-size: cover;
  right: 20px;
  position: absolute;
}

.type_item {
  padding: 70px 0 30px;
  margin: -70px 0 30px;
  border-bottom: solid 1px #877637;
}

.type_item::before {
  /* content: '';
  position: absolute;
  width: 100%;
  height: 250px;
  opacity: .36;
  background: rgb(213, 199, 140);
  background: linear-gradient(0deg, rgba(213, 199, 140, 0) 0%, rgba(213, 199, 140, 1) 100%); */
}

.type_item_new {
  background-color: #92181E;
  color: #fff;
  padding: 3px 10px 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.7rem;
  height: 25px;
  line-height: 1;
}

.type_anchor_new::after, .type_item_new::after {
  content: '';
  background: linear-gradient(to bottom right, #92181E 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 10px;
}

.type_item_spec {
  width: calc(100% - 375px - 20px);
}

.type_item_ttl {
  background: rgb(213, 199, 140);
  background: linear-gradient(148deg, rgba(213, 199, 140, 1) 0%, rgba(105, 88, 72, 1) 100%);
  color: #fff;
  font-size: 7.2rem;
  line-height: 1em;
  text-align: center;
  padding: 0 0 10px;
  margin-right: 50px;
  position: relative;
  padding: 45px 0;
  width: 200px;
}

.type_item_ttl span {
  display: block;
  font-size: 1.9rem;
  line-height: 1em;
}

.type_item_layout {
  color: #877638;
  font-size: 5.7rem;
  border-bottom: solid 1px #877637;
  margin-bottom: 20px;
}

.type_item_layout b {
  font-size: 7.6rem;
  line-height: 1em;
}

.type_item_layout small {
  font-size: 3.0rem;
}

.type_item_wide_wrap {
  display: flex;
  gap: 30px;
}

.type_item_wide_contents {
  display: flex;
  align-items: baseline;
  position: relative;
}

.type_item_wide_contents p {
  font-size: 1.7rem;
}

.type_item_wide_contents p.type_item_wide_caption {
  position: absolute;
  font-size: 1.1rem;
  bottom: 0;
  right: 0;
}

.type_item_wide_contents p.gold {
  color: #877638;
}

.type_item_wide_contents p b {
  font-size: 5.5rem;
}

.type_item_wide_contents p span {
  font-size: 3.3rem;
}

.type_item_wide_contents p small {
  font-size: 1.7rem;
}

.type_item_wide_plane {
  margin-bottom: 25px;
}

.type_item_list {
  margin-bottom: 30px;
}

.type_item_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}

.type_item_list li::before {
  content: '';
  background-color: #948242;
  width: 3.6px;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
}

.type_item_imgarea {
  position: relative;
  margin-bottom: 50px;
  width: 375px;
}

.type_item_main {
  display: block;
  margin: auto;
}

.type_item_sub {
  position: absolute;
  bottom: 0;
  right: 0;
}

.type_item_icon {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.type_item_icon li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}

.type_item_icon li::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 0;
  position: absolute;
}

.icon_v::before {
  background-image: url("../img/plan/icon_v.svg");
}

.icon_x::before {
  background-image: url("../img/plan/icon_x.svg");
}

.icon_xs::before {
  background-image: url("../img/plan/icon_xs.svg");
}

.icon_plane::before {
  background-image: url("../img/plan/icon_plane.svg");
}

.icon_pink::before {
  background-image: url("../img/plan/icon_pink.svg");
}

.type_item_icon li::after {
  content: ':';
  position: absolute;
  left: 24px;
}

.type_item_btmtxt {}

/*230316*/
.type_item_calc_area {
  margin-bottom: 20px;
  padding-top: 45px;
}

.type_item_calc_wrap {
  display: flex;
  flex-wrap: nowrap;
}

.type_item_calc_contents {
  text-align: center;
  position: relative;
}

.type_item_calc_contents:not(:last-of-type) {
  margin-right: 50px;
}

.type_item_calc_contents:not(:first-of-type):not(:last-of-type)::before {
  content: '+';
}

.type_item_calc_contents:last-of-type::before {
  content: '=';
}

.type_item_calc_contents::before {
  position: absolute;
  left: -38px;
  top: 3px;
  margin: auto;
  font-size: 3.0rem;
  font-weight: 900;
  font-family: sans-serif;
  line-height: 1em;
}

.type_item_calc_lbl {
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 3px 10px;
  font-size: 1.6rem;
}

.type_item_calc_size {
  line-height: 1.2;
  font-size: 3.5rem;
}

.type_item_calc_size b {
  color: #877638;
  font-size: 4.0rem;
}

.type_item_calc_size span {
  display: block;
  font-size: 1.4rem;
}

.type_item_calc_ttl {
  font-weight: 900;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.type_item_calc_fukidashi {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 240px;
  border-radius: 5px;
  padding: 3px 0;
  color: #fff;
  background-color: #92181E;
  font-weight: 900;
}

.type_item_calc_fukidashi::before, .type_item_calc_fukidashi::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #92181e transparent transparent transparent;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.type_item_calc_fukidashi::after {}

.type_item_interbtn {
  background-color: #92181E;
  border-radius: 5px;
  color: #fff;
  padding: 5px 50px;
  margin-bottom: 50px;
  font-weight: 900;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
}

.type_item_interbtn::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  position: absolute;
  transition: .3s;
}

.type_item_interbtn:hover::after {
  right: 15px;
}

.merit_floor_aera_wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}

.merit_floor_aera_wrap .type_item_calc_area {
  min-width: 500px;
  position: relative;
}

.merit_floor_aera_wrap .type_item_calc_size {
  font-size: 2.0rem;
}

.merit_floor_aera_wrap .type_item_calc_fukidashi {
  width: 285px;
}

.type_item_ttl_wrap {
  display: flex;
  margin: 50px 0;
}

.type_item_ttl_wrap_contents {
  width: calc(100% - 200px - 50px);
}

.type_item_spec_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.type_sec_ttl {
  text-align: center;
  font-size: 4.0rem;
  color: #877638;
  margin-bottom: 15px;
}

.type_item_calc_area_ttl {
  position: absolute;
top: 0;
font-size: 1.8rem;
font-weight: bold;
}
.type_item_smallcaution {
  font-size: 1.2rem;
  margin-top: 20px;
}

.type_item_smallcaution li {
  display: flex;
}
.type_item_smallcaution li b:first-of-type {
  width: 3em;
}

.type_item_smallcaution li b:nth-of-type(2) {
  width: calc(100% - 3em);
}
</pre></body></html>