@charset "UTF-8";
@import url("https://use.typekit.net/gdf1fdf.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap");
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

.dummy-head,
.dummy-footer {
  background: #888;
  text-align: center;
  color: #bbb;
  font-size: 20px;
  line-height: 1.5; }

.dummy-head {
  padding: 40px 0; }

.dummy-footer {
  padding: 500px 0; }

/*$color1: #41889e;*/
/*$color1: #0094e3;*/
.page-midashi + .lead {
  margin-top: 1rem; }

.column {
  margin-top: 2.5rem;
  background-color: #efedee;
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4%; }
  .column .sub_copy {
    color: #242424; }
  @media screen and (max-width: 500px) {
    .column {
      grid-template-columns: repeat(1, 1fr);
      padding: 1.5rem 2rem 2rem; } }

#plan .midashi {
  margin-top: 0; }
#plan .p-btn {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  position: relative;
  z-index: 3; }
  #plan .p-btn li {
    margin-top: 15px;
    width: 24%; }
    #plan .p-btn li:nth-child(3n) {
      margin-right: 0; }
    #plan .p-btn li:last-child {
      margin-right: 0; }
    #plan .p-btn li a {
      display: block;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      background: #e1d8bb; }
      #plan .p-btn li a img {
        transition: 0.5s; }
      #plan .p-btn li a:hover img {
        opacity: 0.8; }
  @media screen and (max-width: 700px) {
    #plan .p-btn li {
      width: 48%;
      margin-right: 4%; }
      #plan .p-btn li:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    #plan .p-btn {
      justify-content: center; }
      #plan .p-btn li {
        width: 70%;
        margin-right: 0%; } }
#plan .plan-area {
  background: #f5f4f0;
  padding: 60px 0; }
  @media screen and (max-width: 600px) {
    #plan .plan-area {
      padding-top: 30px; } }
