@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;
  }
}
/* 追加 */
.start_point {
          position: relative;
        display: flex
;
        flex-direction: column;
}
.title_waku {
          background: rgba(255, 255, 255, 0.8);
        text-align: center;
        margin: auto;
        padding: 9px 40px;
}
.title_waku h1 {
  font-size: 32px;
        line-height: 1.2;
}
.title_waku p {
  font-size: 16px;
        text-align: center;
}
/* みつわ会員になりませんか？ */
.member_join_offer {
  text-align: left;
}
.member_join__title {
  font-size: 48px;
  margin-bottom: 30px;
  text-align: center;
}
.member_price__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.member_join_img {
  width: 40%;
}
.member_join_img_caption {
  margin-top: 20px;
  opacity: 0.6;
  text-align: center;
}
.member_price__box01 {
  width: 50%;
}
.member_price__box_title_wrap {
  text-align: center;
}
.member_price__box_title {
  background: #ff7675;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 46px;
  margin-bottom: 10px;
  font-size: 23px;
  padding: 0 164px;
  position: relative;
  text-align: center;
}
.member_price__box_title::before,
.member_price__box_title::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.member_price__box_title::before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.member_price__box_title.plan_title::before {
  border-color: transparent transparent transparent #fef4f3;
}
.member_price__box_title::after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.member_price__box_title.plan_title::after {
  border-color: transparent #fef4f3 transparent transparent;
}
.member_join__fee {
  font-size: 21px;
  margin-bottom: 8px;
  text-align: center;
}
.member_join__fee i {
  margin: 0 5px;
}
.special_offer {
  font-size: 64px;
  font-family: "Oswald", sans-serif;
  line-height: 0.9;
}
.fee_description {
  border-bottom: dashed 1px #2d2d2d;
  font-size: 18px;
  margin: -4px 0 20px;
  padding-bottom: 10px;
  text-align: center;
}
.member_join__list {
  font-size: 18px;
  padding-left: 18px;
}
.member_join__item {
  list-style-type: disc;
  margin-bottom: 10px;
}
.member_join__item_span {
  font-size: 12px;
}
.tel_sp {
  display: none;
}
.tel_sp_flow {
  display: none;
}
.g_navi nav ul.navi_line li.menu_list ul.menu_detail.menu_detail__end {
  left: -125px;
}

.new_open_link {
  text-align: center;
}
.new_open_link:hover {
  opacity: 0.8;
}
.new_open_section {
  padding: 30px 0 40px;
}
@media screen and (max-width: 640px) {
  .start_point {
        position: relative;
    }
    .container {
      width: 100% !important;
        min-width: auto !important;
    }
    .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;
    }
    .title_waku {
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
        margin: auto;
        padding: 9px;
    }
    /* みつわ会員になりませんか？ */
.member_join_offer {
  text-align: left;
}
.member_join__title {
  font-size: 5.852vw;
  margin-bottom: 10px;
  text-align: center;
}
.member_price__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.member_join_img {
  margin-bottom: 20px;
  width: 100%;
}
.member_join_img_caption {
  font-size: 3.5vw;
  margin-top: 20px;
  opacity: 0.6;
  text-align: center;
}
.member_price__box {
  width: 100%;
}
.member_price__box_title_wrap {
  margin-bottom: 10px;
  text-align: center;
}
.member_price__box_title {
  background: #ff7675;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 43px;
  font-size: 24px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
}
.member_price__box_title::before,
.member_price__box_title::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.member_price__box_title::before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.member_price__box_title::after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.member_join__fee {
  font-size: 6vw;
  line-height: 1.2;
  text-align: center;
}
.member_join__fee i {
  margin: 0 5px;
}
    .number {
        font-family: "Oswald", sans-serif;
        font-weight: 700;
    }
    .special_offer {
  font-size: 56px;
}
.fee_description {
  border-bottom: dashed 1px #2d2d2d;
  font-size: 4.5vw;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: center;
}
.member_join__list {
  font-size: 5vw;
  padding-left: 18px;
}
.member_join__item {
  list-style-type: disc;
  margin-bottom: 10px;
}
.member_join__item_span {
  font-size: 12px;
}
.tel_pc {
  display: none;
}
.tel_sp {
  color: #ff7675;
  display: block;
  font-size: 10vw;
  font-weight: 700;
  text-align: center;
}
.tel_sp i {
  margin-right: 10px;
  padding-bottom: 1px;
}
.tel_sp a {
  color: #ff7675;
  display: block;
  width: 100%;
}
.new_open_section {
  padding: 0;
}
}
