@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :  preowners.css
 style info :  
=================================================================== */
/* common
--------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
.ownersConts h4, .ownersConts p, .ownersConts li {
  font-size: 16px;
  line-height: 1.6;
}
.ownersConts strong {
  color: #94204D;
}
.ownersConts .bigText {
  font-size: 1.3em;
}
.ownersConts big {
  font-size: 1.6em;
  line-height: 1;
}
.ownersConts small {
  font-size: .85em;
}
.ownersConts .price {
  color: #94204D;
  font-size: 2.4em;
  line-height: 1.5;
}
#lineupPage .ownersConts p.caption, #lineupPage .ownersConts span.caption {
  display: block;
  font-size: 13px;
}
[class*="bg-"] {
  padding: 50px;
}
.bg-white {
  padding-left: 0;
  padding-right: 0;
}
.bg-ivory {
  background-color: #F6F4EA;
}
.title_line {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.title_line::before, .title_line::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #d7d7d7;
  margin: 0 15px;
}
.title_line strong {
  font-weight: normal;
}
.ownersConts .title_line + p {
  text-align: center;
  margin-top: -10px;
}
.ownersConts .belt {
  padding: 10px;
  background-color: #94204d;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:991px) {
  .ownersConts .price {
    font-size: 2.4em;
  }
}
@media screen and (max-width:767px) {
  .ownersConts h4, .ownersConts p, .ownersConts li {
    font-size: 14px;
  }
  .ownersConts strong.bigText {
    font-size: 1.2em;
  }
  .ownersConts big {
    font-size: 1.5em;
  }
  #lineupPage .ownersConts p.caption, #lineupPage .ownersConts span.caption {
    font-size: 11.5px;
    width: 98%;
  }
  [class*="bg-"] {
    padding: 30px 20px;
    overflow: hidden;
  }
  .bg-white {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title_line {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: center;
  }
  .title_line::before, .title_line::after {
    content: none;
  }
}
/* sec-kv
--------------------------------------------------------------------*/
.sec-kv {}
.kvWrap {
  position: relative;
}
.kvWrap img {
  max-width: 100%;
  height: auto;
  filter: brightness(0.92);
}
.kv-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .5);
}
.kv-text p {
  font-size: 20px;
  color: #fff;
}
.kv-text h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 4px;
}
.pointWrap {
  text-align: center;
}
.pointBox {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.pointWrap .text-box {
  position: relative;
  width: 300px;
  background-color: #FFF;
  padding: 20px;
  border-radius: 8px;
  margin: 0 10px;
}
.pointWrap .text-box::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #FFF;
}
.pointWrap .text-box p {
  font-size: 18px;
}
.pointWrap .title_line::before, .pointWrap .title_line::after {
  content: none;
}
@media screen and (max-width:767px) {
  .kvWrap {
    height: 220px;
    overflow: hidden;
  }
  .kvWrap img {
    object-fit: cover;
    max-width: inherit;
  }
  .pointBox {
    display: block;
  }
  .pointWrap .text-box {
    margin: 30px 0 15px;
    width: 100%;
    padding: 15px;
  }
}
/* sec-about
--------------------------------------------------------------------*/
.sec-about {
  /* padding: 50px; */
}
.sec-about .element {
  margin-bottom: 20px;
}
.sec-about p {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.sec-about .about-list {
  width: 76%;
  margin: 0 auto;
}
.sec-about .about-list li {
  position: relative;
  padding-left: 48px;
}
.sec-about .about-list li + li {
  margin-top: 20px;
}
.sec-about .circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #B46282;
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:991px) {
  .sec-about .about-list {
    width: 93%;
  }
}
@media screen and (max-width:767px) {
  .sec-about .about-list {
    width: 100%;
  }
}
/* sec-membershipList
--------------------------------------------------------------------*/
.sec-membershipList {}
.sec-membershipList .title_line {
  font-size: 24px;
}
.sec-membershipList .inner {
  background-color: #fff;
  margin-top: 24px;
  position: relative;
  padding-bottom: 40px;
}
.sec-membershipList h4 {
  background-color: #A2947B;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 16px 0 12px;
}
.sec-membershipList h4 big {
  font-size: 1.45em;
}
.sec-membershipList .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: inherit;
  float: none;
  padding: 0;
}
.sec-membershipList .content .membershipImg {
  position: relative;
  width: 50%;
}
.membershipImg img {}
.membershipImg .belt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.membershipImg .belt p {
  color: #fff;
  font-size: 18px;
}
.membershipImg .belt p + p {
  text-align: center;
}
.sec-membershipList .content .membershipText {
  width: 50%;
  padding: 6% 3.5% 0;
}
.membershipText {
  text-align: center;
}
.membershipText .text-box {
  margin-bottom: 35px;
}
.membershipText .text-box li + li {
  margin-top: 45px;
}
.membershipTitle {
  position: relative;
}
.membershipText .circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 78px;
  height: 78px;
  font-size: 22px;
  color: #fff;
  background-color: #94204D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
}
.membershipText .circle big {
  font-size: 1.8em;
  margin-bottom: 8px;
}
.membershipText h3.belt {
  font-size: 17px;
  line-height: 1;
  width: 86%;
  margin: 0 0 0 auto;
  padding: 10px 7px 10px 40px;
  border-radius: 8px;
  background-color: #b4ab9c;
}
.membershipText .membershipTitle + p.caption {
  text-align: right;
  margin: 4px auto -16px;
}
.membershipText .membershipTitle ~ p {
  margin: 0 0 0 10px;
  line-height: 1;
}
.membershipText .subText {
  margin-top: 10px;
}
.membershipText .subText p {
  text-align: center;
}
.sec-membershipList .button {
  display: block;
  width: 370px;
  background-color: #8F7B5C;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 16px;
  margin: 35px auto 0;
  text-decoration: none;
}
.membershipText .text-box + p {
  text-align: center;
}
@media screen and (max-width:991px) {
  .sec-membershipList .content {
    display: block;
  }
  .sec-membershipList .content .membershipText {
    width: 100%;
    /* padding: 0; */
  }
  .sec-membershipList .content .membershipImg {
    width: 100%;
  }
  .sec-membershipList .content .membershipImg img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: 50% 39%;
  }
  .membershipText h3.belt {
    font-size: 20px;
    width: 92%;
    margin: 0 0 0 30px;
  }
  .membershipText .membershipTitle + p.caption {
    width: 80%;
  }
  .membershipText .membershipTitle ~ p {
    margin: 0;
  }
}
@media screen and (max-width:767px) {
  .sec-membershipList .content .membershipText {
    /* width: 99%; */
    padding-top: 9%;
  }
  .sec-membershipList .title_line {
    font-size: 20px;
  }
  .sec-membershipList h4 {
    font-size: 16px;
  }
  .sec-membershipList .content img {
    height: 260px;
    object-position: 50% 15%;
  }
  .membershipText .circle {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .membershipText h3.belt {
    font-size: 16px;
    width: 90%;
    margin: 0 0 0 22px;
  }
  .membershipText .text-box {
    margin-bottom: 25px;
  }
  .membershipText .text-box li + li {
    margin-top: 35px;
  }
  .sec-membershipList .button {
    width: 80%;
  }
}
/* sec-howto
--------------------------------------------------------------------*/
.sec-howto.container {
  text-align: center;
}
.sec-howto h3, .sec-howto p {
  text-align: center;
}
.sec-howto .tabWrap {
  /* margin-top: -100px; */
  /* padding-top: 100px; */
}
.sec-howto .tabBox {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.sec-howto .tabBox a {
  padding: 0 35px 8px;
  position: relative;
  width: 40%;
  color: #D0C9BD;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
  margin: 0 2% 12px;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  overflow: inherit;
}
.sec-howto .tabBox a.active {
  color: #A2947B;
}
.sec-howto .tabBox a::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid currentColor;
}
.sec-howto .tabBox a:hover {
  color: #A2947B;
}
.sec-howto .howtoTab {
  border: 1px solid #ccc;
}
/*.sec-howto #tab1:checked ~ .tab-content .howtoTab01 {
  display: block;
}*/
.sec-howto .tabBox a[for^="tab"]:hover {
  cursor: pointer;
}
.sec-howto .tabBox a[for^="tab"]:active {
  color: #A2947B;
}
.sec-howto .tab-content {
  margin-top: 35px;
}
.howtoTab {
  display: flex;
}
.howtoTab .howto-leftBox {
  width: 30%;
  font-size: 18px;
  background-color: #B4AB9C;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.howtoTab .howto-leftBox > * {
  color: #fff;
}
.howtoTab .howto-leftBox p {
  font-size: 16px;
}
.howtoTab .howto-leftBox p + p {
  font-size: 20px;
  margin-top: 10px;
}
.howtoTab .howto-leftBox big {
  font-size: 1.4em;
  margin-top: 15px;
}
.wave-bracket {
  position: relative;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.wave-bracket::before, .wave-bracket::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) skew(10deg, 10deg);
}
.wave-bracket::before {
  left: -25px;
  width: 30px;
  height: 30px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.wave-bracket::after {
  right: -25px;
  width: 30px;
  height: 30px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
}
.howtoTab .wave-bracket big {
  font-size: 1.6em;
}
.howtoTab .howto-rightBox {
  width: 70%;
  padding: 45px 35px;
}
.howtoTab .howto-rightBox > p {
  font-size: 15px;
  text-align: left;
}
.howtoTab .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: inherit;
  width: 100%;
  margin-top: 10px;
  float: none;
}
.howtoTab .price-container {
  margin: 0 12px;
  width: 180px;
}
.howtoTab .price-title {
  font-size: 16px;
}
.howtoTab .price-text {
  text-align: center;
  line-height: 1.4;
}
.exampleBox {
  margin-top: 25px;
}
.exampleBox h4 {
  text-align: center;
}
.checkBox {
  margin-top: 15px;
}
.checkBox h4 {
  /* display: inline; */
  text-align: center;
  font-size: 16px;
}
.checkBox h4::before {
  content: "\\";
  margin-right: 8px;
}
.checkBox h4::after {
  content: "/";
  margin-left: 8px;
}
.checkBox .checklist {
  list-style-type: none;
  padding: 0;
  margin-top: 12px;
  border-bottom: 1px solid #ccc;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: stretch; */
}
.checkBox .checklist li {
  position: relative;
  /* padding-left: 25px; */
  /* margin-bottom: 10px; */
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 10px 0 6px;
}
.checkBox .checklist li::before {
  content: url("../../../img/pages/lineup/pre/icon_check.svg");
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width:767px) {
  .howtoTab {
    display: block;
  }
  .howtoTab .howto-leftBox, .howtoTab .howto-rightBox {
    width: 100%;
  }
  .howtoTab .howto-rightBox {
    padding: 25px 20px;
  }
  .howtoTab .howto-leftBox p {
    font-size: 14px;
  }
  .howtoTab .howto-leftBox p + p {
    font-size: 18px;
    margin-top: 5px;
  }
  .howtoTab .howto-leftBox big {
    font-size: 1.2em;
    margin-top: 10px;
  }
  .wave-bracket {
    margin-top: 12px;
  }
}
/* sec-comparisonList
--------------------------------------------------------------------*/
.sec-comparisonList table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.sec-comparisonList th, .sec-comparisonList td {
  border: 1px solid #d4d4d4;
  font-size: 15px;
  color: #555;
  font-weight: bold;
  text-align: center;
  min-width: 150px;
  padding: 9px;
  height: 30px;
  vertical-align: middle;
}
.sec-comparisonList td {
  width: 40%;
}
.sec-comparisonList th {
  /* font-weight: normal; */
}
.sec-comparisonList thead tr {
  background: #B6AB9A;
  font-size: 16px;
}
.sec-comparisonList thead tr th {
  font-size: 18px;
  color: #fff;
}
.sec-comparisonList tbody tr th:nth-of-type(1) {
  background: #F5F3EB;
  width: 20%;
}
.sec-comparisonList table .caption {
  display: block;
  font-size: 13px;
  margin-top: 6px;
}
@media screen and (max-width:767px) {
  .sec-comparisonList th, .sec-comparisonList td {
    font-size: 13.5px;
    min-width: 70px;
    padding: 9px 5px;
  }
  .sec-comparisonList thead tr th {
    font-size: 15px;
  }
  .sec-comparisonList tbody tr th:nth-of-type(1) {
    width: 24%;
  }
}
/* sec-stepup
--------------------------------------------------------------------*/
.sec-stepup .border-box {
  border: 1px solid #ccc;
  padding: 35px;
  margin-top: 35px;
}
.sec-stepup .title_line {
  /* font-size: 18px; */
}
.sec-stepup .title_line ~ p {
  /* font-size: 18px; */
  margin-top: 20px;
  /*text-align: center;*/
}
.step-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.step-list li {
  position: relative;
  background-color: #F3F1E7;
  padding: 30px 25px;
  width: calc((100% / 3) - 40px);
}
.step-list li:nth-of-type(2) {
  width: calc(100% / 3);
}
.step-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #B4AB9C;
}
.sec-stepup .step-title {
  display: flex;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #B15E7C;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
}
.sec-stepup .step-title big {}
.sec-stepup .step-content {
  margin-top: 20px;
}
.sec-stepup .step-content p {
  text-align: center;
}
.sec-stepup .step-content p big {
  font-size: 1.25em;
  margin-top: 6px;
  display: block;
}
.sec-stepup .step-content h4 {
  text-align: center;
}
.sec-stepup .step-content .belt {
  padding: 4px;
  font-size: 14px;
  /* margin-bottom: -8px; */
}
.sec-stepup .step-content .price-container:nth-of-type(2) .belt {
  background-color: #aaa;
}
.sec-stepup .border-box:nth-of-type(2) .price-container .price-text {
  margin-top: 10px;
}
.sec-stepup .border-box:nth-of-type(2) .price-container .price {
  font-size: 32px;
  line-height: 1;
  display: inline-block;
}
.sec-stepup .border-box:nth-of-type(2) .price-container .price-text + p {
  font-size: 12.5px;
  margin-top: 12px;
}
.step-list + p {
  margin-top: 25px;
}
@media screen and (max-width:991px) {
  .sec-stepup .border-box {
    padding: 30px;
    margin-top: 30px;
  }
  .step-list li {
    padding: 25px 18px;
    /* width: calc((100% / 3) - 90px); */
  }
  .step-list li:nth-of-type(2) {
    width: calc((100% / 3) + 20px);
  }
  .step-list li:not(:last-child)::after {
    right: -25px;
  }
  .sec-stepup .step-content p big {
    font-size: 1.2em;
  }
  .sec-stepup .border-box:nth-of-type(2) .price-container .price-text + p {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .step-list {
    display: block;
  }
  .step-list li {
    width: 100%;
  }
  .step-list li:nth-of-type(2) {
    width: 100%;
  }
  .step-list li + li {
    margin-top: 40px;
  }
  .step-list li:not(:last-child)::after {
    top: inherit;
    bottom: -40px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .price-container + .price-container {
    margin-top: 10px;
  }
  .checkBox {
    margin-top: 10px;
  }
}