@charset "utf-8";
/* --------------------------------------------------
header
-------------------------------------------------- */
/* --------------------------------------------------
ttl
-------------------------------------------------- */
.sec_ttl_wide {
  background: url(../images/member/ttl_sp.jpg) no-repeat center center / cover;
}
@media screen and (min-width: 768px){
  .sec_ttl_wide {
    background: url(../images/member/ttl_pc.jpg) no-repeat center center / cover;
  }
}
/* --------------------------------------------------
login
-------------------------------------------------- */
.sec_member_login {
  padding-top: 45px;
}
.sec_member_login .txt {
  font-size: 115%;
}
.sec_member_login .form_member_login {
  margin: 15px 0 50px;
}
.sec_member_login .mi_member {
  color: #8C732C;
  font-size: 145%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}
.sec_member_login .btn_cv_req {
  margin-top: 15px;
}

@media screen and (min-width: 768px){
  .sec_member_login {
    padding-top: 90px;
  }
  .sec_member_login .form_member_login {
    margin: 25px 0 100px;
  }
  .sec_member_login .txt {
    font-size: 125%;
    text-align: center;
  }
  .sec_member_login .mi_member {
    font-size: 162.5%;
    margin-bottom: 25px;
  }
  .sec_member_login .btn_cv_req {
    margin-top: 25px;
  }
}

/* --------------------------------------------------
index
-------------------------------------------------- */
.sec_tel_cv{
    text-align: center;
    margin-top: 50px;
}
.sec_tel_cv .txt_box{
    margin: auto;
    width: 90%;
    padding: 23px 0 8px 0;
    border: solid 1px #8c732c;
}
.sec_tel_cv h1{
    color: #8c732c;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
}
.sec_tel_cv .txt{
    color: #8c732c;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.8;
    padding-top: 10px;
}
/*
.sec_tel_cv .tel .notes{
    color: #8c732c;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: -14px;
    padding-top: 20px;
}
.sec_tel_cv .tel img{
    width: 40px;
    margin-right: 5px;
    vertical-align: baseline;
}
.sec_tel_cv .tel span{
    color: #8c732c;
    font-weight: normal;
    font-size: 40px;
}
*/

.sec_tel_cv .btn{
	display: table;
	height: 70px;
	background-color: #892d2b;
	width: 70%;
    margin: 20px auto;
}



.sec_tel_cv .btn span{
	display: table-cell;
	height: 70px;
	width: 100%;
	vertical-align: middle;
	color: white;
	font-size: 1.8rem;
}
.sec_tel_cv .btn .btn:hover {
    opacity: 0.8;
    transition: all .5s;
}


.sec_member_top {
  padding-top: 50px;
  width: 85%;
  max-width: 1040px;
  margin: 0 auto;
}

.sec_member_top .member_list li {
  position: relative;
  height: 240px;
  margin-bottom: 25px;
}
.sec_member_top .member_list li:not(.soon)::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.sec_member_top .member_list li.link_landplan {
  background: url(../images/member/ph_link_landplan.jpg) no-repeat center center / cover;
}
.sec_member_top .member_list li.link_area {
  background: url(../images/member/ph_link_area.jpg) no-repeat center center / cover;
}
.sec_member_top .member_list li.link_movie {
  background: url(../images/member/ph_link_movie.jpg) no-repeat center center / cover;
}
.sec_member_top .member_list li.link_plan {
  background: url(../images/member/ph_link_plan.jpg) no-repeat center center / cover;
}
.sec_member_top .member_list li.link_modelroom {
  background: url(../images/member/ph_link_modelroom.jpg) no-repeat center center / cover;
}
.sec_member_top .member_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  color: #fff;
  font-size: 125%;
  text-align: center;
}
.sec_member_top .member_list li a .link_txt {
  position: relative;
  z-index: 3;
}
.sec_member_top .member_list li a:hover,
.sec_member_top .member_list li a:focus {
  color: #fff;
}
.sec_member_top .member_list li:not(.soon) a::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px rgba(255,255,255,.5);
  z-index: 1;
}
.sec_member_top .member_list li:not(.soon) a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url(../images/common/ico_arr_gold.svg) no-repeat center center #fff;
  background-size: 10px;
  z-index: 2;
}
.sec_member_top .member_list li.soon {
  background-color: #B2B2B2;
}
.sec_member_top .member_list li.soon .txt_soon {
  width: 70%;
  max-width: 270px;
  border-top: 1px solid rgba(255,255,255,.5);
  padding-top: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 768px){
  .sec_tel_cv{
    margin-top: 90px;
}
.sec_tel_cv .txt_box{
    margin: auto;
    width: 640px;
    padding: 23px 0 5px 0;
    border: solid 1px #8c732c;
}
.sec_tel_cv h1{
    color: #8c732c;
    font-weight: normal;
    font-size: 28px;
    color: rgb(0,0,0,)
}
.sec_tel_cv .txt{
    color: #8c732c;
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.sec_tel_cv .tel .notes{
    color: #8c732c;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: -24px;
    padding-top: 20px;
}
.sec_tel_cv .tel img{
    width: 60px;
    margin-right: 5px;
    vertical-align: baseline;
    
}
.sec_tel_cv .tel span{
    color: #8c732c;
    font-weight: normal;
    font-size: 54px;

}

  .sec_member_top {
    padding-top: 100px;
  }
  .sec_member_top .member_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_member_top .member_list li {
    width: 48%;
    height: 370px;
    margin-bottom: 4%;
  }
  .sec_member_top .member_list li a {
    font-size: 137.5%;
  }
  .sec_member_top .member_list li:not(.soon) a::before {
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .sec_member_top .member_list li:not(.soon) a::after {
    width: 56px;
    height: 56px;
    background-size: 12px;
  }
}
@media screen and (min-width: 1200px){
  .sec_member_top .member_list li:not(.soon)::after {
    transition: all .5s;
  }
  .sec_member_top .member_list li:not(.soon):hover::after {
    background-color: rgba(0,0,0,.2);
  }
}


/* --------------------------------------------------
middle
-------------------------------------------------- */
/* btn_wrap
---------------------------------------- */
.btn_wrap {
  padding-bottom: 40px;
}
.btn_back {
  display: block;
	line-height: 1;
	text-align: center;
	padding: 18px;
	width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px rgba(0,0,0,.3);
}
@media screen and (min-width: 768px){
  .btn_wrap {
    padding-bottom: 80px;
  }
  .btn_back {
    padding: 22px;
  }
}