@charset "utf-8";
/**
 *
 *  ページ用CSS
 *　plan
 */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* .f_bnr.display{
     display: none;
 }*/
.f_bnr .brand_bnr {
  display: none;
}
/*--------------------------------------------------------------------------
   page-ttl
---------------------------------------------------------------------------*/
#page-ttl {
  margin-top: 123px;
  background: url(../img/ttl_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
}
#page-ttl::after {
  content: "image";
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 1.1px;
}
#page-ttl .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  text-align: center;
}
#page-ttl h1 {
  font-size: 3rem;
  line-height: 0.5;
  letter-spacing: 0.3rem;
  color: #fff;
  font-weight: normal;
}
#page-ttl h1 .en {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#page-ttl h1 .en::before, #page-ttl h1 .en:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
#page-ttl h1 .en:before {
  margin-right: 1rem;
}
#page-ttl h1 .en:after {
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  #page-ttl {
    /*        margin-top: 60px;*/
    margin-top: 100px;
    height: 200px;
  }
  #page-ttl .inner {
    max-width: 140px;
    width: 80%;
  }
  #page-ttl h1 {
    font-size: 1.4rem;
  }
  #page-ttl h1 .en {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------------------
   plan-top
---------------------------------------------------------------------------*/
.contents .plan-top {
  padding: 100px 0 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
h2 {
  font-size: 2rem;
  color: #807112;
  padding-bottom: 65px;
}
.flex {
  display: flex;
  justify-content: center;
}
.contents .plan-top .flex {
  max-width: 950px;
  margin: 0 auto;
}
.contents .plan-top .txt {
  width: 50%;
  line-height: 2.5;
  text-align: left;
}
.contents .plan-top .txt_cap {
  font-size: 60%;
  vertical-align: super;
}
.contents .plan-top .img {
  width: 40%;
}
.contents .plan-top .img img {
  /*    max-width: 230px;*/
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .contents .plan-top {
    padding: 60px 0 0;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 4.9vw;
    padding-bottom: 30px;
  }
  .txt {
    font-size: 14px;
  }
  .flex {
    flex-direction: column;
  }
  .contents .plan-top .txt {
    width: 100%;
    margin-bottom: 40px;
  }
  .contents .plan-top .img {
    width: 100%;
  }
  .contents .plan-top .img img {
    max-width: 280px;
  }
}
/*--------------------------------------------------------------------------
   contents-plan
---------------------------------------------------------------------------*/
.contents-plan {
  text-align: center;
  background: url(../img/bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
    margin-bottom: 80px;
}
.inner {
  max-width: 1200px;
  padding: 90px 0 30px;
  margin: 0 auto;
}
.contents-plan h2 {
  font-size: 48px;
  display: flex;
  align-items: center;
  color: #796A56;
  width: 100%;
  padding-bottom: 60px;
  margin: 0 auto;
}
.contents-plan h2::before, .contents-plan h2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #796A56;
}
.contents-plan h2:before {
  margin-right: 1rem;
}
.contents-plan h2:after {
  margin-left: 0.5rem;
}
.contents-plan .flex {
  flex-wrap: wrap;
}
.contents-plan .p_box {
  background: #fff;
  width: 48.1%;
  margin-bottom: 60px;
}
.contents-plan .p_box h3 {
  background: #796a56;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  padding: 15px;
  position: relative;
}
.contents-plan .p_box h3.last::before {
  content: "";
  width: 174px;
  height: 59px;
  background: url(../img/ico_last.svg) no-repeat center / contain;
  position: absolute;
  top: -45px;
  left: calc(50% - 87px);
}

.contents-plan .p_box h3.last2::before {
  content: "";
  width: 174px;
  height: 59px;
  background: url(../img/ico_last2.svg) no-repeat center / contain;
  position: absolute;
  top: -45px;
  left: calc(50% - 87px);
}

.contents-plan dl {
  padding: 30px 40px;
  text-align: left;
}
.contents-plan dt {
  padding-bottom: 25px;
  border-bottom: 1px solid #231815;
}
.contents-plan dt img {
  max-height: 56px;
}
.contents-plan dd .wrap {
  margin-bottom: 20px;
}
.contents-plan dd img {
  margin: 25px 0;
  max-height: 40px;
}
.contents-plan dd .btn {
  margin: auto;
}
.contents-plan dd .btn a {
  padding: 10px;
  letter-spacing: .1rem;
}
.contents-plan dd .btn a span {
  font-size: 14px;
}
.contents-plan dd .btn:after {
  width: 20px;
  height: 5px;
}
.contents-plan .sold {
  text-align: center;
  color: #796a56;
  font-size: 42px;
  margin: 0 -42px;
  position: relative;
}
.contents-plan .sold::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #796a56;
  position: absolute;
  top: 50%;
  left: 0;
}
.contents-plan .sold span {
  padding: 0 20px;
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 1;
}
.tab_area {
  border-bottom: 5px solid #796a56;
  margin-bottom: 70px;
}
.tab_area ul {
  margin-bottom: -1px;
}
.tab_area li {
  font-size: 28px;
  width: 48.3%;
  text-align: center;
}
.tab_area .on {
  background: #796a56;
  color: #fff;
  padding: 30px;
  border: 1px solid #796a56;
}
.tab_area a {
  background: #fff;
  color: #231815;
  text-align: center;
  display: block;
  padding: 30px;
  position: relative;
  border: 1px solid #231815;
}
.tab_area a:before {
    background-color: #000;		/*初期値*/
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
    transition: all .4s ease;
    z-index: -1;
}
.tab_area a:hover {
  color: #fff;
  opacity: 1;
}
.tab_area a:hover:before {
	width: 100%;
}
.tab_area a:after {
	content: "";
	display: block;
	width: 60px;
	height: 10px;
	border-right: 2px solid #231815;
	border-bottom: 1px solid #231815;
	border-top: none;
	border-left: none;
	transform: skewX(45deg) translateY(-50%);
	/*transform: translate(-50%, -50%) rotate(45deg);*/
	position: absolute;
	top: 50%;
	right: 15px;
    transition: all .4s ease;
}
.tab_area a:hover:after {
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .contents-plan {
/*    margin-bottom: 0;*/
    margin-bottom: 50px;
  }
  .inner {
    width: 92%;
    padding: 30px 0;
  }
  .contents-plan h2 {
    font-size: 24px;
    padding-bottom: 40px;
  }
  .contents-plan h2:before {
    content: none;
  }
  .contents-plan .p_box {
    width: 90%;
    margin: 0 auto 30px;
  }
  .contents-plan .p_box h3 {
    font-size: 3.8vw;
    padding: 10px;
  }
  .contents-plan .p_box h3.last::before {
    width: 100px;
    height: 35px;
    top: -25px;
    left: calc(50% - 50px);
  }
  .contents-plan .p_box h3.last2::before {
    width: 100px;
    height: 35px;
    top: -25px;
    left: calc(50% - 50px);
  }
  .contents-plan dl {
    padding: 25px;
  }
  .contents-plan dt {
    padding-bottom: 20px;
  }
  .contents-plan dt img {
    max-height: 110px;
  }
  .contents-plan dd img {
    margin: 15px 0;
    max-height: 100%;
  }
  .contents-plan dd .btn {
    max-width: 85%;
  }
  .contents-plan dd .btn a {
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .contents-plan dd .btn a span {
    font-size: 11px;
  }
  .contents-plan .sold {
    font-size: 20px;
    margin: 0 -25px;
  }
  .tab_area {
    border-bottom: 3px solid #796a56;
    margin-bottom: 40px;
  }
  .tab_area .flex {
    flex-direction: row;
  }
  .tab_area li {
    font-size: 20px;
    line-height: 1.2;
    width: 48%;
    text-align: left;
  }
  .tab_area .on {
    padding: 15px 20px;
  }
  .tab_area a {
    padding: 15px 60px 15px 20px;
    text-align: left;
  }
  .tab_area a:after {
    width: 35px;
    height: 5px;
  }
}

/*--------------------------------------------------------------------------
   main_img_area
---------------------------------------------------------------------------*/
.main_img_area {
  background: #000;
  margin: 100px 0;
  padding: 110px 0;
  color: #fff;
}
.main_img_area .flex {
  align-items: center;
}
.main_img_area .left {
  width: 26%;
}
.main_img_area .right {
  width: 72.9%;
}
.main_img_area .left .lead {
  font-size: 44px;
}
.main_img_area .txt {
  padding: 80px 0 0;
}
.main_img_area .txt p {
  line-height: 2;
}
.main_img_area .txt .lead {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main_img_area {
    margin: 50px 0;
    padding: 50px 0;
  }
  .main_img_area .left {
    width: 100%;
    padding: 0 6%;
  }
  .main_img_area .right {
    width: 100%;
  }
  .main_img_area .left .lead {
    font-size: 6vw;
    padding-bottom: 30px;
  }
  .main_img_area .txt {
    padding: 30px 0 0;
  }
  .main_img_area .txt p {
    font-size: 14px;
  }
  .main_img_area .txt .lead {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------------------
   premium plan
---------------------------------------------------------------------------*/
.main_img .img01 {
  width: 81.4%;
  margin-bottom: 40px;
}
.main_img .img02 {
  width: 81.4%;
  margin-left: auto;
  margin-bottom: 75px;
}
.equipment {
  background: #231816;
  padding: 120px 0 50px;
  color: #fff;
}
.equipment h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.equipment h2 .en {
  color: #796a56;
  font-size: 48px;
  font-weight: normal;
}
.equipment h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
.equipment .txt {
  line-height: 2;
  font-size: 18px;
}
.equipment .ttl {
  line-height: 1.5;
  font-size: 22px;
  padding: 10px 0;
}
.equipment .ttl span {
  font-size: 14px;
  display: inline-block;
}
.equipment .ptn01 {
  margin-bottom: 50px;
}
.equipment .ptn01 .left {
  width: 48.3%;
}
.equipment .ptn01 .right {
  width: 48.3%;
}
.equipment .ptn01 .right h3,
.equipment .ptn01 .right .txt,
.equipment .ptn01 .right .ttl {
  padding-left: 50px;
}
.equipment .ptn01 .right dt{
  margin: 30px 0 -20px;
}
.equipment .ptn02 {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.equipment .ptn02 .left {
  width: 48.3%;
}
.equipment .ptn02 .right {
  width: 48.3%;
  flex-wrap: wrap;
}
.equipment .ptn02 .left dl.pc {
  margin: 60px 0 0;
}
.equipment .ptn02 .left dl.pc dd {
  margin: -30px 0 0;
}
.equipment .ptn02 .right dl {
  width: 48.3%;
}
.equipment .ptn02 .right dd {
  padding: 10px 0 50px;
}
.equipment .ptn03 {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.equipment .ptn03 .left {
  width: 65.3%;
  flex-wrap: wrap;
}
.equipment .ptn03 .right {
  width: 30.3%;
}
.equipment .ptn03 .left dl {
  width: 47%;
}
.equipment .ptn03 dd {
  margin-bottom: 40px;
}
.equipment .ptn04 {
  flex-wrap: wrap;
}
.equipment .ptn04 dl {
  width: 22.5%;
}
.equipment .ptn04 dl.wide {
  width: 48.3%;
}
.equipment .ptn04 .ttl{
  letter-spacing: -.1rem;
}
.equipment .ptn04 dd {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main_img .img01 {
    width: 85%;
    margin-bottom: 25px;
  }
  .main_img .img02 {
    width: 85%;
    margin-bottom: 55px;
  }
  .equipment {
    padding: 50px 15px 30px;
  }
  .equipment h2 {
    font-size: 4.5vw;
  }
  .equipment h2 .en {
    font-size: 8vw;
  }
  .equipment h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .equipment .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .equipment .ttl {
    font-size: 18px;
  }
  .equipment .ttl span {
    font-size: 13px;
    display: inline-block;
  }
  .equipment .ptn01 {
    margin-bottom: 30px;
  }
  .equipment .ptn01 .left {
    width: 100%;
  }
  .equipment .ptn01 .right {
    width: 100%;
    order: -1;
  }
  .equipment .ptn01 .right h3,
  .equipment .ptn01 .right .txt,
  .equipment .ptn01 .right .ttl {
    padding-left: 0;
  }
  .equipment .ptn01 .right h3 {
    display: none;
  }
  .equipment .ptn01 .right .txt {
    text-align: center;
  }
  .equipment .ptn01 .right dd{
    margin-bottom: 30px;
  }
  .equipment .ptn02 {
    margin-bottom: 20px;
  }
  .equipment .ptn02 .left {
    width: 100%;
  }
  .equipment .ptn02 .left .ttl img {
    max-width: 50vw;
  }
  .equipment .ptn02 .right {
    width: 100%;
    flex-direction: row;
    margin-top: 30px;
  }
  .equipment .ptn02 .right dl.wide {
    margin: 0;
    width: 100%;
  }
  .equipment .ptn02 .right dl.wide dd {
    margin: -30px 0 0;
  }
  .equipment .ptn02 .right dl {
    width: 45.3%;
  }
  .equipment .ptn02 .right dd {
    padding: 10px 0 50px;
  }
  .equipment .ptn03 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .equipment .ptn03 .left {
    width: 100%;
    flex-direction: row;
  }
  .equipment .ptn03 .right {
    width: 100%;
  }
  .equipment .ptn03 dd {
    margin-bottom: 40px;
  }
  .equipment .ptn04 {
  flex-direction: inherit;}
  .equipment .ptn04 dl {
    width: 48.3%;
  }
  .equipment .ptn04 dl.wide {
    width: 100%;
  }
  .equipment .ptn04 dd {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------------------
   plan-detail
---------------------------------------------------------------------------*/
.plan-detail {
  padding: 100px 0 0;
  margin: 0 auto 80px;
  text-align: center;
}
.plan-detail h2 {
  font-size: 48px;
  color: #231815;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  margin: 0 auto 50px;
}
.plan-detail h2::before, .plan-detail h2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #231815;
}
.plan-detail h2:before {
  margin-right: 5rem;
}
.plan-detail h2:after {
  margin-left: 5.5rem;
}
.plan-detail .detail_txt {
  width: 48%;
  text-align: left;
}
.plan-detail .type_ttl {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #231815;
}
.plan-detail .type_ttl img {
  max-height: 57px;
}
.plan-detail .floor img {
  max-height: 145px;
}
.plan-detail .detail_img {
  width: 48%;
  text-align: right;
}
.plan-detail .detail_img .ex {
  max-width: 60%;
  padding-top: 10px;
}
.plan-detail .btn {
  margin: 70px auto 0;
}
.plan-detail .btn a {
  padding: 10px;
}
.plan-detail .btn:after {
  width: 20px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .plan-detail {
    padding: 40px 0 0;
    margin: 0 auto 50px;
  }
  .plan-detail h2 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
  .plan-detail h2:before {
    content: none;
  }
  .plan-detail h2:after {
    margin-left: 1.5rem;
  }
  .plan-detail .detail_txt {
    width: 90%;
    margin: auto;
  }
  .plan-detail .type_ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .plan-detail .type_ttl img {
    max-height: auto;
    width: 50vw;
  }
  .plan-detail .floor img {
    max-height: auto;
    width: 70vw;
  }
  .plan-detail .detail_img {
    width: 90%;
    margin: 40px auto 0;
  }
  .plan-detail .btn {
    max-width: 55vw;
    margin: 40px auto 0;
  }
  .plan-detail .btn a {
    font-size: 16px;
    letter-spacing: 0;
  }
}

/*--------------------------------------------------------------------------
   plan-view
---------------------------------------------------------------------------*/
.plan-view .tab {
  display: flex;
  grid-gap: 20px;
  justify-content: center;
}
.plan-view .tab-button {
  display: block;
  position: relative;
  width: 300px;
  height: 70px;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #796a56;
  font-family: inherit;
  font-size: 26px;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.4s, color 0.4s;
  cursor: pointer;
}
.plan-view .tab-button::before,
.plan-view .tab-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s;
}
.plan-view .tab-button::before {
  height: 20px;
  transform: translate(0, -50%);
}
.plan-view .tab-button::after {
  height: 10px;
  transform: rotate(45deg);
  transform-origin: bottom left;
}
.plan-view .tab-button._active {
  background-color: #796a56;
  color: #fff;
}
.plan-view .tab-button._active::before,
.plan-view .tab-button._active::after {
  opacity: 1;
}
.plan-view .tab-button:hover {
  background-color: #796a56;
  color: #fff;
}
.plan-view .images {
  display: grid;
  background: #fff;
}
.plan-view .images-item {
  grid-row-start: 1;
  grid-column-start: 1;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, visibility 2s;
}
.plan-view .images-item._active {
  opacity: 1;
  visibility: visible;
}
.plan-view .images-item figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .plan-view .tab {
    grid-gap: 10px;
  }
  .plan-view .tab-button {
    width: 150px;
    height: 35px;
    font-size: 14px;
  }
  .plan-view .tab-button::before,
  .plan-view .tab-button::after {
    right: 15px;
  }
  .plan-view .tab-button::before {
    height: 10px;
  }
  .plan-view .tab-button::after {
    height: 5px;
  }
  .plan-view .images-item figcaption {
    padding: 4px 5px;
    font-size: 10px;
  }
}

/*--------------------------------------------------------------------------
   plan-premium
---------------------------------------------------------------------------*/
.bg_brown {
  background: #231816;
  padding: 90px 0;
}
h2.ttl_premium {
  font-size: 48px;
  display: flex;
  align-items: center;
  max-width: 1200px;
  color: #807112;
  margin: 0 auto;
}
h2.ttl_premium::before, h2.ttl_premium:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #807112;
}
h2.ttl_premium:before {
  margin-right: 2rem;
}
h2.ttl_premium:after {
  margin-left: 2.5rem;
}
.plan-premium {
  margin: 0 auto;
  padding: 70px 0 80px;
  background: #fff;
}
.plan-premium .premium_txt {
  width: 50%;
  text-align: left;
}
.plan-premium .premium_txt .wrap {
  padding-left: 45px;
}
.plan-premium .type_ttl {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #231815;
}
.plan-premium .type_ttl img {
  max-height: 57px;
}
.plan-premium .floor img {
  max-height: 145px;
}
.plan-premium h3 {
  font-size: 24px;
  font-weight: normal;
  padding: 15px 45px;
  margin: 20px 0;
  color: #fff;
  background: #796a55;
}
.plan-premium .txt {
  font-size: 18px;
  margin-bottom: 20px;
}
.plan-premium li {
  font-size: 14px;
  position: relative;
  /* padding-left: 20px; */
  margin-bottom: 20px;
}
/* .plan-premium li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
} */
.plan-premium .premium_img {
  width: 44%;
  text-align: right;
  padding-right: 30px;
}
.plan-premium .premium_img .ex {
  max-width: 60%;
  padding-top: 10px;
}
.plan-premium .premium_img02 {
  text-align: center;
  padding: 60px
}
.plan-premium .premium_img02 img {
  max-width: 584px;
}
.plan-premium .btn {
  margin: 0 auto;
}
.plan-premium .btn a {
  padding: 10px;
  width: 300px;
}
.plan-premium .btn:after {
  width: 20px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .bg_brown {
    padding: 40px 0;
  }
  h2.ttl_premium {
    font-size: 24px;
    width: 92%;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  h2.ttl_premium:before {
    content: none;
  }
  h2.ttl_premium:after {
    margin-left: 1.5rem;
  }
  .plan-premium {
    padding: 40px 10px 40px;
  }
  .plan-premium .premium_txt {
    width: 90%;
    margin: auto;
  }
  .plan-premium .premium_txt .wrap {
    padding-left: 0;
  }
  .plan-premium .type_ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .plan-premium .type_ttl img {
    max-height: auto;
    max-width: 70vw;
  }
  .plan-premium .floor img {
    max-height: auto;
    max-width: 70vw;
  }
  .plan-premium h3 {
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    margin: 30px 0 15px;
  }
  .plan-premium .txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .plan-premium li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .plan-premium .premium_img {
    width: 100%;
    padding: 30px 0 0;
  }
  .plan-premium .premium_img02 {
    padding: 30px 20px 0;
  }
  .plan-premium .btn {
    max-width: 55vw;
    margin: 40px auto 0;
  }
  .plan-premium .btn a {
    font-size: 16px;
    max-width: 50vw;
    letter-spacing: 0;
  }
}


/*--------------------------------------------------------------------------
   plan-superior
---------------------------------------------------------------------------*/
.tab_area.su_p {
    border-bottom: 5px solid #231816;
    margin-bottom: 70px;
}
.tab_area.su_p .on {
  background: #231816;
  color: #fff;
  padding: 30px;
  border: 1px solid #231816;
}
.tab_area.su_p a {
  background: #fff;
  color: #796a56;
  text-align: center;
  display: block;
  padding: 30px;
  position: relative;
  border: 1px solid #796a56;
}
.tab_area.su_p a:hover {
	color: #fff;
}
.tab_area.su_p a:before {
    background-color: #796a56;
}
.tab_area a:hover:before {
	width: 100%;
}
.tab_area a:after {
	border-right: 2px solid #796a56;
	border-bottom: 1px solid #796a56;
}
.superior {
  margin: 60px auto;
}
.superior h3 {
  font-size: 48px;
  font-weight: normal;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto 50px;
}
.superior h3::before, .superior h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #231815;
}
.superior h3:before {
  margin-right: 2rem;
}
.superior h3:after {
  margin-left: 1.5rem;
}
.superior .flex {
  margin: 0 auto;
    flex-wrap: wrap;
}
.superior .flex dl:nth-of-type(n+4){
    margin-top: 30px;
}
.superior dl {
  border: 1px solid #231815;
/*  padding: 25px 40px;*/
  padding: 50px 40px 25px;
  width: 31%;
  position: relative;
  margin: 1%;
}
.superior dl.new{
    position: relative;
}
.superior dl.new::after{
    content: "NEW";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
/*    background-color: #AA8A74;*/
    background-color: #A91515;
    color: #fff;
    padding: 4px 25px;
}

.superior dl.last2, .superior dl.last{
    position: relative;
}
.superior dl.last2::after, .superior dl.last::after{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
/*    background-color: #AA8A74;*/
    background-color: #A91515;
    color: #fff;
    padding: 4px 25px;
}
.superior dl.last2::after{
    content: "最終2邸";
}
.superior dl.last::after{
    content: "最終1邸";
}

.superior dl.modeltype::after {
  content: "モデルルームで採用";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #AA8A74;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
}
.superior dt {
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #231815;
}
.superior dt img {
  max-height: 116px;
}
.superior dd .wrap {
  margin-bottom: 5px;
}
.superior dd img {
  padding: 20px;
}
.superior dd .btn {
  margin: auto;
}
.superior dd .btn a {
  padding: 10px;
  letter-spacing: 0;
}
.superior dd .btn a span {
  font-size: 14px;
}
.superior dd .btn:after {
  width: 20px;
  height: 5px;
}
.superior .sold{
    text-align: center;
    color: #000000;
    font-size: 29px;
    margin: 0 -42px;
    position: relative;
}
.superior .sold span{
    padding: 0 20px;
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 1;
}
.superior .sold::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 0;
}

.equipment_su {
  padding: 120px 0 50px;
}
.equipment_su h2 {
  text-align: center;
  font-size: 24px;
  color: #231815;
}
.equipment_su h2 .en {
  color: #796a56;
  font-size: 48px;
  font-weight: normal;
}
.equipment_su h3 {
  font-size: 25px;
  font-weight: normal;
  color: #796a56;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto 50px;
}
.equipment_su h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #796a56;
}
.equipment_su h3:after {
  margin-left: 1.5rem;
}
.equipment_su .flex {
  flex-wrap: wrap;
  align-items: flex-start;
}
.equipment_su .txt {
  line-height: 1.3;
  font-size: 14px;
}
.equipment_su .ttl {
  line-height: 1.3;
  font-size: 22px;
  letter-spacing: -.1rem;
  padding: 10px 0;
  color: #998050
}
.equipment_su .ttl sup {
  vertical-align: .5rem;
  padding-left: 2px;
  color: #231815;
}
.equipment_su .ptn01 {
  margin-bottom: 50px;
}
.equipment_su .ptn01 dl {
  width: 22.5%;
  margin-bottom: 40px;
}
.equipment_su .ptn01 .wide {
  width: 48.3%;
}
.equipment_su .ptn01 .box {
  width: 48.3%;
  background: #e8e2d7;
  padding: 10px 30px 20px;
}
.equipment_su .ptn01 .box .flex {
  align-items: inherit;
}
.equipment_su .ptn01 .box .photo {
  width: 50%;
}
.equipment_su .ptn01 .box .txt_area {
  width: 46%;
  position: relative;
}
.equipment_su .ptn01 .box .txt_area .point {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.equipment_su .ptn01 .nobox {
  width: 22.5%;
}
.equipment_su .ptn02 .left {
  width: 48.3%;
}
.equipment_su .ptn02 .right {
  width: 48.3%;
}
.equipment_su .ptn02 .right dl {
  width: 48.3%;
  margin-bottom: 50px;
}
.equipment_su .ptn02 .box {
  width: 100%;
  background: #e8e2d7;
  padding: 10px 30px 20px;
  margin-bottom: 50px;
}
.equipment_su .ptn02 .box .flex {
  align-items: inherit;
}
.equipment_su .ptn02 .box .photo {
  width: 50%;
}
.equipment_su .ptn02 .box .txt_area {
  width: 46%;
  position: relative;
}
.equipment_su .ptn02 .box .txt_area .point {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.equipment_su .ptn02 .box02 {
  width: 100%;
  background: #e8e2d7;
  padding: 25px 30px 5px;
  margin-bottom: 50px;
}
.equipment_su .ptn02 .box02 .ttl02 {
  background: #998050;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.equipment_su .ptn02 .box02 .left {
  width: 48.3%;
  position: relative;
}
.equipment_su .ptn02 .box02 .left::after {
  content: "";
  width: 2px;
  height: 80%;
  background: #998050;
  position: absolute;
  top: 50%;
  right: -3.5%;
  margin-top: -40%;
}
.equipment_su .ptn02 .box02 .right {
  width: 48.3%;
  position: relative;
}
.equipment_su .ptn02 .box02 .photo {
  width: 50%;
  margin-bottom: 20px;
}
.equipment_su .ptn02 .box02 .txt_area {
  width: 46%;
  position: relative;
}
.equipment_su .ttl.narrow {
  letter-spacing: -.2rem;
}
.equipment_su .ptn02 dl.sp_wide {
  width: 100%;
}
.equipment_su .ptn02 .sp_wide dt {
  width: 48.3%;
}
.equipment_su .ptn02 .sp_wide dd {
  width: 48.3%;
}
@media screen and (max-width: 768px) {
  .tab_area.su_p {
    margin-bottom: 35px;
  }
  .tab_area.su_p li {
    font-size: 19px;
    line-height: 1.2;
    width: 48%;
    text-align: left;
  }
  .tab_area.su_p .on {
    padding: 15px 20px;
  }
  .tab_area.su_p a {
    padding: 15px 40px 15px 20px;
    text-align: left;
  }
  .tab_area.su_p a:after {
    width: 30px;
    height: 5px;
  }
  .superior {
    margin: 30px auto;
  }
  .superior h3 {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .superior h3:before {
    content: none;
  }
  .superior .flex {
    max-width: 790px;
    margin: 0 auto;
  }
  .superior .flex dl{
    margin-top: auto;
  }
  .superior .flex dl:nth-of-type(n+4){
    margin-top: 0;        
  }
  .superior dl {
    padding: 30px;
    width: 80%;
    margin: 0 auto 30px;
  }
  .superior dl.modeltype {
    padding-top: 55px;
  }
  .superior dt {
    padding-bottom: 20px;
  }
  .superior dt img {
    max-height: 110px;
  }
  .superior dd img {
    padding: 20px 10px;
  }
  .superior dd .btn_brown {
    font-size: 13px;
  }
  .superior dd .btn a {
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .superior dd .btn a span {
    font-size: 11px;
  }
    .superior .sold{
        font-size: 20px;
        margin: 0 -25px;
    }
  .equipment_su {
    padding: 0 0 50px;
  }
  .equipment_su h2 {
    font-size: 20px;
  }
  .equipment_su h2 .en {
    font-size: 30px;
  }
  .equipment_su h3 {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .equipment_su .flex {
    flex-direction: row;
  }
  .equipment_su .txt {
    line-height: 1.2;
    font-size: 13px;
  }
  .equipment_su .ttl {
    font-size: 18px;
  }
  .equipment_su .ptn01 dl {
    width: 48.5%;
    margin-bottom: 30px;
  }
  .equipment_su .ptn01 .wide {
    width: 100%;
  }
  .equipment_su .ptn01 .box {
    width: 100%;
    padding: 10px 20px 20px;
  }
  .equipment_su .ptn01 .box .flex {
    margin-bottom: 20px;
  }
  .equipment_su .ptn01 .box .photo {
    width: 50%;
  }
  .equipment_su .ptn01 .box .txt_area {
    width: 46%;
    position: relative;
  }
  .equipment_su .ptn01 .box .txt_area .point {
    position: relative;
  }
  .equipment_su .ptn01 .nobox {
    width: 22.5%;
  }
  .equipment_su .ptn02 {
    align-items: stretch;
  }
  .equipment_su .ptn02 .right {
    width: 100%;
  }
  .equipment_su .ptn02 .right > .photo {
    width: 48.5%;
    margin-bottom: 30px;
  }
  .equipment_su .ptn02 .box {
    width: 48.5%;
    padding: 10px 20px 20px;
    margin-bottom: 30px;
    position:relative;
  }
  .equipment_su .ptn02 .box .flex {
    display: block;
  }
  .equipment_su .ptn02 .box .photo {
    width: 100%;
  }
  .equipment_su .ptn02 .box .txt_area {
    width: 100%;
    padding: 10px 0;
  }
  .equipment_su .ptn02 .box .txt_area .point {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .equipment_su .ptn02 .box02 {
    padding: 25px 20px 5px;
    margin-bottom: 50px;
  }
  .equipment_su .ptn02 .box02 .ttl02 {
    font-size: 20px;
  }
  .equipment_su .ptn02 .box02 .left {
    width: 100%;
    position: relative;
  }
  .equipment_su .ptn02 .box02 .left::after {
    content: none;
  }
  .equipment_su .ptn02 .box02 .right {
    width: 100%;
  }
  .equipment_su .ptn02 .box02 .photo {
    width: 47%;
    margin-bottom: 30px;
  }
  .equipment_su .ptn02 .box02 .txt_area {
    width: 50%;
  }
  .equipment_su .ptn02 dl.sp_wide {
    width: 48.3%;
  }
  .equipment_su .ptn02 .sp_wide dt {
    width: 100%;
  }
  .equipment_su .ptn02 .sp_wide dd {
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
   link_plan
---------------------------------------------------------------------------*/
.link_plan h3 {
  margin: 100px auto 40px;
  font-size: 28px;
  text-align: center;
}
.link_plan .flex {
  /* max-width: 938px; */
  max-width: 360px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}
.link_plan dl {
  border: 1px solid #231815;
  /* width: 31.3%; */
  width: 98%;
  margin: 0 1% 40px;
}
.link_plan dt {
  margin-top: -1px;
  padding: 10px;
  background: #231815;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: relative;
}
.link_plan .premium dt {
  background: #796a56;  
}
.link_plan dt.last::before {
  content: "最終1邸";
  width: 140px;
  font-size: 16px;
  padding: 2px 0;
  background: #a91515;
  position: absolute;
  top: -18px;
  left: calc(50% - 70px);
}

.link_plan dt.last2::before {
  content: "最終2邸";
  width: 140px;
  font-size: 16px;
  padding: 2px 0;
  background: #a91515;
  position: absolute;
  top: -18px;
  left: calc(50% - 70px);
}

.link_plan dd {
/*  padding: 20px 20px;*/
  padding: 40px 20px 20px;
  position: relative;
}
.link_plan dd.modeltype::after {
  content: "モデルルームで採用";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #AA8A74;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
}
.link_plan dd.bg_gray {
  background: #eee;
}
.link_plan dd .type_ttl {
  text-align: center;
}
.link_plan dd .type_ttl img {
  max-height: 100px;
}
.link_plan dd .wrap {
  border-top: 1px solid #231815;
  padding: 20px 0;
  margin-top: 20px;
}
.link_plan dd .wrap img {
  max-height: 60px;
}
.link_plan dd .btn {
  margin: auto;
}
.link_plan dd .btn a {
  padding: 10px;
  font-size: 18px;
  letter-spacing: 0;
}
.link_plan dd .btn a span {
  font-size: 14px;
}
.link_plan dd .btn:after {
  width: 20px;
  height: 5px;
}
.link_plan .btn {
  margin: 50px auto 80px;
}
.link_plan .btn a {
  padding: 10px;
  letter-spacing: 0;
}
.link_plan .sold {
  text-align: center;
  color: #000;
  font-size: 30px;
  margin: 0 -20px;
  position: relative;
}
.link_plan .premium .sold{
    color: #796a56; 
}
.link_plan .sold::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #796a56;
  position: absolute;
  top: 50%;
  left: 0;
}
.link_plan .sold span {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  background: #eee;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .link_plan h3 {
    margin: 50px auto 20px;
    font-size: 20px;
  }
  .link_plan dl {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .link_plan dt {
    font-size: 20px;
  }
  .link_plan dt.last::before {
    width: 120px;
    left: calc(50% - 60px);
  }
  .link_plan dt.last2::before {
    width: 120px;
    left: calc(50% - 60px);
  }
  .link_plan dd {
    padding: 20px 30px;
  }
  .link_plan dd.modeltype {
    padding: 35px 30px 20px;
  }
  .link_plan dd .type_ttl img {
    max-height: 80px;
  }
  .link_plan dd .wrap img {
    max-height: 50px;
  }
  .link_plan dd .btn a {
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .link_plan dd .btn a span {
    font-size: 11px;
  }
  .link_plan .btn {
    margin: 20px auto 50px;
  }
  .link_plan .btn:after {
      width: 20px;
      height: 5px;
  }
  .link_plan .btn a {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------------------
   res_PRbnr
---------------------------------------------------------------------------*/
.res_PRbnr{
    background: url("../img/bg_res_PRbnr.jpg") no-repeat bottom center;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.res_PRbnr .inner{
    border: 1px solid #fff;
    background: url("../img/bg_dec_res-lt.png") no-repeat top left,url("../img/bg_dec_res-rt.png") no-repeat top right,url("../img/bg_dec_res-lb.png") no-repeat bottom left,url("../img/bg_dec_res-rb.png") no-repeat bottom right;
    padding: 3% 5%;
}
.res_PRbnr .inner .ttl{
    font-size: 36px;
    letter-spacing: 5px;
    display: inline-block;
    margin-right: -5px;
    position: relative;
    margin-bottom: 4%
}
.res_PRbnr .inner .ttl::after{
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #fff;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.res_PRbnr .inner .type_vol{
    max-width: 80%;
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    border: 1px solid #fff;
    justify-content: space-around;
    font-size: 24px;
    align-items: center;
}
.res_PRbnr .inner .type_vol .plus{
    font-size: 42px;
}
.res_PRbnr .inner .type_vol span{
    font-size: 54px;
    margin-left: 4px;
    letter-spacing: -1px;
}
.res_PRbnr .inner .txt{
    font-size: 18px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.res_PRbnr .inner .txt span{
    font-size: 32px;
}
.res_PRbnr .inner .sub_ttl{
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 2%;
}
.res_PRbnr .inner .sub_ttl::after{
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #fff;
    bottom: -35%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.res_PRbnr .inner .sub_txt{
    font-size: 14px;
    margin-bottom: 3%;
}
.res_PRbnr .inner .cv_btn{
    background-color: #796A56;
    width: 80%;
    max-width: 348px;
    margin: 0 auto;
    border: none;
}
.res_PRbnr .inner .cv_btn a{
    color: #fff;
    display: inline-block;
    font-size: 24px;
    width: 100%;
    letter-spacing: 5px;
    padding: 0.6em 1em 0.6em 1em;
}
.res_PRbnr .inner .btn:after{
    border-right-color: #fff;
    border-bottom-color: #fff;
}
@media screen and (max-width: 768px) {
    .res_PRbnr .inner{
        width: 100%;
        padding: 8% 3% 10%;
    }
    .res_PRbnr .inner .ttl{
        font-size: 24px;
        margin-bottom: 8%;
    }
    .res_PRbnr .inner .type_vol{
        font-size: 18px;
        width: 90%;
    }
    .res_PRbnr .inner .type_vol span{
        font-size: 36px;
    }
    .res_PRbnr .inner .type_vol .plus{
        width: 100%;
        margin: -7%;
        font-size: 35px;
    }
    .res_PRbnr .inner .txt{
        font-size: 14px;
        margin-bottom: 7%;
    }
    .res_PRbnr .inner .txt span{
        font-size: 28px;
    }
    .res_PRbnr .inner .sub_ttl{
        margin-bottom: 7%;
        font-size: 16px;
    }
    .res_PRbnr .inner .sub_txt{
        margin-bottom: 7%;
    }
    .res_PRbnr .inner .cv_btn a{
        font-size: 18px
    }
}

/*--------------------------------------------------------------------------
   bnr_model
---------------------------------------------------------------------------*/
.bnr_model{
    width: 90%;
    max-width: 850px;
    margin: 0 auto 80px;    
}
@media screen and (max-width: 768px) {
    .bnr_model{
        margin-bottom: 50px;
    }
}

/*--------------------------------------------------------------------------
   premium_equip
---------------------------------------------------------------------------*/


.premium_equip{
  padding: 60px;
}

.premium_equip p.ttl{
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 30px;
}

.plan-premium .premium_equip ul{
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

.plan-premium .premium_equip ul li{
  padding-left: 0;
  margin-bottom: 0;
}

.plan-premium .premium_equip ul li:first-child{
  margin-right: 1%;
}

.plan-premium .premium_equip ul li::before {
    content:none;
}

.plan-premium .premium_equip ul li p{
  font-size: 1.4rem;
  margin-top: 10px;
}

.plan-premium .premium_equip ul li p span{
  font-size: 1.0rem;
}

.plan-premium .premium_equip .premium_btn{
  text-align: center;
  margin: 70px auto 0;
  background: #000;
  
  font-size: 1.4rem;
  max-width: 680px;
  border: 1px solid #000;
  
}

.plan-premium .premium_equip .premium_btn a{
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 10px;
  
}

.plan-premium .premium_equip .premium_btn:after {
	content: "";
	display: block;
	width: 36px;
	height: 7px;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: none;
	border-left: none;
	transform: skewX(45deg) translateY(-50%);
	/*transform: translate(-50%, -50%) rotate(45deg);*/
	position: absolute;
	top: 50%;
	right: 15px;
    transition: all .4s ease;
}
.plan-premium .premium_equip .premium_btn:hover:after {
	border-right: 2px solid #000000;
	border-bottom: 1px solid #000000;
}

.plan-premium .premium_equip .premium_btn:hover * {
	color: #000000;
	opacity: 1 !important;
}
.plan-premium .premium_equip .premium_btn:before,
.plan-premium .premium_equip .premium_btn:after {
    cursor: pointer;				/*初期値*/
}
.plan-premium .premium_equip .premium_btn:before {
    background-color: #ffffff;		/*初期値*/
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
    transition: all .4s ease;
}
.plan-premium .premium_equip .premium_btn:hover:before {
	width: 100%;
}

@media screen and (max-width: 768px) {
    .plan-premium .premium_equip ul{
 flex-wrap: wrap;
}

.premium_equip p.ttl{
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.premium_equip{
  padding: 30px 20px 0;
}

.plan-premium .premium_equip ul li:first-child{
  margin-right: 0;
  margin-bottom: 8%;
}

.plan-premium .premium_equip ul li p{
  font-size: 1.2rem;
  margin-top: 10px;
}

.plan-premium .premium_equip ul li p span{
  font-size: 0.9rem;
}

.plan-premium .premium_equip .premium_btn{
  text-align: center;
  margin: 50px auto 0;
  font-size: 0.9rem;
  padding: 10px 10px;
}

}

.bg_brown.ftype h2{
padding-bottom: 15px;
}

.bg_brown.ftype .ttl_kagu{
  font-size: 3.0rem;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.gallery{
  padding: 60px;
}

.gallery .kagu_caption{
	border: 1px solid #000;
	padding: 0 0 0;
  margin-top: 30px;
}

.gallery .kagu_caption p{
  padding: 20px;
}


.gallery .kagu_caption .kagu_caption_ttl{
  font-size: 1.3rem;
  font-weight: 600;
  background: #231815;
  color: #fff;
  padding: 15px 25px;
  display: block;
}


@media screen and (max-width: 768px) {

.bg_brown.ftype .ttl_kagu{
  font-size: 2.0rem;
}


.gallery{
  padding:60px 20px 0;
}

.gallery .kagu_caption p{
  padding: 10px;
}

.gallery .kagu_caption .kagu_caption_ttl{
  font-size: 0.8rem;
  
}


}