#plan .plan-item {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 60px; }
  #plan .plan-item:before {
    content: "";
    background: #efedee;
    width: 350px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%; }
  #plan .plan-item .fig {
    flex: 1;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 520px;
    margin: 0 auto; }
  #plan .plan-item .spec {
    width: 350px;
    box-sizing: border-box;
    padding-bottom: 240px;
    background: #fff;
    position: relative;
    border-top: 3px solid #b3a48e;
    border-right: 1px solid #ccc;
    z-index: 2; }
    #plan .plan-item .spec .spec-body {
      padding: 35px 35px 35px 35px;
      background: #fff;
      position: relative;
      overflow-y: hidden; }
    #plan .plan-item .spec .spec-bar img {
      width: 100%;
      height: auto; }
    #plan .plan-item .spec .type,
    #plan .plan-item .spec .ldk {
      color: #5e5e5e;
      font-family: eb-garamond,serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      font-feature-settings: 'palt';
      z-index: 2;
      position: relative; }
      #plan .plan-item .spec .type b,
      #plan .plan-item .spec .ldk b {
        font-size: 200%;
        font-weight: lighter; }
    #plan .plan-item .spec .type {
      margin-top: 10px;
      text-align: center;
      padding-bottom: 10px;
      font-size: 30px; }
    #plan .plan-item .spec .floor {
      font-size: 1.4rem; }
    #plan .plan-item .spec .ldk {
      width: 100%;
      text-align: center;
      padding: 15px 0 20px;
      font-size: 22px;
      position: relative;
      margin-top: 10px; }
      #plan .plan-item .spec .ldk:before, #plan .plan-item .spec .ldk:after {
        content: "";
        height: 1px;
        position: absolute;
        background: linear-gradient(to right, #fff, #ccc, #fff);
        left: -20px;
        right: -20px; }
      #plan .plan-item .spec .ldk:before {
        top: 0; }
      #plan .plan-item .spec .ldk:after {
        bottom: 0; }
    #plan .plan-item .spec .s-txt {
      margin-top: 5px;
      line-height: 1.5;
      font-size: 16px;
      text-align: center;
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      color: #5e5e5e;
      z-index: 2;
      position: relative; }
      #plan .plan-item .spec .s-txt b {
        font-size: 300%;
        font-weight: lighter;
        transform: translateY(3%);
        display: inline-block;
        margin-left: 0.875rem; }
      #plan .plan-item .spec .s-txt.trunkroom {
        margin-top: -0.5rem; }
    #plan .plan-item .spec .merit {
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      border-top: 1px solid #ccc; }
      #plan .plan-item .spec .merit li {
        display: block;
        position: relative;
        padding: 18px 24px;
        line-height: 1.5;
        font-size: 16px;
        color: #5e5e5e;
        background: linear-gradient(to right, #fff, #f9f8f4);
        border-bottom: 1px solid #ccc; }
        #plan .plan-item .spec .merit li:before {
          content: "";
          position: absolute;
          left: 25px;
          top: 20px;
          bottom: 20px;
          background: #b3a48e;
          width: 2px; }
        #plan .plan-item .spec .merit li p {
          padding-left: 25px;
          color: #5e5e5e; }
  #plan .plan-item .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    box-sizing: border-box;
    padding: 30px 35px 30px 35px;
    z-index: 4; }
    #plan .plan-item .bottom .hanrei {
      margin-bottom: 15px; }
      #plan .plan-item .bottom .hanrei img {
        width: 100%;
        height: auto;
        max-width: 264px; }
    #plan .plan-item .bottom .cap {
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 15px; }
    #plan .plan-item .bottom .btn a {
      display: block;
      background: #a59e84;
      height: 55px;
      color: #fff;
      position: relative;
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      transition: filter 0.5s; }
      #plan .plan-item .bottom .btn a:hover {
        filter: brightness(1.1); }
      #plan .plan-item .bottom .btn a .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 16px;
        transform: translateX(-50%) translateY(-50%);
        white-space: nowrap; }
      #plan .plan-item .bottom .btn a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        width: 11px;
        height: 11px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff; }
  @media screen and (max-width: 900px) {
    #plan .plan-item {
      align-items: center; }
      #plan .plan-item:before {
        width: 280px; }
      #plan .plan-item .spec {
        width: 280px; }
        #plan .plan-item .spec .type,
        #plan .plan-item .spec .ldk {
          font-size: 24px; }
        #plan .plan-item .spec .s-txt {
          font-size: 14px; }
        #plan .plan-item .spec .merit li {
          font-size: 15px;
          padding-left: 1rem;
          padding-right: 1rem; }
      #plan .plan-item .bottom {
        width: 280px; }
        #plan .plan-item .bottom .cap {
          font-size: 11px; } }
  @media screen and (max-width: 600px) {
    #plan .plan-item {
      display: block;
      margin-top: 40px; }
      #plan .plan-item:before {
        display: none; }
      #plan .plan-item .img {
        padding: 50px 0 0 0; }
      #plan .plan-item .spec {
        width: 100%;
        padding-bottom: 0; }
        #plan .plan-item .spec .spec-body {
          padding: 15px 30px 30px 25px;
          /*background: #a04c68;*/ }
        #plan .plan-item .spec .merit li {
          padding: 14px 30px 14px 30px; }
      #plan .plan-item .fig {
        padding: 30px 0 0;
        width: 70.0934579439%; }
        #plan .plan-item .fig .img {
          padding-top: 0; }
      #plan .plan-item .bottom {
        width: 100%;
        position: inherit; }
        #plan .plan-item .bottom .cap {
          font-size: 11px; }
        #plan .plan-item .bottom .btn a {
          height: 50px; }
          #plan .plan-item .bottom .btn a .txt {
            font-size: 14px; } }
  @media screen and (max-width: 320px) {
    #plan .plan-item .spec .merit li {
      padding-left: 24px;
      padding-right: 24px; } }

