@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*quality用*/
/*salon用*/
/*lifeinfo用*/
/*design用*/
/*design用*/
/*grid settings*/
/* media query */
em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

.p-members {
  background-color: #010101;
  background-image: url(../../images/login/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 1080px) {
  .p-members {
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .p-members {
    background-size: 200%;
  }
}
.p-members--nobg {
  background-image: none;
}
.p-members__intro {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 20rem;
}
@media only screen and (max-width: 768px) {
  .p-members__intro {
    padding-top: 10rem;
  }
}
.p-members__intro dt {
  text-align: center;
}
.p-members__intro dt h2 {
  text-align: center;
  font-size: 3rem;
}
.p-members__intro dt h2 span {
  display: block;
  font-size: 0.6em;
}
.p-members__intro dd {
  margin-top: 3rem;
  text-align: center;
}
.p-members__schedule {
  width: 90%;
  max-width: 1366px;
  margin: 5rem auto 0;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(114, 92, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .p-members__schedule {
    padding: 2rem;
  }
}
.p-members__schedule dt {
  text-align: center;
}
.p-members__schedule dt h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
}
.p-members__schedule dt h3 span {
  display: block;
  font-size: 0.6em;
}
.p-members__schedule dd {
  margin-top: 3rem;
  text-align: center;
}
.p-members__schedule-text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-members__schedule-text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-members__schedule-text em {
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
  display: inline-block;
}
.p-members__schedule-text small {
  font-size: 0.7em;
}
.p-members__schedule-text--sm {
  font-size: 1.3em;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-members__schedule-text--sm {
    font-size: 1em;
    font-size: 1.4rem;
  }
}
.p-members__schedule-soon {
  font-size: 36px;
  font-size: 3.6rem;
  color: #b59a5b;
  color: #d5b875;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .p-members__schedule-soon {
    font-size: 29px;
    font-size: 2.9rem;
    letter-spacing: 0.1em;
  }
}
.p-members__schedule-reserve {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 50rem;
  margin: 2rem auto;
  padding: 1rem;
  font-size: 1.8rem;
  background-color: #ddd;
  background-color: #b59a5b;
  transition: 0.3s;
}
.p-members__schedule-reserve:hover {
  background-color: #ddd;
  color: #262626;
}
.p-members__schedule-sup {
  display: block;
  margin-top: 2rem;
  font-size: 1.1rem;
}
.p-members__plan {
  width: 90%;
  max-width: 1366px;
  margin: 10rem auto 0;
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .p-members__plan {
    margin: 3rem auto 0;
  }
}
.p-members__plan--nobg {
  margin: 0 auto;
  padding-bottom: 10rem;
}
.p-members__plan h3 {
  font-size: 60px;
  font-size: 6rem;
  text-align: center;
}
.p-members__plan .p-limitedPlan h4 {
  padding: 1rem;
  text-align: center;
  background-color: #b59a5b;
  color: #fff;
}
.p-members__plan .p-visitorPlan h4 {
  padding: 1rem;
  text-align: center;
  background-color: #415b76;
  color: #fff;
}
.p-members__q {
  width: 90%;
  max-width: 1366px;
  margin: 10rem auto 0;
  padding: 1rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .p-members__q {
    margin: 3rem auto 0;
    padding-bottom: 4rem;
  }
}
.p-members__q--nobg {
  margin: 0 auto;
  padding-bottom: 10rem;
}
.p-members__q h3 {
  font-size: 60px;
  font-size: 6rem;
  text-align: center;
}
.p-members__q .p-qttl h4 {
  padding: 1rem;
  text-align: center;
  background-color: #415b76;
  color: #fff;
}
.p-members__q .p-qttl p {
  margin: 4rem auto 10rem;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  font-family: "Bellefair", serif;
  color: #b2b2b2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .p-members__q .p-qttl p {
    font-size: 29px;
    font-size: 2.9rem;
    letter-spacing: 0.1em;
  }
}
.p-members__q__bnr a {
  max-width: 107rem;
  width: 100%;
  display: block;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  .p-members__q__bnr a {
    margin: 1rem auto;
  }
}
.p-members__q__bnr picture img {
  width: 100%;
  height: 100%;
}

