@charset 'utf-8';

.page_member_visual{
  background: url(../img/member/member_main_bg.jpg) no-repeat center top;
  padding: 60px 0;
  margin: 0 auto 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 960px;
  max-width: 1920px;
  background-position-y: top;
}


@media screen and (max-width: 640px){
  .page_member_visual{
    background: url(../img/member/member_main_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

li{
  list-style: none;
}

.hall_list_gmap{
  border:1px solid #777;
  margin-bottom: 120px;
  line-height: 0.7;
}
p{
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px){
  .br::before {
  	content: "\A" ;
  	white-space: pre ;
  }
}
.h2{
  text-align: center;
}
.h2 + p{
  text-align: center;
}
/**************************************/
.privilege{
  padding: 0;
  margin-bottom: 60px;
}
.privilege_wrap{
  border-bottom: dashed 3px #9a9a9a;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
.privilege_heading{
  background-color: #fff2f2;
  position: relative;
  width: 140px;
}
.privilege_heading::before{
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff2f2;
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.privilege_title{
  color: #ff7675;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  writing-mode: vertical-rl;
}
.privilege_number{
  border-radius: 50%;
  background-color: #ff7675;
  color: #fff;
  display: inline-block;
  font-family: 'Oswald', monospace, sans-serif;
  line-height: 29px;
  height: 30px;
  margin-top: 6px;
  text-align: center;
  transform: rotate(-90deg) translateY(-1px);
  width: 30px;
}
.privilege_content{
  width: 760px;
  padding: 20px 0;
}
@media screen and (max-width: 640px){
  .privilege{
    margin-bottom: 40px;
  }
  .privilege_wrap{
    border-bottom: none;
    margin-bottom: 40px;
    padding:  0;
  }
  .privilege_heading{
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
  }
  .privilege_heading::before{
    border-top: 15px solid #fff2f2;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    top: 55px;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .privilege_title{
    writing-mode: horizontal-tb;
  }
  .privilege_number{
    font-size: 21px;
    height: 25px;
    line-height: 28px;
    margin-left: 6px;
    padding-left: 2px;
    transform: rotate(0deg) translateY(-1px);
    width: 25px;
  }
  .privilege_content{
    width: 100%;
  }
}

/**************************************/
.content_title{
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.span_cost{
  font-family:'Oswald', sans-serif;
  font-size: 54px;
}
.cost_info_box{
  border: solid 2px #9a9a9a;
  padding: 20px 40px;
}
.cost_txt{
  font-size: 18px;
  margin-bottom: 10px;
}
.cost_txt_box{
  background-color: #9a9a9a;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width: 640px){
  .content_title{
    font-size: 24px;
    text-align: center;
  }
  .cost_info_box{
    padding: 10px 10px;
  }
  .cost_txt br{
    display: none;
  }
  .cost_txt_box{
    font-size: 15px;
  }
}
/**************************************/
.span_discount{
  color: #ff7675;
}
.span_discount_fee{
  font-family:'Oswald', sans-serif;
  font-size: 84px;
}
@media screen and (max-width: 640px){
  .span_discount_fee{
    font-size: 100px;
  }
}
/**************************************/
.discount_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.discount_item{
  background-color: #f7f7f7;
  border: solid 2px #9a9a9a;
  border-radius: 6px;
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  width: 360px;
}
.note{
  font-size: 12px;
}
.discount_item:nth-child(1), .discount_item:nth-child(2){
  margin: 20px 0 20px 0;
}
.privilege_supplement{
  margin-bottom: 20px;
}
.pc_family_tree{
  display: block;
}
.sp_family_tree{
  display: none;
}
@media screen and (max-width: 640px){
  .discount_item{
    font-size: 18px;
    padding: 8px 0 6px 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .discount_item:nth-child(1), .discount_item:nth-child(2){
    margin: 0 0 10px 0;
  }
  .pc_family_tree{
    display: none;
  }
  .sp_family_tree{
    display: block;
  }
  .sp_family_tree img{
    width: 100%;
  }
}
/**************************************/
.privilege_flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.privilege_content_left{
  width: 396px;
}
.privilege_content_right{
  width: 268px;
}
.event_txt{
  font-weight: 700;
}
.member_price__box{
  width: 100%;
}
@media screen and (max-width: 640px){
  .privilege_content_left{
    margin-bottom: 10px;
    width: 100%;
  }
  .privilege_content_right{
    width: 100%;
  }
  .privilege_content_right img{
    width: 100%;
  }
  .event_txt02 br{
    display: none;
  }
}
/**************************************/
.join_offer{
  padding: 0;
  margin-bottom: 120px;
}
.join_offer_txt{
  font-size: 24px;
  margin-bottom: 20px;
}
.join_offer_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join_offer_tel{
  width: 50%;
}
.offer_tel_number{
  border-left: solid 3px #ff7675;
  padding: 10px 0 7px 10px;
}
.offer_span{
  display: inline-block;
}
.offer_number{
  color: #ff7675;
  font-family:'Oswald', sans-serif;
  font-size: 48px;
  line-height: 0;
  margin-left: 20px;
}
.join_offer_form{
  border: solid 2px #9a9a9a;
  border-radius: 4px;
  padding: 12px 0;
  position: relative;
  width: 50%;
}
.join_offer_form:hover{
  border: solid 2px #ff7675;
  color: #ff7675;
}
.join_button{
  font-size: 24px;
  text-align: center;
}
.join_offer_link{
  content:'';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 640px){
  .join_offer{
    margin-bottom: 40px;
  }
  .join_offer_txt{
    font-size: 15px;
  }
  .join_offer_txt br{
    display: none;
  }
  .join_offer_tel{
    width: 100%;
  }
  .offer_tel_number{
    border-left: none;
    margin-bottom: 20px;
    padding: 0;
  }
  .offer_tel_number br{
    display: none;
  }
  .join_offer_form{
    border: solid 2px #9a9a9a;
    border-radius: 4px;
    padding: 12px 0;
    position: relative;
    width: 100%;
  }
  /* .offer_number{
    display: block;
    font-size: 54px;
    line-height: 1;
    margin: 0;
    text-align: center;
    width: 100%;
  } */
  .offer_span{
    width: 100%;
    text-align: center;
  }
  .join_button{
    font-size: 16px;
  }
  .join_offer_form{
    padding: 6px 0;
  }
}