#plan-fr {
  flex-direction: column; }
  #plan-fr.plan-item::before {
    width: 100%;
    height: 160px;
    top: auto;
    z-index: 1; }
  #plan-fr.plan-item .spec {
    width: 100%;
    padding-bottom: 0; }
    #plan-fr.plan-item .spec .spec-body {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center; }
      #plan-fr.plan-item .spec .spec-body .type {
        padding-right: 3.4408602151%; }
      #plan-fr.plan-item .spec .spec-body .ldk {
        width: auto;
        flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 1;
        border: none;
        border-left: thin solid #fff;
        border-right: thin solid #fff;
        padding-left: 2.5806451613%;
        padding-right: 2.5806451613%; }
      #plan-fr.plan-item .spec .spec-body .s-txt {
        padding-left: 2.5806451613%; }
    #plan-fr.plan-item .spec .merit {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: stretch; }
      #plan-fr.plan-item .spec .merit li {
        width: calc( (100% - 3px) / 3 );
        margin-bottom: 0; }
  #plan-fr.plan-item .fig {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2; }
    #plan-fr.plan-item .fig .img {
      width: 100%;
      max-width: 856px;
      margin: auto; }
  #plan-fr.plan-item .bottom {
    position: static;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    #plan-fr.plan-item .bottom .hanrei, #plan-fr.plan-item .bottom .cap {
      width: calc(100% - 320px);
      flex-shrink: 1; }
    #plan-fr.plan-item .bottom .btn {
      width: 30.1075268817%;
      max-width: 280px;
      align-self: center;
      transform: translateY(-50%); }
  @media screen and (max-width: 800px) {
    #plan-fr.plan-item .bottom .hanrei, #plan-fr.plan-item .bottom .cap {
      width: calc(100% - 224px); } }
  @media screen and (max-width: 600px) {
    #plan-fr.plan-item .spec .spec-body .type, #plan-fr.plan-item .spec .spec-body .ldk, #plan-fr.plan-item .spec .spec-body .s-txt {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    #plan-fr.plan-item .spec .spec-body .ldk {
      border: none;
      border-top: thin solid #fff;
      border-bottom: thin solid #fff; }
    #plan-fr.plan-item .spec .merit li {
      width: 100%;
      margin-bottom: 1px; }
    #plan-fr.plan-item .bottom .hanrei, #plan-fr.plan-item .bottom .cap, #plan-fr.plan-item .bottom .btn {
      width: 100%; }
    #plan-fr.plan-item .bottom .btn {
      transform: none; } }

#plan-gr.plan-item .spec .spec-body {
  background: #756960;
  background: -webkit-linear-gradient(left, #756960, #463f39);
  background: -o-linear-gradient(left, #756960, #463f39);
  background: linear-gradient(to right, #756960, #463f39); }
#plan-gr.plan-item .spec .merit {
  background: #50443b; }
  #plan-gr.plan-item .spec .merit li {
    background: -webkit-linear-gradient(left, #caaa94, #796658);
    background: -o-linear-gradient(left, #caaa94, #796658);
    background: linear-gradient(to right, #caaa94, #796658); }

.return {
  margin-top: 15px;
  text-align: right; }
  .return a {
    display: inline-block;
    position: relative;
    padding-right: 60px;
    text-decoration: underline;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    padding: 10px 50px 10px 0; }
    .return a:before, .return a:after {
      position: absolute;
      content: "";
      top: 50%;
      transform: translateX(50%) translateY(-50%);
      right: 18px; }
    .return a:before {
      border: 1px solid #666666;
      width: 36px;
      height: 36px;
      border-radius: 50%; }
    .return a:after {
      transform: translateX(50%) translateY(-25%) rotate(-45deg);
      width: 11px;
      height: 11px;
      border-top: 1px solid #6a6845;
      border-right: 1px solid #6a6845; }

.plan-bottom-col {
  background: #f3f3f3;
  display: flex;
  align-items: flex-start; }
  .plan-bottom-col .img {
    order: 1;
    width: 62%; }
  .plan-bottom-col .copy {
    width: 38%;
    box-sizing: border-box;
    order: 2;
    padding: 50px 4% 30px; }
    .plan-bottom-col .copy .midashi {
      font-size: 26px;
      letter-spacing: 5px; }
    .plan-bottom-col .copy .lead {
      margin-top: 20px;
      line-height: 2.2; }
  @media screen and (max-width: 1000px) {
    .plan-bottom-col .copy {
      padding: 40px 4% 20px; }
      .plan-bottom-col .copy .midashi {
        font-size: 20px;
        letter-spacing: 4px; }
      .plan-bottom-col .copy .lead {
        font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .plan-bottom-col {
      display: block; }
      .plan-bottom-col .img {
        width: 100%; }
      .plan-bottom-col .copy {
        width: 100%;
        padding: 30px 6% 30px;
        box-sizing: border-box; }
        .plan-bottom-col .copy .midashi {
          font-size: 20px;
          letter-spacing: 4px; }
        .plan-bottom-col .copy .lead {
          font-size: 14px; } }

.seino {
  width: 90%;
  max-width: 1000px;
  padding-bottom: 50px;
  margin-top: 0;
  margin: 50px auto; }
  .seino .img {
    width: 100%;
    max-width: 500px;
    margin: auto;
    box-sizing: border-box;
    border: 1px solid #ddd; }
    .seino .img img {
      width: 100%;
      height: auto; }
  .seino .note {
    width: 100%;
    margin-top: 40px; }
  @media screen and (max-width: 600px) {
    .seino {
      margin: 40px auto 10px; }
      .seino .note {
        margin-top: 10px; } }
