@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : card_join.css
 author     : Ability Consultant
 style info : ホテルズカード-入会方法
=================================================================== */
.con_st .box_txt, .wrp_join .con_join, .wrp_join .box_ic {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_st .box_txt, .wrp_join .con_join, .wrp_join .box_ic {
    width: 95%;
  }
}

.wrp_join {
  padding-left: 240px;
}
@media only screen and (max-width: 1280px) {
  .wrp_join {
    padding-left: 0;
  }
}
@media print {
  .wrp_join {
    padding-left: 0;
  }
}
.ie8 .wrp_join {
  padding-left: 0;
}

.con_st {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_st {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_st {
    margin-bottom: 20px;
  }
}
.con_st .box_st {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_st .box_st {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_st .box_st {
    margin-bottom: 15px;
  }
}
.con_st .box_txt {
  max-width: 1000px;
  margin: 0 auto;
}
.con_st .box_txt .txt_intro {
  padding: 30px 0;
}
.con_st .box_txt .txt_intro em {
  background-color: #d6c571;
}
@media only screen and (max-width: 767px) {
  .con_st .box_txt .txt_intro em {
    line-height: 1.6em;
  }
}
.con_st .box_txt .box_ic .title {
  background: #575757;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  font-size: 114%;
}
.con_st .box_txt .box_ic .img {
  border: #575757 solid 1px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 2em;
  margin-bottom: 15px;
  text-align: center;
}
.con_st .box_txt .box_ic .txt_ic {
  text-align: left;
  font-size: 87%;
}

/* -----------------------------------------------------------
	.wrp_point ポイントサービス
----------------------------------------------------------- */
.wrp_join {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_join {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_join {
    margin-bottom: 40px;
  }
}
.wrp_join .con_join {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_join .con_join {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join {
    margin-bottom: 30px;
  }
}
.wrp_join .con_join .st_s_line {
  position: relative;
  padding-top: 20px;
  border-top: 2px solid #dcdcdc;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 20px;
  color: #a4803e;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_join .con_join .st_s_line {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .st_s_line {
    font-size: 107%;
  }
}
.wrp_join .con_join .st_s_line::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 150px;
  height: 2px;
  background: #836c42;
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .st_s_line {
    padding-top: 10px;
  }
}
.wrp_join .con_join .txt_intro {
  padding-left: 1%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .txt_intro {
    margin-bottom: 15px;
  }
}
.wrp_join .con_join .box_join {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_join .con_join .box_join {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join {
    margin-bottom: 10px;
  }
}
.wrp_join .con_join .box_join .list_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join .list_flow {
    display: block;
  }
}
.wrp_join .con_join .box_join .list_flow .list_flow_c {
  width: 22%;
  margin-right: 4%;
  padding: 1em;
  text-align: center;
  position: relative;
}
.wrp_join .con_join .box_join .list_flow .list_flow_c:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 789px) {
  .wrp_join .con_join .box_join .list_flow .list_flow_c {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join .list_flow .list_flow_c {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .wrp_join .con_join .box_join .list_flow .list_flow_c:nth-child(4n) {
    margin-bottom: 0;
  }
}
.wrp_join .con_join .box_join .list_flow .list_flow_c img {
  margin-bottom: 5px;
}
.wrp_join .con_join .box_join .list_flow .list_flow_c .txt_p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join .list_flow .list_flow_c .txt_p {
    margin-bottom: 5px;
  }
}
.wrp_join .con_join .box_join .list_flow .list_flow_c .txt_c {
  background: #513061;
  color: #fff;
  padding: 0.3em;
}
.wrp_join .con_join .box_join .list_flow .list_flow_c .arrow2 {
  position: absolute;
  bottom: 3%;
  left: 18%;
  font-size: 24px;
  letter-spacing: 10px;
  color: #513061;
}
@media only screen and (min-width: 790px) and (max-width: 920px) {
  .wrp_join .con_join .box_join .list_flow .list_flow_c .arrow2 {
    left: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 789px) {
  .wrp_join .con_join .box_join .list_flow .list_flow_c .arrow2 {
    left: 8%;
    bottom: 1%;
  }
}
.wrp_join .con_join .box_join .arrow {
  position: relative;
}
.wrp_join .con_join .box_join .arrow::before {
  content: '\f3d6';
  font-family: "Ionicons";
  position: absolute;
  font-size: 24px;
  left: -13%;
  top: 30%;
  z-index: 2;
  color: #575757;
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join .arrow::before {
    content: '\f3d4';
    left: 48%;
    top: -9%;
    font-weight: bold;
  }
}
.wrp_join .con_join .box_join .note {
  font-size: 87%;
  color: #7f8899;
}
.wrp_join .con_join .box_join .box_app_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
  padding: 1.5em 2em;
  background-color: #f1e4c7;
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join .box_app_link {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join .box_app_link .box_qr {
    display: none;
  }
}
.wrp_join .con_join .box_join .box_app_link .box_qr img {
  width: 110px;
}
@media only screen and (min-width: 768px) {
  .wrp_join .con_join .box_join .box_app_link .box_app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print {
  .wrp_join .con_join .box_join .box_app_link .box_app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ie8 .wrp_join .con_join .box_join .box_app_link .box_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .wrp_join .con_join .box_join .box_app_link .box_app .wrp:first-child {
    margin-right: 25px;
  }
}
@media print {
  .wrp_join .con_join .box_join .box_app_link .box_app .wrp:first-child {
    margin-right: 25px;
  }
}
.ie8 .wrp_join .con_join .box_join .box_app_link .box_app .wrp:first-child {
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join .box_app_link .box_app .wrp:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .box_join .box_app_link .box_app .wrp {
    text-align: center;
  }
}
.wrp_join .con_join .box_join .box_app_link .box_app .wrp .btn {
  margin-bottom: 8px;
}
.wrp_join .con_join .btn_gold {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_join .con_join .btn_gold {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .btn_gold {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.wrp_join .con_join .btn_gold a {
  display: block;
  width: 100%;
  padding: .7em 1.5em;
  border: 3px solid #c4c1ba;
  background: #fff;
  color: #575757;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-color: #836c42;
  color: #836c42;
}
@media only screen and (max-width: 767px) {
  .wrp_join .con_join .btn_gold a {
    padding: .7em 1em;
  }
}
.wrp_join .con_join .btn_gold a span::after {
  content: "\f3d3";
  padding-left: 5px;
  font-family: "Ionicons";
}
.wrp_join .con_join .btn_gold a:hover {
  background: #c4c1ba;
}
.wrp_join .con_join .btn_gold a:hover {
  background: #836c42;
  color: #fff;
}
.wrp_join .box_ic .title {
  background: #575757;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  font-size: 114%;
}
.wrp_join .box_ic .img {
  border: #575757 solid 1px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 2em;
  margin-bottom: 15px;
  text-align: center;
}
.wrp_join .box_ic .txt_ic {
  text-align: left;
  font-size: 87%;
}