.price {
  width: 100%;
  max-width: 85rem;
  margin: 1rem auto;
  border: 1px solid #fff;
  padding: 1.8rem;
  margin-top: 4rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #2a3845 0%, #2f475d 40%, #3d5770 100%);
}
.price .ttl {
  font-size: 2.4rem;
  font-size: 20px;
  font-size: 2rem;
  padding: 1rem;
  padding-top: unset;
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  color: #fff;
}
.price_list li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem 2rem;
  line-height: 1.4;
  text-align: left;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.price_list li span {
  font-size: 3rem;
  text-align: left;
  white-space: nowrap;
}
.price_list li span em {
  font-size: 1.5em;
  line-height: 1.2;
}
.price_list li span small {
  font-size: 1.8rem;
}
.price_cap {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .price_cap {
    text-align: left;
  }
}
.price_a {
  margin-top: 1rem;
}
.price_a a {
  max-width: 50rem;
  background: rgb(107, 10, 10);
  transition: 0.3s;
}
.price_a a:hover {
  background: rgb(87, 7, 7);
}

.p-cont__tabbtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__tabbtn {
    gap: 0.5rem;
  }
}
.p-cont__tabbtn--3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-cont__tabbtn--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  .p-cont__tabbtn--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cont__tabbtn__item {
  position: relative;
}
.p-cont__tabbtn__item .p-new {
  position: absolute;
  left: -0.9rem;
  top: -1rem;
  background-color: #aa420e;
  width: 4rem;
  height: 4rem;
  padding: 0rem 1rem;
  font-size: 1rem;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-cont__tabbtn__item .p-new {
    width: 3rem;
    height: 3rem;
    font-size: min(2vw, 0.8rem);
  }
}
.p-cont__tabbtn__item a {
  display: block;
  padding: 1rem;
  color: #fff;
  text-align: center;
  background-color: #2A3C4E;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-cont__tabbtn__item a .u-arw--ku {
  position: absolute;
  right: 1rem;
  rotate: 90deg;
  transition: 0.3s;
}
.p-cont__tabbtn__item a.active {
  opacity: 0.7;
}
.p-cont__tabbtn__item a.active .u-arw--ku {
  display: none;
}
.p-cont__lead {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 4rem 0;
  color: #262626;
}
@media only screen and (max-width: 768px) {
  .p-cont__lead {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.p-cont__lead--1 {
  grid-template-columns: 1fr;
  max-width: 38.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-cont__lead--1 {
    grid-template-columns: 1fr;
  }
}
.p-cont__lead--2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-cont__lead__item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem 4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-cont__lead__item {
    padding: 0 0 1rem;
    gap: 0;
  }
}
.p-cont__lead__item .p-new {
  position: absolute;
  left: -0.9rem;
  top: -1rem;
  background-color: #aa420e;
  width: 4rem;
  height: 4rem;
  padding: 0rem 1rem;
  font-size: 1rem;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-cont__lead__item .p-new {
    width: 3rem;
    height: 3rem;
    font-size: min(2vw, 0.8rem);
  }
}

.p-lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-lead {
    padding: 0 0.5rem;
  }
}
.p-lead__ttl {
  background-color: #9E8C7D;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 1.5rem;
  border-radius: 0 0 10px 10px;
  margin: 0rem auto;
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .p-lead__ttl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
  }
}
.p-lead__ttl-kai {
  background-color: white;
  padding: 0.2rem 1rem;
  margin: 0 1rem;
  margin-right: 0;
  color: #9E8C7D;
  border-radius: 1000px;
  display: inline-block;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-lead__ttl-kai {
    padding: 0 0.5rem;
    margin: 0 0.5rem;
  }
}
.p-lead__type {
  font-size: 31px;
  font-size: 3.1rem;
  margin: 1rem auto;
}
.p-lead__kakaku {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 1rem auto;
}
.p-lead__kakaku em {
  font-size: 36px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .p-lead__kakaku em {
    font-size: 3rem;
  }
}
.p-lead__tag {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-lead__tag__item {
  background-color: #9E8C7D;
  color: #fff;
  padding: 0 1rem;
  border-radius: 1000px;
  letter-spacing: 0;
}
.p-lead__mado {
  font-size: 23px;
  font-size: 2.3rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
  .p-lead__mado {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-lead__mado span {
  font-size: 0.7em;
}
.p-lead__line {
  width: 1px;
  height: 2.3rem;
  background-color: #9E8C7D;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-lead__line {
    height: 1.3rem;
  }
}
.p-lead__m2 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .p-lead__m2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-lead__m2 em {
  font-size: 1.8em;
  color: #9E8C7D;
}

.p-more {
  color: #9E8C7D;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: min(1vw, 1.8rem);
  border: 1px solid #9E8C7D;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 1rem 0;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-more {
    width: 90%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-more:hover {
  background-color: #9E8C7D;
  color: #fff;
  transition: 0.3s;
}
.p-more.active {
  background-color: #9E8C7D;
  color: #fff;
}
.p-more.active .u-arw--ku {
  rotate: 90deg;
  transition: 0.3s;
}
.p-more .u-arw--ku {
  position: absolute;
  right: 1rem;
  transition: 0.3s;
}

.p-plans {
  padding: 2rem 0;
}

.p-plandets-wrappin {
  background-color: #fff;
  border-radius: 4rem;
  padding: 1px;
  color: #262626;
}
.p-plandets__txt {
  display: flex;
  align-items: center;
  gap: 1rem 5rem;
  flex-wrap: wrap;
  margin: 4rem 0 0 12rem;
  border: 2px solid #A67C52;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 0;
}
@media only screen and (max-width: 1500px) {
  .p-plandets__txt {
    margin: 4rem 0 0 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-plandets__txt {
    gap: 1rem 2rem;
    margin: 2rem 8vw 0;
    padding: 1rem 0;
  }
}
.p-plandets__txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-plandets__txt-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-plandets__map {
  margin: 4rem 12rem 0 0;
  width: 38rem;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .p-plandets__map {
    margin: 4rem 8vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-plandets__map {
    max-width: 36rem;
    width: 80%;
    margin: 1rem 8vw 0;
  }
}
.p-plandets__map__img {
  background-color: #f7f7f7;
  padding: 2rem 1rem;
  border-radius: 1rem;
}
.p-plandets__room {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #9E8C7D;
  color: #fff;
  padding: 0 2rem;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .p-plandets__room {
    font-size: 1.5rem;
  }
}
.p-plandets__room-kai {
  background-color: white;
  padding: 0.2rem 1rem;
  margin: 0 1rem;
  margin-right: 0;
  color: #9E8C7D;
  border-radius: 1000px;
  display: inline-block;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-plandets__room-kai {
    padding: 0 0.5rem;
    margin: 0 0.5rem;
  }
}
.p-plandets__kakaku {
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-plandets__kakaku {
    font-size: 2rem;
  }
}
.p-plandets__kakaku em {
  font-size: 5rem;
  color: #A67C52;
}
@media only screen and (max-width: 768px) {
  .p-plandets__kakaku em {
    font-size: 3rem;
  }
}
.p-plandets__tag {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem 12rem 0;
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 1500px) {
  .p-plandets__tag {
    margin: 2rem 8vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-plandets__tag {
    margin: 1rem 8vw 0;
    font-size: 1.4rem;
  }
}
.p-plandets__tag__item {
  background-color: #9E8C7D;
  color: #fff;
  padding: 0 1rem;
  border-radius: 1000px;
  letter-spacing: 0;
}

.p-planimg {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .p-planimg {
    padding: 1rem;
  }
}
.p-planimg img {
  width: 100%;
}

.p-pdf {
  display: block;
  background: #9E8C7D;
  max-width: 50rem;
  width: 80%;
  margin: 1rem auto;
  text-align: center;
  padding: 0.7rem;
  border-radius: 5px;
}
.p-pdf--back {
  background-color: #2A3C4E;
}

.p-botwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 4rem auto;
  background-color: #f7f7f7;
  padding: 2rem;
  width: 100%;
  max-width: 100rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-botwrap {
    flex-direction: column;
  }
}

.plan-map {
  max-width: 60rem;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .plan-map {
    width: 100%;
  }
}

.casbee {
  max-width: 26rem;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .casbee {
    width: 80%;
  }
}/*# sourceMappingURL=members.css.map */